wpDataTables Lite - Version 2.0.7

Version Description

  • New skins and new UI elements a new Dark and Purple-style skins for tables front-end, new UI elements;
  • Bug fixes and stability improvements.
  • Compatibility with WordPress 5.1 approved.
Download this release

Release Info

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

Code changes from version 2.0.6 to 2.0.7

assets/css/wdt-skins/aqua.css CHANGED
@@ -12,6 +12,11 @@
12
  src: url(../../fonts/wpdatatablesiconsaqua-base.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpdatatablesiconsaqua-base.woff) format('woff'), url(../../fonts/wpdatatablesiconsaqua-base.ttf) format('truetype'), url(../../fonts/wpdatatablesiconsaqua-base.svg#wpdatatablesiconsaqua-base) format('svg');
13
  }
14
  /* Table */
 
 
 
 
 
15
 
16
  .wpDataTablesWrapper table.wpDataTable {
17
  margin-bottom: 12px;
@@ -21,6 +26,10 @@
21
  box-shadow: none !important;
22
  }
23
 
 
 
 
 
24
  /* Above the table */
25
 
26
  /* Display length and Global search */
@@ -49,7 +58,6 @@
49
 
50
  .wpdt-c .wpDataTablesWrapper .dataTables_filter{
51
  float: left;
52
- margin-left: 16px;
53
  }
54
 
55
  .wpdt-c .wpDataTablesWrapper .dataTables_filter label{
@@ -186,8 +194,6 @@
186
  padding: 17px 16px;
187
  text-align: left;
188
  cursor: pointer;
189
- font-family: Roboto;
190
- font-size: 14px;
191
  font-weight: normal;
192
  font-style: normal;
193
  font-stretch: normal;
@@ -257,7 +263,6 @@
257
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tbody td {
258
  border: 1px solid;
259
  border-color: #f5f7fa; /* td inner border color */
260
- font-size: 14px;
261
  color: #606266;
262
  -o-transition:.5s;
263
  -ms-transition:.5s;
@@ -351,7 +356,6 @@
351
  text-align: center;
352
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
353
  border: solid 1px #ebedf2;
354
- background-color: #ffffff;
355
  color: #606266;
356
  }
357
 
@@ -720,10 +724,16 @@
720
  .wpDataTablesWrapper table.wpDataTable thead th{
721
  vertical-align: middle;
722
  border-bottom:1px solid #f5f7fa;
 
 
723
  padding-top: 10px;
724
  padding-bottom: 10px;
725
  }
726
 
 
 
 
 
727
 
728
  /* Table tools */
729
 
@@ -997,6 +1007,7 @@ div.dt-button-collection a.dt-button {
997
  div.dt-button-collection a.dt-button:hover:not(.buttons-columnVisibility) {
998
  background-color: #fffbf1;
999
  text-decoration: none;
 
1000
  }
1001
 
1002
  div.dt-button-background {
@@ -1143,6 +1154,10 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1143
 
1144
  @media screen and (max-width: 769px) {
1145
 
 
 
 
 
1146
  .wpDataTablesWrapper .dataTables_info,
1147
  .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers{
1148
  text-align: center !important;
@@ -1320,19 +1335,25 @@ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1320
  .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
1321
  width: 50%;
1322
  }
1323
-
1324
- }
1325
- @media screen and (max-width: 376px) {
1326
- .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
1327
- min-width: 180px;
1328
- max-width: 180px;
1329
  }
 
1330
  }
 
1331
  @media screen and (max-width: 376px) {
1332
  .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
1333
  min-width: 130px;
1334
  max-width: 130px;
1335
  }
 
 
 
 
 
 
1336
  }
1337
 
1338
 
12
  src: url(../../fonts/wpdatatablesiconsaqua-base.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpdatatablesiconsaqua-base.woff) format('woff'), url(../../fonts/wpdatatablesiconsaqua-base.ttf) format('truetype'), url(../../fonts/wpdatatablesiconsaqua-base.svg#wpdatatablesiconsaqua-base) format('svg');
13
  }
14
  /* Table */
15
+ .wpDataTablesWrapper {
16
+ margin-bottom: 0;
17
+ background: #ffffff;
18
+ padding: 0 16px 16px 16px;
19
+ }
20
 
21
  .wpDataTablesWrapper table.wpDataTable {
22
  margin-bottom: 12px;
26
  box-shadow: none !important;
27
  }
28
 
29
+ .wpdt-c .wpDataTableContainer {
30
+ background:none;
31
+ }
32
+
33
  /* Above the table */
34
 
35
  /* Display length and Global search */
58
 
59
  .wpdt-c .wpDataTablesWrapper .dataTables_filter{
60
  float: left;
 
61
  }
62
 
63
  .wpdt-c .wpDataTablesWrapper .dataTables_filter label{
194
  padding: 17px 16px;
195
  text-align: left;
196
  cursor: pointer;
 
 
197
  font-weight: normal;
198
  font-style: normal;
199
  font-stretch: normal;
263
  .wpdt-c .wpDataTablesWrapper table.wpDataTable tbody td {
264
  border: 1px solid;
265
  border-color: #f5f7fa; /* td inner border color */
 
266
  color: #606266;
267
  -o-transition:.5s;
268
  -ms-transition:.5s;
356
  text-align: center;
357
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
358
  border: solid 1px #ebedf2;
 
359
  color: #606266;
360
  }
361
 
724
  .wpDataTablesWrapper table.wpDataTable thead th{
725
  vertical-align: middle;
726
  border-bottom:1px solid #f5f7fa;
727
+ border-left: none;
728
+ border-right: none;
729
  padding-top: 10px;
730
  padding-bottom: 10px;
731
  }
732
 
733
+ .wpDataTablesWrapper table.wpDataTable thead th:last-child {
734
+ border-right: 1px solid #0083c2;
735
+ }
736
+
737
 
738
  /* Table tools */
739
 
1007
  div.dt-button-collection a.dt-button:hover:not(.buttons-columnVisibility) {
1008
  background-color: #fffbf1;
1009
  text-decoration: none;
1010
+ border: none;
1011
  }
1012
 
1013
  div.dt-button-background {
1154
 
1155
  @media screen and (max-width: 769px) {
1156
 
1157
+ .wpDataTablesWrapper table.wpDataTable td {
1158
+ padding: 17px 20px 17px 10px;
1159
+ }
1160
+
1161
  .wpDataTablesWrapper .dataTables_info,
1162
  .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers{
1163
  text-align: center !important;
1335
  .wpdt-c .wpDataTablesFilter #wdt-pf-search-filters-button-block {
1336
  width: 50%;
1337
  }
1338
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1339
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1340
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
1341
+ min-width: 30px;
 
 
1342
  }
1343
+
1344
  }
1345
+
1346
  @media screen and (max-width: 376px) {
1347
  .wpdt-c .wpDataTablesWrapper table.has-columns-hidden tr.row-detail > td ul li span.columnValue {
1348
  min-width: 130px;
1349
  max-width: 130px;
1350
  }
1351
+
1352
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1353
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1354
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
1355
+ min-width: 25px;
1356
+ }
1357
  }
1358
 
1359
 
assets/css/wdt-skins/dark.css ADDED
@@ -0,0 +1,1279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * WPDataTables Purple skin styles
3
+ */
4
+
5
+ @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
+
7
+ @font-face {
8
+ font-family: WPDataTablesIconsPurple;
9
+ font-style: normal;
10
+ font-stretch: normal;
11
+ src: url(../../fonts/wpdatatablesiconsaqua-base.eot);
12
+ src: url(../../fonts/wpdatatablesiconsaqua-base.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpdatatablesiconsaqua-base.woff) format('woff'), url(../../fonts/wpdatatablesiconsaqua-base.ttf) format('truetype'), url(../../fonts/wpdatatablesiconsaqua-base.svg#wpdatatablesiconsaqua-base) format('svg');
13
+ }
14
+ /* Table */
15
+
16
+ .wpdt-c .wpDataTablesWrapper {
17
+ background: #000000;
18
+ padding: 0 16px 16px 16px;
19
+ margin-bottom: 0;
20
+ }
21
+
22
+ .wpdt-c .wpDataTableContainer {
23
+ background:none;
24
+ }
25
+
26
+ div#wpdatatable-preview-container.wpDataTablesWrapper,
27
+ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
28
+ background: #000000;
29
+ }
30
+
31
+ .wpDataTablesWrapper table.wpDataTable {
32
+ margin-bottom: 12px;
33
+ }
34
+
35
+ .wpdt-c .wpDataTablesWrapper .dropdown-menu>li>a {
36
+ box-shadow: none !important;
37
+ }
38
+
39
+ /* Above the table */
40
+
41
+ /* Display length and Global search */
42
+
43
+ .wpdt-c .wpDataTablesWrapper .dataTables_length,
44
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter{
45
+ font-size: 13px;
46
+ margin-bottom: 10px;
47
+ }
48
+
49
+ .wpdt-c .wpDataTablesWrapper .dataTables_length {
50
+ float: right;
51
+ margin-right: 16px;
52
+ }
53
+
54
+ .wpdt-c .wpDataTablesWrapper .dataTables_length label {
55
+ font-family: Roboto;
56
+ font-size: 13px;
57
+ font-weight: normal;
58
+ font-style: normal;
59
+ font-stretch: normal;
60
+ line-height: 1.08;
61
+ letter-spacing: normal;
62
+ color: #5e6166;
63
+ }
64
+
65
+ .wpdt-c .wpDataTablesWrapper input::-webkit-input-placeholder { /* WebKit browsers */
66
+ text-transform: uppercase;
67
+ }
68
+ .wpdt-c .wpDataTablesWrapper input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
69
+ text-transform: uppercase;
70
+ }
71
+ .wpdt-c .wpDataTablesWrapper input::-moz-placeholder { /* Mozilla Firefox 19+ */
72
+ text-transform: uppercase;
73
+ }
74
+ .wpdt-c .wpDataTablesWrapper input:-ms-input-placeholder { /* Internet Explorer 10+ */
75
+ text-transform: uppercase;
76
+ }
77
+ .wpdt-c .wpDataTablesWrapper input::placeholder { /* Recent browsers */
78
+ text-transform: uppercase;
79
+ }
80
+
81
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter{
82
+ float: left;
83
+ }
84
+
85
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter label{
86
+ position: relative;
87
+ font-weight: normal;
88
+ }
89
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon {
90
+ position: relative;
91
+ line-height: normal;
92
+ font-weight: normal;
93
+ }
94
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before{
95
+ font-family: WPDataTablesIconsPurple;
96
+ content: '\e901';
97
+ position: absolute;
98
+ top: -3px;
99
+ left: 10px;
100
+ font-size: 22px;
101
+ color: #d3dce6;
102
+ font-weight: normal;
103
+ }
104
+
105
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter input.form-control{
106
+ -webkit-border-radius: 4px;
107
+ -moz-border-radius: 4px;
108
+ border-radius: 4px;
109
+ border: solid 1px #dcdfe6;
110
+ padding-left: 15px;
111
+
112
+ }
113
+
114
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter input[type="search"] {
115
+ padding: 12px 0 12px 36px !important;
116
+ width: 361px;
117
+ min-width: 208px;
118
+ }
119
+
120
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter input[type="search"],
121
+ .wpdt-c .wpDataTablesWrapper .dataTables_length label {
122
+ font-family: Roboto;
123
+ font-size: 13px;
124
+ font-weight: normal;
125
+ font-style: normal;
126
+ font-stretch: normal;
127
+ line-height: 1.08;
128
+ letter-spacing: normal;
129
+ }
130
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter input[type="search"] {
131
+ color: #ffffff;
132
+ background: #323232 !important;
133
+ border: none;
134
+ }
135
+
136
+ .wpdt-c .wpDataTablesWrapper .dataTables_length label {
137
+ color: #ffffff;
138
+ text-transform: uppercase;
139
+ }
140
+
141
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default:before{
142
+ font-family: WPDataTablesIconsPurple;
143
+ content: "\e903";
144
+ color: #ffffff;
145
+ position: absolute;
146
+ right: 6px;
147
+ top: 13px;
148
+ font-size: 9px;
149
+ height: 0;
150
+ width: 0;
151
+ background-image: none;
152
+ }
153
+
154
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
155
+ width: 180px;
156
+ padding: 0 5px;
157
+ -webkit-border-radius: 4px;
158
+ -moz-border-radius: 4px;
159
+ border-radius: 4px;
160
+ border: none;
161
+ background: #323232;
162
+ color: #ffffff;
163
+ }
164
+
165
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.btn-group .dropdown-menu {
166
+ left: -1px;
167
+ padding: 0;
168
+ background: #1a1a1a;
169
+ }
170
+
171
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.btn-group ul.dropdown-menu {
172
+ width: 180px;
173
+ font-family: Roboto;
174
+ font-size: 14px;
175
+ }
176
+
177
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu ul.dropdown-menu li{
178
+ border-bottom: 1px solid #353535;
179
+ margin:0 16px;
180
+ }
181
+
182
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu ul.dropdown-menu li:last-child {
183
+ border-bottom: none;
184
+ }
185
+
186
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu ul.dropdown-menu li.selected a span.text{
187
+ color: #606fc7;
188
+ background: #1a1a1a;
189
+ }
190
+
191
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu ul.dropdown-menu li a span.text{
192
+ font-weight: 500;
193
+ font-style: normal;
194
+ font-stretch: normal;
195
+ line-height: normal;
196
+ letter-spacing: normal;
197
+ color: #ffffff80;
198
+ }
199
+
200
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu .dropdown-menu>li>a {
201
+ padding: 14px 0;
202
+ background: #1a1a1a;
203
+ }
204
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .selected .check-mark {
205
+ margin-top: 0 !important;
206
+
207
+ }
208
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:before {
209
+ position: absolute;
210
+ content: '\f26a';
211
+ top: 3px;
212
+ font-size: 19px;
213
+ color: #606fc7;
214
+ }
215
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:after {
216
+ position: absolute;
217
+ top: 5px;
218
+ right: -13px;
219
+ content: '\f26b';
220
+ font-size: 15px;
221
+ font-weight: 600;
222
+ font-family: 'Material-Design-Iconic-Font';
223
+ color: #ffffff;
224
+ }
225
+
226
+
227
+ /* Table info */
228
+
229
+ .wpdt-c .wpDataTablesWrapper .dataTables_info {
230
+ font-size: 14px;
231
+ margin-left: 20px;
232
+ margin-top: 14px;
233
+ padding: 0;
234
+ color: #ffffff80;
235
+ text-transform: uppercase;
236
+ }
237
+
238
+ /* Table Header */
239
+
240
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th,
241
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting,
242
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn {
243
+ background-color: #000000; /* th background color */
244
+ border-color: #323232; /* th border color */
245
+ color: #ffffff80; /* th font color */
246
+ padding: 17px 16px;
247
+ text-align: left;
248
+ cursor: pointer;
249
+ font-weight: normal;
250
+ font-style: normal;
251
+ font-stretch: normal;
252
+ line-height: 1;
253
+ letter-spacing: normal;
254
+ text-transform: uppercase;
255
+ }
256
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn {
257
+ background-color: #323232;
258
+ -webkit-border-radius: 4px;
259
+ -moz-border-radius: 4px;
260
+ border-radius: 4px;
261
+ }
262
+
263
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th,
264
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting{
265
+ border-bottom: 1px solid #323232;
266
+ }
267
+
268
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn {
269
+ text-align: center;
270
+ }
271
+
272
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th,
273
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th:first-child
274
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th:last-child{
275
+ background-color: #000000; /* th background color */
276
+ border-color: #000000; /* th border color */
277
+ color: #ffffff80;
278
+ }
279
+
280
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th {
281
+ border-left: none;
282
+ border-right: none;
283
+ }
284
+
285
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th:first-child {
286
+ border-right: none;
287
+ border-left: none;
288
+ }
289
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th:last-child {
290
+ border-left: none;
291
+ border-right: none;
292
+ }
293
+
294
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr th {
295
+ -o-transition:.5s;
296
+ -ms-transition:.5s;
297
+ -moz-transition:.5s;
298
+ -webkit-transition:.5s;
299
+ transition:.5s;
300
+ }
301
+
302
+
303
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
304
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc,
305
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover {
306
+ color: #ffffff;
307
+ }
308
+
309
+ /* Sorting icons */
310
+
311
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
312
+ font-family: 'Material-Design-Iconic-Font';
313
+ display: inline-block;
314
+ content: '\f2f9';
315
+ color: #ffffff;
316
+ padding-right: 10px ;
317
+ }
318
+
319
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
320
+ font-family: 'Material-Design-Iconic-Font';
321
+ display: inline-block;
322
+ content: '\f2fc';
323
+ color: #ffffff;
324
+ padding-right: 10px ;
325
+ }
326
+
327
+ /* Table Body */
328
+
329
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tbody td {
330
+ border: 1px solid;
331
+ border-color: #373737; /* td inner border color */
332
+ color: #606266;
333
+ -o-transition:.5s;
334
+ -ms-transition:.5s;
335
+ -moz-transition:.5s;
336
+ -webkit-transition:.5s;
337
+ transition:.5s;
338
+ }
339
+
340
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tbody tr:last-child td {
341
+ border-bottom-color: #323232; /* table outer border color */
342
+ }
343
+
344
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd td {
345
+ background-color: #000000; /* odd rows background color */
346
+ border-left: none;
347
+ border-right: none;
348
+ color: #ffffff;
349
+ }
350
+
351
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even td {
352
+ background-color: #000000; /* even rows background color */
353
+ border-left: none;
354
+ border-right: none;
355
+ color: #ffffff;
356
+ }
357
+
358
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td:first-child,
359
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr td:first-child,
360
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot tr td:first-child{
361
+ /* table outer border color */
362
+ border-right: none;
363
+ border-left:none;
364
+ border-left-color: #000000;
365
+ }
366
+
367
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td:last-child,
368
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr td:last-child,
369
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot tr td:last-child {
370
+ /* table outer border color */
371
+ border-left: none;
372
+ border-right:none;
373
+ }
374
+
375
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1 {
376
+ background-color: #000000; /* odd rows active background color */
377
+ }
378
+
379
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even td.sorting_1 {
380
+ background-color: #000000; /* even rows active background color */
381
+ }
382
+
383
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td,
384
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1,
385
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even:hover > td,
386
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1 {
387
+ background-color: #323232; /* rows hover background color */
388
+ }
389
+
390
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td,
391
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td.sorting_1,
392
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even.selected > td,
393
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even.selected > td.sorting_1 {
394
+ background-color: #323232; /* selected rows background color */
395
+ }
396
+
397
+ /* Table Footer */
398
+
399
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot th {
400
+ border-top: 1px solid #000;
401
+ }
402
+
403
+ /* Table Pagination */
404
+
405
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate {
406
+ font-size: 14px !important;
407
+ font-family: Roboto;
408
+ font-weight: normal;
409
+ font-style: normal;
410
+ font-stretch: normal;
411
+ line-height: 1;
412
+ letter-spacing: normal;
413
+ color: #606266;
414
+ margin-right: 20px;
415
+ margin-top: 6px;
416
+ }
417
+
418
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
419
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis{
420
+ min-width: 36px;
421
+ height: 36px;
422
+ -webkit-border-radius: 4px;
423
+ -moz-border-radius: 4px;
424
+ border-radius: 4px;
425
+ margin: 0 0px;
426
+ text-align: center;
427
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
428
+ border: none;
429
+ color: #999;
430
+ }
431
+
432
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
433
+ font: 0/0 a;
434
+ text-shadow: none;
435
+ text-indent: -9999em;
436
+ }
437
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate a {
438
+ display: inline-block;
439
+ padding: 10px 3px;
440
+ font-size: 15px;
441
+ }
442
+
443
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
444
+ outline: none !important;
445
+ box-shadow: none;
446
+ }
447
+
448
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
449
+ color: #fff;
450
+ background-color: #323232;
451
+ }
452
+
453
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis {
454
+ padding: 5px 7px 7px;
455
+ display: inline-block;
456
+ }
457
+
458
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
459
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
460
+ color: #FFF;
461
+ background-color: #323232;
462
+ min-width: 36px;
463
+ height: 36px;
464
+ -webkit-border-radius: 4px;
465
+ -moz-border-radius: 4px;
466
+ border-radius: 4px;
467
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
468
+ border: none;
469
+
470
+ }
471
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled,
472
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:before,
473
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:hover:before,
474
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:active:before {
475
+ cursor: default !important;
476
+ color: #323232;
477
+ background: none !important;
478
+ }
479
+
480
+ .wpdt-c .wpDataTablesWrapper .paginate_button.next:before,
481
+ .wpdt-c .wpDataTablesWrapper .paginate_button.previous:before,
482
+ .wpdt-c .wpDataTablesWrapper .paginate_button.last:before,
483
+ .wpdt-c .wpDataTablesWrapper .paginate_button.first:before{
484
+ font-family: Roboto;
485
+ font-size: 14px;
486
+ font-weight: normal;
487
+ font-style: normal;
488
+ font-stretch: normal;
489
+ line-height: 1;
490
+ letter-spacing: normal;
491
+ color:#999;
492
+ }
493
+
494
+ .wpdt-c .wpDataTablesWrapper .paginate_button.next:before {
495
+ content: "\e001" !important;
496
+ padding: 2px 0 2px 2px;
497
+ }
498
+
499
+ .wpdt-c .wpDataTablesWrapper .paginate_button.previous:before {
500
+ content: "\e002" !important;
501
+ padding: 2px 1px 2px 0;
502
+ }
503
+
504
+ .wpdt-c .wpDataTablesWrapper .paginate_button.last:before {
505
+ content: "\e003";
506
+ padding: 2px 0 2px 2px;
507
+ }
508
+
509
+ .wpdt-c .wpDataTablesWrapper .paginate_button.first:before {
510
+ content: "\e004";
511
+ padding: 2px 1px 2px 0;
512
+ }
513
+
514
+ .wpdt-c .wpDataTablesWrapper .paginate_button.next:hover:before,
515
+ .wpdt-c .wpDataTablesWrapper .paginate_button.previous:hover:before,
516
+ .wpdt-c .wpDataTablesWrapper .paginate_button.last:hover:before,
517
+ .wpdt-c .wpDataTablesWrapper .paginate_button.first:hover:before{
518
+ color: #ffffff;
519
+ }
520
+
521
+ .wpdt-c .wpDataTablesWrapper .DTTT_button:before,
522
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
523
+ .wpdt-c .wpDataTablesWrapper .paginate_button:before {
524
+ display: inline-block;
525
+ font-family: WPDataTablesIcons !important;
526
+ font-style: normal;
527
+ font-weight: 400;
528
+ text-align: center;
529
+ text-decoration: none;
530
+ vertical-align: middle;
531
+ -webkit-font-smoothing: antialiased;
532
+ }
533
+
534
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before {
535
+ margin-top: 1px;
536
+ }
537
+
538
+ .wpdt-c .wpDataTablesWrapper .DTTT_button {
539
+ opacity: 0.7;
540
+ }
541
+
542
+ .wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
543
+ opacity: 1;
544
+ }
545
+
546
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
547
+ opacity: 0.4;
548
+ }
549
+
550
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:hover:before {
551
+ opacity: 1;
552
+ }
553
+
554
+
555
+ .wpdt-c .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
556
+ background-color: #f2dede;
557
+ }
558
+
559
+ /* Overlay */
560
+
561
+ .wpdt-c .wpDataTables .overlayed {
562
+ position: relative;
563
+ pointer-events: none;
564
+ }
565
+
566
+ .wpdt-c .wpDataTables .overlayed > * {
567
+ opacity: 0.9;
568
+ }
569
+
570
+ .wpdt-c .wpDataTables .overlayed:after {
571
+ font-size: 34px;
572
+ left: 50%;
573
+ margin-left: -15px;
574
+ margin-top: -20px;
575
+ opacity: 1;
576
+ position: absolute;
577
+ top: 50%;
578
+ }
579
+
580
+ .wpdt-c .wpDataTables .overlayed:after {
581
+ content: url(../../img/loading.gif);
582
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
583
+ padding: 7px;
584
+ -webkit-border-radius: 50px;
585
+ -moz-border-radius: 50px;
586
+ border-radius: 50px;
587
+ line-height: 20px;
588
+ }
589
+
590
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:hover {
591
+ color: #ffffff;
592
+ }
593
+
594
+ .wpDataTablesWrapper table.wpDataTable .timepicker-hours,
595
+ .wpDataTablesWrapper table.wpDataTable .timepicker-minutes {
596
+ color: initial;
597
+ }
598
+
599
+
600
+ .wpDataTables .wdt-checkbox-filter.btn,
601
+ .wpDataTables input[type=text],
602
+ .wpDataTables select{
603
+ height: 36px !important;
604
+ }
605
+ .wpDataTables .wdt-checkbox-filter.btn {
606
+ text-align: center;
607
+ font-family: Roboto;
608
+ font-size: 14px !important;
609
+ font-weight: 500;
610
+ font-style: normal;
611
+ font-stretch: normal;
612
+ line-height: normal;
613
+ letter-spacing: normal;
614
+ color: #ffffff;
615
+ }
616
+
617
+
618
+
619
+ .wpdt-c .checkbox .input-helper:after {
620
+ top: auto;
621
+ }
622
+
623
+
624
+ .wpdt-c .checkbox input:checked + .input-helper:before {
625
+ background-color: #606fc7 !important;
626
+ }
627
+
628
+ .wpdt-c .checkbox input:checked ~ span.wdt-checkbox-label {
629
+ color: #ffffff !important;
630
+ }
631
+
632
+ .wpdt-c .checkbox input:checked + .input-helper:before, .wpdt-c .radio input:checked + .input-helper:before {
633
+ border-color: #606fc7;
634
+ }
635
+
636
+
637
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default,
638
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default{
639
+ border-bottom: none !important;
640
+ }
641
+
642
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu{
643
+ background: #1a1a1a;
644
+
645
+ }
646
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu li.selected span
647
+ {
648
+ color: #ffffff;
649
+ }
650
+
651
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu > li > a,
652
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead .bootstrap-select.btn-group .dropdown-toggle .filter-option,
653
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot .bootstrap-select.btn-group .dropdown-toggle .filter-option{
654
+ color: #ffffff80;
655
+ }
656
+
657
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .check-mark:before{
658
+ color: #606fc7;
659
+ }
660
+
661
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select
662
+ {
663
+ height: 36px !important;
664
+ }
665
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
666
+ width: 108px;
667
+ height: 36px;
668
+ padding: 0 13px;
669
+ margin: 0 16px;
670
+ }
671
+
672
+ .wpDataTablesWrapper .dataTables_length span.filter-option {
673
+ margin-left: 0;
674
+ color: #606266;
675
+ }
676
+
677
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:after{
678
+ display: none !important;
679
+ }
680
+
681
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:before{
682
+ font-family: WPDataTablesIconsPurple;
683
+ content: "\e903";
684
+ color: #606266;
685
+ position: absolute;
686
+ right: 19px;
687
+ top: 13px;
688
+ font-size: 9px;
689
+ height: 0;
690
+ width: 0;
691
+ background-image: none;
692
+ }
693
+ .wpDataTablesWrapper table.wpDataTable td {
694
+ padding: 17px 20px;
695
+ }
696
+ .wpDataTablesWrapper table.wpDataTable tfoot td,
697
+ .wpDataTablesWrapper table.wpDataTable thead th{
698
+ vertical-align: middle;
699
+ border-bottom:1px solid #323232;
700
+ border-left: none;
701
+ border-right: none;
702
+ padding-top: 10px;
703
+ padding-bottom: 10px;
704
+ }
705
+
706
+
707
+
708
+ .wpdt-c .fg-line:not([class*=has-]):after {
709
+ background: #606fc7;
710
+ }
711
+
712
+ /* Table tools */
713
+
714
+ .wpdt-c .wpDataTablesWrapper button.DTTT_button,
715
+ .wpdt-c .wpDataTablesWrapper div.DTTT_button,
716
+ .wpdt-c .wpDataTablesWrapper a.DTTT_button,
717
+ .wpdt-c .wpDataTablesWrapper button.DTTT_button:hover,
718
+ .wpdt-c .wpDataTablesWrapper div.DTTT_button:hover,
719
+ .wpdt-c .wpDataTablesWrapper a.DTTT_button:hover {
720
+ background-color: transparent;
721
+ background-image: none;
722
+ }
723
+
724
+ .wpdt-c .wpDataTablesWrapper .DTTT_button {
725
+ opacity: 0.7;
726
+ }
727
+
728
+ .wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
729
+ opacity: 1;
730
+ }
731
+
732
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
733
+ opacity: 0.4;
734
+ }
735
+
736
+ .wpDataTablesWrapper div.dt-buttons {
737
+ width: 100%;
738
+ display: flex;
739
+ flex-wrap: wrap;
740
+ float: none;
741
+ margin-left: 0;
742
+ margin-right: 0;
743
+ margin-bottom: 0;
744
+ }
745
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button{
746
+ height: 40px;
747
+ -webkit-border-radius: 4px;
748
+ -moz-border-radius: 4px;
749
+ border-radius: 4px;
750
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
751
+ border: solid 1px #000000;
752
+ background-color: #000000;
753
+ padding: 10px 8px;
754
+ margin-right: 12px;
755
+ margin-bottom: 10px;
756
+ font-family: Roboto;
757
+ font-size: 14px;
758
+ font-weight: 500;
759
+ font-style: normal;
760
+ font-stretch: normal;
761
+ line-height: normal !important;
762
+ letter-spacing: normal;
763
+ outline: none;
764
+ color: #ffffff80;
765
+ text-decoration: none;
766
+ text-transform: uppercase;
767
+ }
768
+
769
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button:not(.disabled){
770
+ opacity: 1;
771
+ }
772
+
773
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active,
774
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active,
775
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active,
776
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active:hover,
777
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active:hover,
778
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active:hover,
779
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:visited,
780
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:visited,
781
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:visited,
782
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:hover,
783
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:hover,
784
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:hover{
785
+ background-color: #000000;
786
+ background-image: none;
787
+ box-shadow:none !important;
788
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
789
+ }
790
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_spacer,
791
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_spacer:active{
792
+ opacity: 0;
793
+ background: none;
794
+ }
795
+
796
+ div.dt-button-collection a.dt-button.buttons-excel:before,
797
+ div.dt-button-collection a.dt-button.buttons-csv:before,
798
+ div.dt-button-collection a.dt-button.buttons-copy:before,
799
+ div.dt-button-collection a.dt-button.buttons-pdf:before,
800
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
801
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
802
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
803
+ font-family: WPDataTablesIconsPurple !important;
804
+ font-size: 18px;
805
+ font-style: normal;
806
+ font-stretch: normal;
807
+ line-height: normal;
808
+ letter-spacing: normal;
809
+ color: #606266;
810
+ }
811
+
812
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
813
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
814
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
815
+ margin-right: 7px;
816
+ color: #ffffff80;
817
+ }
818
+
819
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export{
820
+ width: 117px;
821
+ order: 3;
822
+ }
823
+
824
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before{
825
+ content: '\e909';
826
+ }
827
+
828
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:after,
829
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
830
+ font-family: WPDataTablesIconsPurple;
831
+ content: "\e903";
832
+ color: #ffffff80;
833
+ position: absolute;
834
+ right: 13px;
835
+ top: 16px;
836
+ font-size: 9px;
837
+ }
838
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
839
+ color: #ffffff80;
840
+ }
841
+
842
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print{
843
+ width: 90px;
844
+ order: 2;
845
+ }
846
+
847
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{
848
+ font-family: WPDataTablesIconsPurple !important;
849
+ content: "\e90e";
850
+ vertical-align: middle;
851
+ }
852
+
853
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_spacer {
854
+ flex-grow: 1;
855
+ order: 4;
856
+ cursor: default;
857
+ border: none !important;
858
+ -webkit-box-shadow: none !important;
859
+ -moz-box-shadow: none !important;
860
+ box-shadow: none !important;
861
+ }
862
+
863
+ div.dt-button-collection a.dt-button.buttons-excel:before{
864
+ content: '\e908';
865
+ vertical-align: middle;
866
+ }
867
+
868
+ div.dt-button-collection a.dt-button.buttons-csv:before{
869
+ content: '\e900';
870
+ vertical-align: middle;
871
+ }
872
+
873
+ div.dt-button-collection a.dt-button.buttons-copy:before{
874
+ content: '\e907';
875
+ vertical-align: middle;
876
+ }
877
+
878
+ div.dt-button-collection a.dt-button.buttons-pdf:before {
879
+ content: '\e90d';
880
+ vertical-align: middle;
881
+ }
882
+
883
+
884
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis{
885
+ width: 131px;
886
+ order: 1;
887
+ }
888
+
889
+
890
+ div.dt-button-collection a.dt-button.buttons-excel span,
891
+ div.dt-button-collection a.dt-button.buttons-csv span,
892
+ div.dt-button-collection a.dt-button.buttons-copy span,
893
+ div.dt-button-collection a.dt-button.buttons-pdf span {
894
+ margin-left: 10px;
895
+ color: #606266;
896
+ vertical-align: bottom;
897
+ }
898
+
899
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
900
+ content: '\e911';
901
+ color: #ffffff80;
902
+ }
903
+
904
+
905
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export span,
906
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print span,
907
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span{
908
+ color: #ffffff80;
909
+ vertical-align: middle;
910
+ }
911
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span{
912
+ color: #ffffff80;
913
+ }
914
+
915
+
916
+ /* Export buttons - collection */
917
+
918
+ div.dt-button-collection {
919
+ position: absolute;
920
+ top: 100%;
921
+ left: 0;
922
+ z-index: 9999;
923
+ display: none;
924
+ float: left;
925
+ min-width: 160px;
926
+ padding: 0;
927
+ margin: 2px 0 0;
928
+ list-style: none;
929
+ font-size: 13px;
930
+ text-align: left;
931
+ background-color: #1a1a1a;
932
+ border: 1px solid transparent;
933
+ -webkit-border-radius: 2px;
934
+ -moz-border-radius: 2px;
935
+ border-radius: 2px;
936
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
937
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
938
+ background-clip: padding-box;
939
+ }
940
+
941
+
942
+
943
+ div.dt-button-collection a.dt-button {
944
+ border: 0;
945
+ padding: 10px 16px;
946
+ text-align: left;
947
+ background-color: #1a1a1a;
948
+ outline: none;
949
+ margin: 0;
950
+ text-transform: uppercase;
951
+ }
952
+
953
+ div.dt-button-collection a.dt-button:hover:not(.buttons-columnVisibility) {
954
+ background-color: #262626;
955
+ text-decoration: none;
956
+ border: none;
957
+ }
958
+
959
+ div.dt-button-collection a.dt-button:hover:not(.buttons-columnVisibility) span {
960
+ color: #ffffff;
961
+ opacity: 1;
962
+ text-transform: uppercase;
963
+ }
964
+ div.dt-button-collection a.dt-button:not(.buttons-columnVisibility) span {
965
+ text-transform: uppercase;
966
+ }
967
+
968
+
969
+ div.dt-button-collection a.dt-button:hover:not(.buttons-columnVisibility):before {
970
+ color: #ffffff;
971
+ opacity: 1;
972
+ }
973
+
974
+ div.dt-button-background {
975
+ position: fixed;
976
+ top: 0;
977
+ left: 0;
978
+ width: 100%;
979
+ height: 100%;
980
+ background: rgba(0,0,0,0.2);
981
+ z-index: 2001;
982
+ }
983
+
984
+ div.dt-button-collection a.dt-button.buttons-columnVisibility {
985
+ margin: 0 16px;
986
+ }
987
+
988
+ div.dt-button-collection a.dt-button.buttons-columnVisibility,
989
+ div.dt-button-collection a.dt-button.buttons-excel,
990
+ div.dt-button-collection a.dt-button.buttons-csv,
991
+ div.dt-button-collection a.dt-button.buttons-pdf,
992
+ div.dt-button-collection a.dt-button.buttons-copy{
993
+ height: 43px;
994
+ font-family: Roboto;
995
+ font-size: 14px;
996
+ font-weight: 500;
997
+ font-style: normal;
998
+ font-stretch: normal;
999
+ line-height: normal;
1000
+ letter-spacing: normal;
1001
+ color: #606266;
1002
+ border-bottom: 1px solid #353535;
1003
+ -webkit-border-radius: 0 !important;
1004
+ -moz-border-radius: 0 !important;
1005
+ border-radius: 0 !important;
1006
+ cursor: pointer;
1007
+ background-image: none;
1008
+ }
1009
+
1010
+
1011
+ div.dt-button-collection a.dt-button.active:not(.disabled) {
1012
+ background-color: transparent;
1013
+ color: #ffffff !important;
1014
+ border-color: #353535;
1015
+
1016
+ }
1017
+
1018
+ div.dt-button-collection a.dt-button.buttons-columnVisibility:last-child,
1019
+ .dt-button-collection a.dt-button:last-child {
1020
+ border-bottom: none;
1021
+ }
1022
+
1023
+ div.dt-button-collection a.dt-button.buttons-excel:active,
1024
+ div.dt-button-collection a.dt-button.buttons-csv:active,
1025
+ div.dt-button-collection a.dt-button.buttons-pdf:active,
1026
+ div.dt-button-collection a.dt-button.buttons-copy:active,
1027
+ div.dt-button-collection a.dt-button.buttons-columnVisibility:active,
1028
+ div.dt-button-collection a.dt-button.buttons-columnVisibility:visited {
1029
+ outline:none;
1030
+ border-bottom: 1px solid #353535 !important;
1031
+ background-color: #1a1a1a;
1032
+ }
1033
+
1034
+ div.dt-button-collection a.dt-button:last-child {
1035
+ border-bottom: none;
1036
+ }
1037
+
1038
+ .dt-button-collection a.dt-button.buttons-columnVisibility span {
1039
+ margin-left: 25px;
1040
+ line-height: 20px;
1041
+ }
1042
+
1043
+ div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1044
+ position: absolute;
1045
+ content: "\f26a";
1046
+ font-size: 19px;
1047
+ color: #606fc7;
1048
+ font-family: 'Material-Design-Iconic-Font';
1049
+ -webkit-transform: scale(1);
1050
+ -ms-transform: scale(1);
1051
+ -o-transform: scale(1);
1052
+ transform: scale(1);
1053
+ }
1054
+ div.dt-button-collection a.dt-button.buttons-columnVisibility.active:after {
1055
+ position: absolute;
1056
+ content: "\f26b";
1057
+ font-size: 15px;
1058
+ font-weight: 600;
1059
+ color: #ffffff;
1060
+ font-family: 'Material-Design-Iconic-Font';
1061
+ -webkit-transform: scale(1);
1062
+ -ms-transform: scale(1);
1063
+ -o-transform: scale(1);
1064
+ transform: scale(1);
1065
+ left: 18px;
1066
+ top: 13px;
1067
+ }
1068
+
1069
+ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1070
+ position: absolute;
1071
+ content: "\f279";
1072
+ font-size: 19px;
1073
+ color: #323232;
1074
+ font-family: 'Material-Design-Iconic-Font';
1075
+ -webkit-transform: scale(1);
1076
+ -ms-transform: scale(1);
1077
+ -o-transform: scale(1);
1078
+ transform: scale(1);
1079
+ }
1080
+
1081
+ /* Clipboard */
1082
+
1083
+ .wpdt-c div.dt-button-info, div.dt-button-info {
1084
+ width: 264px;
1085
+ position: fixed;
1086
+ top: 50%;
1087
+ left: 50%;
1088
+ height: 52px;
1089
+ border: 2px solid #4f5dba;
1090
+ -webkit-border-radius: 26px;
1091
+ -moz-border-radius: 26px;
1092
+ border-radius: 26px;
1093
+ box-shadow: 0 18px 18px 0 rgba(10, 31, 68, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
1094
+ background-color: #606fc7;
1095
+ margin-top: 0;
1096
+ margin-left: 0;
1097
+ line-height: normal;
1098
+ text-align: center;
1099
+ z-index: 9999;
1100
+ }
1101
+
1102
+ .wpdt-c div.dt-button-info:before, div.dt-button-info:before{
1103
+ position: absolute;
1104
+ font-family: WPDataTablesIconsPurple;
1105
+ content: '\e905';
1106
+ left: 7px;
1107
+ top:6px;
1108
+ color: #4f5dba;
1109
+ font-size: 36px;
1110
+ }
1111
+
1112
+ .wpdt-c div.dt-button-info:after, div.dt-button-info:after{
1113
+ position: absolute;
1114
+ font-family: WPDataTablesIconsPurple;
1115
+ content: '\e906';
1116
+ left: 8px;
1117
+ top: 6px;
1118
+ font-size: 35px;
1119
+ color: #ffffff;
1120
+ }
1121
+
1122
+ .wpdt-c div.dt-button-info h2, div.dt-button-info h2{
1123
+ font-family: GraphikWeb;
1124
+ font-size: 14px;
1125
+ font-weight: 500;
1126
+ font-style: normal;
1127
+ font-stretch: normal;
1128
+ line-height: 1.43;
1129
+ letter-spacing: normal;
1130
+ color: #ffffff;
1131
+ padding: 0;
1132
+ margin: 15px auto;
1133
+ border-bottom: 1px solid #606fc7;
1134
+ background-color: transparent;
1135
+ }
1136
+
1137
+ .wpdt-c div.dt-button-info > div, div.dt-button-info > div {
1138
+ display: none;
1139
+ }
1140
+
1141
+ @media screen and (max-width: 769px) {
1142
+
1143
+ .wpDataTablesWrapper table.wpDataTable td {
1144
+ padding: 17px 20px 17px 10px;
1145
+ }
1146
+
1147
+ .wpDataTablesWrapper .dataTables_info,
1148
+ .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers{
1149
+ text-align: center !important;
1150
+ float: none;
1151
+ margin-left: 0;
1152
+ margin-right: 0;
1153
+ }
1154
+ .wpDataTablesWrapper .dataTables_info {
1155
+ margin-bottom: 10px;
1156
+ }
1157
+
1158
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis {
1159
+ width: 68px;
1160
+ }
1161
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print {
1162
+ width: 52px;
1163
+ }
1164
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export {
1165
+ width: 67px;
1166
+ }
1167
+
1168
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span,
1169
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print span,
1170
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export span
1171
+ {
1172
+ display: none;
1173
+ }
1174
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before,
1175
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before {
1176
+ margin-right: 15px;
1177
+ }
1178
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before {
1179
+ margin-right: 0;
1180
+ }
1181
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1182
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
1183
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
1184
+ margin-left:0;
1185
+ margin-right: 7px;
1186
+ }
1187
+
1188
+ .wpDataTablesWrapper div.dt-buttons {
1189
+ margin-bottom: 17px;
1190
+ margin-left: 0;
1191
+ padding-right: 0;
1192
+ margin-top: 10px;
1193
+ }
1194
+
1195
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button {
1196
+ margin-right: 7px;
1197
+ padding: 10px 8px;
1198
+ }
1199
+
1200
+
1201
+ }
1202
+
1203
+ @media screen and (max-width: 640px) {
1204
+ .wpDataTablesWrapper div.dt-buttons {
1205
+ display: flex;
1206
+ flex-wrap: wrap;
1207
+ float: none;
1208
+ }
1209
+
1210
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis {
1211
+ order: 1;
1212
+ }
1213
+
1214
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print{
1215
+ order: 2;
1216
+ }
1217
+
1218
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export {
1219
+ order: 3;
1220
+ }
1221
+
1222
+
1223
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis,
1224
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print,
1225
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export{
1226
+ margin-bottom: 12px;
1227
+ }
1228
+
1229
+
1230
+ .wpDataTablesWrapper .dataTables_info {
1231
+ width: 100%;
1232
+ margin: 0 auto;
1233
+ padding-bottom: 12px;
1234
+ }
1235
+
1236
+ .wpDataTablesWrapper .dataTables_filter,
1237
+ .wpDataTablesWrapper .dataTables_length,
1238
+ .wpDataTablesWrapper .dataTables_info,
1239
+ .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers{
1240
+ text-align: center !important;
1241
+ float: none;
1242
+ }
1243
+
1244
+ .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers,
1245
+ .wpDataTablesWrapper .dataTables_length {
1246
+ margin-right: 0;
1247
+ }
1248
+
1249
+ .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers {
1250
+ margin-top: 0;
1251
+ }
1252
+
1253
+ .wpDataTablesWrapper .dataTables_filter {
1254
+ margin-left: 0;
1255
+ }
1256
+
1257
+ .wpdt-c .wpDataTablesWrapper .dataTables_info {
1258
+ margin-left: 0;
1259
+ margin-bottom: 10px;
1260
+ }
1261
+
1262
+
1263
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1264
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1265
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
1266
+ min-width: 30px;
1267
+ }
1268
+
1269
+ }
1270
+
1271
+ @media screen and (max-width: 376px) {
1272
+
1273
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1274
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1275
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
1276
+ min-width: 25px;
1277
+ }
1278
+ }
1279
+
assets/css/wdt-skins/purple.css ADDED
@@ -0,0 +1,1221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * WPDataTables Purple skin styles
3
+ */
4
+
5
+ @import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
6
+
7
+ @font-face {
8
+ font-family: WPDataTablesIconsPurple;
9
+ font-style: normal;
10
+ font-stretch: normal;
11
+ src: url(../../fonts/wpdatatablesiconsaqua-base.eot);
12
+ src: url(../../fonts/wpdatatablesiconsaqua-base.eot?#iefix) format('embedded-opentype'), url(../../fonts/wpdatatablesiconsaqua-base.woff) format('woff'), url(../../fonts/wpdatatablesiconsaqua-base.ttf) format('truetype'), url(../../fonts/wpdatatablesiconsaqua-base.svg#wpdatatablesiconsaqua-base) format('svg');
13
+ }
14
+ /* Table */
15
+
16
+ .wpDataTablesWrapper {
17
+ margin-bottom: 0;
18
+ background: #ffffff;
19
+ padding: 0 16px 16px 16px;
20
+ }
21
+
22
+ .wpDataTablesWrapper table.wpDataTable {
23
+ margin-bottom: 12px;
24
+ }
25
+
26
+ .wpdt-c .wpDataTablesWrapper .dropdown-menu>li>a {
27
+ box-shadow: none !important;
28
+ }
29
+
30
+ .wpdt-c .wpDataTableContainer {
31
+ background:none;
32
+ }
33
+
34
+ div#wpdatatable-preview-container.wpDataTablesWrapper,
35
+ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
36
+ {
37
+ background: #ffffff;
38
+ padding: 0;
39
+ }
40
+
41
+ /* Above the table */
42
+
43
+ /* Display length and Global search */
44
+
45
+ .wpdt-c .wpDataTablesWrapper .dataTables_length,
46
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter{
47
+ font-size: 13px;
48
+ margin-bottom: 10px;
49
+ }
50
+
51
+ .wpdt-c .wpDataTablesWrapper .dataTables_length {
52
+ float: right;
53
+ margin-right: 16px;
54
+ }
55
+
56
+ .wpdt-c .wpDataTablesWrapper .dataTables_length label {
57
+ font-family: Roboto;
58
+ font-size: 13px;
59
+ font-weight: normal;
60
+ font-style: normal;
61
+ font-stretch: normal;
62
+ line-height: 1.08;
63
+ letter-spacing: normal;
64
+ color: #5e6166;
65
+ }
66
+
67
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter{
68
+ float: left;
69
+ }
70
+
71
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter label{
72
+ position: relative;
73
+ font-weight: normal;
74
+ }
75
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon {
76
+ position: relative;
77
+ line-height: normal;
78
+ font-weight: normal;
79
+ }
80
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter label .wdt-search-icon:before{
81
+ font-family: WPDataTablesIconsPurple;
82
+ content: '\e901';
83
+ position: absolute;
84
+ top: -3px;
85
+ left: 10px;
86
+ font-size: 22px;
87
+ color: #d3dce6;
88
+ font-weight: normal;
89
+ }
90
+
91
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter input.form-control{
92
+ border-radius: 4px;
93
+ border: solid 1px #dcdfe6;
94
+ padding-left: 15px;
95
+
96
+ }
97
+
98
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter input[type="search"] {
99
+ padding: 12px 0 12px 36px !important;
100
+ width: 361px;
101
+ min-width: 208px;
102
+ opacity: 0.5;
103
+ }
104
+
105
+ .wpdt-c .wpDataTablesWrapper .dataTables_filter input[type="search"],
106
+ .wpdt-c .wpDataTablesWrapper .dataTables_length label {
107
+ font-family: Roboto;
108
+ font-size: 13px;
109
+ font-weight: normal;
110
+ font-style: normal;
111
+ font-stretch: normal;
112
+ line-height: 1.08;
113
+ letter-spacing: normal;
114
+ color: #606266;
115
+
116
+ }
117
+
118
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default:before{
119
+ font-family: WPDataTablesIconsPurple;
120
+ content: "\e903";
121
+ color: #606266;
122
+ position: absolute;
123
+ right: 6px;
124
+ top: 12px;
125
+ font-size: 9px;
126
+ height: 0;
127
+ width: 0;
128
+ background-image: none;
129
+ }
130
+
131
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
132
+ width: 180px;
133
+ padding: 0 5px;
134
+ border-radius: 4px;
135
+ border: solid 1px #dcdfe6;
136
+ }
137
+
138
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.btn-group .dropdown-menu {
139
+ left: -1px;
140
+ padding: 0;
141
+ }
142
+
143
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.btn-group ul.dropdown-menu {
144
+ width: 180px;
145
+ font-family: Roboto;
146
+ font-size: 14px;
147
+ }
148
+
149
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu ul.dropdown-menu li{
150
+ border-bottom: 1px solid #ebeef5;
151
+ margin:0 16px;
152
+ }
153
+
154
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu ul.dropdown-menu li:last-child {
155
+ border-bottom: none;
156
+ }
157
+
158
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu ul.dropdown-menu li.selected a span.text{
159
+ color: #606fc7;
160
+ background: #ffffff;
161
+ }
162
+
163
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu ul.dropdown-menu li a span.text{
164
+ font-weight: 500;
165
+ font-style: normal;
166
+ font-stretch: normal;
167
+ line-height: normal;
168
+ letter-spacing: normal;
169
+ color: #606266;
170
+ }
171
+
172
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu .dropdown-menu>li>a {
173
+ padding: 14px 0;
174
+ background: #ffffff;
175
+ }
176
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .selected .check-mark {
177
+ margin-top: 0 !important;
178
+ right: 1px;
179
+ }
180
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .check-mark:before {
181
+ content: '\f26a';
182
+ color: #606fc7;
183
+ }
184
+
185
+ /* Table info */
186
+
187
+ .wpdt-c .wpDataTablesWrapper .dataTables_info {
188
+ font-size: 14px;
189
+ margin-left: 20px;
190
+ margin-top: 14px;
191
+ padding: 0;
192
+ }
193
+
194
+ /* Table Header */
195
+
196
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr > th,
197
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting,
198
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn {
199
+ background-color: #606fc7; /* th background color */
200
+ border-color: #606fc7; /* th border color */
201
+ color: #FFFFFF; /* th font color */
202
+ padding: 17px 16px;
203
+ text-align: left;
204
+ cursor: pointer;
205
+ font-weight: normal;
206
+ font-style: normal;
207
+ font-stretch: normal;
208
+ line-height: 1;
209
+ letter-spacing: normal;
210
+ }
211
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn {
212
+ text-align: center;
213
+ }
214
+
215
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th,
216
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th:first-child
217
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th:last-child{
218
+ background-color: #ffffff; /* th background color */
219
+ border-color: #f5f7fa; /* th border color */
220
+ color: #000000;
221
+ }
222
+
223
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th {
224
+ border-left: none;
225
+ border-right: none;
226
+ }
227
+
228
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th:first-child {
229
+ border-right: none;
230
+ border-left: 1px solid #f5f7fa;
231
+ }
232
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable > thead > tr:nth-child(2) > th:last-child {
233
+ border-left: none;
234
+ border-right: 1px solid #f5f7fa;
235
+ }
236
+
237
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr th {
238
+ -o-transition:.5s;
239
+ -ms-transition:.5s;
240
+ -moz-transition:.5s;
241
+ -webkit-transition:.5s;
242
+ transition:.5s;
243
+ }
244
+
245
+
246
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
247
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc,
248
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover {
249
+ background: #4f5dba;
250
+ border-color: #f3f4fa;
251
+ }
252
+
253
+ /* Sorting icons */
254
+
255
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
256
+ font-family: 'Material-Design-Iconic-Font';
257
+ display: inline-block;
258
+ content: '\f2f9';
259
+ padding-right: 10px ;
260
+ }
261
+
262
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
263
+ font-family: 'Material-Design-Iconic-Font';
264
+ display: inline-block;
265
+ content: '\f2fc';
266
+ padding-right: 10px ;
267
+ }
268
+
269
+ /* Table Body */
270
+
271
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tbody td {
272
+ border: 1px solid;
273
+ border-color: #f5f7fa; /* td inner border color */
274
+ color: #606266;
275
+ -o-transition:.5s;
276
+ -ms-transition:.5s;
277
+ -moz-transition:.5s;
278
+ -webkit-transition:.5s;
279
+ transition:.5s;
280
+ }
281
+
282
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tbody tr:last-child td {
283
+ border-bottom-color: #ebeef5; /* table outer border color */
284
+ }
285
+
286
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd td {
287
+ background-color: #fff; /* odd rows background color */
288
+ border-left: none;
289
+ border-right: none;
290
+ }
291
+
292
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even td {
293
+ background-color: #fff; /* even rows background color */
294
+ border-left: none;
295
+ border-right: none;
296
+ }
297
+
298
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td:first-child,
299
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr td:first-child,
300
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot tr td:first-child{
301
+ /* table outer border color */
302
+ border-right: none;
303
+ border-left:1px solid #f5f7fa;
304
+ }
305
+
306
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr td:last-child,
307
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr td:last-child,
308
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot tr td:last-child {
309
+ /* table outer border color */
310
+ border-left: none;
311
+ border-right:1px solid #f5f7fa;
312
+ }
313
+
314
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1 {
315
+ background-color: #f3f4fa; /* odd rows active background color */
316
+ }
317
+
318
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even td.sorting_1 {
319
+ background-color: #f3f4fa; /* even rows active background color */
320
+ }
321
+
322
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td,
323
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1,
324
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even:hover > td,
325
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1 {
326
+ background-color: #f3f4fa; /* rows hover background color */
327
+ }
328
+
329
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td,
330
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.odd.selected > td.sorting_1,
331
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even.selected > td,
332
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tr.even.selected > td.sorting_1 {
333
+ background-color: #f3f4fa; /* selected rows background color */
334
+ border-left-width: 3px;
335
+ border-left-color: #4f5dba ;
336
+ }
337
+
338
+ /* Table Footer */
339
+
340
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable tfoot th {
341
+ border-top: 1px solid #000;
342
+ }
343
+
344
+ /* Table Pagination */
345
+
346
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate {
347
+ font-size: 14px !important;
348
+ font-family: Roboto;
349
+ font-weight: normal;
350
+ font-style: normal;
351
+ font-stretch: normal;
352
+ line-height: 1;
353
+ letter-spacing: normal;
354
+ color: #606266;
355
+ margin-right: 20px;
356
+ margin-top: 6px;
357
+ }
358
+
359
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
360
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis{
361
+ min-width: 30px;
362
+ height: 30px;
363
+ border-radius: 2px;
364
+ margin: 0 0px;
365
+ text-align: center;
366
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
367
+ border: solid 1px #ebedf2;
368
+ color: #606266;
369
+ }
370
+
371
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate > .paginate_button {
372
+ font: 0/0 a;
373
+ text-shadow: none;
374
+ text-indent: -9999em;
375
+ }
376
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate a {
377
+ display: inline-block;
378
+ padding: 7px 3px;
379
+ }
380
+
381
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
382
+ outline: none !important;
383
+ box-shadow: none;
384
+ }
385
+
386
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
387
+ color: #fff;
388
+ background-color: #606fc7;
389
+ }
390
+
391
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis {
392
+ padding: 5px 7px 7px;
393
+ display: inline-block;
394
+ }
395
+
396
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
397
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
398
+ color: #FFF;
399
+ background-color: #606fc7;
400
+ min-width: 30px;
401
+ height: 30px;
402
+ border-radius: 2px;
403
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
404
+ border: solid 1px #ebedf2;
405
+
406
+ }
407
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled,
408
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:before,
409
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:hover:before,
410
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:active:before {
411
+ cursor: default !important;
412
+ color: #c0c4cc;
413
+ background: none !important;
414
+ }
415
+
416
+ .wpdt-c .wpDataTablesWrapper .paginate_button.next:before,
417
+ .wpdt-c .wpDataTablesWrapper .paginate_button.previous:before,
418
+ .wpdt-c .wpDataTablesWrapper .paginate_button.last:before,
419
+ .wpdt-c .wpDataTablesWrapper .paginate_button.first:before{
420
+ font-family: Roboto;
421
+ font-size: 14px;
422
+ font-weight: normal;
423
+ font-style: normal;
424
+ font-stretch: normal;
425
+ line-height: 1;
426
+ letter-spacing: normal;
427
+ color:#606266;
428
+ }
429
+
430
+ .wpdt-c .wpDataTablesWrapper .paginate_button.next:before {
431
+ content: "\e001" !important;
432
+ padding: 2px 0 2px 2px;
433
+ }
434
+
435
+ .wpdt-c .wpDataTablesWrapper .paginate_button.previous:before {
436
+ content: "\e002" !important;
437
+ padding: 2px 1px 2px 0;
438
+ }
439
+
440
+ .wpdt-c .wpDataTablesWrapper .paginate_button.last:before {
441
+ content: "\e003";
442
+ padding: 2px 0 2px 2px;
443
+ }
444
+
445
+ .wpdt-c .wpDataTablesWrapper .paginate_button.first:before {
446
+ content: "\e004";
447
+ padding: 2px 1px 2px 0;
448
+ }
449
+
450
+ .wpdt-c .wpDataTablesWrapper .paginate_button.next:hover:before,
451
+ .wpdt-c .wpDataTablesWrapper .paginate_button.previous:hover:before,
452
+ .wpdt-c .wpDataTablesWrapper .paginate_button.last:hover:before,
453
+ .wpdt-c .wpDataTablesWrapper .paginate_button.first:hover:before{
454
+ color: #ffffff;
455
+ }
456
+
457
+ .wpdt-c .wpDataTablesWrapper .DTTT_button:before,
458
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
459
+ .wpdt-c .wpDataTablesWrapper .paginate_button:before {
460
+ display: inline-block;
461
+ font-family: WPDataTablesIcons !important;
462
+ font-style: normal;
463
+ font-weight: 400;
464
+ text-align: center;
465
+ text-decoration: none;
466
+ vertical-align: middle;
467
+ -webkit-font-smoothing: antialiased;
468
+ }
469
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:before {
470
+ margin-top: 1px;
471
+ }
472
+
473
+
474
+
475
+ .wpdt-c .wpDataTablesWrapper .DTTT_button {
476
+ opacity: 0.7;
477
+ }
478
+
479
+ .wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
480
+ opacity: 1;
481
+ }
482
+
483
+
484
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
485
+ opacity: 0.4;
486
+ }
487
+
488
+ .wpdt-c .wpDataTablesWrapper .wdt-checkbox-filter.btn:hover:before {
489
+ opacity: 1;
490
+ }
491
+
492
+
493
+ .wpdt-c .wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
494
+ background-color: #f2dede;
495
+ }
496
+
497
+
498
+
499
+ /* Overlay */
500
+
501
+ .wpdt-c .wpDataTables .overlayed {
502
+ position: relative;
503
+ pointer-events: none;
504
+ }
505
+
506
+ .wpdt-c .wpDataTables .overlayed > * {
507
+ opacity: 0.9;
508
+ }
509
+
510
+ .wpdt-c .wpDataTables .overlayed:after {
511
+ font-size: 34px;
512
+ left: 50%;
513
+ margin-left: -15px;
514
+ margin-top: -20px;
515
+ opacity: 1;
516
+ position: absolute;
517
+ top: 50%;
518
+ -webkit-animation: spin 2s infinite linear;
519
+ -moz-animation: spin 2s infinite linear;
520
+ -o-animation: spin 2s infinite linear;
521
+ animation: spin 2s infinite linear;
522
+ }
523
+
524
+ .wpdt-c .wpDataTables .overlayed:after {
525
+ content: url(../../img/sandwatch.png);
526
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
527
+ border: solid 1px #ebedf2;
528
+ background-color: #ffffff;
529
+ padding: 7px;
530
+ border-radius: 50px;
531
+ line-height: 20px;
532
+ }
533
+
534
+ @-moz-keyframes spin {
535
+ 0% {
536
+ -moz-transform: rotate(0);
537
+ }
538
+ 100% {
539
+ -moz-transform: rotate(359deg);
540
+ }
541
+ }
542
+
543
+ @-webkit-keyframes spin {
544
+ 0% {
545
+ -webkit-transform: rotate(0);
546
+ }
547
+ 100% {
548
+ -webkit-transform: rotate(359deg);
549
+ }
550
+ }
551
+
552
+ @-o-keyframes spin {
553
+ 0% {
554
+ -o-transform: rotate(0);
555
+ }
556
+ 100% {
557
+ -o-transform: rotate(359deg);
558
+ }
559
+ }
560
+
561
+ @-ms-keyframes spin {
562
+ 0% {
563
+ -ms-transform: rotate(0);
564
+ }
565
+ 100% {
566
+ -ms-transform: rotate(359deg);
567
+ }
568
+ }
569
+
570
+ @keyframes spin {
571
+ 0% {
572
+ transform: rotate(0);
573
+ }
574
+ 100% {
575
+ transform: rotate(359deg);
576
+ }
577
+ }
578
+
579
+ .wpDataTablesWrapper .wdt-checkbox-filter.btn:hover {
580
+ color: #ffffff;
581
+ }
582
+
583
+ .wpDataTablesWrapper table.wpDataTable .timepicker-hours,
584
+ .wpDataTablesWrapper table.wpDataTable .timepicker-minutes {
585
+ color: initial;
586
+ }
587
+
588
+ .wpDataTables .wdt-checkbox-filter.btn,
589
+ .wpDataTables input[type=text],
590
+ .wpDataTables select,
591
+ .wpdt-c .wpDataTablesWrapper .filter_column button{
592
+ height: 36px !important;
593
+ }
594
+ .wpDataTables .wdt-checkbox-filter.btn {
595
+ text-align: center;
596
+ font-family: Roboto;
597
+ font-size: 14px !important;
598
+ font-weight: 500;
599
+ font-style: normal;
600
+ font-stretch: normal;
601
+ line-height: normal;
602
+ letter-spacing: normal;
603
+ color: #ffffff;
604
+ }
605
+
606
+
607
+ .wpdt-c .checkbox .input-helper:after {
608
+ top: auto;
609
+ }
610
+
611
+
612
+ .wpdt-c .checkbox input:checked + .input-helper:before {
613
+ background-color: #606fc7;
614
+ }
615
+
616
+ .wpdt-c .checkbox input:checked ~ span.wdt-checkbox-label {
617
+ color: #606fc7 !important;
618
+ }
619
+
620
+ .wpdt-c .checkbox input:checked + .input-helper:before, .wpdt-c .radio input:checked + .input-helper:before {
621
+ border-color: #606fc7;
622
+ }
623
+
624
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default,
625
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select > .btn-default{
626
+ border-bottom: none !important;
627
+ }
628
+
629
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .check-mark:before ,
630
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .check-mark:before,
631
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select .dropdown-menu li.selected span,
632
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select .dropdown-menu li.selected span{
633
+ color: #606fc7;
634
+ }
635
+
636
+ .wpdt-c .wpDataTablesWrapper .wpDataTableFilterBox .wpDataTableFilterSection .bootstrap-select,
637
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select{
638
+ height: 36px !important;
639
+ }
640
+ .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
641
+ width: 108px;
642
+ height: 36px;
643
+ padding: 0 13px;
644
+ margin: 0 16px;
645
+ }
646
+
647
+ .wpDataTablesWrapper .dataTables_length span.filter-option {
648
+ margin-left: 0;
649
+ color: #606266;
650
+ }
651
+
652
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:after{
653
+ display: none !important;
654
+ }
655
+
656
+
657
+ .wpdt-c .wpDataTablesWrapper table.wpDataTable .bootstrap-select > .btn-default:before{
658
+ font-family: WPDataTablesIconsPurple;
659
+ content: "\e903";
660
+ color: #606266;
661
+ position: absolute;
662
+ right: 19px;
663
+ top: 13px;
664
+ font-size: 9px;
665
+ height: 0;
666
+ width: 0;
667
+ background-image: none;
668
+ }
669
+ .wpDataTablesWrapper table.wpDataTable td {
670
+ padding: 17px 20px;
671
+ }
672
+ .wpDataTablesWrapper table.wpDataTable tfoot td,
673
+ .wpDataTablesWrapper table.wpDataTable thead th{
674
+ vertical-align: middle;
675
+ border-bottom:1px solid #f5f7fa;
676
+ border-left: none;
677
+ border-right: none;
678
+ padding-top: 10px;
679
+ padding-bottom: 10px;
680
+ }
681
+
682
+ .wpDataTablesWrapper table.wpDataTable thead th:last-child {
683
+ border-right: 1px solid #606fc7;
684
+ }
685
+
686
+ .wpdt-c .fg-line:not([class*=has-]):after {
687
+ background: #606fc7;
688
+ }
689
+
690
+
691
+ /* Table tools */
692
+
693
+ .wpdt-c .wpDataTablesWrapper button.DTTT_button,
694
+ .wpdt-c .wpDataTablesWrapper div.DTTT_button,
695
+ .wpdt-c .wpDataTablesWrapper a.DTTT_button,
696
+ .wpdt-c .wpDataTablesWrapper button.DTTT_button:hover,
697
+ .wpdt-c .wpDataTablesWrapper div.DTTT_button:hover,
698
+ .wpdt-c .wpDataTablesWrapper a.DTTT_button:hover {
699
+ background-color: transparent;
700
+ background-image: none;
701
+ }
702
+
703
+ .wpdt-c .wpDataTablesWrapper .DTTT_button {
704
+ opacity: 0.7;
705
+ }
706
+
707
+ .wpdt-c .wpDataTablesWrapper .DTTT_button:hover {
708
+ opacity: 1;
709
+ }
710
+
711
+ .wpdt-c .wpDataTablesWrapper .DTTT_button.disabled {
712
+ opacity: 0.4;
713
+ }
714
+
715
+ .wpDataTablesWrapper div.dt-buttons {
716
+ width: 100%;
717
+ display: flex;
718
+ flex-wrap: wrap;
719
+ float: none;
720
+ margin-left: 0;
721
+ margin-right: 0;
722
+ margin-bottom: 0;
723
+ }
724
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button{
725
+ height: 40px;
726
+ border-radius: 4px;
727
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
728
+ border: solid 1px #ebedf2;
729
+ background-color: #ffffff;
730
+ padding: 10px 8px;
731
+ margin-right: 12px;
732
+ margin-bottom: 10px;
733
+ font-family: Roboto;
734
+ font-size: 14px;
735
+ font-weight: 500;
736
+ font-style: normal;
737
+ font-stretch: normal;
738
+ line-height: normal !important;
739
+ letter-spacing: normal;
740
+ outline: none;
741
+ color: #606266;
742
+ text-decoration: none;
743
+ }
744
+
745
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button:not(.disabled){
746
+ opacity: 1;
747
+ }
748
+
749
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active,
750
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active,
751
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active,
752
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:active:hover,
753
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:active:hover,
754
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:active:hover,
755
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:visited,
756
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:visited,
757
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:visited,
758
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_export:hover,
759
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_print:hover,
760
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_colvis:hover{
761
+ background-color: #ffffff ;
762
+ background-image: none;
763
+ box-shadow:none !important;
764
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
765
+ }
766
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_spacer,
767
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button_spacer:active{
768
+ opacity: 0;
769
+ background: none;
770
+ }
771
+
772
+ div.dt-button-collection a.dt-button.buttons-excel:before,
773
+ div.dt-button-collection a.dt-button.buttons-csv:before,
774
+ div.dt-button-collection a.dt-button.buttons-copy:before,
775
+ div.dt-button-collection a.dt-button.buttons-pdf:before,
776
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
777
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
778
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
779
+ font-family: WPDataTablesIconsPurple !important;
780
+ font-size: 18px;
781
+ font-style: normal;
782
+ font-stretch: normal;
783
+ line-height: normal;
784
+ letter-spacing: normal;
785
+ color: #606266;
786
+ }
787
+
788
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
789
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
790
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
791
+ margin-left: 7px;
792
+ margin-right: 7px;
793
+ }
794
+
795
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export{
796
+ width: 117px;
797
+ order: 3;
798
+ }
799
+
800
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before{
801
+ content: '\e909';
802
+ }
803
+
804
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:after,
805
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
806
+ font-family: WPDataTablesIconsPurple;
807
+ content: "\e903";
808
+ color: #606266;
809
+ position: absolute;
810
+ right: 13px;
811
+ top: 16px;
812
+ font-size: 9px;
813
+ }
814
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:after{
815
+ color: #FFFFFF;
816
+ }
817
+
818
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print{
819
+ width: 90px;
820
+ order: 2;
821
+ }
822
+
823
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before{
824
+ font-family: WPDataTablesIconsPurple !important;
825
+ content: "\e90e";
826
+ vertical-align: middle;
827
+ }
828
+
829
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_spacer {
830
+ flex-grow: 1;
831
+ order: 4;
832
+ cursor: default;
833
+ border: none !important;
834
+ -webkit-box-shadow: none !important;
835
+ -moz-box-shadow: none !important;
836
+ box-shadow: none !important;
837
+ }
838
+
839
+ div.dt-button-collection a.dt-button.buttons-excel:before{
840
+ content: '\e908';
841
+ vertical-align: middle;
842
+ }
843
+
844
+ div.dt-button-collection a.dt-button.buttons-csv:before{
845
+ content: '\e900';
846
+ vertical-align: middle;
847
+ }
848
+
849
+ div.dt-button-collection a.dt-button.buttons-copy:before{
850
+ content: '\e907';
851
+ vertical-align: middle;
852
+ }
853
+
854
+ div.dt-button-collection a.dt-button.buttons-pdf:before{
855
+ content: '\e90d';
856
+ vertical-align: middle;
857
+ }
858
+
859
+
860
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis{
861
+ width: 131px;
862
+ order: 1;
863
+ background-color: #606fc7 !important;
864
+ border-color: #4f5dba !important;
865
+ }
866
+
867
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters {
868
+ order: 8;
869
+ }
870
+
871
+ div.dt-button-collection a.dt-button.buttons-excel span,
872
+ div.dt-button-collection a.dt-button.buttons-csv span,
873
+ div.dt-button-collection a.dt-button.buttons-copy span,
874
+ div.dt-button-collection a.dt-button.buttons-pdf span {
875
+ margin-left: 10px;
876
+ color: #606266;
877
+ vertical-align: bottom;
878
+ }
879
+
880
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
881
+ content: '\e911';
882
+ color: #FFFFFF;
883
+ }
884
+
885
+
886
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export span,
887
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print span,
888
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span {
889
+ color: #606266;
890
+ vertical-align: middle;
891
+ }
892
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span{
893
+ color: #FFFFFF;
894
+ }
895
+
896
+
897
+ /* Export buttons - collection */
898
+
899
+ div.dt-button-collection {
900
+ position: absolute;
901
+ top: 100%;
902
+ left: 0;
903
+ z-index: 9999;
904
+ display: none;
905
+ float: left;
906
+ min-width: 160px;
907
+ padding: 0;
908
+ margin: 2px 0 0;
909
+ list-style: none;
910
+ font-size: 13px;
911
+ text-align: left;
912
+ background-color: #fff;
913
+ border: 1px solid transparent;
914
+ border-radius: 2px;
915
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
916
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
917
+ background-clip: padding-box;
918
+ }
919
+
920
+ div.dt-button-collection a.dt-button.active:not(.disabled) {
921
+ background-color: transparent;
922
+ color: #606fc7;
923
+ border-color: #ebeef5;
924
+ }
925
+
926
+ div.dt-button-collection a.dt-button {
927
+ border: 0;
928
+ padding: 10px 16px;
929
+ text-align: left;
930
+ background-color: #ffffff;
931
+ outline: none;
932
+ margin: 0;
933
+ }
934
+
935
+ div.dt-button-collection a.dt-button:hover:not(.buttons-columnVisibility) {
936
+ background-color: #fffbf1;
937
+ text-decoration: none;
938
+ border: none;
939
+ }
940
+
941
+ div.dt-button-background {
942
+ position: fixed;
943
+ top: 0;
944
+ left: 0;
945
+ width: 100%;
946
+ height: 100%;
947
+ background: rgba(0,0,0,0.2);
948
+ z-index: 2001;
949
+ }
950
+
951
+ div.dt-button-collection a.dt-button.buttons-columnVisibility {
952
+ margin: 0 16px;
953
+ }
954
+
955
+ div.dt-button-collection a.dt-button.buttons-columnVisibility,
956
+ div.dt-button-collection a.dt-button.buttons-excel,
957
+ div.dt-button-collection a.dt-button.buttons-csv,
958
+ div.dt-button-collection a.dt-button.buttons-pdf,
959
+ div.dt-button-collection a.dt-button.buttons-copy{
960
+ height: 43px;
961
+ font-family: Roboto;
962
+ font-size: 14px;
963
+ font-weight: 500;
964
+ font-style: normal;
965
+ font-stretch: normal;
966
+ line-height: normal;
967
+ letter-spacing: normal;
968
+ color: #606266;
969
+ border-bottom: 1px solid #ebeef5;
970
+ -webkit-border-radius: 0 !important;
971
+ -moz-border-radius: 0 !important;
972
+ border-radius: 0 !important;
973
+ cursor: pointer;
974
+ background-image: none;
975
+ }
976
+
977
+ div.dt-button-collection a.dt-button.buttons-columnVisibility:last-child,
978
+ .dt-button-collection a.dt-button:last-child {
979
+ border-bottom: none;
980
+ }
981
+
982
+ div.dt-button-collection a.dt-button.buttons-excel:active,
983
+ div.dt-button-collection a.dt-button.buttons-csv:active,
984
+ div.dt-button-collection a.dt-button.buttons-pdf:active,
985
+ div.dt-button-collection a.dt-button.buttons-copy:active,
986
+ div.dt-button-collection a.dt-button.buttons-columnVisibility:active,
987
+ div.dt-button-collection a.dt-button.buttons-columnVisibility:visited {
988
+ outline:none;
989
+ border-bottom: 1px solid #ebeef5 !important;
990
+ background-color: #ffffff;
991
+ }
992
+
993
+ div.dt-button-collection a.dt-button:last-child {
994
+ border-bottom: none;
995
+ }
996
+
997
+ .dt-button-collection a.dt-button.buttons-columnVisibility span {
998
+ margin-left: 25px;
999
+ line-height: 20px;
1000
+ }
1001
+
1002
+ div.dt-button-collection a.dt-button.buttons-columnVisibility.active:before {
1003
+ position: absolute;
1004
+ content: "\f26a";
1005
+ font-size: 19px;
1006
+ color: #606fc7;
1007
+ font-family: 'Material-Design-Iconic-Font';
1008
+ -webkit-transform: scale(1);
1009
+ -ms-transform: scale(1);
1010
+ -o-transform: scale(1);
1011
+ transform: scale(1);
1012
+ }
1013
+
1014
+ div.dt-button-collection a.dt-button.buttons-columnVisibility:before {
1015
+ position: absolute;
1016
+ content: "\f279";
1017
+ font-size: 19px;
1018
+ color: #d5d8de;
1019
+ font-family: 'Material-Design-Iconic-Font';
1020
+ -webkit-transform: scale(1);
1021
+ -ms-transform: scale(1);
1022
+ -o-transform: scale(1);
1023
+ transform: scale(1);
1024
+ }
1025
+
1026
+ /* Clipboard */
1027
+
1028
+ .wpdt-c div.dt-button-info, div.dt-button-info {
1029
+ width: 264px;
1030
+ position: fixed;
1031
+ top: 50%;
1032
+ left: 50%;
1033
+ height: 52px;
1034
+ border: 2px solid #4f5dba;
1035
+ border-radius: 26px;
1036
+ box-shadow: 0 18px 18px 0 rgba(10, 31, 68, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
1037
+ background-color: #606fc7;
1038
+ margin-top: 0;
1039
+ margin-left: 0;
1040
+ line-height: normal;
1041
+ text-align: center;
1042
+ z-index: 9999;
1043
+ }
1044
+
1045
+ .wpdt-c div.dt-button-info:before, div.dt-button-info:before{
1046
+ position: absolute;
1047
+ font-family: WPDataTablesIconsPurple;
1048
+ content: '\e905';
1049
+ left: 7px;
1050
+ top:6px;
1051
+ color: #4f5dba;
1052
+ font-size: 36px;
1053
+ }
1054
+
1055
+ .wpdt-c div.dt-button-info:after, div.dt-button-info:after{
1056
+ position: absolute;
1057
+ font-family: WPDataTablesIconsPurple;
1058
+ content: '\e906';
1059
+ left: 8px;
1060
+ top: 6px;
1061
+ font-size: 35px;
1062
+ color: #ffffff;
1063
+ }
1064
+
1065
+ .wpdt-c div.dt-button-info h2, div.dt-button-info h2{
1066
+ font-family: GraphikWeb;
1067
+ font-size: 14px;
1068
+ font-weight: 500;
1069
+ font-style: normal;
1070
+ font-stretch: normal;
1071
+ line-height: 1.43;
1072
+ letter-spacing: normal;
1073
+ color: #ffffff;
1074
+ padding: 0;
1075
+ margin: 15px auto;
1076
+ border-bottom: 1px solid #606fc7;
1077
+ background-color: transparent;
1078
+ }
1079
+
1080
+ .wpdt-c div.dt-button-info > div, div.dt-button-info > div {
1081
+ display: none;
1082
+ }
1083
+
1084
+ @media screen and (max-width: 769px) {
1085
+
1086
+ .wpDataTablesWrapper table.wpDataTable td {
1087
+ padding: 17px 20px 17px 10px;
1088
+ }
1089
+
1090
+ .wpDataTablesWrapper .dataTables_info,
1091
+ .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers{
1092
+ text-align: center !important;
1093
+ float: none;
1094
+ margin-left: 0;
1095
+ margin-right: 0;
1096
+ }
1097
+ .wpDataTablesWrapper .dataTables_info {
1098
+ margin-bottom: 10px;
1099
+ }
1100
+
1101
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis {
1102
+ width: 68px;
1103
+ }
1104
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print {
1105
+ width: 52px;
1106
+ }
1107
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export {
1108
+ width: 67px;
1109
+ }
1110
+
1111
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis span,
1112
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print span,
1113
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export span
1114
+ {
1115
+ display: none;
1116
+ }
1117
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before,
1118
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before {
1119
+ margin-right: 15px;
1120
+ }
1121
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before {
1122
+ margin-right: 0;
1123
+ }
1124
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export:before,
1125
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before,
1126
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before{
1127
+ margin-left:0;
1128
+ margin-right: 7px;
1129
+ }
1130
+
1131
+ .wpDataTablesWrapper div.dt-buttons {
1132
+ margin-bottom: 17px;
1133
+ margin-left: 0;
1134
+ padding-right: 0;
1135
+ margin-top: 10px;
1136
+ }
1137
+
1138
+ .wpDataTablesWrapper .dt-buttons a.DTTT_button {
1139
+ margin-right: 7px;
1140
+ padding: 10px 15px;
1141
+ }
1142
+
1143
+
1144
+ }
1145
+
1146
+ @media screen and (max-width: 640px) {
1147
+ .wpDataTablesWrapper div.dt-buttons {
1148
+ display: flex;
1149
+ flex-wrap: wrap;
1150
+ float: none;
1151
+ }
1152
+
1153
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis {
1154
+ order: 1;
1155
+ }
1156
+
1157
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print{
1158
+ order: 2;
1159
+ }
1160
+
1161
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export {
1162
+ order: 3;
1163
+ }
1164
+
1165
+
1166
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis,
1167
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_print,
1168
+ .wpDataTablesWrapper .DTTT_button.DTTT_button_export{
1169
+ margin-bottom: 12px;
1170
+ }
1171
+
1172
+
1173
+ .wpDataTablesWrapper .dataTables_info {
1174
+ width: 100%;
1175
+ margin: 0 auto;
1176
+ padding-bottom: 12px;
1177
+ }
1178
+
1179
+ .wpDataTablesWrapper .dataTables_filter,
1180
+ .wpDataTablesWrapper .dataTables_length,
1181
+ .wpDataTablesWrapper .dataTables_info,
1182
+ .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers{
1183
+ text-align: center !important;
1184
+ float: none;
1185
+ }
1186
+
1187
+ .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers,
1188
+ .wpDataTablesWrapper .dataTables_length {
1189
+ margin-right: 0;
1190
+ }
1191
+
1192
+ .wpDataTablesWrapper .dataTables_paginate.paging_full_numbers {
1193
+ margin-top: 0;
1194
+ }
1195
+
1196
+ .wpDataTablesWrapper .dataTables_filter {
1197
+ margin-left: 0;
1198
+ }
1199
+
1200
+
1201
+ .wpdt-c .wpDataTablesWrapper .dataTables_info {
1202
+ margin-left: 0;
1203
+ margin-bottom: 10px;
1204
+ }
1205
+
1206
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1207
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1208
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
1209
+ min-width: 30px;
1210
+ }
1211
+
1212
+ }
1213
+
1214
+ @media screen and (max-width: 376px) {
1215
+
1216
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button,
1217
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis,
1218
+ .wpdt-c .wpDataTablesWrapper .dataTables_paginate .paginate_button.current{
1219
+ min-width: 25px;
1220
+ }
1221
+ }
assets/img/chart_thumbs/highcharts_treemap_chart.jpg ADDED
Binary file
assets/img/chart_thumbs/highcharts_treemap_level_chart.jpg ADDED
Binary file
assets/img/loading.gif ADDED
Binary file
assets/img/sandwatch.png ADDED
Binary file
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.0.6');
13
  define('WDT_TIMEOUT_FACTOR', 5);
14
 
15
  /**
9
 
10
  // Current version
11
 
12
+ define('WDT_CURRENT_VERSION', '2.0.7');
13
  define('WDT_TIMEOUT_FACTOR', 5);
14
 
15
  /**
controllers/wdt_admin.php CHANGED
@@ -157,6 +157,12 @@ function wdtEditEnqueue() {
157
  case "aqua":
158
  $renderSkin = WDT_ASSETS_PATH . 'css/wdt-skins/aqua.css';
159
  break;
 
 
 
 
 
 
160
  default:
161
  $renderSkin = WDT_ASSETS_PATH . 'css/wdt-skins/material.css';
162
  break;
157
  case "aqua":
158
  $renderSkin = WDT_ASSETS_PATH . 'css/wdt-skins/aqua.css';
159
  break;
160
+ case "purple":
161
+ $renderSkin = WDT_ASSETS_PATH . 'css/wdt-skins/purple.css';
162
+ break;
163
+ case "dark":
164
+ $renderSkin = WDT_ASSETS_PATH . 'css/wdt-skins/dark.css';
165
+ break;
166
  default:
167
  $renderSkin = WDT_ASSETS_PATH . 'css/wdt-skins/material.css';
168
  break;
languages/en_US/wpdatatables.mo CHANGED
Binary file
languages/en_US/wpdatatables.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2017-07-10 16:54+0200\n"
5
- "PO-Revision-Date: 2017-07-10 16:54+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
14
  "X-Poedit-Basepath: ../..\n"
15
  "X-Poedit-SearchPath-0: .\n"
@@ -19,4078 +19,4164 @@ msgstr ""
19
  msgid "autocomplete"
20
  msgstr ""
21
 
22
- #: assets/js/wpdatatables/wdt.chartJS.js:239
23
- #: assets/js/wpdatatables/wdt.chartJS.min.js:1
24
- #: assets/js/wpdatatables/wdt.googleCharts.js:316
25
- #: assets/js/wpdatatables/wdt.googleCharts.min.js:1
26
- #: assets/js/wpdatatables/wdt.highcharts.js:459
27
- #: assets/js/wpdatatables/wdt.highcharts.min.js:1
28
- msgid "tr"
29
- msgstr ""
30
-
31
- #: controllers/wdt_admin.php:8 controllers/wdt_admin.php:9
32
  msgid "wpDataTables"
33
  msgstr ""
34
 
35
- #: controllers/wdt_admin.php:17 controllers/wdt_admin.php:18
36
- #: templates/admin/constructor/constructor.inc.php:22
37
  msgid "Create a Table"
38
  msgstr ""
39
 
40
- #: controllers/wdt_admin.php:25 controllers/wdt_admin.php:26
 
41
  msgid "wpDataCharts"
42
  msgstr ""
43
 
44
- #: controllers/wdt_admin.php:33 controllers/wdt_admin.php:34
45
- #: templates/admin/chart_wizard/chart_wizard.inc.php:34
46
  msgid "Create a Chart"
47
  msgstr ""
48
 
49
- #: controllers/wdt_admin.php:41 controllers/wdt_admin.php:42
50
  msgid "Settings"
51
  msgstr ""
52
 
53
- #: controllers/wdt_admin.php:49
54
  msgid "Add-ons"
55
  msgstr ""
56
 
57
- #: controllers/wdt_admin.php:50
58
  msgid "Addons"
59
  msgstr ""
60
 
61
- #: controllers/wdt_admin.php:287 controllers/wdt_admin.php:336
62
- #: controllers/wdt_admin.php:362 controllers/wdt_admin.php:383
63
- #: controllers/wdt_admin.php:430 controllers/wdt_admin.php:456
64
- #: controllers/wdt_admin.php:475
65
  msgid "You do not have sufficient permissions to access this page."
66
  msgstr ""
67
 
68
- #: controllers/wdt_admin_ajax_actions.php:21
69
- msgid "Successfully connected to the MySQL server."
70
- msgstr ""
71
-
72
- #: controllers/wdt_admin_ajax_actions.php:23
73
- msgid "wpDataTables could not connect to MySQL server."
74
- msgstr ""
75
-
76
- #: controllers/wdt_admin_ajax_actions.php:26
77
- msgid "wpDataTables could not connect to MySQL server. MySQL said: "
78
- msgstr ""
79
-
80
- #: controllers/wdt_admin_ajax_actions.php:382
81
- msgid "There was an error while trying to import table"
82
- msgstr ""
83
-
84
- #: controllers/wdt_admin_ajax_actions.php:386
85
- msgid "There was an error while trying to import table. Exception: "
86
- msgstr ""
87
-
88
- #: controllers/wdt_ajax_actions.php:345 controllers/wdt_ajax_actions.php:386
89
- #: controllers/wdt_ajax_actions.php:568
90
- msgid "There was an error trying to update the row! Error: "
91
- msgstr ""
92
-
93
- #: controllers/wdt_ajax_actions.php:357 controllers/wdt_ajax_actions.php:411
94
- #: controllers/wdt_ajax_actions.php:538
95
- msgid "There was an error trying to insert a new row! Error: "
96
- msgstr ""
97
-
98
- #: controllers/wdt_ajax_actions.php:481
99
- msgid "Bad column names supplied: "
100
- msgstr ""
101
-
102
- #: controllers/wdt_ajax_actions.php:483
103
- msgid "ID column not supplied"
104
- msgstr ""
105
-
106
- #: controllers/wdt_ajax_actions.php:488
107
- msgid "ID column not supplied for a cell"
108
- msgstr ""
109
-
110
- #: controllers/wdt_ajax_actions.php:694 controllers/wdt_ajax_actions.php:708
111
- msgid "Nothing to delete."
112
- msgstr ""
113
-
114
- #: controllers/wdt_ajax_actions.php:698 controllers/wdt_ajax_actions.php:712
115
- msgid "Bad request format."
116
- msgstr ""
117
-
118
- #: controllers/wdt_ajax_actions.php:722
119
- msgid "You don't have permission to change this table."
120
- msgstr ""
121
-
122
- #: controllers/wdt_ajax_actions.php:730
123
- msgid "Supplied id column not exist."
124
- msgstr ""
125
-
126
- #: controllers/wdt_ajax_actions.php:755 controllers/wdt_ajax_actions.php:771
127
- msgid "There was an error trying to delete row! Error: "
128
- msgstr ""
129
-
130
- #: controllers/wdt_functions.php:350
131
  msgid "wpDataChart with provided ID not found!"
132
  msgstr ""
133
 
134
- #: controllers/wdt_functions.php:386 controllers/wdt_functions.php:453
135
  msgid "wpDataTable with provided ID not found!"
136
  msgstr ""
137
 
138
- #: controllers/wdt_functions.php:463
139
  msgid "Provided column is not Integer or Float column type"
140
  msgstr ""
141
 
142
- #: controllers/wdt_functions.php:690
143
  msgid "Choose a table"
144
  msgstr ""
145
 
146
- #: controllers/wdt_functions.php:722
147
  msgid "Interactive Responsive Table"
148
  msgstr ""
149
 
150
- #: controllers/wdt_functions.php:723 controllers/wdt_functions.php:782
151
  msgid "Content"
152
  msgstr ""
153
 
154
- #: controllers/wdt_functions.php:729
155
  msgid "wpDataTable"
156
  msgstr ""
157
 
158
- #: controllers/wdt_functions.php:733
159
  msgid "Choose the wpDataTable from a dropdown"
160
  msgstr ""
161
 
162
- #: controllers/wdt_functions.php:738
163
  msgid "Table view"
164
  msgstr ""
165
 
166
- #: controllers/wdt_functions.php:742
167
  msgid "Regular wpDataTable"
168
  msgstr ""
169
 
170
- #: controllers/wdt_functions.php:743
171
  msgid "Excel-like table"
172
  msgstr ""
173
 
174
- #: controllers/wdt_functions.php:748
175
  msgid "Variable placeholder #1"
176
  msgstr ""
177
 
178
- #: controllers/wdt_functions.php:751 controllers/wdt_functions.php:759
179
- #: controllers/wdt_functions.php:767
180
  msgid "Variables"
181
  msgstr ""
182
 
183
- #: controllers/wdt_functions.php:752
184
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
185
  msgstr ""
186
 
187
- #: controllers/wdt_functions.php:756
188
  msgid "Variable placeholder #2"
189
  msgstr ""
190
 
191
- #: controllers/wdt_functions.php:760
192
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
193
  msgstr ""
194
 
195
- #: controllers/wdt_functions.php:764
196
  msgid "Variable placeholder #3"
197
  msgstr ""
198
 
199
- #: controllers/wdt_functions.php:768
200
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
201
  msgstr ""
202
 
203
- #: controllers/wdt_functions.php:781
204
  msgid "Google or Highcharts chart based on a wpDataTable"
205
  msgstr ""
206
 
207
- #: controllers/wdt_functions.php:788
208
  msgid "wpDataChart"
209
  msgstr ""
210
 
211
- #: controllers/wdt_functions.php:792
212
  msgid "Choose one of wpDataCharts from the list"
213
  msgstr ""
214
 
215
- #: source/class.constructor.php:376 source/class.constructor.php:383
216
- msgid "There was an error when trying to create the table on MySQL side"
217
- msgstr ""
218
-
219
- #: source/class.constructor.php:1249
220
- msgid ""
221
- "<div class=\"alert alert-danger m-15\">No results found. Please check if "
222
- "this query is correct! Table Constructor needs a query that returns data to "
223
- "build a wpDataTable."
224
- msgstr ""
225
-
226
- #: source/class.constructor.php:1403 source/class.constructor.php:1496
227
- msgid "Empty file"
228
- msgstr ""
229
-
230
- #: source/class.constructor.php:1416
231
- msgid ""
232
- "Could not read Google spreadsheet, please check if the URL is correct and "
233
- "the spreadsheet is published to everyone"
234
- msgstr ""
235
-
236
- #: source/class.constructor.php:1433
237
- msgid "Could not read input file!"
238
- msgstr ""
239
-
240
- #: source/class.constructor.php:1527
241
- msgid "File format not supported!"
242
- msgstr ""
243
-
244
- #: source/class.filterwidget.php:19
245
- msgid "Filter"
246
- msgstr ""
247
-
248
- #: source/class.filterwidget.php:45
249
- msgid "New title"
250
- msgstr ""
251
-
252
- #: source/class.filterwidget.php:49
253
- msgid "Title:"
254
- msgstr ""
255
-
256
- #: source/class.wdtbrowsechartstable.php:135
257
- #: source/class.wdtbrowsechartstable.php:149
258
- #: source/class.wdtbrowsetable.php:155 source/class.wdtbrowsetable.php:175
259
  msgid "Configure"
260
  msgstr ""
261
 
262
- #: source/class.wdtbrowsechartstable.php:136
263
- #: source/class.wdtbrowsechartstable.php:150
264
- #: source/class.wdtbrowsetable.php:157 source/class.wdtbrowsetable.php:176
265
- #: source/class.wpdatatable.php:2813 templates/common/delete_modal.inc.php:34
266
  msgid "Delete"
267
  msgstr ""
268
 
269
- #: source/class.wdtbrowsechartstable.php:186
270
- #: source/class.wdtbrowsechartstable.php:273
271
  msgid "Column Chart"
272
  msgstr ""
273
 
274
- #: source/class.wdtbrowsechartstable.php:189
275
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:58
 
276
  msgid "Histogram"
277
  msgstr ""
278
 
279
- #: source/class.wdtbrowsechartstable.php:192
280
  msgid "Bar Chart"
281
  msgstr ""
282
 
283
- #: source/class.wdtbrowsechartstable.php:195
284
- #: source/class.wdtbrowsechartstable.php:267
 
 
 
 
 
285
  msgid "Area Chart"
286
  msgstr ""
287
 
288
- #: source/class.wdtbrowsechartstable.php:198
289
  msgid "Stepped Area Chart"
290
  msgstr ""
291
 
292
- #: source/class.wdtbrowsechartstable.php:201
293
- #: source/class.wdtbrowsechartstable.php:219
294
- #: source/class.wdtbrowsechartstable.php:264
295
  msgid "Line Chart"
296
  msgstr ""
297
 
298
- #: source/class.wdtbrowsechartstable.php:204
299
- #: source/class.wdtbrowsechartstable.php:243
300
- #: source/class.wdtbrowsechartstable.php:282
301
  msgid "Pie Chart"
302
  msgstr ""
303
 
304
- #: source/class.wdtbrowsechartstable.php:207
305
- #: source/class.wdtbrowsechartstable.php:288
306
  msgid "Bubble Chart"
307
  msgstr ""
308
 
309
- #: source/class.wdtbrowsechartstable.php:210
310
- #: source/class.wdtbrowsechartstable.php:249
311
  msgid "Donut Chart"
312
  msgstr ""
313
 
314
- #: source/class.wdtbrowsechartstable.php:213
315
  msgid "Gauge Chart"
316
  msgstr ""
317
 
318
- #: source/class.wdtbrowsechartstable.php:216
319
  msgid "Scatter Chart"
320
  msgstr ""
321
 
322
- #: source/class.wdtbrowsechartstable.php:222
323
  msgid "Spline Chart"
324
  msgstr ""
325
 
326
- #: source/class.wdtbrowsechartstable.php:225
327
  msgid "Basic Area Chart"
328
  msgstr ""
329
 
330
- #: source/class.wdtbrowsechartstable.php:228
331
- #: source/class.wdtbrowsechartstable.php:270
332
  msgid "Stacked Area Chart"
333
  msgstr ""
334
 
335
- #: source/class.wdtbrowsechartstable.php:231
336
  msgid "Basic Bar Chart"
337
  msgstr ""
338
 
339
- #: source/class.wdtbrowsechartstable.php:234
340
- msgid "Stacked Bar Chart"
341
- msgstr ""
342
-
343
- #: source/class.wdtbrowsechartstable.php:237
344
  msgid "Basic Column Chart"
345
  msgstr ""
346
 
347
- #: source/class.wdtbrowsechartstable.php:240
348
  msgid "Stacked Column Chart"
349
  msgstr ""
350
 
351
- #: source/class.wdtbrowsechartstable.php:246
352
  msgid "Pie With Gradient Chart"
353
  msgstr ""
354
 
355
- #: source/class.wdtbrowsechartstable.php:252
356
  msgid "Scatter Plot"
357
  msgstr ""
358
 
359
- #: source/class.wdtbrowsechartstable.php:255
360
  msgid "3D Column Chart"
361
  msgstr ""
362
 
363
- #: source/class.wdtbrowsechartstable.php:258
364
  msgid "3D Pie Chart"
365
  msgstr ""
366
 
367
- #: source/class.wdtbrowsechartstable.php:261
368
  msgid "3D Donut Chart"
369
  msgstr ""
370
 
371
- #: source/class.wdtbrowsechartstable.php:276
372
  msgid "Radar Chart"
373
  msgstr ""
374
 
375
- #: source/class.wdtbrowsechartstable.php:279
376
  msgid "Polar Area Chart"
377
  msgstr ""
378
 
379
- #: source/class.wdtbrowsechartstable.php:285
380
  msgid "Doughnut Chart"
381
  msgstr ""
382
 
383
- #: source/class.wdtbrowsechartstable.php:300
384
  msgid "Google"
385
  msgstr ""
386
 
387
- #: source/class.wdtbrowsechartstable.php:303
388
  msgid "Highcharts"
389
  msgstr ""
390
 
391
- #: source/class.wdtbrowsechartstable.php:306
392
  msgid "Chart.js"
393
  msgstr ""
394
 
395
- #: source/class.wdtbrowsechartstable.php:370
396
- #: source/class.wdtbrowsetable.php:249
397
- #: templates/admin/chart_wizard/steps/step3.inc.php:7
398
- #: templates/admin/chart_wizard/steps/step3.inc.php:25
399
  msgid "Select All"
400
  msgstr ""
401
 
402
- #: source/class.wdtbrowsechartstable.php:422
403
  msgid "No wpDataCharts in the system yet."
404
  msgstr ""
405
 
406
- #: source/class.wdtbrowsetable.php:148
407
- #: templates/admin/browse/table/duplicate_modal.inc.php:53
408
  msgid "Duplicate"
409
  msgstr ""
410
 
411
- #: source/class.wdtbrowsetable.php:150
412
  msgid "Edit data"
413
  msgstr ""
414
 
415
- #: source/class.wdtbrowsetable.php:152
416
  msgid "Edit in Excel-like editor"
417
  msgstr ""
418
 
419
- #: source/class.wdtbrowsetable.php:190
420
  msgid "MySQL"
421
  msgstr ""
422
 
423
- #: source/class.wdtbrowsetable.php:193
424
  msgid "Manual"
425
  msgstr ""
426
 
427
- #: source/class.wdtbrowsetable.php:196 source/class.wpdatatable.php:2762
428
- #: templates/admin/table-settings/table_settings_block.inc.php:943
 
429
  msgid "Excel"
430
  msgstr ""
431
 
432
- #: source/class.wdtbrowsetable.php:199 source/class.wpdatatable.php:2772
433
- #: templates/admin/table-settings/table_settings_block.inc.php:944
 
434
  msgid "CSV"
435
  msgstr ""
436
 
437
- #: source/class.wdtbrowsetable.php:202
438
  msgid "XML"
439
  msgstr ""
440
 
441
- #: source/class.wdtbrowsetable.php:205
442
  msgid "JSON"
443
  msgstr ""
444
 
445
- #: source/class.wdtbrowsetable.php:208
446
- #: templates/admin/table-settings/table_settings_block.inc.php:106
 
447
  msgid "Serialized PHP array"
448
  msgstr ""
449
 
450
- #: source/class.wdtbrowsetable.php:211
451
  msgid "Google spreadsheet"
452
  msgstr ""
453
 
454
- #: source/class.wdtbrowsetable.php:324
 
 
 
 
455
  msgid "No wpDataTables in the system yet."
456
  msgstr ""
457
 
458
- #: source/class.wdtconfigcontroller.php:134
459
  msgid "There was an error trying to fetch the table data: "
460
  msgstr ""
461
 
462
- #: source/class.wdttools.php:14
463
- #: templates/admin/constructor/constructor_column_block.inc.php:35
 
 
 
464
  msgid "One line string"
465
  msgstr ""
466
 
467
- #: source/class.wdttools.php:15
468
- #: templates/admin/constructor/constructor_column_block.inc.php:36
469
  msgid "Multi-line string"
470
  msgstr ""
471
 
472
- #: source/class.wdttools.php:16
473
- #: templates/admin/constructor/constructor_column_block.inc.php:37
474
  msgid "One-line selectbox"
475
  msgstr ""
476
 
477
- #: source/class.wdttools.php:17
478
- #: templates/admin/constructor/constructor_column_block.inc.php:38
479
  msgid "Multi-line selectbox"
480
  msgstr ""
481
 
482
- #: source/class.wdttools.php:18
483
- #: templates/admin/constructor/constructor_column_block.inc.php:39
484
- #: templates/admin/table-settings/column_settings_panel.inc.php:358
485
  msgid "Integer"
486
  msgstr ""
487
 
488
- #: source/class.wdttools.php:19
489
- #: templates/admin/constructor/constructor_column_block.inc.php:40
490
- #: templates/admin/table-settings/column_settings_panel.inc.php:359
491
  msgid "Float"
492
  msgstr ""
493
 
494
- #: source/class.wdttools.php:20
495
- #: templates/admin/constructor/constructor_column_block.inc.php:41
496
- #: templates/admin/table-settings/column_settings_panel.inc.php:360
497
- #: templates/admin/table-settings/column_settings_panel.inc.php:876
498
  msgid "Date"
499
  msgstr ""
500
 
501
- #: source/class.wdttools.php:21
502
- #: templates/admin/constructor/constructor_column_block.inc.php:42
503
- #: templates/admin/table-settings/column_settings_panel.inc.php:877
504
  msgid "Datetime"
505
  msgstr ""
506
 
507
- #: source/class.wdttools.php:22
508
- #: templates/admin/constructor/constructor_column_block.inc.php:43
509
- #: templates/admin/table-settings/column_settings_panel.inc.php:362
510
- #: templates/admin/table-settings/column_settings_panel.inc.php:878
511
  msgid "Time"
512
  msgstr ""
513
 
514
- #: source/class.wdttools.php:23
515
- #: templates/admin/constructor/constructor_column_block.inc.php:44
516
  msgid "URL Link"
517
  msgstr ""
518
 
519
- #: source/class.wdttools.php:24
520
- #: templates/admin/constructor/constructor_column_block.inc.php:45
521
  msgid "E-mail"
522
  msgstr ""
523
 
524
- #: source/class.wdttools.php:25
525
- #: templates/admin/constructor/constructor_column_block.inc.php:46
526
- #: templates/admin/table-settings/column_settings_panel.inc.php:365
527
  msgid "Image"
528
  msgstr ""
529
 
530
- #: source/class.wdttools.php:26
531
- #: templates/admin/constructor/constructor_column_block.inc.php:47
532
- #: templates/admin/table-settings/column_settings_panel.inc.php:881
533
  msgid "Attachment"
534
  msgstr ""
535
 
536
- #: source/class.wdttools.php:153
537
  msgid ""
538
  "wpDataTables was unable to read your Google Spreadsheet, probably it is not "
539
  "published correctly. <br/> You can publish it by going to <b>File -> Publish "
540
  "to the web</b> "
541
  msgstr ""
542
 
543
- #: source/class.wdttools.php:229
544
  msgid "Back to date"
545
  msgstr ""
546
 
547
- #: source/class.wdttools.php:230
548
  msgid "Browse"
549
  msgstr ""
550
 
551
- #: source/class.wdttools.php:231
552
- #: templates/admin/browse/table/duplicate_modal.inc.php:52
553
- #: templates/admin/chart_wizard/range_picker_modal.inc.php:27
554
- #: templates/admin/common/close_modal.inc.php:31
555
- #: templates/admin/constructor/constructor.inc.php:28
556
- #: templates/admin/settings/settings.inc.php:26
557
- #: templates/admin/table-settings/add_column_modal.inc.php:118
558
- #: templates/admin/table-settings/column_settings_panel.inc.php:24
559
- #: templates/admin/table-settings/column_settings_panel.inc.php:979
560
- #: templates/admin/table-settings/formula_editor_modal.inc.php:69
561
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:17
562
- #: templates/admin/table-settings/remove_column_modal.inc.php:71
563
- #: templates/admin/table-settings/table_preview_block.inc.php:70
564
- #: templates/admin/table-settings/table_settings_block.inc.php:38
565
- #: templates/admin/table-settings/table_settings_block.inc.php:1112
566
- #: templates/common/delete_modal.inc.php:33
567
- #: templates/frontend/edit_dialog.inc.php:147
568
  msgid "Cancel"
569
  msgstr ""
570
 
571
- #: source/class.wdttools.php:232
572
  msgid " field cannot be empty!"
573
  msgstr ""
574
 
575
- #: source/class.wdttools.php:233
576
  msgid "Use selected file"
577
  msgstr ""
578
 
579
- #: source/class.wdttools.php:234
580
  msgid "Choose file"
581
  msgstr ""
582
 
583
- #: source/class.wdttools.php:235 templates/admin/common/error_modal.inc.php:21
584
- #: templates/admin/table-settings/columns_list_modal.inc.php:23
585
- #: templates/admin/table-settings/foreign_key_config.inc.php:92
 
 
586
  msgid "Close"
587
  msgstr ""
588
 
589
- #: source/class.wdttools.php:236
590
  msgid "Column has been added!"
591
  msgstr ""
592
 
593
- #: source/class.wdttools.php:237
594
  msgid "Column header cannot be empty!"
595
  msgstr ""
596
 
597
- #: source/class.wdttools.php:238
598
  msgid "Please confirm column deletion!"
599
  msgstr ""
600
 
601
- #: source/class.wdttools.php:239
602
  msgid "Column has been removed!"
603
  msgstr ""
604
 
605
- #: source/class.wdttools.php:240
606
  msgid "Please select columns that you want to use in table"
607
  msgstr ""
608
 
609
- #: source/class.wdttools.php:241 source/class.wpdatatable.php:2782
610
- #: templates/admin/table-settings/table_settings_block.inc.php:945
 
611
  msgid "Copy"
612
  msgstr ""
613
 
614
- #: source/class.wdttools.php:242
615
  msgid "There was an error trying to insert a new row!"
616
  msgstr ""
617
 
618
- #: source/class.wdttools.php:243
619
  msgid "Data has been saved!"
620
  msgstr ""
621
 
622
- #: source/class.wdttools.php:244
623
  msgid "detach"
624
  msgstr ""
625
 
626
- #: source/class.wdttools.php:245
 
627
  msgid "Error!"
628
  msgstr ""
629
 
630
- #: source/class.wdttools.php:246
631
  msgid "Please upload or choose a file from Media Library!"
632
  msgstr ""
633
 
634
- #: source/class.wdttools.php:247
635
  msgid "From"
636
  msgstr ""
637
 
638
- #: source/class.wdttools.php:248
639
  msgid "Please provide a valid e-mail address for field"
640
  msgstr ""
641
 
642
- #: source/class.wdttools.php:249
643
  msgid "Please provide a valid URL link for field"
644
  msgstr ""
645
 
646
- #: source/class.wdttools.php:250
647
  msgid "You have entered invalid value. Press ESC to cancel."
648
  msgstr ""
649
 
650
- #: source/class.wdttools.php:251 source/class.wdttools.php:277
651
  msgid "Show _MENU_ entries"
652
  msgstr ""
653
 
654
- #: source/class.wdttools.php:252
655
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:21
656
  msgid "Merge"
657
  msgstr ""
658
 
659
- #: source/class.wdttools.php:253
660
  msgid "New column"
661
  msgstr ""
662
 
663
- #: source/class.wdttools.php:255
664
  msgid ": activate to sort column ascending"
665
  msgstr ""
666
 
667
- #: source/class.wdttools.php:256
668
  msgid ": activate to sort column descending"
669
  msgstr ""
670
 
671
- #: source/class.wdttools.php:258
672
  msgid "Ok"
673
  msgstr ""
674
 
675
- #: source/class.wdttools.php:260
676
  msgid "First"
677
  msgstr ""
678
 
679
- #: source/class.wdttools.php:261
680
  msgid "Last"
681
  msgstr ""
682
 
683
- #: source/class.wdttools.php:262 templates/frontend/edit_dialog.inc.php:154
684
  msgid "Next"
685
  msgstr ""
686
 
687
- #: source/class.wdttools.php:263
688
  msgid "Previous"
689
  msgstr ""
690
 
691
- #: source/class.wdttools.php:265
692
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:25
693
  msgid "Replace"
694
  msgstr ""
695
 
696
- #: source/class.wdttools.php:266
697
  msgid "Row has been deleted!"
698
  msgstr ""
699
 
700
- #: source/class.wdttools.php:267
701
  msgid "Select a file to use in table"
702
  msgstr ""
703
 
704
- #: source/class.wdttools.php:268
705
  msgid "Select an Excel or CSV file"
706
  msgstr ""
707
 
708
- #: source/class.wdttools.php:269
709
  msgid "No data available in table"
710
  msgstr ""
711
 
712
- #: source/class.wdttools.php:270
713
  msgid "Plugin settings saved successfully"
714
  msgstr ""
715
 
716
- #: source/class.wdttools.php:271
717
  msgid "Shortcode has been copied to the clipboard."
718
  msgstr ""
719
 
720
- #: source/class.wdttools.php:272
721
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
722
  msgstr ""
723
 
724
- #: source/class.wdttools.php:273
725
  msgid "Showing 0 to 0 of 0 entries"
726
  msgstr ""
727
 
728
- #: source/class.wdttools.php:274
729
  msgid "(filtered from _MAX_ total entries)"
730
  msgstr ""
731
 
732
- #: source/class.wdttools.php:276
733
  msgid ","
734
  msgstr ""
735
 
736
- #: source/class.wdttools.php:278
737
  msgid "Loading..."
738
  msgstr ""
739
 
740
- #: source/class.wdttools.php:279
741
  msgid "Processing..."
742
  msgstr ""
743
 
744
- #: source/class.wdttools.php:280
745
  msgid "SQL error"
746
  msgstr ""
747
 
748
- #: source/class.wdttools.php:281
749
  msgid "Search: "
750
  msgstr ""
751
 
752
- #: source/class.wdttools.php:282
 
753
  msgid "Success!"
754
  msgstr ""
755
 
756
- #: source/class.wdttools.php:283
757
  msgid "No matching records found"
758
  msgstr ""
759
 
760
- #: source/class.wdttools.php:284
761
  msgid "Table saved successfully!"
762
  msgstr ""
763
 
764
- #: source/class.wdttools.php:285
765
  msgid "To"
766
  msgstr ""
767
 
768
- #: source/class.wpdatachart.php:1442
769
- msgid "Only one column can be of type String"
 
 
770
  msgstr ""
771
 
772
- #: source/class.wpdatachart.php:1445
773
- msgid "You are mixing data types (several date axes and several number)"
 
 
 
774
  msgstr ""
775
 
776
- #: source/class.wpdatatable.php:1852
777
- msgid ""
778
- "No data fetched! <br/> If you are trying to save table for the first time, "
779
- "please enter some date before saving so table could be set accurately. <br/> "
780
- "You can remove it later if you need empty table to start with."
781
  msgstr ""
782
 
783
- #: source/class.wpdatatable.php:1854
784
- msgid "Rendered query: "
 
785
  msgstr ""
786
 
787
- #: source/class.wpdatatable.php:1856
788
- msgid " MySQL said: "
 
789
  msgstr ""
790
 
791
- #: source/class.wpdatatable.php:2237
792
- msgid "Unable to calculate"
793
  msgstr ""
794
 
795
- #: source/class.wpdatatable.php:2244
796
- msgid "Result for first 5 rows: "
797
  msgstr ""
798
 
799
- #: source/class.wpdatatable.php:2246
800
- msgid "Unable to calculate, error message: "
801
  msgstr ""
802
 
803
- #: source/class.wpdatatable.php:2725
804
- #: templates/admin/table-settings/table_settings_block.inc.php:639
805
- msgid "Clear filters"
 
 
806
  msgstr ""
807
 
808
- #: source/class.wpdatatable.php:2743
809
- #: templates/admin/table-settings/columns_list_modal.inc.php:7
810
- msgid "Columns"
811
  msgstr ""
812
 
813
- #: source/class.wpdatatable.php:2752
814
- #: templates/admin/table-settings/table_settings_block.inc.php:942
815
- msgid "Print"
 
816
  msgstr ""
817
 
818
- #: source/class.wpdatatable.php:2793
819
- #: templates/admin/table-settings/table_settings_block.inc.php:946
820
- msgid "PDF"
821
  msgstr ""
822
 
823
- #: source/class.wpdatatable.php:2804
824
- msgid "New"
 
 
 
 
 
825
  msgstr ""
826
 
827
- #: source/class.wpdatatable.php:2808
828
- msgid "Edit"
829
  msgstr ""
830
 
831
- #: templates/admin/addons/addons.inc.php:20
832
- msgid "Addons for the plugin"
 
 
 
 
 
 
833
  msgstr ""
834
 
835
  #: templates/admin/addons/addons.inc.php:22
 
 
 
 
836
  msgid "Unique extensions for wpDataTables"
837
  msgstr ""
838
 
839
- #: templates/admin/addons/addons.inc.php:30
840
  msgid "About Addons"
841
  msgstr ""
842
 
843
- #: templates/admin/addons/addons.inc.php:31
 
 
 
 
844
  msgid ""
845
- "While wpDataTables itself provides quite a large amount of features and "
846
- "unlimited customisation flexibility, you can achieve even more with our "
847
- "premium addons. Each addon brings you some unique extension to the core "
848
- "functionality. There will be more addons developed over time by wpDataTables "
849
- "creators and 3rd party developers, so stay tuned."
850
  msgstr ""
851
 
852
- #: templates/admin/addons/addons.inc.php:41
853
- msgid "Report Builder"
 
 
 
 
 
 
 
854
  msgstr ""
855
 
856
- #: templates/admin/addons/addons.inc.php:42
857
  msgid ""
858
- "A unique tool that allows you to generate almost any Word DOCX and Excel "
859
- "XLSX documents filled in with actual data from your database."
860
  msgstr ""
861
 
862
- #: templates/admin/addons/addons.inc.php:44
863
- msgid "Find out more "
864
  msgstr ""
865
 
866
- #: templates/admin/browse/bulk_actions.inc.php:3
 
 
 
 
 
 
867
  msgid "Bulk Actions"
868
  msgstr ""
869
 
870
- #: templates/admin/browse/bulk_actions.inc.php:13
871
  msgid "APPLY"
872
  msgstr ""
873
 
874
- #: templates/admin/browse/chart/browse.inc.php:22
875
  msgid "wpDataCharts browse"
876
  msgstr ""
877
 
878
- #: templates/admin/browse/chart/browse.inc.php:28
879
- #: templates/admin/browse/table/browse.inc.php:30
880
  msgid "Add New"
881
  msgstr ""
882
 
883
- #: templates/admin/browse/table/browse.inc.php:23
884
  msgid "wpDataTables browse"
885
  msgstr ""
886
 
887
- #: templates/admin/browse/table/duplicate_modal.inc.php:14
 
888
  msgid "Duplicate table"
889
  msgstr ""
890
 
891
- #: templates/admin/browse/table/duplicate_modal.inc.php:23
 
892
  msgid "New table title"
893
  msgstr ""
894
 
895
- #: templates/admin/browse/table/duplicate_modal.inc.php:35
896
  msgid "Duplicate database table"
897
  msgstr ""
898
 
899
- #: templates/admin/browse/table/duplicate_modal.inc.php:37
900
  msgid "Unchecked"
901
  msgstr ""
902
 
903
- #: templates/admin/browse/table/duplicate_modal.inc.php:37
904
  msgid ""
905
  "will create exact copy of this table which means that all changes made in "
906
  "one table will be reflected in all copies."
907
  msgstr ""
908
 
909
- #: templates/admin/browse/table/duplicate_modal.inc.php:37
910
  msgid "Checked"
911
  msgstr ""
912
 
913
- #: templates/admin/browse/table/duplicate_modal.inc.php:37
914
  msgid ""
915
  "will create separate database table so changing one table won't affect other "
916
  "copies."
917
  msgstr ""
918
 
919
- #: templates/admin/chart_wizard/chart_wizard.inc.php:35
 
920
  msgid "Chart Creation Wizard"
921
  msgstr ""
922
 
923
- #: templates/admin/chart_wizard/chart_wizard.inc.php:54
 
924
  msgid "Chart title & type"
925
  msgstr ""
926
 
927
- #: templates/admin/chart_wizard/chart_wizard.inc.php:55
928
- #: templates/admin/table-settings/table_settings_block.inc.php:57
 
929
  msgid "Data source"
930
  msgstr ""
931
 
932
- #: templates/admin/chart_wizard/chart_wizard.inc.php:56
 
933
  msgid "Data range"
934
  msgstr ""
935
 
936
- #: templates/admin/chart_wizard/chart_wizard.inc.php:57
937
  msgid "Formatting and preview"
938
  msgstr ""
939
 
940
- #: templates/admin/chart_wizard/chart_wizard.inc.php:58
 
941
  msgid "Save and get shortcode"
942
  msgstr ""
943
 
944
- #: templates/admin/chart_wizard/chart_wizard.inc.php:98
945
  msgid "Finish"
946
  msgstr ""
947
 
948
- #: templates/admin/chart_wizard/chart_wizard.inc.php:101
949
- #: templates/admin/constructor/constructor.inc.php:67
950
  msgid "Next "
951
  msgstr ""
952
 
953
- #: templates/admin/chart_wizard/chart_wizard.inc.php:103
954
- #: templates/admin/constructor/constructor.inc.php:69
955
  msgid " Previous"
956
  msgstr ""
957
 
958
- #: templates/admin/chart_wizard/chart_wizard.inc.php:131
959
- msgid "Label"
960
- msgstr ""
961
-
962
- #: templates/admin/chart_wizard/chart_wizard.inc.php:145
963
- msgid "Color"
964
- msgstr ""
965
-
966
- #: templates/admin/chart_wizard/range_picker_modal.inc.php:13
967
- msgid "Pick Range"
968
- msgstr ""
969
-
970
- #: templates/admin/chart_wizard/range_picker_modal.inc.php:31
971
- #: templates/admin/table-settings/add_column_modal.inc.php:122
972
- #: templates/admin/table-settings/remove_column_modal.inc.php:75
973
- #: templates/frontend/edit_dialog.inc.php:163
974
- msgid "OK"
975
- msgstr ""
976
-
977
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:10
978
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:10
979
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:10
980
  msgid "Line chart"
981
  msgstr ""
982
 
983
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:22
984
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:22
 
985
  msgid "Area chart"
986
  msgstr ""
987
 
988
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:34
989
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:46
 
990
  msgid "Stacked area chart"
991
  msgstr ""
992
 
993
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:46
994
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:46
 
995
  msgid "Column chart"
996
  msgstr ""
997
 
998
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:58
999
  msgid "Radar chart"
1000
  msgstr ""
1001
 
1002
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:70
1003
  msgid "Polar area chart"
1004
  msgstr ""
1005
 
1006
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:86
1007
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:86
1008
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:110
 
1009
  msgid "Pie chart"
1010
  msgstr ""
1011
 
1012
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:98
1013
  msgid "Doughnut chart"
1014
  msgstr ""
1015
 
1016
- #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:110
1017
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:98
 
1018
  msgid "Bubble chart"
1019
  msgstr ""
1020
 
1021
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:34
 
1022
  msgid "Stepped area chart"
1023
  msgstr ""
1024
 
1025
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:70
 
1026
  msgid "Bar chart"
1027
  msgstr ""
1028
 
1029
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:110
1030
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
 
 
 
 
 
 
 
1031
  msgid "Donut chart"
1032
  msgstr ""
1033
 
1034
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:122
 
1035
  msgid "Gauge chart"
1036
  msgstr ""
1037
 
1038
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:134
 
1039
  msgid "Scatter chart"
1040
  msgstr ""
1041
 
1042
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:22
1043
  msgid "Spline chart"
1044
  msgstr ""
1045
 
1046
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:34
 
1047
  msgid "Basic area chart"
1048
  msgstr ""
1049
 
1050
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:58
 
1051
  msgid "Basic bar chart"
1052
  msgstr ""
1053
 
1054
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:70
1055
- msgid "Stacked bar chart"
1056
- msgstr ""
1057
-
1058
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:86
1059
  msgid "Basic column chart"
1060
  msgstr ""
1061
 
1062
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:98
 
1063
  msgid "Stacked column chart"
1064
  msgstr ""
1065
 
1066
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:122
 
1067
  msgid "Pie with gradient chart"
1068
  msgstr ""
1069
 
1070
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:146
 
1071
  msgid "Scatter plot"
1072
  msgstr ""
1073
 
1074
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:162
 
1075
  msgid "3D column chart"
1076
  msgstr ""
1077
 
1078
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:174
 
1079
  msgid "3D pie chart"
1080
  msgstr ""
1081
 
1082
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:186
 
1083
  msgid "3D donut chart"
1084
  msgstr ""
1085
 
1086
- #: templates/admin/chart_wizard/steps/step1.inc.php:6
 
 
 
 
 
 
 
 
 
1087
  msgid "Chart name"
1088
  msgstr ""
1089
 
1090
- #: templates/admin/chart_wizard/steps/step1.inc.php:7
1091
  msgid "Please define the title of the chart that you will use to identify it"
1092
  msgstr ""
1093
 
1094
- #: templates/admin/chart_wizard/steps/step1.inc.php:13
 
1095
  msgid "New wpDataTable Chart"
1096
  msgstr ""
1097
 
1098
- #: templates/admin/chart_wizard/steps/step1.inc.php:24
 
1099
  msgid "Chart render engine"
1100
  msgstr ""
1101
 
1102
- #: templates/admin/chart_wizard/steps/step1.inc.php:26
 
1103
  msgid "Please choose the render engine."
1104
  msgstr ""
1105
 
1106
- #: templates/admin/chart_wizard/steps/step1.inc.php:26
 
1107
  msgid ""
1108
  "Please note that HighCharts license is NOT included with wpDataTables and "
1109
  "you must purchase the license separately on"
1110
  msgstr ""
1111
 
1112
- #: templates/admin/chart_wizard/steps/step1.inc.php:32
 
1113
  msgid "Pick the render engine"
1114
  msgstr ""
1115
 
1116
- #: templates/admin/chart_wizard/steps/step2.inc.php:4
1117
- msgid "wpDataTable Data Source"
 
1118
  msgstr ""
1119
 
1120
- #: templates/admin/chart_wizard/steps/step2.inc.php:5
1121
- msgid ""
1122
- "Please pick a wpDataTable which will be used as a data source for this chart."
1123
  msgstr ""
1124
 
1125
- #: templates/admin/chart_wizard/steps/step2.inc.php:11
1126
- msgid "Pick a wpDataTable"
1127
  msgstr ""
1128
 
1129
- #: templates/admin/chart_wizard/steps/step3.inc.php:5
1130
- msgid "Columns in the data source"
 
1131
  msgstr ""
1132
 
1133
- #: templates/admin/chart_wizard/steps/step3.inc.php:6
1134
- msgid ""
1135
- "Choose table columns that you would like to use in the chart. You can either "
1136
- "drag the column blocks, or click to select them and use controls in the "
1137
- "middle to add or remove from the chart."
1138
  msgstr ""
1139
 
1140
- #: templates/admin/chart_wizard/steps/step3.inc.php:16
1141
- msgid "Add all"
1142
  msgstr ""
1143
 
1144
- #: templates/admin/chart_wizard/steps/step3.inc.php:17
1145
- msgid "Add"
1146
  msgstr ""
1147
 
1148
- #: templates/admin/chart_wizard/steps/step3.inc.php:18
1149
- msgid "Remove"
 
 
 
 
1150
  msgstr ""
1151
 
1152
- #: templates/admin/chart_wizard/steps/step3.inc.php:19
1153
- msgid "Remove all"
 
1154
  msgstr ""
1155
 
1156
- #: templates/admin/chart_wizard/steps/step3.inc.php:24
1157
- msgid "Columns used in the chart"
1158
  msgstr ""
1159
 
1160
- #: templates/admin/chart_wizard/steps/step3.inc.php:29
1161
  msgid ""
1162
- "Please do not add more then one string-type (date/time, image, email, URL) "
1163
- "column since only one can be used as a label"
 
1164
  msgstr ""
1165
 
1166
- #: templates/admin/chart_wizard/steps/step3.inc.php:30
1167
- msgid "Minimum count of columns for this chart type is "
1168
  msgstr ""
1169
 
1170
- #: templates/admin/chart_wizard/steps/step3.inc.php:31
1171
- msgid "Maximum count of columns for this chart type is "
 
 
 
1172
  msgstr ""
1173
 
1174
- #: templates/admin/chart_wizard/steps/step3.inc.php:41
1175
- msgid "Charts data filtering"
1176
  msgstr ""
1177
 
1178
- #: templates/admin/chart_wizard/steps/step3.inc.php:42
1179
  msgid ""
1180
- "If you enable this, chart will automatically re-render with actual data "
1181
- "every time you sort, filter, or switch pages in the table (chart must be in "
1182
- "the same page with the table)."
1183
  msgstr ""
1184
 
1185
- #: templates/admin/chart_wizard/steps/step3.inc.php:45
1186
- msgid "Follow table filtering"
1187
  msgstr ""
1188
 
1189
- #: templates/admin/chart_wizard/steps/step3.inc.php:53
1190
- msgid "Row range"
 
 
1191
  msgstr ""
1192
 
1193
- #: templates/admin/chart_wizard/steps/step3.inc.php:54
1194
- msgid "Please choose the row range."
1195
  msgstr ""
1196
 
1197
- #: templates/admin/chart_wizard/steps/step3.inc.php:54
1198
  msgid ""
1199
- "If you do not want data from all the table rows to be in the chart, you can "
1200
- "pick the row range manually. Please note that if the data set is large the "
1201
- "range picker can load slowly or even cause an out of memory error."
1202
  msgstr ""
1203
 
1204
- #: templates/admin/chart_wizard/steps/step3.inc.php:60
1205
- msgid "All rows (default)"
 
1206
  msgstr ""
1207
 
1208
- #: templates/admin/chart_wizard/steps/step3.inc.php:61
1209
- msgid "Pick range (slow on large datasets)"
 
 
 
 
 
 
 
1210
  msgstr ""
1211
 
1212
- #: templates/admin/chart_wizard/steps/step3.inc.php:66
1213
- msgid "Rows picked"
 
1214
  msgstr ""
1215
 
1216
- #: templates/admin/chart_wizard/steps/step3.inc.php:66
1217
- #: templates/admin/table-settings/table_settings_block.inc.php:308
1218
- msgid "All"
1219
  msgstr ""
1220
 
1221
- #: templates/admin/chart_wizard/steps/step3.inc.php:67
1222
- msgid "Range picker..."
 
1223
  msgstr ""
1224
 
1225
- #: templates/admin/chart_wizard/steps/step4.inc.php:8
1226
- msgid "Chart"
 
1227
  msgstr ""
1228
 
1229
- #: templates/admin/chart_wizard/steps/step4.inc.php:9
1230
- msgid "Series"
1231
  msgstr ""
1232
 
1233
- #: templates/admin/chart_wizard/steps/step4.inc.php:10
1234
- msgid "Axes"
1235
  msgstr ""
1236
 
1237
- #: templates/admin/chart_wizard/steps/step4.inc.php:11
1238
- #: templates/admin/chart_wizard/steps/step4.inc.php:817
1239
- msgid "Title"
 
 
1240
  msgstr ""
1241
 
1242
- #: templates/admin/chart_wizard/steps/step4.inc.php:12
1243
- #: templates/admin/chart_wizard/steps/step4.inc.php:653
1244
- msgid "Tooltip"
1245
  msgstr ""
1246
 
1247
- #: templates/admin/chart_wizard/steps/step4.inc.php:13
1248
- #: templates/admin/chart_wizard/steps/step4.inc.php:771
1249
- msgid "Legend"
 
 
1250
  msgstr ""
1251
 
1252
- #: templates/admin/chart_wizard/steps/step4.inc.php:14
1253
- #: templates/admin/chart_wizard/steps/step4.inc.php:950
1254
- msgid "Exporting"
1255
  msgstr ""
1256
 
1257
- #: templates/admin/chart_wizard/steps/step4.inc.php:15
1258
- #: templates/admin/chart_wizard/steps/step4.inc.php:1071
1259
- msgid "Credits"
1260
  msgstr ""
1261
 
1262
- #: templates/admin/chart_wizard/steps/step4.inc.php:23
1263
- msgid "Series settings"
 
 
1264
  msgstr ""
1265
 
1266
- #: templates/admin/chart_wizard/steps/step4.inc.php:24
1267
- msgid ""
1268
- "If you want to redefine the series labels and colors you can do it here."
1269
  msgstr ""
1270
 
1271
- #: templates/admin/chart_wizard/steps/step4.inc.php:34
1272
- msgid "Curve type"
 
 
1273
  msgstr ""
1274
 
1275
- #: templates/admin/chart_wizard/steps/step4.inc.php:35
1276
- #: templates/admin/chart_wizard/steps/step4.inc.php:347
1277
- msgid "Controls the curve of the lines"
1278
  msgstr ""
1279
 
1280
- #: templates/admin/chart_wizard/steps/step4.inc.php:38
1281
- msgid "Check for smoothed lines"
 
1282
  msgstr ""
1283
 
1284
- #: templates/admin/chart_wizard/steps/step4.inc.php:47
1285
- msgid "Chart width"
1286
  msgstr ""
1287
 
1288
- #: templates/admin/chart_wizard/steps/step4.inc.php:48
1289
- msgid "The width of the chart."
1290
  msgstr ""
1291
 
1292
- #: templates/admin/chart_wizard/steps/step4.inc.php:62
1293
- msgid "Responsive width"
1294
  msgstr ""
1295
 
1296
- #: templates/admin/chart_wizard/steps/step4.inc.php:63
1297
  msgid ""
1298
- "If you tick this chart width will always adjust to 100% width of the "
1299
- "container"
1300
  msgstr ""
1301
 
1302
- #: templates/admin/chart_wizard/steps/step4.inc.php:66
1303
- msgid "Responsive chart width"
1304
  msgstr ""
1305
 
1306
- #: templates/admin/chart_wizard/steps/step4.inc.php:73
1307
- msgid "Chart height"
1308
  msgstr ""
1309
 
1310
- #: templates/admin/chart_wizard/steps/step4.inc.php:74
1311
- msgid "The height of the chart."
1312
  msgstr ""
1313
 
1314
- #: templates/admin/chart_wizard/steps/step4.inc.php:88
1315
- msgid "Group chart"
1316
  msgstr ""
1317
 
1318
- #: templates/admin/chart_wizard/steps/step4.inc.php:89
1319
- msgid ""
1320
- "If you tick this checkbox, the values of the rows with same label will be "
1321
- "summed up and rendered as a single series. If you leave it unticked all rows "
1322
- "will be rendered as separate series."
1323
  msgstr ""
1324
 
1325
- #: templates/admin/chart_wizard/steps/step4.inc.php:92
1326
- msgid "Enable grouping"
1327
  msgstr ""
1328
 
1329
- #: templates/admin/chart_wizard/steps/step4.inc.php:99
1330
- #: templates/admin/chart_wizard/steps/step4.inc.php:664
1331
- #: templates/admin/chart_wizard/steps/step4.inc.php:801
1332
- #: templates/admin/settings/tabs/color_and_font_settings.php:86
1333
- #: templates/admin/settings/tabs/color_and_font_settings.php:338
1334
- msgid "Background color"
1335
  msgstr ""
1336
 
1337
- #: templates/admin/chart_wizard/steps/step4.inc.php:100
1338
- msgid "The background color for the outer chart area."
1339
  msgstr ""
1340
 
1341
- #: templates/admin/chart_wizard/steps/step4.inc.php:115
1342
- #: templates/admin/chart_wizard/steps/step4.inc.php:680
1343
- #: templates/admin/chart_wizard/steps/step4.inc.php:882
1344
- msgid "Border width"
1345
  msgstr ""
1346
 
1347
- #: templates/admin/chart_wizard/steps/step4.inc.php:116
1348
- msgid "The pixel width of the outer chart border."
1349
  msgstr ""
1350
 
1351
- #: templates/admin/chart_wizard/steps/step4.inc.php:130
1352
- #: templates/admin/chart_wizard/steps/step4.inc.php:695
1353
- #: templates/admin/chart_wizard/steps/step4.inc.php:897
1354
- #: templates/admin/settings/tabs/color_and_font_settings.php:102
1355
- #: templates/admin/settings/tabs/color_and_font_settings.php:354
1356
- msgid "Border color"
1357
  msgstr ""
1358
 
1359
- #: templates/admin/chart_wizard/steps/step4.inc.php:131
1360
- msgid "The color of the outer chart border."
1361
  msgstr ""
1362
 
1363
- #: templates/admin/chart_wizard/steps/step4.inc.php:147
1364
- #: templates/admin/chart_wizard/steps/step4.inc.php:711
1365
- #: templates/admin/chart_wizard/steps/step4.inc.php:913
1366
- msgid "Border radius"
1367
  msgstr ""
1368
 
1369
- #: templates/admin/chart_wizard/steps/step4.inc.php:148
1370
- #: templates/admin/chart_wizard/steps/step4.inc.php:239
1371
- msgid "The corner radius of the outer chart border."
 
1372
  msgstr ""
1373
 
1374
- #: templates/admin/chart_wizard/steps/step4.inc.php:162
1375
- msgid "Zoom type"
1376
  msgstr ""
1377
 
1378
- #: templates/admin/chart_wizard/steps/step4.inc.php:163
1379
- msgid "Decides in what dimensions the user can zoom by dragging the mouse"
1380
  msgstr ""
1381
 
1382
- #: templates/admin/chart_wizard/steps/step4.inc.php:180
1383
- #: templates/admin/chart_wizard/steps/step4.inc.php:184
1384
- msgid "Panning"
1385
  msgstr ""
1386
 
1387
- #: templates/admin/chart_wizard/steps/step4.inc.php:181
1388
  msgid ""
1389
- "Allow panning in a chart. Best used with panKey to combine zooming and "
1390
- "panning"
1391
  msgstr ""
1392
 
1393
- #: templates/admin/chart_wizard/steps/step4.inc.php:191
1394
- msgid "Pan key"
1395
  msgstr ""
1396
 
1397
- #: templates/admin/chart_wizard/steps/step4.inc.php:192
1398
- msgid "Allows setting a key to switch between zooming and panning"
 
 
1399
  msgstr ""
1400
 
1401
- #: templates/admin/chart_wizard/steps/step4.inc.php:207
1402
- msgid "Plot background color"
1403
  msgstr ""
1404
 
1405
- #: templates/admin/chart_wizard/steps/step4.inc.php:208
1406
- msgid "The background color or gradient for the plot area."
1407
  msgstr ""
1408
 
1409
- #: templates/admin/chart_wizard/steps/step4.inc.php:223
1410
- msgid "Plot background image"
1411
  msgstr ""
1412
 
1413
- #: templates/admin/chart_wizard/steps/step4.inc.php:224
1414
- msgid "The URL for an image to use as the plot background."
1415
  msgstr ""
1416
 
1417
- #: templates/admin/chart_wizard/steps/step4.inc.php:238
1418
- msgid "Plot border width"
 
1419
  msgstr ""
1420
 
1421
- #: templates/admin/chart_wizard/steps/step4.inc.php:253
1422
- msgid "Plot border color"
1423
  msgstr ""
1424
 
1425
- #: templates/admin/chart_wizard/steps/step4.inc.php:254
1426
- msgid "The color of the inner chart or plot area border."
1427
  msgstr ""
1428
 
1429
- #: templates/admin/chart_wizard/steps/step4.inc.php:269
1430
- #: templates/admin/settings/tabs/color_and_font_settings.php:40
1431
- msgid "Font size"
1432
  msgstr ""
1433
 
1434
- #: templates/admin/chart_wizard/steps/step4.inc.php:270
1435
- msgid "The default font size, in pixels, of all text in the chart."
1436
  msgstr ""
1437
 
1438
- #: templates/admin/chart_wizard/steps/step4.inc.php:284
1439
- msgid "Font name"
 
1440
  msgstr ""
1441
 
1442
- #: templates/admin/chart_wizard/steps/step4.inc.php:285
1443
- msgid "The default font face for all text in the chart."
 
1444
  msgstr ""
1445
 
1446
- #: templates/admin/chart_wizard/steps/step4.inc.php:299
1447
- msgid "Font style"
 
1448
  msgstr ""
1449
 
1450
- #: templates/admin/chart_wizard/steps/step4.inc.php:300
1451
- msgid "The default font style for all text in the chart"
 
1452
  msgstr ""
1453
 
1454
- #: templates/admin/chart_wizard/steps/step4.inc.php:316
1455
- #: templates/admin/settings/tabs/color_and_font_settings.php:55
1456
- #: templates/admin/settings/tabs/color_and_font_settings.php:118
1457
- #: templates/admin/settings/tabs/color_and_font_settings.php:370
1458
- msgid "Font color"
1459
  msgstr ""
1460
 
1461
- #: templates/admin/chart_wizard/steps/step4.inc.php:317
1462
- msgid "The default font color for all text in the chart."
 
 
1463
  msgstr ""
1464
 
1465
- #: templates/admin/chart_wizard/steps/step4.inc.php:332
1466
- #: templates/admin/chart_wizard/steps/step4.inc.php:336
1467
- msgid "3D"
1468
  msgstr ""
1469
 
1470
- #: templates/admin/chart_wizard/steps/step4.inc.php:333
1471
- msgid "Check for 3D pie chart"
 
1472
  msgstr ""
1473
 
1474
- #: templates/admin/chart_wizard/steps/step4.inc.php:346
1475
- msgid "Grid"
1476
  msgstr ""
1477
 
1478
- #: templates/admin/chart_wizard/steps/step4.inc.php:350
1479
- #: templates/admin/chart_wizard/steps/step4.inc.php:443
1480
- msgid "Do you want to show grid on the chart"
1481
  msgstr ""
1482
 
1483
- #: templates/admin/chart_wizard/steps/step4.inc.php:357
1484
- msgid "Grid line style"
1485
  msgstr ""
1486
 
1487
- #: templates/admin/chart_wizard/steps/step4.inc.php:358
1488
- msgid "The dash or dot style of the grid lines"
1489
  msgstr ""
1490
 
1491
- #: templates/admin/chart_wizard/steps/step4.inc.php:382
1492
- msgid "Horizontal axis label"
1493
  msgstr ""
1494
 
1495
- #: templates/admin/chart_wizard/steps/step4.inc.php:383
1496
- msgid "Name of the horizontal axis."
1497
  msgstr ""
1498
 
1499
- #: templates/admin/chart_wizard/steps/step4.inc.php:397
1500
- msgid "Horizontal crosshair"
1501
  msgstr ""
1502
 
1503
- #: templates/admin/chart_wizard/steps/step4.inc.php:398
1504
- msgid ""
1505
- "Configure a horizontal crosshair that follows either the mouse pointer or "
1506
- "the hovered point lines"
1507
  msgstr ""
1508
 
1509
- #: templates/admin/chart_wizard/steps/step4.inc.php:401
1510
- msgid "Show x-Axis crosshair"
 
1511
  msgstr ""
1512
 
1513
- #: templates/admin/chart_wizard/steps/step4.inc.php:408
1514
- msgid "Horizontal axis direction"
1515
  msgstr ""
1516
 
1517
- #: templates/admin/chart_wizard/steps/step4.inc.php:409
1518
- msgid ""
1519
- "The direction in which the values along the horizontal axis grow. Specify -1 "
1520
- "to reverse the order of the values"
1521
  msgstr ""
1522
 
1523
- #: templates/admin/chart_wizard/steps/step4.inc.php:424
1524
- msgid "Vertical axis label"
 
1525
  msgstr ""
1526
 
1527
- #: templates/admin/chart_wizard/steps/step4.inc.php:425
1528
- msgid "Name of the vertical axis."
 
 
1529
  msgstr ""
1530
 
1531
- #: templates/admin/chart_wizard/steps/step4.inc.php:439
1532
- msgid "Vertical crosshair"
 
1533
  msgstr ""
1534
 
1535
- #: templates/admin/chart_wizard/steps/step4.inc.php:440
1536
  msgid ""
1537
- "Configure a vertical crosshair that follows either the mouse pointer or the "
1538
- "hovered point lines"
1539
  msgstr ""
1540
 
1541
- #: templates/admin/chart_wizard/steps/step4.inc.php:450
1542
- msgid "Vertical axis direction"
1543
  msgstr ""
1544
 
1545
- #: templates/admin/chart_wizard/steps/step4.inc.php:451
1546
- msgid ""
1547
- "The direction in which the values along the vertical axis grow. Specify -1 "
1548
- "to reverse the order of the values"
1549
  msgstr ""
1550
 
1551
- #: templates/admin/chart_wizard/steps/step4.inc.php:466
1552
- msgid "Vertical axis min value"
1553
  msgstr ""
1554
 
1555
- #: templates/admin/chart_wizard/steps/step4.inc.php:467
1556
- msgid "The minimum value of the axis."
1557
  msgstr ""
1558
 
1559
- #: templates/admin/chart_wizard/steps/step4.inc.php:481
1560
- msgid "Vertical axis max value"
 
1561
  msgstr ""
1562
 
1563
- #: templates/admin/chart_wizard/steps/step4.inc.php:482
1564
- msgid "The maximum value of the axis."
1565
  msgstr ""
1566
 
1567
- #: templates/admin/chart_wizard/steps/step4.inc.php:496
1568
- msgid "Invert"
 
1569
  msgstr ""
1570
 
1571
- #: templates/admin/chart_wizard/steps/step4.inc.php:497
1572
- msgid ""
1573
- "Whether to invert the axes so that the x axis is vertical and y axis is "
1574
- "horizontal"
1575
  msgstr ""
1576
 
1577
- #: templates/admin/chart_wizard/steps/step4.inc.php:500
1578
- msgid "Invert chart axes"
1579
  msgstr ""
1580
 
1581
- #: templates/admin/chart_wizard/steps/step4.inc.php:511
1582
- msgid "Chart title"
1583
  msgstr ""
1584
 
1585
- #: templates/admin/chart_wizard/steps/step4.inc.php:512
1586
- msgid "Do you want to show the chart title on the page"
 
1587
  msgstr ""
1588
 
1589
- #: templates/admin/chart_wizard/steps/step4.inc.php:515
1590
- msgid "Show title"
1591
  msgstr ""
1592
 
1593
- #: templates/admin/chart_wizard/steps/step4.inc.php:522
1594
- msgid "Title floating"
1595
  msgstr ""
1596
 
1597
- #: templates/admin/chart_wizard/steps/step4.inc.php:523
1598
- msgid ""
1599
- "When the title is floating, the plot area will not move to make space for it"
1600
  msgstr ""
1601
 
1602
- #: templates/admin/chart_wizard/steps/step4.inc.php:526
1603
- msgid "Enable floating"
1604
  msgstr ""
1605
 
1606
- #: templates/admin/chart_wizard/steps/step4.inc.php:533
1607
- msgid "Title align"
1608
  msgstr ""
1609
 
1610
- #: templates/admin/chart_wizard/steps/step4.inc.php:534
1611
- msgid "The horizontal alignment of the title"
1612
  msgstr ""
1613
 
1614
- #: templates/admin/chart_wizard/steps/step4.inc.php:550
1615
- msgid "Title position"
1616
  msgstr ""
1617
 
1618
- #: templates/admin/chart_wizard/steps/step4.inc.php:551
1619
- msgid ""
1620
- "Position of the title. Possible values are 'top', 'left', 'bottom' and "
1621
- "'right'"
1622
  msgstr ""
1623
 
1624
- #: templates/admin/chart_wizard/steps/step4.inc.php:568
1625
- msgid "Title font name"
 
1626
  msgstr ""
1627
 
1628
- #: templates/admin/chart_wizard/steps/step4.inc.php:569
1629
- msgid "The default font face for text in the title."
 
1630
  msgstr ""
1631
 
1632
- #: templates/admin/chart_wizard/steps/step4.inc.php:583
1633
- msgid "Title font style"
 
 
1634
  msgstr ""
1635
 
1636
- #: templates/admin/chart_wizard/steps/step4.inc.php:584
1637
- msgid "The default font style for text in the title"
 
1638
  msgstr ""
1639
 
1640
- #: templates/admin/chart_wizard/steps/step4.inc.php:601
1641
- msgid "Title font color"
 
1642
  msgstr ""
1643
 
1644
- #: templates/admin/chart_wizard/steps/step4.inc.php:602
1645
- msgid "The default font color for text in the title."
 
 
1646
  msgstr ""
1647
 
1648
- #: templates/admin/chart_wizard/steps/step4.inc.php:617
1649
- msgid "Subtitle"
1650
  msgstr ""
1651
 
1652
- #: templates/admin/chart_wizard/steps/step4.inc.php:618
1653
- msgid "The chart's subtitle."
1654
  msgstr ""
1655
 
1656
- #: templates/admin/chart_wizard/steps/step4.inc.php:632
1657
- msgid "Subtitle align"
1658
  msgstr ""
1659
 
1660
- #: templates/admin/chart_wizard/steps/step4.inc.php:633
1661
- msgid "The horizontal alignment of the subtitle"
 
1662
  msgstr ""
1663
 
1664
- #: templates/admin/chart_wizard/steps/step4.inc.php:654
1665
- msgid "Enable or disable the tooltip"
 
 
 
1666
  msgstr ""
1667
 
1668
- #: templates/admin/chart_wizard/steps/step4.inc.php:657
1669
- msgid "Show tooltip"
 
1670
  msgstr ""
1671
 
1672
- #: templates/admin/chart_wizard/steps/step4.inc.php:665
1673
- msgid "The background color for the tooltip."
1674
  msgstr ""
1675
 
1676
- #: templates/admin/chart_wizard/steps/step4.inc.php:681
1677
- msgid "The pixel width of the tooltip border."
 
1678
  msgstr ""
1679
 
1680
- #: templates/admin/chart_wizard/steps/step4.inc.php:696
1681
- msgid "The color of the tooltip border."
1682
  msgstr ""
1683
 
1684
- #: templates/admin/chart_wizard/steps/step4.inc.php:712
1685
- msgid "The radius of the rounded border corners."
1686
  msgstr ""
1687
 
1688
- #: templates/admin/chart_wizard/steps/step4.inc.php:726
1689
- msgid "Shared tooltip"
1690
  msgstr ""
1691
 
1692
- #: templates/admin/chart_wizard/steps/step4.inc.php:727
1693
- msgid ""
1694
- "When the tooltip is shared, the entire plot area will capture mouse movement "
1695
- "or touch events"
1696
  msgstr ""
1697
 
1698
- #: templates/admin/chart_wizard/steps/step4.inc.php:730
1699
- msgid "Share tooltip"
 
 
1700
  msgstr ""
1701
 
1702
- #: templates/admin/chart_wizard/steps/step4.inc.php:737
1703
- msgid "Value prefix"
1704
  msgstr ""
1705
 
1706
- #: templates/admin/chart_wizard/steps/step4.inc.php:738
1707
- msgid "A string to prepend to each series' y value"
 
 
1708
  msgstr ""
1709
 
1710
- #: templates/admin/chart_wizard/steps/step4.inc.php:752
1711
- msgid "Value suffix"
1712
  msgstr ""
1713
 
1714
- #: templates/admin/chart_wizard/steps/step4.inc.php:753
1715
- msgid "A string to append to each series' y value"
 
 
1716
  msgstr ""
1717
 
1718
- #: templates/admin/chart_wizard/steps/step4.inc.php:772
1719
- msgid "Enable or disable the legend"
1720
  msgstr ""
1721
 
1722
- #: templates/admin/chart_wizard/steps/step4.inc.php:775
1723
- msgid "Show legend"
 
 
1724
  msgstr ""
1725
 
1726
- #: templates/admin/chart_wizard/steps/step4.inc.php:782
1727
- msgid "Position"
1728
  msgstr ""
1729
 
1730
- #: templates/admin/chart_wizard/steps/step4.inc.php:783
1731
- msgid "Position of the legend"
 
 
1732
  msgstr ""
1733
 
1734
- #: templates/admin/chart_wizard/steps/step4.inc.php:802
1735
- msgid "The background color of the legend."
1736
  msgstr ""
1737
 
1738
- #: templates/admin/chart_wizard/steps/step4.inc.php:818
1739
- msgid "A title to be added on top of the legend"
 
 
 
 
1740
  msgstr ""
1741
 
1742
- #: templates/admin/chart_wizard/steps/step4.inc.php:832
1743
- msgid "Layout"
1744
  msgstr ""
1745
 
1746
- #: templates/admin/chart_wizard/steps/step4.inc.php:833
1747
- msgid "The layout of the legend items"
 
1748
  msgstr ""
1749
 
1750
- #: templates/admin/chart_wizard/steps/step4.inc.php:848
1751
- msgid "Align"
 
 
1752
  msgstr ""
1753
 
1754
- #: templates/admin/chart_wizard/steps/step4.inc.php:849
1755
- msgid "The horizontal alignment of the legend box within the chart area"
 
 
1756
  msgstr ""
1757
 
1758
- #: templates/admin/chart_wizard/steps/step4.inc.php:865
1759
- msgid "Vertical align"
1760
  msgstr ""
1761
 
1762
- #: templates/admin/chart_wizard/steps/step4.inc.php:866
1763
- msgid "The vertical alignment of the legend box"
1764
  msgstr ""
1765
 
1766
- #: templates/admin/chart_wizard/steps/step4.inc.php:883
1767
- msgid "The width of the drawn border around the legend."
 
 
1768
  msgstr ""
1769
 
1770
- #: templates/admin/chart_wizard/steps/step4.inc.php:898
1771
- msgid "The color of the drawn border around the legend."
1772
  msgstr ""
1773
 
1774
- #: templates/admin/chart_wizard/steps/step4.inc.php:914
1775
- msgid "The border corner radius of the legend."
1776
  msgstr ""
1777
 
1778
- #: templates/admin/chart_wizard/steps/step4.inc.php:928
1779
- msgid "Legend position"
1780
  msgstr ""
1781
 
1782
- #: templates/admin/chart_wizard/steps/step4.inc.php:929
1783
- msgid ""
1784
- "Position of the legend. Possible values are 'top', 'left', 'bottom' and "
1785
- "'right'"
1786
  msgstr ""
1787
 
1788
- #: templates/admin/chart_wizard/steps/step4.inc.php:951
1789
- msgid "Whether to enable the exporting module"
1790
  msgstr ""
1791
 
1792
- #: templates/admin/chart_wizard/steps/step4.inc.php:954
1793
- msgid "Export chart"
1794
  msgstr ""
1795
 
1796
- #: templates/admin/chart_wizard/steps/step4.inc.php:961
1797
- msgid "Data labels"
 
1798
  msgstr ""
1799
 
1800
- #: templates/admin/chart_wizard/steps/step4.inc.php:962
1801
- msgid "Add data labels to improve readability of the exported chart"
1802
  msgstr ""
1803
 
1804
- #: templates/admin/chart_wizard/steps/step4.inc.php:965
1805
- msgid "Show data labels"
 
1806
  msgstr ""
1807
 
1808
- #: templates/admin/chart_wizard/steps/step4.inc.php:972
1809
- msgid "File name"
1810
  msgstr ""
1811
 
1812
- #: templates/admin/chart_wizard/steps/step4.inc.php:973
1813
- msgid "The filename, without extension, to use for the exported chart"
 
1814
  msgstr ""
1815
 
1816
- #: templates/admin/chart_wizard/steps/step4.inc.php:987
1817
- msgid "Width"
1818
  msgstr ""
1819
 
1820
- #: templates/admin/chart_wizard/steps/step4.inc.php:988
1821
- msgid "The width of the original chart when exported."
1822
  msgstr ""
1823
 
1824
- #: templates/admin/chart_wizard/steps/step4.inc.php:1002
1825
- msgid "Button align"
1826
  msgstr ""
1827
 
1828
- #: templates/admin/chart_wizard/steps/step4.inc.php:1003
1829
- msgid "Alignment for the export button"
1830
  msgstr ""
1831
 
1832
- #: templates/admin/chart_wizard/steps/step4.inc.php:1019
1833
- msgid "Button vertical align"
1834
  msgstr ""
1835
 
1836
- #: templates/admin/chart_wizard/steps/step4.inc.php:1020
1837
- msgid "The vertical alignment of the export button"
1838
  msgstr ""
1839
 
1840
- #: templates/admin/chart_wizard/steps/step4.inc.php:1036
1841
- msgid "Button color"
1842
  msgstr ""
1843
 
1844
- #: templates/admin/chart_wizard/steps/step4.inc.php:1037
1845
- msgid "The color of the symbol's stroke or line."
 
1846
  msgstr ""
1847
 
1848
- #: templates/admin/chart_wizard/steps/step4.inc.php:1052
1849
- msgid "Button text"
1850
  msgstr ""
1851
 
1852
- #: templates/admin/chart_wizard/steps/step4.inc.php:1053
1853
- msgid "A text string to add to the individual button"
1854
  msgstr ""
1855
 
1856
- #: templates/admin/chart_wizard/steps/step4.inc.php:1072
1857
- msgid "Whether to show the credits text"
 
1858
  msgstr ""
1859
 
1860
- #: templates/admin/chart_wizard/steps/step4.inc.php:1075
1861
- msgid "Show credits"
1862
  msgstr ""
1863
 
1864
- #: templates/admin/chart_wizard/steps/step4.inc.php:1082
1865
- msgid "Credits href"
 
1866
  msgstr ""
1867
 
1868
- #: templates/admin/chart_wizard/steps/step4.inc.php:1083
1869
- msgid "The URL for the credits label"
1870
  msgstr ""
1871
 
1872
- #: templates/admin/chart_wizard/steps/step4.inc.php:1097
1873
- msgid "Credits text"
 
 
1874
  msgstr ""
1875
 
1876
- #: templates/admin/chart_wizard/steps/step4.inc.php:1098
1877
- msgid "The text for the credits label"
1878
  msgstr ""
1879
 
1880
- #: templates/admin/chart_wizard/steps/step5.inc.php:2
1881
- msgid "Paste this shortcode to render this chart"
 
1882
  msgstr ""
1883
 
1884
- #: templates/admin/chart_wizard/steps/step5.inc.php:4
1885
- #: templates/admin/table-settings/table_settings_block.inc.php:27
1886
- msgid "Click to copy shortcode"
1887
  msgstr ""
1888
 
1889
- #: templates/admin/common/close_modal.inc.php:13
1890
- #: templates/common/delete_modal.inc.php:15
1891
- msgid "Are you sure?"
1892
  msgstr ""
1893
 
1894
- #: templates/admin/common/close_modal.inc.php:22
1895
- msgid "There is no undo! You will be redirected to wpDataTables page."
 
1896
  msgstr ""
1897
 
1898
- #: templates/admin/common/close_modal.inc.php:32
1899
- msgid "Yes"
 
1900
  msgstr ""
1901
 
1902
- #: templates/admin/common/error_modal.inc.php:14
1903
- msgid "Error"
 
 
 
1904
  msgstr ""
1905
 
1906
- #: templates/admin/constructor/constructor.inc.php:23
1907
- msgid "Table Creation Wizard"
 
1908
  msgstr ""
1909
 
1910
- #: templates/admin/constructor/constructor.inc.php:62
1911
- msgid "Open in standard editor"
 
 
 
1912
  msgstr ""
1913
 
1914
- #: templates/admin/constructor/constructor.inc.php:63
1915
- msgid "Open in Excel-like editor"
 
1916
  msgstr ""
1917
 
1918
- #: templates/admin/constructor/constructor.inc.php:71
1919
- #: templates/admin/table-settings/column_settings_panel.inc.php:17
1920
- #: templates/admin/table-settings/column_settings_panel.inc.php:974
1921
- #: templates/admin/table-settings/table_preview_block.inc.php:65
1922
- #: templates/admin/table-settings/table_settings_block.inc.php:1107
1923
- msgid "Documentation"
1924
  msgstr ""
1925
 
1926
- #: templates/admin/constructor/constructor_column_block.inc.php:29
1927
- #: templates/admin/constructor/constructor_file_preview.inc.php:31
1928
- #: templates/admin/table-settings/add_column_modal.inc.php:42
1929
- msgid "Type"
1930
  msgstr ""
1931
 
1932
- #: templates/admin/constructor/constructor_column_block.inc.php:56
1933
- #: templates/admin/constructor/constructor_file_preview.inc.php:72
1934
- #: templates/admin/table-settings/add_column_modal.inc.php:78
1935
- msgid "Possible values"
1936
  msgstr ""
1937
 
1938
- #: templates/admin/constructor/constructor_column_block.inc.php:67
1939
- #: templates/admin/constructor/constructor_file_preview.inc.php:83
1940
- #: templates/admin/table-settings/add_column_modal.inc.php:89
1941
- msgid "Editor predefined value"
1942
  msgstr ""
1943
 
1944
- #: templates/admin/constructor/constructor_file_preview.inc.php:49
1945
- #: templates/admin/table-settings/column_settings_panel.inc.php:440
1946
- msgid "Date input format"
1947
  msgstr ""
1948
 
1949
- #: templates/admin/constructor/constructor_file_preview.inc.php:94
1950
- msgid "Data preview"
1951
  msgstr ""
1952
 
1953
- #: templates/admin/constructor/steps/constructor_1.inc.php:3
1954
- msgid "Choose what kind of table would you like to construct"
1955
  msgstr ""
1956
 
1957
- #: templates/admin/constructor/steps/constructor_1.inc.php:15
1958
- msgid "Create a table linked to an existing data source"
 
1959
  msgstr ""
1960
 
1961
- #: templates/admin/constructor/steps/constructor_1.inc.php:16
1962
- msgid ""
1963
- "(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP "
1964
- "array). Data will be read from the source every time on page load. Only "
1965
- "MySQL-based tables can be made editable."
1966
  msgstr ""
1967
 
1968
- #: templates/admin/constructor/steps/constructor_1.inc.php:28
1969
- msgid "Create a table manually"
 
 
1970
  msgstr ""
1971
 
1972
- #: templates/admin/constructor/steps/constructor_1.inc.php:29
1973
  msgid ""
1974
- "Define the number and type of columns, and fill in the data manually in WP "
1975
- "admin. Table will be stored in MySQL and can be edited from WP admin, or "
1976
- "made front-end editable."
 
 
1977
  msgstr ""
1978
 
1979
- #: templates/admin/constructor/steps/constructor_1.inc.php:41
1980
- msgid "Create a table by importing data from data source"
 
 
1981
  msgstr ""
1982
 
1983
- #: templates/admin/constructor/steps/constructor_1.inc.php:42
1984
- msgid ""
1985
- "(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table "
1986
- "can be edited in WP admin, or made front-end editable."
1987
  msgstr ""
1988
 
1989
- #: templates/admin/constructor/steps/constructor_1.inc.php:54
1990
- msgid "Generate a query to WordPress database"
 
1991
  msgstr ""
1992
 
1993
- #: templates/admin/constructor/steps/constructor_1.inc.php:55
1994
  msgid ""
1995
- "Create a MySQL-query-based table by generating a query to WordPress database "
1996
- "(posts, taxonomies, postmeta) with a GUI tool."
 
1997
  msgstr ""
1998
 
1999
- #: templates/admin/constructor/steps/constructor_1.inc.php:67
2000
- msgid "Generate a query to MySQL database"
2001
  msgstr ""
2002
 
2003
- #: templates/admin/constructor/steps/constructor_1.inc.php:68
2004
- msgid ""
2005
- "Create a MySQL-query-based table by generating a query to any custom MySQL "
2006
- "database with a GUI tool."
2007
  msgstr ""
2008
 
2009
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:5
2010
- msgid ""
2011
- "Please provide some initial structure metadata before the table will be "
2012
- "created."
2013
  msgstr ""
2014
 
2015
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:6
2016
- msgid ""
2017
- "This constructor will help you to create a table from scratch. You will be "
2018
- "able to edit the table content and metadata later manually at any time."
 
 
 
 
2019
  msgstr ""
2020
 
2021
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:13
2022
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:13
2023
- msgid "Table name"
2024
  msgstr ""
2025
 
2026
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:15
2027
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:15
2028
  msgid ""
2029
- "What is the header of the table that will be visible to the site visitors"
 
2030
  msgstr ""
2031
 
2032
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:27
2033
- msgid "Number of columns"
2034
  msgstr ""
2035
 
2036
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:29
2037
  msgid ""
2038
- "How many columns table will it have? You can also modify it below with + and "
2039
- "x buttons"
 
2040
  msgstr ""
2041
 
2042
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:45
2043
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:31
2044
- msgid "Column names and types"
 
2045
  msgstr ""
2046
 
2047
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:46
2048
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:32
2049
- msgid "Drag and drop to reorder columns"
2050
- msgstr ""
2051
-
2052
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:51
2053
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:64
2054
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:37
2055
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:50
2056
- #: templates/admin/table-settings/table_preview_block.inc.php:31
2057
- msgid "Add column"
2058
  msgstr ""
2059
 
2060
- #: templates/admin/constructor/steps/constructor_1_2.inc.php:6
2061
- #: templates/admin/table-settings/table_settings_block.inc.php:117
2062
- msgid "Input file path or URL"
2063
  msgstr ""
2064
 
2065
- #: templates/admin/constructor/steps/constructor_1_2.inc.php:8
2066
  msgid ""
2067
- "Upload your file or provide the full URL here. For CSV or Excel input "
2068
- "sources only URLs or paths from same servers are supported. For Google "
2069
- "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
2070
- "the URL."
2071
- msgstr ""
2072
-
2073
- #: templates/admin/constructor/steps/constructor_1_2.inc.php:17
2074
- #: templates/admin/table-settings/table_settings_block.inc.php:129
2075
- msgid "Browse..."
2076
  msgstr ""
2077
 
2078
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:6
2079
- msgid "Please choose the WP data which will be used to create a table."
2080
  msgstr ""
2081
 
2082
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:7
2083
- msgid ""
2084
- "This constructor type will create a query to WordPress database and create a "
2085
- "wpDataTable based on this query. This table content cannot be edited "
2086
- "manually afterwards, but will always contain actual data from your WordPress "
2087
- "database."
2088
  msgstr ""
2089
 
2090
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:17
2091
- msgid "All post types"
2092
  msgstr ""
2093
 
2094
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:19
2095
- msgid "Add or drag post types."
2096
  msgstr ""
2097
 
2098
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:27
2099
- msgid "all"
 
 
2100
  msgstr ""
2101
 
2102
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:54
2103
- msgid "Selected post types"
2104
  msgstr ""
2105
 
2106
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:73
2107
- msgid "All post properties"
2108
  msgstr ""
2109
 
2110
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:75
2111
- msgid "Add or drag post properties."
2112
  msgstr ""
2113
 
2114
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:103
2115
- msgid "Selected post properties"
 
 
 
 
2116
  msgstr ""
2117
 
2118
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:123
2119
- msgid "Post types relationship"
 
2120
  msgstr ""
2121
 
2122
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:125
2123
  msgid ""
2124
- "When it is enabled, relations will be defined (joining rules) between post "
2125
- "types, otherwise relations between post types will not be defined (do a full "
2126
- "outer join)."
2127
  msgstr ""
2128
 
2129
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:131
2130
- msgid "Define relations (joining rules) between post types"
2131
  msgstr ""
2132
 
2133
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:147
2134
- msgid "Define post types relations"
2135
  msgstr ""
2136
 
2137
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:149
2138
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:122
2139
- msgid "Check to have an inner join, uncheck to have left join."
 
2140
  msgstr ""
2141
 
2142
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:164
2143
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:137
2144
- msgid "Add conditions"
2145
  msgstr ""
2146
 
2147
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:166
2148
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:139
2149
- msgid "Add conditions that you would like to have in the table."
2150
  msgstr ""
2151
 
2152
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:171
2153
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:144
2154
- msgid "Add condition"
 
 
 
 
2155
  msgstr ""
2156
 
2157
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:192
2158
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:164
2159
- msgid "Add grouping rules"
2160
  msgstr ""
2161
 
2162
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:194
2163
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:166
2164
- msgid "Add grouping rules that you would like to have in the table."
 
 
2165
  msgstr ""
2166
 
2167
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:199
2168
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:171
2169
- msgid "Add grouping"
2170
  msgstr ""
2171
 
2172
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:308
2173
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:275
2174
- msgid "Group by "
 
2175
  msgstr ""
2176
 
2177
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:6
2178
- msgid "Please choose the MySQL data which will be used to create a table."
2179
  msgstr ""
2180
 
2181
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:7
2182
  msgid ""
2183
- "This constructor type will create a query to any MySQL database database and "
2184
- "create a wpDataTable based on this query. This table content cannot be "
2185
- "edited manually afterwards, but will always contain actual data from your "
2186
- "MySQL database."
2187
  msgstr ""
2188
 
2189
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:17
2190
- msgid "All MySQL tables"
2191
  msgstr ""
2192
 
2193
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:19
2194
- msgid "Add or drag MySQL tables."
 
 
2195
  msgstr ""
2196
 
2197
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:51
2198
- msgid "Selected MySQL tables"
2199
  msgstr ""
2200
 
2201
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:70
2202
- msgid "All MySQL columns"
 
 
 
2203
  msgstr ""
2204
 
2205
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:72
2206
- msgid "Add or drag MySQL columns."
2207
  msgstr ""
2208
 
2209
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:100
2210
- msgid "Selected MySQL columns"
 
 
2211
  msgstr ""
2212
 
2213
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:120
2214
- msgid "Define MySQL tables relations"
2215
  msgstr ""
2216
 
2217
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:6
2218
  msgid ""
2219
- "Please check which columns would you like to import and make sure that the "
2220
- "column types were imported correctly."
 
2221
  msgstr ""
2222
 
2223
- #: templates/admin/constructor/steps/constructor_2_3.inc.php:6
2224
- msgid "Preview the query that has been generated for you"
2225
  msgstr ""
2226
 
2227
- #: templates/admin/constructor/steps/constructor_2_3.inc.php:10
2228
- msgid "Click to refresh the table"
 
 
2229
  msgstr ""
2230
 
2231
- #: templates/admin/constructor/steps/constructor_2_3.inc.php:26
2232
- msgid "Preview the 5 first result rows"
2233
  msgstr ""
2234
 
2235
- #: templates/admin/settings/settings.inc.php:20
2236
- #: templates/admin/settings/settings.inc.php:21
2237
- msgid "Settings for the plugin"
2238
  msgstr ""
2239
 
2240
- #: templates/admin/settings/settings.inc.php:32
2241
- #: templates/admin/table-settings/column_settings_panel.inc.php:30
2242
- #: templates/admin/table-settings/columns_list_modal.inc.php:27
2243
- #: templates/admin/table-settings/foreign_key_config.inc.php:96
2244
- #: templates/admin/table-settings/formula_editor_modal.inc.php:73
2245
- #: templates/admin/table-settings/table_settings_block.inc.php:45
2246
- msgid "Save"
2247
  msgstr ""
2248
 
2249
- #: templates/admin/settings/settings.inc.php:44
2250
- msgid "Main settings"
2251
  msgstr ""
2252
 
2253
- #: templates/admin/settings/settings.inc.php:49
2254
- #: templates/admin/settings/tabs/separate_mysql_connection.php:13
2255
- msgid "Separate MySQL connection"
2256
  msgstr ""
2257
 
2258
- #: templates/admin/settings/settings.inc.php:54
2259
- msgid "Color and font settings"
2260
  msgstr ""
2261
 
2262
- #: templates/admin/settings/settings.inc.php:58
2263
- msgid "Custom JS and CSS"
2264
  msgstr ""
2265
 
2266
- #: templates/admin/settings/settings.inc.php:62
2267
- msgid "Info"
2268
  msgstr ""
2269
 
2270
- #: templates/admin/settings/settings.inc.php:91
2271
- msgid "Reset colors and fonts to default"
2272
  msgstr ""
2273
 
2274
- #: templates/admin/settings/settings.inc.php:94
2275
- #: templates/admin/table-settings/column_settings_panel.inc.php:982
2276
- #: templates/admin/table-settings/table_preview_block.inc.php:73
2277
- #: templates/admin/table-settings/table_settings_block.inc.php:1115
2278
- msgid "Apply"
2279
  msgstr ""
2280
 
2281
- #: templates/admin/settings/tabs/color_and_font_settings.php:22
2282
- msgid "Font"
2283
  msgstr ""
2284
 
2285
- #: templates/admin/settings/tabs/color_and_font_settings.php:23
2286
- msgid ""
2287
- "This font will be used in rendered tables. Leave blank not to override "
2288
- "default theme settings"
2289
  msgstr ""
2290
 
2291
- #: templates/admin/settings/tabs/color_and_font_settings.php:41
2292
- msgid "Define the font size"
 
2293
  msgstr ""
2294
 
2295
- #: templates/admin/settings/tabs/color_and_font_settings.php:56
2296
- msgid "This color is used for the main font in table cells."
2297
  msgstr ""
2298
 
2299
- #: templates/admin/settings/tabs/color_and_font_settings.php:87
2300
- msgid "The color is used for background of the table header."
2301
  msgstr ""
2302
 
2303
- #: templates/admin/settings/tabs/color_and_font_settings.php:103
2304
- msgid "This color is used for the border in the table header."
 
2305
  msgstr ""
2306
 
2307
- #: templates/admin/settings/tabs/color_and_font_settings.php:119
2308
- msgid "This color is used for the font in the table header."
 
2309
  msgstr ""
2310
 
2311
- #: templates/admin/settings/tabs/color_and_font_settings.php:134
2312
- msgid "Active and hover color\t"
 
 
 
 
2313
  msgstr ""
2314
 
2315
- #: templates/admin/settings/tabs/color_and_font_settings.php:135
2316
  msgid ""
2317
- "This color is used when you hover the mouse above the table header, or when "
2318
- "you choose a column."
2319
  msgstr ""
2320
 
2321
- #: templates/admin/settings/tabs/color_and_font_settings.php:165
2322
- msgid "Inner border"
2323
  msgstr ""
2324
 
2325
- #: templates/admin/settings/tabs/color_and_font_settings.php:166
2326
- msgid "This color is used for the inner border in the table between cells."
 
2327
  msgstr ""
2328
 
2329
- #: templates/admin/settings/tabs/color_and_font_settings.php:181
2330
- msgid "Outer border"
 
2331
  msgstr ""
2332
 
2333
- #: templates/admin/settings/tabs/color_and_font_settings.php:182
2334
- msgid "This color is used for the outer border of the whole table body."
2335
  msgstr ""
2336
 
2337
- #: templates/admin/settings/tabs/color_and_font_settings.php:212
2338
- msgid "Even row background"
2339
  msgstr ""
2340
 
2341
- #: templates/admin/settings/tabs/color_and_font_settings.php:213
2342
- msgid "This color is used for for background in even rows."
2343
  msgstr ""
2344
 
2345
- #: templates/admin/settings/tabs/color_and_font_settings.php:228
2346
- msgid "Odd row background"
2347
  msgstr ""
2348
 
2349
- #: templates/admin/settings/tabs/color_and_font_settings.php:229
2350
- msgid "This color is used for for background in odd rows."
2351
  msgstr ""
2352
 
2353
- #: templates/admin/settings/tabs/color_and_font_settings.php:244
2354
- msgid "Hover row"
2355
  msgstr ""
2356
 
2357
- #: templates/admin/settings/tabs/color_and_font_settings.php:245
2358
- msgid ""
2359
- "This color is used for to highlight the row when you hover your mouse above "
2360
- "it."
2361
  msgstr ""
2362
 
2363
- #: templates/admin/settings/tabs/color_and_font_settings.php:260
2364
- msgid "Background for selected rows"
2365
  msgstr ""
2366
 
2367
- #: templates/admin/settings/tabs/color_and_font_settings.php:261
2368
- msgid "This color is used for background in selected rows."
2369
  msgstr ""
2370
 
2371
- #: templates/admin/settings/tabs/color_and_font_settings.php:291
2372
- msgid "Sorted columns, even rows"
2373
  msgstr ""
2374
 
2375
- #: templates/admin/settings/tabs/color_and_font_settings.php:292
2376
  msgid ""
2377
- "This color is used for background in cells which are in the active columns "
2378
- "(columns used for sorting) in even rows."
2379
  msgstr ""
2380
 
2381
- #: templates/admin/settings/tabs/color_and_font_settings.php:307
2382
- msgid "Sorted columns, odd rows"
2383
  msgstr ""
2384
 
2385
- #: templates/admin/settings/tabs/color_and_font_settings.php:308
2386
  msgid ""
2387
- "This color is used for background in cells which are in the active columns "
2388
- "(columns used for sorting) in odd rows."
2389
  msgstr ""
2390
 
2391
- #: templates/admin/settings/tabs/color_and_font_settings.php:339
2392
- msgid "This color is used for background in buttons."
2393
  msgstr ""
2394
 
2395
- #: templates/admin/settings/tabs/color_and_font_settings.php:355
2396
- msgid "This color is used for border in buttons."
 
2397
  msgstr ""
2398
 
2399
- #: templates/admin/settings/tabs/color_and_font_settings.php:371
2400
- msgid "This color is used for font in buttons."
 
 
2401
  msgstr ""
2402
 
2403
- #: templates/admin/settings/tabs/color_and_font_settings.php:386
2404
- msgid "Background hover color"
2405
  msgstr ""
2406
 
2407
- #: templates/admin/settings/tabs/color_and_font_settings.php:387
2408
- msgid ""
2409
- "This color will be used for button backgrounds when you hover above them."
2410
  msgstr ""
2411
 
2412
- #: templates/admin/settings/tabs/color_and_font_settings.php:402
2413
- msgid "Hover font color"
2414
  msgstr ""
2415
 
2416
- #: templates/admin/settings/tabs/color_and_font_settings.php:403
2417
- msgid "This color will be used for buttons font when you hover above them."
2418
  msgstr ""
2419
 
2420
- #: templates/admin/settings/tabs/color_and_font_settings.php:418
2421
- msgid "Buttons hover border color"
2422
  msgstr ""
2423
 
2424
- #: templates/admin/settings/tabs/color_and_font_settings.php:419
2425
- msgid "This color will be used for button borders when you hover above them."
2426
  msgstr ""
2427
 
2428
- #: templates/admin/settings/tabs/color_and_font_settings.php:434
2429
- msgid "Buttons and inputs border radius (in px)"
2430
  msgstr ""
2431
 
2432
- #: templates/admin/settings/tabs/color_and_font_settings.php:435
2433
- msgid "This is a border radius for inputs in buttons. Default is 3px."
2434
  msgstr ""
2435
 
2436
- #: templates/admin/settings/tabs/color_and_font_settings.php:464
2437
- msgid "Modals font color"
2438
  msgstr ""
2439
 
2440
- #: templates/admin/settings/tabs/color_and_font_settings.php:465
2441
  msgid ""
2442
- "This color will be used for wpDataTable popup (filter, datepicker) fonts."
 
2443
  msgstr ""
2444
 
2445
- #: templates/admin/settings/tabs/color_and_font_settings.php:481
2446
- msgid "Modals background"
2447
  msgstr ""
2448
 
2449
- #: templates/admin/settings/tabs/color_and_font_settings.php:482
2450
  msgid ""
2451
- "This color will be used for wpDataTable popup (filter, datepicker) "
2452
- "background."
2453
  msgstr ""
2454
 
2455
- #: templates/admin/settings/tabs/color_and_font_settings.php:498
2456
- msgid "Overlay background"
2457
  msgstr ""
2458
 
2459
- #: templates/admin/settings/tabs/color_and_font_settings.php:499
2460
- msgid ""
2461
- "This color will be used for overlay which appears below the plugin popups."
2462
  msgstr ""
2463
 
2464
- #: templates/admin/settings/tabs/custom_js_and_css.php:13
2465
- msgid "Custom wpDataTables JS"
2466
  msgstr ""
2467
 
2468
- #: templates/admin/settings/tabs/custom_js_and_css.php:15
2469
- msgid ""
2470
- "This JS will be inserted as an inline script block on every page that has a "
2471
- "wpDataTable."
2472
  msgstr ""
2473
 
2474
- #: templates/admin/settings/tabs/custom_js_and_css.php:28
2475
- msgid "Custom wpDataTables CSS"
2476
  msgstr ""
2477
 
2478
- #: templates/admin/settings/tabs/custom_js_and_css.php:30
2479
- msgid ""
2480
- "This CSS will be inserted as an inline style block on every page that has a "
2481
- "wpDataTable."
2482
  msgstr ""
2483
 
2484
- #: templates/admin/settings/tabs/custom_js_and_css.php:43
2485
- msgid "Use minified wpDataTables Javascript "
2486
  msgstr ""
2487
 
2488
- #: templates/admin/settings/tabs/main_plugin_settings.php:13
2489
- msgid "Interface language"
2490
  msgstr ""
2491
 
2492
- #: templates/admin/settings/tabs/main_plugin_settings.php:15
2493
- msgid "Pick the language which will be used in tables interface."
2494
  msgstr ""
2495
 
2496
- #: templates/admin/settings/tabs/main_plugin_settings.php:21
2497
- msgid "English (default)"
 
 
 
2498
  msgstr ""
2499
 
2500
- #: templates/admin/settings/tabs/main_plugin_settings.php:34
2501
- msgid "Date format"
 
2502
  msgstr ""
2503
 
2504
- #: templates/admin/settings/tabs/main_plugin_settings.php:36
2505
- msgid "Pick the date format to use in date column type."
 
2506
  msgstr ""
2507
 
2508
- #: templates/admin/settings/tabs/main_plugin_settings.php:62
2509
- msgid "Time format"
 
2510
  msgstr ""
2511
 
2512
- #: templates/admin/settings/tabs/main_plugin_settings.php:64
2513
- msgid "Pick the time format to use in datetime and time column type."
 
2514
  msgstr ""
2515
 
2516
- #: templates/admin/settings/tabs/main_plugin_settings.php:79
2517
- msgid "Parse shortcodes"
 
2518
  msgstr ""
2519
 
2520
- #: templates/admin/settings/tabs/main_plugin_settings.php:81
2521
- msgid "Parse shortcodes in strings"
 
2522
  msgstr ""
2523
 
2524
- #: templates/admin/settings/tabs/main_plugin_settings.php:93
2525
- msgid "Base skin"
 
2526
  msgstr ""
2527
 
2528
- #: templates/admin/settings/tabs/main_plugin_settings.php:95
2529
- msgid "Choose the base skin for the plugin."
 
2530
  msgstr ""
2531
 
2532
- #: templates/admin/settings/tabs/main_plugin_settings.php:101
2533
- msgid "Material"
 
2534
  msgstr ""
2535
 
2536
- #: templates/admin/settings/tabs/main_plugin_settings.php:102
2537
- msgid "Light"
 
2538
  msgstr ""
2539
 
2540
- #: templates/admin/settings/tabs/main_plugin_settings.php:103
2541
- msgid "Graphite"
 
2542
  msgstr ""
2543
 
2544
- #: templates/admin/settings/tabs/main_plugin_settings.php:111
2545
- msgid "Number format"
 
2546
  msgstr ""
2547
 
2548
- #: templates/admin/settings/tabs/main_plugin_settings.php:113
2549
- msgid "Pick the number format (thousands and decimals separator)"
 
2550
  msgstr ""
2551
 
2552
- #: templates/admin/settings/tabs/main_plugin_settings.php:130
2553
- msgid "Render advanced filter"
 
2554
  msgstr ""
2555
 
2556
- #: templates/admin/settings/tabs/main_plugin_settings.php:132
2557
- msgid ""
2558
- "Choose where you would like to render the advanced filter for tables where "
2559
- "enabled."
2560
  msgstr ""
2561
 
2562
- #: templates/admin/settings/tabs/main_plugin_settings.php:138
2563
- msgid "In the header"
2564
  msgstr ""
2565
 
2566
- #: templates/admin/settings/tabs/main_plugin_settings.php:139
2567
- msgid "In the footer"
 
2568
  msgstr ""
2569
 
2570
- #: templates/admin/settings/tabs/main_plugin_settings.php:147
2571
- #: templates/admin/table-settings/column_settings_panel.inc.php:390
2572
- msgid "Decimal places"
2573
  msgstr ""
2574
 
2575
- #: templates/admin/settings/tabs/main_plugin_settings.php:149
2576
- msgid "Define the amount of decimal places for the float numbers."
2577
  msgstr ""
2578
 
2579
- #: templates/admin/settings/tabs/main_plugin_settings.php:166
2580
- msgid "Tablet width"
 
 
 
 
 
 
2581
  msgstr ""
2582
 
2583
- #: templates/admin/settings/tabs/main_plugin_settings.php:168
2584
  msgid ""
2585
- "Here you can specify width of the screen (in pixels) that will be treated as "
2586
- "a tablet. You can set it wider if you want responsive effect on desktops."
2587
  msgstr ""
2588
 
2589
- #: templates/admin/settings/tabs/main_plugin_settings.php:183
2590
- msgid "Mobile width"
2591
  msgstr ""
2592
 
2593
- #: templates/admin/settings/tabs/main_plugin_settings.php:185
2594
- msgid "Here you can specify width (in pixels) will be treated as a mobile.."
2595
  msgstr ""
2596
 
2597
- #: templates/admin/settings/tabs/main_plugin_settings.php:202
2598
- msgid "Tables per admin page"
 
 
 
 
2599
  msgstr ""
2600
 
2601
- #: templates/admin/settings/tabs/main_plugin_settings.php:204
2602
- msgid "How many tables to show in the browse page."
2603
  msgstr ""
2604
 
2605
- #: templates/admin/settings/tabs/main_plugin_settings.php:220
2606
- msgid "Align numbers"
2607
  msgstr ""
2608
 
2609
- #: templates/admin/settings/tabs/main_plugin_settings.php:222
2610
- #: templates/admin/settings/tabs/main_plugin_settings.php:322
2611
- msgid ""
2612
- "Please enter your Envato purchase code to enable plugin auto-updates. Leave "
2613
- "blank if you do not want the plugin to auto-update."
2614
  msgstr ""
2615
 
2616
- #: templates/admin/settings/tabs/main_plugin_settings.php:236
2617
- msgid "Sum functions label"
2618
  msgstr ""
2619
 
2620
- #: templates/admin/settings/tabs/main_plugin_settings.php:238
2621
  msgid ""
2622
- "Enter a label that will be used for Sum functions. If you leave it blank "
2623
- "default label will be Σ ="
2624
  msgstr ""
2625
 
2626
- #: templates/admin/settings/tabs/main_plugin_settings.php:255
2627
- msgid "Average functions label"
 
2628
  msgstr ""
2629
 
2630
- #: templates/admin/settings/tabs/main_plugin_settings.php:257
2631
- msgid ""
2632
- "Enter a label that will be used for Average functions. If you leave it blank "
2633
- "default label will be Avg ="
2634
  msgstr ""
2635
 
2636
- #: templates/admin/settings/tabs/main_plugin_settings.php:279
2637
- msgid "Minimum functions label"
2638
  msgstr ""
2639
 
2640
- #: templates/admin/settings/tabs/main_plugin_settings.php:281
2641
- msgid ""
2642
- "Enter a label that will be used for Minimum functions. If you leave it blank "
2643
- "default label will be Min ="
2644
  msgstr ""
2645
 
2646
- #: templates/admin/settings/tabs/main_plugin_settings.php:298
2647
- msgid "Maximum functions label"
2648
  msgstr ""
2649
 
2650
- #: templates/admin/settings/tabs/main_plugin_settings.php:300
2651
- msgid ""
2652
- "Enter a label that will be used for Maximum functions. If you leave it blank "
2653
- "default label will be Max ="
2654
  msgstr ""
2655
 
2656
- #: templates/admin/settings/tabs/main_plugin_settings.php:320
2657
- msgid "Purchase code"
2658
  msgstr ""
2659
 
2660
- #: templates/admin/settings/tabs/separate_mysql_connection.php:15
2661
- msgid ""
2662
- "If this checkbox is checked, wpDataTables will use its own connection to "
2663
- "MySQL bases. In other case it will use the main WordPress MySQL connection."
2664
  msgstr ""
2665
 
2666
- #: templates/admin/settings/tabs/separate_mysql_connection.php:19
2667
- msgid "Use separate MySQL connection"
2668
  msgstr ""
2669
 
2670
- #: templates/admin/settings/tabs/separate_mysql_connection.php:27
2671
- msgid "Test connection"
2672
  msgstr ""
2673
 
2674
- #: templates/admin/settings/tabs/separate_mysql_connection.php:29
2675
- msgid ""
2676
- "Click this button to test if wpDataTables is able to connect to the MySQL "
2677
- "server with the details you provided."
2678
  msgstr ""
2679
 
2680
- #: templates/admin/settings/tabs/separate_mysql_connection.php:40
2681
- msgid "MySQL host"
 
2682
  msgstr ""
2683
 
2684
- #: templates/admin/settings/tabs/separate_mysql_connection.php:42
2685
- msgid "MySQL host address."
2686
  msgstr ""
2687
 
2688
- #: templates/admin/settings/tabs/separate_mysql_connection.php:46
2689
- msgid "MySQL host address"
2690
  msgstr ""
2691
 
2692
- #: templates/admin/settings/tabs/separate_mysql_connection.php:51
2693
- msgid "MySQL database"
2694
  msgstr ""
2695
 
2696
- #: templates/admin/settings/tabs/separate_mysql_connection.php:53
2697
- msgid "MySQL database name."
2698
  msgstr ""
2699
 
2700
- #: templates/admin/settings/tabs/separate_mysql_connection.php:57
2701
- msgid "MySQL database name"
 
2702
  msgstr ""
2703
 
2704
- #: templates/admin/settings/tabs/separate_mysql_connection.php:65
2705
- #: templates/admin/settings/tabs/separate_mysql_connection.php:72
2706
- msgid "MySQL user"
2707
  msgstr ""
2708
 
2709
- #: templates/admin/settings/tabs/separate_mysql_connection.php:67
2710
- msgid "MySQL username for the connection."
2711
  msgstr ""
2712
 
2713
- #: templates/admin/settings/tabs/separate_mysql_connection.php:77
2714
- #: templates/admin/settings/tabs/separate_mysql_connection.php:82
2715
- msgid "MySQL password"
 
2716
  msgstr ""
2717
 
2718
- #: templates/admin/settings/tabs/separate_mysql_connection.php:79
2719
- msgid "MySQL password for the provided user."
2720
  msgstr ""
2721
 
2722
- #: templates/admin/settings/tabs/separate_mysql_connection.php:91
2723
- #: templates/admin/settings/tabs/separate_mysql_connection.php:97
2724
- msgid "MySQL port"
2725
  msgstr ""
2726
 
2727
- #: templates/admin/settings/tabs/separate_mysql_connection.php:93
2728
- msgid "MySQL port for the connection (default: 3306)."
 
2729
  msgstr ""
2730
 
2731
- #: templates/admin/table-settings/add_column_modal.inc.php:17
2732
- msgid "Add Column"
 
2733
  msgstr ""
2734
 
2735
- #: templates/admin/table-settings/add_column_modal.inc.php:31
2736
- msgid "Column header"
2737
  msgstr ""
2738
 
2739
- #: templates/admin/table-settings/add_column_modal.inc.php:59
2740
- msgid "Insert after"
 
2741
  msgstr ""
2742
 
2743
- #: templates/admin/table-settings/add_column_modal.inc.php:65
2744
- msgid "Beginning of table"
 
2745
  msgstr ""
2746
 
2747
- #: templates/admin/table-settings/add_column_modal.inc.php:66
2748
- msgid "End of table"
2749
  msgstr ""
2750
 
2751
- #: templates/admin/table-settings/add_column_modal.inc.php:101
2752
- msgid "Fill with default value"
 
 
 
 
2753
  msgstr ""
2754
 
2755
- #: templates/admin/table-settings/column_settings_panel.inc.php:12
2756
- msgid "Column settings"
2757
  msgstr ""
2758
 
2759
- #: templates/admin/table-settings/column_settings_panel.inc.php:45
2760
- #: templates/admin/table-settings/table_settings_block.inc.php:61
2761
- msgid "Display"
2762
  msgstr ""
2763
 
2764
- #: templates/admin/table-settings/column_settings_panel.inc.php:49
2765
- msgid "Data"
 
2766
  msgstr ""
2767
 
2768
- #: templates/admin/table-settings/column_settings_panel.inc.php:53
2769
- #: templates/admin/table-settings/table_settings_block.inc.php:530
2770
- #: templates/admin/table-settings/table_settings_block.inc.php:538
2771
- msgid "Sorting"
 
2772
  msgstr ""
2773
 
2774
- #: templates/admin/table-settings/column_settings_panel.inc.php:57
2775
- msgid "Filtering"
2776
  msgstr ""
2777
 
2778
- #: templates/admin/table-settings/column_settings_panel.inc.php:61
2779
- #: templates/admin/table-settings/table_settings_block.inc.php:69
2780
- msgid "Editing"
2781
  msgstr ""
2782
 
2783
- #: templates/admin/table-settings/column_settings_panel.inc.php:66
2784
- msgid "Conditional formatting"
 
 
 
 
2785
  msgstr ""
2786
 
2787
- #: templates/admin/table-settings/column_settings_panel.inc.php:78
2788
- msgid "Displayed header"
 
2789
  msgstr ""
2790
 
2791
- #: templates/admin/table-settings/column_settings_panel.inc.php:92
2792
- msgid "Column position"
 
 
 
2793
  msgstr ""
2794
 
2795
- #: templates/admin/table-settings/column_settings_panel.inc.php:111
2796
- #: templates/admin/table-settings/column_settings_panel.inc.php:119
2797
- msgid "Cell content prefix"
2798
  msgstr ""
2799
 
2800
- #: templates/admin/table-settings/column_settings_panel.inc.php:126
2801
- msgid ""
2802
- "Any text or symbol entered here will be shown before the value in every cell "
2803
- "inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
2804
- "Convenient for prices, percentages, etc."
2805
  msgstr ""
2806
 
2807
- #: templates/admin/table-settings/column_settings_panel.inc.php:141
2808
- #: templates/admin/table-settings/column_settings_panel.inc.php:149
2809
- msgid "Cell content suffix"
2810
  msgstr ""
2811
 
2812
- #: templates/admin/table-settings/column_settings_panel.inc.php:156
2813
  msgid ""
2814
- "Any text or symbol entered here will be shown after the value in every cell "
2815
- "inside of this column. E.g.: %, pcs. Does not influence filtering and "
2816
- "sorting. Convenient for prices, percentages, etc."
2817
  msgstr ""
2818
 
2819
- #: templates/admin/table-settings/column_settings_panel.inc.php:177
2820
- msgid "Hide on mobiles"
2821
  msgstr ""
2822
 
2823
- #: templates/admin/table-settings/column_settings_panel.inc.php:185
2824
- msgid "Collapse column on mobile devices"
2825
  msgstr ""
2826
 
2827
- #: templates/admin/table-settings/column_settings_panel.inc.php:194
2828
- msgid "Hide on tablets"
2829
  msgstr ""
2830
 
2831
- #: templates/admin/table-settings/column_settings_panel.inc.php:202
2832
- msgid "Collapse column on tablet devices"
2833
  msgstr ""
2834
 
2835
- #: templates/admin/table-settings/column_settings_panel.inc.php:217
2836
- msgid "CSS class(es)"
 
 
2837
  msgstr ""
2838
 
2839
- #: templates/admin/table-settings/column_settings_panel.inc.php:231
2840
- msgid "Visible on front-end"
2841
  msgstr ""
2842
 
2843
- #: templates/admin/table-settings/column_settings_panel.inc.php:239
2844
- msgid "Show column in front-end"
2845
  msgstr ""
2846
 
2847
- #: templates/admin/table-settings/column_settings_panel.inc.php:255
2848
- msgid "Column width"
 
 
2849
  msgstr ""
2850
 
2851
- #: templates/admin/table-settings/column_settings_panel.inc.php:268
2852
- #: templates/admin/table-settings/column_settings_panel.inc.php:276
2853
- msgid "Column color"
2854
  msgstr ""
2855
 
2856
- #: templates/admin/table-settings/column_settings_panel.inc.php:283
2857
- msgid "Here you can override the default color for the complete column"
2858
  msgstr ""
2859
 
2860
- #: templates/admin/table-settings/column_settings_panel.inc.php:304
2861
- #: templates/admin/table-settings/column_settings_panel.inc.php:312
2862
- msgid "Group column"
2863
  msgstr ""
2864
 
2865
- #: templates/admin/table-settings/column_settings_panel.inc.php:319
2866
- msgid ""
2867
- "If one column of your table contains similar values for many rows, maybe it "
2868
- "makes sense to use it as a “group column”: it means that it will not be "
2869
- "rendered as a column, but its values will be used to group the rows. Each "
2870
- "group will be marked with one row with joined cells above, containing the "
2871
- "group value."
2872
  msgstr ""
2873
 
2874
- #: templates/admin/table-settings/column_settings_panel.inc.php:320
 
 
 
 
2875
  msgid ""
2876
- "Group column will not work with MySQL tables with server-side processing "
2877
- "enabled and with manual tables!"
2878
  msgstr ""
2879
 
2880
- #: templates/admin/table-settings/column_settings_panel.inc.php:328
2881
- msgid "Toggle column grouping"
2882
  msgstr ""
2883
 
2884
- #: templates/admin/table-settings/column_settings_panel.inc.php:348
2885
- msgid "Column type"
2886
  msgstr ""
2887
 
2888
- #: templates/admin/table-settings/column_settings_panel.inc.php:350
2889
- msgid ""
2890
- "You can redefine the column data type here. Affects sorting, filtering and "
2891
- "display logic. For manually created tables this will change the column type "
2892
- "in database as well, which may result in data loss."
2893
  msgstr ""
2894
 
2895
- #: templates/admin/table-settings/column_settings_panel.inc.php:357
2896
- msgid "String"
2897
  msgstr ""
2898
 
2899
- #: templates/admin/table-settings/column_settings_panel.inc.php:361
2900
- msgid "DateTime"
2901
  msgstr ""
2902
 
2903
- #: templates/admin/table-settings/column_settings_panel.inc.php:363
2904
- #: templates/admin/table-settings/column_settings_panel.inc.php:879
2905
- msgid "URL link"
2906
  msgstr ""
2907
 
2908
- #: templates/admin/table-settings/column_settings_panel.inc.php:364
2909
- #: templates/admin/table-settings/column_settings_panel.inc.php:880
2910
- msgid "E-mail link"
 
2911
  msgstr ""
2912
 
2913
- #: templates/admin/table-settings/column_settings_panel.inc.php:367
2914
- #: templates/admin/table-settings/formula_editor_modal.inc.php:33
2915
- msgid "Formula"
2916
  msgstr ""
2917
 
2918
- #: templates/admin/table-settings/column_settings_panel.inc.php:377
2919
- msgid "Formula for calculation"
 
2920
  msgstr ""
2921
 
2922
- #: templates/admin/table-settings/column_settings_panel.inc.php:379
 
 
 
 
2923
  msgid ""
2924
- "You can create a formula (calculated column) based on other numeric columns "
2925
- "(Integer and Float)"
2926
  msgstr ""
2927
 
2928
- #: templates/admin/table-settings/column_settings_panel.inc.php:383
2929
- msgid "Open formula editor"
 
 
 
 
 
 
2930
  msgstr ""
2931
 
2932
- #: templates/admin/table-settings/column_settings_panel.inc.php:392
2933
  msgid ""
2934
- "You can redefine the visible decimal places for a float and formula columns "
2935
- "here. If you leave this field empty amount of decimal places will be loaded "
2936
- "from the settings page. 0 is available just for formula columns "
2937
  msgstr ""
2938
 
2939
- #: templates/admin/table-settings/column_settings_panel.inc.php:404
2940
- #: templates/admin/table-settings/column_settings_panel.inc.php:411
2941
- msgid "Skip thousands separator"
 
 
 
2942
  msgstr ""
2943
 
2944
- #: templates/admin/table-settings/column_settings_panel.inc.php:406
 
 
 
 
2945
  msgid ""
2946
- "Do not show thousands separator for this column (e.g. when showing years, "
2947
- "IDs)."
2948
  msgstr ""
2949
 
2950
- #: templates/admin/table-settings/column_settings_panel.inc.php:420
2951
- msgid "Possible values for column"
2952
  msgstr ""
2953
 
2954
- #: templates/admin/table-settings/column_settings_panel.inc.php:422
2955
  msgid ""
2956
- "Define the logic for fetching the possible values for this column for "
2957
- "filtering, and for editing: read from table itself on page load (will always "
2958
- "contain only the values that already exist in the table), hard-code the "
2959
- "list, or configure a relation with a different wpDataTable (use values in "
2960
- "this column as foreign key)."
2961
  msgstr ""
2962
 
2963
- #: templates/admin/table-settings/column_settings_panel.inc.php:429
2964
- msgid "Read from table on page load"
2965
  msgstr ""
2966
 
2967
- #: templates/admin/table-settings/column_settings_panel.inc.php:430
2968
- msgid "Define values list"
2969
  msgstr ""
2970
 
2971
- #: templates/admin/table-settings/column_settings_panel.inc.php:431
2972
- msgid "Use values from another wpDataTable (foreign key)"
2973
  msgstr ""
2974
 
2975
- #: templates/admin/table-settings/column_settings_panel.inc.php:442
2976
  msgid ""
2977
- "Define date format which is used in the provided data source. Necessary for "
2978
- "smooth reading of your dates."
2979
  msgstr ""
2980
 
2981
- #: templates/admin/table-settings/column_settings_panel.inc.php:471
2982
- msgid "Values list"
2983
  msgstr ""
2984
 
2985
- #: templates/admin/table-settings/column_settings_panel.inc.php:473
2986
- msgid "Read from table"
2987
  msgstr ""
2988
 
2989
- #: templates/admin/table-settings/column_settings_panel.inc.php:475
2990
- msgid "Reset"
 
2991
  msgstr ""
2992
 
2993
- #: templates/admin/table-settings/column_settings_panel.inc.php:477
2994
  msgid ""
2995
- "Enter the possible values for this column in this list, separate by pressing "
2996
- "ENTER or comma. Click \"Read from table\" to fetch the list from existing "
2997
- "column values. Values will be used in selectbox and checkbox filters and "
2998
- "editors for the column."
2999
  msgstr ""
3000
 
3001
- #: templates/admin/table-settings/column_settings_panel.inc.php:490
3002
- #: templates/admin/table-settings/foreign_key_config.inc.php:10
3003
- msgid "Use values from another wpDataTable"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3004
  msgstr ""
3005
 
3006
- #: templates/admin/table-settings/column_settings_panel.inc.php:492
3007
  msgid ""
3008
- "Configure a relation with a separate wpDataTable: values in this column will "
3009
- "be used as a foreign key, and replaced with values of a remote table column "
3010
- "(e.g.: user name instead of user ID)."
3011
  msgstr ""
3012
 
3013
- #: templates/admin/table-settings/column_settings_panel.inc.php:496
3014
- msgid "Configure relation..."
3015
  msgstr ""
3016
 
3017
- #: templates/admin/table-settings/column_settings_panel.inc.php:516
3018
- msgid "Allow empty value"
3019
  msgstr ""
3020
 
3021
- #: templates/admin/table-settings/column_settings_panel.inc.php:518
3022
- msgid ""
3023
- "Add an empty value to the possible values list, to allow empty editing and "
3024
- "filtering inputs."
3025
  msgstr ""
3026
 
3027
- #: templates/admin/table-settings/column_settings_panel.inc.php:523
3028
- msgid "Add an empty value to the list"
3029
  msgstr ""
3030
 
3031
- #: templates/admin/table-settings/column_settings_panel.inc.php:537
3032
- msgid "Calculate total"
3033
  msgstr ""
3034
 
3035
- #: templates/admin/table-settings/column_settings_panel.inc.php:539
3036
- msgid ""
3037
- "Enable this to show a total (sum) for all cells in this column in table "
3038
- "footer. You can also show it somewhere outside of the table by pasting the "
3039
- "shortcode below the switch."
3040
  msgstr ""
3041
 
3042
- #: templates/admin/table-settings/column_settings_panel.inc.php:544
3043
- msgid "Calculate a total for this column"
 
3044
  msgstr ""
3045
 
3046
- #: templates/admin/table-settings/column_settings_panel.inc.php:550
3047
  msgid ""
3048
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
3049
- "posts or pages you can see the total for this column."
3050
- msgstr ""
3051
-
3052
- #: templates/admin/table-settings/column_settings_panel.inc.php:559
3053
- msgid "Calculate average"
3054
  msgstr ""
3055
 
3056
- #: templates/admin/table-settings/column_settings_panel.inc.php:561
3057
- msgid ""
3058
- "Enable this to show an average value for all cells in this column in table "
3059
- "footer. You can also show it somewhere outside of the table by pasting the "
3060
- "shortcode below the switch."
3061
  msgstr ""
3062
 
3063
- #: templates/admin/table-settings/column_settings_panel.inc.php:566
3064
- msgid "Calculate average for this column"
 
3065
  msgstr ""
3066
 
3067
- #: templates/admin/table-settings/column_settings_panel.inc.php:572
3068
  msgid ""
3069
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
3070
- "posts or pages you can see the average for this column."
3071
  msgstr ""
3072
 
3073
- #: templates/admin/table-settings/column_settings_panel.inc.php:581
3074
- msgid "Calculate MIN value"
3075
  msgstr ""
3076
 
3077
- #: templates/admin/table-settings/column_settings_panel.inc.php:583
3078
- msgid ""
3079
- "Enable this to show a minimum value within all cells in this column in table "
3080
- "footer. You can also show it somewhere outside of the table by pasting the "
3081
- "shortcode below the switch."
3082
  msgstr ""
3083
 
3084
- #: templates/admin/table-settings/column_settings_panel.inc.php:588
3085
- msgid "Find a minimum value for this column"
 
3086
  msgstr ""
3087
 
3088
- #: templates/admin/table-settings/column_settings_panel.inc.php:594
3089
- msgid ""
3090
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
3091
- "posts or pages you can see the minimum for this column."
3092
  msgstr ""
3093
 
3094
- #: templates/admin/table-settings/column_settings_panel.inc.php:603
3095
- msgid "Calculate MAX value"
 
3096
  msgstr ""
3097
 
3098
- #: templates/admin/table-settings/column_settings_panel.inc.php:605
3099
  msgid ""
3100
- "Enable this to show a maximum value within all cells in this column in table "
3101
- "footer. You can also show it somewhere outside of the table by pasting the "
3102
- "shortcode below the switch."
 
3103
  msgstr ""
3104
 
3105
- #: templates/admin/table-settings/column_settings_panel.inc.php:610
3106
- msgid "Find a maximum value for this column"
 
3107
  msgstr ""
3108
 
3109
- #: templates/admin/table-settings/column_settings_panel.inc.php:616
3110
  msgid ""
3111
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
3112
- "posts or pages you can see the maximum for this column."
3113
  msgstr ""
3114
 
3115
- #: templates/admin/table-settings/column_settings_panel.inc.php:635
3116
- msgid "Allow sorting"
3117
  msgstr ""
3118
 
3119
- #: templates/admin/table-settings/column_settings_panel.inc.php:637
3120
- msgid "Disable this to disallow sorting for this column."
3121
  msgstr ""
3122
 
3123
- #: templates/admin/table-settings/column_settings_panel.inc.php:642
3124
- msgid "Allow sorting for this column"
3125
  msgstr ""
3126
 
3127
- #: templates/admin/table-settings/column_settings_panel.inc.php:651
3128
- msgid "Use as default sorting column"
3129
  msgstr ""
3130
 
3131
- #: templates/admin/table-settings/column_settings_panel.inc.php:653
3132
- #: templates/admin/table-settings/column_settings_panel.inc.php:658
3133
- msgid "Sort table by this column on load"
3134
  msgstr ""
3135
 
3136
- #: templates/admin/table-settings/column_settings_panel.inc.php:671
3137
- msgid "Default sorting direction"
3138
  msgstr ""
3139
 
3140
- #: templates/admin/table-settings/column_settings_panel.inc.php:673
3141
- msgid "Choose whether to sort ascending or descending by default."
3142
  msgstr ""
3143
 
3144
- #: templates/admin/table-settings/column_settings_panel.inc.php:680
3145
- msgid "Ascending"
3146
  msgstr ""
3147
 
3148
- #: templates/admin/table-settings/column_settings_panel.inc.php:681
3149
- msgid "Descending"
 
 
3150
  msgstr ""
3151
 
3152
- #: templates/admin/table-settings/column_settings_panel.inc.php:699
3153
- msgid "Add a filter for this column"
3154
  msgstr ""
3155
 
3156
- #: templates/admin/table-settings/column_settings_panel.inc.php:707
3157
- msgid "Enable filtering for column"
 
3158
  msgstr ""
3159
 
3160
- #: templates/admin/table-settings/column_settings_panel.inc.php:714
3161
  msgid ""
3162
- "Enabling this switch will add a filter for this column. Disable to remove "
3163
- "the filter for this column."
3164
- msgstr ""
3165
-
3166
- #: templates/admin/table-settings/column_settings_panel.inc.php:722
3167
- msgid "Allow filtering"
3168
  msgstr ""
3169
 
3170
- #: templates/admin/table-settings/column_settings_panel.inc.php:731
3171
- msgid "Filter type"
 
3172
  msgstr ""
3173
 
3174
- #: templates/admin/table-settings/column_settings_panel.inc.php:733
3175
  msgid ""
3176
- "You can redefine the filter type here, it will affect the filtering logic."
3177
  msgstr ""
3178
 
3179
- #: templates/admin/table-settings/column_settings_panel.inc.php:740
3180
- msgid "Text"
3181
  msgstr ""
3182
 
3183
- #: templates/admin/table-settings/column_settings_panel.inc.php:741
3184
- msgid "Number"
3185
  msgstr ""
3186
 
3187
- #: templates/admin/table-settings/column_settings_panel.inc.php:742
3188
- msgid "Number range"
3189
  msgstr ""
3190
 
3191
- #: templates/admin/table-settings/column_settings_panel.inc.php:743
3192
- msgid "Date range"
3193
  msgstr ""
3194
 
3195
- #: templates/admin/table-settings/column_settings_panel.inc.php:744
3196
- msgid "DateTime range"
 
 
 
3197
  msgstr ""
3198
 
3199
- #: templates/admin/table-settings/column_settings_panel.inc.php:745
3200
- msgid "Time range"
 
 
 
 
 
3201
  msgstr ""
3202
 
3203
- #: templates/admin/table-settings/column_settings_panel.inc.php:746
3204
- msgid "Selectbox"
 
 
 
 
 
 
3205
  msgstr ""
3206
 
3207
- #: templates/admin/table-settings/column_settings_panel.inc.php:747
3208
- msgid "Checkbox"
 
 
3209
  msgstr ""
3210
 
3211
- #: templates/admin/table-settings/column_settings_panel.inc.php:763
3212
- msgid "Filter label"
 
 
3213
  msgstr ""
3214
 
3215
- #: templates/admin/table-settings/column_settings_panel.inc.php:771
3216
- msgid "Custom filter label"
 
 
3217
  msgstr ""
3218
 
3219
- #: templates/admin/table-settings/column_settings_panel.inc.php:778
3220
  msgid ""
3221
- "You can change the filter label (placeholder) for this column here, if you "
3222
- "would like to show some custom text instead of default."
3223
  msgstr ""
3224
 
3225
- #: templates/admin/table-settings/column_settings_panel.inc.php:793
3226
- msgid "Exact filtering"
3227
  msgstr ""
3228
 
3229
- #: templates/admin/table-settings/column_settings_panel.inc.php:795
3230
- msgid ""
3231
- "Enable exact search to use exact match logic for filtering, disable to allow "
3232
- "partial match."
3233
  msgstr ""
3234
 
3235
- #: templates/admin/table-settings/column_settings_panel.inc.php:800
3236
- msgid "Enable exact filtering"
3237
  msgstr ""
3238
 
3239
- #: templates/admin/table-settings/column_settings_panel.inc.php:814
3240
- #: templates/admin/table-settings/column_settings_panel.inc.php:912
3241
- msgid "Predefined value(s)"
3242
  msgstr ""
3243
 
3244
- #: templates/admin/table-settings/column_settings_panel.inc.php:816
3245
- msgid ""
3246
- "Define value(s) that will be set as default pre-defined filter value(s) on "
3247
- "page load."
3248
  msgstr ""
3249
 
3250
- #: templates/admin/table-settings/column_settings_panel.inc.php:862
3251
- msgid "Editor input type"
3252
  msgstr ""
3253
 
3254
- #: templates/admin/table-settings/column_settings_panel.inc.php:864
3255
- msgid "Choose which kind of editor input to use for this column."
 
 
 
3256
  msgstr ""
3257
 
3258
- #: templates/admin/table-settings/column_settings_panel.inc.php:870
3259
- msgid "None"
3260
  msgstr ""
3261
 
3262
- #: templates/admin/table-settings/column_settings_panel.inc.php:871
3263
- msgid "One-line edit"
3264
  msgstr ""
3265
 
3266
- #: templates/admin/table-settings/column_settings_panel.inc.php:872
3267
- msgid "Multi-line edit"
3268
  msgstr ""
3269
 
3270
- #: templates/admin/table-settings/column_settings_panel.inc.php:873
3271
- msgid "HTML editor"
3272
  msgstr ""
3273
 
3274
- #: templates/admin/table-settings/column_settings_panel.inc.php:874
3275
- msgid "Single-value selectbox"
3276
  msgstr ""
3277
 
3278
- #: templates/admin/table-settings/column_settings_panel.inc.php:875
3279
- msgid "Multi-value selectbox"
3280
  msgstr ""
3281
 
3282
- #: templates/admin/table-settings/column_settings_panel.inc.php:891
3283
- msgid "Column cannot be empty"
3284
  msgstr ""
3285
 
3286
- #: templates/admin/table-settings/column_settings_panel.inc.php:893
3287
- msgid ""
3288
- "Enable to make this column mandatory. Users will see a warning when trying "
3289
- "to save with empty input."
3290
  msgstr ""
3291
 
3292
- #: templates/admin/table-settings/column_settings_panel.inc.php:898
3293
- msgid "Cannot be empty"
3294
  msgstr ""
3295
 
3296
- #: templates/admin/table-settings/column_settings_panel.inc.php:914
3297
- msgid ""
3298
- "If you would like to have some values pre-defined in editors (i.e. default "
3299
- "editor values) please enter these here."
3300
  msgstr ""
3301
 
3302
- #: templates/admin/table-settings/column_settings_panel.inc.php:953
3303
- msgid "Add rule"
3304
  msgstr ""
3305
 
3306
- #: templates/admin/table-settings/column_small_block.inc.php:11
3307
- msgid "Show/hide the column"
3308
  msgstr ""
3309
 
3310
- #: templates/admin/table-settings/column_small_block.inc.php:13
3311
- msgid "Show/hide on mobile"
3312
  msgstr ""
3313
 
3314
- #: templates/admin/table-settings/column_small_block.inc.php:15
3315
- msgid "Show/hide on tablet"
3316
  msgstr ""
3317
 
3318
- #: templates/admin/table-settings/column_small_block.inc.php:17
3319
- msgid "Open column settings"
3320
  msgstr ""
3321
 
3322
- #: templates/admin/table-settings/columns_list_modal.inc.php:12
3323
- msgid "List of the columns in the data source with quickaccess tools."
3324
  msgstr ""
3325
 
3326
- #: templates/admin/table-settings/columns_list_modal.inc.php:13
3327
- msgid ""
3328
- "Click column header to rename it, toggle column visibility by clicking on "
3329
- "the eye icon, open column settings by clicking on the wrench icon, drag and "
3330
- "drop blocks to reorder columns."
3331
  msgstr ""
3332
 
3333
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:5
3334
- msgid "If cell value"
 
 
3335
  msgstr ""
3336
 
3337
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:16
3338
- msgid "contains"
3339
  msgstr ""
3340
 
3341
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:17
3342
- msgid "does not contain"
3343
  msgstr ""
3344
 
3345
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:30
3346
- msgid "Set cell color"
3347
  msgstr ""
3348
 
3349
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:31
3350
- msgid "Reset cell color to default"
3351
  msgstr ""
3352
 
3353
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:32
3354
- msgid "Set cell content"
 
 
 
 
3355
  msgstr ""
3356
 
3357
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:33
3358
- msgid "Set cell CSS class"
 
 
 
3359
  msgstr ""
3360
 
3361
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:34
3362
- msgid "Remove cell CSS class"
3363
  msgstr ""
3364
 
3365
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:35
3366
- msgid "Set row color"
3367
  msgstr ""
3368
 
3369
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:36
3370
- msgid "Reset row color to default"
3371
  msgstr ""
3372
 
3373
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:37
3374
- msgid "Set row CSS class"
3375
  msgstr ""
3376
 
3377
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:38
3378
- msgid "Remove row CSS class"
 
 
 
 
3379
  msgstr ""
3380
 
3381
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:39
3382
- msgid "Set column color"
3383
  msgstr ""
3384
 
3385
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:40
3386
- msgid "Add column CSS class"
 
 
 
 
 
 
3387
  msgstr ""
3388
 
3389
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:51
3390
- msgid "Remove rule"
 
 
3391
  msgstr ""
3392
 
3393
- #: templates/admin/table-settings/foreign_key_config.inc.php:16
3394
- msgid "Choose a source wpDataTable"
3395
  msgstr ""
3396
 
3397
- #: templates/admin/table-settings/foreign_key_config.inc.php:18
3398
  msgid ""
3399
- "Please choose a remote wpDataTable which will be used as the data source."
 
3400
  msgstr ""
3401
 
3402
- #: templates/admin/table-settings/foreign_key_config.inc.php:25
3403
- msgid "Pick a table..."
3404
  msgstr ""
3405
 
3406
- #: templates/admin/table-settings/foreign_key_config.inc.php:45
3407
- msgid "Display value"
3408
  msgstr ""
3409
 
3410
- #: templates/admin/table-settings/foreign_key_config.inc.php:47
3411
  msgid ""
3412
- "Please choose which column values will be shown to the front-end user (e.g. "
3413
- "Name)."
3414
  msgstr ""
3415
 
3416
- #: templates/admin/table-settings/foreign_key_config.inc.php:69
3417
- msgid "Store value"
3418
  msgstr ""
3419
 
3420
- #: templates/admin/table-settings/foreign_key_config.inc.php:71
3421
- msgid ""
3422
- "Please choose which column values will be stored in the table for reference "
3423
- "- by default wdt_ID, or ID"
3424
  msgstr ""
3425
 
3426
- #: templates/admin/table-settings/formula_editor_modal.inc.php:17
3427
- msgid "Formula Editor"
 
 
3428
  msgstr ""
3429
 
3430
- #: templates/admin/table-settings/formula_editor_modal.inc.php:22
3431
- msgid "Use this dialog to construct formulas and see a preview of the result."
3432
  msgstr ""
3433
 
3434
- #: templates/admin/table-settings/formula_editor_modal.inc.php:23
3435
  msgid ""
3436
- "You can use columns (values for each cell will be inserted), or number "
3437
- "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
3438
- "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
3439
- "col3*sin(col4-3))."
3440
  msgstr ""
3441
 
3442
- #: templates/admin/table-settings/formula_editor_modal.inc.php:27
3443
- msgid "Columns to use"
 
 
3444
  msgstr ""
3445
 
3446
- #: templates/admin/table-settings/formula_editor_modal.inc.php:36
3447
- msgid "Type your formula here..."
3448
  msgstr ""
3449
 
3450
- #: templates/admin/table-settings/formula_editor_modal.inc.php:65
3451
- msgid "Preview"
 
3452
  msgstr ""
3453
 
3454
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:7
3455
- msgid "Merge values?"
3456
  msgstr ""
3457
 
3458
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:11
3459
  msgid ""
3460
- "There are already defined possible values. Do you want to merge or to "
3461
- "replace new values with the existing?"
 
3462
  msgstr ""
3463
 
3464
- #: templates/admin/table-settings/remove_column_modal.inc.php:17
3465
- #: templates/admin/table-settings/remove_column_modal.inc.php:30
3466
- msgid "Remove Column"
 
3467
  msgstr ""
3468
 
3469
- #: templates/admin/table-settings/remove_column_modal.inc.php:48
3470
- msgid "Confirm"
3471
  msgstr ""
3472
 
3473
- #: templates/admin/table-settings/remove_column_modal.inc.php:54
3474
- msgid "Are you sure? There is no undo!"
 
 
3475
  msgstr ""
3476
 
3477
- #: templates/admin/table-settings/table_preview_block.inc.php:17
3478
- msgid "Table preview and columns setup"
 
 
 
3479
  msgstr ""
3480
 
3481
- #: templates/admin/table-settings/table_preview_block.inc.php:21
3482
- msgid "Add a formula (calculated) column"
3483
  msgstr ""
3484
 
3485
- #: templates/admin/table-settings/table_preview_block.inc.php:22
3486
- msgid "Add a formula column"
3487
  msgstr ""
3488
 
3489
- #: templates/admin/table-settings/table_preview_block.inc.php:25
3490
- msgid "Complete column list"
 
 
3491
  msgstr ""
3492
 
3493
- #: templates/admin/table-settings/table_preview_block.inc.php:33
3494
- msgid "Remove column"
3495
  msgstr ""
3496
 
3497
- #: templates/admin/table-settings/table_preview_block.inc.php:42
3498
- msgid "Switch View:"
3499
  msgstr ""
3500
 
3501
- #: templates/admin/table-settings/table_preview_block.inc.php:44
3502
- #: templates/admin/table-settings/table_preview_block.inc.php:47
3503
- msgid "STANDARD"
 
3504
  msgstr ""
3505
 
3506
- #: templates/admin/table-settings/table_preview_block.inc.php:45
3507
- #: templates/admin/table-settings/table_preview_block.inc.php:48
3508
- msgid "EXCEL-LIKE"
3509
  msgstr ""
3510
 
3511
- #: templates/admin/table-settings/table_settings_block.inc.php:24
3512
- msgid "wpDataTable name, click to edit"
 
3513
  msgstr ""
3514
 
3515
- #: templates/admin/table-settings/table_settings_block.inc.php:32
3516
- msgid "Collapse and expand widget"
 
 
3517
  msgstr ""
3518
 
3519
- #: templates/admin/table-settings/table_settings_block.inc.php:65
3520
- msgid "Sorting and filtering"
3521
  msgstr ""
3522
 
3523
- #: templates/admin/table-settings/table_settings_block.inc.php:73
3524
- #: templates/admin/table-settings/table_settings_block.inc.php:901
3525
- msgid "Table Tools"
 
3526
  msgstr ""
3527
 
3528
- #: templates/admin/table-settings/table_settings_block.inc.php:77
3529
- msgid "Placeholders"
3530
  msgstr ""
3531
 
3532
- #: templates/admin/table-settings/table_settings_block.inc.php:89
3533
- msgid "Input data source type"
 
3534
  msgstr ""
3535
 
3536
- #: templates/admin/table-settings/table_settings_block.inc.php:91
3537
- msgid ""
3538
- "Please choose a type of the input data source - it can be a MySQL query, a "
3539
- "file, or an URL. Only MySQL query-based tables can use server-side processing"
3540
  msgstr ""
3541
 
3542
- #: templates/admin/table-settings/table_settings_block.inc.php:99
3543
- msgid "Select a data source type"
 
 
3544
  msgstr ""
3545
 
3546
- #: templates/admin/table-settings/table_settings_block.inc.php:100
3547
- msgid "MySQL query"
3548
  msgstr ""
3549
 
3550
- #: templates/admin/table-settings/table_settings_block.inc.php:101
3551
- msgid "CSV file"
 
3552
  msgstr ""
3553
 
3554
- #: templates/admin/table-settings/table_settings_block.inc.php:102
3555
- msgid "Excel file"
 
3556
  msgstr ""
3557
 
3558
- #: templates/admin/table-settings/table_settings_block.inc.php:103
3559
- msgid "Google Spreadsheet"
 
 
3560
  msgstr ""
3561
 
3562
- #: templates/admin/table-settings/table_settings_block.inc.php:104
3563
- msgid "XML file"
3564
  msgstr ""
3565
 
3566
- #: templates/admin/table-settings/table_settings_block.inc.php:105
3567
- msgid "JSON file"
3568
  msgstr ""
3569
 
3570
- #: templates/admin/table-settings/table_settings_block.inc.php:119
3571
- msgid ""
3572
- "Upload your file or provide the full URL here. For CSV or Excel input "
3573
- "sources only URLs or paths from same domain are supported. For Google "
3574
- "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
3575
- "the URL."
3576
  msgstr ""
3577
 
3578
- #: templates/admin/table-settings/table_settings_block.inc.php:125
3579
- msgid "Paste URL or path, or click Browse to choose"
3580
  msgstr ""
3581
 
3582
- #: templates/admin/table-settings/table_settings_block.inc.php:139
3583
- msgid "Server-side processing"
3584
  msgstr ""
3585
 
3586
- #: templates/admin/table-settings/table_settings_block.inc.php:141
3587
- msgid ""
3588
- "If it is turned on, all sorting, filtering, pagination and other data "
3589
- "interaction will be done by MySQL server. This feature is recommended if you "
3590
- "have more than 2000-3000 rows. Mandatory for editable tables."
3591
  msgstr ""
3592
 
3593
- #: templates/admin/table-settings/table_settings_block.inc.php:146
3594
- msgid "Enable server-side processing"
3595
  msgstr ""
3596
 
3597
- #: templates/admin/table-settings/table_settings_block.inc.php:160
3598
- msgid "MySQL Query"
3599
  msgstr ""
3600
 
3601
- #: templates/admin/table-settings/table_settings_block.inc.php:162
3602
  msgid ""
3603
- "Enter the text of your MySQL query here - please make sure it returns actual "
3604
- "data first. You can use a number of placeholders to make the dataset in the "
3605
- "table flexible and be able to return different sets of data by calling it "
3606
- "with different shortcodes."
3607
  msgstr ""
3608
 
3609
- #: templates/admin/table-settings/table_settings_block.inc.php:169
3610
- msgid "Auto-refresh"
3611
  msgstr ""
3612
 
3613
- #: templates/admin/table-settings/table_settings_block.inc.php:171
 
3614
  msgid ""
3615
- "If you enter a non-zero value, table will auto-refresh to show actual data "
3616
- "with a given interval of seconds. Leave zero or empty not to use auto-"
3617
- "refresh."
3618
  msgstr ""
3619
 
3620
- #: templates/admin/table-settings/table_settings_block.inc.php:176
3621
- msgid "Auto-refresh interval in seconds (zero or blank to disable)"
 
 
3622
  msgstr ""
3623
 
3624
- #: templates/admin/table-settings/table_settings_block.inc.php:194
3625
- msgid "Table title"
3626
  msgstr ""
3627
 
3628
- #: templates/admin/table-settings/table_settings_block.inc.php:202
3629
- msgid "Show table title"
 
3630
  msgstr ""
3631
 
3632
- #: templates/admin/table-settings/table_settings_block.inc.php:209
3633
  msgid ""
3634
- "Enable this to show the table title in a h3 block above the table, disable "
3635
- "to hide."
3636
  msgstr ""
3637
 
3638
- #: templates/admin/table-settings/table_settings_block.inc.php:216
3639
- msgid "Show table title on the page"
3640
  msgstr ""
3641
 
3642
- #: templates/admin/table-settings/table_settings_block.inc.php:226
3643
- msgid "Responsiveness"
3644
  msgstr ""
3645
 
3646
- #: templates/admin/table-settings/table_settings_block.inc.php:234
3647
- msgid "Responsive design"
3648
  msgstr ""
3649
 
3650
- #: templates/admin/table-settings/table_settings_block.inc.php:241
3651
- msgid "Enable this to allow responsiveness in the table."
 
 
3652
  msgstr ""
3653
 
3654
- #: templates/admin/table-settings/table_settings_block.inc.php:242
 
 
 
 
3655
  msgid ""
3656
- "Please do not forget to define which columns will be hidden on mobiles and "
3657
- "tablets in the column settings!"
3658
  msgstr ""
3659
 
3660
- #: templates/admin/table-settings/table_settings_block.inc.php:249
3661
- msgid "Allow collapsing on mobiles and tablets"
3662
  msgstr ""
3663
 
3664
- #: templates/admin/table-settings/table_settings_block.inc.php:259
3665
- msgid "Hide until loaded"
3666
  msgstr ""
3667
 
3668
- #: templates/admin/table-settings/table_settings_block.inc.php:261
3669
- msgid ""
3670
- "Enable to make whole table hidden until it is initialized to prevent "
3671
- "unformatted data flashing"
3672
  msgstr ""
3673
 
3674
- #: templates/admin/table-settings/table_settings_block.inc.php:265
3675
- msgid "Hide the table before it is fully loaded"
3676
  msgstr ""
3677
 
3678
- #: templates/admin/table-settings/table_settings_block.inc.php:279
3679
- msgid "Default rows per page"
3680
  msgstr ""
3681
 
3682
- #: templates/admin/table-settings/table_settings_block.inc.php:287
3683
- #: templates/admin/table-settings/table_settings_block.inc.php:320
3684
- msgid "Rows per page"
3685
  msgstr ""
3686
 
3687
- #: templates/admin/table-settings/table_settings_block.inc.php:294
3688
- msgid "How many rows to show per page by default."
3689
  msgstr ""
3690
 
3691
- #: templates/admin/table-settings/table_settings_block.inc.php:328
3692
- msgid "Show X entries"
3693
  msgstr ""
3694
 
3695
- #: templates/admin/table-settings/table_settings_block.inc.php:335
3696
  msgid ""
3697
- "Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
3698
- "frontend."
3699
  msgstr ""
3700
 
3701
- #: templates/admin/table-settings/table_settings_block.inc.php:342
3702
- msgid "Show \"Show X entries\" dropdown"
3703
  msgstr ""
3704
 
3705
- #: templates/admin/table-settings/table_settings_block.inc.php:360
3706
- msgid "Scrollable table"
3707
  msgstr ""
3708
 
3709
- #: templates/admin/table-settings/table_settings_block.inc.php:367
3710
- msgid "Enable this to enable a horizontal scrollbar below the table."
3711
  msgstr ""
3712
 
3713
- #: templates/admin/table-settings/table_settings_block.inc.php:368
3714
- msgid "This should be turned off if you want to set columns width manually."
3715
  msgstr ""
3716
 
3717
- #: templates/admin/table-settings/table_settings_block.inc.php:375
3718
- msgid "Show a horizontal scrollbar"
3719
  msgstr ""
3720
 
3721
- #: templates/admin/table-settings/table_settings_block.inc.php:390
3722
- #: templates/admin/table-settings/table_settings_block.inc.php:398
3723
- msgid "Info block"
 
 
 
3724
  msgstr ""
3725
 
3726
- #: templates/admin/table-settings/table_settings_block.inc.php:405
 
3727
  msgid ""
3728
- "Enable to show a block of information about the number of records below the "
3729
- "table."
3730
  msgstr ""
3731
 
3732
- #: templates/admin/table-settings/table_settings_block.inc.php:412
3733
- msgid "Show information block below the table"
3734
  msgstr ""
3735
 
3736
- #: templates/admin/table-settings/table_settings_block.inc.php:422
3737
- #: templates/admin/table-settings/table_settings_block.inc.php:430
3738
- msgid "Limit table width"
3739
  msgstr ""
3740
 
3741
- #: templates/admin/table-settings/table_settings_block.inc.php:437
3742
- msgid "Enable this to restrict table width to page width."
3743
  msgstr ""
3744
 
3745
- #: templates/admin/table-settings/table_settings_block.inc.php:438
3746
  msgid ""
3747
- "This should be turned on if you want to set columns width manually. Should "
3748
- "be on to use word wrapping."
 
3749
  msgstr ""
3750
 
3751
- #: templates/admin/table-settings/table_settings_block.inc.php:445
3752
- msgid "Limit table width to page width"
3753
  msgstr ""
3754
 
3755
- #: templates/admin/table-settings/table_settings_block.inc.php:455
3756
- #: templates/admin/table-settings/table_settings_block.inc.php:463
3757
- msgid "Word wrap"
3758
  msgstr ""
3759
 
3760
- #: templates/admin/table-settings/table_settings_block.inc.php:470
3761
- msgid ""
3762
- "Enable this to wrap long strings into multiple lines and stretch the cells "
3763
- "height."
3764
  msgstr ""
3765
 
3766
- #: templates/admin/table-settings/table_settings_block.inc.php:477
3767
- msgid "Wrap words to newlines"
3768
  msgstr ""
3769
 
3770
- #: templates/admin/table-settings/table_settings_block.inc.php:498
3771
- msgid "Advanced column filters"
3772
  msgstr ""
3773
 
3774
- #: templates/admin/table-settings/table_settings_block.inc.php:506
3775
- msgid "Advanced filter"
3776
  msgstr ""
3777
 
3778
- #: templates/admin/table-settings/table_settings_block.inc.php:513
3779
  msgid ""
3780
- "Enable to show an advanced filter for each of the columns, filters can be "
3781
- "shown in table footer, header or in a separate form."
3782
  msgstr ""
3783
 
3784
- #: templates/admin/table-settings/table_settings_block.inc.php:520
3785
- msgid "Enable advanced column filters"
3786
  msgstr ""
3787
 
3788
- #: templates/admin/table-settings/table_settings_block.inc.php:545
3789
- msgid ""
3790
- "If this is enabled, each column header will be clickable; clicking will sort "
3791
- "the whole table by the content of this column cells ascending or descending."
3792
  msgstr ""
3793
 
3794
- #: templates/admin/table-settings/table_settings_block.inc.php:552
3795
- msgid "Allow sorting for the table"
3796
  msgstr ""
3797
 
3798
- #: templates/admin/table-settings/table_settings_block.inc.php:562
3799
- msgid "Main search block"
3800
  msgstr ""
3801
 
3802
- #: templates/admin/table-settings/table_settings_block.inc.php:570
3803
  msgid ""
3804
- "Global sear\n"
3805
- " ch"
3806
  msgstr ""
3807
 
3808
- #: templates/admin/table-settings/table_settings_block.inc.php:578
3809
- msgid ""
3810
- "If this is enabled, a search block will be displayed on the top right of the "
3811
- "table, allowing to search through whole table with a single input."
3812
  msgstr ""
3813
 
3814
- #: templates/admin/table-settings/table_settings_block.inc.php:585
3815
- msgid "Enable search block"
3816
  msgstr ""
3817
 
3818
- #: templates/admin/table-settings/table_settings_block.inc.php:601
3819
- msgid "Filters in a form"
3820
  msgstr ""
3821
 
3822
- #: templates/admin/table-settings/table_settings_block.inc.php:608
3823
- msgid "Filter in form"
3824
  msgstr ""
3825
 
3826
- #: templates/admin/table-settings/table_settings_block.inc.php:615
3827
- msgid ""
3828
- "Enable to show the advanced column filter in a form above the table, instead "
3829
- "of showing in the table footer/header."
3830
  msgstr ""
3831
 
3832
- #: templates/admin/table-settings/table_settings_block.inc.php:622
3833
- msgid "Show filters in a form above the table"
3834
  msgstr ""
3835
 
3836
- #: templates/admin/table-settings/table_settings_block.inc.php:632
3837
- msgid "Clear filters button"
 
 
3838
  msgstr ""
3839
 
3840
- #: templates/admin/table-settings/table_settings_block.inc.php:643
3841
- msgid "Enable to show the clear filters button."
3842
  msgstr ""
3843
 
3844
- #: templates/admin/table-settings/table_settings_block.inc.php:644
3845
- msgid ""
3846
- "If filter in form is enabled, clear button will be rendered after the last "
3847
- "filter."
3848
  msgstr ""
3849
 
3850
- #: templates/admin/table-settings/table_settings_block.inc.php:648
3851
- msgid ""
3852
- "Otherwise, clear filter button will be rendered above the table next to "
3853
- "\"Table Tools\" buttons."
3854
  msgstr ""
3855
 
3856
- #: templates/admin/table-settings/table_settings_block.inc.php:658
3857
- msgid "Show clear filters button"
3858
  msgstr ""
3859
 
3860
- #: templates/admin/table-settings/table_settings_block.inc.php:680
3861
- msgid "Allow editing"
3862
  msgstr ""
3863
 
3864
- #: templates/admin/table-settings/table_settings_block.inc.php:688
3865
- msgid "Front-end editing"
3866
  msgstr ""
3867
 
3868
- #: templates/admin/table-settings/table_settings_block.inc.php:695
3869
- msgid "Allow editing the table from the front-end."
3870
  msgstr ""
3871
 
3872
- #: templates/admin/table-settings/table_settings_block.inc.php:702
3873
- msgid "Allow front-end editing"
3874
  msgstr ""
3875
 
3876
- #: templates/admin/table-settings/table_settings_block.inc.php:712
3877
- msgid "Popover edit block"
3878
  msgstr ""
3879
 
3880
- #: templates/admin/table-settings/table_settings_block.inc.php:720
3881
- msgid "Popover tools"
3882
  msgstr ""
3883
 
3884
- #: templates/admin/table-settings/table_settings_block.inc.php:727
3885
- msgid ""
3886
- "If this is enabled, the New, Edit and Delete buttons will appear in a "
3887
- "popover when you click on any row, instead of Table Tools block above the "
3888
- "table."
3889
  msgstr ""
3890
 
3891
- #: templates/admin/table-settings/table_settings_block.inc.php:734
3892
- msgid "Editing buttons in a popover"
3893
  msgstr ""
3894
 
3895
- #: templates/admin/table-settings/table_settings_block.inc.php:744
3896
- #: templates/admin/table-settings/table_settings_block.inc.php:752
3897
- msgid "In-line editing"
 
3898
  msgstr ""
3899
 
3900
- #: templates/admin/table-settings/table_settings_block.inc.php:759
3901
- msgid ""
3902
- "If this is enabled, front-end users will be able to edit cells by double-"
3903
- "clicking them, not only with the editor dialog."
3904
  msgstr ""
3905
 
3906
- #: templates/admin/table-settings/table_settings_block.inc.php:766
3907
- msgid "Allow in-line editing"
3908
  msgstr ""
3909
 
3910
- #: templates/admin/table-settings/table_settings_block.inc.php:783
3911
- msgid "MySQL table name for editing"
3912
  msgstr ""
3913
 
3914
- #: templates/admin/table-settings/table_settings_block.inc.php:785
3915
- msgid ""
3916
- "Name of the MySQL table which will be updated when edited from front-end."
3917
  msgstr ""
3918
 
3919
- #: templates/admin/table-settings/table_settings_block.inc.php:790
3920
- msgid "MySQL table name"
3921
  msgstr ""
3922
 
3923
- #: templates/admin/table-settings/table_settings_block.inc.php:799
3924
- msgid "ID column for editing"
3925
  msgstr ""
3926
 
3927
- #: templates/admin/table-settings/table_settings_block.inc.php:801
3928
- msgid ""
3929
- "Choose the column values from which will be used as row identifiers. MUST be "
3930
- "a unique auto-increment integer on MySQL side so insert/edit/delete would "
3931
- "work correctly! wpDataTables will guess the correct column if it is called "
3932
- "\"id\" or \"ID\" on MySQL side."
3933
  msgstr ""
3934
 
3935
- #: templates/admin/table-settings/table_settings_block.inc.php:815
3936
- msgid "Editor roles"
 
 
 
 
3937
  msgstr ""
3938
 
3939
- #: templates/admin/table-settings/table_settings_block.inc.php:817
3940
  msgid ""
3941
- "If you want only specific user roles to be able to edit the table, choose in "
3942
- "this dropdown. Leave unchecked to allow editing for everyone."
3943
  msgstr ""
3944
 
3945
- #: templates/admin/table-settings/table_settings_block.inc.php:822
3946
- msgid "Everyone"
3947
  msgstr ""
3948
 
3949
- #: templates/admin/table-settings/table_settings_block.inc.php:823
3950
- msgid "Administrators"
 
 
3951
  msgstr ""
3952
 
3953
- #: templates/admin/table-settings/table_settings_block.inc.php:824
3954
- msgid "Editors"
3955
  msgstr ""
3956
 
3957
- #: templates/admin/table-settings/table_settings_block.inc.php:825
3958
- msgid "Authors"
 
 
3959
  msgstr ""
3960
 
3961
- #: templates/admin/table-settings/table_settings_block.inc.php:826
3962
- msgid "Contributors"
3963
  msgstr ""
3964
 
3965
- #: templates/admin/table-settings/table_settings_block.inc.php:827
3966
- msgid "Subscribers"
3967
  msgstr ""
3968
 
3969
- #: templates/admin/table-settings/table_settings_block.inc.php:842
3970
- msgid "Users see and edit only own data"
3971
  msgstr ""
3972
 
3973
- #: templates/admin/table-settings/table_settings_block.inc.php:850
3974
- msgid "Users see and edit only their own data"
3975
  msgstr ""
3976
 
3977
- #: templates/admin/table-settings/table_settings_block.inc.php:857
3978
- msgid ""
3979
- "If this is enabled, users will see and edit only the rows that are related "
3980
- "to them or were created by them (associated using the User ID column)."
3981
  msgstr ""
3982
 
3983
- #: templates/admin/table-settings/table_settings_block.inc.php:864
3984
- msgid "Limit editing to own data only"
3985
  msgstr ""
3986
 
3987
- #: templates/admin/table-settings/table_settings_block.inc.php:874
3988
- msgid "User ID column"
3989
  msgstr ""
3990
 
3991
- #: templates/admin/table-settings/table_settings_block.inc.php:876
3992
- msgid ""
3993
- "Choose the column values from which will be used as User identifiers. "
3994
- "References the ID from WordPress Users table (wp_users), MUST be defined as "
3995
- "an integer on MySQL side."
3996
  msgstr ""
3997
 
3998
- #: templates/admin/table-settings/table_settings_block.inc.php:909
3999
- msgid "Table tools"
4000
  msgstr ""
4001
 
4002
- #: templates/admin/table-settings/table_settings_block.inc.php:916
4003
  msgid ""
4004
- "If this is enabled, a toolbar with useful tools will be shown above the table"
4005
  msgstr ""
4006
 
4007
- #: templates/admin/table-settings/table_settings_block.inc.php:923
4008
- msgid "Enable Table Tools"
4009
  msgstr ""
4010
 
4011
- #: templates/admin/table-settings/table_settings_block.inc.php:933
4012
- msgid "Buttons"
4013
  msgstr ""
4014
 
4015
- #: templates/admin/table-settings/table_settings_block.inc.php:935
4016
- msgid "Choose which buttons to show in the Table Tools block."
 
4017
  msgstr ""
4018
 
4019
- #: templates/admin/table-settings/table_settings_block.inc.php:941
4020
- msgid "Columns visibility"
4021
  msgstr ""
4022
 
4023
- #: templates/admin/table-settings/table_settings_block.inc.php:964
4024
  msgid ""
4025
- "Placeholders can be understood as predefined ‘search and replace‘ templates; "
4026
- "that will be replaced with some actual values at the execution time; usually "
4027
- "this is used for MySQL queries."
4028
  msgstr ""
4029
 
4030
- #: templates/admin/table-settings/table_settings_block.inc.php:976
4031
- #: templates/admin/table-settings/table_settings_block.inc.php:991
4032
- #: templates/admin/table-settings/table_settings_block.inc.php:1006
4033
- msgid ""
4034
- "This placeholder will be replaced with any value that you will provide in a "
4035
- "shortcode. Provide a default value here that will be used for table "
4036
- "generation and when a different one is not defined in the shortcode."
4037
  msgstr ""
4038
 
4039
- #: templates/admin/table-settings/table_settings_block.inc.php:981
4040
- #: templates/admin/table-settings/table_settings_block.inc.php:996
4041
- #: templates/admin/table-settings/table_settings_block.inc.php:1011
4042
- #: templates/admin/table-settings/table_settings_block.inc.php:1033
4043
- #: templates/admin/table-settings/table_settings_block.inc.php:1051
4044
- #: templates/admin/table-settings/table_settings_block.inc.php:1068
4045
- #: templates/admin/table-settings/table_settings_block.inc.php:1089
4046
- msgid "Default for table generation"
4047
  msgstr ""
4048
 
4049
- #: templates/admin/table-settings/table_settings_block.inc.php:1027
4050
- msgid ""
4051
- "This placeholder will be replaced with the ID of currently logged in user. "
4052
- "Provide a value here to be used for table generation"
4053
  msgstr ""
4054
 
4055
- #: templates/admin/table-settings/table_settings_block.inc.php:1043
4056
- msgid ""
4057
- "This placeholder will be replaced with the login of currently logged in "
4058
- "user. Provide a value here to be used for table generation"
4059
  msgstr ""
4060
 
4061
- #: templates/admin/table-settings/table_settings_block.inc.php:1061
4062
  msgid ""
4063
- "This placeholder will be replaced with the current prefix of WordPress "
4064
- "database. Provide a value here to be used for table generation"
4065
  msgstr ""
4066
 
4067
- #: templates/admin/table-settings/table_settings_block.inc.php:1084
4068
  msgid ""
4069
- "This placeholder will be replaced with the ID of current post. Provide a "
4070
- "value here to be used for table generation"
4071
  msgstr ""
4072
 
4073
- #: templates/common/delete_modal.inc.php:24
4074
- msgid "Please confirm deletion. There is no undo!"
4075
  msgstr ""
4076
 
4077
- #: templates/frontend/edit_dialog.inc.php:8
4078
- msgid "Please choose input type for columns that you want to edit"
 
 
 
4079
  msgstr ""
4080
 
4081
- #: templates/frontend/edit_dialog.inc.php:151
4082
- msgid "Prev"
4083
  msgstr ""
4084
 
4085
- #: templates/frontend/edit_dialog.inc.php:159
4086
- msgid "Apply and add new"
 
 
 
4087
  msgstr ""
4088
 
4089
- #: templates/frontend/excel_table_main.inc.php:25
4090
- msgid "Search"
4091
  msgstr ""
4092
 
4093
- #: templates/frontend/filter_form.inc.php:27
4094
- #: templates/frontend/filter_widget.inc.php:3
4095
- msgid " Clear filters"
4096
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2019-03-07 15:03+0100\n"
5
+ "PO-Revision-Date: 2019-03-07 15:03+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
14
  "X-Poedit-Basepath: ../..\n"
15
  "X-Poedit-SearchPath-0: .\n"
19
  msgid "autocomplete"
20
  msgstr ""
21
 
22
+ #: controllers/wdt_admin.php:10 controllers/wdt_admin.php:11
 
 
 
 
 
 
 
 
 
23
  msgid "wpDataTables"
24
  msgstr ""
25
 
26
+ #: controllers/wdt_admin.php:19 controllers/wdt_admin.php:20
27
+ #: templates/admin/constructor/constructor.inc.php:24
28
  msgid "Create a Table"
29
  msgstr ""
30
 
31
+ #: controllers/wdt_admin.php:27 controllers/wdt_admin.php:28
32
+ #: templates/browse_charts.inc.php:9
33
  msgid "wpDataCharts"
34
  msgstr ""
35
 
36
+ #: controllers/wdt_admin.php:35 controllers/wdt_admin.php:36
37
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:36
38
  msgid "Create a Chart"
39
  msgstr ""
40
 
41
+ #: controllers/wdt_admin.php:43 controllers/wdt_admin.php:44
42
  msgid "Settings"
43
  msgstr ""
44
 
45
+ #: controllers/wdt_admin.php:51
46
  msgid "Add-ons"
47
  msgstr ""
48
 
49
+ #: controllers/wdt_admin.php:52
50
  msgid "Addons"
51
  msgstr ""
52
 
53
+ #: controllers/wdt_admin.php:307 controllers/wdt_admin.php:356
54
+ #: controllers/wdt_admin.php:386 controllers/wdt_admin.php:407
55
+ #: controllers/wdt_admin.php:454 controllers/wdt_admin.php:480
56
+ #: controllers/wdt_admin.php:499
57
  msgid "You do not have sufficient permissions to access this page."
58
  msgstr ""
59
 
60
+ #: controllers/wdt_functions.php:380
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  msgid "wpDataChart with provided ID not found!"
62
  msgstr ""
63
 
64
+ #: controllers/wdt_functions.php:416 controllers/wdt_functions.php:487
65
  msgid "wpDataTable with provided ID not found!"
66
  msgstr ""
67
 
68
+ #: controllers/wdt_functions.php:497
69
  msgid "Provided column is not Integer or Float column type"
70
  msgstr ""
71
 
72
+ #: controllers/wdt_functions.php:700
73
  msgid "Choose a table"
74
  msgstr ""
75
 
76
+ #: controllers/wdt_functions.php:732
77
  msgid "Interactive Responsive Table"
78
  msgstr ""
79
 
80
+ #: controllers/wdt_functions.php:733 controllers/wdt_functions.php:794
81
  msgid "Content"
82
  msgstr ""
83
 
84
+ #: controllers/wdt_functions.php:739
85
  msgid "wpDataTable"
86
  msgstr ""
87
 
88
+ #: controllers/wdt_functions.php:743
89
  msgid "Choose the wpDataTable from a dropdown"
90
  msgstr ""
91
 
92
+ #: controllers/wdt_functions.php:748
93
  msgid "Table view"
94
  msgstr ""
95
 
96
+ #: controllers/wdt_functions.php:752
97
  msgid "Regular wpDataTable"
98
  msgstr ""
99
 
100
+ #: controllers/wdt_functions.php:754
101
  msgid "Excel-like table"
102
  msgstr ""
103
 
104
+ #: controllers/wdt_functions.php:760
105
  msgid "Variable placeholder #1"
106
  msgstr ""
107
 
108
+ #: controllers/wdt_functions.php:763 controllers/wdt_functions.php:771
109
+ #: controllers/wdt_functions.php:779
110
  msgid "Variables"
111
  msgstr ""
112
 
113
+ #: controllers/wdt_functions.php:764
114
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
115
  msgstr ""
116
 
117
+ #: controllers/wdt_functions.php:768
118
  msgid "Variable placeholder #2"
119
  msgstr ""
120
 
121
+ #: controllers/wdt_functions.php:772
122
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
123
  msgstr ""
124
 
125
+ #: controllers/wdt_functions.php:776
126
  msgid "Variable placeholder #3"
127
  msgstr ""
128
 
129
+ #: controllers/wdt_functions.php:780
130
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
131
  msgstr ""
132
 
133
+ #: controllers/wdt_functions.php:793
134
  msgid "Google or Highcharts chart based on a wpDataTable"
135
  msgstr ""
136
 
137
+ #: controllers/wdt_functions.php:800
138
  msgid "wpDataChart"
139
  msgstr ""
140
 
141
+ #: controllers/wdt_functions.php:804
142
  msgid "Choose one of wpDataCharts from the list"
143
  msgstr ""
144
 
145
+ #: source/class.wdtbrowsechartstable.php:137
146
+ #: source/class.wdtbrowsechartstable.php:151
147
+ #: source/class.wdtbrowsetable.php:170 source/class.wdtbrowsetable.php:191
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  msgid "Configure"
149
  msgstr ""
150
 
151
+ #: source/class.wdtbrowsechartstable.php:138
152
+ #: source/class.wdtbrowsechartstable.php:152
153
+ #: source/class.wdtbrowsetable.php:172 source/class.wdtbrowsetable.php:192
154
+ #: templates/common/delete_modal.inc.php:41 templates/edit_table.inc.php:15
155
  msgid "Delete"
156
  msgstr ""
157
 
158
+ #: source/class.wdtbrowsechartstable.php:188
159
+ #: source/class.wdtbrowsechartstable.php:278
160
  msgid "Column Chart"
161
  msgstr ""
162
 
163
+ #: source/class.wdtbrowsechartstable.php:191
164
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
165
+ #: templates/chart_wizard.inc.php:91
166
  msgid "Histogram"
167
  msgstr ""
168
 
169
+ #: source/class.wdtbrowsechartstable.php:194
170
  msgid "Bar Chart"
171
  msgstr ""
172
 
173
+ #: source/class.wdtbrowsechartstable.php:197
174
+ #: source/class.wdtbrowsechartstable.php:239
175
+ msgid "Stacked Bar Chart"
176
+ msgstr ""
177
+
178
+ #: source/class.wdtbrowsechartstable.php:200
179
+ #: source/class.wdtbrowsechartstable.php:272
180
  msgid "Area Chart"
181
  msgstr ""
182
 
183
+ #: source/class.wdtbrowsechartstable.php:203
184
  msgid "Stepped Area Chart"
185
  msgstr ""
186
 
187
+ #: source/class.wdtbrowsechartstable.php:206
188
+ #: source/class.wdtbrowsechartstable.php:224
189
+ #: source/class.wdtbrowsechartstable.php:269
190
  msgid "Line Chart"
191
  msgstr ""
192
 
193
+ #: source/class.wdtbrowsechartstable.php:209
194
+ #: source/class.wdtbrowsechartstable.php:248
195
+ #: source/class.wdtbrowsechartstable.php:287
196
  msgid "Pie Chart"
197
  msgstr ""
198
 
199
+ #: source/class.wdtbrowsechartstable.php:212
200
+ #: source/class.wdtbrowsechartstable.php:293
201
  msgid "Bubble Chart"
202
  msgstr ""
203
 
204
+ #: source/class.wdtbrowsechartstable.php:215
205
+ #: source/class.wdtbrowsechartstable.php:254
206
  msgid "Donut Chart"
207
  msgstr ""
208
 
209
+ #: source/class.wdtbrowsechartstable.php:218
210
  msgid "Gauge Chart"
211
  msgstr ""
212
 
213
+ #: source/class.wdtbrowsechartstable.php:221
214
  msgid "Scatter Chart"
215
  msgstr ""
216
 
217
+ #: source/class.wdtbrowsechartstable.php:227
218
  msgid "Spline Chart"
219
  msgstr ""
220
 
221
+ #: source/class.wdtbrowsechartstable.php:230
222
  msgid "Basic Area Chart"
223
  msgstr ""
224
 
225
+ #: source/class.wdtbrowsechartstable.php:233
226
+ #: source/class.wdtbrowsechartstable.php:275
227
  msgid "Stacked Area Chart"
228
  msgstr ""
229
 
230
+ #: source/class.wdtbrowsechartstable.php:236
231
  msgid "Basic Bar Chart"
232
  msgstr ""
233
 
234
+ #: source/class.wdtbrowsechartstable.php:242
 
 
 
 
235
  msgid "Basic Column Chart"
236
  msgstr ""
237
 
238
+ #: source/class.wdtbrowsechartstable.php:245
239
  msgid "Stacked Column Chart"
240
  msgstr ""
241
 
242
+ #: source/class.wdtbrowsechartstable.php:251
243
  msgid "Pie With Gradient Chart"
244
  msgstr ""
245
 
246
+ #: source/class.wdtbrowsechartstable.php:257
247
  msgid "Scatter Plot"
248
  msgstr ""
249
 
250
+ #: source/class.wdtbrowsechartstable.php:260
251
  msgid "3D Column Chart"
252
  msgstr ""
253
 
254
+ #: source/class.wdtbrowsechartstable.php:263
255
  msgid "3D Pie Chart"
256
  msgstr ""
257
 
258
+ #: source/class.wdtbrowsechartstable.php:266
259
  msgid "3D Donut Chart"
260
  msgstr ""
261
 
262
+ #: source/class.wdtbrowsechartstable.php:281
263
  msgid "Radar Chart"
264
  msgstr ""
265
 
266
+ #: source/class.wdtbrowsechartstable.php:284
267
  msgid "Polar Area Chart"
268
  msgstr ""
269
 
270
+ #: source/class.wdtbrowsechartstable.php:290
271
  msgid "Doughnut Chart"
272
  msgstr ""
273
 
274
+ #: source/class.wdtbrowsechartstable.php:305
275
  msgid "Google"
276
  msgstr ""
277
 
278
+ #: source/class.wdtbrowsechartstable.php:308
279
  msgid "Highcharts"
280
  msgstr ""
281
 
282
+ #: source/class.wdtbrowsechartstable.php:311
283
  msgid "Chart.js"
284
  msgstr ""
285
 
286
+ #: source/class.wdtbrowsechartstable.php:375
287
+ #: source/class.wdtbrowsetable.php:272
 
 
288
  msgid "Select All"
289
  msgstr ""
290
 
291
+ #: source/class.wdtbrowsechartstable.php:427
292
  msgid "No wpDataCharts in the system yet."
293
  msgstr ""
294
 
295
+ #: source/class.wdtbrowsetable.php:163
296
+ #: templates/admin/browse/table/duplicate_modal.inc.php:63
297
  msgid "Duplicate"
298
  msgstr ""
299
 
300
+ #: source/class.wdtbrowsetable.php:165 templates/edit_table.inc.php:99
301
  msgid "Edit data"
302
  msgstr ""
303
 
304
+ #: source/class.wdtbrowsetable.php:167
305
  msgid "Edit in Excel-like editor"
306
  msgstr ""
307
 
308
+ #: source/class.wdtbrowsetable.php:209
309
  msgid "MySQL"
310
  msgstr ""
311
 
312
+ #: source/class.wdtbrowsetable.php:212
313
  msgid "Manual"
314
  msgstr ""
315
 
316
+ #: source/class.wdtbrowsetable.php:215 source/class.wpdatatable.php:1892
317
+ #: source/class.wpdatatable.php:1961
318
+ #: templates/admin/table-settings/table_settings_block.inc.php:954
319
  msgid "Excel"
320
  msgstr ""
321
 
322
+ #: source/class.wdtbrowsetable.php:218 source/class.wpdatatable.php:1901
323
+ #: source/class.wpdatatable.php:1971
324
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
325
  msgid "CSV"
326
  msgstr ""
327
 
328
+ #: source/class.wdtbrowsetable.php:221
329
  msgid "XML"
330
  msgstr ""
331
 
332
+ #: source/class.wdtbrowsetable.php:224
333
  msgid "JSON"
334
  msgstr ""
335
 
336
+ #: source/class.wdtbrowsetable.php:227
337
+ #: templates/admin/table-settings/table_settings_block.inc.php:113
338
+ #: templates/edit_table.inc.php:91
339
  msgid "Serialized PHP array"
340
  msgstr ""
341
 
342
+ #: source/class.wdtbrowsetable.php:230 templates/edit_table.inc.php:88
343
  msgid "Google spreadsheet"
344
  msgstr ""
345
 
346
+ #: source/class.wdtbrowsetable.php:237
347
+ msgid "Unknown"
348
+ msgstr ""
349
+
350
+ #: source/class.wdtbrowsetable.php:347
351
  msgid "No wpDataTables in the system yet."
352
  msgstr ""
353
 
354
+ #: source/class.wdtconfigcontroller.php:139
355
  msgid "There was an error trying to fetch the table data: "
356
  msgstr ""
357
 
358
+ #: source/class.wdtconfigcontroller.php:449
359
+ msgid "Table in data source has no rows."
360
+ msgstr ""
361
+
362
+ #: source/class.wdttools.php:16
363
  msgid "One line string"
364
  msgstr ""
365
 
366
+ #: source/class.wdttools.php:17
 
367
  msgid "Multi-line string"
368
  msgstr ""
369
 
370
+ #: source/class.wdttools.php:18
 
371
  msgid "One-line selectbox"
372
  msgstr ""
373
 
374
+ #: source/class.wdttools.php:19
 
375
  msgid "Multi-line selectbox"
376
  msgstr ""
377
 
378
+ #: source/class.wdttools.php:20
379
+ #: templates/admin/table-settings/column_settings_panel.inc.php:361
 
380
  msgid "Integer"
381
  msgstr ""
382
 
383
+ #: source/class.wdttools.php:21
384
+ #: templates/admin/table-settings/column_settings_panel.inc.php:362
 
385
  msgid "Float"
386
  msgstr ""
387
 
388
+ #: source/class.wdttools.php:22
389
+ #: templates/admin/table-settings/column_settings_panel.inc.php:363
390
+ #: templates/admin/table-settings/column_settings_panel.inc.php:988
 
391
  msgid "Date"
392
  msgstr ""
393
 
394
+ #: source/class.wdttools.php:23
395
+ #: templates/admin/table-settings/column_settings_panel.inc.php:989
 
396
  msgid "Datetime"
397
  msgstr ""
398
 
399
+ #: source/class.wdttools.php:24
400
+ #: templates/admin/table-settings/column_settings_panel.inc.php:365
401
+ #: templates/admin/table-settings/column_settings_panel.inc.php:990
 
402
  msgid "Time"
403
  msgstr ""
404
 
405
+ #: source/class.wdttools.php:25
 
406
  msgid "URL Link"
407
  msgstr ""
408
 
409
+ #: source/class.wdttools.php:26
 
410
  msgid "E-mail"
411
  msgstr ""
412
 
413
+ #: source/class.wdttools.php:27
414
+ #: templates/admin/table-settings/column_settings_panel.inc.php:368
 
415
  msgid "Image"
416
  msgstr ""
417
 
418
+ #: source/class.wdttools.php:28
419
+ #: templates/admin/table-settings/column_settings_panel.inc.php:993
 
420
  msgid "Attachment"
421
  msgstr ""
422
 
423
+ #: source/class.wdttools.php:155
424
  msgid ""
425
  "wpDataTables was unable to read your Google Spreadsheet, probably it is not "
426
  "published correctly. <br/> You can publish it by going to <b>File -> Publish "
427
  "to the web</b> "
428
  msgstr ""
429
 
430
+ #: source/class.wdttools.php:288
431
  msgid "Back to date"
432
  msgstr ""
433
 
434
+ #: source/class.wdttools.php:289
435
  msgid "Browse"
436
  msgstr ""
437
 
438
+ #: source/class.wdttools.php:290
439
+ #: templates/admin/browse/table/duplicate_modal.inc.php:60
440
+ #: templates/admin/common/close_modal.inc.php:36
441
+ #: templates/admin/constructor/constructor.inc.php:30
442
+ #: templates/admin/settings/settings.inc.php:28
443
+ #: templates/admin/table-settings/add_column_modal.inc.php:125
444
+ #: templates/admin/table-settings/column_settings_panel.inc.php:27
445
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1098
446
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:89
447
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
448
+ #: templates/admin/table-settings/remove_column_modal.inc.php:80
449
+ #: templates/admin/table-settings/table_preview_block.inc.php:73
450
+ #: templates/admin/table-settings/table_settings_block.inc.php:42
451
+ #: templates/admin/table-settings/table_settings_block.inc.php:1125
452
+ #: templates/common/delete_modal.inc.php:38
 
 
453
  msgid "Cancel"
454
  msgstr ""
455
 
456
+ #: source/class.wdttools.php:291
457
  msgid " field cannot be empty!"
458
  msgstr ""
459
 
460
+ #: source/class.wdttools.php:292
461
  msgid "Use selected file"
462
  msgstr ""
463
 
464
+ #: source/class.wdttools.php:293
465
  msgid "Choose file"
466
  msgstr ""
467
 
468
+ #: source/class.wdttools.php:294 templates/admin/common/error_modal.inc.php:23
469
+ #: templates/admin/table-settings/columns_list_modal.inc.php:27
470
+ #: templates/admin/table-settings/foreign_key_config.inc.php:95
471
+ #: templates/edit_table.inc.php:36 templates/edit_table.inc.php:418
472
+ #: templates/edit_table.inc.php:439 templates/edit_table.inc.php:462
473
  msgid "Close"
474
  msgstr ""
475
 
476
+ #: source/class.wdttools.php:295
477
  msgid "Column has been added!"
478
  msgstr ""
479
 
480
+ #: source/class.wdttools.php:296
481
  msgid "Column header cannot be empty!"
482
  msgstr ""
483
 
484
+ #: source/class.wdttools.php:297
485
  msgid "Please confirm column deletion!"
486
  msgstr ""
487
 
488
+ #: source/class.wdttools.php:298
489
  msgid "Column has been removed!"
490
  msgstr ""
491
 
492
+ #: source/class.wdttools.php:299
493
  msgid "Please select columns that you want to use in table"
494
  msgstr ""
495
 
496
+ #: source/class.wdttools.php:300 source/class.wpdatatable.php:1910
497
+ #: source/class.wpdatatable.php:1981
498
+ #: templates/admin/table-settings/table_settings_block.inc.php:956
499
  msgid "Copy"
500
  msgstr ""
501
 
502
+ #: source/class.wdttools.php:301
503
  msgid "There was an error trying to insert a new row!"
504
  msgstr ""
505
 
506
+ #: source/class.wdttools.php:302
507
  msgid "Data has been saved!"
508
  msgstr ""
509
 
510
+ #: source/class.wdttools.php:303
511
  msgid "detach"
512
  msgstr ""
513
 
514
+ #: source/class.wdttools.php:304 templates/settings.inc.php:553
515
+ #: templates/settings.inc.php:627
516
  msgid "Error!"
517
  msgstr ""
518
 
519
+ #: source/class.wdttools.php:305
520
  msgid "Please upload or choose a file from Media Library!"
521
  msgstr ""
522
 
523
+ #: source/class.wdttools.php:306
524
  msgid "From"
525
  msgstr ""
526
 
527
+ #: source/class.wdttools.php:307
528
  msgid "Please provide a valid e-mail address for field"
529
  msgstr ""
530
 
531
+ #: source/class.wdttools.php:308
532
  msgid "Please provide a valid URL link for field"
533
  msgstr ""
534
 
535
+ #: source/class.wdttools.php:309
536
  msgid "You have entered invalid value. Press ESC to cancel."
537
  msgstr ""
538
 
539
+ #: source/class.wdttools.php:310 source/class.wdttools.php:336
540
  msgid "Show _MENU_ entries"
541
  msgstr ""
542
 
543
+ #: source/class.wdttools.php:311
544
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
545
  msgid "Merge"
546
  msgstr ""
547
 
548
+ #: source/class.wdttools.php:312
549
  msgid "New column"
550
  msgstr ""
551
 
552
+ #: source/class.wdttools.php:314
553
  msgid ": activate to sort column ascending"
554
  msgstr ""
555
 
556
+ #: source/class.wdttools.php:315
557
  msgid ": activate to sort column descending"
558
  msgstr ""
559
 
560
+ #: source/class.wdttools.php:317
561
  msgid "Ok"
562
  msgstr ""
563
 
564
+ #: source/class.wdttools.php:319
565
  msgid "First"
566
  msgstr ""
567
 
568
+ #: source/class.wdttools.php:320
569
  msgid "Last"
570
  msgstr ""
571
 
572
+ #: source/class.wdttools.php:321
573
  msgid "Next"
574
  msgstr ""
575
 
576
+ #: source/class.wdttools.php:322
577
  msgid "Previous"
578
  msgstr ""
579
 
580
+ #: source/class.wdttools.php:324
581
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
582
  msgid "Replace"
583
  msgstr ""
584
 
585
+ #: source/class.wdttools.php:325
586
  msgid "Row has been deleted!"
587
  msgstr ""
588
 
589
+ #: source/class.wdttools.php:326
590
  msgid "Select a file to use in table"
591
  msgstr ""
592
 
593
+ #: source/class.wdttools.php:327
594
  msgid "Select an Excel or CSV file"
595
  msgstr ""
596
 
597
+ #: source/class.wdttools.php:328
598
  msgid "No data available in table"
599
  msgstr ""
600
 
601
+ #: source/class.wdttools.php:329
602
  msgid "Plugin settings saved successfully"
603
  msgstr ""
604
 
605
+ #: source/class.wdttools.php:330
606
  msgid "Shortcode has been copied to the clipboard."
607
  msgstr ""
608
 
609
+ #: source/class.wdttools.php:331
610
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
611
  msgstr ""
612
 
613
+ #: source/class.wdttools.php:332
614
  msgid "Showing 0 to 0 of 0 entries"
615
  msgstr ""
616
 
617
+ #: source/class.wdttools.php:333
618
  msgid "(filtered from _MAX_ total entries)"
619
  msgstr ""
620
 
621
+ #: source/class.wdttools.php:335
622
  msgid ","
623
  msgstr ""
624
 
625
+ #: source/class.wdttools.php:337
626
  msgid "Loading..."
627
  msgstr ""
628
 
629
+ #: source/class.wdttools.php:338
630
  msgid "Processing..."
631
  msgstr ""
632
 
633
+ #: source/class.wdttools.php:339
634
  msgid "SQL error"
635
  msgstr ""
636
 
637
+ #: source/class.wdttools.php:340
638
  msgid "Search: "
639
  msgstr ""
640
 
641
+ #: source/class.wdttools.php:341 templates/settings.inc.php:559
642
+ #: templates/settings.inc.php:625
643
  msgid "Success!"
644
  msgstr ""
645
 
646
+ #: source/class.wdttools.php:342
647
  msgid "No matching records found"
648
  msgstr ""
649
 
650
+ #: source/class.wdttools.php:343
651
  msgid "Table saved successfully!"
652
  msgstr ""
653
 
654
+ #: source/class.wdttools.php:344
655
  msgid "To"
656
  msgstr ""
657
 
658
+ #: source/class.wpdatatable.php:1597
659
+ msgid ""
660
+ "You are trying to load a table of an unknown type. Probably you did not "
661
+ "activate the addon which is required to use this table type."
662
  msgstr ""
663
 
664
+ #: source/class.wpdatatable.php:1812
665
+ #: templates/admin/table-settings/column_settings_panel.inc.php:557
666
+ #: templates/admin/table-settings/table_settings_block.inc.php:318
667
+ #: templates/edit_table.inc.php:409
668
+ msgid "All"
669
  msgstr ""
670
 
671
+ #: source/class.wpdatatable.php:1872 source/class.wpdatatable.php:1940
672
+ #: templates/admin/table-settings/columns_list_modal.inc.php:9
673
+ msgid "Columns"
 
 
674
  msgstr ""
675
 
676
+ #: source/class.wpdatatable.php:1882 source/class.wpdatatable.php:1950
677
+ #: templates/admin/table-settings/table_settings_block.inc.php:953
678
+ msgid "Print"
679
  msgstr ""
680
 
681
+ #: source/class.wpdatatable.php:1920 source/class.wpdatatable.php:1992
682
+ #: templates/admin/table-settings/table_settings_block.inc.php:957
683
+ msgid "PDF"
684
  msgstr ""
685
 
686
+ #: source/class.wpdatatable.php:1928
687
+ msgid "Export"
688
  msgstr ""
689
 
690
+ #: source/class.wpdatatable.php:2005
691
+ msgid "Search table"
692
  msgstr ""
693
 
694
+ #: source/class.wpdatatable.php:2006
695
+ msgid "Showing _MENU_ Entries"
696
  msgstr ""
697
 
698
+ #: templates/addons.inc.php:8 templates/browse.inc.php:8
699
+ #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
700
+ #: templates/constructor.inc.php:14 templates/edit_table.inc.php:11
701
+ #: templates/settings.inc.php:12
702
+ msgid "Please refer to"
703
  msgstr ""
704
 
705
+ #: templates/addons.inc.php:8 templates/browse.inc.php:8
706
+ msgid "wpDataTables documentation"
 
707
  msgstr ""
708
 
709
+ #: templates/addons.inc.php:8 templates/browse.inc.php:8
710
+ #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
711
+ #: templates/settings.inc.php:12
712
+ msgid "if you have some questions or problems with the plugin."
713
  msgstr ""
714
 
715
+ #: templates/addons.inc.php:10
716
+ msgid "wpDataTables Addons"
 
717
  msgstr ""
718
 
719
+ #: templates/addons.inc.php:12 templates/admin/addons/addons.inc.php:33
720
+ msgid ""
721
+ "While wpDataTables itself provides quite a large amount of features and "
722
+ "unlimited customisation flexibility, you can achieve even more with our "
723
+ "premium addons. Each addon brings you some unique extension to the core "
724
+ "functionality. There will be more addons developed over time by wpDataTables "
725
+ "creators and 3rd party developers, so stay tuned."
726
  msgstr ""
727
 
728
+ #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:65
729
+ msgid "Report Builder"
730
  msgstr ""
731
 
732
+ #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:66
733
+ msgid ""
734
+ "A unique tool that allows you to generate almost any Word DOCX and Excel "
735
+ "XLSX documents filled in with actual data from your database."
736
+ msgstr ""
737
+
738
+ #: templates/addons.inc.php:24
739
+ msgid "Find out more"
740
  msgstr ""
741
 
742
  #: templates/admin/addons/addons.inc.php:22
743
+ msgid "Addons for the plugin"
744
+ msgstr ""
745
+
746
+ #: templates/admin/addons/addons.inc.php:24
747
  msgid "Unique extensions for wpDataTables"
748
  msgstr ""
749
 
750
+ #: templates/admin/addons/addons.inc.php:32
751
  msgid "About Addons"
752
  msgstr ""
753
 
754
+ #: templates/admin/addons/addons.inc.php:45
755
+ msgid "Powerful Filters for wpDataTables"
756
+ msgstr ""
757
+
758
+ #: templates/admin/addons/addons.inc.php:46
759
  msgid ""
760
+ "An add-on for wpDataTables that provides powerful filtering features: "
761
+ "cascade filtering, applying filters on button click, show only filter "
762
+ "without the table before user defines the search values."
 
 
763
  msgstr ""
764
 
765
+ #: templates/admin/addons/addons.inc.php:51
766
+ #: templates/admin/addons/addons.inc.php:71
767
+ #: templates/admin/addons/addons.inc.php:91
768
+ #: templates/admin/addons/addons.inc.php:111
769
+ msgid "Find out more "
770
+ msgstr ""
771
+
772
+ #: templates/admin/addons/addons.inc.php:85
773
+ msgid "Gravity Forms integration for wpDataTables"
774
  msgstr ""
775
 
776
+ #: templates/admin/addons/addons.inc.php:86
777
  msgid ""
778
+ "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
779
+ "wpDataTables from Gravity Forms entries data."
780
  msgstr ""
781
 
782
+ #: templates/admin/addons/addons.inc.php:105
783
+ msgid "Formidable Forms integration for wpDataTables"
784
  msgstr ""
785
 
786
+ #: templates/admin/addons/addons.inc.php:106
787
+ msgid ""
788
+ "Tool that adds \"Formidable Form\" as a new table type and allows you to "
789
+ "create wpDataTables from Formidable Forms entries data."
790
+ msgstr ""
791
+
792
+ #: templates/admin/browse/bulk_actions.inc.php:5
793
  msgid "Bulk Actions"
794
  msgstr ""
795
 
796
+ #: templates/admin/browse/bulk_actions.inc.php:15
797
  msgid "APPLY"
798
  msgstr ""
799
 
800
+ #: templates/admin/browse/chart/browse.inc.php:25
801
  msgid "wpDataCharts browse"
802
  msgstr ""
803
 
804
+ #: templates/admin/browse/chart/browse.inc.php:32
805
+ #: templates/admin/browse/table/browse.inc.php:32
806
  msgid "Add New"
807
  msgstr ""
808
 
809
+ #: templates/admin/browse/table/browse.inc.php:25
810
  msgid "wpDataTables browse"
811
  msgstr ""
812
 
813
+ #: templates/admin/browse/table/duplicate_modal.inc.php:18
814
+ #: templates/browse.inc.php:56
815
  msgid "Duplicate table"
816
  msgstr ""
817
 
818
+ #: templates/admin/browse/table/duplicate_modal.inc.php:27
819
+ #: templates/browse.inc.php:19
820
  msgid "New table title"
821
  msgstr ""
822
 
823
+ #: templates/admin/browse/table/duplicate_modal.inc.php:39
824
  msgid "Duplicate database table"
825
  msgstr ""
826
 
827
+ #: templates/admin/browse/table/duplicate_modal.inc.php:43
828
  msgid "Unchecked"
829
  msgstr ""
830
 
831
+ #: templates/admin/browse/table/duplicate_modal.inc.php:43
832
  msgid ""
833
  "will create exact copy of this table which means that all changes made in "
834
  "one table will be reflected in all copies."
835
  msgstr ""
836
 
837
+ #: templates/admin/browse/table/duplicate_modal.inc.php:43
838
  msgid "Checked"
839
  msgstr ""
840
 
841
+ #: templates/admin/browse/table/duplicate_modal.inc.php:43
842
  msgid ""
843
  "will create separate database table so changing one table won't affect other "
844
  "copies."
845
  msgstr ""
846
 
847
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:37
848
+ #: templates/chart_wizard.inc.php:26
849
  msgid "Chart Creation Wizard"
850
  msgstr ""
851
 
852
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:57
853
+ #: templates/chart_wizard.inc.php:32
854
  msgid "Chart title & type"
855
  msgstr ""
856
 
857
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:59
858
+ #: templates/admin/table-settings/table_settings_block.inc.php:61
859
+ #: templates/chart_wizard.inc.php:36
860
  msgid "Data source"
861
  msgstr ""
862
 
863
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:61
864
+ #: templates/chart_wizard.inc.php:40
865
  msgid "Data range"
866
  msgstr ""
867
 
868
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:63
869
  msgid "Formatting and preview"
870
  msgstr ""
871
 
872
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:65
873
+ #: templates/chart_wizard.inc.php:52
874
  msgid "Save and get shortcode"
875
  msgstr ""
876
 
877
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:83
878
  msgid "Finish"
879
  msgstr ""
880
 
881
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:86
882
+ #: templates/admin/constructor/constructor.inc.php:60
883
  msgid "Next "
884
  msgstr ""
885
 
886
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:88
887
+ #: templates/admin/constructor/constructor.inc.php:62
888
  msgid " Previous"
889
  msgstr ""
890
 
891
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
892
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
893
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
894
+ #: templates/chart_wizard.inc.php:95 templates/chart_wizard.inc.php:108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
895
  msgid "Line chart"
896
  msgstr ""
897
 
898
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
899
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
900
+ #: templates/chart_wizard.inc.php:93
901
  msgid "Area chart"
902
  msgstr ""
903
 
904
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
905
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
906
+ #: templates/chart_wizard.inc.php:110
907
  msgid "Stacked area chart"
908
  msgstr ""
909
 
910
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
911
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:49
912
+ #: templates/chart_wizard.inc.php:90
913
  msgid "Column chart"
914
  msgstr ""
915
 
916
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
917
  msgid "Radar chart"
918
  msgstr ""
919
 
920
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
921
  msgid "Polar area chart"
922
  msgstr ""
923
 
924
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
925
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
926
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
927
+ #: templates/chart_wizard.inc.php:96 templates/chart_wizard.inc.php:115
928
  msgid "Pie chart"
929
  msgstr ""
930
 
931
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
932
  msgid "Doughnut chart"
933
  msgstr ""
934
 
935
+ #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
936
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
937
+ #: templates/chart_wizard.inc.php:97
938
  msgid "Bubble chart"
939
  msgstr ""
940
 
941
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
942
+ #: templates/chart_wizard.inc.php:94
943
  msgid "Stepped area chart"
944
  msgstr ""
945
 
946
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
947
+ #: templates/chart_wizard.inc.php:92
948
  msgid "Bar chart"
949
  msgstr ""
950
 
951
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
952
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
953
+ #: templates/chart_wizard.inc.php:112
954
+ msgid "Stacked bar chart"
955
+ msgstr ""
956
+
957
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
958
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
959
+ #: templates/chart_wizard.inc.php:98 templates/chart_wizard.inc.php:117
960
  msgid "Donut chart"
961
  msgstr ""
962
 
963
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
964
+ #: templates/chart_wizard.inc.php:99
965
  msgid "Gauge chart"
966
  msgstr ""
967
 
968
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
969
+ #: templates/chart_wizard.inc.php:100
970
  msgid "Scatter chart"
971
  msgstr ""
972
 
973
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
974
  msgid "Spline chart"
975
  msgstr ""
976
 
977
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
978
+ #: templates/chart_wizard.inc.php:109
979
  msgid "Basic area chart"
980
  msgstr ""
981
 
982
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
983
+ #: templates/chart_wizard.inc.php:111
984
  msgid "Basic bar chart"
985
  msgstr ""
986
 
987
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
988
+ #: templates/chart_wizard.inc.php:113
 
 
 
989
  msgid "Basic column chart"
990
  msgstr ""
991
 
992
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
993
+ #: templates/chart_wizard.inc.php:114
994
  msgid "Stacked column chart"
995
  msgstr ""
996
 
997
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
998
+ #: templates/chart_wizard.inc.php:116
999
  msgid "Pie with gradient chart"
1000
  msgstr ""
1001
 
1002
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
1003
+ #: templates/chart_wizard.inc.php:118
1004
  msgid "Scatter plot"
1005
  msgstr ""
1006
 
1007
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
1008
+ #: templates/chart_wizard.inc.php:119
1009
  msgid "3D column chart"
1010
  msgstr ""
1011
 
1012
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
1013
+ #: templates/chart_wizard.inc.php:120
1014
  msgid "3D pie chart"
1015
  msgstr ""
1016
 
1017
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
1018
+ #: templates/chart_wizard.inc.php:121
1019
  msgid "3D donut chart"
1020
  msgstr ""
1021
 
1022
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
1023
+ msgid "Treemap chart"
1024
+ msgstr ""
1025
+
1026
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
1027
+ msgid "Treemap level chart"
1028
+ msgstr ""
1029
+
1030
+ #: templates/admin/chart_wizard/steps/step1.inc.php:13
1031
+ #: templates/chart_wizard.inc.php:65
1032
  msgid "Chart name"
1033
  msgstr ""
1034
 
1035
+ #: templates/admin/chart_wizard/steps/step1.inc.php:15
1036
  msgid "Please define the title of the chart that you will use to identify it"
1037
  msgstr ""
1038
 
1039
+ #: templates/admin/chart_wizard/steps/step1.inc.php:22
1040
+ #: templates/chart_wizard.inc.php:69
1041
  msgid "New wpDataTable Chart"
1042
  msgstr ""
1043
 
1044
+ #: templates/admin/chart_wizard/steps/step1.inc.php:33
1045
+ #: templates/chart_wizard.inc.php:75
1046
  msgid "Chart render engine"
1047
  msgstr ""
1048
 
1049
+ #: templates/admin/chart_wizard/steps/step1.inc.php:36
1050
+ #: templates/chart_wizard.inc.php:76
1051
  msgid "Please choose the render engine."
1052
  msgstr ""
1053
 
1054
+ #: templates/admin/chart_wizard/steps/step1.inc.php:36
1055
+ #: templates/chart_wizard.inc.php:76
1056
  msgid ""
1057
  "Please note that HighCharts license is NOT included with wpDataTables and "
1058
  "you must purchase the license separately on"
1059
  msgstr ""
1060
 
1061
+ #: templates/admin/chart_wizard/steps/step1.inc.php:42
1062
+ #: templates/chart_wizard.inc.php:80
1063
  msgid "Pick the render engine"
1064
  msgstr ""
1065
 
1066
+ #: templates/admin/common/close_modal.inc.php:17
1067
+ #: templates/common/delete_modal.inc.php:19
1068
+ msgid "Are you sure?"
1069
  msgstr ""
1070
 
1071
+ #: templates/admin/common/close_modal.inc.php:26
1072
+ msgid "There is no undo! You will be redirected to wpDataTables page."
 
1073
  msgstr ""
1074
 
1075
+ #: templates/admin/common/close_modal.inc.php:38
1076
+ msgid "Yes"
1077
  msgstr ""
1078
 
1079
+ #: templates/admin/common/error_modal.inc.php:16
1080
+ #: templates/common/error.inc.php:3
1081
+ msgid "Error"
1082
  msgstr ""
1083
 
1084
+ #: templates/admin/constructor/constructor.inc.php:25
1085
+ #: templates/constructor.inc.php:21
1086
+ msgid "Table Creation Wizard"
 
 
1087
  msgstr ""
1088
 
1089
+ #: templates/admin/constructor/constructor.inc.php:53
1090
+ msgid "Open in standard editor"
1091
  msgstr ""
1092
 
1093
+ #: templates/admin/constructor/constructor.inc.php:55
1094
+ msgid "Open in Excel-like editor"
1095
  msgstr ""
1096
 
1097
+ #: templates/admin/constructor/constructor.inc.php:65
1098
+ #: templates/admin/table-settings/column_settings_panel.inc.php:20
1099
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1093
1100
+ #: templates/admin/table-settings/table_preview_block.inc.php:68
1101
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
1102
+ msgid "Documentation"
1103
  msgstr ""
1104
 
1105
+ #: templates/admin/constructor/steps/constructor_1.inc.php:5
1106
+ #: templates/constructor.inc.php:29
1107
+ msgid "Choose what kind of table would you like to construct"
1108
  msgstr ""
1109
 
1110
+ #: templates/admin/constructor/steps/constructor_1.inc.php:18
1111
+ msgid "Create a table linked to an existing data source"
1112
  msgstr ""
1113
 
1114
+ #: templates/admin/constructor/steps/constructor_1.inc.php:20
1115
  msgid ""
1116
+ "(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP "
1117
+ "array). Data will be read from the source every time on page load. Only "
1118
+ "MySQL-based tables can be made editable."
1119
  msgstr ""
1120
 
1121
+ #: templates/admin/constructor/steps/constructor_1.inc.php:32
1122
+ msgid "Create a table manually"
1123
  msgstr ""
1124
 
1125
+ #: templates/admin/constructor/steps/constructor_1.inc.php:33
1126
+ msgid ""
1127
+ "Define the number and type of columns, and fill in the data manually in WP "
1128
+ "admin. Table will be stored in MySQL and can be edited from WP admin, or "
1129
+ "made front-end editable."
1130
  msgstr ""
1131
 
1132
+ #: templates/admin/constructor/steps/constructor_1.inc.php:46
1133
+ msgid "Create a table by importing data from data source"
1134
  msgstr ""
1135
 
1136
+ #: templates/admin/constructor/steps/constructor_1.inc.php:48
1137
  msgid ""
1138
+ "(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table "
1139
+ "can be edited in WP admin, or made front-end editable."
 
1140
  msgstr ""
1141
 
1142
+ #: templates/admin/constructor/steps/constructor_1.inc.php:61
1143
+ msgid "Generate a query to WordPress database"
1144
  msgstr ""
1145
 
1146
+ #: templates/admin/constructor/steps/constructor_1.inc.php:62
1147
+ msgid ""
1148
+ "Create a MySQL-query-based table by generating a query to WordPress database "
1149
+ "(posts, taxonomies, postmeta) with a GUI tool."
1150
  msgstr ""
1151
 
1152
+ #: templates/admin/constructor/steps/constructor_1.inc.php:75
1153
+ msgid "Generate a query to MySQL database"
1154
  msgstr ""
1155
 
1156
+ #: templates/admin/constructor/steps/constructor_1.inc.php:76
1157
  msgid ""
1158
+ "Create a MySQL-query-based table by generating a query to any custom MySQL "
1159
+ "database with a GUI tool."
 
1160
  msgstr ""
1161
 
1162
+ #: templates/admin/settings/settings.inc.php:22
1163
+ #: templates/admin/settings/settings.inc.php:23
1164
+ msgid "Settings for the plugin"
1165
  msgstr ""
1166
 
1167
+ #: templates/admin/settings/settings.inc.php:34
1168
+ #: templates/admin/table-settings/column_settings_panel.inc.php:33
1169
+ #: templates/admin/table-settings/columns_list_modal.inc.php:31
1170
+ #: templates/admin/table-settings/foreign_key_config.inc.php:99
1171
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:93
1172
+ #: templates/admin/table-settings/table_settings_block.inc.php:49
1173
+ #: templates/edit_table.inc.php:34 templates/edit_table.inc.php:416
1174
+ #: templates/edit_table.inc.php:435 templates/edit_table.inc.php:458
1175
+ msgid "Save"
1176
  msgstr ""
1177
 
1178
+ #: templates/admin/settings/settings.inc.php:46 templates/settings.inc.php:18
1179
+ #: templates/settings.inc.php:26
1180
+ msgid "Main settings"
1181
  msgstr ""
1182
 
1183
+ #: templates/admin/settings/settings.inc.php:51
1184
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:15
1185
+ msgid "Separate DB connection"
1186
  msgstr ""
1187
 
1188
+ #: templates/admin/settings/settings.inc.php:56 templates/settings.inc.php:19
1189
+ #: templates/settings.inc.php:204
1190
+ msgid "Color and font settings"
1191
  msgstr ""
1192
 
1193
+ #: templates/admin/settings/settings.inc.php:60 templates/settings.inc.php:20
1194
+ #: templates/settings.inc.php:446
1195
+ msgid "Custom JS and CSS"
1196
  msgstr ""
1197
 
1198
+ #: templates/admin/settings/settings.inc.php:64
1199
+ msgid "Info"
1200
  msgstr ""
1201
 
1202
+ #: templates/admin/settings/settings.inc.php:94 templates/settings.inc.php:434
1203
+ msgid "Reset colors and fonts to default"
1204
  msgstr ""
1205
 
1206
+ #: templates/admin/settings/settings.inc.php:97
1207
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1101
1208
+ #: templates/admin/table-settings/table_preview_block.inc.php:76
1209
+ #: templates/admin/table-settings/table_settings_block.inc.php:1128
1210
+ msgid "Apply"
1211
  msgstr ""
1212
 
1213
+ #: templates/admin/settings/tabs/color_and_font_settings.php:25
1214
+ msgid "Font"
 
1215
  msgstr ""
1216
 
1217
+ #: templates/admin/settings/tabs/color_and_font_settings.php:27
1218
+ #: templates/settings.inc.php:428
1219
+ msgid ""
1220
+ "This font will be used in rendered tables. Leave blank not to override "
1221
+ "default theme settings"
1222
  msgstr ""
1223
 
1224
+ #: templates/admin/settings/tabs/color_and_font_settings.php:45
1225
+ msgid "Font size"
 
1226
  msgstr ""
1227
 
1228
+ #: templates/admin/settings/tabs/color_and_font_settings.php:47
1229
+ msgid "Define the font size"
 
1230
  msgstr ""
1231
 
1232
+ #: templates/admin/settings/tabs/color_and_font_settings.php:62
1233
+ #: templates/admin/settings/tabs/color_and_font_settings.php:136
1234
+ #: templates/admin/settings/tabs/color_and_font_settings.php:459
1235
+ msgid "Font color"
1236
  msgstr ""
1237
 
1238
+ #: templates/admin/settings/tabs/color_and_font_settings.php:64
1239
+ msgid "This color is used for the main font in table cells."
 
1240
  msgstr ""
1241
 
1242
+ #: templates/admin/settings/tabs/color_and_font_settings.php:97
1243
+ #: templates/admin/settings/tabs/color_and_font_settings.php:420
1244
+ #: templates/admin/settings/tabs/color_and_font_settings.php:647
1245
+ msgid "Background color"
1246
  msgstr ""
1247
 
1248
+ #: templates/admin/settings/tabs/color_and_font_settings.php:99
1249
+ msgid "The color is used for background of the table header."
 
1250
  msgstr ""
1251
 
1252
+ #: templates/admin/settings/tabs/color_and_font_settings.php:116
1253
+ #: templates/admin/settings/tabs/color_and_font_settings.php:439
1254
+ msgid "Border color"
1255
  msgstr ""
1256
 
1257
+ #: templates/admin/settings/tabs/color_and_font_settings.php:118
1258
+ msgid "This color is used for the border in the table header."
1259
  msgstr ""
1260
 
1261
+ #: templates/admin/settings/tabs/color_and_font_settings.php:138
1262
+ msgid "This color is used for the font in the table header."
1263
  msgstr ""
1264
 
1265
+ #: templates/admin/settings/tabs/color_and_font_settings.php:155
1266
+ msgid "Active and hover color\t"
1267
  msgstr ""
1268
 
1269
+ #: templates/admin/settings/tabs/color_and_font_settings.php:157
1270
  msgid ""
1271
+ "This color is used when you hover the mouse above the table header, or when "
1272
+ "you choose a column."
1273
  msgstr ""
1274
 
1275
+ #: templates/admin/settings/tabs/color_and_font_settings.php:191
1276
+ msgid "Inner border"
1277
  msgstr ""
1278
 
1279
+ #: templates/admin/settings/tabs/color_and_font_settings.php:193
1280
+ msgid "This color is used for the inner border in the table between cells."
1281
  msgstr ""
1282
 
1283
+ #: templates/admin/settings/tabs/color_and_font_settings.php:211
1284
+ msgid "Outer border"
1285
  msgstr ""
1286
 
1287
+ #: templates/admin/settings/tabs/color_and_font_settings.php:213
1288
+ msgid "This color is used for the outer border of the whole table body."
1289
  msgstr ""
1290
 
1291
+ #: templates/admin/settings/tabs/color_and_font_settings.php:231
1292
+ msgid "Table borders"
 
 
 
1293
  msgstr ""
1294
 
1295
+ #: templates/admin/settings/tabs/color_and_font_settings.php:233
1296
+ msgid "When this is checked, borders in table will be removed "
1297
  msgstr ""
1298
 
1299
+ #: templates/admin/settings/tabs/color_and_font_settings.php:243
1300
+ msgid "Header border"
 
 
 
 
1301
  msgstr ""
1302
 
1303
+ #: templates/admin/settings/tabs/color_and_font_settings.php:245
1304
+ msgid "When this is checked,borders in header will be removed "
1305
  msgstr ""
1306
 
1307
+ #: templates/admin/settings/tabs/color_and_font_settings.php:271
1308
+ msgid "Even row background"
 
 
1309
  msgstr ""
1310
 
1311
+ #: templates/admin/settings/tabs/color_and_font_settings.php:273
1312
+ msgid "This color is used for for background in even rows."
1313
  msgstr ""
1314
 
1315
+ #: templates/admin/settings/tabs/color_and_font_settings.php:290
1316
+ msgid "Odd row background"
 
 
 
 
1317
  msgstr ""
1318
 
1319
+ #: templates/admin/settings/tabs/color_and_font_settings.php:292
1320
+ msgid "This color is used for for background in odd rows."
1321
  msgstr ""
1322
 
1323
+ #: templates/admin/settings/tabs/color_and_font_settings.php:309
1324
+ msgid "Hover row"
 
 
1325
  msgstr ""
1326
 
1327
+ #: templates/admin/settings/tabs/color_and_font_settings.php:311
1328
+ msgid ""
1329
+ "This color is used for to highlight the row when you hover your mouse above "
1330
+ "it."
1331
  msgstr ""
1332
 
1333
+ #: templates/admin/settings/tabs/color_and_font_settings.php:328
1334
+ msgid "Background for selected rows"
1335
  msgstr ""
1336
 
1337
+ #: templates/admin/settings/tabs/color_and_font_settings.php:330
1338
+ msgid "This color is used for background in selected rows."
1339
  msgstr ""
1340
 
1341
+ #: templates/admin/settings/tabs/color_and_font_settings.php:364
1342
+ msgid "Sorted columns, even rows"
 
1343
  msgstr ""
1344
 
1345
+ #: templates/admin/settings/tabs/color_and_font_settings.php:366
1346
  msgid ""
1347
+ "This color is used for background in cells which are in the active columns "
1348
+ "(columns used for sorting) in even rows."
1349
  msgstr ""
1350
 
1351
+ #: templates/admin/settings/tabs/color_and_font_settings.php:384
1352
+ msgid "Sorted columns, odd rows"
1353
  msgstr ""
1354
 
1355
+ #: templates/admin/settings/tabs/color_and_font_settings.php:386
1356
+ msgid ""
1357
+ "This color is used for background in cells which are in the active columns "
1358
+ "(columns used for sorting) in odd rows."
1359
  msgstr ""
1360
 
1361
+ #: templates/admin/settings/tabs/color_and_font_settings.php:422
1362
+ msgid "This color is used for background in buttons."
1363
  msgstr ""
1364
 
1365
+ #: templates/admin/settings/tabs/color_and_font_settings.php:441
1366
+ msgid "This color is used for border in buttons."
1367
  msgstr ""
1368
 
1369
+ #: templates/admin/settings/tabs/color_and_font_settings.php:461
1370
+ msgid "This color is used for font in buttons."
1371
  msgstr ""
1372
 
1373
+ #: templates/admin/settings/tabs/color_and_font_settings.php:478
1374
+ msgid "Background hover color"
1375
  msgstr ""
1376
 
1377
+ #: templates/admin/settings/tabs/color_and_font_settings.php:480
1378
+ msgid ""
1379
+ "This color will be used for button backgrounds when you hover above them."
1380
  msgstr ""
1381
 
1382
+ #: templates/admin/settings/tabs/color_and_font_settings.php:498
1383
+ msgid "Hover font color"
1384
  msgstr ""
1385
 
1386
+ #: templates/admin/settings/tabs/color_and_font_settings.php:500
1387
+ msgid "This color will be used for buttons font when you hover above them."
1388
  msgstr ""
1389
 
1390
+ #: templates/admin/settings/tabs/color_and_font_settings.php:518
1391
+ #: templates/settings.inc.php:401
1392
+ msgid "Buttons hover border color"
1393
  msgstr ""
1394
 
1395
+ #: templates/admin/settings/tabs/color_and_font_settings.php:520
1396
+ msgid "This color will be used for button borders when you hover above them."
1397
  msgstr ""
1398
 
1399
+ #: templates/admin/settings/tabs/color_and_font_settings.php:538
1400
+ #: templates/settings.inc.php:410
1401
+ msgid "Buttons and inputs border radius (in px)"
1402
  msgstr ""
1403
 
1404
+ #: templates/admin/settings/tabs/color_and_font_settings.php:540
1405
+ #: templates/settings.inc.php:414
1406
+ msgid "This is a border radius for inputs in buttons. Default is 3px."
1407
  msgstr ""
1408
 
1409
+ #: templates/admin/settings/tabs/color_and_font_settings.php:571
1410
+ #: templates/settings.inc.php:374
1411
+ msgid "Modals font color"
1412
  msgstr ""
1413
 
1414
+ #: templates/admin/settings/tabs/color_and_font_settings.php:573
1415
+ msgid ""
1416
+ "This color will be used for wpDataTable popup (filter, datepicker) fonts."
1417
  msgstr ""
1418
 
1419
+ #: templates/admin/settings/tabs/color_and_font_settings.php:591
1420
+ msgid "Modals background"
 
 
 
1421
  msgstr ""
1422
 
1423
+ #: templates/admin/settings/tabs/color_and_font_settings.php:593
1424
+ msgid ""
1425
+ "This color will be used for wpDataTable popup (filter, datepicker) "
1426
+ "background."
1427
  msgstr ""
1428
 
1429
+ #: templates/admin/settings/tabs/color_and_font_settings.php:612
1430
+ msgid "Overlay background"
 
1431
  msgstr ""
1432
 
1433
+ #: templates/admin/settings/tabs/color_and_font_settings.php:614
1434
+ msgid ""
1435
+ "This color will be used for overlay which appears below the plugin popups."
1436
  msgstr ""
1437
 
1438
+ #: templates/admin/settings/tabs/color_and_font_settings.php:649
1439
+ msgid "This color is used for the background of the pagination"
1440
  msgstr ""
1441
 
1442
+ #: templates/admin/settings/tabs/color_and_font_settings.php:667
1443
+ #: templates/edit_table.inc.php:730
1444
+ msgid "Color"
1445
  msgstr ""
1446
 
1447
+ #: templates/admin/settings/tabs/color_and_font_settings.php:669
1448
+ msgid "This color is used for the color of the links in the pagination."
1449
  msgstr ""
1450
 
1451
+ #: templates/admin/settings/tabs/color_and_font_settings.php:687
1452
+ msgid "Current page background color"
1453
  msgstr ""
1454
 
1455
+ #: templates/admin/settings/tabs/color_and_font_settings.php:689
1456
+ msgid "The color is used for background of the current page"
1457
  msgstr ""
1458
 
1459
+ #: templates/admin/settings/tabs/color_and_font_settings.php:706
1460
+ msgid "Current page color"
1461
  msgstr ""
1462
 
1463
+ #: templates/admin/settings/tabs/color_and_font_settings.php:708
1464
+ msgid "This color is used for the color of the current page."
1465
  msgstr ""
1466
 
1467
+ #: templates/admin/settings/tabs/color_and_font_settings.php:726
1468
+ msgid "Other pages hover background color"
 
 
1469
  msgstr ""
1470
 
1471
+ #: templates/admin/settings/tabs/color_and_font_settings.php:728
1472
+ msgid ""
1473
+ "This background color is used when you hover the mouse above the other pages"
1474
  msgstr ""
1475
 
1476
+ #: templates/admin/settings/tabs/color_and_font_settings.php:745
1477
+ msgid "Other pages hover color"
1478
  msgstr ""
1479
 
1480
+ #: templates/admin/settings/tabs/color_and_font_settings.php:747
1481
+ msgid "This color is used when you hover the mouse above the other pages."
 
 
1482
  msgstr ""
1483
 
1484
+ #: templates/admin/settings/tabs/custom_js_and_css.php:15
1485
+ #: templates/settings.inc.php:454
1486
+ msgid "Custom wpDataTables JS"
1487
  msgstr ""
1488
 
1489
+ #: templates/admin/settings/tabs/custom_js_and_css.php:17
1490
+ msgid ""
1491
+ "This JS will be inserted as an inline script block on every page that has a "
1492
+ "wpDataTable."
1493
  msgstr ""
1494
 
1495
+ #: templates/admin/settings/tabs/custom_js_and_css.php:30
1496
+ #: templates/settings.inc.php:463
1497
+ msgid "Custom wpDataTables CSS"
1498
  msgstr ""
1499
 
1500
+ #: templates/admin/settings/tabs/custom_js_and_css.php:32
1501
  msgid ""
1502
+ "This CSS will be inserted as an inline style block on every page that has a "
1503
+ "wpDataTable."
1504
  msgstr ""
1505
 
1506
+ #: templates/admin/settings/tabs/custom_js_and_css.php:45
1507
+ msgid "Use minified wpDataTables Javascript "
1508
  msgstr ""
1509
 
1510
+ #: templates/admin/settings/tabs/main_plugin_settings.php:15
1511
+ #: templates/settings.inc.php:45
1512
+ msgid "Interface language"
 
1513
  msgstr ""
1514
 
1515
+ #: templates/admin/settings/tabs/main_plugin_settings.php:17
1516
+ msgid "Pick the language which will be used in tables interface."
1517
  msgstr ""
1518
 
1519
+ #: templates/admin/settings/tabs/main_plugin_settings.php:23
1520
+ msgid "English (default)"
1521
  msgstr ""
1522
 
1523
+ #: templates/admin/settings/tabs/main_plugin_settings.php:36
1524
+ #: templates/settings.inc.php:98
1525
+ msgid "Date format"
1526
  msgstr ""
1527
 
1528
+ #: templates/admin/settings/tabs/main_plugin_settings.php:38
1529
+ msgid "Pick the date format to use in date column type."
1530
  msgstr ""
1531
 
1532
+ #: templates/admin/settings/tabs/main_plugin_settings.php:70
1533
+ #: templates/settings.inc.php:119
1534
+ msgid "Time format"
1535
  msgstr ""
1536
 
1537
+ #: templates/admin/settings/tabs/main_plugin_settings.php:72
1538
+ msgid "Pick the time format to use in datetime and time column type."
 
 
1539
  msgstr ""
1540
 
1541
+ #: templates/admin/settings/tabs/main_plugin_settings.php:87
1542
+ msgid "Parse shortcodes"
1543
  msgstr ""
1544
 
1545
+ #: templates/admin/settings/tabs/main_plugin_settings.php:89
1546
+ msgid "Parse shortcodes in strings"
1547
  msgstr ""
1548
 
1549
+ #: templates/admin/settings/tabs/main_plugin_settings.php:101
1550
+ #: templates/settings.inc.php:74
1551
+ msgid "Base skin"
1552
  msgstr ""
1553
 
1554
+ #: templates/admin/settings/tabs/main_plugin_settings.php:103
1555
+ msgid "Choose the base skin for the plugin."
1556
  msgstr ""
1557
 
1558
+ #: templates/admin/settings/tabs/main_plugin_settings.php:109
1559
+ msgid "Material"
1560
  msgstr ""
1561
 
1562
+ #: templates/admin/settings/tabs/main_plugin_settings.php:110
1563
+ msgid "Light"
 
1564
  msgstr ""
1565
 
1566
+ #: templates/admin/settings/tabs/main_plugin_settings.php:111
1567
+ msgid "Graphite"
1568
  msgstr ""
1569
 
1570
+ #: templates/admin/settings/tabs/main_plugin_settings.php:112
1571
+ msgid "Aqua"
1572
  msgstr ""
1573
 
1574
+ #: templates/admin/settings/tabs/main_plugin_settings.php:113
1575
+ msgid "Purple"
1576
  msgstr ""
1577
 
1578
+ #: templates/admin/settings/tabs/main_plugin_settings.php:114
1579
+ msgid "Dark"
1580
  msgstr ""
1581
 
1582
+ #: templates/admin/settings/tabs/main_plugin_settings.php:122
1583
+ #: templates/settings.inc.php:131
1584
+ msgid "Number format"
 
1585
  msgstr ""
1586
 
1587
+ #: templates/admin/settings/tabs/main_plugin_settings.php:124
1588
+ #: templates/settings.inc.php:138
1589
+ msgid "Pick the number format (thousands and decimals separator)"
1590
  msgstr ""
1591
 
1592
+ #: templates/admin/settings/tabs/main_plugin_settings.php:141
1593
+ #: templates/settings.inc.php:86
1594
+ msgid "Render advanced filter"
1595
  msgstr ""
1596
 
1597
+ #: templates/admin/settings/tabs/main_plugin_settings.php:143
1598
+ msgid ""
1599
+ "Choose where you would like to render the advanced filter for tables where "
1600
+ "enabled."
1601
  msgstr ""
1602
 
1603
+ #: templates/admin/settings/tabs/main_plugin_settings.php:149
1604
+ #: templates/settings.inc.php:90
1605
+ msgid "In the header"
1606
  msgstr ""
1607
 
1608
+ #: templates/admin/settings/tabs/main_plugin_settings.php:150
1609
+ #: templates/settings.inc.php:91
1610
+ msgid "In the footer"
1611
  msgstr ""
1612
 
1613
+ #: templates/admin/settings/tabs/main_plugin_settings.php:158
1614
+ #: templates/admin/table-settings/column_settings_panel.inc.php:393
1615
+ #: templates/settings.inc.php:143
1616
+ msgid "Decimal places"
1617
  msgstr ""
1618
 
1619
+ #: templates/admin/settings/tabs/main_plugin_settings.php:160
1620
+ msgid "Define the amount of decimal places for the float numbers."
1621
  msgstr ""
1622
 
1623
+ #: templates/admin/settings/tabs/main_plugin_settings.php:177
1624
+ msgid "CSV delimiter"
1625
  msgstr ""
1626
 
1627
+ #: templates/admin/settings/tabs/main_plugin_settings.php:179
1628
+ msgid "Pick the CSV delimiter"
1629
  msgstr ""
1630
 
1631
+ #: templates/admin/settings/tabs/main_plugin_settings.php:200
1632
+ #: templates/settings.inc.php:171
1633
+ msgid "Tablet width"
1634
  msgstr ""
1635
 
1636
+ #: templates/admin/settings/tabs/main_plugin_settings.php:202
1637
+ #: templates/settings.inc.php:175
1638
+ msgid ""
1639
+ "Here you can specify width of the screen (in pixels) that will be treated as "
1640
+ "a tablet. You can set it wider if you want responsive effect on desktops."
1641
  msgstr ""
1642
 
1643
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
1644
+ #: templates/settings.inc.php:181
1645
+ msgid "Mobile width"
1646
  msgstr ""
1647
 
1648
+ #: templates/admin/settings/tabs/main_plugin_settings.php:219
1649
+ msgid "Here you can specify width (in pixels) will be treated as a mobile.."
1650
  msgstr ""
1651
 
1652
+ #: templates/admin/settings/tabs/main_plugin_settings.php:236
1653
+ #: templates/settings.inc.php:61
1654
+ msgid "Tables per admin page"
1655
  msgstr ""
1656
 
1657
+ #: templates/admin/settings/tabs/main_plugin_settings.php:238
1658
+ msgid "How many tables to show in the browse page."
1659
  msgstr ""
1660
 
1661
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
1662
+ msgid "Align numbers"
1663
  msgstr ""
1664
 
1665
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
1666
+ msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
1667
  msgstr ""
1668
 
1669
+ #: templates/admin/settings/tabs/main_plugin_settings.php:270
1670
+ msgid "Sum functions label"
 
 
1671
  msgstr ""
1672
 
1673
+ #: templates/admin/settings/tabs/main_plugin_settings.php:272
1674
+ msgid ""
1675
+ "Enter a label that will be used for Sum functions. If you leave it blank "
1676
+ "default label will be Σ ="
1677
  msgstr ""
1678
 
1679
+ #: templates/admin/settings/tabs/main_plugin_settings.php:289
1680
+ msgid "Average functions label"
1681
  msgstr ""
1682
 
1683
+ #: templates/admin/settings/tabs/main_plugin_settings.php:291
1684
+ msgid ""
1685
+ "Enter a label that will be used for Average functions. If you leave it blank "
1686
+ "default label will be Avg ="
1687
  msgstr ""
1688
 
1689
+ #: templates/admin/settings/tabs/main_plugin_settings.php:313
1690
+ msgid "Minimum functions label"
1691
  msgstr ""
1692
 
1693
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
1694
+ msgid ""
1695
+ "Enter a label that will be used for Minimum functions. If you leave it blank "
1696
+ "default label will be Min ="
1697
  msgstr ""
1698
 
1699
+ #: templates/admin/settings/tabs/main_plugin_settings.php:332
1700
+ msgid "Maximum functions label"
1701
  msgstr ""
1702
 
1703
+ #: templates/admin/settings/tabs/main_plugin_settings.php:334
1704
+ msgid ""
1705
+ "Enter a label that will be used for Maximum functions. If you leave it blank "
1706
+ "default label will be Max ="
1707
  msgstr ""
1708
 
1709
+ #: templates/admin/settings/tabs/main_plugin_settings.php:355
1710
+ msgid "Purchase code"
1711
  msgstr ""
1712
 
1713
+ #: templates/admin/settings/tabs/main_plugin_settings.php:357
1714
+ msgid ""
1715
+ "Please enter your Envato purchase code to enable plugin auto-updates. Leave "
1716
+ "blank if you do not want the plugin to auto-update."
1717
  msgstr ""
1718
 
1719
+ #: templates/admin/settings/tabs/main_plugin_settings.php:378
1720
+ msgid "Include full bootstrap front-end"
1721
  msgstr ""
1722
 
1723
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
1724
+ #: templates/admin/settings/tabs/main_plugin_settings.php:392
1725
+ msgid ""
1726
+ "It is recommended to uncheck this option if bootstrap.js is already included "
1727
+ "in one of the theme files. Unchecked option means that there is still "
1728
+ "bootstrap.js included just in noconflict mode which should prevent errors."
1729
  msgstr ""
1730
 
1731
+ #: templates/admin/settings/tabs/main_plugin_settings.php:390
1732
+ msgid "Include full bootstrap back-end"
1733
  msgstr ""
1734
 
1735
+ #: templates/admin/settings/tabs/main_plugin_settings.php:405
1736
+ #: templates/settings.inc.php:32
1737
+ msgid "Show plugin credentials below tables"
1738
  msgstr ""
1739
 
1740
+ #: templates/admin/settings/tabs/main_plugin_settings.php:407
1741
+ #: templates/settings.inc.php:32
1742
+ msgid ""
1743
+ "If you want to support our project, please, keep this checkbox as checked"
1744
  msgstr ""
1745
 
1746
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:17
1747
+ msgid ""
1748
+ "If this checkbox is checked, you have option to add more than one separate "
1749
+ "database connection (MySQL, MS SQL, Postgre SQL)"
1750
  msgstr ""
1751
 
1752
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:21
1753
+ msgid "Use separate connection"
1754
  msgstr ""
1755
 
1756
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:29
1757
+ msgid "Test connection"
1758
  msgstr ""
1759
 
1760
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:31
1761
+ msgid ""
1762
+ "Click this button to test if wpDataTables is able to connect to the MySQL "
1763
+ "server with the details you provided."
1764
  msgstr ""
1765
 
1766
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:42
1767
+ msgid "MySQL host"
1768
  msgstr ""
1769
 
1770
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:44
1771
+ msgid "MySQL host address."
1772
  msgstr ""
1773
 
1774
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:48
1775
+ msgid "MySQL host address"
1776
  msgstr ""
1777
 
1778
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:53
1779
+ msgid "MySQL database"
 
 
1780
  msgstr ""
1781
 
1782
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:55
1783
+ msgid "MySQL database name."
1784
  msgstr ""
1785
 
1786
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:59
1787
+ msgid "MySQL database name"
1788
  msgstr ""
1789
 
1790
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:67
1791
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:74
1792
+ msgid "MySQL user"
1793
  msgstr ""
1794
 
1795
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:69
1796
+ msgid "MySQL username for the connection."
1797
  msgstr ""
1798
 
1799
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:79
1800
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:84
1801
+ msgid "MySQL password"
1802
  msgstr ""
1803
 
1804
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:81
1805
+ msgid "MySQL password for the provided user."
1806
  msgstr ""
1807
 
1808
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:93
1809
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:99
1810
+ msgid "MySQL port"
1811
  msgstr ""
1812
 
1813
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:95
1814
+ msgid "MySQL port for the connection (default: 3306)."
1815
  msgstr ""
1816
 
1817
+ #: templates/admin/table-settings/add_column_modal.inc.php:21
1818
+ msgid "Add Column"
1819
  msgstr ""
1820
 
1821
+ #: templates/admin/table-settings/add_column_modal.inc.php:35
1822
+ msgid "Column header"
1823
  msgstr ""
1824
 
1825
+ #: templates/admin/table-settings/add_column_modal.inc.php:47
1826
+ msgid "Type"
1827
  msgstr ""
1828
 
1829
+ #: templates/admin/table-settings/add_column_modal.inc.php:64
1830
+ msgid "Insert after"
1831
  msgstr ""
1832
 
1833
+ #: templates/admin/table-settings/add_column_modal.inc.php:70
1834
+ msgid "Beginning of table"
1835
  msgstr ""
1836
 
1837
+ #: templates/admin/table-settings/add_column_modal.inc.php:71
1838
+ msgid "End of table"
1839
  msgstr ""
1840
 
1841
+ #: templates/admin/table-settings/add_column_modal.inc.php:83
1842
+ #: templates/edit_table.inc.php:542
1843
+ msgid "Possible values"
1844
  msgstr ""
1845
 
1846
+ #: templates/admin/table-settings/add_column_modal.inc.php:94
1847
+ msgid "Editor predefined value"
1848
  msgstr ""
1849
 
1850
+ #: templates/admin/table-settings/add_column_modal.inc.php:107
1851
+ msgid "Fill with default value"
1852
  msgstr ""
1853
 
1854
+ #: templates/admin/table-settings/add_column_modal.inc.php:129
1855
+ #: templates/admin/table-settings/remove_column_modal.inc.php:84
1856
+ msgid "OK"
1857
  msgstr ""
1858
 
1859
+ #: templates/admin/table-settings/column_settings_panel.inc.php:14
1860
+ msgid "Column settings"
1861
  msgstr ""
1862
 
1863
+ #: templates/admin/table-settings/column_settings_panel.inc.php:48
1864
+ #: templates/admin/table-settings/table_settings_block.inc.php:65
1865
+ msgid "Display"
1866
  msgstr ""
1867
 
1868
+ #: templates/admin/table-settings/column_settings_panel.inc.php:52
1869
+ msgid "Data"
1870
  msgstr ""
1871
 
1872
+ #: templates/admin/table-settings/column_settings_panel.inc.php:56
1873
+ #: templates/admin/table-settings/table_settings_block.inc.php:540
1874
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
1875
+ msgid "Sorting"
1876
  msgstr ""
1877
 
1878
+ #: templates/admin/table-settings/column_settings_panel.inc.php:60
1879
+ msgid "Filtering"
1880
  msgstr ""
1881
 
1882
+ #: templates/admin/table-settings/column_settings_panel.inc.php:64
1883
+ #: templates/admin/table-settings/table_settings_block.inc.php:73
1884
+ msgid "Editing"
1885
  msgstr ""
1886
 
1887
+ #: templates/admin/table-settings/column_settings_panel.inc.php:69
1888
+ #: templates/edit_table.inc.php:750
1889
+ msgid "Conditional formatting"
1890
  msgstr ""
1891
 
1892
+ #: templates/admin/table-settings/column_settings_panel.inc.php:81
1893
+ #: templates/edit_table.inc.php:525
1894
+ msgid "Displayed header"
1895
  msgstr ""
1896
 
1897
+ #: templates/admin/table-settings/column_settings_panel.inc.php:95
1898
+ #: templates/edit_table.inc.php:696
1899
+ msgid "Column position"
1900
  msgstr ""
1901
 
1902
+ #: templates/admin/table-settings/column_settings_panel.inc.php:114
1903
+ #: templates/admin/table-settings/column_settings_panel.inc.php:122
1904
+ msgid "Cell content prefix"
1905
  msgstr ""
1906
 
1907
+ #: templates/admin/table-settings/column_settings_panel.inc.php:129
1908
+ msgid ""
1909
+ "Any text or symbol entered here will be shown before the value in every cell "
1910
+ "inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
1911
+ "Convenient for prices, percentages, etc."
1912
  msgstr ""
1913
 
1914
+ #: templates/admin/table-settings/column_settings_panel.inc.php:144
1915
+ #: templates/admin/table-settings/column_settings_panel.inc.php:152
1916
+ msgid "Cell content suffix"
1917
  msgstr ""
1918
 
1919
+ #: templates/admin/table-settings/column_settings_panel.inc.php:159
1920
+ msgid ""
1921
+ "Any text or symbol entered here will be shown after the value in every cell "
1922
+ "inside of this column. E.g.: %, pcs. Does not influence filtering and "
1923
+ "sorting. Convenient for prices, percentages, etc."
1924
  msgstr ""
1925
 
1926
+ #: templates/admin/table-settings/column_settings_panel.inc.php:180
1927
+ #: templates/edit_table.inc.php:633
1928
+ msgid "Hide on mobiles"
1929
  msgstr ""
1930
 
1931
+ #: templates/admin/table-settings/column_settings_panel.inc.php:188
1932
+ msgid "Collapse column on mobile devices"
 
 
 
 
1933
  msgstr ""
1934
 
1935
+ #: templates/admin/table-settings/column_settings_panel.inc.php:197
1936
+ #: templates/edit_table.inc.php:622
1937
+ msgid "Hide on tablets"
 
1938
  msgstr ""
1939
 
1940
+ #: templates/admin/table-settings/column_settings_panel.inc.php:205
1941
+ msgid "Collapse column on tablet devices"
 
 
1942
  msgstr ""
1943
 
1944
+ #: templates/admin/table-settings/column_settings_panel.inc.php:220
1945
+ #: templates/edit_table.inc.php:533
1946
+ msgid "CSS class(es)"
 
1947
  msgstr ""
1948
 
1949
+ #: templates/admin/table-settings/column_settings_panel.inc.php:234
1950
+ msgid "Visible on front-end"
 
1951
  msgstr ""
1952
 
1953
+ #: templates/admin/table-settings/column_settings_panel.inc.php:242
1954
+ msgid "Show column in front-end"
1955
  msgstr ""
1956
 
1957
+ #: templates/admin/table-settings/column_settings_panel.inc.php:258
1958
+ msgid "Column width"
1959
  msgstr ""
1960
 
1961
+ #: templates/admin/table-settings/column_settings_panel.inc.php:271
1962
+ #: templates/admin/table-settings/column_settings_panel.inc.php:279
1963
+ msgid "Column color"
1964
  msgstr ""
1965
 
1966
+ #: templates/admin/table-settings/column_settings_panel.inc.php:286
1967
+ msgid "Here you can override the default color for the complete column"
 
 
 
1968
  msgstr ""
1969
 
1970
+ #: templates/admin/table-settings/column_settings_panel.inc.php:307
1971
+ #: templates/admin/table-settings/column_settings_panel.inc.php:315
1972
+ #: templates/edit_table.inc.php:645
1973
+ msgid "Group column"
1974
  msgstr ""
1975
 
1976
+ #: templates/admin/table-settings/column_settings_panel.inc.php:322
1977
  msgid ""
1978
+ "If one column of your table contains similar values for many rows, maybe it "
1979
+ "makes sense to use it as a “group column”: it means that it will not be "
1980
+ "rendered as a column, but its values will be used to group the rows. Each "
1981
+ "group will be marked with one row with joined cells above, containing the "
1982
+ "group value."
1983
  msgstr ""
1984
 
1985
+ #: templates/admin/table-settings/column_settings_panel.inc.php:323
1986
+ msgid ""
1987
+ "Group column will not work with MySQL tables with server-side processing "
1988
+ "enabled and with manual tables!"
1989
  msgstr ""
1990
 
1991
+ #: templates/admin/table-settings/column_settings_panel.inc.php:331
1992
+ msgid "Toggle column grouping"
 
 
1993
  msgstr ""
1994
 
1995
+ #: templates/admin/table-settings/column_settings_panel.inc.php:351
1996
+ #: templates/edit_table.inc.php:582
1997
+ msgid "Column type"
1998
  msgstr ""
1999
 
2000
+ #: templates/admin/table-settings/column_settings_panel.inc.php:353
2001
  msgid ""
2002
+ "You can redefine the column data type here. Affects sorting, filtering and "
2003
+ "display logic. For manually created tables this will change the column type "
2004
+ "in database as well, which may result in data loss."
2005
  msgstr ""
2006
 
2007
+ #: templates/admin/table-settings/column_settings_panel.inc.php:360
2008
+ msgid "String"
2009
  msgstr ""
2010
 
2011
+ #: templates/admin/table-settings/column_settings_panel.inc.php:364
2012
+ msgid "DateTime"
 
 
2013
  msgstr ""
2014
 
2015
+ #: templates/admin/table-settings/column_settings_panel.inc.php:366
2016
+ #: templates/admin/table-settings/column_settings_panel.inc.php:991
2017
+ msgid "URL link"
 
2018
  msgstr ""
2019
 
2020
+ #: templates/admin/table-settings/column_settings_panel.inc.php:367
2021
+ #: templates/admin/table-settings/column_settings_panel.inc.php:992
2022
+ msgid "E-mail link"
2023
+ msgstr ""
2024
+
2025
+ #: templates/admin/table-settings/column_settings_panel.inc.php:370
2026
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:37
2027
+ msgid "Formula"
2028
  msgstr ""
2029
 
2030
+ #: templates/admin/table-settings/column_settings_panel.inc.php:380
2031
+ msgid "Formula for calculation"
 
2032
  msgstr ""
2033
 
2034
+ #: templates/admin/table-settings/column_settings_panel.inc.php:382
 
2035
  msgid ""
2036
+ "You can create a formula (calculated column) based on other numeric columns "
2037
+ "(Integer and Float)"
2038
  msgstr ""
2039
 
2040
+ #: templates/admin/table-settings/column_settings_panel.inc.php:386
2041
+ msgid "Open formula editor"
2042
  msgstr ""
2043
 
2044
+ #: templates/admin/table-settings/column_settings_panel.inc.php:395
2045
  msgid ""
2046
+ "You can redefine the visible decimal places for a float and formula columns "
2047
+ "here. If you leave this field empty amount of decimal places will be loaded "
2048
+ "from the settings page. 0 is available just for formula columns "
2049
  msgstr ""
2050
 
2051
+ #: templates/admin/table-settings/column_settings_panel.inc.php:407
2052
+ #: templates/admin/table-settings/column_settings_panel.inc.php:414
2053
+ #: templates/edit_table.inc.php:684
2054
+ msgid "Skip thousands separator"
2055
  msgstr ""
2056
 
2057
+ #: templates/admin/table-settings/column_settings_panel.inc.php:409
2058
+ msgid ""
2059
+ "Do not show thousands separator for this column (e.g. when showing years, "
2060
+ "IDs)."
 
 
 
 
 
 
 
2061
  msgstr ""
2062
 
2063
+ #: templates/admin/table-settings/column_settings_panel.inc.php:423
2064
+ msgid "Possible values for column"
 
2065
  msgstr ""
2066
 
2067
+ #: templates/admin/table-settings/column_settings_panel.inc.php:425
2068
  msgid ""
2069
+ "Define the logic for fetching the possible values for this column for "
2070
+ "filtering, and for editing: read from table itself on page load (will always "
2071
+ "contain only the values that already exist in the table), hard-code the "
2072
+ "list, or configure a relation with a different wpDataTable (use values in "
2073
+ "this column as foreign key)."
 
 
 
 
2074
  msgstr ""
2075
 
2076
+ #: templates/admin/table-settings/column_settings_panel.inc.php:432
2077
+ msgid "Read from table on page load"
2078
  msgstr ""
2079
 
2080
+ #: templates/admin/table-settings/column_settings_panel.inc.php:433
2081
+ msgid "Define values list"
 
 
 
 
2082
  msgstr ""
2083
 
2084
+ #: templates/admin/table-settings/column_settings_panel.inc.php:434
2085
+ msgid "Use values from another wpDataTable (foreign key)"
2086
  msgstr ""
2087
 
2088
+ #: templates/admin/table-settings/column_settings_panel.inc.php:443
2089
+ msgid "Date input format"
2090
  msgstr ""
2091
 
2092
+ #: templates/admin/table-settings/column_settings_panel.inc.php:445
2093
+ msgid ""
2094
+ "Define date format which is used in the provided data source. Necessary for "
2095
+ "smooth reading of your dates."
2096
  msgstr ""
2097
 
2098
+ #: templates/admin/table-settings/column_settings_panel.inc.php:484
2099
+ msgid "Values list"
2100
  msgstr ""
2101
 
2102
+ #: templates/admin/table-settings/column_settings_panel.inc.php:486
2103
+ msgid "Read from table"
2104
  msgstr ""
2105
 
2106
+ #: templates/admin/table-settings/column_settings_panel.inc.php:488
2107
+ msgid "Reset"
2108
  msgstr ""
2109
 
2110
+ #: templates/admin/table-settings/column_settings_panel.inc.php:490
2111
+ msgid ""
2112
+ "Enter the possible values for this column in this list, separate by pressing "
2113
+ "ENTER or comma. Click \"Read from table\" to fetch the list from existing "
2114
+ "column values. Values will be used in selectbox and checkbox filters and "
2115
+ "editors for the column."
2116
  msgstr ""
2117
 
2118
+ #: templates/admin/table-settings/column_settings_panel.inc.php:503
2119
+ #: templates/admin/table-settings/foreign_key_config.inc.php:12
2120
+ msgid "Use values from another wpDataTable"
2121
  msgstr ""
2122
 
2123
+ #: templates/admin/table-settings/column_settings_panel.inc.php:505
2124
  msgid ""
2125
+ "Configure a relation with a separate wpDataTable: values in this column will "
2126
+ "be used as a foreign key, and replaced with values of a remote table column "
2127
+ "(e.g.: user name instead of user ID)."
2128
  msgstr ""
2129
 
2130
+ #: templates/admin/table-settings/column_settings_panel.inc.php:509
2131
+ msgid "Configure relation..."
2132
  msgstr ""
2133
 
2134
+ #: templates/admin/table-settings/column_settings_panel.inc.php:529
2135
+ msgid "Allow empty value"
2136
  msgstr ""
2137
 
2138
+ #: templates/admin/table-settings/column_settings_panel.inc.php:531
2139
+ msgid ""
2140
+ "Add an empty value to the possible values list, to allow empty editing and "
2141
+ "filtering inputs."
2142
  msgstr ""
2143
 
2144
+ #: templates/admin/table-settings/column_settings_panel.inc.php:536
2145
+ msgid "Add an empty value to the list"
 
2146
  msgstr ""
2147
 
2148
+ #: templates/admin/table-settings/column_settings_panel.inc.php:545
2149
+ msgid "Number of possible values to load"
 
2150
  msgstr ""
2151
 
2152
+ #: templates/admin/table-settings/column_settings_panel.inc.php:547
2153
+ msgid ""
2154
+ "Define here how many possible values per page will be loaded in selectbox "
2155
+ "filters and editor inputs. It is recommended not to be set to All if you "
2156
+ "have more than 50 possible values for this column. This option is not "
2157
+ "working when Cascade Filtering option from Powerful Filters add-on is "
2158
+ "enabled."
2159
  msgstr ""
2160
 
2161
+ #: templates/admin/table-settings/column_settings_panel.inc.php:572
2162
+ msgid "Calculate total"
 
2163
  msgstr ""
2164
 
2165
+ #: templates/admin/table-settings/column_settings_panel.inc.php:574
2166
+ msgid ""
2167
+ "Enable this to show a total (sum) for all cells in this column in table "
2168
+ "footer. You can also show it somewhere outside of the table by pasting the "
2169
+ "shortcode below the switch."
2170
  msgstr ""
2171
 
2172
+ #: templates/admin/table-settings/column_settings_panel.inc.php:579
2173
+ msgid "Calculate a total for this column"
 
2174
  msgstr ""
2175
 
2176
+ #: templates/admin/table-settings/column_settings_panel.inc.php:586
2177
+ msgid ""
2178
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2179
+ "posts or pages you can see the total for this column."
2180
  msgstr ""
2181
 
2182
+ #: templates/admin/table-settings/column_settings_panel.inc.php:595
2183
+ msgid "Calculate average"
2184
  msgstr ""
2185
 
2186
+ #: templates/admin/table-settings/column_settings_panel.inc.php:597
2187
  msgid ""
2188
+ "Enable this to show an average value for all cells in this column in table "
2189
+ "footer. You can also show it somewhere outside of the table by pasting the "
2190
+ "shortcode below the switch."
 
2191
  msgstr ""
2192
 
2193
+ #: templates/admin/table-settings/column_settings_panel.inc.php:602
2194
+ msgid "Calculate average for this column"
2195
  msgstr ""
2196
 
2197
+ #: templates/admin/table-settings/column_settings_panel.inc.php:609
2198
+ msgid ""
2199
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2200
+ "posts or pages you can see the average for this column."
2201
  msgstr ""
2202
 
2203
+ #: templates/admin/table-settings/column_settings_panel.inc.php:618
2204
+ msgid "Calculate MIN value"
2205
  msgstr ""
2206
 
2207
+ #: templates/admin/table-settings/column_settings_panel.inc.php:620
2208
+ msgid ""
2209
+ "Enable this to show a minimum value within all cells in this column in table "
2210
+ "footer. You can also show it somewhere outside of the table by pasting the "
2211
+ "shortcode below the switch."
2212
  msgstr ""
2213
 
2214
+ #: templates/admin/table-settings/column_settings_panel.inc.php:625
2215
+ msgid "Find a minimum value for this column"
2216
  msgstr ""
2217
 
2218
+ #: templates/admin/table-settings/column_settings_panel.inc.php:632
2219
+ msgid ""
2220
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2221
+ "posts or pages you can see the minimum for this column."
2222
  msgstr ""
2223
 
2224
+ #: templates/admin/table-settings/column_settings_panel.inc.php:641
2225
+ msgid "Calculate MAX value"
2226
  msgstr ""
2227
 
2228
+ #: templates/admin/table-settings/column_settings_panel.inc.php:643
2229
  msgid ""
2230
+ "Enable this to show a maximum value within all cells in this column in table "
2231
+ "footer. You can also show it somewhere outside of the table by pasting the "
2232
+ "shortcode below the switch."
2233
  msgstr ""
2234
 
2235
+ #: templates/admin/table-settings/column_settings_panel.inc.php:648
2236
+ msgid "Find a maximum value for this column"
2237
  msgstr ""
2238
 
2239
+ #: templates/admin/table-settings/column_settings_panel.inc.php:655
2240
+ msgid ""
2241
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2242
+ "posts or pages you can see the maximum for this column."
2243
  msgstr ""
2244
 
2245
+ #: templates/admin/table-settings/column_settings_panel.inc.php:668
2246
+ msgid "URL target attribute"
2247
  msgstr ""
2248
 
2249
+ #: templates/admin/table-settings/column_settings_panel.inc.php:670
2250
+ msgid "Set how to open URL Target"
 
2251
  msgstr ""
2252
 
2253
+ #: templates/admin/table-settings/column_settings_panel.inc.php:675
2254
+ msgid "Open link in the new tab"
 
 
 
 
 
2255
  msgstr ""
2256
 
2257
+ #: templates/admin/table-settings/column_settings_panel.inc.php:685
2258
+ msgid "Show link as a button"
2259
  msgstr ""
2260
 
2261
+ #: templates/admin/table-settings/column_settings_panel.inc.php:687
2262
+ msgid "The link will be shown as a button "
 
2263
  msgstr ""
2264
 
2265
+ #: templates/admin/table-settings/column_settings_panel.inc.php:692
2266
+ msgid "Set the link to appear as a button"
2267
  msgstr ""
2268
 
2269
+ #: templates/admin/table-settings/column_settings_panel.inc.php:701
2270
+ msgid "Button text"
2271
  msgstr ""
2272
 
2273
+ #: templates/admin/table-settings/column_settings_panel.inc.php:715
2274
+ msgid "Button class"
2275
  msgstr ""
2276
 
2277
+ #: templates/admin/table-settings/column_settings_panel.inc.php:741
2278
+ msgid "Allow sorting"
2279
  msgstr ""
2280
 
2281
+ #: templates/admin/table-settings/column_settings_panel.inc.php:743
2282
+ msgid "Disable this to disallow sorting for this column."
 
 
 
2283
  msgstr ""
2284
 
2285
+ #: templates/admin/table-settings/column_settings_panel.inc.php:748
2286
+ msgid "Allow sorting for this column"
2287
  msgstr ""
2288
 
2289
+ #: templates/admin/table-settings/column_settings_panel.inc.php:757
2290
+ msgid "Use as default sorting column"
 
 
2291
  msgstr ""
2292
 
2293
+ #: templates/admin/table-settings/column_settings_panel.inc.php:759
2294
+ #: templates/admin/table-settings/column_settings_panel.inc.php:764
2295
+ msgid "Sort table by this column on load"
2296
  msgstr ""
2297
 
2298
+ #: templates/admin/table-settings/column_settings_panel.inc.php:777
2299
+ msgid "Default sorting direction"
2300
  msgstr ""
2301
 
2302
+ #: templates/admin/table-settings/column_settings_panel.inc.php:779
2303
+ msgid "Choose whether to sort ascending or descending by default."
2304
  msgstr ""
2305
 
2306
+ #: templates/admin/table-settings/column_settings_panel.inc.php:786
2307
+ #: templates/edit_table.inc.php:663
2308
+ msgid "Ascending"
2309
  msgstr ""
2310
 
2311
+ #: templates/admin/table-settings/column_settings_panel.inc.php:787
2312
+ #: templates/edit_table.inc.php:665
2313
+ msgid "Descending"
2314
  msgstr ""
2315
 
2316
+ #: templates/admin/table-settings/column_settings_panel.inc.php:811
2317
+ msgid "Add a filter for this column"
2318
+ msgstr ""
2319
+
2320
+ #: templates/admin/table-settings/column_settings_panel.inc.php:819
2321
+ msgid "Enable filtering for column"
2322
  msgstr ""
2323
 
2324
+ #: templates/admin/table-settings/column_settings_panel.inc.php:826
2325
  msgid ""
2326
+ "Enabling this switch will add a filter for this column. Disable to remove "
2327
+ "the filter for this column."
2328
  msgstr ""
2329
 
2330
+ #: templates/admin/table-settings/column_settings_panel.inc.php:834
2331
+ msgid "Allow filtering"
2332
  msgstr ""
2333
 
2334
+ #: templates/admin/table-settings/column_settings_panel.inc.php:843
2335
+ #: templates/edit_table.inc.php:570
2336
+ msgid "Filter type"
2337
  msgstr ""
2338
 
2339
+ #: templates/admin/table-settings/column_settings_panel.inc.php:845
2340
+ msgid ""
2341
+ "You can redefine the filter type here, it will affect the filtering logic."
2342
  msgstr ""
2343
 
2344
+ #: templates/admin/table-settings/column_settings_panel.inc.php:852
2345
+ msgid "Text"
2346
  msgstr ""
2347
 
2348
+ #: templates/admin/table-settings/column_settings_panel.inc.php:853
2349
+ msgid "Number"
2350
  msgstr ""
2351
 
2352
+ #: templates/admin/table-settings/column_settings_panel.inc.php:854
2353
+ msgid "Number range"
2354
  msgstr ""
2355
 
2356
+ #: templates/admin/table-settings/column_settings_panel.inc.php:855
2357
+ msgid "Date range"
2358
  msgstr ""
2359
 
2360
+ #: templates/admin/table-settings/column_settings_panel.inc.php:856
2361
+ msgid "DateTime range"
2362
  msgstr ""
2363
 
2364
+ #: templates/admin/table-settings/column_settings_panel.inc.php:857
2365
+ msgid "Time range"
2366
  msgstr ""
2367
 
2368
+ #: templates/admin/table-settings/column_settings_panel.inc.php:858
2369
+ msgid "Selectbox"
 
 
2370
  msgstr ""
2371
 
2372
+ #: templates/admin/table-settings/column_settings_panel.inc.php:859
2373
+ msgid "Checkbox"
2374
  msgstr ""
2375
 
2376
+ #: templates/admin/table-settings/column_settings_panel.inc.php:875
2377
+ msgid "Filter label"
2378
  msgstr ""
2379
 
2380
+ #: templates/admin/table-settings/column_settings_panel.inc.php:883
2381
+ msgid "Custom filter label"
2382
  msgstr ""
2383
 
2384
+ #: templates/admin/table-settings/column_settings_panel.inc.php:890
2385
  msgid ""
2386
+ "You can change the filter label (placeholder) for this column here, if you "
2387
+ "would like to show some custom text instead of default."
2388
  msgstr ""
2389
 
2390
+ #: templates/admin/table-settings/column_settings_panel.inc.php:905
2391
+ msgid "Exact filtering"
2392
  msgstr ""
2393
 
2394
+ #: templates/admin/table-settings/column_settings_panel.inc.php:907
2395
  msgid ""
2396
+ "Enable exact search to use exact match logic for filtering, disable to allow "
2397
+ "partial match."
2398
  msgstr ""
2399
 
2400
+ #: templates/admin/table-settings/column_settings_panel.inc.php:912
2401
+ msgid "Enable exact filtering"
2402
  msgstr ""
2403
 
2404
+ #: templates/admin/table-settings/column_settings_panel.inc.php:926
2405
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1024
2406
+ msgid "Predefined value(s)"
2407
  msgstr ""
2408
 
2409
+ #: templates/admin/table-settings/column_settings_panel.inc.php:928
2410
+ msgid ""
2411
+ "Define value(s) that will be set as default pre-defined filter value(s) on "
2412
+ "page load."
2413
  msgstr ""
2414
 
2415
+ #: templates/admin/table-settings/column_settings_panel.inc.php:974
2416
+ msgid "Editor input type"
2417
  msgstr ""
2418
 
2419
+ #: templates/admin/table-settings/column_settings_panel.inc.php:976
2420
+ msgid "Choose which kind of editor input to use for this column."
 
2421
  msgstr ""
2422
 
2423
+ #: templates/admin/table-settings/column_settings_panel.inc.php:982
2424
+ msgid "None"
2425
  msgstr ""
2426
 
2427
+ #: templates/admin/table-settings/column_settings_panel.inc.php:983
2428
+ msgid "One-line edit"
2429
  msgstr ""
2430
 
2431
+ #: templates/admin/table-settings/column_settings_panel.inc.php:984
2432
+ msgid "Multi-line edit"
2433
  msgstr ""
2434
 
2435
+ #: templates/admin/table-settings/column_settings_panel.inc.php:985
2436
+ msgid "HTML editor"
2437
  msgstr ""
2438
 
2439
+ #: templates/admin/table-settings/column_settings_panel.inc.php:986
2440
+ msgid "Single-value selectbox"
2441
  msgstr ""
2442
 
2443
+ #: templates/admin/table-settings/column_settings_panel.inc.php:987
2444
+ msgid "Multi-value selectbox"
2445
  msgstr ""
2446
 
2447
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1003
2448
+ msgid "Column cannot be empty"
2449
  msgstr ""
2450
 
2451
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1005
2452
  msgid ""
2453
+ "Enable to make this column mandatory. Users will see a warning when trying "
2454
+ "to save with empty input."
2455
  msgstr ""
2456
 
2457
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1010
2458
+ msgid "Cannot be empty"
2459
  msgstr ""
2460
 
2461
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1026
2462
  msgid ""
2463
+ "If you would like to have some values pre-defined in editors (i.e. default "
2464
+ "editor values) please enter these here."
2465
  msgstr ""
2466
 
2467
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1071
2468
+ msgid "Add rule"
2469
  msgstr ""
2470
 
2471
+ #: templates/admin/table-settings/column_small_block.inc.php:13
2472
+ msgid "Enable/disable editing"
 
2473
  msgstr ""
2474
 
2475
+ #: templates/admin/table-settings/column_small_block.inc.php:15
2476
+ msgid "Show/hide filters"
2477
  msgstr ""
2478
 
2479
+ #: templates/admin/table-settings/column_small_block.inc.php:17
2480
+ msgid "Show/hide sorting"
 
 
2481
  msgstr ""
2482
 
2483
+ #: templates/admin/table-settings/column_small_block.inc.php:19
2484
+ msgid "Show/hide the column"
2485
  msgstr ""
2486
 
2487
+ #: templates/admin/table-settings/column_small_block.inc.php:21
2488
+ msgid "Show/hide on mobile"
 
 
2489
  msgstr ""
2490
 
2491
+ #: templates/admin/table-settings/column_small_block.inc.php:23
2492
+ msgid "Show/hide on tablet"
2493
  msgstr ""
2494
 
2495
+ #: templates/admin/table-settings/column_small_block.inc.php:25
2496
+ msgid "Open column settings"
2497
  msgstr ""
2498
 
2499
+ #: templates/admin/table-settings/columns_list_modal.inc.php:15
2500
+ msgid "List of the columns in the data source with quickaccess tools."
2501
  msgstr ""
2502
 
2503
+ #: templates/admin/table-settings/columns_list_modal.inc.php:17
2504
+ msgid ""
2505
+ "Click column header to rename it, toggle column visibility by clicking on "
2506
+ "the eye icon, open column settings by clicking on the wrench icon, drag and "
2507
+ "drop blocks to reorder columns."
2508
  msgstr ""
2509
 
2510
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:7
2511
+ #: templates/edit_table.inc.php:770
2512
+ msgid "If cell value"
2513
  msgstr ""
2514
 
2515
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:18
2516
+ #: templates/edit_table.inc.php:778
2517
+ msgid "contains"
2518
  msgstr ""
2519
 
2520
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:19
2521
+ #: templates/edit_table.inc.php:779
2522
+ msgid "does not contain"
2523
  msgstr ""
2524
 
2525
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:32
2526
+ #: templates/edit_table.inc.php:783
2527
+ msgid "Set cell color"
2528
  msgstr ""
2529
 
2530
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:33
2531
+ #: templates/edit_table.inc.php:784
2532
+ msgid "Reset cell color to default"
2533
  msgstr ""
2534
 
2535
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:34
2536
+ #: templates/edit_table.inc.php:785
2537
+ msgid "Set cell content"
2538
  msgstr ""
2539
 
2540
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:35
2541
+ #: templates/edit_table.inc.php:786
2542
+ msgid "Set cell CSS class"
2543
  msgstr ""
2544
 
2545
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:36
2546
+ #: templates/edit_table.inc.php:787
2547
+ msgid "Remove cell CSS class"
2548
  msgstr ""
2549
 
2550
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:37
2551
+ #: templates/edit_table.inc.php:788
2552
+ msgid "Set row color"
2553
  msgstr ""
2554
 
2555
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:38
2556
+ #: templates/edit_table.inc.php:789
2557
+ msgid "Reset row color to default"
2558
  msgstr ""
2559
 
2560
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:39
2561
+ #: templates/edit_table.inc.php:790
2562
+ msgid "Set row CSS class"
2563
  msgstr ""
2564
 
2565
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:40
2566
+ #: templates/edit_table.inc.php:791
2567
+ msgid "Remove row CSS class"
2568
  msgstr ""
2569
 
2570
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:41
2571
+ #: templates/edit_table.inc.php:792
2572
+ msgid "Set column color"
2573
  msgstr ""
2574
 
2575
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:42
2576
+ #: templates/edit_table.inc.php:793
2577
+ msgid "Add column CSS class"
2578
  msgstr ""
2579
 
2580
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:53
2581
+ msgid "Remove rule"
 
 
2582
  msgstr ""
2583
 
2584
+ #: templates/admin/table-settings/foreign_key_config.inc.php:18
2585
+ msgid "Choose a source wpDataTable"
2586
  msgstr ""
2587
 
2588
+ #: templates/admin/table-settings/foreign_key_config.inc.php:20
2589
+ msgid ""
2590
+ "Please choose a remote wpDataTable which will be used as the data source."
2591
  msgstr ""
2592
 
2593
+ #: templates/admin/table-settings/foreign_key_config.inc.php:27
2594
+ msgid "Pick a table..."
 
2595
  msgstr ""
2596
 
2597
+ #: templates/admin/table-settings/foreign_key_config.inc.php:47
2598
+ msgid "Display value"
2599
  msgstr ""
2600
 
2601
+ #: templates/admin/table-settings/foreign_key_config.inc.php:49
2602
+ msgid ""
2603
+ "Please choose which column values will be shown to the front-end user (e.g. "
2604
+ "Name)."
2605
+ msgstr ""
2606
+
2607
+ #: templates/admin/table-settings/foreign_key_config.inc.php:71
2608
+ msgid "Store value"
2609
  msgstr ""
2610
 
2611
+ #: templates/admin/table-settings/foreign_key_config.inc.php:73
2612
  msgid ""
2613
+ "Please choose which column values will be stored in the table for reference "
2614
+ "- by default wdt_ID, or ID"
2615
  msgstr ""
2616
 
2617
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:19
2618
+ msgid "Formula Editor"
2619
  msgstr ""
2620
 
2621
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:25
2622
+ msgid "Use this dialog to construct formulas and see a preview of the result."
2623
  msgstr ""
2624
 
2625
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:27
2626
+ msgid ""
2627
+ "You can use columns (values for each cell will be inserted), or number "
2628
+ "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
2629
+ "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
2630
+ "col3*sin(col4-3))."
2631
  msgstr ""
2632
 
2633
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:31
2634
+ msgid "Columns to use"
2635
  msgstr ""
2636
 
2637
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:41
2638
+ msgid "Type your formula here..."
2639
  msgstr ""
2640
 
2641
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:85
2642
+ #: templates/chart_wizard.inc.php:48 templates/edit_table.inc.php:35
2643
+ #: templates/edit_table.inc.php:417 templates/edit_table.inc.php:438
2644
+ #: templates/edit_table.inc.php:461
2645
+ msgid "Preview"
2646
  msgstr ""
2647
 
2648
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
2649
+ msgid "Merge values?"
2650
  msgstr ""
2651
 
2652
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
2653
  msgid ""
2654
+ "There are already defined possible values. Do you want to merge or to "
2655
+ "replace new values with the existing?"
2656
  msgstr ""
2657
 
2658
+ #: templates/admin/table-settings/remove_column_modal.inc.php:21
2659
+ #: templates/admin/table-settings/remove_column_modal.inc.php:35
2660
+ msgid "Remove Column"
2661
  msgstr ""
2662
 
2663
+ #: templates/admin/table-settings/remove_column_modal.inc.php:56
2664
+ msgid "Confirm"
 
 
2665
  msgstr ""
2666
 
2667
+ #: templates/admin/table-settings/remove_column_modal.inc.php:62
2668
+ msgid "Are you sure? There is no undo!"
2669
  msgstr ""
2670
 
2671
+ #: templates/admin/table-settings/table_preview_block.inc.php:19
2672
+ msgid "Table preview and columns setup"
 
 
2673
  msgstr ""
2674
 
2675
+ #: templates/admin/table-settings/table_preview_block.inc.php:23
2676
+ msgid "Add a formula (calculated) column"
2677
  msgstr ""
2678
 
2679
+ #: templates/admin/table-settings/table_preview_block.inc.php:24
2680
+ msgid "Add a formula column"
 
 
2681
  msgstr ""
2682
 
2683
+ #: templates/admin/table-settings/table_preview_block.inc.php:27
2684
+ msgid "Complete column list"
2685
  msgstr ""
2686
 
2687
+ #: templates/admin/table-settings/table_preview_block.inc.php:33
2688
+ msgid "Add column"
 
 
2689
  msgstr ""
2690
 
2691
+ #: templates/admin/table-settings/table_preview_block.inc.php:35
2692
+ msgid "Remove column"
2693
  msgstr ""
2694
 
2695
+ #: templates/admin/table-settings/table_preview_block.inc.php:44
2696
+ msgid "Switch View:"
2697
  msgstr ""
2698
 
2699
+ #: templates/admin/table-settings/table_preview_block.inc.php:46
2700
+ #: templates/admin/table-settings/table_preview_block.inc.php:49
2701
+ msgid "STANDARD"
 
2702
  msgstr ""
2703
 
2704
+ #: templates/admin/table-settings/table_preview_block.inc.php:47
2705
+ #: templates/admin/table-settings/table_preview_block.inc.php:50
2706
+ msgid "EXCEL-LIKE"
2707
  msgstr ""
2708
 
2709
+ #: templates/admin/table-settings/table_settings_block.inc.php:26
2710
+ msgid "wpDataTable name, click to edit"
2711
  msgstr ""
2712
 
2713
+ #: templates/admin/table-settings/table_settings_block.inc.php:30
2714
+ msgid "Click to copy shortcode"
2715
  msgstr ""
2716
 
2717
+ #: templates/admin/table-settings/table_settings_block.inc.php:36
2718
+ msgid "Collapse and expand widget"
2719
  msgstr ""
2720
 
2721
+ #: templates/admin/table-settings/table_settings_block.inc.php:69
2722
+ msgid "Sorting and filtering"
2723
  msgstr ""
2724
 
2725
+ #: templates/admin/table-settings/table_settings_block.inc.php:77
2726
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
2727
+ msgid "Table Tools"
2728
  msgstr ""
2729
 
2730
+ #: templates/admin/table-settings/table_settings_block.inc.php:81
2731
+ msgid "Placeholders"
 
2732
  msgstr ""
2733
 
2734
+ #: templates/admin/table-settings/table_settings_block.inc.php:97
2735
+ msgid "Input data source type"
2736
  msgstr ""
2737
 
2738
+ #: templates/admin/table-settings/table_settings_block.inc.php:99
2739
+ msgid ""
2740
+ "Please choose a type of the input data source - it can be a MySQL query, a "
2741
+ "file, or an URL. Only MySQL query-based tables can use server-side processing"
2742
  msgstr ""
2743
 
2744
+ #: templates/admin/table-settings/table_settings_block.inc.php:106
2745
+ msgid "Select a data source type"
2746
  msgstr ""
2747
 
2748
+ #: templates/admin/table-settings/table_settings_block.inc.php:107
2749
+ #: templates/edit_table.inc.php:110
2750
+ msgid "MySQL query"
2751
  msgstr ""
2752
 
2753
+ #: templates/admin/table-settings/table_settings_block.inc.php:108
2754
+ #: templates/edit_table.inc.php:85
2755
+ msgid "CSV file"
2756
  msgstr ""
2757
 
2758
+ #: templates/admin/table-settings/table_settings_block.inc.php:109
2759
+ #: templates/edit_table.inc.php:86
2760
+ msgid "Excel file"
2761
  msgstr ""
2762
 
2763
+ #: templates/admin/table-settings/table_settings_block.inc.php:110
2764
+ msgid "Google Spreadsheet"
2765
  msgstr ""
2766
 
2767
+ #: templates/admin/table-settings/table_settings_block.inc.php:111
2768
+ #: templates/edit_table.inc.php:89
2769
+ msgid "XML file"
2770
  msgstr ""
2771
 
2772
+ #: templates/admin/table-settings/table_settings_block.inc.php:112
2773
+ #: templates/edit_table.inc.php:90
2774
+ msgid "JSON file"
2775
  msgstr ""
2776
 
2777
+ #: templates/admin/table-settings/table_settings_block.inc.php:124
2778
+ msgid "Input file path or URL"
2779
  msgstr ""
2780
 
2781
+ #: templates/admin/table-settings/table_settings_block.inc.php:126
2782
+ msgid ""
2783
+ "Upload your file or provide the full URL here. For CSV or Excel input "
2784
+ "sources only URLs or paths from same domain are supported. For Google "
2785
+ "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
2786
+ "the URL."
2787
  msgstr ""
2788
 
2789
+ #: templates/admin/table-settings/table_settings_block.inc.php:132
2790
+ msgid "Paste URL or path, or click Browse to choose"
2791
  msgstr ""
2792
 
2793
+ #: templates/admin/table-settings/table_settings_block.inc.php:136
2794
+ msgid "Browse..."
 
2795
  msgstr ""
2796
 
2797
+ #: templates/admin/table-settings/table_settings_block.inc.php:146
2798
+ #: templates/edit_table.inc.php:282
2799
+ msgid "Server-side processing"
2800
  msgstr ""
2801
 
2802
+ #: templates/admin/table-settings/table_settings_block.inc.php:148
2803
+ msgid ""
2804
+ "If it is turned on, all sorting, filtering, pagination and other data "
2805
+ "interaction will be done by MySQL server. This feature is recommended if you "
2806
+ "have more than 2000-3000 rows. Mandatory for editable tables."
2807
  msgstr ""
2808
 
2809
+ #: templates/admin/table-settings/table_settings_block.inc.php:152
2810
+ msgid "Enable server-side processing"
2811
  msgstr ""
2812
 
2813
+ #: templates/admin/table-settings/table_settings_block.inc.php:168
2814
+ msgid "MySQL Query"
 
2815
  msgstr ""
2816
 
2817
+ #: templates/admin/table-settings/table_settings_block.inc.php:170
2818
+ msgid ""
2819
+ "Enter the text of your MySQL query here - please make sure it returns actual "
2820
+ "data first. You can use a number of placeholders to make the dataset in the "
2821
+ "table flexible and be able to return different sets of data by calling it "
2822
+ "with different shortcodes."
2823
  msgstr ""
2824
 
2825
+ #: templates/admin/table-settings/table_settings_block.inc.php:177
2826
+ #: templates/edit_table.inc.php:292
2827
+ msgid "Auto-refresh"
2828
  msgstr ""
2829
 
2830
+ #: templates/admin/table-settings/table_settings_block.inc.php:179
2831
+ msgid ""
2832
+ "If you enter a non-zero value, table will auto-refresh to show actual data "
2833
+ "with a given interval of seconds. Leave zero or empty not to use auto-"
2834
+ "refresh."
2835
  msgstr ""
2836
 
2837
+ #: templates/admin/table-settings/table_settings_block.inc.php:184
2838
+ msgid "Auto-refresh interval in seconds (zero or blank to disable)"
 
2839
  msgstr ""
2840
 
2841
+ #: templates/admin/table-settings/table_settings_block.inc.php:202
2842
+ #: templates/edit_table.inc.php:58
2843
+ msgid "Table title"
 
 
2844
  msgstr ""
2845
 
2846
+ #: templates/admin/table-settings/table_settings_block.inc.php:210
2847
+ #: templates/edit_table.inc.php:67
2848
+ msgid "Show table title"
2849
  msgstr ""
2850
 
2851
+ #: templates/admin/table-settings/table_settings_block.inc.php:217
2852
  msgid ""
2853
+ "Enable this to show the table title in a h3 block above the table, disable "
2854
+ "to hide."
 
2855
  msgstr ""
2856
 
2857
+ #: templates/admin/table-settings/table_settings_block.inc.php:224
2858
+ msgid "Show table title on the page"
2859
  msgstr ""
2860
 
2861
+ #: templates/admin/table-settings/table_settings_block.inc.php:234
2862
+ msgid "Responsiveness"
2863
  msgstr ""
2864
 
2865
+ #: templates/admin/table-settings/table_settings_block.inc.php:242
2866
+ msgid "Responsive design"
2867
  msgstr ""
2868
 
2869
+ #: templates/admin/table-settings/table_settings_block.inc.php:249
2870
+ msgid "Enable this to allow responsiveness in the table."
2871
  msgstr ""
2872
 
2873
+ #: templates/admin/table-settings/table_settings_block.inc.php:250
2874
+ msgid ""
2875
+ "Please do not forget to define which columns will be hidden on mobiles and "
2876
+ "tablets in the column settings!"
2877
  msgstr ""
2878
 
2879
+ #: templates/admin/table-settings/table_settings_block.inc.php:257
2880
+ msgid "Allow collapsing on mobiles and tablets"
2881
  msgstr ""
2882
 
2883
+ #: templates/admin/table-settings/table_settings_block.inc.php:267
2884
+ msgid "Hide until loaded"
2885
  msgstr ""
2886
 
2887
+ #: templates/admin/table-settings/table_settings_block.inc.php:269
2888
+ msgid ""
2889
+ "Enable to make whole table hidden until it is initialized to prevent "
2890
+ "unformatted data flashing"
2891
  msgstr ""
2892
 
2893
+ #: templates/admin/table-settings/table_settings_block.inc.php:273
2894
+ msgid "Hide the table before it is fully loaded"
 
2895
  msgstr ""
2896
 
2897
+ #: templates/admin/table-settings/table_settings_block.inc.php:287
2898
+ msgid "Default rows per page"
2899
  msgstr ""
2900
 
2901
+ #: templates/admin/table-settings/table_settings_block.inc.php:295
2902
+ #: templates/admin/table-settings/table_settings_block.inc.php:330
2903
+ msgid "Rows per page"
2904
  msgstr ""
2905
 
2906
+ #: templates/admin/table-settings/table_settings_block.inc.php:302
2907
+ msgid "How many rows to show per page by default."
 
 
 
 
 
2908
  msgstr ""
2909
 
2910
+ #: templates/admin/table-settings/table_settings_block.inc.php:338
2911
+ msgid "Show X entries"
2912
+ msgstr ""
2913
+
2914
+ #: templates/admin/table-settings/table_settings_block.inc.php:345
2915
  msgid ""
2916
+ "Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
2917
+ "frontend."
2918
  msgstr ""
2919
 
2920
+ #: templates/admin/table-settings/table_settings_block.inc.php:352
2921
+ msgid "Show \"Show X entries\" dropdown"
2922
  msgstr ""
2923
 
2924
+ #: templates/admin/table-settings/table_settings_block.inc.php:370
2925
+ msgid "Scrollable table"
2926
  msgstr ""
2927
 
2928
+ #: templates/admin/table-settings/table_settings_block.inc.php:377
2929
+ msgid "Enable this to enable a horizontal scrollbar below the table."
 
 
 
2930
  msgstr ""
2931
 
2932
+ #: templates/admin/table-settings/table_settings_block.inc.php:378
2933
+ msgid "This should be turned off if you want to set columns width manually."
2934
  msgstr ""
2935
 
2936
+ #: templates/admin/table-settings/table_settings_block.inc.php:385
2937
+ msgid "Show a horizontal scrollbar"
2938
  msgstr ""
2939
 
2940
+ #: templates/admin/table-settings/table_settings_block.inc.php:400
2941
+ #: templates/admin/table-settings/table_settings_block.inc.php:408
2942
+ msgid "Info block"
2943
  msgstr ""
2944
 
2945
+ #: templates/admin/table-settings/table_settings_block.inc.php:415
2946
+ msgid ""
2947
+ "Enable to show a block of information about the number of records below the "
2948
+ "table."
2949
  msgstr ""
2950
 
2951
+ #: templates/admin/table-settings/table_settings_block.inc.php:422
2952
+ msgid "Show information block below the table"
 
2953
  msgstr ""
2954
 
2955
+ #: templates/admin/table-settings/table_settings_block.inc.php:432
2956
+ #: templates/admin/table-settings/table_settings_block.inc.php:440
2957
+ msgid "Limit table width"
2958
  msgstr ""
2959
 
2960
+ #: templates/admin/table-settings/table_settings_block.inc.php:447
2961
+ msgid "Enable this to restrict table width to page width."
2962
+ msgstr ""
2963
+
2964
+ #: templates/admin/table-settings/table_settings_block.inc.php:448
2965
  msgid ""
2966
+ "This should be turned on if you want to set columns width manually. Should "
2967
+ "be on to use word wrapping."
2968
  msgstr ""
2969
 
2970
+ #: templates/admin/table-settings/table_settings_block.inc.php:455
2971
+ msgid "Limit table width to page width"
2972
+ msgstr ""
2973
+
2974
+ #: templates/admin/table-settings/table_settings_block.inc.php:465
2975
+ #: templates/admin/table-settings/table_settings_block.inc.php:473
2976
+ #: templates/edit_table.inc.php:392
2977
+ msgid "Word wrap"
2978
  msgstr ""
2979
 
2980
+ #: templates/admin/table-settings/table_settings_block.inc.php:480
2981
  msgid ""
2982
+ "Enable this to wrap long strings into multiple lines and stretch the cells "
2983
+ "height."
 
2984
  msgstr ""
2985
 
2986
+ #: templates/admin/table-settings/table_settings_block.inc.php:487
2987
+ msgid "Wrap words to newlines"
2988
+ msgstr ""
2989
+
2990
+ #: templates/admin/table-settings/table_settings_block.inc.php:508
2991
+ msgid "Advanced column filters"
2992
  msgstr ""
2993
 
2994
+ #: templates/admin/table-settings/table_settings_block.inc.php:516
2995
+ msgid "Advanced filter"
2996
+ msgstr ""
2997
+
2998
+ #: templates/admin/table-settings/table_settings_block.inc.php:523
2999
  msgid ""
3000
+ "Enable to show an advanced filter for each of the columns, filters can be "
3001
+ "shown in table footer, header or in a separate form."
3002
  msgstr ""
3003
 
3004
+ #: templates/admin/table-settings/table_settings_block.inc.php:530
3005
+ msgid "Enable advanced column filters"
3006
  msgstr ""
3007
 
3008
+ #: templates/admin/table-settings/table_settings_block.inc.php:555
3009
  msgid ""
3010
+ "If this is enabled, each column header will be clickable; clicking will sort "
3011
+ "the whole table by the content of this column cells ascending or descending."
 
 
 
3012
  msgstr ""
3013
 
3014
+ #: templates/admin/table-settings/table_settings_block.inc.php:562
3015
+ msgid "Allow sorting for the table"
3016
  msgstr ""
3017
 
3018
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
3019
+ msgid "Main search block"
3020
  msgstr ""
3021
 
3022
+ #: templates/admin/table-settings/table_settings_block.inc.php:580
3023
+ msgid "Global search"
3024
  msgstr ""
3025
 
3026
+ #: templates/admin/table-settings/table_settings_block.inc.php:587
3027
  msgid ""
3028
+ "If this is enabled, a search block will be displayed on the top right of the "
3029
+ "table, allowing to search through whole table with a single input."
3030
  msgstr ""
3031
 
3032
+ #: templates/admin/table-settings/table_settings_block.inc.php:594
3033
+ msgid "Enable search block"
3034
  msgstr ""
3035
 
3036
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
3037
+ msgid "Filters in a form"
3038
  msgstr ""
3039
 
3040
+ #: templates/admin/table-settings/table_settings_block.inc.php:617
3041
+ #: templates/edit_table.inc.php:340
3042
+ msgid "Filter in form"
3043
  msgstr ""
3044
 
3045
+ #: templates/admin/table-settings/table_settings_block.inc.php:624
3046
  msgid ""
3047
+ "Enable to show the advanced column filter in a form above the table, instead "
3048
+ "of showing in the table footer/header."
 
 
3049
  msgstr ""
3050
 
3051
+ #: templates/admin/table-settings/table_settings_block.inc.php:631
3052
+ msgid "Show filters in a form above the table"
3053
+ msgstr ""
3054
+
3055
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
3056
+ msgid "Clear filters button"
3057
+ msgstr ""
3058
+
3059
+ #: templates/admin/table-settings/table_settings_block.inc.php:648
3060
+ #: templates/frontend/filter_form.inc.php:32
3061
+ msgid "Clear filters"
3062
+ msgstr ""
3063
+
3064
+ #: templates/admin/table-settings/table_settings_block.inc.php:652
3065
+ msgid "Enable to show the clear filters button."
3066
+ msgstr ""
3067
+
3068
+ #: templates/admin/table-settings/table_settings_block.inc.php:653
3069
+ msgid ""
3070
+ "If filter in form is enabled, clear button will be rendered after the last "
3071
+ "filter."
3072
  msgstr ""
3073
 
3074
+ #: templates/admin/table-settings/table_settings_block.inc.php:658
3075
  msgid ""
3076
+ "Otherwise, clear filter button will be rendered above the table next to "
3077
+ "\"Table Tools\" buttons."
 
3078
  msgstr ""
3079
 
3080
+ #: templates/admin/table-settings/table_settings_block.inc.php:669
3081
+ msgid "Show clear filters button"
3082
  msgstr ""
3083
 
3084
+ #: templates/admin/table-settings/table_settings_block.inc.php:691
3085
+ msgid "Allow editing"
3086
  msgstr ""
3087
 
3088
+ #: templates/admin/table-settings/table_settings_block.inc.php:699
3089
+ #: templates/edit_table.inc.php:180
3090
+ msgid "Front-end editing"
 
3091
  msgstr ""
3092
 
3093
+ #: templates/admin/table-settings/table_settings_block.inc.php:706
3094
+ msgid "Allow editing the table from the front-end."
3095
  msgstr ""
3096
 
3097
+ #: templates/admin/table-settings/table_settings_block.inc.php:713
3098
+ msgid "Allow front-end editing"
3099
  msgstr ""
3100
 
3101
+ #: templates/admin/table-settings/table_settings_block.inc.php:723
3102
+ msgid "Popover edit block"
 
 
 
3103
  msgstr ""
3104
 
3105
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
3106
+ #: templates/edit_table.inc.php:232
3107
+ msgid "Popover tools"
3108
  msgstr ""
3109
 
3110
+ #: templates/admin/table-settings/table_settings_block.inc.php:738
3111
  msgid ""
3112
+ "If this is enabled, the New, Edit and Delete buttons will appear in a "
3113
+ "popover when you click on any row, instead of Table Tools block above the "
3114
+ "table."
 
 
 
3115
  msgstr ""
3116
 
3117
+ #: templates/admin/table-settings/table_settings_block.inc.php:745
3118
+ msgid "Editing buttons in a popover"
 
 
 
3119
  msgstr ""
3120
 
3121
+ #: templates/admin/table-settings/table_settings_block.inc.php:755
3122
+ #: templates/admin/table-settings/table_settings_block.inc.php:763
3123
+ msgid "In-line editing"
3124
  msgstr ""
3125
 
3126
+ #: templates/admin/table-settings/table_settings_block.inc.php:770
3127
  msgid ""
3128
+ "If this is enabled, front-end users will be able to edit cells by double-"
3129
+ "clicking them, not only with the editor dialog."
3130
  msgstr ""
3131
 
3132
+ #: templates/admin/table-settings/table_settings_block.inc.php:777
3133
+ msgid "Allow in-line editing"
3134
  msgstr ""
3135
 
3136
+ #: templates/admin/table-settings/table_settings_block.inc.php:794
3137
+ #: templates/edit_table.inc.php:192
3138
+ msgid "MySQL table name for editing"
 
 
3139
  msgstr ""
3140
 
3141
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
3142
+ msgid ""
3143
+ "Name of the MySQL table which will be updated when edited from front-end."
3144
  msgstr ""
3145
 
3146
+ #: templates/admin/table-settings/table_settings_block.inc.php:801
3147
+ msgid "MySQL table name"
 
 
3148
  msgstr ""
3149
 
3150
+ #: templates/admin/table-settings/table_settings_block.inc.php:810
3151
+ #: templates/edit_table.inc.php:203
3152
+ msgid "ID column for editing"
3153
  msgstr ""
3154
 
3155
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
3156
  msgid ""
3157
+ "Choose the column values from which will be used as row identifiers. MUST be "
3158
+ "a unique auto-increment integer on MySQL side so insert/edit/delete would "
3159
+ "work correctly! wpDataTables will guess the correct column if it is called "
3160
+ "\"id\" or \"ID\" on MySQL side."
3161
  msgstr ""
3162
 
3163
+ #: templates/admin/table-settings/table_settings_block.inc.php:826
3164
+ #: templates/edit_table.inc.php:267
3165
+ msgid "Editor roles"
3166
  msgstr ""
3167
 
3168
+ #: templates/admin/table-settings/table_settings_block.inc.php:828
3169
  msgid ""
3170
+ "If you want only specific user roles to be able to edit the table, choose in "
3171
+ "this dropdown. Leave unchecked to allow editing for everyone."
3172
  msgstr ""
3173
 
3174
+ #: templates/admin/table-settings/table_settings_block.inc.php:833
3175
+ msgid "Everyone"
3176
  msgstr ""
3177
 
3178
+ #: templates/admin/table-settings/table_settings_block.inc.php:834
3179
+ msgid "Administrators"
3180
  msgstr ""
3181
 
3182
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
3183
+ msgid "Editors"
3184
  msgstr ""
3185
 
3186
+ #: templates/admin/table-settings/table_settings_block.inc.php:836
3187
+ msgid "Authors"
3188
  msgstr ""
3189
 
3190
+ #: templates/admin/table-settings/table_settings_block.inc.php:837
3191
+ msgid "Contributors"
 
3192
  msgstr ""
3193
 
3194
+ #: templates/admin/table-settings/table_settings_block.inc.php:838
3195
+ msgid "Subscribers"
3196
  msgstr ""
3197
 
3198
+ #: templates/admin/table-settings/table_settings_block.inc.php:853
3199
+ msgid "Users see and edit only own data"
3200
  msgstr ""
3201
 
3202
+ #: templates/admin/table-settings/table_settings_block.inc.php:861
3203
+ msgid "Users see and edit only their own data"
3204
  msgstr ""
3205
 
3206
+ #: templates/admin/table-settings/table_settings_block.inc.php:868
3207
+ msgid ""
3208
+ "If this is enabled, users will see and edit only the rows that are related "
3209
+ "to them or were created by them (associated using the User ID column)."
3210
  msgstr ""
3211
 
3212
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
3213
+ msgid "Limit editing to own data only"
3214
  msgstr ""
3215
 
3216
+ #: templates/admin/table-settings/table_settings_block.inc.php:885
3217
+ #: templates/edit_table.inc.php:250
3218
+ msgid "User ID column"
3219
  msgstr ""
3220
 
3221
+ #: templates/admin/table-settings/table_settings_block.inc.php:887
3222
  msgid ""
3223
+ "Choose the column values from which will be used as User identifiers. "
3224
+ "References the ID from WordPress Users table (wp_users), MUST be defined as "
3225
+ "an integer on MySQL side."
 
 
 
3226
  msgstr ""
3227
 
3228
+ #: templates/admin/table-settings/table_settings_block.inc.php:920
3229
+ #: templates/edit_table.inc.php:350
3230
+ msgid "Table tools"
3231
  msgstr ""
3232
 
3233
+ #: templates/admin/table-settings/table_settings_block.inc.php:927
3234
  msgid ""
3235
+ "If this is enabled, a toolbar with useful tools will be shown above the table"
3236
  msgstr ""
3237
 
3238
+ #: templates/admin/table-settings/table_settings_block.inc.php:934
3239
+ msgid "Enable Table Tools"
3240
  msgstr ""
3241
 
3242
+ #: templates/admin/table-settings/table_settings_block.inc.php:944
3243
+ msgid "Buttons"
3244
  msgstr ""
3245
 
3246
+ #: templates/admin/table-settings/table_settings_block.inc.php:946
3247
+ msgid "Choose which buttons to show in the Table Tools block."
3248
  msgstr ""
3249
 
3250
+ #: templates/admin/table-settings/table_settings_block.inc.php:952
3251
+ msgid "Columns visibility"
3252
  msgstr ""
3253
 
3254
+ #: templates/admin/table-settings/table_settings_block.inc.php:974
3255
+ msgid ""
3256
+ "Placeholders can be understood as predefined ‘search and replace‘ templates; "
3257
+ "that will be replaced with some actual values at the execution time; usually "
3258
+ "this is used for MySQL queries."
3259
  msgstr ""
3260
 
3261
+ #: templates/admin/table-settings/table_settings_block.inc.php:986
3262
+ #: templates/admin/table-settings/table_settings_block.inc.php:1001
3263
+ #: templates/admin/table-settings/table_settings_block.inc.php:1016
3264
+ msgid ""
3265
+ "This placeholder will be replaced with any value that you will provide in a "
3266
+ "shortcode. Provide a default value here that will be used for table "
3267
+ "generation and when a different one is not defined in the shortcode."
3268
  msgstr ""
3269
 
3270
+ #: templates/admin/table-settings/table_settings_block.inc.php:991
3271
+ #: templates/admin/table-settings/table_settings_block.inc.php:1006
3272
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
3273
+ #: templates/admin/table-settings/table_settings_block.inc.php:1043
3274
+ #: templates/admin/table-settings/table_settings_block.inc.php:1061
3275
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
3276
+ #: templates/admin/table-settings/table_settings_block.inc.php:1099
3277
+ msgid "Default for table generation"
3278
  msgstr ""
3279
 
3280
+ #: templates/admin/table-settings/table_settings_block.inc.php:1037
3281
+ msgid ""
3282
+ "This placeholder will be replaced with the ID of currently logged in user. "
3283
+ "Provide a value here to be used for table generation"
3284
  msgstr ""
3285
 
3286
+ #: templates/admin/table-settings/table_settings_block.inc.php:1053
3287
+ msgid ""
3288
+ "This placeholder will be replaced with the login of currently logged in "
3289
+ "user. Provide a value here to be used for table generation"
3290
  msgstr ""
3291
 
3292
+ #: templates/admin/table-settings/table_settings_block.inc.php:1071
3293
+ msgid ""
3294
+ "This placeholder will be replaced with the current prefix of WordPress "
3295
+ "database. Provide a value here to be used for table generation"
3296
  msgstr ""
3297
 
3298
+ #: templates/admin/table-settings/table_settings_block.inc.php:1094
3299
  msgid ""
3300
+ "This placeholder will be replaced with the ID of current post. Provide a "
3301
+ "value here to be used for table generation"
3302
  msgstr ""
3303
 
3304
+ #: templates/browse.inc.php:8
3305
+ msgid "Add new"
3306
  msgstr ""
3307
 
3308
+ #: templates/browse.inc.php:39 templates/browse.inc.php:101
3309
+ #: templates/browse_charts.inc.php:28
3310
+ msgid "Are you sure"
 
3311
  msgstr ""
3312
 
3313
+ #: templates/browse.inc.php:57
3314
+ msgid "copy"
3315
  msgstr ""
3316
 
3317
+ #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
3318
+ msgid "wpDataTables documentation on Charts"
 
3319
  msgstr ""
3320
 
3321
+ #: templates/browse_charts.inc.php:9
3322
+ msgid "Add new chart"
 
 
3323
  msgstr ""
3324
 
3325
+ #: templates/chart_wizard.inc.php:17
3326
+ msgid "wpDataTables Chart Wizard"
3327
  msgstr ""
3328
 
3329
+ #: templates/chart_wizard.inc.php:24 templates/constructor.inc.php:19
3330
+ #: templates/edit_table.inc.php:30 templates/edit_table.inc.php:431
3331
+ #: templates/settings.inc.php:24 templates/settings.inc.php:202
3332
+ #: templates/settings.inc.php:444
3333
+ msgid "Click to toggle"
3334
  msgstr ""
3335
 
3336
+ #: templates/chart_wizard.inc.php:44
3337
+ msgid "Formatting"
3338
  msgstr ""
3339
 
3340
+ #: templates/chart_wizard.inc.php:59
3341
+ msgid "Chart title, rendering engine and type"
3342
  msgstr ""
3343
 
3344
+ #: templates/chart_wizard.inc.php:66
3345
+ msgid "What is the title of the chart that you will use to identify it?"
3346
  msgstr ""
3347
 
3348
+ #: templates/chart_wizard.inc.php:88
3349
+ msgid "Pick a Google chart type"
3350
  msgstr ""
3351
 
3352
+ #: templates/chart_wizard.inc.php:106
3353
+ msgid "Pick a Highcharts chart type"
3354
  msgstr ""
3355
 
3356
+ #: templates/common/delete_modal.inc.php:28
3357
+ msgid "Please confirm deletion. There is no undo!"
3358
  msgstr ""
3359
 
3360
+ #: templates/constructor.inc.php:14
3361
+ msgid "wpDataTables documentation on Table Consturctor"
3362
  msgstr ""
3363
 
3364
+ #: templates/constructor.inc.php:14 templates/edit_table.inc.php:11
3365
+ msgid "if you have some questions or problems."
 
 
3366
  msgstr ""
3367
 
3368
+ #: templates/constructor.inc.php:15
3369
+ msgid "wpDataTable constructor"
3370
  msgstr ""
3371
 
3372
+ #: templates/edit_table.inc.php:11
3373
+ msgid "wpDataTables documentation on this page"
 
 
3374
  msgstr ""
3375
 
3376
+ #: templates/edit_table.inc.php:19
3377
+ msgid "To insert the table on your page use the shortcode"
3378
  msgstr ""
3379
 
3380
+ #: templates/edit_table.inc.php:32
3381
+ msgid "Data source and main settings"
3382
  msgstr ""
3383
 
3384
+ #: templates/edit_table.inc.php:46
3385
+ msgid "General setup"
3386
  msgstr ""
3387
 
3388
+ #: templates/edit_table.inc.php:62
3389
+ msgid "If you want to display a header above your table, enter it here"
3390
  msgstr ""
3391
 
3392
+ #: templates/edit_table.inc.php:71
3393
+ msgid "Uncheck if you do not want to show the table title on the page"
3394
  msgstr ""
3395
 
3396
+ #: templates/edit_table.inc.php:77
3397
+ msgid "Table type"
3398
  msgstr ""
3399
 
3400
+ #: templates/edit_table.inc.php:81
3401
+ msgid "Select a table type..."
 
 
 
3402
  msgstr ""
3403
 
3404
+ #: templates/edit_table.inc.php:83
3405
+ msgid ""
3406
+ "MySQL\n"
3407
+ "\t\t\t\t\t\t\t\t\t\t\t\t\t\tquery"
3408
  msgstr ""
3409
 
3410
+ #: templates/edit_table.inc.php:93
3411
+ msgid "Choose a type of input source for your table"
3412
  msgstr ""
3413
 
3414
+ #: templates/edit_table.inc.php:102
3415
+ msgid "Go to editor"
3416
  msgstr ""
3417
 
3418
+ #: templates/edit_table.inc.php:103
3419
+ msgid "Go to Excel-like editor"
3420
  msgstr ""
3421
 
3422
+ #: templates/edit_table.inc.php:104
3423
+ msgid "Open the table in back-end editor to modify table data"
3424
  msgstr ""
3425
 
3426
+ #: templates/edit_table.inc.php:110
3427
+ msgid ""
3428
+ "Enter MySQL SELECT query that will return the data for your wpDataTable. "
3429
+ "Make sure that this query works and returns data. If you are not sure what "
3430
+ "is a MySQL query please consider using Excel data source, or spend some time "
3431
+ "reading MySQL manuals"
3432
  msgstr ""
3433
 
3434
+ #: templates/edit_table.inc.php:116
3435
+ msgid ""
3436
+ "Enter the text of your MySQL query here. You can use a number of "
3437
+ "placeholders to make the dataset in the table flexible and be able to return "
3438
+ "different sets of data by calling it with different shortcodes"
3439
  msgstr ""
3440
 
3441
+ #: templates/edit_table.inc.php:117
3442
+ msgid "MySQL query placeholders (toggle show/hide)"
3443
  msgstr ""
3444
 
3445
+ #: templates/edit_table.inc.php:121
3446
+ msgid "Placeholder"
3447
  msgstr ""
3448
 
3449
+ #: templates/edit_table.inc.php:122
3450
+ msgid "Description, example"
3451
  msgstr ""
3452
 
3453
+ #: templates/edit_table.inc.php:123
3454
+ msgid "Define default for table generation"
3455
  msgstr ""
3456
 
3457
+ #: templates/edit_table.inc.php:130
3458
+ msgid ""
3459
+ "Returns the numeric value of the currently logged in user ID (wp_users "
3460
+ "table). Returns 0 for non-logged in users. If your current user does not "
3461
+ "have rows in the table you can redefine it here (it will not be stored, used "
3462
+ "only to read the table structure)."
3463
  msgstr ""
3464
 
3465
+ #: templates/edit_table.inc.php:131
3466
+ msgid "Example: SELECT * FROM mytable WHERE user_id = %CURRENT_USER_ID%"
3467
  msgstr ""
3468
 
3469
+ #: templates/edit_table.inc.php:138
3470
+ msgid ""
3471
+ "Variable for using in the shortcode. Can be used in filter values. It is "
3472
+ "necessary for wpDataTables to retrieve actual data from the DB at the moment "
3473
+ "of wpDataTable generation to read the columns structure, so make sure the "
3474
+ "query returns something. You can define the default variables values here, "
3475
+ "they will be used for table creation, and as defaults if not defined in "
3476
+ "shortcode."
3477
  msgstr ""
3478
 
3479
+ #: templates/edit_table.inc.php:139
3480
+ msgid ""
3481
+ "Example: SELECT * FROM mytable WHERE mycolumn >= %VAR1% AND mycolumn <= "
3482
+ "%VAR2%"
3483
  msgstr ""
3484
 
3485
+ #: templates/edit_table.inc.php:146 templates/edit_table.inc.php:153
3486
+ msgid "Variable for using in the shortcode."
3487
  msgstr ""
3488
 
3489
+ #: templates/edit_table.inc.php:160
3490
  msgid ""
3491
+ "Prefix of the current WordPress DB installation. Defaults to \"wp_\", but "
3492
+ "may be different if defined so in WordPress config."
3493
  msgstr ""
3494
 
3495
+ #: templates/edit_table.inc.php:170
3496
+ msgid "Input file or URL"
3497
  msgstr ""
3498
 
3499
+ #: templates/edit_table.inc.php:175
3500
+ msgid "Upload your file or provide the full URL here"
3501
  msgstr ""
3502
 
3503
+ #: templates/edit_table.inc.php:175
3504
  msgid ""
3505
+ "It is allowed to use placeholders (variables) in URLs. Read about "
3506
+ "placeholders "
3507
  msgstr ""
3508
 
3509
+ #: templates/edit_table.inc.php:175
3510
+ msgid "here."
3511
  msgstr ""
3512
 
3513
+ #: templates/edit_table.inc.php:175
3514
+ msgid "For CSV or Excel input sources only uploaded files are supported"
 
 
3515
  msgstr ""
3516
 
3517
+ #: templates/edit_table.inc.php:175
3518
+ msgid ""
3519
+ "For Google Spreadsheets: please do not forget to publish the spreadsheet "
3520
+ "before pasting the URL"
3521
  msgstr ""
3522
 
3523
+ #: templates/edit_table.inc.php:186
3524
+ msgid "Make table editable from the front-end"
3525
  msgstr ""
3526
 
3527
+ #: templates/edit_table.inc.php:186
3528
  msgid ""
3529
+ "Works only for MySQL-based tables with server-side processing, and can only "
3530
+ "update one table on MySQL side"
 
 
3531
  msgstr ""
3532
 
3533
+ #: templates/edit_table.inc.php:187
3534
+ msgid ""
3535
+ "Please save the table first so wpDataTables would read the columns data so "
3536
+ "that feature would become available."
3537
  msgstr ""
3538
 
3539
+ #: templates/edit_table.inc.php:198
3540
+ msgid "Name of the MySQL table which will be used for updates from front-end"
3541
  msgstr ""
3542
 
3543
+ #: templates/edit_table.inc.php:207 templates/edit_table.inc.php:254
3544
+ msgid ""
3545
+ "Please save the table first so wpDataTables would initialize the columns"
3546
  msgstr ""
3547
 
3548
+ #: templates/edit_table.inc.php:210
3549
+ msgid "Please choose an ID column for editing..."
3550
  msgstr ""
3551
 
3552
+ #: templates/edit_table.inc.php:217
3553
  msgid ""
3554
+ "Please choose a column, values from which will be used as row unique "
3555
+ "identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
3556
+ "delete would work correctly!"
3557
  msgstr ""
3558
 
3559
+ #: templates/edit_table.inc.php:218
3560
+ msgid ""
3561
+ "wpDataTables will guess the correct column if it is called \"id\" or \"ID\" "
3562
+ "on MySQL side"
3563
  msgstr ""
3564
 
3565
+ #: templates/edit_table.inc.php:223
3566
+ msgid "Inline editing"
3567
  msgstr ""
3568
 
3569
+ #: templates/edit_table.inc.php:227
3570
+ msgid ""
3571
+ "Check this checkbox if you would like to be able to edit the table data "
3572
+ "inline, by double-clicking a cell, not only in a modal dialog"
3573
  msgstr ""
3574
 
3575
+ #: templates/edit_table.inc.php:236
3576
+ msgid ""
3577
+ "Check this checkbox if you would like to get the New, Edit and Delete "
3578
+ "buttons in a popover on click on a table row, instead of in TableTools block "
3579
+ "above the table"
3580
  msgstr ""
3581
 
3582
+ #: templates/edit_table.inc.php:241
3583
+ msgid "Users see and edit only their data"
3584
  msgstr ""
3585
 
3586
+ #: templates/edit_table.inc.php:245
3587
+ msgid "Limit editing to user's own data only"
3588
  msgstr ""
3589
 
3590
+ #: templates/edit_table.inc.php:245
3591
+ msgid ""
3592
+ "Set this to checked if you would like front-end users to see and edit only "
3593
+ "their own data, i.e. rows with their WordPress user ID"
3594
  msgstr ""
3595
 
3596
+ #: templates/edit_table.inc.php:257
3597
+ msgid "Please choose a user ID column..."
3598
  msgstr ""
3599
 
3600
+ #: templates/edit_table.inc.php:271
3601
+ msgid "Choose roles"
3602
  msgstr ""
3603
 
3604
+ #: templates/edit_table.inc.php:272
3605
+ msgid ""
3606
+ "Roles which are allowed to edit the table (leave blank to alllow editing for "
3607
+ "everyone)"
3608
  msgstr ""
3609
 
3610
+ #: templates/edit_table.inc.php:277
3611
+ msgid "Additional settings"
 
3612
  msgstr ""
3613
 
3614
+ #: templates/edit_table.inc.php:287
3615
+ msgid ""
3616
+ "Server-side processing for MySQL-based tables. Required for front-end editing"
3617
  msgstr ""
3618
 
3619
+ #: templates/edit_table.inc.php:296
3620
+ msgid ""
3621
+ "Auto-refresh interval in seconds for tables with server-side processing. "
3622
+ "Leave blank or zero to disable auto-refresh."
3623
  msgstr ""
3624
 
3625
+ #: templates/edit_table.inc.php:301
3626
+ msgid "Responsive"
3627
  msgstr ""
3628
 
3629
+ #: templates/edit_table.inc.php:306
3630
+ msgid ""
3631
+ "Check this checkbox if you would like this table to be responsive - display "
3632
+ "differently on desktops, tablets and mobiles"
3633
  msgstr ""
3634
 
3635
+ #: templates/edit_table.inc.php:311
3636
+ msgid "Scrollable"
3637
  msgstr ""
3638
 
3639
+ #: templates/edit_table.inc.php:315
3640
+ msgid ""
3641
+ "Check this checkbox if you would like this table to be horizontal scrollable"
3642
  msgstr ""
3643
 
3644
+ #: templates/edit_table.inc.php:320
3645
+ msgid "Hide table until page is completely loaded"
 
 
3646
  msgstr ""
3647
 
3648
+ #: templates/edit_table.inc.php:324
3649
+ msgid ""
3650
+ "Check this checkbox if you would prevent table from showing until the page "
3651
+ "loads completely. May be useful for slowly loading pages"
3652
  msgstr ""
3653
 
3654
+ #: templates/edit_table.inc.php:329
3655
+ msgid "Advanced filtering"
3656
  msgstr ""
3657
 
3658
+ #: templates/edit_table.inc.php:335
3659
+ msgid ""
3660
+ "Check this checkbox if you would like to have a filter below each column"
3661
  msgstr ""
3662
 
3663
+ #: templates/edit_table.inc.php:345
3664
+ msgid ""
3665
+ "Check this checkbox if you would like to have the advanced filter in a form"
3666
  msgstr ""
3667
 
3668
+ #: templates/edit_table.inc.php:354
3669
+ msgid ""
3670
+ "Check this checkbox if you would like to have the table tools (copy, save to "
3671
+ "excel, save to CSV, etc) enabled for this table"
3672
  msgstr ""
3673
 
3674
+ #: templates/edit_table.inc.php:361
3675
+ msgid "Configure table tools (toggle show/hide)"
3676
  msgstr ""
3677
 
3678
+ #: templates/edit_table.inc.php:363
3679
+ msgid "Show column visibility button"
3680
  msgstr ""
3681
 
3682
+ #: templates/edit_table.inc.php:364
3683
+ msgid "Show print button"
 
 
 
 
3684
  msgstr ""
3685
 
3686
+ #: templates/edit_table.inc.php:365
3687
+ msgid "Show copy to clipboard button"
3688
  msgstr ""
3689
 
3690
+ #: templates/edit_table.inc.php:366
3691
+ msgid "Show Excel export button"
3692
  msgstr ""
3693
 
3694
+ #: templates/edit_table.inc.php:367
3695
+ msgid "Show CSV export button"
 
 
 
3696
  msgstr ""
3697
 
3698
+ #: templates/edit_table.inc.php:368
3699
+ msgid "Show PDF export button"
3700
  msgstr ""
3701
 
3702
+ #: templates/edit_table.inc.php:374
3703
+ msgid "Enable sorting"
3704
  msgstr ""
3705
 
3706
+ #: templates/edit_table.inc.php:378
3707
  msgid ""
3708
+ "Check this checkbox if you would like to have sorting feature in your table"
 
 
 
3709
  msgstr ""
3710
 
3711
+ #: templates/edit_table.inc.php:383
3712
+ msgid "Limit table layout"
3713
  msgstr ""
3714
 
3715
+ #: templates/edit_table.inc.php:387
3716
+ #, php-format
3717
  msgid ""
3718
+ "Check this checkbox if you would like to limit the table's width to 100% of "
3719
+ "parent container (div)"
 
3720
  msgstr ""
3721
 
3722
+ #: templates/edit_table.inc.php:396
3723
+ msgid ""
3724
+ "Check this checkbox if you would like words in cells to wrap and to extend "
3725
+ "row's height. Leave unchecked if you want to leave one-line row heights."
3726
  msgstr ""
3727
 
3728
+ #: templates/edit_table.inc.php:401
3729
+ msgid "Display length"
3730
  msgstr ""
3731
 
3732
+ #: templates/edit_table.inc.php:405 templates/edit_table.inc.php:406
3733
+ #: templates/edit_table.inc.php:407 templates/edit_table.inc.php:408
3734
+ msgid "entries"
3735
  msgstr ""
3736
 
3737
+ #: templates/edit_table.inc.php:411
3738
  msgid ""
3739
+ "This options defines the default number of entries on the page for this table"
 
3740
  msgstr ""
3741
 
3742
+ #: templates/edit_table.inc.php:433
3743
+ msgid "Optional column setup"
3744
  msgstr ""
3745
 
3746
+ #: templates/edit_table.inc.php:436 templates/edit_table.inc.php:459
3747
+ msgid "Ungroup"
3748
  msgstr ""
3749
 
3750
+ #: templates/edit_table.inc.php:437 templates/edit_table.inc.php:460
3751
+ msgid "Add formula..."
3752
  msgstr ""
3753
 
3754
+ #: templates/edit_table.inc.php:448
3755
+ msgid ""
3756
+ "You can change the column settings in this step, but this is not required, "
3757
+ "since default options have already been generated for you"
3758
  msgstr ""
3759
 
3760
+ #: templates/edit_table.inc.php:449
3761
+ msgid "Warning"
3762
+ msgstr ""
3763
+
3764
+ #: templates/edit_table.inc.php:449
3765
  msgid ""
3766
+ "If you change the table settings, save the table before modifying the column "
3767
+ "settings, because the column set can be changed and you may lose your changes"
3768
  msgstr ""
3769
 
3770
+ #: templates/edit_table.inc.php:484
3771
+ msgid "Merge values"
3772
  msgstr ""
3773
 
3774
+ #: templates/edit_table.inc.php:485
3775
+ msgid "There are already defined possible values."
3776
  msgstr ""
3777
 
3778
+ #: templates/edit_table.inc.php:486
3779
+ msgid "Do you want to merge new values with existing?"
 
 
3780
  msgstr ""
3781
 
3782
+ #: templates/edit_table.inc.php:544
3783
+ msgid "Separate with"
3784
  msgstr ""
3785
 
3786
+ #: templates/edit_table.inc.php:544
3787
+ msgid "Used in advanced filterdropdown and in the editor dialog"
3788
  msgstr ""
3789
 
3790
+ #: templates/edit_table.inc.php:547
3791
+ msgid "Create from column values"
 
3792
  msgstr ""
3793
 
3794
+ #: templates/edit_table.inc.php:548
3795
+ msgid "Clear values"
3796
  msgstr ""
3797
 
3798
+ #: templates/edit_table.inc.php:558
3799
+ msgid "Default value(s)"
3800
  msgstr ""
3801
 
3802
+ #: templates/edit_table.inc.php:560
3803
  msgid ""
3804
+ "Predefined filter value, default editor input value. Separate multiple "
3805
+ "values with \"|\". Placeholders supported."
3806
  msgstr ""
3807
 
3808
+ #: templates/edit_table.inc.php:594
3809
+ msgid "Formula for calculation:"
3810
  msgstr ""
3811
 
3812
+ #: templates/edit_table.inc.php:595
3813
+ msgid "Formula constructor"
3814
  msgstr ""
3815
 
3816
+ #: templates/edit_table.inc.php:603
3817
+ msgid "Editor input type:"
3818
  msgstr ""
3819
 
3820
+ #: templates/edit_table.inc.php:613
3821
+ msgid "Cannot be empty:"
3822
  msgstr ""
3823
 
3824
+ #: templates/edit_table.inc.php:658
3825
+ msgid "Default sort column"
3826
  msgstr ""
3827
 
3828
+ #: templates/edit_table.inc.php:672
3829
+ msgid "Show a total for this column in footer"
3830
+ msgstr ""
3831
+
3832
+ #: templates/edit_table.inc.php:704
3833
+ msgid "Width"
3834
  msgstr ""
3835
 
3836
+ #: templates/edit_table.inc.php:706
3837
+ #, php-format
3838
  msgid ""
3839
+ "Input width for column (in percents with % or pixels without \"px\"). Leave "
3840
+ "blank if you want to leave auto width"
3841
  msgstr ""
3842
 
3843
+ #: templates/edit_table.inc.php:714
3844
+ msgid "Display text before"
3845
  msgstr ""
3846
 
3847
+ #: templates/edit_table.inc.php:722
3848
+ msgid "Display text after"
 
3849
  msgstr ""
3850
 
3851
+ #: templates/edit_table.inc.php:738
3852
+ msgid "Visible"
3853
  msgstr ""
3854
 
3855
+ #: templates/edit_table.inc.php:752
3856
  msgid ""
3857
+ "Conditional formatting allows you to add special formatting rules depending "
3858
+ "on different values of the cell in this column. E.g. you can add a CSS class "
3859
+ "or color to cell or whole row, etc"
3860
  msgstr ""
3861
 
3862
+ #: templates/edit_table.inc.php:756
3863
+ msgid "Define rules"
3864
  msgstr ""
3865
 
3866
+ #: templates/edit_table.inc.php:802
3867
+ msgid "Table saved!"
 
3868
  msgstr ""
3869
 
3870
+ #: templates/frontend/excel_table_main.inc.php:28
3871
+ #: templates/wpdatatables_excel_table_main.inc.php:26
3872
+ msgid "Search"
 
3873
  msgstr ""
3874
 
3875
+ #: templates/settings.inc.php:12
3876
+ msgid "wpDataTables documentation on this feature"
3877
  msgstr ""
3878
 
3879
+ #: templates/settings.inc.php:13
3880
+ msgid "wpDataTables settings"
3881
  msgstr ""
3882
 
3883
+ #: templates/settings.inc.php:35
3884
+ msgid "Use separate MySQL connection"
3885
  msgstr ""
3886
 
3887
+ #: templates/settings.inc.php:39
3888
  msgid ""
3889
+ "If this checkbox is checked, wpDataTables will use its own connection to "
3890
+ "MySQL bases. In other case it will use the main WordPress MySQL connection."
3891
  msgstr ""
3892
 
3893
+ #: templates/settings.inc.php:56
3894
+ msgid "Pick the language which will be used in tables interface"
3895
  msgstr ""
3896
 
3897
+ #: templates/settings.inc.php:69
3898
+ msgid "How many tables to show in the browse page"
 
 
3899
  msgstr ""
3900
 
3901
+ #: templates/settings.inc.php:78 templates/settings.inc.php:79
3902
+ msgid "Skin"
3903
  msgstr ""
3904
 
3905
+ #: templates/settings.inc.php:81
3906
+ msgid "Choose the base skin for the plugin"
3907
  msgstr ""
3908
 
3909
+ #: templates/settings.inc.php:93
3910
  msgid ""
3911
+ "Choose where you would like to render the advanced filter for tables where "
3912
+ "enabled"
3913
  msgstr ""
3914
 
3915
+ #: templates/settings.inc.php:114
3916
+ msgid "Pick the date format to use in date column type"
 
 
3917
  msgstr ""
3918
 
3919
+ #: templates/settings.inc.php:126
3920
+ msgid "Pick the time format to use in datetime and time column type"
3921
  msgstr ""
3922
 
3923
+ #: templates/settings.inc.php:147
3924
+ msgid "Define the amount of decimal places for the float numbers"
3925
  msgstr ""
3926
 
3927
+ #: templates/settings.inc.php:152
3928
+ msgid "Timepicker step (min)"
3929
  msgstr ""
3930
 
3931
+ #: templates/settings.inc.php:156
3932
+ msgid "Define the minutes step for the timepicker based filters and editors."
 
 
3933
  msgstr ""
3934
 
3935
+ #: templates/settings.inc.php:161
3936
+ msgid "Align numbers to the right"
3937
  msgstr ""
3938
 
3939
+ #: templates/settings.inc.php:165
3940
+ msgid ""
3941
+ "If this checkbox is checked all numerical values will be aligned to the "
3942
+ "right of the cell"
3943
  msgstr ""
3944
 
3945
+ #: templates/settings.inc.php:185
3946
+ msgid "Here you can specify width (in pixels) will be treated as a mobile."
3947
  msgstr ""
3948
 
3949
+ #: templates/settings.inc.php:192 templates/settings.inc.php:433
3950
+ #: templates/settings.inc.php:481
3951
+ msgid "Save options"
 
3952
  msgstr ""
3953
 
3954
+ #: templates/settings.inc.php:207 templates/settings.inc.php:449
3955
+ msgid "Leave the setting blank to use default value"
 
 
3956
  msgstr ""
3957
 
3958
+ #: templates/settings.inc.php:212
3959
+ msgid "Table font color"
3960
  msgstr ""
3961
 
3962
+ #: templates/settings.inc.php:216
3963
+ msgid "This color is used for the main font in table cells"
3964
  msgstr ""
3965
 
3966
+ #: templates/settings.inc.php:221
3967
+ msgid "Header background color"
3968
  msgstr ""
3969
 
3970
+ #: templates/settings.inc.php:225
3971
+ msgid "The color is used for background of the table header"
3972
  msgstr ""
3973
 
3974
+ #: templates/settings.inc.php:230
3975
+ msgid "Header border color"
3976
  msgstr ""
3977
 
3978
+ #: templates/settings.inc.php:234
3979
+ msgid "This color is used for the border in the table header"
3980
  msgstr ""
3981
 
3982
+ #: templates/settings.inc.php:239
3983
+ msgid "Header font color"
3984
  msgstr ""
3985
 
3986
+ #: templates/settings.inc.php:243
3987
+ msgid "This color is used for the font in the table header"
 
 
 
3988
  msgstr ""
3989
 
3990
+ #: templates/settings.inc.php:248
3991
+ msgid "Header active and hover color"
3992
  msgstr ""
3993
 
3994
+ #: templates/settings.inc.php:252
3995
+ msgid ""
3996
+ "This color is used when you hover the mouse above the table header, or when "
3997
+ "you choose a column"
3998
  msgstr ""
3999
 
4000
+ #: templates/settings.inc.php:257
4001
+ msgid "Table inner border color"
 
 
4002
  msgstr ""
4003
 
4004
+ #: templates/settings.inc.php:261
4005
+ msgid "This color is used for the inner border in the table between cells"
4006
  msgstr ""
4007
 
4008
+ #: templates/settings.inc.php:266
4009
+ msgid "Table outer border color"
4010
  msgstr ""
4011
 
4012
+ #: templates/settings.inc.php:270
4013
+ msgid "This color is used for the outer border of the whole table body"
 
4014
  msgstr ""
4015
 
4016
+ #: templates/settings.inc.php:275
4017
+ msgid "Even row background color"
4018
  msgstr ""
4019
 
4020
+ #: templates/settings.inc.php:279
4021
+ msgid "This color is used for for background in even rows"
4022
  msgstr ""
4023
 
4024
+ #: templates/settings.inc.php:284
4025
+ msgid "Odd row background color"
 
 
 
 
4026
  msgstr ""
4027
 
4028
+ #: templates/settings.inc.php:288
4029
+ msgid "This color is used for for background in odd rows"
4030
+ msgstr ""
4031
+
4032
+ #: templates/settings.inc.php:293
4033
+ msgid "Hover row color"
4034
  msgstr ""
4035
 
4036
+ #: templates/settings.inc.php:297
4037
  msgid ""
4038
+ "This color is used for to highlight the row when you hover your mouse above "
4039
+ "it"
4040
  msgstr ""
4041
 
4042
+ #: templates/settings.inc.php:302
4043
+ msgid "Cell color in active (sorted) columns for even rows"
4044
  msgstr ""
4045
 
4046
+ #: templates/settings.inc.php:306
4047
+ msgid ""
4048
+ "This color is used for background in cells which are in the active columns "
4049
+ "(columns used for sorting) in even rows"
4050
  msgstr ""
4051
 
4052
+ #: templates/settings.inc.php:311
4053
+ msgid "Cell color in active (sorted) columns for odd rows"
4054
  msgstr ""
4055
 
4056
+ #: templates/settings.inc.php:315
4057
+ msgid ""
4058
+ "This color is used for background in cells which are in the active columns "
4059
+ "(columns used for sorting) in odd rows"
4060
  msgstr ""
4061
 
4062
+ #: templates/settings.inc.php:320
4063
+ msgid "Backround color for selected rows"
4064
  msgstr ""
4065
 
4066
+ #: templates/settings.inc.php:324
4067
+ msgid "This color is used for background in selected rows"
4068
  msgstr ""
4069
 
4070
+ #: templates/settings.inc.php:329
4071
+ msgid "Buttons background color"
4072
  msgstr ""
4073
 
4074
+ #: templates/settings.inc.php:333
4075
+ msgid "This color is used for background in buttons"
4076
  msgstr ""
4077
 
4078
+ #: templates/settings.inc.php:338
4079
+ msgid "Buttons border color"
 
 
4080
  msgstr ""
4081
 
4082
+ #: templates/settings.inc.php:342
4083
+ msgid "This color is used for border in buttons"
4084
  msgstr ""
4085
 
4086
+ #: templates/settings.inc.php:347
4087
+ msgid "Buttons font color"
4088
  msgstr ""
4089
 
4090
+ #: templates/settings.inc.php:351
4091
+ msgid "This color is used for font in buttons"
 
 
 
4092
  msgstr ""
4093
 
4094
+ #: templates/settings.inc.php:356
4095
+ msgid "Buttons background hover color"
4096
  msgstr ""
4097
 
4098
+ #: templates/settings.inc.php:360
4099
  msgid ""
4100
+ "This color will be used for button backgrounds when you hover above them"
4101
  msgstr ""
4102
 
4103
+ #: templates/settings.inc.php:365
4104
+ msgid "Buttons hover font color"
4105
  msgstr ""
4106
 
4107
+ #: templates/settings.inc.php:369
4108
+ msgid "This color will be used for buttons font when you hover above them"
4109
  msgstr ""
4110
 
4111
+ #: templates/settings.inc.php:378
4112
+ msgid ""
4113
+ "This color will be used for wpDataTable popup (filter, datepicker) fonts"
4114
  msgstr ""
4115
 
4116
+ #: templates/settings.inc.php:383
4117
+ msgid "Modals background color"
4118
  msgstr ""
4119
 
4120
+ #: templates/settings.inc.php:387
4121
  msgid ""
4122
+ "This color will be used for wpDataTable popup (filter, datepicker) background"
 
 
4123
  msgstr ""
4124
 
4125
+ #: templates/settings.inc.php:392
4126
+ msgid "Overlay background color"
 
 
 
 
 
4127
  msgstr ""
4128
 
4129
+ #: templates/settings.inc.php:396
4130
+ msgid ""
4131
+ "This color will be used for overlay which appears below the plugin popups"
 
 
 
 
 
4132
  msgstr ""
4133
 
4134
+ #: templates/settings.inc.php:405
4135
+ msgid "This color will be used for button borders when you hover above them"
 
 
4136
  msgstr ""
4137
 
4138
+ #: templates/settings.inc.php:419
4139
+ msgid "Table font"
 
 
4140
  msgstr ""
4141
 
4142
+ #: templates/settings.inc.php:458
4143
  msgid ""
4144
+ "This JS will be inserted as an inline script block on every page that has a "
4145
+ "wpDataTable"
4146
  msgstr ""
4147
 
4148
+ #: templates/settings.inc.php:467
4149
  msgid ""
4150
+ "This CSS will be inserted as an inline style block on every page that has a "
4151
+ "wpDataTable"
4152
  msgstr ""
4153
 
4154
+ #: templates/settings.inc.php:472
4155
+ msgid "Use minified wpDataTables Javascript"
4156
  msgstr ""
4157
 
4158
+ #: templates/settings.inc.php:476
4159
+ msgid ""
4160
+ "Uncheck if you would like to make some changes to the main wpDataTables JS "
4161
+ "file (assets/js/wpdatatables/wpdatatables.js). Minified is inserted by "
4162
+ "default (better performance)"
4163
  msgstr ""
4164
 
4165
+ #: templates/settings.inc.php:521
4166
+ msgid "Full version only!"
4167
  msgstr ""
4168
 
4169
+ #: templates/settings.inc.php:521
4170
+ msgid ""
4171
+ "Sorry, this function is available only in FULL version of wpDataTables along "
4172
+ "with many others! Please go to our <a href=\\\"http://wpdatatables.com/\\"
4173
+ "\">website</a> to see the full list and to purchase!"
4174
  msgstr ""
4175
 
4176
+ #: templates/settings.inc.php:625
4177
+ msgid "Settings saved successfully"
4178
  msgstr ""
4179
 
4180
+ #: templates/settings.inc.php:627
4181
+ msgid "There was a problem saving your settings"
 
4182
  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: 2017-12-14 17:43+0100\n"
5
- "PO-Revision-Date: 2018-09-17 11:54+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: fr_FR\n"
@@ -24,15 +24,6 @@ msgstr ""
24
  "X-Poedit-SearchPathExcluded-6: assets/js/moment\n"
25
  "X-Poedit-SearchPathExcluded-7: assets/js/tagsinput\n"
26
 
27
- #: assets/js/wpdatatables/wdt.chartJS.js:239
28
- #: assets/js/wpdatatables/wdt.chartJS.min.js:1
29
- #: assets/js/wpdatatables/wdt.googleCharts.js:316
30
- #: assets/js/wpdatatables/wdt.googleCharts.min.js:1
31
- #: assets/js/wpdatatables/wdt.highcharts.js:459
32
- #: assets/js/wpdatatables/wdt.highcharts.min.js:1
33
- msgid "tr"
34
- msgstr "tr"
35
-
36
  #: controllers/wdt_admin.php:10 controllers/wdt_admin.php:11
37
  msgid "wpDataTables"
38
  msgstr "wpDataTables"
@@ -43,6 +34,7 @@ msgid "Create a Table"
43
  msgstr "Créer un tableau"
44
 
45
  #: controllers/wdt_admin.php:27 controllers/wdt_admin.php:28
 
46
  msgid "wpDataCharts"
47
  msgstr "wpDataCharts"
48
 
@@ -63,124 +55,52 @@ msgstr "Suppléments d'extension"
63
  msgid "Addons"
64
  msgstr "Suppléments d'extension"
65
 
66
- #: controllers/wdt_admin.php:293 controllers/wdt_admin.php:342
67
- #: controllers/wdt_admin.php:375 controllers/wdt_admin.php:396
68
- #: controllers/wdt_admin.php:443 controllers/wdt_admin.php:469
69
- #: controllers/wdt_admin.php:488
70
  msgid "You do not have sufficient permissions to access this page."
71
  msgstr ""
72
  "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page."
73
 
74
- #: controllers/wdt_admin_ajax_actions.php:23
75
- msgid "Successfully connected to the MySQL server."
76
- msgstr "Connecté avec succès au serveur MySQL."
77
-
78
- #: controllers/wdt_admin_ajax_actions.php:25
79
- msgid "wpDataTables could not connect to MySQL server."
80
- msgstr "wpDataTables n'a pas pu se connecter au serveur MySQL."
81
-
82
- #: controllers/wdt_admin_ajax_actions.php:28
83
- msgid "wpDataTables could not connect to MySQL server. MySQL said: "
84
- msgstr ""
85
- "wpDataTables n'a pas pu se connecter au serveur MySQL. MySQL a déclaré: "
86
-
87
- #: controllers/wdt_admin_ajax_actions.php:436
88
- msgid "There was an error while trying to import table"
89
- msgstr ""
90
- "Une erreur s'est produite lors de la tentative d'importation du tableau"
91
-
92
- #: controllers/wdt_admin_ajax_actions.php:440
93
- msgid "There was an error while trying to import table. Exception: "
94
- msgstr ""
95
- "Une erreur s'est produite lors de la tentative d'importation du tableau. "
96
- "Exception: "
97
-
98
- #: controllers/wdt_ajax_actions.php:357 controllers/wdt_ajax_actions.php:398
99
- #: controllers/wdt_ajax_actions.php:580
100
- msgid "There was an error trying to update the row! Error: "
101
- msgstr ""
102
- "Une erreur s'est produite lors de la tentative de mise à jour de la ligne! "
103
- "Erreur: "
104
-
105
- #: controllers/wdt_ajax_actions.php:369 controllers/wdt_ajax_actions.php:423
106
- #: controllers/wdt_ajax_actions.php:550
107
- msgid "There was an error trying to insert a new row! Error: "
108
- msgstr ""
109
- "Une erreur s'est produite lors de la tentative d'insertion d'une nouvelle "
110
- "ligne! Erreur: "
111
-
112
- #: controllers/wdt_ajax_actions.php:493
113
- msgid "Bad column names supplied: "
114
- msgstr "Mauvais noms de colonnes fournis: "
115
-
116
- #: controllers/wdt_ajax_actions.php:495
117
- msgid "ID column not supplied"
118
- msgstr "Colonne d'identification non fournie"
119
-
120
- #: controllers/wdt_ajax_actions.php:500
121
- msgid "ID column not supplied for a cell"
122
- msgstr "Colonne d'identification non fournie pour une cellule"
123
-
124
- #: controllers/wdt_ajax_actions.php:709 controllers/wdt_ajax_actions.php:723
125
- msgid "Nothing to delete."
126
- msgstr "Rien à supprimer."
127
-
128
- #: controllers/wdt_ajax_actions.php:713 controllers/wdt_ajax_actions.php:727
129
- msgid "Bad request format."
130
- msgstr "Mauvais format de demande."
131
-
132
- #: controllers/wdt_ajax_actions.php:737
133
- msgid "You don't have permission to change this table."
134
- msgstr "Vous n'êtes pas autorisé à modifier ce tableau."
135
-
136
- #: controllers/wdt_ajax_actions.php:745
137
- msgid "Supplied id column not exist."
138
- msgstr "La colonne d'identification fournie n'existe pas."
139
-
140
- #: controllers/wdt_ajax_actions.php:770 controllers/wdt_ajax_actions.php:786
141
- msgid "There was an error trying to delete row! Error: "
142
- msgstr ""
143
- "Une erreur s'est produite lors de la tentative de suppression de la ligne! "
144
- "Erreur: "
145
-
146
- #: controllers/wdt_functions.php:357
147
  msgid "wpDataChart with provided ID not found!"
148
  msgstr "wpDataChart avec identifiant fourni introuvable!"
149
 
150
- #: controllers/wdt_functions.php:393 controllers/wdt_functions.php:464
151
  msgid "wpDataTable with provided ID not found!"
152
  msgstr "wpDataChart avec identifiant fourni introuvable!"
153
 
154
- #: controllers/wdt_functions.php:474
155
  msgid "Provided column is not Integer or Float column type"
156
  msgstr ""
157
  "La colonne fournie n'est pas un type de colonne de nombre entier ou à vigule"
158
 
159
- #: controllers/wdt_functions.php:701
160
  msgid "Choose a table"
161
  msgstr "Choisissez un tableau"
162
 
163
- #: controllers/wdt_functions.php:733
164
  msgid "Interactive Responsive Table"
165
  msgstr "Tableau interactif adaptatif"
166
 
167
- #: controllers/wdt_functions.php:734 controllers/wdt_functions.php:793
168
  msgid "Content"
169
  msgstr "Contenu"
170
 
171
- #: controllers/wdt_functions.php:740
172
  msgid "wpDataTable"
173
  msgstr "wpDataTable"
174
 
175
- #: controllers/wdt_functions.php:744
176
  msgid "Choose the wpDataTable from a dropdown"
177
  msgstr "Choisissez le wpDataTable dans une liste déroulante"
178
 
179
- #: controllers/wdt_functions.php:749
180
  msgid "Table view"
181
  msgstr "Vue tableau"
182
 
183
- #: controllers/wdt_functions.php:753
184
  msgid "Regular wpDataTable"
185
  msgstr "WpDataTable ordinaire"
186
 
@@ -188,392 +108,334 @@ msgstr "WpDataTable ordinaire"
188
  msgid "Excel-like table"
189
  msgstr "Tableau de type Excel"
190
 
191
- #: controllers/wdt_functions.php:759
192
  msgid "Variable placeholder #1"
193
  msgstr "Espace réservé variable #1"
194
 
195
- #: controllers/wdt_functions.php:762 controllers/wdt_functions.php:770
196
- #: controllers/wdt_functions.php:778
197
  msgid "Variables"
198
  msgstr "Variables"
199
 
200
- #: controllers/wdt_functions.php:763
201
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
202
  msgstr ""
203
  "Si vous avez utilisé l'espace réservé VAR1, vous pouvez lui attribuer une "
204
  "valeur ici"
205
 
206
- #: controllers/wdt_functions.php:767
207
  msgid "Variable placeholder #2"
208
  msgstr "Espace réservé variable #2"
209
 
210
- #: controllers/wdt_functions.php:771
211
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
212
  msgstr ""
213
  "Si vous avez utilisé l'espace réservé VAR2, vous pouvez lui attribuer une "
214
  "valeur ici"
215
 
216
- #: controllers/wdt_functions.php:775
217
  msgid "Variable placeholder #3"
218
  msgstr "Espace réservé variable #3"
219
 
220
- #: controllers/wdt_functions.php:779
221
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
222
  msgstr ""
223
  "Si vous avez utilisé l'espace réservé VAR3, vous pouvez lui attribuer une "
224
  "valeur ici"
225
 
226
- #: controllers/wdt_functions.php:792
227
  msgid "Google or Highcharts chart based on a wpDataTable"
228
  msgstr "Graphique Google ou HighCharts basé sur un wpDataTable"
229
 
230
- #: controllers/wdt_functions.php:799
231
  msgid "wpDataChart"
232
  msgstr "wpDataChart"
233
 
234
- #: controllers/wdt_functions.php:803
235
  msgid "Choose one of wpDataCharts from the list"
236
  msgstr "Choisissez l'un des wpDataCharts dans la liste"
237
 
238
- #: source/class.constructor.php:335 source/class.constructor.php:342
239
- msgid "There was an error when trying to create the table on MySQL side"
240
- msgstr "Une erreur s'est produite côté MySQL lors de la création du tableau"
241
-
242
- #: source/class.constructor.php:1230
243
- msgid ""
244
- "<div class=\"alert alert-danger m-15\">No results found. Please check if "
245
- "this query is correct! Table Constructor needs a query that returns data to "
246
- "build a wpDataTable."
247
- msgstr ""
248
- "<div class=\"alert alert-danger m-15\">Aucun résultat trouvé. Veuillez "
249
- "vérifier si cette requête est correcte! Le constructeur de tableaux a besoin "
250
- "d'une requête qui renvoie des données pour générer un wpDataTable."
251
-
252
- #: source/class.constructor.php:1392 source/class.constructor.php:1487
253
- msgid "Empty file"
254
- msgstr "Fichier vide"
255
-
256
- #: source/class.constructor.php:1405
257
- msgid ""
258
- "Could not read Google spreadsheet, please check if the URL is correct and "
259
- "the spreadsheet is published to everyone"
260
- msgstr ""
261
- "Impossible de lire la feuille de calcul Google, veuillez vérifier si l'URL "
262
- "est correcte et si la feuille de calcul est publiée pour tous"
263
-
264
- #: source/class.constructor.php:1422
265
- msgid "Could not read input file!"
266
- msgstr "Impossible de lire le fichier d'entrée!"
267
-
268
- #: source/class.constructor.php:1518
269
- msgid "File format not supported!"
270
- msgstr "Format de fichier non pris en charge!"
271
-
272
- #: source/class.filterwidget.php:22
273
- msgid "Filter"
274
- msgstr "Filtre"
275
-
276
- #: source/class.filterwidget.php:48
277
- msgid "New title"
278
- msgstr "Nouveau titre"
279
-
280
- #: source/class.filterwidget.php:52
281
- msgid "Title:"
282
- msgstr "Titre:"
283
-
284
- #: source/class.wdtbrowsechartstable.php:141
285
- #: source/class.wdtbrowsetable.php:157
286
- #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:43
287
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:63
288
- msgid "Duplicate"
289
- msgstr "Dupliquer"
290
-
291
- #: source/class.wdtbrowsechartstable.php:147
292
- #: source/class.wdtbrowsechartstable.php:167
293
- #: source/class.wdtbrowsetable.php:178 source/class.wdtbrowsetable.php:205
294
  msgid "Configure"
295
  msgstr "Configurer"
296
 
297
- #: source/class.wdtbrowsechartstable.php:153
298
- #: source/class.wdtbrowsechartstable.php:168
299
- #: source/class.wdtbrowsetable.php:185 source/class.wdtbrowsetable.php:206
300
- #: source/class.wpdatatable.php:2897 templates/common/delete_modal.inc.php:41
301
  msgid "Delete"
302
  msgstr "Effacer"
303
 
304
- #: source/class.wdtbrowsechartstable.php:204
305
- #: source/class.wdtbrowsechartstable.php:291
306
  msgid "Column Chart"
307
  msgstr "Graphique à colonnes"
308
 
309
- #: source/class.wdtbrowsechartstable.php:207
310
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
 
311
  msgid "Histogram"
312
  msgstr "Histogramme"
313
 
314
- #: source/class.wdtbrowsechartstable.php:210
315
  msgid "Bar Chart"
316
  msgstr "Diagramme à bandes"
317
 
318
- #: source/class.wdtbrowsechartstable.php:213
319
- #: source/class.wdtbrowsechartstable.php:285
 
 
 
 
 
320
  msgid "Area Chart"
321
  msgstr "Diagramme de zone"
322
 
323
- #: source/class.wdtbrowsechartstable.php:216
324
  msgid "Stepped Area Chart"
325
  msgstr "Diagramme de zone en escalier"
326
 
327
- #: source/class.wdtbrowsechartstable.php:219
328
- #: source/class.wdtbrowsechartstable.php:237
329
- #: source/class.wdtbrowsechartstable.php:282
330
  msgid "Line Chart"
331
  msgstr "Graphique en ligne"
332
 
333
- #: source/class.wdtbrowsechartstable.php:222
334
- #: source/class.wdtbrowsechartstable.php:261
335
- #: source/class.wdtbrowsechartstable.php:300
336
  msgid "Pie Chart"
337
  msgstr "Camembert"
338
 
339
- #: source/class.wdtbrowsechartstable.php:225
340
- #: source/class.wdtbrowsechartstable.php:306
341
  msgid "Bubble Chart"
342
  msgstr "Diagramme à bulles"
343
 
344
- #: source/class.wdtbrowsechartstable.php:228
345
- #: source/class.wdtbrowsechartstable.php:267
346
  msgid "Donut Chart"
347
  msgstr "Graphique Donut"
348
 
349
- #: source/class.wdtbrowsechartstable.php:231
350
  msgid "Gauge Chart"
351
  msgstr "Graphique de jauge"
352
 
353
- #: source/class.wdtbrowsechartstable.php:234
354
  msgid "Scatter Chart"
355
  msgstr "Diagramme de dispersion"
356
 
357
- #: source/class.wdtbrowsechartstable.php:240
358
  msgid "Spline Chart"
359
  msgstr "Diagramme cannelé"
360
 
361
- #: source/class.wdtbrowsechartstable.php:243
362
  msgid "Basic Area Chart"
363
  msgstr "Graphique basic de zone"
364
 
365
- #: source/class.wdtbrowsechartstable.php:246
366
- #: source/class.wdtbrowsechartstable.php:288
367
  msgid "Stacked Area Chart"
368
  msgstr "Graphique de zone empilée"
369
 
370
- #: source/class.wdtbrowsechartstable.php:249
371
  msgid "Basic Bar Chart"
372
  msgstr "Diagramme à bandes de base"
373
 
374
- #: source/class.wdtbrowsechartstable.php:252
375
- msgid "Stacked Bar Chart"
376
- msgstr "Diagramme à barres empilées"
377
-
378
- #: source/class.wdtbrowsechartstable.php:255
379
  msgid "Basic Column Chart"
380
  msgstr "Diagramme basic de colonne"
381
 
382
- #: source/class.wdtbrowsechartstable.php:258
383
  msgid "Stacked Column Chart"
384
  msgstr "Diagramme à colonnes empilées"
385
 
386
- #: source/class.wdtbrowsechartstable.php:264
387
  msgid "Pie With Gradient Chart"
388
  msgstr "Camembert avec dégradé"
389
 
390
- #: source/class.wdtbrowsechartstable.php:270
391
  msgid "Scatter Plot"
392
  msgstr "Nuage de points"
393
 
394
- #: source/class.wdtbrowsechartstable.php:273
395
  msgid "3D Column Chart"
396
  msgstr "Diagramme de colonnes 3D"
397
 
398
- #: source/class.wdtbrowsechartstable.php:276
399
  msgid "3D Pie Chart"
400
  msgstr "Camembert 3D"
401
 
402
- #: source/class.wdtbrowsechartstable.php:279
403
  msgid "3D Donut Chart"
404
  msgstr "Graphique Donut 3D"
405
 
406
- #: source/class.wdtbrowsechartstable.php:294
407
  msgid "Radar Chart"
408
  msgstr "Graphique radar"
409
 
410
- #: source/class.wdtbrowsechartstable.php:297
411
  msgid "Polar Area Chart"
412
  msgstr "Diagramme polaire"
413
 
414
- #: source/class.wdtbrowsechartstable.php:303
415
  msgid "Doughnut Chart"
416
  msgstr "Graphique Doughnut"
417
 
418
- #: source/class.wdtbrowsechartstable.php:318
419
  msgid "Google"
420
  msgstr "Google"
421
 
422
- #: source/class.wdtbrowsechartstable.php:321
423
  msgid "Highcharts"
424
  msgstr "Highcharts"
425
 
426
- #: source/class.wdtbrowsechartstable.php:324
427
  msgid "Chart.js"
428
  msgstr "Chart.js"
429
 
430
- #: source/class.wdtbrowsechartstable.php:388
431
- #: source/class.wdtbrowsetable.php:286
432
- #: templates/admin/chart_wizard/steps/step3.inc.php:10
433
- #: templates/admin/chart_wizard/steps/step3.inc.php:32
434
  msgid "Select All"
435
  msgstr "Tout sélectionner"
436
 
437
- #: source/class.wdtbrowsechartstable.php:440
438
  msgid "No wpDataCharts in the system yet."
439
  msgstr "Aucun wpDataCharts dans le système pour le moment."
440
 
441
  #: source/class.wdtbrowsetable.php:163
 
 
 
 
 
442
  msgid "Edit data"
443
  msgstr "Modifier des données"
444
 
445
- #: source/class.wdtbrowsetable.php:170
446
  msgid "Edit in Excel-like editor"
447
  msgstr "Modifier dans un éditeur de type Excel"
448
 
449
- #: source/class.wdtbrowsetable.php:223
450
  msgid "MySQL"
451
  msgstr "MySQL"
452
 
453
- #: source/class.wdtbrowsetable.php:226
454
  msgid "Manual"
455
  msgstr "Manuel"
456
 
457
- #: source/class.wdtbrowsetable.php:229 source/class.wpdatatable.php:2846
458
- #: templates/admin/table-settings/table_settings_block.inc.php:953
 
459
  msgid "Excel"
460
  msgstr "Excel"
461
 
462
- #: source/class.wdtbrowsetable.php:232 source/class.wpdatatable.php:2856
463
- #: templates/admin/table-settings/table_settings_block.inc.php:954
 
464
  msgid "CSV"
465
  msgstr "CSV"
466
 
467
- #: source/class.wdtbrowsetable.php:235
468
  msgid "XML"
469
  msgstr "XML"
470
 
471
- #: source/class.wdtbrowsetable.php:238
472
  msgid "JSON"
473
  msgstr "JSON"
474
 
475
- #: source/class.wdtbrowsetable.php:241
476
  #: templates/admin/table-settings/table_settings_block.inc.php:113
 
477
  msgid "Serialized PHP array"
478
  msgstr "Serialized PHP array"
479
 
480
- #: source/class.wdtbrowsetable.php:244
481
  msgid "Google spreadsheet"
482
  msgstr "Feuille de calcul Google"
483
 
484
- #: source/class.wdtbrowsetable.php:251
485
  msgid "Unknown"
486
  msgstr "Inconnu"
487
 
488
- #: source/class.wdtbrowsetable.php:361
489
  msgid "No wpDataTables in the system yet."
490
  msgstr "Pas de wpDataTables dans le système pour le moment."
491
 
492
- #: source/class.wdtconfigcontroller.php:142
493
  msgid "There was an error trying to fetch the table data: "
494
  msgstr ""
495
  "Une erreur s'est produite lors de la tentative d'extraction des données du "
496
  "tableau: "
497
 
498
- #: source/class.wdtconfigcontroller.php:460
499
  msgid "Table in data source has no rows."
500
  msgstr "Le tableau dans la source de données n'a pas de lignes."
501
 
502
  #: source/class.wdttools.php:16
503
- #: templates/admin/constructor/constructor_column_block.inc.php:37
504
  msgid "One line string"
505
  msgstr "Chaîne de caractères sur une ligne"
506
 
507
  #: source/class.wdttools.php:17
508
- #: templates/admin/constructor/constructor_column_block.inc.php:38
509
  msgid "Multi-line string"
510
  msgstr "Chaîne de caractères multi-ligne"
511
 
512
  #: source/class.wdttools.php:18
513
- #: templates/admin/constructor/constructor_column_block.inc.php:39
514
  msgid "One-line selectbox"
515
  msgstr "Boîte de sélection sur une ligne"
516
 
517
  #: source/class.wdttools.php:19
518
- #: templates/admin/constructor/constructor_column_block.inc.php:40
519
  msgid "Multi-line selectbox"
520
  msgstr "Boîte de sélection multi-ligne"
521
 
522
  #: source/class.wdttools.php:20
523
- #: templates/admin/constructor/constructor_column_block.inc.php:41
524
  #: templates/admin/table-settings/column_settings_panel.inc.php:361
525
  msgid "Integer"
526
  msgstr "Nombre entier"
527
 
528
  #: source/class.wdttools.php:21
529
- #: templates/admin/constructor/constructor_column_block.inc.php:42
530
  #: templates/admin/table-settings/column_settings_panel.inc.php:362
531
  msgid "Float"
532
  msgstr "Nombre à virgule"
533
 
534
  #: source/class.wdttools.php:22
535
- #: templates/admin/constructor/constructor_column_block.inc.php:43
536
  #: templates/admin/table-settings/column_settings_panel.inc.php:363
537
- #: templates/admin/table-settings/column_settings_panel.inc.php:967
538
  msgid "Date"
539
  msgstr "Date"
540
 
541
  #: source/class.wdttools.php:23
542
- #: templates/admin/constructor/constructor_column_block.inc.php:44
543
- #: templates/admin/table-settings/column_settings_panel.inc.php:968
544
  msgid "Datetime"
545
  msgstr "Datetime"
546
 
547
  #: source/class.wdttools.php:24
548
- #: templates/admin/constructor/constructor_column_block.inc.php:45
549
  #: templates/admin/table-settings/column_settings_panel.inc.php:365
550
- #: templates/admin/table-settings/column_settings_panel.inc.php:969
551
  msgid "Time"
552
  msgstr "Temps"
553
 
554
  #: source/class.wdttools.php:25
555
- #: templates/admin/constructor/constructor_column_block.inc.php:46
556
  msgid "URL Link"
557
  msgstr "Liens URL"
558
 
559
  #: source/class.wdttools.php:26
560
- #: templates/admin/constructor/constructor_column_block.inc.php:47
561
  msgid "E-mail"
562
  msgstr "E-mail"
563
 
564
  #: source/class.wdttools.php:27
565
- #: templates/admin/constructor/constructor_column_block.inc.php:48
566
  #: templates/admin/table-settings/column_settings_panel.inc.php:368
567
  msgid "Image"
568
  msgstr "Image"
569
 
570
  #: source/class.wdttools.php:28
571
- #: templates/admin/constructor/constructor_column_block.inc.php:49
572
- #: templates/admin/table-settings/column_settings_panel.inc.php:972
573
  msgid "Attachment"
574
  msgstr "Attachement"
575
 
576
- #: source/class.wdttools.php:156
577
  msgid ""
578
  "wpDataTables was unable to read your Google Spreadsheet, probably it is not "
579
  "published correctly. <br/> You can publish it by going to <b>File -> Publish "
@@ -583,283 +445,240 @@ msgstr ""
583
  "probablement pas publiée correctement. <br/> Vous pouvez la publier en "
584
  "allant sur <b> Fichier -> Publier sur le Web</b> "
585
 
586
- #: source/class.wdttools.php:233
587
  msgid "Back to date"
588
  msgstr "Retourner à la date"
589
 
590
- #: source/class.wdttools.php:234
591
  msgid "Browse"
592
  msgstr "Naviguer"
593
 
594
- #: source/class.wdttools.php:235
595
- #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:40
596
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:60
597
- #: templates/admin/chart_wizard/range_picker_modal.inc.php:32
598
  #: templates/admin/common/close_modal.inc.php:36
599
  #: templates/admin/constructor/constructor.inc.php:30
600
  #: templates/admin/settings/settings.inc.php:28
601
  #: templates/admin/table-settings/add_column_modal.inc.php:125
602
  #: templates/admin/table-settings/column_settings_panel.inc.php:27
603
- #: templates/admin/table-settings/column_settings_panel.inc.php:1071
604
- #: templates/admin/table-settings/formula_editor_modal.inc.php:74
605
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
606
  #: templates/admin/table-settings/remove_column_modal.inc.php:80
607
  #: templates/admin/table-settings/table_preview_block.inc.php:73
608
  #: templates/admin/table-settings/table_settings_block.inc.php:42
609
- #: templates/admin/table-settings/table_settings_block.inc.php:1124
610
  #: templates/common/delete_modal.inc.php:38
611
- #: templates/frontend/edit_dialog.inc.php:149
612
  msgid "Cancel"
613
  msgstr "Annuler"
614
 
615
- #: source/class.wdttools.php:236
616
  msgid " field cannot be empty!"
617
  msgstr " le champ ne peut pas être vide!"
618
 
619
- #: source/class.wdttools.php:237
620
  msgid "Use selected file"
621
  msgstr "Utiliser le fichier sélectionné"
622
 
623
- #: source/class.wdttools.php:238
624
  msgid "Choose file"
625
  msgstr "Choisir le fichier"
626
 
627
- #: source/class.wdttools.php:239 templates/admin/common/error_modal.inc.php:23
628
  #: templates/admin/table-settings/columns_list_modal.inc.php:27
629
  #: templates/admin/table-settings/foreign_key_config.inc.php:95
 
 
630
  msgid "Close"
631
  msgstr "Fermer"
632
 
633
- #: source/class.wdttools.php:240
634
  msgid "Column has been added!"
635
  msgstr "La colonne a été ajoutée!"
636
 
637
- #: source/class.wdttools.php:241
638
  msgid "Column header cannot be empty!"
639
  msgstr "L'en-tête de colonne ne peut pas être vide!"
640
 
641
- #: source/class.wdttools.php:242
642
  msgid "Please confirm column deletion!"
643
  msgstr "Veuillez confirmer la suppression de la colonne!"
644
 
645
- #: source/class.wdttools.php:243
646
  msgid "Column has been removed!"
647
  msgstr "La colonne a été supprimée!"
648
 
649
- #: source/class.wdttools.php:244
650
  msgid "Please select columns that you want to use in table"
651
  msgstr ""
652
  "Veuillez sélectionner les colonnes que vous souhaitez utiliser dans le "
653
  "tableau"
654
 
655
- #: source/class.wdttools.php:245 source/class.wpdatatable.php:2866
656
- #: templates/admin/table-settings/table_settings_block.inc.php:955
 
657
  msgid "Copy"
658
  msgstr "Copier"
659
 
660
- #: source/class.wdttools.php:246
661
  msgid "There was an error trying to insert a new row!"
662
  msgstr ""
663
  "Une erreur s'est produite lors de la tentative d'insertion d'une nouvelle "
664
  "ligne!"
665
 
666
- #: source/class.wdttools.php:247
667
  msgid "Data has been saved!"
668
  msgstr "Les données ont été enregistrées!"
669
 
670
- #: source/class.wdttools.php:248
671
  msgid "detach"
672
  msgstr "détacher"
673
 
674
- #: source/class.wdttools.php:249
 
675
  msgid "Error!"
676
  msgstr "Erreur!"
677
 
678
- #: source/class.wdttools.php:250
679
  msgid "Please upload or choose a file from Media Library!"
680
  msgstr ""
681
  "Veuillez télécharger ou choisir un fichier de la bibliothèque multimédia!"
682
 
683
- #: source/class.wdttools.php:251
684
  msgid "From"
685
  msgstr "De"
686
 
687
- #: source/class.wdttools.php:252
688
  msgid "Please provide a valid e-mail address for field"
689
  msgstr "Veuillez fournir une adresse e-mail valide pour le champ"
690
 
691
- #: source/class.wdttools.php:253
692
  msgid "Please provide a valid URL link for field"
693
  msgstr "Veuillez fournir un lien URL valide pour le champ"
694
 
695
- #: source/class.wdttools.php:254
696
  msgid "You have entered invalid value. Press ESC to cancel."
697
  msgstr "Vous avez entré une valeur non valide. Appuyez sur Echap pour annuler."
698
 
699
- #: source/class.wdttools.php:255 source/class.wdttools.php:282
700
  msgid "Show _MENU_ entries"
701
  msgstr "Afficher _MENU_ les entrées"
702
 
703
- #: source/class.wdttools.php:256
704
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
705
  msgid "Merge"
706
  msgstr "Fusionner"
707
 
708
- #: source/class.wdttools.php:257
709
  msgid "New column"
710
  msgstr "Nouvelle colonne"
711
 
712
- #: source/class.wdttools.php:259
713
  msgid ": activate to sort column ascending"
714
  msgstr ": activer pour trier la colonne en ordre croissant"
715
 
716
- #: source/class.wdttools.php:260
717
  msgid ": activate to sort column descending"
718
  msgstr ": activer pour trier la colonne en ordre décroissant"
719
 
720
- #: source/class.wdttools.php:262
721
  msgid "Ok"
722
  msgstr "Ok"
723
 
724
- #: source/class.wdttools.php:264
725
  msgid "First"
726
  msgstr "Premier"
727
 
728
- #: source/class.wdttools.php:265
729
  msgid "Last"
730
  msgstr "Dernier"
731
 
732
- #: source/class.wdttools.php:266 templates/frontend/edit_dialog.inc.php:156
733
  msgid "Next"
734
  msgstr "Suivant"
735
 
736
- #: source/class.wdttools.php:267
737
  msgid "Previous"
738
  msgstr "Précédent"
739
 
740
- #: source/class.wdttools.php:269
741
- msgid "Choose an option in previous filters"
742
- msgstr "Choisissez une option dans les filtres précédents"
743
-
744
- #: source/class.wdttools.php:270
745
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
746
  msgid "Replace"
747
  msgstr "Remplacer"
748
 
749
- #: source/class.wdttools.php:271
750
  msgid "Row has been deleted!"
751
  msgstr "La ligne a été supprimée!"
752
 
753
- #: source/class.wdttools.php:272
754
  msgid "Select a file to use in table"
755
  msgstr "Sélectionnez un fichier à utiliser dans le tableau"
756
 
757
- #: source/class.wdttools.php:273
758
  msgid "Select an Excel or CSV file"
759
  msgstr "Sélectionnez un fichier Excel ou CSV"
760
 
761
- #: source/class.wdttools.php:274
762
  msgid "No data available in table"
763
  msgstr "Aucune donnée disponible dans le tableau"
764
 
765
- #: source/class.wdttools.php:275
766
  msgid "Plugin settings saved successfully"
767
  msgstr "Paramètres de l'extension enregistrés avec succès"
768
 
769
- #: source/class.wdttools.php:276
770
  msgid "Shortcode has been copied to the clipboard."
771
  msgstr "Le shortcode a été copié dans le presse-papier."
772
 
773
- #: source/class.wdttools.php:277
774
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
775
  msgstr "Afficher _DEBUT_ à _FIN_ des _TOTAL_entrées"
776
 
777
- #: source/class.wdttools.php:278
778
  msgid "Showing 0 to 0 of 0 entries"
779
  msgstr "Afficher 0 à 0 de 0 entrées"
780
 
781
- #: source/class.wdttools.php:279
782
  msgid "(filtered from _MAX_ total entries)"
783
  msgstr "(Filtré de _Max_ entrées total)"
784
 
785
- #: source/class.wdttools.php:281
786
  msgid ","
787
  msgstr ","
788
 
789
- #: source/class.wdttools.php:283
790
  msgid "Loading..."
791
  msgstr "Chargement..."
792
 
793
- #: source/class.wdttools.php:284
794
  msgid "Processing..."
795
  msgstr "En traitement..."
796
 
797
- #: source/class.wdttools.php:285
798
  msgid "SQL error"
799
  msgstr "SQL erreur"
800
 
801
- #: source/class.wdttools.php:286
802
  msgid "Search: "
803
  msgstr "Recherche: "
804
 
805
- #: source/class.wdttools.php:287
 
806
  msgid "Success!"
807
  msgstr "Succès!"
808
 
809
- #: source/class.wdttools.php:288
810
  msgid "No matching records found"
811
  msgstr "Aucun enregistrements correspondants trouvés"
812
 
813
- #: source/class.wdttools.php:289
814
  msgid "Table saved successfully!"
815
  msgstr "Tableau enregistré avec succès!"
816
 
817
- #: source/class.wdttools.php:290
818
  msgid "To"
819
  msgstr "À"
820
 
821
- #: source/class.wpdatachart.php:1444
822
- msgid "Only one column can be of type String"
823
- msgstr "Une seule colonne peut être de type Chaîne de caractères"
824
-
825
- #: source/class.wpdatachart.php:1447
826
- msgid "You are mixing data types (several date axes and several number)"
827
- msgstr ""
828
- "Vous mélangez des types de données (plusieurs axes de dates et plusieurs "
829
- "nombres)"
830
-
831
- #: source/class.wpdatatable.php:1877
832
- msgid ""
833
- "No data fetched! <br/> If you are trying to save table for the first time, "
834
- "please enter some date before saving so table could be set accurately. <br/> "
835
- "You can remove it later if you need empty table to start with."
836
- msgstr ""
837
- "Aucune donnée extraite! <br/> Si vous essayez de sauvegarder le tableau "
838
- "pour la première fois, veuillez entrer une date avant de sauvegarder afin "
839
- "que le tableau puisse être défini avec précision. <br/> Vous pouvez la "
840
- "supprimer plus tard si vous avez besoin d’un tableau vide pour commencer."
841
-
842
- #: source/class.wpdatatable.php:1879
843
- msgid "Rendered query: "
844
- msgstr "Requête rendue: "
845
-
846
- #: source/class.wpdatatable.php:1881
847
- msgid " MySQL said: "
848
- msgstr " MySQL a déclaré: "
849
-
850
- #: source/class.wpdatatable.php:2285
851
- msgid "Unable to calculate"
852
- msgstr "Impossible de calculer"
853
-
854
- #: source/class.wpdatatable.php:2292
855
- msgid "Result for first 5 rows: "
856
- msgstr "Résultat pour les 5 premières lignes: "
857
-
858
- #: source/class.wpdatatable.php:2294
859
- msgid "Unable to calculate, error message: "
860
- msgstr "Impossible de calculer, message d'erreur: "
861
-
862
- #: source/class.wpdatatable.php:2468
863
  msgid ""
864
  "You are trying to load a table of an unknown type. Probably you did not "
865
  "activate the addon which is required to use this table type."
@@ -868,47 +687,72 @@ msgstr ""
868
  "probablement pas activé le supplément d'extension requis pour utiliser ce "
869
  "type de tableau."
870
 
871
- #: source/class.wpdatatable.php:2809
872
- #: templates/admin/table-settings/table_settings_block.inc.php:647
873
- msgid "Clear filters"
874
- msgstr "Effacer les filtres"
 
 
875
 
876
- #: source/class.wpdatatable.php:2827
877
  #: templates/admin/table-settings/columns_list_modal.inc.php:9
878
  msgid "Columns"
879
  msgstr "Colonnes"
880
 
881
- #: source/class.wpdatatable.php:2836
882
- #: templates/admin/table-settings/table_settings_block.inc.php:952
883
  msgid "Print"
884
  msgstr "Imprimer"
885
 
886
- #: source/class.wpdatatable.php:2877
887
- #: templates/admin/table-settings/table_settings_block.inc.php:956
888
  msgid "PDF"
889
  msgstr "PDF"
890
 
891
- #: source/class.wpdatatable.php:2888
892
- msgid "New"
893
- msgstr "Nouveau"
 
 
894
 
895
- #: source/class.wpdatatable.php:2892
896
- msgid "Edit"
897
- msgstr "Editer"
 
 
898
 
899
- #: templates/admin/addons/addons.inc.php:22
900
- msgid "Addons for the plugin"
901
- msgstr "Suppléments pour l'extension"
 
 
902
 
903
- #: templates/admin/addons/addons.inc.php:24
904
- msgid "Unique extensions for wpDataTables"
905
- msgstr "Extensions uniques pour wpDataTables"
 
 
 
906
 
907
- #: templates/admin/addons/addons.inc.php:32
908
- msgid "About Addons"
909
- msgstr "À propos des suppléments d'extension"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
910
 
911
- #: templates/admin/addons/addons.inc.php:33
912
  msgid ""
913
  "While wpDataTables itself provides quite a large amount of features and "
914
  "unlimited customisation flexibility, you can achieve even more with our "
@@ -923,6 +767,36 @@ msgstr ""
923
  "davantage de suppléments d'extension développés au fil du temps par les "
924
  "créateurs de wpDataTables et les développeurs tiers, donc restez à l'écoute."
925
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
926
  #: templates/admin/addons/addons.inc.php:45
927
  msgid "Powerful Filters for wpDataTables"
928
  msgstr "Filtres puissants pour les wpDataTables"
@@ -945,18 +819,6 @@ msgstr ""
945
  msgid "Find out more "
946
  msgstr "En savoir plus "
947
 
948
- #: templates/admin/addons/addons.inc.php:65
949
- msgid "Report Builder"
950
- msgstr "Générateur de rapports"
951
-
952
- #: templates/admin/addons/addons.inc.php:66
953
- msgid ""
954
- "A unique tool that allows you to generate almost any Word DOCX and Excel "
955
- "XLSX documents filled in with actual data from your database."
956
- msgstr ""
957
- "Un outil unique qui vous permet de générer presque tous les documents Word "
958
- "DOCX et Excel XLSX remplis de données réelles de votre base de données."
959
-
960
  #: templates/admin/addons/addons.inc.php:85
961
  msgid "Gravity Forms integration for wpDataTables"
962
  msgstr "Intégration de Gravity Forms pour wpDataTables"
@@ -999,35 +861,29 @@ msgstr "wpDataCharts parcourir"
999
  msgid "Add New"
1000
  msgstr "Ajouter un nouveau"
1001
 
1002
- #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:18
1003
- msgid "Duplicate chart"
1004
- msgstr "Dupliquer graphique"
1005
-
1006
- #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:27
1007
- msgid "New chart title"
1008
- msgstr "Nouveau titre du graphique"
1009
-
1010
  #: templates/admin/browse/table/browse.inc.php:25
1011
  msgid "wpDataTables browse"
1012
  msgstr "wpDataCharts parcourir"
1013
 
1014
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:18
 
1015
  msgid "Duplicate table"
1016
  msgstr "Dupliquer tableau"
1017
 
1018
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:27
 
1019
  msgid "New table title"
1020
  msgstr "Nouveau titre du tableau"
1021
 
1022
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:39
1023
  msgid "Duplicate database table"
1024
  msgstr "Dupliquer la base de données du tableau"
1025
 
1026
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:43
1027
  msgid "Unchecked"
1028
  msgstr "Décoché"
1029
 
1030
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:43
1031
  msgid ""
1032
  "will create exact copy of this table which means that all changes made in "
1033
  "one table will be reflected in all copies."
@@ -1036,11 +892,11 @@ msgstr ""
1036
  "modifications apportées dans le tableau seront reflétées dans toutes les "
1037
  "copies."
1038
 
1039
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:43
1040
  msgid "Checked"
1041
  msgstr "Vérifié"
1042
 
1043
- #: templates/admin/browse/table/duplicate_table_modal.inc.php:43
1044
  msgid ""
1045
  "will create separate database table so changing one table won't affect other "
1046
  "copies."
@@ -1049,19 +905,23 @@ msgstr ""
1049
  "tableau n'affecte pas les autres copies."
1050
 
1051
  #: templates/admin/chart_wizard/chart_wizard.inc.php:37
 
1052
  msgid "Chart Creation Wizard"
1053
  msgstr "Assistant de création de graphique"
1054
 
1055
  #: templates/admin/chart_wizard/chart_wizard.inc.php:57
 
1056
  msgid "Chart title & type"
1057
  msgstr "Titre du graphique & type"
1058
 
1059
  #: templates/admin/chart_wizard/chart_wizard.inc.php:59
1060
  #: templates/admin/table-settings/table_settings_block.inc.php:61
 
1061
  msgid "Data source"
1062
  msgstr "Source des données"
1063
 
1064
  #: templates/admin/chart_wizard/chart_wizard.inc.php:61
 
1065
  msgid "Data range"
1066
  msgstr "Plage de données"
1067
 
@@ -1070,60 +930,46 @@ msgid "Formatting and preview"
1070
  msgstr "Mise en forme et prévisualisation"
1071
 
1072
  #: templates/admin/chart_wizard/chart_wizard.inc.php:65
 
1073
  msgid "Save and get shortcode"
1074
  msgstr "Enregistrer et obtenir un shortcode"
1075
 
1076
- #: templates/admin/chart_wizard/chart_wizard.inc.php:105
1077
  msgid "Finish"
1078
  msgstr "Terminer"
1079
 
1080
- #: templates/admin/chart_wizard/chart_wizard.inc.php:108
1081
- #: templates/admin/constructor/constructor.inc.php:72
1082
  msgid "Next "
1083
  msgstr "Suivant "
1084
 
1085
- #: templates/admin/chart_wizard/chart_wizard.inc.php:110
1086
- #: templates/admin/constructor/constructor.inc.php:74
1087
  msgid " Previous"
1088
  msgstr " Précédent"
1089
 
1090
- #: templates/admin/chart_wizard/chart_wizard.inc.php:139
1091
- msgid "Label"
1092
- msgstr "Label"
1093
-
1094
- #: templates/admin/chart_wizard/chart_wizard.inc.php:153
1095
- msgid "Color"
1096
- msgstr "Couleur"
1097
-
1098
- #: templates/admin/chart_wizard/range_picker_modal.inc.php:17
1099
- msgid "Pick Range"
1100
- msgstr "Choisir une plage de données"
1101
-
1102
- #: templates/admin/chart_wizard/range_picker_modal.inc.php:36
1103
- #: templates/admin/table-settings/add_column_modal.inc.php:129
1104
- #: templates/admin/table-settings/remove_column_modal.inc.php:84
1105
- #: templates/frontend/edit_dialog.inc.php:165
1106
- msgid "OK"
1107
- msgstr "OK"
1108
-
1109
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
1110
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
1111
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
 
1112
  msgid "Line chart"
1113
  msgstr "Graphique en ligne"
1114
 
1115
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
1116
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
 
1117
  msgid "Area chart"
1118
  msgstr "Diagramme de zone"
1119
 
1120
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
1121
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
 
1122
  msgid "Stacked area chart"
1123
  msgstr "Diagramme de zone en escalier"
1124
 
1125
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
1126
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:49
 
1127
  msgid "Column chart"
1128
  msgstr "Graphique à colonnes"
1129
 
@@ -1136,8 +982,9 @@ msgid "Polar area chart"
1136
  msgstr "Diagramme polaire"
1137
 
1138
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
1139
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
1140
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
 
1141
  msgid "Pie chart"
1142
  msgstr "Camembert"
1143
 
@@ -1146,28 +993,40 @@ msgid "Doughnut chart"
1146
  msgstr "Graphique Doughnut"
1147
 
1148
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
1149
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
 
1150
  msgid "Bubble chart"
1151
  msgstr "Diagramme à bulles"
1152
 
1153
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
 
1154
  msgid "Stepped area chart"
1155
  msgstr "Diagramme de zone en escalier"
1156
 
1157
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
 
1158
  msgid "Bar chart"
1159
  msgstr "Diagramme à bandes"
1160
 
1161
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
 
 
 
 
 
 
1162
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
 
1163
  msgid "Donut chart"
1164
  msgstr "Graphique Donut"
1165
 
1166
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
 
1167
  msgid "Gauge chart"
1168
  msgstr "Graphique de jauge"
1169
 
1170
- #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:138
 
1171
  msgid "Scatter chart"
1172
  msgstr "Diagramme de dispersion"
1173
 
@@ -1176,67 +1035,89 @@ msgid "Spline chart"
1176
  msgstr "Diagramme cannelé"
1177
 
1178
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
 
1179
  msgid "Basic area chart"
1180
  msgstr "Graphique basic de zone"
1181
 
1182
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
 
1183
  msgid "Basic bar chart"
1184
  msgstr "Diagramme à bandes de base"
1185
 
1186
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
1187
- msgid "Stacked bar chart"
1188
- msgstr "Diagramme à barres empilées"
1189
-
1190
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
 
1191
  msgid "Basic column chart"
1192
  msgstr "Diagramme basic de colonne"
1193
 
1194
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
 
1195
  msgid "Stacked column chart"
1196
  msgstr "Diagramme à colonnes empilées"
1197
 
1198
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
 
1199
  msgid "Pie with gradient chart"
1200
  msgstr "Camembert avec dégradé"
1201
 
1202
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
 
1203
  msgid "Scatter plot"
1204
  msgstr "Nuage de points"
1205
 
1206
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
 
1207
  msgid "3D column chart"
1208
  msgstr "Diagramme de colonnes 3D"
1209
 
1210
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
 
1211
  msgid "3D pie chart"
1212
  msgstr "Camembert 3D"
1213
 
1214
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
 
1215
  msgid "3D donut chart"
1216
  msgstr "Graphique Donut 3D"
1217
 
1218
- #: templates/admin/chart_wizard/steps/step1.inc.php:8
 
 
 
 
 
 
 
 
 
 
 
 
 
1219
  msgid "Chart name"
1220
  msgstr "Nom du graphique"
1221
 
1222
- #: templates/admin/chart_wizard/steps/step1.inc.php:10
1223
  msgid "Please define the title of the chart that you will use to identify it"
1224
  msgstr ""
1225
  "Veuillez définir le titre du graphique que vous utiliserez pour l'identifier"
1226
 
1227
- #: templates/admin/chart_wizard/steps/step1.inc.php:17
 
1228
  msgid "New wpDataTable Chart"
1229
  msgstr "Nouveau graphique wpDataTable"
1230
 
1231
- #: templates/admin/chart_wizard/steps/step1.inc.php:28
 
1232
  msgid "Chart render engine"
1233
  msgstr "Moteur de rendu de graphique"
1234
 
1235
- #: templates/admin/chart_wizard/steps/step1.inc.php:31
 
1236
  msgid "Please choose the render engine."
1237
  msgstr "Veuillez choisir le moteur de rendu."
1238
 
1239
- #: templates/admin/chart_wizard/steps/step1.inc.php:31
 
1240
  msgid ""
1241
  "Please note that HighCharts license is NOT included with wpDataTables and "
1242
  "you must purchase the license separately on"
@@ -1244,3412 +1125,4775 @@ msgstr ""
1244
  "Veuillez noter que la licence HighCharts n'est PAS incluse avec wpDataTables "
1245
  "et que vous devez acheter la licence séparément sur"
1246
 
1247
- #: templates/admin/chart_wizard/steps/step1.inc.php:37
 
1248
  msgid "Pick the render engine"
1249
  msgstr "Choisissez le moteur de rendu"
1250
 
1251
- #: templates/admin/chart_wizard/steps/step2.inc.php:6
1252
- msgid "wpDataTable Data Source"
1253
- msgstr "Source de données wpDataTable"
 
1254
 
1255
- #: templates/admin/chart_wizard/steps/step2.inc.php:8
1256
- msgid ""
1257
- "Please pick a wpDataTable which will be used as a data source for this chart."
1258
  msgstr ""
1259
- "Veuillez choisir un wpDataTable qui sera utilisé comme source de données "
1260
- "pour ce graphique."
1261
 
1262
- #: templates/admin/chart_wizard/steps/step2.inc.php:15
1263
- msgid "Pick a wpDataTable"
1264
- msgstr "Choisissez un wpDataTable"
1265
 
1266
- #: templates/admin/chart_wizard/steps/step3.inc.php:7
1267
- msgid "Columns in the data source"
1268
- msgstr "Colonnes dans la source de données"
 
1269
 
1270
- #: templates/admin/chart_wizard/steps/step3.inc.php:9
1271
- msgid ""
1272
- "Choose table columns that you would like to use in the chart. You can either "
1273
- "drag the column blocks, or click to select them and use controls in the "
1274
- "middle to add or remove from the chart."
1275
- msgstr ""
1276
- "Choisissez les colonnes du tableau que vous souhaitez utiliser dans le "
1277
- "graphique. Vous pouvez soit faire glisser les blocs de colonne, soit cliquer "
1278
- "pour les sélectionner et utiliser les contrôles au milieu pour ajouter ou "
1279
- "supprimer du graphique."
1280
 
1281
- #: templates/admin/chart_wizard/steps/step3.inc.php:20
1282
- msgid "Add all"
1283
- msgstr "Tout ajouter"
1284
 
1285
- #: templates/admin/chart_wizard/steps/step3.inc.php:22
1286
- msgid "Add"
1287
- msgstr "Ajouter"
1288
 
1289
- #: templates/admin/chart_wizard/steps/step3.inc.php:24
1290
- msgid "Remove"
1291
- msgstr "Supprimer"
 
 
 
 
1292
 
1293
- #: templates/admin/chart_wizard/steps/step3.inc.php:26
1294
- msgid "Remove all"
1295
- msgstr "Supprimer tout"
 
1296
 
1297
- #: templates/admin/chart_wizard/steps/step3.inc.php:31
1298
- msgid "Columns used in the chart"
1299
- msgstr "Colonnes utilisées dans le graphique"
1300
 
1301
- #: templates/admin/chart_wizard/steps/step3.inc.php:37
1302
  msgid ""
1303
- "Please do not add more then one string-type (date/time, image, email, URL) "
1304
- "column since only one can be used as a label"
 
1305
  msgstr ""
1306
- "N'ajoutez pas plus d'une colonne de type chaîne de caractères (date/heure, "
1307
- "image, email, URL) car une seule peut être utilisée comme étiquette"
1308
-
1309
- #: templates/admin/chart_wizard/steps/step3.inc.php:39
1310
- msgid "Minimum count of columns for this chart type is "
1311
- msgstr "Le nombre minimum de colonnes pour ce type de graphique est"
1312
-
1313
- #: templates/admin/chart_wizard/steps/step3.inc.php:42
1314
- msgid "Maximum count of columns for this chart type is "
1315
- msgstr "Le nombre maximal de colonnes pour ce type de graphique est"
1316
 
1317
- #: templates/admin/chart_wizard/steps/step3.inc.php:53
1318
- msgid "Charts data filtering"
1319
- msgstr "Filtrage des données graphiques"
1320
 
1321
- #: templates/admin/chart_wizard/steps/step3.inc.php:55
1322
  msgid ""
1323
- "If you enable this, chart will automatically re-render with actual data "
1324
- "every time you sort, filter, or switch pages in the table (chart must be in "
1325
- "the same page with the table)."
1326
  msgstr ""
1327
- "Si vous activez cette option, le graphique restitue automatiquement les "
1328
- "données réelles chaque fois que vous triez, filtrez ou changez de page dans "
1329
- "le tableau (le graphique doit figurer sur la même page que le tableau)."
1330
-
1331
- #: templates/admin/chart_wizard/steps/step3.inc.php:58
1332
- msgid "Follow table filtering"
1333
- msgstr "Suivre le filtrage du tableau"
1334
-
1335
- #: templates/admin/chart_wizard/steps/step3.inc.php:66
1336
- msgid "Row range"
1337
- msgstr "Plage de lignes"
1338
 
1339
- #: templates/admin/chart_wizard/steps/step3.inc.php:68
1340
- msgid "Please choose the row range."
1341
- msgstr "Veuillez choisir une plage de lignes."
 
1342
 
1343
- #: templates/admin/chart_wizard/steps/step3.inc.php:68
1344
  msgid ""
1345
- "If you do not want data from all the table rows to be in the chart, you can "
1346
- "pick the row range manually. Please note that if the data set is large the "
1347
- "range picker can load slowly or even cause an out of memory error."
1348
  msgstr ""
1349
- "Si vous ne souhaitez pas que les données de toutes les lignes du tableau "
1350
- "figurent dans le graphique, vous pouvez sélectionner manuellement une plage "
1351
- "de lignes. Veuillez noter que si le jeu de données est volumineux, le "
1352
- "sélecteur de plage de données peut se charger lentement ou même provoquer "
1353
- "une erreur de mémoire insuffisante."
1354
 
1355
- #: templates/admin/chart_wizard/steps/step3.inc.php:74
1356
- msgid "All rows (default)"
1357
- msgstr "Toutes les lignes (par défaut)"
1358
 
1359
- #: templates/admin/chart_wizard/steps/step3.inc.php:75
1360
- msgid "Pick range (slow on large datasets)"
 
 
1361
  msgstr ""
1362
- "Sélection de plage de données (lent sur les grands ensembles de données)"
1363
-
1364
- #: templates/admin/chart_wizard/steps/step3.inc.php:80
1365
- msgid "Rows picked"
1366
- msgstr "Lignes sélectionnées"
1367
-
1368
- #: templates/admin/chart_wizard/steps/step3.inc.php:81
1369
- #: templates/admin/table-settings/table_settings_block.inc.php:316
1370
- msgid "All"
1371
- msgstr "Tout"
1372
-
1373
- #: templates/admin/chart_wizard/steps/step3.inc.php:83
1374
- msgid "Range picker..."
1375
- msgstr "Sélectionneur de plage de données..."
1376
 
1377
- #: templates/admin/chart_wizard/steps/step4.inc.php:11
1378
- msgid "Chart"
1379
- msgstr "Graphique"
1380
 
1381
- #: templates/admin/chart_wizard/steps/step4.inc.php:14
1382
- msgid "Series"
1383
- msgstr "Séries"
 
 
 
 
1384
 
1385
- #: templates/admin/chart_wizard/steps/step4.inc.php:16
1386
- msgid "Axes"
1387
- msgstr "Axes"
 
1388
 
1389
- #: templates/admin/chart_wizard/steps/step4.inc.php:18
1390
- #: templates/admin/chart_wizard/steps/step4.inc.php:927
1391
- msgid "Title"
1392
- msgstr "Titre"
1393
-
1394
- #: templates/admin/chart_wizard/steps/step4.inc.php:20
1395
- #: templates/admin/chart_wizard/steps/step4.inc.php:741
1396
- msgid "Tooltip"
1397
- msgstr "Info-bulle"
1398
-
1399
- #: templates/admin/chart_wizard/steps/step4.inc.php:22
1400
- #: templates/admin/chart_wizard/steps/step4.inc.php:876
1401
- msgid "Legend"
1402
- msgstr "Légende"
1403
-
1404
- #: templates/admin/chart_wizard/steps/step4.inc.php:24
1405
- #: templates/admin/chart_wizard/steps/step4.inc.php:1076
1406
- msgid "Exporting"
1407
- msgstr "Exporter"
1408
-
1409
- #: templates/admin/chart_wizard/steps/step4.inc.php:27
1410
- #: templates/admin/chart_wizard/steps/step4.inc.php:1213
1411
- msgid "Credits"
1412
- msgstr "Crédits"
1413
 
1414
- #: templates/admin/chart_wizard/steps/step4.inc.php:36
1415
- msgid "Series settings"
1416
- msgstr "Paramètres de séries"
 
1417
 
1418
- #: templates/admin/chart_wizard/steps/step4.inc.php:38
1419
- msgid ""
1420
- "If you want to redefine the series labels and colors you can do it here."
1421
- msgstr ""
1422
- "Si vous souhaitez redéfinir les étiquettes et les couleurs des séries, vous "
1423
- "pouvez le faire ici."
1424
 
1425
- #: templates/admin/chart_wizard/steps/step4.inc.php:48
1426
- msgid "Curve type"
1427
- msgstr "Type de courbe"
 
1428
 
1429
- #: templates/admin/chart_wizard/steps/step4.inc.php:50
1430
- #: templates/admin/chart_wizard/steps/step4.inc.php:403
1431
- msgid "Controls the curve of the lines"
1432
- msgstr "Contrôle la courbe des lignes"
1433
 
1434
- #: templates/admin/chart_wizard/steps/step4.inc.php:53
1435
- msgid "Check for smoothed lines"
1436
- msgstr "Cochez pour obtenir des lignes lissées"
1437
 
1438
- #: templates/admin/chart_wizard/steps/step4.inc.php:63
1439
- msgid "Chart width"
1440
- msgstr "Largeur du graphique"
1441
 
1442
- #: templates/admin/chart_wizard/steps/step4.inc.php:65
1443
- msgid "The width of the chart."
1444
- msgstr "Largeur du graphique."
 
 
 
1445
 
1446
- #: templates/admin/chart_wizard/steps/step4.inc.php:80
1447
- msgid "Responsive width"
1448
- msgstr "Largeur adaptative"
1449
 
1450
- #: templates/admin/chart_wizard/steps/step4.inc.php:82
 
1451
  msgid ""
1452
- "If you tick this chart width will always adjust to 100% width of the "
1453
- "container"
1454
  msgstr ""
1455
- "Si vous cochez cette case, la largeur du graphique sera toujours ajustée à "
1456
- "la largeur de 100% du conteneur"
1457
-
1458
- #: templates/admin/chart_wizard/steps/step4.inc.php:85
1459
- msgid "Responsive chart width"
1460
- msgstr "Largeur de graphique adaptative"
1461
 
1462
- #: templates/admin/chart_wizard/steps/step4.inc.php:92
1463
- msgid "Chart height"
1464
- msgstr "Hauteur du graphique"
1465
 
1466
- #: templates/admin/chart_wizard/steps/step4.inc.php:94
1467
- msgid "The height of the chart."
1468
- msgstr "La hauteur du graphique."
1469
 
1470
- #: templates/admin/chart_wizard/steps/step4.inc.php:109
1471
- msgid "Group chart"
1472
- msgstr "Groupe de graphique"
 
 
1473
 
1474
- #: templates/admin/chart_wizard/steps/step4.inc.php:111
1475
- msgid ""
1476
- "If you tick this checkbox, the values of the rows with same label will be "
1477
- "summed up and rendered as a single series. If you leave it unticked all rows "
1478
- "will be rendered as separate series."
1479
  msgstr ""
1480
- "Si vous cochez cette case, les valeurs des lignes avec la même étiquette "
1481
- "seront additionnées et rendues sous la forme d'une série unique. Si vous le "
1482
- "laissez décoché, toutes les lignes seront affichées sous forme de séries "
1483
- "séparées."
1484
-
1485
- #: templates/admin/chart_wizard/steps/step4.inc.php:114
1486
- msgid "Enable grouping"
1487
- msgstr "Activer le regroupement"
1488
 
1489
- #: templates/admin/chart_wizard/steps/step4.inc.php:121
1490
- #: templates/admin/chart_wizard/steps/step4.inc.php:753
1491
- #: templates/admin/chart_wizard/steps/step4.inc.php:908
1492
  #: templates/admin/settings/tabs/color_and_font_settings.php:97
1493
- #: templates/admin/settings/tabs/color_and_font_settings.php:396
 
1494
  msgid "Background color"
1495
  msgstr "Couleur de fond"
1496
 
1497
- #: templates/admin/chart_wizard/steps/step4.inc.php:123
1498
- msgid "The background color for the outer chart area."
1499
- msgstr "La couleur de fond de la zone de graphique externe."
1500
-
1501
- #: templates/admin/chart_wizard/steps/step4.inc.php:140
1502
- #: templates/admin/chart_wizard/steps/step4.inc.php:772
1503
- #: templates/admin/chart_wizard/steps/step4.inc.php:998
1504
- msgid "Border width"
1505
- msgstr "Largeur de la bordure"
1506
-
1507
- #: templates/admin/chart_wizard/steps/step4.inc.php:142
1508
- msgid "The pixel width of the outer chart border."
1509
- msgstr "La largeur en pixels de la bordure externe du graphique."
1510
 
1511
- #: templates/admin/chart_wizard/steps/step4.inc.php:157
1512
- #: templates/admin/chart_wizard/steps/step4.inc.php:789
1513
- #: templates/admin/chart_wizard/steps/step4.inc.php:1015
1514
  #: templates/admin/settings/tabs/color_and_font_settings.php:116
1515
- #: templates/admin/settings/tabs/color_and_font_settings.php:415
1516
  msgid "Border color"
1517
  msgstr "Couleur de la bordure"
1518
 
1519
- #: templates/admin/chart_wizard/steps/step4.inc.php:159
1520
- msgid "The color of the outer chart border."
1521
- msgstr "La couleur de la bordure extérieure du graphique."
1522
-
1523
- #: templates/admin/chart_wizard/steps/step4.inc.php:177
1524
- #: templates/admin/chart_wizard/steps/step4.inc.php:808
1525
- #: templates/admin/chart_wizard/steps/step4.inc.php:1034
1526
- msgid "Border radius"
1527
- msgstr "Rayon de la bordure"
1528
-
1529
- #: templates/admin/chart_wizard/steps/step4.inc.php:179
1530
- #: templates/admin/chart_wizard/steps/step4.inc.php:280
1531
- msgid "The corner radius of the outer chart border."
1532
- msgstr "Le rayon d'angle de la bordure extérieure du graphique."
1533
-
1534
- #: templates/admin/chart_wizard/steps/step4.inc.php:194
1535
- msgid "Zoom type"
1536
- msgstr "Type de zoom"
1537
 
1538
- #: templates/admin/chart_wizard/steps/step4.inc.php:196
1539
- msgid "Decides in what dimensions the user can zoom by dragging the mouse"
1540
- msgstr ""
1541
- "Décide dans quelles mesures l'utilisateur peut zoomer en faisant glisser la "
1542
- "souris"
1543
 
1544
- #: templates/admin/chart_wizard/steps/step4.inc.php:213
1545
- #: templates/admin/chart_wizard/steps/step4.inc.php:218
1546
- msgid "Panning"
1547
- msgstr "Fonction panoramique"
1548
 
1549
- #: templates/admin/chart_wizard/steps/step4.inc.php:215
1550
  msgid ""
1551
- "Allow panning in a chart. Best used with panKey to combine zooming and "
1552
- "panning"
1553
  msgstr ""
1554
- "Autoriser la fonction panoramique dans un graphique. Utilisez panKey pour "
1555
- "combiner le zoom et la fonction panoramique"
1556
 
1557
- #: templates/admin/chart_wizard/steps/step4.inc.php:225
1558
- msgid "Pan key"
1559
- msgstr "Pan key"
1560
 
1561
- #: templates/admin/chart_wizard/steps/step4.inc.php:227
1562
- msgid "Allows setting a key to switch between zooming and panning"
1563
  msgstr ""
1564
- "Permet de définir une touche pour basculer entre le zoom et fonction "
1565
- "panoramique"
1566
-
1567
- #: templates/admin/chart_wizard/steps/step4.inc.php:242
1568
- msgid "Plot background color"
1569
- msgstr "Couleur d'arrière-plan du tracé"
1570
-
1571
- #: templates/admin/chart_wizard/steps/step4.inc.php:244
1572
- msgid "The background color or gradient for the plot area."
1573
- msgstr "La couleur d'arrière-plan ou le dégradé de la zone de tracé."
1574
-
1575
- #: templates/admin/chart_wizard/steps/step4.inc.php:261
1576
- msgid "Plot background image"
1577
- msgstr "Image d'arrière-plan du tracé"
1578
-
1579
- #: templates/admin/chart_wizard/steps/step4.inc.php:263
1580
- msgid "The URL for an image to use as the plot background."
1581
- msgstr "L'URL d'une image à utiliser comme arrière-plan du tracé."
1582
-
1583
- #: templates/admin/chart_wizard/steps/step4.inc.php:278
1584
- msgid "Plot border width"
1585
- msgstr "Largeur de la bordure du tracé"
1586
 
1587
- #: templates/admin/chart_wizard/steps/step4.inc.php:295
1588
- msgid "Plot border color"
1589
- msgstr "Couleur de la bordure du tracé"
1590
 
1591
- #: templates/admin/chart_wizard/steps/step4.inc.php:297
1592
- msgid "The color of the inner chart or plot area border."
1593
  msgstr ""
1594
- "La couleur de la bordure interne du graphique ou de la zone de tracé interne."
 
1595
 
1596
- #: templates/admin/chart_wizard/steps/step4.inc.php:314
1597
- #: templates/admin/settings/tabs/color_and_font_settings.php:45
1598
- msgid "Font size"
1599
- msgstr "Taille de police"
 
1600
 
1601
- #: templates/admin/chart_wizard/steps/step4.inc.php:316
1602
- msgid "The default font size, in pixels, of all text in the chart."
1603
  msgstr ""
1604
- "La taille de police par défaut, en pixels, de tout le texte du graphique."
1605
-
1606
- #: templates/admin/chart_wizard/steps/step4.inc.php:331
1607
- msgid "Font name"
1608
- msgstr "Nom de la police"
1609
-
1610
- #: templates/admin/chart_wizard/steps/step4.inc.php:333
1611
- msgid "The default font face for all text in the chart."
1612
- msgstr "La police de caractères par défaut pour tout le texte du graphique."
1613
-
1614
- #: templates/admin/chart_wizard/steps/step4.inc.php:348
1615
- msgid "Font style"
1616
- msgstr "Le style de police"
1617
-
1618
- #: templates/admin/chart_wizard/steps/step4.inc.php:350
1619
- msgid "The default font style for all text in the chart"
1620
- msgstr "Le style de police par défaut pour tout le texte du graphique"
1621
 
1622
- #: templates/admin/chart_wizard/steps/step4.inc.php:366
1623
- #: templates/admin/settings/tabs/color_and_font_settings.php:62
1624
- #: templates/admin/settings/tabs/color_and_font_settings.php:136
1625
- #: templates/admin/settings/tabs/color_and_font_settings.php:435
1626
- msgid "Font color"
1627
- msgstr "Couleur de la police"
1628
 
1629
- #: templates/admin/chart_wizard/steps/step4.inc.php:368
1630
- msgid "The default font color for all text in the chart."
1631
- msgstr "La couleur de police par défaut pour tout le texte du graphique."
1632
 
1633
- #: templates/admin/chart_wizard/steps/step4.inc.php:385
1634
- #: templates/admin/chart_wizard/steps/step4.inc.php:390
1635
- msgid "3D"
1636
- msgstr "3D"
1637
 
1638
- #: templates/admin/chart_wizard/steps/step4.inc.php:387
1639
- msgid "Check for 3D pie chart"
1640
- msgstr "Cochez pour le camembert 3D"
1641
 
1642
- #: templates/admin/chart_wizard/steps/step4.inc.php:401
1643
- msgid "Grid"
1644
- msgstr "La grille"
1645
 
1646
- #: templates/admin/chart_wizard/steps/step4.inc.php:406
1647
- msgid "Do you want to show grid on the chart"
1648
- msgstr "Voulez-vous afficher la grille sur le graphique"
1649
 
1650
- #: templates/admin/chart_wizard/steps/step4.inc.php:413
1651
- msgid "Grid line style"
1652
- msgstr "Style de ligne de la grille"
1653
 
1654
- #: templates/admin/chart_wizard/steps/step4.inc.php:415
1655
- msgid "The dash or dot style of the grid lines"
1656
- msgstr "Le tiret ou le style de point des lignes de la grille"
 
 
 
 
1657
 
1658
- #: templates/admin/chart_wizard/steps/step4.inc.php:440
1659
- msgid "Horizontal axis label"
1660
- msgstr "Étiquette de l'axe horizontal"
1661
 
1662
- #: templates/admin/chart_wizard/steps/step4.inc.php:442
1663
- msgid "Name of the horizontal axis."
1664
- msgstr "Nom de l'axe horizontal."
1665
 
1666
- #: templates/admin/chart_wizard/steps/step4.inc.php:457
1667
- msgid "Horizontal crosshair"
1668
- msgstr "Réticule horizontal"
1669
 
1670
- #: templates/admin/chart_wizard/steps/step4.inc.php:459
1671
  msgid ""
1672
- "Configure a horizontal crosshair that follows either the mouse pointer or "
1673
- "the hovered point lines"
1674
  msgstr ""
1675
- "Configurez un réticule horizontal qui suit soit le pointeur de la souris, "
1676
- "soit les lignes de point survolées"
1677
-
1678
- #: templates/admin/chart_wizard/steps/step4.inc.php:462
1679
- msgid "Show x-Axis crosshair"
1680
- msgstr "Afficher le réticule de l'axe des x"
1681
 
1682
- #: templates/admin/chart_wizard/steps/step4.inc.php:469
1683
- msgid "Horizontal axis direction"
1684
- msgstr "Direction de l'axe horizontal"
1685
 
1686
- #: templates/admin/chart_wizard/steps/step4.inc.php:471
1687
  msgid ""
1688
- "The direction in which the values along the horizontal axis grow. Specify -1 "
1689
- "to reverse the order of the values"
1690
  msgstr ""
1691
- "La direction dans laquelle les valeurs sur l'axe horizontal augmentent. "
1692
- "Spécifiez -1 pour inverser l'ordre des valeurs"
 
 
 
 
1693
 
1694
- #: templates/admin/chart_wizard/steps/step4.inc.php:487
1695
- msgid "Vertical axis label"
1696
- msgstr "Étiquette de l'axe vertical"
1697
 
1698
- #: templates/admin/chart_wizard/steps/step4.inc.php:489
1699
- msgid "Name of the vertical axis."
1700
- msgstr "Nom de l'axe vertical."
1701
 
1702
- #: templates/admin/chart_wizard/steps/step4.inc.php:504
1703
- msgid "Vertical crosshair"
1704
- msgstr "Réticule vertical"
1705
 
1706
- #: templates/admin/chart_wizard/steps/step4.inc.php:506
1707
  msgid ""
1708
- "Configure a vertical crosshair that follows either the mouse pointer or the "
1709
- "hovered point lines"
1710
  msgstr ""
1711
- "Configurez un réticule vertical qui suit soit le pointeur de la souris, soit "
1712
- "les lignes de point survolées"
1713
-
1714
- #: templates/admin/chart_wizard/steps/step4.inc.php:509
1715
- msgid "Show y-Axis crosshair"
1716
- msgstr "Afficher le réticule de l'axe des y"
1717
 
1718
- #: templates/admin/chart_wizard/steps/step4.inc.php:516
1719
- msgid "Vertical axis direction"
1720
- msgstr "Direction de l'axe vertical"
1721
 
1722
- #: templates/admin/chart_wizard/steps/step4.inc.php:518
1723
- msgid ""
1724
- "The direction in which the values along the vertical axis grow. Specify -1 "
1725
- "to reverse the order of the values"
1726
  msgstr ""
1727
- "La direction dans laquelle les valeurs sur l'axe vertical augmentent. "
1728
- "Spécifiez -1 pour inverser l'ordre des valeurs"
1729
 
1730
- #: templates/admin/chart_wizard/steps/step4.inc.php:534
1731
- msgid "Vertical axis min value"
1732
- msgstr "Valeur minimale de l'axe vertical"
 
1733
 
1734
- #: templates/admin/chart_wizard/steps/step4.inc.php:536
1735
- msgid "The minimum value of the axis."
1736
- msgstr "La valeur minimale de l'axe."
 
 
1737
 
1738
- #: templates/admin/chart_wizard/steps/step4.inc.php:551
1739
- msgid "Vertical axis max value"
1740
- msgstr "Valeur maximale de l'axe vertical"
 
1741
 
1742
- #: templates/admin/chart_wizard/steps/step4.inc.php:553
1743
- msgid "The maximum value of the axis."
1744
- msgstr "La valeur maximale de l'axe."
 
 
 
1745
 
1746
- #: templates/admin/chart_wizard/steps/step4.inc.php:568
1747
- msgid "Invert"
1748
- msgstr "Inverser"
 
1749
 
1750
- #: templates/admin/chart_wizard/steps/step4.inc.php:570
1751
  msgid ""
1752
- "Whether to invert the axes so that the x axis is vertical and y axis is "
1753
- "horizontal"
1754
  msgstr ""
1755
- "Indique si les axes doivent être inversés pour que l'axe x soit vertical et "
1756
- "que l'axe y soit horizontal"
1757
-
1758
- #: templates/admin/chart_wizard/steps/step4.inc.php:573
1759
- msgid "Invert chart axes"
1760
- msgstr "Inverser les axes du graphique"
1761
-
1762
- #: templates/admin/chart_wizard/steps/step4.inc.php:585
1763
- msgid "Chart title"
1764
- msgstr "Titre du graphique"
1765
-
1766
- #: templates/admin/chart_wizard/steps/step4.inc.php:587
1767
- msgid "Do you want to show the chart title on the page"
1768
- msgstr "Voulez-vous afficher le titre du graphique sur la page"
1769
-
1770
- #: templates/admin/chart_wizard/steps/step4.inc.php:590
1771
- msgid "Show title"
1772
- msgstr "Montrer le titre"
1773
 
1774
- #: templates/admin/chart_wizard/steps/step4.inc.php:597
1775
- msgid "Title floating"
1776
- msgstr "Titre flottant"
1777
 
1778
- #: templates/admin/chart_wizard/steps/step4.inc.php:599
1779
  msgid ""
1780
- "When the title is floating, the plot area will not move to make space for it"
 
1781
  msgstr ""
1782
- "Lorsque le titre est flottant, la zone de tracé ne bouge pas pour faire de "
1783
- "la place"
1784
-
1785
- #: templates/admin/chart_wizard/steps/step4.inc.php:602
1786
- msgid "Enable floating"
1787
- msgstr "Activer le flottement"
1788
-
1789
- #: templates/admin/chart_wizard/steps/step4.inc.php:609
1790
- msgid "Title align"
1791
- msgstr "Titre aligner"
1792
-
1793
- #: templates/admin/chart_wizard/steps/step4.inc.php:611
1794
- msgid "The horizontal alignment of the title"
1795
- msgstr "L'alignement horizontal du titre"
1796
 
1797
- #: templates/admin/chart_wizard/steps/step4.inc.php:627
1798
- msgid "Title position"
1799
- msgstr "Position du titre"
1800
 
1801
- #: templates/admin/chart_wizard/steps/step4.inc.php:629
1802
  msgid ""
1803
- "Position of the title. Possible values are 'top', 'left', 'bottom' and "
1804
- "'right'"
1805
  msgstr ""
1806
- "Position du titre. Les valeurs possibles sont \"haut\", \"gauche\", \"bas\" "
1807
- "et \"droite\""
1808
-
1809
- #: templates/admin/chart_wizard/steps/step4.inc.php:646
1810
- msgid "Title font name"
1811
- msgstr "Nom de la police du titre"
1812
-
1813
- #: templates/admin/chart_wizard/steps/step4.inc.php:648
1814
- msgid "The default font face for text in the title."
1815
- msgstr "La police de caractères par défaut pour le texte dans le titre."
1816
-
1817
- #: templates/admin/chart_wizard/steps/step4.inc.php:663
1818
- msgid "Title font style"
1819
- msgstr "Style de police du titre"
1820
 
1821
- #: templates/admin/chart_wizard/steps/step4.inc.php:665
1822
- msgid "The default font style for text in the title"
1823
- msgstr "Le style de police par défaut pour le texte dans le titre"
 
 
1824
 
1825
- #: templates/admin/chart_wizard/steps/step4.inc.php:682
1826
- msgid "Title font color"
1827
- msgstr "Couleur de la police du titre"
 
1828
 
1829
- #: templates/admin/chart_wizard/steps/step4.inc.php:684
1830
- msgid "The default font color for text in the title."
1831
- msgstr "La couleur de police par défaut pour le texte dans le titre."
 
 
 
 
1832
 
1833
- #: templates/admin/chart_wizard/steps/step4.inc.php:701
1834
- msgid "Subtitle"
1835
- msgstr "Sous-titre"
 
 
1836
 
1837
- #: templates/admin/chart_wizard/steps/step4.inc.php:703
1838
- msgid "The chart's subtitle."
1839
- msgstr "Le sous-titre du graphique."
 
 
1840
 
1841
- #: templates/admin/chart_wizard/steps/step4.inc.php:718
1842
- msgid "Subtitle align"
1843
- msgstr "Aligner sous-titre "
 
 
1844
 
1845
- #: templates/admin/chart_wizard/steps/step4.inc.php:720
1846
- msgid "The horizontal alignment of the subtitle"
1847
- msgstr "L'alignement horizontal du sous-titre"
 
 
1848
 
1849
- #: templates/admin/chart_wizard/steps/step4.inc.php:743
1850
- msgid "Enable or disable the tooltip"
1851
- msgstr "Activer ou désactiver l'info-bulle"
 
 
1852
 
1853
- #: templates/admin/chart_wizard/steps/step4.inc.php:746
1854
- msgid "Show tooltip"
1855
- msgstr "Afficher l'info-bulle"
 
 
 
 
 
 
 
1856
 
1857
- #: templates/admin/chart_wizard/steps/step4.inc.php:755
1858
- msgid "The background color for the tooltip."
1859
- msgstr "La couleur d'arrière-plan de l'info-bulle."
 
 
1860
 
1861
- #: templates/admin/chart_wizard/steps/step4.inc.php:774
1862
- msgid "The pixel width of the tooltip border."
1863
- msgstr "La largeur en pixels de la bordure de l'info-bulle."
 
 
 
 
 
 
1864
 
1865
- #: templates/admin/chart_wizard/steps/step4.inc.php:791
1866
- msgid "The color of the tooltip border."
1867
- msgstr "La couleur de la bordure de l'info-bulle."
 
1868
 
1869
- #: templates/admin/chart_wizard/steps/step4.inc.php:810
1870
- msgid "The radius of the rounded border corners."
1871
- msgstr "Le rayon des coins arrondis de la bordure."
 
 
 
 
1872
 
1873
- #: templates/admin/chart_wizard/steps/step4.inc.php:825
1874
- msgid "Shared tooltip"
1875
- msgstr "Info-bulle partagée"
 
1876
 
1877
- #: templates/admin/chart_wizard/steps/step4.inc.php:827
1878
  msgid ""
1879
- "When the tooltip is shared, the entire plot area will capture mouse movement "
1880
- "or touch events"
1881
  msgstr ""
1882
- "Lorsque l'info-bulle est partagée, toute la zone du tracé capture les "
1883
- "mouvements de la souris ou les événements tactiles"
1884
-
1885
- #: templates/admin/chart_wizard/steps/step4.inc.php:830
1886
- msgid "Share tooltip"
1887
- msgstr "Partager info-bulle"
1888
 
1889
- #: templates/admin/chart_wizard/steps/step4.inc.php:837
1890
- msgid "Value prefix"
1891
- msgstr "Valeur de préfixe"
1892
 
1893
- #: templates/admin/chart_wizard/steps/step4.inc.php:839
1894
- msgid "A string to prepend to each series' y value"
1895
- msgstr "Une chaîne de caractères à ajouter à la valeur de chaque série de y"
 
1896
 
1897
- #: templates/admin/chart_wizard/steps/step4.inc.php:854
1898
- msgid "Value suffix"
1899
- msgstr "Valeur de suffixe"
1900
-
1901
- #: templates/admin/chart_wizard/steps/step4.inc.php:856
1902
- msgid "A string to append to each series' y value"
1903
- msgstr "Une chaîne de caractères à ajouter à la valeur de chaque série de y"
1904
-
1905
- #: templates/admin/chart_wizard/steps/step4.inc.php:878
1906
- msgid "Enable or disable the legend"
1907
- msgstr "Activer ou désactiver la légende"
1908
-
1909
- #: templates/admin/chart_wizard/steps/step4.inc.php:881
1910
- msgid "Show legend"
1911
- msgstr "Afficher la légende"
1912
-
1913
- #: templates/admin/chart_wizard/steps/step4.inc.php:888
1914
- msgid "Position"
1915
- msgstr "Position"
1916
-
1917
- #: templates/admin/chart_wizard/steps/step4.inc.php:890
1918
- msgid "Position of the legend"
1919
- msgstr "Position de la légende"
1920
-
1921
- #: templates/admin/chart_wizard/steps/step4.inc.php:910
1922
- msgid "The background color of the legend."
1923
- msgstr "La couleur de fond de la légende."
1924
-
1925
- #: templates/admin/chart_wizard/steps/step4.inc.php:929
1926
- msgid "A title to be added on top of the legend"
1927
- msgstr "Un titre à ajouter en haut de la légende"
1928
-
1929
- #: templates/admin/chart_wizard/steps/step4.inc.php:944
1930
- msgid "Layout"
1931
- msgstr "Disposition"
1932
 
1933
- #: templates/admin/chart_wizard/steps/step4.inc.php:946
1934
- msgid "The layout of the legend items"
1935
- msgstr "La disposition des éléments de légende"
1936
 
1937
- #: templates/admin/chart_wizard/steps/step4.inc.php:961
1938
- msgid "Align"
1939
- msgstr "Aligner"
 
1940
 
1941
- #: templates/admin/chart_wizard/steps/step4.inc.php:963
1942
- msgid "The horizontal alignment of the legend box within the chart area"
1943
  msgstr ""
1944
- "L'alignement horizontal de la boîte de légende dans la zone de graphique"
1945
-
1946
- #: templates/admin/chart_wizard/steps/step4.inc.php:979
1947
- msgid "Vertical align"
1948
- msgstr "Alignement vertical"
1949
 
1950
- #: templates/admin/chart_wizard/steps/step4.inc.php:981
1951
- msgid "The vertical alignment of the legend box"
1952
- msgstr "L'alignement vertical de la boîte de légende"
 
1953
 
1954
- #: templates/admin/chart_wizard/steps/step4.inc.php:1000
1955
- msgid "The width of the drawn border around the legend."
1956
- msgstr "La largeur de tracé de la bordure autour de la légende."
 
 
1957
 
1958
- #: templates/admin/chart_wizard/steps/step4.inc.php:1017
1959
- msgid "The color of the drawn border around the legend."
1960
- msgstr "La couleur de tracé de la bordure autour de la légende."
1961
 
1962
- #: templates/admin/chart_wizard/steps/step4.inc.php:1036
1963
- msgid "The border corner radius of the legend."
1964
- msgstr "La bordure de rayon de coin de la légende."
1965
 
1966
- #: templates/admin/chart_wizard/steps/step4.inc.php:1051
1967
- msgid "Legend position"
1968
- msgstr "Position de la légende"
 
1969
 
1970
- #: templates/admin/chart_wizard/steps/step4.inc.php:1053
1971
- msgid ""
1972
- "Position of the legend. Possible values are 'top', 'left', 'bottom' and "
1973
- "'right'"
1974
- msgstr ""
1975
- "Position de la légende. Les valeurs possibles sont \"haut\", \"gauche\", "
1976
- "\"bas\" et \"droite\""
1977
 
1978
- #: templates/admin/chart_wizard/steps/step4.inc.php:1078
1979
- msgid "Whether to enable the exporting module"
1980
- msgstr "Indique s'il faut activer le module d'exportation"
1981
 
1982
- #: templates/admin/chart_wizard/steps/step4.inc.php:1081
1983
- msgid "Export chart"
1984
- msgstr "Exporter graphique"
1985
 
1986
- #: templates/admin/chart_wizard/steps/step4.inc.php:1088
1987
- msgid "Data labels"
1988
- msgstr "Étiquettes de données"
1989
 
1990
- #: templates/admin/chart_wizard/steps/step4.inc.php:1090
1991
- msgid "Add data labels to improve readability of the exported chart"
1992
  msgstr ""
1993
- "Ajouter des étiquettes de données pour améliorer la lisibilité du graphique "
1994
- "exporté"
1995
 
1996
- #: templates/admin/chart_wizard/steps/step4.inc.php:1093
1997
- msgid "Show data labels"
1998
- msgstr "Afficher les étiquettes de données"
1999
-
2000
- #: templates/admin/chart_wizard/steps/step4.inc.php:1100
2001
- msgid "File name"
2002
- msgstr "Nom de fichier"
2003
-
2004
- #: templates/admin/chart_wizard/steps/step4.inc.php:1102
2005
- msgid "The filename, without extension, to use for the exported chart"
2006
  msgstr ""
2007
- "Le nom de fichier, sans extension, à utiliser pour le graphique exporté"
2008
-
2009
- #: templates/admin/chart_wizard/steps/step4.inc.php:1117
2010
- msgid "Width"
2011
- msgstr "Largeur"
2012
-
2013
- #: templates/admin/chart_wizard/steps/step4.inc.php:1119
2014
- msgid "The width of the original chart when exported."
2015
- msgstr "La largeur du graphique d'origine lorsqu'ils sont exportés."
2016
-
2017
- #: templates/admin/chart_wizard/steps/step4.inc.php:1134
2018
- msgid "Button align"
2019
- msgstr "Bouton aligner"
2020
-
2021
- #: templates/admin/chart_wizard/steps/step4.inc.php:1136
2022
- msgid "Alignment for the export button"
2023
- msgstr "Alignement pour le bouton d'exportation"
2024
-
2025
- #: templates/admin/chart_wizard/steps/step4.inc.php:1153
2026
- msgid "Button vertical align"
2027
- msgstr "Bouton alignement vertical"
2028
-
2029
- #: templates/admin/chart_wizard/steps/step4.inc.php:1155
2030
- msgid "The vertical alignment of the export button"
2031
- msgstr "L'alignement vertical du bouton d'exportation"
2032
-
2033
- #: templates/admin/chart_wizard/steps/step4.inc.php:1172
2034
- msgid "Button color"
2035
- msgstr "Bouton couleur"
2036
 
2037
- #: templates/admin/chart_wizard/steps/step4.inc.php:1174
2038
- msgid "The color of the symbol's stroke or line."
2039
- msgstr "La couleur du trait ou de la ligne du symbole."
2040
-
2041
- #: templates/admin/chart_wizard/steps/step4.inc.php:1191
2042
- #: templates/admin/table-settings/column_settings_panel.inc.php:671
2043
- msgid "Button text"
2044
- msgstr "Bouton texte"
2045
-
2046
- #: templates/admin/chart_wizard/steps/step4.inc.php:1193
2047
- msgid "A text string to add to the individual button"
2048
- msgstr "Une chaîne de texte à ajouter au bouton individuel"
2049
-
2050
- #: templates/admin/chart_wizard/steps/step4.inc.php:1215
2051
- msgid "Whether to show the credits text"
2052
- msgstr "Indique si le texte des crédits doit être affiché"
2053
-
2054
- #: templates/admin/chart_wizard/steps/step4.inc.php:1218
2055
- msgid "Show credits"
2056
- msgstr "Afficher les crédits"
2057
 
2058
- #: templates/admin/chart_wizard/steps/step4.inc.php:1225
2059
- msgid "Credits href"
2060
- msgstr "Crédits href"
 
2061
 
2062
- #: templates/admin/chart_wizard/steps/step4.inc.php:1227
2063
- msgid "The URL for the credits label"
2064
- msgstr "L'URL de l'étiquette de crédits"
 
 
2065
 
2066
- #: templates/admin/chart_wizard/steps/step4.inc.php:1242
2067
- msgid "Credits text"
2068
- msgstr "Texte de crédits"
 
2069
 
2070
- #: templates/admin/chart_wizard/steps/step4.inc.php:1244
2071
- msgid "The text for the credits label"
2072
- msgstr "Le texte de l'étiquette de crédits"
 
 
 
 
2073
 
2074
- #: templates/admin/chart_wizard/steps/step5.inc.php:4
2075
- msgid "Paste this shortcode to render this chart"
2076
- msgstr "Collez ce shortcode pour interpréter ce graphique"
 
2077
 
2078
- #: templates/admin/chart_wizard/steps/step5.inc.php:7
2079
- #: templates/admin/table-settings/table_settings_block.inc.php:30
2080
- msgid "Click to copy shortcode"
2081
- msgstr "Cliquez pour copier le shortcode"
2082
 
2083
- #: templates/admin/common/close_modal.inc.php:17
2084
- #: templates/common/delete_modal.inc.php:19
2085
- msgid "Are you sure?"
2086
- msgstr "Êtes-vous sûr?"
 
2087
 
2088
- #: templates/admin/common/close_modal.inc.php:26
2089
- msgid "There is no undo! You will be redirected to wpDataTables page."
2090
  msgstr ""
2091
- "Il n'y a pas d'annulation! Vous serez redirigé vers la page wpDataTables."
2092
-
2093
- #: templates/admin/common/close_modal.inc.php:38
2094
- msgid "Yes"
2095
- msgstr "Oui"
2096
-
2097
- #: templates/admin/common/error_modal.inc.php:16
2098
- #: templates/common/error.inc.php:3
2099
- msgid "Error"
2100
- msgstr "Erreur"
2101
 
2102
- #: templates/admin/constructor/constructor.inc.php:25
2103
- msgid "Table Creation Wizard"
2104
- msgstr "Assistant de création de tableau"
2105
 
2106
- #: templates/admin/constructor/constructor.inc.php:65
2107
- msgid "Open in standard editor"
2108
- msgstr "Ouvrir dans l'éditeur standard"
2109
 
2110
- #: templates/admin/constructor/constructor.inc.php:67
2111
- msgid "Open in Excel-like editor"
2112
- msgstr "Ouvrir dans un éditeur de type Excel"
 
2113
 
2114
- #: templates/admin/constructor/constructor.inc.php:77
2115
- #: templates/admin/table-settings/column_settings_panel.inc.php:20
2116
- #: templates/admin/table-settings/column_settings_panel.inc.php:1066
2117
- #: templates/admin/table-settings/table_preview_block.inc.php:68
2118
- #: templates/admin/table-settings/table_settings_block.inc.php:1119
2119
- msgid "Documentation"
2120
- msgstr "Documentation"
 
 
2121
 
2122
- #: templates/admin/constructor/constructor_column_block.inc.php:31
2123
- #: templates/admin/constructor/constructor_file_preview.inc.php:33
2124
- #: templates/admin/table-settings/add_column_modal.inc.php:47
2125
- msgid "Type"
2126
- msgstr "Type"
2127
 
2128
- #: templates/admin/constructor/constructor_column_block.inc.php:58
2129
- #: templates/admin/constructor/constructor_file_preview.inc.php:74
2130
- #: templates/admin/table-settings/add_column_modal.inc.php:83
2131
- msgid "Possible values"
2132
- msgstr "Valeurs possibles"
2133
 
2134
- #: templates/admin/constructor/constructor_column_block.inc.php:69
2135
- #: templates/admin/constructor/constructor_file_preview.inc.php:85
2136
- #: templates/admin/table-settings/add_column_modal.inc.php:94
2137
- msgid "Editor predefined value"
2138
- msgstr "Valeur prédéfinie de l'éditeur"
2139
 
2140
- #: templates/admin/constructor/constructor_file_preview.inc.php:51
2141
- #: templates/admin/table-settings/column_settings_panel.inc.php:443
2142
- msgid "Date input format"
2143
- msgstr "Format d'entrée de date"
2144
 
2145
- #: templates/admin/constructor/constructor_file_preview.inc.php:96
2146
- msgid "Data preview"
2147
- msgstr "Aperçu des données"
2148
 
2149
- #: templates/admin/constructor/steps/constructor_1.inc.php:5
2150
- msgid "Choose what kind of table would you like to construct"
2151
- msgstr "Choisissez le type de tableau que vous souhaitez construire"
 
 
2152
 
2153
- #: templates/admin/constructor/steps/constructor_1.inc.php:18
2154
- msgid "Create a table linked to an existing data source"
2155
- msgstr "Créer un tableau lié à une source de données existante"
2156
 
2157
- #: templates/admin/constructor/steps/constructor_1.inc.php:19
2158
  msgid ""
2159
- "(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP "
2160
- "array). Data will be read from the source every time on page load. Only "
2161
- "MySQL-based tables can be made editable."
2162
  msgstr ""
2163
- "(Excel, CSV, feuille de calcul Google, requête MySQL, XML, JSON, tableau PHP "
2164
- "sérialisé). Les données seront lues à partir de la source à chaque "
2165
- "chargement de la page. Seules les tableaux basées sur MySQL peuvent être "
2166
- "rendues modifiables."
2167
 
2168
- #: templates/admin/constructor/steps/constructor_1.inc.php:31
2169
- msgid "Create a table manually"
2170
- msgstr "Créer un tableau manuellement"
2171
 
2172
- #: templates/admin/constructor/steps/constructor_1.inc.php:32
2173
  msgid ""
2174
- "Define the number and type of columns, and fill in the data manually in WP "
2175
- "admin. Table will be stored in MySQL and can be edited from WP admin, or "
2176
- "made front-end editable."
2177
  msgstr ""
2178
- "Définissez le nombre et le type de colonnes et remplissez les données "
2179
- "manuellement dans WP admin. Le tableau sera stocké dans MySQL et peut être "
2180
- "édité à partir de WP admin, ou rendu modifiable sur le front-end."
2181
 
2182
- #: templates/admin/constructor/steps/constructor_1.inc.php:45
2183
- msgid "Create a table by importing data from data source"
2184
- msgstr ""
2185
- "Créer un tableau en important des données à partir de la source de données"
2186
 
2187
- #: templates/admin/constructor/steps/constructor_1.inc.php:46
2188
  msgid ""
2189
- "(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table "
2190
- "can be edited in WP admin, or made front-end editable."
2191
  msgstr ""
2192
- "(Excel, CSV, feuille de calcul Google). Les données seront importées dans "
2193
- "MySQL, le tableau peut être modifié dans WP admin, ou rendu modifiable sur "
2194
- "le front-end."
2195
 
2196
- #: templates/admin/constructor/steps/constructor_1.inc.php:59
2197
- msgid "Generate a query to WordPress database"
2198
- msgstr "Générer une requête à la base de données WordPress"
2199
 
2200
- #: templates/admin/constructor/steps/constructor_1.inc.php:60
2201
  msgid ""
2202
- "Create a MySQL-query-based table by generating a query to WordPress database "
2203
- "(posts, taxonomies, postmeta) with a GUI tool."
2204
  msgstr ""
2205
- "Créez un tableau basé sur une requête MySQL en générant une requête dans la "
2206
- "base de données WordPress (articles, taxonomies, métadonnées d'articles) "
2207
- "avec un outil graphique."
2208
 
2209
- #: templates/admin/constructor/steps/constructor_1.inc.php:73
2210
- msgid "Generate a query to MySQL database"
2211
- msgstr "Générer une requête sur la base de données MySQL"
2212
 
2213
- #: templates/admin/constructor/steps/constructor_1.inc.php:74
2214
  msgid ""
2215
- "Create a MySQL-query-based table by generating a query to any custom MySQL "
2216
- "database with a GUI tool."
2217
  msgstr ""
2218
- "Créez un tableau basé sur une requête MySQL en générant une requête sur une "
2219
- "base de données MySQL personnalisée à l'aide d'un outil graphique."
 
2220
 
2221
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:8
2222
- msgid ""
2223
- "Please provide some initial structure metadata before the table will be "
2224
- "created."
2225
- msgstr ""
2226
- "Veuillez fournir des métadonnées initiales de structure avant que le tableau "
2227
- "ne soit créé."
2228
 
2229
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:10
 
2230
  msgid ""
2231
- "This constructor will help you to create a table from scratch. You will be "
2232
- "able to edit the table content and metadata later manually at any time."
 
2233
  msgstr ""
2234
- "Ce constructeur vous aidera à créer un tableau à partir de zéro. Vous "
2235
- "pourrez modifier le contenu du tableau et les métadonnées plus tard "
2236
- "manuellement à tout moment."
2237
 
2238
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:17
2239
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:15
2240
- msgid "Table name"
2241
- msgstr "Nom du tableau"
 
 
 
 
 
 
 
 
2242
 
2243
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:19
2244
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:17
2245
  msgid ""
2246
- "What is the header of the table that will be visible to the site visitors"
2247
  msgstr ""
2248
- "Quel est l'en-tête du tableau qui sera visible pour les visiteurs du site"
2249
 
2250
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:31
2251
- msgid "Number of columns"
2252
- msgstr "Nombre de colonnes"
2253
-
2254
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:33
2255
  msgid ""
2256
- "How many columns table will it have? You can also modify it below with + and "
2257
- "x buttons"
2258
  msgstr ""
2259
- "Combien de colonnes le tableau comportera-t-il? Vous pouvez également le "
2260
- "modifier ci-dessous avec les boutons + et x"
2261
-
2262
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:49
2263
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:33
2264
- msgid "Column names and types"
2265
- msgstr "Noms et types de colonne"
2266
-
2267
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:50
2268
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:34
2269
- msgid "Drag and drop to reorder columns"
2270
- msgstr "Glisser-déposer pour réorganiser les colonnes"
2271
 
2272
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:55
2273
- #: templates/admin/constructor/steps/constructor_1_1.inc.php:68
2274
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:39
2275
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:52
2276
- #: templates/admin/table-settings/table_preview_block.inc.php:33
2277
- msgid "Add column"
2278
- msgstr "Ajouter une colonne"
2279
 
2280
- #: templates/admin/constructor/steps/constructor_1_2.inc.php:8
2281
- #: templates/admin/table-settings/table_settings_block.inc.php:124
2282
- msgid "Input file path or URL"
2283
- msgstr "Chemin d'accès du fichier d'entrée ou URL"
2284
 
2285
- #: templates/admin/constructor/steps/constructor_1_2.inc.php:10
2286
  msgid ""
2287
- "Upload your file or provide the full URL here. For CSV or Excel input "
2288
- "sources only URLs or paths from same servers are supported. For Google "
2289
- "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
2290
- "the URL."
2291
  msgstr ""
2292
- "Téléchargez votre fichier ou indiquez l'URL complète ici. Pour les sources "
2293
- "CSV ou Excel, seules les URL ou les chemins d'accès des mêmes serveurs sont "
2294
- "pris en charge. Pour les feuilles de calcul Google: n'oubliez pas de publier "
2295
- "la feuille de calcul avant de coller l'URL."
2296
 
2297
- #: templates/admin/constructor/steps/constructor_1_2.inc.php:20
2298
- #: templates/admin/table-settings/table_settings_block.inc.php:136
2299
- msgid "Browse..."
2300
- msgstr "Naviguer..."
2301
 
2302
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:8
2303
- msgid "Please choose the WP data which will be used to create a table."
2304
- msgstr ""
2305
- "Veuillez choisir les données WP qui seront utilisées pour créer un tableau."
2306
 
2307
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:9
2308
- msgid ""
2309
- "This constructor type will create a query to WordPress database and create a "
2310
- "wpDataTable based on this query. This table content cannot be edited "
2311
- "manually afterwards, but will always contain actual data from your WordPress "
2312
- "database."
2313
- msgstr ""
2314
- "Ce type de constructeur va créer une requête pour la base de données "
2315
- "WordPress et créer un wpDataTable basé sur cette requête. Ce contenu de "
2316
- "table ne peut pas être modifié manuellement par la suite, mais contiendra "
2317
- "toujours des données actuelles de votre base de données WordPress."
2318
 
2319
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:19
2320
- msgid "All post types"
2321
- msgstr "Tous les types d'articles"
2322
 
2323
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:21
2324
- msgid "Add or drag post types."
2325
- msgstr "Ajoutez ou faites glisser des types d'articles."
2326
 
2327
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:29
2328
- msgid "all"
2329
- msgstr "tout"
 
2330
 
2331
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:56
2332
- msgid "Selected post types"
2333
- msgstr "Types d'articles sélectionnés"
2334
 
2335
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:75
2336
- msgid "All post properties"
2337
- msgstr "Toutes les propriétés d'articles"
 
2338
 
2339
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:77
2340
- msgid "Add or drag post properties."
2341
- msgstr "Ajouter ou faire glisser des propriétés d'articles."
2342
 
2343
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:105
2344
- msgid "Selected post properties"
2345
- msgstr "Propriétés des articles sélectionnés"
 
2346
 
2347
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:125
2348
- msgid "Post types relationship"
2349
- msgstr "Relation type d'articles"
2350
 
2351
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:127
2352
- msgid ""
2353
- "When it is enabled, relations will be defined (joining rules) between post "
2354
- "types, otherwise relations between post types will not be defined (do a full "
2355
- "outer join)."
2356
- msgstr ""
2357
- "Lorsqu'elle est activée, les relations seront définies (règles de jonction) "
2358
- "entre les types d'articles, sinon les relations entre les types d'articles "
2359
- "ne seront pas définies (effectuez une jointure externe complète)."
2360
 
2361
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:133
2362
- msgid "Define relations (joining rules) between post types"
2363
- msgstr "Définir des relations (règles de jonction) entre les types d'articles"
2364
 
2365
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:149
2366
- msgid "Define post types relations"
2367
- msgstr "Définir des relations de type articles"
2368
 
2369
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:151
2370
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:124
2371
- msgid "Check to have an inner join, uncheck to have left join."
2372
- msgstr "Cochez pour avoir un lien interne, décochez pour abandonner le lien."
2373
 
2374
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:166
2375
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:139
2376
- msgid "Add conditions"
2377
- msgstr "Ajouter des conditions"
2378
 
2379
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:168
2380
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:141
2381
- msgid "Add conditions that you would like to have in the table."
2382
- msgstr "Ajoutez les conditions que vous souhaitez avoir dans le tableau."
2383
 
2384
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:173
2385
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:146
2386
- msgid "Add condition"
2387
- msgstr "Ajouter la condition"
2388
 
2389
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:194
2390
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:166
2391
- msgid "Add grouping rules"
2392
- msgstr "Ajouter des règles de regroupement"
2393
 
2394
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:196
2395
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:168
2396
- msgid "Add grouping rules that you would like to have in the table."
2397
- msgstr ""
2398
- "Ajoutez des règles de regroupement que vous souhaitez avoir dans le tableau."
2399
 
2400
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:201
2401
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:173
2402
- msgid "Add grouping"
2403
- msgstr "Ajouter un regroupement"
2404
 
2405
- #: templates/admin/constructor/steps/constructor_1_3.inc.php:313
2406
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:280
2407
- msgid "Group by "
2408
- msgstr "Grouper par "
2409
 
2410
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:8
2411
- msgid "Please choose the SQL data which will be used to create a table."
2412
- msgstr ""
2413
- "Veuillez choisir les données SQL qui seront utilisées pour créer un tableau."
2414
 
2415
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:9
2416
- msgid ""
2417
- "This constructor type will create a query to any MySQL database database and "
2418
- "create a wpDataTable based on this query. This table content cannot be "
2419
- "edited manually afterwards, but will always contain actual data from your "
2420
- "MySQL database."
2421
- msgstr ""
2422
- "Ce type de constructeur va créer une requête sur n'importe quelle base de "
2423
- "données MySQL et crée un wpDataTable basé sur cette requête. Ce contenu de "
2424
- "tableau ne peut pas être modifié manuellement par la suite, mais contiendra "
2425
- "toujours les données actuelles de votre base de données MySQL."
2426
 
2427
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:19
2428
- msgid "All SQL tables"
2429
- msgstr "Toutes les tables SQL"
 
 
2430
 
2431
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:21
2432
- msgid "Add or drag MySQL tables."
2433
- msgstr "Ajoutez ou faites glisser des tables MySQL."
2434
 
2435
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:53
2436
- msgid "Selected SQL tables"
2437
- msgstr "Tables SQL sélectionnées"
 
2438
 
2439
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:72
2440
- msgid "All SQL columns"
2441
- msgstr "Toutes les colonnes SQL"
 
2442
 
2443
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:74
2444
- msgid "Add or drag MySQL columns."
2445
- msgstr "Ajoutez ou faites glisser des colonnes MySQL."
 
2446
 
2447
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:102
2448
- msgid "Selected SQL columns"
2449
- msgstr "Colonnes SQL sélectionnées"
 
2450
 
2451
- #: templates/admin/constructor/steps/constructor_1_4.inc.php:122
2452
- msgid "Define SQL tables relations"
2453
- msgstr "Définir des relations de tables SQL"
 
2454
 
2455
- #: templates/admin/constructor/steps/constructor_2_2.inc.php:8
2456
  msgid ""
2457
- "Please check which columns would you like to import and make sure that the "
2458
- "column types were imported correctly."
 
2459
  msgstr ""
2460
- "Veuillez vérifier quelles colonnes vous souhaitez importer et assurez-vous "
2461
- "que les types de colonne ont été importés correctement."
 
2462
 
2463
- #: templates/admin/constructor/steps/constructor_2_3.inc.php:8
2464
- msgid "Preview the query that has been generated for you"
2465
- msgstr "Prévisualiser la requête qui a été générée pour vous"
 
2466
 
2467
- #: templates/admin/constructor/steps/constructor_2_3.inc.php:13
2468
- msgid "Click to refresh the table"
2469
- msgstr "Cliquez pour rafraîchir le tableau"
 
 
 
 
 
 
2470
 
2471
- #: templates/admin/constructor/steps/constructor_2_3.inc.php:29
2472
- msgid "Preview the 5 first result rows"
2473
- msgstr "Prévisualiser le résultat des 5 premières lignes "
 
2474
 
2475
- #: templates/admin/settings/settings.inc.php:22
2476
- #: templates/admin/settings/settings.inc.php:23
2477
- msgid "Settings for the plugin"
2478
- msgstr "Paramètres de l'extension"
2479
 
2480
- #: templates/admin/settings/settings.inc.php:34
2481
- #: templates/admin/table-settings/column_settings_panel.inc.php:33
2482
- #: templates/admin/table-settings/columns_list_modal.inc.php:31
2483
- #: templates/admin/table-settings/foreign_key_config.inc.php:99
2484
- #: templates/admin/table-settings/formula_editor_modal.inc.php:78
2485
- #: templates/admin/table-settings/table_settings_block.inc.php:49
2486
- msgid "Save"
2487
- msgstr "Sauvegarder"
2488
 
2489
- #: templates/admin/settings/settings.inc.php:46
2490
- msgid "Main settings"
2491
- msgstr "Réglages principaux"
2492
 
2493
- #: templates/admin/settings/settings.inc.php:51
2494
- #: templates/admin/settings/tabs/separate_mysql_connection.php:15
2495
- msgid "Separate MySQL connection"
2496
- msgstr "Connexion MySQL séparée"
2497
 
2498
- #: templates/admin/settings/settings.inc.php:56
2499
- msgid "Color and font settings"
2500
- msgstr "Paramètres de couleur et de police"
2501
 
2502
- #: templates/admin/settings/settings.inc.php:60
2503
- msgid "Custom JS and CSS"
2504
- msgstr "JS et CSS personnalisés"
2505
 
2506
- #: templates/admin/settings/settings.inc.php:64
2507
- msgid "Info"
2508
- msgstr "Info"
2509
 
2510
- #: templates/admin/settings/settings.inc.php:94
2511
- msgid "Reset colors and fonts to default"
2512
- msgstr "Réinitialiser les couleurs et les polices par défaut"
 
2513
 
2514
- #: templates/admin/settings/settings.inc.php:97
2515
- #: templates/admin/table-settings/column_settings_panel.inc.php:1074
2516
- #: templates/admin/table-settings/table_preview_block.inc.php:76
2517
- #: templates/admin/table-settings/table_settings_block.inc.php:1127
2518
- msgid "Apply"
2519
- msgstr "Appliquer"
2520
 
2521
- #: templates/admin/settings/tabs/color_and_font_settings.php:25
2522
- msgid "Font"
2523
- msgstr "Police de caractère"
 
 
2524
 
2525
- #: templates/admin/settings/tabs/color_and_font_settings.php:27
2526
  msgid ""
2527
- "This font will be used in rendered tables. Leave blank not to override "
2528
- "default theme settings"
 
 
 
2529
  msgstr ""
2530
- "Cette police sera utilisée dans les tableaux interprétés. Ne rien inscrire "
2531
- "pour ne pas remplacer les paramètres de thème par défaut"
2532
-
2533
- #: templates/admin/settings/tabs/color_and_font_settings.php:47
2534
- msgid "Define the font size"
2535
- msgstr "Définir la taille de la police"
2536
 
2537
- #: templates/admin/settings/tabs/color_and_font_settings.php:64
2538
- msgid "This color is used for the main font in table cells."
 
 
2539
  msgstr ""
2540
- "Cette couleur est utilisée pour la police principale dans les cellules du "
2541
- "tableau."
2542
-
2543
- #: templates/admin/settings/tabs/color_and_font_settings.php:99
2544
- msgid "The color is used for background of the table header."
2545
- msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
2546
 
2547
- #: templates/admin/settings/tabs/color_and_font_settings.php:118
2548
- msgid "This color is used for the border in the table header."
2549
- msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
2550
 
2551
- #: templates/admin/settings/tabs/color_and_font_settings.php:138
2552
- msgid "This color is used for the font in the table header."
2553
- msgstr "Cette couleur est utilisée pour la police dans l'en-tête du tableau."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2554
 
2555
- #: templates/admin/settings/tabs/color_and_font_settings.php:155
2556
- msgid "Active and hover color\t"
2557
- msgstr "Couleur active et en survol\t"
 
2558
 
2559
- #: templates/admin/settings/tabs/color_and_font_settings.php:157
2560
  msgid ""
2561
- "This color is used when you hover the mouse above the table header, or when "
2562
- "you choose a column."
2563
  msgstr ""
2564
- "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
2565
- "tête du tableau ou lorsque vous choisissez une colonne."
 
2566
 
2567
- #: templates/admin/settings/tabs/color_and_font_settings.php:191
2568
- msgid "Inner border"
2569
- msgstr "Bordure intérieure"
2570
 
2571
- #: templates/admin/settings/tabs/color_and_font_settings.php:193
2572
- msgid "This color is used for the inner border in the table between cells."
2573
  msgstr ""
2574
- "Cette couleur est utilisée pour la bordure intérieure du tableau entre les "
2575
- "cellules."
2576
 
2577
- #: templates/admin/settings/tabs/color_and_font_settings.php:211
2578
- msgid "Outer border"
2579
- msgstr "Bordure extérieure"
 
 
2580
 
2581
- #: templates/admin/settings/tabs/color_and_font_settings.php:213
2582
- msgid "This color is used for the outer border of the whole table body."
2583
  msgstr ""
2584
- "Cette couleur est utilisée pour la bordure extérieure du corps entier du "
2585
- "tableau."
2586
 
2587
- #: templates/admin/settings/tabs/color_and_font_settings.php:247
2588
- msgid "Even row background"
2589
- msgstr "Fond ligne paire"
2590
-
2591
- #: templates/admin/settings/tabs/color_and_font_settings.php:249
2592
- msgid "This color is used for for background in even rows."
2593
- msgstr "Cette couleur est utilisée pour le fond dans les lignes paires."
2594
 
2595
- #: templates/admin/settings/tabs/color_and_font_settings.php:266
2596
- msgid "Odd row background"
2597
- msgstr "Fond ligne impaire"
2598
 
2599
- #: templates/admin/settings/tabs/color_and_font_settings.php:268
2600
- msgid "This color is used for for background in odd rows."
2601
- msgstr "Cette couleur est utilisée pour le fond dans les lignes impaires."
2602
 
2603
- #: templates/admin/settings/tabs/color_and_font_settings.php:285
2604
- msgid "Hover row"
2605
- msgstr "Survol ligne"
2606
 
2607
- #: templates/admin/settings/tabs/color_and_font_settings.php:287
2608
  msgid ""
2609
- "This color is used for to highlight the row when you hover your mouse above "
2610
- "it."
2611
  msgstr ""
2612
- "Cette couleur est utilisée pour mettre en évidence la ligne lorsque vous "
2613
- "passez votre souris dessus."
 
2614
 
2615
- #: templates/admin/settings/tabs/color_and_font_settings.php:304
2616
- msgid "Background for selected rows"
2617
- msgstr "Fond pour les lignes sélectionnées"
2618
 
2619
- #: templates/admin/settings/tabs/color_and_font_settings.php:306
2620
- msgid "This color is used for background in selected rows."
2621
- msgstr "Cette couleur est utilisée pour le fond des lignes sélectionnées."
 
2622
 
2623
- #: templates/admin/settings/tabs/color_and_font_settings.php:340
2624
- msgid "Sorted columns, even rows"
2625
- msgstr "Colonnes triées, lignes paires"
 
 
 
 
 
 
 
 
 
 
 
 
2626
 
2627
- #: templates/admin/settings/tabs/color_and_font_settings.php:342
2628
  msgid ""
2629
- "This color is used for background in cells which are in the active columns "
2630
- "(columns used for sorting) in even rows."
2631
  msgstr ""
2632
- "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
2633
- "les colonnes actives (colonnes utilisées pour le tri) dans les lignes paires."
2634
 
2635
- #: templates/admin/settings/tabs/color_and_font_settings.php:360
2636
- msgid "Sorted columns, odd rows"
2637
- msgstr "Colonnes triées, lignes impaires"
 
 
 
 
 
 
 
 
 
 
 
 
2638
 
2639
- #: templates/admin/settings/tabs/color_and_font_settings.php:362
2640
  msgid ""
2641
- "This color is used for background in cells which are in the active columns "
2642
- "(columns used for sorting) in odd rows."
 
2643
  msgstr ""
2644
- "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
2645
- "les colonnes actives (colonnes utilisées pour le tri) en lignes impaires."
 
 
2646
 
2647
- #: templates/admin/settings/tabs/color_and_font_settings.php:398
2648
- msgid "This color is used for background in buttons."
2649
- msgstr "Cette couleur est utilisée pour le fond des boutons."
 
 
 
 
 
 
 
 
 
2650
 
2651
- #: templates/admin/settings/tabs/color_and_font_settings.php:417
2652
- msgid "This color is used for border in buttons."
2653
- msgstr "Cette couleur est utilisée pour la bordure dans les boutons."
 
 
 
 
 
 
2654
 
2655
- #: templates/admin/settings/tabs/color_and_font_settings.php:437
2656
- msgid "This color is used for font in buttons."
2657
- msgstr "Cette couleur est utilisée pour la police dans les boutons."
 
 
 
 
2658
 
2659
- #: templates/admin/settings/tabs/color_and_font_settings.php:454
2660
- msgid "Background hover color"
2661
- msgstr "Couleur fond de survol"
 
 
 
 
2662
 
2663
- #: templates/admin/settings/tabs/color_and_font_settings.php:456
2664
  msgid ""
2665
- "This color will be used for button backgrounds when you hover above them."
 
2666
  msgstr ""
2667
- "Cette couleur sera utilisée pour les fonds de boutons lorsque vous les "
2668
- "survolez."
2669
 
2670
- #: templates/admin/settings/tabs/color_and_font_settings.php:474
2671
- msgid "Hover font color"
2672
- msgstr "Couleur de la police de survol"
 
 
 
 
2673
 
2674
- #: templates/admin/settings/tabs/color_and_font_settings.php:476
2675
- msgid "This color will be used for buttons font when you hover above them."
 
 
 
 
 
 
 
 
 
 
 
 
 
2676
  msgstr ""
2677
- "Cette couleur sera utilisée pour la police des boutons lorsque vous la "
2678
- "survolez."
2679
 
2680
- #: templates/admin/settings/tabs/color_and_font_settings.php:494
2681
- msgid "Buttons hover border color"
2682
- msgstr "Couleur de survol de bordure de boutons"
2683
 
2684
- #: templates/admin/settings/tabs/color_and_font_settings.php:496
2685
- msgid "This color will be used for button borders when you hover above them."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2686
  msgstr ""
2687
- "Cette couleur sera utilisée pour les bordures des boutons lorsque vous les "
2688
- "survolez."
2689
 
2690
- #: templates/admin/settings/tabs/color_and_font_settings.php:514
2691
- msgid "Buttons and inputs border radius (in px)"
2692
- msgstr "Boutons et valeurs de bordure des rayons (en px)"
2693
 
2694
- #: templates/admin/settings/tabs/color_and_font_settings.php:516
2695
- msgid "This is a border radius for inputs in buttons. Default is 3px."
2696
  msgstr ""
2697
- "C'est une bordure de rayon pour les entrées dans les boutons. La valeur par "
2698
- "défaut est 3px."
2699
 
2700
- #: templates/admin/settings/tabs/color_and_font_settings.php:547
2701
- msgid "Modals font color"
2702
- msgstr "Couleur de police des modaux"
 
 
2703
 
2704
- #: templates/admin/settings/tabs/color_and_font_settings.php:549
2705
- msgid ""
2706
- "This color will be used for wpDataTable popup (filter, datepicker) fonts."
2707
  msgstr ""
2708
- "Cette couleur sera utilisée pour les polices des fenêtres contextuelles "
2709
- "wpDataTable (filtre, sélecteur de date)."
2710
 
2711
- #: templates/admin/settings/tabs/color_and_font_settings.php:567
2712
- msgid "Modals background"
2713
- msgstr "Fond de modaux"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2714
 
2715
- #: templates/admin/settings/tabs/color_and_font_settings.php:569
 
 
 
 
 
 
2716
  msgid ""
2717
- "This color will be used for wpDataTable popup (filter, datepicker) "
2718
- "background."
2719
  msgstr ""
2720
- "Cette couleur sera utilisée pour le fond des fenêtres contextuelles "
2721
- "wpDataTable (filtre, sélecteur de date)."
2722
 
2723
- #: templates/admin/settings/tabs/color_and_font_settings.php:588
2724
- msgid "Overlay background"
2725
- msgstr "Fond de superposition"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2726
 
2727
- #: templates/admin/settings/tabs/color_and_font_settings.php:590
2728
  msgid ""
2729
- "This color will be used for overlay which appears below the plugin popups."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2730
  msgstr ""
2731
- "Cette couleur sera utilisée pour la superposition qui apparaît sous les "
2732
- "fenêtres contextuelles de l'extension."
2733
 
2734
- #: templates/admin/settings/tabs/custom_js_and_css.php:15
2735
- msgid "Custom wpDataTables JS"
2736
- msgstr "JS WpDataTables personnalisé"
 
 
2737
 
2738
- #: templates/admin/settings/tabs/custom_js_and_css.php:17
2739
  msgid ""
2740
- "This JS will be inserted as an inline script block on every page that has a "
2741
- "wpDataTable."
 
 
2742
  msgstr ""
2743
- "Ce JS sera inséré en tant que bloc de script en ligne sur chaque page "
2744
- "possédant un wpDataTable."
2745
 
2746
- #: templates/admin/settings/tabs/custom_js_and_css.php:30
2747
- msgid "Custom wpDataTables CSS"
2748
- msgstr "CSS WpDataTables personnalisé"
2749
 
2750
- #: templates/admin/settings/tabs/custom_js_and_css.php:32
2751
  msgid ""
2752
- "This CSS will be inserted as an inline style block on every page that has a "
2753
- "wpDataTable."
 
 
 
 
2754
  msgstr ""
2755
- "Ce CSS sera inséré comme un bloc de style en ligne sur chaque page qui a un "
2756
- "wpDataTable."
2757
-
2758
- #: templates/admin/settings/tabs/custom_js_and_css.php:45
2759
- msgid "Use minified wpDataTables Javascript "
2760
- msgstr "Utiliser le Javascript wpDataTables minifié"
2761
 
2762
- #: templates/admin/settings/tabs/main_plugin_settings.php:15
2763
- msgid "Interface language"
2764
- msgstr "Langue de l'interface"
 
 
2765
 
2766
- #: templates/admin/settings/tabs/main_plugin_settings.php:17
2767
- msgid "Pick the language which will be used in tables interface."
2768
- msgstr "Choisissez la langue qui sera utilisée dans l'interface des tableaux."
2769
 
2770
- #: templates/admin/settings/tabs/main_plugin_settings.php:23
2771
- msgid "English (default)"
2772
- msgstr "Anglais (par défaut)"
 
 
2773
 
2774
- #: templates/admin/settings/tabs/main_plugin_settings.php:36
2775
- msgid "Date format"
2776
- msgstr "Format de date"
 
 
2777
 
2778
- #: templates/admin/settings/tabs/main_plugin_settings.php:38
2779
- msgid "Pick the date format to use in date column type."
2780
  msgstr ""
2781
- "Choisissez le format de date à utiliser dans le type de colonne de date."
2782
 
2783
- #: templates/admin/settings/tabs/main_plugin_settings.php:64
2784
- msgid "Time format"
2785
- msgstr "Format de l'heure"
 
 
2786
 
2787
- #: templates/admin/settings/tabs/main_plugin_settings.php:66
2788
- msgid "Pick the time format to use in datetime and time column type."
2789
  msgstr ""
2790
- "Choisissez le format de l'heure à utiliser dans le type de colonne datetime "
2791
- "et heure."
2792
 
2793
- #: templates/admin/settings/tabs/main_plugin_settings.php:81
2794
- msgid "Parse shortcodes"
2795
- msgstr "Analyser les shortcodes"
2796
 
2797
- #: templates/admin/settings/tabs/main_plugin_settings.php:83
2798
- msgid "Parse shortcodes in strings"
2799
- msgstr "Analyser les shortcodes dans la chaîne de caractères"
 
 
2800
 
2801
- #: templates/admin/settings/tabs/main_plugin_settings.php:95
2802
- msgid "Base skin"
2803
- msgstr "Skin de base"
 
 
2804
 
2805
- #: templates/admin/settings/tabs/main_plugin_settings.php:97
2806
- msgid "Choose the base skin for the plugin."
2807
- msgstr "Choisissez le skin de base pour l'extension."
 
 
 
 
 
 
 
 
2808
 
2809
- #: templates/admin/settings/tabs/main_plugin_settings.php:103
2810
- msgid "Material"
2811
- msgstr "Matériel"
 
 
2812
 
2813
- #: templates/admin/settings/tabs/main_plugin_settings.php:104
2814
- msgid "Light"
2815
- msgstr "Light"
 
 
 
 
2816
 
2817
- #: templates/admin/settings/tabs/main_plugin_settings.php:105
2818
- msgid "Graphite"
2819
- msgstr "Graphite"
 
2820
 
2821
- #: templates/admin/settings/tabs/main_plugin_settings.php:106
2822
- msgid "Borderless"
2823
- msgstr "Sans bordures"
 
 
2824
 
2825
- #: templates/admin/settings/tabs/main_plugin_settings.php:114
2826
- msgid "Number format"
2827
- msgstr "Format de nombre"
 
 
 
 
 
 
 
 
 
 
 
 
 
2828
 
2829
- #: templates/admin/settings/tabs/main_plugin_settings.php:116
2830
- msgid "Pick the number format (thousands and decimals separator)"
 
 
2831
  msgstr ""
2832
- "Choisissez le format numérique (séparateur de milliers et de décimales)"
2833
 
2834
- #: templates/admin/settings/tabs/main_plugin_settings.php:133
2835
- msgid "Render advanced filter"
2836
- msgstr "Filtre avancé interprété"
 
 
2837
 
2838
- #: templates/admin/settings/tabs/main_plugin_settings.php:135
 
 
 
 
2839
  msgid ""
2840
- "Choose where you would like to render the advanced filter for tables where "
2841
- "enabled."
2842
  msgstr ""
2843
- "Choisissez l'emplacement vous souhaitez interpréter le filtre avancé pour "
2844
- "les tableaux ils sont activés."
 
2845
 
2846
- #: templates/admin/settings/tabs/main_plugin_settings.php:141
2847
- msgid "In the header"
2848
- msgstr "Dans l'en-tête"
 
 
 
 
 
 
 
 
 
 
 
2849
 
2850
- #: templates/admin/settings/tabs/main_plugin_settings.php:142
2851
- msgid "In the footer"
2852
- msgstr "En bas de page"
 
 
2853
 
2854
- #: templates/admin/settings/tabs/main_plugin_settings.php:150
2855
- #: templates/admin/table-settings/column_settings_panel.inc.php:393
2856
- msgid "Decimal places"
2857
- msgstr "Place de la décimales"
 
2858
 
2859
- #: templates/admin/settings/tabs/main_plugin_settings.php:152
2860
- msgid "Define the amount of decimal places for the float numbers."
 
 
2861
  msgstr ""
2862
- "Définissez la quantité de la place de décimales pour les nombres à virgules."
2863
 
2864
- #: templates/admin/settings/tabs/main_plugin_settings.php:169
2865
- msgid "Tablet width"
2866
- msgstr "Largeur de la tablette"
 
 
2867
 
2868
- #: templates/admin/settings/tabs/main_plugin_settings.php:171
 
 
 
 
 
 
 
 
 
 
2869
  msgid ""
2870
- "Here you can specify width of the screen (in pixels) that will be treated as "
2871
- "a tablet. You can set it wider if you want responsive effect on desktops."
2872
  msgstr ""
2873
- "Ici, vous pouvez spécifier la largeur de l'écran (en pixels) qui sera "
2874
- "traitée comme une tablette. Vous pouvez le définir plus large si vous "
2875
- "souhaitez un effet adaptatif sur les ordinateurs de bureau."
2876
 
2877
- #: templates/admin/settings/tabs/main_plugin_settings.php:186
2878
- msgid "Mobile width"
2879
- msgstr "Largeur mobile"
 
 
2880
 
2881
- #: templates/admin/settings/tabs/main_plugin_settings.php:188
2882
- msgid "Here you can specify width (in pixels) will be treated as a mobile.."
 
2883
  msgstr ""
2884
- "Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
2885
- "mobile.."
2886
-
2887
- #: templates/admin/settings/tabs/main_plugin_settings.php:205
2888
- msgid "Tables per admin page"
2889
- msgstr "Tableaux par page administrateur"
2890
 
2891
- #: templates/admin/settings/tabs/main_plugin_settings.php:207
2892
- msgid "How many tables to show in the browse page."
2893
- msgstr "Combien de tableaux afficher dans la page de navigation."
 
 
 
 
 
 
2894
 
2895
- #: templates/admin/settings/tabs/main_plugin_settings.php:223
2896
- msgid "Align numbers"
2897
- msgstr "Aligner les nombres"
 
 
2898
 
2899
- #: templates/admin/settings/tabs/main_plugin_settings.php:225
2900
- msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
 
 
2901
  msgstr ""
2902
- "Comment les types de colonne \"Nombre entier\" et \"Nombre à virgule\" "
2903
- "seront alignés dans la cellule"
2904
 
2905
- #: templates/admin/settings/tabs/main_plugin_settings.php:239
2906
- msgid "Sum functions label"
2907
- msgstr "Libellé de fonctions de somme"
 
 
2908
 
2909
- #: templates/admin/settings/tabs/main_plugin_settings.php:241
2910
  msgid ""
2911
- "Enter a label that will be used for Sum functions. If you leave it blank "
2912
- "default label will be Σ ="
2913
  msgstr ""
2914
- "Entrez un libellé qui sera utilisé pour les fonctions de somme. Si vous le "
2915
- "laissez vide, le libellé par défaut sera Σ ="
2916
 
2917
- #: templates/admin/settings/tabs/main_plugin_settings.php:258
2918
- msgid "Average functions label"
2919
- msgstr "Libellé de fonctions moyennes"
 
 
2920
 
2921
- #: templates/admin/settings/tabs/main_plugin_settings.php:260
2922
  msgid ""
2923
- "Enter a label that will be used for Average functions. If you leave it blank "
2924
- "default label will be Avg ="
2925
  msgstr ""
2926
- "Entrez un libellé qui sera utilisé pour les fonctions Moyenne. Si vous le "
2927
- "laissez vide, le libellé par défaut sera Avg ="
2928
 
2929
- #: templates/admin/settings/tabs/main_plugin_settings.php:282
2930
- msgid "Minimum functions label"
2931
- msgstr "Libellé de fonctions minimum"
 
 
2932
 
2933
- #: templates/admin/settings/tabs/main_plugin_settings.php:284
2934
  msgid ""
2935
- "Enter a label that will be used for Minimum functions. If you leave it blank "
2936
- "default label will be Min ="
2937
  msgstr ""
2938
- "Entrez un libellé qui sera utilisé pour les fonctions Minimum. Si vous le "
2939
- "laissez vide, le libellé par défaut sera Min ="
2940
 
2941
- #: templates/admin/settings/tabs/main_plugin_settings.php:301
2942
- msgid "Maximum functions label"
2943
- msgstr "Libellé de fonctions maximum"
 
 
 
 
 
 
 
2944
 
2945
- #: templates/admin/settings/tabs/main_plugin_settings.php:303
2946
  msgid ""
2947
- "Enter a label that will be used for Maximum functions. If you leave it blank "
2948
- "default label will be Max ="
2949
  msgstr ""
2950
- "Entrez un libellé qui sera utilisé pour les fonctions Maximum. Si vous le "
2951
- "laissez vide, le libellé par défaut sera Max ="
2952
 
2953
- #: templates/admin/settings/tabs/main_plugin_settings.php:323
2954
- msgid "Purchase code"
2955
- msgstr "Code d'achat"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2956
 
2957
- #: templates/admin/settings/tabs/main_plugin_settings.php:325
 
 
2958
  msgid ""
2959
- "Please enter your Envato purchase code to enable plugin auto-updates. Leave "
2960
- "blank if you do not want the plugin to auto-update."
2961
- msgstr ""
2962
- "Veuillez entrer votre code d'achat Envato pour activer les mises à jour "
2963
- "automatiques de l'extension. Laissez vide si vous ne souhaitez pas que "
2964
- "l'extension se mette à jour automatiquement."
2965
 
2966
- #: templates/admin/settings/tabs/main_plugin_settings.php:340
2967
- msgid "Include bootstrap"
2968
- msgstr "Inclure bootstrap"
 
 
2969
 
2970
- #: templates/admin/settings/tabs/main_plugin_settings.php:342
 
2971
  msgid ""
2972
- "If bootstrap.js is already included in one of the theme files it is "
2973
- "recommended to uncheck this option"
2974
  msgstr ""
2975
- "Si bootstrap.js est déjà inclus dans l'un des fichiers du thème, il est "
2976
- "recommandé de décocher cette option"
2977
 
2978
- #: templates/admin/settings/tabs/separate_mysql_connection.php:17
2979
  msgid ""
2980
- "If this checkbox is checked, wpDataTables will use its own connection to "
2981
- "MySQL bases. In other case it will use the main WordPress MySQL connection."
2982
  msgstr ""
2983
- "Si cette case est cochée, wpDataTables utilisera sa propre connexion aux "
2984
- "bases MySQL. Sinon, il sera utilisé la connexion principale WordPress MySQL."
2985
 
2986
- #: templates/admin/settings/tabs/separate_mysql_connection.php:21
2987
- msgid "Use separate MySQL connection"
2988
- msgstr "Utilisez une connexion MySQL séparée"
 
 
2989
 
2990
- #: templates/admin/settings/tabs/separate_mysql_connection.php:29
2991
- msgid "Test connection"
2992
- msgstr "Tester la connexion"
 
 
 
2993
 
2994
- #: templates/admin/settings/tabs/separate_mysql_connection.php:31
2995
  msgid ""
2996
- "Click this button to test if wpDataTables is able to connect to the MySQL "
2997
- "server with the details you provided."
2998
  msgstr ""
2999
- "Cliquez sur ce bouton pour tester si wpDataTables est capable de se "
3000
- "connecter au serveur MySQL avec les informations fournies."
3001
-
3002
- #: templates/admin/settings/tabs/separate_mysql_connection.php:42
3003
- msgid "MySQL host"
3004
- msgstr "Hôte MySQL"
3005
-
3006
- #: templates/admin/settings/tabs/separate_mysql_connection.php:44
3007
- msgid "MySQL host address."
3008
- msgstr "Adresse de l'hôte MySQL."
3009
 
3010
- #: templates/admin/settings/tabs/separate_mysql_connection.php:48
3011
- msgid "MySQL host address"
3012
- msgstr "Adresse de l'hôte MySQL"
3013
-
3014
- #: templates/admin/settings/tabs/separate_mysql_connection.php:53
3015
- msgid "MySQL database"
3016
- msgstr "Base de données MySQL"
3017
 
3018
- #: templates/admin/settings/tabs/separate_mysql_connection.php:55
3019
- msgid "MySQL database name."
3020
- msgstr "Nom de la base de données MySQL."
3021
 
3022
- #: templates/admin/settings/tabs/separate_mysql_connection.php:59
3023
- msgid "MySQL database name"
3024
- msgstr "Nom de la base de données MySQL"
 
 
3025
 
3026
- #: templates/admin/settings/tabs/separate_mysql_connection.php:67
3027
- #: templates/admin/settings/tabs/separate_mysql_connection.php:74
3028
- msgid "MySQL user"
3029
- msgstr "Utilisateur MySQL"
 
3030
 
3031
- #: templates/admin/settings/tabs/separate_mysql_connection.php:69
3032
- msgid "MySQL username for the connection."
3033
- msgstr "Nom d'utilisateur MySQL pour la connexion."
 
 
3034
 
3035
- #: templates/admin/settings/tabs/separate_mysql_connection.php:79
3036
- #: templates/admin/settings/tabs/separate_mysql_connection.php:84
3037
- msgid "MySQL password"
3038
- msgstr "Mot de passe MySQL"
 
3039
 
3040
- #: templates/admin/settings/tabs/separate_mysql_connection.php:81
3041
- msgid "MySQL password for the provided user."
3042
- msgstr "Mot de passe MySQL pour l'utilisateur fourni."
 
 
3043
 
3044
- #: templates/admin/settings/tabs/separate_mysql_connection.php:93
3045
- #: templates/admin/settings/tabs/separate_mysql_connection.php:99
3046
- msgid "MySQL port"
3047
- msgstr "Port MySQL"
3048
 
3049
- #: templates/admin/settings/tabs/separate_mysql_connection.php:95
3050
- msgid "MySQL port for the connection (default: 3306)."
3051
- msgstr "Port MySQL pour la connexion (par défaut: 3306)."
 
 
 
 
 
 
3052
 
3053
- #: templates/admin/table-settings/add_column_modal.inc.php:21
3054
- msgid "Add Column"
3055
- msgstr "Ajouter une colonne"
3056
 
3057
- #: templates/admin/table-settings/add_column_modal.inc.php:35
3058
- msgid "Column header"
3059
- msgstr "En-tête de colonne"
3060
 
3061
- #: templates/admin/table-settings/add_column_modal.inc.php:64
3062
- msgid "Insert after"
3063
- msgstr "Insérer après"
 
 
3064
 
3065
- #: templates/admin/table-settings/add_column_modal.inc.php:70
3066
- msgid "Beginning of table"
3067
- msgstr "Début de tableau"
 
 
3068
 
3069
- #: templates/admin/table-settings/add_column_modal.inc.php:71
3070
- msgid "End of table"
3071
- msgstr "Fin de table"
 
 
3072
 
3073
- #: templates/admin/table-settings/add_column_modal.inc.php:107
3074
- msgid "Fill with default value"
3075
- msgstr "Remplir avec la valeur par défaut"
 
 
3076
 
3077
- #: templates/admin/table-settings/column_settings_panel.inc.php:14
3078
- msgid "Column settings"
3079
- msgstr "Paramètres de colonne"
 
 
3080
 
3081
- #: templates/admin/table-settings/column_settings_panel.inc.php:48
3082
- #: templates/admin/table-settings/table_settings_block.inc.php:65
3083
- msgid "Display"
3084
- msgstr "Affichage"
 
3085
 
3086
- #: templates/admin/table-settings/column_settings_panel.inc.php:52
3087
- msgid "Data"
3088
- msgstr "Données"
 
 
3089
 
3090
- #: templates/admin/table-settings/column_settings_panel.inc.php:56
3091
- #: templates/admin/table-settings/table_settings_block.inc.php:538
3092
- #: templates/admin/table-settings/table_settings_block.inc.php:546
3093
- msgid "Sorting"
3094
- msgstr "Tri"
3095
 
3096
- #: templates/admin/table-settings/column_settings_panel.inc.php:60
3097
- msgid "Filtering"
3098
- msgstr "Filtrage"
 
 
3099
 
3100
- #: templates/admin/table-settings/column_settings_panel.inc.php:64
3101
- #: templates/admin/table-settings/table_settings_block.inc.php:73
3102
- msgid "Editing"
3103
- msgstr "Édition"
 
3104
 
3105
- #: templates/admin/table-settings/column_settings_panel.inc.php:69
3106
- msgid "Conditional formatting"
3107
- msgstr "Mise en forme conditionnelle"
3108
 
3109
- #: templates/admin/table-settings/column_settings_panel.inc.php:81
3110
- msgid "Displayed header"
 
 
 
 
 
 
 
 
 
3111
  msgstr "En-tête affiché"
3112
 
3113
- #: templates/admin/table-settings/column_settings_panel.inc.php:95
3114
- msgid "Column position"
3115
- msgstr "Position de la colonne"
 
 
3116
 
3117
- #: templates/admin/table-settings/column_settings_panel.inc.php:114
3118
- #: templates/admin/table-settings/column_settings_panel.inc.php:122
3119
- msgid "Cell content prefix"
3120
- msgstr "Préfixe du contenu de la cellule"
3121
 
3122
- #: templates/admin/table-settings/column_settings_panel.inc.php:129
3123
  msgid ""
3124
- "Any text or symbol entered here will be shown before the value in every cell "
3125
- "inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
3126
- "Convenient for prices, percentages, etc."
3127
  msgstr ""
3128
- "Tout texte ou symbole saisi ici sera affiché avant la valeur dans chaque "
3129
- "cellule à l'intérieur de cette colonne. Par exemple: $, €. N'influence pas "
3130
- "le filtrage et le tri. Pratique pour les prix, les pourcentages, etc."
3131
 
3132
- #: templates/admin/table-settings/column_settings_panel.inc.php:144
3133
- #: templates/admin/table-settings/column_settings_panel.inc.php:152
3134
- msgid "Cell content suffix"
3135
- msgstr "Suffixe du contenu de la cellule"
 
3136
 
3137
- #: templates/admin/table-settings/column_settings_panel.inc.php:159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3138
  msgid ""
3139
- "Any text or symbol entered here will be shown after the value in every cell "
3140
- "inside of this column. E.g.: %, pcs. Does not influence filtering and "
3141
- "sorting. Convenient for prices, percentages, etc."
3142
  msgstr ""
3143
- "Tout texte ou symbole saisi ici sera affiché après la valeur dans chaque "
3144
- "cellule à l'intérieur de cette colonne. Par exemple:%, pcs. N'influence pas "
3145
- "le filtrage et le tri. Pratique pour les prix, les pourcentages, etc."
3146
 
3147
- #: templates/admin/table-settings/column_settings_panel.inc.php:180
3148
- msgid "Hide on mobiles"
3149
- msgstr "Cacher sur les mobiles"
 
 
3150
 
3151
- #: templates/admin/table-settings/column_settings_panel.inc.php:188
3152
- msgid "Collapse column on mobile devices"
3153
- msgstr "Réduire la colonne sur les appareils mobiles"
 
 
3154
 
3155
- #: templates/admin/table-settings/column_settings_panel.inc.php:197
3156
- msgid "Hide on tablets"
3157
- msgstr "Cacher sur des tablettes"
3158
 
3159
- #: templates/admin/table-settings/column_settings_panel.inc.php:205
3160
- msgid "Collapse column on tablet devices"
3161
- msgstr "Réduire la colonne sur les appareils tablettes"
 
 
3162
 
3163
- #: templates/admin/table-settings/column_settings_panel.inc.php:220
3164
- msgid "CSS class(es)"
3165
- msgstr "CSS class(es)"
 
 
 
 
 
 
 
 
3166
 
3167
- #: templates/admin/table-settings/column_settings_panel.inc.php:234
3168
- msgid "Visible on front-end"
3169
- msgstr "Visible sur le front-end"
 
 
 
3170
 
3171
- #: templates/admin/table-settings/column_settings_panel.inc.php:242
3172
- msgid "Show column in front-end"
3173
- msgstr "Afficher la colonne dans le front-end"
 
 
 
 
3174
 
3175
- #: templates/admin/table-settings/column_settings_panel.inc.php:258
3176
- msgid "Column width"
3177
- msgstr "Largeur de colonne"
 
 
 
3178
 
3179
- #: templates/admin/table-settings/column_settings_panel.inc.php:271
3180
- #: templates/admin/table-settings/column_settings_panel.inc.php:279
3181
- msgid "Column color"
3182
- msgstr "Couleur de la colonne"
3183
 
3184
- #: templates/admin/table-settings/column_settings_panel.inc.php:286
3185
- msgid "Here you can override the default color for the complete column"
3186
  msgstr ""
3187
- "Ici, vous pouvez remplacer la couleur par défaut pour la colonne complète"
3188
 
3189
- #: templates/admin/table-settings/column_settings_panel.inc.php:307
3190
- #: templates/admin/table-settings/column_settings_panel.inc.php:315
3191
- msgid "Group column"
3192
- msgstr "Colonne de groupe"
 
3193
 
3194
- #: templates/admin/table-settings/column_settings_panel.inc.php:322
3195
  msgid ""
3196
- "If one column of your table contains similar values for many rows, maybe it "
3197
- "makes sense to use it as a “group column”: it means that it will not be "
3198
- "rendered as a column, but its values will be used to group the rows. Each "
3199
- "group will be marked with one row with joined cells above, containing the "
3200
- "group value."
3201
  msgstr ""
3202
- "Si une colonne de votre tableau contient des valeurs similaires pour de "
3203
- "nombreuses lignes, il est peut-être judicieux de l'utiliser comme \"colonne "
3204
- "de groupe\": cela signifie qu'elle ne sera pas interprétée sous forme de "
3205
- "colonne, mais que ses valeurs seront utilisées pour regrouper les lignes. "
3206
- "Chaque groupe sera marqué d'une ligne avec les cellules jointes ci-dessus, "
3207
- "contenant la valeur du groupe."
3208
 
3209
- #: templates/admin/table-settings/column_settings_panel.inc.php:323
3210
- msgid ""
3211
- "Group column will not work with MySQL tables with server-side processing "
3212
- "enabled and with manual tables!"
3213
  msgstr ""
3214
- "La colonne de groupe ne fonctionnera pas avec les tables MySQL dont le "
3215
- "traitement côté serveur est activé et avec les tables manuelles!"
3216
 
3217
- #: templates/admin/table-settings/column_settings_panel.inc.php:331
3218
- msgid "Toggle column grouping"
3219
- msgstr "Activez le groupement de colonnes"
 
3220
 
3221
- #: templates/admin/table-settings/column_settings_panel.inc.php:351
3222
- msgid "Column type"
3223
- msgstr "Type de colonne"
3224
 
3225
- #: templates/admin/table-settings/column_settings_panel.inc.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3226
  msgid ""
3227
- "You can redefine the column data type here. Affects sorting, filtering and "
3228
- "display logic. For manually created tables this will change the column type "
3229
- "in database as well, which may result in data loss."
3230
  msgstr ""
3231
- "Vous pouvez redéfinir le type de données de la colonne ici. Affecte la "
3232
- "logique de tri, de filtrage et d'affichage. Pour les tableaux créés "
3233
- "manuellement, cela changera également le type de colonne dans la base de "
3234
- "données, ce qui peut entraîner une perte de données."
3235
 
3236
- #: templates/admin/table-settings/column_settings_panel.inc.php:360
3237
- msgid "String"
3238
- msgstr "Chaîne de caractères"
 
 
 
 
 
 
 
 
 
 
3239
 
3240
- #: templates/admin/table-settings/column_settings_panel.inc.php:364
3241
- msgid "DateTime"
3242
- msgstr "DateTime"
 
 
3243
 
3244
- #: templates/admin/table-settings/column_settings_panel.inc.php:366
3245
- #: templates/admin/table-settings/column_settings_panel.inc.php:970
3246
- msgid "URL link"
3247
- msgstr "Lien URL"
 
 
 
3248
 
3249
- #: templates/admin/table-settings/column_settings_panel.inc.php:367
3250
- #: templates/admin/table-settings/column_settings_panel.inc.php:971
3251
- msgid "E-mail link"
3252
- msgstr "Lien E-mail"
 
3253
 
3254
- #: templates/admin/table-settings/column_settings_panel.inc.php:370
3255
- #: templates/admin/table-settings/formula_editor_modal.inc.php:37
3256
- msgid "Formula"
3257
- msgstr "Formule"
 
3258
 
3259
- #: templates/admin/table-settings/column_settings_panel.inc.php:380
3260
- msgid "Formula for calculation"
3261
- msgstr "Formule de calcul"
 
 
3262
 
3263
- #: templates/admin/table-settings/column_settings_panel.inc.php:382
3264
- msgid ""
3265
- "You can create a formula (calculated column) based on other numeric columns "
3266
- "(Integer and Float)"
3267
- msgstr ""
3268
- "Vous pouvez créer une formule (colonne calculée) basée sur d'autres colonnes "
3269
- "numériques (Nombre entier et à virgule)"
3270
 
3271
- #: templates/admin/table-settings/column_settings_panel.inc.php:386
3272
- msgid "Open formula editor"
3273
- msgstr "Ouvrir l'éditeur de formule"
 
 
3274
 
3275
- #: templates/admin/table-settings/column_settings_panel.inc.php:395
 
 
 
 
3276
  msgid ""
3277
- "You can redefine the visible decimal places for a float and formula columns "
3278
- "here. If you leave this field empty amount of decimal places will be loaded "
3279
- "from the settings page. 0 is available just for formula columns "
3280
  msgstr ""
3281
- "Vous pouvez redéfinir les décimales visibles pour les colonnes de nombre à "
3282
- "virgule et formule ici. Si vous laissez ce champ vide la quantité de "
3283
- "décimales sera chargé à partir de la page des paramètres. 0 est disponible "
3284
- "uniquement pour les colonnes de formule"
3285
 
3286
- #: templates/admin/table-settings/column_settings_panel.inc.php:407
3287
- #: templates/admin/table-settings/column_settings_panel.inc.php:414
3288
- msgid "Skip thousands separator"
3289
- msgstr "Eviter le séparateur de milliers"
 
3290
 
3291
- #: templates/admin/table-settings/column_settings_panel.inc.php:409
 
 
 
 
3292
  msgid ""
3293
- "Do not show thousands separator for this column (e.g. when showing years, "
3294
- "IDs)."
3295
  msgstr ""
3296
- "N'affichez pas de séparateur de milliers pour cette colonne (par exemple, "
3297
- "lorsque vous indiquez des années, des ID)."
3298
 
3299
- #: templates/admin/table-settings/column_settings_panel.inc.php:423
3300
- msgid "Possible values for column"
3301
- msgstr "Valeurs possibles pour la colonne"
3302
 
3303
- #: templates/admin/table-settings/column_settings_panel.inc.php:425
 
 
 
 
3304
  msgid ""
3305
- "Define the logic for fetching the possible values for this column for "
3306
- "filtering, and for editing: read from table itself on page load (will always "
3307
- "contain only the values that already exist in the table), hard-code the "
3308
- "list, or configure a relation with a different wpDataTable (use values in "
3309
- "this column as foreign key)."
3310
  msgstr ""
3311
- "Définissez la logique d'extraction des valeurs possibles pour cette colonne "
3312
- "pour le filtrage et l'édition: lecture de la table elle-même lors du "
3313
- "chargement de la page (contiendra toujours que les valeurs qui existent déjà "
3314
- "dans la table), coder en dur la liste ou configurer une relation avec un "
3315
- "wpDataTable différent (utilisez les valeurs de cette colonne comme clé "
3316
- "étrangère)."
3317
 
3318
- #: templates/admin/table-settings/column_settings_panel.inc.php:432
3319
- msgid "Read from table on page load"
3320
- msgstr "Lire à partir du tableau sur le chargement de la page"
 
 
3321
 
3322
- #: templates/admin/table-settings/column_settings_panel.inc.php:433
3323
- msgid "Define values list"
3324
- msgstr "Définir la liste de valeurs"
 
 
3325
 
3326
- #: templates/admin/table-settings/column_settings_panel.inc.php:434
3327
- msgid "Use values from another wpDataTable (foreign key)"
3328
- msgstr "Utiliser des valeurs d'un autre wpDataTable (clé étrangère)"
 
 
3329
 
3330
- #: templates/admin/table-settings/column_settings_panel.inc.php:445
3331
- msgid ""
3332
- "Define date format which is used in the provided data source. Necessary for "
3333
- "smooth reading of your dates."
3334
- msgstr ""
3335
- "Définissez le format de date utilisé dans la source de données fournie. "
3336
- "Nécessaire pour une lecture en douceur de vos dates."
3337
 
3338
- #: templates/admin/table-settings/column_settings_panel.inc.php:475
3339
- msgid "Values list"
3340
- msgstr "Liste de valeurs"
 
 
3341
 
3342
- #: templates/admin/table-settings/column_settings_panel.inc.php:477
3343
- msgid "Read from table"
3344
- msgstr "Lire depuis le tableau"
 
 
3345
 
3346
- #: templates/admin/table-settings/column_settings_panel.inc.php:479
3347
- msgid "Reset"
3348
- msgstr "Réinitialiser"
 
 
3349
 
3350
- #: templates/admin/table-settings/column_settings_panel.inc.php:481
3351
- msgid ""
3352
- "Enter the possible values for this column in this list, separate by pressing "
3353
- "ENTER or comma. Click \"Read from table\" to fetch the list from existing "
3354
- "column values. Values will be used in selectbox and checkbox filters and "
3355
- "editors for the column."
3356
- msgstr ""
3357
- "Entrez les valeurs possibles pour cette colonne dans cette liste, séparée en "
3358
- "appuyant sur ENTER ou sur une virgule. Cliquez sur \"Lire depuis la table\" "
3359
- "pour extraire la liste des valeurs de colonne existantes. Les valeurs seront "
3360
- "utilisées dans les boîtes de sélection et les cases à cocher et les éditeurs "
3361
- "de la colonne."
3362
 
3363
- #: templates/admin/table-settings/column_settings_panel.inc.php:494
3364
- #: templates/admin/table-settings/foreign_key_config.inc.php:12
3365
- msgid "Use values from another wpDataTable"
3366
- msgstr "Utiliser les valeurs d'un autre wpDataTable"
 
3367
 
3368
- #: templates/admin/table-settings/column_settings_panel.inc.php:496
 
 
 
3369
  msgid ""
3370
- "Configure a relation with a separate wpDataTable: values in this column will "
3371
- "be used as a foreign key, and replaced with values of a remote table column "
3372
- "(e.g.: user name instead of user ID)."
3373
  msgstr ""
3374
- "Configurez une relation avec un wpDataTable distinct: les valeurs de cette "
3375
- "colonne seront utilisées comme clé étrangère et remplacées par les valeurs "
3376
- "d'une colonne de table distante (par exemple: le nom d'utilisateur à la "
3377
- "place de l'ID utilisateur)."
3378
 
3379
- #: templates/admin/table-settings/column_settings_panel.inc.php:500
3380
- msgid "Configure relation..."
3381
- msgstr "Configurer la relation..."
 
 
3382
 
3383
- #: templates/admin/table-settings/column_settings_panel.inc.php:520
3384
- msgid "Allow empty value"
3385
- msgstr "Autoriser la valeur vide"
 
 
 
 
3386
 
3387
- #: templates/admin/table-settings/column_settings_panel.inc.php:522
 
 
 
3388
  msgid ""
3389
- "Add an empty value to the possible values list, to allow empty editing and "
3390
- "filtering inputs."
3391
  msgstr ""
3392
- "Ajoutez une valeur vide à la liste des valeurs possibles pour autoriser les "
3393
- "entrées d'édition et de filtrage vides."
3394
-
3395
- #: templates/admin/table-settings/column_settings_panel.inc.php:527
3396
- msgid "Add an empty value to the list"
3397
- msgstr "Ajouter une valeur vide à la liste"
3398
 
3399
- #: templates/admin/table-settings/column_settings_panel.inc.php:541
3400
- msgid "Calculate total"
3401
- msgstr "Calculer le total"
 
 
3402
 
3403
- #: templates/admin/table-settings/column_settings_panel.inc.php:543
 
 
 
 
3404
  msgid ""
3405
- "Enable this to show a total (sum) for all cells in this column in table "
3406
- "footer. You can also show it somewhere outside of the table by pasting the "
3407
- "shortcode below the switch."
3408
  msgstr ""
3409
- "Activez cette option pour afficher un total (somme) pour toutes les cellules "
3410
- "de cette colonne dans le pied de tableau. Vous pouvez également le montrer "
3411
- "quelque part en dehors de la table en collant le shortcode sous le "
3412
- "commutateur."
3413
 
3414
- #: templates/admin/table-settings/column_settings_panel.inc.php:548
3415
- msgid "Calculate a total for this column"
3416
- msgstr "Calculer un total pour cette colonne"
 
 
3417
 
3418
- #: templates/admin/table-settings/column_settings_panel.inc.php:555
 
 
 
3419
  msgid ""
3420
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
3421
- "posts or pages you can see the total for this column."
3422
  msgstr ""
3423
- "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe dans "
3424
- "vos articles ou pages, vous pouvez voir le total de cette colonne."
3425
-
3426
- #: templates/admin/table-settings/column_settings_panel.inc.php:564
3427
- msgid "Calculate average"
3428
- msgstr "Calculer la moyenne"
3429
 
3430
- #: templates/admin/table-settings/column_settings_panel.inc.php:566
3431
- msgid ""
3432
- "Enable this to show an average value for all cells in this column in table "
3433
- "footer. You can also show it somewhere outside of the table by pasting the "
3434
- "shortcode below the switch."
3435
  msgstr ""
3436
- "Activez cette option pour afficher une valeur moyenne pour toutes les "
3437
- "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
3438
- "montrer quelque part en dehors de la table en collant le shortcode sous le "
3439
- "commutateur."
3440
 
3441
- #: templates/admin/table-settings/column_settings_panel.inc.php:571
3442
- msgid "Calculate average for this column"
3443
- msgstr "Calculer la moyenne pour cette colonne"
 
 
3444
 
3445
- #: templates/admin/table-settings/column_settings_panel.inc.php:578
 
 
 
 
3446
  msgid ""
3447
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
3448
- "posts or pages you can see the average for this column."
3449
  msgstr ""
3450
- "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe dans "
3451
- "vos articles ou pages, vous pouvez voir la moyenne de cette colonne."
3452
-
3453
- #: templates/admin/table-settings/column_settings_panel.inc.php:587
3454
- msgid "Calculate MIN value"
3455
- msgstr "Calculer la valeur MIN"
3456
 
3457
- #: templates/admin/table-settings/column_settings_panel.inc.php:589
 
 
 
 
3458
  msgid ""
3459
- "Enable this to show a minimum value within all cells in this column in table "
3460
- "footer. You can also show it somewhere outside of the table by pasting the "
3461
- "shortcode below the switch."
3462
  msgstr ""
3463
- "Activez cette option pour afficher une valeur minimale pour toutes les "
3464
- "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
3465
- "montrer quelque part en dehors de la table en collant le shortcode sous le "
3466
- "commutateur."
3467
 
3468
- #: templates/admin/table-settings/column_settings_panel.inc.php:594
3469
- msgid "Find a minimum value for this column"
3470
- msgstr "Trouver une valeur minimale pour cette colonne"
 
 
3471
 
3472
- #: templates/admin/table-settings/column_settings_panel.inc.php:601
3473
  msgid ""
3474
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
3475
- "posts or pages you can see the minimum for this column."
 
3476
  msgstr ""
3477
- "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
3478
- "vos articles ou pages, vous pouvez voir le minimum pour cette colonne."
3479
 
3480
- #: templates/admin/table-settings/column_settings_panel.inc.php:610
3481
- msgid "Calculate MAX value"
3482
- msgstr "Calculer la valeur MAX"
3483
 
3484
- #: templates/admin/table-settings/column_settings_panel.inc.php:612
3485
  msgid ""
3486
- "Enable this to show a maximum value within all cells in this column in table "
3487
- "footer. You can also show it somewhere outside of the table by pasting the "
3488
- "shortcode below the switch."
3489
  msgstr ""
3490
- "Activez cette option pour afficher une valeur maximale pour toutes les "
3491
- "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
3492
- "montrer quelque part en dehors de la table en collant le shortcode sous le "
3493
- "commutateur."
3494
 
3495
- #: templates/admin/table-settings/column_settings_panel.inc.php:617
3496
- msgid "Find a maximum value for this column"
3497
- msgstr "Trouver une valeur maximale pour cette colonne"
 
 
3498
 
3499
- #: templates/admin/table-settings/column_settings_panel.inc.php:624
3500
- msgid ""
3501
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
3502
- "posts or pages you can see the maximum for this column."
3503
  msgstr ""
3504
- "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
3505
- "vos articles ou pages, vous pouvez voir le maximum pour cette colonne."
3506
 
3507
- #: templates/admin/table-settings/column_settings_panel.inc.php:638
3508
- msgid "URL target attribute"
3509
- msgstr "Attribut cible URL"
3510
 
3511
- #: templates/admin/table-settings/column_settings_panel.inc.php:640
3512
- msgid "Set how to open URL Target"
3513
- msgstr "Définir comment ouvrir la cible URL"
3514
 
3515
- #: templates/admin/table-settings/column_settings_panel.inc.php:645
3516
- msgid "Open link in the new tab"
3517
- msgstr "Ouvrir le lien dans le nouvel onglet"
3518
 
3519
- #: templates/admin/table-settings/column_settings_panel.inc.php:655
3520
- msgid "Show link as a button"
3521
- msgstr "Afficher le lien sous forme de bouton"
3522
 
3523
- #: templates/admin/table-settings/column_settings_panel.inc.php:657
3524
- msgid "The link will be shown as a button "
3525
- msgstr "Le lien sera affiché comme un bouton"
3526
 
3527
- #: templates/admin/table-settings/column_settings_panel.inc.php:662
3528
- msgid "Set the link to appear as a button"
3529
- msgstr "Définir le lien pour qu'il apparaisse comme un bouton"
 
3530
 
3531
- #: templates/admin/table-settings/column_settings_panel.inc.php:685
3532
- msgid "Button class"
3533
- msgstr "Classe de bouton"
 
3534
 
3535
- #: templates/admin/table-settings/column_settings_panel.inc.php:709
3536
- msgid "Allow sorting"
3537
- msgstr "Autoriser le tri"
 
3538
 
3539
- #: templates/admin/table-settings/column_settings_panel.inc.php:711
3540
- msgid "Disable this to disallow sorting for this column."
3541
- msgstr "Désactivez cette option pour interdire le tri de cette colonne."
3542
 
3543
- #: templates/admin/table-settings/column_settings_panel.inc.php:716
3544
- msgid "Allow sorting for this column"
3545
- msgstr "Autoriser le tri pour cette colonne"
3546
 
3547
- #: templates/admin/table-settings/column_settings_panel.inc.php:725
3548
- msgid "Use as default sorting column"
3549
- msgstr "Utiliser comme colonne de tri par défaut"
3550
 
3551
- #: templates/admin/table-settings/column_settings_panel.inc.php:727
3552
- #: templates/admin/table-settings/column_settings_panel.inc.php:732
3553
- msgid "Sort table by this column on load"
3554
- msgstr "Trier le tableau à partir de cette colonne lors du chargement"
3555
 
3556
- #: templates/admin/table-settings/column_settings_panel.inc.php:745
3557
- msgid "Default sorting direction"
3558
- msgstr "Direction de tri par défaut"
3559
 
3560
- #: templates/admin/table-settings/column_settings_panel.inc.php:747
3561
- msgid "Choose whether to sort ascending or descending by default."
3562
- msgstr ""
3563
- "Choisissez si vous souhaitez trier par ordre croissant ou décroissant par "
3564
- "défaut."
3565
 
3566
- #: templates/admin/table-settings/column_settings_panel.inc.php:754
3567
- msgid "Ascending"
3568
- msgstr "Ordre croissant"
3569
 
3570
- #: templates/admin/table-settings/column_settings_panel.inc.php:755
3571
- msgid "Descending"
3572
- msgstr "Ordre décroissant"
 
3573
 
3574
- #: templates/admin/table-settings/column_settings_panel.inc.php:773
3575
- msgid "Add a filter for this column"
3576
- msgstr "Ajouter un filtre pour cette colonne"
3577
 
3578
- #: templates/admin/table-settings/column_settings_panel.inc.php:781
3579
- msgid "Enable filtering for column"
3580
- msgstr "Activer le filtrage pour la colonne"
 
 
 
 
 
3581
 
3582
- #: templates/admin/table-settings/column_settings_panel.inc.php:788
3583
- msgid ""
3584
- "Enabling this switch will add a filter for this column. Disable to remove "
3585
- "the filter for this column."
3586
- msgstr ""
3587
- "L'activation de ce commutateur ajoutera un filtre pour cette colonne. "
3588
- "Désactiver pour supprimer le filtre pour cette colonne."
3589
 
3590
- #: templates/admin/table-settings/column_settings_panel.inc.php:796
3591
- msgid "Allow filtering"
3592
- msgstr "Autoriser le filtrage"
 
 
 
3593
 
3594
- #: templates/admin/table-settings/column_settings_panel.inc.php:805
3595
- msgid "Filter type"
3596
- msgstr "Type de filtre"
3597
 
3598
- #: templates/admin/table-settings/column_settings_panel.inc.php:807
3599
- msgid ""
3600
- "You can redefine the filter type here, it will affect the filtering logic."
3601
- msgstr ""
3602
- "Vous pouvez redéfinir le type de filtre ici, cela affectera la logique de "
3603
- "filtrage."
3604
 
3605
- #: templates/admin/table-settings/column_settings_panel.inc.php:814
3606
- msgid "Text"
3607
- msgstr "Texte"
3608
 
3609
- #: templates/admin/table-settings/column_settings_panel.inc.php:815
3610
- msgid "Number"
3611
- msgstr "Nombre"
3612
 
3613
- #: templates/admin/table-settings/column_settings_panel.inc.php:816
3614
- msgid "Number range"
3615
- msgstr "Plage de numéros"
3616
 
3617
- #: templates/admin/table-settings/column_settings_panel.inc.php:817
3618
- msgid "Date range"
3619
- msgstr "Plage de dates"
3620
 
3621
- #: templates/admin/table-settings/column_settings_panel.inc.php:818
3622
- msgid "DateTime range"
3623
- msgstr "Plage de date et heure"
3624
 
3625
- #: templates/admin/table-settings/column_settings_panel.inc.php:819
3626
- msgid "Time range"
3627
- msgstr "Intervalle de temps"
 
3628
 
3629
- #: templates/admin/table-settings/column_settings_panel.inc.php:820
3630
- msgid "Selectbox"
3631
- msgstr "Boîte de sélection"
 
 
 
 
 
 
 
3632
 
3633
- #: templates/admin/table-settings/column_settings_panel.inc.php:821
3634
- msgid "Multiselectbox"
3635
- msgstr "Boîte de sélection multiple"
3636
 
3637
- #: templates/admin/table-settings/column_settings_panel.inc.php:822
3638
- msgid "Checkbox"
3639
- msgstr "Case à cocher"
3640
 
3641
- #: templates/admin/table-settings/column_settings_panel.inc.php:838
3642
- msgid "Filter label"
3643
- msgstr "Étiquette de filtre"
3644
 
3645
- #: templates/admin/table-settings/column_settings_panel.inc.php:846
3646
- msgid "Custom filter label"
3647
- msgstr "Etiquette de filtre personnalisée"
3648
 
3649
- #: templates/admin/table-settings/column_settings_panel.inc.php:853
3650
- msgid ""
3651
- "You can change the filter label (placeholder) for this column here, if you "
3652
- "would like to show some custom text instead of default."
3653
- msgstr ""
3654
- "Vous pouvez modifier l'étiquette de filtre (espace réservé) pour cette "
3655
- "colonne ici, si vous souhaitez afficher du texte personnalisé au lieu de "
3656
- "celui par défaut."
3657
 
3658
- #: templates/admin/table-settings/column_settings_panel.inc.php:868
3659
- msgid "Exact filtering"
3660
- msgstr "Filtrage exact"
3661
 
3662
- #: templates/admin/table-settings/column_settings_panel.inc.php:870
3663
- msgid ""
3664
- "Enable exact search to use exact match logic for filtering, disable to allow "
3665
- "partial match."
3666
- msgstr ""
3667
- "Activez la recherche exacte pour utiliser la logique de correspondance "
3668
- "exacte pour le filtrage, désactivez-la pour autoriser une correspondance "
3669
- "partielle."
3670
 
3671
- #: templates/admin/table-settings/column_settings_panel.inc.php:875
3672
- msgid "Enable exact filtering"
3673
- msgstr "Activer le filtrage exact"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3674
 
3675
- #: templates/admin/table-settings/column_settings_panel.inc.php:889
3676
- #: templates/admin/table-settings/column_settings_panel.inc.php:1003
3677
- msgid "Predefined value(s)"
3678
- msgstr "Valeur(s) prédéfinie(s)"
3679
 
3680
- #: templates/admin/table-settings/column_settings_panel.inc.php:891
3681
- msgid ""
3682
- "Define value(s) that will be set as default pre-defined filter value(s) on "
3683
- "page load."
3684
- msgstr ""
3685
- "Définissez les valeurs qui seront définies comme valeurs de filtre "
3686
- "prédéfinies par défaut lors du chargement de la page."
3687
 
3688
- #: templates/admin/table-settings/column_settings_panel.inc.php:926
3689
- msgid "Render in modal"
3690
- msgstr "Rendu en modal"
 
 
 
 
 
 
3691
 
3692
- #: templates/admin/table-settings/column_settings_panel.inc.php:928
3693
- msgid "Render checkboxes in modal."
3694
- msgstr "Rendu des cases à cocher en modal."
3695
 
3696
- #: templates/admin/table-settings/column_settings_panel.inc.php:933
3697
- msgid "Render checkboxes in modal"
3698
- msgstr "Rendu des cases à cocher en modal"
3699
 
3700
- #: templates/admin/table-settings/column_settings_panel.inc.php:953
3701
- msgid "Editor input type"
3702
- msgstr "Type d'entrée de l'éditeur"
3703
 
3704
- #: templates/admin/table-settings/column_settings_panel.inc.php:955
3705
- msgid "Choose which kind of editor input to use for this column."
3706
- msgstr "Choisissez quel type d’éditeur d'entrée à utiliser pour cette colonne."
3707
 
3708
- #: templates/admin/table-settings/column_settings_panel.inc.php:961
3709
- msgid "None"
3710
- msgstr "Aucun"
3711
 
3712
- #: templates/admin/table-settings/column_settings_panel.inc.php:962
3713
- msgid "One-line edit"
3714
- msgstr "Modification une ligne"
 
 
 
3715
 
3716
- #: templates/admin/table-settings/column_settings_panel.inc.php:963
3717
- msgid "Multi-line edit"
3718
- msgstr "Modification multi-lignes"
3719
 
3720
- #: templates/admin/table-settings/column_settings_panel.inc.php:964
3721
- msgid "HTML editor"
3722
- msgstr "Editeur HTML"
3723
 
3724
- #: templates/admin/table-settings/column_settings_panel.inc.php:965
3725
- msgid "Single-value selectbox"
3726
- msgstr "Boîte de sélection à valeur unique"
3727
 
3728
- #: templates/admin/table-settings/column_settings_panel.inc.php:966
3729
- msgid "Multi-value selectbox"
3730
- msgstr "Boîte de sélection multi-valeur"
 
 
 
 
 
 
3731
 
3732
- #: templates/admin/table-settings/column_settings_panel.inc.php:982
3733
- msgid "Column cannot be empty"
3734
- msgstr "La colonne ne peut pas être vide"
3735
 
3736
- #: templates/admin/table-settings/column_settings_panel.inc.php:984
3737
- msgid ""
3738
- "Enable to make this column mandatory. Users will see a warning when trying "
3739
- "to save with empty input."
3740
- msgstr ""
3741
- "Activer pour rendre cette colonne obligatoire. Les utilisateurs verront un "
3742
- "avertissement lorsqu'ils tenteront d'enregistrer avec une entrée vide."
3743
 
3744
- #: templates/admin/table-settings/column_settings_panel.inc.php:989
3745
- msgid "Cannot be empty"
3746
- msgstr "Ne peux pas être vide"
 
 
 
 
 
 
 
 
3747
 
3748
- #: templates/admin/table-settings/column_settings_panel.inc.php:1005
3749
- msgid ""
3750
- "If you would like to have some values pre-defined in editors (i.e. default "
3751
- "editor values) please enter these here."
3752
- msgstr ""
3753
- "Si vous souhaitez que certaines valeurs soient prédéfinies dans les éditeurs "
3754
- "(c-à-d valeurs d’éditeur par défaut), veuillez les saisir ici."
3755
 
3756
- #: templates/admin/table-settings/column_settings_panel.inc.php:1044
3757
- msgid "Add rule"
3758
- msgstr "Ajouter une règle"
3759
 
3760
- #: templates/admin/table-settings/column_small_block.inc.php:13
3761
- msgid "Show/hide the column"
3762
- msgstr "Afficher/masquer la colonne"
3763
 
3764
- #: templates/admin/table-settings/column_small_block.inc.php:15
3765
- msgid "Show/hide on mobile"
3766
- msgstr "Afficher/masquer sur mobile"
3767
 
3768
- #: templates/admin/table-settings/column_small_block.inc.php:17
3769
- msgid "Show/hide on tablet"
3770
- msgstr "Afficher/masquer sur tablette"
3771
 
3772
- #: templates/admin/table-settings/column_small_block.inc.php:19
3773
- msgid "Open column settings"
3774
- msgstr "Ouvrir les paramètres de colonne "
3775
 
3776
- #: templates/admin/table-settings/columns_list_modal.inc.php:15
3777
- msgid "List of the columns in the data source with quickaccess tools."
3778
- msgstr ""
3779
- "Liste des colonnes de la source de données avec les outils quickaccess."
3780
 
3781
- #: templates/admin/table-settings/columns_list_modal.inc.php:17
3782
- msgid ""
3783
- "Click column header to rename it, toggle column visibility by clicking on "
3784
- "the eye icon, open column settings by clicking on the wrench icon, drag and "
3785
- "drop blocks to reorder columns."
3786
- msgstr ""
3787
- "Cliquez sur l'en-tête de colonne pour la renommer, basculez la visibilité "
3788
- "des colonnes en cliquant sur l'icône en forme d'œil, ouvrez les paramètres "
3789
- "de colonne en cliquant sur l'icône en forme de clé, faites glisser et "
3790
- "déposer les blocs pour réorganiser les colonnes."
3791
 
3792
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:7
3793
- msgid "If cell value"
3794
- msgstr "Si la valeur de la cellule"
3795
 
3796
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:18
3797
- msgid "contains"
3798
- msgstr "contient"
3799
 
3800
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:19
3801
- msgid "does not contain"
3802
- msgstr "ne contient pas"
3803
 
3804
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:32
3805
- msgid "Set cell color"
3806
- msgstr "Définir la couleur de la cellule"
3807
 
3808
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:33
3809
- msgid "Reset cell color to default"
3810
- msgstr "Réinitialiser la couleur de cellule par défaut"
3811
 
3812
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:34
3813
- msgid "Set cell content"
3814
- msgstr "Définir le contenu de la cellule"
3815
 
3816
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:35
3817
- msgid "Set cell CSS class"
3818
- msgstr "Définir la classe CSS de la cellule"
3819
 
3820
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:36
3821
- msgid "Remove cell CSS class"
3822
- msgstr "Supprimer la classe CSS de la cellule"
3823
 
3824
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:37
3825
- msgid "Set row color"
3826
- msgstr "Définir la couleur des lignes"
3827
 
3828
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:38
3829
- msgid "Reset row color to default"
3830
- msgstr "Réinitialiser la couleur de la ligne par défaut"
 
 
 
3831
 
3832
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:39
3833
- msgid "Set row CSS class"
3834
- msgstr "Définir la classe CSS de la ligne"
3835
 
3836
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:40
3837
- msgid "Remove row CSS class"
3838
- msgstr "Supprimer la classe CSS de la ligne"
3839
 
3840
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:41
3841
- msgid "Set column color"
3842
- msgstr "Définir la couleur de la colonne"
3843
 
3844
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:42
3845
- msgid "Add column CSS class"
3846
- msgstr "Ajouter une classe CSS de colonne"
3847
 
3848
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:53
3849
- msgid "Remove rule"
3850
- msgstr "Supprimer la règle"
 
 
 
 
 
 
3851
 
3852
- #: templates/admin/table-settings/foreign_key_config.inc.php:18
3853
- msgid "Choose a source wpDataTable"
3854
- msgstr "Choisissez une source wpDataTable"
3855
 
3856
- #: templates/admin/table-settings/foreign_key_config.inc.php:20
3857
- msgid ""
3858
- "Please choose a remote wpDataTable which will be used as the data source."
3859
- msgstr ""
3860
- "Veuillez choisir un wpDataTable distant qui sera utilisé comme source de "
3861
- "données."
3862
 
3863
- #: templates/admin/table-settings/foreign_key_config.inc.php:27
3864
- msgid "Pick a table..."
3865
- msgstr "Choisissez un tableau..."
3866
 
3867
- #: templates/admin/table-settings/foreign_key_config.inc.php:47
3868
- msgid "Display value"
3869
- msgstr "Valeur d'affichage"
3870
 
3871
- #: templates/admin/table-settings/foreign_key_config.inc.php:49
3872
- msgid ""
3873
- "Please choose which column values will be shown to the front-end user (e.g. "
3874
- "Name)."
3875
- msgstr ""
3876
- "Veuillez choisir les valeurs de colonne à afficher pour l'utilisateur "
3877
- "frontend (p.ex, Nom)."
3878
 
3879
- #: templates/admin/table-settings/foreign_key_config.inc.php:71
3880
- msgid "Store value"
3881
- msgstr "Valeur de magasin"
3882
 
3883
- #: templates/admin/table-settings/foreign_key_config.inc.php:73
3884
- msgid ""
3885
- "Please choose which column values will be stored in the table for reference "
3886
- "- by default wdt_ID, or ID"
3887
- msgstr ""
3888
- "Veuillez choisir les valeurs de colonne qui seront stockées dans le tableau "
3889
- "pour référence - par défaut wdt_ID ou ID"
3890
 
3891
- #: templates/admin/table-settings/formula_editor_modal.inc.php:19
3892
- msgid "Formula Editor"
3893
- msgstr "Éditeur de formule"
3894
 
3895
- #: templates/admin/table-settings/formula_editor_modal.inc.php:25
3896
- msgid "Use this dialog to construct formulas and see a preview of the result."
3897
- msgstr ""
3898
- "Utilisez cette boîte de dialogue pour créer des formules et afficher un "
3899
- "aperçu du résultat."
3900
 
3901
- #: templates/admin/table-settings/formula_editor_modal.inc.php:27
3902
- msgid ""
3903
- "You can use columns (values for each cell will be inserted), or number "
3904
- "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
3905
- "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
3906
- "col3*sin(col4-3))."
3907
- msgstr ""
3908
- "Vous pouvez utiliser des colonnes (des valeurs pour chaque cellule seront "
3909
- "insérées) ou des valeurs numériques. Seules les colonnes numériques "
3910
- "autorisées (non numériques seront analysées comme 0). Les opérations "
3911
- "mathématiques de base et les parenthèses sont prises en charge. Exemple: "
3912
- "col1*((col2 + 2)-col3*sin(col4-3))."
3913
 
3914
- #: templates/admin/table-settings/formula_editor_modal.inc.php:31
3915
- msgid "Columns to use"
3916
- msgstr "Colonnes à utiliser"
3917
 
3918
- #: templates/admin/table-settings/formula_editor_modal.inc.php:41
3919
- msgid "Type your formula here..."
3920
- msgstr "Saisissez votre formule ici..."
 
3921
 
3922
- #: templates/admin/table-settings/formula_editor_modal.inc.php:70
3923
- msgid "Preview"
3924
- msgstr "Aperçu"
3925
 
3926
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
3927
- msgid "Merge values?"
3928
- msgstr "Fusionner les valeurs?"
 
 
3929
 
3930
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
3931
- msgid ""
3932
- "There are already defined possible values. Do you want to merge or to "
3933
- "replace new values with the existing?"
3934
- msgstr ""
3935
- "Il existe déjà des valeurs possibles définies. Voulez-vous fusionner ou "
3936
- "remplacer de nouvelles valeurs par l'existant?"
3937
 
3938
- #: templates/admin/table-settings/remove_column_modal.inc.php:21
3939
- #: templates/admin/table-settings/remove_column_modal.inc.php:35
3940
- msgid "Remove Column"
3941
- msgstr "Supprimer la colonne"
3942
 
3943
- #: templates/admin/table-settings/remove_column_modal.inc.php:56
3944
- msgid "Confirm"
3945
- msgstr "Confirmer"
3946
 
3947
- #: templates/admin/table-settings/remove_column_modal.inc.php:62
3948
- msgid "Are you sure? There is no undo!"
3949
- msgstr "Êtes-vous sûr? Il n'y a pas d'annulation de changement!"
3950
 
3951
- #: templates/admin/table-settings/table_preview_block.inc.php:19
3952
- msgid "Table preview and columns setup"
3953
- msgstr "Aperçu du tableau et configuration des colonnes"
3954
 
3955
- #: templates/admin/table-settings/table_preview_block.inc.php:23
3956
- msgid "Add a formula (calculated) column"
3957
- msgstr "Ajouter une colonne de formule (calculée)"
3958
 
3959
- #: templates/admin/table-settings/table_preview_block.inc.php:24
3960
- msgid "Add a formula column"
3961
- msgstr "Ajouter une colonne de formule"
3962
 
3963
- #: templates/admin/table-settings/table_preview_block.inc.php:27
3964
- msgid "Complete column list"
3965
- msgstr "Liste complète des colonnes"
3966
 
3967
- #: templates/admin/table-settings/table_preview_block.inc.php:35
3968
- msgid "Remove column"
3969
- msgstr "Supprimer la colonne"
3970
 
3971
- #: templates/admin/table-settings/table_preview_block.inc.php:44
3972
- msgid "Switch View:"
3973
- msgstr "Changer de vue:"
3974
 
3975
- #: templates/admin/table-settings/table_preview_block.inc.php:46
3976
- #: templates/admin/table-settings/table_preview_block.inc.php:49
3977
- msgid "STANDARD"
3978
- msgstr "STANDARD"
3979
 
3980
- #: templates/admin/table-settings/table_preview_block.inc.php:47
3981
- #: templates/admin/table-settings/table_preview_block.inc.php:50
3982
- msgid "EXCEL-LIKE"
3983
- msgstr "EXCEL-LIKE"
3984
 
3985
- #: templates/admin/table-settings/table_settings_block.inc.php:26
3986
- msgid "wpDataTable name, click to edit"
3987
- msgstr "Nom de wpDataTable, cliquez pour éditer"
3988
 
3989
- #: templates/admin/table-settings/table_settings_block.inc.php:36
3990
- msgid "Collapse and expand widget"
3991
- msgstr "Réduire et développer le widget"
3992
 
3993
- #: templates/admin/table-settings/table_settings_block.inc.php:69
3994
- msgid "Sorting and filtering"
3995
- msgstr "Tri et filtrage"
3996
 
3997
- #: templates/admin/table-settings/table_settings_block.inc.php:77
3998
- #: templates/admin/table-settings/table_settings_block.inc.php:911
3999
- msgid "Table Tools"
4000
- msgstr "Outils de tableau"
4001
 
4002
- #: templates/admin/table-settings/table_settings_block.inc.php:81
4003
- msgid "Placeholders"
4004
- msgstr "Espaces réservés"
4005
 
4006
- #: templates/admin/table-settings/table_settings_block.inc.php:97
4007
- msgid "Input data source type"
4008
- msgstr "Type de source de données d'entrée"
 
 
 
4009
 
4010
- #: templates/admin/table-settings/table_settings_block.inc.php:99
4011
- msgid ""
4012
- "Please choose a type of the input data source - it can be a MySQL query, a "
4013
- "file, or an URL. Only MySQL query-based tables can use server-side processing"
4014
- msgstr ""
4015
- "Veuillez choisir un type de source de données d'entrée - il peut s'agir "
4016
- "d'une requête MySQL, d'un fichier ou d'une URL. Seules les tables basées sur "
4017
- "des requêtes MySQL peuvent utiliser le traitement côté serveur"
4018
 
4019
- #: templates/admin/table-settings/table_settings_block.inc.php:106
4020
- msgid "Select a data source type"
4021
- msgstr "Sélectionnez un type de source de données"
4022
 
4023
- #: templates/admin/table-settings/table_settings_block.inc.php:107
4024
- msgid "MySQL query"
4025
- msgstr "Requête MySQL"
 
 
 
4026
 
4027
- #: templates/admin/table-settings/table_settings_block.inc.php:108
4028
- msgid "CSV file"
4029
- msgstr "Fichier CSV"
4030
 
4031
- #: templates/admin/table-settings/table_settings_block.inc.php:109
4032
- msgid "Excel file"
4033
- msgstr "Fichier Excel"
4034
 
4035
- #: templates/admin/table-settings/table_settings_block.inc.php:110
4036
- msgid "Google Spreadsheet"
4037
- msgstr "Feuille de calcul Google"
4038
 
4039
- #: templates/admin/table-settings/table_settings_block.inc.php:111
4040
- msgid "XML file"
4041
- msgstr "Fichier XML"
 
 
 
4042
 
4043
- #: templates/admin/table-settings/table_settings_block.inc.php:112
4044
- msgid "JSON file"
4045
- msgstr "Fichier JSON"
4046
 
4047
- #: templates/admin/table-settings/table_settings_block.inc.php:126
4048
- msgid ""
4049
- "Upload your file or provide the full URL here. For CSV or Excel input "
4050
- "sources only URLs or paths from same domain are supported. For Google "
4051
- "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
4052
- "the URL."
4053
- msgstr ""
4054
- "Téléchargez votre fichier ou indiquez l'URL complète ici. Pour les sources "
4055
- "d'entrée CSV ou Excel, seules les URL ou les chemins du même domaine sont "
4056
- "pris en charge. Pour les feuilles de calcul Google: n'oubliez pas de publier "
4057
- "la feuille de calcul avant de coller l'URL."
4058
 
4059
- #: templates/admin/table-settings/table_settings_block.inc.php:132
4060
- msgid "Paste URL or path, or click Browse to choose"
4061
- msgstr ""
4062
- "Collez l'URL ou le chemin d'accès, ou cliquez sur Parcourir pour choisir"
 
 
4063
 
4064
- #: templates/admin/table-settings/table_settings_block.inc.php:146
4065
- msgid "Server-side processing"
4066
- msgstr "Traitement côté serveur"
4067
 
4068
- #: templates/admin/table-settings/table_settings_block.inc.php:148
4069
- msgid ""
4070
- "If it is turned on, all sorting, filtering, pagination and other data "
4071
- "interaction will be done by MySQL server. This feature is recommended if you "
4072
- "have more than 2000-3000 rows. Mandatory for editable tables."
4073
- msgstr ""
4074
- "Si elle est activée, toutes les opérations de tri, filtrage, pagination et "
4075
- "autres interactions de données seront effectuées par le serveur MySQL. Cette "
4076
- "fonctionnalité est recommandée si vous avez plus de 2000-3000 lignes. "
4077
- "Obligatoire pour les tables modifiables."
4078
 
4079
- #: templates/admin/table-settings/table_settings_block.inc.php:152
4080
- msgid "Enable server-side processing"
4081
- msgstr "Enable server-side processing"
4082
 
4083
- #: templates/admin/table-settings/table_settings_block.inc.php:168
4084
- msgid "MySQL Query"
4085
- msgstr "Requête MySQL "
4086
 
4087
- #: templates/admin/table-settings/table_settings_block.inc.php:170
4088
- msgid ""
4089
- "Enter the text of your MySQL query here - please make sure it returns actual "
4090
- "data first. You can use a number of placeholders to make the dataset in the "
4091
- "table flexible and be able to return different sets of data by calling it "
4092
- "with different shortcodes."
4093
- msgstr ""
4094
- "Entrez le texte de votre requête MySQL ici - s'il vous plaît assurez-vous "
4095
- "qu'il renvoie avant tout des données réelles. Vous pouvez utiliser un nombre "
4096
- "d'espaces réservés pour rendre le jeu de données dans un tableau flexible et "
4097
- "pouvoir renvoyer différents jeux de données en l'appelant avec différents "
4098
- "codes courts."
4099
 
4100
- #: templates/admin/table-settings/table_settings_block.inc.php:177
4101
- msgid "Auto-refresh"
4102
- msgstr "Actualisation automatique"
 
 
 
4103
 
4104
- #: templates/admin/table-settings/table_settings_block.inc.php:179
4105
- msgid ""
4106
- "If you enter a non-zero value, table will auto-refresh to show actual data "
4107
- "with a given interval of seconds. Leave zero or empty not to use auto-"
4108
- "refresh."
4109
- msgstr ""
4110
- "Si vous entrez une valeur différente de zéro, le tableau s'actualisera "
4111
- "automatiquement pour afficher les données réelles avec un intervalle de "
4112
- "secondes donné. Laissez zéro ou vide pour ne pas utiliser l'actualisation "
4113
- "automatique."
4114
 
4115
- #: templates/admin/table-settings/table_settings_block.inc.php:184
4116
- msgid "Auto-refresh interval in seconds (zero or blank to disable)"
4117
- msgstr ""
4118
- "Intervalle de rafraîchissement automatique en secondes (zéro ou vide pour "
4119
- "désactiver)"
4120
 
4121
- #: templates/admin/table-settings/table_settings_block.inc.php:202
4122
- msgid "Table title"
4123
- msgstr "Titre du tableau"
4124
 
4125
- #: templates/admin/table-settings/table_settings_block.inc.php:210
4126
- msgid "Show table title"
4127
- msgstr "Afficher le titre du tableau"
4128
 
4129
- #: templates/admin/table-settings/table_settings_block.inc.php:217
4130
- msgid ""
4131
- "Enable this to show the table title in a h3 block above the table, disable "
4132
- "to hide."
4133
- msgstr ""
4134
- "Activez cette option pour afficher le titre du tableau dans un bloc h3 au-"
4135
- "dessus du tableau, puis désactivez-la pour la masquer."
4136
 
4137
- #: templates/admin/table-settings/table_settings_block.inc.php:224
4138
- msgid "Show table title on the page"
4139
- msgstr "Afficher le titre du tableau sur la page"
4140
 
4141
- #: templates/admin/table-settings/table_settings_block.inc.php:234
4142
- msgid "Responsiveness"
4143
- msgstr "Réactivité"
4144
 
4145
- #: templates/admin/table-settings/table_settings_block.inc.php:242
4146
- msgid "Responsive design"
4147
- msgstr "Design réactif"
4148
 
4149
- #: templates/admin/table-settings/table_settings_block.inc.php:249
4150
- msgid "Enable this to allow responsiveness in the table."
4151
- msgstr "Activez cette option pour permettre la réactivité dans le tableau."
 
 
 
4152
 
4153
- #: templates/admin/table-settings/table_settings_block.inc.php:250
4154
- msgid ""
4155
- "Please do not forget to define which columns will be hidden on mobiles and "
4156
- "tablets in the column settings!"
4157
- msgstr ""
4158
- "N'oubliez pas de définir quelles colonnes seront cachées sur les mobiles et "
4159
- "les tablettes dans les paramètres de colonne!"
4160
 
4161
- #: templates/admin/table-settings/table_settings_block.inc.php:257
4162
- msgid "Allow collapsing on mobiles and tablets"
4163
- msgstr "Autoriser l'écrasement sur les mobiles et les tablettes"
4164
 
4165
- #: templates/admin/table-settings/table_settings_block.inc.php:267
4166
- msgid "Hide until loaded"
4167
- msgstr "Cacher jusqu'au chargement"
4168
 
4169
- #: templates/admin/table-settings/table_settings_block.inc.php:269
4170
- msgid ""
4171
- "Enable to make whole table hidden until it is initialized to prevent "
4172
- "unformatted data flashing"
4173
- msgstr ""
4174
- "Permet de masquer l'intégralité de la table jusqu'à ce qu'elle soit "
4175
- "initialisée pour éviter que des données non formatées ne clignotent"
4176
 
4177
- #: templates/admin/table-settings/table_settings_block.inc.php:273
4178
- msgid "Hide the table before it is fully loaded"
4179
- msgstr "Cacher la table avant qu'elle ne soit complètement chargée"
4180
 
4181
- #: templates/admin/table-settings/table_settings_block.inc.php:287
4182
- msgid "Default rows per page"
4183
- msgstr "Lignes par défaut par page"
4184
 
4185
- #: templates/admin/table-settings/table_settings_block.inc.php:295
4186
- #: templates/admin/table-settings/table_settings_block.inc.php:328
4187
- msgid "Rows per page"
4188
- msgstr "Lignes par page"
4189
 
4190
- #: templates/admin/table-settings/table_settings_block.inc.php:302
4191
- msgid "How many rows to show per page by default."
4192
- msgstr "Combien de lignes afficher par page par défaut."
4193
 
4194
- #: templates/admin/table-settings/table_settings_block.inc.php:336
4195
- msgid "Show X entries"
4196
- msgstr "Afficher X entrées"
4197
 
4198
- #: templates/admin/table-settings/table_settings_block.inc.php:343
4199
- msgid ""
4200
- "Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
4201
- "frontend."
4202
- msgstr ""
4203
- "Activez/désactivez cette option pour afficher/masquer \"Afficher X entrées\" "
4204
- "par page liste déroulante sur le frontend."
4205
 
4206
- #: templates/admin/table-settings/table_settings_block.inc.php:350
4207
- msgid "Show \"Show X entries\" dropdown"
4208
- msgstr "Afficher le menu déroulant \"Afficher X entrées\""
4209
 
4210
- #: templates/admin/table-settings/table_settings_block.inc.php:368
4211
- msgid "Scrollable table"
4212
- msgstr "Tableau à barre de défilement horizontale"
4213
 
4214
- #: templates/admin/table-settings/table_settings_block.inc.php:375
4215
- msgid "Enable this to enable a horizontal scrollbar below the table."
4216
- msgstr ""
4217
- "Activez cette option pour activer une barre de défilement horizontale sous "
4218
- "la table."
4219
 
4220
- #: templates/admin/table-settings/table_settings_block.inc.php:376
4221
- msgid "This should be turned off if you want to set columns width manually."
4222
- msgstr ""
4223
- "Cette option doit être désactivée si vous souhaitez définir la largeur des "
4224
- "colonnes manuellement."
4225
 
4226
- #: templates/admin/table-settings/table_settings_block.inc.php:383
4227
- msgid "Show a horizontal scrollbar"
4228
- msgstr "Afficher une barre de défilement horizontale"
4229
 
4230
- #: templates/admin/table-settings/table_settings_block.inc.php:398
4231
- #: templates/admin/table-settings/table_settings_block.inc.php:406
4232
- msgid "Info block"
4233
- msgstr "Bloc d'information"
 
 
4234
 
4235
- #: templates/admin/table-settings/table_settings_block.inc.php:413
4236
- msgid ""
4237
- "Enable to show a block of information about the number of records below the "
4238
- "table."
4239
- msgstr ""
4240
- "Permet d'afficher un bloc d'informations sur le nombre d'enregistrements "
4241
- "sous le tableau."
4242
 
4243
- #: templates/admin/table-settings/table_settings_block.inc.php:420
4244
- msgid "Show information block below the table"
4245
- msgstr "Afficher le bloc d'informations sous le tableau"
4246
 
4247
- #: templates/admin/table-settings/table_settings_block.inc.php:430
4248
- #: templates/admin/table-settings/table_settings_block.inc.php:438
4249
- msgid "Limit table width"
4250
- msgstr "Largeur de tableau limite"
4251
 
4252
- #: templates/admin/table-settings/table_settings_block.inc.php:445
4253
- msgid "Enable this to restrict table width to page width."
4254
- msgstr ""
4255
- "Activez cette option pour restreindre la largeur du tableau à la largeur de "
4256
- "la page."
4257
 
4258
- #: templates/admin/table-settings/table_settings_block.inc.php:446
4259
- msgid ""
4260
- "This should be turned on if you want to set columns width manually. Should "
4261
- "be on to use word wrapping."
4262
- msgstr ""
4263
- "Cela doit être activé si vous souhaitez définir la largeur des colonnes "
4264
- "manuellement. Devrait être activé pour utiliser l'enveloppe de mots."
4265
 
4266
- #: templates/admin/table-settings/table_settings_block.inc.php:453
4267
- msgid "Limit table width to page width"
4268
- msgstr "Limiter la largeur du tableau à la largeur de la page"
4269
 
4270
- #: templates/admin/table-settings/table_settings_block.inc.php:463
4271
- #: templates/admin/table-settings/table_settings_block.inc.php:471
4272
- msgid "Word wrap"
4273
- msgstr "Enveloppe de mots"
4274
 
4275
- #: templates/admin/table-settings/table_settings_block.inc.php:478
4276
- msgid ""
4277
- "Enable this to wrap long strings into multiple lines and stretch the cells "
4278
- "height."
4279
- msgstr ""
4280
- "Activez cette option pour envelopper les longues chaînes de caractères en "
4281
- "plusieurs lignes et étirer la hauteur des cellules."
4282
 
4283
- #: templates/admin/table-settings/table_settings_block.inc.php:485
4284
- msgid "Wrap words to newlines"
4285
- msgstr "Envelopper les mots dans les nouvelles lignes"
4286
 
4287
- #: templates/admin/table-settings/table_settings_block.inc.php:506
4288
- msgid "Advanced column filters"
4289
- msgstr "Filtres de colonne avancés"
4290
 
4291
- #: templates/admin/table-settings/table_settings_block.inc.php:514
4292
- msgid "Advanced filter"
4293
- msgstr "Filtre avancé"
4294
 
4295
- #: templates/admin/table-settings/table_settings_block.inc.php:521
4296
- msgid ""
4297
- "Enable to show an advanced filter for each of the columns, filters can be "
4298
- "shown in table footer, header or in a separate form."
4299
- msgstr ""
4300
- "Activer pour afficher un filtre avancé pour chacune des colonnes, les "
4301
- "filtres peuvent être affichés dans le pied de page du tableau, l'en-tête ou "
4302
- "dans un formulaire séparé."
4303
 
4304
- #: templates/admin/table-settings/table_settings_block.inc.php:528
4305
- msgid "Enable advanced column filters"
4306
- msgstr "Activer les filtres de colonne avancés"
4307
 
4308
- #: templates/admin/table-settings/table_settings_block.inc.php:553
4309
- msgid ""
4310
- "If this is enabled, each column header will be clickable; clicking will sort "
4311
- "the whole table by the content of this column cells ascending or descending."
4312
- msgstr ""
4313
- "Si cette option est activée, chaque en-tête de colonne sera cliquable; en "
4314
- "cliquant, vous trierez tout le tableau en fonction du contenu de cette "
4315
- "colonne en ordre croissant ou décroissant."
4316
 
4317
- #: templates/admin/table-settings/table_settings_block.inc.php:560
4318
- msgid "Allow sorting for the table"
4319
- msgstr "Autoriser le tri pour le tableau"
4320
 
4321
- #: templates/admin/table-settings/table_settings_block.inc.php:570
4322
- msgid "Main search block"
4323
- msgstr "Bloc de recherche principal"
4324
 
4325
- #: templates/admin/table-settings/table_settings_block.inc.php:578
4326
- msgid ""
4327
- "Global sear\n"
4328
- " ch"
4329
- msgstr ""
4330
- "Recherche globa\n"
4331
- " le"
4332
 
4333
- #: templates/admin/table-settings/table_settings_block.inc.php:586
4334
- msgid ""
4335
- "If this is enabled, a search block will be displayed on the top right of the "
4336
- "table, allowing to search through whole table with a single input."
4337
- msgstr ""
4338
- "Si cette option est activée, un bloc de recherche sera affiché en haut à "
4339
- "droite de la table, ce qui permettra de parcourir un tableau entier avec une "
4340
- "seule entrée."
4341
 
4342
- #: templates/admin/table-settings/table_settings_block.inc.php:593
4343
- msgid "Enable search block"
4344
- msgstr "Activer le bloc de recherche"
4345
 
4346
- #: templates/admin/table-settings/table_settings_block.inc.php:609
4347
- msgid "Filters in a form"
4348
- msgstr "Filtres dans un formulaire"
4349
 
4350
- #: templates/admin/table-settings/table_settings_block.inc.php:616
4351
- msgid "Filter in form"
4352
- msgstr "Filtrer sous forme"
 
 
 
4353
 
4354
- #: templates/admin/table-settings/table_settings_block.inc.php:623
4355
- msgid ""
4356
- "Enable to show the advanced column filter in a form above the table, instead "
4357
- "of showing in the table footer/header."
4358
- msgstr ""
4359
- "Activez pour afficher le filtre de colonne avancé dans un formulaire au-"
4360
- "dessus de la table, au lieu de l'afficher dans le pied de page/en-tête du "
4361
- "tableau."
4362
 
4363
- #: templates/admin/table-settings/table_settings_block.inc.php:630
4364
- msgid "Show filters in a form above the table"
4365
- msgstr "Afficher les filtres dans un formulaire au-dessus du tableau"
4366
 
4367
- #: templates/admin/table-settings/table_settings_block.inc.php:640
4368
- msgid "Clear filters button"
4369
- msgstr "Bouton effacer les filtres"
4370
 
4371
- #: templates/admin/table-settings/table_settings_block.inc.php:651
4372
- msgid "Enable to show the clear filters button."
4373
- msgstr "Activer pour afficher le bouton effacer les filtres."
 
4374
 
4375
- #: templates/admin/table-settings/table_settings_block.inc.php:652
4376
- msgid ""
4377
- "If filter in form is enabled, clear button will be rendered after the last "
4378
- "filter."
4379
- msgstr ""
4380
- "Si le filtre dans le formulaire est activé, le bouton effacer sera rendu "
4381
- "après le dernier filtre."
4382
 
4383
- #: templates/admin/table-settings/table_settings_block.inc.php:657
4384
- msgid ""
4385
- "Otherwise, clear filter button will be rendered above the table next to "
4386
- "\"Table Tools\" buttons."
4387
- msgstr ""
4388
- "Sinon, le bouton effacer filtre sera affiché au-dessus du tableau à côté des "
4389
- "boutons \"Outils du tableau\"."
4390
 
4391
- #: templates/admin/table-settings/table_settings_block.inc.php:668
4392
- msgid "Show clear filters button"
4393
- msgstr "Afficher le bouton effacer les filtres"
4394
 
4395
- #: templates/admin/table-settings/table_settings_block.inc.php:691
4396
- msgid "Allow editing"
4397
- msgstr "Autoriser l'édition"
4398
 
4399
- #: templates/admin/table-settings/table_settings_block.inc.php:699
4400
- msgid "Front-end editing"
4401
- msgstr "Modification front-end"
4402
 
4403
- #: templates/admin/table-settings/table_settings_block.inc.php:706
4404
- msgid "Allow editing the table from the front-end."
4405
- msgstr "Autoriser l'édition du tableau à partir du front-end."
4406
 
4407
- #: templates/admin/table-settings/table_settings_block.inc.php:713
4408
- msgid "Allow front-end editing"
4409
- msgstr "Autoriser l'édition front-end"
4410
 
4411
- #: templates/admin/table-settings/table_settings_block.inc.php:723
4412
- msgid "Popover edit block"
4413
- msgstr "Bloc d'édition Popover"
4414
 
4415
- #: templates/admin/table-settings/table_settings_block.inc.php:731
4416
- msgid "Popover tools"
4417
- msgstr "Outils Popover"
4418
 
4419
- #: templates/admin/table-settings/table_settings_block.inc.php:738
4420
- msgid ""
4421
- "If this is enabled, the New, Edit and Delete buttons will appear in a "
4422
- "popover when you click on any row, instead of Table Tools block above the "
4423
- "table."
4424
- msgstr ""
4425
- "Si cette option est activée, les boutons Nouveau, Modifier et Supprimer "
4426
- "s'affichent dans un popover lorsque vous cliquez sur une ligne quelconque, "
4427
- "au lieu du bloc Outils de tableau situé au-dessus du tableau."
4428
 
4429
- #: templates/admin/table-settings/table_settings_block.inc.php:745
4430
- msgid "Editing buttons in a popover"
4431
- msgstr "Modification de boutons dans un popover"
4432
 
4433
- #: templates/admin/table-settings/table_settings_block.inc.php:755
4434
- #: templates/admin/table-settings/table_settings_block.inc.php:763
4435
- msgid "In-line editing"
4436
- msgstr "Édition en ligne"
4437
 
4438
- #: templates/admin/table-settings/table_settings_block.inc.php:770
4439
- msgid ""
4440
- "If this is enabled, front-end users will be able to edit cells by double-"
4441
- "clicking them, not only with the editor dialog."
4442
- msgstr ""
4443
- "Si cette option est activée, les utilisateurs front-end pourront modifier "
4444
- "les cellules en double-cliquant dessus, pas seulement avec la boîte de "
4445
- "dialogue de l'éditeur."
4446
 
4447
- #: templates/admin/table-settings/table_settings_block.inc.php:777
4448
- msgid "Allow in-line editing"
4449
- msgstr "Autoriser l'édition en ligne"
4450
 
4451
- #: templates/admin/table-settings/table_settings_block.inc.php:794
4452
- msgid "MySQL table name for editing"
4453
- msgstr "Nom de la table MySQL pour l'édition"
4454
 
4455
- #: templates/admin/table-settings/table_settings_block.inc.php:796
4456
- msgid ""
4457
- "Name of the MySQL table which will be updated when edited from front-end."
4458
- msgstr ""
4459
- "Nom de la table MySQL qui sera mis à jour lors de l'édition du front-end."
4460
 
4461
- #: templates/admin/table-settings/table_settings_block.inc.php:801
4462
- msgid "MySQL table name"
4463
- msgstr "Nom de la table MySQL"
4464
 
4465
- #: templates/admin/table-settings/table_settings_block.inc.php:810
4466
- msgid "ID column for editing"
4467
- msgstr "Colonne d'identification pour l'édition"
4468
 
4469
- #: templates/admin/table-settings/table_settings_block.inc.php:812
4470
- msgid ""
4471
- "Choose the column values from which will be used as row identifiers. MUST be "
4472
- "a unique auto-increment integer on MySQL side so insert/edit/delete would "
4473
- "work correctly! wpDataTables will guess the correct column if it is called "
4474
- "\"id\" or \"ID\" on MySQL side."
4475
- msgstr ""
4476
- "Choisissez les valeurs de colonne qui seront utilisées comme identificateurs "
4477
- "de ligne. DOIT être un nombre entier unique auto-incrémenté côté MySQL, "
4478
- "ainsi insérer/modifier/supprimer fonctionnent correctement! wpDataTables "
4479
- "devinera la colonne correcte si elle s'appelle \"id\" ou \"ID\" côté MySQL."
4480
 
4481
- #: templates/admin/table-settings/table_settings_block.inc.php:826
4482
- msgid "Editor roles"
4483
- msgstr "Rôles de l'éditeur"
 
 
 
 
4484
 
4485
- #: templates/admin/table-settings/table_settings_block.inc.php:828
4486
- msgid ""
4487
- "If you want only specific user roles to be able to edit the table, choose in "
4488
- "this dropdown. Leave unchecked to allow editing for everyone."
4489
- msgstr ""
4490
- "Si vous souhaitez que seuls des rôles d'utilisateur spécifiques puissent "
4491
- "modifier le tableau, choisissez dans cette liste déroulante. Ne cochez pas "
4492
- "la case pour permettre l'édition à tout le monde."
4493
 
4494
- #: templates/admin/table-settings/table_settings_block.inc.php:833
4495
- msgid "Everyone"
4496
- msgstr "Tout le monde"
4497
 
4498
- #: templates/admin/table-settings/table_settings_block.inc.php:852
4499
- msgid "Users see and edit only own data"
4500
- msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
 
 
 
4501
 
4502
- #: templates/admin/table-settings/table_settings_block.inc.php:860
4503
- msgid "Users see and edit only their own data"
4504
- msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
4505
 
4506
- #: templates/admin/table-settings/table_settings_block.inc.php:867
4507
- msgid ""
4508
- "If this is enabled, users will see and edit only the rows that are related "
4509
- "to them or were created by them (associated using the User ID column)."
4510
- msgstr ""
4511
- "Si cette option est activée, les utilisateurs ne verront et ne modifieront "
4512
- "que les lignes qui leur sont associées ou qui ont été créées par eux "
4513
- "(associées à l'aide de la colonne ID utilisateur)."
4514
 
4515
- #: templates/admin/table-settings/table_settings_block.inc.php:874
4516
- msgid "Limit editing to own data only"
4517
- msgstr "Limiter l'édition à vos propres données uniquement"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4518
 
4519
- #: templates/admin/table-settings/table_settings_block.inc.php:884
4520
- msgid "User ID column"
4521
- msgstr "Colonne ID utilisateur"
4522
 
4523
- #: templates/admin/table-settings/table_settings_block.inc.php:886
4524
- msgid ""
4525
- "Choose the column values from which will be used as User identifiers. "
4526
- "References the ID from WordPress Users table (wp_users), MUST be defined as "
4527
- "an integer on MySQL side."
4528
- msgstr ""
4529
- "Choisissez les valeurs de colonne à partir desquelles seront utilisés les "
4530
- "identificateurs d'utilisateur. Références de l'ID de la table des "
4531
- "utilisateurs WordPress (wp_users), DOIT être défini comme un entier du côté "
4532
- "MySQL."
4533
 
4534
- #: templates/admin/table-settings/table_settings_block.inc.php:919
4535
- msgid "Table tools"
4536
- msgstr "Outils de table"
4537
 
4538
- #: templates/admin/table-settings/table_settings_block.inc.php:926
4539
- msgid ""
4540
- "If this is enabled, a toolbar with useful tools will be shown above the table"
4541
- msgstr ""
4542
- "Si cette option est activée, une barre d'outils contenant des outils utiles "
4543
- "sera affichée au-dessus du tableau."
4544
 
4545
- #: templates/admin/table-settings/table_settings_block.inc.php:933
4546
- msgid "Enable Table Tools"
4547
- msgstr "Activer les outils de tableau"
4548
 
4549
- #: templates/admin/table-settings/table_settings_block.inc.php:943
4550
- msgid "Buttons"
4551
- msgstr "Boutons"
4552
 
4553
- #: templates/admin/table-settings/table_settings_block.inc.php:945
4554
- msgid "Choose which buttons to show in the Table Tools block."
4555
- msgstr "Choisissez les boutons à afficher dans le bloc Outils de tableau."
4556
 
4557
- #: templates/admin/table-settings/table_settings_block.inc.php:951
4558
- msgid "Columns visibility"
4559
- msgstr "Visibilité des colonnes"
 
 
 
4560
 
4561
- #: templates/admin/table-settings/table_settings_block.inc.php:973
4562
- msgid ""
4563
- "Placeholders can be understood as predefined ‘search and replace‘ templates; "
4564
- "that will be replaced with some actual values at the execution time; usually "
4565
- "this is used for MySQL queries."
4566
- msgstr ""
4567
- "Les espaces réservés peuvent être compris comme des modèles prédéfinis de "
4568
- "«recherche et de remplacement»; qui seront remplacés par des valeurs réelles "
4569
- "au moment de l'exécution; généralement, ceci est utilisé pour les requêtes "
4570
- "MySQL."
4571
 
4572
- #: templates/admin/table-settings/table_settings_block.inc.php:985
4573
- #: templates/admin/table-settings/table_settings_block.inc.php:1000
4574
- #: templates/admin/table-settings/table_settings_block.inc.php:1015
4575
- msgid ""
4576
- "This placeholder will be replaced with any value that you will provide in a "
4577
- "shortcode. Provide a default value here that will be used for table "
4578
- "generation and when a different one is not defined in the shortcode."
4579
- msgstr ""
4580
- "Cet espace réservé sera remplacé par toute valeur que vous fournirez dans un "
4581
- "shortcode. Indiquez ici une valeur par défaut qui sera utilisée pour la "
4582
- "génération de tableaux et quand une différente valeur n'est pas définie dans "
4583
- "le shortcode."
4584
 
4585
- #: templates/admin/table-settings/table_settings_block.inc.php:990
4586
- #: templates/admin/table-settings/table_settings_block.inc.php:1005
4587
- #: templates/admin/table-settings/table_settings_block.inc.php:1020
4588
- #: templates/admin/table-settings/table_settings_block.inc.php:1042
4589
- #: templates/admin/table-settings/table_settings_block.inc.php:1060
4590
- #: templates/admin/table-settings/table_settings_block.inc.php:1077
4591
- #: templates/admin/table-settings/table_settings_block.inc.php:1098
4592
- msgid "Default for table generation"
4593
- msgstr "Par défaut pour la génération de table"
4594
 
4595
- #: templates/admin/table-settings/table_settings_block.inc.php:1036
4596
- msgid ""
4597
- "This placeholder will be replaced with the ID of currently logged in user. "
4598
- "Provide a value here to be used for table generation"
4599
- msgstr ""
4600
- "Cet espace réservé sera remplacé par l'ID de l'utilisateur actuellement "
4601
- "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
4602
 
4603
- #: templates/admin/table-settings/table_settings_block.inc.php:1052
4604
- msgid ""
4605
- "This placeholder will be replaced with the login of currently logged in "
4606
- "user. Provide a value here to be used for table generation"
4607
- msgstr ""
4608
- "Cet espace réservé sera remplacé par le login de l'utilisateur actuellement "
4609
- "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
4610
 
4611
- #: templates/admin/table-settings/table_settings_block.inc.php:1070
4612
- msgid ""
4613
- "This placeholder will be replaced with the current prefix of WordPress "
4614
- "database. Provide a value here to be used for table generation"
4615
- msgstr ""
4616
- "Cet espace réservé sera remplacé par le préfixe actuel de la base de données "
4617
- "WordPress. Indiquez ici une valeur à utiliser pour la génération de table"
4618
 
4619
- #: templates/admin/table-settings/table_settings_block.inc.php:1093
4620
- msgid ""
4621
- "This placeholder will be replaced with the ID of current post. Provide a "
4622
- "value here to be used for table generation"
4623
- msgstr ""
4624
- "Cet espace réservé sera remplacé par l'ID du message en cours. Indiquez ici "
4625
- "une valeur à utiliser pour la génération de table"
4626
 
4627
- #: templates/common/delete_modal.inc.php:28
4628
- msgid "Please confirm deletion. There is no undo!"
4629
- msgstr ""
4630
- "S'il vous plaît confirmer la suppression. Il n'y a pas d'annulation de "
4631
- "changement!"
4632
 
4633
- #: templates/frontend/edit_dialog.inc.php:10
4634
- msgid "Please choose input type for columns that you want to edit"
4635
- msgstr "Veuillez choisir le type d'entrée pour les colonnes à modifier"
4636
 
4637
- #: templates/frontend/edit_dialog.inc.php:153
4638
- msgid "Prev"
4639
- msgstr "Aperçu"
 
 
 
4640
 
4641
- #: templates/frontend/edit_dialog.inc.php:161
4642
- msgid "Apply and add new"
4643
- msgstr "Appliquer et ajouter nouveaux"
4644
 
4645
- #: templates/frontend/excel_table_main.inc.php:28
4646
- msgid "Search"
4647
- msgstr "Chercher"
 
 
4648
 
4649
- #: templates/frontend/filter_form.inc.php:30
4650
- msgid " Clear filters"
4651
- msgstr " Effacer les filtres"
4652
 
4653
- #: templates/frontend/filter_widget.inc.php:6
4654
- msgid " Clear all filters"
4655
- msgstr " Effacer tous les filtres"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2019-03-07 15:04+0100\n"
5
+ "PO-Revision-Date: 2019-03-07 15:04+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: fr_FR\n"
24
  "X-Poedit-SearchPathExcluded-6: assets/js/moment\n"
25
  "X-Poedit-SearchPathExcluded-7: assets/js/tagsinput\n"
26
 
 
 
 
 
 
 
 
 
 
27
  #: controllers/wdt_admin.php:10 controllers/wdt_admin.php:11
28
  msgid "wpDataTables"
29
  msgstr "wpDataTables"
34
  msgstr "Créer un tableau"
35
 
36
  #: controllers/wdt_admin.php:27 controllers/wdt_admin.php:28
37
+ #: templates/browse_charts.inc.php:9
38
  msgid "wpDataCharts"
39
  msgstr "wpDataCharts"
40
 
55
  msgid "Addons"
56
  msgstr "Suppléments d'extension"
57
 
58
+ #: controllers/wdt_admin.php:307 controllers/wdt_admin.php:356
59
+ #: controllers/wdt_admin.php:386 controllers/wdt_admin.php:407
60
+ #: controllers/wdt_admin.php:454 controllers/wdt_admin.php:480
61
+ #: controllers/wdt_admin.php:499
62
  msgid "You do not have sufficient permissions to access this page."
63
  msgstr ""
64
  "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page."
65
 
66
+ #: controllers/wdt_functions.php:380
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  msgid "wpDataChart with provided ID not found!"
68
  msgstr "wpDataChart avec identifiant fourni introuvable!"
69
 
70
+ #: controllers/wdt_functions.php:416 controllers/wdt_functions.php:487
71
  msgid "wpDataTable with provided ID not found!"
72
  msgstr "wpDataChart avec identifiant fourni introuvable!"
73
 
74
+ #: controllers/wdt_functions.php:497
75
  msgid "Provided column is not Integer or Float column type"
76
  msgstr ""
77
  "La colonne fournie n'est pas un type de colonne de nombre entier ou à vigule"
78
 
79
+ #: controllers/wdt_functions.php:700
80
  msgid "Choose a table"
81
  msgstr "Choisissez un tableau"
82
 
83
+ #: controllers/wdt_functions.php:732
84
  msgid "Interactive Responsive Table"
85
  msgstr "Tableau interactif adaptatif"
86
 
87
+ #: controllers/wdt_functions.php:733 controllers/wdt_functions.php:794
88
  msgid "Content"
89
  msgstr "Contenu"
90
 
91
+ #: controllers/wdt_functions.php:739
92
  msgid "wpDataTable"
93
  msgstr "wpDataTable"
94
 
95
+ #: controllers/wdt_functions.php:743
96
  msgid "Choose the wpDataTable from a dropdown"
97
  msgstr "Choisissez le wpDataTable dans une liste déroulante"
98
 
99
+ #: controllers/wdt_functions.php:748
100
  msgid "Table view"
101
  msgstr "Vue tableau"
102
 
103
+ #: controllers/wdt_functions.php:752
104
  msgid "Regular wpDataTable"
105
  msgstr "WpDataTable ordinaire"
106
 
108
  msgid "Excel-like table"
109
  msgstr "Tableau de type Excel"
110
 
111
+ #: controllers/wdt_functions.php:760
112
  msgid "Variable placeholder #1"
113
  msgstr "Espace réservé variable #1"
114
 
115
+ #: controllers/wdt_functions.php:763 controllers/wdt_functions.php:771
116
+ #: controllers/wdt_functions.php:779
117
  msgid "Variables"
118
  msgstr "Variables"
119
 
120
+ #: controllers/wdt_functions.php:764
121
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
122
  msgstr ""
123
  "Si vous avez utilisé l'espace réservé VAR1, vous pouvez lui attribuer une "
124
  "valeur ici"
125
 
126
+ #: controllers/wdt_functions.php:768
127
  msgid "Variable placeholder #2"
128
  msgstr "Espace réservé variable #2"
129
 
130
+ #: controllers/wdt_functions.php:772
131
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
132
  msgstr ""
133
  "Si vous avez utilisé l'espace réservé VAR2, vous pouvez lui attribuer une "
134
  "valeur ici"
135
 
136
+ #: controllers/wdt_functions.php:776
137
  msgid "Variable placeholder #3"
138
  msgstr "Espace réservé variable #3"
139
 
140
+ #: controllers/wdt_functions.php:780
141
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
142
  msgstr ""
143
  "Si vous avez utilisé l'espace réservé VAR3, vous pouvez lui attribuer une "
144
  "valeur ici"
145
 
146
+ #: controllers/wdt_functions.php:793
147
  msgid "Google or Highcharts chart based on a wpDataTable"
148
  msgstr "Graphique Google ou HighCharts basé sur un wpDataTable"
149
 
150
+ #: controllers/wdt_functions.php:800
151
  msgid "wpDataChart"
152
  msgstr "wpDataChart"
153
 
154
+ #: controllers/wdt_functions.php:804
155
  msgid "Choose one of wpDataCharts from the list"
156
  msgstr "Choisissez l'un des wpDataCharts dans la liste"
157
 
158
+ #: source/class.wdtbrowsechartstable.php:137
159
+ #: source/class.wdtbrowsechartstable.php:151
160
+ #: source/class.wdtbrowsetable.php:170 source/class.wdtbrowsetable.php:191
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  msgid "Configure"
162
  msgstr "Configurer"
163
 
164
+ #: source/class.wdtbrowsechartstable.php:138
165
+ #: source/class.wdtbrowsechartstable.php:152
166
+ #: source/class.wdtbrowsetable.php:172 source/class.wdtbrowsetable.php:192
167
+ #: templates/common/delete_modal.inc.php:41 templates/edit_table.inc.php:15
168
  msgid "Delete"
169
  msgstr "Effacer"
170
 
171
+ #: source/class.wdtbrowsechartstable.php:188
172
+ #: source/class.wdtbrowsechartstable.php:278
173
  msgid "Column Chart"
174
  msgstr "Graphique à colonnes"
175
 
176
+ #: source/class.wdtbrowsechartstable.php:191
177
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
178
+ #: templates/chart_wizard.inc.php:91
179
  msgid "Histogram"
180
  msgstr "Histogramme"
181
 
182
+ #: source/class.wdtbrowsechartstable.php:194
183
  msgid "Bar Chart"
184
  msgstr "Diagramme à bandes"
185
 
186
+ #: source/class.wdtbrowsechartstable.php:197
187
+ #: source/class.wdtbrowsechartstable.php:239
188
+ msgid "Stacked Bar Chart"
189
+ msgstr "Diagramme à barres empilées"
190
+
191
+ #: source/class.wdtbrowsechartstable.php:200
192
+ #: source/class.wdtbrowsechartstable.php:272
193
  msgid "Area Chart"
194
  msgstr "Diagramme de zone"
195
 
196
+ #: source/class.wdtbrowsechartstable.php:203
197
  msgid "Stepped Area Chart"
198
  msgstr "Diagramme de zone en escalier"
199
 
200
+ #: source/class.wdtbrowsechartstable.php:206
201
+ #: source/class.wdtbrowsechartstable.php:224
202
+ #: source/class.wdtbrowsechartstable.php:269
203
  msgid "Line Chart"
204
  msgstr "Graphique en ligne"
205
 
206
+ #: source/class.wdtbrowsechartstable.php:209
207
+ #: source/class.wdtbrowsechartstable.php:248
208
+ #: source/class.wdtbrowsechartstable.php:287
209
  msgid "Pie Chart"
210
  msgstr "Camembert"
211
 
212
+ #: source/class.wdtbrowsechartstable.php:212
213
+ #: source/class.wdtbrowsechartstable.php:293
214
  msgid "Bubble Chart"
215
  msgstr "Diagramme à bulles"
216
 
217
+ #: source/class.wdtbrowsechartstable.php:215
218
+ #: source/class.wdtbrowsechartstable.php:254
219
  msgid "Donut Chart"
220
  msgstr "Graphique Donut"
221
 
222
+ #: source/class.wdtbrowsechartstable.php:218
223
  msgid "Gauge Chart"
224
  msgstr "Graphique de jauge"
225
 
226
+ #: source/class.wdtbrowsechartstable.php:221
227
  msgid "Scatter Chart"
228
  msgstr "Diagramme de dispersion"
229
 
230
+ #: source/class.wdtbrowsechartstable.php:227
231
  msgid "Spline Chart"
232
  msgstr "Diagramme cannelé"
233
 
234
+ #: source/class.wdtbrowsechartstable.php:230
235
  msgid "Basic Area Chart"
236
  msgstr "Graphique basic de zone"
237
 
238
+ #: source/class.wdtbrowsechartstable.php:233
239
+ #: source/class.wdtbrowsechartstable.php:275
240
  msgid "Stacked Area Chart"
241
  msgstr "Graphique de zone empilée"
242
 
243
+ #: source/class.wdtbrowsechartstable.php:236
244
  msgid "Basic Bar Chart"
245
  msgstr "Diagramme à bandes de base"
246
 
247
+ #: source/class.wdtbrowsechartstable.php:242
 
 
 
 
248
  msgid "Basic Column Chart"
249
  msgstr "Diagramme basic de colonne"
250
 
251
+ #: source/class.wdtbrowsechartstable.php:245
252
  msgid "Stacked Column Chart"
253
  msgstr "Diagramme à colonnes empilées"
254
 
255
+ #: source/class.wdtbrowsechartstable.php:251
256
  msgid "Pie With Gradient Chart"
257
  msgstr "Camembert avec dégradé"
258
 
259
+ #: source/class.wdtbrowsechartstable.php:257
260
  msgid "Scatter Plot"
261
  msgstr "Nuage de points"
262
 
263
+ #: source/class.wdtbrowsechartstable.php:260
264
  msgid "3D Column Chart"
265
  msgstr "Diagramme de colonnes 3D"
266
 
267
+ #: source/class.wdtbrowsechartstable.php:263
268
  msgid "3D Pie Chart"
269
  msgstr "Camembert 3D"
270
 
271
+ #: source/class.wdtbrowsechartstable.php:266
272
  msgid "3D Donut Chart"
273
  msgstr "Graphique Donut 3D"
274
 
275
+ #: source/class.wdtbrowsechartstable.php:281
276
  msgid "Radar Chart"
277
  msgstr "Graphique radar"
278
 
279
+ #: source/class.wdtbrowsechartstable.php:284
280
  msgid "Polar Area Chart"
281
  msgstr "Diagramme polaire"
282
 
283
+ #: source/class.wdtbrowsechartstable.php:290
284
  msgid "Doughnut Chart"
285
  msgstr "Graphique Doughnut"
286
 
287
+ #: source/class.wdtbrowsechartstable.php:305
288
  msgid "Google"
289
  msgstr "Google"
290
 
291
+ #: source/class.wdtbrowsechartstable.php:308
292
  msgid "Highcharts"
293
  msgstr "Highcharts"
294
 
295
+ #: source/class.wdtbrowsechartstable.php:311
296
  msgid "Chart.js"
297
  msgstr "Chart.js"
298
 
299
+ #: source/class.wdtbrowsechartstable.php:375
300
+ #: source/class.wdtbrowsetable.php:272
 
 
301
  msgid "Select All"
302
  msgstr "Tout sélectionner"
303
 
304
+ #: source/class.wdtbrowsechartstable.php:427
305
  msgid "No wpDataCharts in the system yet."
306
  msgstr "Aucun wpDataCharts dans le système pour le moment."
307
 
308
  #: source/class.wdtbrowsetable.php:163
309
+ #: templates/admin/browse/table/duplicate_modal.inc.php:63
310
+ msgid "Duplicate"
311
+ msgstr "Dupliquer"
312
+
313
+ #: source/class.wdtbrowsetable.php:165 templates/edit_table.inc.php:99
314
  msgid "Edit data"
315
  msgstr "Modifier des données"
316
 
317
+ #: source/class.wdtbrowsetable.php:167
318
  msgid "Edit in Excel-like editor"
319
  msgstr "Modifier dans un éditeur de type Excel"
320
 
321
+ #: source/class.wdtbrowsetable.php:209
322
  msgid "MySQL"
323
  msgstr "MySQL"
324
 
325
+ #: source/class.wdtbrowsetable.php:212
326
  msgid "Manual"
327
  msgstr "Manuel"
328
 
329
+ #: source/class.wdtbrowsetable.php:215 source/class.wpdatatable.php:1892
330
+ #: source/class.wpdatatable.php:1961
331
+ #: templates/admin/table-settings/table_settings_block.inc.php:954
332
  msgid "Excel"
333
  msgstr "Excel"
334
 
335
+ #: source/class.wdtbrowsetable.php:218 source/class.wpdatatable.php:1901
336
+ #: source/class.wpdatatable.php:1971
337
+ #: templates/admin/table-settings/table_settings_block.inc.php:955
338
  msgid "CSV"
339
  msgstr "CSV"
340
 
341
+ #: source/class.wdtbrowsetable.php:221
342
  msgid "XML"
343
  msgstr "XML"
344
 
345
+ #: source/class.wdtbrowsetable.php:224
346
  msgid "JSON"
347
  msgstr "JSON"
348
 
349
+ #: source/class.wdtbrowsetable.php:227
350
  #: templates/admin/table-settings/table_settings_block.inc.php:113
351
+ #: templates/edit_table.inc.php:91
352
  msgid "Serialized PHP array"
353
  msgstr "Serialized PHP array"
354
 
355
+ #: source/class.wdtbrowsetable.php:230 templates/edit_table.inc.php:88
356
  msgid "Google spreadsheet"
357
  msgstr "Feuille de calcul Google"
358
 
359
+ #: source/class.wdtbrowsetable.php:237
360
  msgid "Unknown"
361
  msgstr "Inconnu"
362
 
363
+ #: source/class.wdtbrowsetable.php:347
364
  msgid "No wpDataTables in the system yet."
365
  msgstr "Pas de wpDataTables dans le système pour le moment."
366
 
367
+ #: source/class.wdtconfigcontroller.php:139
368
  msgid "There was an error trying to fetch the table data: "
369
  msgstr ""
370
  "Une erreur s'est produite lors de la tentative d'extraction des données du "
371
  "tableau: "
372
 
373
+ #: source/class.wdtconfigcontroller.php:449
374
  msgid "Table in data source has no rows."
375
  msgstr "Le tableau dans la source de données n'a pas de lignes."
376
 
377
  #: source/class.wdttools.php:16
 
378
  msgid "One line string"
379
  msgstr "Chaîne de caractères sur une ligne"
380
 
381
  #: source/class.wdttools.php:17
 
382
  msgid "Multi-line string"
383
  msgstr "Chaîne de caractères multi-ligne"
384
 
385
  #: source/class.wdttools.php:18
 
386
  msgid "One-line selectbox"
387
  msgstr "Boîte de sélection sur une ligne"
388
 
389
  #: source/class.wdttools.php:19
 
390
  msgid "Multi-line selectbox"
391
  msgstr "Boîte de sélection multi-ligne"
392
 
393
  #: source/class.wdttools.php:20
 
394
  #: templates/admin/table-settings/column_settings_panel.inc.php:361
395
  msgid "Integer"
396
  msgstr "Nombre entier"
397
 
398
  #: source/class.wdttools.php:21
 
399
  #: templates/admin/table-settings/column_settings_panel.inc.php:362
400
  msgid "Float"
401
  msgstr "Nombre à virgule"
402
 
403
  #: source/class.wdttools.php:22
 
404
  #: templates/admin/table-settings/column_settings_panel.inc.php:363
405
+ #: templates/admin/table-settings/column_settings_panel.inc.php:988
406
  msgid "Date"
407
  msgstr "Date"
408
 
409
  #: source/class.wdttools.php:23
410
+ #: templates/admin/table-settings/column_settings_panel.inc.php:989
 
411
  msgid "Datetime"
412
  msgstr "Datetime"
413
 
414
  #: source/class.wdttools.php:24
 
415
  #: templates/admin/table-settings/column_settings_panel.inc.php:365
416
+ #: templates/admin/table-settings/column_settings_panel.inc.php:990
417
  msgid "Time"
418
  msgstr "Temps"
419
 
420
  #: source/class.wdttools.php:25
 
421
  msgid "URL Link"
422
  msgstr "Liens URL"
423
 
424
  #: source/class.wdttools.php:26
 
425
  msgid "E-mail"
426
  msgstr "E-mail"
427
 
428
  #: source/class.wdttools.php:27
 
429
  #: templates/admin/table-settings/column_settings_panel.inc.php:368
430
  msgid "Image"
431
  msgstr "Image"
432
 
433
  #: source/class.wdttools.php:28
434
+ #: templates/admin/table-settings/column_settings_panel.inc.php:993
 
435
  msgid "Attachment"
436
  msgstr "Attachement"
437
 
438
+ #: source/class.wdttools.php:155
439
  msgid ""
440
  "wpDataTables was unable to read your Google Spreadsheet, probably it is not "
441
  "published correctly. <br/> You can publish it by going to <b>File -> Publish "
445
  "probablement pas publiée correctement. <br/> Vous pouvez la publier en "
446
  "allant sur <b> Fichier -> Publier sur le Web</b> "
447
 
448
+ #: source/class.wdttools.php:288
449
  msgid "Back to date"
450
  msgstr "Retourner à la date"
451
 
452
+ #: source/class.wdttools.php:289
453
  msgid "Browse"
454
  msgstr "Naviguer"
455
 
456
+ #: source/class.wdttools.php:290
457
+ #: templates/admin/browse/table/duplicate_modal.inc.php:60
 
 
458
  #: templates/admin/common/close_modal.inc.php:36
459
  #: templates/admin/constructor/constructor.inc.php:30
460
  #: templates/admin/settings/settings.inc.php:28
461
  #: templates/admin/table-settings/add_column_modal.inc.php:125
462
  #: templates/admin/table-settings/column_settings_panel.inc.php:27
463
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1098
464
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:89
465
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
466
  #: templates/admin/table-settings/remove_column_modal.inc.php:80
467
  #: templates/admin/table-settings/table_preview_block.inc.php:73
468
  #: templates/admin/table-settings/table_settings_block.inc.php:42
469
+ #: templates/admin/table-settings/table_settings_block.inc.php:1125
470
  #: templates/common/delete_modal.inc.php:38
 
471
  msgid "Cancel"
472
  msgstr "Annuler"
473
 
474
+ #: source/class.wdttools.php:291
475
  msgid " field cannot be empty!"
476
  msgstr " le champ ne peut pas être vide!"
477
 
478
+ #: source/class.wdttools.php:292
479
  msgid "Use selected file"
480
  msgstr "Utiliser le fichier sélectionné"
481
 
482
+ #: source/class.wdttools.php:293
483
  msgid "Choose file"
484
  msgstr "Choisir le fichier"
485
 
486
+ #: source/class.wdttools.php:294 templates/admin/common/error_modal.inc.php:23
487
  #: templates/admin/table-settings/columns_list_modal.inc.php:27
488
  #: templates/admin/table-settings/foreign_key_config.inc.php:95
489
+ #: templates/edit_table.inc.php:36 templates/edit_table.inc.php:418
490
+ #: templates/edit_table.inc.php:439 templates/edit_table.inc.php:462
491
  msgid "Close"
492
  msgstr "Fermer"
493
 
494
+ #: source/class.wdttools.php:295
495
  msgid "Column has been added!"
496
  msgstr "La colonne a été ajoutée!"
497
 
498
+ #: source/class.wdttools.php:296
499
  msgid "Column header cannot be empty!"
500
  msgstr "L'en-tête de colonne ne peut pas être vide!"
501
 
502
+ #: source/class.wdttools.php:297
503
  msgid "Please confirm column deletion!"
504
  msgstr "Veuillez confirmer la suppression de la colonne!"
505
 
506
+ #: source/class.wdttools.php:298
507
  msgid "Column has been removed!"
508
  msgstr "La colonne a été supprimée!"
509
 
510
+ #: source/class.wdttools.php:299
511
  msgid "Please select columns that you want to use in table"
512
  msgstr ""
513
  "Veuillez sélectionner les colonnes que vous souhaitez utiliser dans le "
514
  "tableau"
515
 
516
+ #: source/class.wdttools.php:300 source/class.wpdatatable.php:1910
517
+ #: source/class.wpdatatable.php:1981
518
+ #: templates/admin/table-settings/table_settings_block.inc.php:956
519
  msgid "Copy"
520
  msgstr "Copier"
521
 
522
+ #: source/class.wdttools.php:301
523
  msgid "There was an error trying to insert a new row!"
524
  msgstr ""
525
  "Une erreur s'est produite lors de la tentative d'insertion d'une nouvelle "
526
  "ligne!"
527
 
528
+ #: source/class.wdttools.php:302
529
  msgid "Data has been saved!"
530
  msgstr "Les données ont été enregistrées!"
531
 
532
+ #: source/class.wdttools.php:303
533
  msgid "detach"
534
  msgstr "détacher"
535
 
536
+ #: source/class.wdttools.php:304 templates/settings.inc.php:553
537
+ #: templates/settings.inc.php:627
538
  msgid "Error!"
539
  msgstr "Erreur!"
540
 
541
+ #: source/class.wdttools.php:305
542
  msgid "Please upload or choose a file from Media Library!"
543
  msgstr ""
544
  "Veuillez télécharger ou choisir un fichier de la bibliothèque multimédia!"
545
 
546
+ #: source/class.wdttools.php:306
547
  msgid "From"
548
  msgstr "De"
549
 
550
+ #: source/class.wdttools.php:307
551
  msgid "Please provide a valid e-mail address for field"
552
  msgstr "Veuillez fournir une adresse e-mail valide pour le champ"
553
 
554
+ #: source/class.wdttools.php:308
555
  msgid "Please provide a valid URL link for field"
556
  msgstr "Veuillez fournir un lien URL valide pour le champ"
557
 
558
+ #: source/class.wdttools.php:309
559
  msgid "You have entered invalid value. Press ESC to cancel."
560
  msgstr "Vous avez entré une valeur non valide. Appuyez sur Echap pour annuler."
561
 
562
+ #: source/class.wdttools.php:310 source/class.wdttools.php:336
563
  msgid "Show _MENU_ entries"
564
  msgstr "Afficher _MENU_ les entrées"
565
 
566
+ #: source/class.wdttools.php:311
567
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
568
  msgid "Merge"
569
  msgstr "Fusionner"
570
 
571
+ #: source/class.wdttools.php:312
572
  msgid "New column"
573
  msgstr "Nouvelle colonne"
574
 
575
+ #: source/class.wdttools.php:314
576
  msgid ": activate to sort column ascending"
577
  msgstr ": activer pour trier la colonne en ordre croissant"
578
 
579
+ #: source/class.wdttools.php:315
580
  msgid ": activate to sort column descending"
581
  msgstr ": activer pour trier la colonne en ordre décroissant"
582
 
583
+ #: source/class.wdttools.php:317
584
  msgid "Ok"
585
  msgstr "Ok"
586
 
587
+ #: source/class.wdttools.php:319
588
  msgid "First"
589
  msgstr "Premier"
590
 
591
+ #: source/class.wdttools.php:320
592
  msgid "Last"
593
  msgstr "Dernier"
594
 
595
+ #: source/class.wdttools.php:321
596
  msgid "Next"
597
  msgstr "Suivant"
598
 
599
+ #: source/class.wdttools.php:322
600
  msgid "Previous"
601
  msgstr "Précédent"
602
 
603
+ #: source/class.wdttools.php:324
 
 
 
 
604
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
605
  msgid "Replace"
606
  msgstr "Remplacer"
607
 
608
+ #: source/class.wdttools.php:325
609
  msgid "Row has been deleted!"
610
  msgstr "La ligne a été supprimée!"
611
 
612
+ #: source/class.wdttools.php:326
613
  msgid "Select a file to use in table"
614
  msgstr "Sélectionnez un fichier à utiliser dans le tableau"
615
 
616
+ #: source/class.wdttools.php:327
617
  msgid "Select an Excel or CSV file"
618
  msgstr "Sélectionnez un fichier Excel ou CSV"
619
 
620
+ #: source/class.wdttools.php:328
621
  msgid "No data available in table"
622
  msgstr "Aucune donnée disponible dans le tableau"
623
 
624
+ #: source/class.wdttools.php:329
625
  msgid "Plugin settings saved successfully"
626
  msgstr "Paramètres de l'extension enregistrés avec succès"
627
 
628
+ #: source/class.wdttools.php:330
629
  msgid "Shortcode has been copied to the clipboard."
630
  msgstr "Le shortcode a été copié dans le presse-papier."
631
 
632
+ #: source/class.wdttools.php:331
633
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
634
  msgstr "Afficher _DEBUT_ à _FIN_ des _TOTAL_entrées"
635
 
636
+ #: source/class.wdttools.php:332
637
  msgid "Showing 0 to 0 of 0 entries"
638
  msgstr "Afficher 0 à 0 de 0 entrées"
639
 
640
+ #: source/class.wdttools.php:333
641
  msgid "(filtered from _MAX_ total entries)"
642
  msgstr "(Filtré de _Max_ entrées total)"
643
 
644
+ #: source/class.wdttools.php:335
645
  msgid ","
646
  msgstr ","
647
 
648
+ #: source/class.wdttools.php:337
649
  msgid "Loading..."
650
  msgstr "Chargement..."
651
 
652
+ #: source/class.wdttools.php:338
653
  msgid "Processing..."
654
  msgstr "En traitement..."
655
 
656
+ #: source/class.wdttools.php:339
657
  msgid "SQL error"
658
  msgstr "SQL erreur"
659
 
660
+ #: source/class.wdttools.php:340
661
  msgid "Search: "
662
  msgstr "Recherche: "
663
 
664
+ #: source/class.wdttools.php:341 templates/settings.inc.php:559
665
+ #: templates/settings.inc.php:625
666
  msgid "Success!"
667
  msgstr "Succès!"
668
 
669
+ #: source/class.wdttools.php:342
670
  msgid "No matching records found"
671
  msgstr "Aucun enregistrements correspondants trouvés"
672
 
673
+ #: source/class.wdttools.php:343
674
  msgid "Table saved successfully!"
675
  msgstr "Tableau enregistré avec succès!"
676
 
677
+ #: source/class.wdttools.php:344
678
  msgid "To"
679
  msgstr "À"
680
 
681
+ #: source/class.wpdatatable.php:1597
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  msgid ""
683
  "You are trying to load a table of an unknown type. Probably you did not "
684
  "activate the addon which is required to use this table type."
687
  "probablement pas activé le supplément d'extension requis pour utiliser ce "
688
  "type de tableau."
689
 
690
+ #: source/class.wpdatatable.php:1812
691
+ #: templates/admin/table-settings/column_settings_panel.inc.php:557
692
+ #: templates/admin/table-settings/table_settings_block.inc.php:318
693
+ #: templates/edit_table.inc.php:409
694
+ msgid "All"
695
+ msgstr "Tout"
696
 
697
+ #: source/class.wpdatatable.php:1872 source/class.wpdatatable.php:1940
698
  #: templates/admin/table-settings/columns_list_modal.inc.php:9
699
  msgid "Columns"
700
  msgstr "Colonnes"
701
 
702
+ #: source/class.wpdatatable.php:1882 source/class.wpdatatable.php:1950
703
+ #: templates/admin/table-settings/table_settings_block.inc.php:953
704
  msgid "Print"
705
  msgstr "Imprimer"
706
 
707
+ #: source/class.wpdatatable.php:1920 source/class.wpdatatable.php:1992
708
+ #: templates/admin/table-settings/table_settings_block.inc.php:957
709
  msgid "PDF"
710
  msgstr "PDF"
711
 
712
+ #: source/class.wpdatatable.php:1928
713
+ #, fuzzy
714
+ #| msgid "Exporting"
715
+ msgid "Export"
716
+ msgstr "Exporter"
717
 
718
+ #: source/class.wpdatatable.php:2005
719
+ #, fuzzy
720
+ #| msgid "Search: "
721
+ msgid "Search table"
722
+ msgstr "Recherche: "
723
 
724
+ #: source/class.wpdatatable.php:2006
725
+ #, fuzzy
726
+ #| msgid "Show _MENU_ entries"
727
+ msgid "Showing _MENU_ Entries"
728
+ msgstr "Afficher _MENU_ les entrées"
729
 
730
+ #: templates/addons.inc.php:8 templates/browse.inc.php:8
731
+ #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
732
+ #: templates/constructor.inc.php:14 templates/edit_table.inc.php:11
733
+ #: templates/settings.inc.php:12
734
+ msgid "Please refer to"
735
+ msgstr ""
736
 
737
+ #: templates/addons.inc.php:8 templates/browse.inc.php:8
738
+ #, fuzzy
739
+ #| msgid "wpDataTables browse"
740
+ msgid "wpDataTables documentation"
741
+ msgstr "wpDataCharts parcourir"
742
+
743
+ #: templates/addons.inc.php:8 templates/browse.inc.php:8
744
+ #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
745
+ #: templates/settings.inc.php:12
746
+ msgid "if you have some questions or problems with the plugin."
747
+ msgstr ""
748
+
749
+ #: templates/addons.inc.php:10
750
+ #, fuzzy
751
+ #| msgid "wpDataTables browse"
752
+ msgid "wpDataTables Addons"
753
+ msgstr "wpDataCharts parcourir"
754
 
755
+ #: templates/addons.inc.php:12 templates/admin/addons/addons.inc.php:33
756
  msgid ""
757
  "While wpDataTables itself provides quite a large amount of features and "
758
  "unlimited customisation flexibility, you can achieve even more with our "
767
  "davantage de suppléments d'extension développés au fil du temps par les "
768
  "créateurs de wpDataTables et les développeurs tiers, donc restez à l'écoute."
769
 
770
+ #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:65
771
+ msgid "Report Builder"
772
+ msgstr "Report Builder"
773
+
774
+ #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:66
775
+ msgid ""
776
+ "A unique tool that allows you to generate almost any Word DOCX and Excel "
777
+ "XLSX documents filled in with actual data from your database."
778
+ msgstr ""
779
+ "Un outil unique qui vous permet de générer presque tous les documents Word "
780
+ "DOCX et Excel XLSX remplis de données réelles de votre base de données."
781
+
782
+ #: templates/addons.inc.php:24
783
+ #, fuzzy
784
+ #| msgid "Find out more "
785
+ msgid "Find out more"
786
+ msgstr "En savoir plus "
787
+
788
+ #: templates/admin/addons/addons.inc.php:22
789
+ msgid "Addons for the plugin"
790
+ msgstr "Suppléments pour l'extension"
791
+
792
+ #: templates/admin/addons/addons.inc.php:24
793
+ msgid "Unique extensions for wpDataTables"
794
+ msgstr "Extensions uniques pour wpDataTables"
795
+
796
+ #: templates/admin/addons/addons.inc.php:32
797
+ msgid "About Addons"
798
+ msgstr "À propos des suppléments d'extension"
799
+
800
  #: templates/admin/addons/addons.inc.php:45
801
  msgid "Powerful Filters for wpDataTables"
802
  msgstr "Filtres puissants pour les wpDataTables"
819
  msgid "Find out more "
820
  msgstr "En savoir plus "
821
 
 
 
 
 
 
 
 
 
 
 
 
 
822
  #: templates/admin/addons/addons.inc.php:85
823
  msgid "Gravity Forms integration for wpDataTables"
824
  msgstr "Intégration de Gravity Forms pour wpDataTables"
861
  msgid "Add New"
862
  msgstr "Ajouter un nouveau"
863
 
 
 
 
 
 
 
 
 
864
  #: templates/admin/browse/table/browse.inc.php:25
865
  msgid "wpDataTables browse"
866
  msgstr "wpDataCharts parcourir"
867
 
868
+ #: templates/admin/browse/table/duplicate_modal.inc.php:18
869
+ #: templates/browse.inc.php:56
870
  msgid "Duplicate table"
871
  msgstr "Dupliquer tableau"
872
 
873
+ #: templates/admin/browse/table/duplicate_modal.inc.php:27
874
+ #: templates/browse.inc.php:19
875
  msgid "New table title"
876
  msgstr "Nouveau titre du tableau"
877
 
878
+ #: templates/admin/browse/table/duplicate_modal.inc.php:39
879
  msgid "Duplicate database table"
880
  msgstr "Dupliquer la base de données du tableau"
881
 
882
+ #: templates/admin/browse/table/duplicate_modal.inc.php:43
883
  msgid "Unchecked"
884
  msgstr "Décoché"
885
 
886
+ #: templates/admin/browse/table/duplicate_modal.inc.php:43
887
  msgid ""
888
  "will create exact copy of this table which means that all changes made in "
889
  "one table will be reflected in all copies."
892
  "modifications apportées dans le tableau seront reflétées dans toutes les "
893
  "copies."
894
 
895
+ #: templates/admin/browse/table/duplicate_modal.inc.php:43
896
  msgid "Checked"
897
  msgstr "Vérifié"
898
 
899
+ #: templates/admin/browse/table/duplicate_modal.inc.php:43
900
  msgid ""
901
  "will create separate database table so changing one table won't affect other "
902
  "copies."
905
  "tableau n'affecte pas les autres copies."
906
 
907
  #: templates/admin/chart_wizard/chart_wizard.inc.php:37
908
+ #: templates/chart_wizard.inc.php:26
909
  msgid "Chart Creation Wizard"
910
  msgstr "Assistant de création de graphique"
911
 
912
  #: templates/admin/chart_wizard/chart_wizard.inc.php:57
913
+ #: templates/chart_wizard.inc.php:32
914
  msgid "Chart title & type"
915
  msgstr "Titre du graphique & type"
916
 
917
  #: templates/admin/chart_wizard/chart_wizard.inc.php:59
918
  #: templates/admin/table-settings/table_settings_block.inc.php:61
919
+ #: templates/chart_wizard.inc.php:36
920
  msgid "Data source"
921
  msgstr "Source des données"
922
 
923
  #: templates/admin/chart_wizard/chart_wizard.inc.php:61
924
+ #: templates/chart_wizard.inc.php:40
925
  msgid "Data range"
926
  msgstr "Plage de données"
927
 
930
  msgstr "Mise en forme et prévisualisation"
931
 
932
  #: templates/admin/chart_wizard/chart_wizard.inc.php:65
933
+ #: templates/chart_wizard.inc.php:52
934
  msgid "Save and get shortcode"
935
  msgstr "Enregistrer et obtenir un shortcode"
936
 
937
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:83
938
  msgid "Finish"
939
  msgstr "Terminer"
940
 
941
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:86
942
+ #: templates/admin/constructor/constructor.inc.php:60
943
  msgid "Next "
944
  msgstr "Suivant "
945
 
946
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:88
947
+ #: templates/admin/constructor/constructor.inc.php:62
948
  msgid " Previous"
949
  msgstr " Précédent"
950
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
951
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
952
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
953
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
954
+ #: templates/chart_wizard.inc.php:95 templates/chart_wizard.inc.php:108
955
  msgid "Line chart"
956
  msgstr "Graphique en ligne"
957
 
958
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
959
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
960
+ #: templates/chart_wizard.inc.php:93
961
  msgid "Area chart"
962
  msgstr "Diagramme de zone"
963
 
964
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
965
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
966
+ #: templates/chart_wizard.inc.php:110
967
  msgid "Stacked area chart"
968
  msgstr "Diagramme de zone en escalier"
969
 
970
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
971
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:49
972
+ #: templates/chart_wizard.inc.php:90
973
  msgid "Column chart"
974
  msgstr "Graphique à colonnes"
975
 
982
  msgstr "Diagramme polaire"
983
 
984
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
985
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
986
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
987
+ #: templates/chart_wizard.inc.php:96 templates/chart_wizard.inc.php:115
988
  msgid "Pie chart"
989
  msgstr "Camembert"
990
 
993
  msgstr "Graphique Doughnut"
994
 
995
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
996
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
997
+ #: templates/chart_wizard.inc.php:97
998
  msgid "Bubble chart"
999
  msgstr "Diagramme à bulles"
1000
 
1001
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
1002
+ #: templates/chart_wizard.inc.php:94
1003
  msgid "Stepped area chart"
1004
  msgstr "Diagramme de zone en escalier"
1005
 
1006
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
1007
+ #: templates/chart_wizard.inc.php:92
1008
  msgid "Bar chart"
1009
  msgstr "Diagramme à bandes"
1010
 
1011
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
1012
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
1013
+ #: templates/chart_wizard.inc.php:112
1014
+ msgid "Stacked bar chart"
1015
+ msgstr "Diagramme à barres empilées"
1016
+
1017
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
1018
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
1019
+ #: templates/chart_wizard.inc.php:98 templates/chart_wizard.inc.php:117
1020
  msgid "Donut chart"
1021
  msgstr "Graphique Donut"
1022
 
1023
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
1024
+ #: templates/chart_wizard.inc.php:99
1025
  msgid "Gauge chart"
1026
  msgstr "Graphique de jauge"
1027
 
1028
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
1029
+ #: templates/chart_wizard.inc.php:100
1030
  msgid "Scatter chart"
1031
  msgstr "Diagramme de dispersion"
1032
 
1035
  msgstr "Diagramme cannelé"
1036
 
1037
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
1038
+ #: templates/chart_wizard.inc.php:109
1039
  msgid "Basic area chart"
1040
  msgstr "Graphique basic de zone"
1041
 
1042
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
1043
+ #: templates/chart_wizard.inc.php:111
1044
  msgid "Basic bar chart"
1045
  msgstr "Diagramme à bandes de base"
1046
 
 
 
 
 
1047
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
1048
+ #: templates/chart_wizard.inc.php:113
1049
  msgid "Basic column chart"
1050
  msgstr "Diagramme basic de colonne"
1051
 
1052
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
1053
+ #: templates/chart_wizard.inc.php:114
1054
  msgid "Stacked column chart"
1055
  msgstr "Diagramme à colonnes empilées"
1056
 
1057
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
1058
+ #: templates/chart_wizard.inc.php:116
1059
  msgid "Pie with gradient chart"
1060
  msgstr "Camembert avec dégradé"
1061
 
1062
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
1063
+ #: templates/chart_wizard.inc.php:118
1064
  msgid "Scatter plot"
1065
  msgstr "Nuage de points"
1066
 
1067
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
1068
+ #: templates/chart_wizard.inc.php:119
1069
  msgid "3D column chart"
1070
  msgstr "Diagramme de colonnes 3D"
1071
 
1072
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
1073
+ #: templates/chart_wizard.inc.php:120
1074
  msgid "3D pie chart"
1075
  msgstr "Camembert 3D"
1076
 
1077
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
1078
+ #: templates/chart_wizard.inc.php:121
1079
  msgid "3D donut chart"
1080
  msgstr "Graphique Donut 3D"
1081
 
1082
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
1083
+ #, fuzzy
1084
+ #| msgid "Area chart"
1085
+ msgid "Treemap chart"
1086
+ msgstr "Diagramme de zone"
1087
+
1088
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
1089
+ #, fuzzy
1090
+ #| msgid "Area chart"
1091
+ msgid "Treemap level chart"
1092
+ msgstr "Diagramme de zone"
1093
+
1094
+ #: templates/admin/chart_wizard/steps/step1.inc.php:13
1095
+ #: templates/chart_wizard.inc.php:65
1096
  msgid "Chart name"
1097
  msgstr "Nom du graphique"
1098
 
1099
+ #: templates/admin/chart_wizard/steps/step1.inc.php:15
1100
  msgid "Please define the title of the chart that you will use to identify it"
1101
  msgstr ""
1102
  "Veuillez définir le titre du graphique que vous utiliserez pour l'identifier"
1103
 
1104
+ #: templates/admin/chart_wizard/steps/step1.inc.php:22
1105
+ #: templates/chart_wizard.inc.php:69
1106
  msgid "New wpDataTable Chart"
1107
  msgstr "Nouveau graphique wpDataTable"
1108
 
1109
+ #: templates/admin/chart_wizard/steps/step1.inc.php:33
1110
+ #: templates/chart_wizard.inc.php:75
1111
  msgid "Chart render engine"
1112
  msgstr "Moteur de rendu de graphique"
1113
 
1114
+ #: templates/admin/chart_wizard/steps/step1.inc.php:36
1115
+ #: templates/chart_wizard.inc.php:76
1116
  msgid "Please choose the render engine."
1117
  msgstr "Veuillez choisir le moteur de rendu."
1118
 
1119
+ #: templates/admin/chart_wizard/steps/step1.inc.php:36
1120
+ #: templates/chart_wizard.inc.php:76
1121
  msgid ""
1122
  "Please note that HighCharts license is NOT included with wpDataTables and "
1123
  "you must purchase the license separately on"
1125
  "Veuillez noter que la licence HighCharts n'est PAS incluse avec wpDataTables "
1126
  "et que vous devez acheter la licence séparément sur"
1127
 
1128
+ #: templates/admin/chart_wizard/steps/step1.inc.php:42
1129
+ #: templates/chart_wizard.inc.php:80
1130
  msgid "Pick the render engine"
1131
  msgstr "Choisissez le moteur de rendu"
1132
 
1133
+ #: templates/admin/common/close_modal.inc.php:17
1134
+ #: templates/common/delete_modal.inc.php:19
1135
+ msgid "Are you sure?"
1136
+ msgstr "Êtes-vous sûr?"
1137
 
1138
+ #: templates/admin/common/close_modal.inc.php:26
1139
+ msgid "There is no undo! You will be redirected to wpDataTables page."
 
1140
  msgstr ""
1141
+ "Il n'y a pas d'annulation! Vous serez redirigé vers la page wpDataTables."
 
1142
 
1143
+ #: templates/admin/common/close_modal.inc.php:38
1144
+ msgid "Yes"
1145
+ msgstr "Oui"
1146
 
1147
+ #: templates/admin/common/error_modal.inc.php:16
1148
+ #: templates/common/error.inc.php:3
1149
+ msgid "Error"
1150
+ msgstr "Erreur"
1151
 
1152
+ #: templates/admin/constructor/constructor.inc.php:25
1153
+ #: templates/constructor.inc.php:21
1154
+ msgid "Table Creation Wizard"
1155
+ msgstr "Assistant de création de tableau"
 
 
 
 
 
 
1156
 
1157
+ #: templates/admin/constructor/constructor.inc.php:53
1158
+ msgid "Open in standard editor"
1159
+ msgstr "Ouvrir dans l'éditeur standard"
1160
 
1161
+ #: templates/admin/constructor/constructor.inc.php:55
1162
+ msgid "Open in Excel-like editor"
1163
+ msgstr "Ouvrir dans un éditeur de type Excel"
1164
 
1165
+ #: templates/admin/constructor/constructor.inc.php:65
1166
+ #: templates/admin/table-settings/column_settings_panel.inc.php:20
1167
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1093
1168
+ #: templates/admin/table-settings/table_preview_block.inc.php:68
1169
+ #: templates/admin/table-settings/table_settings_block.inc.php:1120
1170
+ msgid "Documentation"
1171
+ msgstr "Documentation"
1172
 
1173
+ #: templates/admin/constructor/steps/constructor_1.inc.php:5
1174
+ #: templates/constructor.inc.php:29
1175
+ msgid "Choose what kind of table would you like to construct"
1176
+ msgstr "Choisissez le type de tableau que vous souhaitez construire"
1177
 
1178
+ #: templates/admin/constructor/steps/constructor_1.inc.php:18
1179
+ msgid "Create a table linked to an existing data source"
1180
+ msgstr "Créer un tableau lié à une source de données existante"
1181
 
1182
+ #: templates/admin/constructor/steps/constructor_1.inc.php:20
1183
  msgid ""
1184
+ "(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP "
1185
+ "array). Data will be read from the source every time on page load. Only "
1186
+ "MySQL-based tables can be made editable."
1187
  msgstr ""
1188
+ "(Excel, CSV, feuille de calcul Google, requête MySQL, XML, JSON, tableau PHP "
1189
+ "sérialisé). Les données seront lues à partir de la source à chaque "
1190
+ "chargement de la page. Seules les tableaux basées sur MySQL peuvent être "
1191
+ "rendues modifiables."
 
 
 
 
 
 
1192
 
1193
+ #: templates/admin/constructor/steps/constructor_1.inc.php:32
1194
+ msgid "Create a table manually"
1195
+ msgstr "Créer un tableau manuellement"
1196
 
1197
+ #: templates/admin/constructor/steps/constructor_1.inc.php:33
1198
  msgid ""
1199
+ "Define the number and type of columns, and fill in the data manually in WP "
1200
+ "admin. Table will be stored in MySQL and can be edited from WP admin, or "
1201
+ "made front-end editable."
1202
  msgstr ""
1203
+ "Définissez le nombre et le type de colonnes et remplissez les données "
1204
+ "manuellement dans WP admin. Le tableau sera stocké dans MySQL et peut être "
1205
+ "édité à partir de WP admin, ou rendu modifiable sur le front-end."
 
 
 
 
 
 
 
 
1206
 
1207
+ #: templates/admin/constructor/steps/constructor_1.inc.php:46
1208
+ msgid "Create a table by importing data from data source"
1209
+ msgstr ""
1210
+ "Créer un tableau en important des données à partir de la source de données"
1211
 
1212
+ #: templates/admin/constructor/steps/constructor_1.inc.php:48
1213
  msgid ""
1214
+ "(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table "
1215
+ "can be edited in WP admin, or made front-end editable."
 
1216
  msgstr ""
1217
+ "(Excel, CSV, feuille de calcul Google). Les données seront importées dans "
1218
+ "MySQL, le tableau peut être modifié dans WP admin, ou rendu modifiable sur "
1219
+ "le front-end."
 
 
1220
 
1221
+ #: templates/admin/constructor/steps/constructor_1.inc.php:61
1222
+ msgid "Generate a query to WordPress database"
1223
+ msgstr "Générer une requête à la base de données WordPress"
1224
 
1225
+ #: templates/admin/constructor/steps/constructor_1.inc.php:62
1226
+ msgid ""
1227
+ "Create a MySQL-query-based table by generating a query to WordPress database "
1228
+ "(posts, taxonomies, postmeta) with a GUI tool."
1229
  msgstr ""
1230
+ "Créez un tableau basé sur une requête MySQL en générant une requête dans la "
1231
+ "base de données WordPress (articles, taxonomies, métadonnées d'articles) "
1232
+ "avec un outil graphique."
 
 
 
 
 
 
 
 
 
 
 
1233
 
1234
+ #: templates/admin/constructor/steps/constructor_1.inc.php:75
1235
+ msgid "Generate a query to MySQL database"
1236
+ msgstr "Générer une requête sur la base de données MySQL"
1237
 
1238
+ #: templates/admin/constructor/steps/constructor_1.inc.php:76
1239
+ msgid ""
1240
+ "Create a MySQL-query-based table by generating a query to any custom MySQL "
1241
+ "database with a GUI tool."
1242
+ msgstr ""
1243
+ "Créez un tableau basé sur une requête MySQL en générant une requête sur une "
1244
+ "base de données MySQL personnalisée à l'aide d'un outil graphique."
1245
 
1246
+ #: templates/admin/settings/settings.inc.php:22
1247
+ #: templates/admin/settings/settings.inc.php:23
1248
+ msgid "Settings for the plugin"
1249
+ msgstr "Paramètres de l'extension"
1250
 
1251
+ #: templates/admin/settings/settings.inc.php:34
1252
+ #: templates/admin/table-settings/column_settings_panel.inc.php:33
1253
+ #: templates/admin/table-settings/columns_list_modal.inc.php:31
1254
+ #: templates/admin/table-settings/foreign_key_config.inc.php:99
1255
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:93
1256
+ #: templates/admin/table-settings/table_settings_block.inc.php:49
1257
+ #: templates/edit_table.inc.php:34 templates/edit_table.inc.php:416
1258
+ #: templates/edit_table.inc.php:435 templates/edit_table.inc.php:458
1259
+ msgid "Save"
1260
+ msgstr "Sauvegarder"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1261
 
1262
+ #: templates/admin/settings/settings.inc.php:46 templates/settings.inc.php:18
1263
+ #: templates/settings.inc.php:26
1264
+ msgid "Main settings"
1265
+ msgstr "Réglages principaux"
1266
 
1267
+ #: templates/admin/settings/settings.inc.php:51
1268
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:15
1269
+ #, fuzzy
1270
+ #| msgid "Separate MySQL connection"
1271
+ msgid "Separate DB connection"
1272
+ msgstr "Connexion MySQL séparée"
1273
 
1274
+ #: templates/admin/settings/settings.inc.php:56 templates/settings.inc.php:19
1275
+ #: templates/settings.inc.php:204
1276
+ msgid "Color and font settings"
1277
+ msgstr "Paramètres de couleur et de police"
1278
 
1279
+ #: templates/admin/settings/settings.inc.php:60 templates/settings.inc.php:20
1280
+ #: templates/settings.inc.php:446
1281
+ msgid "Custom JS and CSS"
1282
+ msgstr "JS et CSS personnalisés"
1283
 
1284
+ #: templates/admin/settings/settings.inc.php:64
1285
+ msgid "Info"
1286
+ msgstr "Info"
1287
 
1288
+ #: templates/admin/settings/settings.inc.php:94 templates/settings.inc.php:434
1289
+ msgid "Reset colors and fonts to default"
1290
+ msgstr "Réinitialiser les couleurs et les polices par défaut"
1291
 
1292
+ #: templates/admin/settings/settings.inc.php:97
1293
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1101
1294
+ #: templates/admin/table-settings/table_preview_block.inc.php:76
1295
+ #: templates/admin/table-settings/table_settings_block.inc.php:1128
1296
+ msgid "Apply"
1297
+ msgstr "Appliquer"
1298
 
1299
+ #: templates/admin/settings/tabs/color_and_font_settings.php:25
1300
+ msgid "Font"
1301
+ msgstr "Police de caractère"
1302
 
1303
+ #: templates/admin/settings/tabs/color_and_font_settings.php:27
1304
+ #: templates/settings.inc.php:428
1305
  msgid ""
1306
+ "This font will be used in rendered tables. Leave blank not to override "
1307
+ "default theme settings"
1308
  msgstr ""
1309
+ "Cette police sera utilisée dans les tableaux interprétés. Ne rien inscrire "
1310
+ "pour ne pas remplacer les paramètres de thème par défaut"
 
 
 
 
1311
 
1312
+ #: templates/admin/settings/tabs/color_and_font_settings.php:45
1313
+ msgid "Font size"
1314
+ msgstr "Taille de police"
1315
 
1316
+ #: templates/admin/settings/tabs/color_and_font_settings.php:47
1317
+ msgid "Define the font size"
1318
+ msgstr "Définir la taille de la police"
1319
 
1320
+ #: templates/admin/settings/tabs/color_and_font_settings.php:62
1321
+ #: templates/admin/settings/tabs/color_and_font_settings.php:136
1322
+ #: templates/admin/settings/tabs/color_and_font_settings.php:459
1323
+ msgid "Font color"
1324
+ msgstr "Couleur de la police"
1325
 
1326
+ #: templates/admin/settings/tabs/color_and_font_settings.php:64
1327
+ msgid "This color is used for the main font in table cells."
 
 
 
1328
  msgstr ""
1329
+ "Cette couleur est utilisée pour la police principale dans les cellules du "
1330
+ "tableau."
 
 
 
 
 
 
1331
 
 
 
 
1332
  #: templates/admin/settings/tabs/color_and_font_settings.php:97
1333
+ #: templates/admin/settings/tabs/color_and_font_settings.php:420
1334
+ #: templates/admin/settings/tabs/color_and_font_settings.php:647
1335
  msgid "Background color"
1336
  msgstr "Couleur de fond"
1337
 
1338
+ #: templates/admin/settings/tabs/color_and_font_settings.php:99
1339
+ msgid "The color is used for background of the table header."
1340
+ msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
 
 
 
 
 
 
 
 
 
 
1341
 
 
 
 
1342
  #: templates/admin/settings/tabs/color_and_font_settings.php:116
1343
+ #: templates/admin/settings/tabs/color_and_font_settings.php:439
1344
  msgid "Border color"
1345
  msgstr "Couleur de la bordure"
1346
 
1347
+ #: templates/admin/settings/tabs/color_and_font_settings.php:118
1348
+ msgid "This color is used for the border in the table header."
1349
+ msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1350
 
1351
+ #: templates/admin/settings/tabs/color_and_font_settings.php:138
1352
+ msgid "This color is used for the font in the table header."
1353
+ msgstr "Cette couleur est utilisée pour la police dans l'en-tête du tableau."
 
 
1354
 
1355
+ #: templates/admin/settings/tabs/color_and_font_settings.php:155
1356
+ msgid "Active and hover color\t"
1357
+ msgstr "Couleur active et en survol\t"
 
1358
 
1359
+ #: templates/admin/settings/tabs/color_and_font_settings.php:157
1360
  msgid ""
1361
+ "This color is used when you hover the mouse above the table header, or when "
1362
+ "you choose a column."
1363
  msgstr ""
1364
+ "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
1365
+ "tête du tableau ou lorsque vous choisissez une colonne."
1366
 
1367
+ #: templates/admin/settings/tabs/color_and_font_settings.php:191
1368
+ msgid "Inner border"
1369
+ msgstr "Bordure intérieure"
1370
 
1371
+ #: templates/admin/settings/tabs/color_and_font_settings.php:193
1372
+ msgid "This color is used for the inner border in the table between cells."
1373
  msgstr ""
1374
+ "Cette couleur est utilisée pour la bordure intérieure du tableau entre les "
1375
+ "cellules."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1376
 
1377
+ #: templates/admin/settings/tabs/color_and_font_settings.php:211
1378
+ msgid "Outer border"
1379
+ msgstr "Bordure extérieure"
1380
 
1381
+ #: templates/admin/settings/tabs/color_and_font_settings.php:213
1382
+ msgid "This color is used for the outer border of the whole table body."
1383
  msgstr ""
1384
+ "Cette couleur est utilisée pour la bordure extérieure du corps entier du "
1385
+ "tableau."
1386
 
1387
+ #: templates/admin/settings/tabs/color_and_font_settings.php:231
1388
+ #, fuzzy
1389
+ #| msgid "Table Tools"
1390
+ msgid "Table borders"
1391
+ msgstr "Outils de tableau"
1392
 
1393
+ #: templates/admin/settings/tabs/color_and_font_settings.php:233
1394
+ msgid "When this is checked, borders in table will be removed "
1395
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1396
 
1397
+ #: templates/admin/settings/tabs/color_and_font_settings.php:243
1398
+ #, fuzzy
1399
+ #| msgid "Inner border"
1400
+ msgid "Header border"
1401
+ msgstr "Bordure intérieure"
 
1402
 
1403
+ #: templates/admin/settings/tabs/color_and_font_settings.php:245
1404
+ msgid "When this is checked,borders in header will be removed "
1405
+ msgstr ""
1406
 
1407
+ #: templates/admin/settings/tabs/color_and_font_settings.php:271
1408
+ msgid "Even row background"
1409
+ msgstr "Fond ligne paire"
 
1410
 
1411
+ #: templates/admin/settings/tabs/color_and_font_settings.php:273
1412
+ msgid "This color is used for for background in even rows."
1413
+ msgstr "Cette couleur est utilisée pour le fond dans les lignes paires."
1414
 
1415
+ #: templates/admin/settings/tabs/color_and_font_settings.php:290
1416
+ msgid "Odd row background"
1417
+ msgstr "Fond ligne impaire"
1418
 
1419
+ #: templates/admin/settings/tabs/color_and_font_settings.php:292
1420
+ msgid "This color is used for for background in odd rows."
1421
+ msgstr "Cette couleur est utilisée pour le fond dans les lignes impaires."
1422
 
1423
+ #: templates/admin/settings/tabs/color_and_font_settings.php:309
1424
+ msgid "Hover row"
1425
+ msgstr "Survol ligne"
1426
 
1427
+ #: templates/admin/settings/tabs/color_and_font_settings.php:311
1428
+ msgid ""
1429
+ "This color is used for to highlight the row when you hover your mouse above "
1430
+ "it."
1431
+ msgstr ""
1432
+ "Cette couleur est utilisée pour mettre en évidence la ligne lorsque vous "
1433
+ "passez votre souris dessus."
1434
 
1435
+ #: templates/admin/settings/tabs/color_and_font_settings.php:328
1436
+ msgid "Background for selected rows"
1437
+ msgstr "Fond pour les lignes sélectionnées"
1438
 
1439
+ #: templates/admin/settings/tabs/color_and_font_settings.php:330
1440
+ msgid "This color is used for background in selected rows."
1441
+ msgstr "Cette couleur est utilisée pour le fond des lignes sélectionnées."
1442
 
1443
+ #: templates/admin/settings/tabs/color_and_font_settings.php:364
1444
+ msgid "Sorted columns, even rows"
1445
+ msgstr "Colonnes triées, lignes paires"
1446
 
1447
+ #: templates/admin/settings/tabs/color_and_font_settings.php:366
1448
  msgid ""
1449
+ "This color is used for background in cells which are in the active columns "
1450
+ "(columns used for sorting) in even rows."
1451
  msgstr ""
1452
+ "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
1453
+ "les colonnes actives (colonnes utilisées pour le tri) dans les lignes paires."
 
 
 
 
1454
 
1455
+ #: templates/admin/settings/tabs/color_and_font_settings.php:384
1456
+ msgid "Sorted columns, odd rows"
1457
+ msgstr "Colonnes triées, lignes impaires"
1458
 
1459
+ #: templates/admin/settings/tabs/color_and_font_settings.php:386
1460
  msgid ""
1461
+ "This color is used for background in cells which are in the active columns "
1462
+ "(columns used for sorting) in odd rows."
1463
  msgstr ""
1464
+ "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
1465
+ "les colonnes actives (colonnes utilisées pour le tri) en lignes impaires."
1466
+
1467
+ #: templates/admin/settings/tabs/color_and_font_settings.php:422
1468
+ msgid "This color is used for background in buttons."
1469
+ msgstr "Cette couleur est utilisée pour le fond des boutons."
1470
 
1471
+ #: templates/admin/settings/tabs/color_and_font_settings.php:441
1472
+ msgid "This color is used for border in buttons."
1473
+ msgstr "Cette couleur est utilisée pour la bordure dans les boutons."
1474
 
1475
+ #: templates/admin/settings/tabs/color_and_font_settings.php:461
1476
+ msgid "This color is used for font in buttons."
1477
+ msgstr "Cette couleur est utilisée pour la police dans les boutons."
1478
 
1479
+ #: templates/admin/settings/tabs/color_and_font_settings.php:478
1480
+ msgid "Background hover color"
1481
+ msgstr "Couleur fond de survol"
1482
 
1483
+ #: templates/admin/settings/tabs/color_and_font_settings.php:480
1484
  msgid ""
1485
+ "This color will be used for button backgrounds when you hover above them."
 
1486
  msgstr ""
1487
+ "Cette couleur sera utilisée pour les fonds de boutons lorsque vous les "
1488
+ "survolez."
 
 
 
 
1489
 
1490
+ #: templates/admin/settings/tabs/color_and_font_settings.php:498
1491
+ msgid "Hover font color"
1492
+ msgstr "Couleur de la police de survol"
1493
 
1494
+ #: templates/admin/settings/tabs/color_and_font_settings.php:500
1495
+ msgid "This color will be used for buttons font when you hover above them."
 
 
1496
  msgstr ""
1497
+ "Cette couleur sera utilisée pour la police des boutons lorsque vous la "
1498
+ "survolez."
1499
 
1500
+ #: templates/admin/settings/tabs/color_and_font_settings.php:518
1501
+ #: templates/settings.inc.php:401
1502
+ msgid "Buttons hover border color"
1503
+ msgstr "Couleur de survol de bordure de boutons"
1504
 
1505
+ #: templates/admin/settings/tabs/color_and_font_settings.php:520
1506
+ msgid "This color will be used for button borders when you hover above them."
1507
+ msgstr ""
1508
+ "Cette couleur sera utilisée pour les bordures des boutons lorsque vous les "
1509
+ "survolez."
1510
 
1511
+ #: templates/admin/settings/tabs/color_and_font_settings.php:538
1512
+ #: templates/settings.inc.php:410
1513
+ msgid "Buttons and inputs border radius (in px)"
1514
+ msgstr "Boutons et valeurs de bordure des rayons (en px)"
1515
 
1516
+ #: templates/admin/settings/tabs/color_and_font_settings.php:540
1517
+ #: templates/settings.inc.php:414
1518
+ msgid "This is a border radius for inputs in buttons. Default is 3px."
1519
+ msgstr ""
1520
+ "C'est une bordure de rayon pour les entrées dans les boutons. La valeur par "
1521
+ "défaut est 3px."
1522
 
1523
+ #: templates/admin/settings/tabs/color_and_font_settings.php:571
1524
+ #: templates/settings.inc.php:374
1525
+ msgid "Modals font color"
1526
+ msgstr "Couleur de police des modaux"
1527
 
1528
+ #: templates/admin/settings/tabs/color_and_font_settings.php:573
1529
  msgid ""
1530
+ "This color will be used for wpDataTable popup (filter, datepicker) fonts."
 
1531
  msgstr ""
1532
+ "Cette couleur sera utilisée pour les polices des fenêtres contextuelles "
1533
+ "wpDataTable (filtre, sélecteur de date)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1534
 
1535
+ #: templates/admin/settings/tabs/color_and_font_settings.php:591
1536
+ msgid "Modals background"
1537
+ msgstr "Fond de modaux"
1538
 
1539
+ #: templates/admin/settings/tabs/color_and_font_settings.php:593
1540
  msgid ""
1541
+ "This color will be used for wpDataTable popup (filter, datepicker) "
1542
+ "background."
1543
  msgstr ""
1544
+ "Cette couleur sera utilisée pour le fond des fenêtres contextuelles "
1545
+ "wpDataTable (filtre, sélecteur de date)."
 
 
 
 
 
 
 
 
 
 
 
 
1546
 
1547
+ #: templates/admin/settings/tabs/color_and_font_settings.php:612
1548
+ msgid "Overlay background"
1549
+ msgstr "Fond de superposition"
1550
 
1551
+ #: templates/admin/settings/tabs/color_and_font_settings.php:614
1552
  msgid ""
1553
+ "This color will be used for overlay which appears below the plugin popups."
 
1554
  msgstr ""
1555
+ "Cette couleur sera utilisée pour la superposition qui apparaît sous les "
1556
+ "fenêtres contextuelles de l'extension."
 
 
 
 
 
 
 
 
 
 
 
 
1557
 
1558
+ #: templates/admin/settings/tabs/color_and_font_settings.php:649
1559
+ #, fuzzy
1560
+ #| msgid "This color is used for background in buttons."
1561
+ msgid "This color is used for the background of the pagination"
1562
+ msgstr "Cette couleur est utilisée pour le fond des boutons."
1563
 
1564
+ #: templates/admin/settings/tabs/color_and_font_settings.php:667
1565
+ #: templates/edit_table.inc.php:730
1566
+ msgid "Color"
1567
+ msgstr "Couleur"
1568
 
1569
+ #: templates/admin/settings/tabs/color_and_font_settings.php:669
1570
+ #, fuzzy
1571
+ #| msgid "This color is used for the outer border of the whole table body."
1572
+ msgid "This color is used for the color of the links in the pagination."
1573
+ msgstr ""
1574
+ "Cette couleur est utilisée pour la bordure extérieure du corps entier du "
1575
+ "tableau."
1576
 
1577
+ #: templates/admin/settings/tabs/color_and_font_settings.php:687
1578
+ #, fuzzy
1579
+ #| msgid "Plot background color"
1580
+ msgid "Current page background color"
1581
+ msgstr "Couleur d'arrière-plan du tracé"
1582
 
1583
+ #: templates/admin/settings/tabs/color_and_font_settings.php:689
1584
+ #, fuzzy
1585
+ #| msgid "The color is used for background of the table header."
1586
+ msgid "The color is used for background of the current page"
1587
+ msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
1588
 
1589
+ #: templates/admin/settings/tabs/color_and_font_settings.php:706
1590
+ #, fuzzy
1591
+ #| msgid "Set cell color"
1592
+ msgid "Current page color"
1593
+ msgstr "Définir la couleur de la cellule"
1594
 
1595
+ #: templates/admin/settings/tabs/color_and_font_settings.php:708
1596
+ #, fuzzy
1597
+ #| msgid "This color is used for the border in the table header."
1598
+ msgid "This color is used for the color of the current page."
1599
+ msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
1600
 
1601
+ #: templates/admin/settings/tabs/color_and_font_settings.php:726
1602
+ #, fuzzy
1603
+ #| msgid "Plot background color"
1604
+ msgid "Other pages hover background color"
1605
+ msgstr "Couleur d'arrière-plan du tracé"
1606
 
1607
+ #: templates/admin/settings/tabs/color_and_font_settings.php:728
1608
+ #, fuzzy
1609
+ #| msgid ""
1610
+ #| "This color is used when you hover the mouse above the table header, or "
1611
+ #| "when you choose a column."
1612
+ msgid ""
1613
+ "This background color is used when you hover the mouse above the other pages"
1614
+ msgstr ""
1615
+ "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
1616
+ "tête du tableau ou lorsque vous choisissez une colonne."
1617
 
1618
+ #: templates/admin/settings/tabs/color_and_font_settings.php:745
1619
+ #, fuzzy
1620
+ #| msgid "Active and hover color\t"
1621
+ msgid "Other pages hover color"
1622
+ msgstr "Couleur active et en survol\t"
1623
 
1624
+ #: templates/admin/settings/tabs/color_and_font_settings.php:747
1625
+ #, fuzzy
1626
+ #| msgid ""
1627
+ #| "This color is used when you hover the mouse above the table header, or "
1628
+ #| "when you choose a column."
1629
+ msgid "This color is used when you hover the mouse above the other pages."
1630
+ msgstr ""
1631
+ "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
1632
+ "tête du tableau ou lorsque vous choisissez une colonne."
1633
 
1634
+ #: templates/admin/settings/tabs/custom_js_and_css.php:15
1635
+ #: templates/settings.inc.php:454
1636
+ msgid "Custom wpDataTables JS"
1637
+ msgstr "JS WpDataTables personnalisé"
1638
 
1639
+ #: templates/admin/settings/tabs/custom_js_and_css.php:17
1640
+ msgid ""
1641
+ "This JS will be inserted as an inline script block on every page that has a "
1642
+ "wpDataTable."
1643
+ msgstr ""
1644
+ "Ce JS sera inséré en tant que bloc de script en ligne sur chaque page "
1645
+ "possédant un wpDataTable."
1646
 
1647
+ #: templates/admin/settings/tabs/custom_js_and_css.php:30
1648
+ #: templates/settings.inc.php:463
1649
+ msgid "Custom wpDataTables CSS"
1650
+ msgstr "CSS WpDataTables personnalisé"
1651
 
1652
+ #: templates/admin/settings/tabs/custom_js_and_css.php:32
1653
  msgid ""
1654
+ "This CSS will be inserted as an inline style block on every page that has a "
1655
+ "wpDataTable."
1656
  msgstr ""
1657
+ "Ce CSS sera inséré comme un bloc de style en ligne sur chaque page qui a un "
1658
+ "wpDataTable."
 
 
 
 
1659
 
1660
+ #: templates/admin/settings/tabs/custom_js_and_css.php:45
1661
+ msgid "Use minified wpDataTables Javascript "
1662
+ msgstr "Utiliser le Javascript wpDataTables minifié"
1663
 
1664
+ #: templates/admin/settings/tabs/main_plugin_settings.php:15
1665
+ #: templates/settings.inc.php:45
1666
+ msgid "Interface language"
1667
+ msgstr "Langue de l'interface"
1668
 
1669
+ #: templates/admin/settings/tabs/main_plugin_settings.php:17
1670
+ msgid "Pick the language which will be used in tables interface."
1671
+ msgstr "Choisissez la langue qui sera utilisée dans l'interface des tableaux."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1672
 
1673
+ #: templates/admin/settings/tabs/main_plugin_settings.php:23
1674
+ msgid "English (default)"
1675
+ msgstr "Anglais (par défaut)"
1676
 
1677
+ #: templates/admin/settings/tabs/main_plugin_settings.php:36
1678
+ #: templates/settings.inc.php:98
1679
+ msgid "Date format"
1680
+ msgstr "Format de date"
1681
 
1682
+ #: templates/admin/settings/tabs/main_plugin_settings.php:38
1683
+ msgid "Pick the date format to use in date column type."
1684
  msgstr ""
1685
+ "Choisissez le format de date à utiliser dans le type de colonne de date."
 
 
 
 
1686
 
1687
+ #: templates/admin/settings/tabs/main_plugin_settings.php:70
1688
+ #: templates/settings.inc.php:119
1689
+ msgid "Time format"
1690
+ msgstr "Format de l'heure"
1691
 
1692
+ #: templates/admin/settings/tabs/main_plugin_settings.php:72
1693
+ msgid "Pick the time format to use in datetime and time column type."
1694
+ msgstr ""
1695
+ "Choisissez le format de l'heure à utiliser dans le type de colonne datetime "
1696
+ "et heure."
1697
 
1698
+ #: templates/admin/settings/tabs/main_plugin_settings.php:87
1699
+ msgid "Parse shortcodes"
1700
+ msgstr "Analyser les shortcodes"
1701
 
1702
+ #: templates/admin/settings/tabs/main_plugin_settings.php:89
1703
+ msgid "Parse shortcodes in strings"
1704
+ msgstr "Analyser les shortcodes dans la chaîne de caractères"
1705
 
1706
+ #: templates/admin/settings/tabs/main_plugin_settings.php:101
1707
+ #: templates/settings.inc.php:74
1708
+ msgid "Base skin"
1709
+ msgstr "Skin de base"
1710
 
1711
+ #: templates/admin/settings/tabs/main_plugin_settings.php:103
1712
+ msgid "Choose the base skin for the plugin."
1713
+ msgstr "Choisissez le skin de base pour l'extension."
 
 
 
 
1714
 
1715
+ #: templates/admin/settings/tabs/main_plugin_settings.php:109
1716
+ msgid "Material"
1717
+ msgstr "Matériel"
1718
 
1719
+ #: templates/admin/settings/tabs/main_plugin_settings.php:110
1720
+ msgid "Light"
1721
+ msgstr "Light"
1722
 
1723
+ #: templates/admin/settings/tabs/main_plugin_settings.php:111
1724
+ msgid "Graphite"
1725
+ msgstr "Graphite"
1726
 
1727
+ #: templates/admin/settings/tabs/main_plugin_settings.php:112
1728
+ msgid "Aqua"
1729
  msgstr ""
 
 
1730
 
1731
+ #: templates/admin/settings/tabs/main_plugin_settings.php:113
1732
+ msgid "Purple"
 
 
 
 
 
 
 
 
1733
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1734
 
1735
+ #: templates/admin/settings/tabs/main_plugin_settings.php:114
1736
+ msgid "Dark"
1737
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1738
 
1739
+ #: templates/admin/settings/tabs/main_plugin_settings.php:122
1740
+ #: templates/settings.inc.php:131
1741
+ msgid "Number format"
1742
+ msgstr "Format de nombre"
1743
 
1744
+ #: templates/admin/settings/tabs/main_plugin_settings.php:124
1745
+ #: templates/settings.inc.php:138
1746
+ msgid "Pick the number format (thousands and decimals separator)"
1747
+ msgstr ""
1748
+ "Choisissez le format numérique (séparateur de milliers et de décimales)"
1749
 
1750
+ #: templates/admin/settings/tabs/main_plugin_settings.php:141
1751
+ #: templates/settings.inc.php:86
1752
+ msgid "Render advanced filter"
1753
+ msgstr "Filtre avancé interprété"
1754
 
1755
+ #: templates/admin/settings/tabs/main_plugin_settings.php:143
1756
+ msgid ""
1757
+ "Choose where you would like to render the advanced filter for tables where "
1758
+ "enabled."
1759
+ msgstr ""
1760
+ "Choisissez l'emplacement où vous souhaitez interpréter le filtre avancé pour "
1761
+ "les tableaux où ils sont activés."
1762
 
1763
+ #: templates/admin/settings/tabs/main_plugin_settings.php:149
1764
+ #: templates/settings.inc.php:90
1765
+ msgid "In the header"
1766
+ msgstr "Dans l'en-tête"
1767
 
1768
+ #: templates/admin/settings/tabs/main_plugin_settings.php:150
1769
+ #: templates/settings.inc.php:91
1770
+ msgid "In the footer"
1771
+ msgstr "En bas de page"
1772
 
1773
+ #: templates/admin/settings/tabs/main_plugin_settings.php:158
1774
+ #: templates/admin/table-settings/column_settings_panel.inc.php:393
1775
+ #: templates/settings.inc.php:143
1776
+ msgid "Decimal places"
1777
+ msgstr "Place de la décimales"
1778
 
1779
+ #: templates/admin/settings/tabs/main_plugin_settings.php:160
1780
+ msgid "Define the amount of decimal places for the float numbers."
1781
  msgstr ""
1782
+ "Définissez la quantité de la place de décimales pour les nombres à virgules."
 
 
 
 
 
 
 
 
 
1783
 
1784
+ #: templates/admin/settings/tabs/main_plugin_settings.php:177
1785
+ msgid "CSV delimiter"
1786
+ msgstr ""
1787
 
1788
+ #: templates/admin/settings/tabs/main_plugin_settings.php:179
1789
+ msgid "Pick the CSV delimiter"
1790
+ msgstr ""
1791
 
1792
+ #: templates/admin/settings/tabs/main_plugin_settings.php:200
1793
+ #: templates/settings.inc.php:171
1794
+ msgid "Tablet width"
1795
+ msgstr "Largeur de la tablette"
1796
 
1797
+ #: templates/admin/settings/tabs/main_plugin_settings.php:202
1798
+ #: templates/settings.inc.php:175
1799
+ msgid ""
1800
+ "Here you can specify width of the screen (in pixels) that will be treated as "
1801
+ "a tablet. You can set it wider if you want responsive effect on desktops."
1802
+ msgstr ""
1803
+ "Ici, vous pouvez spécifier la largeur de l'écran (en pixels) qui sera "
1804
+ "traitée comme une tablette. Vous pouvez le définir plus large si vous "
1805
+ "souhaitez un effet adaptatif sur les ordinateurs de bureau."
1806
 
1807
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
1808
+ #: templates/settings.inc.php:181
1809
+ msgid "Mobile width"
1810
+ msgstr "Largeur mobile"
 
1811
 
1812
+ #: templates/admin/settings/tabs/main_plugin_settings.php:219
1813
+ msgid "Here you can specify width (in pixels) will be treated as a mobile.."
1814
+ msgstr ""
1815
+ "Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
1816
+ "mobile.."
1817
 
1818
+ #: templates/admin/settings/tabs/main_plugin_settings.php:236
1819
+ #: templates/settings.inc.php:61
1820
+ msgid "Tables per admin page"
1821
+ msgstr "Tableaux par page administrateur"
 
1822
 
1823
+ #: templates/admin/settings/tabs/main_plugin_settings.php:238
1824
+ msgid "How many tables to show in the browse page."
1825
+ msgstr "Combien de tableaux afficher dans la page de navigation."
 
1826
 
1827
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
1828
+ msgid "Align numbers"
1829
+ msgstr "Aligner les nombres"
1830
 
1831
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
1832
+ msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
1833
+ msgstr ""
1834
+ "Comment les types de colonne \"Nombre entier\" et \"Nombre à virgule\" "
1835
+ "seront alignés dans la cellule"
1836
 
1837
+ #: templates/admin/settings/tabs/main_plugin_settings.php:270
1838
+ msgid "Sum functions label"
1839
+ msgstr "Libellé de fonctions de somme"
1840
 
1841
+ #: templates/admin/settings/tabs/main_plugin_settings.php:272
1842
  msgid ""
1843
+ "Enter a label that will be used for Sum functions. If you leave it blank "
1844
+ "default label will be Σ ="
 
1845
  msgstr ""
1846
+ "Entrez un libellé qui sera utilisé pour les fonctions de somme. Si vous le "
1847
+ "laissez vide, le libellé par défaut sera Σ ="
 
 
1848
 
1849
+ #: templates/admin/settings/tabs/main_plugin_settings.php:289
1850
+ msgid "Average functions label"
1851
+ msgstr "Libellé de fonctions moyennes"
1852
 
1853
+ #: templates/admin/settings/tabs/main_plugin_settings.php:291
1854
  msgid ""
1855
+ "Enter a label that will be used for Average functions. If you leave it blank "
1856
+ "default label will be Avg ="
 
1857
  msgstr ""
1858
+ "Entrez un libellé qui sera utilisé pour les fonctions Moyenne. Si vous le "
1859
+ "laissez vide, le libellé par défaut sera Avg ="
 
1860
 
1861
+ #: templates/admin/settings/tabs/main_plugin_settings.php:313
1862
+ msgid "Minimum functions label"
1863
+ msgstr "Libellé de fonctions minimum"
 
1864
 
1865
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
1866
  msgid ""
1867
+ "Enter a label that will be used for Minimum functions. If you leave it blank "
1868
+ "default label will be Min ="
1869
  msgstr ""
1870
+ "Entrez un libellé qui sera utilisé pour les fonctions Minimum. Si vous le "
1871
+ "laissez vide, le libellé par défaut sera Min ="
 
1872
 
1873
+ #: templates/admin/settings/tabs/main_plugin_settings.php:332
1874
+ msgid "Maximum functions label"
1875
+ msgstr "Libellé de fonctions maximum"
1876
 
1877
+ #: templates/admin/settings/tabs/main_plugin_settings.php:334
1878
  msgid ""
1879
+ "Enter a label that will be used for Maximum functions. If you leave it blank "
1880
+ "default label will be Max ="
1881
  msgstr ""
1882
+ "Entrez un libellé qui sera utilisé pour les fonctions Maximum. Si vous le "
1883
+ "laissez vide, le libellé par défaut sera Max ="
 
1884
 
1885
+ #: templates/admin/settings/tabs/main_plugin_settings.php:355
1886
+ msgid "Purchase code"
1887
+ msgstr "Code d'achat"
1888
 
1889
+ #: templates/admin/settings/tabs/main_plugin_settings.php:357
1890
  msgid ""
1891
+ "Please enter your Envato purchase code to enable plugin auto-updates. Leave "
1892
+ "blank if you do not want the plugin to auto-update."
1893
  msgstr ""
1894
+ "Veuillez entrer votre code d'achat Envato pour activer les mises à jour "
1895
+ "automatiques de l'extension. Laissez vide si vous ne souhaitez pas que "
1896
+ "l'extension se mette à jour automatiquement."
1897
 
1898
+ #: templates/admin/settings/tabs/main_plugin_settings.php:378
1899
+ #, fuzzy
1900
+ #| msgid "Include bootstrap"
1901
+ msgid "Include full bootstrap front-end"
1902
+ msgstr "Inclure bootstrap"
 
 
1903
 
1904
+ #: templates/admin/settings/tabs/main_plugin_settings.php:380
1905
+ #: templates/admin/settings/tabs/main_plugin_settings.php:392
1906
  msgid ""
1907
+ "It is recommended to uncheck this option if bootstrap.js is already included "
1908
+ "in one of the theme files. Unchecked option means that there is still "
1909
+ "bootstrap.js included just in noconflict mode which should prevent errors."
1910
  msgstr ""
 
 
 
1911
 
1912
+ #: templates/admin/settings/tabs/main_plugin_settings.php:390
1913
+ #, fuzzy
1914
+ #| msgid "Include bootstrap"
1915
+ msgid "Include full bootstrap back-end"
1916
+ msgstr "Inclure bootstrap"
1917
+
1918
+ #: templates/admin/settings/tabs/main_plugin_settings.php:405
1919
+ #: templates/settings.inc.php:32
1920
+ #, fuzzy
1921
+ #| msgid "Show information block below the table"
1922
+ msgid "Show plugin credentials below tables"
1923
+ msgstr "Afficher le bloc d'informations sous le tableau"
1924
 
1925
+ #: templates/admin/settings/tabs/main_plugin_settings.php:407
1926
+ #: templates/settings.inc.php:32
1927
  msgid ""
1928
+ "If you want to support our project, please, keep this checkbox as checked"
1929
  msgstr ""
 
1930
 
1931
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:17
 
 
 
 
1932
  msgid ""
1933
+ "If this checkbox is checked, you have option to add more than one separate "
1934
+ "database connection (MySQL, MS SQL, Postgre SQL)"
1935
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
1936
 
1937
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:21
1938
+ #, fuzzy
1939
+ #| msgid "Use separate MySQL connection"
1940
+ msgid "Use separate connection"
1941
+ msgstr "Utilisez une connexion MySQL séparée"
 
 
1942
 
1943
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:29
1944
+ msgid "Test connection"
1945
+ msgstr "Tester la connexion"
 
1946
 
1947
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:31
1948
  msgid ""
1949
+ "Click this button to test if wpDataTables is able to connect to the MySQL "
1950
+ "server with the details you provided."
 
 
1951
  msgstr ""
1952
+ "Cliquez sur ce bouton pour tester si wpDataTables est capable de se "
1953
+ "connecter au serveur MySQL avec les informations fournies."
 
 
1954
 
1955
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:42
1956
+ msgid "MySQL host"
1957
+ msgstr "Hôte MySQL"
 
1958
 
1959
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:44
1960
+ msgid "MySQL host address."
1961
+ msgstr "Adresse de l'hôte MySQL."
 
1962
 
1963
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:48
1964
+ msgid "MySQL host address"
1965
+ msgstr "Adresse de l'hôte MySQL"
1966
+
1967
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:53
1968
+ msgid "MySQL database"
1969
+ msgstr "Base de données MySQL"
 
 
 
 
1970
 
1971
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:55
1972
+ msgid "MySQL database name."
1973
+ msgstr "Nom de la base de données MySQL."
1974
 
1975
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:59
1976
+ msgid "MySQL database name"
1977
+ msgstr "Nom de la base de données MySQL"
1978
 
1979
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:67
1980
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:74
1981
+ msgid "MySQL user"
1982
+ msgstr "Utilisateur MySQL"
1983
 
1984
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:69
1985
+ msgid "MySQL username for the connection."
1986
+ msgstr "Nom d'utilisateur MySQL pour la connexion."
1987
 
1988
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:79
1989
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:84
1990
+ msgid "MySQL password"
1991
+ msgstr "Mot de passe MySQL"
1992
 
1993
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:81
1994
+ msgid "MySQL password for the provided user."
1995
+ msgstr "Mot de passe MySQL pour l'utilisateur fourni."
1996
 
1997
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:93
1998
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:99
1999
+ msgid "MySQL port"
2000
+ msgstr "Port MySQL"
2001
 
2002
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:95
2003
+ msgid "MySQL port for the connection (default: 3306)."
2004
+ msgstr "Port MySQL pour la connexion (par défaut: 3306)."
2005
 
2006
+ #: templates/admin/table-settings/add_column_modal.inc.php:21
2007
+ msgid "Add Column"
2008
+ msgstr "Ajouter une colonne"
 
 
 
 
 
 
2009
 
2010
+ #: templates/admin/table-settings/add_column_modal.inc.php:35
2011
+ msgid "Column header"
2012
+ msgstr "En-tête de colonne"
2013
 
2014
+ #: templates/admin/table-settings/add_column_modal.inc.php:47
2015
+ msgid "Type"
2016
+ msgstr "Type"
2017
 
2018
+ #: templates/admin/table-settings/add_column_modal.inc.php:64
2019
+ msgid "Insert after"
2020
+ msgstr "Insérer après"
 
2021
 
2022
+ #: templates/admin/table-settings/add_column_modal.inc.php:70
2023
+ msgid "Beginning of table"
2024
+ msgstr "Début de tableau"
 
2025
 
2026
+ #: templates/admin/table-settings/add_column_modal.inc.php:71
2027
+ msgid "End of table"
2028
+ msgstr "Fin de table"
 
2029
 
2030
+ #: templates/admin/table-settings/add_column_modal.inc.php:83
2031
+ #: templates/edit_table.inc.php:542
2032
+ msgid "Possible values"
2033
+ msgstr "Valeurs possibles"
2034
 
2035
+ #: templates/admin/table-settings/add_column_modal.inc.php:94
2036
+ msgid "Editor predefined value"
2037
+ msgstr "Valeur prédéfinie de l'éditeur"
 
2038
 
2039
+ #: templates/admin/table-settings/add_column_modal.inc.php:107
2040
+ msgid "Fill with default value"
2041
+ msgstr "Remplir avec la valeur par défaut"
 
 
2042
 
2043
+ #: templates/admin/table-settings/add_column_modal.inc.php:129
2044
+ #: templates/admin/table-settings/remove_column_modal.inc.php:84
2045
+ msgid "OK"
2046
+ msgstr "OK"
2047
 
2048
+ #: templates/admin/table-settings/column_settings_panel.inc.php:14
2049
+ msgid "Column settings"
2050
+ msgstr "Paramètres de colonne"
 
2051
 
2052
+ #: templates/admin/table-settings/column_settings_panel.inc.php:48
2053
+ #: templates/admin/table-settings/table_settings_block.inc.php:65
2054
+ msgid "Display"
2055
+ msgstr "Affichage"
2056
 
2057
+ #: templates/admin/table-settings/column_settings_panel.inc.php:52
2058
+ msgid "Data"
2059
+ msgstr "Données"
 
 
 
 
 
 
 
 
2060
 
2061
+ #: templates/admin/table-settings/column_settings_panel.inc.php:56
2062
+ #: templates/admin/table-settings/table_settings_block.inc.php:540
2063
+ #: templates/admin/table-settings/table_settings_block.inc.php:548
2064
+ msgid "Sorting"
2065
+ msgstr "Tri"
2066
 
2067
+ #: templates/admin/table-settings/column_settings_panel.inc.php:60
2068
+ msgid "Filtering"
2069
+ msgstr "Filtrage"
2070
 
2071
+ #: templates/admin/table-settings/column_settings_panel.inc.php:64
2072
+ #: templates/admin/table-settings/table_settings_block.inc.php:73
2073
+ msgid "Editing"
2074
+ msgstr "Édition"
2075
 
2076
+ #: templates/admin/table-settings/column_settings_panel.inc.php:69
2077
+ #: templates/edit_table.inc.php:750
2078
+ msgid "Conditional formatting"
2079
+ msgstr "Mise en forme conditionnelle"
2080
 
2081
+ #: templates/admin/table-settings/column_settings_panel.inc.php:81
2082
+ #: templates/edit_table.inc.php:525
2083
+ msgid "Displayed header"
2084
+ msgstr "En-tête affiché"
2085
 
2086
+ #: templates/admin/table-settings/column_settings_panel.inc.php:95
2087
+ #: templates/edit_table.inc.php:696
2088
+ msgid "Column position"
2089
+ msgstr "Position de la colonne"
2090
 
2091
+ #: templates/admin/table-settings/column_settings_panel.inc.php:114
2092
+ #: templates/admin/table-settings/column_settings_panel.inc.php:122
2093
+ msgid "Cell content prefix"
2094
+ msgstr "Préfixe du contenu de la cellule"
2095
 
2096
+ #: templates/admin/table-settings/column_settings_panel.inc.php:129
2097
  msgid ""
2098
+ "Any text or symbol entered here will be shown before the value in every cell "
2099
+ "inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
2100
+ "Convenient for prices, percentages, etc."
2101
  msgstr ""
2102
+ "Tout texte ou symbole saisi ici sera affiché avant la valeur dans chaque "
2103
+ "cellule à l'intérieur de cette colonne. Par exemple: $, €. N'influence pas "
2104
+ "le filtrage et le tri. Pratique pour les prix, les pourcentages, etc."
2105
 
2106
+ #: templates/admin/table-settings/column_settings_panel.inc.php:144
2107
+ #: templates/admin/table-settings/column_settings_panel.inc.php:152
2108
+ msgid "Cell content suffix"
2109
+ msgstr "Suffixe du contenu de la cellule"
2110
 
2111
+ #: templates/admin/table-settings/column_settings_panel.inc.php:159
2112
+ msgid ""
2113
+ "Any text or symbol entered here will be shown after the value in every cell "
2114
+ "inside of this column. E.g.: %, pcs. Does not influence filtering and "
2115
+ "sorting. Convenient for prices, percentages, etc."
2116
+ msgstr ""
2117
+ "Tout texte ou symbole saisi ici sera affiché après la valeur dans chaque "
2118
+ "cellule à l'intérieur de cette colonne. Par exemple:%, pcs. N'influence pas "
2119
+ "le filtrage et le tri. Pratique pour les prix, les pourcentages, etc."
2120
 
2121
+ #: templates/admin/table-settings/column_settings_panel.inc.php:180
2122
+ #: templates/edit_table.inc.php:633
2123
+ msgid "Hide on mobiles"
2124
+ msgstr "Cacher sur les mobiles"
2125
 
2126
+ #: templates/admin/table-settings/column_settings_panel.inc.php:188
2127
+ msgid "Collapse column on mobile devices"
2128
+ msgstr "Réduire la colonne sur les appareils mobiles"
 
2129
 
2130
+ #: templates/admin/table-settings/column_settings_panel.inc.php:197
2131
+ #: templates/edit_table.inc.php:622
2132
+ msgid "Hide on tablets"
2133
+ msgstr "Cacher sur des tablettes"
 
 
 
 
2134
 
2135
+ #: templates/admin/table-settings/column_settings_panel.inc.php:205
2136
+ msgid "Collapse column on tablet devices"
2137
+ msgstr "Réduire la colonne sur les appareils tablettes"
2138
 
2139
+ #: templates/admin/table-settings/column_settings_panel.inc.php:220
2140
+ #: templates/edit_table.inc.php:533
2141
+ msgid "CSS class(es)"
2142
+ msgstr "CSS class(es)"
2143
 
2144
+ #: templates/admin/table-settings/column_settings_panel.inc.php:234
2145
+ msgid "Visible on front-end"
2146
+ msgstr "Visible sur le front-end"
2147
 
2148
+ #: templates/admin/table-settings/column_settings_panel.inc.php:242
2149
+ msgid "Show column in front-end"
2150
+ msgstr "Afficher la colonne dans le front-end"
2151
 
2152
+ #: templates/admin/table-settings/column_settings_panel.inc.php:258
2153
+ msgid "Column width"
2154
+ msgstr "Largeur de colonne"
2155
 
2156
+ #: templates/admin/table-settings/column_settings_panel.inc.php:271
2157
+ #: templates/admin/table-settings/column_settings_panel.inc.php:279
2158
+ msgid "Column color"
2159
+ msgstr "Couleur de la colonne"
2160
 
2161
+ #: templates/admin/table-settings/column_settings_panel.inc.php:286
2162
+ msgid "Here you can override the default color for the complete column"
2163
+ msgstr ""
2164
+ "Ici, vous pouvez remplacer la couleur par défaut pour la colonne complète"
 
 
2165
 
2166
+ #: templates/admin/table-settings/column_settings_panel.inc.php:307
2167
+ #: templates/admin/table-settings/column_settings_panel.inc.php:315
2168
+ #: templates/edit_table.inc.php:645
2169
+ msgid "Group column"
2170
+ msgstr "Colonne de groupe"
2171
 
2172
+ #: templates/admin/table-settings/column_settings_panel.inc.php:322
2173
  msgid ""
2174
+ "If one column of your table contains similar values for many rows, maybe it "
2175
+ "makes sense to use it as a “group column”: it means that it will not be "
2176
+ "rendered as a column, but its values will be used to group the rows. Each "
2177
+ "group will be marked with one row with joined cells above, containing the "
2178
+ "group value."
2179
  msgstr ""
2180
+ "Si une colonne de votre tableau contient des valeurs similaires pour de "
2181
+ "nombreuses lignes, il est peut-être judicieux de l'utiliser comme \"colonne "
2182
+ "de groupe\": cela signifie qu'elle ne sera pas interprétée sous forme de "
2183
+ "colonne, mais que ses valeurs seront utilisées pour regrouper les lignes. "
2184
+ "Chaque groupe sera marqué d'une ligne avec les cellules jointes ci-dessus, "
2185
+ "contenant la valeur du groupe."
2186
 
2187
+ #: templates/admin/table-settings/column_settings_panel.inc.php:323
2188
+ msgid ""
2189
+ "Group column will not work with MySQL tables with server-side processing "
2190
+ "enabled and with manual tables!"
2191
  msgstr ""
2192
+ "La colonne de groupe ne fonctionnera pas avec les tables MySQL dont le "
2193
+ "traitement côté serveur est activé et avec les tables manuelles!"
 
 
 
 
2194
 
2195
+ #: templates/admin/table-settings/column_settings_panel.inc.php:331
2196
+ msgid "Toggle column grouping"
2197
+ msgstr "Activez le groupement de colonnes"
2198
 
2199
+ #: templates/admin/table-settings/column_settings_panel.inc.php:351
2200
+ #: templates/edit_table.inc.php:582
2201
+ msgid "Column type"
2202
+ msgstr "Type de colonne"
2203
+
2204
+ #: templates/admin/table-settings/column_settings_panel.inc.php:353
2205
+ msgid ""
2206
+ "You can redefine the column data type here. Affects sorting, filtering and "
2207
+ "display logic. For manually created tables this will change the column type "
2208
+ "in database as well, which may result in data loss."
2209
+ msgstr ""
2210
+ "Vous pouvez redéfinir le type de données de la colonne ici. Affecte la "
2211
+ "logique de tri, de filtrage et d'affichage. Pour les tableaux créés "
2212
+ "manuellement, cela changera également le type de colonne dans la base de "
2213
+ "données, ce qui peut entraîner une perte de données."
2214
+
2215
+ #: templates/admin/table-settings/column_settings_panel.inc.php:360
2216
+ msgid "String"
2217
+ msgstr "Chaîne de caractères"
2218
+
2219
+ #: templates/admin/table-settings/column_settings_panel.inc.php:364
2220
+ msgid "DateTime"
2221
+ msgstr "DateTime"
2222
+
2223
+ #: templates/admin/table-settings/column_settings_panel.inc.php:366
2224
+ #: templates/admin/table-settings/column_settings_panel.inc.php:991
2225
+ msgid "URL link"
2226
+ msgstr "Lien URL"
2227
+
2228
+ #: templates/admin/table-settings/column_settings_panel.inc.php:367
2229
+ #: templates/admin/table-settings/column_settings_panel.inc.php:992
2230
+ msgid "E-mail link"
2231
+ msgstr "Lien E-mail"
2232
+
2233
+ #: templates/admin/table-settings/column_settings_panel.inc.php:370
2234
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:37
2235
+ msgid "Formula"
2236
+ msgstr "Formule"
2237
+
2238
+ #: templates/admin/table-settings/column_settings_panel.inc.php:380
2239
+ msgid "Formula for calculation"
2240
+ msgstr "Formule de calcul"
2241
+
2242
+ #: templates/admin/table-settings/column_settings_panel.inc.php:382
2243
+ msgid ""
2244
+ "You can create a formula (calculated column) based on other numeric columns "
2245
+ "(Integer and Float)"
2246
+ msgstr ""
2247
+ "Vous pouvez créer une formule (colonne calculée) basée sur d'autres colonnes "
2248
+ "numériques (Nombre entier et à virgule)"
2249
+
2250
+ #: templates/admin/table-settings/column_settings_panel.inc.php:386
2251
+ msgid "Open formula editor"
2252
+ msgstr "Ouvrir l'éditeur de formule"
2253
+
2254
+ #: templates/admin/table-settings/column_settings_panel.inc.php:395
2255
+ msgid ""
2256
+ "You can redefine the visible decimal places for a float and formula columns "
2257
+ "here. If you leave this field empty amount of decimal places will be loaded "
2258
+ "from the settings page. 0 is available just for formula columns "
2259
+ msgstr ""
2260
+ "Vous pouvez redéfinir les décimales visibles pour les colonnes de nombre à "
2261
+ "virgule et formule ici. Si vous laissez ce champ vide la quantité de "
2262
+ "décimales sera chargé à partir de la page des paramètres. 0 est disponible "
2263
+ "uniquement pour les colonnes de formule"
2264
+
2265
+ #: templates/admin/table-settings/column_settings_panel.inc.php:407
2266
+ #: templates/admin/table-settings/column_settings_panel.inc.php:414
2267
+ #: templates/edit_table.inc.php:684
2268
+ msgid "Skip thousands separator"
2269
+ msgstr "Eviter le séparateur de milliers"
2270
+
2271
+ #: templates/admin/table-settings/column_settings_panel.inc.php:409
2272
+ msgid ""
2273
+ "Do not show thousands separator for this column (e.g. when showing years, "
2274
+ "IDs)."
2275
+ msgstr ""
2276
+ "N'affichez pas de séparateur de milliers pour cette colonne (par exemple, "
2277
+ "lorsque vous indiquez des années, des ID)."
2278
+
2279
+ #: templates/admin/table-settings/column_settings_panel.inc.php:423
2280
+ msgid "Possible values for column"
2281
+ msgstr "Valeurs possibles pour la colonne"
2282
+
2283
+ #: templates/admin/table-settings/column_settings_panel.inc.php:425
2284
+ msgid ""
2285
+ "Define the logic for fetching the possible values for this column for "
2286
+ "filtering, and for editing: read from table itself on page load (will always "
2287
+ "contain only the values that already exist in the table), hard-code the "
2288
+ "list, or configure a relation with a different wpDataTable (use values in "
2289
+ "this column as foreign key)."
2290
+ msgstr ""
2291
+ "Définissez la logique d'extraction des valeurs possibles pour cette colonne "
2292
+ "pour le filtrage et l'édition: lecture de la table elle-même lors du "
2293
+ "chargement de la page (contiendra toujours que les valeurs qui existent déjà "
2294
+ "dans la table), coder en dur la liste ou configurer une relation avec un "
2295
+ "wpDataTable différent (utilisez les valeurs de cette colonne comme clé "
2296
+ "étrangère)."
2297
+
2298
+ #: templates/admin/table-settings/column_settings_panel.inc.php:432
2299
+ msgid "Read from table on page load"
2300
+ msgstr "Lire à partir du tableau sur le chargement de la page"
2301
+
2302
+ #: templates/admin/table-settings/column_settings_panel.inc.php:433
2303
+ msgid "Define values list"
2304
+ msgstr "Définir la liste de valeurs"
2305
+
2306
+ #: templates/admin/table-settings/column_settings_panel.inc.php:434
2307
+ msgid "Use values from another wpDataTable (foreign key)"
2308
+ msgstr "Utiliser des valeurs d'un autre wpDataTable (clé étrangère)"
2309
+
2310
+ #: templates/admin/table-settings/column_settings_panel.inc.php:443
2311
+ msgid "Date input format"
2312
+ msgstr "Format d'entrée de date"
2313
+
2314
+ #: templates/admin/table-settings/column_settings_panel.inc.php:445
2315
+ msgid ""
2316
+ "Define date format which is used in the provided data source. Necessary for "
2317
+ "smooth reading of your dates."
2318
+ msgstr ""
2319
+ "Définissez le format de date utilisé dans la source de données fournie. "
2320
+ "Nécessaire pour une lecture en douceur de vos dates."
2321
+
2322
+ #: templates/admin/table-settings/column_settings_panel.inc.php:484
2323
+ msgid "Values list"
2324
+ msgstr "Liste de valeurs"
2325
+
2326
+ #: templates/admin/table-settings/column_settings_panel.inc.php:486
2327
+ msgid "Read from table"
2328
+ msgstr "Lire depuis le tableau"
2329
+
2330
+ #: templates/admin/table-settings/column_settings_panel.inc.php:488
2331
+ msgid "Reset"
2332
+ msgstr "Réinitialiser"
2333
+
2334
+ #: templates/admin/table-settings/column_settings_panel.inc.php:490
2335
+ msgid ""
2336
+ "Enter the possible values for this column in this list, separate by pressing "
2337
+ "ENTER or comma. Click \"Read from table\" to fetch the list from existing "
2338
+ "column values. Values will be used in selectbox and checkbox filters and "
2339
+ "editors for the column."
2340
+ msgstr ""
2341
+ "Entrez les valeurs possibles pour cette colonne dans cette liste, séparée en "
2342
+ "appuyant sur ENTER ou sur une virgule. Cliquez sur \"Lire depuis la table\" "
2343
+ "pour extraire la liste des valeurs de colonne existantes. Les valeurs seront "
2344
+ "utilisées dans les boîtes de sélection et les cases à cocher et les éditeurs "
2345
+ "de la colonne."
2346
+
2347
+ #: templates/admin/table-settings/column_settings_panel.inc.php:503
2348
+ #: templates/admin/table-settings/foreign_key_config.inc.php:12
2349
+ msgid "Use values from another wpDataTable"
2350
+ msgstr "Utiliser les valeurs d'un autre wpDataTable"
2351
+
2352
+ #: templates/admin/table-settings/column_settings_panel.inc.php:505
2353
+ msgid ""
2354
+ "Configure a relation with a separate wpDataTable: values in this column will "
2355
+ "be used as a foreign key, and replaced with values of a remote table column "
2356
+ "(e.g.: user name instead of user ID)."
2357
+ msgstr ""
2358
+ "Configurez une relation avec un wpDataTable distinct: les valeurs de cette "
2359
+ "colonne seront utilisées comme clé étrangère et remplacées par les valeurs "
2360
+ "d'une colonne de table distante (par exemple: le nom d'utilisateur à la "
2361
+ "place de l'ID utilisateur)."
2362
+
2363
+ #: templates/admin/table-settings/column_settings_panel.inc.php:509
2364
+ msgid "Configure relation..."
2365
+ msgstr "Configurer la relation..."
2366
+
2367
+ #: templates/admin/table-settings/column_settings_panel.inc.php:529
2368
+ msgid "Allow empty value"
2369
+ msgstr "Autoriser la valeur vide"
2370
+
2371
+ #: templates/admin/table-settings/column_settings_panel.inc.php:531
2372
+ msgid ""
2373
+ "Add an empty value to the possible values list, to allow empty editing and "
2374
+ "filtering inputs."
2375
+ msgstr ""
2376
+ "Ajoutez une valeur vide à la liste des valeurs possibles pour autoriser les "
2377
+ "entrées d'édition et de filtrage vides."
2378
+
2379
+ #: templates/admin/table-settings/column_settings_panel.inc.php:536
2380
+ msgid "Add an empty value to the list"
2381
+ msgstr "Ajouter une valeur vide à la liste"
2382
+
2383
+ #: templates/admin/table-settings/column_settings_panel.inc.php:545
2384
+ #, fuzzy
2385
+ #| msgid "Possible values for column"
2386
+ msgid "Number of possible values to load"
2387
+ msgstr "Valeurs possibles pour la colonne"
2388
+
2389
+ #: templates/admin/table-settings/column_settings_panel.inc.php:547
2390
+ msgid ""
2391
+ "Define here how many possible values per page will be loaded in selectbox "
2392
+ "filters and editor inputs. It is recommended not to be set to All if you "
2393
+ "have more than 50 possible values for this column. This option is not "
2394
+ "working when Cascade Filtering option from Powerful Filters add-on is "
2395
+ "enabled."
2396
+ msgstr ""
2397
+
2398
+ #: templates/admin/table-settings/column_settings_panel.inc.php:572
2399
+ msgid "Calculate total"
2400
+ msgstr "Calculer le total"
2401
+
2402
+ #: templates/admin/table-settings/column_settings_panel.inc.php:574
2403
+ msgid ""
2404
+ "Enable this to show a total (sum) for all cells in this column in table "
2405
+ "footer. You can also show it somewhere outside of the table by pasting the "
2406
+ "shortcode below the switch."
2407
+ msgstr ""
2408
+ "Activez cette option pour afficher un total (somme) pour toutes les cellules "
2409
+ "de cette colonne dans le pied de tableau. Vous pouvez également le montrer "
2410
+ "quelque part en dehors de la table en collant le shortcode sous le "
2411
+ "commutateur."
2412
+
2413
+ #: templates/admin/table-settings/column_settings_panel.inc.php:579
2414
+ msgid "Calculate a total for this column"
2415
+ msgstr "Calculer un total pour cette colonne"
2416
+
2417
+ #: templates/admin/table-settings/column_settings_panel.inc.php:586
2418
+ msgid ""
2419
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2420
+ "posts or pages you can see the total for this column."
2421
+ msgstr ""
2422
+ "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
2423
+ "vos articles ou pages, vous pouvez voir le total de cette colonne."
2424
+
2425
+ #: templates/admin/table-settings/column_settings_panel.inc.php:595
2426
+ msgid "Calculate average"
2427
+ msgstr "Calculer la moyenne"
2428
+
2429
+ #: templates/admin/table-settings/column_settings_panel.inc.php:597
2430
+ msgid ""
2431
+ "Enable this to show an average value for all cells in this column in table "
2432
+ "footer. You can also show it somewhere outside of the table by pasting the "
2433
+ "shortcode below the switch."
2434
+ msgstr ""
2435
+ "Activez cette option pour afficher une valeur moyenne pour toutes les "
2436
+ "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
2437
+ "montrer quelque part en dehors de la table en collant le shortcode sous le "
2438
+ "commutateur."
2439
+
2440
+ #: templates/admin/table-settings/column_settings_panel.inc.php:602
2441
+ msgid "Calculate average for this column"
2442
+ msgstr "Calculer la moyenne pour cette colonne"
2443
+
2444
+ #: templates/admin/table-settings/column_settings_panel.inc.php:609
2445
+ msgid ""
2446
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2447
+ "posts or pages you can see the average for this column."
2448
+ msgstr ""
2449
+ "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
2450
+ "vos articles ou pages, vous pouvez voir la moyenne de cette colonne."
2451
+
2452
+ #: templates/admin/table-settings/column_settings_panel.inc.php:618
2453
+ msgid "Calculate MIN value"
2454
+ msgstr "Calculer la valeur MIN"
2455
+
2456
+ #: templates/admin/table-settings/column_settings_panel.inc.php:620
2457
+ msgid ""
2458
+ "Enable this to show a minimum value within all cells in this column in table "
2459
+ "footer. You can also show it somewhere outside of the table by pasting the "
2460
+ "shortcode below the switch."
2461
+ msgstr ""
2462
+ "Activez cette option pour afficher une valeur minimale pour toutes les "
2463
+ "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
2464
+ "montrer quelque part en dehors de la table en collant le shortcode sous le "
2465
+ "commutateur."
2466
+
2467
+ #: templates/admin/table-settings/column_settings_panel.inc.php:625
2468
+ msgid "Find a minimum value for this column"
2469
+ msgstr "Trouver une valeur minimale pour cette colonne"
2470
+
2471
+ #: templates/admin/table-settings/column_settings_panel.inc.php:632
2472
+ msgid ""
2473
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2474
+ "posts or pages you can see the minimum for this column."
2475
+ msgstr ""
2476
+ "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
2477
+ "vos articles ou pages, vous pouvez voir le minimum pour cette colonne."
2478
+
2479
+ #: templates/admin/table-settings/column_settings_panel.inc.php:641
2480
+ msgid "Calculate MAX value"
2481
+ msgstr "Calculer la valeur MAX"
2482
+
2483
+ #: templates/admin/table-settings/column_settings_panel.inc.php:643
2484
+ msgid ""
2485
+ "Enable this to show a maximum value within all cells in this column in table "
2486
+ "footer. You can also show it somewhere outside of the table by pasting the "
2487
+ "shortcode below the switch."
2488
+ msgstr ""
2489
+ "Activez cette option pour afficher une valeur maximale pour toutes les "
2490
+ "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
2491
+ "montrer quelque part en dehors de la table en collant le shortcode sous le "
2492
+ "commutateur."
2493
+
2494
+ #: templates/admin/table-settings/column_settings_panel.inc.php:648
2495
+ msgid "Find a maximum value for this column"
2496
+ msgstr "Trouver une valeur maximale pour cette colonne"
2497
+
2498
+ #: templates/admin/table-settings/column_settings_panel.inc.php:655
2499
+ msgid ""
2500
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2501
+ "posts or pages you can see the maximum for this column."
2502
+ msgstr ""
2503
+ "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
2504
+ "vos articles ou pages, vous pouvez voir le maximum pour cette colonne."
2505
+
2506
+ #: templates/admin/table-settings/column_settings_panel.inc.php:668
2507
+ msgid "URL target attribute"
2508
+ msgstr "Attribut cible URL"
2509
+
2510
+ #: templates/admin/table-settings/column_settings_panel.inc.php:670
2511
+ msgid "Set how to open URL Target"
2512
+ msgstr "Définir comment ouvrir la cible URL"
2513
+
2514
+ #: templates/admin/table-settings/column_settings_panel.inc.php:675
2515
+ msgid "Open link in the new tab"
2516
+ msgstr "Ouvrir le lien dans le nouvel onglet"
2517
+
2518
+ #: templates/admin/table-settings/column_settings_panel.inc.php:685
2519
+ msgid "Show link as a button"
2520
+ msgstr "Afficher le lien sous forme de bouton"
2521
+
2522
+ #: templates/admin/table-settings/column_settings_panel.inc.php:687
2523
+ msgid "The link will be shown as a button "
2524
+ msgstr "Le lien sera affiché comme un bouton"
2525
+
2526
+ #: templates/admin/table-settings/column_settings_panel.inc.php:692
2527
+ msgid "Set the link to appear as a button"
2528
+ msgstr "Définir le lien pour qu'il apparaisse comme un bouton"
2529
+
2530
+ #: templates/admin/table-settings/column_settings_panel.inc.php:701
2531
+ msgid "Button text"
2532
+ msgstr "Bouton texte"
2533
+
2534
+ #: templates/admin/table-settings/column_settings_panel.inc.php:715
2535
+ msgid "Button class"
2536
+ msgstr "Classe de bouton"
2537
+
2538
+ #: templates/admin/table-settings/column_settings_panel.inc.php:741
2539
+ msgid "Allow sorting"
2540
+ msgstr "Autoriser le tri"
2541
+
2542
+ #: templates/admin/table-settings/column_settings_panel.inc.php:743
2543
+ msgid "Disable this to disallow sorting for this column."
2544
+ msgstr "Désactivez cette option pour interdire le tri de cette colonne."
2545
+
2546
+ #: templates/admin/table-settings/column_settings_panel.inc.php:748
2547
+ msgid "Allow sorting for this column"
2548
+ msgstr "Autoriser le tri pour cette colonne"
2549
+
2550
+ #: templates/admin/table-settings/column_settings_panel.inc.php:757
2551
+ msgid "Use as default sorting column"
2552
+ msgstr "Utiliser comme colonne de tri par défaut"
2553
+
2554
+ #: templates/admin/table-settings/column_settings_panel.inc.php:759
2555
+ #: templates/admin/table-settings/column_settings_panel.inc.php:764
2556
+ msgid "Sort table by this column on load"
2557
+ msgstr "Trier le tableau à partir de cette colonne lors du chargement"
2558
+
2559
+ #: templates/admin/table-settings/column_settings_panel.inc.php:777
2560
+ msgid "Default sorting direction"
2561
+ msgstr "Direction de tri par défaut"
2562
+
2563
+ #: templates/admin/table-settings/column_settings_panel.inc.php:779
2564
+ msgid "Choose whether to sort ascending or descending by default."
2565
+ msgstr ""
2566
+ "Choisissez si vous souhaitez trier par ordre croissant ou décroissant par "
2567
+ "défaut."
2568
+
2569
+ #: templates/admin/table-settings/column_settings_panel.inc.php:786
2570
+ #: templates/edit_table.inc.php:663
2571
+ msgid "Ascending"
2572
+ msgstr "Ordre croissant"
2573
+
2574
+ #: templates/admin/table-settings/column_settings_panel.inc.php:787
2575
+ #: templates/edit_table.inc.php:665
2576
+ msgid "Descending"
2577
+ msgstr "Ordre décroissant"
2578
+
2579
+ #: templates/admin/table-settings/column_settings_panel.inc.php:811
2580
+ msgid "Add a filter for this column"
2581
+ msgstr "Ajouter un filtre pour cette colonne"
2582
+
2583
+ #: templates/admin/table-settings/column_settings_panel.inc.php:819
2584
+ msgid "Enable filtering for column"
2585
+ msgstr "Activer le filtrage pour la colonne"
2586
+
2587
+ #: templates/admin/table-settings/column_settings_panel.inc.php:826
2588
+ msgid ""
2589
+ "Enabling this switch will add a filter for this column. Disable to remove "
2590
+ "the filter for this column."
2591
+ msgstr ""
2592
+ "L'activation de ce commutateur ajoutera un filtre pour cette colonne. "
2593
+ "Désactiver pour supprimer le filtre pour cette colonne."
2594
+
2595
+ #: templates/admin/table-settings/column_settings_panel.inc.php:834
2596
+ msgid "Allow filtering"
2597
+ msgstr "Autoriser le filtrage"
2598
+
2599
+ #: templates/admin/table-settings/column_settings_panel.inc.php:843
2600
+ #: templates/edit_table.inc.php:570
2601
+ msgid "Filter type"
2602
+ msgstr "Type de filtre"
2603
+
2604
+ #: templates/admin/table-settings/column_settings_panel.inc.php:845
2605
+ msgid ""
2606
+ "You can redefine the filter type here, it will affect the filtering logic."
2607
+ msgstr ""
2608
+ "Vous pouvez redéfinir le type de filtre ici, cela affectera la logique de "
2609
+ "filtrage."
2610
+
2611
+ #: templates/admin/table-settings/column_settings_panel.inc.php:852
2612
+ msgid "Text"
2613
+ msgstr "Texte"
2614
+
2615
+ #: templates/admin/table-settings/column_settings_panel.inc.php:853
2616
+ msgid "Number"
2617
+ msgstr "Nombre"
2618
+
2619
+ #: templates/admin/table-settings/column_settings_panel.inc.php:854
2620
+ msgid "Number range"
2621
+ msgstr "Plage de numéros"
2622
+
2623
+ #: templates/admin/table-settings/column_settings_panel.inc.php:855
2624
+ msgid "Date range"
2625
+ msgstr "Plage de dates"
2626
+
2627
+ #: templates/admin/table-settings/column_settings_panel.inc.php:856
2628
+ msgid "DateTime range"
2629
+ msgstr "Plage de date et heure"
2630
+
2631
+ #: templates/admin/table-settings/column_settings_panel.inc.php:857
2632
+ msgid "Time range"
2633
+ msgstr "Intervalle de temps"
2634
+
2635
+ #: templates/admin/table-settings/column_settings_panel.inc.php:858
2636
+ msgid "Selectbox"
2637
+ msgstr "Boîte de sélection"
2638
+
2639
+ #: templates/admin/table-settings/column_settings_panel.inc.php:859
2640
+ msgid "Checkbox"
2641
+ msgstr "Case à cocher"
2642
+
2643
+ #: templates/admin/table-settings/column_settings_panel.inc.php:875
2644
+ msgid "Filter label"
2645
+ msgstr "Étiquette de filtre"
2646
+
2647
+ #: templates/admin/table-settings/column_settings_panel.inc.php:883
2648
+ msgid "Custom filter label"
2649
+ msgstr "Etiquette de filtre personnalisée"
2650
+
2651
+ #: templates/admin/table-settings/column_settings_panel.inc.php:890
2652
+ msgid ""
2653
+ "You can change the filter label (placeholder) for this column here, if you "
2654
+ "would like to show some custom text instead of default."
2655
+ msgstr ""
2656
+ "Vous pouvez modifier l'étiquette de filtre (espace réservé) pour cette "
2657
+ "colonne ici, si vous souhaitez afficher du texte personnalisé au lieu de "
2658
+ "celui par défaut."
2659
+
2660
+ #: templates/admin/table-settings/column_settings_panel.inc.php:905
2661
+ msgid "Exact filtering"
2662
+ msgstr "Filtrage exact"
2663
+
2664
+ #: templates/admin/table-settings/column_settings_panel.inc.php:907
2665
+ msgid ""
2666
+ "Enable exact search to use exact match logic for filtering, disable to allow "
2667
+ "partial match."
2668
+ msgstr ""
2669
+ "Activez la recherche exacte pour utiliser la logique de correspondance "
2670
+ "exacte pour le filtrage, désactivez-la pour autoriser une correspondance "
2671
+ "partielle."
2672
+
2673
+ #: templates/admin/table-settings/column_settings_panel.inc.php:912
2674
+ msgid "Enable exact filtering"
2675
+ msgstr "Activer le filtrage exact"
2676
+
2677
+ #: templates/admin/table-settings/column_settings_panel.inc.php:926
2678
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1024
2679
+ msgid "Predefined value(s)"
2680
+ msgstr "Valeur(s) prédéfinie(s)"
2681
+
2682
+ #: templates/admin/table-settings/column_settings_panel.inc.php:928
2683
+ msgid ""
2684
+ "Define value(s) that will be set as default pre-defined filter value(s) on "
2685
+ "page load."
2686
+ msgstr ""
2687
+ "Définissez les valeurs qui seront définies comme valeurs de filtre "
2688
+ "prédéfinies par défaut lors du chargement de la page."
2689
+
2690
+ #: templates/admin/table-settings/column_settings_panel.inc.php:974
2691
+ msgid "Editor input type"
2692
+ msgstr "Type d'entrée de l'éditeur"
2693
+
2694
+ #: templates/admin/table-settings/column_settings_panel.inc.php:976
2695
+ msgid "Choose which kind of editor input to use for this column."
2696
+ msgstr "Choisissez quel type d’éditeur d'entrée à utiliser pour cette colonne."
2697
+
2698
+ #: templates/admin/table-settings/column_settings_panel.inc.php:982
2699
+ msgid "None"
2700
+ msgstr "Aucun"
2701
+
2702
+ #: templates/admin/table-settings/column_settings_panel.inc.php:983
2703
+ msgid "One-line edit"
2704
+ msgstr "Modification une ligne"
2705
+
2706
+ #: templates/admin/table-settings/column_settings_panel.inc.php:984
2707
+ msgid "Multi-line edit"
2708
+ msgstr "Modification multi-lignes"
2709
+
2710
+ #: templates/admin/table-settings/column_settings_panel.inc.php:985
2711
+ msgid "HTML editor"
2712
+ msgstr "Editeur HTML"
2713
+
2714
+ #: templates/admin/table-settings/column_settings_panel.inc.php:986
2715
+ msgid "Single-value selectbox"
2716
+ msgstr "Boîte de sélection à valeur unique"
2717
+
2718
+ #: templates/admin/table-settings/column_settings_panel.inc.php:987
2719
+ msgid "Multi-value selectbox"
2720
+ msgstr "Boîte de sélection multi-valeur"
2721
+
2722
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1003
2723
+ msgid "Column cannot be empty"
2724
+ msgstr "La colonne ne peut pas être vide"
2725
+
2726
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1005
2727
+ msgid ""
2728
+ "Enable to make this column mandatory. Users will see a warning when trying "
2729
+ "to save with empty input."
2730
+ msgstr ""
2731
+ "Activer pour rendre cette colonne obligatoire. Les utilisateurs verront un "
2732
+ "avertissement lorsqu'ils tenteront d'enregistrer avec une entrée vide."
2733
+
2734
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1010
2735
+ msgid "Cannot be empty"
2736
+ msgstr "Ne peux pas être vide"
2737
+
2738
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1026
2739
+ msgid ""
2740
+ "If you would like to have some values pre-defined in editors (i.e. default "
2741
+ "editor values) please enter these here."
2742
+ msgstr ""
2743
+ "Si vous souhaitez que certaines valeurs soient prédéfinies dans les éditeurs "
2744
+ "(c-à-d valeurs d’éditeur par défaut), veuillez les saisir ici."
2745
+
2746
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1071
2747
+ msgid "Add rule"
2748
+ msgstr "Ajouter une règle"
2749
+
2750
+ #: templates/admin/table-settings/column_small_block.inc.php:13
2751
+ #, fuzzy
2752
+ #| msgid "Enable or disable the tooltip"
2753
+ msgid "Enable/disable editing"
2754
+ msgstr "Activer ou désactiver l'info-bulle"
2755
+
2756
+ #: templates/admin/table-settings/column_small_block.inc.php:15
2757
+ #, fuzzy
2758
+ #| msgid "Show/hide on mobile"
2759
+ msgid "Show/hide filters"
2760
+ msgstr "Afficher/masquer sur mobile"
2761
+
2762
+ #: templates/admin/table-settings/column_small_block.inc.php:17
2763
+ #, fuzzy
2764
+ #| msgid "Show/hide on mobile"
2765
+ msgid "Show/hide sorting"
2766
+ msgstr "Afficher/masquer sur mobile"
2767
+
2768
+ #: templates/admin/table-settings/column_small_block.inc.php:19
2769
+ msgid "Show/hide the column"
2770
+ msgstr "Afficher/masquer la colonne"
2771
+
2772
+ #: templates/admin/table-settings/column_small_block.inc.php:21
2773
+ msgid "Show/hide on mobile"
2774
+ msgstr "Afficher/masquer sur mobile"
2775
+
2776
+ #: templates/admin/table-settings/column_small_block.inc.php:23
2777
+ msgid "Show/hide on tablet"
2778
+ msgstr "Afficher/masquer sur tablette"
2779
+
2780
+ #: templates/admin/table-settings/column_small_block.inc.php:25
2781
+ msgid "Open column settings"
2782
+ msgstr "Ouvrir les paramètres de colonne "
2783
+
2784
+ #: templates/admin/table-settings/columns_list_modal.inc.php:15
2785
+ msgid "List of the columns in the data source with quickaccess tools."
2786
+ msgstr ""
2787
+ "Liste des colonnes de la source de données avec les outils quickaccess."
2788
+
2789
+ #: templates/admin/table-settings/columns_list_modal.inc.php:17
2790
+ msgid ""
2791
+ "Click column header to rename it, toggle column visibility by clicking on "
2792
+ "the eye icon, open column settings by clicking on the wrench icon, drag and "
2793
+ "drop blocks to reorder columns."
2794
+ msgstr ""
2795
+ "Cliquez sur l'en-tête de colonne pour la renommer, basculez la visibilité "
2796
+ "des colonnes en cliquant sur l'icône en forme d'œil, ouvrez les paramètres "
2797
+ "de colonne en cliquant sur l'icône en forme de clé, faites glisser et "
2798
+ "déposer les blocs pour réorganiser les colonnes."
2799
+
2800
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:7
2801
+ #: templates/edit_table.inc.php:770
2802
+ msgid "If cell value"
2803
+ msgstr "Si la valeur de la cellule"
2804
+
2805
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:18
2806
+ #: templates/edit_table.inc.php:778
2807
+ msgid "contains"
2808
+ msgstr "contient"
2809
+
2810
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:19
2811
+ #: templates/edit_table.inc.php:779
2812
+ msgid "does not contain"
2813
+ msgstr "ne contient pas"
2814
+
2815
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:32
2816
+ #: templates/edit_table.inc.php:783
2817
+ msgid "Set cell color"
2818
+ msgstr "Définir la couleur de la cellule"
2819
+
2820
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:33
2821
+ #: templates/edit_table.inc.php:784
2822
+ msgid "Reset cell color to default"
2823
+ msgstr "Réinitialiser la couleur de cellule par défaut"
2824
+
2825
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:34
2826
+ #: templates/edit_table.inc.php:785
2827
+ msgid "Set cell content"
2828
+ msgstr "Définir le contenu de la cellule"
2829
+
2830
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:35
2831
+ #: templates/edit_table.inc.php:786
2832
+ msgid "Set cell CSS class"
2833
+ msgstr "Définir la classe CSS de la cellule"
2834
+
2835
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:36
2836
+ #: templates/edit_table.inc.php:787
2837
+ msgid "Remove cell CSS class"
2838
+ msgstr "Supprimer la classe CSS de la cellule"
2839
+
2840
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:37
2841
+ #: templates/edit_table.inc.php:788
2842
+ msgid "Set row color"
2843
+ msgstr "Définir la couleur des lignes"
2844
+
2845
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:38
2846
+ #: templates/edit_table.inc.php:789
2847
+ msgid "Reset row color to default"
2848
+ msgstr "Réinitialiser la couleur de la ligne par défaut"
2849
+
2850
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:39
2851
+ #: templates/edit_table.inc.php:790
2852
+ msgid "Set row CSS class"
2853
+ msgstr "Définir la classe CSS de la ligne"
2854
+
2855
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:40
2856
+ #: templates/edit_table.inc.php:791
2857
+ msgid "Remove row CSS class"
2858
+ msgstr "Supprimer la classe CSS de la ligne"
2859
+
2860
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:41
2861
+ #: templates/edit_table.inc.php:792
2862
+ msgid "Set column color"
2863
+ msgstr "Définir la couleur de la colonne"
2864
+
2865
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:42
2866
+ #: templates/edit_table.inc.php:793
2867
+ msgid "Add column CSS class"
2868
+ msgstr "Ajouter une classe CSS de colonne"
2869
+
2870
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:53
2871
+ msgid "Remove rule"
2872
+ msgstr "Supprimer la règle"
2873
+
2874
+ #: templates/admin/table-settings/foreign_key_config.inc.php:18
2875
+ msgid "Choose a source wpDataTable"
2876
+ msgstr "Choisissez une source wpDataTable"
2877
+
2878
+ #: templates/admin/table-settings/foreign_key_config.inc.php:20
2879
+ msgid ""
2880
+ "Please choose a remote wpDataTable which will be used as the data source."
2881
+ msgstr ""
2882
+ "Veuillez choisir un wpDataTable distant qui sera utilisé comme source de "
2883
+ "données."
2884
+
2885
+ #: templates/admin/table-settings/foreign_key_config.inc.php:27
2886
+ msgid "Pick a table..."
2887
+ msgstr "Choisissez un tableau..."
2888
+
2889
+ #: templates/admin/table-settings/foreign_key_config.inc.php:47
2890
+ msgid "Display value"
2891
+ msgstr "Valeur d'affichage"
2892
+
2893
+ #: templates/admin/table-settings/foreign_key_config.inc.php:49
2894
+ msgid ""
2895
+ "Please choose which column values will be shown to the front-end user (e.g. "
2896
+ "Name)."
2897
+ msgstr ""
2898
+ "Veuillez choisir les valeurs de colonne à afficher pour l'utilisateur "
2899
+ "frontend (p.ex, Nom)."
2900
+
2901
+ #: templates/admin/table-settings/foreign_key_config.inc.php:71
2902
+ msgid "Store value"
2903
+ msgstr "Valeur de magasin"
2904
+
2905
+ #: templates/admin/table-settings/foreign_key_config.inc.php:73
2906
+ msgid ""
2907
+ "Please choose which column values will be stored in the table for reference "
2908
+ "- by default wdt_ID, or ID"
2909
+ msgstr ""
2910
+ "Veuillez choisir les valeurs de colonne qui seront stockées dans le tableau "
2911
+ "pour référence - par défaut wdt_ID ou ID"
2912
+
2913
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:19
2914
+ msgid "Formula Editor"
2915
+ msgstr "Éditeur de formule"
2916
+
2917
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:25
2918
+ msgid "Use this dialog to construct formulas and see a preview of the result."
2919
+ msgstr ""
2920
+ "Utilisez cette boîte de dialogue pour créer des formules et afficher un "
2921
+ "aperçu du résultat."
2922
+
2923
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:27
2924
+ msgid ""
2925
+ "You can use columns (values for each cell will be inserted), or number "
2926
+ "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
2927
+ "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
2928
+ "col3*sin(col4-3))."
2929
+ msgstr ""
2930
+ "Vous pouvez utiliser des colonnes (des valeurs pour chaque cellule seront "
2931
+ "insérées) ou des valeurs numériques. Seules les colonnes numériques "
2932
+ "autorisées (non numériques seront analysées comme 0). Les opérations "
2933
+ "mathématiques de base et les parenthèses sont prises en charge. Exemple: "
2934
+ "col1*((col2 + 2)-col3*sin(col4-3))."
2935
+
2936
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:31
2937
+ msgid "Columns to use"
2938
+ msgstr "Colonnes à utiliser"
2939
+
2940
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:41
2941
+ msgid "Type your formula here..."
2942
+ msgstr "Saisissez votre formule ici..."
2943
+
2944
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:85
2945
+ #: templates/chart_wizard.inc.php:48 templates/edit_table.inc.php:35
2946
+ #: templates/edit_table.inc.php:417 templates/edit_table.inc.php:438
2947
+ #: templates/edit_table.inc.php:461
2948
+ msgid "Preview"
2949
+ msgstr "Aperçu"
2950
+
2951
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
2952
+ msgid "Merge values?"
2953
+ msgstr "Fusionner les valeurs?"
2954
+
2955
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
2956
+ msgid ""
2957
+ "There are already defined possible values. Do you want to merge or to "
2958
+ "replace new values with the existing?"
2959
+ msgstr ""
2960
+ "Il existe déjà des valeurs possibles définies. Voulez-vous fusionner ou "
2961
+ "remplacer de nouvelles valeurs par l'existant?"
2962
+
2963
+ #: templates/admin/table-settings/remove_column_modal.inc.php:21
2964
+ #: templates/admin/table-settings/remove_column_modal.inc.php:35
2965
+ msgid "Remove Column"
2966
+ msgstr "Supprimer la colonne"
2967
+
2968
+ #: templates/admin/table-settings/remove_column_modal.inc.php:56
2969
+ msgid "Confirm"
2970
+ msgstr "Confirmer"
2971
+
2972
+ #: templates/admin/table-settings/remove_column_modal.inc.php:62
2973
+ msgid "Are you sure? There is no undo!"
2974
+ msgstr "Êtes-vous sûr? Il n'y a pas d'annulation de changement!"
2975
+
2976
+ #: templates/admin/table-settings/table_preview_block.inc.php:19
2977
+ msgid "Table preview and columns setup"
2978
+ msgstr "Aperçu du tableau et configuration des colonnes"
2979
+
2980
+ #: templates/admin/table-settings/table_preview_block.inc.php:23
2981
+ msgid "Add a formula (calculated) column"
2982
+ msgstr "Ajouter une colonne de formule (calculée)"
2983
+
2984
+ #: templates/admin/table-settings/table_preview_block.inc.php:24
2985
+ msgid "Add a formula column"
2986
+ msgstr "Ajouter une colonne de formule"
2987
+
2988
+ #: templates/admin/table-settings/table_preview_block.inc.php:27
2989
+ msgid "Complete column list"
2990
+ msgstr "Liste complète des colonnes"
2991
+
2992
+ #: templates/admin/table-settings/table_preview_block.inc.php:33
2993
+ msgid "Add column"
2994
+ msgstr "Ajouter une colonne"
2995
+
2996
+ #: templates/admin/table-settings/table_preview_block.inc.php:35
2997
+ msgid "Remove column"
2998
+ msgstr "Supprimer la colonne"
2999
+
3000
+ #: templates/admin/table-settings/table_preview_block.inc.php:44
3001
+ msgid "Switch View:"
3002
+ msgstr "Changer de vue:"
3003
+
3004
+ #: templates/admin/table-settings/table_preview_block.inc.php:46
3005
+ #: templates/admin/table-settings/table_preview_block.inc.php:49
3006
+ msgid "STANDARD"
3007
+ msgstr "STANDARD"
3008
+
3009
+ #: templates/admin/table-settings/table_preview_block.inc.php:47
3010
+ #: templates/admin/table-settings/table_preview_block.inc.php:50
3011
+ msgid "EXCEL-LIKE"
3012
+ msgstr "EXCEL-LIKE"
3013
+
3014
+ #: templates/admin/table-settings/table_settings_block.inc.php:26
3015
+ msgid "wpDataTable name, click to edit"
3016
+ msgstr "Nom de wpDataTable, cliquez pour éditer"
3017
+
3018
+ #: templates/admin/table-settings/table_settings_block.inc.php:30
3019
+ msgid "Click to copy shortcode"
3020
+ msgstr "Cliquez pour copier le shortcode"
3021
+
3022
+ #: templates/admin/table-settings/table_settings_block.inc.php:36
3023
+ msgid "Collapse and expand widget"
3024
+ msgstr "Réduire et développer le widget"
3025
+
3026
+ #: templates/admin/table-settings/table_settings_block.inc.php:69
3027
+ msgid "Sorting and filtering"
3028
+ msgstr "Tri et filtrage"
3029
+
3030
+ #: templates/admin/table-settings/table_settings_block.inc.php:77
3031
+ #: templates/admin/table-settings/table_settings_block.inc.php:912
3032
+ msgid "Table Tools"
3033
+ msgstr "Outils de tableau"
3034
+
3035
+ #: templates/admin/table-settings/table_settings_block.inc.php:81
3036
+ msgid "Placeholders"
3037
+ msgstr "Espaces réservés"
3038
+
3039
+ #: templates/admin/table-settings/table_settings_block.inc.php:97
3040
+ msgid "Input data source type"
3041
+ msgstr "Type de source de données d'entrée"
3042
+
3043
+ #: templates/admin/table-settings/table_settings_block.inc.php:99
3044
+ msgid ""
3045
+ "Please choose a type of the input data source - it can be a MySQL query, a "
3046
+ "file, or an URL. Only MySQL query-based tables can use server-side processing"
3047
+ msgstr ""
3048
+ "Veuillez choisir un type de source de données d'entrée - il peut s'agir "
3049
+ "d'une requête MySQL, d'un fichier ou d'une URL. Seules les tables basées sur "
3050
+ "des requêtes MySQL peuvent utiliser le traitement côté serveur"
3051
+
3052
+ #: templates/admin/table-settings/table_settings_block.inc.php:106
3053
+ msgid "Select a data source type"
3054
+ msgstr "Sélectionnez un type de source de données"
3055
+
3056
+ #: templates/admin/table-settings/table_settings_block.inc.php:107
3057
+ #: templates/edit_table.inc.php:110
3058
+ msgid "MySQL query"
3059
+ msgstr "Requête MySQL"
3060
+
3061
+ #: templates/admin/table-settings/table_settings_block.inc.php:108
3062
+ #: templates/edit_table.inc.php:85
3063
+ msgid "CSV file"
3064
+ msgstr "Fichier CSV"
3065
+
3066
+ #: templates/admin/table-settings/table_settings_block.inc.php:109
3067
+ #: templates/edit_table.inc.php:86
3068
+ msgid "Excel file"
3069
+ msgstr "Fichier Excel"
3070
+
3071
+ #: templates/admin/table-settings/table_settings_block.inc.php:110
3072
+ msgid "Google Spreadsheet"
3073
+ msgstr "Feuille de calcul Google"
3074
+
3075
+ #: templates/admin/table-settings/table_settings_block.inc.php:111
3076
+ #: templates/edit_table.inc.php:89
3077
+ msgid "XML file"
3078
+ msgstr "Fichier XML"
3079
+
3080
+ #: templates/admin/table-settings/table_settings_block.inc.php:112
3081
+ #: templates/edit_table.inc.php:90
3082
+ msgid "JSON file"
3083
+ msgstr "Fichier JSON"
3084
+
3085
+ #: templates/admin/table-settings/table_settings_block.inc.php:124
3086
+ msgid "Input file path or URL"
3087
+ msgstr "Chemin d'accès du fichier d'entrée ou URL"
3088
+
3089
+ #: templates/admin/table-settings/table_settings_block.inc.php:126
3090
+ msgid ""
3091
+ "Upload your file or provide the full URL here. For CSV or Excel input "
3092
+ "sources only URLs or paths from same domain are supported. For Google "
3093
+ "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
3094
+ "the URL."
3095
+ msgstr ""
3096
+ "Téléchargez votre fichier ou indiquez l'URL complète ici. Pour les sources "
3097
+ "d'entrée CSV ou Excel, seules les URL ou les chemins du même domaine sont "
3098
+ "pris en charge. Pour les feuilles de calcul Google: n'oubliez pas de publier "
3099
+ "la feuille de calcul avant de coller l'URL."
3100
+
3101
+ #: templates/admin/table-settings/table_settings_block.inc.php:132
3102
+ msgid "Paste URL or path, or click Browse to choose"
3103
+ msgstr ""
3104
+ "Collez l'URL ou le chemin d'accès, ou cliquez sur Parcourir pour choisir"
3105
+
3106
+ #: templates/admin/table-settings/table_settings_block.inc.php:136
3107
+ msgid "Browse..."
3108
+ msgstr "Naviguer..."
3109
+
3110
+ #: templates/admin/table-settings/table_settings_block.inc.php:146
3111
+ #: templates/edit_table.inc.php:282
3112
+ msgid "Server-side processing"
3113
+ msgstr "Traitement côté serveur"
3114
+
3115
+ #: templates/admin/table-settings/table_settings_block.inc.php:148
3116
+ msgid ""
3117
+ "If it is turned on, all sorting, filtering, pagination and other data "
3118
+ "interaction will be done by MySQL server. This feature is recommended if you "
3119
+ "have more than 2000-3000 rows. Mandatory for editable tables."
3120
+ msgstr ""
3121
+ "Si elle est activée, toutes les opérations de tri, filtrage, pagination et "
3122
+ "autres interactions de données seront effectuées par le serveur MySQL. Cette "
3123
+ "fonctionnalité est recommandée si vous avez plus de 2000-3000 lignes. "
3124
+ "Obligatoire pour les tables modifiables."
3125
+
3126
+ #: templates/admin/table-settings/table_settings_block.inc.php:152
3127
+ msgid "Enable server-side processing"
3128
+ msgstr "Enable server-side processing"
3129
+
3130
+ #: templates/admin/table-settings/table_settings_block.inc.php:168
3131
+ msgid "MySQL Query"
3132
+ msgstr "Requête MySQL "
3133
+
3134
+ #: templates/admin/table-settings/table_settings_block.inc.php:170
3135
+ msgid ""
3136
+ "Enter the text of your MySQL query here - please make sure it returns actual "
3137
+ "data first. You can use a number of placeholders to make the dataset in the "
3138
+ "table flexible and be able to return different sets of data by calling it "
3139
+ "with different shortcodes."
3140
+ msgstr ""
3141
+ "Entrez le texte de votre requête MySQL ici - s'il vous plaît assurez-vous "
3142
+ "qu'il renvoie avant tout des données réelles. Vous pouvez utiliser un nombre "
3143
+ "d'espaces réservés pour rendre le jeu de données dans un tableau flexible et "
3144
+ "pouvoir renvoyer différents jeux de données en l'appelant avec différents "
3145
+ "codes courts."
3146
+
3147
+ #: templates/admin/table-settings/table_settings_block.inc.php:177
3148
+ #: templates/edit_table.inc.php:292
3149
+ msgid "Auto-refresh"
3150
+ msgstr "Actualisation automatique"
3151
+
3152
+ #: templates/admin/table-settings/table_settings_block.inc.php:179
3153
+ msgid ""
3154
+ "If you enter a non-zero value, table will auto-refresh to show actual data "
3155
+ "with a given interval of seconds. Leave zero or empty not to use auto-"
3156
+ "refresh."
3157
+ msgstr ""
3158
+ "Si vous entrez une valeur différente de zéro, le tableau s'actualisera "
3159
+ "automatiquement pour afficher les données réelles avec un intervalle de "
3160
+ "secondes donné. Laissez zéro ou vide pour ne pas utiliser l'actualisation "
3161
+ "automatique."
3162
+
3163
+ #: templates/admin/table-settings/table_settings_block.inc.php:184
3164
+ msgid "Auto-refresh interval in seconds (zero or blank to disable)"
3165
+ msgstr ""
3166
+ "Intervalle de rafraîchissement automatique en secondes (zéro ou vide pour "
3167
+ "désactiver)"
3168
+
3169
+ #: templates/admin/table-settings/table_settings_block.inc.php:202
3170
+ #: templates/edit_table.inc.php:58
3171
+ msgid "Table title"
3172
+ msgstr "Titre du tableau"
3173
+
3174
+ #: templates/admin/table-settings/table_settings_block.inc.php:210
3175
+ #: templates/edit_table.inc.php:67
3176
+ msgid "Show table title"
3177
+ msgstr "Afficher le titre du tableau"
3178
+
3179
+ #: templates/admin/table-settings/table_settings_block.inc.php:217
3180
+ msgid ""
3181
+ "Enable this to show the table title in a h3 block above the table, disable "
3182
+ "to hide."
3183
+ msgstr ""
3184
+ "Activez cette option pour afficher le titre du tableau dans un bloc h3 au-"
3185
+ "dessus du tableau, puis désactivez-la pour la masquer."
3186
+
3187
+ #: templates/admin/table-settings/table_settings_block.inc.php:224
3188
+ msgid "Show table title on the page"
3189
+ msgstr "Afficher le titre du tableau sur la page"
3190
+
3191
+ #: templates/admin/table-settings/table_settings_block.inc.php:234
3192
+ msgid "Responsiveness"
3193
+ msgstr "Réactivité"
3194
+
3195
+ #: templates/admin/table-settings/table_settings_block.inc.php:242
3196
+ msgid "Responsive design"
3197
+ msgstr "Design réactif"
3198
+
3199
+ #: templates/admin/table-settings/table_settings_block.inc.php:249
3200
+ msgid "Enable this to allow responsiveness in the table."
3201
+ msgstr "Activez cette option pour permettre la réactivité dans le tableau."
3202
+
3203
+ #: templates/admin/table-settings/table_settings_block.inc.php:250
3204
+ msgid ""
3205
+ "Please do not forget to define which columns will be hidden on mobiles and "
3206
+ "tablets in the column settings!"
3207
+ msgstr ""
3208
+ "N'oubliez pas de définir quelles colonnes seront cachées sur les mobiles et "
3209
+ "les tablettes dans les paramètres de colonne!"
3210
+
3211
+ #: templates/admin/table-settings/table_settings_block.inc.php:257
3212
+ msgid "Allow collapsing on mobiles and tablets"
3213
+ msgstr "Autoriser l'écrasement sur les mobiles et les tablettes"
3214
+
3215
+ #: templates/admin/table-settings/table_settings_block.inc.php:267
3216
+ msgid "Hide until loaded"
3217
+ msgstr "Cacher jusqu'au chargement"
3218
+
3219
+ #: templates/admin/table-settings/table_settings_block.inc.php:269
3220
+ msgid ""
3221
+ "Enable to make whole table hidden until it is initialized to prevent "
3222
+ "unformatted data flashing"
3223
+ msgstr ""
3224
+ "Permet de masquer l'intégralité de la table jusqu'à ce qu'elle soit "
3225
+ "initialisée pour éviter que des données non formatées ne clignotent"
3226
+
3227
+ #: templates/admin/table-settings/table_settings_block.inc.php:273
3228
+ msgid "Hide the table before it is fully loaded"
3229
+ msgstr "Cacher la table avant qu'elle ne soit complètement chargée"
3230
+
3231
+ #: templates/admin/table-settings/table_settings_block.inc.php:287
3232
+ msgid "Default rows per page"
3233
+ msgstr "Lignes par défaut par page"
3234
+
3235
+ #: templates/admin/table-settings/table_settings_block.inc.php:295
3236
+ #: templates/admin/table-settings/table_settings_block.inc.php:330
3237
+ msgid "Rows per page"
3238
+ msgstr "Lignes par page"
3239
+
3240
+ #: templates/admin/table-settings/table_settings_block.inc.php:302
3241
+ msgid "How many rows to show per page by default."
3242
+ msgstr "Combien de lignes afficher par page par défaut."
3243
+
3244
+ #: templates/admin/table-settings/table_settings_block.inc.php:338
3245
+ msgid "Show X entries"
3246
+ msgstr "Afficher X entrées"
3247
+
3248
+ #: templates/admin/table-settings/table_settings_block.inc.php:345
3249
+ msgid ""
3250
+ "Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
3251
+ "frontend."
3252
+ msgstr ""
3253
+ "Activez/désactivez cette option pour afficher/masquer \"Afficher X entrées\" "
3254
+ "par page liste déroulante sur le frontend."
3255
+
3256
+ #: templates/admin/table-settings/table_settings_block.inc.php:352
3257
+ msgid "Show \"Show X entries\" dropdown"
3258
+ msgstr "Afficher le menu déroulant \"Afficher X entrées\""
3259
+
3260
+ #: templates/admin/table-settings/table_settings_block.inc.php:370
3261
+ msgid "Scrollable table"
3262
+ msgstr "Tableau à barre de défilement horizontale"
3263
+
3264
+ #: templates/admin/table-settings/table_settings_block.inc.php:377
3265
+ msgid "Enable this to enable a horizontal scrollbar below the table."
3266
+ msgstr ""
3267
+ "Activez cette option pour activer une barre de défilement horizontale sous "
3268
+ "la table."
3269
+
3270
+ #: templates/admin/table-settings/table_settings_block.inc.php:378
3271
+ msgid "This should be turned off if you want to set columns width manually."
3272
+ msgstr ""
3273
+ "Cette option doit être désactivée si vous souhaitez définir la largeur des "
3274
+ "colonnes manuellement."
3275
+
3276
+ #: templates/admin/table-settings/table_settings_block.inc.php:385
3277
+ msgid "Show a horizontal scrollbar"
3278
+ msgstr "Afficher une barre de défilement horizontale"
3279
+
3280
+ #: templates/admin/table-settings/table_settings_block.inc.php:400
3281
+ #: templates/admin/table-settings/table_settings_block.inc.php:408
3282
+ msgid "Info block"
3283
+ msgstr "Bloc d'information"
3284
+
3285
+ #: templates/admin/table-settings/table_settings_block.inc.php:415
3286
+ msgid ""
3287
+ "Enable to show a block of information about the number of records below the "
3288
+ "table."
3289
+ msgstr ""
3290
+ "Permet d'afficher un bloc d'informations sur le nombre d'enregistrements "
3291
+ "sous le tableau."
3292
+
3293
+ #: templates/admin/table-settings/table_settings_block.inc.php:422
3294
+ msgid "Show information block below the table"
3295
+ msgstr "Afficher le bloc d'informations sous le tableau"
3296
+
3297
+ #: templates/admin/table-settings/table_settings_block.inc.php:432
3298
+ #: templates/admin/table-settings/table_settings_block.inc.php:440
3299
+ msgid "Limit table width"
3300
+ msgstr "Largeur de tableau limite"
3301
+
3302
+ #: templates/admin/table-settings/table_settings_block.inc.php:447
3303
+ msgid "Enable this to restrict table width to page width."
3304
+ msgstr ""
3305
+ "Activez cette option pour restreindre la largeur du tableau à la largeur de "
3306
+ "la page."
3307
+
3308
+ #: templates/admin/table-settings/table_settings_block.inc.php:448
3309
+ msgid ""
3310
+ "This should be turned on if you want to set columns width manually. Should "
3311
+ "be on to use word wrapping."
3312
+ msgstr ""
3313
+ "Cela doit être activé si vous souhaitez définir la largeur des colonnes "
3314
+ "manuellement. Devrait être activé pour utiliser l'enveloppe de mots."
3315
+
3316
+ #: templates/admin/table-settings/table_settings_block.inc.php:455
3317
+ msgid "Limit table width to page width"
3318
+ msgstr "Limiter la largeur du tableau à la largeur de la page"
3319
+
3320
+ #: templates/admin/table-settings/table_settings_block.inc.php:465
3321
+ #: templates/admin/table-settings/table_settings_block.inc.php:473
3322
+ #: templates/edit_table.inc.php:392
3323
+ msgid "Word wrap"
3324
+ msgstr "Enveloppe de mots"
3325
+
3326
+ #: templates/admin/table-settings/table_settings_block.inc.php:480
3327
+ msgid ""
3328
+ "Enable this to wrap long strings into multiple lines and stretch the cells "
3329
+ "height."
3330
+ msgstr ""
3331
+ "Activez cette option pour envelopper les longues chaînes de caractères en "
3332
+ "plusieurs lignes et étirer la hauteur des cellules."
3333
+
3334
+ #: templates/admin/table-settings/table_settings_block.inc.php:487
3335
+ msgid "Wrap words to newlines"
3336
+ msgstr "Envelopper les mots dans les nouvelles lignes"
3337
+
3338
+ #: templates/admin/table-settings/table_settings_block.inc.php:508
3339
+ msgid "Advanced column filters"
3340
+ msgstr "Filtres de colonne avancés"
3341
+
3342
+ #: templates/admin/table-settings/table_settings_block.inc.php:516
3343
+ msgid "Advanced filter"
3344
+ msgstr "Filtre avancé"
3345
+
3346
+ #: templates/admin/table-settings/table_settings_block.inc.php:523
3347
+ msgid ""
3348
+ "Enable to show an advanced filter for each of the columns, filters can be "
3349
+ "shown in table footer, header or in a separate form."
3350
+ msgstr ""
3351
+ "Activer pour afficher un filtre avancé pour chacune des colonnes, les "
3352
+ "filtres peuvent être affichés dans le pied de page du tableau, l'en-tête ou "
3353
+ "dans un formulaire séparé."
3354
+
3355
+ #: templates/admin/table-settings/table_settings_block.inc.php:530
3356
+ msgid "Enable advanced column filters"
3357
+ msgstr "Activer les filtres de colonne avancés"
3358
+
3359
+ #: templates/admin/table-settings/table_settings_block.inc.php:555
3360
+ msgid ""
3361
+ "If this is enabled, each column header will be clickable; clicking will sort "
3362
+ "the whole table by the content of this column cells ascending or descending."
3363
+ msgstr ""
3364
+ "Si cette option est activée, chaque en-tête de colonne sera cliquable; en "
3365
+ "cliquant, vous trierez tout le tableau en fonction du contenu de cette "
3366
+ "colonne en ordre croissant ou décroissant."
3367
+
3368
+ #: templates/admin/table-settings/table_settings_block.inc.php:562
3369
+ msgid "Allow sorting for the table"
3370
+ msgstr "Autoriser le tri pour le tableau"
3371
+
3372
+ #: templates/admin/table-settings/table_settings_block.inc.php:572
3373
+ msgid "Main search block"
3374
+ msgstr "Bloc de recherche principal"
3375
+
3376
+ #: templates/admin/table-settings/table_settings_block.inc.php:580
3377
+ msgid "Global search"
3378
+ msgstr ""
3379
+
3380
+ #: templates/admin/table-settings/table_settings_block.inc.php:587
3381
+ msgid ""
3382
+ "If this is enabled, a search block will be displayed on the top right of the "
3383
+ "table, allowing to search through whole table with a single input."
3384
+ msgstr ""
3385
+ "Si cette option est activée, un bloc de recherche sera affiché en haut à "
3386
+ "droite de la table, ce qui permettra de parcourir un tableau entier avec une "
3387
+ "seule entrée."
3388
+
3389
+ #: templates/admin/table-settings/table_settings_block.inc.php:594
3390
+ msgid "Enable search block"
3391
+ msgstr "Activer le bloc de recherche"
3392
+
3393
+ #: templates/admin/table-settings/table_settings_block.inc.php:610
3394
+ msgid "Filters in a form"
3395
+ msgstr "Filtres dans un formulaire"
3396
+
3397
+ #: templates/admin/table-settings/table_settings_block.inc.php:617
3398
+ #: templates/edit_table.inc.php:340
3399
+ msgid "Filter in form"
3400
+ msgstr "Filtrer sous forme"
3401
+
3402
+ #: templates/admin/table-settings/table_settings_block.inc.php:624
3403
+ msgid ""
3404
+ "Enable to show the advanced column filter in a form above the table, instead "
3405
+ "of showing in the table footer/header."
3406
+ msgstr ""
3407
+ "Activez pour afficher le filtre de colonne avancé dans un formulaire au-"
3408
+ "dessus de la table, au lieu de l'afficher dans le pied de page/en-tête du "
3409
+ "tableau."
3410
+
3411
+ #: templates/admin/table-settings/table_settings_block.inc.php:631
3412
+ msgid "Show filters in a form above the table"
3413
+ msgstr "Afficher les filtres dans un formulaire au-dessus du tableau"
3414
+
3415
+ #: templates/admin/table-settings/table_settings_block.inc.php:641
3416
+ msgid "Clear filters button"
3417
+ msgstr "Bouton effacer les filtres"
3418
+
3419
+ #: templates/admin/table-settings/table_settings_block.inc.php:648
3420
+ #: templates/frontend/filter_form.inc.php:32
3421
+ msgid "Clear filters"
3422
+ msgstr "Effacer les filtres"
3423
+
3424
+ #: templates/admin/table-settings/table_settings_block.inc.php:652
3425
+ msgid "Enable to show the clear filters button."
3426
+ msgstr "Activer pour afficher le bouton effacer les filtres."
3427
+
3428
+ #: templates/admin/table-settings/table_settings_block.inc.php:653
3429
+ msgid ""
3430
+ "If filter in form is enabled, clear button will be rendered after the last "
3431
+ "filter."
3432
+ msgstr ""
3433
+ "Si le filtre dans le formulaire est activé, le bouton effacer sera rendu "
3434
+ "après le dernier filtre."
3435
+
3436
+ #: templates/admin/table-settings/table_settings_block.inc.php:658
3437
+ msgid ""
3438
+ "Otherwise, clear filter button will be rendered above the table next to "
3439
+ "\"Table Tools\" buttons."
3440
+ msgstr ""
3441
+ "Sinon, le bouton effacer filtre sera affiché au-dessus du tableau à côté des "
3442
+ "boutons \"Outils du tableau\"."
3443
+
3444
+ #: templates/admin/table-settings/table_settings_block.inc.php:669
3445
+ msgid "Show clear filters button"
3446
+ msgstr "Afficher le bouton effacer les filtres"
3447
+
3448
+ #: templates/admin/table-settings/table_settings_block.inc.php:691
3449
+ msgid "Allow editing"
3450
+ msgstr "Autoriser l'édition"
3451
+
3452
+ #: templates/admin/table-settings/table_settings_block.inc.php:699
3453
+ #: templates/edit_table.inc.php:180
3454
+ msgid "Front-end editing"
3455
+ msgstr "Modification front-end"
3456
+
3457
+ #: templates/admin/table-settings/table_settings_block.inc.php:706
3458
+ msgid "Allow editing the table from the front-end."
3459
+ msgstr "Autoriser l'édition du tableau à partir du front-end."
3460
+
3461
+ #: templates/admin/table-settings/table_settings_block.inc.php:713
3462
+ msgid "Allow front-end editing"
3463
+ msgstr "Autoriser l'édition front-end"
3464
+
3465
+ #: templates/admin/table-settings/table_settings_block.inc.php:723
3466
+ msgid "Popover edit block"
3467
+ msgstr "Bloc d'édition Popover"
3468
+
3469
+ #: templates/admin/table-settings/table_settings_block.inc.php:731
3470
+ #: templates/edit_table.inc.php:232
3471
+ msgid "Popover tools"
3472
+ msgstr "Outils Popover"
3473
+
3474
+ #: templates/admin/table-settings/table_settings_block.inc.php:738
3475
+ msgid ""
3476
+ "If this is enabled, the New, Edit and Delete buttons will appear in a "
3477
+ "popover when you click on any row, instead of Table Tools block above the "
3478
+ "table."
3479
+ msgstr ""
3480
+ "Si cette option est activée, les boutons Nouveau, Modifier et Supprimer "
3481
+ "s'affichent dans un popover lorsque vous cliquez sur une ligne quelconque, "
3482
+ "au lieu du bloc Outils de tableau situé au-dessus du tableau."
3483
+
3484
+ #: templates/admin/table-settings/table_settings_block.inc.php:745
3485
+ msgid "Editing buttons in a popover"
3486
+ msgstr "Modification de boutons dans un popover"
3487
+
3488
+ #: templates/admin/table-settings/table_settings_block.inc.php:755
3489
+ #: templates/admin/table-settings/table_settings_block.inc.php:763
3490
+ msgid "In-line editing"
3491
+ msgstr "Édition en ligne"
3492
+
3493
+ #: templates/admin/table-settings/table_settings_block.inc.php:770
3494
+ msgid ""
3495
+ "If this is enabled, front-end users will be able to edit cells by double-"
3496
+ "clicking them, not only with the editor dialog."
3497
+ msgstr ""
3498
+ "Si cette option est activée, les utilisateurs front-end pourront modifier "
3499
+ "les cellules en double-cliquant dessus, pas seulement avec la boîte de "
3500
+ "dialogue de l'éditeur."
3501
+
3502
+ #: templates/admin/table-settings/table_settings_block.inc.php:777
3503
+ msgid "Allow in-line editing"
3504
+ msgstr "Autoriser l'édition en ligne"
3505
+
3506
+ #: templates/admin/table-settings/table_settings_block.inc.php:794
3507
+ #: templates/edit_table.inc.php:192
3508
+ msgid "MySQL table name for editing"
3509
+ msgstr "Nom de la table MySQL pour l'édition"
3510
+
3511
+ #: templates/admin/table-settings/table_settings_block.inc.php:796
3512
+ msgid ""
3513
+ "Name of the MySQL table which will be updated when edited from front-end."
3514
+ msgstr ""
3515
+ "Nom de la table MySQL qui sera mis à jour lors de l'édition du front-end."
3516
+
3517
+ #: templates/admin/table-settings/table_settings_block.inc.php:801
3518
+ msgid "MySQL table name"
3519
+ msgstr "Nom de la table MySQL"
3520
+
3521
+ #: templates/admin/table-settings/table_settings_block.inc.php:810
3522
+ #: templates/edit_table.inc.php:203
3523
+ msgid "ID column for editing"
3524
+ msgstr "Colonne d'identification pour l'édition"
3525
+
3526
+ #: templates/admin/table-settings/table_settings_block.inc.php:812
3527
+ msgid ""
3528
+ "Choose the column values from which will be used as row identifiers. MUST be "
3529
+ "a unique auto-increment integer on MySQL side so insert/edit/delete would "
3530
+ "work correctly! wpDataTables will guess the correct column if it is called "
3531
+ "\"id\" or \"ID\" on MySQL side."
3532
+ msgstr ""
3533
+ "Choisissez les valeurs de colonne qui seront utilisées comme identificateurs "
3534
+ "de ligne. DOIT être un nombre entier unique auto-incrémenté côté MySQL, "
3535
+ "ainsi insérer/modifier/supprimer fonctionnent correctement! wpDataTables "
3536
+ "devinera la colonne correcte si elle s'appelle \"id\" ou \"ID\" côté MySQL."
3537
 
3538
+ #: templates/admin/table-settings/table_settings_block.inc.php:826
3539
+ #: templates/edit_table.inc.php:267
3540
+ msgid "Editor roles"
3541
+ msgstr "Rôles de l'éditeur"
3542
 
3543
+ #: templates/admin/table-settings/table_settings_block.inc.php:828
3544
  msgid ""
3545
+ "If you want only specific user roles to be able to edit the table, choose in "
3546
+ "this dropdown. Leave unchecked to allow editing for everyone."
3547
  msgstr ""
3548
+ "Si vous souhaitez que seuls des rôles d'utilisateur spécifiques puissent "
3549
+ "modifier le tableau, choisissez dans cette liste déroulante. Ne cochez pas "
3550
+ "la case pour permettre l'édition à tout le monde."
3551
 
3552
+ #: templates/admin/table-settings/table_settings_block.inc.php:833
3553
+ msgid "Everyone"
3554
+ msgstr "Tout le monde"
3555
 
3556
+ #: templates/admin/table-settings/table_settings_block.inc.php:834
3557
+ msgid "Administrators"
3558
  msgstr ""
 
 
3559
 
3560
+ #: templates/admin/table-settings/table_settings_block.inc.php:835
3561
+ #, fuzzy
3562
+ #| msgid "Editor roles"
3563
+ msgid "Editors"
3564
+ msgstr "Rôles de l'éditeur"
3565
 
3566
+ #: templates/admin/table-settings/table_settings_block.inc.php:836
3567
+ msgid "Authors"
3568
  msgstr ""
 
 
3569
 
3570
+ #: templates/admin/table-settings/table_settings_block.inc.php:837
3571
+ msgid "Contributors"
3572
+ msgstr ""
 
 
 
 
3573
 
3574
+ #: templates/admin/table-settings/table_settings_block.inc.php:838
3575
+ msgid "Subscribers"
3576
+ msgstr ""
3577
 
3578
+ #: templates/admin/table-settings/table_settings_block.inc.php:853
3579
+ msgid "Users see and edit only own data"
3580
+ msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
3581
 
3582
+ #: templates/admin/table-settings/table_settings_block.inc.php:861
3583
+ msgid "Users see and edit only their own data"
3584
+ msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
3585
 
3586
+ #: templates/admin/table-settings/table_settings_block.inc.php:868
3587
  msgid ""
3588
+ "If this is enabled, users will see and edit only the rows that are related "
3589
+ "to them or were created by them (associated using the User ID column)."
3590
  msgstr ""
3591
+ "Si cette option est activée, les utilisateurs ne verront et ne modifieront "
3592
+ "que les lignes qui leur sont associées ou qui ont été créées par eux "
3593
+ "(associées à l'aide de la colonne ID utilisateur)."
3594
 
3595
+ #: templates/admin/table-settings/table_settings_block.inc.php:875
3596
+ msgid "Limit editing to own data only"
3597
+ msgstr "Limiter l'édition à vos propres données uniquement"
3598
 
3599
+ #: templates/admin/table-settings/table_settings_block.inc.php:885
3600
+ #: templates/edit_table.inc.php:250
3601
+ msgid "User ID column"
3602
+ msgstr "Colonne ID utilisateur"
3603
 
3604
+ #: templates/admin/table-settings/table_settings_block.inc.php:887
3605
+ msgid ""
3606
+ "Choose the column values from which will be used as User identifiers. "
3607
+ "References the ID from WordPress Users table (wp_users), MUST be defined as "
3608
+ "an integer on MySQL side."
3609
+ msgstr ""
3610
+ "Choisissez les valeurs de colonne à partir desquelles seront utilisés les "
3611
+ "identificateurs d'utilisateur. Références de l'ID de la table des "
3612
+ "utilisateurs WordPress (wp_users), DOIT être défini comme un entier du côté "
3613
+ "MySQL."
3614
+
3615
+ #: templates/admin/table-settings/table_settings_block.inc.php:920
3616
+ #: templates/edit_table.inc.php:350
3617
+ msgid "Table tools"
3618
+ msgstr "Outils de table"
3619
 
3620
+ #: templates/admin/table-settings/table_settings_block.inc.php:927
3621
  msgid ""
3622
+ "If this is enabled, a toolbar with useful tools will be shown above the table"
 
3623
  msgstr ""
3624
+ "Si cette option est activée, une barre d'outils contenant des outils utiles "
3625
+ "sera affichée au-dessus du tableau."
3626
 
3627
+ #: templates/admin/table-settings/table_settings_block.inc.php:934
3628
+ msgid "Enable Table Tools"
3629
+ msgstr "Activer les outils de tableau"
3630
+
3631
+ #: templates/admin/table-settings/table_settings_block.inc.php:944
3632
+ msgid "Buttons"
3633
+ msgstr "Boutons"
3634
+
3635
+ #: templates/admin/table-settings/table_settings_block.inc.php:946
3636
+ msgid "Choose which buttons to show in the Table Tools block."
3637
+ msgstr "Choisissez les boutons à afficher dans le bloc Outils de tableau."
3638
+
3639
+ #: templates/admin/table-settings/table_settings_block.inc.php:952
3640
+ msgid "Columns visibility"
3641
+ msgstr "Visibilité des colonnes"
3642
 
3643
+ #: templates/admin/table-settings/table_settings_block.inc.php:974
3644
  msgid ""
3645
+ "Placeholders can be understood as predefined ‘search and replace‘ templates; "
3646
+ "that will be replaced with some actual values at the execution time; usually "
3647
+ "this is used for MySQL queries."
3648
  msgstr ""
3649
+ "Les espaces réservés peuvent être compris comme des modèles prédéfinis de "
3650
+ "«recherche et de remplacement»; qui seront remplacés par des valeurs réelles "
3651
+ "au moment de l'exécution; généralement, ceci est utilisé pour les requêtes "
3652
+ "MySQL."
3653
 
3654
+ #: templates/admin/table-settings/table_settings_block.inc.php:986
3655
+ #: templates/admin/table-settings/table_settings_block.inc.php:1001
3656
+ #: templates/admin/table-settings/table_settings_block.inc.php:1016
3657
+ msgid ""
3658
+ "This placeholder will be replaced with any value that you will provide in a "
3659
+ "shortcode. Provide a default value here that will be used for table "
3660
+ "generation and when a different one is not defined in the shortcode."
3661
+ msgstr ""
3662
+ "Cet espace réservé sera remplacé par toute valeur que vous fournirez dans un "
3663
+ "shortcode. Indiquez ici une valeur par défaut qui sera utilisée pour la "
3664
+ "génération de tableaux et quand une différente valeur n'est pas définie dans "
3665
+ "le shortcode."
3666
 
3667
+ #: templates/admin/table-settings/table_settings_block.inc.php:991
3668
+ #: templates/admin/table-settings/table_settings_block.inc.php:1006
3669
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
3670
+ #: templates/admin/table-settings/table_settings_block.inc.php:1043
3671
+ #: templates/admin/table-settings/table_settings_block.inc.php:1061
3672
+ #: templates/admin/table-settings/table_settings_block.inc.php:1078
3673
+ #: templates/admin/table-settings/table_settings_block.inc.php:1099
3674
+ msgid "Default for table generation"
3675
+ msgstr "Par défaut pour la génération de table"
3676
 
3677
+ #: templates/admin/table-settings/table_settings_block.inc.php:1037
3678
+ msgid ""
3679
+ "This placeholder will be replaced with the ID of currently logged in user. "
3680
+ "Provide a value here to be used for table generation"
3681
+ msgstr ""
3682
+ "Cet espace réservé sera remplacé par l'ID de l'utilisateur actuellement "
3683
+ "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
3684
 
3685
+ #: templates/admin/table-settings/table_settings_block.inc.php:1053
3686
+ msgid ""
3687
+ "This placeholder will be replaced with the login of currently logged in "
3688
+ "user. Provide a value here to be used for table generation"
3689
+ msgstr ""
3690
+ "Cet espace réservé sera remplacé par le login de l'utilisateur actuellement "
3691
+ "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
3692
 
3693
+ #: templates/admin/table-settings/table_settings_block.inc.php:1071
3694
  msgid ""
3695
+ "This placeholder will be replaced with the current prefix of WordPress "
3696
+ "database. Provide a value here to be used for table generation"
3697
  msgstr ""
3698
+ "Cet espace réservé sera remplacé par le préfixe actuel de la base de données "
3699
+ "WordPress. Indiquez ici une valeur à utiliser pour la génération de table"
3700
 
3701
+ #: templates/admin/table-settings/table_settings_block.inc.php:1094
3702
+ msgid ""
3703
+ "This placeholder will be replaced with the ID of current post. Provide a "
3704
+ "value here to be used for table generation"
3705
+ msgstr ""
3706
+ "Cet espace réservé sera remplacé par l'ID du message en cours. Indiquez ici "
3707
+ "une valeur à utiliser pour la génération de table"
3708
 
3709
+ #: templates/browse.inc.php:8
3710
+ #, fuzzy
3711
+ #| msgid "Add New"
3712
+ msgid "Add new"
3713
+ msgstr "Ajouter un nouveau"
3714
+
3715
+ #: templates/browse.inc.php:39 templates/browse.inc.php:101
3716
+ #: templates/browse_charts.inc.php:28
3717
+ #, fuzzy
3718
+ #| msgid "Are you sure?"
3719
+ msgid "Are you sure"
3720
+ msgstr "Êtes-vous sûr?"
3721
+
3722
+ #: templates/browse.inc.php:57
3723
+ msgid "copy"
3724
  msgstr ""
 
 
3725
 
3726
+ #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
3727
+ msgid "wpDataTables documentation on Charts"
3728
+ msgstr ""
3729
 
3730
+ #: templates/browse_charts.inc.php:9
3731
+ #, fuzzy
3732
+ #| msgid "Line chart"
3733
+ msgid "Add new chart"
3734
+ msgstr "Graphique en ligne"
3735
+
3736
+ #: templates/chart_wizard.inc.php:17
3737
+ #, fuzzy
3738
+ #| msgid "New wpDataTable Chart"
3739
+ msgid "wpDataTables Chart Wizard"
3740
+ msgstr "Nouveau graphique wpDataTable"
3741
+
3742
+ #: templates/chart_wizard.inc.php:24 templates/constructor.inc.php:19
3743
+ #: templates/edit_table.inc.php:30 templates/edit_table.inc.php:431
3744
+ #: templates/settings.inc.php:24 templates/settings.inc.php:202
3745
+ #: templates/settings.inc.php:444
3746
+ #, fuzzy
3747
+ #| msgid "Click to copy shortcode"
3748
+ msgid "Click to toggle"
3749
+ msgstr "Cliquez pour copier le shortcode"
3750
+
3751
+ #: templates/chart_wizard.inc.php:44
3752
+ #, fuzzy
3753
+ #| msgid "Sorting"
3754
+ msgid "Formatting"
3755
+ msgstr "Tri"
3756
+
3757
+ #: templates/chart_wizard.inc.php:59
3758
+ #, fuzzy
3759
+ #| msgid "Chart render engine"
3760
+ msgid "Chart title, rendering engine and type"
3761
+ msgstr "Moteur de rendu de graphique"
3762
+
3763
+ #: templates/chart_wizard.inc.php:66
3764
+ #, fuzzy
3765
+ #| msgid ""
3766
+ #| "Please define the title of the chart that you will use to identify it"
3767
+ msgid "What is the title of the chart that you will use to identify it?"
3768
  msgstr ""
3769
+ "Veuillez définir le titre du graphique que vous utiliserez pour l'identifier"
 
3770
 
3771
+ #: templates/chart_wizard.inc.php:88
3772
+ msgid "Pick a Google chart type"
3773
+ msgstr ""
3774
 
3775
+ #: templates/chart_wizard.inc.php:106
3776
+ msgid "Pick a Highcharts chart type"
3777
  msgstr ""
 
 
3778
 
3779
+ #: templates/common/delete_modal.inc.php:28
3780
+ msgid "Please confirm deletion. There is no undo!"
3781
+ msgstr ""
3782
+ "S'il vous plaît confirmer la suppression. Il n'y a pas d'annulation de "
3783
+ "changement!"
3784
 
3785
+ #: templates/constructor.inc.php:14
3786
+ msgid "wpDataTables documentation on Table Consturctor"
 
3787
  msgstr ""
 
 
3788
 
3789
+ #: templates/constructor.inc.php:14 templates/edit_table.inc.php:11
3790
+ msgid "if you have some questions or problems."
3791
+ msgstr ""
3792
+
3793
+ #: templates/constructor.inc.php:15
3794
+ #, fuzzy
3795
+ #| msgid "wpDataTables"
3796
+ msgid "wpDataTable constructor"
3797
+ msgstr "wpDataTables"
3798
+
3799
+ #: templates/edit_table.inc.php:11
3800
+ msgid "wpDataTables documentation on this page"
3801
+ msgstr ""
3802
+
3803
+ #: templates/edit_table.inc.php:19
3804
+ msgid "To insert the table on your page use the shortcode"
3805
+ msgstr ""
3806
+
3807
+ #: templates/edit_table.inc.php:32
3808
+ #, fuzzy
3809
+ #| msgid "Color and font settings"
3810
+ msgid "Data source and main settings"
3811
+ msgstr "Paramètres de couleur et de police"
3812
+
3813
+ #: templates/edit_table.inc.php:46
3814
+ msgid "General setup"
3815
+ msgstr ""
3816
+
3817
+ #: templates/edit_table.inc.php:62
3818
+ #, fuzzy
3819
+ #| msgid ""
3820
+ #| "If you want to redefine the series labels and colors you can do it here."
3821
+ msgid "If you want to display a header above your table, enter it here"
3822
+ msgstr ""
3823
+ "Si vous souhaitez redéfinir les étiquettes et les couleurs des séries, vous "
3824
+ "pouvez le faire ici."
3825
+
3826
+ #: templates/edit_table.inc.php:71
3827
+ #, fuzzy
3828
+ #| msgid "Do you want to show the chart title on the page"
3829
+ msgid "Uncheck if you do not want to show the table title on the page"
3830
+ msgstr "Voulez-vous afficher le titre du graphique sur la page"
3831
+
3832
+ #: templates/edit_table.inc.php:77
3833
+ #, fuzzy
3834
+ #| msgid "Table title"
3835
+ msgid "Table type"
3836
+ msgstr "Titre du tableau"
3837
 
3838
+ #: templates/edit_table.inc.php:81
3839
+ #, fuzzy
3840
+ #| msgid "Select a data source type"
3841
+ msgid "Select a table type..."
3842
+ msgstr "Sélectionnez un type de source de données"
3843
+
3844
+ #: templates/edit_table.inc.php:83
3845
  msgid ""
3846
+ "MySQL\n"
3847
+ "\t\t\t\t\t\t\t\t\t\t\t\t\t\tquery"
3848
  msgstr ""
 
 
3849
 
3850
+ #: templates/edit_table.inc.php:93
3851
+ msgid "Choose a type of input source for your table"
3852
+ msgstr ""
3853
+
3854
+ #: templates/edit_table.inc.php:102
3855
+ #, fuzzy
3856
+ #| msgid "HTML editor"
3857
+ msgid "Go to editor"
3858
+ msgstr "Editeur HTML"
3859
+
3860
+ #: templates/edit_table.inc.php:103
3861
+ #, fuzzy
3862
+ #| msgid "Edit in Excel-like editor"
3863
+ msgid "Go to Excel-like editor"
3864
+ msgstr "Modifier dans un éditeur de type Excel"
3865
+
3866
+ #: templates/edit_table.inc.php:104
3867
+ msgid "Open the table in back-end editor to modify table data"
3868
+ msgstr ""
3869
 
3870
+ #: templates/edit_table.inc.php:110
3871
  msgid ""
3872
+ "Enter MySQL SELECT query that will return the data for your wpDataTable. "
3873
+ "Make sure that this query works and returns data. If you are not sure what "
3874
+ "is a MySQL query please consider using Excel data source, or spend some time "
3875
+ "reading MySQL manuals"
3876
+ msgstr ""
3877
+
3878
+ #: templates/edit_table.inc.php:116
3879
+ #, fuzzy
3880
+ #| msgid ""
3881
+ #| "Enter the text of your MySQL query here - please make sure it returns "
3882
+ #| "actual data first. You can use a number of placeholders to make the "
3883
+ #| "dataset in the table flexible and be able to return different sets of "
3884
+ #| "data by calling it with different shortcodes."
3885
+ msgid ""
3886
+ "Enter the text of your MySQL query here. You can use a number of "
3887
+ "placeholders to make the dataset in the table flexible and be able to return "
3888
+ "different sets of data by calling it with different shortcodes"
3889
+ msgstr ""
3890
+ "Entrez le texte de votre requête MySQL ici - s'il vous plaît assurez-vous "
3891
+ "qu'il renvoie avant tout des données réelles. Vous pouvez utiliser un nombre "
3892
+ "d'espaces réservés pour rendre le jeu de données dans un tableau flexible et "
3893
+ "pouvoir renvoyer différents jeux de données en l'appelant avec différents "
3894
+ "codes courts."
3895
+
3896
+ #: templates/edit_table.inc.php:117
3897
+ msgid "MySQL query placeholders (toggle show/hide)"
3898
+ msgstr ""
3899
+
3900
+ #: templates/edit_table.inc.php:121
3901
+ #, fuzzy
3902
+ #| msgid "Placeholders"
3903
+ msgid "Placeholder"
3904
+ msgstr "Espaces réservés"
3905
+
3906
+ #: templates/edit_table.inc.php:122
3907
+ msgid "Description, example"
3908
  msgstr ""
 
 
3909
 
3910
+ #: templates/edit_table.inc.php:123
3911
+ #, fuzzy
3912
+ #| msgid "Default for table generation"
3913
+ msgid "Define default for table generation"
3914
+ msgstr "Par défaut pour la génération de table"
3915
 
3916
+ #: templates/edit_table.inc.php:130
3917
  msgid ""
3918
+ "Returns the numeric value of the currently logged in user ID (wp_users "
3919
+ "table). Returns 0 for non-logged in users. If your current user does not "
3920
+ "have rows in the table you can redefine it here (it will not be stored, used "
3921
+ "only to read the table structure)."
3922
  msgstr ""
 
 
3923
 
3924
+ #: templates/edit_table.inc.php:131
3925
+ msgid "Example: SELECT * FROM mytable WHERE user_id = %CURRENT_USER_ID%"
3926
+ msgstr ""
3927
 
3928
+ #: templates/edit_table.inc.php:138
3929
  msgid ""
3930
+ "Variable for using in the shortcode. Can be used in filter values. It is "
3931
+ "necessary for wpDataTables to retrieve actual data from the DB at the moment "
3932
+ "of wpDataTable generation to read the columns structure, so make sure the "
3933
+ "query returns something. You can define the default variables values here, "
3934
+ "they will be used for table creation, and as defaults if not defined in "
3935
+ "shortcode."
3936
  msgstr ""
 
 
 
 
 
 
3937
 
3938
+ #: templates/edit_table.inc.php:139
3939
+ msgid ""
3940
+ "Example: SELECT * FROM mytable WHERE mycolumn >= %VAR1% AND mycolumn <= "
3941
+ "%VAR2%"
3942
+ msgstr ""
3943
 
3944
+ #: templates/edit_table.inc.php:146 templates/edit_table.inc.php:153
3945
+ msgid "Variable for using in the shortcode."
3946
+ msgstr ""
3947
 
3948
+ #: templates/edit_table.inc.php:160
3949
+ msgid ""
3950
+ "Prefix of the current WordPress DB installation. Defaults to \"wp_\", but "
3951
+ "may be different if defined so in WordPress config."
3952
+ msgstr ""
3953
 
3954
+ #: templates/edit_table.inc.php:170
3955
+ #, fuzzy
3956
+ #| msgid "Input file path or URL"
3957
+ msgid "Input file or URL"
3958
+ msgstr "Chemin d'accès du fichier d'entrée ou URL"
3959
 
3960
+ #: templates/edit_table.inc.php:175
3961
+ msgid "Upload your file or provide the full URL here"
3962
  msgstr ""
 
3963
 
3964
+ #: templates/edit_table.inc.php:175
3965
+ msgid ""
3966
+ "It is allowed to use placeholders (variables) in URLs. Read about "
3967
+ "placeholders "
3968
+ msgstr ""
3969
 
3970
+ #: templates/edit_table.inc.php:175
3971
+ msgid "here."
3972
  msgstr ""
 
 
3973
 
3974
+ #: templates/edit_table.inc.php:175
3975
+ msgid "For CSV or Excel input sources only uploaded files are supported"
3976
+ msgstr ""
3977
 
3978
+ #: templates/edit_table.inc.php:175
3979
+ msgid ""
3980
+ "For Google Spreadsheets: please do not forget to publish the spreadsheet "
3981
+ "before pasting the URL"
3982
+ msgstr ""
3983
 
3984
+ #: templates/edit_table.inc.php:186
3985
+ #, fuzzy
3986
+ #| msgid "Allow editing the table from the front-end."
3987
+ msgid "Make table editable from the front-end"
3988
+ msgstr "Autoriser l'édition du tableau à partir du front-end."
3989
 
3990
+ #: templates/edit_table.inc.php:186
3991
+ #, fuzzy
3992
+ #| msgid ""
3993
+ #| "Group column will not work with MySQL tables with server-side processing "
3994
+ #| "enabled and with manual tables!"
3995
+ msgid ""
3996
+ "Works only for MySQL-based tables with server-side processing, and can only "
3997
+ "update one table on MySQL side"
3998
+ msgstr ""
3999
+ "La colonne de groupe ne fonctionnera pas avec les tables MySQL dont le "
4000
+ "traitement côté serveur est activé et avec les tables manuelles!"
4001
 
4002
+ #: templates/edit_table.inc.php:187
4003
+ msgid ""
4004
+ "Please save the table first so wpDataTables would read the columns data so "
4005
+ "that feature would become available."
4006
+ msgstr ""
4007
 
4008
+ #: templates/edit_table.inc.php:198
4009
+ #, fuzzy
4010
+ #| msgid ""
4011
+ #| "Name of the MySQL table which will be updated when edited from front-end."
4012
+ msgid "Name of the MySQL table which will be used for updates from front-end"
4013
+ msgstr ""
4014
+ "Nom de la table MySQL qui sera mis à jour lors de l'édition du front-end."
4015
 
4016
+ #: templates/edit_table.inc.php:207 templates/edit_table.inc.php:254
4017
+ msgid ""
4018
+ "Please save the table first so wpDataTables would initialize the columns"
4019
+ msgstr ""
4020
 
4021
+ #: templates/edit_table.inc.php:210
4022
+ #, fuzzy
4023
+ #| msgid "ID column for editing"
4024
+ msgid "Please choose an ID column for editing..."
4025
+ msgstr "Colonne d'identification pour l'édition"
4026
 
4027
+ #: templates/edit_table.inc.php:217
4028
+ #, fuzzy
4029
+ #| msgid ""
4030
+ #| "Choose the column values from which will be used as row identifiers. MUST "
4031
+ #| "be a unique auto-increment integer on MySQL side so insert/edit/delete "
4032
+ #| "would work correctly! wpDataTables will guess the correct column if it is "
4033
+ #| "called \"id\" or \"ID\" on MySQL side."
4034
+ msgid ""
4035
+ "Please choose a column, values from which will be used as row unique "
4036
+ "identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
4037
+ "delete would work correctly!"
4038
+ msgstr ""
4039
+ "Choisissez les valeurs de colonne qui seront utilisées comme identificateurs "
4040
+ "de ligne. DOIT être un nombre entier unique auto-incrémenté côté MySQL, "
4041
+ "ainsi insérer/modifier/supprimer fonctionnent correctement! wpDataTables "
4042
+ "devinera la colonne correcte si elle s'appelle \"id\" ou \"ID\" côté MySQL."
4043
 
4044
+ #: templates/edit_table.inc.php:218
4045
+ msgid ""
4046
+ "wpDataTables will guess the correct column if it is called \"id\" or \"ID\" "
4047
+ "on MySQL side"
4048
  msgstr ""
 
4049
 
4050
+ #: templates/edit_table.inc.php:223
4051
+ #, fuzzy
4052
+ #| msgid "In-line editing"
4053
+ msgid "Inline editing"
4054
+ msgstr "Édition en ligne"
4055
 
4056
+ #: templates/edit_table.inc.php:227
4057
+ #, fuzzy
4058
+ #| msgid ""
4059
+ #| "If this is enabled, front-end users will be able to edit cells by double-"
4060
+ #| "clicking them, not only with the editor dialog."
4061
  msgid ""
4062
+ "Check this checkbox if you would like to be able to edit the table data "
4063
+ "inline, by double-clicking a cell, not only in a modal dialog"
4064
  msgstr ""
4065
+ "Si cette option est activée, les utilisateurs front-end pourront modifier "
4066
+ "les cellules en double-cliquant dessus, pas seulement avec la boîte de "
4067
+ "dialogue de l'éditeur."
4068
 
4069
+ #: templates/edit_table.inc.php:236
4070
+ #, fuzzy
4071
+ #| msgid ""
4072
+ #| "If this is enabled, the New, Edit and Delete buttons will appear in a "
4073
+ #| "popover when you click on any row, instead of Table Tools block above the "
4074
+ #| "table."
4075
+ msgid ""
4076
+ "Check this checkbox if you would like to get the New, Edit and Delete "
4077
+ "buttons in a popover on click on a table row, instead of in TableTools block "
4078
+ "above the table"
4079
+ msgstr ""
4080
+ "Si cette option est activée, les boutons Nouveau, Modifier et Supprimer "
4081
+ "s'affichent dans un popover lorsque vous cliquez sur une ligne quelconque, "
4082
+ "au lieu du bloc Outils de tableau situé au-dessus du tableau."
4083
 
4084
+ #: templates/edit_table.inc.php:241
4085
+ #, fuzzy
4086
+ #| msgid "Users see and edit only their own data"
4087
+ msgid "Users see and edit only their data"
4088
+ msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
4089
 
4090
+ #: templates/edit_table.inc.php:245
4091
+ #, fuzzy
4092
+ #| msgid "Limit editing to own data only"
4093
+ msgid "Limit editing to user's own data only"
4094
+ msgstr "Limiter l'édition à vos propres données uniquement"
4095
 
4096
+ #: templates/edit_table.inc.php:245
4097
+ msgid ""
4098
+ "Set this to checked if you would like front-end users to see and edit only "
4099
+ "their own data, i.e. rows with their WordPress user ID"
4100
  msgstr ""
 
4101
 
4102
+ #: templates/edit_table.inc.php:257
4103
+ #, fuzzy
4104
+ #| msgid "Please choose the row range."
4105
+ msgid "Please choose a user ID column..."
4106
+ msgstr "Veuillez choisir une plage de lignes."
4107
 
4108
+ #: templates/edit_table.inc.php:271
4109
+ #, fuzzy
4110
+ #| msgid "Choose file"
4111
+ msgid "Choose roles"
4112
+ msgstr "Choisir le fichier"
4113
+
4114
+ #: templates/edit_table.inc.php:272
4115
+ #, fuzzy
4116
+ #| msgid ""
4117
+ #| "If you want only specific user roles to be able to edit the table, choose "
4118
+ #| "in this dropdown. Leave unchecked to allow editing for everyone."
4119
  msgid ""
4120
+ "Roles which are allowed to edit the table (leave blank to alllow editing for "
4121
+ "everyone)"
4122
  msgstr ""
4123
+ "Si vous souhaitez que seuls des rôles d'utilisateur spécifiques puissent "
4124
+ "modifier le tableau, choisissez dans cette liste déroulante. Ne cochez pas "
4125
+ "la case pour permettre l'édition à tout le monde."
4126
 
4127
+ #: templates/edit_table.inc.php:277
4128
+ #, fuzzy
4129
+ #| msgid "Main settings"
4130
+ msgid "Additional settings"
4131
+ msgstr "Réglages principaux"
4132
 
4133
+ #: templates/edit_table.inc.php:287
4134
+ msgid ""
4135
+ "Server-side processing for MySQL-based tables. Required for front-end editing"
4136
  msgstr ""
 
 
 
 
 
 
4137
 
4138
+ #: templates/edit_table.inc.php:296
4139
+ #, fuzzy
4140
+ #| msgid "Auto-refresh interval in seconds (zero or blank to disable)"
4141
+ msgid ""
4142
+ "Auto-refresh interval in seconds for tables with server-side processing. "
4143
+ "Leave blank or zero to disable auto-refresh."
4144
+ msgstr ""
4145
+ "Intervalle de rafraîchissement automatique en secondes (zéro ou vide pour "
4146
+ "désactiver)"
4147
 
4148
+ #: templates/edit_table.inc.php:301
4149
+ #, fuzzy
4150
+ #| msgid "Responsiveness"
4151
+ msgid "Responsive"
4152
+ msgstr "Réactivité"
4153
 
4154
+ #: templates/edit_table.inc.php:306
4155
+ msgid ""
4156
+ "Check this checkbox if you would like this table to be responsive - display "
4157
+ "differently on desktops, tablets and mobiles"
4158
  msgstr ""
 
 
4159
 
4160
+ #: templates/edit_table.inc.php:311
4161
+ #, fuzzy
4162
+ #| msgid "Scrollable table"
4163
+ msgid "Scrollable"
4164
+ msgstr "Tableau à barre de défilement horizontale"
4165
 
4166
+ #: templates/edit_table.inc.php:315
4167
  msgid ""
4168
+ "Check this checkbox if you would like this table to be horizontal scrollable"
 
4169
  msgstr ""
 
 
4170
 
4171
+ #: templates/edit_table.inc.php:320
4172
+ #, fuzzy
4173
+ #| msgid "Hide the table before it is fully loaded"
4174
+ msgid "Hide table until page is completely loaded"
4175
+ msgstr "Cacher la table avant qu'elle ne soit complètement chargée"
4176
 
4177
+ #: templates/edit_table.inc.php:324
4178
  msgid ""
4179
+ "Check this checkbox if you would prevent table from showing until the page "
4180
+ "loads completely. May be useful for slowly loading pages"
4181
  msgstr ""
 
 
4182
 
4183
+ #: templates/edit_table.inc.php:329
4184
+ #, fuzzy
4185
+ #| msgid "Advanced filter"
4186
+ msgid "Advanced filtering"
4187
+ msgstr "Filtre avancé"
4188
 
4189
+ #: templates/edit_table.inc.php:335
4190
  msgid ""
4191
+ "Check this checkbox if you would like to have a filter below each column"
 
4192
  msgstr ""
 
 
4193
 
4194
+ #: templates/edit_table.inc.php:345
4195
+ #, fuzzy
4196
+ #| msgid ""
4197
+ #| "Choose where you would like to render the advanced filter for tables "
4198
+ #| "where enabled."
4199
+ msgid ""
4200
+ "Check this checkbox if you would like to have the advanced filter in a form"
4201
+ msgstr ""
4202
+ "Choisissez l'emplacement où vous souhaitez interpréter le filtre avancé pour "
4203
+ "les tableaux où ils sont activés."
4204
 
4205
+ #: templates/edit_table.inc.php:354
4206
  msgid ""
4207
+ "Check this checkbox if you would like to have the table tools (copy, save to "
4208
+ "excel, save to CSV, etc) enabled for this table"
4209
  msgstr ""
 
 
4210
 
4211
+ #: templates/edit_table.inc.php:361
4212
+ msgid "Configure table tools (toggle show/hide)"
4213
+ msgstr ""
4214
+
4215
+ #: templates/edit_table.inc.php:363
4216
+ #, fuzzy
4217
+ #| msgid "Columns visibility"
4218
+ msgid "Show column visibility button"
4219
+ msgstr "Visibilité des colonnes"
4220
+
4221
+ #: templates/edit_table.inc.php:364
4222
+ #, fuzzy
4223
+ #| msgid "Show link as a button"
4224
+ msgid "Show print button"
4225
+ msgstr "Afficher le lien sous forme de bouton"
4226
+
4227
+ #: templates/edit_table.inc.php:365
4228
+ #, fuzzy
4229
+ #| msgid "Show link as a button"
4230
+ msgid "Show copy to clipboard button"
4231
+ msgstr "Afficher le lien sous forme de bouton"
4232
+
4233
+ #: templates/edit_table.inc.php:366
4234
+ #, fuzzy
4235
+ #| msgid "Show clear filters button"
4236
+ msgid "Show Excel export button"
4237
+ msgstr "Afficher le bouton effacer les filtres"
4238
+
4239
+ #: templates/edit_table.inc.php:367
4240
+ #, fuzzy
4241
+ #| msgid "Show clear filters button"
4242
+ msgid "Show CSV export button"
4243
+ msgstr "Afficher le bouton effacer les filtres"
4244
+
4245
+ #: templates/edit_table.inc.php:368
4246
+ #, fuzzy
4247
+ #| msgid "Show clear filters button"
4248
+ msgid "Show PDF export button"
4249
+ msgstr "Afficher le bouton effacer les filtres"
4250
+
4251
+ #: templates/edit_table.inc.php:374
4252
+ #, fuzzy
4253
+ #| msgid "Enable floating"
4254
+ msgid "Enable sorting"
4255
+ msgstr "Activer le flottement"
4256
 
4257
+ #: templates/edit_table.inc.php:378
4258
+ #, fuzzy
4259
+ #| msgid "Add conditions that you would like to have in the table."
4260
  msgid ""
4261
+ "Check this checkbox if you would like to have sorting feature in your table"
4262
+ msgstr "Ajoutez les conditions que vous souhaitez avoir dans le tableau."
 
 
 
 
4263
 
4264
+ #: templates/edit_table.inc.php:383
4265
+ #, fuzzy
4266
+ #| msgid "Limit table width"
4267
+ msgid "Limit table layout"
4268
+ msgstr "Largeur de tableau limite"
4269
 
4270
+ #: templates/edit_table.inc.php:387
4271
+ #, php-format
4272
  msgid ""
4273
+ "Check this checkbox if you would like to limit the table's width to 100% of "
4274
+ "parent container (div)"
4275
  msgstr ""
 
 
4276
 
4277
+ #: templates/edit_table.inc.php:396
4278
  msgid ""
4279
+ "Check this checkbox if you would like words in cells to wrap and to extend "
4280
+ "row's height. Leave unchecked if you want to leave one-line row heights."
4281
  msgstr ""
 
 
4282
 
4283
+ #: templates/edit_table.inc.php:401
4284
+ #, fuzzy
4285
+ #| msgid "Display value"
4286
+ msgid "Display length"
4287
+ msgstr "Valeur d'affichage"
4288
 
4289
+ #: templates/edit_table.inc.php:405 templates/edit_table.inc.php:406
4290
+ #: templates/edit_table.inc.php:407 templates/edit_table.inc.php:408
4291
+ #, fuzzy
4292
+ #| msgid "Series"
4293
+ msgid "entries"
4294
+ msgstr "Séries"
4295
 
4296
+ #: templates/edit_table.inc.php:411
4297
  msgid ""
4298
+ "This options defines the default number of entries on the page for this table"
 
4299
  msgstr ""
 
 
 
 
 
 
 
 
 
 
4300
 
4301
+ #: templates/edit_table.inc.php:433
4302
+ #, fuzzy
4303
+ #| msgid "Open column settings"
4304
+ msgid "Optional column setup"
4305
+ msgstr "Ouvrir les paramètres de colonne "
 
 
4306
 
4307
+ #: templates/edit_table.inc.php:436 templates/edit_table.inc.php:459
4308
+ msgid "Ungroup"
4309
+ msgstr ""
4310
 
4311
+ #: templates/edit_table.inc.php:437 templates/edit_table.inc.php:460
4312
+ #, fuzzy
4313
+ #| msgid "Add a formula column"
4314
+ msgid "Add formula..."
4315
+ msgstr "Ajouter une colonne de formule"
4316
 
4317
+ #: templates/edit_table.inc.php:448
4318
+ msgid ""
4319
+ "You can change the column settings in this step, but this is not required, "
4320
+ "since default options have already been generated for you"
4321
+ msgstr ""
4322
 
4323
+ #: templates/edit_table.inc.php:449
4324
+ #, fuzzy
4325
+ #| msgid "Panning"
4326
+ msgid "Warning"
4327
+ msgstr "Fonction panoramique"
4328
 
4329
+ #: templates/edit_table.inc.php:449
4330
+ msgid ""
4331
+ "If you change the table settings, save the table before modifying the column "
4332
+ "settings, because the column set can be changed and you may lose your changes"
4333
+ msgstr ""
4334
 
4335
+ #: templates/edit_table.inc.php:484
4336
+ #, fuzzy
4337
+ #| msgid "Merge values?"
4338
+ msgid "Merge values"
4339
+ msgstr "Fusionner les valeurs?"
4340
 
4341
+ #: templates/edit_table.inc.php:485
4342
+ msgid "There are already defined possible values."
4343
+ msgstr ""
 
4344
 
4345
+ #: templates/edit_table.inc.php:486
4346
+ #, fuzzy
4347
+ #| msgid ""
4348
+ #| "There are already defined possible values. Do you want to merge or to "
4349
+ #| "replace new values with the existing?"
4350
+ msgid "Do you want to merge new values with existing?"
4351
+ msgstr ""
4352
+ "Il existe déjà des valeurs possibles définies. Voulez-vous fusionner ou "
4353
+ "remplacer de nouvelles valeurs par l'existant?"
4354
 
4355
+ #: templates/edit_table.inc.php:544
4356
+ msgid "Separate with"
4357
+ msgstr ""
4358
 
4359
+ #: templates/edit_table.inc.php:544
4360
+ msgid "Used in advanced filterdropdown and in the editor dialog"
4361
+ msgstr ""
4362
 
4363
+ #: templates/edit_table.inc.php:547
4364
+ #, fuzzy
4365
+ #| msgid "Complete column list"
4366
+ msgid "Create from column values"
4367
+ msgstr "Liste complète des colonnes"
4368
 
4369
+ #: templates/edit_table.inc.php:548
4370
+ #, fuzzy
4371
+ #| msgid "Merge values?"
4372
+ msgid "Clear values"
4373
+ msgstr "Fusionner les valeurs?"
4374
 
4375
+ #: templates/edit_table.inc.php:558
4376
+ #, fuzzy
4377
+ #| msgid "Predefined value(s)"
4378
+ msgid "Default value(s)"
4379
+ msgstr "Valeur(s) prédéfinie(s)"
4380
 
4381
+ #: templates/edit_table.inc.php:560
4382
+ msgid ""
4383
+ "Predefined filter value, default editor input value. Separate multiple "
4384
+ "values with \"|\". Placeholders supported."
4385
+ msgstr ""
4386
 
4387
+ #: templates/edit_table.inc.php:594
4388
+ #, fuzzy
4389
+ #| msgid "Formula for calculation"
4390
+ msgid "Formula for calculation:"
4391
+ msgstr "Formule de calcul"
4392
 
4393
+ #: templates/edit_table.inc.php:595
4394
+ #, fuzzy
4395
+ #| msgid "Formula Editor"
4396
+ msgid "Formula constructor"
4397
+ msgstr "Éditeur de formule"
4398
 
4399
+ #: templates/edit_table.inc.php:603
4400
+ #, fuzzy
4401
+ #| msgid "Editor input type"
4402
+ msgid "Editor input type:"
4403
+ msgstr "Type d'entrée de l'éditeur"
4404
 
4405
+ #: templates/edit_table.inc.php:613
4406
+ #, fuzzy
4407
+ #| msgid "Cannot be empty"
4408
+ msgid "Cannot be empty:"
4409
+ msgstr "Ne peux pas être vide"
4410
 
4411
+ #: templates/edit_table.inc.php:658
4412
+ #, fuzzy
4413
+ #| msgid "Use as default sorting column"
4414
+ msgid "Default sort column"
4415
+ msgstr "Utiliser comme colonne de tri par défaut"
4416
 
4417
+ #: templates/edit_table.inc.php:672
4418
+ #, fuzzy
4419
+ #| msgid "Calculate a total for this column"
4420
+ msgid "Show a total for this column in footer"
4421
+ msgstr "Calculer un total pour cette colonne"
4422
 
4423
+ #: templates/edit_table.inc.php:704
4424
+ msgid "Width"
4425
+ msgstr "Largeur"
4426
 
4427
+ #: templates/edit_table.inc.php:706
4428
+ #, php-format
4429
+ msgid ""
4430
+ "Input width for column (in percents with % or pixels without \"px\"). Leave "
4431
+ "blank if you want to leave auto width"
4432
+ msgstr ""
4433
+
4434
+ #: templates/edit_table.inc.php:714
4435
+ #, fuzzy
4436
+ #| msgid "Displayed header"
4437
+ msgid "Display text before"
4438
  msgstr "En-tête affiché"
4439
 
4440
+ #: templates/edit_table.inc.php:722
4441
+ #, fuzzy
4442
+ #| msgid "Displayed header"
4443
+ msgid "Display text after"
4444
+ msgstr "En-tête affiché"
4445
 
4446
+ #: templates/edit_table.inc.php:738
4447
+ msgid "Visible"
4448
+ msgstr ""
 
4449
 
4450
+ #: templates/edit_table.inc.php:752
4451
  msgid ""
4452
+ "Conditional formatting allows you to add special formatting rules depending "
4453
+ "on different values of the cell in this column. E.g. you can add a CSS class "
4454
+ "or color to cell or whole row, etc"
4455
  msgstr ""
 
 
 
4456
 
4457
+ #: templates/edit_table.inc.php:756
4458
+ #, fuzzy
4459
+ #| msgid "Define values list"
4460
+ msgid "Define rules"
4461
+ msgstr "Définir la liste de valeurs"
4462
 
4463
+ #: templates/edit_table.inc.php:802
4464
+ #, fuzzy
4465
+ #| msgid "Table view"
4466
+ msgid "Table saved!"
4467
+ msgstr "Vue tableau"
4468
+
4469
+ #: templates/frontend/excel_table_main.inc.php:28
4470
+ #: templates/wpdatatables_excel_table_main.inc.php:26
4471
+ msgid "Search"
4472
+ msgstr "Chercher"
4473
+
4474
+ #: templates/settings.inc.php:12
4475
+ msgid "wpDataTables documentation on this feature"
4476
+ msgstr ""
4477
+
4478
+ #: templates/settings.inc.php:13
4479
+ #, fuzzy
4480
+ #| msgid "wpDataTables browse"
4481
+ msgid "wpDataTables settings"
4482
+ msgstr "wpDataCharts parcourir"
4483
+
4484
+ #: templates/settings.inc.php:35
4485
+ msgid "Use separate MySQL connection"
4486
+ msgstr "Utilisez une connexion MySQL séparée"
4487
+
4488
+ #: templates/settings.inc.php:39
4489
  msgid ""
4490
+ "If this checkbox is checked, wpDataTables will use its own connection to "
4491
+ "MySQL bases. In other case it will use the main WordPress MySQL connection."
 
4492
  msgstr ""
4493
+ "Si cette case est cochée, wpDataTables utilisera sa propre connexion aux "
4494
+ "bases MySQL. Sinon, il sera utilisé la connexion principale WordPress MySQL."
 
4495
 
4496
+ #: templates/settings.inc.php:56
4497
+ #, fuzzy
4498
+ #| msgid "Pick the language which will be used in tables interface."
4499
+ msgid "Pick the language which will be used in tables interface"
4500
+ msgstr "Choisissez la langue qui sera utilisée dans l'interface des tableaux."
4501
 
4502
+ #: templates/settings.inc.php:69
4503
+ #, fuzzy
4504
+ #| msgid "How many tables to show in the browse page."
4505
+ msgid "How many tables to show in the browse page"
4506
+ msgstr "Combien de tableaux afficher dans la page de navigation."
4507
 
4508
+ #: templates/settings.inc.php:78 templates/settings.inc.php:79
4509
+ msgid "Skin"
4510
+ msgstr ""
4511
 
4512
+ #: templates/settings.inc.php:81
4513
+ #, fuzzy
4514
+ #| msgid "Choose the base skin for the plugin."
4515
+ msgid "Choose the base skin for the plugin"
4516
+ msgstr "Choisissez le skin de base pour l'extension."
4517
 
4518
+ #: templates/settings.inc.php:93
4519
+ #, fuzzy
4520
+ #| msgid ""
4521
+ #| "Choose where you would like to render the advanced filter for tables "
4522
+ #| "where enabled."
4523
+ msgid ""
4524
+ "Choose where you would like to render the advanced filter for tables where "
4525
+ "enabled"
4526
+ msgstr ""
4527
+ "Choisissez l'emplacement où vous souhaitez interpréter le filtre avancé pour "
4528
+ "les tableaux où ils sont activés."
4529
 
4530
+ #: templates/settings.inc.php:114
4531
+ #, fuzzy
4532
+ #| msgid "Pick the date format to use in date column type."
4533
+ msgid "Pick the date format to use in date column type"
4534
+ msgstr ""
4535
+ "Choisissez le format de date à utiliser dans le type de colonne de date."
4536
 
4537
+ #: templates/settings.inc.php:126
4538
+ #, fuzzy
4539
+ #| msgid "Pick the time format to use in datetime and time column type."
4540
+ msgid "Pick the time format to use in datetime and time column type"
4541
+ msgstr ""
4542
+ "Choisissez le format de l'heure à utiliser dans le type de colonne datetime "
4543
+ "et heure."
4544
 
4545
+ #: templates/settings.inc.php:147
4546
+ #, fuzzy
4547
+ #| msgid "Define the amount of decimal places for the float numbers."
4548
+ msgid "Define the amount of decimal places for the float numbers"
4549
+ msgstr ""
4550
+ "Définissez la quantité de la place de décimales pour les nombres à virgules."
4551
 
4552
+ #: templates/settings.inc.php:152
4553
+ msgid "Timepicker step (min)"
4554
+ msgstr ""
 
4555
 
4556
+ #: templates/settings.inc.php:156
4557
+ msgid "Define the minutes step for the timepicker based filters and editors."
4558
  msgstr ""
 
4559
 
4560
+ #: templates/settings.inc.php:161
4561
+ #, fuzzy
4562
+ #| msgid "Align numbers"
4563
+ msgid "Align numbers to the right"
4564
+ msgstr "Aligner les nombres"
4565
 
4566
+ #: templates/settings.inc.php:165
4567
  msgid ""
4568
+ "If this checkbox is checked all numerical values will be aligned to the "
4569
+ "right of the cell"
 
 
 
4570
  msgstr ""
 
 
 
 
 
 
4571
 
4572
+ #: templates/settings.inc.php:185
4573
+ #, fuzzy
4574
+ #| msgid "Here you can specify width (in pixels) will be treated as a mobile.."
4575
+ msgid "Here you can specify width (in pixels) will be treated as a mobile."
4576
  msgstr ""
4577
+ "Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
4578
+ "mobile.."
4579
 
4580
+ #: templates/settings.inc.php:192 templates/settings.inc.php:433
4581
+ #: templates/settings.inc.php:481
4582
+ msgid "Save options"
4583
+ msgstr ""
4584
 
4585
+ #: templates/settings.inc.php:207 templates/settings.inc.php:449
4586
+ msgid "Leave the setting blank to use default value"
4587
+ msgstr ""
4588
 
4589
+ #: templates/settings.inc.php:212
4590
+ #, fuzzy
4591
+ #| msgid "Title font color"
4592
+ msgid "Table font color"
4593
+ msgstr "Couleur de la police du titre"
4594
+
4595
+ #: templates/settings.inc.php:216
4596
+ #, fuzzy
4597
+ #| msgid "This color is used for the main font in table cells."
4598
+ msgid "This color is used for the main font in table cells"
4599
+ msgstr ""
4600
+ "Cette couleur est utilisée pour la police principale dans les cellules du "
4601
+ "tableau."
4602
+
4603
+ #: templates/settings.inc.php:221
4604
+ #, fuzzy
4605
+ #| msgid "Plot background color"
4606
+ msgid "Header background color"
4607
+ msgstr "Couleur d'arrière-plan du tracé"
4608
+
4609
+ #: templates/settings.inc.php:225
4610
+ #, fuzzy
4611
+ #| msgid "The color is used for background of the table header."
4612
+ msgid "The color is used for background of the table header"
4613
+ msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
4614
+
4615
+ #: templates/settings.inc.php:230
4616
+ #, fuzzy
4617
+ #| msgid "Plot border color"
4618
+ msgid "Header border color"
4619
+ msgstr "Couleur de la bordure du tracé"
4620
+
4621
+ #: templates/settings.inc.php:234
4622
+ #, fuzzy
4623
+ #| msgid "This color is used for the border in the table header."
4624
+ msgid "This color is used for the border in the table header"
4625
+ msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
4626
+
4627
+ #: templates/settings.inc.php:239
4628
+ #, fuzzy
4629
+ #| msgid "Hover font color"
4630
+ msgid "Header font color"
4631
+ msgstr "Couleur de la police de survol"
4632
+
4633
+ #: templates/settings.inc.php:243
4634
+ #, fuzzy
4635
+ #| msgid "This color is used for the font in the table header."
4636
+ msgid "This color is used for the font in the table header"
4637
+ msgstr "Cette couleur est utilisée pour la police dans l'en-tête du tableau."
4638
+
4639
+ #: templates/settings.inc.php:248
4640
+ #, fuzzy
4641
+ #| msgid "Active and hover color\t"
4642
+ msgid "Header active and hover color"
4643
+ msgstr "Couleur active et en survol\t"
4644
+
4645
+ #: templates/settings.inc.php:252
4646
+ #, fuzzy
4647
+ #| msgid ""
4648
+ #| "This color is used when you hover the mouse above the table header, or "
4649
+ #| "when you choose a column."
4650
  msgid ""
4651
+ "This color is used when you hover the mouse above the table header, or when "
4652
+ "you choose a column"
 
4653
  msgstr ""
4654
+ "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
4655
+ "tête du tableau ou lorsque vous choisissez une colonne."
 
 
4656
 
4657
+ #: templates/settings.inc.php:257
4658
+ #, fuzzy
4659
+ #| msgid "Plot border color"
4660
+ msgid "Table inner border color"
4661
+ msgstr "Couleur de la bordure du tracé"
4662
+
4663
+ #: templates/settings.inc.php:261
4664
+ #, fuzzy
4665
+ #| msgid "This color is used for the inner border in the table between cells."
4666
+ msgid "This color is used for the inner border in the table between cells"
4667
+ msgstr ""
4668
+ "Cette couleur est utilisée pour la bordure intérieure du tableau entre les "
4669
+ "cellules."
4670
 
4671
+ #: templates/settings.inc.php:266
4672
+ #, fuzzy
4673
+ #| msgid "Plot border color"
4674
+ msgid "Table outer border color"
4675
+ msgstr "Couleur de la bordure du tracé"
4676
 
4677
+ #: templates/settings.inc.php:270
4678
+ #, fuzzy
4679
+ #| msgid "This color is used for the outer border of the whole table body."
4680
+ msgid "This color is used for the outer border of the whole table body"
4681
+ msgstr ""
4682
+ "Cette couleur est utilisée pour la bordure extérieure du corps entier du "
4683
+ "tableau."
4684
 
4685
+ #: templates/settings.inc.php:275
4686
+ #, fuzzy
4687
+ #| msgid "Even row background"
4688
+ msgid "Even row background color"
4689
+ msgstr "Fond ligne paire"
4690
 
4691
+ #: templates/settings.inc.php:279
4692
+ #, fuzzy
4693
+ #| msgid "This color is used for for background in even rows."
4694
+ msgid "This color is used for for background in even rows"
4695
+ msgstr "Cette couleur est utilisée pour le fond dans les lignes paires."
4696
 
4697
+ #: templates/settings.inc.php:284
4698
+ #, fuzzy
4699
+ #| msgid "Odd row background"
4700
+ msgid "Odd row background color"
4701
+ msgstr "Fond ligne impaire"
4702
 
4703
+ #: templates/settings.inc.php:288
4704
+ #, fuzzy
4705
+ #| msgid "This color is used for for background in odd rows."
4706
+ msgid "This color is used for for background in odd rows"
4707
+ msgstr "Cette couleur est utilisée pour le fond dans les lignes impaires."
 
 
4708
 
4709
+ #: templates/settings.inc.php:293
4710
+ #, fuzzy
4711
+ #| msgid "Hover font color"
4712
+ msgid "Hover row color"
4713
+ msgstr "Couleur de la police de survol"
4714
 
4715
+ #: templates/settings.inc.php:297
4716
+ #, fuzzy
4717
+ #| msgid ""
4718
+ #| "This color is used for to highlight the row when you hover your mouse "
4719
+ #| "above it."
4720
  msgid ""
4721
+ "This color is used for to highlight the row when you hover your mouse above "
4722
+ "it"
 
4723
  msgstr ""
4724
+ "Cette couleur est utilisée pour mettre en évidence la ligne lorsque vous "
4725
+ "passez votre souris dessus."
 
 
4726
 
4727
+ #: templates/settings.inc.php:302
4728
+ #, fuzzy
4729
+ #| msgid "Sorted columns, even rows"
4730
+ msgid "Cell color in active (sorted) columns for even rows"
4731
+ msgstr "Colonnes triées, lignes paires"
4732
 
4733
+ #: templates/settings.inc.php:306
4734
+ #, fuzzy
4735
+ #| msgid ""
4736
+ #| "This color is used for background in cells which are in the active "
4737
+ #| "columns (columns used for sorting) in even rows."
4738
  msgid ""
4739
+ "This color is used for background in cells which are in the active columns "
4740
+ "(columns used for sorting) in even rows"
4741
  msgstr ""
4742
+ "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
4743
+ "les colonnes actives (colonnes utilisées pour le tri) dans les lignes paires."
4744
 
4745
+ #: templates/settings.inc.php:311
4746
+ msgid "Cell color in active (sorted) columns for odd rows"
4747
+ msgstr ""
4748
 
4749
+ #: templates/settings.inc.php:315
4750
+ #, fuzzy
4751
+ #| msgid ""
4752
+ #| "This color is used for background in cells which are in the active "
4753
+ #| "columns (columns used for sorting) in odd rows."
4754
  msgid ""
4755
+ "This color is used for background in cells which are in the active columns "
4756
+ "(columns used for sorting) in odd rows"
 
 
 
4757
  msgstr ""
4758
+ "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
4759
+ "les colonnes actives (colonnes utilisées pour le tri) en lignes impaires."
 
 
 
 
4760
 
4761
+ #: templates/settings.inc.php:320
4762
+ #, fuzzy
4763
+ #| msgid "Background for selected rows"
4764
+ msgid "Backround color for selected rows"
4765
+ msgstr "Fond pour les lignes sélectionnées"
4766
 
4767
+ #: templates/settings.inc.php:324
4768
+ #, fuzzy
4769
+ #| msgid "This color is used for background in selected rows."
4770
+ msgid "This color is used for background in selected rows"
4771
+ msgstr "Cette couleur est utilisée pour le fond des lignes sélectionnées."
4772
 
4773
+ #: templates/settings.inc.php:329
4774
+ #, fuzzy
4775
+ #| msgid "Plot background color"
4776
+ msgid "Buttons background color"
4777
+ msgstr "Couleur d'arrière-plan du tracé"
4778
 
4779
+ #: templates/settings.inc.php:333
4780
+ #, fuzzy
4781
+ #| msgid "This color is used for background in buttons."
4782
+ msgid "This color is used for background in buttons"
4783
+ msgstr "Cette couleur est utilisée pour le fond des boutons."
 
 
4784
 
4785
+ #: templates/settings.inc.php:338
4786
+ #, fuzzy
4787
+ #| msgid "Buttons hover border color"
4788
+ msgid "Buttons border color"
4789
+ msgstr "Couleur de survol de bordure de boutons"
4790
 
4791
+ #: templates/settings.inc.php:342
4792
+ #, fuzzy
4793
+ #| msgid "This color is used for border in buttons."
4794
+ msgid "This color is used for border in buttons"
4795
+ msgstr "Cette couleur est utilisée pour la bordure dans les boutons."
4796
 
4797
+ #: templates/settings.inc.php:347
4798
+ #, fuzzy
4799
+ #| msgid "Button color"
4800
+ msgid "Buttons font color"
4801
+ msgstr "Bouton couleur"
4802
 
4803
+ #: templates/settings.inc.php:351
4804
+ #, fuzzy
4805
+ #| msgid "This color is used for font in buttons."
4806
+ msgid "This color is used for font in buttons"
4807
+ msgstr "Cette couleur est utilisée pour la police dans les boutons."
 
 
 
 
 
 
 
4808
 
4809
+ #: templates/settings.inc.php:356
4810
+ #, fuzzy
4811
+ #| msgid "Background hover color"
4812
+ msgid "Buttons background hover color"
4813
+ msgstr "Couleur fond de survol"
4814
 
4815
+ #: templates/settings.inc.php:360
4816
+ #, fuzzy
4817
+ #| msgid ""
4818
+ #| "This color will be used for button backgrounds when you hover above them."
4819
  msgid ""
4820
+ "This color will be used for button backgrounds when you hover above them"
 
 
4821
  msgstr ""
4822
+ "Cette couleur sera utilisée pour les fonds de boutons lorsque vous les "
4823
+ "survolez."
 
 
4824
 
4825
+ #: templates/settings.inc.php:365
4826
+ #, fuzzy
4827
+ #| msgid "Buttons hover border color"
4828
+ msgid "Buttons hover font color"
4829
+ msgstr "Couleur de survol de bordure de boutons"
4830
 
4831
+ #: templates/settings.inc.php:369
4832
+ #, fuzzy
4833
+ #| msgid "This color will be used for buttons font when you hover above them."
4834
+ msgid "This color will be used for buttons font when you hover above them"
4835
+ msgstr ""
4836
+ "Cette couleur sera utilisée pour la police des boutons lorsque vous la "
4837
+ "survolez."
4838
 
4839
+ #: templates/settings.inc.php:378
4840
+ #, fuzzy
4841
+ #| msgid ""
4842
+ #| "This color will be used for wpDataTable popup (filter, datepicker) fonts."
4843
  msgid ""
4844
+ "This color will be used for wpDataTable popup (filter, datepicker) fonts"
 
4845
  msgstr ""
4846
+ "Cette couleur sera utilisée pour les polices des fenêtres contextuelles "
4847
+ "wpDataTable (filtre, sélecteur de date)."
 
 
 
 
4848
 
4849
+ #: templates/settings.inc.php:383
4850
+ #, fuzzy
4851
+ #| msgid "Modals background"
4852
+ msgid "Modals background color"
4853
+ msgstr "Fond de modaux"
4854
 
4855
+ #: templates/settings.inc.php:387
4856
+ #, fuzzy
4857
+ #| msgid ""
4858
+ #| "This color will be used for wpDataTable popup (filter, datepicker) "
4859
+ #| "background."
4860
  msgid ""
4861
+ "This color will be used for wpDataTable popup (filter, datepicker) background"
 
 
4862
  msgstr ""
4863
+ "Cette couleur sera utilisée pour le fond des fenêtres contextuelles "
4864
+ "wpDataTable (filtre, sélecteur de date)."
 
 
4865
 
4866
+ #: templates/settings.inc.php:392
4867
+ #, fuzzy
4868
+ #| msgid "Overlay background"
4869
+ msgid "Overlay background color"
4870
+ msgstr "Fond de superposition"
4871
 
4872
+ #: templates/settings.inc.php:396
4873
+ #, fuzzy
4874
+ #| msgid ""
4875
+ #| "This color will be used for overlay which appears below the plugin popups."
4876
  msgid ""
4877
+ "This color will be used for overlay which appears below the plugin popups"
 
4878
  msgstr ""
4879
+ "Cette couleur sera utilisée pour la superposition qui apparaît sous les "
4880
+ "fenêtres contextuelles de l'extension."
 
 
 
 
4881
 
4882
+ #: templates/settings.inc.php:405
4883
+ #, fuzzy
4884
+ #| msgid ""
4885
+ #| "This color will be used for button borders when you hover above them."
4886
+ msgid "This color will be used for button borders when you hover above them"
4887
  msgstr ""
4888
+ "Cette couleur sera utilisée pour les bordures des boutons lorsque vous les "
4889
+ "survolez."
 
 
4890
 
4891
+ #: templates/settings.inc.php:419
4892
+ #, fuzzy
4893
+ #| msgid "Table name"
4894
+ msgid "Table font"
4895
+ msgstr "Nom du tableau"
4896
 
4897
+ #: templates/settings.inc.php:458
4898
+ #, fuzzy
4899
+ #| msgid ""
4900
+ #| "This JS will be inserted as an inline script block on every page that has "
4901
+ #| "a wpDataTable."
4902
  msgid ""
4903
+ "This JS will be inserted as an inline script block on every page that has a "
4904
+ "wpDataTable"
4905
  msgstr ""
4906
+ "Ce JS sera inséré en tant que bloc de script en ligne sur chaque page "
4907
+ "possédant un wpDataTable."
 
 
 
 
4908
 
4909
+ #: templates/settings.inc.php:467
4910
+ #, fuzzy
4911
+ #| msgid ""
4912
+ #| "This CSS will be inserted as an inline style block on every page that has "
4913
+ #| "a wpDataTable."
4914
  msgid ""
4915
+ "This CSS will be inserted as an inline style block on every page that has a "
4916
+ "wpDataTable"
 
4917
  msgstr ""
4918
+ "Ce CSS sera inséré comme un bloc de style en ligne sur chaque page qui a un "
4919
+ "wpDataTable."
 
 
4920
 
4921
+ #: templates/settings.inc.php:472
4922
+ #, fuzzy
4923
+ #| msgid "Use minified wpDataTables Javascript "
4924
+ msgid "Use minified wpDataTables Javascript"
4925
+ msgstr "Utiliser le Javascript wpDataTables minifié"
4926
 
4927
+ #: templates/settings.inc.php:476
4928
  msgid ""
4929
+ "Uncheck if you would like to make some changes to the main wpDataTables JS "
4930
+ "file (assets/js/wpdatatables/wpdatatables.js). Minified is inserted by "
4931
+ "default (better performance)"
4932
  msgstr ""
 
 
4933
 
4934
+ #: templates/settings.inc.php:521
4935
+ msgid "Full version only!"
4936
+ msgstr ""
4937
 
4938
+ #: templates/settings.inc.php:521
4939
  msgid ""
4940
+ "Sorry, this function is available only in FULL version of wpDataTables along "
4941
+ "with many others! Please go to our <a href=\\\"http://wpdatatables.com/\\"
4942
+ "\">website</a> to see the full list and to purchase!"
4943
  msgstr ""
 
 
 
 
4944
 
4945
+ #: templates/settings.inc.php:625
4946
+ #, fuzzy
4947
+ #| msgid "Plugin settings saved successfully"
4948
+ msgid "Settings saved successfully"
4949
+ msgstr "Paramètres de l'extension enregistrés avec succès"
4950
 
4951
+ #: templates/settings.inc.php:627
4952
+ msgid "There was a problem saving your settings"
 
 
4953
  msgstr ""
 
 
4954
 
4955
+ #~ msgid "tr"
4956
+ #~ msgstr "tr"
 
4957
 
4958
+ #~ msgid "Successfully connected to the MySQL server."
4959
+ #~ msgstr "Connecté avec succès au serveur MySQL."
 
4960
 
4961
+ #~ msgid "wpDataTables could not connect to MySQL server."
4962
+ #~ msgstr "wpDataTables n'a pas pu se connecter au serveur MySQL."
 
4963
 
4964
+ #~ msgid "wpDataTables could not connect to MySQL server. MySQL said: "
4965
+ #~ msgstr ""
4966
+ #~ "wpDataTables n'a pas pu se connecter au serveur MySQL. MySQL a déclaré: "
4967
 
4968
+ #~ msgid "There was an error while trying to import table"
4969
+ #~ msgstr ""
4970
+ #~ "Une erreur s'est produite lors de la tentative d'importation du tableau"
4971
 
4972
+ #~ msgid "There was an error while trying to import table. Exception: "
4973
+ #~ msgstr ""
4974
+ #~ "Une erreur s'est produite lors de la tentative d'importation du tableau. "
4975
+ #~ "Exception: "
4976
 
4977
+ #~ msgid "There was an error trying to update the row! Error: "
4978
+ #~ msgstr ""
4979
+ #~ "Une erreur s'est produite lors de la tentative de mise à jour de la "
4980
+ #~ "ligne! Erreur: "
4981
 
4982
+ #~ msgid "There was an error trying to insert a new row! Error: "
4983
+ #~ msgstr ""
4984
+ #~ "Une erreur s'est produite lors de la tentative d'insertion d'une nouvelle "
4985
+ #~ "ligne! Erreur: "
4986
 
4987
+ #~ msgid "Bad column names supplied: "
4988
+ #~ msgstr "Mauvais noms de colonnes fournis: "
 
4989
 
4990
+ #~ msgid "ID column not supplied"
4991
+ #~ msgstr "Colonne d'identification non fournie"
 
4992
 
4993
+ #~ msgid "ID column not supplied for a cell"
4994
+ #~ msgstr "Colonne d'identification non fournie pour une cellule"
 
4995
 
4996
+ #~ msgid "Nothing to delete."
4997
+ #~ msgstr "Rien à supprimer."
 
 
4998
 
4999
+ #~ msgid "Bad request format."
5000
+ #~ msgstr "Mauvais format de demande."
 
5001
 
5002
+ #~ msgid "You don't have permission to change this table."
5003
+ #~ msgstr "Vous n'êtes pas autorisé à modifier ce tableau."
 
 
 
5004
 
5005
+ #~ msgid "Supplied id column not exist."
5006
+ #~ msgstr "La colonne d'identification fournie n'existe pas."
 
5007
 
5008
+ #~ msgid "There was an error trying to delete row! Error: "
5009
+ #~ msgstr ""
5010
+ #~ "Une erreur s'est produite lors de la tentative de suppression de la "
5011
+ #~ "ligne! Erreur: "
5012
 
5013
+ #~ msgid "There was an error when trying to create the table on MySQL side"
5014
+ #~ msgstr "Une erreur s'est produite côté MySQL lors de la création du tableau"
 
5015
 
5016
+ #~ msgid ""
5017
+ #~ "<div class=\"alert alert-danger m-15\">No results found. Please check if "
5018
+ #~ "this query is correct! Table Constructor needs a query that returns data "
5019
+ #~ "to build a wpDataTable."
5020
+ #~ msgstr ""
5021
+ #~ "<div class=\"alert alert-danger m-15\">Aucun résultat trouvé. Veuillez "
5022
+ #~ "vérifier si cette requête est correcte! Le constructeur de tableaux a "
5023
+ #~ "besoin d'une requête qui renvoie des données pour générer un wpDataTable."
5024
 
5025
+ #~ msgid "Empty file"
5026
+ #~ msgstr "Fichier vide"
 
 
 
 
 
5027
 
5028
+ #~ msgid ""
5029
+ #~ "Could not read Google spreadsheet, please check if the URL is correct and "
5030
+ #~ "the spreadsheet is published to everyone"
5031
+ #~ msgstr ""
5032
+ #~ "Impossible de lire la feuille de calcul Google, veuillez vérifier si "
5033
+ #~ "l'URL est correcte et si la feuille de calcul est publiée pour tous"
5034
 
5035
+ #~ msgid "Could not read input file!"
5036
+ #~ msgstr "Impossible de lire le fichier d'entrée!"
 
5037
 
5038
+ #~ msgid "File format not supported!"
5039
+ #~ msgstr "Format de fichier non pris en charge!"
 
 
 
 
5040
 
5041
+ #~ msgid "Filter"
5042
+ #~ msgstr "Filtre"
 
5043
 
5044
+ #~ msgid "New title"
5045
+ #~ msgstr "Nouveau titre"
 
5046
 
5047
+ #~ msgid "Title:"
5048
+ #~ msgstr "Titre:"
 
5049
 
5050
+ #~ msgid "Choose an option in previous filters"
5051
+ #~ msgstr "Choisissez une option dans les filtres précédents"
 
5052
 
5053
+ #~ msgid "Only one column can be of type String"
5054
+ #~ msgstr "Une seule colonne peut être de type Chaîne de caractères"
 
5055
 
5056
+ #~ msgid "You are mixing data types (several date axes and several number)"
5057
+ #~ msgstr ""
5058
+ #~ "Vous mélangez des types de données (plusieurs axes de dates et plusieurs "
5059
+ #~ "nombres)"
5060
 
5061
+ #~ msgid ""
5062
+ #~ "No data fetched! <br/> If you are trying to save table for the first "
5063
+ #~ "time, please enter some date before saving so table could be set "
5064
+ #~ "accurately. <br/> You can remove it later if you need empty table to "
5065
+ #~ "start with."
5066
+ #~ msgstr ""
5067
+ #~ "Aucune donnée extraite! <br/> Si vous essayez de sauvegarder le tableau "
5068
+ #~ "pour la première fois, veuillez entrer une date avant de sauvegarder afin "
5069
+ #~ "que le tableau puisse être défini avec précision. <br/> Vous pouvez la "
5070
+ #~ "supprimer plus tard si vous avez besoin d’un tableau vide pour commencer."
5071
 
5072
+ #~ msgid "Rendered query: "
5073
+ #~ msgstr "Requête rendue: "
 
5074
 
5075
+ #~ msgid " MySQL said: "
5076
+ #~ msgstr " MySQL a déclaré: "
 
5077
 
5078
+ #~ msgid "Unable to calculate"
5079
+ #~ msgstr "Impossible de calculer"
 
5080
 
5081
+ #~ msgid "Result for first 5 rows: "
5082
+ #~ msgstr "Résultat pour les 5 premières lignes: "
 
5083
 
5084
+ #~ msgid "Unable to calculate, error message: "
5085
+ #~ msgstr "Impossible de calculer, message d'erreur: "
 
 
 
 
 
 
5086
 
5087
+ #~ msgid "New"
5088
+ #~ msgstr "Nouveau"
 
5089
 
5090
+ #~ msgid "Edit"
5091
+ #~ msgstr "Editer"
 
 
 
 
 
 
5092
 
5093
+ #~ msgid "Duplicate chart"
5094
+ #~ msgstr "Dupliquer graphique"
5095
+
5096
+ #~ msgid "New chart title"
5097
+ #~ msgstr "Nouveau titre du graphique"
5098
+
5099
+ #~ msgid "Label"
5100
+ #~ msgstr "Label"
5101
+
5102
+ #~ msgid "Pick Range"
5103
+ #~ msgstr "Choisir une plage de données"
5104
+
5105
+ #~ msgid "wpDataTable Data Source"
5106
+ #~ msgstr "Source de données wpDataTable"
5107
+
5108
+ #~ msgid ""
5109
+ #~ "Please pick a wpDataTable which will be used as a data source for this "
5110
+ #~ "chart."
5111
+ #~ msgstr ""
5112
+ #~ "Veuillez choisir un wpDataTable qui sera utilisé comme source de données "
5113
+ #~ "pour ce graphique."
5114
 
5115
+ #~ msgid "Pick a wpDataTable"
5116
+ #~ msgstr "Choisissez un wpDataTable"
 
 
5117
 
5118
+ #~ msgid "Columns in the data source"
5119
+ #~ msgstr "Colonnes dans la source de données"
 
 
 
 
 
5120
 
5121
+ #~ msgid ""
5122
+ #~ "Choose table columns that you would like to use in the chart. You can "
5123
+ #~ "either drag the column blocks, or click to select them and use controls "
5124
+ #~ "in the middle to add or remove from the chart."
5125
+ #~ msgstr ""
5126
+ #~ "Choisissez les colonnes du tableau que vous souhaitez utiliser dans le "
5127
+ #~ "graphique. Vous pouvez soit faire glisser les blocs de colonne, soit "
5128
+ #~ "cliquer pour les sélectionner et utiliser les contrôles au milieu pour "
5129
+ #~ "ajouter ou supprimer du graphique."
5130
 
5131
+ #~ msgid "Add all"
5132
+ #~ msgstr "Tout ajouter"
 
5133
 
5134
+ #~ msgid "Add"
5135
+ #~ msgstr "Ajouter"
 
5136
 
5137
+ #~ msgid "Remove"
5138
+ #~ msgstr "Supprimer"
 
5139
 
5140
+ #~ msgid "Remove all"
5141
+ #~ msgstr "Supprimer tout"
 
5142
 
5143
+ #~ msgid "Columns used in the chart"
5144
+ #~ msgstr "Colonnes utilisées dans le graphique"
 
5145
 
5146
+ #~ msgid ""
5147
+ #~ "Please do not add more then one string-type (date/time, image, email, "
5148
+ #~ "URL) column since only one can be used as a label"
5149
+ #~ msgstr ""
5150
+ #~ "N'ajoutez pas plus d'une colonne de type chaîne de caractères (date/"
5151
+ #~ "heure, image, email, URL) car une seule peut être utilisée comme étiquette"
5152
 
5153
+ #~ msgid "Minimum count of columns for this chart type is "
5154
+ #~ msgstr "Le nombre minimum de colonnes pour ce type de graphique est"
 
5155
 
5156
+ #~ msgid "Maximum count of columns for this chart type is "
5157
+ #~ msgstr "Le nombre maximal de colonnes pour ce type de graphique est"
 
5158
 
5159
+ #~ msgid "Charts data filtering"
5160
+ #~ msgstr "Filtrage des données graphiques"
 
5161
 
5162
+ #~ msgid ""
5163
+ #~ "If you enable this, chart will automatically re-render with actual data "
5164
+ #~ "every time you sort, filter, or switch pages in the table (chart must be "
5165
+ #~ "in the same page with the table)."
5166
+ #~ msgstr ""
5167
+ #~ "Si vous activez cette option, le graphique restitue automatiquement les "
5168
+ #~ "données réelles chaque fois que vous triez, filtrez ou changez de page "
5169
+ #~ "dans le tableau (le graphique doit figurer sur la même page que le "
5170
+ #~ "tableau)."
5171
 
5172
+ #~ msgid "Follow table filtering"
5173
+ #~ msgstr "Suivre le filtrage du tableau"
 
5174
 
5175
+ #~ msgid "Row range"
5176
+ #~ msgstr "Plage de lignes"
 
 
 
 
 
5177
 
5178
+ #~ msgid ""
5179
+ #~ "If you do not want data from all the table rows to be in the chart, you "
5180
+ #~ "can pick the row range manually. Please note that if the data set is "
5181
+ #~ "large the range picker can load slowly or even cause an out of memory "
5182
+ #~ "error."
5183
+ #~ msgstr ""
5184
+ #~ "Si vous ne souhaitez pas que les données de toutes les lignes du tableau "
5185
+ #~ "figurent dans le graphique, vous pouvez sélectionner manuellement une "
5186
+ #~ "plage de lignes. Veuillez noter que si le jeu de données est volumineux, "
5187
+ #~ "le sélecteur de plage de données peut se charger lentement ou même "
5188
+ #~ "provoquer une erreur de mémoire insuffisante."
5189
 
5190
+ #~ msgid "All rows (default)"
5191
+ #~ msgstr "Toutes les lignes (par défaut)"
 
 
 
 
 
5192
 
5193
+ #~ msgid "Pick range (slow on large datasets)"
5194
+ #~ msgstr ""
5195
+ #~ "Sélection de plage de données (lent sur les grands ensembles de données)"
5196
 
5197
+ #~ msgid "Rows picked"
5198
+ #~ msgstr "Lignes sélectionnées"
 
5199
 
5200
+ #~ msgid "Range picker..."
5201
+ #~ msgstr "Sélectionneur de plage de données..."
 
5202
 
5203
+ #~ msgid "Chart"
5204
+ #~ msgstr "Graphique"
 
5205
 
5206
+ #~ msgid "Axes"
5207
+ #~ msgstr "Axes"
 
5208
 
5209
+ #~ msgid "Title"
5210
+ #~ msgstr "Titre"
 
 
5211
 
5212
+ #~ msgid "Tooltip"
5213
+ #~ msgstr "Info-bulle"
 
 
 
 
 
 
 
 
5214
 
5215
+ #~ msgid "Legend"
5216
+ #~ msgstr "Légende"
 
5217
 
5218
+ #~ msgid "Credits"
5219
+ #~ msgstr "Crédits"
 
5220
 
5221
+ #~ msgid "Series settings"
5222
+ #~ msgstr "Paramètres de séries"
 
5223
 
5224
+ #~ msgid "Curve type"
5225
+ #~ msgstr "Type de courbe"
 
5226
 
5227
+ #~ msgid "Controls the curve of the lines"
5228
+ #~ msgstr "Contrôle la courbe des lignes"
 
5229
 
5230
+ #~ msgid "Check for smoothed lines"
5231
+ #~ msgstr "Cochez pour obtenir des lignes lissées"
 
5232
 
5233
+ #~ msgid "Chart width"
5234
+ #~ msgstr "Largeur du graphique"
 
5235
 
5236
+ #~ msgid "The width of the chart."
5237
+ #~ msgstr "Largeur du graphique."
 
5238
 
5239
+ #~ msgid "Responsive width"
5240
+ #~ msgstr "Largeur adaptative"
 
5241
 
5242
+ #~ msgid ""
5243
+ #~ "If you tick this chart width will always adjust to 100% width of the "
5244
+ #~ "container"
5245
+ #~ msgstr ""
5246
+ #~ "Si vous cochez cette case, la largeur du graphique sera toujours ajustée "
5247
+ #~ "à la largeur de 100% du conteneur"
5248
 
5249
+ #~ msgid "Responsive chart width"
5250
+ #~ msgstr "Largeur de graphique adaptative"
 
5251
 
5252
+ #~ msgid "Chart height"
5253
+ #~ msgstr "Hauteur du graphique"
 
5254
 
5255
+ #~ msgid "The height of the chart."
5256
+ #~ msgstr "La hauteur du graphique."
 
5257
 
5258
+ #~ msgid "Group chart"
5259
+ #~ msgstr "Groupe de graphique"
 
5260
 
5261
+ #~ msgid ""
5262
+ #~ "If you tick this checkbox, the values of the rows with same label will be "
5263
+ #~ "summed up and rendered as a single series. If you leave it unticked all "
5264
+ #~ "rows will be rendered as separate series."
5265
+ #~ msgstr ""
5266
+ #~ "Si vous cochez cette case, les valeurs des lignes avec la même étiquette "
5267
+ #~ "seront additionnées et rendues sous la forme d'une série unique. Si vous "
5268
+ #~ "le laissez décoché, toutes les lignes seront affichées sous forme de "
5269
+ #~ "séries séparées."
5270
 
5271
+ #~ msgid "Enable grouping"
5272
+ #~ msgstr "Activer le regroupement"
 
5273
 
5274
+ #~ msgid "The background color for the outer chart area."
5275
+ #~ msgstr "La couleur de fond de la zone de graphique externe."
 
 
 
 
5276
 
5277
+ #~ msgid "Border width"
5278
+ #~ msgstr "Largeur de la bordure"
 
5279
 
5280
+ #~ msgid "The pixel width of the outer chart border."
5281
+ #~ msgstr "La largeur en pixels de la bordure externe du graphique."
 
5282
 
5283
+ #~ msgid "The color of the outer chart border."
5284
+ #~ msgstr "La couleur de la bordure extérieure du graphique."
 
 
 
 
 
5285
 
5286
+ #~ msgid "Border radius"
5287
+ #~ msgstr "Rayon de la bordure"
 
5288
 
5289
+ #~ msgid "The corner radius of the outer chart border."
5290
+ #~ msgstr "Le rayon d'angle de la bordure extérieure du graphique."
 
 
 
 
 
5291
 
5292
+ #~ msgid "Zoom type"
5293
+ #~ msgstr "Type de zoom"
 
5294
 
5295
+ #~ msgid "Decides in what dimensions the user can zoom by dragging the mouse"
5296
+ #~ msgstr ""
5297
+ #~ "Décide dans quelles mesures l'utilisateur peut zoomer en faisant glisser "
5298
+ #~ "la souris"
 
5299
 
5300
+ #~ msgid ""
5301
+ #~ "Allow panning in a chart. Best used with panKey to combine zooming and "
5302
+ #~ "panning"
5303
+ #~ msgstr ""
5304
+ #~ "Autoriser la fonction panoramique dans un graphique. Utilisez panKey pour "
5305
+ #~ "combiner le zoom et la fonction panoramique"
 
 
 
 
 
 
5306
 
5307
+ #~ msgid "Pan key"
5308
+ #~ msgstr "Pan key"
 
5309
 
5310
+ #~ msgid "Allows setting a key to switch between zooming and panning"
5311
+ #~ msgstr ""
5312
+ #~ "Permet de définir une touche pour basculer entre le zoom et fonction "
5313
+ #~ "panoramique"
5314
 
5315
+ #~ msgid "The background color or gradient for the plot area."
5316
+ #~ msgstr "La couleur d'arrière-plan ou le dégradé de la zone de tracé."
 
5317
 
5318
+ #~ msgid "Plot background image"
5319
+ #~ msgstr "Image d'arrière-plan du tracé"
5320
+
5321
+ #~ msgid "The URL for an image to use as the plot background."
5322
+ #~ msgstr "L'URL d'une image à utiliser comme arrière-plan du tracé."
5323
 
5324
+ #~ msgid "Plot border width"
5325
+ #~ msgstr "Largeur de la bordure du tracé"
 
 
 
 
 
5326
 
5327
+ #~ msgid "The color of the inner chart or plot area border."
5328
+ #~ msgstr ""
5329
+ #~ "La couleur de la bordure interne du graphique ou de la zone de tracé "
5330
+ #~ "interne."
5331
 
5332
+ #~ msgid "The default font size, in pixels, of all text in the chart."
5333
+ #~ msgstr ""
5334
+ #~ "La taille de police par défaut, en pixels, de tout le texte du graphique."
5335
 
5336
+ #~ msgid "Font name"
5337
+ #~ msgstr "Nom de la police"
 
5338
 
5339
+ #~ msgid "The default font face for all text in the chart."
5340
+ #~ msgstr "La police de caractères par défaut pour tout le texte du graphique."
 
5341
 
5342
+ #~ msgid "Font style"
5343
+ #~ msgstr "Le style de police"
 
5344
 
5345
+ #~ msgid "The default font style for all text in the chart"
5346
+ #~ msgstr "Le style de police par défaut pour tout le texte du graphique"
 
5347
 
5348
+ #~ msgid "The default font color for all text in the chart."
5349
+ #~ msgstr "La couleur de police par défaut pour tout le texte du graphique."
 
5350
 
5351
+ #~ msgid "3D"
5352
+ #~ msgstr "3D"
 
5353
 
5354
+ #~ msgid "Check for 3D pie chart"
5355
+ #~ msgstr "Cochez pour le camembert 3D"
 
5356
 
5357
+ #~ msgid "Grid"
5358
+ #~ msgstr "La grille"
 
 
5359
 
5360
+ #~ msgid "Do you want to show grid on the chart"
5361
+ #~ msgstr "Voulez-vous afficher la grille sur le graphique"
 
 
5362
 
5363
+ #~ msgid "Grid line style"
5364
+ #~ msgstr "Style de ligne de la grille"
 
5365
 
5366
+ #~ msgid "The dash or dot style of the grid lines"
5367
+ #~ msgstr "Le tiret ou le style de point des lignes de la grille"
 
5368
 
5369
+ #~ msgid "Horizontal axis label"
5370
+ #~ msgstr "Étiquette de l'axe horizontal"
 
5371
 
5372
+ #~ msgid "Name of the horizontal axis."
5373
+ #~ msgstr "Nom de l'axe horizontal."
 
 
5374
 
5375
+ #~ msgid "Horizontal crosshair"
5376
+ #~ msgstr "Réticule horizontal"
 
5377
 
5378
+ #~ msgid ""
5379
+ #~ "Configure a horizontal crosshair that follows either the mouse pointer or "
5380
+ #~ "the hovered point lines"
5381
+ #~ msgstr ""
5382
+ #~ "Configurez un réticule horizontal qui suit soit le pointeur de la souris, "
5383
+ #~ "soit les lignes de point survolées"
5384
 
5385
+ #~ msgid "Show x-Axis crosshair"
5386
+ #~ msgstr "Afficher le réticule de l'axe des x"
 
 
 
 
 
 
5387
 
5388
+ #~ msgid "Horizontal axis direction"
5389
+ #~ msgstr "Direction de l'axe horizontal"
 
5390
 
5391
+ #~ msgid ""
5392
+ #~ "The direction in which the values along the horizontal axis grow. Specify "
5393
+ #~ "-1 to reverse the order of the values"
5394
+ #~ msgstr ""
5395
+ #~ "La direction dans laquelle les valeurs sur l'axe horizontal augmentent. "
5396
+ #~ "Spécifiez -1 pour inverser l'ordre des valeurs"
5397
 
5398
+ #~ msgid "Vertical axis label"
5399
+ #~ msgstr "Étiquette de l'axe vertical"
 
5400
 
5401
+ #~ msgid "Name of the vertical axis."
5402
+ #~ msgstr "Nom de l'axe vertical."
 
5403
 
5404
+ #~ msgid "Vertical crosshair"
5405
+ #~ msgstr "Réticule vertical"
 
5406
 
5407
+ #~ msgid ""
5408
+ #~ "Configure a vertical crosshair that follows either the mouse pointer or "
5409
+ #~ "the hovered point lines"
5410
+ #~ msgstr ""
5411
+ #~ "Configurez un réticule vertical qui suit soit le pointeur de la souris, "
5412
+ #~ "soit les lignes de point survolées"
5413
 
5414
+ #~ msgid "Show y-Axis crosshair"
5415
+ #~ msgstr "Afficher le réticule de l'axe des y"
 
5416
 
5417
+ #~ msgid "Vertical axis direction"
5418
+ #~ msgstr "Direction de l'axe vertical"
 
 
 
 
 
 
 
 
 
5419
 
5420
+ #~ msgid ""
5421
+ #~ "The direction in which the values along the vertical axis grow. Specify "
5422
+ #~ "-1 to reverse the order of the values"
5423
+ #~ msgstr ""
5424
+ #~ "La direction dans laquelle les valeurs sur l'axe vertical augmentent. "
5425
+ #~ "Spécifiez -1 pour inverser l'ordre des valeurs"
5426
 
5427
+ #~ msgid "Vertical axis min value"
5428
+ #~ msgstr "Valeur minimale de l'axe vertical"
 
5429
 
5430
+ #~ msgid "The minimum value of the axis."
5431
+ #~ msgstr "La valeur minimale de l'axe."
 
 
 
 
 
 
 
 
5432
 
5433
+ #~ msgid "Vertical axis max value"
5434
+ #~ msgstr "Valeur maximale de l'axe vertical"
 
5435
 
5436
+ #~ msgid "The maximum value of the axis."
5437
+ #~ msgstr "La valeur maximale de l'axe."
 
5438
 
5439
+ #~ msgid "Invert"
5440
+ #~ msgstr "Inverser"
 
 
 
 
 
 
 
 
 
 
5441
 
5442
+ #~ msgid ""
5443
+ #~ "Whether to invert the axes so that the x axis is vertical and y axis is "
5444
+ #~ "horizontal"
5445
+ #~ msgstr ""
5446
+ #~ "Indique si les axes doivent être inversés pour que l'axe x soit vertical "
5447
+ #~ "et que l'axe y soit horizontal"
5448
 
5449
+ #~ msgid "Invert chart axes"
5450
+ #~ msgstr "Inverser les axes du graphique"
 
 
 
 
 
 
 
 
5451
 
5452
+ #~ msgid "Chart title"
5453
+ #~ msgstr "Titre du graphique"
 
 
 
5454
 
5455
+ #~ msgid "Show title"
5456
+ #~ msgstr "Montrer le titre"
 
5457
 
5458
+ #~ msgid "Title floating"
5459
+ #~ msgstr "Titre flottant"
 
5460
 
5461
+ #~ msgid ""
5462
+ #~ "When the title is floating, the plot area will not move to make space for "
5463
+ #~ "it"
5464
+ #~ msgstr ""
5465
+ #~ "Lorsque le titre est flottant, la zone de tracé ne bouge pas pour faire "
5466
+ #~ "de la place"
 
5467
 
5468
+ #~ msgid "Title align"
5469
+ #~ msgstr "Titre aligner"
 
5470
 
5471
+ #~ msgid "The horizontal alignment of the title"
5472
+ #~ msgstr "L'alignement horizontal du titre"
 
5473
 
5474
+ #~ msgid "Title position"
5475
+ #~ msgstr "Position du titre"
 
5476
 
5477
+ #~ msgid ""
5478
+ #~ "Position of the title. Possible values are 'top', 'left', 'bottom' and "
5479
+ #~ "'right'"
5480
+ #~ msgstr ""
5481
+ #~ "Position du titre. Les valeurs possibles sont \"haut\", \"gauche\", \"bas"
5482
+ #~ "\" et \"droite\""
5483
 
5484
+ #~ msgid "Title font name"
5485
+ #~ msgstr "Nom de la police du titre"
 
 
 
 
 
5486
 
5487
+ #~ msgid "The default font face for text in the title."
5488
+ #~ msgstr "La police de caractères par défaut pour le texte dans le titre."
 
5489
 
5490
+ #~ msgid "Title font style"
5491
+ #~ msgstr "Style de police du titre"
 
5492
 
5493
+ #~ msgid "The default font style for text in the title"
5494
+ #~ msgstr "Le style de police par défaut pour le texte dans le titre"
 
 
 
 
 
5495
 
5496
+ #~ msgid "The default font color for text in the title."
5497
+ #~ msgstr "La couleur de police par défaut pour le texte dans le titre."
 
5498
 
5499
+ #~ msgid "Subtitle"
5500
+ #~ msgstr "Sous-titre"
 
5501
 
5502
+ #~ msgid "The chart's subtitle."
5503
+ #~ msgstr "Le sous-titre du graphique."
 
 
5504
 
5505
+ #~ msgid "Subtitle align"
5506
+ #~ msgstr "Aligner sous-titre "
 
5507
 
5508
+ #~ msgid "The horizontal alignment of the subtitle"
5509
+ #~ msgstr "L'alignement horizontal du sous-titre"
 
5510
 
5511
+ #~ msgid "Show tooltip"
5512
+ #~ msgstr "Afficher l'info-bulle"
 
 
 
 
 
5513
 
5514
+ #~ msgid "The background color for the tooltip."
5515
+ #~ msgstr "La couleur d'arrière-plan de l'info-bulle."
 
5516
 
5517
+ #~ msgid "The pixel width of the tooltip border."
5518
+ #~ msgstr "La largeur en pixels de la bordure de l'info-bulle."
 
5519
 
5520
+ #~ msgid "The color of the tooltip border."
5521
+ #~ msgstr "La couleur de la bordure de l'info-bulle."
 
 
 
5522
 
5523
+ #~ msgid "The radius of the rounded border corners."
5524
+ #~ msgstr "Le rayon des coins arrondis de la bordure."
 
 
 
5525
 
5526
+ #~ msgid "Shared tooltip"
5527
+ #~ msgstr "Info-bulle partagée"
 
5528
 
5529
+ #~ msgid ""
5530
+ #~ "When the tooltip is shared, the entire plot area will capture mouse "
5531
+ #~ "movement or touch events"
5532
+ #~ msgstr ""
5533
+ #~ "Lorsque l'info-bulle est partagée, toute la zone du tracé capture les "
5534
+ #~ "mouvements de la souris ou les événements tactiles"
5535
 
5536
+ #~ msgid "Share tooltip"
5537
+ #~ msgstr "Partager info-bulle"
 
 
 
 
 
5538
 
5539
+ #~ msgid "Value prefix"
5540
+ #~ msgstr "Valeur de préfixe"
 
5541
 
5542
+ #~ msgid "A string to prepend to each series' y value"
5543
+ #~ msgstr "Une chaîne de caractères à ajouter à la valeur de chaque série de y"
 
 
5544
 
5545
+ #~ msgid "Value suffix"
5546
+ #~ msgstr "Valeur de suffixe"
 
 
 
5547
 
5548
+ #~ msgid "A string to append to each series' y value"
5549
+ #~ msgstr "Une chaîne de caractères à ajouter à la valeur de chaque série de y"
5550
+
5551
+ #~ msgid "Enable or disable the legend"
5552
+ #~ msgstr "Activer ou désactiver la légende"
 
 
5553
 
5554
+ #~ msgid "Show legend"
5555
+ #~ msgstr "Afficher la légende"
 
5556
 
5557
+ #~ msgid "Position"
5558
+ #~ msgstr "Position"
 
 
5559
 
5560
+ #~ msgid "Position of the legend"
5561
+ #~ msgstr "Position de la légende"
 
 
 
 
 
5562
 
5563
+ #~ msgid "The background color of the legend."
5564
+ #~ msgstr "La couleur de fond de la légende."
 
5565
 
5566
+ #~ msgid "A title to be added on top of the legend"
5567
+ #~ msgstr "Un titre à ajouter en haut de la légende"
 
5568
 
5569
+ #~ msgid "Layout"
5570
+ #~ msgstr "Disposition"
 
5571
 
5572
+ #~ msgid "The layout of the legend items"
5573
+ #~ msgstr "La disposition des éléments de légende"
 
 
 
 
 
 
5574
 
5575
+ #~ msgid "Align"
5576
+ #~ msgstr "Aligner"
 
5577
 
5578
+ #~ msgid "The horizontal alignment of the legend box within the chart area"
5579
+ #~ msgstr ""
5580
+ #~ "L'alignement horizontal de la boîte de légende dans la zone de graphique"
 
 
 
 
 
5581
 
5582
+ #~ msgid "Vertical align"
5583
+ #~ msgstr "Alignement vertical"
 
5584
 
5585
+ #~ msgid "The vertical alignment of the legend box"
5586
+ #~ msgstr "L'alignement vertical de la boîte de légende"
 
5587
 
5588
+ #~ msgid "The width of the drawn border around the legend."
5589
+ #~ msgstr "La largeur de tracé de la bordure autour de la légende."
 
 
 
 
 
5590
 
5591
+ #~ msgid "The color of the drawn border around the legend."
5592
+ #~ msgstr "La couleur de tracé de la bordure autour de la légende."
 
 
 
 
 
 
5593
 
5594
+ #~ msgid "The border corner radius of the legend."
5595
+ #~ msgstr "La bordure de rayon de coin de la légende."
 
5596
 
5597
+ #~ msgid "Legend position"
5598
+ #~ msgstr "Position de la légende"
 
5599
 
5600
+ #~ msgid ""
5601
+ #~ "Position of the legend. Possible values are 'top', 'left', 'bottom' and "
5602
+ #~ "'right'"
5603
+ #~ msgstr ""
5604
+ #~ "Position de la légende. Les valeurs possibles sont \"haut\", \"gauche\", "
5605
+ #~ "\"bas\" et \"droite\""
5606
 
5607
+ #~ msgid "Whether to enable the exporting module"
5608
+ #~ msgstr "Indique s'il faut activer le module d'exportation"
 
 
 
 
 
 
5609
 
5610
+ #~ msgid "Export chart"
5611
+ #~ msgstr "Exporter graphique"
 
5612
 
5613
+ #~ msgid "Data labels"
5614
+ #~ msgstr "Étiquettes de données"
 
5615
 
5616
+ #~ msgid "Add data labels to improve readability of the exported chart"
5617
+ #~ msgstr ""
5618
+ #~ "Ajouter des étiquettes de données pour améliorer la lisibilité du "
5619
+ #~ "graphique exporté"
5620
 
5621
+ #~ msgid "Show data labels"
5622
+ #~ msgstr "Afficher les étiquettes de données"
 
 
 
 
 
5623
 
5624
+ #~ msgid "File name"
5625
+ #~ msgstr "Nom de fichier"
 
 
 
 
 
5626
 
5627
+ #~ msgid "The filename, without extension, to use for the exported chart"
5628
+ #~ msgstr ""
5629
+ #~ "Le nom de fichier, sans extension, à utiliser pour le graphique exporté"
5630
 
5631
+ #~ msgid "The width of the original chart when exported."
5632
+ #~ msgstr "La largeur du graphique d'origine lorsqu'ils sont exportés."
 
5633
 
5634
+ #~ msgid "Button align"
5635
+ #~ msgstr "Bouton aligner"
 
5636
 
5637
+ #~ msgid "Alignment for the export button"
5638
+ #~ msgstr "Alignement pour le bouton d'exportation"
 
5639
 
5640
+ #~ msgid "Button vertical align"
5641
+ #~ msgstr "Bouton alignement vertical"
 
5642
 
5643
+ #~ msgid "The vertical alignment of the export button"
5644
+ #~ msgstr "L'alignement vertical du bouton d'exportation"
 
5645
 
5646
+ #~ msgid "The color of the symbol's stroke or line."
5647
+ #~ msgstr "La couleur du trait ou de la ligne du symbole."
 
5648
 
5649
+ #~ msgid "A text string to add to the individual button"
5650
+ #~ msgstr "Une chaîne de texte à ajouter au bouton individuel"
 
 
 
 
 
 
 
5651
 
5652
+ #~ msgid "Whether to show the credits text"
5653
+ #~ msgstr "Indique si le texte des crédits doit être affiché"
 
5654
 
5655
+ #~ msgid "Show credits"
5656
+ #~ msgstr "Afficher les crédits"
 
 
5657
 
5658
+ #~ msgid "Credits href"
5659
+ #~ msgstr "Crédits href"
 
 
 
 
 
 
5660
 
5661
+ #~ msgid "The URL for the credits label"
5662
+ #~ msgstr "L'URL de l'étiquette de crédits"
 
5663
 
5664
+ #~ msgid "Credits text"
5665
+ #~ msgstr "Texte de crédits"
 
5666
 
5667
+ #~ msgid "The text for the credits label"
5668
+ #~ msgstr "Le texte de l'étiquette de crédits"
 
 
 
5669
 
5670
+ #~ msgid "Paste this shortcode to render this chart"
5671
+ #~ msgstr "Collez ce shortcode pour interpréter ce graphique"
 
5672
 
5673
+ #~ msgid "Data preview"
5674
+ #~ msgstr "Aperçu des données"
 
5675
 
5676
+ #~ msgid ""
5677
+ #~ "Please provide some initial structure metadata before the table will be "
5678
+ #~ "created."
5679
+ #~ msgstr ""
5680
+ #~ "Veuillez fournir des métadonnées initiales de structure avant que le "
5681
+ #~ "tableau ne soit créé."
 
 
 
 
 
5682
 
5683
+ #~ msgid ""
5684
+ #~ "This constructor will help you to create a table from scratch. You will "
5685
+ #~ "be able to edit the table content and metadata later manually at any time."
5686
+ #~ msgstr ""
5687
+ #~ "Ce constructeur vous aidera à créer un tableau à partir de zéro. Vous "
5688
+ #~ "pourrez modifier le contenu du tableau et les métadonnées plus tard "
5689
+ #~ "manuellement à tout moment."
5690
 
5691
+ #~ msgid ""
5692
+ #~ "What is the header of the table that will be visible to the site visitors"
5693
+ #~ msgstr ""
5694
+ #~ "Quel est l'en-tête du tableau qui sera visible pour les visiteurs du site"
 
 
 
 
5695
 
5696
+ #~ msgid "Number of columns"
5697
+ #~ msgstr "Nombre de colonnes"
 
5698
 
5699
+ #~ msgid ""
5700
+ #~ "How many columns table will it have? You can also modify it below with + "
5701
+ #~ "and x buttons"
5702
+ #~ msgstr ""
5703
+ #~ "Combien de colonnes le tableau comportera-t-il? Vous pouvez également le "
5704
+ #~ "modifier ci-dessous avec les boutons + et x"
5705
 
5706
+ #~ msgid "Column names and types"
5707
+ #~ msgstr "Noms et types de colonne"
 
5708
 
5709
+ #~ msgid "Drag and drop to reorder columns"
5710
+ #~ msgstr "Glisser-déposer pour réorganiser les colonnes"
 
 
 
 
 
 
5711
 
5712
+ #~ msgid ""
5713
+ #~ "Upload your file or provide the full URL here. For CSV or Excel input "
5714
+ #~ "sources only URLs or paths from same servers are supported. For Google "
5715
+ #~ "Spreadsheets: please do not forget to publish the spreadsheet before "
5716
+ #~ "pasting the URL."
5717
+ #~ msgstr ""
5718
+ #~ "Téléchargez votre fichier ou indiquez l'URL complète ici. Pour les "
5719
+ #~ "sources CSV ou Excel, seules les URL ou les chemins d'accès des mêmes "
5720
+ #~ "serveurs sont pris en charge. Pour les feuilles de calcul Google: "
5721
+ #~ "n'oubliez pas de publier la feuille de calcul avant de coller l'URL."
5722
+
5723
+ #~ msgid "Please choose the WP data which will be used to create a table."
5724
+ #~ msgstr ""
5725
+ #~ "Veuillez choisir les données WP qui seront utilisées pour créer un "
5726
+ #~ "tableau."
5727
+
5728
+ #~ msgid ""
5729
+ #~ "This constructor type will create a query to WordPress database and "
5730
+ #~ "create a wpDataTable based on this query. This table content cannot be "
5731
+ #~ "edited manually afterwards, but will always contain actual data from your "
5732
+ #~ "WordPress database."
5733
+ #~ msgstr ""
5734
+ #~ "Ce type de constructeur va créer une requête pour la base de données "
5735
+ #~ "WordPress et créer un wpDataTable basé sur cette requête. Ce contenu de "
5736
+ #~ "table ne peut pas être modifié manuellement par la suite, mais contiendra "
5737
+ #~ "toujours des données actuelles de votre base de données WordPress."
5738
+
5739
+ #~ msgid "All post types"
5740
+ #~ msgstr "Tous les types d'articles"
5741
+
5742
+ #~ msgid "Add or drag post types."
5743
+ #~ msgstr "Ajoutez ou faites glisser des types d'articles."
5744
+
5745
+ #~ msgid "all"
5746
+ #~ msgstr "tout"
5747
+
5748
+ #~ msgid "Selected post types"
5749
+ #~ msgstr "Types d'articles sélectionnés"
5750
+
5751
+ #~ msgid "All post properties"
5752
+ #~ msgstr "Toutes les propriétés d'articles"
5753
+
5754
+ #~ msgid "Add or drag post properties."
5755
+ #~ msgstr "Ajouter ou faire glisser des propriétés d'articles."
5756
+
5757
+ #~ msgid "Selected post properties"
5758
+ #~ msgstr "Propriétés des articles sélectionnés"
5759
+
5760
+ #~ msgid "Post types relationship"
5761
+ #~ msgstr "Relation type d'articles"
5762
+
5763
+ #~ msgid ""
5764
+ #~ "When it is enabled, relations will be defined (joining rules) between "
5765
+ #~ "post types, otherwise relations between post types will not be defined "
5766
+ #~ "(do a full outer join)."
5767
+ #~ msgstr ""
5768
+ #~ "Lorsqu'elle est activée, les relations seront définies (règles de "
5769
+ #~ "jonction) entre les types d'articles, sinon les relations entre les types "
5770
+ #~ "d'articles ne seront pas définies (effectuez une jointure externe "
5771
+ #~ "complète)."
5772
+
5773
+ #~ msgid "Define relations (joining rules) between post types"
5774
+ #~ msgstr ""
5775
+ #~ "Définir des relations (règles de jonction) entre les types d'articles"
5776
+
5777
+ #~ msgid "Define post types relations"
5778
+ #~ msgstr "Définir des relations de type articles"
5779
+
5780
+ #~ msgid "Check to have an inner join, uncheck to have left join."
5781
+ #~ msgstr ""
5782
+ #~ "Cochez pour avoir un lien interne, décochez pour abandonner le lien."
5783
+
5784
+ #~ msgid "Add conditions"
5785
+ #~ msgstr "Ajouter des conditions"
5786
+
5787
+ #~ msgid "Add condition"
5788
+ #~ msgstr "Ajouter la condition"
5789
+
5790
+ #~ msgid "Add grouping rules"
5791
+ #~ msgstr "Ajouter des règles de regroupement"
5792
+
5793
+ #~ msgid "Add grouping rules that you would like to have in the table."
5794
+ #~ msgstr ""
5795
+ #~ "Ajoutez des règles de regroupement que vous souhaitez avoir dans le "
5796
+ #~ "tableau."
5797
+
5798
+ #~ msgid "Add grouping"
5799
+ #~ msgstr "Ajouter un regroupement"
5800
+
5801
+ #~ msgid "Group by "
5802
+ #~ msgstr "Grouper par "
5803
+
5804
+ #~ msgid "Please choose the SQL data which will be used to create a table."
5805
+ #~ msgstr ""
5806
+ #~ "Veuillez choisir les données SQL qui seront utilisées pour créer un "
5807
+ #~ "tableau."
5808
+
5809
+ #~ msgid ""
5810
+ #~ "This constructor type will create a query to any MySQL database database "
5811
+ #~ "and create a wpDataTable based on this query. This table content cannot "
5812
+ #~ "be edited manually afterwards, but will always contain actual data from "
5813
+ #~ "your MySQL database."
5814
+ #~ msgstr ""
5815
+ #~ "Ce type de constructeur va créer une requête sur n'importe quelle base de "
5816
+ #~ "données MySQL et crée un wpDataTable basé sur cette requête. Ce contenu "
5817
+ #~ "de tableau ne peut pas être modifié manuellement par la suite, mais "
5818
+ #~ "contiendra toujours les données actuelles de votre base de données MySQL."
5819
 
5820
+ #~ msgid "All SQL tables"
5821
+ #~ msgstr "Toutes les tables SQL"
 
5822
 
5823
+ #~ msgid "Add or drag MySQL tables."
5824
+ #~ msgstr "Ajoutez ou faites glisser des tables MySQL."
 
 
 
 
 
 
 
 
5825
 
5826
+ #~ msgid "Selected SQL tables"
5827
+ #~ msgstr "Tables SQL sélectionnées"
 
5828
 
5829
+ #~ msgid "All SQL columns"
5830
+ #~ msgstr "Toutes les colonnes SQL"
 
 
 
 
5831
 
5832
+ #~ msgid "Add or drag MySQL columns."
5833
+ #~ msgstr "Ajoutez ou faites glisser des colonnes MySQL."
 
5834
 
5835
+ #~ msgid "Selected SQL columns"
5836
+ #~ msgstr "Colonnes SQL sélectionnées"
 
5837
 
5838
+ #~ msgid "Define SQL tables relations"
5839
+ #~ msgstr "Définir des relations de tables SQL"
 
5840
 
5841
+ #~ msgid ""
5842
+ #~ "Please check which columns would you like to import and make sure that "
5843
+ #~ "the column types were imported correctly."
5844
+ #~ msgstr ""
5845
+ #~ "Veuillez vérifier quelles colonnes vous souhaitez importer et assurez-"
5846
+ #~ "vous que les types de colonne ont été importés correctement."
5847
 
5848
+ #~ msgid "Preview the query that has been generated for you"
5849
+ #~ msgstr "Prévisualiser la requête qui a été générée pour vous"
 
 
 
 
 
 
 
 
5850
 
5851
+ #~ msgid "Click to refresh the table"
5852
+ #~ msgstr "Cliquez pour rafraîchir le tableau"
 
 
 
 
 
 
 
 
 
 
5853
 
5854
+ #~ msgid "Preview the 5 first result rows"
5855
+ #~ msgstr "Prévisualiser le résultat des 5 premières lignes "
 
 
 
 
 
 
 
5856
 
5857
+ #~ msgid "Borderless"
5858
+ #~ msgstr "Sans bordures"
 
 
 
 
 
5859
 
5860
+ #~ msgid ""
5861
+ #~ "If bootstrap.js is already included in one of the theme files it is "
5862
+ #~ "recommended to uncheck this option"
5863
+ #~ msgstr ""
5864
+ #~ "Si bootstrap.js est déjà inclus dans l'un des fichiers du thème, il est "
5865
+ #~ "recommandé de décocher cette option"
 
5866
 
5867
+ #~ msgid "Multiselectbox"
5868
+ #~ msgstr "Boîte de sélection multiple"
 
 
 
 
 
5869
 
5870
+ #~ msgid "Render in modal"
5871
+ #~ msgstr "Rendu en modal"
 
 
 
 
 
5872
 
5873
+ #~ msgid "Render checkboxes in modal."
5874
+ #~ msgstr "Rendu des cases à cocher en modal."
 
 
 
5875
 
5876
+ #~ msgid "Render checkboxes in modal"
5877
+ #~ msgstr "Rendu des cases à cocher en modal"
 
5878
 
5879
+ #~ msgid ""
5880
+ #~ "Global sear\n"
5881
+ #~ " ch"
5882
+ #~ msgstr ""
5883
+ #~ "Recherche globa\n"
5884
+ #~ " le"
5885
 
5886
+ #~ msgid "Please choose input type for columns that you want to edit"
5887
+ #~ msgstr "Veuillez choisir le type d'entrée pour les colonnes à modifier"
 
5888
 
5889
+ #~ msgid "Prev"
5890
+ #~ msgstr "Aperçu"
5891
+
5892
+ #~ msgid "Apply and add new"
5893
+ #~ msgstr "Appliquer et ajouter nouveaux"
5894
 
5895
+ #~ msgid " Clear filters"
5896
+ #~ msgstr " Effacer les filtres"
 
5897
 
5898
+ #~ msgid " Clear all filters"
5899
+ #~ msgstr " Effacer tous les filtres"
 
languages/nl_NL/nl_NL.mo CHANGED
Binary file
languages/nl_NL/nl_NL.po CHANGED
@@ -1,254 +1,4011 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2014-09-22 12:41+0100\n"
5
- "PO-Revision-Date: 2014-11-11 14:26+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.9\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ../../.\n"
16
 
17
- #: ../.././controllers/wdt_admin.php:14
18
- msgid "Table type cannot be empty"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  msgstr "Tabel type mag niet leeg zijn"
20
 
21
- #: ../.././controllers/wdt_admin.php:15 ../.././templates/settings.inc.php:599
22
- msgid "Error!"
23
- msgstr "Fout!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
- #: ../.././controllers/wdt_admin.php:16
26
- msgid "Table input data source cannot be empty"
27
- msgstr "Tabel invoer data bron mag niet leeg zijn"
28
 
29
- #: ../.././controllers/wdt_admin.php:17
30
- msgid "MySQL table name for front-end editing is not set"
31
- msgstr "MySQL tabel naam voor front-end aanpassingen is niet ingesteld"
32
 
33
- #: ../.././controllers/wdt_admin.php:18
34
  msgid ""
35
- "This usually happens when the MySQL query returns an empty result. Please "
36
- "check the results of the query in some DB manager (e.g. PHPMyAdmin)"
37
  msgstr ""
38
- "Dit gebeurt wanneer de MySQL query een leeg resultaat terugstuurd. "
39
- "Controleer de resultaten van de query in een DB manager (bijv. PHPMyAdmin)"
40
 
41
- #: ../.././controllers/wdt_admin.php:19
42
- msgid "wpDataTables backend error: "
43
- msgstr "wpDatatables backend fout:"
 
 
44
 
45
- #: ../.././controllers/wdt_admin.php:20
46
- msgid "Table saved successfully!"
47
- msgstr "Tabel succesvol opgeslagen!"
48
 
49
- #: ../.././controllers/wdt_admin.php:21 ../.././templates/settings.inc.php:597
50
- msgid "Success!"
51
- msgstr "Succes!"
 
52
 
53
- #: ../.././controllers/wdt_admin.php:22
 
 
 
 
 
 
 
 
 
 
 
 
54
  msgid ""
55
- "This error is usually occuring because you are trying to load file which is "
56
- "too large. Please try another datasource, use a smaller file."
57
  msgstr ""
58
- "Deze fout ontstaat waarschijnlijk doordat je een te groot bestand probeert "
59
- "te laden. Probeer een andere databron."
60
 
61
- #: ../.././controllers/wdt_admin.php:23
62
- msgid "ID column for front-end editing feature is not set"
63
- msgstr "ID kolom voor front-end aanpassingen is niet ingesteld"
64
 
65
- #: ../.././controllers/wdt_admin.php:24
66
- msgid "Are you sure?"
67
- msgstr "Weet je het zeker?"
68
 
69
- #: ../.././controllers/wdt_admin.php:25
70
- msgid "Are you sure? You will lose unsaved changes!"
71
  msgstr ""
72
- "Weet je het zeker? Je verliest de aanpassingen die niet opgeslagen zijn!"
73
 
74
- #: ../.././controllers/wdt_admin.php:26
75
- msgid "Use in wpDataTable"
76
- msgstr "Gebruik in wpDataTable"
77
 
78
- #: ../.././controllers/wdt_admin.php:27
79
- msgid "Select Excel or CSV file"
80
- msgstr "Selecteer Excel of CSV besand"
 
 
 
 
 
81
 
82
- #: ../.././controllers/wdt_admin.php:28
83
  msgid ""
84
- "Complicated queries (with WHERE clause, conditions, or with JOINs) are not "
85
- "supported together with server-side processing. Please store the query in a "
86
- "MySQL view and then create a wpDataTable based on the view."
87
  msgstr ""
88
 
89
- #: ../.././controllers/wdt_admin.php:355 ../.././controllers/wdt_admin.php:439
90
- #: ../.././controllers/wdt_admin.php:477
91
- msgid "You do not have sufficient permissions to access this page."
92
- msgstr "Je hebt niet voldoende permissies om de pagina te laden."
93
 
94
- #: ../.././controllers/wdt_admin.php:382
95
- msgid "Edit wpDataTable"
96
- msgstr "wpDataTable aanpassen"
 
 
 
97
 
98
- #: ../.././controllers/wdt_functions.php:255
99
- msgid "wpDataTable with provided ID not found!"
100
- msgstr "wpDataTable met geleverde ID niet gevonden!"
101
 
102
- #: ../.././source/class.filterwidget.php:39
103
- msgid "New title"
104
- msgstr "Nieuwe titel"
 
 
105
 
106
- #: ../.././source/class.filterwidget.php:43
107
- msgid "Title:"
108
- msgstr "Naam:"
109
 
110
- #: ../.././source/class.wdtbrowsetable.php:58
111
- msgid "Duplicate"
112
- msgstr "Dubbel"
 
 
113
 
114
- #: ../.././source/class.wdtbrowsetable.php:72
115
- #: ../.././templates/plain_html_table.inc.php:79
116
- #: ../.././templates/plain_html_table.inc.php:83
117
- msgid "Edit"
118
- msgstr "Aanpassen"
119
 
120
- #: ../.././source/class.wdtbrowsetable.php:73
121
- #: ../.././templates/edit_table.inc.php:15
122
- #: ../.././templates/plain_html_table.inc.php:81
123
- msgid "Delete"
124
- msgstr "Verwijderen"
125
 
126
- #: ../.././source/class.wdtbrowsetable.php:94
127
- msgid "No wpDataTables in the system yet."
128
- msgstr "Nog geen wpDataTables in het systeem"
 
 
129
 
130
- #: ../.././templates/browse.inc.php:6 ../.././templates/edit_table.inc.php:11
131
- #: ../.././templates/settings.inc.php:10
132
- msgid "Please refer to"
133
- msgstr "Graag doorsturen naar"
 
134
 
135
- #: ../.././templates/browse.inc.php:6 ../.././templates/edit_table.inc.php:11
136
- #: ../.././templates/settings.inc.php:10
137
- msgid "wpDataTables documentation"
138
- msgstr "wpDataTables documentatie"
 
139
 
140
- #: ../.././templates/browse.inc.php:6 ../.././templates/edit_table.inc.php:11
141
- #: ../.././templates/settings.inc.php:10
142
- msgid "if you have some questions or problems with the plugin."
143
- msgstr "als je vragen of problemen hebt met deze plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
 
145
- #: ../.././templates/browse.inc.php:6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  msgid "Add new"
147
  msgstr "Nieuwe toevoegen"
148
 
149
- #: ../.././templates/browse.inc.php:15
150
- msgid "New table title"
151
- msgstr "Nieuwe tabelnaam"
152
-
153
- #: ../.././templates/browse.inc.php:26 ../.././templates/browse.inc.php:63
154
  msgid "Are you sure"
155
  msgstr "Zeker weten?"
156
 
157
- #: ../.././templates/browse.inc.php:35
158
- msgid "Duplicate table"
159
- msgstr "Dupliceer tabel"
160
-
161
- #: ../.././templates/browse.inc.php:36
162
  msgid "copy"
163
  msgstr "kopieer"
164
 
165
- #: ../.././templates/edit_table.inc.php:19
166
- msgid "To insert the table on your page use the shortcode"
167
- msgstr "Om de tabel op je pagina te plaatsen, gebruik de volgende shortcode"
 
 
 
168
 
169
- #: ../.././templates/edit_table.inc.php:26
170
- #: ../.././templates/edit_table.inc.php:277
171
- #: ../.././templates/settings.inc.php:15
172
- #: ../.././templates/settings.inc.php:211
173
- #: ../.././templates/settings.inc.php:453
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Click to toggle"
175
  msgstr "Klik om te openen"
176
 
177
- #: ../.././templates/edit_table.inc.php:28
178
- msgid "Data source and main settings"
179
- msgstr "Data bron en hoofd instellingen"
180
 
181
- #: ../.././templates/edit_table.inc.php:30
182
- #: ../.././templates/edit_table.inc.php:262
183
- #: ../.././templates/edit_table.inc.php:281
184
- #: ../.././templates/edit_table.inc.php:303
185
- msgid "Save"
186
- msgstr "Opslaan"
187
 
188
- #: ../.././templates/edit_table.inc.php:31
189
- #: ../.././templates/edit_table.inc.php:263
190
- #: ../.././templates/edit_table.inc.php:283
191
- #: ../.././templates/edit_table.inc.php:305
192
- msgid "Preview"
193
- msgstr "Preview"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
 
195
  #: ../.././templates/edit_table.inc.php:32
196
- #: ../.././templates/edit_table.inc.php:264
197
- #: ../.././templates/edit_table.inc.php:284
198
- #: ../.././templates/edit_table.inc.php:306
199
- msgid "Close"
200
- msgstr "Sluiten"
201
 
202
- #: ../.././templates/edit_table.inc.php:42
203
  msgid "General setup"
204
  msgstr "Algemene setup"
205
 
206
- #: ../.././templates/edit_table.inc.php:54
207
- msgid "Table title"
208
- msgstr "Tabel titel"
209
-
210
- #: ../.././templates/edit_table.inc.php:58
211
  msgid "If you want to display a header above your table, enter it here"
212
  msgstr "Als je een header boven je tabel wilt weergeven, voer deze hier dan in"
213
 
214
- #: ../.././templates/edit_table.inc.php:63
 
 
 
 
215
  msgid "Table type"
216
  msgstr "Tabel type"
217
 
218
- #: ../.././templates/edit_table.inc.php:67
219
  msgid "Select a table type..."
220
  msgstr "Selecteer een tabel type..."
221
 
222
- #: ../.././templates/edit_table.inc.php:68
223
- #: ../.././templates/edit_table.inc.php:80
224
- msgid "MySQL query"
225
- msgstr "MySQL query"
226
-
227
- #: ../.././templates/edit_table.inc.php:69
228
- msgid "CSV file"
229
- msgstr "CSV bestand"
230
-
231
- #: ../.././templates/edit_table.inc.php:70
232
- msgid "Excel file"
233
- msgstr "Excel bestand"
234
 
235
- #: ../.././templates/edit_table.inc.php:71
236
- msgid "XML file"
237
- msgstr "XML bestand"
238
 
239
- #: ../.././templates/edit_table.inc.php:72
240
- msgid "JSON file"
241
- msgstr "JSON bestand"
242
 
243
- #: ../.././templates/edit_table.inc.php:73
244
- msgid "Serialized PHP array"
245
- msgstr "Serialized PHP array"
246
 
247
- #: ../.././templates/edit_table.inc.php:75
248
- msgid "Choose a type of input source for your table"
249
- msgstr "Kies een type inputbron voor jouw tabel"
250
 
251
- #: ../.././templates/edit_table.inc.php:80
252
  msgid ""
253
  "Enter MySQL SELECT query that will return the data for your wpDataTable. "
254
  "Make sure that this query works and returns data. If you are not sure what "
@@ -256,58 +4013,193 @@ msgid ""
256
  "reading MySQL manuals"
257
  msgstr ""
258
 
259
- #: ../.././templates/edit_table.inc.php:86
260
  msgid ""
261
- "Enter the text of your MySQL query here. You can use %CURRENT_USER_ID% "
262
- "placeholder that will be replaced with the current user's ID on execution"
 
263
  msgstr ""
264
 
265
- #: ../.././templates/edit_table.inc.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  msgid "Input file or URL"
267
  msgstr "Voer bestand of URL in"
268
 
269
- #: ../.././templates/edit_table.inc.php:98
270
  msgid "Upload your file or provide the full URL here"
271
  msgstr "Upload je bestand of geef de volledige URL hier in"
272
 
273
- #: ../.././templates/edit_table.inc.php:98
 
 
 
 
 
 
 
 
 
 
274
  msgid "For CSV or Excel input sources only uploaded files are supported"
275
  msgstr "Voor CSV of Excel input bronnen, werken alleen geuploade bestanden "
276
 
277
- #: ../.././templates/edit_table.inc.php:103
278
- msgid "Front-end editing"
279
- msgstr "Front-end aanpassen"
 
 
280
 
281
- #: ../.././templates/edit_table.inc.php:107
282
  msgid "Make table editable from the front-end"
283
  msgstr "Maak tabel aanpasbaar vanaf de front-end"
284
 
285
- #: ../.././templates/edit_table.inc.php:107
286
  msgid ""
287
  "Works only for MySQL-based tables with server-side processing, and can only "
288
  "update one table on MySQL side"
289
  msgstr ""
290
 
291
- #: ../.././templates/edit_table.inc.php:112
292
- msgid "MySQL table name for editing"
293
- msgstr "MySQL tabel naam voor aanpassen"
 
 
294
 
295
- #: ../.././templates/edit_table.inc.php:118
296
  msgid "Name of the MySQL table which will be used for updates from front-end"
297
  msgstr ""
298
  "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
299
  "front-end"
300
 
301
- #: ../.././templates/edit_table.inc.php:123
302
- #: ../.././templates/edit_table.inc.php:324
303
- msgid "Editor roles"
304
- msgstr "Editor rollen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
 
306
- #: ../.././templates/edit_table.inc.php:127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  msgid "Choose roles"
308
  msgstr "Kies rollen"
309
 
310
- #: ../.././templates/edit_table.inc.php:128
311
  msgid ""
312
  "Roles which are allowed to edit the table (leave blank to alllow editing for "
313
  "everyone)"
@@ -315,36 +4207,51 @@ msgstr ""
315
  "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
316
  "aanpassingen kan doen)"
317
 
318
- #: ../.././templates/edit_table.inc.php:133
319
  msgid "Additional settings"
320
  msgstr "Extra instellingen"
321
 
322
- #: ../.././templates/edit_table.inc.php:138
323
- msgid "Server-side processing"
324
- msgstr "Server-side verwerking"
325
-
326
- #: ../.././templates/edit_table.inc.php:142
327
  msgid ""
328
  "Server-side processing for MySQL-based tables. Required for front-end editing"
329
  msgstr ""
330
  "Server-side verwerking voor MySQL-gebaseerde tabellen. Verplicht als je "
331
  "front-end editing wilt gebruiken."
332
 
333
- #: ../.././templates/edit_table.inc.php:147
 
 
 
 
 
 
334
  msgid "Responsive"
335
  msgstr "Responsive"
336
 
337
- #: ../.././templates/edit_table.inc.php:151
338
  msgid ""
339
  "Check this checkbox if you would like this table to be responsive - display "
340
  "differently on desktops, tablets and mobiles"
341
  msgstr "Aanklikken als je wilt dat de tabel responsive wordt weergegeven"
342
 
343
- #: ../.././templates/edit_table.inc.php:156
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Hide table until page is completely loaded"
345
  msgstr "Verberg tabel tot de pagina volledig geladen is"
346
 
347
- #: ../.././templates/edit_table.inc.php:160
348
  msgid ""
349
  "Check this checkbox if you would prevent table from showing until the page "
350
  "loads completely. May be useful for slowly loading pages"
@@ -352,29 +4259,21 @@ msgstr ""
352
  "Aanklikken als je niet wilt dat de tabel geladen wordt tot de pagina is "
353
  "geladen. Kan handig zijn als de pagina anders langzaam laadt."
354
 
355
- #: ../.././templates/edit_table.inc.php:165
356
  msgid "Advanced filtering"
357
  msgstr "Geavanceerde filtering"
358
 
359
- #: ../.././templates/edit_table.inc.php:169
360
  msgid ""
361
  "Check this checkbox if you would like to have a filter below each column"
362
  msgstr "Aanklikken als je een filter onder iedere kolom wilt"
363
 
364
- #: ../.././templates/edit_table.inc.php:174
365
- msgid "Filter in form"
366
- msgstr "Filter in formulier"
367
-
368
- #: ../.././templates/edit_table.inc.php:178
369
  msgid ""
370
  "Check this checkbox if you would like to have the advanced filter in a form"
371
  msgstr "Aanklikken als je een geavanceerde filter in een formulier wilt hebben"
372
 
373
- #: ../.././templates/edit_table.inc.php:183
374
- msgid "Table tools"
375
- msgstr "Tabel tools"
376
-
377
- #: ../.././templates/edit_table.inc.php:187
378
  msgid ""
379
  "Check this checkbox if you would like to have the table tools (copy, save to "
380
  "excel, save to CSV, etc) enabled for this table"
@@ -382,31 +4281,55 @@ msgstr ""
382
  "Aanklikken als je wilt dat de tabel tools weergegeven worden (kopieren, "
383
  "opslaan naar excel etc.)"
384
 
385
- #: ../.././templates/edit_table.inc.php:192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  msgid "Enable sorting"
387
  msgstr "Sorteren inschakelen"
388
 
389
- #: ../.././templates/edit_table.inc.php:196
390
  msgid ""
391
  "Check this checkbox if you would like to have sorting feature in your table"
392
  msgstr "Aanklikken als je een sorteerfunctie wilt hebben"
393
 
394
- #: ../.././templates/edit_table.inc.php:201
395
  msgid "Limit table layout"
396
  msgstr "Limiteer tabel layout"
397
 
398
- #: ../.././templates/edit_table.inc.php:205
399
  #, php-format
400
  msgid ""
401
  "Check this checkbox if you would like to limit the table's width to 100% of "
402
  "parent container (div)"
403
  msgstr ""
404
 
405
- #: ../.././templates/edit_table.inc.php:210
406
- msgid "Word wrap"
407
- msgstr "Woord wrap"
408
-
409
- #: ../.././templates/edit_table.inc.php:214
410
  msgid ""
411
  "Check this checkbox if you would like words in cells to wrap and to extend "
412
  "row's height. Leave unchecked if you want to leave one-line row heights."
@@ -415,80 +4338,38 @@ msgstr ""
415
  "woorden worden aangepast. Niet aanklikken als je one-line rijhoogte's wilt "
416
  "hebben."
417
 
418
- #: ../.././templates/edit_table.inc.php:219
419
  msgid "Display length"
420
  msgstr "Display lengte"
421
 
422
- #: ../.././templates/edit_table.inc.php:223
423
- #: ../.././templates/edit_table.inc.php:224
424
- #: ../.././templates/edit_table.inc.php:225
425
- #: ../.././templates/edit_table.inc.php:226
426
  msgid "entries"
427
  msgstr "data"
428
 
429
- #: ../.././templates/edit_table.inc.php:227
430
- msgid "All"
431
- msgstr "Alles"
432
-
433
- #: ../.././templates/edit_table.inc.php:229
434
  msgid ""
435
  "This options defines the default number of entries on the page for this table"
436
  msgstr ""
437
  "Deze optie geeft het default aantal data op de pagina voor deze tabel aan"
438
 
439
- #: ../.././templates/edit_table.inc.php:234
440
- msgid "Add a chart"
441
- msgstr "Voeg een grafiek toe"
442
-
443
- #: ../.././templates/edit_table.inc.php:238
444
- msgid "No chart"
445
- msgstr "Geen grafiek"
446
-
447
- #: ../.././templates/edit_table.inc.php:239
448
- msgid "Area chart"
449
- msgstr "Omgevingsgrafiek"
450
-
451
- #: ../.././templates/edit_table.inc.php:240
452
- msgid "Bar chart"
453
- msgstr "Staafgrafiek"
454
-
455
- #: ../.././templates/edit_table.inc.php:241
456
- msgid "Column chart"
457
- msgstr "Kolomgrafiek"
458
-
459
- #: ../.././templates/edit_table.inc.php:242
460
- msgid "Line chart"
461
- msgstr "Lijngrafiek"
462
-
463
- #: ../.././templates/edit_table.inc.php:243
464
- msgid "Pie chart"
465
- msgstr "Taartdiagram"
466
-
467
- #: ../.././templates/edit_table.inc.php:245
468
- msgid ""
469
- "Select one of the options if you would like to render a chart for this table"
470
- msgstr ""
471
- "Selecteer 1 van deze opties als je wilt dat er een grafiek wordt gemaakt van "
472
- "deze tabel"
473
-
474
- #: ../.././templates/edit_table.inc.php:250
475
- msgid "Chart title"
476
- msgstr "Grafiek titel"
477
-
478
- #: ../.././templates/edit_table.inc.php:256
479
- msgid "Enter a title if you would like to display a title above your chart"
480
- msgstr "Vul de titel in welke boven je grafiek wordt getoond"
481
-
482
- #: ../.././templates/edit_table.inc.php:279
483
  msgid "Optional column setup"
484
  msgstr "Optionele kolom setup"
485
 
486
- #: ../.././templates/edit_table.inc.php:282
487
- #: ../.././templates/edit_table.inc.php:304
488
  msgid "Ungroup"
489
  msgstr "Degroeperen"
490
 
491
- #: ../.././templates/edit_table.inc.php:293
 
 
 
 
 
492
  msgid ""
493
  "You can change the column settings in this step, but this is not required, "
494
  "since default options have already been generated for you"
@@ -496,11 +4377,11 @@ msgstr ""
496
  "Je kunt de kolom instellingen hier aanpassen, dit is echter niet nodig "
497
  "aangezien de default opties al zijn aangemaakt."
498
 
499
- #: ../.././templates/edit_table.inc.php:294
500
  msgid "Warning"
501
  msgstr "Waarschuwing"
502
 
503
- #: ../.././templates/edit_table.inc.php:294
504
  msgid ""
505
  "If you change the table settings, save the table before modifying the column "
506
  "settings, because the column set can be changed and you may lose your changes"
@@ -508,101 +4389,79 @@ msgstr ""
508
  "Als je de tabel instellingen aanpast, sla deze dan op voor je de "
509
  "kolominstellingen aanpast."
510
 
511
- #: ../.././templates/edit_table.inc.php:325
512
- msgid ""
513
- "Choose user roles allowed to edit this table (leave blank to alllow editing "
514
- "for everyone):"
515
  msgstr ""
516
- "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
517
- "aanpassingen kan doen)"
518
-
519
- #: ../.././templates/edit_table.inc.php:368
520
- msgid "Displayed header"
521
- msgstr "Weergegeven header"
522
 
523
- #: ../.././templates/edit_table.inc.php:376
524
- msgid "CSS class(es)"
525
- msgstr "CSS class(es)"
526
 
527
- #: ../.././templates/edit_table.inc.php:384
528
- msgid "Possible values"
529
- msgstr "Mogelijke waardes"
530
 
531
- #: ../.././templates/edit_table.inc.php:386
532
  msgid "Separate with"
533
  msgstr "Scheiden met"
534
 
535
- #: ../.././templates/edit_table.inc.php:386
536
  msgid "Used in advanced filterdropdown and in the editor dialog"
537
  msgstr "Gebruikt in geavanceerd filterdropdown en in het editor scherm"
538
 
539
- #: ../.././templates/edit_table.inc.php:394
 
 
 
 
 
 
 
 
 
 
540
  msgid "Default value(s)"
541
  msgstr "Standaardwaarde(n)"
542
 
543
- #: ../.././templates/edit_table.inc.php:396
544
  msgid ""
545
  "Predefined filter value, default editor input value. Separate multiple "
546
  "values with \"|\". Placeholders supported."
547
  msgstr ""
548
 
549
- #: ../.././templates/edit_table.inc.php:404
550
- msgid "Filter type"
551
- msgstr "Filter type"
552
 
553
- #: ../.././templates/edit_table.inc.php:414
554
- msgid "Column type"
555
- msgstr "Kolom type"
556
 
557
- #: ../.././templates/edit_table.inc.php:425
558
- msgid "Editor input type"
 
 
559
  msgstr "Editor input type"
560
 
561
- #: ../.././templates/edit_table.inc.php:435
562
- msgid "ID column"
563
- msgstr "ID kolom"
564
-
565
- #: ../.././templates/edit_table.inc.php:447
566
- msgid "Hide on tablets"
567
- msgstr "Verbergen op tablets"
568
-
569
- #: ../.././templates/edit_table.inc.php:458
570
- msgid "Hide on mobiles"
571
- msgstr "Verbergen op mobiele apparaten"
572
-
573
- #: ../.././templates/edit_table.inc.php:469
574
- msgid "Group column"
575
- msgstr "Groep kolom"
576
 
577
- #: ../.././templates/edit_table.inc.php:480
578
  msgid "Default sort column"
579
  msgstr "Standaard sortering kolom"
580
 
581
- #: ../.././templates/edit_table.inc.php:485
582
- msgid "Ascending"
583
- msgstr "Oplopend"
584
-
585
- #: ../.././templates/edit_table.inc.php:487
586
- msgid "Descending"
587
- msgstr "Aflopend"
588
-
589
- #: ../.././templates/edit_table.inc.php:493
590
- msgid "Add to chart"
591
- msgstr "Toevoegen aan tabel/grafiek"
592
-
593
- #: ../.././templates/edit_table.inc.php:504
594
- msgid "Chart hor. axis"
595
- msgstr "Grafiek hor. as"
596
-
597
- #: ../.././templates/edit_table.inc.php:512
598
- msgid "Column position"
599
- msgstr "Kolom positie"
600
 
601
- #: ../.././templates/edit_table.inc.php:520
602
  msgid "Width"
603
  msgstr "Breedte"
604
 
605
- #: ../.././templates/edit_table.inc.php:522
606
  #, php-format
607
  msgid ""
608
  "Input width for column (in percents with % or pixels without \"px\"). Leave "
@@ -611,55 +4470,59 @@ msgstr ""
611
  "geef de breedte van de kolom in (in % of pixels zonder \"px\"). Blanco laten "
612
  "voor automatische breedtestelling"
613
 
614
- #: ../.././templates/edit_table.inc.php:530
615
- msgid "Visible"
616
- msgstr "Zichtbaar"
617
-
618
- #: ../.././templates/filter_widget.inc.php:3
619
- msgid "Clear filters"
620
- msgstr "Leeg filters"
621
 
622
- #: ../.././templates/plain_html_table.inc.php:80
623
- msgid "New"
624
- msgstr "Nieuw"
 
 
625
 
626
- #: ../.././templates/plain_html_table.inc.php:108
627
- msgid "Upload attachment"
628
- msgstr "Upload bijlage"
629
 
630
- #: ../.././templates/plain_html_table.inc.php:133
631
- msgid "Cancel"
632
- msgstr "Annuleren"
 
 
 
633
 
634
- #: ../.././templates/plain_html_table.inc.php:134
635
- msgid "Prev"
636
- msgstr "Vorige"
637
 
638
- #: ../.././templates/plain_html_table.inc.php:135
639
- msgid "Next"
640
- msgstr "Volgende"
 
 
641
 
642
- #: ../.././templates/plain_html_table.inc.php:136
643
- msgid "Apply"
644
- msgstr "Toepassen"
 
645
 
646
- #: ../.././templates/plain_html_table.inc.php:137
647
- msgid "OK"
648
- msgstr "OK"
 
 
649
 
650
- #: ../.././templates/settings.inc.php:11
651
  msgid "wpDataTables settings"
652
  msgstr "wpDataTables instellingen"
653
 
654
- #: ../.././templates/settings.inc.php:17
655
- msgid "Main settings"
656
- msgstr "Hoofdinstellingen"
657
-
658
- #: ../.././templates/settings.inc.php:24
659
  msgid "Use separate MySQL connection"
660
  msgstr "Gebruik losse MySQL verbinding"
661
 
662
- #: ../.././templates/settings.inc.php:28
663
  msgid ""
664
  "If this checkbox is checked, wpDataTables will use its own connection to "
665
  "MySQL bases. In other case it will use the main WordPress MySQL connection."
@@ -667,96 +4530,23 @@ msgstr ""
667
  "Laat wpDataTables zijn eigen MySQL connectie gebruiken. Standaard wordt de "
668
  "Wordpress MySQL verbinding gebruikt."
669
 
670
- #: ../.././templates/settings.inc.php:33
671
- msgid "MySQL host"
672
- msgstr "MySQL host"
673
-
674
- #: ../.././templates/settings.inc.php:37
675
- msgid "MySQL host address"
676
- msgstr "MySQL host adres"
677
-
678
- #: ../.././templates/settings.inc.php:42
679
- msgid "MySQL database"
680
- msgstr "MySQL database"
681
-
682
- #: ../.././templates/settings.inc.php:46
683
- msgid "MySQL database name"
684
- msgstr "MySQL database naam"
685
-
686
- #: ../.././templates/settings.inc.php:51
687
- msgid "MySQL user"
688
- msgstr "MySQL gebruiker"
689
-
690
- #: ../.././templates/settings.inc.php:55
691
- msgid "MySQL username for the connection"
692
- msgstr "MySQL gebruikersnaam voor de verbinding"
693
-
694
- #: ../.././templates/settings.inc.php:60
695
- msgid "MySQL password"
696
- msgstr "MySQL wachtwoord"
697
-
698
- #: ../.././templates/settings.inc.php:64
699
- msgid "MySQL password for the provided user"
700
- msgstr "MySQL wachtwoord voor de gebruiker"
701
-
702
- #: ../.././templates/settings.inc.php:69
703
- msgid "Interface language"
704
- msgstr "Interface taal"
705
-
706
- #: ../.././templates/settings.inc.php:80
707
  msgid "Pick the language which will be used in tables interface"
708
  msgstr "Kies de taal welke in de tabel zijn interface wordt gebruikt"
709
 
710
- #: ../.././templates/settings.inc.php:85
711
- msgid "Tables per admin page"
712
- msgstr "Tabellen per adminpagina"
713
-
714
- #: ../.././templates/settings.inc.php:93
715
  msgid "How many tables to show in the browse page"
716
  msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
717
 
718
- #: ../.././templates/settings.inc.php:98
719
- msgid "Render charts"
720
- msgstr "Render grafieken/diagrammen"
721
-
722
- #: ../.././templates/settings.inc.php:102
723
- msgid "Above the table"
724
- msgstr "Boven de grafiek/diagram"
725
-
726
- #: ../.././templates/settings.inc.php:103
727
- msgid "Below the table"
728
- msgstr "Onder de grafiek/diagram"
729
-
730
- #: ../.././templates/settings.inc.php:105
731
- msgid "Choose where you would like to render the charts"
732
- msgstr "Kies waar je de grafiek/diagram wilt hebben"
733
-
734
- #: ../.././templates/settings.inc.php:110
735
- msgid "Base skin"
736
- msgstr "Standaard skin"
737
-
738
- #: ../.././templates/settings.inc.php:114
739
- #: ../.././templates/settings.inc.php:115
740
  msgid "Skin"
741
  msgstr "Skin"
742
 
743
- #: ../.././templates/settings.inc.php:117
744
  msgid "Choose the base skin for the plugin"
745
  msgstr "Kies een skin voor de plugin"
746
 
747
- #: ../.././templates/settings.inc.php:122
748
- msgid "Render advanced filter"
749
- msgstr "Render geavanceerd filter"
750
-
751
- #: ../.././templates/settings.inc.php:126
752
- msgid "In the header"
753
- msgstr "In de header"
754
-
755
- #: ../.././templates/settings.inc.php:127
756
- msgid "In the footer"
757
- msgstr "In de footer"
758
-
759
- #: ../.././templates/settings.inc.php:129
760
  msgid ""
761
  "Choose where you would like to render the advanced filter for tables where "
762
  "enabled"
@@ -764,35 +4554,33 @@ msgstr ""
764
  "Kies waar je wilt dat het geavanceerde filter voor de tabel wordt gerenderd "
765
  "als deze geactiveerd is"
766
 
767
- #: ../.././templates/settings.inc.php:134
768
- msgid "Date format"
769
- msgstr "Datum format"
770
-
771
- #: ../.././templates/settings.inc.php:146
772
  msgid "Pick the date format to use in date column type"
773
  msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
774
 
775
- #: ../.././templates/settings.inc.php:151
776
- msgid "Number format"
777
- msgstr "Nummer format"
778
-
779
- #: ../.././templates/settings.inc.php:158
780
- msgid "Pick the number format (thousands and decimals separator)"
781
- msgstr "Kies de nummerformat (duizenden en decimalen scheider)"
782
-
783
- #: ../.././templates/settings.inc.php:163
784
- msgid "Decimal places"
785
- msgstr "Decimaal plaatsen"
786
 
787
- #: ../.././templates/settings.inc.php:167
788
  msgid "Define the amount of decimal places for the float numbers"
789
  msgstr "Kies het aantal decimaalplaatsen voor de zwevende getallen"
790
 
791
- #: ../.././templates/settings.inc.php:172
 
 
 
 
 
 
 
 
792
  msgid "Align numbers to the right"
793
  msgstr "Sorteer nummers aan de rechter kant"
794
 
795
- #: ../.././templates/settings.inc.php:176
796
  msgid ""
797
  "If this checkbox is checked all numerical values will be aligned to the "
798
  "right of the cell"
@@ -800,76 +4588,58 @@ msgstr ""
800
  "Aanklikken zorgt er voor dat alle nummerwaardes aan de rechterkant worden "
801
  "gesorteerd"
802
 
803
- #: ../.././templates/settings.inc.php:182
804
- msgid "Tablet width"
805
- msgstr "Tablet breedte"
806
-
807
- #: ../.././templates/settings.inc.php:186
808
- msgid ""
809
- "Here you can specify width of the screen (in pixels) that will be treated as "
810
- "a tablet. You can set it wider if you want responsive effect on desktops."
811
- msgstr ""
812
-
813
- #: ../.././templates/settings.inc.php:192
814
- msgid "Mobile width"
815
- msgstr "Mobiele breedte"
816
-
817
- #: ../.././templates/settings.inc.php:196
818
  msgid "Here you can specify width (in pixels) will be treated as a mobile."
819
  msgstr ""
820
 
821
- #: ../.././templates/settings.inc.php:202
822
- #: ../.././templates/settings.inc.php:442
823
  #: ../.././templates/settings.inc.php:481
824
  msgid "Save options"
825
  msgstr "Opties voor opslaan"
826
 
827
- #: ../.././templates/settings.inc.php:213
828
- msgid "Color and font settings"
829
- msgstr "Kleur en font instellingen"
830
-
831
- #: ../.././templates/settings.inc.php:216
832
- #: ../.././templates/settings.inc.php:458
833
  msgid "Leave the setting blank to use default value"
834
  msgstr "Leeg laten voor standaardwaardes"
835
 
836
- #: ../.././templates/settings.inc.php:221
837
  msgid "Table font color"
838
  msgstr "Tabel font kleur"
839
 
840
- #: ../.././templates/settings.inc.php:225
841
  msgid "This color is used for the main font in table cells"
842
  msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
843
 
844
- #: ../.././templates/settings.inc.php:230
845
  msgid "Header background color"
846
  msgstr "Header achtergrond kleur"
847
 
848
- #: ../.././templates/settings.inc.php:234
849
  msgid "The color is used for background of the table header"
850
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
851
 
852
- #: ../.././templates/settings.inc.php:239
853
  msgid "Header border color"
854
  msgstr "Header border kleur"
855
 
856
- #: ../.././templates/settings.inc.php:243
857
  msgid "This color is used for the border in the table header"
858
  msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
859
 
860
- #: ../.././templates/settings.inc.php:248
861
  msgid "Header font color"
862
  msgstr "Header font kleur"
863
 
864
- #: ../.././templates/settings.inc.php:252
865
  msgid "This color is used for the font in the table header"
866
  msgstr "Deze kleur wordt gebruikt voor de font in de tabel header"
867
 
868
- #: ../.././templates/settings.inc.php:257
869
  msgid "Header active and hover color"
870
  msgstr "Header actef en hover kleur"
871
 
872
- #: ../.././templates/settings.inc.php:261
873
  msgid ""
874
  "This color is used when you hover the mouse above the table header, or when "
875
  "you choose a column"
@@ -877,46 +4647,46 @@ msgstr ""
877
  "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
878
  "of wanneer je een kolom kiest"
879
 
880
- #: ../.././templates/settings.inc.php:266
881
  msgid "Table inner border color"
882
  msgstr "Binnenste borderkleur van de tabel"
883
 
884
- #: ../.././templates/settings.inc.php:270
885
  msgid "This color is used for the inner border in the table between cells"
886
  msgstr ""
887
  "Deze kleur wordt gebruikt voor de binnenste border in de tabel, tussen de "
888
  "cellen in"
889
 
890
- #: ../.././templates/settings.inc.php:275
891
  msgid "Table outer border color"
892
  msgstr "Tabel buitenste border kleur"
893
 
894
- #: ../.././templates/settings.inc.php:279
895
  msgid "This color is used for the outer border of the whole table body"
896
  msgstr ""
897
  "Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
898
 
899
- #: ../.././templates/settings.inc.php:284
900
  msgid "Even row background color"
901
  msgstr "Even rijen achtergrond kleur"
902
 
903
- #: ../.././templates/settings.inc.php:288
904
  msgid "This color is used for for background in even rows"
905
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de even rijen"
906
 
907
- #: ../.././templates/settings.inc.php:293
908
  msgid "Odd row background color"
909
  msgstr "Oneven rijen achtergrond kleur"
910
 
911
- #: ../.././templates/settings.inc.php:297
912
  msgid "This color is used for for background in odd rows"
913
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de oneven rijen"
914
 
915
- #: ../.././templates/settings.inc.php:302
916
  msgid "Hover row color"
917
  msgstr "Hover rij kleur"
918
 
919
- #: ../.././templates/settings.inc.php:306
920
  msgid ""
921
  "This color is used for to highlight the row when you hover your mouse above "
922
  "it"
@@ -924,11 +4694,11 @@ msgstr ""
924
  "Deze kleur wordt gebruikt voor het highlighten van de rij als je je muis "
925
  "erboven houdt"
926
 
927
- #: ../.././templates/settings.inc.php:311
928
  msgid "Cell color in active (sorted) columns for even rows"
929
  msgstr "Celkleur in actieve (gesorteerde) klommen voor even rijen"
930
 
931
- #: ../.././templates/settings.inc.php:315
932
  msgid ""
933
  "This color is used for background in cells which are in the active columns "
934
  "(columns used for sorting) in even rows"
@@ -936,11 +4706,11 @@ msgstr ""
936
  "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
937
  "kolommen (deze die voor het sorteren worden gebruikt) in even rijen"
938
 
939
- #: ../.././templates/settings.inc.php:320
940
  msgid "Cell color in active (sorted) columns for odd rows"
941
  msgstr "Celkleur in actieve (gesorteerde) klommen voor oneven rijen"
942
 
943
- #: ../.././templates/settings.inc.php:324
944
  msgid ""
945
  "This color is used for background in cells which are in the active columns "
946
  "(columns used for sorting) in odd rows"
@@ -948,155 +4718,193 @@ msgstr ""
948
  "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
949
  "kolommen (deze die voor het sorteren worden gebruikt) in oneven rijen"
950
 
951
- #: ../.././templates/settings.inc.php:329
952
  msgid "Backround color for selected rows"
953
  msgstr "Achtergrond kleur voor geselecteerde rijen"
954
 
955
- #: ../.././templates/settings.inc.php:333
956
  msgid "This color is used for background in selected rows"
957
  msgstr ""
958
  "Deze kleur wordt gebruikt voor de achtergrond van de geselecteerde rijen"
959
 
960
- #: ../.././templates/settings.inc.php:338
961
  msgid "Buttons background color"
962
  msgstr "Achtergrondkleur van de Buttons"
963
 
964
- #: ../.././templates/settings.inc.php:342
965
  msgid "This color is used for background in buttons"
966
  msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
967
 
968
- #: ../.././templates/settings.inc.php:347
969
  msgid "Buttons border color"
970
  msgstr "Buttons border kleur"
971
 
972
- #: ../.././templates/settings.inc.php:351
973
  msgid "This color is used for border in buttons"
974
  msgstr "Deze kleur wordt gebruikt voor de border van de buttons"
975
 
976
- #: ../.././templates/settings.inc.php:356
977
  msgid "Buttons font color"
978
  msgstr "Bottons font kleur"
979
 
980
- #: ../.././templates/settings.inc.php:360
981
  msgid "This color is used for font in buttons"
982
  msgstr "Deze kleur wordt gebruikt voor de font op de Buttons"
983
 
984
- #: ../.././templates/settings.inc.php:365
985
  msgid "Buttons background hover color"
986
  msgstr "Buttons gehooverd achtergrondkleur"
987
 
988
- #: ../.././templates/settings.inc.php:369
989
  msgid ""
990
  "This color will be used for button backgrounds when you hover above them"
991
  msgstr ""
992
  "Deze kleur wordt getoond als achtergrond van de Button als je je muis er "
993
  "boven houdt."
994
 
995
- #: ../.././templates/settings.inc.php:374
996
  msgid "Buttons hover font color"
997
  msgstr "Buttons hoover font kleur"
998
 
999
- #: ../.././templates/settings.inc.php:378
1000
  msgid "This color will be used for buttons font when you hover above them"
1001
  msgstr ""
1002
  "Deze kleur wordt getoond als fontkleur van de Button als je je muis er boven "
1003
  "houdt."
1004
 
1005
- #: ../.././templates/settings.inc.php:383
1006
- msgid "Modals font color"
1007
- msgstr "Modals fontkleur"
1008
-
1009
- #: ../.././templates/settings.inc.php:387
1010
  msgid ""
1011
  "This color will be used for wpDataTable popup (filter, datepicker) fonts"
1012
  msgstr ""
1013
  "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
1014
  "fonts"
1015
 
1016
- #: ../.././templates/settings.inc.php:392
1017
  msgid "Modals background color"
1018
  msgstr "Modals achtergrondkleur"
1019
 
1020
- #: ../.././templates/settings.inc.php:396
1021
  msgid ""
1022
  "This color will be used for wpDataTable popup (filter, datepicker) background"
1023
  msgstr ""
1024
  "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
1025
  "achtergrond"
1026
 
1027
- #: ../.././templates/settings.inc.php:401
1028
  msgid "Overlay background color"
1029
  msgstr "Overlay achtergrondkleur"
1030
 
1031
- #: ../.././templates/settings.inc.php:405
1032
  msgid ""
1033
  "This color will be used for overlay which appears below the plugin popups"
1034
  msgstr ""
1035
  "Deze kleur wordt gebruikt voor de overlay, welke getoond wordt onder de "
1036
  "plugin popups"
1037
 
1038
- #: ../.././templates/settings.inc.php:410
1039
- msgid "Buttons hover border color"
1040
- msgstr "Buttons hoover achtergrondkleur"
1041
-
1042
- #: ../.././templates/settings.inc.php:414
1043
  msgid "This color will be used for button borders when you hover above them"
1044
  msgstr ""
1045
  "Deze kleur wordt gebruikt voor de border als je met je muis boven de Button "
1046
  "zweeft"
1047
 
1048
  #: ../.././templates/settings.inc.php:419
1049
- msgid "Buttons and inputs border radius (in px)"
1050
- msgstr "Buttons en imputs border radius (in px)"
1051
-
1052
- #: ../.././templates/settings.inc.php:423
1053
- msgid "This is a border radius for inputs in buttons. Default is 3px."
1054
- msgstr "Border radius voor Buttons. Standaard is 3px."
1055
-
1056
- #: ../.././templates/settings.inc.php:428
1057
  msgid "Table font"
1058
  msgstr "Tabel font"
1059
 
1060
- #: ../.././templates/settings.inc.php:437
1061
  msgid ""
1062
- "This font will be used in rendered tables. Leave blank not to override "
1063
- "default theme settings"
1064
  msgstr ""
1065
- "Deze font wordt gebruikt om tabellen te renderen. Blanco laten om standaard "
1066
- "thema instellingen te gebruiken"
1067
-
1068
- #: ../.././templates/settings.inc.php:443
1069
- msgid "Reset colors and fonts to default"
1070
- msgstr "Reset kleuren en fonts naar standaard"
1071
-
1072
- #: ../.././templates/settings.inc.php:455
1073
- msgid "Custom JS and CSS"
1074
- msgstr "Custom JS en CSS"
1075
-
1076
- #: ../.././templates/settings.inc.php:463
1077
- msgid "Custom wpDataTables JS"
1078
- msgstr "Custom wpDataTables JS"
1079
 
1080
  #: ../.././templates/settings.inc.php:467
1081
  msgid ""
1082
- "This JS will be inserted as an inline script block on every page that has a "
1083
  "wpDataTable"
1084
  msgstr ""
1085
 
1086
  #: ../.././templates/settings.inc.php:472
1087
- msgid "Custom wpDataTables CSS"
1088
- msgstr ""
 
 
1089
 
1090
  #: ../.././templates/settings.inc.php:476
1091
  msgid ""
1092
- "This CSS will be inserted as an inline style block on every page that has a "
1093
- "wpDataTable"
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgstr ""
1095
 
1096
- #: ../.././templates/settings.inc.php:597
1097
  msgid "Settings saved successfully"
1098
  msgstr "Instellingen zijn opgeslagen"
1099
 
1100
- #: ../.././templates/settings.inc.php:599
1101
  msgid "There was a problem saving your settings"
1102
  msgstr "Er was een probleem bij het opslaan van je instellingen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2019-03-07 15:04+0100\n"
5
+ "PO-Revision-Date: 2019-03-07 15:06+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ../../.\n"
16
 
17
+ #: ../.././assets/js/handsontable/handsontable.full.min.js:31
18
+ msgid "autocomplete"
19
+ msgstr ""
20
+
21
+ #: ../.././controllers/wdt_admin.php:10 ../.././controllers/wdt_admin.php:11
22
+ msgid "wpDataTables"
23
+ msgstr "wpDataTables"
24
+
25
+ #: ../.././controllers/wdt_admin.php:19 ../.././controllers/wdt_admin.php:20
26
+ #: ../.././templates/admin/constructor/constructor.inc.php:24
27
+ msgid "Create a Table"
28
+ msgstr ""
29
+
30
+ #: ../.././controllers/wdt_admin.php:27 ../.././controllers/wdt_admin.php:28
31
+ #: ../.././templates/browse_charts.inc.php:9
32
+ msgid "wpDataCharts"
33
+ msgstr ""
34
+
35
+ #: ../.././controllers/wdt_admin.php:35 ../.././controllers/wdt_admin.php:36
36
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:36
37
+ #, fuzzy
38
+ #| msgid "Area chart"
39
+ msgid "Create a Chart"
40
+ msgstr "Omgevingsgrafiek"
41
+
42
+ #: ../.././controllers/wdt_admin.php:43 ../.././controllers/wdt_admin.php:44
43
+ #, fuzzy
44
+ #| msgid "Main settings"
45
+ msgid "Settings"
46
+ msgstr "Hoofdinstellingen"
47
+
48
+ #: ../.././controllers/wdt_admin.php:51
49
+ msgid "Add-ons"
50
+ msgstr ""
51
+
52
+ #: ../.././controllers/wdt_admin.php:52
53
+ msgid "Addons"
54
+ msgstr ""
55
+
56
+ #: ../.././controllers/wdt_admin.php:307 ../.././controllers/wdt_admin.php:356
57
+ #: ../.././controllers/wdt_admin.php:386 ../.././controllers/wdt_admin.php:407
58
+ #: ../.././controllers/wdt_admin.php:454 ../.././controllers/wdt_admin.php:480
59
+ #: ../.././controllers/wdt_admin.php:499
60
+ msgid "You do not have sufficient permissions to access this page."
61
+ msgstr "Je hebt niet voldoende permissies om de pagina te laden."
62
+
63
+ #: ../.././controllers/wdt_functions.php:380
64
+ #, fuzzy
65
+ #| msgid "wpDataTable with provided ID not found!"
66
+ msgid "wpDataChart with provided ID not found!"
67
+ msgstr "wpDataTable met geleverde ID niet gevonden!"
68
+
69
+ #: ../.././controllers/wdt_functions.php:416
70
+ #: ../.././controllers/wdt_functions.php:487
71
+ msgid "wpDataTable with provided ID not found!"
72
+ msgstr "wpDataTable met geleverde ID niet gevonden!"
73
+
74
+ #: ../.././controllers/wdt_functions.php:497
75
+ msgid "Provided column is not Integer or Float column type"
76
+ msgstr ""
77
+
78
+ #: ../.././controllers/wdt_functions.php:700
79
+ #, fuzzy
80
+ #| msgid "Choose roles"
81
+ msgid "Choose a table"
82
+ msgstr "Kies rollen"
83
+
84
+ #: ../.././controllers/wdt_functions.php:732
85
+ msgid "Interactive Responsive Table"
86
+ msgstr ""
87
+
88
+ #: ../.././controllers/wdt_functions.php:733
89
+ #: ../.././controllers/wdt_functions.php:794
90
+ msgid "Content"
91
+ msgstr ""
92
+
93
+ #: ../.././controllers/wdt_functions.php:739
94
+ msgid "wpDataTable"
95
+ msgstr "wpDataTable"
96
+
97
+ #: ../.././controllers/wdt_functions.php:743
98
+ msgid "Choose the wpDataTable from a dropdown"
99
+ msgstr ""
100
+
101
+ #: ../.././controllers/wdt_functions.php:748
102
+ #, fuzzy
103
+ #| msgid "Table title"
104
+ msgid "Table view"
105
+ msgstr "Tabel titel"
106
+
107
+ #: ../.././controllers/wdt_functions.php:752
108
+ #, fuzzy
109
+ #| msgid "Use in wpDataTable"
110
+ msgid "Regular wpDataTable"
111
+ msgstr "Gebruik in wpDataTable"
112
+
113
+ #: ../.././controllers/wdt_functions.php:754
114
+ #, fuzzy
115
+ #| msgid "Excel file"
116
+ msgid "Excel-like table"
117
+ msgstr "Excel bestand"
118
+
119
+ #: ../.././controllers/wdt_functions.php:760
120
+ msgid "Variable placeholder #1"
121
+ msgstr ""
122
+
123
+ #: ../.././controllers/wdt_functions.php:763
124
+ #: ../.././controllers/wdt_functions.php:771
125
+ #: ../.././controllers/wdt_functions.php:779
126
+ msgid "Variables"
127
+ msgstr ""
128
+
129
+ #: ../.././controllers/wdt_functions.php:764
130
+ msgid "If you used the VAR1 placeholder you can assign a value to it here"
131
+ msgstr ""
132
+
133
+ #: ../.././controllers/wdt_functions.php:768
134
+ msgid "Variable placeholder #2"
135
+ msgstr ""
136
+
137
+ #: ../.././controllers/wdt_functions.php:772
138
+ msgid "If you used the VAR2 placeholder you can assign a value to it here"
139
+ msgstr ""
140
+
141
+ #: ../.././controllers/wdt_functions.php:776
142
+ msgid "Variable placeholder #3"
143
+ msgstr ""
144
+
145
+ #: ../.././controllers/wdt_functions.php:780
146
+ msgid "If you used the VAR3 placeholder you can assign a value to it here"
147
+ msgstr ""
148
+
149
+ #: ../.././controllers/wdt_functions.php:793
150
+ msgid "Google or Highcharts chart based on a wpDataTable"
151
+ msgstr ""
152
+
153
+ #: ../.././controllers/wdt_functions.php:800
154
+ msgid "wpDataChart"
155
+ msgstr ""
156
+
157
+ #: ../.././controllers/wdt_functions.php:804
158
+ msgid "Choose one of wpDataCharts from the list"
159
+ msgstr ""
160
+
161
+ #: ../.././source/class.wdtbrowsechartstable.php:137
162
+ #: ../.././source/class.wdtbrowsechartstable.php:151
163
+ #: ../.././source/class.wdtbrowsetable.php:170
164
+ #: ../.././source/class.wdtbrowsetable.php:191
165
+ msgid "Configure"
166
+ msgstr ""
167
+
168
+ #: ../.././source/class.wdtbrowsechartstable.php:138
169
+ #: ../.././source/class.wdtbrowsechartstable.php:152
170
+ #: ../.././source/class.wdtbrowsetable.php:172
171
+ #: ../.././source/class.wdtbrowsetable.php:192
172
+ #: ../.././templates/common/delete_modal.inc.php:41
173
+ #: ../.././templates/edit_table.inc.php:15
174
+ msgid "Delete"
175
+ msgstr "Verwijderen"
176
+
177
+ #: ../.././source/class.wdtbrowsechartstable.php:188
178
+ #: ../.././source/class.wdtbrowsechartstable.php:278
179
+ #, fuzzy
180
+ #| msgid "Column chart"
181
+ msgid "Column Chart"
182
+ msgstr "Kolomgrafiek"
183
+
184
+ #: ../.././source/class.wdtbrowsechartstable.php:191
185
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
186
+ #: ../.././templates/chart_wizard.inc.php:91
187
+ msgid "Histogram"
188
+ msgstr ""
189
+
190
+ #: ../.././source/class.wdtbrowsechartstable.php:194
191
+ #, fuzzy
192
+ #| msgid "Bar chart"
193
+ msgid "Bar Chart"
194
+ msgstr "Staafgrafiek"
195
+
196
+ #: ../.././source/class.wdtbrowsechartstable.php:197
197
+ #: ../.././source/class.wdtbrowsechartstable.php:239
198
+ #, fuzzy
199
+ #| msgid "Bar chart"
200
+ msgid "Stacked Bar Chart"
201
+ msgstr "Staafgrafiek"
202
+
203
+ #: ../.././source/class.wdtbrowsechartstable.php:200
204
+ #: ../.././source/class.wdtbrowsechartstable.php:272
205
+ #, fuzzy
206
+ #| msgid "Area chart"
207
+ msgid "Area Chart"
208
+ msgstr "Omgevingsgrafiek"
209
+
210
+ #: ../.././source/class.wdtbrowsechartstable.php:203
211
+ #, fuzzy
212
+ #| msgid "Area chart"
213
+ msgid "Stepped Area Chart"
214
+ msgstr "Omgevingsgrafiek"
215
+
216
+ #: ../.././source/class.wdtbrowsechartstable.php:206
217
+ #: ../.././source/class.wdtbrowsechartstable.php:224
218
+ #: ../.././source/class.wdtbrowsechartstable.php:269
219
+ #, fuzzy
220
+ #| msgid "Line chart"
221
+ msgid "Line Chart"
222
+ msgstr "Lijngrafiek"
223
+
224
+ #: ../.././source/class.wdtbrowsechartstable.php:209
225
+ #: ../.././source/class.wdtbrowsechartstable.php:248
226
+ #: ../.././source/class.wdtbrowsechartstable.php:287
227
+ #, fuzzy
228
+ #| msgid "Pie chart"
229
+ msgid "Pie Chart"
230
+ msgstr "Taartdiagram"
231
+
232
+ #: ../.././source/class.wdtbrowsechartstable.php:212
233
+ #: ../.././source/class.wdtbrowsechartstable.php:293
234
+ msgid "Bubble Chart"
235
+ msgstr ""
236
+
237
+ #: ../.././source/class.wdtbrowsechartstable.php:215
238
+ #: ../.././source/class.wdtbrowsechartstable.php:254
239
+ #, fuzzy
240
+ #| msgid "No chart"
241
+ msgid "Donut Chart"
242
+ msgstr "Geen grafiek"
243
+
244
+ #: ../.././source/class.wdtbrowsechartstable.php:218
245
+ #, fuzzy
246
+ #| msgid "Bar chart"
247
+ msgid "Gauge Chart"
248
+ msgstr "Staafgrafiek"
249
+
250
+ #: ../.././source/class.wdtbrowsechartstable.php:221
251
+ #, fuzzy
252
+ #| msgid "Bar chart"
253
+ msgid "Scatter Chart"
254
+ msgstr "Staafgrafiek"
255
+
256
+ #: ../.././source/class.wdtbrowsechartstable.php:227
257
+ #, fuzzy
258
+ #| msgid "Line chart"
259
+ msgid "Spline Chart"
260
+ msgstr "Lijngrafiek"
261
+
262
+ #: ../.././source/class.wdtbrowsechartstable.php:230
263
+ #, fuzzy
264
+ #| msgid "Area chart"
265
+ msgid "Basic Area Chart"
266
+ msgstr "Omgevingsgrafiek"
267
+
268
+ #: ../.././source/class.wdtbrowsechartstable.php:233
269
+ #: ../.././source/class.wdtbrowsechartstable.php:275
270
+ #, fuzzy
271
+ #| msgid "Area chart"
272
+ msgid "Stacked Area Chart"
273
+ msgstr "Omgevingsgrafiek"
274
+
275
+ #: ../.././source/class.wdtbrowsechartstable.php:236
276
+ #, fuzzy
277
+ #| msgid "Bar chart"
278
+ msgid "Basic Bar Chart"
279
+ msgstr "Staafgrafiek"
280
+
281
+ #: ../.././source/class.wdtbrowsechartstable.php:242
282
+ #, fuzzy
283
+ #| msgid "Column chart"
284
+ msgid "Basic Column Chart"
285
+ msgstr "Kolomgrafiek"
286
+
287
+ #: ../.././source/class.wdtbrowsechartstable.php:245
288
+ #, fuzzy
289
+ #| msgid "Column chart"
290
+ msgid "Stacked Column Chart"
291
+ msgstr "Kolomgrafiek"
292
+
293
+ #: ../.././source/class.wdtbrowsechartstable.php:251
294
+ msgid "Pie With Gradient Chart"
295
+ msgstr ""
296
+
297
+ #: ../.././source/class.wdtbrowsechartstable.php:257
298
+ msgid "Scatter Plot"
299
+ msgstr ""
300
+
301
+ #: ../.././source/class.wdtbrowsechartstable.php:260
302
+ #, fuzzy
303
+ #| msgid "Column chart"
304
+ msgid "3D Column Chart"
305
+ msgstr "Kolomgrafiek"
306
+
307
+ #: ../.././source/class.wdtbrowsechartstable.php:263
308
+ #, fuzzy
309
+ #| msgid "Pie chart"
310
+ msgid "3D Pie Chart"
311
+ msgstr "Taartdiagram"
312
+
313
+ #: ../.././source/class.wdtbrowsechartstable.php:266
314
+ msgid "3D Donut Chart"
315
+ msgstr ""
316
+
317
+ #: ../.././source/class.wdtbrowsechartstable.php:281
318
+ #, fuzzy
319
+ #| msgid "Bar chart"
320
+ msgid "Radar Chart"
321
+ msgstr "Staafgrafiek"
322
+
323
+ #: ../.././source/class.wdtbrowsechartstable.php:284
324
+ #, fuzzy
325
+ #| msgid "Area chart"
326
+ msgid "Polar Area Chart"
327
+ msgstr "Omgevingsgrafiek"
328
+
329
+ #: ../.././source/class.wdtbrowsechartstable.php:290
330
+ #, fuzzy
331
+ #| msgid "Column chart"
332
+ msgid "Doughnut Chart"
333
+ msgstr "Kolomgrafiek"
334
+
335
+ #: ../.././source/class.wdtbrowsechartstable.php:305
336
+ msgid "Google"
337
+ msgstr ""
338
+
339
+ #: ../.././source/class.wdtbrowsechartstable.php:308
340
+ #, fuzzy
341
+ #| msgid "Pie chart"
342
+ msgid "Highcharts"
343
+ msgstr "Taartdiagram"
344
+
345
+ #: ../.././source/class.wdtbrowsechartstable.php:311
346
+ #, fuzzy
347
+ #| msgid "Chart hor. axis"
348
+ msgid "Chart.js"
349
+ msgstr "Grafiek hor. as"
350
+
351
+ #: ../.././source/class.wdtbrowsechartstable.php:375
352
+ #: ../.././source/class.wdtbrowsetable.php:272
353
+ msgid "Select All"
354
+ msgstr ""
355
+
356
+ #: ../.././source/class.wdtbrowsechartstable.php:427
357
+ #, fuzzy
358
+ #| msgid "No wpDataTables in the system yet."
359
+ msgid "No wpDataCharts in the system yet."
360
+ msgstr "Nog geen wpDataTables in het systeem"
361
+
362
+ #: ../.././source/class.wdtbrowsetable.php:163
363
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:63
364
+ msgid "Duplicate"
365
+ msgstr "Dubbel"
366
+
367
+ #: ../.././source/class.wdtbrowsetable.php:165
368
+ #: ../.././templates/edit_table.inc.php:99
369
+ #, fuzzy
370
+ #| msgid "Edit wpDataTable"
371
+ msgid "Edit data"
372
+ msgstr "wpDataTable aanpassen"
373
+
374
+ #: ../.././source/class.wdtbrowsetable.php:167
375
+ msgid "Edit in Excel-like editor"
376
+ msgstr ""
377
+
378
+ #: ../.././source/class.wdtbrowsetable.php:209
379
+ #, fuzzy
380
+ #| msgid "MySQL host"
381
+ msgid "MySQL"
382
+ msgstr "MySQL host"
383
+
384
+ #: ../.././source/class.wdtbrowsetable.php:212
385
+ msgid "Manual"
386
+ msgstr ""
387
+
388
+ #: ../.././source/class.wdtbrowsetable.php:215
389
+ #: ../.././source/class.wpdatatable.php:1892
390
+ #: ../.././source/class.wpdatatable.php:1961
391
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:954
392
+ #, fuzzy
393
+ #| msgid "Excel file"
394
+ msgid "Excel"
395
+ msgstr "Excel bestand"
396
+
397
+ #: ../.././source/class.wdtbrowsetable.php:218
398
+ #: ../.././source/class.wpdatatable.php:1901
399
+ #: ../.././source/class.wpdatatable.php:1971
400
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:955
401
+ msgid "CSV"
402
+ msgstr ""
403
+
404
+ #: ../.././source/class.wdtbrowsetable.php:221
405
+ msgid "XML"
406
+ msgstr ""
407
+
408
+ #: ../.././source/class.wdtbrowsetable.php:224
409
+ #, fuzzy
410
+ #| msgid "JSON file"
411
+ msgid "JSON"
412
+ msgstr "JSON bestand"
413
+
414
+ #: ../.././source/class.wdtbrowsetable.php:227
415
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:113
416
+ #: ../.././templates/edit_table.inc.php:91
417
+ msgid "Serialized PHP array"
418
+ msgstr "Serialized PHP array"
419
+
420
+ #: ../.././source/class.wdtbrowsetable.php:230
421
+ #: ../.././templates/edit_table.inc.php:88
422
+ msgid "Google spreadsheet"
423
+ msgstr ""
424
+
425
+ #: ../.././source/class.wdtbrowsetable.php:237
426
+ msgid "Unknown"
427
+ msgstr ""
428
+
429
+ #: ../.././source/class.wdtbrowsetable.php:347
430
+ msgid "No wpDataTables in the system yet."
431
+ msgstr "Nog geen wpDataTables in het systeem"
432
+
433
+ #: ../.././source/class.wdtconfigcontroller.php:139
434
+ msgid "There was an error trying to fetch the table data: "
435
+ msgstr ""
436
+
437
+ #: ../.././source/class.wdtconfigcontroller.php:449
438
+ #, fuzzy
439
+ #| msgid "Table input data source cannot be empty"
440
+ msgid "Table in data source has no rows."
441
+ msgstr "Tabel invoer data bron mag niet leeg zijn"
442
+
443
+ #: ../.././source/class.wdttools.php:16
444
+ msgid "One line string"
445
+ msgstr ""
446
+
447
+ #: ../.././source/class.wdttools.php:17
448
+ msgid "Multi-line string"
449
+ msgstr ""
450
+
451
+ #: ../.././source/class.wdttools.php:18
452
+ msgid "One-line selectbox"
453
+ msgstr ""
454
+
455
+ #: ../.././source/class.wdttools.php:19
456
+ msgid "Multi-line selectbox"
457
+ msgstr ""
458
+
459
+ #: ../.././source/class.wdttools.php:20
460
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:361
461
+ msgid "Integer"
462
+ msgstr ""
463
+
464
+ #: ../.././source/class.wdttools.php:21
465
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:362
466
+ msgid "Float"
467
+ msgstr ""
468
+
469
+ #: ../.././source/class.wdttools.php:22
470
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:363
471
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:988
472
+ msgid "Date"
473
+ msgstr ""
474
+
475
+ #: ../.././source/class.wdttools.php:23
476
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:989
477
+ msgid "Datetime"
478
+ msgstr ""
479
+
480
+ #: ../.././source/class.wdttools.php:24
481
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:365
482
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:990
483
+ msgid "Time"
484
+ msgstr ""
485
+
486
+ #: ../.././source/class.wdttools.php:25
487
+ msgid "URL Link"
488
+ msgstr ""
489
+
490
+ #: ../.././source/class.wdttools.php:26
491
+ msgid "E-mail"
492
+ msgstr ""
493
+
494
+ #: ../.././source/class.wdttools.php:27
495
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:368
496
+ msgid "Image"
497
+ msgstr ""
498
+
499
+ #: ../.././source/class.wdttools.php:28
500
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:993
501
+ #, fuzzy
502
+ #| msgid "Upload attachment"
503
+ msgid "Attachment"
504
+ msgstr "Upload bijlage"
505
+
506
+ #: ../.././source/class.wdttools.php:155
507
+ msgid ""
508
+ "wpDataTables was unable to read your Google Spreadsheet, probably it is not "
509
+ "published correctly. <br/> You can publish it by going to <b>File -> Publish "
510
+ "to the web</b> "
511
+ msgstr ""
512
+
513
+ #: ../.././source/class.wdttools.php:288
514
+ msgid "Back to date"
515
+ msgstr ""
516
+
517
+ #: ../.././source/class.wdttools.php:289
518
+ msgid "Browse"
519
+ msgstr ""
520
+
521
+ #: ../.././source/class.wdttools.php:290
522
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:60
523
+ #: ../.././templates/admin/common/close_modal.inc.php:36
524
+ #: ../.././templates/admin/constructor/constructor.inc.php:30
525
+ #: ../.././templates/admin/settings/settings.inc.php:28
526
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:125
527
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:27
528
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1098
529
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:89
530
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
531
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:80
532
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:73
533
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:42
534
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1125
535
+ #: ../.././templates/common/delete_modal.inc.php:38
536
+ msgid "Cancel"
537
+ msgstr "Annuleren"
538
+
539
+ #: ../.././source/class.wdttools.php:291
540
+ #, fuzzy
541
+ #| msgid "Table type cannot be empty"
542
+ msgid " field cannot be empty!"
543
+ msgstr "Tabel type mag niet leeg zijn"
544
+
545
+ #: ../.././source/class.wdttools.php:292
546
+ msgid "Use selected file"
547
+ msgstr ""
548
+
549
+ #: ../.././source/class.wdttools.php:293
550
+ #, fuzzy
551
+ #| msgid "Choose roles"
552
+ msgid "Choose file"
553
+ msgstr "Kies rollen"
554
+
555
+ #: ../.././source/class.wdttools.php:294
556
+ #: ../.././templates/admin/common/error_modal.inc.php:23
557
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:27
558
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:95
559
+ #: ../.././templates/edit_table.inc.php:36
560
+ #: ../.././templates/edit_table.inc.php:418
561
+ #: ../.././templates/edit_table.inc.php:439
562
+ #: ../.././templates/edit_table.inc.php:462
563
+ msgid "Close"
564
+ msgstr "Sluiten"
565
+
566
+ #: ../.././source/class.wdttools.php:295
567
+ msgid "Column has been added!"
568
+ msgstr ""
569
+
570
+ #: ../.././source/class.wdttools.php:296
571
+ #, fuzzy
572
+ #| msgid "Table type cannot be empty"
573
+ msgid "Column header cannot be empty!"
574
+ msgstr "Tabel type mag niet leeg zijn"
575
+
576
+ #: ../.././source/class.wdttools.php:297
577
+ msgid "Please confirm column deletion!"
578
+ msgstr ""
579
+
580
+ #: ../.././source/class.wdttools.php:298
581
+ msgid "Column has been removed!"
582
+ msgstr ""
583
+
584
+ #: ../.././source/class.wdttools.php:299
585
+ msgid "Please select columns that you want to use in table"
586
+ msgstr ""
587
+
588
+ #: ../.././source/class.wdttools.php:300
589
+ #: ../.././source/class.wpdatatable.php:1910
590
+ #: ../.././source/class.wpdatatable.php:1981
591
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:956
592
+ msgid "Copy"
593
+ msgstr ""
594
+
595
+ #: ../.././source/class.wdttools.php:301
596
+ msgid "There was an error trying to insert a new row!"
597
+ msgstr ""
598
+
599
+ #: ../.././source/class.wdttools.php:302
600
+ msgid "Data has been saved!"
601
+ msgstr ""
602
+
603
+ #: ../.././source/class.wdttools.php:303
604
+ msgid "detach"
605
+ msgstr ""
606
+
607
+ #: ../.././source/class.wdttools.php:304 ../.././templates/settings.inc.php:553
608
+ #: ../.././templates/settings.inc.php:627
609
+ msgid "Error!"
610
+ msgstr "Fout!"
611
+
612
+ #: ../.././source/class.wdttools.php:305
613
+ msgid "Please upload or choose a file from Media Library!"
614
+ msgstr ""
615
+
616
+ #: ../.././source/class.wdttools.php:306
617
+ msgid "From"
618
+ msgstr ""
619
+
620
+ #: ../.././source/class.wdttools.php:307
621
+ msgid "Please provide a valid e-mail address for field"
622
+ msgstr ""
623
+
624
+ #: ../.././source/class.wdttools.php:308
625
+ msgid "Please provide a valid URL link for field"
626
+ msgstr ""
627
+
628
+ #: ../.././source/class.wdttools.php:309
629
+ msgid "You have entered invalid value. Press ESC to cancel."
630
+ msgstr ""
631
+
632
+ #: ../.././source/class.wdttools.php:310 ../.././source/class.wdttools.php:336
633
+ msgid "Show _MENU_ entries"
634
+ msgstr ""
635
+
636
+ #: ../.././source/class.wdttools.php:311
637
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
638
+ msgid "Merge"
639
+ msgstr ""
640
+
641
+ #: ../.././source/class.wdttools.php:312
642
+ #, fuzzy
643
+ #| msgid "ID column"
644
+ msgid "New column"
645
+ msgstr "ID kolom"
646
+
647
+ #: ../.././source/class.wdttools.php:314
648
+ msgid ": activate to sort column ascending"
649
+ msgstr ""
650
+
651
+ #: ../.././source/class.wdttools.php:315
652
+ msgid ": activate to sort column descending"
653
+ msgstr ""
654
+
655
+ #: ../.././source/class.wdttools.php:317
656
+ msgid "Ok"
657
+ msgstr ""
658
+
659
+ #: ../.././source/class.wdttools.php:319
660
+ msgid "First"
661
+ msgstr ""
662
+
663
+ #: ../.././source/class.wdttools.php:320
664
+ msgid "Last"
665
+ msgstr ""
666
+
667
+ #: ../.././source/class.wdttools.php:321
668
+ msgid "Next"
669
+ msgstr "Volgende"
670
+
671
+ #: ../.././source/class.wdttools.php:322
672
+ #, fuzzy
673
+ #| msgid "Preview"
674
+ msgid "Previous"
675
+ msgstr "Preview"
676
+
677
+ #: ../.././source/class.wdttools.php:324
678
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
679
+ msgid "Replace"
680
+ msgstr ""
681
+
682
+ #: ../.././source/class.wdttools.php:325
683
+ msgid "Row has been deleted!"
684
+ msgstr ""
685
+
686
+ #: ../.././source/class.wdttools.php:326
687
+ msgid "Select a file to use in table"
688
+ msgstr ""
689
+
690
+ #: ../.././source/class.wdttools.php:327
691
+ #, fuzzy
692
+ #| msgid "Select Excel or CSV file"
693
+ msgid "Select an Excel or CSV file"
694
+ msgstr "Selecteer Excel of CSV besand"
695
+
696
+ #: ../.././source/class.wdttools.php:328
697
+ msgid "No data available in table"
698
+ msgstr ""
699
+
700
+ #: ../.././source/class.wdttools.php:329
701
+ #, fuzzy
702
+ #| msgid "Settings saved successfully"
703
+ msgid "Plugin settings saved successfully"
704
+ msgstr "Instellingen zijn opgeslagen"
705
+
706
+ #: ../.././source/class.wdttools.php:330
707
+ msgid "Shortcode has been copied to the clipboard."
708
+ msgstr ""
709
+
710
+ #: ../.././source/class.wdttools.php:331
711
+ msgid "Showing _START_ to _END_ of _TOTAL_ entries"
712
+ msgstr ""
713
+
714
+ #: ../.././source/class.wdttools.php:332
715
+ msgid "Showing 0 to 0 of 0 entries"
716
+ msgstr ""
717
+
718
+ #: ../.././source/class.wdttools.php:333
719
+ msgid "(filtered from _MAX_ total entries)"
720
+ msgstr ""
721
+
722
+ #: ../.././source/class.wdttools.php:335
723
+ msgid ","
724
+ msgstr ""
725
+
726
+ #: ../.././source/class.wdttools.php:337
727
+ msgid "Loading..."
728
+ msgstr ""
729
+
730
+ #: ../.././source/class.wdttools.php:338
731
+ msgid "Processing..."
732
+ msgstr ""
733
+
734
+ #: ../.././source/class.wdttools.php:339
735
+ #, fuzzy
736
+ #| msgid "MySQL user"
737
+ msgid "SQL error"
738
+ msgstr "MySQL gebruiker"
739
+
740
+ #: ../.././source/class.wdttools.php:340
741
+ msgid "Search: "
742
+ msgstr ""
743
+
744
+ #: ../.././source/class.wdttools.php:341 ../.././templates/settings.inc.php:559
745
+ #: ../.././templates/settings.inc.php:625
746
+ msgid "Success!"
747
+ msgstr "Succes!"
748
+
749
+ #: ../.././source/class.wdttools.php:342
750
+ msgid "No matching records found"
751
+ msgstr ""
752
+
753
+ #: ../.././source/class.wdttools.php:343
754
+ msgid "Table saved successfully!"
755
+ msgstr "Tabel succesvol opgeslagen!"
756
+
757
+ #: ../.././source/class.wdttools.php:344
758
+ msgid "To"
759
+ msgstr ""
760
+
761
+ #: ../.././source/class.wpdatatable.php:1597
762
+ msgid ""
763
+ "You are trying to load a table of an unknown type. Probably you did not "
764
+ "activate the addon which is required to use this table type."
765
+ msgstr ""
766
+
767
+ #: ../.././source/class.wpdatatable.php:1812
768
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:557
769
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:318
770
+ #: ../.././templates/edit_table.inc.php:409
771
+ msgid "All"
772
+ msgstr "Alles"
773
+
774
+ #: ../.././source/class.wpdatatable.php:1872
775
+ #: ../.././source/class.wpdatatable.php:1940
776
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:9
777
+ #, fuzzy
778
+ #| msgid "Column type"
779
+ msgid "Columns"
780
+ msgstr "Kolom type"
781
+
782
+ #: ../.././source/class.wpdatatable.php:1882
783
+ #: ../.././source/class.wpdatatable.php:1950
784
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:953
785
+ msgid "Print"
786
+ msgstr ""
787
+
788
+ #: ../.././source/class.wpdatatable.php:1920
789
+ #: ../.././source/class.wpdatatable.php:1992
790
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:957
791
+ msgid "PDF"
792
+ msgstr ""
793
+
794
+ #: ../.././source/class.wpdatatable.php:1928
795
+ msgid "Export"
796
+ msgstr ""
797
+
798
+ #: ../.././source/class.wpdatatable.php:2005
799
+ msgid "Search table"
800
+ msgstr ""
801
+
802
+ #: ../.././source/class.wpdatatable.php:2006
803
+ msgid "Showing _MENU_ Entries"
804
+ msgstr ""
805
+
806
+ #: ../.././templates/addons.inc.php:8 ../.././templates/browse.inc.php:8
807
+ #: ../.././templates/browse_charts.inc.php:8
808
+ #: ../.././templates/chart_wizard.inc.php:16
809
+ #: ../.././templates/constructor.inc.php:14
810
+ #: ../.././templates/edit_table.inc.php:11
811
+ #: ../.././templates/settings.inc.php:12
812
+ msgid "Please refer to"
813
+ msgstr "Graag doorsturen naar"
814
+
815
+ #: ../.././templates/addons.inc.php:8 ../.././templates/browse.inc.php:8
816
+ msgid "wpDataTables documentation"
817
+ msgstr "wpDataTables documentatie"
818
+
819
+ #: ../.././templates/addons.inc.php:8 ../.././templates/browse.inc.php:8
820
+ #: ../.././templates/browse_charts.inc.php:8
821
+ #: ../.././templates/chart_wizard.inc.php:16
822
+ #: ../.././templates/settings.inc.php:12
823
+ msgid "if you have some questions or problems with the plugin."
824
+ msgstr "als je vragen of problemen hebt met deze plugin."
825
+
826
+ #: ../.././templates/addons.inc.php:10
827
+ #, fuzzy
828
+ #| msgid "wpDataTables settings"
829
+ msgid "wpDataTables Addons"
830
+ msgstr "wpDataTables instellingen"
831
+
832
+ #: ../.././templates/addons.inc.php:12
833
+ #: ../.././templates/admin/addons/addons.inc.php:33
834
+ msgid ""
835
+ "While wpDataTables itself provides quite a large amount of features and "
836
+ "unlimited customisation flexibility, you can achieve even more with our "
837
+ "premium addons. Each addon brings you some unique extension to the core "
838
+ "functionality. There will be more addons developed over time by wpDataTables "
839
+ "creators and 3rd party developers, so stay tuned."
840
+ msgstr ""
841
+
842
+ #: ../.././templates/addons.inc.php:19
843
+ #: ../.././templates/admin/addons/addons.inc.php:65
844
+ msgid "Report Builder"
845
+ msgstr ""
846
+
847
+ #: ../.././templates/addons.inc.php:23
848
+ #: ../.././templates/admin/addons/addons.inc.php:66
849
+ msgid ""
850
+ "A unique tool that allows you to generate almost any Word DOCX and Excel "
851
+ "XLSX documents filled in with actual data from your database."
852
+ msgstr ""
853
+
854
+ #: ../.././templates/addons.inc.php:24
855
+ msgid "Find out more"
856
+ msgstr ""
857
+
858
+ #: ../.././templates/admin/addons/addons.inc.php:22
859
+ #, fuzzy
860
+ #| msgid "Choose the base skin for the plugin"
861
+ msgid "Addons for the plugin"
862
+ msgstr "Kies een skin voor de plugin"
863
+
864
+ #: ../.././templates/admin/addons/addons.inc.php:24
865
+ #, fuzzy
866
+ #| msgid "Use in wpDataTable"
867
+ msgid "Unique extensions for wpDataTables"
868
+ msgstr "Gebruik in wpDataTable"
869
+
870
+ #: ../.././templates/admin/addons/addons.inc.php:32
871
+ msgid "About Addons"
872
+ msgstr ""
873
+
874
+ #: ../.././templates/admin/addons/addons.inc.php:45
875
+ msgid "Powerful Filters for wpDataTables"
876
+ msgstr ""
877
+
878
+ #: ../.././templates/admin/addons/addons.inc.php:46
879
+ msgid ""
880
+ "An add-on for wpDataTables that provides powerful filtering features: "
881
+ "cascade filtering, applying filters on button click, show only filter "
882
+ "without the table before user defines the search values."
883
+ msgstr ""
884
+
885
+ #: ../.././templates/admin/addons/addons.inc.php:51
886
+ #: ../.././templates/admin/addons/addons.inc.php:71
887
+ #: ../.././templates/admin/addons/addons.inc.php:91
888
+ #: ../.././templates/admin/addons/addons.inc.php:111
889
+ msgid "Find out more "
890
+ msgstr ""
891
+
892
+ #: ../.././templates/admin/addons/addons.inc.php:85
893
+ msgid "Gravity Forms integration for wpDataTables"
894
+ msgstr ""
895
+
896
+ #: ../.././templates/admin/addons/addons.inc.php:86
897
+ msgid ""
898
+ "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
899
+ "wpDataTables from Gravity Forms entries data."
900
+ msgstr ""
901
+
902
+ #: ../.././templates/admin/addons/addons.inc.php:105
903
+ msgid "Formidable Forms integration for wpDataTables"
904
+ msgstr ""
905
+
906
+ #: ../.././templates/admin/addons/addons.inc.php:106
907
+ msgid ""
908
+ "Tool that adds \"Formidable Form\" as a new table type and allows you to "
909
+ "create wpDataTables from Formidable Forms entries data."
910
+ msgstr ""
911
+
912
+ #: ../.././templates/admin/browse/bulk_actions.inc.php:5
913
+ msgid "Bulk Actions"
914
+ msgstr ""
915
+
916
+ #: ../.././templates/admin/browse/bulk_actions.inc.php:15
917
+ msgid "APPLY"
918
+ msgstr ""
919
+
920
+ #: ../.././templates/admin/browse/chart/browse.inc.php:25
921
+ msgid "wpDataCharts browse"
922
+ msgstr ""
923
+
924
+ #: ../.././templates/admin/browse/chart/browse.inc.php:32
925
+ #: ../.././templates/admin/browse/table/browse.inc.php:32
926
+ #, fuzzy
927
+ #| msgid "Add new"
928
+ msgid "Add New"
929
+ msgstr "Nieuwe toevoegen"
930
+
931
+ #: ../.././templates/admin/browse/table/browse.inc.php:25
932
+ #, fuzzy
933
+ #| msgid "wpDataTables settings"
934
+ msgid "wpDataTables browse"
935
+ msgstr "wpDataTables instellingen"
936
+
937
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:18
938
+ #: ../.././templates/browse.inc.php:56
939
+ msgid "Duplicate table"
940
+ msgstr "Dupliceer tabel"
941
+
942
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:27
943
+ #: ../.././templates/browse.inc.php:19
944
+ msgid "New table title"
945
+ msgstr "Nieuwe tabelnaam"
946
+
947
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:39
948
+ #, fuzzy
949
+ #| msgid "Duplicate table"
950
+ msgid "Duplicate database table"
951
+ msgstr "Dupliceer tabel"
952
+
953
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:43
954
+ msgid "Unchecked"
955
+ msgstr ""
956
+
957
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:43
958
+ msgid ""
959
+ "will create exact copy of this table which means that all changes made in "
960
+ "one table will be reflected in all copies."
961
+ msgstr ""
962
+
963
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:43
964
+ msgid "Checked"
965
+ msgstr ""
966
+
967
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:43
968
+ msgid ""
969
+ "will create separate database table so changing one table won't affect other "
970
+ "copies."
971
+ msgstr ""
972
+
973
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:37
974
+ #: ../.././templates/chart_wizard.inc.php:26
975
+ msgid "Chart Creation Wizard"
976
+ msgstr ""
977
+
978
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:57
979
+ #: ../.././templates/chart_wizard.inc.php:32
980
+ #, fuzzy
981
+ #| msgid "Chart title"
982
+ msgid "Chart title & type"
983
+ msgstr "Grafiek titel"
984
+
985
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:59
986
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:61
987
+ #: ../.././templates/chart_wizard.inc.php:36
988
+ msgid "Data source"
989
+ msgstr ""
990
+
991
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:61
992
+ #: ../.././templates/chart_wizard.inc.php:40
993
+ msgid "Data range"
994
+ msgstr ""
995
+
996
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:63
997
+ msgid "Formatting and preview"
998
+ msgstr ""
999
+
1000
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:65
1001
+ #: ../.././templates/chart_wizard.inc.php:52
1002
+ msgid "Save and get shortcode"
1003
+ msgstr ""
1004
+
1005
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:83
1006
+ msgid "Finish"
1007
+ msgstr ""
1008
+
1009
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:86
1010
+ #: ../.././templates/admin/constructor/constructor.inc.php:60
1011
+ #, fuzzy
1012
+ #| msgid "Next"
1013
+ msgid "Next "
1014
+ msgstr "Volgende"
1015
+
1016
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:88
1017
+ #: ../.././templates/admin/constructor/constructor.inc.php:62
1018
+ #, fuzzy
1019
+ #| msgid "Preview"
1020
+ msgid " Previous"
1021
+ msgstr "Preview"
1022
+
1023
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
1024
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
1025
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
1026
+ #: ../.././templates/chart_wizard.inc.php:95
1027
+ #: ../.././templates/chart_wizard.inc.php:108
1028
+ msgid "Line chart"
1029
+ msgstr "Lijngrafiek"
1030
+
1031
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
1032
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
1033
+ #: ../.././templates/chart_wizard.inc.php:93
1034
+ msgid "Area chart"
1035
+ msgstr "Omgevingsgrafiek"
1036
+
1037
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
1038
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
1039
+ #: ../.././templates/chart_wizard.inc.php:110
1040
+ #, fuzzy
1041
+ #| msgid "Area chart"
1042
+ msgid "Stacked area chart"
1043
+ msgstr "Omgevingsgrafiek"
1044
+
1045
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
1046
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:49
1047
+ #: ../.././templates/chart_wizard.inc.php:90
1048
+ msgid "Column chart"
1049
+ msgstr "Kolomgrafiek"
1050
+
1051
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
1052
+ #, fuzzy
1053
+ #| msgid "Bar chart"
1054
+ msgid "Radar chart"
1055
+ msgstr "Staafgrafiek"
1056
+
1057
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
1058
+ #, fuzzy
1059
+ #| msgid "Area chart"
1060
+ msgid "Polar area chart"
1061
+ msgstr "Omgevingsgrafiek"
1062
+
1063
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
1064
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
1065
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
1066
+ #: ../.././templates/chart_wizard.inc.php:96
1067
+ #: ../.././templates/chart_wizard.inc.php:115
1068
+ msgid "Pie chart"
1069
+ msgstr "Taartdiagram"
1070
+
1071
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
1072
+ #, fuzzy
1073
+ #| msgid "Column chart"
1074
+ msgid "Doughnut chart"
1075
+ msgstr "Kolomgrafiek"
1076
+
1077
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
1078
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
1079
+ #: ../.././templates/chart_wizard.inc.php:97
1080
+ #, fuzzy
1081
+ #| msgid "Pie chart"
1082
+ msgid "Bubble chart"
1083
+ msgstr "Taartdiagram"
1084
+
1085
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
1086
+ #: ../.././templates/chart_wizard.inc.php:94
1087
+ #, fuzzy
1088
+ #| msgid "Area chart"
1089
+ msgid "Stepped area chart"
1090
+ msgstr "Omgevingsgrafiek"
1091
+
1092
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
1093
+ #: ../.././templates/chart_wizard.inc.php:92
1094
+ msgid "Bar chart"
1095
+ msgstr "Staafgrafiek"
1096
+
1097
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
1098
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
1099
+ #: ../.././templates/chart_wizard.inc.php:112
1100
+ #, fuzzy
1101
+ #| msgid "Add a chart"
1102
+ msgid "Stacked bar chart"
1103
+ msgstr "Voeg een grafiek toe"
1104
+
1105
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
1106
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
1107
+ #: ../.././templates/chart_wizard.inc.php:98
1108
+ #: ../.././templates/chart_wizard.inc.php:117
1109
+ #, fuzzy
1110
+ #| msgid "No chart"
1111
+ msgid "Donut chart"
1112
+ msgstr "Geen grafiek"
1113
+
1114
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
1115
+ #: ../.././templates/chart_wizard.inc.php:99
1116
+ #, fuzzy
1117
+ #| msgid "Pie chart"
1118
+ msgid "Gauge chart"
1119
+ msgstr "Taartdiagram"
1120
+
1121
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
1122
+ #: ../.././templates/chart_wizard.inc.php:100
1123
+ #, fuzzy
1124
+ #| msgid "Bar chart"
1125
+ msgid "Scatter chart"
1126
+ msgstr "Staafgrafiek"
1127
+
1128
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
1129
+ #, fuzzy
1130
+ #| msgid "Line chart"
1131
+ msgid "Spline chart"
1132
+ msgstr "Lijngrafiek"
1133
+
1134
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
1135
+ #: ../.././templates/chart_wizard.inc.php:109
1136
+ #, fuzzy
1137
+ #| msgid "Bar chart"
1138
+ msgid "Basic area chart"
1139
+ msgstr "Staafgrafiek"
1140
+
1141
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
1142
+ #: ../.././templates/chart_wizard.inc.php:111
1143
+ #, fuzzy
1144
+ #| msgid "Bar chart"
1145
+ msgid "Basic bar chart"
1146
+ msgstr "Staafgrafiek"
1147
+
1148
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
1149
+ #: ../.././templates/chart_wizard.inc.php:113
1150
+ #, fuzzy
1151
+ #| msgid "Column chart"
1152
+ msgid "Basic column chart"
1153
+ msgstr "Kolomgrafiek"
1154
+
1155
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
1156
+ #: ../.././templates/chart_wizard.inc.php:114
1157
+ #, fuzzy
1158
+ #| msgid "Column chart"
1159
+ msgid "Stacked column chart"
1160
+ msgstr "Kolomgrafiek"
1161
+
1162
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
1163
+ #: ../.././templates/chart_wizard.inc.php:116
1164
+ msgid "Pie with gradient chart"
1165
+ msgstr ""
1166
+
1167
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
1168
+ #: ../.././templates/chart_wizard.inc.php:118
1169
+ msgid "Scatter plot"
1170
+ msgstr ""
1171
+
1172
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
1173
+ #: ../.././templates/chart_wizard.inc.php:119
1174
+ #, fuzzy
1175
+ #| msgid "Column chart"
1176
+ msgid "3D column chart"
1177
+ msgstr "Kolomgrafiek"
1178
+
1179
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
1180
+ #: ../.././templates/chart_wizard.inc.php:120
1181
+ #, fuzzy
1182
+ #| msgid "Pie chart"
1183
+ msgid "3D pie chart"
1184
+ msgstr "Taartdiagram"
1185
+
1186
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
1187
+ #: ../.././templates/chart_wizard.inc.php:121
1188
+ #, fuzzy
1189
+ #| msgid "No chart"
1190
+ msgid "3D donut chart"
1191
+ msgstr "Geen grafiek"
1192
+
1193
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
1194
+ #, fuzzy
1195
+ #| msgid "Area chart"
1196
+ msgid "Treemap chart"
1197
+ msgstr "Omgevingsgrafiek"
1198
+
1199
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
1200
+ #, fuzzy
1201
+ #| msgid "Area chart"
1202
+ msgid "Treemap level chart"
1203
+ msgstr "Omgevingsgrafiek"
1204
+
1205
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:13
1206
+ #: ../.././templates/chart_wizard.inc.php:65
1207
+ #, fuzzy
1208
+ #| msgid "Chart title"
1209
+ msgid "Chart name"
1210
+ msgstr "Grafiek titel"
1211
+
1212
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:15
1213
+ msgid "Please define the title of the chart that you will use to identify it"
1214
+ msgstr ""
1215
+
1216
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:22
1217
+ #: ../.././templates/chart_wizard.inc.php:69
1218
+ #, fuzzy
1219
+ #| msgid "Use in wpDataTable"
1220
+ msgid "New wpDataTable Chart"
1221
+ msgstr "Gebruik in wpDataTable"
1222
+
1223
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:33
1224
+ #: ../.././templates/chart_wizard.inc.php:75
1225
+ msgid "Chart render engine"
1226
+ msgstr ""
1227
+
1228
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:36
1229
+ #: ../.././templates/chart_wizard.inc.php:76
1230
+ msgid "Please choose the render engine."
1231
+ msgstr ""
1232
+
1233
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:36
1234
+ #: ../.././templates/chart_wizard.inc.php:76
1235
+ msgid ""
1236
+ "Please note that HighCharts license is NOT included with wpDataTables and "
1237
+ "you must purchase the license separately on"
1238
+ msgstr ""
1239
+
1240
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:42
1241
+ #: ../.././templates/chart_wizard.inc.php:80
1242
+ msgid "Pick the render engine"
1243
+ msgstr ""
1244
+
1245
+ #: ../.././templates/admin/common/close_modal.inc.php:17
1246
+ #: ../.././templates/common/delete_modal.inc.php:19
1247
+ msgid "Are you sure?"
1248
+ msgstr "Weet je het zeker?"
1249
+
1250
+ #: ../.././templates/admin/common/close_modal.inc.php:26
1251
+ msgid "There is no undo! You will be redirected to wpDataTables page."
1252
+ msgstr ""
1253
+
1254
+ #: ../.././templates/admin/common/close_modal.inc.php:38
1255
+ msgid "Yes"
1256
+ msgstr ""
1257
+
1258
+ #: ../.././templates/admin/common/error_modal.inc.php:16
1259
+ #: ../.././templates/common/error.inc.php:3
1260
+ #, fuzzy
1261
+ #| msgid "Error!"
1262
+ msgid "Error"
1263
+ msgstr "Fout!"
1264
+
1265
+ #: ../.././templates/admin/constructor/constructor.inc.php:25
1266
+ #: ../.././templates/constructor.inc.php:21
1267
+ msgid "Table Creation Wizard"
1268
+ msgstr ""
1269
+
1270
+ #: ../.././templates/admin/constructor/constructor.inc.php:53
1271
+ msgid "Open in standard editor"
1272
+ msgstr ""
1273
+
1274
+ #: ../.././templates/admin/constructor/constructor.inc.php:55
1275
+ msgid "Open in Excel-like editor"
1276
+ msgstr ""
1277
+
1278
+ #: ../.././templates/admin/constructor/constructor.inc.php:65
1279
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:20
1280
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1093
1281
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:68
1282
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1120
1283
+ #, fuzzy
1284
+ #| msgid "wpDataTables documentation"
1285
+ msgid "Documentation"
1286
+ msgstr "wpDataTables documentatie"
1287
+
1288
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:5
1289
+ #: ../.././templates/constructor.inc.php:29
1290
+ msgid "Choose what kind of table would you like to construct"
1291
+ msgstr ""
1292
+
1293
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:18
1294
+ msgid "Create a table linked to an existing data source"
1295
+ msgstr ""
1296
+
1297
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:20
1298
+ msgid ""
1299
+ "(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP "
1300
+ "array). Data will be read from the source every time on page load. Only "
1301
+ "MySQL-based tables can be made editable."
1302
+ msgstr ""
1303
+
1304
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:32
1305
+ msgid "Create a table manually"
1306
+ msgstr ""
1307
+
1308
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:33
1309
+ msgid ""
1310
+ "Define the number and type of columns, and fill in the data manually in WP "
1311
+ "admin. Table will be stored in MySQL and can be edited from WP admin, or "
1312
+ "made front-end editable."
1313
+ msgstr ""
1314
+
1315
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:46
1316
+ msgid "Create a table by importing data from data source"
1317
+ msgstr ""
1318
+
1319
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:48
1320
+ msgid ""
1321
+ "(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table "
1322
+ "can be edited in WP admin, or made front-end editable."
1323
+ msgstr ""
1324
+
1325
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:61
1326
+ msgid "Generate a query to WordPress database"
1327
+ msgstr ""
1328
+
1329
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:62
1330
+ msgid ""
1331
+ "Create a MySQL-query-based table by generating a query to WordPress database "
1332
+ "(posts, taxonomies, postmeta) with a GUI tool."
1333
+ msgstr ""
1334
+
1335
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:75
1336
+ msgid "Generate a query to MySQL database"
1337
+ msgstr ""
1338
+
1339
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:76
1340
+ msgid ""
1341
+ "Create a MySQL-query-based table by generating a query to any custom MySQL "
1342
+ "database with a GUI tool."
1343
+ msgstr ""
1344
+
1345
+ #: ../.././templates/admin/settings/settings.inc.php:22
1346
+ #: ../.././templates/admin/settings/settings.inc.php:23
1347
+ #, fuzzy
1348
+ #| msgid "Choose the base skin for the plugin"
1349
+ msgid "Settings for the plugin"
1350
+ msgstr "Kies een skin voor de plugin"
1351
+
1352
+ #: ../.././templates/admin/settings/settings.inc.php:34
1353
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:33
1354
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:31
1355
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:99
1356
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:93
1357
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:49
1358
+ #: ../.././templates/edit_table.inc.php:34
1359
+ #: ../.././templates/edit_table.inc.php:416
1360
+ #: ../.././templates/edit_table.inc.php:435
1361
+ #: ../.././templates/edit_table.inc.php:458
1362
+ msgid "Save"
1363
+ msgstr "Opslaan"
1364
+
1365
+ #: ../.././templates/admin/settings/settings.inc.php:46
1366
+ #: ../.././templates/settings.inc.php:18 ../.././templates/settings.inc.php:26
1367
+ msgid "Main settings"
1368
+ msgstr "Hoofdinstellingen"
1369
+
1370
+ #: ../.././templates/admin/settings/settings.inc.php:51
1371
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:15
1372
+ #, fuzzy
1373
+ #| msgid "Use separate MySQL connection"
1374
+ msgid "Separate DB connection"
1375
+ msgstr "Gebruik losse MySQL verbinding"
1376
+
1377
+ #: ../.././templates/admin/settings/settings.inc.php:56
1378
+ #: ../.././templates/settings.inc.php:19 ../.././templates/settings.inc.php:204
1379
+ msgid "Color and font settings"
1380
+ msgstr "Kleur en font instellingen"
1381
+
1382
+ #: ../.././templates/admin/settings/settings.inc.php:60
1383
+ #: ../.././templates/settings.inc.php:20 ../.././templates/settings.inc.php:446
1384
+ msgid "Custom JS and CSS"
1385
+ msgstr "Custom JS en CSS"
1386
+
1387
+ #: ../.././templates/admin/settings/settings.inc.php:64
1388
+ msgid "Info"
1389
+ msgstr ""
1390
+
1391
+ #: ../.././templates/admin/settings/settings.inc.php:94
1392
+ #: ../.././templates/settings.inc.php:434
1393
+ msgid "Reset colors and fonts to default"
1394
+ msgstr "Reset kleuren en fonts naar standaard"
1395
+
1396
+ #: ../.././templates/admin/settings/settings.inc.php:97
1397
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1101
1398
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:76
1399
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1128
1400
+ msgid "Apply"
1401
+ msgstr "Toepassen"
1402
+
1403
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:25
1404
+ msgid "Font"
1405
+ msgstr ""
1406
+
1407
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:27
1408
+ #: ../.././templates/settings.inc.php:428
1409
+ msgid ""
1410
+ "This font will be used in rendered tables. Leave blank not to override "
1411
+ "default theme settings"
1412
+ msgstr ""
1413
+ "Deze font wordt gebruikt om tabellen te renderen. Blanco laten om standaard "
1414
+ "thema instellingen te gebruiken"
1415
+
1416
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:45
1417
+ msgid "Font size"
1418
+ msgstr ""
1419
+
1420
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:47
1421
+ #, fuzzy
1422
+ #| msgid "In the footer"
1423
+ msgid "Define the font size"
1424
+ msgstr "In de footer"
1425
+
1426
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:62
1427
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:136
1428
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:459
1429
+ #, fuzzy
1430
+ #| msgid "Table font color"
1431
+ msgid "Font color"
1432
+ msgstr "Tabel font kleur"
1433
+
1434
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:64
1435
+ #, fuzzy
1436
+ #| msgid "This color is used for the main font in table cells"
1437
+ msgid "This color is used for the main font in table cells."
1438
+ msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
1439
+
1440
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:97
1441
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:420
1442
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:647
1443
+ #, fuzzy
1444
+ #| msgid "Buttons background color"
1445
+ msgid "Background color"
1446
+ msgstr "Achtergrondkleur van de Buttons"
1447
+
1448
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:99
1449
+ #, fuzzy
1450
+ #| msgid "The color is used for background of the table header"
1451
+ msgid "The color is used for background of the table header."
1452
+ msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
1453
+
1454
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:116
1455
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:439
1456
+ #, fuzzy
1457
+ #| msgid "Buttons border color"
1458
+ msgid "Border color"
1459
+ msgstr "Buttons border kleur"
1460
+
1461
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:118
1462
+ #, fuzzy
1463
+ #| msgid "This color is used for the border in the table header"
1464
+ msgid "This color is used for the border in the table header."
1465
+ msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
1466
+
1467
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:138
1468
+ #, fuzzy
1469
+ #| msgid "This color is used for the font in the table header"
1470
+ msgid "This color is used for the font in the table header."
1471
+ msgstr "Deze kleur wordt gebruikt voor de font in de tabel header"
1472
+
1473
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:155
1474
+ #, fuzzy
1475
+ #| msgid "Header active and hover color"
1476
+ msgid "Active and hover color\t"
1477
+ msgstr "Header actef en hover kleur"
1478
+
1479
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:157
1480
+ #, fuzzy
1481
+ #| msgid ""
1482
+ #| "This color is used when you hover the mouse above the table header, or "
1483
+ #| "when you choose a column"
1484
+ msgid ""
1485
+ "This color is used when you hover the mouse above the table header, or when "
1486
+ "you choose a column."
1487
+ msgstr ""
1488
+ "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
1489
+ "of wanneer je een kolom kiest"
1490
+
1491
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:191
1492
+ #, fuzzy
1493
+ #| msgid "Table inner border color"
1494
+ msgid "Inner border"
1495
+ msgstr "Binnenste borderkleur van de tabel"
1496
+
1497
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:193
1498
+ #, fuzzy
1499
+ #| msgid "This color is used for the inner border in the table between cells"
1500
+ msgid "This color is used for the inner border in the table between cells."
1501
+ msgstr ""
1502
+ "Deze kleur wordt gebruikt voor de binnenste border in de tabel, tussen de "
1503
+ "cellen in"
1504
+
1505
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:211
1506
+ #, fuzzy
1507
+ #| msgid "Table outer border color"
1508
+ msgid "Outer border"
1509
+ msgstr "Tabel buitenste border kleur"
1510
+
1511
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:213
1512
+ #, fuzzy
1513
+ #| msgid "This color is used for the outer border of the whole table body"
1514
+ msgid "This color is used for the outer border of the whole table body."
1515
+ msgstr ""
1516
+ "Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
1517
+
1518
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:231
1519
+ #, fuzzy
1520
+ #| msgid "Table tools"
1521
+ msgid "Table borders"
1522
+ msgstr "Tabel tools"
1523
+
1524
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:233
1525
+ msgid "When this is checked, borders in table will be removed "
1526
+ msgstr ""
1527
+
1528
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:243
1529
+ #, fuzzy
1530
+ #| msgid "Header border color"
1531
+ msgid "Header border"
1532
+ msgstr "Header border kleur"
1533
+
1534
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:245
1535
+ msgid "When this is checked,borders in header will be removed "
1536
+ msgstr ""
1537
+
1538
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:271
1539
+ #, fuzzy
1540
+ #| msgid "Even row background color"
1541
+ msgid "Even row background"
1542
+ msgstr "Even rijen achtergrond kleur"
1543
+
1544
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:273
1545
+ #, fuzzy
1546
+ #| msgid "This color is used for for background in even rows"
1547
+ msgid "This color is used for for background in even rows."
1548
+ msgstr "Deze kleur wordt gebruikt voor de achtergrond van de even rijen"
1549
+
1550
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:290
1551
+ #, fuzzy
1552
+ #| msgid "Odd row background color"
1553
+ msgid "Odd row background"
1554
+ msgstr "Oneven rijen achtergrond kleur"
1555
+
1556
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:292
1557
+ #, fuzzy
1558
+ #| msgid "This color is used for for background in odd rows"
1559
+ msgid "This color is used for for background in odd rows."
1560
+ msgstr "Deze kleur wordt gebruikt voor de achtergrond van de oneven rijen"
1561
+
1562
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:309
1563
+ #, fuzzy
1564
+ #| msgid "Hover row color"
1565
+ msgid "Hover row"
1566
+ msgstr "Hover rij kleur"
1567
+
1568
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:311
1569
+ #, fuzzy
1570
+ #| msgid ""
1571
+ #| "This color is used for to highlight the row when you hover your mouse "
1572
+ #| "above it"
1573
+ msgid ""
1574
+ "This color is used for to highlight the row when you hover your mouse above "
1575
+ "it."
1576
+ msgstr ""
1577
+ "Deze kleur wordt gebruikt voor het highlighten van de rij als je je muis "
1578
+ "erboven houdt"
1579
+
1580
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:328
1581
+ #, fuzzy
1582
+ #| msgid "Backround color for selected rows"
1583
+ msgid "Background for selected rows"
1584
+ msgstr "Achtergrond kleur voor geselecteerde rijen"
1585
+
1586
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:330
1587
+ #, fuzzy
1588
+ #| msgid "This color is used for background in selected rows"
1589
+ msgid "This color is used for background in selected rows."
1590
+ msgstr ""
1591
+ "Deze kleur wordt gebruikt voor de achtergrond van de geselecteerde rijen"
1592
+
1593
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:364
1594
+ #, fuzzy
1595
+ #| msgid "Cell color in active (sorted) columns for even rows"
1596
+ msgid "Sorted columns, even rows"
1597
+ msgstr "Celkleur in actieve (gesorteerde) klommen voor even rijen"
1598
+
1599
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:366
1600
+ #, fuzzy
1601
+ #| msgid ""
1602
+ #| "This color is used for background in cells which are in the active "
1603
+ #| "columns (columns used for sorting) in even rows"
1604
+ msgid ""
1605
+ "This color is used for background in cells which are in the active columns "
1606
+ "(columns used for sorting) in even rows."
1607
+ msgstr ""
1608
+ "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
1609
+ "kolommen (deze die voor het sorteren worden gebruikt) in even rijen"
1610
+
1611
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:384
1612
+ msgid "Sorted columns, odd rows"
1613
+ msgstr ""
1614
+
1615
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:386
1616
+ #, fuzzy
1617
+ #| msgid ""
1618
+ #| "This color is used for background in cells which are in the active "
1619
+ #| "columns (columns used for sorting) in odd rows"
1620
+ msgid ""
1621
+ "This color is used for background in cells which are in the active columns "
1622
+ "(columns used for sorting) in odd rows."
1623
+ msgstr ""
1624
+ "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
1625
+ "kolommen (deze die voor het sorteren worden gebruikt) in oneven rijen"
1626
+
1627
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:422
1628
+ #, fuzzy
1629
+ #| msgid "This color is used for background in buttons"
1630
+ msgid "This color is used for background in buttons."
1631
+ msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
1632
+
1633
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:441
1634
+ #, fuzzy
1635
+ #| msgid "This color is used for border in buttons"
1636
+ msgid "This color is used for border in buttons."
1637
+ msgstr "Deze kleur wordt gebruikt voor de border van de buttons"
1638
+
1639
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:461
1640
+ #, fuzzy
1641
+ #| msgid "This color is used for font in buttons"
1642
+ msgid "This color is used for font in buttons."
1643
+ msgstr "Deze kleur wordt gebruikt voor de font op de Buttons"
1644
+
1645
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:478
1646
+ #, fuzzy
1647
+ #| msgid "Buttons background hover color"
1648
+ msgid "Background hover color"
1649
+ msgstr "Buttons gehooverd achtergrondkleur"
1650
+
1651
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:480
1652
+ #, fuzzy
1653
+ #| msgid ""
1654
+ #| "This color will be used for button backgrounds when you hover above them"
1655
+ msgid ""
1656
+ "This color will be used for button backgrounds when you hover above them."
1657
+ msgstr ""
1658
+ "Deze kleur wordt getoond als achtergrond van de Button als je je muis er "
1659
+ "boven houdt."
1660
+
1661
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:498
1662
+ #, fuzzy
1663
+ #| msgid "Header font color"
1664
+ msgid "Hover font color"
1665
+ msgstr "Header font kleur"
1666
+
1667
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:500
1668
+ #, fuzzy
1669
+ #| msgid "This color will be used for buttons font when you hover above them"
1670
+ msgid "This color will be used for buttons font when you hover above them."
1671
+ msgstr ""
1672
+ "Deze kleur wordt getoond als fontkleur van de Button als je je muis er boven "
1673
+ "houdt."
1674
+
1675
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:518
1676
+ #: ../.././templates/settings.inc.php:401
1677
+ msgid "Buttons hover border color"
1678
+ msgstr "Buttons hoover achtergrondkleur"
1679
+
1680
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:520
1681
+ #, fuzzy
1682
+ #| msgid "This color will be used for button borders when you hover above them"
1683
+ msgid "This color will be used for button borders when you hover above them."
1684
+ msgstr ""
1685
+ "Deze kleur wordt gebruikt voor de border als je met je muis boven de Button "
1686
+ "zweeft"
1687
+
1688
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:538
1689
+ #: ../.././templates/settings.inc.php:410
1690
+ msgid "Buttons and inputs border radius (in px)"
1691
+ msgstr "Buttons en imputs border radius (in px)"
1692
+
1693
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:540
1694
+ #: ../.././templates/settings.inc.php:414
1695
+ msgid "This is a border radius for inputs in buttons. Default is 3px."
1696
+ msgstr "Border radius voor Buttons. Standaard is 3px."
1697
+
1698
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:571
1699
+ #: ../.././templates/settings.inc.php:374
1700
+ msgid "Modals font color"
1701
+ msgstr "Modals fontkleur"
1702
+
1703
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:573
1704
+ #, fuzzy
1705
+ #| msgid ""
1706
+ #| "This color will be used for wpDataTable popup (filter, datepicker) fonts"
1707
+ msgid ""
1708
+ "This color will be used for wpDataTable popup (filter, datepicker) fonts."
1709
+ msgstr ""
1710
+ "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
1711
+ "fonts"
1712
+
1713
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:591
1714
+ #, fuzzy
1715
+ #| msgid "Modals background color"
1716
+ msgid "Modals background"
1717
+ msgstr "Modals achtergrondkleur"
1718
+
1719
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:593
1720
+ #, fuzzy
1721
+ #| msgid ""
1722
+ #| "This color will be used for wpDataTable popup (filter, datepicker) "
1723
+ #| "background"
1724
+ msgid ""
1725
+ "This color will be used for wpDataTable popup (filter, datepicker) "
1726
+ "background."
1727
+ msgstr ""
1728
+ "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
1729
+ "achtergrond"
1730
+
1731
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:612
1732
+ #, fuzzy
1733
+ #| msgid "Overlay background color"
1734
+ msgid "Overlay background"
1735
+ msgstr "Overlay achtergrondkleur"
1736
+
1737
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:614
1738
+ #, fuzzy
1739
+ #| msgid ""
1740
+ #| "This color will be used for overlay which appears below the plugin popups"
1741
+ msgid ""
1742
+ "This color will be used for overlay which appears below the plugin popups."
1743
+ msgstr ""
1744
+ "Deze kleur wordt gebruikt voor de overlay, welke getoond wordt onder de "
1745
+ "plugin popups"
1746
+
1747
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:649
1748
+ #, fuzzy
1749
+ #| msgid "This color is used for background in buttons"
1750
+ msgid "This color is used for the background of the pagination"
1751
+ msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
1752
+
1753
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:667
1754
+ #: ../.././templates/edit_table.inc.php:730
1755
+ msgid "Color"
1756
+ msgstr ""
1757
+
1758
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:669
1759
+ #, fuzzy
1760
+ #| msgid "This color is used for the outer border of the whole table body"
1761
+ msgid "This color is used for the color of the links in the pagination."
1762
+ msgstr ""
1763
+ "Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
1764
+
1765
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:687
1766
+ #, fuzzy
1767
+ #| msgid "Header background color"
1768
+ msgid "Current page background color"
1769
+ msgstr "Header achtergrond kleur"
1770
+
1771
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:689
1772
+ #, fuzzy
1773
+ #| msgid "The color is used for background of the table header"
1774
+ msgid "The color is used for background of the current page"
1775
+ msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
1776
+
1777
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:706
1778
+ msgid "Current page color"
1779
+ msgstr ""
1780
+
1781
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:708
1782
+ #, fuzzy
1783
+ #| msgid "This color is used for the border in the table header"
1784
+ msgid "This color is used for the color of the current page."
1785
+ msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
1786
+
1787
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:726
1788
+ #, fuzzy
1789
+ #| msgid "Header background color"
1790
+ msgid "Other pages hover background color"
1791
+ msgstr "Header achtergrond kleur"
1792
+
1793
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:728
1794
+ #, fuzzy
1795
+ #| msgid ""
1796
+ #| "This color is used when you hover the mouse above the table header, or "
1797
+ #| "when you choose a column"
1798
+ msgid ""
1799
+ "This background color is used when you hover the mouse above the other pages"
1800
+ msgstr ""
1801
+ "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
1802
+ "of wanneer je een kolom kiest"
1803
+
1804
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:745
1805
+ #, fuzzy
1806
+ #| msgid "Header active and hover color"
1807
+ msgid "Other pages hover color"
1808
+ msgstr "Header actef en hover kleur"
1809
+
1810
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:747
1811
+ #, fuzzy
1812
+ #| msgid ""
1813
+ #| "This color is used when you hover the mouse above the table header, or "
1814
+ #| "when you choose a column"
1815
+ msgid "This color is used when you hover the mouse above the other pages."
1816
+ msgstr ""
1817
+ "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
1818
+ "of wanneer je een kolom kiest"
1819
+
1820
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:15
1821
+ #: ../.././templates/settings.inc.php:454
1822
+ msgid "Custom wpDataTables JS"
1823
+ msgstr "Custom wpDataTables JS"
1824
+
1825
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:17
1826
+ msgid ""
1827
+ "This JS will be inserted as an inline script block on every page that has a "
1828
+ "wpDataTable."
1829
+ msgstr ""
1830
+
1831
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:30
1832
+ #: ../.././templates/settings.inc.php:463
1833
+ msgid "Custom wpDataTables CSS"
1834
+ msgstr ""
1835
+
1836
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:32
1837
+ msgid ""
1838
+ "This CSS will be inserted as an inline style block on every page that has a "
1839
+ "wpDataTable."
1840
+ msgstr ""
1841
+
1842
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:45
1843
+ #, fuzzy
1844
+ #| msgid "Use in wpDataTable"
1845
+ msgid "Use minified wpDataTables Javascript "
1846
+ msgstr "Gebruik in wpDataTable"
1847
+
1848
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:15
1849
+ #: ../.././templates/settings.inc.php:45
1850
+ msgid "Interface language"
1851
+ msgstr "Interface taal"
1852
+
1853
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:17
1854
+ #, fuzzy
1855
+ #| msgid "Pick the language which will be used in tables interface"
1856
+ msgid "Pick the language which will be used in tables interface."
1857
+ msgstr "Kies de taal welke in de tabel zijn interface wordt gebruikt"
1858
+
1859
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:23
1860
+ msgid "English (default)"
1861
+ msgstr ""
1862
+
1863
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:36
1864
+ #: ../.././templates/settings.inc.php:98
1865
+ msgid "Date format"
1866
+ msgstr "Datum format"
1867
+
1868
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:38
1869
+ #, fuzzy
1870
+ #| msgid "Pick the date format to use in date column type"
1871
+ msgid "Pick the date format to use in date column type."
1872
+ msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
1873
+
1874
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:70
1875
+ #: ../.././templates/settings.inc.php:119
1876
+ #, fuzzy
1877
+ #| msgid "Number format"
1878
+ msgid "Time format"
1879
+ msgstr "Nummer format"
1880
+
1881
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:72
1882
+ #, fuzzy
1883
+ #| msgid "Pick the date format to use in date column type"
1884
+ msgid "Pick the time format to use in datetime and time column type."
1885
+ msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
1886
+
1887
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:87
1888
+ msgid "Parse shortcodes"
1889
+ msgstr ""
1890
+
1891
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:89
1892
+ #, fuzzy
1893
+ #| msgid "Data source and main settings"
1894
+ msgid "Parse shortcodes in strings"
1895
+ msgstr "Data bron en hoofd instellingen"
1896
+
1897
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:101
1898
+ #: ../.././templates/settings.inc.php:74
1899
+ msgid "Base skin"
1900
+ msgstr "Standaard skin"
1901
+
1902
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:103
1903
+ #, fuzzy
1904
+ #| msgid "Choose the base skin for the plugin"
1905
+ msgid "Choose the base skin for the plugin."
1906
+ msgstr "Kies een skin voor de plugin"
1907
+
1908
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:109
1909
+ msgid "Material"
1910
+ msgstr ""
1911
+
1912
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:110
1913
+ msgid "Light"
1914
+ msgstr ""
1915
+
1916
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:111
1917
+ msgid "Graphite"
1918
+ msgstr ""
1919
+
1920
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:112
1921
+ msgid "Aqua"
1922
+ msgstr ""
1923
+
1924
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:113
1925
+ msgid "Purple"
1926
+ msgstr ""
1927
+
1928
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:114
1929
+ msgid "Dark"
1930
+ msgstr ""
1931
+
1932
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:122
1933
+ #: ../.././templates/settings.inc.php:131
1934
+ msgid "Number format"
1935
+ msgstr "Nummer format"
1936
+
1937
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:124
1938
+ #: ../.././templates/settings.inc.php:138
1939
+ msgid "Pick the number format (thousands and decimals separator)"
1940
+ msgstr "Kies de nummerformat (duizenden en decimalen scheider)"
1941
+
1942
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:141
1943
+ #: ../.././templates/settings.inc.php:86
1944
+ msgid "Render advanced filter"
1945
+ msgstr "Render geavanceerd filter"
1946
+
1947
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:143
1948
+ #, fuzzy
1949
+ #| msgid ""
1950
+ #| "Choose where you would like to render the advanced filter for tables "
1951
+ #| "where enabled"
1952
+ msgid ""
1953
+ "Choose where you would like to render the advanced filter for tables where "
1954
+ "enabled."
1955
+ msgstr ""
1956
+ "Kies waar je wilt dat het geavanceerde filter voor de tabel wordt gerenderd "
1957
+ "als deze geactiveerd is"
1958
+
1959
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:149
1960
+ #: ../.././templates/settings.inc.php:90
1961
+ msgid "In the header"
1962
+ msgstr "In de header"
1963
+
1964
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:150
1965
+ #: ../.././templates/settings.inc.php:91
1966
+ msgid "In the footer"
1967
+ msgstr "In de footer"
1968
+
1969
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:158
1970
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:393
1971
+ #: ../.././templates/settings.inc.php:143
1972
+ msgid "Decimal places"
1973
+ msgstr "Decimaal plaatsen"
1974
+
1975
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:160
1976
+ #, fuzzy
1977
+ #| msgid "Define the amount of decimal places for the float numbers"
1978
+ msgid "Define the amount of decimal places for the float numbers."
1979
+ msgstr "Kies het aantal decimaalplaatsen voor de zwevende getallen"
1980
+
1981
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:177
1982
+ msgid "CSV delimiter"
1983
+ msgstr ""
1984
+
1985
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:179
1986
+ msgid "Pick the CSV delimiter"
1987
+ msgstr ""
1988
+
1989
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:200
1990
+ #: ../.././templates/settings.inc.php:171
1991
+ msgid "Tablet width"
1992
+ msgstr "Tablet breedte"
1993
+
1994
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:202
1995
+ #: ../.././templates/settings.inc.php:175
1996
+ msgid ""
1997
+ "Here you can specify width of the screen (in pixels) that will be treated as "
1998
+ "a tablet. You can set it wider if you want responsive effect on desktops."
1999
+ msgstr ""
2000
+
2001
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:217
2002
+ #: ../.././templates/settings.inc.php:181
2003
+ msgid "Mobile width"
2004
+ msgstr "Mobiele breedte"
2005
+
2006
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:219
2007
+ msgid "Here you can specify width (in pixels) will be treated as a mobile.."
2008
+ msgstr ""
2009
+
2010
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:236
2011
+ #: ../.././templates/settings.inc.php:61
2012
+ msgid "Tables per admin page"
2013
+ msgstr "Tabellen per adminpagina"
2014
+
2015
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:238
2016
+ #, fuzzy
2017
+ #| msgid "How many tables to show in the browse page"
2018
+ msgid "How many tables to show in the browse page."
2019
+ msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
2020
+
2021
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:254
2022
+ #, fuzzy
2023
+ #| msgid "Align numbers to the right"
2024
+ msgid "Align numbers"
2025
+ msgstr "Sorteer nummers aan de rechter kant"
2026
+
2027
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:256
2028
+ msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
2029
+ msgstr ""
2030
+
2031
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:270
2032
+ msgid "Sum functions label"
2033
+ msgstr ""
2034
+
2035
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:272
2036
+ msgid ""
2037
+ "Enter a label that will be used for Sum functions. If you leave it blank "
2038
+ "default label will be Σ ="
2039
+ msgstr ""
2040
+
2041
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:289
2042
+ msgid "Average functions label"
2043
+ msgstr ""
2044
+
2045
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:291
2046
+ msgid ""
2047
+ "Enter a label that will be used for Average functions. If you leave it blank "
2048
+ "default label will be Avg ="
2049
+ msgstr ""
2050
+
2051
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:313
2052
+ msgid "Minimum functions label"
2053
+ msgstr ""
2054
+
2055
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:315
2056
+ msgid ""
2057
+ "Enter a label that will be used for Minimum functions. If you leave it blank "
2058
+ "default label will be Min ="
2059
+ msgstr ""
2060
+
2061
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:332
2062
+ msgid "Maximum functions label"
2063
+ msgstr ""
2064
+
2065
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:334
2066
+ msgid ""
2067
+ "Enter a label that will be used for Maximum functions. If you leave it blank "
2068
+ "default label will be Max ="
2069
+ msgstr ""
2070
+
2071
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:355
2072
+ msgid "Purchase code"
2073
+ msgstr ""
2074
+
2075
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:357
2076
+ msgid ""
2077
+ "Please enter your Envato purchase code to enable plugin auto-updates. Leave "
2078
+ "blank if you do not want the plugin to auto-update."
2079
+ msgstr ""
2080
+
2081
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:378
2082
+ msgid "Include full bootstrap front-end"
2083
+ msgstr ""
2084
+
2085
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:380
2086
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:392
2087
+ msgid ""
2088
+ "It is recommended to uncheck this option if bootstrap.js is already included "
2089
+ "in one of the theme files. Unchecked option means that there is still "
2090
+ "bootstrap.js included just in noconflict mode which should prevent errors."
2091
+ msgstr ""
2092
+
2093
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:390
2094
+ msgid "Include full bootstrap back-end"
2095
+ msgstr ""
2096
+
2097
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:405
2098
+ #: ../.././templates/settings.inc.php:32
2099
+ msgid "Show plugin credentials below tables"
2100
+ msgstr ""
2101
+
2102
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:407
2103
+ #: ../.././templates/settings.inc.php:32
2104
+ msgid ""
2105
+ "If you want to support our project, please, keep this checkbox as checked"
2106
+ msgstr ""
2107
+
2108
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:17
2109
+ msgid ""
2110
+ "If this checkbox is checked, you have option to add more than one separate "
2111
+ "database connection (MySQL, MS SQL, Postgre SQL)"
2112
+ msgstr ""
2113
+
2114
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:21
2115
+ #, fuzzy
2116
+ #| msgid "Use separate MySQL connection"
2117
+ msgid "Use separate connection"
2118
+ msgstr "Gebruik losse MySQL verbinding"
2119
+
2120
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:29
2121
+ #, fuzzy
2122
+ #| msgid "Use separate MySQL connection"
2123
+ msgid "Test connection"
2124
+ msgstr "Gebruik losse MySQL verbinding"
2125
+
2126
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:31
2127
+ msgid ""
2128
+ "Click this button to test if wpDataTables is able to connect to the MySQL "
2129
+ "server with the details you provided."
2130
+ msgstr ""
2131
+
2132
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:42
2133
+ msgid "MySQL host"
2134
+ msgstr "MySQL host"
2135
+
2136
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:44
2137
+ #, fuzzy
2138
+ #| msgid "MySQL host address"
2139
+ msgid "MySQL host address."
2140
+ msgstr "MySQL host adres"
2141
+
2142
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:48
2143
+ msgid "MySQL host address"
2144
+ msgstr "MySQL host adres"
2145
+
2146
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:53
2147
+ msgid "MySQL database"
2148
+ msgstr "MySQL database"
2149
+
2150
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:55
2151
+ #, fuzzy
2152
+ #| msgid "MySQL database name"
2153
+ msgid "MySQL database name."
2154
+ msgstr "MySQL database naam"
2155
+
2156
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:59
2157
+ msgid "MySQL database name"
2158
+ msgstr "MySQL database naam"
2159
+
2160
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:67
2161
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:74
2162
+ msgid "MySQL user"
2163
+ msgstr "MySQL gebruiker"
2164
+
2165
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:69
2166
+ #, fuzzy
2167
+ #| msgid "MySQL username for the connection"
2168
+ msgid "MySQL username for the connection."
2169
+ msgstr "MySQL gebruikersnaam voor de verbinding"
2170
+
2171
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:79
2172
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:84
2173
+ msgid "MySQL password"
2174
+ msgstr "MySQL wachtwoord"
2175
+
2176
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:81
2177
+ #, fuzzy
2178
+ #| msgid "MySQL password for the provided user"
2179
+ msgid "MySQL password for the provided user."
2180
+ msgstr "MySQL wachtwoord voor de gebruiker"
2181
+
2182
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:93
2183
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:99
2184
+ #, fuzzy
2185
+ #| msgid "MySQL host"
2186
+ msgid "MySQL port"
2187
+ msgstr "MySQL host"
2188
+
2189
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:95
2190
+ #, fuzzy
2191
+ #| msgid "MySQL username for the connection"
2192
+ msgid "MySQL port for the connection (default: 3306)."
2193
+ msgstr "MySQL gebruikersnaam voor de verbinding"
2194
+
2195
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:21
2196
+ #, fuzzy
2197
+ #| msgid "ID column"
2198
+ msgid "Add Column"
2199
+ msgstr "ID kolom"
2200
+
2201
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:35
2202
+ #, fuzzy
2203
+ #| msgid "Column chart"
2204
+ msgid "Column header"
2205
+ msgstr "Kolomgrafiek"
2206
+
2207
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:47
2208
+ msgid "Type"
2209
+ msgstr ""
2210
+
2211
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:64
2212
+ msgid "Insert after"
2213
+ msgstr ""
2214
+
2215
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:70
2216
+ msgid "Beginning of table"
2217
+ msgstr ""
2218
+
2219
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:71
2220
+ #, fuzzy
2221
+ #| msgid "Hide on tablets"
2222
+ msgid "End of table"
2223
+ msgstr "Verbergen op tablets"
2224
+
2225
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:83
2226
+ #: ../.././templates/edit_table.inc.php:542
2227
+ msgid "Possible values"
2228
+ msgstr "Mogelijke waardes"
2229
+
2230
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:94
2231
+ msgid "Editor predefined value"
2232
+ msgstr ""
2233
+
2234
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:107
2235
+ #, fuzzy
2236
+ #| msgid "Default value(s)"
2237
+ msgid "Fill with default value"
2238
+ msgstr "Standaardwaarde(n)"
2239
+
2240
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:129
2241
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:84
2242
+ msgid "OK"
2243
+ msgstr "OK"
2244
+
2245
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:14
2246
+ #, fuzzy
2247
+ #| msgid "Column position"
2248
+ msgid "Column settings"
2249
+ msgstr "Kolom positie"
2250
+
2251
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:48
2252
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:65
2253
+ #, fuzzy
2254
+ #| msgid "Display length"
2255
+ msgid "Display"
2256
+ msgstr "Display lengte"
2257
+
2258
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:52
2259
+ msgid "Data"
2260
+ msgstr ""
2261
+
2262
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:56
2263
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:540
2264
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:548
2265
+ msgid "Sorting"
2266
+ msgstr ""
2267
+
2268
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:60
2269
+ #, fuzzy
2270
+ #| msgid "Filter in form"
2271
+ msgid "Filtering"
2272
+ msgstr "Filter in formulier"
2273
+
2274
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:64
2275
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:73
2276
+ #, fuzzy
2277
+ #| msgid "Edit"
2278
+ msgid "Editing"
2279
+ msgstr "Aanpassen"
2280
+
2281
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:69
2282
+ #: ../.././templates/edit_table.inc.php:750
2283
+ #, fuzzy
2284
+ #| msgid "Additional settings"
2285
+ msgid "Conditional formatting"
2286
+ msgstr "Extra instellingen"
2287
+
2288
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:81
2289
+ #: ../.././templates/edit_table.inc.php:525
2290
+ msgid "Displayed header"
2291
+ msgstr "Weergegeven header"
2292
+
2293
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:95
2294
+ #: ../.././templates/edit_table.inc.php:696
2295
+ msgid "Column position"
2296
+ msgstr "Kolom positie"
2297
+
2298
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:114
2299
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:122
2300
+ msgid "Cell content prefix"
2301
+ msgstr ""
2302
+
2303
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:129
2304
+ msgid ""
2305
+ "Any text or symbol entered here will be shown before the value in every cell "
2306
+ "inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
2307
+ "Convenient for prices, percentages, etc."
2308
+ msgstr ""
2309
+
2310
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:144
2311
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:152
2312
+ msgid "Cell content suffix"
2313
+ msgstr ""
2314
+
2315
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:159
2316
+ msgid ""
2317
+ "Any text or symbol entered here will be shown after the value in every cell "
2318
+ "inside of this column. E.g.: %, pcs. Does not influence filtering and "
2319
+ "sorting. Convenient for prices, percentages, etc."
2320
+ msgstr ""
2321
+
2322
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:180
2323
+ #: ../.././templates/edit_table.inc.php:633
2324
+ msgid "Hide on mobiles"
2325
+ msgstr "Verbergen op mobiele apparaten"
2326
+
2327
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:188
2328
+ msgid "Collapse column on mobile devices"
2329
+ msgstr ""
2330
+
2331
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:197
2332
+ #: ../.././templates/edit_table.inc.php:622
2333
+ msgid "Hide on tablets"
2334
+ msgstr "Verbergen op tablets"
2335
+
2336
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:205
2337
+ msgid "Collapse column on tablet devices"
2338
+ msgstr ""
2339
+
2340
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:220
2341
+ #: ../.././templates/edit_table.inc.php:533
2342
+ msgid "CSS class(es)"
2343
+ msgstr "CSS class(es)"
2344
+
2345
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:234
2346
+ msgid "Visible on front-end"
2347
+ msgstr ""
2348
+
2349
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:242
2350
+ msgid "Show column in front-end"
2351
+ msgstr ""
2352
+
2353
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:258
2354
+ #, fuzzy
2355
+ #| msgid "Column type"
2356
+ msgid "Column width"
2357
+ msgstr "Kolom type"
2358
+
2359
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:271
2360
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:279
2361
+ #, fuzzy
2362
+ #| msgid "Column chart"
2363
+ msgid "Column color"
2364
+ msgstr "Kolomgrafiek"
2365
+
2366
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:286
2367
+ msgid "Here you can override the default color for the complete column"
2368
+ msgstr ""
2369
+
2370
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:307
2371
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:315
2372
+ #: ../.././templates/edit_table.inc.php:645
2373
+ msgid "Group column"
2374
+ msgstr "Groep kolom"
2375
+
2376
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:322
2377
+ msgid ""
2378
+ "If one column of your table contains similar values for many rows, maybe it "
2379
+ "makes sense to use it as a “group column”: it means that it will not be "
2380
+ "rendered as a column, but its values will be used to group the rows. Each "
2381
+ "group will be marked with one row with joined cells above, containing the "
2382
+ "group value."
2383
+ msgstr ""
2384
+
2385
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:323
2386
+ msgid ""
2387
+ "Group column will not work with MySQL tables with server-side processing "
2388
+ "enabled and with manual tables!"
2389
+ msgstr ""
2390
+
2391
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:331
2392
+ msgid "Toggle column grouping"
2393
+ msgstr ""
2394
+
2395
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:351
2396
+ #: ../.././templates/edit_table.inc.php:582
2397
+ msgid "Column type"
2398
+ msgstr "Kolom type"
2399
+
2400
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:353
2401
+ msgid ""
2402
+ "You can redefine the column data type here. Affects sorting, filtering and "
2403
+ "display logic. For manually created tables this will change the column type "
2404
+ "in database as well, which may result in data loss."
2405
+ msgstr ""
2406
+
2407
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:360
2408
+ msgid "String"
2409
+ msgstr ""
2410
+
2411
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:364
2412
+ msgid "DateTime"
2413
+ msgstr ""
2414
+
2415
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:366
2416
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:991
2417
+ msgid "URL link"
2418
+ msgstr ""
2419
+
2420
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:367
2421
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:992
2422
+ msgid "E-mail link"
2423
+ msgstr ""
2424
+
2425
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:370
2426
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:37
2427
+ msgid "Formula"
2428
+ msgstr ""
2429
+
2430
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:380
2431
+ msgid "Formula for calculation"
2432
+ msgstr ""
2433
+
2434
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:382
2435
+ msgid ""
2436
+ "You can create a formula (calculated column) based on other numeric columns "
2437
+ "(Integer and Float)"
2438
+ msgstr ""
2439
+
2440
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:386
2441
+ msgid "Open formula editor"
2442
+ msgstr ""
2443
+
2444
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:395
2445
+ msgid ""
2446
+ "You can redefine the visible decimal places for a float and formula columns "
2447
+ "here. If you leave this field empty amount of decimal places will be loaded "
2448
+ "from the settings page. 0 is available just for formula columns "
2449
+ msgstr ""
2450
+
2451
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:407
2452
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:414
2453
+ #: ../.././templates/edit_table.inc.php:684
2454
+ msgid "Skip thousands separator"
2455
+ msgstr ""
2456
+
2457
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:409
2458
+ msgid ""
2459
+ "Do not show thousands separator for this column (e.g. when showing years, "
2460
+ "IDs)."
2461
+ msgstr ""
2462
+
2463
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:423
2464
+ #, fuzzy
2465
+ #| msgid "Possible values"
2466
+ msgid "Possible values for column"
2467
+ msgstr "Mogelijke waardes"
2468
+
2469
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:425
2470
+ msgid ""
2471
+ "Define the logic for fetching the possible values for this column for "
2472
+ "filtering, and for editing: read from table itself on page load (will always "
2473
+ "contain only the values that already exist in the table), hard-code the "
2474
+ "list, or configure a relation with a different wpDataTable (use values in "
2475
+ "this column as foreign key)."
2476
+ msgstr ""
2477
+
2478
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:432
2479
+ msgid "Read from table on page load"
2480
+ msgstr ""
2481
+
2482
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:433
2483
+ msgid "Define values list"
2484
+ msgstr ""
2485
+
2486
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:434
2487
+ msgid "Use values from another wpDataTable (foreign key)"
2488
+ msgstr ""
2489
+
2490
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:443
2491
+ #, fuzzy
2492
+ #| msgid "Date format"
2493
+ msgid "Date input format"
2494
+ msgstr "Datum format"
2495
+
2496
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:445
2497
+ msgid ""
2498
+ "Define date format which is used in the provided data source. Necessary for "
2499
+ "smooth reading of your dates."
2500
+ msgstr ""
2501
+
2502
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:484
2503
+ msgid "Values list"
2504
+ msgstr ""
2505
+
2506
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:486
2507
+ #, fuzzy
2508
+ #| msgid "Hide on tablets"
2509
+ msgid "Read from table"
2510
+ msgstr "Verbergen op tablets"
2511
+
2512
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:488
2513
+ msgid "Reset"
2514
+ msgstr ""
2515
+
2516
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:490
2517
+ msgid ""
2518
+ "Enter the possible values for this column in this list, separate by pressing "
2519
+ "ENTER or comma. Click \"Read from table\" to fetch the list from existing "
2520
+ "column values. Values will be used in selectbox and checkbox filters and "
2521
+ "editors for the column."
2522
+ msgstr ""
2523
+
2524
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:503
2525
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:12
2526
+ #, fuzzy
2527
+ #| msgid "Use in wpDataTable"
2528
+ msgid "Use values from another wpDataTable"
2529
+ msgstr "Gebruik in wpDataTable"
2530
+
2531
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:505
2532
+ msgid ""
2533
+ "Configure a relation with a separate wpDataTable: values in this column will "
2534
+ "be used as a foreign key, and replaced with values of a remote table column "
2535
+ "(e.g.: user name instead of user ID)."
2536
+ msgstr ""
2537
+
2538
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:509
2539
+ msgid "Configure relation..."
2540
+ msgstr ""
2541
+
2542
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:529
2543
+ msgid "Allow empty value"
2544
+ msgstr ""
2545
+
2546
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:531
2547
+ msgid ""
2548
+ "Add an empty value to the possible values list, to allow empty editing and "
2549
+ "filtering inputs."
2550
+ msgstr ""
2551
+
2552
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:536
2553
+ msgid "Add an empty value to the list"
2554
+ msgstr ""
2555
+
2556
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:545
2557
+ msgid "Number of possible values to load"
2558
+ msgstr ""
2559
+
2560
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:547
2561
+ msgid ""
2562
+ "Define here how many possible values per page will be loaded in selectbox "
2563
+ "filters and editor inputs. It is recommended not to be set to All if you "
2564
+ "have more than 50 possible values for this column. This option is not "
2565
+ "working when Cascade Filtering option from Powerful Filters add-on is "
2566
+ "enabled."
2567
+ msgstr ""
2568
+
2569
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:572
2570
+ #, fuzzy
2571
+ #| msgid "Duplicate table"
2572
+ msgid "Calculate total"
2573
+ msgstr "Dupliceer tabel"
2574
+
2575
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:574
2576
+ msgid ""
2577
+ "Enable this to show a total (sum) for all cells in this column in table "
2578
+ "footer. You can also show it somewhere outside of the table by pasting the "
2579
+ "shortcode below the switch."
2580
+ msgstr ""
2581
+
2582
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:579
2583
+ msgid "Calculate a total for this column"
2584
+ msgstr ""
2585
+
2586
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:586
2587
+ msgid ""
2588
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2589
+ "posts or pages you can see the total for this column."
2590
+ msgstr ""
2591
+
2592
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:595
2593
+ msgid "Calculate average"
2594
+ msgstr ""
2595
+
2596
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:597
2597
+ msgid ""
2598
+ "Enable this to show an average value for all cells in this column in table "
2599
+ "footer. You can also show it somewhere outside of the table by pasting the "
2600
+ "shortcode below the switch."
2601
+ msgstr ""
2602
+
2603
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:602
2604
+ msgid "Calculate average for this column"
2605
+ msgstr ""
2606
+
2607
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:609
2608
+ msgid ""
2609
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2610
+ "posts or pages you can see the average for this column."
2611
+ msgstr ""
2612
+
2613
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:618
2614
+ msgid "Calculate MIN value"
2615
+ msgstr ""
2616
+
2617
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:620
2618
+ msgid ""
2619
+ "Enable this to show a minimum value within all cells in this column in table "
2620
+ "footer. You can also show it somewhere outside of the table by pasting the "
2621
+ "shortcode below the switch."
2622
+ msgstr ""
2623
+
2624
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:625
2625
+ msgid "Find a minimum value for this column"
2626
+ msgstr ""
2627
+
2628
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:632
2629
+ msgid ""
2630
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2631
+ "posts or pages you can see the minimum for this column."
2632
+ msgstr ""
2633
+
2634
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:641
2635
+ msgid "Calculate MAX value"
2636
+ msgstr ""
2637
+
2638
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:643
2639
+ msgid ""
2640
+ "Enable this to show a maximum value within all cells in this column in table "
2641
+ "footer. You can also show it somewhere outside of the table by pasting the "
2642
+ "shortcode below the switch."
2643
+ msgstr ""
2644
+
2645
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:648
2646
+ msgid "Find a maximum value for this column"
2647
+ msgstr ""
2648
+
2649
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:655
2650
+ msgid ""
2651
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2652
+ "posts or pages you can see the maximum for this column."
2653
+ msgstr ""
2654
+
2655
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:668
2656
+ msgid "URL target attribute"
2657
+ msgstr ""
2658
+
2659
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:670
2660
+ msgid "Set how to open URL Target"
2661
+ msgstr ""
2662
+
2663
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:675
2664
+ msgid "Open link in the new tab"
2665
+ msgstr ""
2666
+
2667
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:685
2668
+ msgid "Show link as a button"
2669
+ msgstr ""
2670
+
2671
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:687
2672
+ msgid "The link will be shown as a button "
2673
+ msgstr ""
2674
+
2675
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:692
2676
+ msgid "Set the link to appear as a button"
2677
+ msgstr ""
2678
+
2679
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:701
2680
+ msgid "Button text"
2681
+ msgstr ""
2682
+
2683
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:715
2684
+ #, fuzzy
2685
+ #| msgid "Buttons font color"
2686
+ msgid "Button class"
2687
+ msgstr "Bottons font kleur"
2688
+
2689
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:741
2690
+ #, fuzzy
2691
+ #| msgid "Enable sorting"
2692
+ msgid "Allow sorting"
2693
+ msgstr "Sorteren inschakelen"
2694
+
2695
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:743
2696
+ msgid "Disable this to disallow sorting for this column."
2697
+ msgstr ""
2698
+
2699
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:748
2700
+ msgid "Allow sorting for this column"
2701
+ msgstr ""
2702
+
2703
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:757
2704
+ #, fuzzy
2705
+ #| msgid "Default sort column"
2706
+ msgid "Use as default sorting column"
2707
+ msgstr "Standaard sortering kolom"
2708
+
2709
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:759
2710
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:764
2711
+ msgid "Sort table by this column on load"
2712
+ msgstr ""
2713
+
2714
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:777
2715
+ #, fuzzy
2716
+ #| msgid "Default sort column"
2717
+ msgid "Default sorting direction"
2718
+ msgstr "Standaard sortering kolom"
2719
+
2720
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:779
2721
+ msgid "Choose whether to sort ascending or descending by default."
2722
+ msgstr ""
2723
+
2724
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:786
2725
+ #: ../.././templates/edit_table.inc.php:663
2726
+ msgid "Ascending"
2727
+ msgstr "Oplopend"
2728
+
2729
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:787
2730
+ #: ../.././templates/edit_table.inc.php:665
2731
+ msgid "Descending"
2732
+ msgstr "Aflopend"
2733
+
2734
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:811
2735
+ msgid "Add a filter for this column"
2736
+ msgstr ""
2737
+
2738
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:819
2739
+ #, fuzzy
2740
+ #| msgid "Default sort column"
2741
+ msgid "Enable filtering for column"
2742
+ msgstr "Standaard sortering kolom"
2743
+
2744
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:826
2745
+ msgid ""
2746
+ "Enabling this switch will add a filter for this column. Disable to remove "
2747
+ "the filter for this column."
2748
+ msgstr ""
2749
+
2750
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:834
2751
+ #, fuzzy
2752
+ #| msgid "Advanced filtering"
2753
+ msgid "Allow filtering"
2754
+ msgstr "Geavanceerde filtering"
2755
+
2756
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:843
2757
+ #: ../.././templates/edit_table.inc.php:570
2758
+ msgid "Filter type"
2759
+ msgstr "Filter type"
2760
+
2761
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:845
2762
+ msgid ""
2763
+ "You can redefine the filter type here, it will affect the filtering logic."
2764
+ msgstr ""
2765
+
2766
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:852
2767
+ msgid "Text"
2768
+ msgstr ""
2769
+
2770
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:853
2771
+ #, fuzzy
2772
+ #| msgid "Number format"
2773
+ msgid "Number"
2774
+ msgstr "Nummer format"
2775
+
2776
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:854
2777
+ #, fuzzy
2778
+ #| msgid "Number format"
2779
+ msgid "Number range"
2780
+ msgstr "Nummer format"
2781
+
2782
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:855
2783
+ #, fuzzy
2784
+ #| msgid "Date format"
2785
+ msgid "Date range"
2786
+ msgstr "Datum format"
2787
+
2788
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:856
2789
+ msgid "DateTime range"
2790
+ msgstr ""
2791
+
2792
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:857
2793
+ msgid "Time range"
2794
+ msgstr ""
2795
+
2796
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:858
2797
+ msgid "Selectbox"
2798
+ msgstr ""
2799
+
2800
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:859
2801
+ msgid "Checkbox"
2802
+ msgstr ""
2803
+
2804
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:875
2805
+ #, fuzzy
2806
+ #| msgid "Filter type"
2807
+ msgid "Filter label"
2808
+ msgstr "Filter type"
2809
+
2810
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:883
2811
+ msgid "Custom filter label"
2812
+ msgstr ""
2813
+
2814
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:890
2815
+ msgid ""
2816
+ "You can change the filter label (placeholder) for this column here, if you "
2817
+ "would like to show some custom text instead of default."
2818
+ msgstr ""
2819
+
2820
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:905
2821
+ #, fuzzy
2822
+ #| msgid "Advanced filtering"
2823
+ msgid "Exact filtering"
2824
+ msgstr "Geavanceerde filtering"
2825
+
2826
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:907
2827
+ msgid ""
2828
+ "Enable exact search to use exact match logic for filtering, disable to allow "
2829
+ "partial match."
2830
+ msgstr ""
2831
+
2832
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:912
2833
+ #, fuzzy
2834
+ #| msgid "Enable sorting"
2835
+ msgid "Enable exact filtering"
2836
+ msgstr "Sorteren inschakelen"
2837
+
2838
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:926
2839
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1024
2840
+ #, fuzzy
2841
+ #| msgid "Default value(s)"
2842
+ msgid "Predefined value(s)"
2843
+ msgstr "Standaardwaarde(n)"
2844
+
2845
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:928
2846
+ msgid ""
2847
+ "Define value(s) that will be set as default pre-defined filter value(s) on "
2848
+ "page load."
2849
+ msgstr ""
2850
+
2851
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:974
2852
+ msgid "Editor input type"
2853
+ msgstr "Editor input type"
2854
+
2855
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:976
2856
+ msgid "Choose which kind of editor input to use for this column."
2857
+ msgstr ""
2858
+
2859
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:982
2860
+ msgid "None"
2861
+ msgstr ""
2862
+
2863
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:983
2864
+ msgid "One-line edit"
2865
+ msgstr ""
2866
+
2867
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:984
2868
+ msgid "Multi-line edit"
2869
+ msgstr ""
2870
+
2871
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:985
2872
+ msgid "HTML editor"
2873
+ msgstr ""
2874
+
2875
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:986
2876
+ msgid "Single-value selectbox"
2877
+ msgstr ""
2878
+
2879
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:987
2880
+ msgid "Multi-value selectbox"
2881
+ msgstr ""
2882
+
2883
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1003
2884
+ #, fuzzy
2885
+ #| msgid "Table type cannot be empty"
2886
+ msgid "Column cannot be empty"
2887
+ msgstr "Tabel type mag niet leeg zijn"
2888
+
2889
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1005
2890
+ msgid ""
2891
+ "Enable to make this column mandatory. Users will see a warning when trying "
2892
+ "to save with empty input."
2893
+ msgstr ""
2894
+
2895
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1010
2896
+ #, fuzzy
2897
+ #| msgid "Table type cannot be empty"
2898
+ msgid "Cannot be empty"
2899
  msgstr "Tabel type mag niet leeg zijn"
2900
 
2901
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1026
2902
+ msgid ""
2903
+ "If you would like to have some values pre-defined in editors (i.e. default "
2904
+ "editor values) please enter these here."
2905
+ msgstr ""
2906
+
2907
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1071
2908
+ #, fuzzy
2909
+ #| msgid "Add new"
2910
+ msgid "Add rule"
2911
+ msgstr "Nieuwe toevoegen"
2912
+
2913
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:13
2914
+ #, fuzzy
2915
+ #| msgid "Enable sorting"
2916
+ msgid "Enable/disable editing"
2917
+ msgstr "Sorteren inschakelen"
2918
+
2919
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:15
2920
+ #, fuzzy
2921
+ #| msgid "Clear filters"
2922
+ msgid "Show/hide filters"
2923
+ msgstr "Leeg filters"
2924
+
2925
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:17
2926
+ msgid "Show/hide sorting"
2927
+ msgstr ""
2928
+
2929
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:19
2930
+ msgid "Show/hide the column"
2931
+ msgstr ""
2932
+
2933
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:21
2934
+ #, fuzzy
2935
+ #| msgid "Hide on mobiles"
2936
+ msgid "Show/hide on mobile"
2937
+ msgstr "Verbergen op mobiele apparaten"
2938
+
2939
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:23
2940
+ #, fuzzy
2941
+ #| msgid "Hide on tablets"
2942
+ msgid "Show/hide on tablet"
2943
+ msgstr "Verbergen op tablets"
2944
+
2945
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:25
2946
+ #, fuzzy
2947
+ #| msgid "Optional column setup"
2948
+ msgid "Open column settings"
2949
+ msgstr "Optionele kolom setup"
2950
+
2951
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:15
2952
+ msgid "List of the columns in the data source with quickaccess tools."
2953
+ msgstr ""
2954
+
2955
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:17
2956
+ msgid ""
2957
+ "Click column header to rename it, toggle column visibility by clicking on "
2958
+ "the eye icon, open column settings by clicking on the wrench icon, drag and "
2959
+ "drop blocks to reorder columns."
2960
+ msgstr ""
2961
+
2962
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:7
2963
+ #: ../.././templates/edit_table.inc.php:770
2964
+ msgid "If cell value"
2965
+ msgstr ""
2966
+
2967
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:18
2968
+ #: ../.././templates/edit_table.inc.php:778
2969
+ msgid "contains"
2970
+ msgstr ""
2971
+
2972
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:19
2973
+ #: ../.././templates/edit_table.inc.php:779
2974
+ msgid "does not contain"
2975
+ msgstr ""
2976
+
2977
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:32
2978
+ #: ../.././templates/edit_table.inc.php:783
2979
+ msgid "Set cell color"
2980
+ msgstr ""
2981
+
2982
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:33
2983
+ #: ../.././templates/edit_table.inc.php:784
2984
+ #, fuzzy
2985
+ #| msgid "Reset colors and fonts to default"
2986
+ msgid "Reset cell color to default"
2987
+ msgstr "Reset kleuren en fonts naar standaard"
2988
+
2989
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:34
2990
+ #: ../.././templates/edit_table.inc.php:785
2991
+ msgid "Set cell content"
2992
+ msgstr ""
2993
+
2994
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:35
2995
+ #: ../.././templates/edit_table.inc.php:786
2996
+ msgid "Set cell CSS class"
2997
+ msgstr ""
2998
+
2999
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:36
3000
+ #: ../.././templates/edit_table.inc.php:787
3001
+ msgid "Remove cell CSS class"
3002
+ msgstr ""
3003
+
3004
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:37
3005
+ #: ../.././templates/edit_table.inc.php:788
3006
+ #, fuzzy
3007
+ #| msgid "Hover row color"
3008
+ msgid "Set row color"
3009
+ msgstr "Hover rij kleur"
3010
+
3011
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:38
3012
+ #: ../.././templates/edit_table.inc.php:789
3013
+ #, fuzzy
3014
+ #| msgid "Reset colors and fonts to default"
3015
+ msgid "Reset row color to default"
3016
+ msgstr "Reset kleuren en fonts naar standaard"
3017
+
3018
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:39
3019
+ #: ../.././templates/edit_table.inc.php:790
3020
+ #, fuzzy
3021
+ #| msgid "CSS class(es)"
3022
+ msgid "Set row CSS class"
3023
+ msgstr "CSS class(es)"
3024
+
3025
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:40
3026
+ #: ../.././templates/edit_table.inc.php:791
3027
+ msgid "Remove row CSS class"
3028
+ msgstr ""
3029
+
3030
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:41
3031
+ #: ../.././templates/edit_table.inc.php:792
3032
+ #, fuzzy
3033
+ #| msgid "Table font color"
3034
+ msgid "Set column color"
3035
+ msgstr "Tabel font kleur"
3036
+
3037
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:42
3038
+ #: ../.././templates/edit_table.inc.php:793
3039
+ msgid "Add column CSS class"
3040
+ msgstr ""
3041
+
3042
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:53
3043
+ msgid "Remove rule"
3044
+ msgstr ""
3045
+
3046
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:18
3047
+ #, fuzzy
3048
+ #| msgid "Use in wpDataTable"
3049
+ msgid "Choose a source wpDataTable"
3050
+ msgstr "Gebruik in wpDataTable"
3051
+
3052
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:20
3053
+ msgid ""
3054
+ "Please choose a remote wpDataTable which will be used as the data source."
3055
+ msgstr ""
3056
+
3057
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:27
3058
+ #, fuzzy
3059
+ #| msgid "Select a table type..."
3060
+ msgid "Pick a table..."
3061
+ msgstr "Selecteer een tabel type..."
3062
+
3063
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:47
3064
+ #, fuzzy
3065
+ #| msgid "Display length"
3066
+ msgid "Display value"
3067
+ msgstr "Display lengte"
3068
+
3069
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:49
3070
+ msgid ""
3071
+ "Please choose which column values will be shown to the front-end user (e.g. "
3072
+ "Name)."
3073
+ msgstr ""
3074
+
3075
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:71
3076
+ #, fuzzy
3077
+ #| msgid "Possible values"
3078
+ msgid "Store value"
3079
+ msgstr "Mogelijke waardes"
3080
+
3081
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:73
3082
+ msgid ""
3083
+ "Please choose which column values will be stored in the table for reference "
3084
+ "- by default wdt_ID, or ID"
3085
+ msgstr ""
3086
+
3087
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:19
3088
+ msgid "Formula Editor"
3089
+ msgstr ""
3090
+
3091
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:25
3092
+ msgid "Use this dialog to construct formulas and see a preview of the result."
3093
+ msgstr ""
3094
+
3095
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:27
3096
+ msgid ""
3097
+ "You can use columns (values for each cell will be inserted), or number "
3098
+ "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
3099
+ "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
3100
+ "col3*sin(col4-3))."
3101
+ msgstr ""
3102
+
3103
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:31
3104
+ #, fuzzy
3105
+ #| msgid "Column type"
3106
+ msgid "Columns to use"
3107
+ msgstr "Kolom type"
3108
+
3109
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:41
3110
+ msgid "Type your formula here..."
3111
+ msgstr ""
3112
+
3113
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:85
3114
+ #: ../.././templates/chart_wizard.inc.php:48
3115
+ #: ../.././templates/edit_table.inc.php:35
3116
+ #: ../.././templates/edit_table.inc.php:417
3117
+ #: ../.././templates/edit_table.inc.php:438
3118
+ #: ../.././templates/edit_table.inc.php:461
3119
+ msgid "Preview"
3120
+ msgstr "Preview"
3121
+
3122
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
3123
+ msgid "Merge values?"
3124
+ msgstr ""
3125
+
3126
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
3127
+ msgid ""
3128
+ "There are already defined possible values. Do you want to merge or to "
3129
+ "replace new values with the existing?"
3130
+ msgstr ""
3131
+
3132
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:21
3133
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:35
3134
+ msgid "Remove Column"
3135
+ msgstr ""
3136
+
3137
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:56
3138
+ msgid "Confirm"
3139
+ msgstr ""
3140
+
3141
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:62
3142
+ #, fuzzy
3143
+ #| msgid "Are you sure? You will lose unsaved changes!"
3144
+ msgid "Are you sure? There is no undo!"
3145
+ msgstr ""
3146
+ "Weet je het zeker? Je verliest de aanpassingen die niet opgeslagen zijn!"
3147
+
3148
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:19
3149
+ #, fuzzy
3150
+ #| msgid "Optional column setup"
3151
+ msgid "Table preview and columns setup"
3152
+ msgstr "Optionele kolom setup"
3153
+
3154
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:23
3155
+ msgid "Add a formula (calculated) column"
3156
+ msgstr ""
3157
+
3158
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:24
3159
+ msgid "Add a formula column"
3160
+ msgstr ""
3161
+
3162
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:27
3163
+ msgid "Complete column list"
3164
+ msgstr ""
3165
+
3166
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:33
3167
+ #, fuzzy
3168
+ #| msgid "ID column"
3169
+ msgid "Add column"
3170
+ msgstr "ID kolom"
3171
+
3172
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:35
3173
+ #, fuzzy
3174
+ #| msgid "Group column"
3175
+ msgid "Remove column"
3176
+ msgstr "Groep kolom"
3177
+
3178
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:44
3179
+ msgid "Switch View:"
3180
+ msgstr ""
3181
+
3182
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:46
3183
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:49
3184
+ msgid "STANDARD"
3185
+ msgstr ""
3186
+
3187
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:47
3188
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:50
3189
+ msgid "EXCEL-LIKE"
3190
+ msgstr ""
3191
+
3192
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:26
3193
+ #, fuzzy
3194
+ #| msgid "wpDataTables backend error: "
3195
+ msgid "wpDataTable name, click to edit"
3196
+ msgstr "wpDatatables backend fout:"
3197
+
3198
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:30
3199
+ #, fuzzy
3200
+ #| msgid "Click to toggle"
3201
+ msgid "Click to copy shortcode"
3202
+ msgstr "Klik om te openen"
3203
+
3204
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:36
3205
+ msgid "Collapse and expand widget"
3206
+ msgstr ""
3207
+
3208
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:69
3209
+ #, fuzzy
3210
+ #| msgid "Advanced filtering"
3211
+ msgid "Sorting and filtering"
3212
+ msgstr "Geavanceerde filtering"
3213
+
3214
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:77
3215
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:912
3216
+ #, fuzzy
3217
+ #| msgid "Table tools"
3218
+ msgid "Table Tools"
3219
+ msgstr "Tabel tools"
3220
+
3221
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:81
3222
+ msgid "Placeholders"
3223
+ msgstr ""
3224
+
3225
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:97
3226
+ #, fuzzy
3227
+ #| msgid "Table input data source cannot be empty"
3228
+ msgid "Input data source type"
3229
+ msgstr "Tabel invoer data bron mag niet leeg zijn"
3230
+
3231
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:99
3232
+ msgid ""
3233
+ "Please choose a type of the input data source - it can be a MySQL query, a "
3234
+ "file, or an URL. Only MySQL query-based tables can use server-side processing"
3235
+ msgstr ""
3236
+
3237
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:106
3238
+ #, fuzzy
3239
+ #| msgid "Select a table type..."
3240
+ msgid "Select a data source type"
3241
+ msgstr "Selecteer een tabel type..."
3242
+
3243
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:107
3244
+ #: ../.././templates/edit_table.inc.php:110
3245
+ msgid "MySQL query"
3246
+ msgstr "MySQL query"
3247
+
3248
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:108
3249
+ #: ../.././templates/edit_table.inc.php:85
3250
+ msgid "CSV file"
3251
+ msgstr "CSV bestand"
3252
+
3253
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:109
3254
+ #: ../.././templates/edit_table.inc.php:86
3255
+ msgid "Excel file"
3256
+ msgstr "Excel bestand"
3257
+
3258
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:110
3259
+ msgid "Google Spreadsheet"
3260
+ msgstr ""
3261
+
3262
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:111
3263
+ #: ../.././templates/edit_table.inc.php:89
3264
+ msgid "XML file"
3265
+ msgstr "XML bestand"
3266
+
3267
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:112
3268
+ #: ../.././templates/edit_table.inc.php:90
3269
+ msgid "JSON file"
3270
+ msgstr "JSON bestand"
3271
+
3272
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:124
3273
+ #, fuzzy
3274
+ #| msgid "Input file or URL"
3275
+ msgid "Input file path or URL"
3276
+ msgstr "Voer bestand of URL in"
3277
+
3278
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:126
3279
+ msgid ""
3280
+ "Upload your file or provide the full URL here. For CSV or Excel input "
3281
+ "sources only URLs or paths from same domain are supported. For Google "
3282
+ "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
3283
+ "the URL."
3284
+ msgstr ""
3285
+
3286
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:132
3287
+ msgid "Paste URL or path, or click Browse to choose"
3288
+ msgstr ""
3289
+
3290
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:136
3291
+ msgid "Browse..."
3292
+ msgstr ""
3293
+
3294
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:146
3295
+ #: ../.././templates/edit_table.inc.php:282
3296
+ msgid "Server-side processing"
3297
+ msgstr "Server-side verwerking"
3298
+
3299
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:148
3300
+ msgid ""
3301
+ "If it is turned on, all sorting, filtering, pagination and other data "
3302
+ "interaction will be done by MySQL server. This feature is recommended if you "
3303
+ "have more than 2000-3000 rows. Mandatory for editable tables."
3304
+ msgstr ""
3305
+
3306
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:152
3307
+ #, fuzzy
3308
+ #| msgid "Server-side processing"
3309
+ msgid "Enable server-side processing"
3310
+ msgstr "Server-side verwerking"
3311
+
3312
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:168
3313
+ #, fuzzy
3314
+ #| msgid "MySQL query"
3315
+ msgid "MySQL Query"
3316
+ msgstr "MySQL query"
3317
+
3318
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:170
3319
+ msgid ""
3320
+ "Enter the text of your MySQL query here - please make sure it returns actual "
3321
+ "data first. You can use a number of placeholders to make the dataset in the "
3322
+ "table flexible and be able to return different sets of data by calling it "
3323
+ "with different shortcodes."
3324
+ msgstr ""
3325
+
3326
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:177
3327
+ #: ../.././templates/edit_table.inc.php:292
3328
+ msgid "Auto-refresh"
3329
+ msgstr ""
3330
+
3331
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:179
3332
+ msgid ""
3333
+ "If you enter a non-zero value, table will auto-refresh to show actual data "
3334
+ "with a given interval of seconds. Leave zero or empty not to use auto-"
3335
+ "refresh."
3336
+ msgstr ""
3337
+
3338
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:184
3339
+ msgid "Auto-refresh interval in seconds (zero or blank to disable)"
3340
+ msgstr ""
3341
+
3342
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:202
3343
+ #: ../.././templates/edit_table.inc.php:58
3344
+ msgid "Table title"
3345
+ msgstr "Tabel titel"
3346
+
3347
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:210
3348
+ #: ../.././templates/edit_table.inc.php:67
3349
+ #, fuzzy
3350
+ #| msgid "New table title"
3351
+ msgid "Show table title"
3352
+ msgstr "Nieuwe tabelnaam"
3353
+
3354
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:217
3355
+ msgid ""
3356
+ "Enable this to show the table title in a h3 block above the table, disable "
3357
+ "to hide."
3358
+ msgstr ""
3359
+
3360
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:224
3361
+ #, fuzzy
3362
+ #| msgid "How many tables to show in the browse page"
3363
+ msgid "Show table title on the page"
3364
+ msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
3365
+
3366
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:234
3367
+ #, fuzzy
3368
+ #| msgid "Responsive"
3369
+ msgid "Responsiveness"
3370
+ msgstr "Responsive"
3371
+
3372
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:242
3373
+ #, fuzzy
3374
+ #| msgid "Responsive"
3375
+ msgid "Responsive design"
3376
+ msgstr "Responsive"
3377
+
3378
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:249
3379
+ msgid "Enable this to allow responsiveness in the table."
3380
+ msgstr ""
3381
+
3382
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:250
3383
+ msgid ""
3384
+ "Please do not forget to define which columns will be hidden on mobiles and "
3385
+ "tablets in the column settings!"
3386
+ msgstr ""
3387
 
3388
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:257
3389
+ msgid "Allow collapsing on mobiles and tablets"
3390
+ msgstr ""
3391
 
3392
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:267
3393
+ msgid "Hide until loaded"
3394
+ msgstr ""
3395
 
3396
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:269
3397
  msgid ""
3398
+ "Enable to make whole table hidden until it is initialized to prevent "
3399
+ "unformatted data flashing"
3400
  msgstr ""
 
 
3401
 
3402
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:273
3403
+ #, fuzzy
3404
+ #| msgid "Hide table until page is completely loaded"
3405
+ msgid "Hide the table before it is fully loaded"
3406
+ msgstr "Verberg tabel tot de pagina volledig geladen is"
3407
 
3408
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:287
3409
+ msgid "Default rows per page"
3410
+ msgstr ""
3411
 
3412
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:295
3413
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:330
3414
+ msgid "Rows per page"
3415
+ msgstr ""
3416
 
3417
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:302
3418
+ #, fuzzy
3419
+ #| msgid "How many tables to show in the browse page"
3420
+ msgid "How many rows to show per page by default."
3421
+ msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
3422
+
3423
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:338
3424
+ #, fuzzy
3425
+ #| msgid "entries"
3426
+ msgid "Show X entries"
3427
+ msgstr "data"
3428
+
3429
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:345
3430
  msgid ""
3431
+ "Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
3432
+ "frontend."
3433
  msgstr ""
 
 
3434
 
3435
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:352
3436
+ msgid "Show \"Show X entries\" dropdown"
3437
+ msgstr ""
3438
 
3439
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:370
3440
+ msgid "Scrollable table"
3441
+ msgstr ""
3442
 
3443
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:377
3444
+ msgid "Enable this to enable a horizontal scrollbar below the table."
3445
  msgstr ""
 
3446
 
3447
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:378
3448
+ msgid "This should be turned off if you want to set columns width manually."
3449
+ msgstr ""
3450
 
3451
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:385
3452
+ msgid "Show a horizontal scrollbar"
3453
+ msgstr ""
3454
+
3455
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:400
3456
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:408
3457
+ msgid "Info block"
3458
+ msgstr ""
3459
 
3460
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:415
3461
  msgid ""
3462
+ "Enable to show a block of information about the number of records below the "
3463
+ "table."
 
3464
  msgstr ""
3465
 
3466
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:422
3467
+ msgid "Show information block below the table"
3468
+ msgstr ""
 
3469
 
3470
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:432
3471
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:440
3472
+ #, fuzzy
3473
+ #| msgid "Limit table layout"
3474
+ msgid "Limit table width"
3475
+ msgstr "Limiteer tabel layout"
3476
 
3477
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:447
3478
+ msgid "Enable this to restrict table width to page width."
3479
+ msgstr ""
3480
 
3481
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:448
3482
+ msgid ""
3483
+ "This should be turned on if you want to set columns width manually. Should "
3484
+ "be on to use word wrapping."
3485
+ msgstr ""
3486
 
3487
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:455
3488
+ msgid "Limit table width to page width"
3489
+ msgstr ""
3490
 
3491
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:465
3492
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:473
3493
+ #: ../.././templates/edit_table.inc.php:392
3494
+ msgid "Word wrap"
3495
+ msgstr "Woord wrap"
3496
 
3497
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:480
3498
+ msgid ""
3499
+ "Enable this to wrap long strings into multiple lines and stretch the cells "
3500
+ "height."
3501
+ msgstr ""
3502
 
3503
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:487
3504
+ msgid "Wrap words to newlines"
3505
+ msgstr ""
 
 
3506
 
3507
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:508
3508
+ #, fuzzy
3509
+ #| msgid "Advanced filtering"
3510
+ msgid "Advanced column filters"
3511
+ msgstr "Geavanceerde filtering"
3512
 
3513
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:516
3514
+ #, fuzzy
3515
+ #| msgid "Advanced filtering"
3516
+ msgid "Advanced filter"
3517
+ msgstr "Geavanceerde filtering"
3518
 
3519
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:523
3520
+ msgid ""
3521
+ "Enable to show an advanced filter for each of the columns, filters can be "
3522
+ "shown in table footer, header or in a separate form."
3523
+ msgstr ""
3524
 
3525
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:530
3526
+ #, fuzzy
3527
+ #| msgid "Render advanced filter"
3528
+ msgid "Enable advanced column filters"
3529
+ msgstr "Render geavanceerd filter"
3530
+
3531
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:555
3532
+ msgid ""
3533
+ "If this is enabled, each column header will be clickable; clicking will sort "
3534
+ "the whole table by the content of this column cells ascending or descending."
3535
+ msgstr ""
3536
+
3537
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:562
3538
+ #, fuzzy
3539
+ #| msgid "Below the table"
3540
+ msgid "Allow sorting for the table"
3541
+ msgstr "Onder de grafiek/diagram"
3542
+
3543
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:572
3544
+ msgid "Main search block"
3545
+ msgstr ""
3546
+
3547
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:580
3548
+ msgid "Global search"
3549
+ msgstr ""
3550
+
3551
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:587
3552
+ msgid ""
3553
+ "If this is enabled, a search block will be displayed on the top right of the "
3554
+ "table, allowing to search through whole table with a single input."
3555
+ msgstr ""
3556
+
3557
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:594
3558
+ msgid "Enable search block"
3559
+ msgstr ""
3560
+
3561
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:610
3562
+ #, fuzzy
3563
+ #| msgid "Filter in form"
3564
+ msgid "Filters in a form"
3565
+ msgstr "Filter in formulier"
3566
+
3567
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:617
3568
+ #: ../.././templates/edit_table.inc.php:340
3569
+ msgid "Filter in form"
3570
+ msgstr "Filter in formulier"
3571
+
3572
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:624
3573
+ msgid ""
3574
+ "Enable to show the advanced column filter in a form above the table, instead "
3575
+ "of showing in the table footer/header."
3576
+ msgstr ""
3577
+
3578
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:631
3579
+ msgid "Show filters in a form above the table"
3580
+ msgstr ""
3581
+
3582
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:641
3583
+ #, fuzzy
3584
+ #| msgid "Clear filters"
3585
+ msgid "Clear filters button"
3586
+ msgstr "Leeg filters"
3587
+
3588
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:648
3589
+ #: ../.././templates/frontend/filter_form.inc.php:32
3590
+ msgid "Clear filters"
3591
+ msgstr "Leeg filters"
3592
+
3593
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:652
3594
+ msgid "Enable to show the clear filters button."
3595
+ msgstr ""
3596
+
3597
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:653
3598
+ msgid ""
3599
+ "If filter in form is enabled, clear button will be rendered after the last "
3600
+ "filter."
3601
+ msgstr ""
3602
+
3603
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:658
3604
+ msgid ""
3605
+ "Otherwise, clear filter button will be rendered above the table next to "
3606
+ "\"Table Tools\" buttons."
3607
+ msgstr ""
3608
+
3609
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:669
3610
+ #, fuzzy
3611
+ #| msgid "Clear filters"
3612
+ msgid "Show clear filters button"
3613
+ msgstr "Leeg filters"
3614
+
3615
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:691
3616
+ #, fuzzy
3617
+ #| msgid "Front-end editing"
3618
+ msgid "Allow editing"
3619
+ msgstr "Front-end aanpassen"
3620
+
3621
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:699
3622
+ #: ../.././templates/edit_table.inc.php:180
3623
+ msgid "Front-end editing"
3624
+ msgstr "Front-end aanpassen"
3625
+
3626
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:706
3627
+ #, fuzzy
3628
+ #| msgid "Make table editable from the front-end"
3629
+ msgid "Allow editing the table from the front-end."
3630
+ msgstr "Maak tabel aanpasbaar vanaf de front-end"
3631
+
3632
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:713
3633
+ #, fuzzy
3634
+ #| msgid "Front-end editing"
3635
+ msgid "Allow front-end editing"
3636
+ msgstr "Front-end aanpassen"
3637
+
3638
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:723
3639
+ msgid "Popover edit block"
3640
+ msgstr ""
3641
+
3642
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:731
3643
+ #: ../.././templates/edit_table.inc.php:232
3644
+ msgid "Popover tools"
3645
+ msgstr ""
3646
+
3647
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:738
3648
+ msgid ""
3649
+ "If this is enabled, the New, Edit and Delete buttons will appear in a "
3650
+ "popover when you click on any row, instead of Table Tools block above the "
3651
+ "table."
3652
+ msgstr ""
3653
+
3654
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:745
3655
+ msgid "Editing buttons in a popover"
3656
+ msgstr ""
3657
+
3658
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:755
3659
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:763
3660
+ #, fuzzy
3661
+ #| msgid "Front-end editing"
3662
+ msgid "In-line editing"
3663
+ msgstr "Front-end aanpassen"
3664
+
3665
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:770
3666
+ msgid ""
3667
+ "If this is enabled, front-end users will be able to edit cells by double-"
3668
+ "clicking them, not only with the editor dialog."
3669
+ msgstr ""
3670
 
3671
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:777
3672
+ #, fuzzy
3673
+ #| msgid "Front-end editing"
3674
+ msgid "Allow in-line editing"
3675
+ msgstr "Front-end aanpassen"
3676
+
3677
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:794
3678
+ #: ../.././templates/edit_table.inc.php:192
3679
+ msgid "MySQL table name for editing"
3680
+ msgstr "MySQL tabel naam voor aanpassen"
3681
+
3682
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:796
3683
+ #, fuzzy
3684
+ #| msgid ""
3685
+ #| "Name of the MySQL table which will be used for updates from front-end"
3686
+ msgid ""
3687
+ "Name of the MySQL table which will be updated when edited from front-end."
3688
+ msgstr ""
3689
+ "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
3690
+ "front-end"
3691
+
3692
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:801
3693
+ #, fuzzy
3694
+ #| msgid "MySQL database name"
3695
+ msgid "MySQL table name"
3696
+ msgstr "MySQL database naam"
3697
+
3698
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:810
3699
+ #: ../.././templates/edit_table.inc.php:203
3700
+ #, fuzzy
3701
+ #| msgid "MySQL table name for editing"
3702
+ msgid "ID column for editing"
3703
+ msgstr "MySQL tabel naam voor aanpassen"
3704
+
3705
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:812
3706
+ msgid ""
3707
+ "Choose the column values from which will be used as row identifiers. MUST be "
3708
+ "a unique auto-increment integer on MySQL side so insert/edit/delete would "
3709
+ "work correctly! wpDataTables will guess the correct column if it is called "
3710
+ "\"id\" or \"ID\" on MySQL side."
3711
+ msgstr ""
3712
+
3713
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:826
3714
+ #: ../.././templates/edit_table.inc.php:267
3715
+ msgid "Editor roles"
3716
+ msgstr "Editor rollen"
3717
+
3718
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:828
3719
+ #, fuzzy
3720
+ #| msgid ""
3721
+ #| "Choose user roles allowed to edit this table (leave blank to alllow "
3722
+ #| "editing for everyone):"
3723
+ msgid ""
3724
+ "If you want only specific user roles to be able to edit the table, choose in "
3725
+ "this dropdown. Leave unchecked to allow editing for everyone."
3726
+ msgstr ""
3727
+ "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
3728
+ "aanpassingen kan doen)"
3729
+
3730
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:833
3731
+ msgid "Everyone"
3732
+ msgstr ""
3733
+
3734
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:834
3735
+ msgid "Administrators"
3736
+ msgstr ""
3737
+
3738
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:835
3739
+ #, fuzzy
3740
+ #| msgid "Editor roles"
3741
+ msgid "Editors"
3742
+ msgstr "Editor rollen"
3743
+
3744
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:836
3745
+ msgid "Authors"
3746
+ msgstr ""
3747
+
3748
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:837
3749
+ msgid "Contributors"
3750
+ msgstr ""
3751
+
3752
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:838
3753
+ msgid "Subscribers"
3754
+ msgstr ""
3755
+
3756
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:853
3757
+ msgid "Users see and edit only own data"
3758
+ msgstr ""
3759
+
3760
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:861
3761
+ msgid "Users see and edit only their own data"
3762
+ msgstr ""
3763
+
3764
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:868
3765
+ msgid ""
3766
+ "If this is enabled, users will see and edit only the rows that are related "
3767
+ "to them or were created by them (associated using the User ID column)."
3768
+ msgstr ""
3769
+
3770
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:875
3771
+ msgid "Limit editing to own data only"
3772
+ msgstr ""
3773
+
3774
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:885
3775
+ #: ../.././templates/edit_table.inc.php:250
3776
+ #, fuzzy
3777
+ #| msgid "ID column"
3778
+ msgid "User ID column"
3779
+ msgstr "ID kolom"
3780
+
3781
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:887
3782
+ msgid ""
3783
+ "Choose the column values from which will be used as User identifiers. "
3784
+ "References the ID from WordPress Users table (wp_users), MUST be defined as "
3785
+ "an integer on MySQL side."
3786
+ msgstr ""
3787
+
3788
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:920
3789
+ #: ../.././templates/edit_table.inc.php:350
3790
+ msgid "Table tools"
3791
+ msgstr "Tabel tools"
3792
+
3793
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:927
3794
+ msgid ""
3795
+ "If this is enabled, a toolbar with useful tools will be shown above the table"
3796
+ msgstr ""
3797
+
3798
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:934
3799
+ #, fuzzy
3800
+ #| msgid "Table tools"
3801
+ msgid "Enable Table Tools"
3802
+ msgstr "Tabel tools"
3803
+
3804
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:944
3805
+ msgid "Buttons"
3806
+ msgstr ""
3807
+
3808
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:946
3809
+ msgid "Choose which buttons to show in the Table Tools block."
3810
+ msgstr ""
3811
+
3812
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:952
3813
+ #, fuzzy
3814
+ #| msgid "Column type"
3815
+ msgid "Columns visibility"
3816
+ msgstr "Kolom type"
3817
+
3818
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:974
3819
+ msgid ""
3820
+ "Placeholders can be understood as predefined ‘search and replace‘ templates; "
3821
+ "that will be replaced with some actual values at the execution time; usually "
3822
+ "this is used for MySQL queries."
3823
+ msgstr ""
3824
+
3825
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:986
3826
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1001
3827
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1016
3828
+ msgid ""
3829
+ "This placeholder will be replaced with any value that you will provide in a "
3830
+ "shortcode. Provide a default value here that will be used for table "
3831
+ "generation and when a different one is not defined in the shortcode."
3832
+ msgstr ""
3833
+
3834
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:991
3835
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1006
3836
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1021
3837
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1043
3838
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1061
3839
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1078
3840
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1099
3841
+ msgid "Default for table generation"
3842
+ msgstr ""
3843
+
3844
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1037
3845
+ msgid ""
3846
+ "This placeholder will be replaced with the ID of currently logged in user. "
3847
+ "Provide a value here to be used for table generation"
3848
+ msgstr ""
3849
+
3850
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1053
3851
+ msgid ""
3852
+ "This placeholder will be replaced with the login of currently logged in "
3853
+ "user. Provide a value here to be used for table generation"
3854
+ msgstr ""
3855
+
3856
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1071
3857
+ msgid ""
3858
+ "This placeholder will be replaced with the current prefix of WordPress "
3859
+ "database. Provide a value here to be used for table generation"
3860
+ msgstr ""
3861
+
3862
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1094
3863
+ msgid ""
3864
+ "This placeholder will be replaced with the ID of current post. Provide a "
3865
+ "value here to be used for table generation"
3866
+ msgstr ""
3867
+
3868
+ #: ../.././templates/browse.inc.php:8
3869
  msgid "Add new"
3870
  msgstr "Nieuwe toevoegen"
3871
 
3872
+ #: ../.././templates/browse.inc.php:39 ../.././templates/browse.inc.php:101
3873
+ #: ../.././templates/browse_charts.inc.php:28
 
 
 
3874
  msgid "Are you sure"
3875
  msgstr "Zeker weten?"
3876
 
3877
+ #: ../.././templates/browse.inc.php:57
 
 
 
 
3878
  msgid "copy"
3879
  msgstr "kopieer"
3880
 
3881
+ #: ../.././templates/browse_charts.inc.php:8
3882
+ #: ../.././templates/chart_wizard.inc.php:16
3883
+ #, fuzzy
3884
+ #| msgid "wpDataTables documentation"
3885
+ msgid "wpDataTables documentation on Charts"
3886
+ msgstr "wpDataTables documentatie"
3887
 
3888
+ #: ../.././templates/browse_charts.inc.php:9
3889
+ #, fuzzy
3890
+ #| msgid "Add a chart"
3891
+ msgid "Add new chart"
3892
+ msgstr "Voeg een grafiek toe"
3893
+
3894
+ #: ../.././templates/chart_wizard.inc.php:17
3895
+ #, fuzzy
3896
+ #| msgid "wpDataTables settings"
3897
+ msgid "wpDataTables Chart Wizard"
3898
+ msgstr "wpDataTables instellingen"
3899
+
3900
+ #: ../.././templates/chart_wizard.inc.php:24
3901
+ #: ../.././templates/constructor.inc.php:19
3902
+ #: ../.././templates/edit_table.inc.php:30
3903
+ #: ../.././templates/edit_table.inc.php:431
3904
+ #: ../.././templates/settings.inc.php:24 ../.././templates/settings.inc.php:202
3905
+ #: ../.././templates/settings.inc.php:444
3906
  msgid "Click to toggle"
3907
  msgstr "Klik om te openen"
3908
 
3909
+ #: ../.././templates/chart_wizard.inc.php:44
3910
+ msgid "Formatting"
3911
+ msgstr ""
3912
 
3913
+ #: ../.././templates/chart_wizard.inc.php:59
3914
+ msgid "Chart title, rendering engine and type"
3915
+ msgstr ""
 
 
 
3916
 
3917
+ #: ../.././templates/chart_wizard.inc.php:66
3918
+ msgid "What is the title of the chart that you will use to identify it?"
3919
+ msgstr ""
3920
+
3921
+ #: ../.././templates/chart_wizard.inc.php:88
3922
+ msgid "Pick a Google chart type"
3923
+ msgstr ""
3924
+
3925
+ #: ../.././templates/chart_wizard.inc.php:106
3926
+ msgid "Pick a Highcharts chart type"
3927
+ msgstr ""
3928
+
3929
+ #: ../.././templates/common/delete_modal.inc.php:28
3930
+ msgid "Please confirm deletion. There is no undo!"
3931
+ msgstr ""
3932
+
3933
+ #: ../.././templates/constructor.inc.php:14
3934
+ #, fuzzy
3935
+ #| msgid "wpDataTables documentation"
3936
+ msgid "wpDataTables documentation on Table Consturctor"
3937
+ msgstr "wpDataTables documentatie"
3938
+
3939
+ #: ../.././templates/constructor.inc.php:14
3940
+ #: ../.././templates/edit_table.inc.php:11
3941
+ #, fuzzy
3942
+ #| msgid "if you have some questions or problems with the plugin."
3943
+ msgid "if you have some questions or problems."
3944
+ msgstr "als je vragen of problemen hebt met deze plugin."
3945
+
3946
+ #: ../.././templates/constructor.inc.php:15
3947
+ #, fuzzy
3948
+ #| msgid "wpDataTables documentation"
3949
+ msgid "wpDataTable constructor"
3950
+ msgstr "wpDataTables documentatie"
3951
+
3952
+ #: ../.././templates/edit_table.inc.php:11
3953
+ #, fuzzy
3954
+ #| msgid "wpDataTables documentation"
3955
+ msgid "wpDataTables documentation on this page"
3956
+ msgstr "wpDataTables documentatie"
3957
+
3958
+ #: ../.././templates/edit_table.inc.php:19
3959
+ msgid "To insert the table on your page use the shortcode"
3960
+ msgstr "Om de tabel op je pagina te plaatsen, gebruik de volgende shortcode"
3961
 
3962
  #: ../.././templates/edit_table.inc.php:32
3963
+ msgid "Data source and main settings"
3964
+ msgstr "Data bron en hoofd instellingen"
 
 
 
3965
 
3966
+ #: ../.././templates/edit_table.inc.php:46
3967
  msgid "General setup"
3968
  msgstr "Algemene setup"
3969
 
3970
+ #: ../.././templates/edit_table.inc.php:62
 
 
 
 
3971
  msgid "If you want to display a header above your table, enter it here"
3972
  msgstr "Als je een header boven je tabel wilt weergeven, voer deze hier dan in"
3973
 
3974
+ #: ../.././templates/edit_table.inc.php:71
3975
+ msgid "Uncheck if you do not want to show the table title on the page"
3976
+ msgstr ""
3977
+
3978
+ #: ../.././templates/edit_table.inc.php:77
3979
  msgid "Table type"
3980
  msgstr "Tabel type"
3981
 
3982
+ #: ../.././templates/edit_table.inc.php:81
3983
  msgid "Select a table type..."
3984
  msgstr "Selecteer een tabel type..."
3985
 
3986
+ #: ../.././templates/edit_table.inc.php:83
3987
+ msgid ""
3988
+ "MySQL\n"
3989
+ "\t\t\t\t\t\t\t\t\t\t\t\t\t\tquery"
3990
+ msgstr ""
 
 
 
 
 
 
 
3991
 
3992
+ #: ../.././templates/edit_table.inc.php:93
3993
+ msgid "Choose a type of input source for your table"
3994
+ msgstr "Kies een type inputbron voor jouw tabel"
3995
 
3996
+ #: ../.././templates/edit_table.inc.php:102
3997
+ msgid "Go to editor"
3998
+ msgstr ""
3999
 
4000
+ #: ../.././templates/edit_table.inc.php:103
4001
+ msgid "Go to Excel-like editor"
4002
+ msgstr ""
4003
 
4004
+ #: ../.././templates/edit_table.inc.php:104
4005
+ msgid "Open the table in back-end editor to modify table data"
4006
+ msgstr ""
4007
 
4008
+ #: ../.././templates/edit_table.inc.php:110
4009
  msgid ""
4010
  "Enter MySQL SELECT query that will return the data for your wpDataTable. "
4011
  "Make sure that this query works and returns data. If you are not sure what "
4013
  "reading MySQL manuals"
4014
  msgstr ""
4015
 
4016
+ #: ../.././templates/edit_table.inc.php:116
4017
  msgid ""
4018
+ "Enter the text of your MySQL query here. You can use a number of "
4019
+ "placeholders to make the dataset in the table flexible and be able to return "
4020
+ "different sets of data by calling it with different shortcodes"
4021
  msgstr ""
4022
 
4023
+ #: ../.././templates/edit_table.inc.php:117
4024
+ msgid "MySQL query placeholders (toggle show/hide)"
4025
+ msgstr ""
4026
+
4027
+ #: ../.././templates/edit_table.inc.php:121
4028
+ msgid "Placeholder"
4029
+ msgstr ""
4030
+
4031
+ #: ../.././templates/edit_table.inc.php:122
4032
+ msgid "Description, example"
4033
+ msgstr ""
4034
+
4035
+ #: ../.././templates/edit_table.inc.php:123
4036
+ msgid "Define default for table generation"
4037
+ msgstr ""
4038
+
4039
+ #: ../.././templates/edit_table.inc.php:130
4040
+ msgid ""
4041
+ "Returns the numeric value of the currently logged in user ID (wp_users "
4042
+ "table). Returns 0 for non-logged in users. If your current user does not "
4043
+ "have rows in the table you can redefine it here (it will not be stored, used "
4044
+ "only to read the table structure)."
4045
+ msgstr ""
4046
+
4047
+ #: ../.././templates/edit_table.inc.php:131
4048
+ msgid "Example: SELECT * FROM mytable WHERE user_id = %CURRENT_USER_ID%"
4049
+ msgstr ""
4050
+
4051
+ #: ../.././templates/edit_table.inc.php:138
4052
+ msgid ""
4053
+ "Variable for using in the shortcode. Can be used in filter values. It is "
4054
+ "necessary for wpDataTables to retrieve actual data from the DB at the moment "
4055
+ "of wpDataTable generation to read the columns structure, so make sure the "
4056
+ "query returns something. You can define the default variables values here, "
4057
+ "they will be used for table creation, and as defaults if not defined in "
4058
+ "shortcode."
4059
+ msgstr ""
4060
+
4061
+ #: ../.././templates/edit_table.inc.php:139
4062
+ msgid ""
4063
+ "Example: SELECT * FROM mytable WHERE mycolumn >= %VAR1% AND mycolumn <= "
4064
+ "%VAR2%"
4065
+ msgstr ""
4066
+
4067
+ #: ../.././templates/edit_table.inc.php:146
4068
+ #: ../.././templates/edit_table.inc.php:153
4069
+ msgid "Variable for using in the shortcode."
4070
+ msgstr ""
4071
+
4072
+ #: ../.././templates/edit_table.inc.php:160
4073
+ msgid ""
4074
+ "Prefix of the current WordPress DB installation. Defaults to \"wp_\", but "
4075
+ "may be different if defined so in WordPress config."
4076
+ msgstr ""
4077
+
4078
+ #: ../.././templates/edit_table.inc.php:170
4079
  msgid "Input file or URL"
4080
  msgstr "Voer bestand of URL in"
4081
 
4082
+ #: ../.././templates/edit_table.inc.php:175
4083
  msgid "Upload your file or provide the full URL here"
4084
  msgstr "Upload je bestand of geef de volledige URL hier in"
4085
 
4086
+ #: ../.././templates/edit_table.inc.php:175
4087
+ msgid ""
4088
+ "It is allowed to use placeholders (variables) in URLs. Read about "
4089
+ "placeholders "
4090
+ msgstr ""
4091
+
4092
+ #: ../.././templates/edit_table.inc.php:175
4093
+ msgid "here."
4094
+ msgstr ""
4095
+
4096
+ #: ../.././templates/edit_table.inc.php:175
4097
  msgid "For CSV or Excel input sources only uploaded files are supported"
4098
  msgstr "Voor CSV of Excel input bronnen, werken alleen geuploade bestanden "
4099
 
4100
+ #: ../.././templates/edit_table.inc.php:175
4101
+ msgid ""
4102
+ "For Google Spreadsheets: please do not forget to publish the spreadsheet "
4103
+ "before pasting the URL"
4104
+ msgstr ""
4105
 
4106
+ #: ../.././templates/edit_table.inc.php:186
4107
  msgid "Make table editable from the front-end"
4108
  msgstr "Maak tabel aanpasbaar vanaf de front-end"
4109
 
4110
+ #: ../.././templates/edit_table.inc.php:186
4111
  msgid ""
4112
  "Works only for MySQL-based tables with server-side processing, and can only "
4113
  "update one table on MySQL side"
4114
  msgstr ""
4115
 
4116
+ #: ../.././templates/edit_table.inc.php:187
4117
+ msgid ""
4118
+ "Please save the table first so wpDataTables would read the columns data so "
4119
+ "that feature would become available."
4120
+ msgstr ""
4121
 
4122
+ #: ../.././templates/edit_table.inc.php:198
4123
  msgid "Name of the MySQL table which will be used for updates from front-end"
4124
  msgstr ""
4125
  "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
4126
  "front-end"
4127
 
4128
+ #: ../.././templates/edit_table.inc.php:207
4129
+ #: ../.././templates/edit_table.inc.php:254
4130
+ msgid ""
4131
+ "Please save the table first so wpDataTables would initialize the columns"
4132
+ msgstr ""
4133
+
4134
+ #: ../.././templates/edit_table.inc.php:210
4135
+ msgid "Please choose an ID column for editing..."
4136
+ msgstr ""
4137
+
4138
+ #: ../.././templates/edit_table.inc.php:217
4139
+ msgid ""
4140
+ "Please choose a column, values from which will be used as row unique "
4141
+ "identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
4142
+ "delete would work correctly!"
4143
+ msgstr ""
4144
+
4145
+ #: ../.././templates/edit_table.inc.php:218
4146
+ msgid ""
4147
+ "wpDataTables will guess the correct column if it is called \"id\" or \"ID\" "
4148
+ "on MySQL side"
4149
+ msgstr ""
4150
+
4151
+ #: ../.././templates/edit_table.inc.php:223
4152
+ #, fuzzy
4153
+ #| msgid "Front-end editing"
4154
+ msgid "Inline editing"
4155
+ msgstr "Front-end aanpassen"
4156
+
4157
+ #: ../.././templates/edit_table.inc.php:227
4158
+ #, fuzzy
4159
+ #| msgid ""
4160
+ #| "Check this checkbox if you would like to have the advanced filter in a "
4161
+ #| "form"
4162
+ msgid ""
4163
+ "Check this checkbox if you would like to be able to edit the table data "
4164
+ "inline, by double-clicking a cell, not only in a modal dialog"
4165
+ msgstr "Aanklikken als je een geavanceerde filter in een formulier wilt hebben"
4166
+
4167
+ #: ../.././templates/edit_table.inc.php:236
4168
+ #, fuzzy
4169
+ #| msgid ""
4170
+ #| "Check this checkbox if you would like to have the table tools (copy, save "
4171
+ #| "to excel, save to CSV, etc) enabled for this table"
4172
+ msgid ""
4173
+ "Check this checkbox if you would like to get the New, Edit and Delete "
4174
+ "buttons in a popover on click on a table row, instead of in TableTools block "
4175
+ "above the table"
4176
+ msgstr ""
4177
+ "Aanklikken als je wilt dat de tabel tools weergegeven worden (kopieren, "
4178
+ "opslaan naar excel etc.)"
4179
 
4180
+ #: ../.././templates/edit_table.inc.php:241
4181
+ msgid "Users see and edit only their data"
4182
+ msgstr ""
4183
+
4184
+ #: ../.././templates/edit_table.inc.php:245
4185
+ msgid "Limit editing to user's own data only"
4186
+ msgstr ""
4187
+
4188
+ #: ../.././templates/edit_table.inc.php:245
4189
+ msgid ""
4190
+ "Set this to checked if you would like front-end users to see and edit only "
4191
+ "their own data, i.e. rows with their WordPress user ID"
4192
+ msgstr ""
4193
+
4194
+ #: ../.././templates/edit_table.inc.php:257
4195
+ msgid "Please choose a user ID column..."
4196
+ msgstr ""
4197
+
4198
+ #: ../.././templates/edit_table.inc.php:271
4199
  msgid "Choose roles"
4200
  msgstr "Kies rollen"
4201
 
4202
+ #: ../.././templates/edit_table.inc.php:272
4203
  msgid ""
4204
  "Roles which are allowed to edit the table (leave blank to alllow editing for "
4205
  "everyone)"
4207
  "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
4208
  "aanpassingen kan doen)"
4209
 
4210
+ #: ../.././templates/edit_table.inc.php:277
4211
  msgid "Additional settings"
4212
  msgstr "Extra instellingen"
4213
 
4214
+ #: ../.././templates/edit_table.inc.php:287
 
 
 
 
4215
  msgid ""
4216
  "Server-side processing for MySQL-based tables. Required for front-end editing"
4217
  msgstr ""
4218
  "Server-side verwerking voor MySQL-gebaseerde tabellen. Verplicht als je "
4219
  "front-end editing wilt gebruiken."
4220
 
4221
+ #: ../.././templates/edit_table.inc.php:296
4222
+ msgid ""
4223
+ "Auto-refresh interval in seconds for tables with server-side processing. "
4224
+ "Leave blank or zero to disable auto-refresh."
4225
+ msgstr ""
4226
+
4227
+ #: ../.././templates/edit_table.inc.php:301
4228
  msgid "Responsive"
4229
  msgstr "Responsive"
4230
 
4231
+ #: ../.././templates/edit_table.inc.php:306
4232
  msgid ""
4233
  "Check this checkbox if you would like this table to be responsive - display "
4234
  "differently on desktops, tablets and mobiles"
4235
  msgstr "Aanklikken als je wilt dat de tabel responsive wordt weergegeven"
4236
 
4237
+ #: ../.././templates/edit_table.inc.php:311
4238
+ msgid "Scrollable"
4239
+ msgstr ""
4240
+
4241
+ #: ../.././templates/edit_table.inc.php:315
4242
+ #, fuzzy
4243
+ #| msgid ""
4244
+ #| "Check this checkbox if you would like to have sorting feature in your "
4245
+ #| "table"
4246
+ msgid ""
4247
+ "Check this checkbox if you would like this table to be horizontal scrollable"
4248
+ msgstr "Aanklikken als je een sorteerfunctie wilt hebben"
4249
+
4250
+ #: ../.././templates/edit_table.inc.php:320
4251
  msgid "Hide table until page is completely loaded"
4252
  msgstr "Verberg tabel tot de pagina volledig geladen is"
4253
 
4254
+ #: ../.././templates/edit_table.inc.php:324
4255
  msgid ""
4256
  "Check this checkbox if you would prevent table from showing until the page "
4257
  "loads completely. May be useful for slowly loading pages"
4259
  "Aanklikken als je niet wilt dat de tabel geladen wordt tot de pagina is "
4260
  "geladen. Kan handig zijn als de pagina anders langzaam laadt."
4261
 
4262
+ #: ../.././templates/edit_table.inc.php:329
4263
  msgid "Advanced filtering"
4264
  msgstr "Geavanceerde filtering"
4265
 
4266
+ #: ../.././templates/edit_table.inc.php:335
4267
  msgid ""
4268
  "Check this checkbox if you would like to have a filter below each column"
4269
  msgstr "Aanklikken als je een filter onder iedere kolom wilt"
4270
 
4271
+ #: ../.././templates/edit_table.inc.php:345
 
 
 
 
4272
  msgid ""
4273
  "Check this checkbox if you would like to have the advanced filter in a form"
4274
  msgstr "Aanklikken als je een geavanceerde filter in een formulier wilt hebben"
4275
 
4276
+ #: ../.././templates/edit_table.inc.php:354
 
 
 
 
4277
  msgid ""
4278
  "Check this checkbox if you would like to have the table tools (copy, save to "
4279
  "excel, save to CSV, etc) enabled for this table"
4281
  "Aanklikken als je wilt dat de tabel tools weergegeven worden (kopieren, "
4282
  "opslaan naar excel etc.)"
4283
 
4284
+ #: ../.././templates/edit_table.inc.php:361
4285
+ msgid "Configure table tools (toggle show/hide)"
4286
+ msgstr ""
4287
+
4288
+ #: ../.././templates/edit_table.inc.php:363
4289
+ msgid "Show column visibility button"
4290
+ msgstr ""
4291
+
4292
+ #: ../.././templates/edit_table.inc.php:364
4293
+ msgid "Show print button"
4294
+ msgstr ""
4295
+
4296
+ #: ../.././templates/edit_table.inc.php:365
4297
+ msgid "Show copy to clipboard button"
4298
+ msgstr ""
4299
+
4300
+ #: ../.././templates/edit_table.inc.php:366
4301
+ msgid "Show Excel export button"
4302
+ msgstr ""
4303
+
4304
+ #: ../.././templates/edit_table.inc.php:367
4305
+ msgid "Show CSV export button"
4306
+ msgstr ""
4307
+
4308
+ #: ../.././templates/edit_table.inc.php:368
4309
+ msgid "Show PDF export button"
4310
+ msgstr ""
4311
+
4312
+ #: ../.././templates/edit_table.inc.php:374
4313
  msgid "Enable sorting"
4314
  msgstr "Sorteren inschakelen"
4315
 
4316
+ #: ../.././templates/edit_table.inc.php:378
4317
  msgid ""
4318
  "Check this checkbox if you would like to have sorting feature in your table"
4319
  msgstr "Aanklikken als je een sorteerfunctie wilt hebben"
4320
 
4321
+ #: ../.././templates/edit_table.inc.php:383
4322
  msgid "Limit table layout"
4323
  msgstr "Limiteer tabel layout"
4324
 
4325
+ #: ../.././templates/edit_table.inc.php:387
4326
  #, php-format
4327
  msgid ""
4328
  "Check this checkbox if you would like to limit the table's width to 100% of "
4329
  "parent container (div)"
4330
  msgstr ""
4331
 
4332
+ #: ../.././templates/edit_table.inc.php:396
 
 
 
 
4333
  msgid ""
4334
  "Check this checkbox if you would like words in cells to wrap and to extend "
4335
  "row's height. Leave unchecked if you want to leave one-line row heights."
4338
  "woorden worden aangepast. Niet aanklikken als je one-line rijhoogte's wilt "
4339
  "hebben."
4340
 
4341
+ #: ../.././templates/edit_table.inc.php:401
4342
  msgid "Display length"
4343
  msgstr "Display lengte"
4344
 
4345
+ #: ../.././templates/edit_table.inc.php:405
4346
+ #: ../.././templates/edit_table.inc.php:406
4347
+ #: ../.././templates/edit_table.inc.php:407
4348
+ #: ../.././templates/edit_table.inc.php:408
4349
  msgid "entries"
4350
  msgstr "data"
4351
 
4352
+ #: ../.././templates/edit_table.inc.php:411
 
 
 
 
4353
  msgid ""
4354
  "This options defines the default number of entries on the page for this table"
4355
  msgstr ""
4356
  "Deze optie geeft het default aantal data op de pagina voor deze tabel aan"
4357
 
4358
+ #: ../.././templates/edit_table.inc.php:433
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4359
  msgid "Optional column setup"
4360
  msgstr "Optionele kolom setup"
4361
 
4362
+ #: ../.././templates/edit_table.inc.php:436
4363
+ #: ../.././templates/edit_table.inc.php:459
4364
  msgid "Ungroup"
4365
  msgstr "Degroeperen"
4366
 
4367
+ #: ../.././templates/edit_table.inc.php:437
4368
+ #: ../.././templates/edit_table.inc.php:460
4369
+ msgid "Add formula..."
4370
+ msgstr ""
4371
+
4372
+ #: ../.././templates/edit_table.inc.php:448
4373
  msgid ""
4374
  "You can change the column settings in this step, but this is not required, "
4375
  "since default options have already been generated for you"
4377
  "Je kunt de kolom instellingen hier aanpassen, dit is echter niet nodig "
4378
  "aangezien de default opties al zijn aangemaakt."
4379
 
4380
+ #: ../.././templates/edit_table.inc.php:449
4381
  msgid "Warning"
4382
  msgstr "Waarschuwing"
4383
 
4384
+ #: ../.././templates/edit_table.inc.php:449
4385
  msgid ""
4386
  "If you change the table settings, save the table before modifying the column "
4387
  "settings, because the column set can be changed and you may lose your changes"
4389
  "Als je de tabel instellingen aanpast, sla deze dan op voor je de "
4390
  "kolominstellingen aanpast."
4391
 
4392
+ #: ../.././templates/edit_table.inc.php:484
4393
+ msgid "Merge values"
 
 
4394
  msgstr ""
 
 
 
 
 
 
4395
 
4396
+ #: ../.././templates/edit_table.inc.php:485
4397
+ msgid "There are already defined possible values."
4398
+ msgstr ""
4399
 
4400
+ #: ../.././templates/edit_table.inc.php:486
4401
+ msgid "Do you want to merge new values with existing?"
4402
+ msgstr ""
4403
 
4404
+ #: ../.././templates/edit_table.inc.php:544
4405
  msgid "Separate with"
4406
  msgstr "Scheiden met"
4407
 
4408
+ #: ../.././templates/edit_table.inc.php:544
4409
  msgid "Used in advanced filterdropdown and in the editor dialog"
4410
  msgstr "Gebruikt in geavanceerd filterdropdown en in het editor scherm"
4411
 
4412
+ #: ../.././templates/edit_table.inc.php:547
4413
+ msgid "Create from column values"
4414
+ msgstr ""
4415
+
4416
+ #: ../.././templates/edit_table.inc.php:548
4417
+ #, fuzzy
4418
+ #| msgid "Clear filters"
4419
+ msgid "Clear values"
4420
+ msgstr "Leeg filters"
4421
+
4422
+ #: ../.././templates/edit_table.inc.php:558
4423
  msgid "Default value(s)"
4424
  msgstr "Standaardwaarde(n)"
4425
 
4426
+ #: ../.././templates/edit_table.inc.php:560
4427
  msgid ""
4428
  "Predefined filter value, default editor input value. Separate multiple "
4429
  "values with \"|\". Placeholders supported."
4430
  msgstr ""
4431
 
4432
+ #: ../.././templates/edit_table.inc.php:594
4433
+ msgid "Formula for calculation:"
4434
+ msgstr ""
4435
 
4436
+ #: ../.././templates/edit_table.inc.php:595
4437
+ msgid "Formula constructor"
4438
+ msgstr ""
4439
 
4440
+ #: ../.././templates/edit_table.inc.php:603
4441
+ #, fuzzy
4442
+ #| msgid "Editor input type"
4443
+ msgid "Editor input type:"
4444
  msgstr "Editor input type"
4445
 
4446
+ #: ../.././templates/edit_table.inc.php:613
4447
+ #, fuzzy
4448
+ #| msgid "Table type cannot be empty"
4449
+ msgid "Cannot be empty:"
4450
+ msgstr "Tabel type mag niet leeg zijn"
 
 
 
 
 
 
 
 
 
 
4451
 
4452
+ #: ../.././templates/edit_table.inc.php:658
4453
  msgid "Default sort column"
4454
  msgstr "Standaard sortering kolom"
4455
 
4456
+ #: ../.././templates/edit_table.inc.php:672
4457
+ msgid "Show a total for this column in footer"
4458
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4459
 
4460
+ #: ../.././templates/edit_table.inc.php:704
4461
  msgid "Width"
4462
  msgstr "Breedte"
4463
 
4464
+ #: ../.././templates/edit_table.inc.php:706
4465
  #, php-format
4466
  msgid ""
4467
  "Input width for column (in percents with % or pixels without \"px\"). Leave "
4470
  "geef de breedte van de kolom in (in % of pixels zonder \"px\"). Blanco laten "
4471
  "voor automatische breedtestelling"
4472
 
4473
+ #: ../.././templates/edit_table.inc.php:714
4474
+ #, fuzzy
4475
+ #| msgid "Displayed header"
4476
+ msgid "Display text before"
4477
+ msgstr "Weergegeven header"
 
 
4478
 
4479
+ #: ../.././templates/edit_table.inc.php:722
4480
+ #, fuzzy
4481
+ #| msgid "Displayed header"
4482
+ msgid "Display text after"
4483
+ msgstr "Weergegeven header"
4484
 
4485
+ #: ../.././templates/edit_table.inc.php:738
4486
+ msgid "Visible"
4487
+ msgstr "Zichtbaar"
4488
 
4489
+ #: ../.././templates/edit_table.inc.php:752
4490
+ msgid ""
4491
+ "Conditional formatting allows you to add special formatting rules depending "
4492
+ "on different values of the cell in this column. E.g. you can add a CSS class "
4493
+ "or color to cell or whole row, etc"
4494
+ msgstr ""
4495
 
4496
+ #: ../.././templates/edit_table.inc.php:756
4497
+ msgid "Define rules"
4498
+ msgstr ""
4499
 
4500
+ #: ../.././templates/edit_table.inc.php:802
4501
+ #, fuzzy
4502
+ #| msgid "Table saved successfully!"
4503
+ msgid "Table saved!"
4504
+ msgstr "Tabel succesvol opgeslagen!"
4505
 
4506
+ #: ../.././templates/frontend/excel_table_main.inc.php:28
4507
+ #: ../.././templates/wpdatatables_excel_table_main.inc.php:26
4508
+ msgid "Search"
4509
+ msgstr ""
4510
 
4511
+ #: ../.././templates/settings.inc.php:12
4512
+ #, fuzzy
4513
+ #| msgid "wpDataTables documentation"
4514
+ msgid "wpDataTables documentation on this feature"
4515
+ msgstr "wpDataTables documentatie"
4516
 
4517
+ #: ../.././templates/settings.inc.php:13
4518
  msgid "wpDataTables settings"
4519
  msgstr "wpDataTables instellingen"
4520
 
4521
+ #: ../.././templates/settings.inc.php:35
 
 
 
 
4522
  msgid "Use separate MySQL connection"
4523
  msgstr "Gebruik losse MySQL verbinding"
4524
 
4525
+ #: ../.././templates/settings.inc.php:39
4526
  msgid ""
4527
  "If this checkbox is checked, wpDataTables will use its own connection to "
4528
  "MySQL bases. In other case it will use the main WordPress MySQL connection."
4530
  "Laat wpDataTables zijn eigen MySQL connectie gebruiken. Standaard wordt de "
4531
  "Wordpress MySQL verbinding gebruikt."
4532
 
4533
+ #: ../.././templates/settings.inc.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4534
  msgid "Pick the language which will be used in tables interface"
4535
  msgstr "Kies de taal welke in de tabel zijn interface wordt gebruikt"
4536
 
4537
+ #: ../.././templates/settings.inc.php:69
 
 
 
 
4538
  msgid "How many tables to show in the browse page"
4539
  msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
4540
 
4541
+ #: ../.././templates/settings.inc.php:78 ../.././templates/settings.inc.php:79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4542
  msgid "Skin"
4543
  msgstr "Skin"
4544
 
4545
+ #: ../.././templates/settings.inc.php:81
4546
  msgid "Choose the base skin for the plugin"
4547
  msgstr "Kies een skin voor de plugin"
4548
 
4549
+ #: ../.././templates/settings.inc.php:93
 
 
 
 
 
 
 
 
 
 
 
 
4550
  msgid ""
4551
  "Choose where you would like to render the advanced filter for tables where "
4552
  "enabled"
4554
  "Kies waar je wilt dat het geavanceerde filter voor de tabel wordt gerenderd "
4555
  "als deze geactiveerd is"
4556
 
4557
+ #: ../.././templates/settings.inc.php:114
 
 
 
 
4558
  msgid "Pick the date format to use in date column type"
4559
  msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
4560
 
4561
+ #: ../.././templates/settings.inc.php:126
4562
+ #, fuzzy
4563
+ #| msgid "Pick the date format to use in date column type"
4564
+ msgid "Pick the time format to use in datetime and time column type"
4565
+ msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
 
 
 
 
 
 
4566
 
4567
+ #: ../.././templates/settings.inc.php:147
4568
  msgid "Define the amount of decimal places for the float numbers"
4569
  msgstr "Kies het aantal decimaalplaatsen voor de zwevende getallen"
4570
 
4571
+ #: ../.././templates/settings.inc.php:152
4572
+ msgid "Timepicker step (min)"
4573
+ msgstr ""
4574
+
4575
+ #: ../.././templates/settings.inc.php:156
4576
+ msgid "Define the minutes step for the timepicker based filters and editors."
4577
+ msgstr ""
4578
+
4579
+ #: ../.././templates/settings.inc.php:161
4580
  msgid "Align numbers to the right"
4581
  msgstr "Sorteer nummers aan de rechter kant"
4582
 
4583
+ #: ../.././templates/settings.inc.php:165
4584
  msgid ""
4585
  "If this checkbox is checked all numerical values will be aligned to the "
4586
  "right of the cell"
4588
  "Aanklikken zorgt er voor dat alle nummerwaardes aan de rechterkant worden "
4589
  "gesorteerd"
4590
 
4591
+ #: ../.././templates/settings.inc.php:185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4592
  msgid "Here you can specify width (in pixels) will be treated as a mobile."
4593
  msgstr ""
4594
 
4595
+ #: ../.././templates/settings.inc.php:192
4596
+ #: ../.././templates/settings.inc.php:433
4597
  #: ../.././templates/settings.inc.php:481
4598
  msgid "Save options"
4599
  msgstr "Opties voor opslaan"
4600
 
4601
+ #: ../.././templates/settings.inc.php:207
4602
+ #: ../.././templates/settings.inc.php:449
 
 
 
 
4603
  msgid "Leave the setting blank to use default value"
4604
  msgstr "Leeg laten voor standaardwaardes"
4605
 
4606
+ #: ../.././templates/settings.inc.php:212
4607
  msgid "Table font color"
4608
  msgstr "Tabel font kleur"
4609
 
4610
+ #: ../.././templates/settings.inc.php:216
4611
  msgid "This color is used for the main font in table cells"
4612
  msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
4613
 
4614
+ #: ../.././templates/settings.inc.php:221
4615
  msgid "Header background color"
4616
  msgstr "Header achtergrond kleur"
4617
 
4618
+ #: ../.././templates/settings.inc.php:225
4619
  msgid "The color is used for background of the table header"
4620
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
4621
 
4622
+ #: ../.././templates/settings.inc.php:230
4623
  msgid "Header border color"
4624
  msgstr "Header border kleur"
4625
 
4626
+ #: ../.././templates/settings.inc.php:234
4627
  msgid "This color is used for the border in the table header"
4628
  msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
4629
 
4630
+ #: ../.././templates/settings.inc.php:239
4631
  msgid "Header font color"
4632
  msgstr "Header font kleur"
4633
 
4634
+ #: ../.././templates/settings.inc.php:243
4635
  msgid "This color is used for the font in the table header"
4636
  msgstr "Deze kleur wordt gebruikt voor de font in de tabel header"
4637
 
4638
+ #: ../.././templates/settings.inc.php:248
4639
  msgid "Header active and hover color"
4640
  msgstr "Header actef en hover kleur"
4641
 
4642
+ #: ../.././templates/settings.inc.php:252
4643
  msgid ""
4644
  "This color is used when you hover the mouse above the table header, or when "
4645
  "you choose a column"
4647
  "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
4648
  "of wanneer je een kolom kiest"
4649
 
4650
+ #: ../.././templates/settings.inc.php:257
4651
  msgid "Table inner border color"
4652
  msgstr "Binnenste borderkleur van de tabel"
4653
 
4654
+ #: ../.././templates/settings.inc.php:261
4655
  msgid "This color is used for the inner border in the table between cells"
4656
  msgstr ""
4657
  "Deze kleur wordt gebruikt voor de binnenste border in de tabel, tussen de "
4658
  "cellen in"
4659
 
4660
+ #: ../.././templates/settings.inc.php:266
4661
  msgid "Table outer border color"
4662
  msgstr "Tabel buitenste border kleur"
4663
 
4664
+ #: ../.././templates/settings.inc.php:270
4665
  msgid "This color is used for the outer border of the whole table body"
4666
  msgstr ""
4667
  "Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
4668
 
4669
+ #: ../.././templates/settings.inc.php:275
4670
  msgid "Even row background color"
4671
  msgstr "Even rijen achtergrond kleur"
4672
 
4673
+ #: ../.././templates/settings.inc.php:279
4674
  msgid "This color is used for for background in even rows"
4675
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de even rijen"
4676
 
4677
+ #: ../.././templates/settings.inc.php:284
4678
  msgid "Odd row background color"
4679
  msgstr "Oneven rijen achtergrond kleur"
4680
 
4681
+ #: ../.././templates/settings.inc.php:288
4682
  msgid "This color is used for for background in odd rows"
4683
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de oneven rijen"
4684
 
4685
+ #: ../.././templates/settings.inc.php:293
4686
  msgid "Hover row color"
4687
  msgstr "Hover rij kleur"
4688
 
4689
+ #: ../.././templates/settings.inc.php:297
4690
  msgid ""
4691
  "This color is used for to highlight the row when you hover your mouse above "
4692
  "it"
4694
  "Deze kleur wordt gebruikt voor het highlighten van de rij als je je muis "
4695
  "erboven houdt"
4696
 
4697
+ #: ../.././templates/settings.inc.php:302
4698
  msgid "Cell color in active (sorted) columns for even rows"
4699
  msgstr "Celkleur in actieve (gesorteerde) klommen voor even rijen"
4700
 
4701
+ #: ../.././templates/settings.inc.php:306
4702
  msgid ""
4703
  "This color is used for background in cells which are in the active columns "
4704
  "(columns used for sorting) in even rows"
4706
  "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
4707
  "kolommen (deze die voor het sorteren worden gebruikt) in even rijen"
4708
 
4709
+ #: ../.././templates/settings.inc.php:311
4710
  msgid "Cell color in active (sorted) columns for odd rows"
4711
  msgstr "Celkleur in actieve (gesorteerde) klommen voor oneven rijen"
4712
 
4713
+ #: ../.././templates/settings.inc.php:315
4714
  msgid ""
4715
  "This color is used for background in cells which are in the active columns "
4716
  "(columns used for sorting) in odd rows"
4718
  "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
4719
  "kolommen (deze die voor het sorteren worden gebruikt) in oneven rijen"
4720
 
4721
+ #: ../.././templates/settings.inc.php:320
4722
  msgid "Backround color for selected rows"
4723
  msgstr "Achtergrond kleur voor geselecteerde rijen"
4724
 
4725
+ #: ../.././templates/settings.inc.php:324
4726
  msgid "This color is used for background in selected rows"
4727
  msgstr ""
4728
  "Deze kleur wordt gebruikt voor de achtergrond van de geselecteerde rijen"
4729
 
4730
+ #: ../.././templates/settings.inc.php:329
4731
  msgid "Buttons background color"
4732
  msgstr "Achtergrondkleur van de Buttons"
4733
 
4734
+ #: ../.././templates/settings.inc.php:333
4735
  msgid "This color is used for background in buttons"
4736
  msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
4737
 
4738
+ #: ../.././templates/settings.inc.php:338
4739
  msgid "Buttons border color"
4740
  msgstr "Buttons border kleur"
4741
 
4742
+ #: ../.././templates/settings.inc.php:342
4743
  msgid "This color is used for border in buttons"
4744
  msgstr "Deze kleur wordt gebruikt voor de border van de buttons"
4745
 
4746
+ #: ../.././templates/settings.inc.php:347
4747
  msgid "Buttons font color"
4748
  msgstr "Bottons font kleur"
4749
 
4750
+ #: ../.././templates/settings.inc.php:351
4751
  msgid "This color is used for font in buttons"
4752
  msgstr "Deze kleur wordt gebruikt voor de font op de Buttons"
4753
 
4754
+ #: ../.././templates/settings.inc.php:356
4755
  msgid "Buttons background hover color"
4756
  msgstr "Buttons gehooverd achtergrondkleur"
4757
 
4758
+ #: ../.././templates/settings.inc.php:360
4759
  msgid ""
4760
  "This color will be used for button backgrounds when you hover above them"
4761
  msgstr ""
4762
  "Deze kleur wordt getoond als achtergrond van de Button als je je muis er "
4763
  "boven houdt."
4764
 
4765
+ #: ../.././templates/settings.inc.php:365
4766
  msgid "Buttons hover font color"
4767
  msgstr "Buttons hoover font kleur"
4768
 
4769
+ #: ../.././templates/settings.inc.php:369
4770
  msgid "This color will be used for buttons font when you hover above them"
4771
  msgstr ""
4772
  "Deze kleur wordt getoond als fontkleur van de Button als je je muis er boven "
4773
  "houdt."
4774
 
4775
+ #: ../.././templates/settings.inc.php:378
 
 
 
 
4776
  msgid ""
4777
  "This color will be used for wpDataTable popup (filter, datepicker) fonts"
4778
  msgstr ""
4779
  "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
4780
  "fonts"
4781
 
4782
+ #: ../.././templates/settings.inc.php:383
4783
  msgid "Modals background color"
4784
  msgstr "Modals achtergrondkleur"
4785
 
4786
+ #: ../.././templates/settings.inc.php:387
4787
  msgid ""
4788
  "This color will be used for wpDataTable popup (filter, datepicker) background"
4789
  msgstr ""
4790
  "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
4791
  "achtergrond"
4792
 
4793
+ #: ../.././templates/settings.inc.php:392
4794
  msgid "Overlay background color"
4795
  msgstr "Overlay achtergrondkleur"
4796
 
4797
+ #: ../.././templates/settings.inc.php:396
4798
  msgid ""
4799
  "This color will be used for overlay which appears below the plugin popups"
4800
  msgstr ""
4801
  "Deze kleur wordt gebruikt voor de overlay, welke getoond wordt onder de "
4802
  "plugin popups"
4803
 
4804
+ #: ../.././templates/settings.inc.php:405
 
 
 
 
4805
  msgid "This color will be used for button borders when you hover above them"
4806
  msgstr ""
4807
  "Deze kleur wordt gebruikt voor de border als je met je muis boven de Button "
4808
  "zweeft"
4809
 
4810
  #: ../.././templates/settings.inc.php:419
 
 
 
 
 
 
 
 
4811
  msgid "Table font"
4812
  msgstr "Tabel font"
4813
 
4814
+ #: ../.././templates/settings.inc.php:458
4815
  msgid ""
4816
+ "This JS will be inserted as an inline script block on every page that has a "
4817
+ "wpDataTable"
4818
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4819
 
4820
  #: ../.././templates/settings.inc.php:467
4821
  msgid ""
4822
+ "This CSS will be inserted as an inline style block on every page that has a "
4823
  "wpDataTable"
4824
  msgstr ""
4825
 
4826
  #: ../.././templates/settings.inc.php:472
4827
+ #, fuzzy
4828
+ #| msgid "Use in wpDataTable"
4829
+ msgid "Use minified wpDataTables Javascript"
4830
+ msgstr "Gebruik in wpDataTable"
4831
 
4832
  #: ../.././templates/settings.inc.php:476
4833
  msgid ""
4834
+ "Uncheck if you would like to make some changes to the main wpDataTables JS "
4835
+ "file (assets/js/wpdatatables/wpdatatables.js). Minified is inserted by "
4836
+ "default (better performance)"
4837
+ msgstr ""
4838
+
4839
+ #: ../.././templates/settings.inc.php:521
4840
+ msgid "Full version only!"
4841
+ msgstr ""
4842
+
4843
+ #: ../.././templates/settings.inc.php:521
4844
+ msgid ""
4845
+ "Sorry, this function is available only in FULL version of wpDataTables along "
4846
+ "with many others! Please go to our <a href=\\\"http://wpdatatables.com/\\"
4847
+ "\">website</a> to see the full list and to purchase!"
4848
  msgstr ""
4849
 
4850
+ #: ../.././templates/settings.inc.php:625
4851
  msgid "Settings saved successfully"
4852
  msgstr "Instellingen zijn opgeslagen"
4853
 
4854
+ #: ../.././templates/settings.inc.php:627
4855
  msgid "There was a problem saving your settings"
4856
  msgstr "Er was een probleem bij het opslaan van je instellingen"
4857
+
4858
+ #~ msgid "MySQL table name for front-end editing is not set"
4859
+ #~ msgstr "MySQL tabel naam voor front-end aanpassingen is niet ingesteld"
4860
+
4861
+ #~ msgid ""
4862
+ #~ "This usually happens when the MySQL query returns an empty result. Please "
4863
+ #~ "check the results of the query in some DB manager (e.g. PHPMyAdmin)"
4864
+ #~ msgstr ""
4865
+ #~ "Dit gebeurt wanneer de MySQL query een leeg resultaat terugstuurd. "
4866
+ #~ "Controleer de resultaten van de query in een DB manager (bijv. PHPMyAdmin)"
4867
+
4868
+ #~ msgid ""
4869
+ #~ "This error is usually occuring because you are trying to load file which "
4870
+ #~ "is too large. Please try another datasource, use a smaller file."
4871
+ #~ msgstr ""
4872
+ #~ "Deze fout ontstaat waarschijnlijk doordat je een te groot bestand "
4873
+ #~ "probeert te laden. Probeer een andere databron."
4874
+
4875
+ #~ msgid "ID column for front-end editing feature is not set"
4876
+ #~ msgstr "ID kolom voor front-end aanpassingen is niet ingesteld"
4877
+
4878
+ #~ msgid "New title"
4879
+ #~ msgstr "Nieuwe titel"
4880
+
4881
+ #~ msgid "Title:"
4882
+ #~ msgstr "Naam:"
4883
+
4884
+ #~ msgid ""
4885
+ #~ "Select one of the options if you would like to render a chart for this "
4886
+ #~ "table"
4887
+ #~ msgstr ""
4888
+ #~ "Selecteer 1 van deze opties als je wilt dat er een grafiek wordt gemaakt "
4889
+ #~ "van deze tabel"
4890
+
4891
+ #~ msgid "Enter a title if you would like to display a title above your chart"
4892
+ #~ msgstr "Vul de titel in welke boven je grafiek wordt getoond"
4893
+
4894
+ #~ msgid "Add to chart"
4895
+ #~ msgstr "Toevoegen aan tabel/grafiek"
4896
+
4897
+ #~ msgid "New"
4898
+ #~ msgstr "Nieuw"
4899
+
4900
+ #~ msgid "Prev"
4901
+ #~ msgstr "Vorige"
4902
+
4903
+ #~ msgid "Render charts"
4904
+ #~ msgstr "Render grafieken/diagrammen"
4905
+
4906
+ #~ msgid "Above the table"
4907
+ #~ msgstr "Boven de grafiek/diagram"
4908
+
4909
+ #~ msgid "Choose where you would like to render the charts"
4910
+ #~ msgstr "Kies waar je de grafiek/diagram wilt hebben"
languages/nl_NL/wpdatatables-nl_NL.mo CHANGED
Binary file
languages/nl_NL/wpdatatables-nl_NL.po CHANGED
@@ -1,254 +1,4011 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2014-09-22 12:41+0100\n"
5
- "PO-Revision-Date: 2014-11-11 14:29+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.9\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ../../.\n"
16
 
17
- #: ../.././controllers/wdt_admin.php:14
18
- msgid "Table type cannot be empty"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  msgstr "Tabel type mag niet leeg zijn"
20
 
21
- #: ../.././controllers/wdt_admin.php:15 ../.././templates/settings.inc.php:599
22
- msgid "Error!"
23
- msgstr "Fout!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
- #: ../.././controllers/wdt_admin.php:16
26
- msgid "Table input data source cannot be empty"
27
- msgstr "Tabel invoer data bron mag niet leeg zijn"
28
 
29
- #: ../.././controllers/wdt_admin.php:17
30
- msgid "MySQL table name for front-end editing is not set"
31
- msgstr "MySQL tabel naam voor front-end aanpassingen is niet ingesteld"
32
 
33
- #: ../.././controllers/wdt_admin.php:18
34
  msgid ""
35
- "This usually happens when the MySQL query returns an empty result. Please "
36
- "check the results of the query in some DB manager (e.g. PHPMyAdmin)"
37
  msgstr ""
38
- "Dit gebeurt wanneer de MySQL query een leeg resultaat terugstuurd. "
39
- "Controleer de resultaten van de query in een DB manager (bijv. PHPMyAdmin)"
40
 
41
- #: ../.././controllers/wdt_admin.php:19
42
- msgid "wpDataTables backend error: "
43
- msgstr "wpDatatables backend fout:"
 
 
44
 
45
- #: ../.././controllers/wdt_admin.php:20
46
- msgid "Table saved successfully!"
47
- msgstr "Tabel succesvol opgeslagen!"
48
 
49
- #: ../.././controllers/wdt_admin.php:21 ../.././templates/settings.inc.php:597
50
- msgid "Success!"
51
- msgstr "Succes!"
 
52
 
53
- #: ../.././controllers/wdt_admin.php:22
 
 
 
 
 
 
 
 
 
 
 
 
54
  msgid ""
55
- "This error is usually occuring because you are trying to load file which is "
56
- "too large. Please try another datasource, use a smaller file."
57
  msgstr ""
58
- "Deze fout ontstaat waarschijnlijk doordat je een te groot bestand probeert "
59
- "te laden. Probeer een andere databron."
60
 
61
- #: ../.././controllers/wdt_admin.php:23
62
- msgid "ID column for front-end editing feature is not set"
63
- msgstr "ID kolom voor front-end aanpassingen is niet ingesteld"
64
 
65
- #: ../.././controllers/wdt_admin.php:24
66
- msgid "Are you sure?"
67
- msgstr "Weet je het zeker?"
68
 
69
- #: ../.././controllers/wdt_admin.php:25
70
- msgid "Are you sure? You will lose unsaved changes!"
71
  msgstr ""
72
- "Weet je het zeker? Je verliest de aanpassingen die niet opgeslagen zijn!"
73
 
74
- #: ../.././controllers/wdt_admin.php:26
75
- msgid "Use in wpDataTable"
76
- msgstr "Gebruik in wpDataTable"
77
 
78
- #: ../.././controllers/wdt_admin.php:27
79
- msgid "Select Excel or CSV file"
80
- msgstr "Selecteer Excel of CSV besand"
 
 
 
 
 
81
 
82
- #: ../.././controllers/wdt_admin.php:28
83
  msgid ""
84
- "Complicated queries (with WHERE clause, conditions, or with JOINs) are not "
85
- "supported together with server-side processing. Please store the query in a "
86
- "MySQL view and then create a wpDataTable based on the view."
87
  msgstr ""
88
 
89
- #: ../.././controllers/wdt_admin.php:355 ../.././controllers/wdt_admin.php:439
90
- #: ../.././controllers/wdt_admin.php:477
91
- msgid "You do not have sufficient permissions to access this page."
92
- msgstr "Je hebt niet voldoende permissies om de pagina te laden."
93
 
94
- #: ../.././controllers/wdt_admin.php:382
95
- msgid "Edit wpDataTable"
96
- msgstr "wpDataTable aanpassen"
 
 
 
97
 
98
- #: ../.././controllers/wdt_functions.php:255
99
- msgid "wpDataTable with provided ID not found!"
100
- msgstr "wpDataTable met geleverde ID niet gevonden!"
101
 
102
- #: ../.././source/class.filterwidget.php:39
103
- msgid "New title"
104
- msgstr "Nieuwe titel"
 
 
105
 
106
- #: ../.././source/class.filterwidget.php:43
107
- msgid "Title:"
108
- msgstr "Naam:"
109
 
110
- #: ../.././source/class.wdtbrowsetable.php:58
111
- msgid "Duplicate"
112
- msgstr "Dubbel"
 
 
113
 
114
- #: ../.././source/class.wdtbrowsetable.php:72
115
- #: ../.././templates/plain_html_table.inc.php:79
116
- #: ../.././templates/plain_html_table.inc.php:83
117
- msgid "Edit"
118
- msgstr "Aanpassen"
119
 
120
- #: ../.././source/class.wdtbrowsetable.php:73
121
- #: ../.././templates/edit_table.inc.php:15
122
- #: ../.././templates/plain_html_table.inc.php:81
123
- msgid "Delete"
124
- msgstr "Verwijderen"
125
 
126
- #: ../.././source/class.wdtbrowsetable.php:94
127
- msgid "No wpDataTables in the system yet."
128
- msgstr "Nog geen wpDataTables in het systeem"
 
 
129
 
130
- #: ../.././templates/browse.inc.php:6 ../.././templates/edit_table.inc.php:11
131
- #: ../.././templates/settings.inc.php:10
132
- msgid "Please refer to"
133
- msgstr "Graag doorsturen naar"
 
134
 
135
- #: ../.././templates/browse.inc.php:6 ../.././templates/edit_table.inc.php:11
136
- #: ../.././templates/settings.inc.php:10
137
- msgid "wpDataTables documentation"
138
- msgstr "wpDataTables documentatie"
 
139
 
140
- #: ../.././templates/browse.inc.php:6 ../.././templates/edit_table.inc.php:11
141
- #: ../.././templates/settings.inc.php:10
142
- msgid "if you have some questions or problems with the plugin."
143
- msgstr "als je vragen of problemen hebt met deze plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
 
145
- #: ../.././templates/browse.inc.php:6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  msgid "Add new"
147
  msgstr "Nieuwe toevoegen"
148
 
149
- #: ../.././templates/browse.inc.php:15
150
- msgid "New table title"
151
- msgstr "Nieuwe tabelnaam"
152
-
153
- #: ../.././templates/browse.inc.php:26 ../.././templates/browse.inc.php:63
154
  msgid "Are you sure"
155
  msgstr "Zeker weten?"
156
 
157
- #: ../.././templates/browse.inc.php:35
158
- msgid "Duplicate table"
159
- msgstr "Dupliceer tabel"
160
-
161
- #: ../.././templates/browse.inc.php:36
162
  msgid "copy"
163
  msgstr "kopieer"
164
 
165
- #: ../.././templates/edit_table.inc.php:19
166
- msgid "To insert the table on your page use the shortcode"
167
- msgstr "Om de tabel op je pagina te plaatsen, gebruik de volgende shortcode"
 
 
 
168
 
169
- #: ../.././templates/edit_table.inc.php:26
170
- #: ../.././templates/edit_table.inc.php:277
171
- #: ../.././templates/settings.inc.php:15
172
- #: ../.././templates/settings.inc.php:211
173
- #: ../.././templates/settings.inc.php:453
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Click to toggle"
175
  msgstr "Klik om te openen"
176
 
177
- #: ../.././templates/edit_table.inc.php:28
178
- msgid "Data source and main settings"
179
- msgstr "Data bron en hoofd instellingen"
180
 
181
- #: ../.././templates/edit_table.inc.php:30
182
- #: ../.././templates/edit_table.inc.php:262
183
- #: ../.././templates/edit_table.inc.php:281
184
- #: ../.././templates/edit_table.inc.php:303
185
- msgid "Save"
186
- msgstr "Opslaan"
187
 
188
- #: ../.././templates/edit_table.inc.php:31
189
- #: ../.././templates/edit_table.inc.php:263
190
- #: ../.././templates/edit_table.inc.php:283
191
- #: ../.././templates/edit_table.inc.php:305
192
- msgid "Preview"
193
- msgstr "Preview"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
 
195
  #: ../.././templates/edit_table.inc.php:32
196
- #: ../.././templates/edit_table.inc.php:264
197
- #: ../.././templates/edit_table.inc.php:284
198
- #: ../.././templates/edit_table.inc.php:306
199
- msgid "Close"
200
- msgstr "Sluiten"
201
 
202
- #: ../.././templates/edit_table.inc.php:42
203
  msgid "General setup"
204
  msgstr "Algemene setup"
205
 
206
- #: ../.././templates/edit_table.inc.php:54
207
- msgid "Table title"
208
- msgstr "Tabel titel"
209
-
210
- #: ../.././templates/edit_table.inc.php:58
211
  msgid "If you want to display a header above your table, enter it here"
212
  msgstr "Als je een header boven je tabel wilt weergeven, voer deze hier dan in"
213
 
214
- #: ../.././templates/edit_table.inc.php:63
 
 
 
 
215
  msgid "Table type"
216
  msgstr "Tabel type"
217
 
218
- #: ../.././templates/edit_table.inc.php:67
219
  msgid "Select a table type..."
220
  msgstr "Selecteer een tabel type..."
221
 
222
- #: ../.././templates/edit_table.inc.php:68
223
- #: ../.././templates/edit_table.inc.php:80
224
- msgid "MySQL query"
225
- msgstr "MySQL query"
226
-
227
- #: ../.././templates/edit_table.inc.php:69
228
- msgid "CSV file"
229
- msgstr "CSV bestand"
230
-
231
- #: ../.././templates/edit_table.inc.php:70
232
- msgid "Excel file"
233
- msgstr "Excel bestand"
234
 
235
- #: ../.././templates/edit_table.inc.php:71
236
- msgid "XML file"
237
- msgstr "XML bestand"
238
 
239
- #: ../.././templates/edit_table.inc.php:72
240
- msgid "JSON file"
241
- msgstr "JSON bestand"
242
 
243
- #: ../.././templates/edit_table.inc.php:73
244
- msgid "Serialized PHP array"
245
- msgstr "Serialized PHP array"
246
 
247
- #: ../.././templates/edit_table.inc.php:75
248
- msgid "Choose a type of input source for your table"
249
- msgstr "Kies een type inputbron voor jouw tabel"
250
 
251
- #: ../.././templates/edit_table.inc.php:80
252
  msgid ""
253
  "Enter MySQL SELECT query that will return the data for your wpDataTable. "
254
  "Make sure that this query works and returns data. If you are not sure what "
@@ -256,58 +4013,193 @@ msgid ""
256
  "reading MySQL manuals"
257
  msgstr ""
258
 
259
- #: ../.././templates/edit_table.inc.php:86
260
  msgid ""
261
- "Enter the text of your MySQL query here. You can use %CURRENT_USER_ID% "
262
- "placeholder that will be replaced with the current user's ID on execution"
 
263
  msgstr ""
264
 
265
- #: ../.././templates/edit_table.inc.php:91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  msgid "Input file or URL"
267
  msgstr "Voer bestand of URL in"
268
 
269
- #: ../.././templates/edit_table.inc.php:98
270
  msgid "Upload your file or provide the full URL here"
271
  msgstr "Upload je bestand of geef de volledige URL hier in"
272
 
273
- #: ../.././templates/edit_table.inc.php:98
 
 
 
 
 
 
 
 
 
 
274
  msgid "For CSV or Excel input sources only uploaded files are supported"
275
  msgstr "Voor CSV of Excel input bronnen, werken alleen geuploade bestanden "
276
 
277
- #: ../.././templates/edit_table.inc.php:103
278
- msgid "Front-end editing"
279
- msgstr "Front-end aanpassen"
 
 
280
 
281
- #: ../.././templates/edit_table.inc.php:107
282
  msgid "Make table editable from the front-end"
283
  msgstr "Maak tabel aanpasbaar vanaf de front-end"
284
 
285
- #: ../.././templates/edit_table.inc.php:107
286
  msgid ""
287
  "Works only for MySQL-based tables with server-side processing, and can only "
288
  "update one table on MySQL side"
289
  msgstr ""
290
 
291
- #: ../.././templates/edit_table.inc.php:112
292
- msgid "MySQL table name for editing"
293
- msgstr "MySQL tabel naam voor aanpassen"
 
 
294
 
295
- #: ../.././templates/edit_table.inc.php:118
296
  msgid "Name of the MySQL table which will be used for updates from front-end"
297
  msgstr ""
298
  "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
299
  "front-end"
300
 
301
- #: ../.././templates/edit_table.inc.php:123
302
- #: ../.././templates/edit_table.inc.php:324
303
- msgid "Editor roles"
304
- msgstr "Editor rollen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
 
306
- #: ../.././templates/edit_table.inc.php:127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  msgid "Choose roles"
308
  msgstr "Kies rollen"
309
 
310
- #: ../.././templates/edit_table.inc.php:128
311
  msgid ""
312
  "Roles which are allowed to edit the table (leave blank to alllow editing for "
313
  "everyone)"
@@ -315,36 +4207,51 @@ msgstr ""
315
  "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
316
  "aanpassingen kan doen)"
317
 
318
- #: ../.././templates/edit_table.inc.php:133
319
  msgid "Additional settings"
320
  msgstr "Extra instellingen"
321
 
322
- #: ../.././templates/edit_table.inc.php:138
323
- msgid "Server-side processing"
324
- msgstr "Server-side verwerking"
325
-
326
- #: ../.././templates/edit_table.inc.php:142
327
  msgid ""
328
  "Server-side processing for MySQL-based tables. Required for front-end editing"
329
  msgstr ""
330
  "Server-side verwerking voor MySQL-gebaseerde tabellen. Verplicht als je "
331
  "front-end editing wilt gebruiken."
332
 
333
- #: ../.././templates/edit_table.inc.php:147
 
 
 
 
 
 
334
  msgid "Responsive"
335
  msgstr "Responsive"
336
 
337
- #: ../.././templates/edit_table.inc.php:151
338
  msgid ""
339
  "Check this checkbox if you would like this table to be responsive - display "
340
  "differently on desktops, tablets and mobiles"
341
  msgstr "Aanklikken als je wilt dat de tabel responsive wordt weergegeven"
342
 
343
- #: ../.././templates/edit_table.inc.php:156
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  msgid "Hide table until page is completely loaded"
345
  msgstr "Verberg tabel tot de pagina volledig geladen is"
346
 
347
- #: ../.././templates/edit_table.inc.php:160
348
  msgid ""
349
  "Check this checkbox if you would prevent table from showing until the page "
350
  "loads completely. May be useful for slowly loading pages"
@@ -352,29 +4259,21 @@ msgstr ""
352
  "Aanklikken als je niet wilt dat de tabel geladen wordt tot de pagina is "
353
  "geladen. Kan handig zijn als de pagina anders langzaam laadt."
354
 
355
- #: ../.././templates/edit_table.inc.php:165
356
  msgid "Advanced filtering"
357
  msgstr "Geavanceerde filtering"
358
 
359
- #: ../.././templates/edit_table.inc.php:169
360
  msgid ""
361
  "Check this checkbox if you would like to have a filter below each column"
362
  msgstr "Aanklikken als je een filter onder iedere kolom wilt"
363
 
364
- #: ../.././templates/edit_table.inc.php:174
365
- msgid "Filter in form"
366
- msgstr "Filter in formulier"
367
-
368
- #: ../.././templates/edit_table.inc.php:178
369
  msgid ""
370
  "Check this checkbox if you would like to have the advanced filter in a form"
371
  msgstr "Aanklikken als je een geavanceerde filter in een formulier wilt hebben"
372
 
373
- #: ../.././templates/edit_table.inc.php:183
374
- msgid "Table tools"
375
- msgstr "Tabel tools"
376
-
377
- #: ../.././templates/edit_table.inc.php:187
378
  msgid ""
379
  "Check this checkbox if you would like to have the table tools (copy, save to "
380
  "excel, save to CSV, etc) enabled for this table"
@@ -382,31 +4281,55 @@ msgstr ""
382
  "Aanklikken als je wilt dat de tabel tools weergegeven worden (kopieren, "
383
  "opslaan naar excel etc.)"
384
 
385
- #: ../.././templates/edit_table.inc.php:192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  msgid "Enable sorting"
387
  msgstr "Sorteren inschakelen"
388
 
389
- #: ../.././templates/edit_table.inc.php:196
390
  msgid ""
391
  "Check this checkbox if you would like to have sorting feature in your table"
392
  msgstr "Aanklikken als je een sorteerfunctie wilt hebben"
393
 
394
- #: ../.././templates/edit_table.inc.php:201
395
  msgid "Limit table layout"
396
  msgstr "Limiteer tabel layout"
397
 
398
- #: ../.././templates/edit_table.inc.php:205
399
  #, php-format
400
  msgid ""
401
  "Check this checkbox if you would like to limit the table's width to 100% of "
402
  "parent container (div)"
403
  msgstr ""
404
 
405
- #: ../.././templates/edit_table.inc.php:210
406
- msgid "Word wrap"
407
- msgstr "Woord wrap"
408
-
409
- #: ../.././templates/edit_table.inc.php:214
410
  msgid ""
411
  "Check this checkbox if you would like words in cells to wrap and to extend "
412
  "row's height. Leave unchecked if you want to leave one-line row heights."
@@ -415,80 +4338,38 @@ msgstr ""
415
  "woorden worden aangepast. Niet aanklikken als je one-line rijhoogte's wilt "
416
  "hebben."
417
 
418
- #: ../.././templates/edit_table.inc.php:219
419
  msgid "Display length"
420
  msgstr "Display lengte"
421
 
422
- #: ../.././templates/edit_table.inc.php:223
423
- #: ../.././templates/edit_table.inc.php:224
424
- #: ../.././templates/edit_table.inc.php:225
425
- #: ../.././templates/edit_table.inc.php:226
426
  msgid "entries"
427
  msgstr "data"
428
 
429
- #: ../.././templates/edit_table.inc.php:227
430
- msgid "All"
431
- msgstr "Alles"
432
-
433
- #: ../.././templates/edit_table.inc.php:229
434
  msgid ""
435
  "This options defines the default number of entries on the page for this table"
436
  msgstr ""
437
  "Deze optie geeft het default aantal data op de pagina voor deze tabel aan"
438
 
439
- #: ../.././templates/edit_table.inc.php:234
440
- msgid "Add a chart"
441
- msgstr "Voeg een grafiek toe"
442
-
443
- #: ../.././templates/edit_table.inc.php:238
444
- msgid "No chart"
445
- msgstr "Geen grafiek"
446
-
447
- #: ../.././templates/edit_table.inc.php:239
448
- msgid "Area chart"
449
- msgstr "Omgevingsgrafiek"
450
-
451
- #: ../.././templates/edit_table.inc.php:240
452
- msgid "Bar chart"
453
- msgstr "Staafgrafiek"
454
-
455
- #: ../.././templates/edit_table.inc.php:241
456
- msgid "Column chart"
457
- msgstr "Kolomgrafiek"
458
-
459
- #: ../.././templates/edit_table.inc.php:242
460
- msgid "Line chart"
461
- msgstr "Lijngrafiek"
462
-
463
- #: ../.././templates/edit_table.inc.php:243
464
- msgid "Pie chart"
465
- msgstr "Taartdiagram"
466
-
467
- #: ../.././templates/edit_table.inc.php:245
468
- msgid ""
469
- "Select one of the options if you would like to render a chart for this table"
470
- msgstr ""
471
- "Selecteer 1 van deze opties als je wilt dat er een grafiek wordt gemaakt van "
472
- "deze tabel"
473
-
474
- #: ../.././templates/edit_table.inc.php:250
475
- msgid "Chart title"
476
- msgstr "Grafiek titel"
477
-
478
- #: ../.././templates/edit_table.inc.php:256
479
- msgid "Enter a title if you would like to display a title above your chart"
480
- msgstr "Vul de titel in welke boven je grafiek wordt getoond"
481
-
482
- #: ../.././templates/edit_table.inc.php:279
483
  msgid "Optional column setup"
484
  msgstr "Optionele kolom setup"
485
 
486
- #: ../.././templates/edit_table.inc.php:282
487
- #: ../.././templates/edit_table.inc.php:304
488
  msgid "Ungroup"
489
  msgstr "Degroeperen"
490
 
491
- #: ../.././templates/edit_table.inc.php:293
 
 
 
 
 
492
  msgid ""
493
  "You can change the column settings in this step, but this is not required, "
494
  "since default options have already been generated for you"
@@ -496,11 +4377,11 @@ msgstr ""
496
  "Je kunt de kolom instellingen hier aanpassen, dit is echter niet nodig "
497
  "aangezien de default opties al zijn aangemaakt."
498
 
499
- #: ../.././templates/edit_table.inc.php:294
500
  msgid "Warning"
501
  msgstr "Waarschuwing"
502
 
503
- #: ../.././templates/edit_table.inc.php:294
504
  msgid ""
505
  "If you change the table settings, save the table before modifying the column "
506
  "settings, because the column set can be changed and you may lose your changes"
@@ -508,101 +4389,79 @@ msgstr ""
508
  "Als je de tabel instellingen aanpast, sla deze dan op voor je de "
509
  "kolominstellingen aanpast."
510
 
511
- #: ../.././templates/edit_table.inc.php:325
512
- msgid ""
513
- "Choose user roles allowed to edit this table (leave blank to alllow editing "
514
- "for everyone):"
515
  msgstr ""
516
- "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
517
- "aanpassingen kan doen)"
518
-
519
- #: ../.././templates/edit_table.inc.php:368
520
- msgid "Displayed header"
521
- msgstr "Weergegeven header"
522
 
523
- #: ../.././templates/edit_table.inc.php:376
524
- msgid "CSS class(es)"
525
- msgstr "CSS class(es)"
526
 
527
- #: ../.././templates/edit_table.inc.php:384
528
- msgid "Possible values"
529
- msgstr "Mogelijke waardes"
530
 
531
- #: ../.././templates/edit_table.inc.php:386
532
  msgid "Separate with"
533
  msgstr "Scheiden met"
534
 
535
- #: ../.././templates/edit_table.inc.php:386
536
  msgid "Used in advanced filterdropdown and in the editor dialog"
537
  msgstr "Gebruikt in geavanceerd filterdropdown en in het editor scherm"
538
 
539
- #: ../.././templates/edit_table.inc.php:394
 
 
 
 
 
 
 
 
 
 
540
  msgid "Default value(s)"
541
  msgstr "Standaardwaarde(n)"
542
 
543
- #: ../.././templates/edit_table.inc.php:396
544
  msgid ""
545
  "Predefined filter value, default editor input value. Separate multiple "
546
  "values with \"|\". Placeholders supported."
547
  msgstr ""
548
 
549
- #: ../.././templates/edit_table.inc.php:404
550
- msgid "Filter type"
551
- msgstr "Filter type"
552
 
553
- #: ../.././templates/edit_table.inc.php:414
554
- msgid "Column type"
555
- msgstr "Kolom type"
556
 
557
- #: ../.././templates/edit_table.inc.php:425
558
- msgid "Editor input type"
 
 
559
  msgstr "Editor input type"
560
 
561
- #: ../.././templates/edit_table.inc.php:435
562
- msgid "ID column"
563
- msgstr "ID kolom"
564
-
565
- #: ../.././templates/edit_table.inc.php:447
566
- msgid "Hide on tablets"
567
- msgstr "Verbergen op tablets"
568
-
569
- #: ../.././templates/edit_table.inc.php:458
570
- msgid "Hide on mobiles"
571
- msgstr "Verbergen op mobiele apparaten"
572
-
573
- #: ../.././templates/edit_table.inc.php:469
574
- msgid "Group column"
575
- msgstr "Groep kolom"
576
 
577
- #: ../.././templates/edit_table.inc.php:480
578
  msgid "Default sort column"
579
  msgstr "Standaard sortering kolom"
580
 
581
- #: ../.././templates/edit_table.inc.php:485
582
- msgid "Ascending"
583
- msgstr "Oplopend"
584
-
585
- #: ../.././templates/edit_table.inc.php:487
586
- msgid "Descending"
587
- msgstr "Aflopend"
588
-
589
- #: ../.././templates/edit_table.inc.php:493
590
- msgid "Add to chart"
591
- msgstr "Toevoegen aan tabel/grafiek"
592
-
593
- #: ../.././templates/edit_table.inc.php:504
594
- msgid "Chart hor. axis"
595
- msgstr "Grafiek hor. as"
596
-
597
- #: ../.././templates/edit_table.inc.php:512
598
- msgid "Column position"
599
- msgstr "Kolom positie"
600
 
601
- #: ../.././templates/edit_table.inc.php:520
602
  msgid "Width"
603
  msgstr "Breedte"
604
 
605
- #: ../.././templates/edit_table.inc.php:522
606
  #, php-format
607
  msgid ""
608
  "Input width for column (in percents with % or pixels without \"px\"). Leave "
@@ -611,55 +4470,59 @@ msgstr ""
611
  "geef de breedte van de kolom in (in % of pixels zonder \"px\"). Blanco laten "
612
  "voor automatische breedtestelling"
613
 
614
- #: ../.././templates/edit_table.inc.php:530
615
- msgid "Visible"
616
- msgstr "Zichtbaar"
617
-
618
- #: ../.././templates/filter_widget.inc.php:3
619
- msgid "Clear filters"
620
- msgstr "Leeg filters"
621
 
622
- #: ../.././templates/plain_html_table.inc.php:80
623
- msgid "New"
624
- msgstr "Nieuw"
 
 
625
 
626
- #: ../.././templates/plain_html_table.inc.php:108
627
- msgid "Upload attachment"
628
- msgstr "Upload bijlage"
629
 
630
- #: ../.././templates/plain_html_table.inc.php:133
631
- msgid "Cancel"
632
- msgstr "Annuleren"
 
 
 
633
 
634
- #: ../.././templates/plain_html_table.inc.php:134
635
- msgid "Prev"
636
- msgstr "Vorige"
637
 
638
- #: ../.././templates/plain_html_table.inc.php:135
639
- msgid "Next"
640
- msgstr "Volgende"
 
 
641
 
642
- #: ../.././templates/plain_html_table.inc.php:136
643
- msgid "Apply"
644
- msgstr "Toepassen"
 
645
 
646
- #: ../.././templates/plain_html_table.inc.php:137
647
- msgid "OK"
648
- msgstr "OK"
 
 
649
 
650
- #: ../.././templates/settings.inc.php:11
651
  msgid "wpDataTables settings"
652
  msgstr "wpDataTables instellingen"
653
 
654
- #: ../.././templates/settings.inc.php:17
655
- msgid "Main settings"
656
- msgstr "Hoofdinstellingen"
657
-
658
- #: ../.././templates/settings.inc.php:24
659
  msgid "Use separate MySQL connection"
660
  msgstr "Gebruik losse MySQL verbinding"
661
 
662
- #: ../.././templates/settings.inc.php:28
663
  msgid ""
664
  "If this checkbox is checked, wpDataTables will use its own connection to "
665
  "MySQL bases. In other case it will use the main WordPress MySQL connection."
@@ -667,96 +4530,23 @@ msgstr ""
667
  "Laat wpDataTables zijn eigen MySQL connectie gebruiken. Standaard wordt de "
668
  "Wordpress MySQL verbinding gebruikt."
669
 
670
- #: ../.././templates/settings.inc.php:33
671
- msgid "MySQL host"
672
- msgstr "MySQL host"
673
-
674
- #: ../.././templates/settings.inc.php:37
675
- msgid "MySQL host address"
676
- msgstr "MySQL host adres"
677
-
678
- #: ../.././templates/settings.inc.php:42
679
- msgid "MySQL database"
680
- msgstr "MySQL database"
681
-
682
- #: ../.././templates/settings.inc.php:46
683
- msgid "MySQL database name"
684
- msgstr "MySQL database naam"
685
-
686
- #: ../.././templates/settings.inc.php:51
687
- msgid "MySQL user"
688
- msgstr "MySQL gebruiker"
689
-
690
- #: ../.././templates/settings.inc.php:55
691
- msgid "MySQL username for the connection"
692
- msgstr "MySQL gebruikersnaam voor de verbinding"
693
-
694
- #: ../.././templates/settings.inc.php:60
695
- msgid "MySQL password"
696
- msgstr "MySQL wachtwoord"
697
-
698
- #: ../.././templates/settings.inc.php:64
699
- msgid "MySQL password for the provided user"
700
- msgstr "MySQL wachtwoord voor de gebruiker"
701
-
702
- #: ../.././templates/settings.inc.php:69
703
- msgid "Interface language"
704
- msgstr "Interface taal"
705
-
706
- #: ../.././templates/settings.inc.php:80
707
  msgid "Pick the language which will be used in tables interface"
708
  msgstr "Kies de taal welke in de tabel zijn interface wordt gebruikt"
709
 
710
- #: ../.././templates/settings.inc.php:85
711
- msgid "Tables per admin page"
712
- msgstr "Tabellen per adminpagina"
713
-
714
- #: ../.././templates/settings.inc.php:93
715
  msgid "How many tables to show in the browse page"
716
  msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
717
 
718
- #: ../.././templates/settings.inc.php:98
719
- msgid "Render charts"
720
- msgstr "Render grafieken/diagrammen"
721
-
722
- #: ../.././templates/settings.inc.php:102
723
- msgid "Above the table"
724
- msgstr "Boven de grafiek/diagram"
725
-
726
- #: ../.././templates/settings.inc.php:103
727
- msgid "Below the table"
728
- msgstr "Onder de grafiek/diagram"
729
-
730
- #: ../.././templates/settings.inc.php:105
731
- msgid "Choose where you would like to render the charts"
732
- msgstr "Kies waar je de grafiek/diagram wilt hebben"
733
-
734
- #: ../.././templates/settings.inc.php:110
735
- msgid "Base skin"
736
- msgstr "Standaard skin"
737
-
738
- #: ../.././templates/settings.inc.php:114
739
- #: ../.././templates/settings.inc.php:115
740
  msgid "Skin"
741
  msgstr "Skin"
742
 
743
- #: ../.././templates/settings.inc.php:117
744
  msgid "Choose the base skin for the plugin"
745
  msgstr "Kies een skin voor de plugin"
746
 
747
- #: ../.././templates/settings.inc.php:122
748
- msgid "Render advanced filter"
749
- msgstr "Render geavanceerd filter"
750
-
751
- #: ../.././templates/settings.inc.php:126
752
- msgid "In the header"
753
- msgstr "In de header"
754
-
755
- #: ../.././templates/settings.inc.php:127
756
- msgid "In the footer"
757
- msgstr "In de footer"
758
-
759
- #: ../.././templates/settings.inc.php:129
760
  msgid ""
761
  "Choose where you would like to render the advanced filter for tables where "
762
  "enabled"
@@ -764,35 +4554,33 @@ msgstr ""
764
  "Kies waar je wilt dat het geavanceerde filter voor de tabel wordt gerenderd "
765
  "als deze geactiveerd is"
766
 
767
- #: ../.././templates/settings.inc.php:134
768
- msgid "Date format"
769
- msgstr "Datum format"
770
-
771
- #: ../.././templates/settings.inc.php:146
772
  msgid "Pick the date format to use in date column type"
773
  msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
774
 
775
- #: ../.././templates/settings.inc.php:151
776
- msgid "Number format"
777
- msgstr "Nummer format"
778
-
779
- #: ../.././templates/settings.inc.php:158
780
- msgid "Pick the number format (thousands and decimals separator)"
781
- msgstr "Kies de nummerformat (duizenden en decimalen scheider)"
782
-
783
- #: ../.././templates/settings.inc.php:163
784
- msgid "Decimal places"
785
- msgstr "Decimaal plaatsen"
786
 
787
- #: ../.././templates/settings.inc.php:167
788
  msgid "Define the amount of decimal places for the float numbers"
789
  msgstr "Kies het aantal decimaalplaatsen voor de zwevende getallen"
790
 
791
- #: ../.././templates/settings.inc.php:172
 
 
 
 
 
 
 
 
792
  msgid "Align numbers to the right"
793
  msgstr "Sorteer nummers aan de rechter kant"
794
 
795
- #: ../.././templates/settings.inc.php:176
796
  msgid ""
797
  "If this checkbox is checked all numerical values will be aligned to the "
798
  "right of the cell"
@@ -800,76 +4588,58 @@ msgstr ""
800
  "Aanklikken zorgt er voor dat alle nummerwaardes aan de rechterkant worden "
801
  "gesorteerd"
802
 
803
- #: ../.././templates/settings.inc.php:182
804
- msgid "Tablet width"
805
- msgstr "Tablet breedte"
806
-
807
- #: ../.././templates/settings.inc.php:186
808
- msgid ""
809
- "Here you can specify width of the screen (in pixels) that will be treated as "
810
- "a tablet. You can set it wider if you want responsive effect on desktops."
811
- msgstr ""
812
-
813
- #: ../.././templates/settings.inc.php:192
814
- msgid "Mobile width"
815
- msgstr "Mobiele breedte"
816
-
817
- #: ../.././templates/settings.inc.php:196
818
  msgid "Here you can specify width (in pixels) will be treated as a mobile."
819
  msgstr ""
820
 
821
- #: ../.././templates/settings.inc.php:202
822
- #: ../.././templates/settings.inc.php:442
823
  #: ../.././templates/settings.inc.php:481
824
  msgid "Save options"
825
  msgstr "Opties voor opslaan"
826
 
827
- #: ../.././templates/settings.inc.php:213
828
- msgid "Color and font settings"
829
- msgstr "Kleur en font instellingen"
830
-
831
- #: ../.././templates/settings.inc.php:216
832
- #: ../.././templates/settings.inc.php:458
833
  msgid "Leave the setting blank to use default value"
834
  msgstr "Leeg laten voor standaardwaardes"
835
 
836
- #: ../.././templates/settings.inc.php:221
837
  msgid "Table font color"
838
  msgstr "Tabel font kleur"
839
 
840
- #: ../.././templates/settings.inc.php:225
841
  msgid "This color is used for the main font in table cells"
842
  msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
843
 
844
- #: ../.././templates/settings.inc.php:230
845
  msgid "Header background color"
846
  msgstr "Header achtergrond kleur"
847
 
848
- #: ../.././templates/settings.inc.php:234
849
  msgid "The color is used for background of the table header"
850
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
851
 
852
- #: ../.././templates/settings.inc.php:239
853
  msgid "Header border color"
854
  msgstr "Header border kleur"
855
 
856
- #: ../.././templates/settings.inc.php:243
857
  msgid "This color is used for the border in the table header"
858
  msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
859
 
860
- #: ../.././templates/settings.inc.php:248
861
  msgid "Header font color"
862
  msgstr "Header font kleur"
863
 
864
- #: ../.././templates/settings.inc.php:252
865
  msgid "This color is used for the font in the table header"
866
  msgstr "Deze kleur wordt gebruikt voor de font in de tabel header"
867
 
868
- #: ../.././templates/settings.inc.php:257
869
  msgid "Header active and hover color"
870
  msgstr "Header actef en hover kleur"
871
 
872
- #: ../.././templates/settings.inc.php:261
873
  msgid ""
874
  "This color is used when you hover the mouse above the table header, or when "
875
  "you choose a column"
@@ -877,46 +4647,46 @@ msgstr ""
877
  "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
878
  "of wanneer je een kolom kiest"
879
 
880
- #: ../.././templates/settings.inc.php:266
881
  msgid "Table inner border color"
882
  msgstr "Binnenste borderkleur van de tabel"
883
 
884
- #: ../.././templates/settings.inc.php:270
885
  msgid "This color is used for the inner border in the table between cells"
886
  msgstr ""
887
  "Deze kleur wordt gebruikt voor de binnenste border in de tabel, tussen de "
888
  "cellen in"
889
 
890
- #: ../.././templates/settings.inc.php:275
891
  msgid "Table outer border color"
892
  msgstr "Tabel buitenste border kleur"
893
 
894
- #: ../.././templates/settings.inc.php:279
895
  msgid "This color is used for the outer border of the whole table body"
896
  msgstr ""
897
  "Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
898
 
899
- #: ../.././templates/settings.inc.php:284
900
  msgid "Even row background color"
901
  msgstr "Even rijen achtergrond kleur"
902
 
903
- #: ../.././templates/settings.inc.php:288
904
  msgid "This color is used for for background in even rows"
905
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de even rijen"
906
 
907
- #: ../.././templates/settings.inc.php:293
908
  msgid "Odd row background color"
909
  msgstr "Oneven rijen achtergrond kleur"
910
 
911
- #: ../.././templates/settings.inc.php:297
912
  msgid "This color is used for for background in odd rows"
913
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de oneven rijen"
914
 
915
- #: ../.././templates/settings.inc.php:302
916
  msgid "Hover row color"
917
  msgstr "Hover rij kleur"
918
 
919
- #: ../.././templates/settings.inc.php:306
920
  msgid ""
921
  "This color is used for to highlight the row when you hover your mouse above "
922
  "it"
@@ -924,11 +4694,11 @@ msgstr ""
924
  "Deze kleur wordt gebruikt voor het highlighten van de rij als je je muis "
925
  "erboven houdt"
926
 
927
- #: ../.././templates/settings.inc.php:311
928
  msgid "Cell color in active (sorted) columns for even rows"
929
  msgstr "Celkleur in actieve (gesorteerde) klommen voor even rijen"
930
 
931
- #: ../.././templates/settings.inc.php:315
932
  msgid ""
933
  "This color is used for background in cells which are in the active columns "
934
  "(columns used for sorting) in even rows"
@@ -936,11 +4706,11 @@ msgstr ""
936
  "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
937
  "kolommen (deze die voor het sorteren worden gebruikt) in even rijen"
938
 
939
- #: ../.././templates/settings.inc.php:320
940
  msgid "Cell color in active (sorted) columns for odd rows"
941
  msgstr "Celkleur in actieve (gesorteerde) klommen voor oneven rijen"
942
 
943
- #: ../.././templates/settings.inc.php:324
944
  msgid ""
945
  "This color is used for background in cells which are in the active columns "
946
  "(columns used for sorting) in odd rows"
@@ -948,155 +4718,193 @@ msgstr ""
948
  "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
949
  "kolommen (deze die voor het sorteren worden gebruikt) in oneven rijen"
950
 
951
- #: ../.././templates/settings.inc.php:329
952
  msgid "Backround color for selected rows"
953
  msgstr "Achtergrond kleur voor geselecteerde rijen"
954
 
955
- #: ../.././templates/settings.inc.php:333
956
  msgid "This color is used for background in selected rows"
957
  msgstr ""
958
  "Deze kleur wordt gebruikt voor de achtergrond van de geselecteerde rijen"
959
 
960
- #: ../.././templates/settings.inc.php:338
961
  msgid "Buttons background color"
962
  msgstr "Achtergrondkleur van de Buttons"
963
 
964
- #: ../.././templates/settings.inc.php:342
965
  msgid "This color is used for background in buttons"
966
  msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
967
 
968
- #: ../.././templates/settings.inc.php:347
969
  msgid "Buttons border color"
970
  msgstr "Buttons border kleur"
971
 
972
- #: ../.././templates/settings.inc.php:351
973
  msgid "This color is used for border in buttons"
974
  msgstr "Deze kleur wordt gebruikt voor de border van de buttons"
975
 
976
- #: ../.././templates/settings.inc.php:356
977
  msgid "Buttons font color"
978
  msgstr "Bottons font kleur"
979
 
980
- #: ../.././templates/settings.inc.php:360
981
  msgid "This color is used for font in buttons"
982
  msgstr "Deze kleur wordt gebruikt voor de font op de Buttons"
983
 
984
- #: ../.././templates/settings.inc.php:365
985
  msgid "Buttons background hover color"
986
  msgstr "Buttons gehooverd achtergrondkleur"
987
 
988
- #: ../.././templates/settings.inc.php:369
989
  msgid ""
990
  "This color will be used for button backgrounds when you hover above them"
991
  msgstr ""
992
  "Deze kleur wordt getoond als achtergrond van de Button als je je muis er "
993
  "boven houdt."
994
 
995
- #: ../.././templates/settings.inc.php:374
996
  msgid "Buttons hover font color"
997
  msgstr "Buttons hoover font kleur"
998
 
999
- #: ../.././templates/settings.inc.php:378
1000
  msgid "This color will be used for buttons font when you hover above them"
1001
  msgstr ""
1002
  "Deze kleur wordt getoond als fontkleur van de Button als je je muis er boven "
1003
  "houdt."
1004
 
1005
- #: ../.././templates/settings.inc.php:383
1006
- msgid "Modals font color"
1007
- msgstr "Modals fontkleur"
1008
-
1009
- #: ../.././templates/settings.inc.php:387
1010
  msgid ""
1011
  "This color will be used for wpDataTable popup (filter, datepicker) fonts"
1012
  msgstr ""
1013
  "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
1014
  "fonts"
1015
 
1016
- #: ../.././templates/settings.inc.php:392
1017
  msgid "Modals background color"
1018
  msgstr "Modals achtergrondkleur"
1019
 
1020
- #: ../.././templates/settings.inc.php:396
1021
  msgid ""
1022
  "This color will be used for wpDataTable popup (filter, datepicker) background"
1023
  msgstr ""
1024
  "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
1025
  "achtergrond"
1026
 
1027
- #: ../.././templates/settings.inc.php:401
1028
  msgid "Overlay background color"
1029
  msgstr "Overlay achtergrondkleur"
1030
 
1031
- #: ../.././templates/settings.inc.php:405
1032
  msgid ""
1033
  "This color will be used for overlay which appears below the plugin popups"
1034
  msgstr ""
1035
  "Deze kleur wordt gebruikt voor de overlay, welke getoond wordt onder de "
1036
  "plugin popups"
1037
 
1038
- #: ../.././templates/settings.inc.php:410
1039
- msgid "Buttons hover border color"
1040
- msgstr "Buttons hoover achtergrondkleur"
1041
-
1042
- #: ../.././templates/settings.inc.php:414
1043
  msgid "This color will be used for button borders when you hover above them"
1044
  msgstr ""
1045
  "Deze kleur wordt gebruikt voor de border als je met je muis boven de Button "
1046
  "zweeft"
1047
 
1048
  #: ../.././templates/settings.inc.php:419
1049
- msgid "Buttons and inputs border radius (in px)"
1050
- msgstr "Buttons en imputs border radius (in px)"
1051
-
1052
- #: ../.././templates/settings.inc.php:423
1053
- msgid "This is a border radius for inputs in buttons. Default is 3px."
1054
- msgstr "Border radius voor Buttons. Standaard is 3px."
1055
-
1056
- #: ../.././templates/settings.inc.php:428
1057
  msgid "Table font"
1058
  msgstr "Tabel font"
1059
 
1060
- #: ../.././templates/settings.inc.php:437
1061
  msgid ""
1062
- "This font will be used in rendered tables. Leave blank not to override "
1063
- "default theme settings"
1064
  msgstr ""
1065
- "Deze font wordt gebruikt om tabellen te renderen. Blanco laten om standaard "
1066
- "thema instellingen te gebruiken"
1067
-
1068
- #: ../.././templates/settings.inc.php:443
1069
- msgid "Reset colors and fonts to default"
1070
- msgstr "Reset kleuren en fonts naar standaard"
1071
-
1072
- #: ../.././templates/settings.inc.php:455
1073
- msgid "Custom JS and CSS"
1074
- msgstr "Custom JS en CSS"
1075
-
1076
- #: ../.././templates/settings.inc.php:463
1077
- msgid "Custom wpDataTables JS"
1078
- msgstr "Custom wpDataTables JS"
1079
 
1080
  #: ../.././templates/settings.inc.php:467
1081
  msgid ""
1082
- "This JS will be inserted as an inline script block on every page that has a "
1083
  "wpDataTable"
1084
  msgstr ""
1085
 
1086
  #: ../.././templates/settings.inc.php:472
1087
- msgid "Custom wpDataTables CSS"
1088
- msgstr ""
 
 
1089
 
1090
  #: ../.././templates/settings.inc.php:476
1091
  msgid ""
1092
- "This CSS will be inserted as an inline style block on every page that has a "
1093
- "wpDataTable"
 
 
 
 
 
 
 
 
 
 
 
 
1094
  msgstr ""
1095
 
1096
- #: ../.././templates/settings.inc.php:597
1097
  msgid "Settings saved successfully"
1098
  msgstr "Instellingen zijn opgeslagen"
1099
 
1100
- #: ../.././templates/settings.inc.php:599
1101
  msgid "There was a problem saving your settings"
1102
  msgstr "Er was een probleem bij het opslaan van je instellingen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2019-03-07 15:05+0100\n"
5
+ "PO-Revision-Date: 2019-03-07 15:06+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SearchPath-0: ../../.\n"
16
 
17
+ #: ../.././assets/js/handsontable/handsontable.full.min.js:31
18
+ msgid "autocomplete"
19
+ msgstr ""
20
+
21
+ #: ../.././controllers/wdt_admin.php:10 ../.././controllers/wdt_admin.php:11
22
+ msgid "wpDataTables"
23
+ msgstr "wpDataTables"
24
+
25
+ #: ../.././controllers/wdt_admin.php:19 ../.././controllers/wdt_admin.php:20
26
+ #: ../.././templates/admin/constructor/constructor.inc.php:24
27
+ msgid "Create a Table"
28
+ msgstr ""
29
+
30
+ #: ../.././controllers/wdt_admin.php:27 ../.././controllers/wdt_admin.php:28
31
+ #: ../.././templates/browse_charts.inc.php:9
32
+ msgid "wpDataCharts"
33
+ msgstr ""
34
+
35
+ #: ../.././controllers/wdt_admin.php:35 ../.././controllers/wdt_admin.php:36
36
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:36
37
+ #, fuzzy
38
+ #| msgid "Area chart"
39
+ msgid "Create a Chart"
40
+ msgstr "Omgevingsgrafiek"
41
+
42
+ #: ../.././controllers/wdt_admin.php:43 ../.././controllers/wdt_admin.php:44
43
+ #, fuzzy
44
+ #| msgid "Main settings"
45
+ msgid "Settings"
46
+ msgstr "Hoofdinstellingen"
47
+
48
+ #: ../.././controllers/wdt_admin.php:51
49
+ msgid "Add-ons"
50
+ msgstr ""
51
+
52
+ #: ../.././controllers/wdt_admin.php:52
53
+ msgid "Addons"
54
+ msgstr ""
55
+
56
+ #: ../.././controllers/wdt_admin.php:307 ../.././controllers/wdt_admin.php:356
57
+ #: ../.././controllers/wdt_admin.php:386 ../.././controllers/wdt_admin.php:407
58
+ #: ../.././controllers/wdt_admin.php:454 ../.././controllers/wdt_admin.php:480
59
+ #: ../.././controllers/wdt_admin.php:499
60
+ msgid "You do not have sufficient permissions to access this page."
61
+ msgstr "Je hebt niet voldoende permissies om de pagina te laden."
62
+
63
+ #: ../.././controllers/wdt_functions.php:380
64
+ #, fuzzy
65
+ #| msgid "wpDataTable with provided ID not found!"
66
+ msgid "wpDataChart with provided ID not found!"
67
+ msgstr "wpDataTable met geleverde ID niet gevonden!"
68
+
69
+ #: ../.././controllers/wdt_functions.php:416
70
+ #: ../.././controllers/wdt_functions.php:487
71
+ msgid "wpDataTable with provided ID not found!"
72
+ msgstr "wpDataTable met geleverde ID niet gevonden!"
73
+
74
+ #: ../.././controllers/wdt_functions.php:497
75
+ msgid "Provided column is not Integer or Float column type"
76
+ msgstr ""
77
+
78
+ #: ../.././controllers/wdt_functions.php:700
79
+ #, fuzzy
80
+ #| msgid "Choose roles"
81
+ msgid "Choose a table"
82
+ msgstr "Kies rollen"
83
+
84
+ #: ../.././controllers/wdt_functions.php:732
85
+ msgid "Interactive Responsive Table"
86
+ msgstr ""
87
+
88
+ #: ../.././controllers/wdt_functions.php:733
89
+ #: ../.././controllers/wdt_functions.php:794
90
+ msgid "Content"
91
+ msgstr ""
92
+
93
+ #: ../.././controllers/wdt_functions.php:739
94
+ msgid "wpDataTable"
95
+ msgstr "wpDataTable"
96
+
97
+ #: ../.././controllers/wdt_functions.php:743
98
+ msgid "Choose the wpDataTable from a dropdown"
99
+ msgstr ""
100
+
101
+ #: ../.././controllers/wdt_functions.php:748
102
+ #, fuzzy
103
+ #| msgid "Table title"
104
+ msgid "Table view"
105
+ msgstr "Tabel titel"
106
+
107
+ #: ../.././controllers/wdt_functions.php:752
108
+ #, fuzzy
109
+ #| msgid "Use in wpDataTable"
110
+ msgid "Regular wpDataTable"
111
+ msgstr "Gebruik in wpDataTable"
112
+
113
+ #: ../.././controllers/wdt_functions.php:754
114
+ #, fuzzy
115
+ #| msgid "Excel file"
116
+ msgid "Excel-like table"
117
+ msgstr "Excel bestand"
118
+
119
+ #: ../.././controllers/wdt_functions.php:760
120
+ msgid "Variable placeholder #1"
121
+ msgstr ""
122
+
123
+ #: ../.././controllers/wdt_functions.php:763
124
+ #: ../.././controllers/wdt_functions.php:771
125
+ #: ../.././controllers/wdt_functions.php:779
126
+ msgid "Variables"
127
+ msgstr ""
128
+
129
+ #: ../.././controllers/wdt_functions.php:764
130
+ msgid "If you used the VAR1 placeholder you can assign a value to it here"
131
+ msgstr ""
132
+
133
+ #: ../.././controllers/wdt_functions.php:768
134
+ msgid "Variable placeholder #2"
135
+ msgstr ""
136
+
137
+ #: ../.././controllers/wdt_functions.php:772
138
+ msgid "If you used the VAR2 placeholder you can assign a value to it here"
139
+ msgstr ""
140
+
141
+ #: ../.././controllers/wdt_functions.php:776
142
+ msgid "Variable placeholder #3"
143
+ msgstr ""
144
+
145
+ #: ../.././controllers/wdt_functions.php:780
146
+ msgid "If you used the VAR3 placeholder you can assign a value to it here"
147
+ msgstr ""
148
+
149
+ #: ../.././controllers/wdt_functions.php:793
150
+ msgid "Google or Highcharts chart based on a wpDataTable"
151
+ msgstr ""
152
+
153
+ #: ../.././controllers/wdt_functions.php:800
154
+ msgid "wpDataChart"
155
+ msgstr ""
156
+
157
+ #: ../.././controllers/wdt_functions.php:804
158
+ msgid "Choose one of wpDataCharts from the list"
159
+ msgstr ""
160
+
161
+ #: ../.././source/class.wdtbrowsechartstable.php:137
162
+ #: ../.././source/class.wdtbrowsechartstable.php:151
163
+ #: ../.././source/class.wdtbrowsetable.php:170
164
+ #: ../.././source/class.wdtbrowsetable.php:191
165
+ msgid "Configure"
166
+ msgstr ""
167
+
168
+ #: ../.././source/class.wdtbrowsechartstable.php:138
169
+ #: ../.././source/class.wdtbrowsechartstable.php:152
170
+ #: ../.././source/class.wdtbrowsetable.php:172
171
+ #: ../.././source/class.wdtbrowsetable.php:192
172
+ #: ../.././templates/common/delete_modal.inc.php:41
173
+ #: ../.././templates/edit_table.inc.php:15
174
+ msgid "Delete"
175
+ msgstr "Verwijderen"
176
+
177
+ #: ../.././source/class.wdtbrowsechartstable.php:188
178
+ #: ../.././source/class.wdtbrowsechartstable.php:278
179
+ #, fuzzy
180
+ #| msgid "Column chart"
181
+ msgid "Column Chart"
182
+ msgstr "Kolomgrafiek"
183
+
184
+ #: ../.././source/class.wdtbrowsechartstable.php:191
185
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
186
+ #: ../.././templates/chart_wizard.inc.php:91
187
+ msgid "Histogram"
188
+ msgstr ""
189
+
190
+ #: ../.././source/class.wdtbrowsechartstable.php:194
191
+ #, fuzzy
192
+ #| msgid "Bar chart"
193
+ msgid "Bar Chart"
194
+ msgstr "Staafgrafiek"
195
+
196
+ #: ../.././source/class.wdtbrowsechartstable.php:197
197
+ #: ../.././source/class.wdtbrowsechartstable.php:239
198
+ #, fuzzy
199
+ #| msgid "Bar chart"
200
+ msgid "Stacked Bar Chart"
201
+ msgstr "Staafgrafiek"
202
+
203
+ #: ../.././source/class.wdtbrowsechartstable.php:200
204
+ #: ../.././source/class.wdtbrowsechartstable.php:272
205
+ #, fuzzy
206
+ #| msgid "Area chart"
207
+ msgid "Area Chart"
208
+ msgstr "Omgevingsgrafiek"
209
+
210
+ #: ../.././source/class.wdtbrowsechartstable.php:203
211
+ #, fuzzy
212
+ #| msgid "Area chart"
213
+ msgid "Stepped Area Chart"
214
+ msgstr "Omgevingsgrafiek"
215
+
216
+ #: ../.././source/class.wdtbrowsechartstable.php:206
217
+ #: ../.././source/class.wdtbrowsechartstable.php:224
218
+ #: ../.././source/class.wdtbrowsechartstable.php:269
219
+ #, fuzzy
220
+ #| msgid "Line chart"
221
+ msgid "Line Chart"
222
+ msgstr "Lijngrafiek"
223
+
224
+ #: ../.././source/class.wdtbrowsechartstable.php:209
225
+ #: ../.././source/class.wdtbrowsechartstable.php:248
226
+ #: ../.././source/class.wdtbrowsechartstable.php:287
227
+ #, fuzzy
228
+ #| msgid "Pie chart"
229
+ msgid "Pie Chart"
230
+ msgstr "Taartdiagram"
231
+
232
+ #: ../.././source/class.wdtbrowsechartstable.php:212
233
+ #: ../.././source/class.wdtbrowsechartstable.php:293
234
+ msgid "Bubble Chart"
235
+ msgstr ""
236
+
237
+ #: ../.././source/class.wdtbrowsechartstable.php:215
238
+ #: ../.././source/class.wdtbrowsechartstable.php:254
239
+ #, fuzzy
240
+ #| msgid "No chart"
241
+ msgid "Donut Chart"
242
+ msgstr "Geen grafiek"
243
+
244
+ #: ../.././source/class.wdtbrowsechartstable.php:218
245
+ #, fuzzy
246
+ #| msgid "Bar chart"
247
+ msgid "Gauge Chart"
248
+ msgstr "Staafgrafiek"
249
+
250
+ #: ../.././source/class.wdtbrowsechartstable.php:221
251
+ #, fuzzy
252
+ #| msgid "Bar chart"
253
+ msgid "Scatter Chart"
254
+ msgstr "Staafgrafiek"
255
+
256
+ #: ../.././source/class.wdtbrowsechartstable.php:227
257
+ #, fuzzy
258
+ #| msgid "Line chart"
259
+ msgid "Spline Chart"
260
+ msgstr "Lijngrafiek"
261
+
262
+ #: ../.././source/class.wdtbrowsechartstable.php:230
263
+ #, fuzzy
264
+ #| msgid "Area chart"
265
+ msgid "Basic Area Chart"
266
+ msgstr "Omgevingsgrafiek"
267
+
268
+ #: ../.././source/class.wdtbrowsechartstable.php:233
269
+ #: ../.././source/class.wdtbrowsechartstable.php:275
270
+ #, fuzzy
271
+ #| msgid "Area chart"
272
+ msgid "Stacked Area Chart"
273
+ msgstr "Omgevingsgrafiek"
274
+
275
+ #: ../.././source/class.wdtbrowsechartstable.php:236
276
+ #, fuzzy
277
+ #| msgid "Bar chart"
278
+ msgid "Basic Bar Chart"
279
+ msgstr "Staafgrafiek"
280
+
281
+ #: ../.././source/class.wdtbrowsechartstable.php:242
282
+ #, fuzzy
283
+ #| msgid "Column chart"
284
+ msgid "Basic Column Chart"
285
+ msgstr "Kolomgrafiek"
286
+
287
+ #: ../.././source/class.wdtbrowsechartstable.php:245
288
+ #, fuzzy
289
+ #| msgid "Column chart"
290
+ msgid "Stacked Column Chart"
291
+ msgstr "Kolomgrafiek"
292
+
293
+ #: ../.././source/class.wdtbrowsechartstable.php:251
294
+ msgid "Pie With Gradient Chart"
295
+ msgstr ""
296
+
297
+ #: ../.././source/class.wdtbrowsechartstable.php:257
298
+ msgid "Scatter Plot"
299
+ msgstr ""
300
+
301
+ #: ../.././source/class.wdtbrowsechartstable.php:260
302
+ #, fuzzy
303
+ #| msgid "Column chart"
304
+ msgid "3D Column Chart"
305
+ msgstr "Kolomgrafiek"
306
+
307
+ #: ../.././source/class.wdtbrowsechartstable.php:263
308
+ #, fuzzy
309
+ #| msgid "Pie chart"
310
+ msgid "3D Pie Chart"
311
+ msgstr "Taartdiagram"
312
+
313
+ #: ../.././source/class.wdtbrowsechartstable.php:266
314
+ msgid "3D Donut Chart"
315
+ msgstr ""
316
+
317
+ #: ../.././source/class.wdtbrowsechartstable.php:281
318
+ #, fuzzy
319
+ #| msgid "Bar chart"
320
+ msgid "Radar Chart"
321
+ msgstr "Staafgrafiek"
322
+
323
+ #: ../.././source/class.wdtbrowsechartstable.php:284
324
+ #, fuzzy
325
+ #| msgid "Area chart"
326
+ msgid "Polar Area Chart"
327
+ msgstr "Omgevingsgrafiek"
328
+
329
+ #: ../.././source/class.wdtbrowsechartstable.php:290
330
+ #, fuzzy
331
+ #| msgid "Column chart"
332
+ msgid "Doughnut Chart"
333
+ msgstr "Kolomgrafiek"
334
+
335
+ #: ../.././source/class.wdtbrowsechartstable.php:305
336
+ msgid "Google"
337
+ msgstr ""
338
+
339
+ #: ../.././source/class.wdtbrowsechartstable.php:308
340
+ #, fuzzy
341
+ #| msgid "Pie chart"
342
+ msgid "Highcharts"
343
+ msgstr "Taartdiagram"
344
+
345
+ #: ../.././source/class.wdtbrowsechartstable.php:311
346
+ #, fuzzy
347
+ #| msgid "Chart hor. axis"
348
+ msgid "Chart.js"
349
+ msgstr "Grafiek hor. as"
350
+
351
+ #: ../.././source/class.wdtbrowsechartstable.php:375
352
+ #: ../.././source/class.wdtbrowsetable.php:272
353
+ msgid "Select All"
354
+ msgstr ""
355
+
356
+ #: ../.././source/class.wdtbrowsechartstable.php:427
357
+ #, fuzzy
358
+ #| msgid "No wpDataTables in the system yet."
359
+ msgid "No wpDataCharts in the system yet."
360
+ msgstr "Nog geen wpDataTables in het systeem"
361
+
362
+ #: ../.././source/class.wdtbrowsetable.php:163
363
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:63
364
+ msgid "Duplicate"
365
+ msgstr "Dubbel"
366
+
367
+ #: ../.././source/class.wdtbrowsetable.php:165
368
+ #: ../.././templates/edit_table.inc.php:99
369
+ #, fuzzy
370
+ #| msgid "Edit wpDataTable"
371
+ msgid "Edit data"
372
+ msgstr "wpDataTable aanpassen"
373
+
374
+ #: ../.././source/class.wdtbrowsetable.php:167
375
+ msgid "Edit in Excel-like editor"
376
+ msgstr ""
377
+
378
+ #: ../.././source/class.wdtbrowsetable.php:209
379
+ #, fuzzy
380
+ #| msgid "MySQL host"
381
+ msgid "MySQL"
382
+ msgstr "MySQL host"
383
+
384
+ #: ../.././source/class.wdtbrowsetable.php:212
385
+ msgid "Manual"
386
+ msgstr ""
387
+
388
+ #: ../.././source/class.wdtbrowsetable.php:215
389
+ #: ../.././source/class.wpdatatable.php:1892
390
+ #: ../.././source/class.wpdatatable.php:1961
391
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:954
392
+ #, fuzzy
393
+ #| msgid "Excel file"
394
+ msgid "Excel"
395
+ msgstr "Excel bestand"
396
+
397
+ #: ../.././source/class.wdtbrowsetable.php:218
398
+ #: ../.././source/class.wpdatatable.php:1901
399
+ #: ../.././source/class.wpdatatable.php:1971
400
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:955
401
+ msgid "CSV"
402
+ msgstr ""
403
+
404
+ #: ../.././source/class.wdtbrowsetable.php:221
405
+ msgid "XML"
406
+ msgstr ""
407
+
408
+ #: ../.././source/class.wdtbrowsetable.php:224
409
+ #, fuzzy
410
+ #| msgid "JSON file"
411
+ msgid "JSON"
412
+ msgstr "JSON bestand"
413
+
414
+ #: ../.././source/class.wdtbrowsetable.php:227
415
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:113
416
+ #: ../.././templates/edit_table.inc.php:91
417
+ msgid "Serialized PHP array"
418
+ msgstr "Serialized PHP array"
419
+
420
+ #: ../.././source/class.wdtbrowsetable.php:230
421
+ #: ../.././templates/edit_table.inc.php:88
422
+ msgid "Google spreadsheet"
423
+ msgstr ""
424
+
425
+ #: ../.././source/class.wdtbrowsetable.php:237
426
+ msgid "Unknown"
427
+ msgstr ""
428
+
429
+ #: ../.././source/class.wdtbrowsetable.php:347
430
+ msgid "No wpDataTables in the system yet."
431
+ msgstr "Nog geen wpDataTables in het systeem"
432
+
433
+ #: ../.././source/class.wdtconfigcontroller.php:139
434
+ msgid "There was an error trying to fetch the table data: "
435
+ msgstr ""
436
+
437
+ #: ../.././source/class.wdtconfigcontroller.php:449
438
+ #, fuzzy
439
+ #| msgid "Table input data source cannot be empty"
440
+ msgid "Table in data source has no rows."
441
+ msgstr "Tabel invoer data bron mag niet leeg zijn"
442
+
443
+ #: ../.././source/class.wdttools.php:16
444
+ msgid "One line string"
445
+ msgstr ""
446
+
447
+ #: ../.././source/class.wdttools.php:17
448
+ msgid "Multi-line string"
449
+ msgstr ""
450
+
451
+ #: ../.././source/class.wdttools.php:18
452
+ msgid "One-line selectbox"
453
+ msgstr ""
454
+
455
+ #: ../.././source/class.wdttools.php:19
456
+ msgid "Multi-line selectbox"
457
+ msgstr ""
458
+
459
+ #: ../.././source/class.wdttools.php:20
460
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:361
461
+ msgid "Integer"
462
+ msgstr ""
463
+
464
+ #: ../.././source/class.wdttools.php:21
465
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:362
466
+ msgid "Float"
467
+ msgstr ""
468
+
469
+ #: ../.././source/class.wdttools.php:22
470
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:363
471
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:988
472
+ msgid "Date"
473
+ msgstr ""
474
+
475
+ #: ../.././source/class.wdttools.php:23
476
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:989
477
+ msgid "Datetime"
478
+ msgstr ""
479
+
480
+ #: ../.././source/class.wdttools.php:24
481
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:365
482
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:990
483
+ msgid "Time"
484
+ msgstr ""
485
+
486
+ #: ../.././source/class.wdttools.php:25
487
+ msgid "URL Link"
488
+ msgstr ""
489
+
490
+ #: ../.././source/class.wdttools.php:26
491
+ msgid "E-mail"
492
+ msgstr ""
493
+
494
+ #: ../.././source/class.wdttools.php:27
495
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:368
496
+ msgid "Image"
497
+ msgstr ""
498
+
499
+ #: ../.././source/class.wdttools.php:28
500
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:993
501
+ #, fuzzy
502
+ #| msgid "Upload attachment"
503
+ msgid "Attachment"
504
+ msgstr "Upload bijlage"
505
+
506
+ #: ../.././source/class.wdttools.php:155
507
+ msgid ""
508
+ "wpDataTables was unable to read your Google Spreadsheet, probably it is not "
509
+ "published correctly. <br/> You can publish it by going to <b>File -> Publish "
510
+ "to the web</b> "
511
+ msgstr ""
512
+
513
+ #: ../.././source/class.wdttools.php:288
514
+ msgid "Back to date"
515
+ msgstr ""
516
+
517
+ #: ../.././source/class.wdttools.php:289
518
+ msgid "Browse"
519
+ msgstr ""
520
+
521
+ #: ../.././source/class.wdttools.php:290
522
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:60
523
+ #: ../.././templates/admin/common/close_modal.inc.php:36
524
+ #: ../.././templates/admin/constructor/constructor.inc.php:30
525
+ #: ../.././templates/admin/settings/settings.inc.php:28
526
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:125
527
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:27
528
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1098
529
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:89
530
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
531
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:80
532
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:73
533
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:42
534
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1125
535
+ #: ../.././templates/common/delete_modal.inc.php:38
536
+ msgid "Cancel"
537
+ msgstr "Annuleren"
538
+
539
+ #: ../.././source/class.wdttools.php:291
540
+ #, fuzzy
541
+ #| msgid "Table type cannot be empty"
542
+ msgid " field cannot be empty!"
543
+ msgstr "Tabel type mag niet leeg zijn"
544
+
545
+ #: ../.././source/class.wdttools.php:292
546
+ msgid "Use selected file"
547
+ msgstr ""
548
+
549
+ #: ../.././source/class.wdttools.php:293
550
+ #, fuzzy
551
+ #| msgid "Choose roles"
552
+ msgid "Choose file"
553
+ msgstr "Kies rollen"
554
+
555
+ #: ../.././source/class.wdttools.php:294
556
+ #: ../.././templates/admin/common/error_modal.inc.php:23
557
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:27
558
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:95
559
+ #: ../.././templates/edit_table.inc.php:36
560
+ #: ../.././templates/edit_table.inc.php:418
561
+ #: ../.././templates/edit_table.inc.php:439
562
+ #: ../.././templates/edit_table.inc.php:462
563
+ msgid "Close"
564
+ msgstr "Sluiten"
565
+
566
+ #: ../.././source/class.wdttools.php:295
567
+ msgid "Column has been added!"
568
+ msgstr ""
569
+
570
+ #: ../.././source/class.wdttools.php:296
571
+ #, fuzzy
572
+ #| msgid "Table type cannot be empty"
573
+ msgid "Column header cannot be empty!"
574
+ msgstr "Tabel type mag niet leeg zijn"
575
+
576
+ #: ../.././source/class.wdttools.php:297
577
+ msgid "Please confirm column deletion!"
578
+ msgstr ""
579
+
580
+ #: ../.././source/class.wdttools.php:298
581
+ msgid "Column has been removed!"
582
+ msgstr ""
583
+
584
+ #: ../.././source/class.wdttools.php:299
585
+ msgid "Please select columns that you want to use in table"
586
+ msgstr ""
587
+
588
+ #: ../.././source/class.wdttools.php:300
589
+ #: ../.././source/class.wpdatatable.php:1910
590
+ #: ../.././source/class.wpdatatable.php:1981
591
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:956
592
+ msgid "Copy"
593
+ msgstr ""
594
+
595
+ #: ../.././source/class.wdttools.php:301
596
+ msgid "There was an error trying to insert a new row!"
597
+ msgstr ""
598
+
599
+ #: ../.././source/class.wdttools.php:302
600
+ msgid "Data has been saved!"
601
+ msgstr ""
602
+
603
+ #: ../.././source/class.wdttools.php:303
604
+ msgid "detach"
605
+ msgstr ""
606
+
607
+ #: ../.././source/class.wdttools.php:304 ../.././templates/settings.inc.php:553
608
+ #: ../.././templates/settings.inc.php:627
609
+ msgid "Error!"
610
+ msgstr "Fout!"
611
+
612
+ #: ../.././source/class.wdttools.php:305
613
+ msgid "Please upload or choose a file from Media Library!"
614
+ msgstr ""
615
+
616
+ #: ../.././source/class.wdttools.php:306
617
+ msgid "From"
618
+ msgstr ""
619
+
620
+ #: ../.././source/class.wdttools.php:307
621
+ msgid "Please provide a valid e-mail address for field"
622
+ msgstr ""
623
+
624
+ #: ../.././source/class.wdttools.php:308
625
+ msgid "Please provide a valid URL link for field"
626
+ msgstr ""
627
+
628
+ #: ../.././source/class.wdttools.php:309
629
+ msgid "You have entered invalid value. Press ESC to cancel."
630
+ msgstr ""
631
+
632
+ #: ../.././source/class.wdttools.php:310 ../.././source/class.wdttools.php:336
633
+ msgid "Show _MENU_ entries"
634
+ msgstr ""
635
+
636
+ #: ../.././source/class.wdttools.php:311
637
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
638
+ msgid "Merge"
639
+ msgstr ""
640
+
641
+ #: ../.././source/class.wdttools.php:312
642
+ #, fuzzy
643
+ #| msgid "ID column"
644
+ msgid "New column"
645
+ msgstr "ID kolom"
646
+
647
+ #: ../.././source/class.wdttools.php:314
648
+ msgid ": activate to sort column ascending"
649
+ msgstr ""
650
+
651
+ #: ../.././source/class.wdttools.php:315
652
+ msgid ": activate to sort column descending"
653
+ msgstr ""
654
+
655
+ #: ../.././source/class.wdttools.php:317
656
+ msgid "Ok"
657
+ msgstr ""
658
+
659
+ #: ../.././source/class.wdttools.php:319
660
+ msgid "First"
661
+ msgstr ""
662
+
663
+ #: ../.././source/class.wdttools.php:320
664
+ msgid "Last"
665
+ msgstr ""
666
+
667
+ #: ../.././source/class.wdttools.php:321
668
+ msgid "Next"
669
+ msgstr "Volgende"
670
+
671
+ #: ../.././source/class.wdttools.php:322
672
+ #, fuzzy
673
+ #| msgid "Preview"
674
+ msgid "Previous"
675
+ msgstr "Preview"
676
+
677
+ #: ../.././source/class.wdttools.php:324
678
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
679
+ msgid "Replace"
680
+ msgstr ""
681
+
682
+ #: ../.././source/class.wdttools.php:325
683
+ msgid "Row has been deleted!"
684
+ msgstr ""
685
+
686
+ #: ../.././source/class.wdttools.php:326
687
+ msgid "Select a file to use in table"
688
+ msgstr ""
689
+
690
+ #: ../.././source/class.wdttools.php:327
691
+ #, fuzzy
692
+ #| msgid "Select Excel or CSV file"
693
+ msgid "Select an Excel or CSV file"
694
+ msgstr "Selecteer Excel of CSV besand"
695
+
696
+ #: ../.././source/class.wdttools.php:328
697
+ msgid "No data available in table"
698
+ msgstr ""
699
+
700
+ #: ../.././source/class.wdttools.php:329
701
+ #, fuzzy
702
+ #| msgid "Settings saved successfully"
703
+ msgid "Plugin settings saved successfully"
704
+ msgstr "Instellingen zijn opgeslagen"
705
+
706
+ #: ../.././source/class.wdttools.php:330
707
+ msgid "Shortcode has been copied to the clipboard."
708
+ msgstr ""
709
+
710
+ #: ../.././source/class.wdttools.php:331
711
+ msgid "Showing _START_ to _END_ of _TOTAL_ entries"
712
+ msgstr ""
713
+
714
+ #: ../.././source/class.wdttools.php:332
715
+ msgid "Showing 0 to 0 of 0 entries"
716
+ msgstr ""
717
+
718
+ #: ../.././source/class.wdttools.php:333
719
+ msgid "(filtered from _MAX_ total entries)"
720
+ msgstr ""
721
+
722
+ #: ../.././source/class.wdttools.php:335
723
+ msgid ","
724
+ msgstr ""
725
+
726
+ #: ../.././source/class.wdttools.php:337
727
+ msgid "Loading..."
728
+ msgstr ""
729
+
730
+ #: ../.././source/class.wdttools.php:338
731
+ msgid "Processing..."
732
+ msgstr ""
733
+
734
+ #: ../.././source/class.wdttools.php:339
735
+ #, fuzzy
736
+ #| msgid "MySQL user"
737
+ msgid "SQL error"
738
+ msgstr "MySQL gebruiker"
739
+
740
+ #: ../.././source/class.wdttools.php:340
741
+ msgid "Search: "
742
+ msgstr ""
743
+
744
+ #: ../.././source/class.wdttools.php:341 ../.././templates/settings.inc.php:559
745
+ #: ../.././templates/settings.inc.php:625
746
+ msgid "Success!"
747
+ msgstr "Succes!"
748
+
749
+ #: ../.././source/class.wdttools.php:342
750
+ msgid "No matching records found"
751
+ msgstr ""
752
+
753
+ #: ../.././source/class.wdttools.php:343
754
+ msgid "Table saved successfully!"
755
+ msgstr "Tabel succesvol opgeslagen!"
756
+
757
+ #: ../.././source/class.wdttools.php:344
758
+ msgid "To"
759
+ msgstr ""
760
+
761
+ #: ../.././source/class.wpdatatable.php:1597
762
+ msgid ""
763
+ "You are trying to load a table of an unknown type. Probably you did not "
764
+ "activate the addon which is required to use this table type."
765
+ msgstr ""
766
+
767
+ #: ../.././source/class.wpdatatable.php:1812
768
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:557
769
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:318
770
+ #: ../.././templates/edit_table.inc.php:409
771
+ msgid "All"
772
+ msgstr "Alles"
773
+
774
+ #: ../.././source/class.wpdatatable.php:1872
775
+ #: ../.././source/class.wpdatatable.php:1940
776
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:9
777
+ #, fuzzy
778
+ #| msgid "Column type"
779
+ msgid "Columns"
780
+ msgstr "Kolom type"
781
+
782
+ #: ../.././source/class.wpdatatable.php:1882
783
+ #: ../.././source/class.wpdatatable.php:1950
784
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:953
785
+ msgid "Print"
786
+ msgstr ""
787
+
788
+ #: ../.././source/class.wpdatatable.php:1920
789
+ #: ../.././source/class.wpdatatable.php:1992
790
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:957
791
+ msgid "PDF"
792
+ msgstr ""
793
+
794
+ #: ../.././source/class.wpdatatable.php:1928
795
+ msgid "Export"
796
+ msgstr ""
797
+
798
+ #: ../.././source/class.wpdatatable.php:2005
799
+ msgid "Search table"
800
+ msgstr ""
801
+
802
+ #: ../.././source/class.wpdatatable.php:2006
803
+ msgid "Showing _MENU_ Entries"
804
+ msgstr ""
805
+
806
+ #: ../.././templates/addons.inc.php:8 ../.././templates/browse.inc.php:8
807
+ #: ../.././templates/browse_charts.inc.php:8
808
+ #: ../.././templates/chart_wizard.inc.php:16
809
+ #: ../.././templates/constructor.inc.php:14
810
+ #: ../.././templates/edit_table.inc.php:11
811
+ #: ../.././templates/settings.inc.php:12
812
+ msgid "Please refer to"
813
+ msgstr "Graag doorsturen naar"
814
+
815
+ #: ../.././templates/addons.inc.php:8 ../.././templates/browse.inc.php:8
816
+ msgid "wpDataTables documentation"
817
+ msgstr "wpDataTables documentatie"
818
+
819
+ #: ../.././templates/addons.inc.php:8 ../.././templates/browse.inc.php:8
820
+ #: ../.././templates/browse_charts.inc.php:8
821
+ #: ../.././templates/chart_wizard.inc.php:16
822
+ #: ../.././templates/settings.inc.php:12
823
+ msgid "if you have some questions or problems with the plugin."
824
+ msgstr "als je vragen of problemen hebt met deze plugin."
825
+
826
+ #: ../.././templates/addons.inc.php:10
827
+ #, fuzzy
828
+ #| msgid "wpDataTables settings"
829
+ msgid "wpDataTables Addons"
830
+ msgstr "wpDataTables instellingen"
831
+
832
+ #: ../.././templates/addons.inc.php:12
833
+ #: ../.././templates/admin/addons/addons.inc.php:33
834
+ msgid ""
835
+ "While wpDataTables itself provides quite a large amount of features and "
836
+ "unlimited customisation flexibility, you can achieve even more with our "
837
+ "premium addons. Each addon brings you some unique extension to the core "
838
+ "functionality. There will be more addons developed over time by wpDataTables "
839
+ "creators and 3rd party developers, so stay tuned."
840
+ msgstr ""
841
+
842
+ #: ../.././templates/addons.inc.php:19
843
+ #: ../.././templates/admin/addons/addons.inc.php:65
844
+ msgid "Report Builder"
845
+ msgstr ""
846
+
847
+ #: ../.././templates/addons.inc.php:23
848
+ #: ../.././templates/admin/addons/addons.inc.php:66
849
+ msgid ""
850
+ "A unique tool that allows you to generate almost any Word DOCX and Excel "
851
+ "XLSX documents filled in with actual data from your database."
852
+ msgstr ""
853
+
854
+ #: ../.././templates/addons.inc.php:24
855
+ msgid "Find out more"
856
+ msgstr ""
857
+
858
+ #: ../.././templates/admin/addons/addons.inc.php:22
859
+ #, fuzzy
860
+ #| msgid "Choose the base skin for the plugin"
861
+ msgid "Addons for the plugin"
862
+ msgstr "Kies een skin voor de plugin"
863
+
864
+ #: ../.././templates/admin/addons/addons.inc.php:24
865
+ #, fuzzy
866
+ #| msgid "Use in wpDataTable"
867
+ msgid "Unique extensions for wpDataTables"
868
+ msgstr "Gebruik in wpDataTable"
869
+
870
+ #: ../.././templates/admin/addons/addons.inc.php:32
871
+ msgid "About Addons"
872
+ msgstr ""
873
+
874
+ #: ../.././templates/admin/addons/addons.inc.php:45
875
+ msgid "Powerful Filters for wpDataTables"
876
+ msgstr ""
877
+
878
+ #: ../.././templates/admin/addons/addons.inc.php:46
879
+ msgid ""
880
+ "An add-on for wpDataTables that provides powerful filtering features: "
881
+ "cascade filtering, applying filters on button click, show only filter "
882
+ "without the table before user defines the search values."
883
+ msgstr ""
884
+
885
+ #: ../.././templates/admin/addons/addons.inc.php:51
886
+ #: ../.././templates/admin/addons/addons.inc.php:71
887
+ #: ../.././templates/admin/addons/addons.inc.php:91
888
+ #: ../.././templates/admin/addons/addons.inc.php:111
889
+ msgid "Find out more "
890
+ msgstr ""
891
+
892
+ #: ../.././templates/admin/addons/addons.inc.php:85
893
+ msgid "Gravity Forms integration for wpDataTables"
894
+ msgstr ""
895
+
896
+ #: ../.././templates/admin/addons/addons.inc.php:86
897
+ msgid ""
898
+ "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
899
+ "wpDataTables from Gravity Forms entries data."
900
+ msgstr ""
901
+
902
+ #: ../.././templates/admin/addons/addons.inc.php:105
903
+ msgid "Formidable Forms integration for wpDataTables"
904
+ msgstr ""
905
+
906
+ #: ../.././templates/admin/addons/addons.inc.php:106
907
+ msgid ""
908
+ "Tool that adds \"Formidable Form\" as a new table type and allows you to "
909
+ "create wpDataTables from Formidable Forms entries data."
910
+ msgstr ""
911
+
912
+ #: ../.././templates/admin/browse/bulk_actions.inc.php:5
913
+ msgid "Bulk Actions"
914
+ msgstr ""
915
+
916
+ #: ../.././templates/admin/browse/bulk_actions.inc.php:15
917
+ msgid "APPLY"
918
+ msgstr ""
919
+
920
+ #: ../.././templates/admin/browse/chart/browse.inc.php:25
921
+ msgid "wpDataCharts browse"
922
+ msgstr ""
923
+
924
+ #: ../.././templates/admin/browse/chart/browse.inc.php:32
925
+ #: ../.././templates/admin/browse/table/browse.inc.php:32
926
+ #, fuzzy
927
+ #| msgid "Add new"
928
+ msgid "Add New"
929
+ msgstr "Nieuwe toevoegen"
930
+
931
+ #: ../.././templates/admin/browse/table/browse.inc.php:25
932
+ #, fuzzy
933
+ #| msgid "wpDataTables settings"
934
+ msgid "wpDataTables browse"
935
+ msgstr "wpDataTables instellingen"
936
+
937
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:18
938
+ #: ../.././templates/browse.inc.php:56
939
+ msgid "Duplicate table"
940
+ msgstr "Dupliceer tabel"
941
+
942
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:27
943
+ #: ../.././templates/browse.inc.php:19
944
+ msgid "New table title"
945
+ msgstr "Nieuwe tabelnaam"
946
+
947
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:39
948
+ #, fuzzy
949
+ #| msgid "Duplicate table"
950
+ msgid "Duplicate database table"
951
+ msgstr "Dupliceer tabel"
952
+
953
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:43
954
+ msgid "Unchecked"
955
+ msgstr ""
956
+
957
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:43
958
+ msgid ""
959
+ "will create exact copy of this table which means that all changes made in "
960
+ "one table will be reflected in all copies."
961
+ msgstr ""
962
+
963
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:43
964
+ msgid "Checked"
965
+ msgstr ""
966
+
967
+ #: ../.././templates/admin/browse/table/duplicate_modal.inc.php:43
968
+ msgid ""
969
+ "will create separate database table so changing one table won't affect other "
970
+ "copies."
971
+ msgstr ""
972
+
973
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:37
974
+ #: ../.././templates/chart_wizard.inc.php:26
975
+ msgid "Chart Creation Wizard"
976
+ msgstr ""
977
+
978
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:57
979
+ #: ../.././templates/chart_wizard.inc.php:32
980
+ #, fuzzy
981
+ #| msgid "Chart title"
982
+ msgid "Chart title & type"
983
+ msgstr "Grafiek titel"
984
+
985
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:59
986
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:61
987
+ #: ../.././templates/chart_wizard.inc.php:36
988
+ msgid "Data source"
989
+ msgstr ""
990
+
991
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:61
992
+ #: ../.././templates/chart_wizard.inc.php:40
993
+ msgid "Data range"
994
+ msgstr ""
995
+
996
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:63
997
+ msgid "Formatting and preview"
998
+ msgstr ""
999
+
1000
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:65
1001
+ #: ../.././templates/chart_wizard.inc.php:52
1002
+ msgid "Save and get shortcode"
1003
+ msgstr ""
1004
+
1005
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:83
1006
+ msgid "Finish"
1007
+ msgstr ""
1008
+
1009
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:86
1010
+ #: ../.././templates/admin/constructor/constructor.inc.php:60
1011
+ #, fuzzy
1012
+ #| msgid "Next"
1013
+ msgid "Next "
1014
+ msgstr "Volgende"
1015
+
1016
+ #: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:88
1017
+ #: ../.././templates/admin/constructor/constructor.inc.php:62
1018
+ #, fuzzy
1019
+ #| msgid "Preview"
1020
+ msgid " Previous"
1021
+ msgstr "Preview"
1022
+
1023
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
1024
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
1025
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
1026
+ #: ../.././templates/chart_wizard.inc.php:95
1027
+ #: ../.././templates/chart_wizard.inc.php:108
1028
+ msgid "Line chart"
1029
+ msgstr "Lijngrafiek"
1030
+
1031
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
1032
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
1033
+ #: ../.././templates/chart_wizard.inc.php:93
1034
+ msgid "Area chart"
1035
+ msgstr "Omgevingsgrafiek"
1036
+
1037
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
1038
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
1039
+ #: ../.././templates/chart_wizard.inc.php:110
1040
+ #, fuzzy
1041
+ #| msgid "Area chart"
1042
+ msgid "Stacked area chart"
1043
+ msgstr "Omgevingsgrafiek"
1044
+
1045
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
1046
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:49
1047
+ #: ../.././templates/chart_wizard.inc.php:90
1048
+ msgid "Column chart"
1049
+ msgstr "Kolomgrafiek"
1050
+
1051
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
1052
+ #, fuzzy
1053
+ #| msgid "Bar chart"
1054
+ msgid "Radar chart"
1055
+ msgstr "Staafgrafiek"
1056
+
1057
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
1058
+ #, fuzzy
1059
+ #| msgid "Area chart"
1060
+ msgid "Polar area chart"
1061
+ msgstr "Omgevingsgrafiek"
1062
+
1063
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
1064
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
1065
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
1066
+ #: ../.././templates/chart_wizard.inc.php:96
1067
+ #: ../.././templates/chart_wizard.inc.php:115
1068
+ msgid "Pie chart"
1069
+ msgstr "Taartdiagram"
1070
+
1071
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
1072
+ #, fuzzy
1073
+ #| msgid "Column chart"
1074
+ msgid "Doughnut chart"
1075
+ msgstr "Kolomgrafiek"
1076
+
1077
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
1078
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
1079
+ #: ../.././templates/chart_wizard.inc.php:97
1080
+ #, fuzzy
1081
+ #| msgid "Pie chart"
1082
+ msgid "Bubble chart"
1083
+ msgstr "Taartdiagram"
1084
+
1085
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
1086
+ #: ../.././templates/chart_wizard.inc.php:94
1087
+ #, fuzzy
1088
+ #| msgid "Area chart"
1089
+ msgid "Stepped area chart"
1090
+ msgstr "Omgevingsgrafiek"
1091
+
1092
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
1093
+ #: ../.././templates/chart_wizard.inc.php:92
1094
+ msgid "Bar chart"
1095
+ msgstr "Staafgrafiek"
1096
+
1097
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
1098
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
1099
+ #: ../.././templates/chart_wizard.inc.php:112
1100
+ #, fuzzy
1101
+ #| msgid "Add a chart"
1102
+ msgid "Stacked bar chart"
1103
+ msgstr "Voeg een grafiek toe"
1104
+
1105
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
1106
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
1107
+ #: ../.././templates/chart_wizard.inc.php:98
1108
+ #: ../.././templates/chart_wizard.inc.php:117
1109
+ #, fuzzy
1110
+ #| msgid "No chart"
1111
+ msgid "Donut chart"
1112
+ msgstr "Geen grafiek"
1113
+
1114
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
1115
+ #: ../.././templates/chart_wizard.inc.php:99
1116
+ #, fuzzy
1117
+ #| msgid "Pie chart"
1118
+ msgid "Gauge chart"
1119
+ msgstr "Taartdiagram"
1120
+
1121
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
1122
+ #: ../.././templates/chart_wizard.inc.php:100
1123
+ #, fuzzy
1124
+ #| msgid "Bar chart"
1125
+ msgid "Scatter chart"
1126
+ msgstr "Staafgrafiek"
1127
+
1128
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
1129
+ #, fuzzy
1130
+ #| msgid "Line chart"
1131
+ msgid "Spline chart"
1132
+ msgstr "Lijngrafiek"
1133
+
1134
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
1135
+ #: ../.././templates/chart_wizard.inc.php:109
1136
+ #, fuzzy
1137
+ #| msgid "Bar chart"
1138
+ msgid "Basic area chart"
1139
+ msgstr "Staafgrafiek"
1140
+
1141
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
1142
+ #: ../.././templates/chart_wizard.inc.php:111
1143
+ #, fuzzy
1144
+ #| msgid "Bar chart"
1145
+ msgid "Basic bar chart"
1146
+ msgstr "Staafgrafiek"
1147
+
1148
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
1149
+ #: ../.././templates/chart_wizard.inc.php:113
1150
+ #, fuzzy
1151
+ #| msgid "Column chart"
1152
+ msgid "Basic column chart"
1153
+ msgstr "Kolomgrafiek"
1154
+
1155
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
1156
+ #: ../.././templates/chart_wizard.inc.php:114
1157
+ #, fuzzy
1158
+ #| msgid "Column chart"
1159
+ msgid "Stacked column chart"
1160
+ msgstr "Kolomgrafiek"
1161
+
1162
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
1163
+ #: ../.././templates/chart_wizard.inc.php:116
1164
+ msgid "Pie with gradient chart"
1165
+ msgstr ""
1166
+
1167
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
1168
+ #: ../.././templates/chart_wizard.inc.php:118
1169
+ msgid "Scatter plot"
1170
+ msgstr ""
1171
+
1172
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
1173
+ #: ../.././templates/chart_wizard.inc.php:119
1174
+ #, fuzzy
1175
+ #| msgid "Column chart"
1176
+ msgid "3D column chart"
1177
+ msgstr "Kolomgrafiek"
1178
+
1179
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
1180
+ #: ../.././templates/chart_wizard.inc.php:120
1181
+ #, fuzzy
1182
+ #| msgid "Pie chart"
1183
+ msgid "3D pie chart"
1184
+ msgstr "Taartdiagram"
1185
+
1186
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
1187
+ #: ../.././templates/chart_wizard.inc.php:121
1188
+ #, fuzzy
1189
+ #| msgid "No chart"
1190
+ msgid "3D donut chart"
1191
+ msgstr "Geen grafiek"
1192
+
1193
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
1194
+ #, fuzzy
1195
+ #| msgid "Area chart"
1196
+ msgid "Treemap chart"
1197
+ msgstr "Omgevingsgrafiek"
1198
+
1199
+ #: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
1200
+ #, fuzzy
1201
+ #| msgid "Area chart"
1202
+ msgid "Treemap level chart"
1203
+ msgstr "Omgevingsgrafiek"
1204
+
1205
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:13
1206
+ #: ../.././templates/chart_wizard.inc.php:65
1207
+ #, fuzzy
1208
+ #| msgid "Chart title"
1209
+ msgid "Chart name"
1210
+ msgstr "Grafiek titel"
1211
+
1212
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:15
1213
+ msgid "Please define the title of the chart that you will use to identify it"
1214
+ msgstr ""
1215
+
1216
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:22
1217
+ #: ../.././templates/chart_wizard.inc.php:69
1218
+ #, fuzzy
1219
+ #| msgid "Use in wpDataTable"
1220
+ msgid "New wpDataTable Chart"
1221
+ msgstr "Gebruik in wpDataTable"
1222
+
1223
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:33
1224
+ #: ../.././templates/chart_wizard.inc.php:75
1225
+ msgid "Chart render engine"
1226
+ msgstr ""
1227
+
1228
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:36
1229
+ #: ../.././templates/chart_wizard.inc.php:76
1230
+ msgid "Please choose the render engine."
1231
+ msgstr ""
1232
+
1233
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:36
1234
+ #: ../.././templates/chart_wizard.inc.php:76
1235
+ msgid ""
1236
+ "Please note that HighCharts license is NOT included with wpDataTables and "
1237
+ "you must purchase the license separately on"
1238
+ msgstr ""
1239
+
1240
+ #: ../.././templates/admin/chart_wizard/steps/step1.inc.php:42
1241
+ #: ../.././templates/chart_wizard.inc.php:80
1242
+ msgid "Pick the render engine"
1243
+ msgstr ""
1244
+
1245
+ #: ../.././templates/admin/common/close_modal.inc.php:17
1246
+ #: ../.././templates/common/delete_modal.inc.php:19
1247
+ msgid "Are you sure?"
1248
+ msgstr "Weet je het zeker?"
1249
+
1250
+ #: ../.././templates/admin/common/close_modal.inc.php:26
1251
+ msgid "There is no undo! You will be redirected to wpDataTables page."
1252
+ msgstr ""
1253
+
1254
+ #: ../.././templates/admin/common/close_modal.inc.php:38
1255
+ msgid "Yes"
1256
+ msgstr ""
1257
+
1258
+ #: ../.././templates/admin/common/error_modal.inc.php:16
1259
+ #: ../.././templates/common/error.inc.php:3
1260
+ #, fuzzy
1261
+ #| msgid "Error!"
1262
+ msgid "Error"
1263
+ msgstr "Fout!"
1264
+
1265
+ #: ../.././templates/admin/constructor/constructor.inc.php:25
1266
+ #: ../.././templates/constructor.inc.php:21
1267
+ msgid "Table Creation Wizard"
1268
+ msgstr ""
1269
+
1270
+ #: ../.././templates/admin/constructor/constructor.inc.php:53
1271
+ msgid "Open in standard editor"
1272
+ msgstr ""
1273
+
1274
+ #: ../.././templates/admin/constructor/constructor.inc.php:55
1275
+ msgid "Open in Excel-like editor"
1276
+ msgstr ""
1277
+
1278
+ #: ../.././templates/admin/constructor/constructor.inc.php:65
1279
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:20
1280
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1093
1281
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:68
1282
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1120
1283
+ #, fuzzy
1284
+ #| msgid "wpDataTables documentation"
1285
+ msgid "Documentation"
1286
+ msgstr "wpDataTables documentatie"
1287
+
1288
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:5
1289
+ #: ../.././templates/constructor.inc.php:29
1290
+ msgid "Choose what kind of table would you like to construct"
1291
+ msgstr ""
1292
+
1293
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:18
1294
+ msgid "Create a table linked to an existing data source"
1295
+ msgstr ""
1296
+
1297
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:20
1298
+ msgid ""
1299
+ "(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP "
1300
+ "array). Data will be read from the source every time on page load. Only "
1301
+ "MySQL-based tables can be made editable."
1302
+ msgstr ""
1303
+
1304
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:32
1305
+ msgid "Create a table manually"
1306
+ msgstr ""
1307
+
1308
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:33
1309
+ msgid ""
1310
+ "Define the number and type of columns, and fill in the data manually in WP "
1311
+ "admin. Table will be stored in MySQL and can be edited from WP admin, or "
1312
+ "made front-end editable."
1313
+ msgstr ""
1314
+
1315
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:46
1316
+ msgid "Create a table by importing data from data source"
1317
+ msgstr ""
1318
+
1319
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:48
1320
+ msgid ""
1321
+ "(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table "
1322
+ "can be edited in WP admin, or made front-end editable."
1323
+ msgstr ""
1324
+
1325
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:61
1326
+ msgid "Generate a query to WordPress database"
1327
+ msgstr ""
1328
+
1329
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:62
1330
+ msgid ""
1331
+ "Create a MySQL-query-based table by generating a query to WordPress database "
1332
+ "(posts, taxonomies, postmeta) with a GUI tool."
1333
+ msgstr ""
1334
+
1335
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:75
1336
+ msgid "Generate a query to MySQL database"
1337
+ msgstr ""
1338
+
1339
+ #: ../.././templates/admin/constructor/steps/constructor_1.inc.php:76
1340
+ msgid ""
1341
+ "Create a MySQL-query-based table by generating a query to any custom MySQL "
1342
+ "database with a GUI tool."
1343
+ msgstr ""
1344
+
1345
+ #: ../.././templates/admin/settings/settings.inc.php:22
1346
+ #: ../.././templates/admin/settings/settings.inc.php:23
1347
+ #, fuzzy
1348
+ #| msgid "Choose the base skin for the plugin"
1349
+ msgid "Settings for the plugin"
1350
+ msgstr "Kies een skin voor de plugin"
1351
+
1352
+ #: ../.././templates/admin/settings/settings.inc.php:34
1353
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:33
1354
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:31
1355
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:99
1356
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:93
1357
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:49
1358
+ #: ../.././templates/edit_table.inc.php:34
1359
+ #: ../.././templates/edit_table.inc.php:416
1360
+ #: ../.././templates/edit_table.inc.php:435
1361
+ #: ../.././templates/edit_table.inc.php:458
1362
+ msgid "Save"
1363
+ msgstr "Opslaan"
1364
+
1365
+ #: ../.././templates/admin/settings/settings.inc.php:46
1366
+ #: ../.././templates/settings.inc.php:18 ../.././templates/settings.inc.php:26
1367
+ msgid "Main settings"
1368
+ msgstr "Hoofdinstellingen"
1369
+
1370
+ #: ../.././templates/admin/settings/settings.inc.php:51
1371
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:15
1372
+ #, fuzzy
1373
+ #| msgid "Use separate MySQL connection"
1374
+ msgid "Separate DB connection"
1375
+ msgstr "Gebruik losse MySQL verbinding"
1376
+
1377
+ #: ../.././templates/admin/settings/settings.inc.php:56
1378
+ #: ../.././templates/settings.inc.php:19 ../.././templates/settings.inc.php:204
1379
+ msgid "Color and font settings"
1380
+ msgstr "Kleur en font instellingen"
1381
+
1382
+ #: ../.././templates/admin/settings/settings.inc.php:60
1383
+ #: ../.././templates/settings.inc.php:20 ../.././templates/settings.inc.php:446
1384
+ msgid "Custom JS and CSS"
1385
+ msgstr "Custom JS en CSS"
1386
+
1387
+ #: ../.././templates/admin/settings/settings.inc.php:64
1388
+ msgid "Info"
1389
+ msgstr ""
1390
+
1391
+ #: ../.././templates/admin/settings/settings.inc.php:94
1392
+ #: ../.././templates/settings.inc.php:434
1393
+ msgid "Reset colors and fonts to default"
1394
+ msgstr "Reset kleuren en fonts naar standaard"
1395
+
1396
+ #: ../.././templates/admin/settings/settings.inc.php:97
1397
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1101
1398
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:76
1399
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1128
1400
+ msgid "Apply"
1401
+ msgstr "Toepassen"
1402
+
1403
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:25
1404
+ msgid "Font"
1405
+ msgstr ""
1406
+
1407
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:27
1408
+ #: ../.././templates/settings.inc.php:428
1409
+ msgid ""
1410
+ "This font will be used in rendered tables. Leave blank not to override "
1411
+ "default theme settings"
1412
+ msgstr ""
1413
+ "Deze font wordt gebruikt om tabellen te renderen. Blanco laten om standaard "
1414
+ "thema instellingen te gebruiken"
1415
+
1416
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:45
1417
+ msgid "Font size"
1418
+ msgstr ""
1419
+
1420
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:47
1421
+ #, fuzzy
1422
+ #| msgid "In the footer"
1423
+ msgid "Define the font size"
1424
+ msgstr "In de footer"
1425
+
1426
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:62
1427
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:136
1428
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:459
1429
+ #, fuzzy
1430
+ #| msgid "Table font color"
1431
+ msgid "Font color"
1432
+ msgstr "Tabel font kleur"
1433
+
1434
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:64
1435
+ #, fuzzy
1436
+ #| msgid "This color is used for the main font in table cells"
1437
+ msgid "This color is used for the main font in table cells."
1438
+ msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
1439
+
1440
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:97
1441
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:420
1442
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:647
1443
+ #, fuzzy
1444
+ #| msgid "Buttons background color"
1445
+ msgid "Background color"
1446
+ msgstr "Achtergrondkleur van de Buttons"
1447
+
1448
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:99
1449
+ #, fuzzy
1450
+ #| msgid "The color is used for background of the table header"
1451
+ msgid "The color is used for background of the table header."
1452
+ msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
1453
+
1454
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:116
1455
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:439
1456
+ #, fuzzy
1457
+ #| msgid "Buttons border color"
1458
+ msgid "Border color"
1459
+ msgstr "Buttons border kleur"
1460
+
1461
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:118
1462
+ #, fuzzy
1463
+ #| msgid "This color is used for the border in the table header"
1464
+ msgid "This color is used for the border in the table header."
1465
+ msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
1466
+
1467
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:138
1468
+ #, fuzzy
1469
+ #| msgid "This color is used for the font in the table header"
1470
+ msgid "This color is used for the font in the table header."
1471
+ msgstr "Deze kleur wordt gebruikt voor de font in de tabel header"
1472
+
1473
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:155
1474
+ #, fuzzy
1475
+ #| msgid "Header active and hover color"
1476
+ msgid "Active and hover color\t"
1477
+ msgstr "Header actef en hover kleur"
1478
+
1479
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:157
1480
+ #, fuzzy
1481
+ #| msgid ""
1482
+ #| "This color is used when you hover the mouse above the table header, or "
1483
+ #| "when you choose a column"
1484
+ msgid ""
1485
+ "This color is used when you hover the mouse above the table header, or when "
1486
+ "you choose a column."
1487
+ msgstr ""
1488
+ "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
1489
+ "of wanneer je een kolom kiest"
1490
+
1491
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:191
1492
+ #, fuzzy
1493
+ #| msgid "Table inner border color"
1494
+ msgid "Inner border"
1495
+ msgstr "Binnenste borderkleur van de tabel"
1496
+
1497
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:193
1498
+ #, fuzzy
1499
+ #| msgid "This color is used for the inner border in the table between cells"
1500
+ msgid "This color is used for the inner border in the table between cells."
1501
+ msgstr ""
1502
+ "Deze kleur wordt gebruikt voor de binnenste border in de tabel, tussen de "
1503
+ "cellen in"
1504
+
1505
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:211
1506
+ #, fuzzy
1507
+ #| msgid "Table outer border color"
1508
+ msgid "Outer border"
1509
+ msgstr "Tabel buitenste border kleur"
1510
+
1511
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:213
1512
+ #, fuzzy
1513
+ #| msgid "This color is used for the outer border of the whole table body"
1514
+ msgid "This color is used for the outer border of the whole table body."
1515
+ msgstr ""
1516
+ "Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
1517
+
1518
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:231
1519
+ #, fuzzy
1520
+ #| msgid "Table tools"
1521
+ msgid "Table borders"
1522
+ msgstr "Tabel tools"
1523
+
1524
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:233
1525
+ msgid "When this is checked, borders in table will be removed "
1526
+ msgstr ""
1527
+
1528
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:243
1529
+ #, fuzzy
1530
+ #| msgid "Header border color"
1531
+ msgid "Header border"
1532
+ msgstr "Header border kleur"
1533
+
1534
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:245
1535
+ msgid "When this is checked,borders in header will be removed "
1536
+ msgstr ""
1537
+
1538
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:271
1539
+ #, fuzzy
1540
+ #| msgid "Even row background color"
1541
+ msgid "Even row background"
1542
+ msgstr "Even rijen achtergrond kleur"
1543
+
1544
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:273
1545
+ #, fuzzy
1546
+ #| msgid "This color is used for for background in even rows"
1547
+ msgid "This color is used for for background in even rows."
1548
+ msgstr "Deze kleur wordt gebruikt voor de achtergrond van de even rijen"
1549
+
1550
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:290
1551
+ #, fuzzy
1552
+ #| msgid "Odd row background color"
1553
+ msgid "Odd row background"
1554
+ msgstr "Oneven rijen achtergrond kleur"
1555
+
1556
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:292
1557
+ #, fuzzy
1558
+ #| msgid "This color is used for for background in odd rows"
1559
+ msgid "This color is used for for background in odd rows."
1560
+ msgstr "Deze kleur wordt gebruikt voor de achtergrond van de oneven rijen"
1561
+
1562
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:309
1563
+ #, fuzzy
1564
+ #| msgid "Hover row color"
1565
+ msgid "Hover row"
1566
+ msgstr "Hover rij kleur"
1567
+
1568
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:311
1569
+ #, fuzzy
1570
+ #| msgid ""
1571
+ #| "This color is used for to highlight the row when you hover your mouse "
1572
+ #| "above it"
1573
+ msgid ""
1574
+ "This color is used for to highlight the row when you hover your mouse above "
1575
+ "it."
1576
+ msgstr ""
1577
+ "Deze kleur wordt gebruikt voor het highlighten van de rij als je je muis "
1578
+ "erboven houdt"
1579
+
1580
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:328
1581
+ #, fuzzy
1582
+ #| msgid "Backround color for selected rows"
1583
+ msgid "Background for selected rows"
1584
+ msgstr "Achtergrond kleur voor geselecteerde rijen"
1585
+
1586
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:330
1587
+ #, fuzzy
1588
+ #| msgid "This color is used for background in selected rows"
1589
+ msgid "This color is used for background in selected rows."
1590
+ msgstr ""
1591
+ "Deze kleur wordt gebruikt voor de achtergrond van de geselecteerde rijen"
1592
+
1593
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:364
1594
+ #, fuzzy
1595
+ #| msgid "Cell color in active (sorted) columns for even rows"
1596
+ msgid "Sorted columns, even rows"
1597
+ msgstr "Celkleur in actieve (gesorteerde) klommen voor even rijen"
1598
+
1599
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:366
1600
+ #, fuzzy
1601
+ #| msgid ""
1602
+ #| "This color is used for background in cells which are in the active "
1603
+ #| "columns (columns used for sorting) in even rows"
1604
+ msgid ""
1605
+ "This color is used for background in cells which are in the active columns "
1606
+ "(columns used for sorting) in even rows."
1607
+ msgstr ""
1608
+ "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
1609
+ "kolommen (deze die voor het sorteren worden gebruikt) in even rijen"
1610
+
1611
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:384
1612
+ msgid "Sorted columns, odd rows"
1613
+ msgstr ""
1614
+
1615
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:386
1616
+ #, fuzzy
1617
+ #| msgid ""
1618
+ #| "This color is used for background in cells which are in the active "
1619
+ #| "columns (columns used for sorting) in odd rows"
1620
+ msgid ""
1621
+ "This color is used for background in cells which are in the active columns "
1622
+ "(columns used for sorting) in odd rows."
1623
+ msgstr ""
1624
+ "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
1625
+ "kolommen (deze die voor het sorteren worden gebruikt) in oneven rijen"
1626
+
1627
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:422
1628
+ #, fuzzy
1629
+ #| msgid "This color is used for background in buttons"
1630
+ msgid "This color is used for background in buttons."
1631
+ msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
1632
+
1633
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:441
1634
+ #, fuzzy
1635
+ #| msgid "This color is used for border in buttons"
1636
+ msgid "This color is used for border in buttons."
1637
+ msgstr "Deze kleur wordt gebruikt voor de border van de buttons"
1638
+
1639
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:461
1640
+ #, fuzzy
1641
+ #| msgid "This color is used for font in buttons"
1642
+ msgid "This color is used for font in buttons."
1643
+ msgstr "Deze kleur wordt gebruikt voor de font op de Buttons"
1644
+
1645
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:478
1646
+ #, fuzzy
1647
+ #| msgid "Buttons background hover color"
1648
+ msgid "Background hover color"
1649
+ msgstr "Buttons gehooverd achtergrondkleur"
1650
+
1651
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:480
1652
+ #, fuzzy
1653
+ #| msgid ""
1654
+ #| "This color will be used for button backgrounds when you hover above them"
1655
+ msgid ""
1656
+ "This color will be used for button backgrounds when you hover above them."
1657
+ msgstr ""
1658
+ "Deze kleur wordt getoond als achtergrond van de Button als je je muis er "
1659
+ "boven houdt."
1660
+
1661
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:498
1662
+ #, fuzzy
1663
+ #| msgid "Header font color"
1664
+ msgid "Hover font color"
1665
+ msgstr "Header font kleur"
1666
+
1667
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:500
1668
+ #, fuzzy
1669
+ #| msgid "This color will be used for buttons font when you hover above them"
1670
+ msgid "This color will be used for buttons font when you hover above them."
1671
+ msgstr ""
1672
+ "Deze kleur wordt getoond als fontkleur van de Button als je je muis er boven "
1673
+ "houdt."
1674
+
1675
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:518
1676
+ #: ../.././templates/settings.inc.php:401
1677
+ msgid "Buttons hover border color"
1678
+ msgstr "Buttons hoover achtergrondkleur"
1679
+
1680
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:520
1681
+ #, fuzzy
1682
+ #| msgid "This color will be used for button borders when you hover above them"
1683
+ msgid "This color will be used for button borders when you hover above them."
1684
+ msgstr ""
1685
+ "Deze kleur wordt gebruikt voor de border als je met je muis boven de Button "
1686
+ "zweeft"
1687
+
1688
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:538
1689
+ #: ../.././templates/settings.inc.php:410
1690
+ msgid "Buttons and inputs border radius (in px)"
1691
+ msgstr "Buttons en imputs border radius (in px)"
1692
+
1693
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:540
1694
+ #: ../.././templates/settings.inc.php:414
1695
+ msgid "This is a border radius for inputs in buttons. Default is 3px."
1696
+ msgstr "Border radius voor Buttons. Standaard is 3px."
1697
+
1698
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:571
1699
+ #: ../.././templates/settings.inc.php:374
1700
+ msgid "Modals font color"
1701
+ msgstr "Modals fontkleur"
1702
+
1703
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:573
1704
+ #, fuzzy
1705
+ #| msgid ""
1706
+ #| "This color will be used for wpDataTable popup (filter, datepicker) fonts"
1707
+ msgid ""
1708
+ "This color will be used for wpDataTable popup (filter, datepicker) fonts."
1709
+ msgstr ""
1710
+ "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
1711
+ "fonts"
1712
+
1713
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:591
1714
+ #, fuzzy
1715
+ #| msgid "Modals background color"
1716
+ msgid "Modals background"
1717
+ msgstr "Modals achtergrondkleur"
1718
+
1719
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:593
1720
+ #, fuzzy
1721
+ #| msgid ""
1722
+ #| "This color will be used for wpDataTable popup (filter, datepicker) "
1723
+ #| "background"
1724
+ msgid ""
1725
+ "This color will be used for wpDataTable popup (filter, datepicker) "
1726
+ "background."
1727
+ msgstr ""
1728
+ "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
1729
+ "achtergrond"
1730
+
1731
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:612
1732
+ #, fuzzy
1733
+ #| msgid "Overlay background color"
1734
+ msgid "Overlay background"
1735
+ msgstr "Overlay achtergrondkleur"
1736
+
1737
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:614
1738
+ #, fuzzy
1739
+ #| msgid ""
1740
+ #| "This color will be used for overlay which appears below the plugin popups"
1741
+ msgid ""
1742
+ "This color will be used for overlay which appears below the plugin popups."
1743
+ msgstr ""
1744
+ "Deze kleur wordt gebruikt voor de overlay, welke getoond wordt onder de "
1745
+ "plugin popups"
1746
+
1747
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:649
1748
+ #, fuzzy
1749
+ #| msgid "This color is used for background in buttons"
1750
+ msgid "This color is used for the background of the pagination"
1751
+ msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
1752
+
1753
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:667
1754
+ #: ../.././templates/edit_table.inc.php:730
1755
+ msgid "Color"
1756
+ msgstr ""
1757
+
1758
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:669
1759
+ #, fuzzy
1760
+ #| msgid "This color is used for the outer border of the whole table body"
1761
+ msgid "This color is used for the color of the links in the pagination."
1762
+ msgstr ""
1763
+ "Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
1764
+
1765
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:687
1766
+ #, fuzzy
1767
+ #| msgid "Header background color"
1768
+ msgid "Current page background color"
1769
+ msgstr "Header achtergrond kleur"
1770
+
1771
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:689
1772
+ #, fuzzy
1773
+ #| msgid "The color is used for background of the table header"
1774
+ msgid "The color is used for background of the current page"
1775
+ msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
1776
+
1777
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:706
1778
+ msgid "Current page color"
1779
+ msgstr ""
1780
+
1781
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:708
1782
+ #, fuzzy
1783
+ #| msgid "This color is used for the border in the table header"
1784
+ msgid "This color is used for the color of the current page."
1785
+ msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
1786
+
1787
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:726
1788
+ #, fuzzy
1789
+ #| msgid "Header background color"
1790
+ msgid "Other pages hover background color"
1791
+ msgstr "Header achtergrond kleur"
1792
+
1793
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:728
1794
+ #, fuzzy
1795
+ #| msgid ""
1796
+ #| "This color is used when you hover the mouse above the table header, or "
1797
+ #| "when you choose a column"
1798
+ msgid ""
1799
+ "This background color is used when you hover the mouse above the other pages"
1800
+ msgstr ""
1801
+ "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
1802
+ "of wanneer je een kolom kiest"
1803
+
1804
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:745
1805
+ #, fuzzy
1806
+ #| msgid "Header active and hover color"
1807
+ msgid "Other pages hover color"
1808
+ msgstr "Header actef en hover kleur"
1809
+
1810
+ #: ../.././templates/admin/settings/tabs/color_and_font_settings.php:747
1811
+ #, fuzzy
1812
+ #| msgid ""
1813
+ #| "This color is used when you hover the mouse above the table header, or "
1814
+ #| "when you choose a column"
1815
+ msgid "This color is used when you hover the mouse above the other pages."
1816
+ msgstr ""
1817
+ "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
1818
+ "of wanneer je een kolom kiest"
1819
+
1820
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:15
1821
+ #: ../.././templates/settings.inc.php:454
1822
+ msgid "Custom wpDataTables JS"
1823
+ msgstr "Custom wpDataTables JS"
1824
+
1825
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:17
1826
+ msgid ""
1827
+ "This JS will be inserted as an inline script block on every page that has a "
1828
+ "wpDataTable."
1829
+ msgstr ""
1830
+
1831
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:30
1832
+ #: ../.././templates/settings.inc.php:463
1833
+ msgid "Custom wpDataTables CSS"
1834
+ msgstr ""
1835
+
1836
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:32
1837
+ msgid ""
1838
+ "This CSS will be inserted as an inline style block on every page that has a "
1839
+ "wpDataTable."
1840
+ msgstr ""
1841
+
1842
+ #: ../.././templates/admin/settings/tabs/custom_js_and_css.php:45
1843
+ #, fuzzy
1844
+ #| msgid "Use in wpDataTable"
1845
+ msgid "Use minified wpDataTables Javascript "
1846
+ msgstr "Gebruik in wpDataTable"
1847
+
1848
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:15
1849
+ #: ../.././templates/settings.inc.php:45
1850
+ msgid "Interface language"
1851
+ msgstr "Interface taal"
1852
+
1853
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:17
1854
+ #, fuzzy
1855
+ #| msgid "Pick the language which will be used in tables interface"
1856
+ msgid "Pick the language which will be used in tables interface."
1857
+ msgstr "Kies de taal welke in de tabel zijn interface wordt gebruikt"
1858
+
1859
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:23
1860
+ msgid "English (default)"
1861
+ msgstr ""
1862
+
1863
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:36
1864
+ #: ../.././templates/settings.inc.php:98
1865
+ msgid "Date format"
1866
+ msgstr "Datum format"
1867
+
1868
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:38
1869
+ #, fuzzy
1870
+ #| msgid "Pick the date format to use in date column type"
1871
+ msgid "Pick the date format to use in date column type."
1872
+ msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
1873
+
1874
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:70
1875
+ #: ../.././templates/settings.inc.php:119
1876
+ #, fuzzy
1877
+ #| msgid "Number format"
1878
+ msgid "Time format"
1879
+ msgstr "Nummer format"
1880
+
1881
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:72
1882
+ #, fuzzy
1883
+ #| msgid "Pick the date format to use in date column type"
1884
+ msgid "Pick the time format to use in datetime and time column type."
1885
+ msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
1886
+
1887
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:87
1888
+ msgid "Parse shortcodes"
1889
+ msgstr ""
1890
+
1891
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:89
1892
+ #, fuzzy
1893
+ #| msgid "Data source and main settings"
1894
+ msgid "Parse shortcodes in strings"
1895
+ msgstr "Data bron en hoofd instellingen"
1896
+
1897
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:101
1898
+ #: ../.././templates/settings.inc.php:74
1899
+ msgid "Base skin"
1900
+ msgstr "Standaard skin"
1901
+
1902
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:103
1903
+ #, fuzzy
1904
+ #| msgid "Choose the base skin for the plugin"
1905
+ msgid "Choose the base skin for the plugin."
1906
+ msgstr "Kies een skin voor de plugin"
1907
+
1908
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:109
1909
+ msgid "Material"
1910
+ msgstr ""
1911
+
1912
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:110
1913
+ msgid "Light"
1914
+ msgstr ""
1915
+
1916
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:111
1917
+ msgid "Graphite"
1918
+ msgstr ""
1919
+
1920
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:112
1921
+ msgid "Aqua"
1922
+ msgstr ""
1923
+
1924
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:113
1925
+ msgid "Purple"
1926
+ msgstr ""
1927
+
1928
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:114
1929
+ msgid "Dark"
1930
+ msgstr ""
1931
+
1932
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:122
1933
+ #: ../.././templates/settings.inc.php:131
1934
+ msgid "Number format"
1935
+ msgstr "Nummer format"
1936
+
1937
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:124
1938
+ #: ../.././templates/settings.inc.php:138
1939
+ msgid "Pick the number format (thousands and decimals separator)"
1940
+ msgstr "Kies de nummerformat (duizenden en decimalen scheider)"
1941
+
1942
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:141
1943
+ #: ../.././templates/settings.inc.php:86
1944
+ msgid "Render advanced filter"
1945
+ msgstr "Render geavanceerd filter"
1946
+
1947
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:143
1948
+ #, fuzzy
1949
+ #| msgid ""
1950
+ #| "Choose where you would like to render the advanced filter for tables "
1951
+ #| "where enabled"
1952
+ msgid ""
1953
+ "Choose where you would like to render the advanced filter for tables where "
1954
+ "enabled."
1955
+ msgstr ""
1956
+ "Kies waar je wilt dat het geavanceerde filter voor de tabel wordt gerenderd "
1957
+ "als deze geactiveerd is"
1958
+
1959
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:149
1960
+ #: ../.././templates/settings.inc.php:90
1961
+ msgid "In the header"
1962
+ msgstr "In de header"
1963
+
1964
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:150
1965
+ #: ../.././templates/settings.inc.php:91
1966
+ msgid "In the footer"
1967
+ msgstr "In de footer"
1968
+
1969
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:158
1970
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:393
1971
+ #: ../.././templates/settings.inc.php:143
1972
+ msgid "Decimal places"
1973
+ msgstr "Decimaal plaatsen"
1974
+
1975
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:160
1976
+ #, fuzzy
1977
+ #| msgid "Define the amount of decimal places for the float numbers"
1978
+ msgid "Define the amount of decimal places for the float numbers."
1979
+ msgstr "Kies het aantal decimaalplaatsen voor de zwevende getallen"
1980
+
1981
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:177
1982
+ msgid "CSV delimiter"
1983
+ msgstr ""
1984
+
1985
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:179
1986
+ msgid "Pick the CSV delimiter"
1987
+ msgstr ""
1988
+
1989
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:200
1990
+ #: ../.././templates/settings.inc.php:171
1991
+ msgid "Tablet width"
1992
+ msgstr "Tablet breedte"
1993
+
1994
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:202
1995
+ #: ../.././templates/settings.inc.php:175
1996
+ msgid ""
1997
+ "Here you can specify width of the screen (in pixels) that will be treated as "
1998
+ "a tablet. You can set it wider if you want responsive effect on desktops."
1999
+ msgstr ""
2000
+
2001
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:217
2002
+ #: ../.././templates/settings.inc.php:181
2003
+ msgid "Mobile width"
2004
+ msgstr "Mobiele breedte"
2005
+
2006
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:219
2007
+ msgid "Here you can specify width (in pixels) will be treated as a mobile.."
2008
+ msgstr ""
2009
+
2010
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:236
2011
+ #: ../.././templates/settings.inc.php:61
2012
+ msgid "Tables per admin page"
2013
+ msgstr "Tabellen per adminpagina"
2014
+
2015
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:238
2016
+ #, fuzzy
2017
+ #| msgid "How many tables to show in the browse page"
2018
+ msgid "How many tables to show in the browse page."
2019
+ msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
2020
+
2021
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:254
2022
+ #, fuzzy
2023
+ #| msgid "Align numbers to the right"
2024
+ msgid "Align numbers"
2025
+ msgstr "Sorteer nummers aan de rechter kant"
2026
+
2027
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:256
2028
+ msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
2029
+ msgstr ""
2030
+
2031
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:270
2032
+ msgid "Sum functions label"
2033
+ msgstr ""
2034
+
2035
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:272
2036
+ msgid ""
2037
+ "Enter a label that will be used for Sum functions. If you leave it blank "
2038
+ "default label will be Σ ="
2039
+ msgstr ""
2040
+
2041
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:289
2042
+ msgid "Average functions label"
2043
+ msgstr ""
2044
+
2045
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:291
2046
+ msgid ""
2047
+ "Enter a label that will be used for Average functions. If you leave it blank "
2048
+ "default label will be Avg ="
2049
+ msgstr ""
2050
+
2051
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:313
2052
+ msgid "Minimum functions label"
2053
+ msgstr ""
2054
+
2055
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:315
2056
+ msgid ""
2057
+ "Enter a label that will be used for Minimum functions. If you leave it blank "
2058
+ "default label will be Min ="
2059
+ msgstr ""
2060
+
2061
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:332
2062
+ msgid "Maximum functions label"
2063
+ msgstr ""
2064
+
2065
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:334
2066
+ msgid ""
2067
+ "Enter a label that will be used for Maximum functions. If you leave it blank "
2068
+ "default label will be Max ="
2069
+ msgstr ""
2070
+
2071
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:355
2072
+ msgid "Purchase code"
2073
+ msgstr ""
2074
+
2075
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:357
2076
+ msgid ""
2077
+ "Please enter your Envato purchase code to enable plugin auto-updates. Leave "
2078
+ "blank if you do not want the plugin to auto-update."
2079
+ msgstr ""
2080
+
2081
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:378
2082
+ msgid "Include full bootstrap front-end"
2083
+ msgstr ""
2084
+
2085
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:380
2086
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:392
2087
+ msgid ""
2088
+ "It is recommended to uncheck this option if bootstrap.js is already included "
2089
+ "in one of the theme files. Unchecked option means that there is still "
2090
+ "bootstrap.js included just in noconflict mode which should prevent errors."
2091
+ msgstr ""
2092
+
2093
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:390
2094
+ msgid "Include full bootstrap back-end"
2095
+ msgstr ""
2096
+
2097
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:405
2098
+ #: ../.././templates/settings.inc.php:32
2099
+ msgid "Show plugin credentials below tables"
2100
+ msgstr ""
2101
+
2102
+ #: ../.././templates/admin/settings/tabs/main_plugin_settings.php:407
2103
+ #: ../.././templates/settings.inc.php:32
2104
+ msgid ""
2105
+ "If you want to support our project, please, keep this checkbox as checked"
2106
+ msgstr ""
2107
+
2108
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:17
2109
+ msgid ""
2110
+ "If this checkbox is checked, you have option to add more than one separate "
2111
+ "database connection (MySQL, MS SQL, Postgre SQL)"
2112
+ msgstr ""
2113
+
2114
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:21
2115
+ #, fuzzy
2116
+ #| msgid "Use separate MySQL connection"
2117
+ msgid "Use separate connection"
2118
+ msgstr "Gebruik losse MySQL verbinding"
2119
+
2120
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:29
2121
+ #, fuzzy
2122
+ #| msgid "Use separate MySQL connection"
2123
+ msgid "Test connection"
2124
+ msgstr "Gebruik losse MySQL verbinding"
2125
+
2126
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:31
2127
+ msgid ""
2128
+ "Click this button to test if wpDataTables is able to connect to the MySQL "
2129
+ "server with the details you provided."
2130
+ msgstr ""
2131
+
2132
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:42
2133
+ msgid "MySQL host"
2134
+ msgstr "MySQL host"
2135
+
2136
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:44
2137
+ #, fuzzy
2138
+ #| msgid "MySQL host address"
2139
+ msgid "MySQL host address."
2140
+ msgstr "MySQL host adres"
2141
+
2142
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:48
2143
+ msgid "MySQL host address"
2144
+ msgstr "MySQL host adres"
2145
+
2146
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:53
2147
+ msgid "MySQL database"
2148
+ msgstr "MySQL database"
2149
+
2150
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:55
2151
+ #, fuzzy
2152
+ #| msgid "MySQL database name"
2153
+ msgid "MySQL database name."
2154
+ msgstr "MySQL database naam"
2155
+
2156
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:59
2157
+ msgid "MySQL database name"
2158
+ msgstr "MySQL database naam"
2159
+
2160
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:67
2161
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:74
2162
+ msgid "MySQL user"
2163
+ msgstr "MySQL gebruiker"
2164
+
2165
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:69
2166
+ #, fuzzy
2167
+ #| msgid "MySQL username for the connection"
2168
+ msgid "MySQL username for the connection."
2169
+ msgstr "MySQL gebruikersnaam voor de verbinding"
2170
+
2171
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:79
2172
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:84
2173
+ msgid "MySQL password"
2174
+ msgstr "MySQL wachtwoord"
2175
+
2176
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:81
2177
+ #, fuzzy
2178
+ #| msgid "MySQL password for the provided user"
2179
+ msgid "MySQL password for the provided user."
2180
+ msgstr "MySQL wachtwoord voor de gebruiker"
2181
+
2182
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:93
2183
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:99
2184
+ #, fuzzy
2185
+ #| msgid "MySQL host"
2186
+ msgid "MySQL port"
2187
+ msgstr "MySQL host"
2188
+
2189
+ #: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:95
2190
+ #, fuzzy
2191
+ #| msgid "MySQL username for the connection"
2192
+ msgid "MySQL port for the connection (default: 3306)."
2193
+ msgstr "MySQL gebruikersnaam voor de verbinding"
2194
+
2195
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:21
2196
+ #, fuzzy
2197
+ #| msgid "ID column"
2198
+ msgid "Add Column"
2199
+ msgstr "ID kolom"
2200
+
2201
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:35
2202
+ #, fuzzy
2203
+ #| msgid "Column chart"
2204
+ msgid "Column header"
2205
+ msgstr "Kolomgrafiek"
2206
+
2207
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:47
2208
+ msgid "Type"
2209
+ msgstr ""
2210
+
2211
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:64
2212
+ msgid "Insert after"
2213
+ msgstr ""
2214
+
2215
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:70
2216
+ msgid "Beginning of table"
2217
+ msgstr ""
2218
+
2219
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:71
2220
+ #, fuzzy
2221
+ #| msgid "Hide on tablets"
2222
+ msgid "End of table"
2223
+ msgstr "Verbergen op tablets"
2224
+
2225
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:83
2226
+ #: ../.././templates/edit_table.inc.php:542
2227
+ msgid "Possible values"
2228
+ msgstr "Mogelijke waardes"
2229
+
2230
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:94
2231
+ msgid "Editor predefined value"
2232
+ msgstr ""
2233
+
2234
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:107
2235
+ #, fuzzy
2236
+ #| msgid "Default value(s)"
2237
+ msgid "Fill with default value"
2238
+ msgstr "Standaardwaarde(n)"
2239
+
2240
+ #: ../.././templates/admin/table-settings/add_column_modal.inc.php:129
2241
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:84
2242
+ msgid "OK"
2243
+ msgstr "OK"
2244
+
2245
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:14
2246
+ #, fuzzy
2247
+ #| msgid "Column position"
2248
+ msgid "Column settings"
2249
+ msgstr "Kolom positie"
2250
+
2251
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:48
2252
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:65
2253
+ #, fuzzy
2254
+ #| msgid "Display length"
2255
+ msgid "Display"
2256
+ msgstr "Display lengte"
2257
+
2258
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:52
2259
+ msgid "Data"
2260
+ msgstr ""
2261
+
2262
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:56
2263
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:540
2264
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:548
2265
+ msgid "Sorting"
2266
+ msgstr ""
2267
+
2268
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:60
2269
+ #, fuzzy
2270
+ #| msgid "Filter in form"
2271
+ msgid "Filtering"
2272
+ msgstr "Filter in formulier"
2273
+
2274
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:64
2275
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:73
2276
+ #, fuzzy
2277
+ #| msgid "Edit"
2278
+ msgid "Editing"
2279
+ msgstr "Aanpassen"
2280
+
2281
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:69
2282
+ #: ../.././templates/edit_table.inc.php:750
2283
+ #, fuzzy
2284
+ #| msgid "Additional settings"
2285
+ msgid "Conditional formatting"
2286
+ msgstr "Extra instellingen"
2287
+
2288
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:81
2289
+ #: ../.././templates/edit_table.inc.php:525
2290
+ msgid "Displayed header"
2291
+ msgstr "Weergegeven header"
2292
+
2293
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:95
2294
+ #: ../.././templates/edit_table.inc.php:696
2295
+ msgid "Column position"
2296
+ msgstr "Kolom positie"
2297
+
2298
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:114
2299
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:122
2300
+ msgid "Cell content prefix"
2301
+ msgstr ""
2302
+
2303
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:129
2304
+ msgid ""
2305
+ "Any text or symbol entered here will be shown before the value in every cell "
2306
+ "inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
2307
+ "Convenient for prices, percentages, etc."
2308
+ msgstr ""
2309
+
2310
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:144
2311
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:152
2312
+ msgid "Cell content suffix"
2313
+ msgstr ""
2314
+
2315
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:159
2316
+ msgid ""
2317
+ "Any text or symbol entered here will be shown after the value in every cell "
2318
+ "inside of this column. E.g.: %, pcs. Does not influence filtering and "
2319
+ "sorting. Convenient for prices, percentages, etc."
2320
+ msgstr ""
2321
+
2322
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:180
2323
+ #: ../.././templates/edit_table.inc.php:633
2324
+ msgid "Hide on mobiles"
2325
+ msgstr "Verbergen op mobiele apparaten"
2326
+
2327
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:188
2328
+ msgid "Collapse column on mobile devices"
2329
+ msgstr ""
2330
+
2331
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:197
2332
+ #: ../.././templates/edit_table.inc.php:622
2333
+ msgid "Hide on tablets"
2334
+ msgstr "Verbergen op tablets"
2335
+
2336
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:205
2337
+ msgid "Collapse column on tablet devices"
2338
+ msgstr ""
2339
+
2340
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:220
2341
+ #: ../.././templates/edit_table.inc.php:533
2342
+ msgid "CSS class(es)"
2343
+ msgstr "CSS class(es)"
2344
+
2345
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:234
2346
+ msgid "Visible on front-end"
2347
+ msgstr ""
2348
+
2349
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:242
2350
+ msgid "Show column in front-end"
2351
+ msgstr ""
2352
+
2353
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:258
2354
+ #, fuzzy
2355
+ #| msgid "Column type"
2356
+ msgid "Column width"
2357
+ msgstr "Kolom type"
2358
+
2359
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:271
2360
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:279
2361
+ #, fuzzy
2362
+ #| msgid "Column chart"
2363
+ msgid "Column color"
2364
+ msgstr "Kolomgrafiek"
2365
+
2366
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:286
2367
+ msgid "Here you can override the default color for the complete column"
2368
+ msgstr ""
2369
+
2370
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:307
2371
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:315
2372
+ #: ../.././templates/edit_table.inc.php:645
2373
+ msgid "Group column"
2374
+ msgstr "Groep kolom"
2375
+
2376
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:322
2377
+ msgid ""
2378
+ "If one column of your table contains similar values for many rows, maybe it "
2379
+ "makes sense to use it as a “group column”: it means that it will not be "
2380
+ "rendered as a column, but its values will be used to group the rows. Each "
2381
+ "group will be marked with one row with joined cells above, containing the "
2382
+ "group value."
2383
+ msgstr ""
2384
+
2385
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:323
2386
+ msgid ""
2387
+ "Group column will not work with MySQL tables with server-side processing "
2388
+ "enabled and with manual tables!"
2389
+ msgstr ""
2390
+
2391
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:331
2392
+ msgid "Toggle column grouping"
2393
+ msgstr ""
2394
+
2395
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:351
2396
+ #: ../.././templates/edit_table.inc.php:582
2397
+ msgid "Column type"
2398
+ msgstr "Kolom type"
2399
+
2400
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:353
2401
+ msgid ""
2402
+ "You can redefine the column data type here. Affects sorting, filtering and "
2403
+ "display logic. For manually created tables this will change the column type "
2404
+ "in database as well, which may result in data loss."
2405
+ msgstr ""
2406
+
2407
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:360
2408
+ msgid "String"
2409
+ msgstr ""
2410
+
2411
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:364
2412
+ msgid "DateTime"
2413
+ msgstr ""
2414
+
2415
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:366
2416
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:991
2417
+ msgid "URL link"
2418
+ msgstr ""
2419
+
2420
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:367
2421
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:992
2422
+ msgid "E-mail link"
2423
+ msgstr ""
2424
+
2425
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:370
2426
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:37
2427
+ msgid "Formula"
2428
+ msgstr ""
2429
+
2430
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:380
2431
+ msgid "Formula for calculation"
2432
+ msgstr ""
2433
+
2434
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:382
2435
+ msgid ""
2436
+ "You can create a formula (calculated column) based on other numeric columns "
2437
+ "(Integer and Float)"
2438
+ msgstr ""
2439
+
2440
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:386
2441
+ msgid "Open formula editor"
2442
+ msgstr ""
2443
+
2444
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:395
2445
+ msgid ""
2446
+ "You can redefine the visible decimal places for a float and formula columns "
2447
+ "here. If you leave this field empty amount of decimal places will be loaded "
2448
+ "from the settings page. 0 is available just for formula columns "
2449
+ msgstr ""
2450
+
2451
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:407
2452
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:414
2453
+ #: ../.././templates/edit_table.inc.php:684
2454
+ msgid "Skip thousands separator"
2455
+ msgstr ""
2456
+
2457
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:409
2458
+ msgid ""
2459
+ "Do not show thousands separator for this column (e.g. when showing years, "
2460
+ "IDs)."
2461
+ msgstr ""
2462
+
2463
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:423
2464
+ #, fuzzy
2465
+ #| msgid "Possible values"
2466
+ msgid "Possible values for column"
2467
+ msgstr "Mogelijke waardes"
2468
+
2469
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:425
2470
+ msgid ""
2471
+ "Define the logic for fetching the possible values for this column for "
2472
+ "filtering, and for editing: read from table itself on page load (will always "
2473
+ "contain only the values that already exist in the table), hard-code the "
2474
+ "list, or configure a relation with a different wpDataTable (use values in "
2475
+ "this column as foreign key)."
2476
+ msgstr ""
2477
+
2478
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:432
2479
+ msgid "Read from table on page load"
2480
+ msgstr ""
2481
+
2482
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:433
2483
+ msgid "Define values list"
2484
+ msgstr ""
2485
+
2486
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:434
2487
+ msgid "Use values from another wpDataTable (foreign key)"
2488
+ msgstr ""
2489
+
2490
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:443
2491
+ #, fuzzy
2492
+ #| msgid "Date format"
2493
+ msgid "Date input format"
2494
+ msgstr "Datum format"
2495
+
2496
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:445
2497
+ msgid ""
2498
+ "Define date format which is used in the provided data source. Necessary for "
2499
+ "smooth reading of your dates."
2500
+ msgstr ""
2501
+
2502
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:484
2503
+ msgid "Values list"
2504
+ msgstr ""
2505
+
2506
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:486
2507
+ #, fuzzy
2508
+ #| msgid "Hide on tablets"
2509
+ msgid "Read from table"
2510
+ msgstr "Verbergen op tablets"
2511
+
2512
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:488
2513
+ msgid "Reset"
2514
+ msgstr ""
2515
+
2516
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:490
2517
+ msgid ""
2518
+ "Enter the possible values for this column in this list, separate by pressing "
2519
+ "ENTER or comma. Click \"Read from table\" to fetch the list from existing "
2520
+ "column values. Values will be used in selectbox and checkbox filters and "
2521
+ "editors for the column."
2522
+ msgstr ""
2523
+
2524
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:503
2525
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:12
2526
+ #, fuzzy
2527
+ #| msgid "Use in wpDataTable"
2528
+ msgid "Use values from another wpDataTable"
2529
+ msgstr "Gebruik in wpDataTable"
2530
+
2531
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:505
2532
+ msgid ""
2533
+ "Configure a relation with a separate wpDataTable: values in this column will "
2534
+ "be used as a foreign key, and replaced with values of a remote table column "
2535
+ "(e.g.: user name instead of user ID)."
2536
+ msgstr ""
2537
+
2538
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:509
2539
+ msgid "Configure relation..."
2540
+ msgstr ""
2541
+
2542
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:529
2543
+ msgid "Allow empty value"
2544
+ msgstr ""
2545
+
2546
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:531
2547
+ msgid ""
2548
+ "Add an empty value to the possible values list, to allow empty editing and "
2549
+ "filtering inputs."
2550
+ msgstr ""
2551
+
2552
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:536
2553
+ msgid "Add an empty value to the list"
2554
+ msgstr ""
2555
+
2556
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:545
2557
+ msgid "Number of possible values to load"
2558
+ msgstr ""
2559
+
2560
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:547
2561
+ msgid ""
2562
+ "Define here how many possible values per page will be loaded in selectbox "
2563
+ "filters and editor inputs. It is recommended not to be set to All if you "
2564
+ "have more than 50 possible values for this column. This option is not "
2565
+ "working when Cascade Filtering option from Powerful Filters add-on is "
2566
+ "enabled."
2567
+ msgstr ""
2568
+
2569
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:572
2570
+ #, fuzzy
2571
+ #| msgid "Duplicate table"
2572
+ msgid "Calculate total"
2573
+ msgstr "Dupliceer tabel"
2574
+
2575
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:574
2576
+ msgid ""
2577
+ "Enable this to show a total (sum) for all cells in this column in table "
2578
+ "footer. You can also show it somewhere outside of the table by pasting the "
2579
+ "shortcode below the switch."
2580
+ msgstr ""
2581
+
2582
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:579
2583
+ msgid "Calculate a total for this column"
2584
+ msgstr ""
2585
+
2586
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:586
2587
+ msgid ""
2588
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2589
+ "posts or pages you can see the total for this column."
2590
+ msgstr ""
2591
+
2592
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:595
2593
+ msgid "Calculate average"
2594
+ msgstr ""
2595
+
2596
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:597
2597
+ msgid ""
2598
+ "Enable this to show an average value for all cells in this column in table "
2599
+ "footer. You can also show it somewhere outside of the table by pasting the "
2600
+ "shortcode below the switch."
2601
+ msgstr ""
2602
+
2603
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:602
2604
+ msgid "Calculate average for this column"
2605
+ msgstr ""
2606
+
2607
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:609
2608
+ msgid ""
2609
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2610
+ "posts or pages you can see the average for this column."
2611
+ msgstr ""
2612
+
2613
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:618
2614
+ msgid "Calculate MIN value"
2615
+ msgstr ""
2616
+
2617
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:620
2618
+ msgid ""
2619
+ "Enable this to show a minimum value within all cells in this column in table "
2620
+ "footer. You can also show it somewhere outside of the table by pasting the "
2621
+ "shortcode below the switch."
2622
+ msgstr ""
2623
+
2624
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:625
2625
+ msgid "Find a minimum value for this column"
2626
+ msgstr ""
2627
+
2628
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:632
2629
+ msgid ""
2630
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2631
+ "posts or pages you can see the minimum for this column."
2632
+ msgstr ""
2633
+
2634
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:641
2635
+ msgid "Calculate MAX value"
2636
+ msgstr ""
2637
+
2638
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:643
2639
+ msgid ""
2640
+ "Enable this to show a maximum value within all cells in this column in table "
2641
+ "footer. You can also show it somewhere outside of the table by pasting the "
2642
+ "shortcode below the switch."
2643
+ msgstr ""
2644
+
2645
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:648
2646
+ msgid "Find a maximum value for this column"
2647
+ msgstr ""
2648
+
2649
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:655
2650
+ msgid ""
2651
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
2652
+ "posts or pages you can see the maximum for this column."
2653
+ msgstr ""
2654
+
2655
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:668
2656
+ msgid "URL target attribute"
2657
+ msgstr ""
2658
+
2659
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:670
2660
+ msgid "Set how to open URL Target"
2661
+ msgstr ""
2662
+
2663
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:675
2664
+ msgid "Open link in the new tab"
2665
+ msgstr ""
2666
+
2667
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:685
2668
+ msgid "Show link as a button"
2669
+ msgstr ""
2670
+
2671
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:687
2672
+ msgid "The link will be shown as a button "
2673
+ msgstr ""
2674
+
2675
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:692
2676
+ msgid "Set the link to appear as a button"
2677
+ msgstr ""
2678
+
2679
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:701
2680
+ msgid "Button text"
2681
+ msgstr ""
2682
+
2683
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:715
2684
+ #, fuzzy
2685
+ #| msgid "Buttons font color"
2686
+ msgid "Button class"
2687
+ msgstr "Bottons font kleur"
2688
+
2689
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:741
2690
+ #, fuzzy
2691
+ #| msgid "Enable sorting"
2692
+ msgid "Allow sorting"
2693
+ msgstr "Sorteren inschakelen"
2694
+
2695
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:743
2696
+ msgid "Disable this to disallow sorting for this column."
2697
+ msgstr ""
2698
+
2699
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:748
2700
+ msgid "Allow sorting for this column"
2701
+ msgstr ""
2702
+
2703
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:757
2704
+ #, fuzzy
2705
+ #| msgid "Default sort column"
2706
+ msgid "Use as default sorting column"
2707
+ msgstr "Standaard sortering kolom"
2708
+
2709
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:759
2710
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:764
2711
+ msgid "Sort table by this column on load"
2712
+ msgstr ""
2713
+
2714
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:777
2715
+ #, fuzzy
2716
+ #| msgid "Default sort column"
2717
+ msgid "Default sorting direction"
2718
+ msgstr "Standaard sortering kolom"
2719
+
2720
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:779
2721
+ msgid "Choose whether to sort ascending or descending by default."
2722
+ msgstr ""
2723
+
2724
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:786
2725
+ #: ../.././templates/edit_table.inc.php:663
2726
+ msgid "Ascending"
2727
+ msgstr "Oplopend"
2728
+
2729
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:787
2730
+ #: ../.././templates/edit_table.inc.php:665
2731
+ msgid "Descending"
2732
+ msgstr "Aflopend"
2733
+
2734
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:811
2735
+ msgid "Add a filter for this column"
2736
+ msgstr ""
2737
+
2738
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:819
2739
+ #, fuzzy
2740
+ #| msgid "Default sort column"
2741
+ msgid "Enable filtering for column"
2742
+ msgstr "Standaard sortering kolom"
2743
+
2744
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:826
2745
+ msgid ""
2746
+ "Enabling this switch will add a filter for this column. Disable to remove "
2747
+ "the filter for this column."
2748
+ msgstr ""
2749
+
2750
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:834
2751
+ #, fuzzy
2752
+ #| msgid "Advanced filtering"
2753
+ msgid "Allow filtering"
2754
+ msgstr "Geavanceerde filtering"
2755
+
2756
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:843
2757
+ #: ../.././templates/edit_table.inc.php:570
2758
+ msgid "Filter type"
2759
+ msgstr "Filter type"
2760
+
2761
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:845
2762
+ msgid ""
2763
+ "You can redefine the filter type here, it will affect the filtering logic."
2764
+ msgstr ""
2765
+
2766
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:852
2767
+ msgid "Text"
2768
+ msgstr ""
2769
+
2770
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:853
2771
+ #, fuzzy
2772
+ #| msgid "Number format"
2773
+ msgid "Number"
2774
+ msgstr "Nummer format"
2775
+
2776
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:854
2777
+ #, fuzzy
2778
+ #| msgid "Number format"
2779
+ msgid "Number range"
2780
+ msgstr "Nummer format"
2781
+
2782
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:855
2783
+ #, fuzzy
2784
+ #| msgid "Date format"
2785
+ msgid "Date range"
2786
+ msgstr "Datum format"
2787
+
2788
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:856
2789
+ msgid "DateTime range"
2790
+ msgstr ""
2791
+
2792
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:857
2793
+ msgid "Time range"
2794
+ msgstr ""
2795
+
2796
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:858
2797
+ msgid "Selectbox"
2798
+ msgstr ""
2799
+
2800
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:859
2801
+ msgid "Checkbox"
2802
+ msgstr ""
2803
+
2804
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:875
2805
+ #, fuzzy
2806
+ #| msgid "Filter type"
2807
+ msgid "Filter label"
2808
+ msgstr "Filter type"
2809
+
2810
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:883
2811
+ msgid "Custom filter label"
2812
+ msgstr ""
2813
+
2814
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:890
2815
+ msgid ""
2816
+ "You can change the filter label (placeholder) for this column here, if you "
2817
+ "would like to show some custom text instead of default."
2818
+ msgstr ""
2819
+
2820
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:905
2821
+ #, fuzzy
2822
+ #| msgid "Advanced filtering"
2823
+ msgid "Exact filtering"
2824
+ msgstr "Geavanceerde filtering"
2825
+
2826
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:907
2827
+ msgid ""
2828
+ "Enable exact search to use exact match logic for filtering, disable to allow "
2829
+ "partial match."
2830
+ msgstr ""
2831
+
2832
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:912
2833
+ #, fuzzy
2834
+ #| msgid "Enable sorting"
2835
+ msgid "Enable exact filtering"
2836
+ msgstr "Sorteren inschakelen"
2837
+
2838
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:926
2839
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1024
2840
+ #, fuzzy
2841
+ #| msgid "Default value(s)"
2842
+ msgid "Predefined value(s)"
2843
+ msgstr "Standaardwaarde(n)"
2844
+
2845
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:928
2846
+ msgid ""
2847
+ "Define value(s) that will be set as default pre-defined filter value(s) on "
2848
+ "page load."
2849
+ msgstr ""
2850
+
2851
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:974
2852
+ msgid "Editor input type"
2853
+ msgstr "Editor input type"
2854
+
2855
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:976
2856
+ msgid "Choose which kind of editor input to use for this column."
2857
+ msgstr ""
2858
+
2859
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:982
2860
+ msgid "None"
2861
+ msgstr ""
2862
+
2863
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:983
2864
+ msgid "One-line edit"
2865
+ msgstr ""
2866
+
2867
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:984
2868
+ msgid "Multi-line edit"
2869
+ msgstr ""
2870
+
2871
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:985
2872
+ msgid "HTML editor"
2873
+ msgstr ""
2874
+
2875
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:986
2876
+ msgid "Single-value selectbox"
2877
+ msgstr ""
2878
+
2879
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:987
2880
+ msgid "Multi-value selectbox"
2881
+ msgstr ""
2882
+
2883
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1003
2884
+ #, fuzzy
2885
+ #| msgid "Table type cannot be empty"
2886
+ msgid "Column cannot be empty"
2887
+ msgstr "Tabel type mag niet leeg zijn"
2888
+
2889
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1005
2890
+ msgid ""
2891
+ "Enable to make this column mandatory. Users will see a warning when trying "
2892
+ "to save with empty input."
2893
+ msgstr ""
2894
+
2895
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1010
2896
+ #, fuzzy
2897
+ #| msgid "Table type cannot be empty"
2898
+ msgid "Cannot be empty"
2899
  msgstr "Tabel type mag niet leeg zijn"
2900
 
2901
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1026
2902
+ msgid ""
2903
+ "If you would like to have some values pre-defined in editors (i.e. default "
2904
+ "editor values) please enter these here."
2905
+ msgstr ""
2906
+
2907
+ #: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1071
2908
+ #, fuzzy
2909
+ #| msgid "Add new"
2910
+ msgid "Add rule"
2911
+ msgstr "Nieuwe toevoegen"
2912
+
2913
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:13
2914
+ #, fuzzy
2915
+ #| msgid "Enable sorting"
2916
+ msgid "Enable/disable editing"
2917
+ msgstr "Sorteren inschakelen"
2918
+
2919
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:15
2920
+ #, fuzzy
2921
+ #| msgid "Clear filters"
2922
+ msgid "Show/hide filters"
2923
+ msgstr "Leeg filters"
2924
+
2925
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:17
2926
+ msgid "Show/hide sorting"
2927
+ msgstr ""
2928
+
2929
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:19
2930
+ msgid "Show/hide the column"
2931
+ msgstr ""
2932
+
2933
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:21
2934
+ #, fuzzy
2935
+ #| msgid "Hide on mobiles"
2936
+ msgid "Show/hide on mobile"
2937
+ msgstr "Verbergen op mobiele apparaten"
2938
+
2939
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:23
2940
+ #, fuzzy
2941
+ #| msgid "Hide on tablets"
2942
+ msgid "Show/hide on tablet"
2943
+ msgstr "Verbergen op tablets"
2944
+
2945
+ #: ../.././templates/admin/table-settings/column_small_block.inc.php:25
2946
+ #, fuzzy
2947
+ #| msgid "Optional column setup"
2948
+ msgid "Open column settings"
2949
+ msgstr "Optionele kolom setup"
2950
+
2951
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:15
2952
+ msgid "List of the columns in the data source with quickaccess tools."
2953
+ msgstr ""
2954
+
2955
+ #: ../.././templates/admin/table-settings/columns_list_modal.inc.php:17
2956
+ msgid ""
2957
+ "Click column header to rename it, toggle column visibility by clicking on "
2958
+ "the eye icon, open column settings by clicking on the wrench icon, drag and "
2959
+ "drop blocks to reorder columns."
2960
+ msgstr ""
2961
+
2962
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:7
2963
+ #: ../.././templates/edit_table.inc.php:770
2964
+ msgid "If cell value"
2965
+ msgstr ""
2966
+
2967
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:18
2968
+ #: ../.././templates/edit_table.inc.php:778
2969
+ msgid "contains"
2970
+ msgstr ""
2971
+
2972
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:19
2973
+ #: ../.././templates/edit_table.inc.php:779
2974
+ msgid "does not contain"
2975
+ msgstr ""
2976
+
2977
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:32
2978
+ #: ../.././templates/edit_table.inc.php:783
2979
+ msgid "Set cell color"
2980
+ msgstr ""
2981
+
2982
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:33
2983
+ #: ../.././templates/edit_table.inc.php:784
2984
+ #, fuzzy
2985
+ #| msgid "Reset colors and fonts to default"
2986
+ msgid "Reset cell color to default"
2987
+ msgstr "Reset kleuren en fonts naar standaard"
2988
+
2989
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:34
2990
+ #: ../.././templates/edit_table.inc.php:785
2991
+ msgid "Set cell content"
2992
+ msgstr ""
2993
+
2994
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:35
2995
+ #: ../.././templates/edit_table.inc.php:786
2996
+ msgid "Set cell CSS class"
2997
+ msgstr ""
2998
+
2999
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:36
3000
+ #: ../.././templates/edit_table.inc.php:787
3001
+ msgid "Remove cell CSS class"
3002
+ msgstr ""
3003
+
3004
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:37
3005
+ #: ../.././templates/edit_table.inc.php:788
3006
+ #, fuzzy
3007
+ #| msgid "Hover row color"
3008
+ msgid "Set row color"
3009
+ msgstr "Hover rij kleur"
3010
+
3011
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:38
3012
+ #: ../.././templates/edit_table.inc.php:789
3013
+ #, fuzzy
3014
+ #| msgid "Reset colors and fonts to default"
3015
+ msgid "Reset row color to default"
3016
+ msgstr "Reset kleuren en fonts naar standaard"
3017
+
3018
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:39
3019
+ #: ../.././templates/edit_table.inc.php:790
3020
+ #, fuzzy
3021
+ #| msgid "CSS class(es)"
3022
+ msgid "Set row CSS class"
3023
+ msgstr "CSS class(es)"
3024
+
3025
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:40
3026
+ #: ../.././templates/edit_table.inc.php:791
3027
+ msgid "Remove row CSS class"
3028
+ msgstr ""
3029
+
3030
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:41
3031
+ #: ../.././templates/edit_table.inc.php:792
3032
+ #, fuzzy
3033
+ #| msgid "Table font color"
3034
+ msgid "Set column color"
3035
+ msgstr "Tabel font kleur"
3036
+
3037
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:42
3038
+ #: ../.././templates/edit_table.inc.php:793
3039
+ msgid "Add column CSS class"
3040
+ msgstr ""
3041
+
3042
+ #: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:53
3043
+ msgid "Remove rule"
3044
+ msgstr ""
3045
+
3046
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:18
3047
+ #, fuzzy
3048
+ #| msgid "Use in wpDataTable"
3049
+ msgid "Choose a source wpDataTable"
3050
+ msgstr "Gebruik in wpDataTable"
3051
+
3052
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:20
3053
+ msgid ""
3054
+ "Please choose a remote wpDataTable which will be used as the data source."
3055
+ msgstr ""
3056
+
3057
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:27
3058
+ #, fuzzy
3059
+ #| msgid "Select a table type..."
3060
+ msgid "Pick a table..."
3061
+ msgstr "Selecteer een tabel type..."
3062
+
3063
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:47
3064
+ #, fuzzy
3065
+ #| msgid "Display length"
3066
+ msgid "Display value"
3067
+ msgstr "Display lengte"
3068
+
3069
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:49
3070
+ msgid ""
3071
+ "Please choose which column values will be shown to the front-end user (e.g. "
3072
+ "Name)."
3073
+ msgstr ""
3074
+
3075
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:71
3076
+ #, fuzzy
3077
+ #| msgid "Possible values"
3078
+ msgid "Store value"
3079
+ msgstr "Mogelijke waardes"
3080
+
3081
+ #: ../.././templates/admin/table-settings/foreign_key_config.inc.php:73
3082
+ msgid ""
3083
+ "Please choose which column values will be stored in the table for reference "
3084
+ "- by default wdt_ID, or ID"
3085
+ msgstr ""
3086
+
3087
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:19
3088
+ msgid "Formula Editor"
3089
+ msgstr ""
3090
+
3091
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:25
3092
+ msgid "Use this dialog to construct formulas and see a preview of the result."
3093
+ msgstr ""
3094
+
3095
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:27
3096
+ msgid ""
3097
+ "You can use columns (values for each cell will be inserted), or number "
3098
+ "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
3099
+ "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
3100
+ "col3*sin(col4-3))."
3101
+ msgstr ""
3102
+
3103
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:31
3104
+ #, fuzzy
3105
+ #| msgid "Column type"
3106
+ msgid "Columns to use"
3107
+ msgstr "Kolom type"
3108
+
3109
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:41
3110
+ msgid "Type your formula here..."
3111
+ msgstr ""
3112
+
3113
+ #: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:85
3114
+ #: ../.././templates/chart_wizard.inc.php:48
3115
+ #: ../.././templates/edit_table.inc.php:35
3116
+ #: ../.././templates/edit_table.inc.php:417
3117
+ #: ../.././templates/edit_table.inc.php:438
3118
+ #: ../.././templates/edit_table.inc.php:461
3119
+ msgid "Preview"
3120
+ msgstr "Preview"
3121
+
3122
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
3123
+ msgid "Merge values?"
3124
+ msgstr ""
3125
+
3126
+ #: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
3127
+ msgid ""
3128
+ "There are already defined possible values. Do you want to merge or to "
3129
+ "replace new values with the existing?"
3130
+ msgstr ""
3131
+
3132
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:21
3133
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:35
3134
+ msgid "Remove Column"
3135
+ msgstr ""
3136
+
3137
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:56
3138
+ msgid "Confirm"
3139
+ msgstr ""
3140
+
3141
+ #: ../.././templates/admin/table-settings/remove_column_modal.inc.php:62
3142
+ #, fuzzy
3143
+ #| msgid "Are you sure? You will lose unsaved changes!"
3144
+ msgid "Are you sure? There is no undo!"
3145
+ msgstr ""
3146
+ "Weet je het zeker? Je verliest de aanpassingen die niet opgeslagen zijn!"
3147
+
3148
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:19
3149
+ #, fuzzy
3150
+ #| msgid "Optional column setup"
3151
+ msgid "Table preview and columns setup"
3152
+ msgstr "Optionele kolom setup"
3153
+
3154
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:23
3155
+ msgid "Add a formula (calculated) column"
3156
+ msgstr ""
3157
+
3158
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:24
3159
+ msgid "Add a formula column"
3160
+ msgstr ""
3161
+
3162
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:27
3163
+ msgid "Complete column list"
3164
+ msgstr ""
3165
+
3166
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:33
3167
+ #, fuzzy
3168
+ #| msgid "ID column"
3169
+ msgid "Add column"
3170
+ msgstr "ID kolom"
3171
+
3172
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:35
3173
+ #, fuzzy
3174
+ #| msgid "Group column"
3175
+ msgid "Remove column"
3176
+ msgstr "Groep kolom"
3177
+
3178
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:44
3179
+ msgid "Switch View:"
3180
+ msgstr ""
3181
+
3182
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:46
3183
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:49
3184
+ msgid "STANDARD"
3185
+ msgstr ""
3186
+
3187
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:47
3188
+ #: ../.././templates/admin/table-settings/table_preview_block.inc.php:50
3189
+ msgid "EXCEL-LIKE"
3190
+ msgstr ""
3191
+
3192
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:26
3193
+ #, fuzzy
3194
+ #| msgid "wpDataTables backend error: "
3195
+ msgid "wpDataTable name, click to edit"
3196
+ msgstr "wpDatatables backend fout:"
3197
+
3198
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:30
3199
+ #, fuzzy
3200
+ #| msgid "Click to toggle"
3201
+ msgid "Click to copy shortcode"
3202
+ msgstr "Klik om te openen"
3203
+
3204
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:36
3205
+ msgid "Collapse and expand widget"
3206
+ msgstr ""
3207
+
3208
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:69
3209
+ #, fuzzy
3210
+ #| msgid "Advanced filtering"
3211
+ msgid "Sorting and filtering"
3212
+ msgstr "Geavanceerde filtering"
3213
+
3214
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:77
3215
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:912
3216
+ #, fuzzy
3217
+ #| msgid "Table tools"
3218
+ msgid "Table Tools"
3219
+ msgstr "Tabel tools"
3220
+
3221
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:81
3222
+ msgid "Placeholders"
3223
+ msgstr ""
3224
+
3225
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:97
3226
+ #, fuzzy
3227
+ #| msgid "Table input data source cannot be empty"
3228
+ msgid "Input data source type"
3229
+ msgstr "Tabel invoer data bron mag niet leeg zijn"
3230
+
3231
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:99
3232
+ msgid ""
3233
+ "Please choose a type of the input data source - it can be a MySQL query, a "
3234
+ "file, or an URL. Only MySQL query-based tables can use server-side processing"
3235
+ msgstr ""
3236
+
3237
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:106
3238
+ #, fuzzy
3239
+ #| msgid "Select a table type..."
3240
+ msgid "Select a data source type"
3241
+ msgstr "Selecteer een tabel type..."
3242
+
3243
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:107
3244
+ #: ../.././templates/edit_table.inc.php:110
3245
+ msgid "MySQL query"
3246
+ msgstr "MySQL query"
3247
+
3248
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:108
3249
+ #: ../.././templates/edit_table.inc.php:85
3250
+ msgid "CSV file"
3251
+ msgstr "CSV bestand"
3252
+
3253
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:109
3254
+ #: ../.././templates/edit_table.inc.php:86
3255
+ msgid "Excel file"
3256
+ msgstr "Excel bestand"
3257
+
3258
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:110
3259
+ msgid "Google Spreadsheet"
3260
+ msgstr ""
3261
+
3262
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:111
3263
+ #: ../.././templates/edit_table.inc.php:89
3264
+ msgid "XML file"
3265
+ msgstr "XML bestand"
3266
+
3267
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:112
3268
+ #: ../.././templates/edit_table.inc.php:90
3269
+ msgid "JSON file"
3270
+ msgstr "JSON bestand"
3271
+
3272
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:124
3273
+ #, fuzzy
3274
+ #| msgid "Input file or URL"
3275
+ msgid "Input file path or URL"
3276
+ msgstr "Voer bestand of URL in"
3277
+
3278
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:126
3279
+ msgid ""
3280
+ "Upload your file or provide the full URL here. For CSV or Excel input "
3281
+ "sources only URLs or paths from same domain are supported. For Google "
3282
+ "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
3283
+ "the URL."
3284
+ msgstr ""
3285
+
3286
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:132
3287
+ msgid "Paste URL or path, or click Browse to choose"
3288
+ msgstr ""
3289
+
3290
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:136
3291
+ msgid "Browse..."
3292
+ msgstr ""
3293
+
3294
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:146
3295
+ #: ../.././templates/edit_table.inc.php:282
3296
+ msgid "Server-side processing"
3297
+ msgstr "Server-side verwerking"
3298
+
3299
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:148
3300
+ msgid ""
3301
+ "If it is turned on, all sorting, filtering, pagination and other data "
3302
+ "interaction will be done by MySQL server. This feature is recommended if you "
3303
+ "have more than 2000-3000 rows. Mandatory for editable tables."
3304
+ msgstr ""
3305
+
3306
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:152
3307
+ #, fuzzy
3308
+ #| msgid "Server-side processing"
3309
+ msgid "Enable server-side processing"
3310
+ msgstr "Server-side verwerking"
3311
+
3312
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:168
3313
+ #, fuzzy
3314
+ #| msgid "MySQL query"
3315
+ msgid "MySQL Query"
3316
+ msgstr "MySQL query"
3317
+
3318
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:170
3319
+ msgid ""
3320
+ "Enter the text of your MySQL query here - please make sure it returns actual "
3321
+ "data first. You can use a number of placeholders to make the dataset in the "
3322
+ "table flexible and be able to return different sets of data by calling it "
3323
+ "with different shortcodes."
3324
+ msgstr ""
3325
+
3326
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:177
3327
+ #: ../.././templates/edit_table.inc.php:292
3328
+ msgid "Auto-refresh"
3329
+ msgstr ""
3330
+
3331
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:179
3332
+ msgid ""
3333
+ "If you enter a non-zero value, table will auto-refresh to show actual data "
3334
+ "with a given interval of seconds. Leave zero or empty not to use auto-"
3335
+ "refresh."
3336
+ msgstr ""
3337
+
3338
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:184
3339
+ msgid "Auto-refresh interval in seconds (zero or blank to disable)"
3340
+ msgstr ""
3341
+
3342
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:202
3343
+ #: ../.././templates/edit_table.inc.php:58
3344
+ msgid "Table title"
3345
+ msgstr "Tabel titel"
3346
+
3347
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:210
3348
+ #: ../.././templates/edit_table.inc.php:67
3349
+ #, fuzzy
3350
+ #| msgid "New table title"
3351
+ msgid "Show table title"
3352
+ msgstr "Nieuwe tabelnaam"
3353
+
3354
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:217
3355
+ msgid ""
3356
+ "Enable this to show the table title in a h3 block above the table, disable "
3357
+ "to hide."
3358
+ msgstr ""
3359
+
3360
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:224
3361
+ #, fuzzy
3362
+ #| msgid "How many tables to show in the browse page"
3363
+ msgid "Show table title on the page"
3364
+ msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
3365
+
3366
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:234
3367
+ #, fuzzy
3368
+ #| msgid "Responsive"
3369
+ msgid "Responsiveness"
3370
+ msgstr "Responsive"
3371
+
3372
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:242
3373
+ #, fuzzy
3374
+ #| msgid "Responsive"
3375
+ msgid "Responsive design"
3376
+ msgstr "Responsive"
3377
+
3378
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:249
3379
+ msgid "Enable this to allow responsiveness in the table."
3380
+ msgstr ""
3381
+
3382
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:250
3383
+ msgid ""
3384
+ "Please do not forget to define which columns will be hidden on mobiles and "
3385
+ "tablets in the column settings!"
3386
+ msgstr ""
3387
 
3388
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:257
3389
+ msgid "Allow collapsing on mobiles and tablets"
3390
+ msgstr ""
3391
 
3392
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:267
3393
+ msgid "Hide until loaded"
3394
+ msgstr ""
3395
 
3396
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:269
3397
  msgid ""
3398
+ "Enable to make whole table hidden until it is initialized to prevent "
3399
+ "unformatted data flashing"
3400
  msgstr ""
 
 
3401
 
3402
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:273
3403
+ #, fuzzy
3404
+ #| msgid "Hide table until page is completely loaded"
3405
+ msgid "Hide the table before it is fully loaded"
3406
+ msgstr "Verberg tabel tot de pagina volledig geladen is"
3407
 
3408
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:287
3409
+ msgid "Default rows per page"
3410
+ msgstr ""
3411
 
3412
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:295
3413
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:330
3414
+ msgid "Rows per page"
3415
+ msgstr ""
3416
 
3417
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:302
3418
+ #, fuzzy
3419
+ #| msgid "How many tables to show in the browse page"
3420
+ msgid "How many rows to show per page by default."
3421
+ msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
3422
+
3423
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:338
3424
+ #, fuzzy
3425
+ #| msgid "entries"
3426
+ msgid "Show X entries"
3427
+ msgstr "data"
3428
+
3429
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:345
3430
  msgid ""
3431
+ "Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
3432
+ "frontend."
3433
  msgstr ""
 
 
3434
 
3435
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:352
3436
+ msgid "Show \"Show X entries\" dropdown"
3437
+ msgstr ""
3438
 
3439
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:370
3440
+ msgid "Scrollable table"
3441
+ msgstr ""
3442
 
3443
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:377
3444
+ msgid "Enable this to enable a horizontal scrollbar below the table."
3445
  msgstr ""
 
3446
 
3447
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:378
3448
+ msgid "This should be turned off if you want to set columns width manually."
3449
+ msgstr ""
3450
 
3451
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:385
3452
+ msgid "Show a horizontal scrollbar"
3453
+ msgstr ""
3454
+
3455
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:400
3456
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:408
3457
+ msgid "Info block"
3458
+ msgstr ""
3459
 
3460
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:415
3461
  msgid ""
3462
+ "Enable to show a block of information about the number of records below the "
3463
+ "table."
 
3464
  msgstr ""
3465
 
3466
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:422
3467
+ msgid "Show information block below the table"
3468
+ msgstr ""
 
3469
 
3470
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:432
3471
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:440
3472
+ #, fuzzy
3473
+ #| msgid "Limit table layout"
3474
+ msgid "Limit table width"
3475
+ msgstr "Limiteer tabel layout"
3476
 
3477
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:447
3478
+ msgid "Enable this to restrict table width to page width."
3479
+ msgstr ""
3480
 
3481
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:448
3482
+ msgid ""
3483
+ "This should be turned on if you want to set columns width manually. Should "
3484
+ "be on to use word wrapping."
3485
+ msgstr ""
3486
 
3487
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:455
3488
+ msgid "Limit table width to page width"
3489
+ msgstr ""
3490
 
3491
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:465
3492
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:473
3493
+ #: ../.././templates/edit_table.inc.php:392
3494
+ msgid "Word wrap"
3495
+ msgstr "Woord wrap"
3496
 
3497
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:480
3498
+ msgid ""
3499
+ "Enable this to wrap long strings into multiple lines and stretch the cells "
3500
+ "height."
3501
+ msgstr ""
3502
 
3503
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:487
3504
+ msgid "Wrap words to newlines"
3505
+ msgstr ""
 
 
3506
 
3507
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:508
3508
+ #, fuzzy
3509
+ #| msgid "Advanced filtering"
3510
+ msgid "Advanced column filters"
3511
+ msgstr "Geavanceerde filtering"
3512
 
3513
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:516
3514
+ #, fuzzy
3515
+ #| msgid "Advanced filtering"
3516
+ msgid "Advanced filter"
3517
+ msgstr "Geavanceerde filtering"
3518
 
3519
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:523
3520
+ msgid ""
3521
+ "Enable to show an advanced filter for each of the columns, filters can be "
3522
+ "shown in table footer, header or in a separate form."
3523
+ msgstr ""
3524
 
3525
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:530
3526
+ #, fuzzy
3527
+ #| msgid "Render advanced filter"
3528
+ msgid "Enable advanced column filters"
3529
+ msgstr "Render geavanceerd filter"
3530
+
3531
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:555
3532
+ msgid ""
3533
+ "If this is enabled, each column header will be clickable; clicking will sort "
3534
+ "the whole table by the content of this column cells ascending or descending."
3535
+ msgstr ""
3536
+
3537
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:562
3538
+ #, fuzzy
3539
+ #| msgid "Below the table"
3540
+ msgid "Allow sorting for the table"
3541
+ msgstr "Onder de grafiek/diagram"
3542
+
3543
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:572
3544
+ msgid "Main search block"
3545
+ msgstr ""
3546
+
3547
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:580
3548
+ msgid "Global search"
3549
+ msgstr ""
3550
+
3551
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:587
3552
+ msgid ""
3553
+ "If this is enabled, a search block will be displayed on the top right of the "
3554
+ "table, allowing to search through whole table with a single input."
3555
+ msgstr ""
3556
+
3557
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:594
3558
+ msgid "Enable search block"
3559
+ msgstr ""
3560
+
3561
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:610
3562
+ #, fuzzy
3563
+ #| msgid "Filter in form"
3564
+ msgid "Filters in a form"
3565
+ msgstr "Filter in formulier"
3566
+
3567
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:617
3568
+ #: ../.././templates/edit_table.inc.php:340
3569
+ msgid "Filter in form"
3570
+ msgstr "Filter in formulier"
3571
+
3572
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:624
3573
+ msgid ""
3574
+ "Enable to show the advanced column filter in a form above the table, instead "
3575
+ "of showing in the table footer/header."
3576
+ msgstr ""
3577
+
3578
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:631
3579
+ msgid "Show filters in a form above the table"
3580
+ msgstr ""
3581
+
3582
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:641
3583
+ #, fuzzy
3584
+ #| msgid "Clear filters"
3585
+ msgid "Clear filters button"
3586
+ msgstr "Leeg filters"
3587
+
3588
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:648
3589
+ #: ../.././templates/frontend/filter_form.inc.php:32
3590
+ msgid "Clear filters"
3591
+ msgstr "Leeg filters"
3592
+
3593
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:652
3594
+ msgid "Enable to show the clear filters button."
3595
+ msgstr ""
3596
+
3597
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:653
3598
+ msgid ""
3599
+ "If filter in form is enabled, clear button will be rendered after the last "
3600
+ "filter."
3601
+ msgstr ""
3602
+
3603
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:658
3604
+ msgid ""
3605
+ "Otherwise, clear filter button will be rendered above the table next to "
3606
+ "\"Table Tools\" buttons."
3607
+ msgstr ""
3608
+
3609
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:669
3610
+ #, fuzzy
3611
+ #| msgid "Clear filters"
3612
+ msgid "Show clear filters button"
3613
+ msgstr "Leeg filters"
3614
+
3615
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:691
3616
+ #, fuzzy
3617
+ #| msgid "Front-end editing"
3618
+ msgid "Allow editing"
3619
+ msgstr "Front-end aanpassen"
3620
+
3621
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:699
3622
+ #: ../.././templates/edit_table.inc.php:180
3623
+ msgid "Front-end editing"
3624
+ msgstr "Front-end aanpassen"
3625
+
3626
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:706
3627
+ #, fuzzy
3628
+ #| msgid "Make table editable from the front-end"
3629
+ msgid "Allow editing the table from the front-end."
3630
+ msgstr "Maak tabel aanpasbaar vanaf de front-end"
3631
+
3632
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:713
3633
+ #, fuzzy
3634
+ #| msgid "Front-end editing"
3635
+ msgid "Allow front-end editing"
3636
+ msgstr "Front-end aanpassen"
3637
+
3638
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:723
3639
+ msgid "Popover edit block"
3640
+ msgstr ""
3641
+
3642
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:731
3643
+ #: ../.././templates/edit_table.inc.php:232
3644
+ msgid "Popover tools"
3645
+ msgstr ""
3646
+
3647
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:738
3648
+ msgid ""
3649
+ "If this is enabled, the New, Edit and Delete buttons will appear in a "
3650
+ "popover when you click on any row, instead of Table Tools block above the "
3651
+ "table."
3652
+ msgstr ""
3653
+
3654
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:745
3655
+ msgid "Editing buttons in a popover"
3656
+ msgstr ""
3657
+
3658
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:755
3659
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:763
3660
+ #, fuzzy
3661
+ #| msgid "Front-end editing"
3662
+ msgid "In-line editing"
3663
+ msgstr "Front-end aanpassen"
3664
+
3665
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:770
3666
+ msgid ""
3667
+ "If this is enabled, front-end users will be able to edit cells by double-"
3668
+ "clicking them, not only with the editor dialog."
3669
+ msgstr ""
3670
 
3671
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:777
3672
+ #, fuzzy
3673
+ #| msgid "Front-end editing"
3674
+ msgid "Allow in-line editing"
3675
+ msgstr "Front-end aanpassen"
3676
+
3677
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:794
3678
+ #: ../.././templates/edit_table.inc.php:192
3679
+ msgid "MySQL table name for editing"
3680
+ msgstr "MySQL tabel naam voor aanpassen"
3681
+
3682
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:796
3683
+ #, fuzzy
3684
+ #| msgid ""
3685
+ #| "Name of the MySQL table which will be used for updates from front-end"
3686
+ msgid ""
3687
+ "Name of the MySQL table which will be updated when edited from front-end."
3688
+ msgstr ""
3689
+ "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
3690
+ "front-end"
3691
+
3692
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:801
3693
+ #, fuzzy
3694
+ #| msgid "MySQL database name"
3695
+ msgid "MySQL table name"
3696
+ msgstr "MySQL database naam"
3697
+
3698
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:810
3699
+ #: ../.././templates/edit_table.inc.php:203
3700
+ #, fuzzy
3701
+ #| msgid "MySQL table name for editing"
3702
+ msgid "ID column for editing"
3703
+ msgstr "MySQL tabel naam voor aanpassen"
3704
+
3705
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:812
3706
+ msgid ""
3707
+ "Choose the column values from which will be used as row identifiers. MUST be "
3708
+ "a unique auto-increment integer on MySQL side so insert/edit/delete would "
3709
+ "work correctly! wpDataTables will guess the correct column if it is called "
3710
+ "\"id\" or \"ID\" on MySQL side."
3711
+ msgstr ""
3712
+
3713
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:826
3714
+ #: ../.././templates/edit_table.inc.php:267
3715
+ msgid "Editor roles"
3716
+ msgstr "Editor rollen"
3717
+
3718
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:828
3719
+ #, fuzzy
3720
+ #| msgid ""
3721
+ #| "Choose user roles allowed to edit this table (leave blank to alllow "
3722
+ #| "editing for everyone):"
3723
+ msgid ""
3724
+ "If you want only specific user roles to be able to edit the table, choose in "
3725
+ "this dropdown. Leave unchecked to allow editing for everyone."
3726
+ msgstr ""
3727
+ "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
3728
+ "aanpassingen kan doen)"
3729
+
3730
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:833
3731
+ msgid "Everyone"
3732
+ msgstr ""
3733
+
3734
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:834
3735
+ msgid "Administrators"
3736
+ msgstr ""
3737
+
3738
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:835
3739
+ #, fuzzy
3740
+ #| msgid "Editor roles"
3741
+ msgid "Editors"
3742
+ msgstr "Editor rollen"
3743
+
3744
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:836
3745
+ msgid "Authors"
3746
+ msgstr ""
3747
+
3748
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:837
3749
+ msgid "Contributors"
3750
+ msgstr ""
3751
+
3752
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:838
3753
+ msgid "Subscribers"
3754
+ msgstr ""
3755
+
3756
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:853
3757
+ msgid "Users see and edit only own data"
3758
+ msgstr ""
3759
+
3760
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:861
3761
+ msgid "Users see and edit only their own data"
3762
+ msgstr ""
3763
+
3764
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:868
3765
+ msgid ""
3766
+ "If this is enabled, users will see and edit only the rows that are related "
3767
+ "to them or were created by them (associated using the User ID column)."
3768
+ msgstr ""
3769
+
3770
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:875
3771
+ msgid "Limit editing to own data only"
3772
+ msgstr ""
3773
+
3774
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:885
3775
+ #: ../.././templates/edit_table.inc.php:250
3776
+ #, fuzzy
3777
+ #| msgid "ID column"
3778
+ msgid "User ID column"
3779
+ msgstr "ID kolom"
3780
+
3781
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:887
3782
+ msgid ""
3783
+ "Choose the column values from which will be used as User identifiers. "
3784
+ "References the ID from WordPress Users table (wp_users), MUST be defined as "
3785
+ "an integer on MySQL side."
3786
+ msgstr ""
3787
+
3788
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:920
3789
+ #: ../.././templates/edit_table.inc.php:350
3790
+ msgid "Table tools"
3791
+ msgstr "Tabel tools"
3792
+
3793
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:927
3794
+ msgid ""
3795
+ "If this is enabled, a toolbar with useful tools will be shown above the table"
3796
+ msgstr ""
3797
+
3798
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:934
3799
+ #, fuzzy
3800
+ #| msgid "Table tools"
3801
+ msgid "Enable Table Tools"
3802
+ msgstr "Tabel tools"
3803
+
3804
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:944
3805
+ msgid "Buttons"
3806
+ msgstr ""
3807
+
3808
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:946
3809
+ msgid "Choose which buttons to show in the Table Tools block."
3810
+ msgstr ""
3811
+
3812
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:952
3813
+ #, fuzzy
3814
+ #| msgid "Column type"
3815
+ msgid "Columns visibility"
3816
+ msgstr "Kolom type"
3817
+
3818
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:974
3819
+ msgid ""
3820
+ "Placeholders can be understood as predefined ‘search and replace‘ templates; "
3821
+ "that will be replaced with some actual values at the execution time; usually "
3822
+ "this is used for MySQL queries."
3823
+ msgstr ""
3824
+
3825
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:986
3826
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1001
3827
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1016
3828
+ msgid ""
3829
+ "This placeholder will be replaced with any value that you will provide in a "
3830
+ "shortcode. Provide a default value here that will be used for table "
3831
+ "generation and when a different one is not defined in the shortcode."
3832
+ msgstr ""
3833
+
3834
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:991
3835
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1006
3836
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1021
3837
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1043
3838
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1061
3839
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1078
3840
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1099
3841
+ msgid "Default for table generation"
3842
+ msgstr ""
3843
+
3844
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1037
3845
+ msgid ""
3846
+ "This placeholder will be replaced with the ID of currently logged in user. "
3847
+ "Provide a value here to be used for table generation"
3848
+ msgstr ""
3849
+
3850
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1053
3851
+ msgid ""
3852
+ "This placeholder will be replaced with the login of currently logged in "
3853
+ "user. Provide a value here to be used for table generation"
3854
+ msgstr ""
3855
+
3856
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1071
3857
+ msgid ""
3858
+ "This placeholder will be replaced with the current prefix of WordPress "
3859
+ "database. Provide a value here to be used for table generation"
3860
+ msgstr ""
3861
+
3862
+ #: ../.././templates/admin/table-settings/table_settings_block.inc.php:1094
3863
+ msgid ""
3864
+ "This placeholder will be replaced with the ID of current post. Provide a "
3865
+ "value here to be used for table generation"
3866
+ msgstr ""
3867
+
3868
+ #: ../.././templates/browse.inc.php:8
3869
  msgid "Add new"
3870
  msgstr "Nieuwe toevoegen"
3871
 
3872
+ #: ../.././templates/browse.inc.php:39 ../.././templates/browse.inc.php:101
3873
+ #: ../.././templates/browse_charts.inc.php:28
 
 
 
3874
  msgid "Are you sure"
3875
  msgstr "Zeker weten?"
3876
 
3877
+ #: ../.././templates/browse.inc.php:57
 
 
 
 
3878
  msgid "copy"
3879
  msgstr "kopieer"
3880
 
3881
+ #: ../.././templates/browse_charts.inc.php:8
3882
+ #: ../.././templates/chart_wizard.inc.php:16
3883
+ #, fuzzy
3884
+ #| msgid "wpDataTables documentation"
3885
+ msgid "wpDataTables documentation on Charts"
3886
+ msgstr "wpDataTables documentatie"
3887
 
3888
+ #: ../.././templates/browse_charts.inc.php:9
3889
+ #, fuzzy
3890
+ #| msgid "Add a chart"
3891
+ msgid "Add new chart"
3892
+ msgstr "Voeg een grafiek toe"
3893
+
3894
+ #: ../.././templates/chart_wizard.inc.php:17
3895
+ #, fuzzy
3896
+ #| msgid "wpDataTables settings"
3897
+ msgid "wpDataTables Chart Wizard"
3898
+ msgstr "wpDataTables instellingen"
3899
+
3900
+ #: ../.././templates/chart_wizard.inc.php:24
3901
+ #: ../.././templates/constructor.inc.php:19
3902
+ #: ../.././templates/edit_table.inc.php:30
3903
+ #: ../.././templates/edit_table.inc.php:431
3904
+ #: ../.././templates/settings.inc.php:24 ../.././templates/settings.inc.php:202
3905
+ #: ../.././templates/settings.inc.php:444
3906
  msgid "Click to toggle"
3907
  msgstr "Klik om te openen"
3908
 
3909
+ #: ../.././templates/chart_wizard.inc.php:44
3910
+ msgid "Formatting"
3911
+ msgstr ""
3912
 
3913
+ #: ../.././templates/chart_wizard.inc.php:59
3914
+ msgid "Chart title, rendering engine and type"
3915
+ msgstr ""
 
 
 
3916
 
3917
+ #: ../.././templates/chart_wizard.inc.php:66
3918
+ msgid "What is the title of the chart that you will use to identify it?"
3919
+ msgstr ""
3920
+
3921
+ #: ../.././templates/chart_wizard.inc.php:88
3922
+ msgid "Pick a Google chart type"
3923
+ msgstr ""
3924
+
3925
+ #: ../.././templates/chart_wizard.inc.php:106
3926
+ msgid "Pick a Highcharts chart type"
3927
+ msgstr ""
3928
+
3929
+ #: ../.././templates/common/delete_modal.inc.php:28
3930
+ msgid "Please confirm deletion. There is no undo!"
3931
+ msgstr ""
3932
+
3933
+ #: ../.././templates/constructor.inc.php:14
3934
+ #, fuzzy
3935
+ #| msgid "wpDataTables documentation"
3936
+ msgid "wpDataTables documentation on Table Consturctor"
3937
+ msgstr "wpDataTables documentatie"
3938
+
3939
+ #: ../.././templates/constructor.inc.php:14
3940
+ #: ../.././templates/edit_table.inc.php:11
3941
+ #, fuzzy
3942
+ #| msgid "if you have some questions or problems with the plugin."
3943
+ msgid "if you have some questions or problems."
3944
+ msgstr "als je vragen of problemen hebt met deze plugin."
3945
+
3946
+ #: ../.././templates/constructor.inc.php:15
3947
+ #, fuzzy
3948
+ #| msgid "wpDataTables documentation"
3949
+ msgid "wpDataTable constructor"
3950
+ msgstr "wpDataTables documentatie"
3951
+
3952
+ #: ../.././templates/edit_table.inc.php:11
3953
+ #, fuzzy
3954
+ #| msgid "wpDataTables documentation"
3955
+ msgid "wpDataTables documentation on this page"
3956
+ msgstr "wpDataTables documentatie"
3957
+
3958
+ #: ../.././templates/edit_table.inc.php:19
3959
+ msgid "To insert the table on your page use the shortcode"
3960
+ msgstr "Om de tabel op je pagina te plaatsen, gebruik de volgende shortcode"
3961
 
3962
  #: ../.././templates/edit_table.inc.php:32
3963
+ msgid "Data source and main settings"
3964
+ msgstr "Data bron en hoofd instellingen"
 
 
 
3965
 
3966
+ #: ../.././templates/edit_table.inc.php:46
3967
  msgid "General setup"
3968
  msgstr "Algemene setup"
3969
 
3970
+ #: ../.././templates/edit_table.inc.php:62
 
 
 
 
3971
  msgid "If you want to display a header above your table, enter it here"
3972
  msgstr "Als je een header boven je tabel wilt weergeven, voer deze hier dan in"
3973
 
3974
+ #: ../.././templates/edit_table.inc.php:71
3975
+ msgid "Uncheck if you do not want to show the table title on the page"
3976
+ msgstr ""
3977
+
3978
+ #: ../.././templates/edit_table.inc.php:77
3979
  msgid "Table type"
3980
  msgstr "Tabel type"
3981
 
3982
+ #: ../.././templates/edit_table.inc.php:81
3983
  msgid "Select a table type..."
3984
  msgstr "Selecteer een tabel type..."
3985
 
3986
+ #: ../.././templates/edit_table.inc.php:83
3987
+ msgid ""
3988
+ "MySQL\n"
3989
+ "\t\t\t\t\t\t\t\t\t\t\t\t\t\tquery"
3990
+ msgstr ""
 
 
 
 
 
 
 
3991
 
3992
+ #: ../.././templates/edit_table.inc.php:93
3993
+ msgid "Choose a type of input source for your table"
3994
+ msgstr "Kies een type inputbron voor jouw tabel"
3995
 
3996
+ #: ../.././templates/edit_table.inc.php:102
3997
+ msgid "Go to editor"
3998
+ msgstr ""
3999
 
4000
+ #: ../.././templates/edit_table.inc.php:103
4001
+ msgid "Go to Excel-like editor"
4002
+ msgstr ""
4003
 
4004
+ #: ../.././templates/edit_table.inc.php:104
4005
+ msgid "Open the table in back-end editor to modify table data"
4006
+ msgstr ""
4007
 
4008
+ #: ../.././templates/edit_table.inc.php:110
4009
  msgid ""
4010
  "Enter MySQL SELECT query that will return the data for your wpDataTable. "
4011
  "Make sure that this query works and returns data. If you are not sure what "
4013
  "reading MySQL manuals"
4014
  msgstr ""
4015
 
4016
+ #: ../.././templates/edit_table.inc.php:116
4017
  msgid ""
4018
+ "Enter the text of your MySQL query here. You can use a number of "
4019
+ "placeholders to make the dataset in the table flexible and be able to return "
4020
+ "different sets of data by calling it with different shortcodes"
4021
  msgstr ""
4022
 
4023
+ #: ../.././templates/edit_table.inc.php:117
4024
+ msgid "MySQL query placeholders (toggle show/hide)"
4025
+ msgstr ""
4026
+
4027
+ #: ../.././templates/edit_table.inc.php:121
4028
+ msgid "Placeholder"
4029
+ msgstr ""
4030
+
4031
+ #: ../.././templates/edit_table.inc.php:122
4032
+ msgid "Description, example"
4033
+ msgstr ""
4034
+
4035
+ #: ../.././templates/edit_table.inc.php:123
4036
+ msgid "Define default for table generation"
4037
+ msgstr ""
4038
+
4039
+ #: ../.././templates/edit_table.inc.php:130
4040
+ msgid ""
4041
+ "Returns the numeric value of the currently logged in user ID (wp_users "
4042
+ "table). Returns 0 for non-logged in users. If your current user does not "
4043
+ "have rows in the table you can redefine it here (it will not be stored, used "
4044
+ "only to read the table structure)."
4045
+ msgstr ""
4046
+
4047
+ #: ../.././templates/edit_table.inc.php:131
4048
+ msgid "Example: SELECT * FROM mytable WHERE user_id = %CURRENT_USER_ID%"
4049
+ msgstr ""
4050
+
4051
+ #: ../.././templates/edit_table.inc.php:138
4052
+ msgid ""
4053
+ "Variable for using in the shortcode. Can be used in filter values. It is "
4054
+ "necessary for wpDataTables to retrieve actual data from the DB at the moment "
4055
+ "of wpDataTable generation to read the columns structure, so make sure the "
4056
+ "query returns something. You can define the default variables values here, "
4057
+ "they will be used for table creation, and as defaults if not defined in "
4058
+ "shortcode."
4059
+ msgstr ""
4060
+
4061
+ #: ../.././templates/edit_table.inc.php:139
4062
+ msgid ""
4063
+ "Example: SELECT * FROM mytable WHERE mycolumn >= %VAR1% AND mycolumn <= "
4064
+ "%VAR2%"
4065
+ msgstr ""
4066
+
4067
+ #: ../.././templates/edit_table.inc.php:146
4068
+ #: ../.././templates/edit_table.inc.php:153
4069
+ msgid "Variable for using in the shortcode."
4070
+ msgstr ""
4071
+
4072
+ #: ../.././templates/edit_table.inc.php:160
4073
+ msgid ""
4074
+ "Prefix of the current WordPress DB installation. Defaults to \"wp_\", but "
4075
+ "may be different if defined so in WordPress config."
4076
+ msgstr ""
4077
+
4078
+ #: ../.././templates/edit_table.inc.php:170
4079
  msgid "Input file or URL"
4080
  msgstr "Voer bestand of URL in"
4081
 
4082
+ #: ../.././templates/edit_table.inc.php:175
4083
  msgid "Upload your file or provide the full URL here"
4084
  msgstr "Upload je bestand of geef de volledige URL hier in"
4085
 
4086
+ #: ../.././templates/edit_table.inc.php:175
4087
+ msgid ""
4088
+ "It is allowed to use placeholders (variables) in URLs. Read about "
4089
+ "placeholders "
4090
+ msgstr ""
4091
+
4092
+ #: ../.././templates/edit_table.inc.php:175
4093
+ msgid "here."
4094
+ msgstr ""
4095
+
4096
+ #: ../.././templates/edit_table.inc.php:175
4097
  msgid "For CSV or Excel input sources only uploaded files are supported"
4098
  msgstr "Voor CSV of Excel input bronnen, werken alleen geuploade bestanden "
4099
 
4100
+ #: ../.././templates/edit_table.inc.php:175
4101
+ msgid ""
4102
+ "For Google Spreadsheets: please do not forget to publish the spreadsheet "
4103
+ "before pasting the URL"
4104
+ msgstr ""
4105
 
4106
+ #: ../.././templates/edit_table.inc.php:186
4107
  msgid "Make table editable from the front-end"
4108
  msgstr "Maak tabel aanpasbaar vanaf de front-end"
4109
 
4110
+ #: ../.././templates/edit_table.inc.php:186
4111
  msgid ""
4112
  "Works only for MySQL-based tables with server-side processing, and can only "
4113
  "update one table on MySQL side"
4114
  msgstr ""
4115
 
4116
+ #: ../.././templates/edit_table.inc.php:187
4117
+ msgid ""
4118
+ "Please save the table first so wpDataTables would read the columns data so "
4119
+ "that feature would become available."
4120
+ msgstr ""
4121
 
4122
+ #: ../.././templates/edit_table.inc.php:198
4123
  msgid "Name of the MySQL table which will be used for updates from front-end"
4124
  msgstr ""
4125
  "Naam van de MySQL tabel welke gebruikt wordt voor aanpassingen vanaf de "
4126
  "front-end"
4127
 
4128
+ #: ../.././templates/edit_table.inc.php:207
4129
+ #: ../.././templates/edit_table.inc.php:254
4130
+ msgid ""
4131
+ "Please save the table first so wpDataTables would initialize the columns"
4132
+ msgstr ""
4133
+
4134
+ #: ../.././templates/edit_table.inc.php:210
4135
+ msgid "Please choose an ID column for editing..."
4136
+ msgstr ""
4137
+
4138
+ #: ../.././templates/edit_table.inc.php:217
4139
+ msgid ""
4140
+ "Please choose a column, values from which will be used as row unique "
4141
+ "identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
4142
+ "delete would work correctly!"
4143
+ msgstr ""
4144
+
4145
+ #: ../.././templates/edit_table.inc.php:218
4146
+ msgid ""
4147
+ "wpDataTables will guess the correct column if it is called \"id\" or \"ID\" "
4148
+ "on MySQL side"
4149
+ msgstr ""
4150
+
4151
+ #: ../.././templates/edit_table.inc.php:223
4152
+ #, fuzzy
4153
+ #| msgid "Front-end editing"
4154
+ msgid "Inline editing"
4155
+ msgstr "Front-end aanpassen"
4156
+
4157
+ #: ../.././templates/edit_table.inc.php:227
4158
+ #, fuzzy
4159
+ #| msgid ""
4160
+ #| "Check this checkbox if you would like to have the advanced filter in a "
4161
+ #| "form"
4162
+ msgid ""
4163
+ "Check this checkbox if you would like to be able to edit the table data "
4164
+ "inline, by double-clicking a cell, not only in a modal dialog"
4165
+ msgstr "Aanklikken als je een geavanceerde filter in een formulier wilt hebben"
4166
+
4167
+ #: ../.././templates/edit_table.inc.php:236
4168
+ #, fuzzy
4169
+ #| msgid ""
4170
+ #| "Check this checkbox if you would like to have the table tools (copy, save "
4171
+ #| "to excel, save to CSV, etc) enabled for this table"
4172
+ msgid ""
4173
+ "Check this checkbox if you would like to get the New, Edit and Delete "
4174
+ "buttons in a popover on click on a table row, instead of in TableTools block "
4175
+ "above the table"
4176
+ msgstr ""
4177
+ "Aanklikken als je wilt dat de tabel tools weergegeven worden (kopieren, "
4178
+ "opslaan naar excel etc.)"
4179
 
4180
+ #: ../.././templates/edit_table.inc.php:241
4181
+ msgid "Users see and edit only their data"
4182
+ msgstr ""
4183
+
4184
+ #: ../.././templates/edit_table.inc.php:245
4185
+ msgid "Limit editing to user's own data only"
4186
+ msgstr ""
4187
+
4188
+ #: ../.././templates/edit_table.inc.php:245
4189
+ msgid ""
4190
+ "Set this to checked if you would like front-end users to see and edit only "
4191
+ "their own data, i.e. rows with their WordPress user ID"
4192
+ msgstr ""
4193
+
4194
+ #: ../.././templates/edit_table.inc.php:257
4195
+ msgid "Please choose a user ID column..."
4196
+ msgstr ""
4197
+
4198
+ #: ../.././templates/edit_table.inc.php:271
4199
  msgid "Choose roles"
4200
  msgstr "Kies rollen"
4201
 
4202
+ #: ../.././templates/edit_table.inc.php:272
4203
  msgid ""
4204
  "Roles which are allowed to edit the table (leave blank to alllow editing for "
4205
  "everyone)"
4207
  "Rollen welke de tabel mogen aanpassen (blanco laten zodat iedereen "
4208
  "aanpassingen kan doen)"
4209
 
4210
+ #: ../.././templates/edit_table.inc.php:277
4211
  msgid "Additional settings"
4212
  msgstr "Extra instellingen"
4213
 
4214
+ #: ../.././templates/edit_table.inc.php:287
 
 
 
 
4215
  msgid ""
4216
  "Server-side processing for MySQL-based tables. Required for front-end editing"
4217
  msgstr ""
4218
  "Server-side verwerking voor MySQL-gebaseerde tabellen. Verplicht als je "
4219
  "front-end editing wilt gebruiken."
4220
 
4221
+ #: ../.././templates/edit_table.inc.php:296
4222
+ msgid ""
4223
+ "Auto-refresh interval in seconds for tables with server-side processing. "
4224
+ "Leave blank or zero to disable auto-refresh."
4225
+ msgstr ""
4226
+
4227
+ #: ../.././templates/edit_table.inc.php:301
4228
  msgid "Responsive"
4229
  msgstr "Responsive"
4230
 
4231
+ #: ../.././templates/edit_table.inc.php:306
4232
  msgid ""
4233
  "Check this checkbox if you would like this table to be responsive - display "
4234
  "differently on desktops, tablets and mobiles"
4235
  msgstr "Aanklikken als je wilt dat de tabel responsive wordt weergegeven"
4236
 
4237
+ #: ../.././templates/edit_table.inc.php:311
4238
+ msgid "Scrollable"
4239
+ msgstr ""
4240
+
4241
+ #: ../.././templates/edit_table.inc.php:315
4242
+ #, fuzzy
4243
+ #| msgid ""
4244
+ #| "Check this checkbox if you would like to have sorting feature in your "
4245
+ #| "table"
4246
+ msgid ""
4247
+ "Check this checkbox if you would like this table to be horizontal scrollable"
4248
+ msgstr "Aanklikken als je een sorteerfunctie wilt hebben"
4249
+
4250
+ #: ../.././templates/edit_table.inc.php:320
4251
  msgid "Hide table until page is completely loaded"
4252
  msgstr "Verberg tabel tot de pagina volledig geladen is"
4253
 
4254
+ #: ../.././templates/edit_table.inc.php:324
4255
  msgid ""
4256
  "Check this checkbox if you would prevent table from showing until the page "
4257
  "loads completely. May be useful for slowly loading pages"
4259
  "Aanklikken als je niet wilt dat de tabel geladen wordt tot de pagina is "
4260
  "geladen. Kan handig zijn als de pagina anders langzaam laadt."
4261
 
4262
+ #: ../.././templates/edit_table.inc.php:329
4263
  msgid "Advanced filtering"
4264
  msgstr "Geavanceerde filtering"
4265
 
4266
+ #: ../.././templates/edit_table.inc.php:335
4267
  msgid ""
4268
  "Check this checkbox if you would like to have a filter below each column"
4269
  msgstr "Aanklikken als je een filter onder iedere kolom wilt"
4270
 
4271
+ #: ../.././templates/edit_table.inc.php:345
 
 
 
 
4272
  msgid ""
4273
  "Check this checkbox if you would like to have the advanced filter in a form"
4274
  msgstr "Aanklikken als je een geavanceerde filter in een formulier wilt hebben"
4275
 
4276
+ #: ../.././templates/edit_table.inc.php:354
 
 
 
 
4277
  msgid ""
4278
  "Check this checkbox if you would like to have the table tools (copy, save to "
4279
  "excel, save to CSV, etc) enabled for this table"
4281
  "Aanklikken als je wilt dat de tabel tools weergegeven worden (kopieren, "
4282
  "opslaan naar excel etc.)"
4283
 
4284
+ #: ../.././templates/edit_table.inc.php:361
4285
+ msgid "Configure table tools (toggle show/hide)"
4286
+ msgstr ""
4287
+
4288
+ #: ../.././templates/edit_table.inc.php:363
4289
+ msgid "Show column visibility button"
4290
+ msgstr ""
4291
+
4292
+ #: ../.././templates/edit_table.inc.php:364
4293
+ msgid "Show print button"
4294
+ msgstr ""
4295
+
4296
+ #: ../.././templates/edit_table.inc.php:365
4297
+ msgid "Show copy to clipboard button"
4298
+ msgstr ""
4299
+
4300
+ #: ../.././templates/edit_table.inc.php:366
4301
+ msgid "Show Excel export button"
4302
+ msgstr ""
4303
+
4304
+ #: ../.././templates/edit_table.inc.php:367
4305
+ msgid "Show CSV export button"
4306
+ msgstr ""
4307
+
4308
+ #: ../.././templates/edit_table.inc.php:368
4309
+ msgid "Show PDF export button"
4310
+ msgstr ""
4311
+
4312
+ #: ../.././templates/edit_table.inc.php:374
4313
  msgid "Enable sorting"
4314
  msgstr "Sorteren inschakelen"
4315
 
4316
+ #: ../.././templates/edit_table.inc.php:378
4317
  msgid ""
4318
  "Check this checkbox if you would like to have sorting feature in your table"
4319
  msgstr "Aanklikken als je een sorteerfunctie wilt hebben"
4320
 
4321
+ #: ../.././templates/edit_table.inc.php:383
4322
  msgid "Limit table layout"
4323
  msgstr "Limiteer tabel layout"
4324
 
4325
+ #: ../.././templates/edit_table.inc.php:387
4326
  #, php-format
4327
  msgid ""
4328
  "Check this checkbox if you would like to limit the table's width to 100% of "
4329
  "parent container (div)"
4330
  msgstr ""
4331
 
4332
+ #: ../.././templates/edit_table.inc.php:396
 
 
 
 
4333
  msgid ""
4334
  "Check this checkbox if you would like words in cells to wrap and to extend "
4335
  "row's height. Leave unchecked if you want to leave one-line row heights."
4338
  "woorden worden aangepast. Niet aanklikken als je one-line rijhoogte's wilt "
4339
  "hebben."
4340
 
4341
+ #: ../.././templates/edit_table.inc.php:401
4342
  msgid "Display length"
4343
  msgstr "Display lengte"
4344
 
4345
+ #: ../.././templates/edit_table.inc.php:405
4346
+ #: ../.././templates/edit_table.inc.php:406
4347
+ #: ../.././templates/edit_table.inc.php:407
4348
+ #: ../.././templates/edit_table.inc.php:408
4349
  msgid "entries"
4350
  msgstr "data"
4351
 
4352
+ #: ../.././templates/edit_table.inc.php:411
 
 
 
 
4353
  msgid ""
4354
  "This options defines the default number of entries on the page for this table"
4355
  msgstr ""
4356
  "Deze optie geeft het default aantal data op de pagina voor deze tabel aan"
4357
 
4358
+ #: ../.././templates/edit_table.inc.php:433
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4359
  msgid "Optional column setup"
4360
  msgstr "Optionele kolom setup"
4361
 
4362
+ #: ../.././templates/edit_table.inc.php:436
4363
+ #: ../.././templates/edit_table.inc.php:459
4364
  msgid "Ungroup"
4365
  msgstr "Degroeperen"
4366
 
4367
+ #: ../.././templates/edit_table.inc.php:437
4368
+ #: ../.././templates/edit_table.inc.php:460
4369
+ msgid "Add formula..."
4370
+ msgstr ""
4371
+
4372
+ #: ../.././templates/edit_table.inc.php:448
4373
  msgid ""
4374
  "You can change the column settings in this step, but this is not required, "
4375
  "since default options have already been generated for you"
4377
  "Je kunt de kolom instellingen hier aanpassen, dit is echter niet nodig "
4378
  "aangezien de default opties al zijn aangemaakt."
4379
 
4380
+ #: ../.././templates/edit_table.inc.php:449
4381
  msgid "Warning"
4382
  msgstr "Waarschuwing"
4383
 
4384
+ #: ../.././templates/edit_table.inc.php:449
4385
  msgid ""
4386
  "If you change the table settings, save the table before modifying the column "
4387
  "settings, because the column set can be changed and you may lose your changes"
4389
  "Als je de tabel instellingen aanpast, sla deze dan op voor je de "
4390
  "kolominstellingen aanpast."
4391
 
4392
+ #: ../.././templates/edit_table.inc.php:484
4393
+ msgid "Merge values"
 
 
4394
  msgstr ""
 
 
 
 
 
 
4395
 
4396
+ #: ../.././templates/edit_table.inc.php:485
4397
+ msgid "There are already defined possible values."
4398
+ msgstr ""
4399
 
4400
+ #: ../.././templates/edit_table.inc.php:486
4401
+ msgid "Do you want to merge new values with existing?"
4402
+ msgstr ""
4403
 
4404
+ #: ../.././templates/edit_table.inc.php:544
4405
  msgid "Separate with"
4406
  msgstr "Scheiden met"
4407
 
4408
+ #: ../.././templates/edit_table.inc.php:544
4409
  msgid "Used in advanced filterdropdown and in the editor dialog"
4410
  msgstr "Gebruikt in geavanceerd filterdropdown en in het editor scherm"
4411
 
4412
+ #: ../.././templates/edit_table.inc.php:547
4413
+ msgid "Create from column values"
4414
+ msgstr ""
4415
+
4416
+ #: ../.././templates/edit_table.inc.php:548
4417
+ #, fuzzy
4418
+ #| msgid "Clear filters"
4419
+ msgid "Clear values"
4420
+ msgstr "Leeg filters"
4421
+
4422
+ #: ../.././templates/edit_table.inc.php:558
4423
  msgid "Default value(s)"
4424
  msgstr "Standaardwaarde(n)"
4425
 
4426
+ #: ../.././templates/edit_table.inc.php:560
4427
  msgid ""
4428
  "Predefined filter value, default editor input value. Separate multiple "
4429
  "values with \"|\". Placeholders supported."
4430
  msgstr ""
4431
 
4432
+ #: ../.././templates/edit_table.inc.php:594
4433
+ msgid "Formula for calculation:"
4434
+ msgstr ""
4435
 
4436
+ #: ../.././templates/edit_table.inc.php:595
4437
+ msgid "Formula constructor"
4438
+ msgstr ""
4439
 
4440
+ #: ../.././templates/edit_table.inc.php:603
4441
+ #, fuzzy
4442
+ #| msgid "Editor input type"
4443
+ msgid "Editor input type:"
4444
  msgstr "Editor input type"
4445
 
4446
+ #: ../.././templates/edit_table.inc.php:613
4447
+ #, fuzzy
4448
+ #| msgid "Table type cannot be empty"
4449
+ msgid "Cannot be empty:"
4450
+ msgstr "Tabel type mag niet leeg zijn"
 
 
 
 
 
 
 
 
 
 
4451
 
4452
+ #: ../.././templates/edit_table.inc.php:658
4453
  msgid "Default sort column"
4454
  msgstr "Standaard sortering kolom"
4455
 
4456
+ #: ../.././templates/edit_table.inc.php:672
4457
+ msgid "Show a total for this column in footer"
4458
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4459
 
4460
+ #: ../.././templates/edit_table.inc.php:704
4461
  msgid "Width"
4462
  msgstr "Breedte"
4463
 
4464
+ #: ../.././templates/edit_table.inc.php:706
4465
  #, php-format
4466
  msgid ""
4467
  "Input width for column (in percents with % or pixels without \"px\"). Leave "
4470
  "geef de breedte van de kolom in (in % of pixels zonder \"px\"). Blanco laten "
4471
  "voor automatische breedtestelling"
4472
 
4473
+ #: ../.././templates/edit_table.inc.php:714
4474
+ #, fuzzy
4475
+ #| msgid "Displayed header"
4476
+ msgid "Display text before"
4477
+ msgstr "Weergegeven header"
 
 
4478
 
4479
+ #: ../.././templates/edit_table.inc.php:722
4480
+ #, fuzzy
4481
+ #| msgid "Displayed header"
4482
+ msgid "Display text after"
4483
+ msgstr "Weergegeven header"
4484
 
4485
+ #: ../.././templates/edit_table.inc.php:738
4486
+ msgid "Visible"
4487
+ msgstr "Zichtbaar"
4488
 
4489
+ #: ../.././templates/edit_table.inc.php:752
4490
+ msgid ""
4491
+ "Conditional formatting allows you to add special formatting rules depending "
4492
+ "on different values of the cell in this column. E.g. you can add a CSS class "
4493
+ "or color to cell or whole row, etc"
4494
+ msgstr ""
4495
 
4496
+ #: ../.././templates/edit_table.inc.php:756
4497
+ msgid "Define rules"
4498
+ msgstr ""
4499
 
4500
+ #: ../.././templates/edit_table.inc.php:802
4501
+ #, fuzzy
4502
+ #| msgid "Table saved successfully!"
4503
+ msgid "Table saved!"
4504
+ msgstr "Tabel succesvol opgeslagen!"
4505
 
4506
+ #: ../.././templates/frontend/excel_table_main.inc.php:28
4507
+ #: ../.././templates/wpdatatables_excel_table_main.inc.php:26
4508
+ msgid "Search"
4509
+ msgstr ""
4510
 
4511
+ #: ../.././templates/settings.inc.php:12
4512
+ #, fuzzy
4513
+ #| msgid "wpDataTables documentation"
4514
+ msgid "wpDataTables documentation on this feature"
4515
+ msgstr "wpDataTables documentatie"
4516
 
4517
+ #: ../.././templates/settings.inc.php:13
4518
  msgid "wpDataTables settings"
4519
  msgstr "wpDataTables instellingen"
4520
 
4521
+ #: ../.././templates/settings.inc.php:35
 
 
 
 
4522
  msgid "Use separate MySQL connection"
4523
  msgstr "Gebruik losse MySQL verbinding"
4524
 
4525
+ #: ../.././templates/settings.inc.php:39
4526
  msgid ""
4527
  "If this checkbox is checked, wpDataTables will use its own connection to "
4528
  "MySQL bases. In other case it will use the main WordPress MySQL connection."
4530
  "Laat wpDataTables zijn eigen MySQL connectie gebruiken. Standaard wordt de "
4531
  "Wordpress MySQL verbinding gebruikt."
4532
 
4533
+ #: ../.././templates/settings.inc.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4534
  msgid "Pick the language which will be used in tables interface"
4535
  msgstr "Kies de taal welke in de tabel zijn interface wordt gebruikt"
4536
 
4537
+ #: ../.././templates/settings.inc.php:69
 
 
 
 
4538
  msgid "How many tables to show in the browse page"
4539
  msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
4540
 
4541
+ #: ../.././templates/settings.inc.php:78 ../.././templates/settings.inc.php:79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4542
  msgid "Skin"
4543
  msgstr "Skin"
4544
 
4545
+ #: ../.././templates/settings.inc.php:81
4546
  msgid "Choose the base skin for the plugin"
4547
  msgstr "Kies een skin voor de plugin"
4548
 
4549
+ #: ../.././templates/settings.inc.php:93
 
 
 
 
 
 
 
 
 
 
 
 
4550
  msgid ""
4551
  "Choose where you would like to render the advanced filter for tables where "
4552
  "enabled"
4554
  "Kies waar je wilt dat het geavanceerde filter voor de tabel wordt gerenderd "
4555
  "als deze geactiveerd is"
4556
 
4557
+ #: ../.././templates/settings.inc.php:114
 
 
 
 
4558
  msgid "Pick the date format to use in date column type"
4559
  msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
4560
 
4561
+ #: ../.././templates/settings.inc.php:126
4562
+ #, fuzzy
4563
+ #| msgid "Pick the date format to use in date column type"
4564
+ msgid "Pick the time format to use in datetime and time column type"
4565
+ msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
 
 
 
 
 
 
4566
 
4567
+ #: ../.././templates/settings.inc.php:147
4568
  msgid "Define the amount of decimal places for the float numbers"
4569
  msgstr "Kies het aantal decimaalplaatsen voor de zwevende getallen"
4570
 
4571
+ #: ../.././templates/settings.inc.php:152
4572
+ msgid "Timepicker step (min)"
4573
+ msgstr ""
4574
+
4575
+ #: ../.././templates/settings.inc.php:156
4576
+ msgid "Define the minutes step for the timepicker based filters and editors."
4577
+ msgstr ""
4578
+
4579
+ #: ../.././templates/settings.inc.php:161
4580
  msgid "Align numbers to the right"
4581
  msgstr "Sorteer nummers aan de rechter kant"
4582
 
4583
+ #: ../.././templates/settings.inc.php:165
4584
  msgid ""
4585
  "If this checkbox is checked all numerical values will be aligned to the "
4586
  "right of the cell"
4588
  "Aanklikken zorgt er voor dat alle nummerwaardes aan de rechterkant worden "
4589
  "gesorteerd"
4590
 
4591
+ #: ../.././templates/settings.inc.php:185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4592
  msgid "Here you can specify width (in pixels) will be treated as a mobile."
4593
  msgstr ""
4594
 
4595
+ #: ../.././templates/settings.inc.php:192
4596
+ #: ../.././templates/settings.inc.php:433
4597
  #: ../.././templates/settings.inc.php:481
4598
  msgid "Save options"
4599
  msgstr "Opties voor opslaan"
4600
 
4601
+ #: ../.././templates/settings.inc.php:207
4602
+ #: ../.././templates/settings.inc.php:449
 
 
 
 
4603
  msgid "Leave the setting blank to use default value"
4604
  msgstr "Leeg laten voor standaardwaardes"
4605
 
4606
+ #: ../.././templates/settings.inc.php:212
4607
  msgid "Table font color"
4608
  msgstr "Tabel font kleur"
4609
 
4610
+ #: ../.././templates/settings.inc.php:216
4611
  msgid "This color is used for the main font in table cells"
4612
  msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
4613
 
4614
+ #: ../.././templates/settings.inc.php:221
4615
  msgid "Header background color"
4616
  msgstr "Header achtergrond kleur"
4617
 
4618
+ #: ../.././templates/settings.inc.php:225
4619
  msgid "The color is used for background of the table header"
4620
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
4621
 
4622
+ #: ../.././templates/settings.inc.php:230
4623
  msgid "Header border color"
4624
  msgstr "Header border kleur"
4625
 
4626
+ #: ../.././templates/settings.inc.php:234
4627
  msgid "This color is used for the border in the table header"
4628
  msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
4629
 
4630
+ #: ../.././templates/settings.inc.php:239
4631
  msgid "Header font color"
4632
  msgstr "Header font kleur"
4633
 
4634
+ #: ../.././templates/settings.inc.php:243
4635
  msgid "This color is used for the font in the table header"
4636
  msgstr "Deze kleur wordt gebruikt voor de font in de tabel header"
4637
 
4638
+ #: ../.././templates/settings.inc.php:248
4639
  msgid "Header active and hover color"
4640
  msgstr "Header actef en hover kleur"
4641
 
4642
+ #: ../.././templates/settings.inc.php:252
4643
  msgid ""
4644
  "This color is used when you hover the mouse above the table header, or when "
4645
  "you choose a column"
4647
  "Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
4648
  "of wanneer je een kolom kiest"
4649
 
4650
+ #: ../.././templates/settings.inc.php:257
4651
  msgid "Table inner border color"
4652
  msgstr "Binnenste borderkleur van de tabel"
4653
 
4654
+ #: ../.././templates/settings.inc.php:261
4655
  msgid "This color is used for the inner border in the table between cells"
4656
  msgstr ""
4657
  "Deze kleur wordt gebruikt voor de binnenste border in de tabel, tussen de "
4658
  "cellen in"
4659
 
4660
+ #: ../.././templates/settings.inc.php:266
4661
  msgid "Table outer border color"
4662
  msgstr "Tabel buitenste border kleur"
4663
 
4664
+ #: ../.././templates/settings.inc.php:270
4665
  msgid "This color is used for the outer border of the whole table body"
4666
  msgstr ""
4667
  "Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
4668
 
4669
+ #: ../.././templates/settings.inc.php:275
4670
  msgid "Even row background color"
4671
  msgstr "Even rijen achtergrond kleur"
4672
 
4673
+ #: ../.././templates/settings.inc.php:279
4674
  msgid "This color is used for for background in even rows"
4675
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de even rijen"
4676
 
4677
+ #: ../.././templates/settings.inc.php:284
4678
  msgid "Odd row background color"
4679
  msgstr "Oneven rijen achtergrond kleur"
4680
 
4681
+ #: ../.././templates/settings.inc.php:288
4682
  msgid "This color is used for for background in odd rows"
4683
  msgstr "Deze kleur wordt gebruikt voor de achtergrond van de oneven rijen"
4684
 
4685
+ #: ../.././templates/settings.inc.php:293
4686
  msgid "Hover row color"
4687
  msgstr "Hover rij kleur"
4688
 
4689
+ #: ../.././templates/settings.inc.php:297
4690
  msgid ""
4691
  "This color is used for to highlight the row when you hover your mouse above "
4692
  "it"
4694
  "Deze kleur wordt gebruikt voor het highlighten van de rij als je je muis "
4695
  "erboven houdt"
4696
 
4697
+ #: ../.././templates/settings.inc.php:302
4698
  msgid "Cell color in active (sorted) columns for even rows"
4699
  msgstr "Celkleur in actieve (gesorteerde) klommen voor even rijen"
4700
 
4701
+ #: ../.././templates/settings.inc.php:306
4702
  msgid ""
4703
  "This color is used for background in cells which are in the active columns "
4704
  "(columns used for sorting) in even rows"
4706
  "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
4707
  "kolommen (deze die voor het sorteren worden gebruikt) in even rijen"
4708
 
4709
+ #: ../.././templates/settings.inc.php:311
4710
  msgid "Cell color in active (sorted) columns for odd rows"
4711
  msgstr "Celkleur in actieve (gesorteerde) klommen voor oneven rijen"
4712
 
4713
+ #: ../.././templates/settings.inc.php:315
4714
  msgid ""
4715
  "This color is used for background in cells which are in the active columns "
4716
  "(columns used for sorting) in odd rows"
4718
  "Deze kleur wordt gebruikt voor de achtergrond van de cellen in actieve "
4719
  "kolommen (deze die voor het sorteren worden gebruikt) in oneven rijen"
4720
 
4721
+ #: ../.././templates/settings.inc.php:320
4722
  msgid "Backround color for selected rows"
4723
  msgstr "Achtergrond kleur voor geselecteerde rijen"
4724
 
4725
+ #: ../.././templates/settings.inc.php:324
4726
  msgid "This color is used for background in selected rows"
4727
  msgstr ""
4728
  "Deze kleur wordt gebruikt voor de achtergrond van de geselecteerde rijen"
4729
 
4730
+ #: ../.././templates/settings.inc.php:329
4731
  msgid "Buttons background color"
4732
  msgstr "Achtergrondkleur van de Buttons"
4733
 
4734
+ #: ../.././templates/settings.inc.php:333
4735
  msgid "This color is used for background in buttons"
4736
  msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
4737
 
4738
+ #: ../.././templates/settings.inc.php:338
4739
  msgid "Buttons border color"
4740
  msgstr "Buttons border kleur"
4741
 
4742
+ #: ../.././templates/settings.inc.php:342
4743
  msgid "This color is used for border in buttons"
4744
  msgstr "Deze kleur wordt gebruikt voor de border van de buttons"
4745
 
4746
+ #: ../.././templates/settings.inc.php:347
4747
  msgid "Buttons font color"
4748
  msgstr "Bottons font kleur"
4749
 
4750
+ #: ../.././templates/settings.inc.php:351
4751
  msgid "This color is used for font in buttons"
4752
  msgstr "Deze kleur wordt gebruikt voor de font op de Buttons"
4753
 
4754
+ #: ../.././templates/settings.inc.php:356
4755
  msgid "Buttons background hover color"
4756
  msgstr "Buttons gehooverd achtergrondkleur"
4757
 
4758
+ #: ../.././templates/settings.inc.php:360
4759
  msgid ""
4760
  "This color will be used for button backgrounds when you hover above them"
4761
  msgstr ""
4762
  "Deze kleur wordt getoond als achtergrond van de Button als je je muis er "
4763
  "boven houdt."
4764
 
4765
+ #: ../.././templates/settings.inc.php:365
4766
  msgid "Buttons hover font color"
4767
  msgstr "Buttons hoover font kleur"
4768
 
4769
+ #: ../.././templates/settings.inc.php:369
4770
  msgid "This color will be used for buttons font when you hover above them"
4771
  msgstr ""
4772
  "Deze kleur wordt getoond als fontkleur van de Button als je je muis er boven "
4773
  "houdt."
4774
 
4775
+ #: ../.././templates/settings.inc.php:378
 
 
 
 
4776
  msgid ""
4777
  "This color will be used for wpDataTable popup (filter, datepicker) fonts"
4778
  msgstr ""
4779
  "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
4780
  "fonts"
4781
 
4782
+ #: ../.././templates/settings.inc.php:383
4783
  msgid "Modals background color"
4784
  msgstr "Modals achtergrondkleur"
4785
 
4786
+ #: ../.././templates/settings.inc.php:387
4787
  msgid ""
4788
  "This color will be used for wpDataTable popup (filter, datepicker) background"
4789
  msgstr ""
4790
  "Deze kleur wordt gebruikt voor de wpDataTable popup (filter, datumkiezer) "
4791
  "achtergrond"
4792
 
4793
+ #: ../.././templates/settings.inc.php:392
4794
  msgid "Overlay background color"
4795
  msgstr "Overlay achtergrondkleur"
4796
 
4797
+ #: ../.././templates/settings.inc.php:396
4798
  msgid ""
4799
  "This color will be used for overlay which appears below the plugin popups"
4800
  msgstr ""
4801
  "Deze kleur wordt gebruikt voor de overlay, welke getoond wordt onder de "
4802
  "plugin popups"
4803
 
4804
+ #: ../.././templates/settings.inc.php:405
 
 
 
 
4805
  msgid "This color will be used for button borders when you hover above them"
4806
  msgstr ""
4807
  "Deze kleur wordt gebruikt voor de border als je met je muis boven de Button "
4808
  "zweeft"
4809
 
4810
  #: ../.././templates/settings.inc.php:419
 
 
 
 
 
 
 
 
4811
  msgid "Table font"
4812
  msgstr "Tabel font"
4813
 
4814
+ #: ../.././templates/settings.inc.php:458
4815
  msgid ""
4816
+ "This JS will be inserted as an inline script block on every page that has a "
4817
+ "wpDataTable"
4818
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4819
 
4820
  #: ../.././templates/settings.inc.php:467
4821
  msgid ""
4822
+ "This CSS will be inserted as an inline style block on every page that has a "
4823
  "wpDataTable"
4824
  msgstr ""
4825
 
4826
  #: ../.././templates/settings.inc.php:472
4827
+ #, fuzzy
4828
+ #| msgid "Use in wpDataTable"
4829
+ msgid "Use minified wpDataTables Javascript"
4830
+ msgstr "Gebruik in wpDataTable"
4831
 
4832
  #: ../.././templates/settings.inc.php:476
4833
  msgid ""
4834
+ "Uncheck if you would like to make some changes to the main wpDataTables JS "
4835
+ "file (assets/js/wpdatatables/wpdatatables.js). Minified is inserted by "
4836
+ "default (better performance)"
4837
+ msgstr ""
4838
+
4839
+ #: ../.././templates/settings.inc.php:521
4840
+ msgid "Full version only!"
4841
+ msgstr ""
4842
+
4843
+ #: ../.././templates/settings.inc.php:521
4844
+ msgid ""
4845
+ "Sorry, this function is available only in FULL version of wpDataTables along "
4846
+ "with many others! Please go to our <a href=\\\"http://wpdatatables.com/\\"
4847
+ "\">website</a> to see the full list and to purchase!"
4848
  msgstr ""
4849
 
4850
+ #: ../.././templates/settings.inc.php:625
4851
  msgid "Settings saved successfully"
4852
  msgstr "Instellingen zijn opgeslagen"
4853
 
4854
+ #: ../.././templates/settings.inc.php:627
4855
  msgid "There was a problem saving your settings"
4856
  msgstr "Er was een probleem bij het opslaan van je instellingen"
4857
+
4858
+ #~ msgid "MySQL table name for front-end editing is not set"
4859
+ #~ msgstr "MySQL tabel naam voor front-end aanpassingen is niet ingesteld"
4860
+
4861
+ #~ msgid ""
4862
+ #~ "This usually happens when the MySQL query returns an empty result. Please "
4863
+ #~ "check the results of the query in some DB manager (e.g. PHPMyAdmin)"
4864
+ #~ msgstr ""
4865
+ #~ "Dit gebeurt wanneer de MySQL query een leeg resultaat terugstuurd. "
4866
+ #~ "Controleer de resultaten van de query in een DB manager (bijv. PHPMyAdmin)"
4867
+
4868
+ #~ msgid ""
4869
+ #~ "This error is usually occuring because you are trying to load file which "
4870
+ #~ "is too large. Please try another datasource, use a smaller file."
4871
+ #~ msgstr ""
4872
+ #~ "Deze fout ontstaat waarschijnlijk doordat je een te groot bestand "
4873
+ #~ "probeert te laden. Probeer een andere databron."
4874
+
4875
+ #~ msgid "ID column for front-end editing feature is not set"
4876
+ #~ msgstr "ID kolom voor front-end aanpassingen is niet ingesteld"
4877
+
4878
+ #~ msgid "New title"
4879
+ #~ msgstr "Nieuwe titel"
4880
+
4881
+ #~ msgid "Title:"
4882
+ #~ msgstr "Naam:"
4883
+
4884
+ #~ msgid ""
4885
+ #~ "Select one of the options if you would like to render a chart for this "
4886
+ #~ "table"
4887
+ #~ msgstr ""
4888
+ #~ "Selecteer 1 van deze opties als je wilt dat er een grafiek wordt gemaakt "
4889
+ #~ "van deze tabel"
4890
+
4891
+ #~ msgid "Enter a title if you would like to display a title above your chart"
4892
+ #~ msgstr "Vul de titel in welke boven je grafiek wordt getoond"
4893
+
4894
+ #~ msgid "Add to chart"
4895
+ #~ msgstr "Toevoegen aan tabel/grafiek"
4896
+
4897
+ #~ msgid "New"
4898
+ #~ msgstr "Nieuw"
4899
+
4900
+ #~ msgid "Prev"
4901
+ #~ msgstr "Vorige"
4902
+
4903
+ #~ msgid "Render charts"
4904
+ #~ msgstr "Render grafieken/diagrammen"
4905
+
4906
+ #~ msgid "Above the table"
4907
+ #~ msgstr "Boven de grafiek/diagram"
4908
+
4909
+ #~ msgid "Choose where you would like to render the charts"
4910
+ #~ msgstr "Kies waar je de grafiek/diagram wilt hebben"
languages/ru_RU/wpdatatables-ru_RU.mo CHANGED
Binary file
languages/ru_RU/wpdatatables-ru_RU.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2016-07-26 13:34+0200\n"
5
- "PO-Revision-Date: 2016-07-26 18:25+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.8\n"
13
  "X-Poedit-Basepath: ../..\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
@@ -18,786 +18,800 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
 
21
- #: controllers/wdt_admin.php:15
22
- msgid "Table type cannot be empty"
23
- msgstr "Тип таблицы не может быть пустым"
24
 
25
- #: controllers/wdt_admin.php:16 templates/settings.inc.php:614
26
- #: templates/settings.inc.php:685
27
- msgid "Error!"
28
- msgstr "Ошибка!"
29
-
30
- #: controllers/wdt_admin.php:17
31
- msgid "Table input data source cannot be empty"
32
- msgstr "Источник данных для таблицы не может быть пустым"
33
-
34
- #: controllers/wdt_admin.php:18
35
- msgid "MySQL query cannot be empty"
36
- msgstr "MySQL запрос не может быть пустым"
37
-
38
- #: controllers/wdt_admin.php:19
39
- msgid "MySQL table name for front-end editing is not set"
40
- msgstr "Имя MySQL таблицы для редактирования не задано"
41
-
42
- #: controllers/wdt_admin.php:20
43
- msgid ""
44
- "User ID column is not set. Please choose a column which will be used to "
45
- "identify rows belonging to the user."
46
- msgstr ""
47
- "Колонка-идентификатор пользователя не задана. Пожалуйста, выберите колонку, "
48
- "которая будет использоваться для идентификации рядов, принадлежащих "
49
- "пользователю"
50
-
51
- #: controllers/wdt_admin.php:21
52
- msgid ""
53
- "This usually happens when the MySQL query returns an empty result or is "
54
- "broken. Please check the results of the query in some DB manager (e.g. "
55
- "PHPMyAdmin)"
56
- msgstr ""
57
- "Как правило, это происходит, если MySQL запрос вернул пустой результат, или "
58
- "не может быть выполнен из-за ошибки. Пожалуйста, проверьте какие результаты "
59
- "возвращает этот запрос в СУБД (например, PHPMyAdmin)"
60
-
61
- #: controllers/wdt_admin.php:22
62
- msgid ""
63
- "Please add at least 1 row to the table through the editor before changing "
64
- "the settings. wpDataTables uses the actual table data to initialize table "
65
- "settings, so configuration for tables with no rows cannot be modified. Click "
66
- "\"Go to editor\" to start entering data."
67
- msgstr ""
68
- "Пожалуйста, добавьте как минимум 1 строку в таблицу через онлайн-редактор "
69
- "прежде чем изменять настройки. wpDataTables использует возвращаемые данные "
70
- "для того, чтобы инициализировать настройки, поэтому таблицы, в которых нет "
71
- "строк, не могут быть отредактированы. Пожалуйста, перейдите к редактору, "
72
- "чтобы ввести данные."
73
-
74
- #: controllers/wdt_admin.php:23
75
- msgid "wpDataTables backend error: "
76
- msgstr "Серверная ошибка wpDataTables: "
77
-
78
- #: controllers/wdt_admin.php:24
79
- msgid "Table saved successfully!"
80
- msgstr "Таблица успешно сохранена!"
81
-
82
- #: controllers/wdt_admin.php:25 templates/settings.inc.php:620
83
- #: templates/settings.inc.php:683
84
- msgid "Success!"
85
- msgstr "Выполнено!"
86
-
87
- #: controllers/wdt_admin.php:26
88
- msgid ""
89
- "This error is usually occuring because you are trying to load file which is "
90
- "too large. Please try another datasource, use a smaller file."
91
- msgstr ""
92
- "Как правило, эта ошибка происходит в том случае, если файл слишком велик. "
93
- "Пожалуйста, попробуйте использовать другой источник данных, или файл "
94
- "меньшего размера."
95
-
96
- #: controllers/wdt_admin.php:27
97
- msgid "ID column for front-end editing feature is not set"
98
- msgstr "ID колонка для онлайн-редактирования не установлена."
99
-
100
- #: controllers/wdt_admin.php:28
101
- msgid "Are you sure?"
102
- msgstr "Вы уверены?"
103
-
104
- #: controllers/wdt_admin.php:29
105
- msgid "Are you sure? You will lose unsaved changes!"
106
- msgstr "Вы уверены? Вы потеряете все несохраненые изменения"
107
-
108
- #: controllers/wdt_admin.php:30
109
- msgid "Use in wpDataTable"
110
- msgstr "Использовать в таблице wpDataTable"
111
-
112
- #: controllers/wdt_admin.php:31
113
- msgid "Select Excel or CSV file"
114
- msgstr "Выберите Excel или CSV файл"
115
-
116
- #: controllers/wdt_admin.php:32
117
- msgid ""
118
- "Complicated queries (with WHERE clause, conditions, or with JOINs) are not "
119
- "supported together with server-side processing. Please store the query in a "
120
- "MySQL view and then create a wpDataTable based on the view."
121
- msgstr ""
122
- "Сложные запросы (с использование WHERE, JOIN, IF, и др.) не поддерживаются в "
123
- "комбинации с серверной обработкой данных. Пожалуйста, сохраните этот запрос "
124
- "в MySQL представлении (view), и создайте таблицу wpDataTable на основе "
125
- "представления."
126
-
127
- #: controllers/wdt_admin.php:33 templates/edit_table.inc.php:207
128
- msgid "Please choose an ID column for editing..."
129
- msgstr "Пожалуйста, выберите уникальную ID-колонку для редактирования…"
130
-
131
- #: controllers/wdt_admin.php:34 templates/edit_table.inc.php:254
132
- msgid "Please choose a user ID column..."
133
- msgstr "Пожалуйста, выберите колонку, в которую записывается ID пользователя…"
134
-
135
- #: controllers/wdt_admin.php:35 templates/chart_wizard.inc.php:1040
136
- #: templates/editor.inc.php:138 templates/editor.inc.php:174
137
- #: templates/wpdatatables_table_main.inc.php:159
138
- msgid "Cancel"
139
- msgstr "Отмена"
140
-
141
- #: controllers/wdt_admin.php:36 templates/chart_wizard.inc.php:1041
142
- #: templates/editor.inc.php:139 templates/editor.inc.php:175
143
- #: templates/wpdatatables_table_main.inc.php:163
144
- msgid "OK"
145
- msgstr "ОК"
146
-
147
- #: controllers/wdt_admin.php:37 templates/edit_table.inc.php:533
148
- msgid "No formatting rules for this column yet."
149
- msgstr "Правила форматирования для этой колонки не заданы."
150
-
151
- #: controllers/wdt_admin.php:38
152
- msgid "Merge"
153
- msgstr "Совместить"
154
-
155
- #: controllers/wdt_admin.php:39
156
- msgid "Replace"
157
- msgstr "Заменить"
158
-
159
- #: controllers/wdt_admin.php:64
160
- msgid "Add from data source"
161
- msgstr "Добавить из источника данных"
162
-
163
- #: controllers/wdt_admin.php:65
164
- msgid "wpDataTable Constructor"
165
- msgstr "Конструктор таблиц"
166
 
167
- #: controllers/wdt_admin.php:66
168
- msgid "wpDataTables Charts"
169
- msgstr "Диаграммы"
 
170
 
171
- #: controllers/wdt_admin.php:67
172
- msgid "Create Chart Wizard"
 
 
 
173
  msgstr "Мастер создания диаграмм"
174
 
175
- #: controllers/wdt_admin.php:68
176
  msgid "Settings"
177
  msgstr "Настройки"
178
 
179
- #: controllers/wdt_admin.php:69
 
 
 
 
180
  msgid "Addons"
181
  msgstr "Дополнения"
182
 
183
- #: controllers/wdt_admin.php:428 source/class.constructor.php:1342
184
- msgid ""
185
- "Could not read Google spreadsheet, please check if the URL is correct and "
186
- "the spreadsheet is published to everyone"
187
- msgstr ""
188
- "Не удалось прочитать Google таблицу, пожалуйста, проверьте, правильно ли "
189
- "введен адрес, и опубликована ли таблица для всех"
190
-
191
- #: controllers/wdt_admin.php:517 controllers/wdt_admin.php:626
192
- #: controllers/wdt_admin.php:669 controllers/wdt_admin.php:739
193
- #: controllers/wdt_admin.php:812 controllers/wdt_admin.php:892
194
- #: controllers/wdt_admin.php:942
195
  msgid "You do not have sufficient permissions to access this page."
196
  msgstr "У вас недостаточно прав для доступа к этой странице."
197
 
198
- #: controllers/wdt_admin.php:525
199
- msgid "Edit wpDataTable"
200
- msgstr "Редактировать таблицу wpDataTable"
201
-
202
- #: controllers/wdt_admin.php:791
203
- msgid "wpDataTables Chart Edit Wizard"
204
- msgstr "Редактирование диаграмм"
205
-
206
- #: controllers/wdt_admin.php:794
207
- msgid "wpDataTables Chart Create Wizard"
208
- msgstr "Мастер создания диаграмм"
209
-
210
- #: controllers/wdt_admin.php:913
211
- msgid "New column"
212
- msgstr "Новая колонка"
213
-
214
- #: controllers/wdt_admin.php:914
215
- msgid "Select an Excel or CSV file"
216
- msgstr "Выберите Excel или CSV файл"
217
-
218
- #: controllers/wdt_admin.php:915
219
- msgid "Choose file"
220
- msgstr "Выберите файл"
221
-
222
- #: controllers/wdt_admin.php:916
223
- msgid "Please upload or choose a file from Media Library!"
224
- msgstr ""
225
- "Пожалуйста, загрузите файл, или выберите уже загруженный файл в медиа "
226
- "библиотеке!"
227
-
228
- #: controllers/wdt_admin.php:917
229
- msgid ""
230
- "Unfortunately an SQL error was thrown when Table Constructor tried to create "
231
- "the table, probably the constructed query is incorrect. Please modify the "
232
- "query so that it would return results."
233
- msgstr ""
234
- "MySQL сервер вернул ошибку при попытке создать таблицу, возможно, созданный "
235
- "запрос некорректен. Пожалуйста, попробуйте изменить условия так, чтобы "
236
- "запрос вернул результаты."
237
-
238
- #: controllers/wdt_admin.php:918
239
- msgid "SQL error"
240
- msgstr "Ошибка на стороне MySQL"
241
-
242
- #: controllers/wdt_admin.php:919
243
- msgid "Error"
244
- msgstr "Ошибка"
245
-
246
- #: controllers/wdt_admin_ajax_actions.php:73
247
- msgid "Successfully connected to the MySQL server"
248
- msgstr "Подключение к MySQL серверу прошло успешно"
249
-
250
- #: controllers/wdt_admin_ajax_actions.php:75
251
- msgid "wpDataTables could not connect to MySQL server."
252
- msgstr "wpDataTables не удалось подключиться к MySQL серверу."
253
-
254
- #: controllers/wdt_admin_ajax_actions.php:78
255
- msgid "wpDataTables could not connect to MySQL server. MySQL said: "
256
- msgstr ""
257
- "wpDataTables не удалось подключиться к MySQL серверу. Сервер вернул ошибку: "
258
-
259
- #: controllers/wdt_admin_ajax_actions.php:864
260
- msgid "There was an error while trying to import table"
261
- msgstr "При попытке импорта таблицы произошла ошибка"
262
-
263
- #: controllers/wdt_admin_ajax_actions.php:868
264
- msgid "There was an error while trying to import table. Exception: "
265
- msgstr "При попытке импорта таблицы произошла ошибка. Текст ошибки: "
266
-
267
- #: controllers/wdt_admin_ajax_actions.php:990
268
- msgid "Wrong table type!"
269
- msgstr "Неверный тип таблицы!"
270
-
271
- #: controllers/wdt_ajax_actions.php:208 controllers/wdt_ajax_actions.php:248
272
- #: controllers/wdt_ajax_actions.php:411
273
- msgid "There was an error trying to update the row! Error: "
274
- msgstr "При попытке изменить строку произошла ошибка! Ошибка: "
275
-
276
- #: controllers/wdt_ajax_actions.php:220 controllers/wdt_ajax_actions.php:273
277
- #: controllers/wdt_ajax_actions.php:391
278
- msgid "There was an error trying to insert a new row! Error: "
279
- msgstr "При попытке добавления строки произошла ошибка! Текст ошибки: "
280
-
281
- #: controllers/wdt_ajax_actions.php:340
282
- msgid "Bad column names supplied: "
283
- msgstr "Заданы неверные имена колонок: "
284
-
285
- #: controllers/wdt_ajax_actions.php:342
286
- msgid "ID column not supplied"
287
- msgstr "ID-колонка не задана"
288
-
289
- #: controllers/wdt_ajax_actions.php:347
290
- msgid "ID column not supplied for a cell"
291
- msgstr "ID-колонка не задана для ячейки"
292
-
293
- #: controllers/wdt_ajax_actions.php:528 controllers/wdt_ajax_actions.php:542
294
- msgid "Nothing to delete."
295
- msgstr "Нечего удалять."
296
-
297
- #: controllers/wdt_ajax_actions.php:532 controllers/wdt_ajax_actions.php:546
298
- msgid "Bad request format."
299
- msgstr "Запрос в неверном формате."
300
-
301
- #: controllers/wdt_ajax_actions.php:556
302
- msgid "You don't have permission to change this table."
303
- msgstr "У вас недостаточно прав для редактирования этой таблицы."
304
-
305
- #: controllers/wdt_ajax_actions.php:564
306
- msgid "Supplied id column not exist."
307
- msgstr "Заданная ID-колонка не существует."
308
-
309
- #: controllers/wdt_ajax_actions.php:589 controllers/wdt_ajax_actions.php:605
310
- msgid "There was an error trying to delete row! Error: "
311
- msgstr "Ошибка при попытке удаления ряда! Текст ошибки: "
312
 
313
- #: controllers/wdt_functions.php:363 controllers/wdt_functions.php:384
314
  msgid "wpDataTable with provided ID not found!"
315
  msgstr "Таблица wpDataTable с заданным ID не найдена!"
316
 
317
- #: controllers/wdt_functions.php:657
 
 
 
 
318
  msgid "Choose a table"
319
  msgstr "Выберите таблицу"
320
 
321
- #: controllers/wdt_functions.php:692
322
  msgid "Interactive Responsive Table"
323
  msgstr "Интерактивные адаптивные таблицы"
324
 
325
- #: controllers/wdt_functions.php:693 controllers/wdt_functions.php:753
326
  msgid "Content"
327
  msgstr "Содержимое"
328
 
329
- #: controllers/wdt_functions.php:699
330
  msgid "wpDataTable"
331
  msgstr "wpDataTable таблица"
332
 
333
- #: controllers/wdt_functions.php:703
334
  msgid "Choose the wpDataTable from a dropdown"
335
  msgstr "Выберите таблицу wpDataTable из выпадающего списка"
336
 
337
- #: controllers/wdt_functions.php:708
338
  msgid "Table view"
339
  msgstr "Отображение таблицы"
340
 
341
- #: controllers/wdt_functions.php:712
342
  msgid "Regular wpDataTable"
343
  msgstr "Стандартная wpDataTable таблица"
344
 
345
- #: controllers/wdt_functions.php:713
346
  msgid "Excel-like table"
347
  msgstr "Таблица типа Excel"
348
 
349
- #: controllers/wdt_functions.php:718
350
  msgid "Variable placeholder #1"
351
  msgstr "Переменная №1"
352
 
353
- #: controllers/wdt_functions.php:721 controllers/wdt_functions.php:729
354
- #: controllers/wdt_functions.php:737
355
  msgid "Variables"
356
  msgstr "Переменные"
357
 
358
- #: controllers/wdt_functions.php:722
359
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
360
  msgstr "Если вы использовали переменную VAR1, вы можете здесь задать значение"
361
 
362
- #: controllers/wdt_functions.php:726
363
  msgid "Variable placeholder #2"
364
  msgstr "Переменная №2"
365
 
366
- #: controllers/wdt_functions.php:730
367
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
368
  msgstr "Если вы использовали переменную VAR2, вы можете здесь задать значение"
369
 
370
- #: controllers/wdt_functions.php:734
371
  msgid "Variable placeholder #3"
372
  msgstr "Переменная №3"
373
 
374
- #: controllers/wdt_functions.php:738
375
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
376
  msgstr "Если вы использовали переменную VAR3, вы можете здесь задать значение"
377
 
378
- #: controllers/wdt_functions.php:752
379
  msgid "Google or Highcharts chart based on a wpDataTable"
380
  msgstr "Диаграммы Google Charts или Highchart, основанные на таблице"
381
 
382
- #: controllers/wdt_functions.php:759
383
  msgid "wpDataChart"
384
  msgstr "Диаграмма wpDataChart"
385
 
386
- #: controllers/wdt_functions.php:763
387
  msgid "Choose one of wpDataCharts from the list"
388
  msgstr "Выберите одну из диаграмм wpDataCharts из списка"
389
 
390
- #: source/class.constructor.php:339 source/class.constructor.php:346
391
- msgid "There was an error when trying to create the table on MySQL side"
392
- msgstr "При попытке создать таблицу произошла ошибка на стороне MySQL сервера"
393
-
394
- #: source/class.constructor.php:1186
395
- msgid ""
396
- "No results found. Please check if this query is correct! Table Constructor "
397
- "needs a query that returns data to build a wpDataTable."
398
- msgstr ""
399
- "Результаты не найдены. Пожалуйста, проверьте, корректен ли SQL-запрос. "
400
- "Конструктор таблиц поддерживает только запросы, возвращающие данные, чтобы "
401
- "создать wpDataTable"
402
-
403
- #: source/class.constructor.php:1329 source/class.constructor.php:1424
404
- msgid "Empty file"
405
- msgstr "Пустой файл"
406
-
407
- #: source/class.constructor.php:1362
408
- msgid "Could not read input file!"
409
- msgstr "Не удалось прочитать данные из файла!"
410
-
411
- #: source/class.constructor.php:1457
412
- msgid "File format not supported!"
413
- msgstr "Формат файла не поддерживается!"
414
-
415
- #: source/class.filterwidget.php:19
416
- msgid "Filter"
417
- msgstr "Фильтр"
418
 
419
- #: source/class.filterwidget.php:42
420
- msgid "New title"
421
- msgstr "Новое название"
 
 
 
422
 
423
- #: source/class.filterwidget.php:46
424
- msgid "Title:"
425
- msgstr "Название:"
 
 
 
426
 
427
- #: source/class.wdtbrowsechartstable.php:106 source/class.wdtbrowsetable.php:77
428
- #: source/class.wpdatatable.php:2027
429
- #: templates/wpdatatables_table_main.inc.php:110
430
- msgid "Edit"
431
- msgstr "Редактировать"
432
 
433
- #: source/class.wdtbrowsechartstable.php:107 source/class.wdtbrowsetable.php:78
434
- #: source/class.wpdatatable.php:2032 templates/edit_table.inc.php:13
435
- #: templates/editor.inc.php:14
436
- msgid "Delete"
437
- msgstr "Удалить"
438
 
439
- #: source/class.wdtbrowsechartstable.php:130
440
- msgid "Google column chart"
441
- msgstr "Столбчатая диаграмма Google"
 
 
 
442
 
443
- #: source/class.wdtbrowsechartstable.php:133
444
- msgid "Google Histogram"
445
- msgstr "Гистограмма Google"
 
 
 
446
 
447
- #: source/class.wdtbrowsechartstable.php:136
448
- msgid "Google Bar Chart"
449
- msgstr "Линейчатая диаграмма Google"
 
 
450
 
451
- #: source/class.wdtbrowsechartstable.php:139
452
- msgid "Google Area Chart"
453
- msgstr "Диаграмма с областями Google"
 
 
 
 
454
 
455
- #: source/class.wdtbrowsechartstable.php:142
456
- msgid "Google Stepped Area Chart"
457
- msgstr "Диаграмма с областями и накоплением Google"
 
 
 
 
458
 
459
- #: source/class.wdtbrowsechartstable.php:145
460
- msgid "Google Line Chart"
461
- msgstr "Линейная диаграмма Google"
 
 
 
462
 
463
- #: source/class.wdtbrowsechartstable.php:148
464
- msgid "Google Pie Chart"
465
- msgstr "Круговая диаграмма Google"
 
 
 
466
 
467
- #: source/class.wdtbrowsechartstable.php:151
468
- msgid "Google Bubble Chart"
469
- msgstr "Пузырьковая диаграмма Google"
 
 
470
 
471
- #: source/class.wdtbrowsechartstable.php:154
472
- msgid "Google Donut Chart"
473
- msgstr "Кольцевая диаграмма Google"
 
 
474
 
475
- #: source/class.wdtbrowsechartstable.php:157
476
- msgid "Google Gauge Chart"
477
- msgstr "Калибровочная диаграмма Google"
 
 
478
 
479
- #: source/class.wdtbrowsechartstable.php:160
480
- msgid "Google Scatter Chart"
481
- msgstr "Точечная диаграмма Google"
 
 
482
 
483
- #: source/class.wdtbrowsechartstable.php:163
484
- msgid "Highcharts Line Chart"
485
- msgstr "Линейная диаграмма Highcharts"
 
 
 
486
 
487
- #: source/class.wdtbrowsechartstable.php:166
488
- msgid "Highcharts Basic Area Chart"
489
- msgstr "Обычная диаграмма с областями Highcharts"
 
 
490
 
491
- #: source/class.wdtbrowsechartstable.php:169
492
- msgid "Highcharts Stacked Area Chart"
493
- msgstr "Диаграмма с областями и накоплением Highcharts"
 
 
494
 
495
- #: source/class.wdtbrowsechartstable.php:172
496
- msgid "Highcharts Basic Bar Chart"
497
- msgstr "Обычная линейчатая диаграмма Highcharts"
 
 
498
 
499
- #: source/class.wdtbrowsechartstable.php:175
500
- msgid "Highcharts Stacked Bar Chart"
501
- msgstr "Линейчатая диаграмма с накоплением Highcharts"
 
 
502
 
503
- #: source/class.wdtbrowsechartstable.php:178
504
- msgid "Highcharts Basic Column Chart"
505
- msgstr "Обычная колоночная диаграмма Highcharts"
 
 
506
 
507
- #: source/class.wdtbrowsechartstable.php:181
508
- msgid "Highcharts Stacked Column Chart"
509
- msgstr "Колоночная диаграмма Highcharts с накоплением"
 
 
510
 
511
- #: source/class.wdtbrowsechartstable.php:184
512
- msgid "Highcharts Pie Chart"
513
- msgstr "Круговая диаграмма Highcharts"
 
 
514
 
515
- #: source/class.wdtbrowsechartstable.php:187
516
- msgid "Highcharts Pie With Gradient Chart"
517
- msgstr "Круговая диаграмма Highcharts с градиентом"
 
 
518
 
519
- #: source/class.wdtbrowsechartstable.php:190
520
- msgid "Highcharts Donut Chart"
521
- msgstr "Кольцевая диаграмма Highcharts"
 
 
522
 
523
- #: source/class.wdtbrowsechartstable.php:193
524
- msgid "Highcharts Scatter Plot"
525
- msgstr "Точечная диаграмма Highcharts"
 
 
526
 
527
- #: source/class.wdtbrowsechartstable.php:196
528
- msgid "Highcharts 3D Column Chart"
529
- msgstr "Трехмерная колоночная диаграмма Highcharts"
 
 
530
 
531
- #: source/class.wdtbrowsechartstable.php:199
532
- msgid "Hig
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2019-03-07 15:23+0100\n"
5
+ "PO-Revision-Date: 2019-03-07 15:28+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: ../..\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
 
21
+ #: controllers/wdt_admin.php:10 controllers/wdt_admin.php:11
22
+ msgid "wpDataTables"
23
+ msgstr "wpDataTables"
24
 
25
+ #: controllers/wdt_admin.php:19 controllers/wdt_admin.php:20
26
+ #: templates/admin/constructor/constructor.inc.php:24
27
+ #, fuzzy
28
+ #| msgid "Create wpDataTable"
29
+ msgid "Create a Table"
30
+ msgstr "Создать таблицу wpDataTable"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
+ #: controllers/wdt_admin.php:27 controllers/wdt_admin.php:28
33
+ #: templates/browse_charts.inc.php:9
34
+ msgid "wpDataCharts"
35
+ msgstr "wpDataCharts"
36
 
37
+ #: controllers/wdt_admin.php:35 controllers/wdt_admin.php:36
38
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:36
39
+ #, fuzzy
40
+ #| msgid "Create Chart Wizard"
41
+ msgid "Create a Chart"
42
  msgstr "Мастер создания диаграмм"
43
 
44
+ #: controllers/wdt_admin.php:43 controllers/wdt_admin.php:44
45
  msgid "Settings"
46
  msgstr "Настройки"
47
 
48
+ #: controllers/wdt_admin.php:51
49
+ msgid "Add-ons"
50
+ msgstr ""
51
+
52
+ #: controllers/wdt_admin.php:52
53
  msgid "Addons"
54
  msgstr "Дополнения"
55
 
56
+ #: controllers/wdt_admin.php:307 controllers/wdt_admin.php:356
57
+ #: controllers/wdt_admin.php:386 controllers/wdt_admin.php:407
58
+ #: controllers/wdt_admin.php:454 controllers/wdt_admin.php:480
59
+ #: controllers/wdt_admin.php:499
 
 
 
 
 
 
 
 
60
  msgid "You do not have sufficient permissions to access this page."
61
  msgstr "У вас недостаточно прав для доступа к этой странице."
62
 
63
+ #: controllers/wdt_functions.php:380
64
+ #, fuzzy
65
+ #| msgid "wpDataTable with provided ID not found!"
66
+ msgid "wpDataChart with provided ID not found!"
67
+ msgstr "Таблица wpDataTable с заданным ID не найдена!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
+ #: controllers/wdt_functions.php:416 controllers/wdt_functions.php:487
70
  msgid "wpDataTable with provided ID not found!"
71
  msgstr "Таблица wpDataTable с заданным ID не найдена!"
72
 
73
+ #: controllers/wdt_functions.php:497
74
+ msgid "Provided column is not Integer or Float column type"
75
+ msgstr ""
76
+
77
+ #: controllers/wdt_functions.php:700
78
  msgid "Choose a table"
79
  msgstr "Выберите таблицу"
80
 
81
+ #: controllers/wdt_functions.php:732
82
  msgid "Interactive Responsive Table"
83
  msgstr "Интерактивные адаптивные таблицы"
84
 
85
+ #: controllers/wdt_functions.php:733 controllers/wdt_functions.php:794
86
  msgid "Content"
87
  msgstr "Содержимое"
88
 
89
+ #: controllers/wdt_functions.php:739
90
  msgid "wpDataTable"
91
  msgstr "wpDataTable таблица"
92
 
93
+ #: controllers/wdt_functions.php:743
94
  msgid "Choose the wpDataTable from a dropdown"
95
  msgstr "Выберите таблицу wpDataTable из выпадающего списка"
96
 
97
+ #: controllers/wdt_functions.php:748
98
  msgid "Table view"
99
  msgstr "Отображение таблицы"
100
 
101
+ #: controllers/wdt_functions.php:752
102
  msgid "Regular wpDataTable"
103
  msgstr "Стандартная wpDataTable таблица"
104
 
105
+ #: controllers/wdt_functions.php:754
106
  msgid "Excel-like table"
107
  msgstr "Таблица типа Excel"
108
 
109
+ #: controllers/wdt_functions.php:760
110
  msgid "Variable placeholder #1"
111
  msgstr "Переменная №1"
112
 
113
+ #: controllers/wdt_functions.php:763 controllers/wdt_functions.php:771
114
+ #: controllers/wdt_functions.php:779
115
  msgid "Variables"
116
  msgstr "Переменные"
117
 
118
+ #: controllers/wdt_functions.php:764
119
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
120
  msgstr "Если вы использовали переменную VAR1, вы можете здесь задать значение"
121
 
122
+ #: controllers/wdt_functions.php:768
123
  msgid "Variable placeholder #2"
124
  msgstr "Переменная №2"
125
 
126
+ #: controllers/wdt_functions.php:772
127
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
128
  msgstr "Если вы использовали переменную VAR2, вы можете здесь задать значение"
129
 
130
+ #: controllers/wdt_functions.php:776
131
  msgid "Variable placeholder #3"
132
  msgstr "Переменная №3"
133
 
134
+ #: controllers/wdt_functions.php:780
135
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
136
  msgstr "Если вы использовали переменную VAR3, вы можете здесь задать значение"
137
 
138
+ #: controllers/wdt_functions.php:793
139
  msgid "Google or Highcharts chart based on a wpDataTable"
140
  msgstr "Диаграммы Google Charts или Highchart, основанные на таблице"
141
 
142
+ #: controllers/wdt_functions.php:800
143
  msgid "wpDataChart"
144
  msgstr "Диаграмма wpDataChart"
145
 
146
+ #: controllers/wdt_functions.php:804
147
  msgid "Choose one of wpDataCharts from the list"
148
  msgstr "Выберите одну из диаграмм wpDataCharts из списка"
149
 
150
+ #: source/class.wdtbrowsechartstable.php:137
151
+ #: source/class.wdtbrowsechartstable.php:151
152
+ #: source/class.wdtbrowsetable.php:170 source/class.wdtbrowsetable.php:191
153
+ #, fuzzy
154
+ #| msgid "Confirm"
155
+ msgid "Configure"
156
+ msgstr "Подтвердите"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
 
158
+ #: source/class.wdtbrowsechartstable.php:138
159
+ #: source/class.wdtbrowsechartstable.php:152
160
+ #: source/class.wdtbrowsetable.php:172 source/class.wdtbrowsetable.php:192
161
+ #: templates/common/delete_modal.inc.php:41 templates/edit_table.inc.php:15
162
+ msgid "Delete"
163
+ msgstr "Удалить"
164
 
165
+ #: source/class.wdtbrowsechartstable.php:188
166
+ #: source/class.wdtbrowsechartstable.php:278
167
+ #, fuzzy
168
+ #| msgid "Column chart"
169
+ msgid "Column Chart"
170
+ msgstr "Колоночная диаграмма"
171
 
172
+ #: source/class.wdtbrowsechartstable.php:191
173
+ #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
174
+ #: templates/chart_wizard.inc.php:91
175
+ msgid "Histogram"
176
+ msgstr "Гистограмма"
177
 
178
+ #: source/class.wdtbrowsechartstable.php:194
179
+ #, fuzzy
180
+ #| msgid "Bar chart"
181
+ msgid "Bar Chart"
182
+ msgstr "Линеечная диаграмма"
183
 
184
+ #: source/class.wdtbrowsechartstable.php:197
185
+ #: source/class.wdtbrowsechartstable.php:239
186
+ #, fuzzy
187
+ #| msgid "Stacked bar chart"
188
+ msgid "Stacked Bar Chart"
189
+ msgstr "Линеечная диаграмма с накоплением"
190
 
191
+ #: source/class.wdtbrowsechartstable.php:200
192
+ #: source/class.wdtbrowsechartstable.php:272
193
+ #, fuzzy
194
+ #| msgid "Area chart"
195
+ msgid "Area Chart"
196
+ msgstr "Диаграмма с областями"
197
 
198
+ #: source/class.wdtbrowsechartstable.php:203
199
+ #, fuzzy
200
+ #| msgid "Stepped area chart"
201
+ msgid "Stepped Area Chart"
202
+ msgstr "Диаграмма с областями и накоплением"
203
 
204
+ #: source/class.wdtbrowsechartstable.php:206
205
+ #: source/class.wdtbrowsechartstable.php:224
206
+ #: source/class.wdtbrowsechartstable.php:269
207
+ #, fuzzy
208
+ #| msgid "Line chart"
209
+ msgid "Line Chart"
210
+ msgstr "Линейная диаграмма"
211
 
212
+ #: source/class.wdtbrowsechartstable.php:209
213
+ #: source/class.wdtbrowsechartstable.php:248
214
+ #: source/class.wdtbrowsechartstable.php:287
215
+ #, fuzzy
216
+ #| msgid "Pie chart"
217
+ msgid "Pie Chart"
218
+ msgstr "Круговая диаграмма"
219
 
220
+ #: source/class.wdtbrowsechartstable.php:212
221
+ #: source/class.wdtbrowsechartstable.php:293
222
+ #, fuzzy
223
+ #| msgid "Bubble chart"
224
+ msgid "Bubble Chart"
225
+ msgstr "Пузырьковая диаграмма"
226
 
227
+ #: source/class.wdtbrowsechartstable.php:215
228
+ #: source/class.wdtbrowsechartstable.php:254
229
+ #, fuzzy
230
+ #| msgid "Donut chart"
231
+ msgid "Donut Chart"
232
+ msgstr "Кольцевая диаграмма"
233
 
234
+ #: source/class.wdtbrowsechartstable.php:218
235
+ #, fuzzy
236
+ #| msgid "Gauge chart"
237
+ msgid "Gauge Chart"
238
+ msgstr "Калибровочная диаграмма"
239
 
240
+ #: source/class.wdtbrowsechartstable.php:221
241
+ #, fuzzy
242
+ #| msgid "Scatter chart"
243
+ msgid "Scatter Chart"
244
+ msgstr "Точечная диаграмма"
245
 
246
+ #: source/class.wdtbrowsechartstable.php:227
247
+ #, fuzzy
248
+ #| msgid "Line chart"
249
+ msgid "Spline Chart"
250
+ msgstr "Линейная диаграмма"
251
 
252
+ #: source/class.wdtbrowsechartstable.php:230
253
+ #, fuzzy
254
+ #| msgid "Basic area chart"
255
+ msgid "Basic Area Chart"
256
+ msgstr "Обычная диаграмма с областями"
257
 
258
+ #: source/class.wdtbrowsechartstable.php:233
259
+ #: source/class.wdtbrowsechartstable.php:275
260
+ #, fuzzy
261
+ #| msgid "Stacked area chart"
262
+ msgid "Stacked Area Chart"
263
+ msgstr "Диаграмма с областями и накоплением"
264
 
265
+ #: source/class.wdtbrowsechartstable.php:236
266
+ #, fuzzy
267
+ #| msgid "Basic bar chart"
268
+ msgid "Basic Bar Chart"
269
+ msgstr "Обычная линеечная диаграмма"
270
 
271
+ #: source/class.wdtbrowsechartstable.php:242
272
+ #, fuzzy
273
+ #| msgid "Basic column chart"
274
+ msgid "Basic Column Chart"
275
+ msgstr "Обычная колоночная диаграмма"
276
 
277
+ #: source/class.wdtbrowsechartstable.php:245
278
+ #, fuzzy
279
+ #| msgid "Stacked column chart"
280
+ msgid "Stacked Column Chart"
281
+ msgstr "Колоночная диаграмма с накоплением"
282
 
283
+ #: source/class.wdtbrowsechartstable.php:251
284
+ #, fuzzy
285
+ #| msgid "Pie with gradient chart"
286
+ msgid "Pie With Gradient Chart"
287
+ msgstr "Круговая диаграмма с градиентом"
288
 
289
+ #: source/class.wdtbrowsechartstable.php:257
290
+ #, fuzzy
291
+ #| msgid "Scatter plot"
292
+ msgid "Scatter Plot"
293
+ msgstr "Точечная диаграмма"
294
 
295
+ #: source/class.wdtbrowsechartstable.php:260
296
+ #, fuzzy
297
+ #| msgid "3D column chart"
298
+ msgid "3D Column Chart"
299
+ msgstr "Трехмерная колоночная диаграмма"
300
 
301
+ #: source/class.wdtbrowsechartstable.php:263
302
+ #, fuzzy
303
+ #| msgid "3D pie chart"
304
+ msgid "3D Pie Chart"
305
+ msgstr "Трехмерная круговая диаграмма"
306
 
307
+ #: source/class.wdtbrowsechartstable.php:266
308
+ #, fuzzy
309
+ #| msgid "3D donut chart"
310
+ msgid "3D Donut Chart"
311
+ msgstr "Трехмерная кольцевая диаграмма"
312
 
313
+ #: source/class.wdtbrowsechartstable.php:281
314
+ #, fuzzy
315
+ #| msgid " Chart"
316
+ msgid "Radar Chart"
317
+ msgstr " Диаграмма"
318
 
319
+ #: source/class.wdtbrowsechartstable.php:284
320
+ #, fuzzy
321
+ #| msgid "Google Area Chart"
322
+ msgid "Polar Area Chart"
323
+ msgstr "Диаграмма с областями Google"
324
 
325
+ #: source/class.wdtbrowsechartstable.php:290
326
+ #, fuzzy
327
+ #| msgid "Donut chart"
328
+ msgid "Doughnut Chart"
329
+ msgstr "Кольцевая диаграмма"
330