Version Description
- Bug fixes and stability improvements.
- Compatibility with WordPress 5.2.2 approved.
Download this release
Release Info
Developer | wpDataTables |
Plugin | wpDataTables Lite |
Version | 2.0.11 |
Comparing to | |
See all releases |
Code changes from version 2.0.10 to 2.0.11
- assets/img/chart-thumbs/google_waterfall_chart.jpg +0 -0
- assets/img/chart-thumbs/highcharts_polar_chart.jpg +0 -0
- assets/img/chart-thumbs/highcharts_spiderweb_chart.jpg +0 -0
- assets/img/chart_thumbs/google_stacked_bar_chart.jpg +0 -0
- assets/img/chart_thumbs/google_waterfall_chart.jpg +0 -0
- assets/img/chart_thumbs/highcharts_polar_chart.jpg +0 -0
- assets/img/chart_thumbs/highcharts_spiderweb_chart.jpg +0 -0
- config/config.inc.php +1 -1
- languages/en_US/wpdatatables.mo +0 -0
- languages/en_US/wpdatatables.po +204 -138
- languages/fr_FR/wpdatatables-fr_FR.mo +0 -0
- languages/fr_FR/wpdatatables-fr_FR.po +214 -344
- languages/nl_NL/nl_NL.mo +0 -0
- languages/nl_NL/nl_NL.po +207 -426
- languages/nl_NL/wpdatatables-nl_NL.mo +0 -0
- languages/nl_NL/wpdatatables-nl_NL.po +207 -426
- languages/ru_RU/wpdatatables-ru_RU.mo +0 -0
- languages/ru_RU/wpdatatables-ru_RU.po +218 -474
- readme.txt +6 -2
- source/WpDataTablesGutenbergBlock.php +4 -1
- source/class.wdtbrowsechartstable.php +12 -0
- templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php +31 -0
- templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php +29 -0
- wpdatatables.php +1 -1
assets/img/chart-thumbs/google_waterfall_chart.jpg
ADDED
Binary file
|
assets/img/chart-thumbs/highcharts_polar_chart.jpg
ADDED
Binary file
|
assets/img/chart-thumbs/highcharts_spiderweb_chart.jpg
ADDED
Binary file
|
assets/img/chart_thumbs/google_stacked_bar_chart.jpg
ADDED
Binary file
|
assets/img/chart_thumbs/google_waterfall_chart.jpg
ADDED
Binary file
|
assets/img/chart_thumbs/highcharts_polar_chart.jpg
ADDED
Binary file
|
assets/img/chart_thumbs/highcharts_spiderweb_chart.jpg
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.
|
13 |
define('WDT_TIMEOUT_FACTOR', 5);
|
14 |
|
15 |
/**
|
9 |
|
10 |
// Current version
|
11 |
|
12 |
+
define('WDT_CURRENT_VERSION', '2.0.11');
|
13 |
define('WDT_TIMEOUT_FACTOR', 5);
|
14 |
|
15 |
/**
|
languages/en_US/wpdatatables.mo
CHANGED
Binary file
|
languages/en_US/wpdatatables.po
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
-
"POT-Creation-Date: 2019-
|
5 |
-
"PO-Revision-Date: 2019-
|
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
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
14 |
"X-Poedit-Basepath: ../..\n"
|
|
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
"X-Poedit-SearchPathExcluded-0: assets/js/tagsinput/jquery.tagsinput.js\n"
|
17 |
|
@@ -50,98 +51,105 @@ msgstr ""
|
|
50 |
msgid "Addons"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: controllers/wdt_admin.php:
|
54 |
-
#: controllers/wdt_admin.php:
|
55 |
-
#: controllers/wdt_admin.php:
|
56 |
-
#: controllers/wdt_admin.php:
|
57 |
msgid "You do not have sufficient permissions to access this page."
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: controllers/wdt_functions.php:
|
61 |
msgid "wpDataChart with provided ID not found!"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: controllers/wdt_functions.php:
|
65 |
msgid "wpDataTable with provided ID not found!"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: controllers/wdt_functions.php:
|
69 |
msgid "Provided column is not Integer or Float column type"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: controllers/wdt_functions.php:
|
73 |
msgid "Choose a table"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: controllers/wdt_functions.php:
|
77 |
msgid "Interactive Responsive Table"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: controllers/wdt_functions.php:
|
81 |
msgid "Content"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: controllers/wdt_functions.php:
|
85 |
msgid "wpDataTable"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: controllers/wdt_functions.php:
|
89 |
msgid "Choose the wpDataTable from a dropdown"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: controllers/wdt_functions.php:
|
93 |
msgid "Table view"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: controllers/wdt_functions.php:
|
97 |
msgid "Regular wpDataTable"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: controllers/wdt_functions.php:
|
101 |
msgid "Excel-like table"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: controllers/wdt_functions.php:
|
105 |
msgid "Variable placeholder #1"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: controllers/wdt_functions.php:
|
109 |
-
#: controllers/wdt_functions.php:
|
110 |
msgid "Variables"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: controllers/wdt_functions.php:
|
114 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: controllers/wdt_functions.php:
|
118 |
msgid "Variable placeholder #2"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: controllers/wdt_functions.php:
|
122 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: controllers/wdt_functions.php:
|
126 |
msgid "Variable placeholder #3"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: controllers/wdt_functions.php:
|
130 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: controllers/wdt_functions.php:
|
134 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: controllers/wdt_functions.php:
|
138 |
msgid "wpDataChart"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: controllers/wdt_functions.php:
|
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
|
@@ -156,7 +164,7 @@ msgid "Delete"
|
|
156 |
msgstr ""
|
157 |
|
158 |
#: source/class.wdtbrowsechartstable.php:188
|
159 |
-
#: source/class.wdtbrowsechartstable.php:
|
160 |
msgid "Column Chart"
|
161 |
msgstr ""
|
162 |
|
@@ -171,12 +179,12 @@ msgid "Bar Chart"
|
|
171 |
msgstr ""
|
172 |
|
173 |
#: source/class.wdtbrowsechartstable.php:197
|
174 |
-
#: source/class.wdtbrowsechartstable.php:
|
175 |
msgid "Stacked Bar Chart"
|
176 |
msgstr ""
|
177 |
|
178 |
#: source/class.wdtbrowsechartstable.php:200
|
179 |
-
#: source/class.wdtbrowsechartstable.php:
|
180 |
msgid "Area Chart"
|
181 |
msgstr ""
|
182 |
|
@@ -185,24 +193,24 @@ msgid "Stepped Area Chart"
|
|
185 |
msgstr ""
|
186 |
|
187 |
#: source/class.wdtbrowsechartstable.php:206
|
188 |
-
#: source/class.wdtbrowsechartstable.php:
|
189 |
-
#: source/class.wdtbrowsechartstable.php:
|
190 |
msgid "Line Chart"
|
191 |
msgstr ""
|
192 |
|
193 |
#: source/class.wdtbrowsechartstable.php:209
|
194 |
-
#: source/class.wdtbrowsechartstable.php:
|
195 |
-
#: source/class.wdtbrowsechartstable.php:
|
196 |
msgid "Pie Chart"
|
197 |
msgstr ""
|
198 |
|
199 |
#: source/class.wdtbrowsechartstable.php:212
|
200 |
-
#: source/class.wdtbrowsechartstable.php:
|
201 |
msgid "Bubble Chart"
|
202 |
msgstr ""
|
203 |
|
204 |
#: source/class.wdtbrowsechartstable.php:215
|
205 |
-
#: source/class.wdtbrowsechartstable.php:
|
206 |
msgid "Donut Chart"
|
207 |
msgstr ""
|
208 |
|
@@ -214,81 +222,99 @@ msgstr ""
|
|
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:
|
222 |
msgid "Basic Area Chart"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: source/class.wdtbrowsechartstable.php:
|
226 |
-
#: source/class.wdtbrowsechartstable.php:
|
227 |
msgid "Stacked Area Chart"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: source/class.wdtbrowsechartstable.php:
|
231 |
msgid "Basic Bar Chart"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: source/class.wdtbrowsechartstable.php:
|
235 |
msgid "Basic Column Chart"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: source/class.wdtbrowsechartstable.php:
|
239 |
msgid "Stacked Column Chart"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: source/class.wdtbrowsechartstable.php:
|
243 |
msgid "Pie With Gradient Chart"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: source/class.wdtbrowsechartstable.php:
|
247 |
msgid "Scatter Plot"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: source/class.wdtbrowsechartstable.php:
|
251 |
msgid "3D Column Chart"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: source/class.wdtbrowsechartstable.php:
|
255 |
msgid "3D Pie Chart"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: source/class.wdtbrowsechartstable.php:
|
259 |
msgid "3D Donut Chart"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: source/class.wdtbrowsechartstable.php:
|
263 |
msgid "Radar Chart"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: source/class.wdtbrowsechartstable.php:
|
267 |
msgid "Polar Area Chart"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: source/class.wdtbrowsechartstable.php:
|
271 |
msgid "Doughnut Chart"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: source/class.wdtbrowsechartstable.php:
|
275 |
msgid "Google"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: source/class.wdtbrowsechartstable.php:
|
279 |
msgid "Highcharts"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: source/class.wdtbrowsechartstable.php:
|
283 |
msgid "Chart.js"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: source/class.wdtbrowsechartstable.php:
|
287 |
#: source/class.wdtbrowsetable.php:272
|
288 |
msgid "Select All"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: source/class.wdtbrowsechartstable.php:
|
292 |
msgid "No wpDataCharts in the system yet."
|
293 |
msgstr ""
|
294 |
|
@@ -359,83 +385,83 @@ msgstr ""
|
|
359 |
msgid "Table in data source has no rows."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: source/class.wdttools.php:
|
363 |
msgid "One line string"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: source/class.wdttools.php:
|
367 |
msgid "Multi-line string"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: source/class.wdttools.php:
|
371 |
msgid "One-line selectbox"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: source/class.wdttools.php:
|
375 |
msgid "Multi-line selectbox"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: source/class.wdttools.php:
|
379 |
#: templates/admin/table-settings/column_settings_panel.inc.php:361
|
380 |
msgid "Integer"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: source/class.wdttools.php:
|
384 |
#: templates/admin/table-settings/column_settings_panel.inc.php:362
|
385 |
msgid "Float"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: source/class.wdttools.php:
|
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:
|
395 |
#: templates/admin/table-settings/column_settings_panel.inc.php:989
|
396 |
msgid "Datetime"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: source/class.wdttools.php:
|
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:
|
406 |
msgid "URL Link"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: source/class.wdttools.php:
|
410 |
msgid "E-mail"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: source/class.wdttools.php:
|
414 |
#: templates/admin/table-settings/column_settings_panel.inc.php:368
|
415 |
msgid "Image"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: source/class.wdttools.php:
|
419 |
#: templates/admin/table-settings/column_settings_panel.inc.php:993
|
420 |
msgid "Attachment"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: source/class.wdttools.php:
|
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:
|
431 |
msgid "Back to date"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: source/class.wdttools.php:
|
435 |
msgid "Browse"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: source/class.wdttools.php:
|
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
|
@@ -453,19 +479,19 @@ msgstr ""
|
|
453 |
msgid "Cancel"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: source/class.wdttools.php:
|
457 |
msgid " field cannot be empty!"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: source/class.wdttools.php:
|
461 |
msgid "Use selected file"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: source/class.wdttools.php:
|
465 |
msgid "Choose file"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: source/class.wdttools.php:
|
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
|
@@ -473,185 +499,185 @@ msgstr ""
|
|
473 |
msgid "Close"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: source/class.wdttools.php:
|
477 |
msgid "Column has been added!"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: source/class.wdttools.php:
|
481 |
msgid "Column header cannot be empty!"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: source/class.wdttools.php:
|
485 |
msgid "Please confirm column deletion!"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: source/class.wdttools.php:
|
489 |
msgid "Column has been removed!"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: source/class.wdttools.php:
|
493 |
msgid "Please select columns that you want to use in table"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: source/class.wdttools.php:
|
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:
|
503 |
msgid "There was an error trying to insert a new row!"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: source/class.wdttools.php:
|
507 |
msgid "Data has been saved!"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: source/class.wdttools.php:
|
511 |
msgid "detach"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: source/class.wdttools.php:
|
515 |
#: templates/settings.inc.php:627
|
516 |
msgid "Error!"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: source/class.wdttools.php:
|
520 |
msgid "Please upload or choose a file from Media Library!"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: source/class.wdttools.php:
|
524 |
msgid "From"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: source/class.wdttools.php:
|
528 |
msgid "Please provide a valid e-mail address for field"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: source/class.wdttools.php:
|
532 |
msgid "Please provide a valid URL link for field"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: source/class.wdttools.php:
|
536 |
msgid "You have entered invalid value. Press ESC to cancel."
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: source/class.wdttools.php:
|
540 |
msgid "Show _MENU_ entries"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: source/class.wdttools.php:
|
544 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
545 |
msgid "Merge"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: source/class.wdttools.php:
|
549 |
msgid "New column"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: source/class.wdttools.php:
|
553 |
msgid ": activate to sort column ascending"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: source/class.wdttools.php:
|
557 |
msgid ": activate to sort column descending"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: source/class.wdttools.php:
|
561 |
msgid "Ok"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: source/class.wdttools.php:
|
565 |
msgid "First"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: source/class.wdttools.php:
|
569 |
msgid "Last"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: source/class.wdttools.php:
|
573 |
msgid "Next"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: source/class.wdttools.php:
|
577 |
msgid "Previous"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: source/class.wdttools.php:
|
581 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
582 |
msgid "Replace"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: source/class.wdttools.php:
|
586 |
msgid "Row has been deleted!"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: source/class.wdttools.php:
|
590 |
msgid "Select a file to use in table"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: source/class.wdttools.php:
|
594 |
msgid "Select an Excel or CSV file"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: source/class.wdttools.php:
|
598 |
msgid "No data available in table"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: source/class.wdttools.php:
|
602 |
msgid "Plugin settings saved successfully"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: source/class.wdttools.php:
|
606 |
msgid "Shortcode has been copied to the clipboard."
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: source/class.wdttools.php:
|
610 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: source/class.wdttools.php:
|
614 |
msgid "Showing 0 to 0 of 0 entries"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: source/class.wdttools.php:
|
618 |
msgid "(filtered from _MAX_ total entries)"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: source/class.wdttools.php:
|
622 |
msgid ","
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: source/class.wdttools.php:
|
626 |
msgid "Loading..."
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: source/class.wdttools.php:
|
630 |
msgid "Processing..."
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: source/class.wdttools.php:
|
634 |
msgid "SQL error"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: source/class.wdttools.php:
|
638 |
msgid "Search: "
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: source/class.wdttools.php:
|
642 |
#: templates/settings.inc.php:625
|
643 |
msgid "Success!"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: source/class.wdttools.php:
|
647 |
msgid "No matching records found"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: source/class.wdttools.php:
|
651 |
msgid "Table saved successfully!"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: source/class.wdttools.php:
|
655 |
msgid "To"
|
656 |
msgstr ""
|
657 |
|
@@ -806,6 +832,11 @@ msgstr ""
|
|
806 |
msgid "Add New"
|
807 |
msgstr ""
|
808 |
|
|
|
|
|
|
|
|
|
|
|
809 |
#: templates/admin/browse/table/browse.inc.php:25
|
810 |
msgid "wpDataTables browse"
|
811 |
msgstr ""
|
@@ -970,6 +1001,14 @@ msgstr ""
|
|
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 ""
|
@@ -1081,6 +1120,32 @@ msgstr ""
|
|
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"
|
@@ -1706,43 +1771,44 @@ msgid ""
|
|
1706 |
"default label will be Max ="
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
1724 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
1732 |
msgid "Include full bootstrap back-end"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
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 "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
+
"POT-Creation-Date: 2019-07-25 10:22+0200\n"
|
5 |
+
"PO-Revision-Date: 2019-07-25 10:22+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 1.8.7.1\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
14 |
"X-Poedit-Basepath: ../..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
"X-Poedit-SearchPathExcluded-0: assets/js/tagsinput/jquery.tagsinput.js\n"
|
18 |
|
51 |
msgid "Addons"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: controllers/wdt_admin.php:310 controllers/wdt_admin.php:359
|
55 |
+
#: controllers/wdt_admin.php:389 controllers/wdt_admin.php:410
|
56 |
+
#: controllers/wdt_admin.php:457 controllers/wdt_admin.php:483
|
57 |
+
#: controllers/wdt_admin.php:502
|
58 |
msgid "You do not have sufficient permissions to access this page."
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: controllers/wdt_functions.php:437
|
62 |
msgid "wpDataChart with provided ID not found!"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: controllers/wdt_functions.php:473 controllers/wdt_functions.php:544
|
66 |
msgid "wpDataTable with provided ID not found!"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: controllers/wdt_functions.php:554
|
70 |
msgid "Provided column is not Integer or Float column type"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: controllers/wdt_functions.php:732
|
74 |
msgid "Choose a table"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: controllers/wdt_functions.php:764
|
78 |
msgid "Interactive Responsive Table"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: controllers/wdt_functions.php:765 controllers/wdt_functions.php:826
|
82 |
msgid "Content"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: controllers/wdt_functions.php:771
|
86 |
msgid "wpDataTable"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: controllers/wdt_functions.php:775
|
90 |
msgid "Choose the wpDataTable from a dropdown"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: controllers/wdt_functions.php:780
|
94 |
msgid "Table view"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: controllers/wdt_functions.php:784
|
98 |
msgid "Regular wpDataTable"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: controllers/wdt_functions.php:786
|
102 |
msgid "Excel-like table"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: controllers/wdt_functions.php:792
|
106 |
msgid "Variable placeholder #1"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: controllers/wdt_functions.php:795 controllers/wdt_functions.php:803
|
110 |
+
#: controllers/wdt_functions.php:811
|
111 |
msgid "Variables"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: controllers/wdt_functions.php:796
|
115 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: controllers/wdt_functions.php:800
|
119 |
msgid "Variable placeholder #2"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: controllers/wdt_functions.php:804
|
123 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: controllers/wdt_functions.php:808
|
127 |
msgid "Variable placeholder #3"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: controllers/wdt_functions.php:812
|
131 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: controllers/wdt_functions.php:825
|
135 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: controllers/wdt_functions.php:832
|
139 |
msgid "wpDataChart"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: controllers/wdt_functions.php:836
|
143 |
msgid "Choose one of wpDataCharts from the list"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: source/WpDataTablesGutenbergBlock.php:25
|
147 |
+
msgid ""
|
148 |
+
"Choose the table that you’ve just created in the dropdown below, and the "
|
149 |
+
"shortcode will be inserted automatically. You are able to provide Export "
|
150 |
+
"file name as well."
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
#: source/class.wdtbrowsechartstable.php:137
|
154 |
#: source/class.wdtbrowsechartstable.php:151
|
155 |
#: source/class.wdtbrowsetable.php:170 source/class.wdtbrowsetable.php:191
|
164 |
msgstr ""
|
165 |
|
166 |
#: source/class.wdtbrowsechartstable.php:188
|
167 |
+
#: source/class.wdtbrowsechartstable.php:290
|
168 |
msgid "Column Chart"
|
169 |
msgstr ""
|
170 |
|
179 |
msgstr ""
|
180 |
|
181 |
#: source/class.wdtbrowsechartstable.php:197
|
182 |
+
#: source/class.wdtbrowsechartstable.php:251
|
183 |
msgid "Stacked Bar Chart"
|
184 |
msgstr ""
|
185 |
|
186 |
#: source/class.wdtbrowsechartstable.php:200
|
187 |
+
#: source/class.wdtbrowsechartstable.php:284
|
188 |
msgid "Area Chart"
|
189 |
msgstr ""
|
190 |
|
193 |
msgstr ""
|
194 |
|
195 |
#: source/class.wdtbrowsechartstable.php:206
|
196 |
+
#: source/class.wdtbrowsechartstable.php:230
|
197 |
+
#: source/class.wdtbrowsechartstable.php:281
|
198 |
msgid "Line Chart"
|
199 |
msgstr ""
|
200 |
|
201 |
#: source/class.wdtbrowsechartstable.php:209
|
202 |
+
#: source/class.wdtbrowsechartstable.php:260
|
203 |
+
#: source/class.wdtbrowsechartstable.php:299
|
204 |
msgid "Pie Chart"
|
205 |
msgstr ""
|
206 |
|
207 |
#: source/class.wdtbrowsechartstable.php:212
|
208 |
+
#: source/class.wdtbrowsechartstable.php:305
|
209 |
msgid "Bubble Chart"
|
210 |
msgstr ""
|
211 |
|
212 |
#: source/class.wdtbrowsechartstable.php:215
|
213 |
+
#: source/class.wdtbrowsechartstable.php:266
|
214 |
msgid "Donut Chart"
|
215 |
msgstr ""
|
216 |
|
222 |
msgid "Scatter Chart"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: source/class.wdtbrowsechartstable.php:224
|
226 |
+
msgid "Candlestick Chart"
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
#: source/class.wdtbrowsechartstable.php:227
|
230 |
+
msgid "Waterfall Chart"
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: source/class.wdtbrowsechartstable.php:233
|
234 |
+
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
235 |
+
msgid "Polar chart"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: source/class.wdtbrowsechartstable.php:236
|
239 |
+
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
240 |
+
msgid "Spiderweb chart"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: source/class.wdtbrowsechartstable.php:239
|
244 |
msgid "Spline Chart"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: source/class.wdtbrowsechartstable.php:242
|
248 |
msgid "Basic Area Chart"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: source/class.wdtbrowsechartstable.php:245
|
252 |
+
#: source/class.wdtbrowsechartstable.php:287
|
253 |
msgid "Stacked Area Chart"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: source/class.wdtbrowsechartstable.php:248
|
257 |
msgid "Basic Bar Chart"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: source/class.wdtbrowsechartstable.php:254
|
261 |
msgid "Basic Column Chart"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: source/class.wdtbrowsechartstable.php:257
|
265 |
msgid "Stacked Column Chart"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: source/class.wdtbrowsechartstable.php:263
|
269 |
msgid "Pie With Gradient Chart"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: source/class.wdtbrowsechartstable.php:269
|
273 |
msgid "Scatter Plot"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: source/class.wdtbrowsechartstable.php:272
|
277 |
msgid "3D Column Chart"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: source/class.wdtbrowsechartstable.php:275
|
281 |
msgid "3D Pie Chart"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: source/class.wdtbrowsechartstable.php:278
|
285 |
msgid "3D Donut Chart"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: source/class.wdtbrowsechartstable.php:293
|
289 |
msgid "Radar Chart"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: source/class.wdtbrowsechartstable.php:296
|
293 |
msgid "Polar Area Chart"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: source/class.wdtbrowsechartstable.php:302
|
297 |
msgid "Doughnut Chart"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: source/class.wdtbrowsechartstable.php:317
|
301 |
msgid "Google"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: source/class.wdtbrowsechartstable.php:320
|
305 |
msgid "Highcharts"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: source/class.wdtbrowsechartstable.php:323
|
309 |
msgid "Chart.js"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: source/class.wdtbrowsechartstable.php:387
|
313 |
#: source/class.wdtbrowsetable.php:272
|
314 |
msgid "Select All"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: source/class.wdtbrowsechartstable.php:439
|
318 |
msgid "No wpDataCharts in the system yet."
|
319 |
msgstr ""
|
320 |
|
385 |
msgid "Table in data source has no rows."
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: source/class.wdttools.php:15
|
389 |
msgid "One line string"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: source/class.wdttools.php:16
|
393 |
msgid "Multi-line string"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: source/class.wdttools.php:17
|
397 |
msgid "One-line selectbox"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: source/class.wdttools.php:18
|
401 |
msgid "Multi-line selectbox"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: source/class.wdttools.php:19
|
405 |
#: templates/admin/table-settings/column_settings_panel.inc.php:361
|
406 |
msgid "Integer"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: source/class.wdttools.php:20
|
410 |
#: templates/admin/table-settings/column_settings_panel.inc.php:362
|
411 |
msgid "Float"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: source/class.wdttools.php:21
|
415 |
#: templates/admin/table-settings/column_settings_panel.inc.php:363
|
416 |
#: templates/admin/table-settings/column_settings_panel.inc.php:988
|
417 |
msgid "Date"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: source/class.wdttools.php:22
|
421 |
#: templates/admin/table-settings/column_settings_panel.inc.php:989
|
422 |
msgid "Datetime"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: source/class.wdttools.php:23
|
426 |
#: templates/admin/table-settings/column_settings_panel.inc.php:365
|
427 |
#: templates/admin/table-settings/column_settings_panel.inc.php:990
|
428 |
msgid "Time"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: source/class.wdttools.php:24
|
432 |
msgid "URL Link"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: source/class.wdttools.php:25
|
436 |
msgid "E-mail"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: source/class.wdttools.php:26
|
440 |
#: templates/admin/table-settings/column_settings_panel.inc.php:368
|
441 |
msgid "Image"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: source/class.wdttools.php:27
|
445 |
#: templates/admin/table-settings/column_settings_panel.inc.php:993
|
446 |
msgid "Attachment"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: source/class.wdttools.php:154
|
450 |
msgid ""
|
451 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
452 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
453 |
"to the web</b> "
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: source/class.wdttools.php:287
|
457 |
msgid "Back to date"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: source/class.wdttools.php:288
|
461 |
msgid "Browse"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: source/class.wdttools.php:289
|
465 |
#: templates/admin/browse/table/duplicate_modal.inc.php:60
|
466 |
#: templates/admin/common/close_modal.inc.php:36
|
467 |
#: templates/admin/constructor/constructor.inc.php:30
|
479 |
msgid "Cancel"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: source/class.wdttools.php:290
|
483 |
msgid " field cannot be empty!"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: source/class.wdttools.php:291
|
487 |
msgid "Use selected file"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: source/class.wdttools.php:292
|
491 |
msgid "Choose file"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: source/class.wdttools.php:293 templates/admin/common/error_modal.inc.php:23
|
495 |
#: templates/admin/table-settings/columns_list_modal.inc.php:27
|
496 |
#: templates/admin/table-settings/foreign_key_config.inc.php:95
|
497 |
#: templates/edit_table.inc.php:36 templates/edit_table.inc.php:418
|
499 |
msgid "Close"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: source/class.wdttools.php:294
|
503 |
msgid "Column has been added!"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: source/class.wdttools.php:295
|
507 |
msgid "Column header cannot be empty!"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: source/class.wdttools.php:296
|
511 |
msgid "Please confirm column deletion!"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: source/class.wdttools.php:297
|
515 |
msgid "Column has been removed!"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: source/class.wdttools.php:298
|
519 |
msgid "Please select columns that you want to use in table"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: source/class.wdttools.php:299 source/class.wpdatatable.php:1910
|
523 |
#: source/class.wpdatatable.php:1981
|
524 |
#: templates/admin/table-settings/table_settings_block.inc.php:956
|
525 |
msgid "Copy"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: source/class.wdttools.php:300
|
529 |
msgid "There was an error trying to insert a new row!"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: source/class.wdttools.php:301
|
533 |
msgid "Data has been saved!"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: source/class.wdttools.php:302
|
537 |
msgid "detach"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: source/class.wdttools.php:303 templates/settings.inc.php:553
|
541 |
#: templates/settings.inc.php:627
|
542 |
msgid "Error!"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: source/class.wdttools.php:304
|
546 |
msgid "Please upload or choose a file from Media Library!"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: source/class.wdttools.php:305
|
550 |
msgid "From"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: source/class.wdttools.php:306
|
554 |
msgid "Please provide a valid e-mail address for field"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: source/class.wdttools.php:307
|
558 |
msgid "Please provide a valid URL link for field"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: source/class.wdttools.php:308
|
562 |
msgid "You have entered invalid value. Press ESC to cancel."
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: source/class.wdttools.php:309 source/class.wdttools.php:335
|
566 |
msgid "Show _MENU_ entries"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: source/class.wdttools.php:310
|
570 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
571 |
msgid "Merge"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: source/class.wdttools.php:311
|
575 |
msgid "New column"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: source/class.wdttools.php:313
|
579 |
msgid ": activate to sort column ascending"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: source/class.wdttools.php:314
|
583 |
msgid ": activate to sort column descending"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: source/class.wdttools.php:316
|
587 |
msgid "Ok"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: source/class.wdttools.php:318
|
591 |
msgid "First"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: source/class.wdttools.php:319
|
595 |
msgid "Last"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: source/class.wdttools.php:320
|
599 |
msgid "Next"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: source/class.wdttools.php:321
|
603 |
msgid "Previous"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: source/class.wdttools.php:323
|
607 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
608 |
msgid "Replace"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: source/class.wdttools.php:324
|
612 |
msgid "Row has been deleted!"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: source/class.wdttools.php:325
|
616 |
msgid "Select a file to use in table"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: source/class.wdttools.php:326
|
620 |
msgid "Select an Excel or CSV file"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: source/class.wdttools.php:327
|
624 |
msgid "No data available in table"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: source/class.wdttools.php:328
|
628 |
msgid "Plugin settings saved successfully"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: source/class.wdttools.php:329
|
632 |
msgid "Shortcode has been copied to the clipboard."
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: source/class.wdttools.php:330
|
636 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: source/class.wdttools.php:331
|
640 |
msgid "Showing 0 to 0 of 0 entries"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: source/class.wdttools.php:332
|
644 |
msgid "(filtered from _MAX_ total entries)"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: source/class.wdttools.php:334
|
648 |
msgid ","
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: source/class.wdttools.php:336
|
652 |
msgid "Loading..."
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: source/class.wdttools.php:337
|
656 |
msgid "Processing..."
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: source/class.wdttools.php:338
|
660 |
msgid "SQL error"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: source/class.wdttools.php:339
|
664 |
msgid "Search: "
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: source/class.wdttools.php:340 templates/settings.inc.php:559
|
668 |
#: templates/settings.inc.php:625
|
669 |
msgid "Success!"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: source/class.wdttools.php:341
|
673 |
msgid "No matching records found"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: source/class.wdttools.php:342
|
677 |
msgid "Table saved successfully!"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: source/class.wdttools.php:343
|
681 |
msgid "To"
|
682 |
msgstr ""
|
683 |
|
832 |
msgid "Add New"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: templates/admin/browse/chart/browse.inc.php:36
|
836 |
+
#: templates/admin/browse/table/browse.inc.php:36
|
837 |
+
msgid "Buy Full Version"
|
838 |
+
msgstr ""
|
839 |
+
|
840 |
#: templates/admin/browse/table/browse.inc.php:25
|
841 |
msgid "wpDataTables browse"
|
842 |
msgstr ""
|
1001 |
msgid "Scatter chart"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
1005 |
+
msgid "Candlestick chart"
|
1006 |
+
msgstr ""
|
1007 |
+
|
1008 |
+
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
1009 |
+
msgid "Waterfall chart"
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1013 |
msgid "Spline chart"
|
1014 |
msgstr ""
|
1120 |
msgid "Error"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: templates/admin/common/ratingDiv.inc.php:8
|
1124 |
+
msgid "Leave a Review?"
|
1125 |
+
msgstr ""
|
1126 |
+
|
1127 |
+
#: templates/admin/common/ratingDiv.inc.php:9
|
1128 |
+
msgid ""
|
1129 |
+
"We hope you've enjoyed using wpDataTables Lite. Would you consider\n"
|
1130 |
+
" leaving us a review on WordPress.org?"
|
1131 |
+
msgstr ""
|
1132 |
+
|
1133 |
+
#: templates/admin/common/ratingDiv.inc.php:18
|
1134 |
+
msgid "Sure! I Like wpDataTables Lite"
|
1135 |
+
msgstr ""
|
1136 |
+
|
1137 |
+
#: templates/admin/common/ratingDiv.inc.php:20
|
1138 |
+
msgid "I've already left a review"
|
1139 |
+
msgstr ""
|
1140 |
+
|
1141 |
+
#: templates/admin/common/ratingDiv.inc.php:21
|
1142 |
+
msgid "Maybe Later"
|
1143 |
+
msgstr ""
|
1144 |
+
|
1145 |
+
#: templates/admin/common/ratingDiv.inc.php:22
|
1146 |
+
msgid "Never show again"
|
1147 |
+
msgstr ""
|
1148 |
+
|
1149 |
#: templates/admin/constructor/constructor.inc.php:25
|
1150 |
#: templates/constructor.inc.php:21
|
1151 |
msgid "Table Creation Wizard"
|
1771 |
"default label will be Max ="
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1775 |
msgid "Include full bootstrap front-end"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:362
|
1779 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:374
|
1780 |
msgid ""
|
1781 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
1782 |
"in one of the theme files. Unchecked option means that there is still "
|
1783 |
"bootstrap.js included just in noconflict mode which should prevent errors."
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:372
|
1787 |
msgid "Include full bootstrap back-end"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:387
|
1791 |
#: templates/settings.inc.php:32
|
1792 |
msgid "Show plugin credentials below tables"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:389
|
1796 |
#: templates/settings.inc.php:32
|
1797 |
msgid ""
|
1798 |
"If you want to support our project, please, keep this checkbox as checked"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:399
|
1802 |
+
msgid "Prevent deleting tables in database"
|
1803 |
+
msgstr ""
|
1804 |
+
|
1805 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:401
|
1806 |
+
msgid ""
|
1807 |
+
"It is recommended to leave this optiosn as checked if you what to keep your "
|
1808 |
+
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
1809 |
+
"this option, it will be deleted all tables in database after deleting plugin"
|
1810 |
+
msgstr ""
|
1811 |
+
|
1812 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:17
|
1813 |
msgid ""
|
1814 |
"If this checkbox is checked, you have option to add more than one separate "
|
languages/fr_FR/wpdatatables-fr_FR.mo
CHANGED
Binary file
|
languages/fr_FR/wpdatatables-fr_FR.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
-
"POT-Creation-Date: 2019-
|
5 |
-
"PO-Revision-Date: 2019-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: wpdatatables <cjbug@yandex.ru>\n"
|
8 |
"Language: fr_FR\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
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
14 |
"X-Poedit-Basepath: ../..\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
@@ -55,106 +55,113 @@ msgstr "Suppléments d'extension"
|
|
55 |
msgid "Addons"
|
56 |
msgstr "Suppléments d'extension"
|
57 |
|
58 |
-
#: controllers/wdt_admin.php:
|
59 |
-
#: controllers/wdt_admin.php:
|
60 |
-
#: controllers/wdt_admin.php:
|
61 |
-
#: controllers/wdt_admin.php:
|
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:
|
67 |
msgid "wpDataChart with provided ID not found!"
|
68 |
msgstr "wpDataChart avec identifiant fourni introuvable!"
|
69 |
|
70 |
-
#: controllers/wdt_functions.php:
|
71 |
msgid "wpDataTable with provided ID not found!"
|
72 |
msgstr "wpDataChart avec identifiant fourni introuvable!"
|
73 |
|
74 |
-
#: controllers/wdt_functions.php:
|
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:
|
80 |
msgid "Choose a table"
|
81 |
msgstr "Choisissez un tableau"
|
82 |
|
83 |
-
#: controllers/wdt_functions.php:
|
84 |
msgid "Interactive Responsive Table"
|
85 |
msgstr "Tableau interactif adaptatif"
|
86 |
|
87 |
-
#: controllers/wdt_functions.php:
|
88 |
msgid "Content"
|
89 |
msgstr "Contenu"
|
90 |
|
91 |
-
#: controllers/wdt_functions.php:
|
92 |
msgid "wpDataTable"
|
93 |
msgstr "wpDataTable"
|
94 |
|
95 |
-
#: controllers/wdt_functions.php:
|
96 |
msgid "Choose the wpDataTable from a dropdown"
|
97 |
msgstr "Choisissez le wpDataTable dans une liste déroulante"
|
98 |
|
99 |
-
#: controllers/wdt_functions.php:
|
100 |
msgid "Table view"
|
101 |
msgstr "Vue tableau"
|
102 |
|
103 |
-
#: controllers/wdt_functions.php:
|
104 |
msgid "Regular wpDataTable"
|
105 |
msgstr "WpDataTable ordinaire"
|
106 |
|
107 |
-
#: controllers/wdt_functions.php:
|
108 |
msgid "Excel-like table"
|
109 |
msgstr "Tableau de type Excel"
|
110 |
|
111 |
-
#: controllers/wdt_functions.php:
|
112 |
msgid "Variable placeholder #1"
|
113 |
msgstr "Espace réservé variable #1"
|
114 |
|
115 |
-
#: controllers/wdt_functions.php:
|
116 |
-
#: controllers/wdt_functions.php:
|
117 |
msgid "Variables"
|
118 |
msgstr "Variables"
|
119 |
|
120 |
-
#: controllers/wdt_functions.php:
|
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:
|
127 |
msgid "Variable placeholder #2"
|
128 |
msgstr "Espace réservé variable #2"
|
129 |
|
130 |
-
#: controllers/wdt_functions.php:
|
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:
|
137 |
msgid "Variable placeholder #3"
|
138 |
msgstr "Espace réservé variable #3"
|
139 |
|
140 |
-
#: controllers/wdt_functions.php:
|
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:
|
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:
|
151 |
msgid "wpDataChart"
|
152 |
msgstr "wpDataChart"
|
153 |
|
154 |
-
#: controllers/wdt_functions.php:
|
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
|
@@ -169,7 +176,7 @@ msgid "Delete"
|
|
169 |
msgstr "Effacer"
|
170 |
|
171 |
#: source/class.wdtbrowsechartstable.php:188
|
172 |
-
#: source/class.wdtbrowsechartstable.php:
|
173 |
msgid "Column Chart"
|
174 |
msgstr "Graphique à colonnes"
|
175 |
|
@@ -184,12 +191,12 @@ msgid "Bar Chart"
|
|
184 |
msgstr "Diagramme à bandes"
|
185 |
|
186 |
#: source/class.wdtbrowsechartstable.php:197
|
187 |
-
#: source/class.wdtbrowsechartstable.php:
|
188 |
msgid "Stacked Bar Chart"
|
189 |
msgstr "Diagramme à barres empilées"
|
190 |
|
191 |
#: source/class.wdtbrowsechartstable.php:200
|
192 |
-
#: source/class.wdtbrowsechartstable.php:
|
193 |
msgid "Area Chart"
|
194 |
msgstr "Diagramme de zone"
|
195 |
|
@@ -198,24 +205,24 @@ msgid "Stepped Area Chart"
|
|
198 |
msgstr "Diagramme de zone en escalier"
|
199 |
|
200 |
#: source/class.wdtbrowsechartstable.php:206
|
201 |
-
#: source/class.wdtbrowsechartstable.php:
|
202 |
-
#: source/class.wdtbrowsechartstable.php:
|
203 |
msgid "Line Chart"
|
204 |
msgstr "Graphique en ligne"
|
205 |
|
206 |
#: source/class.wdtbrowsechartstable.php:209
|
207 |
-
#: source/class.wdtbrowsechartstable.php:
|
208 |
-
#: source/class.wdtbrowsechartstable.php:
|
209 |
msgid "Pie Chart"
|
210 |
msgstr "Camembert"
|
211 |
|
212 |
#: source/class.wdtbrowsechartstable.php:212
|
213 |
-
#: source/class.wdtbrowsechartstable.php:
|
214 |
msgid "Bubble Chart"
|
215 |
msgstr "Diagramme à bulles"
|
216 |
|
217 |
#: source/class.wdtbrowsechartstable.php:215
|
218 |
-
#: source/class.wdtbrowsechartstable.php:
|
219 |
msgid "Donut Chart"
|
220 |
msgstr "Graphique Donut"
|
221 |
|
@@ -227,81 +234,99 @@ msgstr "Graphique de jauge"
|
|
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:
|
235 |
msgid "Basic Area Chart"
|
236 |
msgstr "Graphique basic de zone"
|
237 |
|
238 |
-
#: source/class.wdtbrowsechartstable.php:
|
239 |
-
#: source/class.wdtbrowsechartstable.php:
|
240 |
msgid "Stacked Area Chart"
|
241 |
msgstr "Graphique de zone empilée"
|
242 |
|
243 |
-
#: source/class.wdtbrowsechartstable.php:
|
244 |
msgid "Basic Bar Chart"
|
245 |
msgstr "Diagramme à bandes de base"
|
246 |
|
247 |
-
#: source/class.wdtbrowsechartstable.php:
|
248 |
msgid "Basic Column Chart"
|
249 |
msgstr "Diagramme basic de colonne"
|
250 |
|
251 |
-
#: source/class.wdtbrowsechartstable.php:
|
252 |
msgid "Stacked Column Chart"
|
253 |
msgstr "Diagramme à colonnes empilées"
|
254 |
|
255 |
-
#: source/class.wdtbrowsechartstable.php:
|
256 |
msgid "Pie With Gradient Chart"
|
257 |
msgstr "Camembert avec dégradé"
|
258 |
|
259 |
-
#: source/class.wdtbrowsechartstable.php:
|
260 |
msgid "Scatter Plot"
|
261 |
msgstr "Nuage de points"
|
262 |
|
263 |
-
#: source/class.wdtbrowsechartstable.php:
|
264 |
msgid "3D Column Chart"
|
265 |
msgstr "Diagramme de colonnes 3D"
|
266 |
|
267 |
-
#: source/class.wdtbrowsechartstable.php:
|
268 |
msgid "3D Pie Chart"
|
269 |
msgstr "Camembert 3D"
|
270 |
|
271 |
-
#: source/class.wdtbrowsechartstable.php:
|
272 |
msgid "3D Donut Chart"
|
273 |
msgstr "Graphique Donut 3D"
|
274 |
|
275 |
-
#: source/class.wdtbrowsechartstable.php:
|
276 |
msgid "Radar Chart"
|
277 |
msgstr "Graphique radar"
|
278 |
|
279 |
-
#: source/class.wdtbrowsechartstable.php:
|
280 |
msgid "Polar Area Chart"
|
281 |
msgstr "Diagramme polaire"
|
282 |
|
283 |
-
#: source/class.wdtbrowsechartstable.php:
|
284 |
msgid "Doughnut Chart"
|
285 |
msgstr "Graphique Doughnut"
|
286 |
|
287 |
-
#: source/class.wdtbrowsechartstable.php:
|
288 |
msgid "Google"
|
289 |
msgstr "Google"
|
290 |
|
291 |
-
#: source/class.wdtbrowsechartstable.php:
|
292 |
msgid "Highcharts"
|
293 |
msgstr "Highcharts"
|
294 |
|
295 |
-
#: source/class.wdtbrowsechartstable.php:
|
296 |
msgid "Chart.js"
|
297 |
msgstr "Chart.js"
|
298 |
|
299 |
-
#: source/class.wdtbrowsechartstable.php:
|
300 |
#: source/class.wdtbrowsetable.php:272
|
301 |
msgid "Select All"
|
302 |
msgstr "Tout sélectionner"
|
303 |
|
304 |
-
#: source/class.wdtbrowsechartstable.php:
|
305 |
msgid "No wpDataCharts in the system yet."
|
306 |
msgstr "Aucun wpDataCharts dans le système pour le moment."
|
307 |
|
@@ -374,68 +399,68 @@ msgstr ""
|
|
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:
|
378 |
msgid "One line string"
|
379 |
msgstr "Chaîne de caractères sur une ligne"
|
380 |
|
381 |
-
#: source/class.wdttools.php:
|
382 |
msgid "Multi-line string"
|
383 |
msgstr "Chaîne de caractères multi-ligne"
|
384 |
|
385 |
-
#: source/class.wdttools.php:
|
386 |
msgid "One-line selectbox"
|
387 |
msgstr "Boîte de sélection sur une ligne"
|
388 |
|
389 |
-
#: source/class.wdttools.php:
|
390 |
msgid "Multi-line selectbox"
|
391 |
msgstr "Boîte de sélection multi-ligne"
|
392 |
|
393 |
-
#: source/class.wdttools.php:
|
394 |
#: templates/admin/table-settings/column_settings_panel.inc.php:361
|
395 |
msgid "Integer"
|
396 |
msgstr "Nombre entier"
|
397 |
|
398 |
-
#: source/class.wdttools.php:
|
399 |
#: templates/admin/table-settings/column_settings_panel.inc.php:362
|
400 |
msgid "Float"
|
401 |
msgstr "Nombre à virgule"
|
402 |
|
403 |
-
#: source/class.wdttools.php:
|
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:
|
410 |
#: templates/admin/table-settings/column_settings_panel.inc.php:989
|
411 |
msgid "Datetime"
|
412 |
msgstr "Datetime"
|
413 |
|
414 |
-
#: source/class.wdttools.php:
|
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:
|
421 |
msgid "URL Link"
|
422 |
msgstr "Liens URL"
|
423 |
|
424 |
-
#: source/class.wdttools.php:
|
425 |
msgid "E-mail"
|
426 |
msgstr "E-mail"
|
427 |
|
428 |
-
#: source/class.wdttools.php:
|
429 |
#: templates/admin/table-settings/column_settings_panel.inc.php:368
|
430 |
msgid "Image"
|
431 |
msgstr "Image"
|
432 |
|
433 |
-
#: source/class.wdttools.php:
|
434 |
#: templates/admin/table-settings/column_settings_panel.inc.php:993
|
435 |
msgid "Attachment"
|
436 |
msgstr "Attachement"
|
437 |
|
438 |
-
#: source/class.wdttools.php:
|
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,15 +470,15 @@ msgstr ""
|
|
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:
|
449 |
msgid "Back to date"
|
450 |
msgstr "Retourner à la date"
|
451 |
|
452 |
-
#: source/class.wdttools.php:
|
453 |
msgid "Browse"
|
454 |
msgstr "Naviguer"
|
455 |
|
456 |
-
#: source/class.wdttools.php:
|
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
|
@@ -471,19 +496,19 @@ msgstr "Naviguer"
|
|
471 |
msgid "Cancel"
|
472 |
msgstr "Annuler"
|
473 |
|
474 |
-
#: source/class.wdttools.php:
|
475 |
msgid " field cannot be empty!"
|
476 |
msgstr " le champ ne peut pas être vide!"
|
477 |
|
478 |
-
#: source/class.wdttools.php:
|
479 |
msgid "Use selected file"
|
480 |
msgstr "Utiliser le fichier sélectionné"
|
481 |
|
482 |
-
#: source/class.wdttools.php:
|
483 |
msgid "Choose file"
|
484 |
msgstr "Choisir le fichier"
|
485 |
|
486 |
-
#: source/class.wdttools.php:
|
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
|
@@ -491,190 +516,190 @@ msgstr "Choisir le fichier"
|
|
491 |
msgid "Close"
|
492 |
msgstr "Fermer"
|
493 |
|
494 |
-
#: source/class.wdttools.php:
|
495 |
msgid "Column has been added!"
|
496 |
msgstr "La colonne a été ajoutée!"
|
497 |
|
498 |
-
#: source/class.wdttools.php:
|
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:
|
503 |
msgid "Please confirm column deletion!"
|
504 |
msgstr "Veuillez confirmer la suppression de la colonne!"
|
505 |
|
506 |
-
#: source/class.wdttools.php:
|
507 |
msgid "Column has been removed!"
|
508 |
msgstr "La colonne a été supprimée!"
|
509 |
|
510 |
-
#: source/class.wdttools.php:
|
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:
|
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:
|
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:
|
529 |
msgid "Data has been saved!"
|
530 |
msgstr "Les données ont été enregistrées!"
|
531 |
|
532 |
-
#: source/class.wdttools.php:
|
533 |
msgid "detach"
|
534 |
msgstr "détacher"
|
535 |
|
536 |
-
#: source/class.wdttools.php:
|
537 |
#: templates/settings.inc.php:627
|
538 |
msgid "Error!"
|
539 |
msgstr "Erreur!"
|
540 |
|
541 |
-
#: source/class.wdttools.php:
|
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:
|
547 |
msgid "From"
|
548 |
msgstr "De"
|
549 |
|
550 |
-
#: source/class.wdttools.php:
|
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:
|
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:
|
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:
|
563 |
msgid "Show _MENU_ entries"
|
564 |
msgstr "Afficher _MENU_ les entrées"
|
565 |
|
566 |
-
#: source/class.wdttools.php:
|
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:
|
572 |
msgid "New column"
|
573 |
msgstr "Nouvelle colonne"
|
574 |
|
575 |
-
#: source/class.wdttools.php:
|
576 |
msgid ": activate to sort column ascending"
|
577 |
msgstr ": activer pour trier la colonne en ordre croissant"
|
578 |
|
579 |
-
#: source/class.wdttools.php:
|
580 |
msgid ": activate to sort column descending"
|
581 |
msgstr ": activer pour trier la colonne en ordre décroissant"
|
582 |
|
583 |
-
#: source/class.wdttools.php:
|
584 |
msgid "Ok"
|
585 |
msgstr "Ok"
|
586 |
|
587 |
-
#: source/class.wdttools.php:
|
588 |
msgid "First"
|
589 |
msgstr "Premier"
|
590 |
|
591 |
-
#: source/class.wdttools.php:
|
592 |
msgid "Last"
|
593 |
msgstr "Dernier"
|
594 |
|
595 |
-
#: source/class.wdttools.php:
|
596 |
msgid "Next"
|
597 |
msgstr "Suivant"
|
598 |
|
599 |
-
#: source/class.wdttools.php:
|
600 |
msgid "Previous"
|
601 |
msgstr "Précédent"
|
602 |
|
603 |
-
#: source/class.wdttools.php:
|
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:
|
609 |
msgid "Row has been deleted!"
|
610 |
msgstr "La ligne a été supprimée!"
|
611 |
|
612 |
-
#: source/class.wdttools.php:
|
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:
|
617 |
msgid "Select an Excel or CSV file"
|
618 |
msgstr "Sélectionnez un fichier Excel ou CSV"
|
619 |
|
620 |
-
#: source/class.wdttools.php:
|
621 |
msgid "No data available in table"
|
622 |
msgstr "Aucune donnée disponible dans le tableau"
|
623 |
|
624 |
-
#: source/class.wdttools.php:
|
625 |
msgid "Plugin settings saved successfully"
|
626 |
msgstr "Paramètres de l'extension enregistrés avec succès"
|
627 |
|
628 |
-
#: source/class.wdttools.php:
|
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:
|
633 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
634 |
msgstr "Afficher _DEBUT_ à _FIN_ des _TOTAL_entrées"
|
635 |
|
636 |
-
#: source/class.wdttools.php:
|
637 |
msgid "Showing 0 to 0 of 0 entries"
|
638 |
msgstr "Afficher 0 à 0 de 0 entrées"
|
639 |
|
640 |
-
#: source/class.wdttools.php:
|
641 |
msgid "(filtered from _MAX_ total entries)"
|
642 |
msgstr "(Filtré de _Max_ entrées total)"
|
643 |
|
644 |
-
#: source/class.wdttools.php:
|
645 |
msgid ","
|
646 |
msgstr ","
|
647 |
|
648 |
-
#: source/class.wdttools.php:
|
649 |
msgid "Loading..."
|
650 |
msgstr "Chargement..."
|
651 |
|
652 |
-
#: source/class.wdttools.php:
|
653 |
msgid "Processing..."
|
654 |
msgstr "En traitement..."
|
655 |
|
656 |
-
#: source/class.wdttools.php:
|
657 |
msgid "SQL error"
|
658 |
msgstr "SQL erreur"
|
659 |
|
660 |
-
#: source/class.wdttools.php:
|
661 |
msgid "Search: "
|
662 |
msgstr "Recherche: "
|
663 |
|
664 |
-
#: source/class.wdttools.php:
|
665 |
#: templates/settings.inc.php:625
|
666 |
msgid "Success!"
|
667 |
msgstr "Succès!"
|
668 |
|
669 |
-
#: source/class.wdttools.php:
|
670 |
msgid "No matching records found"
|
671 |
msgstr "Aucun enregistrements correspondants trouvés"
|
672 |
|
673 |
-
#: source/class.wdttools.php:
|
674 |
msgid "Table saved successfully!"
|
675 |
msgstr "Tableau enregistré avec succès!"
|
676 |
|
677 |
-
#: source/class.wdttools.php:
|
678 |
msgid "To"
|
679 |
msgstr "À"
|
680 |
|
@@ -711,19 +736,16 @@ 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 |
|
@@ -736,7 +758,6 @@ 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 |
|
@@ -748,7 +769,6 @@ msgstr ""
|
|
748 |
|
749 |
#: templates/addons.inc.php:10
|
750 |
#, fuzzy
|
751 |
-
#| msgid "wpDataTables browse"
|
752 |
msgid "wpDataTables Addons"
|
753 |
msgstr "wpDataCharts parcourir"
|
754 |
|
@@ -781,7 +801,6 @@ msgstr ""
|
|
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 |
|
@@ -861,6 +880,11 @@ msgstr "wpDataCharts parcourir"
|
|
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"
|
@@ -1030,6 +1054,14 @@ msgstr "Graphique de jauge"
|
|
1030 |
msgid "Scatter chart"
|
1031 |
msgstr "Diagramme de dispersion"
|
1032 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1033 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1034 |
msgid "Spline chart"
|
1035 |
msgstr "Diagramme cannelé"
|
@@ -1081,13 +1113,11 @@ 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 |
|
@@ -1149,6 +1179,32 @@ msgstr "Oui"
|
|
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"
|
@@ -1267,7 +1323,6 @@ msgstr "Réglages principaux"
|
|
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 |
|
@@ -1386,7 +1441,6 @@ msgstr ""
|
|
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 |
|
@@ -1396,7 +1450,6 @@ 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 |
|
@@ -1557,7 +1610,6 @@ msgstr ""
|
|
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 |
|
@@ -1568,7 +1620,6 @@ 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 "
|
@@ -1576,39 +1627,31 @@ msgstr ""
|
|
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 ""
|
@@ -1617,15 +1660,11 @@ msgstr ""
|
|
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-"
|
@@ -1882,52 +1921,47 @@ 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:
|
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:
|
1905 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
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:
|
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:
|
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 "
|
@@ -1936,7 +1970,6 @@ 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 |
|
@@ -2382,7 +2415,6 @@ 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 |
|
@@ -2749,19 +2781,16 @@ 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 |
|
@@ -3559,7 +3588,6 @@ 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 |
|
@@ -3708,14 +3736,12 @@ msgstr ""
|
|
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 |
|
@@ -3729,13 +3755,11 @@ 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 |
|
@@ -3744,26 +3768,21 @@ msgstr "Nouveau graphique wpDataTable"
|
|
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"
|
@@ -3792,7 +3811,6 @@ msgstr ""
|
|
3792 |
|
3793 |
#: templates/constructor.inc.php:15
|
3794 |
#, fuzzy
|
3795 |
-
#| msgid "wpDataTables"
|
3796 |
msgid "wpDataTable constructor"
|
3797 |
msgstr "wpDataTables"
|
3798 |
|
@@ -3806,7 +3824,6 @@ 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 |
|
@@ -3816,8 +3833,6 @@ 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 "
|
@@ -3825,19 +3840,16 @@ msgstr ""
|
|
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 |
|
@@ -3853,13 +3865,11 @@ 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 |
|
@@ -3877,11 +3887,6 @@ 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 "
|
@@ -3899,7 +3904,6 @@ msgstr ""
|
|
3899 |
|
3900 |
#: templates/edit_table.inc.php:121
|
3901 |
#, fuzzy
|
3902 |
-
#| msgid "Placeholders"
|
3903 |
msgid "Placeholder"
|
3904 |
msgstr "Espaces réservés"
|
3905 |
|
@@ -3909,7 +3913,6 @@ 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 |
|
@@ -3953,7 +3956,6 @@ 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 |
|
@@ -3983,15 +3985,11 @@ 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"
|
@@ -4007,8 +4005,6 @@ 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."
|
@@ -4020,17 +4016,11 @@ 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/"
|
@@ -4049,15 +4039,11 @@ 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"
|
@@ -4068,10 +4054,6 @@ msgstr ""
|
|
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 "
|
@@ -4083,13 +4065,11 @@ msgstr ""
|
|
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 |
|
@@ -4101,21 +4081,16 @@ 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)"
|
@@ -4126,7 +4101,6 @@ msgstr ""
|
|
4126 |
|
4127 |
#: templates/edit_table.inc.php:277
|
4128 |
#, fuzzy
|
4129 |
-
#| msgid "Main settings"
|
4130 |
msgid "Additional settings"
|
4131 |
msgstr "Réglages principaux"
|
4132 |
|
@@ -4137,7 +4111,6 @@ 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."
|
@@ -4147,7 +4120,6 @@ msgstr ""
|
|
4147 |
|
4148 |
#: templates/edit_table.inc.php:301
|
4149 |
#, fuzzy
|
4150 |
-
#| msgid "Responsiveness"
|
4151 |
msgid "Responsive"
|
4152 |
msgstr "Réactivité"
|
4153 |
|
@@ -4159,7 +4131,6 @@ 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 |
|
@@ -4170,7 +4141,6 @@ 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 |
|
@@ -4182,7 +4152,6 @@ msgstr ""
|
|
4182 |
|
4183 |
#: templates/edit_table.inc.php:329
|
4184 |
#, fuzzy
|
4185 |
-
#| msgid "Advanced filter"
|
4186 |
msgid "Advanced filtering"
|
4187 |
msgstr "Filtre avancé"
|
4188 |
|
@@ -4193,9 +4162,6 @@ 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 ""
|
@@ -4214,56 +4180,47 @@ 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 |
|
@@ -4282,14 +4239,12 @@ 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 |
|
@@ -4300,7 +4255,6 @@ 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 |
|
@@ -4310,7 +4264,6 @@ 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 |
|
@@ -4322,7 +4275,6 @@ msgstr ""
|
|
4322 |
|
4323 |
#: templates/edit_table.inc.php:449
|
4324 |
#, fuzzy
|
4325 |
-
#| msgid "Panning"
|
4326 |
msgid "Warning"
|
4327 |
msgstr "Fonction panoramique"
|
4328 |
|
@@ -4334,7 +4286,6 @@ 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 |
|
@@ -4344,9 +4295,6 @@ 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 "
|
@@ -4362,19 +4310,16 @@ 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 |
|
@@ -4386,37 +4331,31 @@ 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 |
|
@@ -4433,13 +4372,11 @@ 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 |
|
@@ -4456,13 +4393,11 @@ 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 |
|
@@ -4477,7 +4412,6 @@ msgstr ""
|
|
4477 |
|
4478 |
#: templates/settings.inc.php:13
|
4479 |
#, fuzzy
|
4480 |
-
#| msgid "wpDataTables browse"
|
4481 |
msgid "wpDataTables settings"
|
4482 |
msgstr "wpDataCharts parcourir"
|
4483 |
|
@@ -4495,13 +4429,11 @@ msgstr ""
|
|
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 |
|
@@ -4511,15 +4443,11 @@ 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"
|
@@ -4529,14 +4457,12 @@ msgstr ""
|
|
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 "
|
@@ -4544,7 +4470,6 @@ msgstr ""
|
|
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."
|
@@ -4559,7 +4484,6 @@ 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 |
|
@@ -4571,7 +4495,6 @@ 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 "
|
@@ -4588,13 +4511,11 @@ 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 "
|
@@ -4602,51 +4523,41 @@ msgstr ""
|
|
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"
|
@@ -4656,13 +4567,11 @@ msgstr ""
|
|
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 "
|
@@ -4670,13 +4579,11 @@ msgstr ""
|
|
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 "
|
@@ -4684,39 +4591,31 @@ msgstr ""
|
|
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"
|
@@ -4726,15 +4625,11 @@ msgstr ""
|
|
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"
|
@@ -4748,9 +4643,6 @@ 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"
|
@@ -4760,62 +4652,51 @@ msgstr ""
|
|
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 ""
|
@@ -4824,13 +4705,11 @@ msgstr ""
|
|
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 "
|
@@ -4838,8 +4717,6 @@ msgstr ""
|
|
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 ""
|
@@ -4848,15 +4725,11 @@ msgstr ""
|
|
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 ""
|
@@ -4865,14 +4738,11 @@ msgstr ""
|
|
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 ""
|
@@ -4881,8 +4751,6 @@ msgstr ""
|
|
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 "
|
@@ -4890,15 +4758,11 @@ msgstr ""
|
|
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"
|
@@ -4908,9 +4772,6 @@ msgstr ""
|
|
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"
|
@@ -4920,7 +4781,6 @@ msgstr ""
|
|
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 |
|
@@ -4944,7 +4804,6 @@ 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 |
|
@@ -4952,6 +4811,17 @@ msgstr "Paramètres de l'extension enregistrés avec succès"
|
|
4952 |
msgid "There was a problem saving your settings"
|
4953 |
msgstr ""
|
4954 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4955 |
#~ msgid "tr"
|
4956 |
#~ msgstr "tr"
|
4957 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
+
"POT-Creation-Date: 2019-07-25 10:22+0200\n"
|
5 |
+
"PO-Revision-Date: 2019-07-25 10:22+0200\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: wpdatatables <cjbug@yandex.ru>\n"
|
8 |
"Language: fr_FR\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.7.1\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
14 |
"X-Poedit-Basepath: ../..\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
55 |
msgid "Addons"
|
56 |
msgstr "Suppléments d'extension"
|
57 |
|
58 |
+
#: controllers/wdt_admin.php:310 controllers/wdt_admin.php:359
|
59 |
+
#: controllers/wdt_admin.php:389 controllers/wdt_admin.php:410
|
60 |
+
#: controllers/wdt_admin.php:457 controllers/wdt_admin.php:483
|
61 |
+
#: controllers/wdt_admin.php:502
|
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:437
|
67 |
msgid "wpDataChart with provided ID not found!"
|
68 |
msgstr "wpDataChart avec identifiant fourni introuvable!"
|
69 |
|
70 |
+
#: controllers/wdt_functions.php:473 controllers/wdt_functions.php:544
|
71 |
msgid "wpDataTable with provided ID not found!"
|
72 |
msgstr "wpDataChart avec identifiant fourni introuvable!"
|
73 |
|
74 |
+
#: controllers/wdt_functions.php:554
|
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:732
|
80 |
msgid "Choose a table"
|
81 |
msgstr "Choisissez un tableau"
|
82 |
|
83 |
+
#: controllers/wdt_functions.php:764
|
84 |
msgid "Interactive Responsive Table"
|
85 |
msgstr "Tableau interactif adaptatif"
|
86 |
|
87 |
+
#: controllers/wdt_functions.php:765 controllers/wdt_functions.php:826
|
88 |
msgid "Content"
|
89 |
msgstr "Contenu"
|
90 |
|
91 |
+
#: controllers/wdt_functions.php:771
|
92 |
msgid "wpDataTable"
|
93 |
msgstr "wpDataTable"
|
94 |
|
95 |
+
#: controllers/wdt_functions.php:775
|
96 |
msgid "Choose the wpDataTable from a dropdown"
|
97 |
msgstr "Choisissez le wpDataTable dans une liste déroulante"
|
98 |
|
99 |
+
#: controllers/wdt_functions.php:780
|
100 |
msgid "Table view"
|
101 |
msgstr "Vue tableau"
|
102 |
|
103 |
+
#: controllers/wdt_functions.php:784
|
104 |
msgid "Regular wpDataTable"
|
105 |
msgstr "WpDataTable ordinaire"
|
106 |
|
107 |
+
#: controllers/wdt_functions.php:786
|
108 |
msgid "Excel-like table"
|
109 |
msgstr "Tableau de type Excel"
|
110 |
|
111 |
+
#: controllers/wdt_functions.php:792
|
112 |
msgid "Variable placeholder #1"
|
113 |
msgstr "Espace réservé variable #1"
|
114 |
|
115 |
+
#: controllers/wdt_functions.php:795 controllers/wdt_functions.php:803
|
116 |
+
#: controllers/wdt_functions.php:811
|
117 |
msgid "Variables"
|
118 |
msgstr "Variables"
|
119 |
|
120 |
+
#: controllers/wdt_functions.php:796
|
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:800
|
127 |
msgid "Variable placeholder #2"
|
128 |
msgstr "Espace réservé variable #2"
|
129 |
|
130 |
+
#: controllers/wdt_functions.php:804
|
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:808
|
137 |
msgid "Variable placeholder #3"
|
138 |
msgstr "Espace réservé variable #3"
|
139 |
|
140 |
+
#: controllers/wdt_functions.php:812
|
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:825
|
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:832
|
151 |
msgid "wpDataChart"
|
152 |
msgstr "wpDataChart"
|
153 |
|
154 |
+
#: controllers/wdt_functions.php:836
|
155 |
msgid "Choose one of wpDataCharts from the list"
|
156 |
msgstr "Choisissez l'un des wpDataCharts dans la liste"
|
157 |
|
158 |
+
#: source/WpDataTablesGutenbergBlock.php:25
|
159 |
+
msgid ""
|
160 |
+
"Choose the table that you’ve just created in the dropdown below, and the "
|
161 |
+
"shortcode will be inserted automatically. You are able to provide Export "
|
162 |
+
"file name as well."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
#: source/class.wdtbrowsechartstable.php:137
|
166 |
#: source/class.wdtbrowsechartstable.php:151
|
167 |
#: source/class.wdtbrowsetable.php:170 source/class.wdtbrowsetable.php:191
|
176 |
msgstr "Effacer"
|
177 |
|
178 |
#: source/class.wdtbrowsechartstable.php:188
|
179 |
+
#: source/class.wdtbrowsechartstable.php:290
|
180 |
msgid "Column Chart"
|
181 |
msgstr "Graphique à colonnes"
|
182 |
|
191 |
msgstr "Diagramme à bandes"
|
192 |
|
193 |
#: source/class.wdtbrowsechartstable.php:197
|
194 |
+
#: source/class.wdtbrowsechartstable.php:251
|
195 |
msgid "Stacked Bar Chart"
|
196 |
msgstr "Diagramme à barres empilées"
|
197 |
|
198 |
#: source/class.wdtbrowsechartstable.php:200
|
199 |
+
#: source/class.wdtbrowsechartstable.php:284
|
200 |
msgid "Area Chart"
|
201 |
msgstr "Diagramme de zone"
|
202 |
|
205 |
msgstr "Diagramme de zone en escalier"
|
206 |
|
207 |
#: source/class.wdtbrowsechartstable.php:206
|
208 |
+
#: source/class.wdtbrowsechartstable.php:230
|
209 |
+
#: source/class.wdtbrowsechartstable.php:281
|
210 |
msgid "Line Chart"
|
211 |
msgstr "Graphique en ligne"
|
212 |
|
213 |
#: source/class.wdtbrowsechartstable.php:209
|
214 |
+
#: source/class.wdtbrowsechartstable.php:260
|
215 |
+
#: source/class.wdtbrowsechartstable.php:299
|
216 |
msgid "Pie Chart"
|
217 |
msgstr "Camembert"
|
218 |
|
219 |
#: source/class.wdtbrowsechartstable.php:212
|
220 |
+
#: source/class.wdtbrowsechartstable.php:305
|
221 |
msgid "Bubble Chart"
|
222 |
msgstr "Diagramme à bulles"
|
223 |
|
224 |
#: source/class.wdtbrowsechartstable.php:215
|
225 |
+
#: source/class.wdtbrowsechartstable.php:266
|
226 |
msgid "Donut Chart"
|
227 |
msgstr "Graphique Donut"
|
228 |
|
234 |
msgid "Scatter Chart"
|
235 |
msgstr "Diagramme de dispersion"
|
236 |
|
237 |
+
#: source/class.wdtbrowsechartstable.php:224
|
238 |
+
msgid "Candlestick Chart"
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
#: source/class.wdtbrowsechartstable.php:227
|
242 |
+
msgid "Waterfall Chart"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: source/class.wdtbrowsechartstable.php:233
|
246 |
+
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
247 |
+
msgid "Polar chart"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: source/class.wdtbrowsechartstable.php:236
|
251 |
+
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
252 |
+
msgid "Spiderweb chart"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: source/class.wdtbrowsechartstable.php:239
|
256 |
msgid "Spline Chart"
|
257 |
msgstr "Diagramme cannelé"
|
258 |
|
259 |
+
#: source/class.wdtbrowsechartstable.php:242
|
260 |
msgid "Basic Area Chart"
|
261 |
msgstr "Graphique basic de zone"
|
262 |
|
263 |
+
#: source/class.wdtbrowsechartstable.php:245
|
264 |
+
#: source/class.wdtbrowsechartstable.php:287
|
265 |
msgid "Stacked Area Chart"
|
266 |
msgstr "Graphique de zone empilée"
|
267 |
|
268 |
+
#: source/class.wdtbrowsechartstable.php:248
|
269 |
msgid "Basic Bar Chart"
|
270 |
msgstr "Diagramme à bandes de base"
|
271 |
|
272 |
+
#: source/class.wdtbrowsechartstable.php:254
|
273 |
msgid "Basic Column Chart"
|
274 |
msgstr "Diagramme basic de colonne"
|
275 |
|
276 |
+
#: source/class.wdtbrowsechartstable.php:257
|
277 |
msgid "Stacked Column Chart"
|
278 |
msgstr "Diagramme à colonnes empilées"
|
279 |
|
280 |
+
#: source/class.wdtbrowsechartstable.php:263
|
281 |
msgid "Pie With Gradient Chart"
|
282 |
msgstr "Camembert avec dégradé"
|
283 |
|
284 |
+
#: source/class.wdtbrowsechartstable.php:269
|
285 |
msgid "Scatter Plot"
|
286 |
msgstr "Nuage de points"
|
287 |
|
288 |
+
#: source/class.wdtbrowsechartstable.php:272
|
289 |
msgid "3D Column Chart"
|
290 |
msgstr "Diagramme de colonnes 3D"
|
291 |
|
292 |
+
#: source/class.wdtbrowsechartstable.php:275
|
293 |
msgid "3D Pie Chart"
|
294 |
msgstr "Camembert 3D"
|
295 |
|
296 |
+
#: source/class.wdtbrowsechartstable.php:278
|
297 |
msgid "3D Donut Chart"
|
298 |
msgstr "Graphique Donut 3D"
|
299 |
|
300 |
+
#: source/class.wdtbrowsechartstable.php:293
|
301 |
msgid "Radar Chart"
|
302 |
msgstr "Graphique radar"
|
303 |
|
304 |
+
#: source/class.wdtbrowsechartstable.php:296
|
305 |
msgid "Polar Area Chart"
|
306 |
msgstr "Diagramme polaire"
|
307 |
|
308 |
+
#: source/class.wdtbrowsechartstable.php:302
|
309 |
msgid "Doughnut Chart"
|
310 |
msgstr "Graphique Doughnut"
|
311 |
|
312 |
+
#: source/class.wdtbrowsechartstable.php:317
|
313 |
msgid "Google"
|
314 |
msgstr "Google"
|
315 |
|
316 |
+
#: source/class.wdtbrowsechartstable.php:320
|
317 |
msgid "Highcharts"
|
318 |
msgstr "Highcharts"
|
319 |
|
320 |
+
#: source/class.wdtbrowsechartstable.php:323
|
321 |
msgid "Chart.js"
|
322 |
msgstr "Chart.js"
|
323 |
|
324 |
+
#: source/class.wdtbrowsechartstable.php:387
|
325 |
#: source/class.wdtbrowsetable.php:272
|
326 |
msgid "Select All"
|
327 |
msgstr "Tout sélectionner"
|
328 |
|
329 |
+
#: source/class.wdtbrowsechartstable.php:439
|
330 |
msgid "No wpDataCharts in the system yet."
|
331 |
msgstr "Aucun wpDataCharts dans le système pour le moment."
|
332 |
|
399 |
msgid "Table in data source has no rows."
|
400 |
msgstr "Le tableau dans la source de données n'a pas de lignes."
|
401 |
|
402 |
+
#: source/class.wdttools.php:15
|
403 |
msgid "One line string"
|
404 |
msgstr "Chaîne de caractères sur une ligne"
|
405 |
|
406 |
+
#: source/class.wdttools.php:16
|
407 |
msgid "Multi-line string"
|
408 |
msgstr "Chaîne de caractères multi-ligne"
|
409 |
|
410 |
+
#: source/class.wdttools.php:17
|
411 |
msgid "One-line selectbox"
|
412 |
msgstr "Boîte de sélection sur une ligne"
|
413 |
|
414 |
+
#: source/class.wdttools.php:18
|
415 |
msgid "Multi-line selectbox"
|
416 |
msgstr "Boîte de sélection multi-ligne"
|
417 |
|
418 |
+
#: source/class.wdttools.php:19
|
419 |
#: templates/admin/table-settings/column_settings_panel.inc.php:361
|
420 |
msgid "Integer"
|
421 |
msgstr "Nombre entier"
|
422 |
|
423 |
+
#: source/class.wdttools.php:20
|
424 |
#: templates/admin/table-settings/column_settings_panel.inc.php:362
|
425 |
msgid "Float"
|
426 |
msgstr "Nombre à virgule"
|
427 |
|
428 |
+
#: source/class.wdttools.php:21
|
429 |
#: templates/admin/table-settings/column_settings_panel.inc.php:363
|
430 |
#: templates/admin/table-settings/column_settings_panel.inc.php:988
|
431 |
msgid "Date"
|
432 |
msgstr "Date"
|
433 |
|
434 |
+
#: source/class.wdttools.php:22
|
435 |
#: templates/admin/table-settings/column_settings_panel.inc.php:989
|
436 |
msgid "Datetime"
|
437 |
msgstr "Datetime"
|
438 |
|
439 |
+
#: source/class.wdttools.php:23
|
440 |
#: templates/admin/table-settings/column_settings_panel.inc.php:365
|
441 |
#: templates/admin/table-settings/column_settings_panel.inc.php:990
|
442 |
msgid "Time"
|
443 |
msgstr "Temps"
|
444 |
|
445 |
+
#: source/class.wdttools.php:24
|
446 |
msgid "URL Link"
|
447 |
msgstr "Liens URL"
|
448 |
|
449 |
+
#: source/class.wdttools.php:25
|
450 |
msgid "E-mail"
|
451 |
msgstr "E-mail"
|
452 |
|
453 |
+
#: source/class.wdttools.php:26
|
454 |
#: templates/admin/table-settings/column_settings_panel.inc.php:368
|
455 |
msgid "Image"
|
456 |
msgstr "Image"
|
457 |
|
458 |
+
#: source/class.wdttools.php:27
|
459 |
#: templates/admin/table-settings/column_settings_panel.inc.php:993
|
460 |
msgid "Attachment"
|
461 |
msgstr "Attachement"
|
462 |
|
463 |
+
#: source/class.wdttools.php:154
|
464 |
msgid ""
|
465 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
466 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
470 |
"probablement pas publiée correctement. <br/> Vous pouvez la publier en "
|
471 |
"allant sur <b> Fichier -> Publier sur le Web</b> "
|
472 |
|
473 |
+
#: source/class.wdttools.php:287
|
474 |
msgid "Back to date"
|
475 |
msgstr "Retourner à la date"
|
476 |
|
477 |
+
#: source/class.wdttools.php:288
|
478 |
msgid "Browse"
|
479 |
msgstr "Naviguer"
|
480 |
|
481 |
+
#: source/class.wdttools.php:289
|
482 |
#: templates/admin/browse/table/duplicate_modal.inc.php:60
|
483 |
#: templates/admin/common/close_modal.inc.php:36
|
484 |
#: templates/admin/constructor/constructor.inc.php:30
|
496 |
msgid "Cancel"
|
497 |
msgstr "Annuler"
|
498 |
|
499 |
+
#: source/class.wdttools.php:290
|
500 |
msgid " field cannot be empty!"
|
501 |
msgstr " le champ ne peut pas être vide!"
|
502 |
|
503 |
+
#: source/class.wdttools.php:291
|
504 |
msgid "Use selected file"
|
505 |
msgstr "Utiliser le fichier sélectionné"
|
506 |
|
507 |
+
#: source/class.wdttools.php:292
|
508 |
msgid "Choose file"
|
509 |
msgstr "Choisir le fichier"
|
510 |
|
511 |
+
#: source/class.wdttools.php:293 templates/admin/common/error_modal.inc.php:23
|
512 |
#: templates/admin/table-settings/columns_list_modal.inc.php:27
|
513 |
#: templates/admin/table-settings/foreign_key_config.inc.php:95
|
514 |
#: templates/edit_table.inc.php:36 templates/edit_table.inc.php:418
|
516 |
msgid "Close"
|
517 |
msgstr "Fermer"
|
518 |
|
519 |
+
#: source/class.wdttools.php:294
|
520 |
msgid "Column has been added!"
|
521 |
msgstr "La colonne a été ajoutée!"
|
522 |
|
523 |
+
#: source/class.wdttools.php:295
|
524 |
msgid "Column header cannot be empty!"
|
525 |
msgstr "L'en-tête de colonne ne peut pas être vide!"
|
526 |
|
527 |
+
#: source/class.wdttools.php:296
|
528 |
msgid "Please confirm column deletion!"
|
529 |
msgstr "Veuillez confirmer la suppression de la colonne!"
|
530 |
|
531 |
+
#: source/class.wdttools.php:297
|
532 |
msgid "Column has been removed!"
|
533 |
msgstr "La colonne a été supprimée!"
|
534 |
|
535 |
+
#: source/class.wdttools.php:298
|
536 |
msgid "Please select columns that you want to use in table"
|
537 |
msgstr ""
|
538 |
"Veuillez sélectionner les colonnes que vous souhaitez utiliser dans le "
|
539 |
"tableau"
|
540 |
|
541 |
+
#: source/class.wdttools.php:299 source/class.wpdatatable.php:1910
|
542 |
#: source/class.wpdatatable.php:1981
|
543 |
#: templates/admin/table-settings/table_settings_block.inc.php:956
|
544 |
msgid "Copy"
|
545 |
msgstr "Copier"
|
546 |
|
547 |
+
#: source/class.wdttools.php:300
|
548 |
msgid "There was an error trying to insert a new row!"
|
549 |
msgstr ""
|
550 |
"Une erreur s'est produite lors de la tentative d'insertion d'une nouvelle "
|
551 |
"ligne!"
|
552 |
|
553 |
+
#: source/class.wdttools.php:301
|
554 |
msgid "Data has been saved!"
|
555 |
msgstr "Les données ont été enregistrées!"
|
556 |
|
557 |
+
#: source/class.wdttools.php:302
|
558 |
msgid "detach"
|
559 |
msgstr "détacher"
|
560 |
|
561 |
+
#: source/class.wdttools.php:303 templates/settings.inc.php:553
|
562 |
#: templates/settings.inc.php:627
|
563 |
msgid "Error!"
|
564 |
msgstr "Erreur!"
|
565 |
|
566 |
+
#: source/class.wdttools.php:304
|
567 |
msgid "Please upload or choose a file from Media Library!"
|
568 |
msgstr ""
|
569 |
"Veuillez télécharger ou choisir un fichier de la bibliothèque multimédia!"
|
570 |
|
571 |
+
#: source/class.wdttools.php:305
|
572 |
msgid "From"
|
573 |
msgstr "De"
|
574 |
|
575 |
+
#: source/class.wdttools.php:306
|
576 |
msgid "Please provide a valid e-mail address for field"
|
577 |
msgstr "Veuillez fournir une adresse e-mail valide pour le champ"
|
578 |
|
579 |
+
#: source/class.wdttools.php:307
|
580 |
msgid "Please provide a valid URL link for field"
|
581 |
msgstr "Veuillez fournir un lien URL valide pour le champ"
|
582 |
|
583 |
+
#: source/class.wdttools.php:308
|
584 |
msgid "You have entered invalid value. Press ESC to cancel."
|
585 |
msgstr "Vous avez entré une valeur non valide. Appuyez sur Echap pour annuler."
|
586 |
|
587 |
+
#: source/class.wdttools.php:309 source/class.wdttools.php:335
|
588 |
msgid "Show _MENU_ entries"
|
589 |
msgstr "Afficher _MENU_ les entrées"
|
590 |
|
591 |
+
#: source/class.wdttools.php:310
|
592 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
593 |
msgid "Merge"
|
594 |
msgstr "Fusionner"
|
595 |
|
596 |
+
#: source/class.wdttools.php:311
|
597 |
msgid "New column"
|
598 |
msgstr "Nouvelle colonne"
|
599 |
|
600 |
+
#: source/class.wdttools.php:313
|
601 |
msgid ": activate to sort column ascending"
|
602 |
msgstr ": activer pour trier la colonne en ordre croissant"
|
603 |
|
604 |
+
#: source/class.wdttools.php:314
|
605 |
msgid ": activate to sort column descending"
|
606 |
msgstr ": activer pour trier la colonne en ordre décroissant"
|
607 |
|
608 |
+
#: source/class.wdttools.php:316
|
609 |
msgid "Ok"
|
610 |
msgstr "Ok"
|
611 |
|
612 |
+
#: source/class.wdttools.php:318
|
613 |
msgid "First"
|
614 |
msgstr "Premier"
|
615 |
|
616 |
+
#: source/class.wdttools.php:319
|
617 |
msgid "Last"
|
618 |
msgstr "Dernier"
|
619 |
|
620 |
+
#: source/class.wdttools.php:320
|
621 |
msgid "Next"
|
622 |
msgstr "Suivant"
|
623 |
|
624 |
+
#: source/class.wdttools.php:321
|
625 |
msgid "Previous"
|
626 |
msgstr "Précédent"
|
627 |
|
628 |
+
#: source/class.wdttools.php:323
|
629 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
630 |
msgid "Replace"
|
631 |
msgstr "Remplacer"
|
632 |
|
633 |
+
#: source/class.wdttools.php:324
|
634 |
msgid "Row has been deleted!"
|
635 |
msgstr "La ligne a été supprimée!"
|
636 |
|
637 |
+
#: source/class.wdttools.php:325
|
638 |
msgid "Select a file to use in table"
|
639 |
msgstr "Sélectionnez un fichier à utiliser dans le tableau"
|
640 |
|
641 |
+
#: source/class.wdttools.php:326
|
642 |
msgid "Select an Excel or CSV file"
|
643 |
msgstr "Sélectionnez un fichier Excel ou CSV"
|
644 |
|
645 |
+
#: source/class.wdttools.php:327
|
646 |
msgid "No data available in table"
|
647 |
msgstr "Aucune donnée disponible dans le tableau"
|
648 |
|
649 |
+
#: source/class.wdttools.php:328
|
650 |
msgid "Plugin settings saved successfully"
|
651 |
msgstr "Paramètres de l'extension enregistrés avec succès"
|
652 |
|
653 |
+
#: source/class.wdttools.php:329
|
654 |
msgid "Shortcode has been copied to the clipboard."
|
655 |
msgstr "Le shortcode a été copié dans le presse-papier."
|
656 |
|
657 |
+
#: source/class.wdttools.php:330
|
658 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
659 |
msgstr "Afficher _DEBUT_ à _FIN_ des _TOTAL_entrées"
|
660 |
|
661 |
+
#: source/class.wdttools.php:331
|
662 |
msgid "Showing 0 to 0 of 0 entries"
|
663 |
msgstr "Afficher 0 à 0 de 0 entrées"
|
664 |
|
665 |
+
#: source/class.wdttools.php:332
|
666 |
msgid "(filtered from _MAX_ total entries)"
|
667 |
msgstr "(Filtré de _Max_ entrées total)"
|
668 |
|
669 |
+
#: source/class.wdttools.php:334
|
670 |
msgid ","
|
671 |
msgstr ","
|
672 |
|
673 |
+
#: source/class.wdttools.php:336
|
674 |
msgid "Loading..."
|
675 |
msgstr "Chargement..."
|
676 |
|
677 |
+
#: source/class.wdttools.php:337
|
678 |
msgid "Processing..."
|
679 |
msgstr "En traitement..."
|
680 |
|
681 |
+
#: source/class.wdttools.php:338
|
682 |
msgid "SQL error"
|
683 |
msgstr "SQL erreur"
|
684 |
|
685 |
+
#: source/class.wdttools.php:339
|
686 |
msgid "Search: "
|
687 |
msgstr "Recherche: "
|
688 |
|
689 |
+
#: source/class.wdttools.php:340 templates/settings.inc.php:559
|
690 |
#: templates/settings.inc.php:625
|
691 |
msgid "Success!"
|
692 |
msgstr "Succès!"
|
693 |
|
694 |
+
#: source/class.wdttools.php:341
|
695 |
msgid "No matching records found"
|
696 |
msgstr "Aucun enregistrements correspondants trouvés"
|
697 |
|
698 |
+
#: source/class.wdttools.php:342
|
699 |
msgid "Table saved successfully!"
|
700 |
msgstr "Tableau enregistré avec succès!"
|
701 |
|
702 |
+
#: source/class.wdttools.php:343
|
703 |
msgid "To"
|
704 |
msgstr "À"
|
705 |
|
736 |
|
737 |
#: source/class.wpdatatable.php:1928
|
738 |
#, fuzzy
|
|
|
739 |
msgid "Export"
|
740 |
msgstr "Exporter"
|
741 |
|
742 |
#: source/class.wpdatatable.php:2005
|
743 |
#, fuzzy
|
|
|
744 |
msgid "Search table"
|
745 |
msgstr "Recherche: "
|
746 |
|
747 |
#: source/class.wpdatatable.php:2006
|
748 |
#, fuzzy
|
|
|
749 |
msgid "Showing _MENU_ Entries"
|
750 |
msgstr "Afficher _MENU_ les entrées"
|
751 |
|
758 |
|
759 |
#: templates/addons.inc.php:8 templates/browse.inc.php:8
|
760 |
#, fuzzy
|
|
|
761 |
msgid "wpDataTables documentation"
|
762 |
msgstr "wpDataCharts parcourir"
|
763 |
|
769 |
|
770 |
#: templates/addons.inc.php:10
|
771 |
#, fuzzy
|
|
|
772 |
msgid "wpDataTables Addons"
|
773 |
msgstr "wpDataCharts parcourir"
|
774 |
|
801 |
|
802 |
#: templates/addons.inc.php:24
|
803 |
#, fuzzy
|
|
|
804 |
msgid "Find out more"
|
805 |
msgstr "En savoir plus "
|
806 |
|
880 |
msgid "Add New"
|
881 |
msgstr "Ajouter un nouveau"
|
882 |
|
883 |
+
#: templates/admin/browse/chart/browse.inc.php:36
|
884 |
+
#: templates/admin/browse/table/browse.inc.php:36
|
885 |
+
msgid "Buy Full Version"
|
886 |
+
msgstr ""
|
887 |
+
|
888 |
#: templates/admin/browse/table/browse.inc.php:25
|
889 |
msgid "wpDataTables browse"
|
890 |
msgstr "wpDataCharts parcourir"
|
1054 |
msgid "Scatter chart"
|
1055 |
msgstr "Diagramme de dispersion"
|
1056 |
|
1057 |
+
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
1058 |
+
msgid "Candlestick chart"
|
1059 |
+
msgstr ""
|
1060 |
+
|
1061 |
+
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
1062 |
+
msgid "Waterfall chart"
|
1063 |
+
msgstr ""
|
1064 |
+
|
1065 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1066 |
msgid "Spline chart"
|
1067 |
msgstr "Diagramme cannelé"
|
1113 |
|
1114 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
1115 |
#, fuzzy
|
|
|
1116 |
msgid "Treemap chart"
|
1117 |
msgstr "Diagramme de zone"
|
1118 |
|
1119 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
1120 |
#, fuzzy
|
|
|
1121 |
msgid "Treemap level chart"
|
1122 |
msgstr "Diagramme de zone"
|
1123 |
|
1179 |
msgid "Error"
|
1180 |
msgstr "Erreur"
|
1181 |
|
1182 |
+
#: templates/admin/common/ratingDiv.inc.php:8
|
1183 |
+
msgid "Leave a Review?"
|
1184 |
+
msgstr ""
|
1185 |
+
|
1186 |
+
#: templates/admin/common/ratingDiv.inc.php:9
|
1187 |
+
msgid ""
|
1188 |
+
"We hope you've enjoyed using wpDataTables Lite. Would you consider\n"
|
1189 |
+
" leaving us a review on WordPress.org?"
|
1190 |
+
msgstr ""
|
1191 |
+
|
1192 |
+
#: templates/admin/common/ratingDiv.inc.php:18
|
1193 |
+
msgid "Sure! I Like wpDataTables Lite"
|
1194 |
+
msgstr ""
|
1195 |
+
|
1196 |
+
#: templates/admin/common/ratingDiv.inc.php:20
|
1197 |
+
msgid "I've already left a review"
|
1198 |
+
msgstr ""
|
1199 |
+
|
1200 |
+
#: templates/admin/common/ratingDiv.inc.php:21
|
1201 |
+
msgid "Maybe Later"
|
1202 |
+
msgstr ""
|
1203 |
+
|
1204 |
+
#: templates/admin/common/ratingDiv.inc.php:22
|
1205 |
+
msgid "Never show again"
|
1206 |
+
msgstr ""
|
1207 |
+
|
1208 |
#: templates/admin/constructor/constructor.inc.php:25
|
1209 |
#: templates/constructor.inc.php:21
|
1210 |
msgid "Table Creation Wizard"
|
1323 |
#: templates/admin/settings/settings.inc.php:51
|
1324 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:15
|
1325 |
#, fuzzy
|
|
|
1326 |
msgid "Separate DB connection"
|
1327 |
msgstr "Connexion MySQL séparée"
|
1328 |
|
1441 |
|
1442 |
#: templates/admin/settings/tabs/color_and_font_settings.php:231
|
1443 |
#, fuzzy
|
|
|
1444 |
msgid "Table borders"
|
1445 |
msgstr "Outils de tableau"
|
1446 |
|
1450 |
|
1451 |
#: templates/admin/settings/tabs/color_and_font_settings.php:243
|
1452 |
#, fuzzy
|
|
|
1453 |
msgid "Header border"
|
1454 |
msgstr "Bordure intérieure"
|
1455 |
|
1610 |
|
1611 |
#: templates/admin/settings/tabs/color_and_font_settings.php:649
|
1612 |
#, fuzzy
|
|
|
1613 |
msgid "This color is used for the background of the pagination"
|
1614 |
msgstr "Cette couleur est utilisée pour le fond des boutons."
|
1615 |
|
1620 |
|
1621 |
#: templates/admin/settings/tabs/color_and_font_settings.php:669
|
1622 |
#, fuzzy
|
|
|
1623 |
msgid "This color is used for the color of the links in the pagination."
|
1624 |
msgstr ""
|
1625 |
"Cette couleur est utilisée pour la bordure extérieure du corps entier du "
|
1627 |
|
1628 |
#: templates/admin/settings/tabs/color_and_font_settings.php:687
|
1629 |
#, fuzzy
|
|
|
1630 |
msgid "Current page background color"
|
1631 |
msgstr "Couleur d'arrière-plan du tracé"
|
1632 |
|
1633 |
#: templates/admin/settings/tabs/color_and_font_settings.php:689
|
1634 |
#, fuzzy
|
|
|
1635 |
msgid "The color is used for background of the current page"
|
1636 |
msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
|
1637 |
|
1638 |
#: templates/admin/settings/tabs/color_and_font_settings.php:706
|
1639 |
#, fuzzy
|
|
|
1640 |
msgid "Current page color"
|
1641 |
msgstr "Définir la couleur de la cellule"
|
1642 |
|
1643 |
#: templates/admin/settings/tabs/color_and_font_settings.php:708
|
1644 |
#, fuzzy
|
|
|
1645 |
msgid "This color is used for the color of the current page."
|
1646 |
msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
|
1647 |
|
1648 |
#: templates/admin/settings/tabs/color_and_font_settings.php:726
|
1649 |
#, fuzzy
|
|
|
1650 |
msgid "Other pages hover background color"
|
1651 |
msgstr "Couleur d'arrière-plan du tracé"
|
1652 |
|
1653 |
#: templates/admin/settings/tabs/color_and_font_settings.php:728
|
1654 |
#, fuzzy
|
|
|
|
|
|
|
1655 |
msgid ""
|
1656 |
"This background color is used when you hover the mouse above the other pages"
|
1657 |
msgstr ""
|
1660 |
|
1661 |
#: templates/admin/settings/tabs/color_and_font_settings.php:745
|
1662 |
#, fuzzy
|
|
|
1663 |
msgid "Other pages hover color"
|
1664 |
msgstr "Couleur active et en survol\t"
|
1665 |
|
1666 |
#: templates/admin/settings/tabs/color_and_font_settings.php:747
|
1667 |
#, fuzzy
|
|
|
|
|
|
|
1668 |
msgid "This color is used when you hover the mouse above the other pages."
|
1669 |
msgstr ""
|
1670 |
"Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
|
1921 |
"Entrez un libellé qui sera utilisé pour les fonctions Maximum. Si vous le "
|
1922 |
"laissez vide, le libellé par défaut sera Max ="
|
1923 |
|
1924 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1925 |
#, fuzzy
|
|
|
1926 |
msgid "Include full bootstrap front-end"
|
1927 |
msgstr "Inclure bootstrap"
|
1928 |
|
1929 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:362
|
1930 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:374
|
1931 |
msgid ""
|
1932 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
1933 |
"in one of the theme files. Unchecked option means that there is still "
|
1934 |
"bootstrap.js included just in noconflict mode which should prevent errors."
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:372
|
1938 |
#, fuzzy
|
|
|
1939 |
msgid "Include full bootstrap back-end"
|
1940 |
msgstr "Inclure bootstrap"
|
1941 |
|
1942 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:387
|
1943 |
#: templates/settings.inc.php:32
|
1944 |
#, fuzzy
|
|
|
1945 |
msgid "Show plugin credentials below tables"
|
1946 |
msgstr "Afficher le bloc d'informations sous le tableau"
|
1947 |
|
1948 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:389
|
1949 |
#: templates/settings.inc.php:32
|
1950 |
msgid ""
|
1951 |
"If you want to support our project, please, keep this checkbox as checked"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:399
|
1955 |
+
msgid "Prevent deleting tables in database"
|
1956 |
+
msgstr ""
|
1957 |
+
|
1958 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:401
|
1959 |
+
msgid ""
|
1960 |
+
"It is recommended to leave this optiosn as checked if you what to keep your "
|
1961 |
+
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
1962 |
+
"this option, it will be deleted all tables in database after deleting plugin"
|
1963 |
+
msgstr ""
|
1964 |
+
|
1965 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:17
|
1966 |
msgid ""
|
1967 |
"If this checkbox is checked, you have option to add more than one separate "
|
1970 |
|
1971 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:21
|
1972 |
#, fuzzy
|
|
|
1973 |
msgid "Use separate connection"
|
1974 |
msgstr "Utilisez une connexion MySQL séparée"
|
1975 |
|
2415 |
|
2416 |
#: templates/admin/table-settings/column_settings_panel.inc.php:545
|
2417 |
#, fuzzy
|
|
|
2418 |
msgid "Number of possible values to load"
|
2419 |
msgstr "Valeurs possibles pour la colonne"
|
2420 |
|
2781 |
|
2782 |
#: templates/admin/table-settings/column_small_block.inc.php:13
|
2783 |
#, fuzzy
|
|
|
2784 |
msgid "Enable/disable editing"
|
2785 |
msgstr "Activer ou désactiver l'info-bulle"
|
2786 |
|
2787 |
#: templates/admin/table-settings/column_small_block.inc.php:15
|
2788 |
#, fuzzy
|
|
|
2789 |
msgid "Show/hide filters"
|
2790 |
msgstr "Afficher/masquer sur mobile"
|
2791 |
|
2792 |
#: templates/admin/table-settings/column_small_block.inc.php:17
|
2793 |
#, fuzzy
|
|
|
2794 |
msgid "Show/hide sorting"
|
2795 |
msgstr "Afficher/masquer sur mobile"
|
2796 |
|
3588 |
|
3589 |
#: templates/admin/table-settings/table_settings_block.inc.php:835
|
3590 |
#, fuzzy
|
|
|
3591 |
msgid "Editors"
|
3592 |
msgstr "Rôles de l'éditeur"
|
3593 |
|
3736 |
|
3737 |
#: templates/browse.inc.php:8
|
3738 |
#, fuzzy
|
|
|
3739 |
msgid "Add new"
|
3740 |
msgstr "Ajouter un nouveau"
|
3741 |
|
3742 |
#: templates/browse.inc.php:39 templates/browse.inc.php:101
|
3743 |
#: templates/browse_charts.inc.php:28
|
3744 |
#, fuzzy
|
|
|
3745 |
msgid "Are you sure"
|
3746 |
msgstr "Êtes-vous sûr?"
|
3747 |
|
3755 |
|
3756 |
#: templates/browse_charts.inc.php:9
|
3757 |
#, fuzzy
|
|
|
3758 |
msgid "Add new chart"
|
3759 |
msgstr "Graphique en ligne"
|
3760 |
|
3761 |
#: templates/chart_wizard.inc.php:17
|
3762 |
#, fuzzy
|
|
|
3763 |
msgid "wpDataTables Chart Wizard"
|
3764 |
msgstr "Nouveau graphique wpDataTable"
|
3765 |
|
3768 |
#: templates/settings.inc.php:24 templates/settings.inc.php:202
|
3769 |
#: templates/settings.inc.php:444
|
3770 |
#, fuzzy
|
|
|
3771 |
msgid "Click to toggle"
|
3772 |
msgstr "Cliquez pour copier le shortcode"
|
3773 |
|
3774 |
#: templates/chart_wizard.inc.php:44
|
3775 |
#, fuzzy
|
|
|
3776 |
msgid "Formatting"
|
3777 |
msgstr "Tri"
|
3778 |
|
3779 |
#: templates/chart_wizard.inc.php:59
|
3780 |
#, fuzzy
|
|
|
3781 |
msgid "Chart title, rendering engine and type"
|
3782 |
msgstr "Moteur de rendu de graphique"
|
3783 |
|
3784 |
#: templates/chart_wizard.inc.php:66
|
3785 |
#, fuzzy
|
|
|
|
|
3786 |
msgid "What is the title of the chart that you will use to identify it?"
|
3787 |
msgstr ""
|
3788 |
"Veuillez définir le titre du graphique que vous utiliserez pour l'identifier"
|
3811 |
|
3812 |
#: templates/constructor.inc.php:15
|
3813 |
#, fuzzy
|
|
|
3814 |
msgid "wpDataTable constructor"
|
3815 |
msgstr "wpDataTables"
|
3816 |
|
3824 |
|
3825 |
#: templates/edit_table.inc.php:32
|
3826 |
#, fuzzy
|
|
|
3827 |
msgid "Data source and main settings"
|
3828 |
msgstr "Paramètres de couleur et de police"
|
3829 |
|
3833 |
|
3834 |
#: templates/edit_table.inc.php:62
|
3835 |
#, fuzzy
|
|
|
|
|
3836 |
msgid "If you want to display a header above your table, enter it here"
|
3837 |
msgstr ""
|
3838 |
"Si vous souhaitez redéfinir les étiquettes et les couleurs des séries, vous "
|
3840 |
|
3841 |
#: templates/edit_table.inc.php:71
|
3842 |
#, fuzzy
|
|
|
3843 |
msgid "Uncheck if you do not want to show the table title on the page"
|
3844 |
msgstr "Voulez-vous afficher le titre du graphique sur la page"
|
3845 |
|
3846 |
#: templates/edit_table.inc.php:77
|
3847 |
#, fuzzy
|
|
|
3848 |
msgid "Table type"
|
3849 |
msgstr "Titre du tableau"
|
3850 |
|
3851 |
#: templates/edit_table.inc.php:81
|
3852 |
#, fuzzy
|
|
|
3853 |
msgid "Select a table type..."
|
3854 |
msgstr "Sélectionnez un type de source de données"
|
3855 |
|
3865 |
|
3866 |
#: templates/edit_table.inc.php:102
|
3867 |
#, fuzzy
|
|
|
3868 |
msgid "Go to editor"
|
3869 |
msgstr "Editeur HTML"
|
3870 |
|
3871 |
#: templates/edit_table.inc.php:103
|
3872 |
#, fuzzy
|
|
|
3873 |
msgid "Go to Excel-like editor"
|
3874 |
msgstr "Modifier dans un éditeur de type Excel"
|
3875 |
|
3887 |
|
3888 |
#: templates/edit_table.inc.php:116
|
3889 |
#, fuzzy
|
|
|
|
|
|
|
|
|
|
|
3890 |
msgid ""
|
3891 |
"Enter the text of your MySQL query here. You can use a number of "
|
3892 |
"placeholders to make the dataset in the table flexible and be able to return "
|
3904 |
|
3905 |
#: templates/edit_table.inc.php:121
|
3906 |
#, fuzzy
|
|
|
3907 |
msgid "Placeholder"
|
3908 |
msgstr "Espaces réservés"
|
3909 |
|
3913 |
|
3914 |
#: templates/edit_table.inc.php:123
|
3915 |
#, fuzzy
|
|
|
3916 |
msgid "Define default for table generation"
|
3917 |
msgstr "Par défaut pour la génération de table"
|
3918 |
|
3956 |
|
3957 |
#: templates/edit_table.inc.php:170
|
3958 |
#, fuzzy
|
|
|
3959 |
msgid "Input file or URL"
|
3960 |
msgstr "Chemin d'accès du fichier d'entrée ou URL"
|
3961 |
|
3985 |
|
3986 |
#: templates/edit_table.inc.php:186
|
3987 |
#, fuzzy
|
|
|
3988 |
msgid "Make table editable from the front-end"
|
3989 |
msgstr "Autoriser l'édition du tableau à partir du front-end."
|
3990 |
|
3991 |
#: templates/edit_table.inc.php:186
|
3992 |
#, fuzzy
|
|
|
|
|
|
|
3993 |
msgid ""
|
3994 |
"Works only for MySQL-based tables with server-side processing, and can only "
|
3995 |
"update one table on MySQL side"
|
4005 |
|
4006 |
#: templates/edit_table.inc.php:198
|
4007 |
#, fuzzy
|
|
|
|
|
4008 |
msgid "Name of the MySQL table which will be used for updates from front-end"
|
4009 |
msgstr ""
|
4010 |
"Nom de la table MySQL qui sera mis à jour lors de l'édition du front-end."
|
4016 |
|
4017 |
#: templates/edit_table.inc.php:210
|
4018 |
#, fuzzy
|
|
|
4019 |
msgid "Please choose an ID column for editing..."
|
4020 |
msgstr "Colonne d'identification pour l'édition"
|
4021 |
|
4022 |
#: templates/edit_table.inc.php:217
|
4023 |
#, fuzzy
|
|
|
|
|
|
|
|
|
|
|
4024 |
msgid ""
|
4025 |
"Please choose a column, values from which will be used as row unique "
|
4026 |
"identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
|
4039 |
|
4040 |
#: templates/edit_table.inc.php:223
|
4041 |
#, fuzzy
|
|
|
4042 |
msgid "Inline editing"
|
4043 |
msgstr "Édition en ligne"
|
4044 |
|
4045 |
#: templates/edit_table.inc.php:227
|
4046 |
#, fuzzy
|
|
|
|
|
|
|
4047 |
msgid ""
|
4048 |
"Check this checkbox if you would like to be able to edit the table data "
|
4049 |
"inline, by double-clicking a cell, not only in a modal dialog"
|
4054 |
|
4055 |
#: templates/edit_table.inc.php:236
|
4056 |
#, fuzzy
|
|
|
|
|
|
|
|
|
4057 |
msgid ""
|
4058 |
"Check this checkbox if you would like to get the New, Edit and Delete "
|
4059 |
"buttons in a popover on click on a table row, instead of in TableTools block "
|
4065 |
|
4066 |
#: templates/edit_table.inc.php:241
|
4067 |
#, fuzzy
|
|
|
4068 |
msgid "Users see and edit only their data"
|
4069 |
msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
|
4070 |
|
4071 |
#: templates/edit_table.inc.php:245
|
4072 |
#, fuzzy
|
|
|
4073 |
msgid "Limit editing to user's own data only"
|
4074 |
msgstr "Limiter l'édition à vos propres données uniquement"
|
4075 |
|
4081 |
|
4082 |
#: templates/edit_table.inc.php:257
|
4083 |
#, fuzzy
|
|
|
4084 |
msgid "Please choose a user ID column..."
|
4085 |
msgstr "Veuillez choisir une plage de lignes."
|
4086 |
|
4087 |
#: templates/edit_table.inc.php:271
|
4088 |
#, fuzzy
|
|
|
4089 |
msgid "Choose roles"
|
4090 |
msgstr "Choisir le fichier"
|
4091 |
|
4092 |
#: templates/edit_table.inc.php:272
|
4093 |
#, fuzzy
|
|
|
|
|
|
|
4094 |
msgid ""
|
4095 |
"Roles which are allowed to edit the table (leave blank to alllow editing for "
|
4096 |
"everyone)"
|
4101 |
|
4102 |
#: templates/edit_table.inc.php:277
|
4103 |
#, fuzzy
|
|
|
4104 |
msgid "Additional settings"
|
4105 |
msgstr "Réglages principaux"
|
4106 |
|
4111 |
|
4112 |
#: templates/edit_table.inc.php:296
|
4113 |
#, fuzzy
|
|
|
4114 |
msgid ""
|
4115 |
"Auto-refresh interval in seconds for tables with server-side processing. "
|
4116 |
"Leave blank or zero to disable auto-refresh."
|
4120 |
|
4121 |
#: templates/edit_table.inc.php:301
|
4122 |
#, fuzzy
|
|
|
4123 |
msgid "Responsive"
|
4124 |
msgstr "Réactivité"
|
4125 |
|
4131 |
|
4132 |
#: templates/edit_table.inc.php:311
|
4133 |
#, fuzzy
|
|
|
4134 |
msgid "Scrollable"
|
4135 |
msgstr "Tableau à barre de défilement horizontale"
|
4136 |
|
4141 |
|
4142 |
#: templates/edit_table.inc.php:320
|
4143 |
#, fuzzy
|
|
|
4144 |
msgid "Hide table until page is completely loaded"
|
4145 |
msgstr "Cacher la table avant qu'elle ne soit complètement chargée"
|
4146 |
|
4152 |
|
4153 |
#: templates/edit_table.inc.php:329
|
4154 |
#, fuzzy
|
|
|
4155 |
msgid "Advanced filtering"
|
4156 |
msgstr "Filtre avancé"
|
4157 |
|
4162 |
|
4163 |
#: templates/edit_table.inc.php:345
|
4164 |
#, fuzzy
|
|
|
|
|
|
|
4165 |
msgid ""
|
4166 |
"Check this checkbox if you would like to have the advanced filter in a form"
|
4167 |
msgstr ""
|
4180 |
|
4181 |
#: templates/edit_table.inc.php:363
|
4182 |
#, fuzzy
|
|
|
4183 |
msgid "Show column visibility button"
|
4184 |
msgstr "Visibilité des colonnes"
|
4185 |
|
4186 |
#: templates/edit_table.inc.php:364
|
4187 |
#, fuzzy
|
|
|
4188 |
msgid "Show print button"
|
4189 |
msgstr "Afficher le lien sous forme de bouton"
|
4190 |
|
4191 |
#: templates/edit_table.inc.php:365
|
4192 |
#, fuzzy
|
|
|
4193 |
msgid "Show copy to clipboard button"
|
4194 |
msgstr "Afficher le lien sous forme de bouton"
|
4195 |
|
4196 |
#: templates/edit_table.inc.php:366
|
4197 |
#, fuzzy
|
|
|
4198 |
msgid "Show Excel export button"
|
4199 |
msgstr "Afficher le bouton effacer les filtres"
|
4200 |
|
4201 |
#: templates/edit_table.inc.php:367
|
4202 |
#, fuzzy
|
|
|
4203 |
msgid "Show CSV export button"
|
4204 |
msgstr "Afficher le bouton effacer les filtres"
|
4205 |
|
4206 |
#: templates/edit_table.inc.php:368
|
4207 |
#, fuzzy
|
|
|
4208 |
msgid "Show PDF export button"
|
4209 |
msgstr "Afficher le bouton effacer les filtres"
|
4210 |
|
4211 |
#: templates/edit_table.inc.php:374
|
4212 |
#, fuzzy
|
|
|
4213 |
msgid "Enable sorting"
|
4214 |
msgstr "Activer le flottement"
|
4215 |
|
4216 |
#: templates/edit_table.inc.php:378
|
4217 |
#, fuzzy
|
|
|
4218 |
msgid ""
|
4219 |
"Check this checkbox if you would like to have sorting feature in your table"
|
4220 |
msgstr "Ajoutez les conditions que vous souhaitez avoir dans le tableau."
|
4221 |
|
4222 |
#: templates/edit_table.inc.php:383
|
4223 |
#, fuzzy
|
|
|
4224 |
msgid "Limit table layout"
|
4225 |
msgstr "Largeur de tableau limite"
|
4226 |
|
4239 |
|
4240 |
#: templates/edit_table.inc.php:401
|
4241 |
#, fuzzy
|
|
|
4242 |
msgid "Display length"
|
4243 |
msgstr "Valeur d'affichage"
|
4244 |
|
4245 |
#: templates/edit_table.inc.php:405 templates/edit_table.inc.php:406
|
4246 |
#: templates/edit_table.inc.php:407 templates/edit_table.inc.php:408
|
4247 |
#, fuzzy
|
|
|
4248 |
msgid "entries"
|
4249 |
msgstr "Séries"
|
4250 |
|
4255 |
|
4256 |
#: templates/edit_table.inc.php:433
|
4257 |
#, fuzzy
|
|
|
4258 |
msgid "Optional column setup"
|
4259 |
msgstr "Ouvrir les paramètres de colonne "
|
4260 |
|
4264 |
|
4265 |
#: templates/edit_table.inc.php:437 templates/edit_table.inc.php:460
|
4266 |
#, fuzzy
|
|
|
4267 |
msgid "Add formula..."
|
4268 |
msgstr "Ajouter une colonne de formule"
|
4269 |
|
4275 |
|
4276 |
#: templates/edit_table.inc.php:449
|
4277 |
#, fuzzy
|
|
|
4278 |
msgid "Warning"
|
4279 |
msgstr "Fonction panoramique"
|
4280 |
|
4286 |
|
4287 |
#: templates/edit_table.inc.php:484
|
4288 |
#, fuzzy
|
|
|
4289 |
msgid "Merge values"
|
4290 |
msgstr "Fusionner les valeurs?"
|
4291 |
|
4295 |
|
4296 |
#: templates/edit_table.inc.php:486
|
4297 |
#, fuzzy
|
|
|
|
|
|
|
4298 |
msgid "Do you want to merge new values with existing?"
|
4299 |
msgstr ""
|
4300 |
"Il existe déjà des valeurs possibles définies. Voulez-vous fusionner ou "
|
4310 |
|
4311 |
#: templates/edit_table.inc.php:547
|
4312 |
#, fuzzy
|
|
|
4313 |
msgid "Create from column values"
|
4314 |
msgstr "Liste complète des colonnes"
|
4315 |
|
4316 |
#: templates/edit_table.inc.php:548
|
4317 |
#, fuzzy
|
|
|
4318 |
msgid "Clear values"
|
4319 |
msgstr "Fusionner les valeurs?"
|
4320 |
|
4321 |
#: templates/edit_table.inc.php:558
|
4322 |
#, fuzzy
|
|
|
4323 |
msgid "Default value(s)"
|
4324 |
msgstr "Valeur(s) prédéfinie(s)"
|
4325 |
|
4331 |
|
4332 |
#: templates/edit_table.inc.php:594
|
4333 |
#, fuzzy
|
|
|
4334 |
msgid "Formula for calculation:"
|
4335 |
msgstr "Formule de calcul"
|
4336 |
|
4337 |
#: templates/edit_table.inc.php:595
|
4338 |
#, fuzzy
|
|
|
4339 |
msgid "Formula constructor"
|
4340 |
msgstr "Éditeur de formule"
|
4341 |
|
4342 |
#: templates/edit_table.inc.php:603
|
4343 |
#, fuzzy
|
|
|
4344 |
msgid "Editor input type:"
|
4345 |
msgstr "Type d'entrée de l'éditeur"
|
4346 |
|
4347 |
#: templates/edit_table.inc.php:613
|
4348 |
#, fuzzy
|
|
|
4349 |
msgid "Cannot be empty:"
|
4350 |
msgstr "Ne peux pas être vide"
|
4351 |
|
4352 |
#: templates/edit_table.inc.php:658
|
4353 |
#, fuzzy
|
|
|
4354 |
msgid "Default sort column"
|
4355 |
msgstr "Utiliser comme colonne de tri par défaut"
|
4356 |
|
4357 |
#: templates/edit_table.inc.php:672
|
4358 |
#, fuzzy
|
|
|
4359 |
msgid "Show a total for this column in footer"
|
4360 |
msgstr "Calculer un total pour cette colonne"
|
4361 |
|
4372 |
|
4373 |
#: templates/edit_table.inc.php:714
|
4374 |
#, fuzzy
|
|
|
4375 |
msgid "Display text before"
|
4376 |
msgstr "En-tête affiché"
|
4377 |
|
4378 |
#: templates/edit_table.inc.php:722
|
4379 |
#, fuzzy
|
|
|
4380 |
msgid "Display text after"
|
4381 |
msgstr "En-tête affiché"
|
4382 |
|
4393 |
|
4394 |
#: templates/edit_table.inc.php:756
|
4395 |
#, fuzzy
|
|
|
4396 |
msgid "Define rules"
|
4397 |
msgstr "Définir la liste de valeurs"
|
4398 |
|
4399 |
#: templates/edit_table.inc.php:802
|
4400 |
#, fuzzy
|
|
|
4401 |
msgid "Table saved!"
|
4402 |
msgstr "Vue tableau"
|
4403 |
|
4412 |
|
4413 |
#: templates/settings.inc.php:13
|
4414 |
#, fuzzy
|
|
|
4415 |
msgid "wpDataTables settings"
|
4416 |
msgstr "wpDataCharts parcourir"
|
4417 |
|
4429 |
|
4430 |
#: templates/settings.inc.php:56
|
4431 |
#, fuzzy
|
|
|
4432 |
msgid "Pick the language which will be used in tables interface"
|
4433 |
msgstr "Choisissez la langue qui sera utilisée dans l'interface des tableaux."
|
4434 |
|
4435 |
#: templates/settings.inc.php:69
|
4436 |
#, fuzzy
|
|
|
4437 |
msgid "How many tables to show in the browse page"
|
4438 |
msgstr "Combien de tableaux afficher dans la page de navigation."
|
4439 |
|
4443 |
|
4444 |
#: templates/settings.inc.php:81
|
4445 |
#, fuzzy
|
|
|
4446 |
msgid "Choose the base skin for the plugin"
|
4447 |
msgstr "Choisissez le skin de base pour l'extension."
|
4448 |
|
4449 |
#: templates/settings.inc.php:93
|
4450 |
#, fuzzy
|
|
|
|
|
|
|
4451 |
msgid ""
|
4452 |
"Choose where you would like to render the advanced filter for tables where "
|
4453 |
"enabled"
|
4457 |
|
4458 |
#: templates/settings.inc.php:114
|
4459 |
#, fuzzy
|
|
|
4460 |
msgid "Pick the date format to use in date column type"
|
4461 |
msgstr ""
|
4462 |
"Choisissez le format de date à utiliser dans le type de colonne de date."
|
4463 |
|
4464 |
#: templates/settings.inc.php:126
|
4465 |
#, fuzzy
|
|
|
4466 |
msgid "Pick the time format to use in datetime and time column type"
|
4467 |
msgstr ""
|
4468 |
"Choisissez le format de l'heure à utiliser dans le type de colonne datetime "
|
4470 |
|
4471 |
#: templates/settings.inc.php:147
|
4472 |
#, fuzzy
|
|
|
4473 |
msgid "Define the amount of decimal places for the float numbers"
|
4474 |
msgstr ""
|
4475 |
"Définissez la quantité de la place de décimales pour les nombres à virgules."
|
4484 |
|
4485 |
#: templates/settings.inc.php:161
|
4486 |
#, fuzzy
|
|
|
4487 |
msgid "Align numbers to the right"
|
4488 |
msgstr "Aligner les nombres"
|
4489 |
|
4495 |
|
4496 |
#: templates/settings.inc.php:185
|
4497 |
#, fuzzy
|
|
|
4498 |
msgid "Here you can specify width (in pixels) will be treated as a mobile."
|
4499 |
msgstr ""
|
4500 |
"Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
|
4511 |
|
4512 |
#: templates/settings.inc.php:212
|
4513 |
#, fuzzy
|
|
|
4514 |
msgid "Table font color"
|
4515 |
msgstr "Couleur de la police du titre"
|
4516 |
|
4517 |
#: templates/settings.inc.php:216
|
4518 |
#, fuzzy
|
|
|
4519 |
msgid "This color is used for the main font in table cells"
|
4520 |
msgstr ""
|
4521 |
"Cette couleur est utilisée pour la police principale dans les cellules du "
|
4523 |
|
4524 |
#: templates/settings.inc.php:221
|
4525 |
#, fuzzy
|
|
|
4526 |
msgid "Header background color"
|
4527 |
msgstr "Couleur d'arrière-plan du tracé"
|
4528 |
|
4529 |
#: templates/settings.inc.php:225
|
4530 |
#, fuzzy
|
|
|
4531 |
msgid "The color is used for background of the table header"
|
4532 |
msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
|
4533 |
|
4534 |
#: templates/settings.inc.php:230
|
4535 |
#, fuzzy
|
|
|
4536 |
msgid "Header border color"
|
4537 |
msgstr "Couleur de la bordure du tracé"
|
4538 |
|
4539 |
#: templates/settings.inc.php:234
|
4540 |
#, fuzzy
|
|
|
4541 |
msgid "This color is used for the border in the table header"
|
4542 |
msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
|
4543 |
|
4544 |
#: templates/settings.inc.php:239
|
4545 |
#, fuzzy
|
|
|
4546 |
msgid "Header font color"
|
4547 |
msgstr "Couleur de la police de survol"
|
4548 |
|
4549 |
#: templates/settings.inc.php:243
|
4550 |
#, fuzzy
|
|
|
4551 |
msgid "This color is used for the font in the table header"
|
4552 |
msgstr "Cette couleur est utilisée pour la police dans l'en-tête du tableau."
|
4553 |
|
4554 |
#: templates/settings.inc.php:248
|
4555 |
#, fuzzy
|
|
|
4556 |
msgid "Header active and hover color"
|
4557 |
msgstr "Couleur active et en survol\t"
|
4558 |
|
4559 |
#: templates/settings.inc.php:252
|
4560 |
#, fuzzy
|
|
|
|
|
|
|
4561 |
msgid ""
|
4562 |
"This color is used when you hover the mouse above the table header, or when "
|
4563 |
"you choose a column"
|
4567 |
|
4568 |
#: templates/settings.inc.php:257
|
4569 |
#, fuzzy
|
|
|
4570 |
msgid "Table inner border color"
|
4571 |
msgstr "Couleur de la bordure du tracé"
|
4572 |
|
4573 |
#: templates/settings.inc.php:261
|
4574 |
#, fuzzy
|
|
|
4575 |
msgid "This color is used for the inner border in the table between cells"
|
4576 |
msgstr ""
|
4577 |
"Cette couleur est utilisée pour la bordure intérieure du tableau entre les "
|
4579 |
|
4580 |
#: templates/settings.inc.php:266
|
4581 |
#, fuzzy
|
|
|
4582 |
msgid "Table outer border color"
|
4583 |
msgstr "Couleur de la bordure du tracé"
|
4584 |
|
4585 |
#: templates/settings.inc.php:270
|
4586 |
#, fuzzy
|
|
|
4587 |
msgid "This color is used for the outer border of the whole table body"
|
4588 |
msgstr ""
|
4589 |
"Cette couleur est utilisée pour la bordure extérieure du corps entier du "
|
4591 |
|
4592 |
#: templates/settings.inc.php:275
|
4593 |
#, fuzzy
|
|
|
4594 |
msgid "Even row background color"
|
4595 |
msgstr "Fond ligne paire"
|
4596 |
|
4597 |
#: templates/settings.inc.php:279
|
4598 |
#, fuzzy
|
|
|
4599 |
msgid "This color is used for for background in even rows"
|
4600 |
msgstr "Cette couleur est utilisée pour le fond dans les lignes paires."
|
4601 |
|
4602 |
#: templates/settings.inc.php:284
|
4603 |
#, fuzzy
|
|
|
4604 |
msgid "Odd row background color"
|
4605 |
msgstr "Fond ligne impaire"
|
4606 |
|
4607 |
#: templates/settings.inc.php:288
|
4608 |
#, fuzzy
|
|
|
4609 |
msgid "This color is used for for background in odd rows"
|
4610 |
msgstr "Cette couleur est utilisée pour le fond dans les lignes impaires."
|
4611 |
|
4612 |
#: templates/settings.inc.php:293
|
4613 |
#, fuzzy
|
|
|
4614 |
msgid "Hover row color"
|
4615 |
msgstr "Couleur de la police de survol"
|
4616 |
|
4617 |
#: templates/settings.inc.php:297
|
4618 |
#, fuzzy
|
|
|
|
|
|
|
4619 |
msgid ""
|
4620 |
"This color is used for to highlight the row when you hover your mouse above "
|
4621 |
"it"
|
4625 |
|
4626 |
#: templates/settings.inc.php:302
|
4627 |
#, fuzzy
|
|
|
4628 |
msgid "Cell color in active (sorted) columns for even rows"
|
4629 |
msgstr "Colonnes triées, lignes paires"
|
4630 |
|
4631 |
#: templates/settings.inc.php:306
|
4632 |
#, fuzzy
|
|
|
|
|
|
|
4633 |
msgid ""
|
4634 |
"This color is used for background in cells which are in the active columns "
|
4635 |
"(columns used for sorting) in even rows"
|
4643 |
|
4644 |
#: templates/settings.inc.php:315
|
4645 |
#, fuzzy
|
|
|
|
|
|
|
4646 |
msgid ""
|
4647 |
"This color is used for background in cells which are in the active columns "
|
4648 |
"(columns used for sorting) in odd rows"
|
4652 |
|
4653 |
#: templates/settings.inc.php:320
|
4654 |
#, fuzzy
|
|
|
4655 |
msgid "Backround color for selected rows"
|
4656 |
msgstr "Fond pour les lignes sélectionnées"
|
4657 |
|
4658 |
#: templates/settings.inc.php:324
|
4659 |
#, fuzzy
|
|
|
4660 |
msgid "This color is used for background in selected rows"
|
4661 |
msgstr "Cette couleur est utilisée pour le fond des lignes sélectionnées."
|
4662 |
|
4663 |
#: templates/settings.inc.php:329
|
4664 |
#, fuzzy
|
|
|
4665 |
msgid "Buttons background color"
|
4666 |
msgstr "Couleur d'arrière-plan du tracé"
|
4667 |
|
4668 |
#: templates/settings.inc.php:333
|
4669 |
#, fuzzy
|
|
|
4670 |
msgid "This color is used for background in buttons"
|
4671 |
msgstr "Cette couleur est utilisée pour le fond des boutons."
|
4672 |
|
4673 |
#: templates/settings.inc.php:338
|
4674 |
#, fuzzy
|
|
|
4675 |
msgid "Buttons border color"
|
4676 |
msgstr "Couleur de survol de bordure de boutons"
|
4677 |
|
4678 |
#: templates/settings.inc.php:342
|
4679 |
#, fuzzy
|
|
|
4680 |
msgid "This color is used for border in buttons"
|
4681 |
msgstr "Cette couleur est utilisée pour la bordure dans les boutons."
|
4682 |
|
4683 |
#: templates/settings.inc.php:347
|
4684 |
#, fuzzy
|
|
|
4685 |
msgid "Buttons font color"
|
4686 |
msgstr "Bouton couleur"
|
4687 |
|
4688 |
#: templates/settings.inc.php:351
|
4689 |
#, fuzzy
|
|
|
4690 |
msgid "This color is used for font in buttons"
|
4691 |
msgstr "Cette couleur est utilisée pour la police dans les boutons."
|
4692 |
|
4693 |
#: templates/settings.inc.php:356
|
4694 |
#, fuzzy
|
|
|
4695 |
msgid "Buttons background hover color"
|
4696 |
msgstr "Couleur fond de survol"
|
4697 |
|
4698 |
#: templates/settings.inc.php:360
|
4699 |
#, fuzzy
|
|
|
|
|
4700 |
msgid ""
|
4701 |
"This color will be used for button backgrounds when you hover above them"
|
4702 |
msgstr ""
|
4705 |
|
4706 |
#: templates/settings.inc.php:365
|
4707 |
#, fuzzy
|
|
|
4708 |
msgid "Buttons hover font color"
|
4709 |
msgstr "Couleur de survol de bordure de boutons"
|
4710 |
|
4711 |
#: templates/settings.inc.php:369
|
4712 |
#, fuzzy
|
|
|
4713 |
msgid "This color will be used for buttons font when you hover above them"
|
4714 |
msgstr ""
|
4715 |
"Cette couleur sera utilisée pour la police des boutons lorsque vous la "
|
4717 |
|
4718 |
#: templates/settings.inc.php:378
|
4719 |
#, fuzzy
|
|
|
|
|
4720 |
msgid ""
|
4721 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts"
|
4722 |
msgstr ""
|
4725 |
|
4726 |
#: templates/settings.inc.php:383
|
4727 |
#, fuzzy
|
|
|
4728 |
msgid "Modals background color"
|
4729 |
msgstr "Fond de modaux"
|
4730 |
|
4731 |
#: templates/settings.inc.php:387
|
4732 |
#, fuzzy
|
|
|
|
|
|
|
4733 |
msgid ""
|
4734 |
"This color will be used for wpDataTable popup (filter, datepicker) background"
|
4735 |
msgstr ""
|
4738 |
|
4739 |
#: templates/settings.inc.php:392
|
4740 |
#, fuzzy
|
|
|
4741 |
msgid "Overlay background color"
|
4742 |
msgstr "Fond de superposition"
|
4743 |
|
4744 |
#: templates/settings.inc.php:396
|
4745 |
#, fuzzy
|
|
|
|
|
4746 |
msgid ""
|
4747 |
"This color will be used for overlay which appears below the plugin popups"
|
4748 |
msgstr ""
|
4751 |
|
4752 |
#: templates/settings.inc.php:405
|
4753 |
#, fuzzy
|
|
|
|
|
4754 |
msgid "This color will be used for button borders when you hover above them"
|
4755 |
msgstr ""
|
4756 |
"Cette couleur sera utilisée pour les bordures des boutons lorsque vous les "
|
4758 |
|
4759 |
#: templates/settings.inc.php:419
|
4760 |
#, fuzzy
|
|
|
4761 |
msgid "Table font"
|
4762 |
msgstr "Nom du tableau"
|
4763 |
|
4764 |
#: templates/settings.inc.php:458
|
4765 |
#, fuzzy
|
|
|
|
|
|
|
4766 |
msgid ""
|
4767 |
"This JS will be inserted as an inline script block on every page that has a "
|
4768 |
"wpDataTable"
|
4772 |
|
4773 |
#: templates/settings.inc.php:467
|
4774 |
#, fuzzy
|
|
|
|
|
|
|
4775 |
msgid ""
|
4776 |
"This CSS will be inserted as an inline style block on every page that has a "
|
4777 |
"wpDataTable"
|
4781 |
|
4782 |
#: templates/settings.inc.php:472
|
4783 |
#, fuzzy
|
|
|
4784 |
msgid "Use minified wpDataTables Javascript"
|
4785 |
msgstr "Utiliser le Javascript wpDataTables minifié"
|
4786 |
|
4804 |
|
4805 |
#: templates/settings.inc.php:625
|
4806 |
#, fuzzy
|
|
|
4807 |
msgid "Settings saved successfully"
|
4808 |
msgstr "Paramètres de l'extension enregistrés avec succès"
|
4809 |
|
4811 |
msgid "There was a problem saving your settings"
|
4812 |
msgstr ""
|
4813 |
|
4814 |
+
#~ msgid "Purchase code"
|
4815 |
+
#~ msgstr "Code d'achat"
|
4816 |
+
|
4817 |
+
#~ msgid ""
|
4818 |
+
#~ "Please enter your Envato purchase code to enable plugin auto-updates. "
|
4819 |
+
#~ "Leave blank if you do not want the plugin to auto-update."
|
4820 |
+
#~ msgstr ""
|
4821 |
+
#~ "Veuillez entrer votre code d'achat Envato pour activer les mises à jour "
|
4822 |
+
#~ "automatiques de l'extension. Laissez vide si vous ne souhaitez pas que "
|
4823 |
+
#~ "l'extension se mette à jour automatiquement."
|
4824 |
+
|
4825 |
#~ msgid "tr"
|
4826 |
#~ msgstr "tr"
|
4827 |
|
languages/nl_NL/nl_NL.mo
CHANGED
Binary file
|
languages/nl_NL/nl_NL.po
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
-
"POT-Creation-Date: 2019-
|
5 |
-
"PO-Revision-Date: 2019-
|
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
|
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
|
@@ -35,13 +36,11 @@ msgstr ""
|
|
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 |
|
@@ -53,111 +52,113 @@ msgstr ""
|
|
53 |
msgid "Addons"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: ../.././controllers/wdt_admin.php:
|
57 |
-
#: ../.././controllers/wdt_admin.php:
|
58 |
-
#: ../.././controllers/wdt_admin.php:
|
59 |
-
#: ../.././controllers/wdt_admin.php:
|
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:
|
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:
|
70 |
-
#: ../.././controllers/wdt_functions.php:
|
71 |
msgid "wpDataTable with provided ID not found!"
|
72 |
msgstr "wpDataTable met geleverde ID niet gevonden!"
|
73 |
|
74 |
-
#: ../.././controllers/wdt_functions.php:
|
75 |
msgid "Provided column is not Integer or Float column type"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: ../.././controllers/wdt_functions.php:
|
79 |
#, fuzzy
|
80 |
-
#| msgid "Choose roles"
|
81 |
msgid "Choose a table"
|
82 |
msgstr "Kies rollen"
|
83 |
|
84 |
-
#: ../.././controllers/wdt_functions.php:
|
85 |
msgid "Interactive Responsive Table"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: ../.././controllers/wdt_functions.php:
|
89 |
-
#: ../.././controllers/wdt_functions.php:
|
90 |
msgid "Content"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../.././controllers/wdt_functions.php:
|
94 |
msgid "wpDataTable"
|
95 |
msgstr "wpDataTable"
|
96 |
|
97 |
-
#: ../.././controllers/wdt_functions.php:
|
98 |
msgid "Choose the wpDataTable from a dropdown"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../.././controllers/wdt_functions.php:
|
102 |
#, fuzzy
|
103 |
-
#| msgid "Table title"
|
104 |
msgid "Table view"
|
105 |
msgstr "Tabel titel"
|
106 |
|
107 |
-
#: ../.././controllers/wdt_functions.php:
|
108 |
#, fuzzy
|
109 |
-
#| msgid "Use in wpDataTable"
|
110 |
msgid "Regular wpDataTable"
|
111 |
msgstr "Gebruik in wpDataTable"
|
112 |
|
113 |
-
#: ../.././controllers/wdt_functions.php:
|
114 |
#, fuzzy
|
115 |
-
#| msgid "Excel file"
|
116 |
msgid "Excel-like table"
|
117 |
msgstr "Excel bestand"
|
118 |
|
119 |
-
#: ../.././controllers/wdt_functions.php:
|
120 |
msgid "Variable placeholder #1"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: ../.././controllers/wdt_functions.php:
|
124 |
-
#: ../.././controllers/wdt_functions.php:
|
125 |
-
#: ../.././controllers/wdt_functions.php:
|
126 |
msgid "Variables"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../.././controllers/wdt_functions.php:
|
130 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: ../.././controllers/wdt_functions.php:
|
134 |
msgid "Variable placeholder #2"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../.././controllers/wdt_functions.php:
|
138 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: ../.././controllers/wdt_functions.php:
|
142 |
msgid "Variable placeholder #3"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: ../.././controllers/wdt_functions.php:
|
146 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: ../.././controllers/wdt_functions.php:
|
150 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: ../.././controllers/wdt_functions.php:
|
154 |
msgid "wpDataChart"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: ../.././controllers/wdt_functions.php:
|
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
|
@@ -175,9 +176,8 @@ msgid "Delete"
|
|
175 |
msgstr "Verwijderen"
|
176 |
|
177 |
#: ../.././source/class.wdtbrowsechartstable.php:188
|
178 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
179 |
#, fuzzy
|
180 |
-
#| msgid "Column chart"
|
181 |
msgid "Column Chart"
|
182 |
msgstr "Kolomgrafiek"
|
183 |
|
@@ -189,173 +189,168 @@ 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:
|
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:
|
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:
|
218 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
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:
|
226 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
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:
|
234 |
msgid "Bubble Chart"
|
235 |
msgstr ""
|
236 |
|
237 |
#: ../.././source/class.wdtbrowsechartstable.php:215
|
238 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
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:
|
263 |
#, fuzzy
|
264 |
-
#| msgid "Area chart"
|
265 |
msgid "Basic Area Chart"
|
266 |
msgstr "Omgevingsgrafiek"
|
267 |
|
268 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
269 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
270 |
#, fuzzy
|
271 |
-
#| msgid "Area chart"
|
272 |
msgid "Stacked Area Chart"
|
273 |
msgstr "Omgevingsgrafiek"
|
274 |
|
275 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
276 |
#, fuzzy
|
277 |
-
#| msgid "Bar chart"
|
278 |
msgid "Basic Bar Chart"
|
279 |
msgstr "Staafgrafiek"
|
280 |
|
281 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
282 |
#, fuzzy
|
283 |
-
#| msgid "Column chart"
|
284 |
msgid "Basic Column Chart"
|
285 |
msgstr "Kolomgrafiek"
|
286 |
|
287 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
288 |
#, fuzzy
|
289 |
-
#| msgid "Column chart"
|
290 |
msgid "Stacked Column Chart"
|
291 |
msgstr "Kolomgrafiek"
|
292 |
|
293 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
294 |
msgid "Pie With Gradient Chart"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
298 |
msgid "Scatter Plot"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
302 |
#, fuzzy
|
303 |
-
#| msgid "Column chart"
|
304 |
msgid "3D Column Chart"
|
305 |
msgstr "Kolomgrafiek"
|
306 |
|
307 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
308 |
#, fuzzy
|
309 |
-
#| msgid "Pie chart"
|
310 |
msgid "3D Pie Chart"
|
311 |
msgstr "Taartdiagram"
|
312 |
|
313 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
314 |
msgid "3D Donut Chart"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
318 |
#, fuzzy
|
319 |
-
#| msgid "Bar chart"
|
320 |
msgid "Radar Chart"
|
321 |
msgstr "Staafgrafiek"
|
322 |
|
323 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
324 |
#, fuzzy
|
325 |
-
#| msgid "Area chart"
|
326 |
msgid "Polar Area Chart"
|
327 |
msgstr "Omgevingsgrafiek"
|
328 |
|
329 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
330 |
#, fuzzy
|
331 |
-
#| msgid "Column chart"
|
332 |
msgid "Doughnut Chart"
|
333 |
msgstr "Kolomgrafiek"
|
334 |
|
335 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
336 |
msgid "Google"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
340 |
#, fuzzy
|
341 |
-
#| msgid "Pie chart"
|
342 |
msgid "Highcharts"
|
343 |
msgstr "Taartdiagram"
|
344 |
|
345 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
346 |
#, fuzzy
|
347 |
-
#| msgid "Chart hor. axis"
|
348 |
msgid "Chart.js"
|
349 |
msgstr "Grafiek hor. as"
|
350 |
|
351 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
352 |
#: ../.././source/class.wdtbrowsetable.php:272
|
353 |
msgid "Select All"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
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 |
|
@@ -367,7 +362,6 @@ msgstr "Dubbel"
|
|
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 |
|
@@ -377,7 +371,6 @@ msgstr ""
|
|
377 |
|
378 |
#: ../.././source/class.wdtbrowsetable.php:209
|
379 |
#, fuzzy
|
380 |
-
#| msgid "MySQL host"
|
381 |
msgid "MySQL"
|
382 |
msgstr "MySQL host"
|
383 |
|
@@ -390,7 +383,6 @@ msgstr ""
|
|
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 |
|
@@ -407,7 +399,6 @@ msgstr ""
|
|
407 |
|
408 |
#: ../.././source/class.wdtbrowsetable.php:224
|
409 |
#, fuzzy
|
410 |
-
#| msgid "JSON file"
|
411 |
msgid "JSON"
|
412 |
msgstr "JSON bestand"
|
413 |
|
@@ -436,89 +427,87 @@ 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:
|
444 |
msgid "One line string"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: ../.././source/class.wdttools.php:
|
448 |
msgid "Multi-line string"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: ../.././source/class.wdttools.php:
|
452 |
msgid "One-line selectbox"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: ../.././source/class.wdttools.php:
|
456 |
msgid "Multi-line selectbox"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: ../.././source/class.wdttools.php:
|
460 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:361
|
461 |
msgid "Integer"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: ../.././source/class.wdttools.php:
|
465 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:362
|
466 |
msgid "Float"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
476 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:989
|
477 |
msgid "Datetime"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
487 |
msgid "URL Link"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: ../.././source/class.wdttools.php:
|
491 |
msgid "E-mail"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: ../.././source/class.wdttools.php:
|
495 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:368
|
496 |
msgid "Image"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
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:
|
514 |
msgid "Back to date"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: ../.././source/class.wdttools.php:
|
518 |
msgid "Browse"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../.././source/class.wdttools.php:
|
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
|
@@ -536,23 +525,21 @@ msgstr ""
|
|
536 |
msgid "Cancel"
|
537 |
msgstr "Annuleren"
|
538 |
|
539 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
546 |
msgid "Use selected file"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../.././source/class.wdttools.php:
|
550 |
#, fuzzy
|
551 |
-
#| msgid "Choose roles"
|
552 |
msgid "Choose file"
|
553 |
msgstr "Kies rollen"
|
554 |
|
555 |
-
#: ../.././source/class.wdttools.php:
|
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
|
@@ -563,198 +550,192 @@ msgstr "Kies rollen"
|
|
563 |
msgid "Close"
|
564 |
msgstr "Sluiten"
|
565 |
|
566 |
-
#: ../.././source/class.wdttools.php:
|
567 |
msgid "Column has been added!"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
577 |
msgid "Please confirm column deletion!"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: ../.././source/class.wdttools.php:
|
581 |
msgid "Column has been removed!"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../.././source/class.wdttools.php:
|
585 |
msgid "Please select columns that you want to use in table"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
596 |
msgid "There was an error trying to insert a new row!"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: ../.././source/class.wdttools.php:
|
600 |
msgid "Data has been saved!"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../.././source/class.wdttools.php:
|
604 |
msgid "detach"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: ../.././source/class.wdttools.php:
|
608 |
#: ../.././templates/settings.inc.php:627
|
609 |
msgid "Error!"
|
610 |
msgstr "Fout!"
|
611 |
|
612 |
-
#: ../.././source/class.wdttools.php:
|
613 |
msgid "Please upload or choose a file from Media Library!"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: ../.././source/class.wdttools.php:
|
617 |
msgid "From"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: ../.././source/class.wdttools.php:
|
621 |
msgid "Please provide a valid e-mail address for field"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: ../.././source/class.wdttools.php:
|
625 |
msgid "Please provide a valid URL link for field"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: ../.././source/class.wdttools.php:
|
629 |
msgid "You have entered invalid value. Press ESC to cancel."
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: ../.././source/class.wdttools.php:
|
633 |
msgid "Show _MENU_ entries"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: ../.././source/class.wdttools.php:
|
637 |
#: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
638 |
msgid "Merge"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: ../.././source/class.wdttools.php:
|
642 |
#, fuzzy
|
643 |
-
#| msgid "ID column"
|
644 |
msgid "New column"
|
645 |
msgstr "ID kolom"
|
646 |
|
647 |
-
#: ../.././source/class.wdttools.php:
|
648 |
msgid ": activate to sort column ascending"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../.././source/class.wdttools.php:
|
652 |
msgid ": activate to sort column descending"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../.././source/class.wdttools.php:
|
656 |
msgid "Ok"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../.././source/class.wdttools.php:
|
660 |
msgid "First"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: ../.././source/class.wdttools.php:
|
664 |
msgid "Last"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: ../.././source/class.wdttools.php:
|
668 |
msgid "Next"
|
669 |
msgstr "Volgende"
|
670 |
|
671 |
-
#: ../.././source/class.wdttools.php:
|
672 |
#, fuzzy
|
673 |
-
#| msgid "Preview"
|
674 |
msgid "Previous"
|
675 |
msgstr "Preview"
|
676 |
|
677 |
-
#: ../.././source/class.wdttools.php:
|
678 |
#: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
679 |
msgid "Replace"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: ../.././source/class.wdttools.php:
|
683 |
msgid "Row has been deleted!"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../.././source/class.wdttools.php:
|
687 |
msgid "Select a file to use in table"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
697 |
msgid "No data available in table"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../.././source/class.wdttools.php:
|
701 |
#, fuzzy
|
702 |
-
#| msgid "Settings saved successfully"
|
703 |
msgid "Plugin settings saved successfully"
|
704 |
msgstr "Instellingen zijn opgeslagen"
|
705 |
|
706 |
-
#: ../.././source/class.wdttools.php:
|
707 |
msgid "Shortcode has been copied to the clipboard."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../.././source/class.wdttools.php:
|
711 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../.././source/class.wdttools.php:
|
715 |
msgid "Showing 0 to 0 of 0 entries"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: ../.././source/class.wdttools.php:
|
719 |
msgid "(filtered from _MAX_ total entries)"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../.././source/class.wdttools.php:
|
723 |
msgid ","
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: ../.././source/class.wdttools.php:
|
727 |
msgid "Loading..."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../.././source/class.wdttools.php:
|
731 |
msgid "Processing..."
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: ../.././source/class.wdttools.php:
|
735 |
#, fuzzy
|
736 |
-
#| msgid "MySQL user"
|
737 |
msgid "SQL error"
|
738 |
msgstr "MySQL gebruiker"
|
739 |
|
740 |
-
#: ../.././source/class.wdttools.php:
|
741 |
msgid "Search: "
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: ../.././source/class.wdttools.php:
|
745 |
#: ../.././templates/settings.inc.php:625
|
746 |
msgid "Success!"
|
747 |
msgstr "Succes!"
|
748 |
|
749 |
-
#: ../.././source/class.wdttools.php:
|
750 |
msgid "No matching records found"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: ../.././source/class.wdttools.php:
|
754 |
msgid "Table saved successfully!"
|
755 |
msgstr "Tabel succesvol opgeslagen!"
|
756 |
|
757 |
-
#: ../.././source/class.wdttools.php:
|
758 |
msgid "To"
|
759 |
msgstr ""
|
760 |
|
@@ -775,7 +756,6 @@ msgstr "Alles"
|
|
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 |
|
@@ -825,7 +805,6 @@ 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 |
|
@@ -857,13 +836,11 @@ 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 |
|
@@ -924,13 +901,16 @@ msgstr ""
|
|
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 |
|
@@ -946,7 +926,6 @@ 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 |
|
@@ -978,7 +957,6 @@ msgstr ""
|
|
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 |
|
@@ -1009,14 +987,12 @@ msgstr ""
|
|
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 |
|
@@ -1038,7 +1014,6 @@ msgstr "Omgevingsgrafiek"
|
|
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 |
|
@@ -1050,13 +1025,11 @@ 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 |
|
@@ -1070,7 +1043,6 @@ 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 |
|
@@ -1078,14 +1050,12 @@ msgstr "Kolomgrafiek"
|
|
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 |
|
@@ -1098,7 +1068,6 @@ msgstr "Staafgrafiek"
|
|
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 |
|
@@ -1107,55 +1076,55 @@ msgstr "Voeg een grafiek toe"
|
|
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 |
|
@@ -1172,40 +1141,34 @@ msgstr ""
|
|
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 |
|
@@ -1216,7 +1179,6 @@ msgstr ""
|
|
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 |
|
@@ -1258,10 +1220,35 @@ msgstr ""
|
|
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"
|
@@ -1281,7 +1268,6 @@ msgstr ""
|
|
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 |
|
@@ -1345,7 +1331,6 @@ msgstr ""
|
|
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 |
|
@@ -1370,7 +1355,6 @@ msgstr "Hoofdinstellingen"
|
|
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 |
|
@@ -1419,7 +1403,6 @@ 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 |
|
@@ -1427,13 +1410,11 @@ msgstr "In de footer"
|
|
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 |
|
@@ -1441,46 +1422,37 @@ msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
|
|
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."
|
@@ -1490,13 +1462,11 @@ msgstr ""
|
|
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 "
|
@@ -1504,20 +1474,17 @@ msgstr ""
|
|
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 |
|
@@ -1527,7 +1494,6 @@ 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 |
|
@@ -1537,39 +1503,31 @@ 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."
|
@@ -1579,28 +1537,22 @@ msgstr ""
|
|
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."
|
@@ -1614,9 +1566,6 @@ 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."
|
@@ -1626,32 +1575,26 @@ msgstr ""
|
|
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 ""
|
@@ -1660,13 +1603,11 @@ msgstr ""
|
|
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 "
|
@@ -1679,7 +1620,6 @@ 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 "
|
@@ -1702,8 +1642,6 @@ 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 ""
|
@@ -1712,15 +1650,11 @@ msgstr ""
|
|
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."
|
@@ -1730,14 +1664,11 @@ msgstr ""
|
|
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 ""
|
@@ -1746,7 +1677,6 @@ msgstr ""
|
|
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 |
|
@@ -1757,20 +1687,17 @@ 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 |
|
@@ -1780,21 +1707,16 @@ 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 ""
|
@@ -1803,15 +1725,11 @@ msgstr ""
|
|
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, "
|
@@ -1841,7 +1759,6 @@ 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 |
|
@@ -1852,7 +1769,6 @@ 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 |
|
@@ -1867,20 +1783,17 @@ 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 |
|
@@ -1890,7 +1803,6 @@ 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 |
|
@@ -1901,7 +1813,6 @@ 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 |
|
@@ -1946,9 +1857,6 @@ 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."
|
@@ -1974,7 +1882,6 @@ 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 |
|
@@ -2014,13 +1921,11 @@ 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 |
|
@@ -2068,43 +1973,44 @@ msgid ""
|
|
2068 |
"default label will be Max ="
|
2069 |
msgstr ""
|
2070 |
|
2071 |
-
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
2086 |
-
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
2094 |
msgid "Include full bootstrap back-end"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
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 "
|
@@ -2113,13 +2019,11 @@ 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 |
|
@@ -2135,7 +2039,6 @@ 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 |
|
@@ -2149,7 +2052,6 @@ 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 |
|
@@ -2164,7 +2066,6 @@ 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 |
|
@@ -2175,32 +2076,27 @@ 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 |
|
@@ -2218,7 +2114,6 @@ 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 |
|
@@ -2233,7 +2128,6 @@ 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 |
|
@@ -2244,14 +2138,12 @@ 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 |
|
@@ -2267,21 +2159,18 @@ 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 |
|
@@ -2352,14 +2241,12 @@ 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 |
|
@@ -2462,7 +2349,6 @@ 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 |
|
@@ -2489,7 +2375,6 @@ 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 |
|
@@ -2505,7 +2390,6 @@ 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 |
|
@@ -2524,7 +2408,6 @@ msgstr ""
|
|
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 |
|
@@ -2568,7 +2451,6 @@ 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 |
|
@@ -2682,13 +2564,11 @@ 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 |
|
@@ -2702,7 +2582,6 @@ 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 |
|
@@ -2713,7 +2592,6 @@ 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 |
|
@@ -2737,7 +2615,6 @@ 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 |
|
@@ -2749,7 +2626,6 @@ 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 |
|
@@ -2769,19 +2645,16 @@ 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 |
|
@@ -2803,7 +2676,6 @@ 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 |
|
@@ -2819,7 +2691,6 @@ 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 |
|
@@ -2831,14 +2702,12 @@ 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 |
|
@@ -2882,7 +2751,6 @@ 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 |
|
@@ -2894,7 +2762,6 @@ 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 |
|
@@ -2906,19 +2773,16 @@ 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 |
|
@@ -2932,19 +2796,16 @@ 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 |
|
@@ -2982,7 +2843,6 @@ msgstr ""
|
|
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 |
|
@@ -3004,21 +2864,18 @@ msgstr ""
|
|
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 |
|
@@ -3030,7 +2887,6 @@ msgstr ""
|
|
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 |
|
@@ -3045,7 +2901,6 @@ 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 |
|
@@ -3056,13 +2911,11 @@ 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 |
|
@@ -3074,7 +2927,6 @@ 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 |
|
@@ -3102,7 +2954,6 @@ 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 |
|
@@ -3140,14 +2991,12 @@ 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 |
|
@@ -3165,13 +3014,11 @@ 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 |
|
@@ -3191,13 +3038,11 @@ 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 |
|
@@ -3207,14 +3052,12 @@ 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 |
|
@@ -3224,7 +3067,6 @@ 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 |
|
@@ -3236,7 +3078,6 @@ 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 |
|
@@ -3271,7 +3112,6 @@ 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 |
|
@@ -3305,13 +3145,11 @@ 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 |
|
@@ -3347,7 +3185,6 @@ msgstr "Tabel titel"
|
|
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 |
|
@@ -3359,19 +3196,16 @@ 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 |
|
@@ -3401,7 +3235,6 @@ 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 |
|
@@ -3416,13 +3249,11 @@ 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 |
|
@@ -3470,7 +3301,6 @@ msgstr ""
|
|
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 |
|
@@ -3506,13 +3336,11 @@ 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 |
|
@@ -3524,7 +3352,6 @@ 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 |
|
@@ -3536,7 +3363,6 @@ 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 |
|
@@ -3560,7 +3386,6 @@ 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 |
|
@@ -3581,7 +3406,6 @@ 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 |
|
@@ -3608,13 +3432,11 @@ 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 |
|
@@ -3625,13 +3447,11 @@ 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 |
|
@@ -3658,7 +3478,6 @@ msgstr ""
|
|
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 |
|
@@ -3670,7 +3489,6 @@ 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 |
|
@@ -3681,8 +3499,6 @@ 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 ""
|
@@ -3691,14 +3507,12 @@ msgstr ""
|
|
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 |
|
@@ -3717,9 +3531,6 @@ 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."
|
@@ -3737,7 +3548,6 @@ 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 |
|
@@ -3774,7 +3584,6 @@ msgstr ""
|
|
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 |
|
@@ -3797,7 +3606,6 @@ 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 |
|
@@ -3811,7 +3619,6 @@ 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 |
|
@@ -3881,19 +3688,16 @@ msgstr "kopieer"
|
|
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 |
|
@@ -3932,26 +3736,22 @@ 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 |
|
@@ -4150,15 +3950,11 @@ 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"
|
@@ -4166,9 +3962,6 @@ 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 "
|
@@ -4240,9 +4033,6 @@ 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"
|
@@ -4415,7 +4205,6 @@ msgstr ""
|
|
4415 |
|
4416 |
#: ../.././templates/edit_table.inc.php:548
|
4417 |
#, fuzzy
|
4418 |
-
#| msgid "Clear filters"
|
4419 |
msgid "Clear values"
|
4420 |
msgstr "Leeg filters"
|
4421 |
|
@@ -4439,13 +4228,11 @@ 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 |
|
@@ -4472,13 +4259,11 @@ msgstr ""
|
|
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 |
|
@@ -4499,7 +4284,6 @@ 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 |
|
@@ -4510,7 +4294,6 @@ 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 |
|
@@ -4560,7 +4343,6 @@ 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 |
|
@@ -4825,7 +4607,6 @@ 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 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
+
"POT-Creation-Date: 2019-07-25 10:24+0200\n"
|
5 |
+
"PO-Revision-Date: 2019-07-25 10:25+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 1.8.7.1\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-SearchPath-0: ../../.\n"
|
17 |
|
18 |
#: ../.././assets/js/handsontable/handsontable.full.min.js:31
|
36 |
#: ../.././controllers/wdt_admin.php:35 ../.././controllers/wdt_admin.php:36
|
37 |
#: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:36
|
38 |
#, fuzzy
|
|
|
39 |
msgid "Create a Chart"
|
40 |
msgstr "Omgevingsgrafiek"
|
41 |
|
42 |
#: ../.././controllers/wdt_admin.php:43 ../.././controllers/wdt_admin.php:44
|
43 |
#, fuzzy
|
|
|
44 |
msgid "Settings"
|
45 |
msgstr "Hoofdinstellingen"
|
46 |
|
52 |
msgid "Addons"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: ../.././controllers/wdt_admin.php:310 ../.././controllers/wdt_admin.php:359
|
56 |
+
#: ../.././controllers/wdt_admin.php:389 ../.././controllers/wdt_admin.php:410
|
57 |
+
#: ../.././controllers/wdt_admin.php:457 ../.././controllers/wdt_admin.php:483
|
58 |
+
#: ../.././controllers/wdt_admin.php:502
|
59 |
msgid "You do not have sufficient permissions to access this page."
|
60 |
msgstr "Je hebt niet voldoende permissies om de pagina te laden."
|
61 |
|
62 |
+
#: ../.././controllers/wdt_functions.php:437
|
63 |
#, fuzzy
|
|
|
64 |
msgid "wpDataChart with provided ID not found!"
|
65 |
msgstr "wpDataTable met geleverde ID niet gevonden!"
|
66 |
|
67 |
+
#: ../.././controllers/wdt_functions.php:473
|
68 |
+
#: ../.././controllers/wdt_functions.php:544
|
69 |
msgid "wpDataTable with provided ID not found!"
|
70 |
msgstr "wpDataTable met geleverde ID niet gevonden!"
|
71 |
|
72 |
+
#: ../.././controllers/wdt_functions.php:554
|
73 |
msgid "Provided column is not Integer or Float column type"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../.././controllers/wdt_functions.php:732
|
77 |
#, fuzzy
|
|
|
78 |
msgid "Choose a table"
|
79 |
msgstr "Kies rollen"
|
80 |
|
81 |
+
#: ../.././controllers/wdt_functions.php:764
|
82 |
msgid "Interactive Responsive Table"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: ../.././controllers/wdt_functions.php:765
|
86 |
+
#: ../.././controllers/wdt_functions.php:826
|
87 |
msgid "Content"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: ../.././controllers/wdt_functions.php:771
|
91 |
msgid "wpDataTable"
|
92 |
msgstr "wpDataTable"
|
93 |
|
94 |
+
#: ../.././controllers/wdt_functions.php:775
|
95 |
msgid "Choose the wpDataTable from a dropdown"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: ../.././controllers/wdt_functions.php:780
|
99 |
#, fuzzy
|
|
|
100 |
msgid "Table view"
|
101 |
msgstr "Tabel titel"
|
102 |
|
103 |
+
#: ../.././controllers/wdt_functions.php:784
|
104 |
#, fuzzy
|
|
|
105 |
msgid "Regular wpDataTable"
|
106 |
msgstr "Gebruik in wpDataTable"
|
107 |
|
108 |
+
#: ../.././controllers/wdt_functions.php:786
|
109 |
#, fuzzy
|
|
|
110 |
msgid "Excel-like table"
|
111 |
msgstr "Excel bestand"
|
112 |
|
113 |
+
#: ../.././controllers/wdt_functions.php:792
|
114 |
msgid "Variable placeholder #1"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: ../.././controllers/wdt_functions.php:795
|
118 |
+
#: ../.././controllers/wdt_functions.php:803
|
119 |
+
#: ../.././controllers/wdt_functions.php:811
|
120 |
msgid "Variables"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../.././controllers/wdt_functions.php:796
|
124 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../.././controllers/wdt_functions.php:800
|
128 |
msgid "Variable placeholder #2"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../.././controllers/wdt_functions.php:804
|
132 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../.././controllers/wdt_functions.php:808
|
136 |
msgid "Variable placeholder #3"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../.././controllers/wdt_functions.php:812
|
140 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../.././controllers/wdt_functions.php:825
|
144 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../.././controllers/wdt_functions.php:832
|
148 |
msgid "wpDataChart"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../.././controllers/wdt_functions.php:836
|
152 |
msgid "Choose one of wpDataCharts from the list"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../.././source/WpDataTablesGutenbergBlock.php:25
|
156 |
+
msgid ""
|
157 |
+
"Choose the table that you’ve just created in the dropdown below, and the "
|
158 |
+
"shortcode will be inserted automatically. You are able to provide Export "
|
159 |
+
"file name as well."
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
#: ../.././source/class.wdtbrowsechartstable.php:137
|
163 |
#: ../.././source/class.wdtbrowsechartstable.php:151
|
164 |
#: ../.././source/class.wdtbrowsetable.php:170
|
176 |
msgstr "Verwijderen"
|
177 |
|
178 |
#: ../.././source/class.wdtbrowsechartstable.php:188
|
179 |
+
#: ../.././source/class.wdtbrowsechartstable.php:290
|
180 |
#, fuzzy
|
|
|
181 |
msgid "Column Chart"
|
182 |
msgstr "Kolomgrafiek"
|
183 |
|
189 |
|
190 |
#: ../.././source/class.wdtbrowsechartstable.php:194
|
191 |
#, fuzzy
|
|
|
192 |
msgid "Bar Chart"
|
193 |
msgstr "Staafgrafiek"
|
194 |
|
195 |
#: ../.././source/class.wdtbrowsechartstable.php:197
|
196 |
+
#: ../.././source/class.wdtbrowsechartstable.php:251
|
197 |
#, fuzzy
|
|
|
198 |
msgid "Stacked Bar Chart"
|
199 |
msgstr "Staafgrafiek"
|
200 |
|
201 |
#: ../.././source/class.wdtbrowsechartstable.php:200
|
202 |
+
#: ../.././source/class.wdtbrowsechartstable.php:284
|
203 |
#, fuzzy
|
|
|
204 |
msgid "Area Chart"
|
205 |
msgstr "Omgevingsgrafiek"
|
206 |
|
207 |
#: ../.././source/class.wdtbrowsechartstable.php:203
|
208 |
#, fuzzy
|
|
|
209 |
msgid "Stepped Area Chart"
|
210 |
msgstr "Omgevingsgrafiek"
|
211 |
|
212 |
#: ../.././source/class.wdtbrowsechartstable.php:206
|
213 |
+
#: ../.././source/class.wdtbrowsechartstable.php:230
|
214 |
+
#: ../.././source/class.wdtbrowsechartstable.php:281
|
215 |
#, fuzzy
|
|
|
216 |
msgid "Line Chart"
|
217 |
msgstr "Lijngrafiek"
|
218 |
|
219 |
#: ../.././source/class.wdtbrowsechartstable.php:209
|
220 |
+
#: ../.././source/class.wdtbrowsechartstable.php:260
|
221 |
+
#: ../.././source/class.wdtbrowsechartstable.php:299
|
222 |
#, fuzzy
|
|
|
223 |
msgid "Pie Chart"
|
224 |
msgstr "Taartdiagram"
|
225 |
|
226 |
#: ../.././source/class.wdtbrowsechartstable.php:212
|
227 |
+
#: ../.././source/class.wdtbrowsechartstable.php:305
|
228 |
msgid "Bubble Chart"
|
229 |
msgstr ""
|
230 |
|
231 |
#: ../.././source/class.wdtbrowsechartstable.php:215
|
232 |
+
#: ../.././source/class.wdtbrowsechartstable.php:266
|
233 |
#, fuzzy
|
|
|
234 |
msgid "Donut Chart"
|
235 |
msgstr "Geen grafiek"
|
236 |
|
237 |
#: ../.././source/class.wdtbrowsechartstable.php:218
|
238 |
#, fuzzy
|
|
|
239 |
msgid "Gauge Chart"
|
240 |
msgstr "Staafgrafiek"
|
241 |
|
242 |
#: ../.././source/class.wdtbrowsechartstable.php:221
|
243 |
#, fuzzy
|
|
|
244 |
msgid "Scatter Chart"
|
245 |
msgstr "Staafgrafiek"
|
246 |
|
247 |
+
#: ../.././source/class.wdtbrowsechartstable.php:224
|
248 |
+
msgid "Candlestick Chart"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
#: ../.././source/class.wdtbrowsechartstable.php:227
|
252 |
+
msgid "Waterfall Chart"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: ../.././source/class.wdtbrowsechartstable.php:233
|
256 |
+
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
257 |
+
msgid "Polar chart"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: ../.././source/class.wdtbrowsechartstable.php:236
|
261 |
+
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
262 |
+
msgid "Spiderweb chart"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: ../.././source/class.wdtbrowsechartstable.php:239
|
266 |
#, fuzzy
|
|
|
267 |
msgid "Spline Chart"
|
268 |
msgstr "Lijngrafiek"
|
269 |
|
270 |
+
#: ../.././source/class.wdtbrowsechartstable.php:242
|
271 |
#, fuzzy
|
|
|
272 |
msgid "Basic Area Chart"
|
273 |
msgstr "Omgevingsgrafiek"
|
274 |
|
275 |
+
#: ../.././source/class.wdtbrowsechartstable.php:245
|
276 |
+
#: ../.././source/class.wdtbrowsechartstable.php:287
|
277 |
#, fuzzy
|
|
|
278 |
msgid "Stacked Area Chart"
|
279 |
msgstr "Omgevingsgrafiek"
|
280 |
|
281 |
+
#: ../.././source/class.wdtbrowsechartstable.php:248
|
282 |
#, fuzzy
|
|
|
283 |
msgid "Basic Bar Chart"
|
284 |
msgstr "Staafgrafiek"
|
285 |
|
286 |
+
#: ../.././source/class.wdtbrowsechartstable.php:254
|
287 |
#, fuzzy
|
|
|
288 |
msgid "Basic Column Chart"
|
289 |
msgstr "Kolomgrafiek"
|
290 |
|
291 |
+
#: ../.././source/class.wdtbrowsechartstable.php:257
|
292 |
#, fuzzy
|
|
|
293 |
msgid "Stacked Column Chart"
|
294 |
msgstr "Kolomgrafiek"
|
295 |
|
296 |
+
#: ../.././source/class.wdtbrowsechartstable.php:263
|
297 |
msgid "Pie With Gradient Chart"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: ../.././source/class.wdtbrowsechartstable.php:269
|
301 |
msgid "Scatter Plot"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: ../.././source/class.wdtbrowsechartstable.php:272
|
305 |
#, fuzzy
|
|
|
306 |
msgid "3D Column Chart"
|
307 |
msgstr "Kolomgrafiek"
|
308 |
|
309 |
+
#: ../.././source/class.wdtbrowsechartstable.php:275
|
310 |
#, fuzzy
|
|
|
311 |
msgid "3D Pie Chart"
|
312 |
msgstr "Taartdiagram"
|
313 |
|
314 |
+
#: ../.././source/class.wdtbrowsechartstable.php:278
|
315 |
msgid "3D Donut Chart"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../.././source/class.wdtbrowsechartstable.php:293
|
319 |
#, fuzzy
|
|
|
320 |
msgid "Radar Chart"
|
321 |
msgstr "Staafgrafiek"
|
322 |
|
323 |
+
#: ../.././source/class.wdtbrowsechartstable.php:296
|
324 |
#, fuzzy
|
|
|
325 |
msgid "Polar Area Chart"
|
326 |
msgstr "Omgevingsgrafiek"
|
327 |
|
328 |
+
#: ../.././source/class.wdtbrowsechartstable.php:302
|
329 |
#, fuzzy
|
|
|
330 |
msgid "Doughnut Chart"
|
331 |
msgstr "Kolomgrafiek"
|
332 |
|
333 |
+
#: ../.././source/class.wdtbrowsechartstable.php:317
|
334 |
msgid "Google"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ../.././source/class.wdtbrowsechartstable.php:320
|
338 |
#, fuzzy
|
|
|
339 |
msgid "Highcharts"
|
340 |
msgstr "Taartdiagram"
|
341 |
|
342 |
+
#: ../.././source/class.wdtbrowsechartstable.php:323
|
343 |
#, fuzzy
|
|
|
344 |
msgid "Chart.js"
|
345 |
msgstr "Grafiek hor. as"
|
346 |
|
347 |
+
#: ../.././source/class.wdtbrowsechartstable.php:387
|
348 |
#: ../.././source/class.wdtbrowsetable.php:272
|
349 |
msgid "Select All"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: ../.././source/class.wdtbrowsechartstable.php:439
|
353 |
#, fuzzy
|
|
|
354 |
msgid "No wpDataCharts in the system yet."
|
355 |
msgstr "Nog geen wpDataTables in het systeem"
|
356 |
|
362 |
#: ../.././source/class.wdtbrowsetable.php:165
|
363 |
#: ../.././templates/edit_table.inc.php:99
|
364 |
#, fuzzy
|
|
|
365 |
msgid "Edit data"
|
366 |
msgstr "wpDataTable aanpassen"
|
367 |
|
371 |
|
372 |
#: ../.././source/class.wdtbrowsetable.php:209
|
373 |
#, fuzzy
|
|
|
374 |
msgid "MySQL"
|
375 |
msgstr "MySQL host"
|
376 |
|
383 |
#: ../.././source/class.wpdatatable.php:1961
|
384 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:954
|
385 |
#, fuzzy
|
|
|
386 |
msgid "Excel"
|
387 |
msgstr "Excel bestand"
|
388 |
|
399 |
|
400 |
#: ../.././source/class.wdtbrowsetable.php:224
|
401 |
#, fuzzy
|
|
|
402 |
msgid "JSON"
|
403 |
msgstr "JSON bestand"
|
404 |
|
427 |
|
428 |
#: ../.././source/class.wdtconfigcontroller.php:449
|
429 |
#, fuzzy
|
|
|
430 |
msgid "Table in data source has no rows."
|
431 |
msgstr "Tabel invoer data bron mag niet leeg zijn"
|
432 |
|
433 |
+
#: ../.././source/class.wdttools.php:15
|
434 |
msgid "One line string"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: ../.././source/class.wdttools.php:16
|
438 |
msgid "Multi-line string"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: ../.././source/class.wdttools.php:17
|
442 |
msgid "One-line selectbox"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: ../.././source/class.wdttools.php:18
|
446 |
msgid "Multi-line selectbox"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: ../.././source/class.wdttools.php:19
|
450 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:361
|
451 |
msgid "Integer"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../.././source/class.wdttools.php:20
|
455 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:362
|
456 |
msgid "Float"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: ../.././source/class.wdttools.php:21
|
460 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:363
|
461 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:988
|
462 |
msgid "Date"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: ../.././source/class.wdttools.php:22
|
466 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:989
|
467 |
msgid "Datetime"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../.././source/class.wdttools.php:23
|
471 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:365
|
472 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:990
|
473 |
msgid "Time"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: ../.././source/class.wdttools.php:24
|
477 |
msgid "URL Link"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: ../.././source/class.wdttools.php:25
|
481 |
msgid "E-mail"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: ../.././source/class.wdttools.php:26
|
485 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:368
|
486 |
msgid "Image"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: ../.././source/class.wdttools.php:27
|
490 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:993
|
491 |
#, fuzzy
|
|
|
492 |
msgid "Attachment"
|
493 |
msgstr "Upload bijlage"
|
494 |
|
495 |
+
#: ../.././source/class.wdttools.php:154
|
496 |
msgid ""
|
497 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
498 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
499 |
"to the web</b> "
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../.././source/class.wdttools.php:287
|
503 |
msgid "Back to date"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: ../.././source/class.wdttools.php:288
|
507 |
msgid "Browse"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: ../.././source/class.wdttools.php:289
|
511 |
#: ../.././templates/admin/browse/table/duplicate_modal.inc.php:60
|
512 |
#: ../.././templates/admin/common/close_modal.inc.php:36
|
513 |
#: ../.././templates/admin/constructor/constructor.inc.php:30
|
525 |
msgid "Cancel"
|
526 |
msgstr "Annuleren"
|
527 |
|
528 |
+
#: ../.././source/class.wdttools.php:290
|
529 |
#, fuzzy
|
|
|
530 |
msgid " field cannot be empty!"
|
531 |
msgstr "Tabel type mag niet leeg zijn"
|
532 |
|
533 |
+
#: ../.././source/class.wdttools.php:291
|
534 |
msgid "Use selected file"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: ../.././source/class.wdttools.php:292
|
538 |
#, fuzzy
|
|
|
539 |
msgid "Choose file"
|
540 |
msgstr "Kies rollen"
|
541 |
|
542 |
+
#: ../.././source/class.wdttools.php:293
|
543 |
#: ../.././templates/admin/common/error_modal.inc.php:23
|
544 |
#: ../.././templates/admin/table-settings/columns_list_modal.inc.php:27
|
545 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:95
|
550 |
msgid "Close"
|
551 |
msgstr "Sluiten"
|
552 |
|
553 |
+
#: ../.././source/class.wdttools.php:294
|
554 |
msgid "Column has been added!"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: ../.././source/class.wdttools.php:295
|
558 |
#, fuzzy
|
|
|
559 |
msgid "Column header cannot be empty!"
|
560 |
msgstr "Tabel type mag niet leeg zijn"
|
561 |
|
562 |
+
#: ../.././source/class.wdttools.php:296
|
563 |
msgid "Please confirm column deletion!"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: ../.././source/class.wdttools.php:297
|
567 |
msgid "Column has been removed!"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: ../.././source/class.wdttools.php:298
|
571 |
msgid "Please select columns that you want to use in table"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../.././source/class.wdttools.php:299
|
575 |
#: ../.././source/class.wpdatatable.php:1910
|
576 |
#: ../.././source/class.wpdatatable.php:1981
|
577 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:956
|
578 |
msgid "Copy"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: ../.././source/class.wdttools.php:300
|
582 |
msgid "There was an error trying to insert a new row!"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: ../.././source/class.wdttools.php:301
|
586 |
msgid "Data has been saved!"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: ../.././source/class.wdttools.php:302
|
590 |
msgid "detach"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: ../.././source/class.wdttools.php:303 ../.././templates/settings.inc.php:553
|
594 |
#: ../.././templates/settings.inc.php:627
|
595 |
msgid "Error!"
|
596 |
msgstr "Fout!"
|
597 |
|
598 |
+
#: ../.././source/class.wdttools.php:304
|
599 |
msgid "Please upload or choose a file from Media Library!"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../.././source/class.wdttools.php:305
|
603 |
msgid "From"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: ../.././source/class.wdttools.php:306
|
607 |
msgid "Please provide a valid e-mail address for field"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../.././source/class.wdttools.php:307
|
611 |
msgid "Please provide a valid URL link for field"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: ../.././source/class.wdttools.php:308
|
615 |
msgid "You have entered invalid value. Press ESC to cancel."
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: ../.././source/class.wdttools.php:309 ../.././source/class.wdttools.php:335
|
619 |
msgid "Show _MENU_ entries"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: ../.././source/class.wdttools.php:310
|
623 |
#: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
624 |
msgid "Merge"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: ../.././source/class.wdttools.php:311
|
628 |
#, fuzzy
|
|
|
629 |
msgid "New column"
|
630 |
msgstr "ID kolom"
|
631 |
|
632 |
+
#: ../.././source/class.wdttools.php:313
|
633 |
msgid ": activate to sort column ascending"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../.././source/class.wdttools.php:314
|
637 |
msgid ": activate to sort column descending"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../.././source/class.wdttools.php:316
|
641 |
msgid "Ok"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../.././source/class.wdttools.php:318
|
645 |
msgid "First"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../.././source/class.wdttools.php:319
|
649 |
msgid "Last"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../.././source/class.wdttools.php:320
|
653 |
msgid "Next"
|
654 |
msgstr "Volgende"
|
655 |
|
656 |
+
#: ../.././source/class.wdttools.php:321
|
657 |
#, fuzzy
|
|
|
658 |
msgid "Previous"
|
659 |
msgstr "Preview"
|
660 |
|
661 |
+
#: ../.././source/class.wdttools.php:323
|
662 |
#: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
663 |
msgid "Replace"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: ../.././source/class.wdttools.php:324
|
667 |
msgid "Row has been deleted!"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: ../.././source/class.wdttools.php:325
|
671 |
msgid "Select a file to use in table"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../.././source/class.wdttools.php:326
|
675 |
#, fuzzy
|
|
|
676 |
msgid "Select an Excel or CSV file"
|
677 |
msgstr "Selecteer Excel of CSV besand"
|
678 |
|
679 |
+
#: ../.././source/class.wdttools.php:327
|
680 |
msgid "No data available in table"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: ../.././source/class.wdttools.php:328
|
684 |
#, fuzzy
|
|
|
685 |
msgid "Plugin settings saved successfully"
|
686 |
msgstr "Instellingen zijn opgeslagen"
|
687 |
|
688 |
+
#: ../.././source/class.wdttools.php:329
|
689 |
msgid "Shortcode has been copied to the clipboard."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../.././source/class.wdttools.php:330
|
693 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../.././source/class.wdttools.php:331
|
697 |
msgid "Showing 0 to 0 of 0 entries"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: ../.././source/class.wdttools.php:332
|
701 |
msgid "(filtered from _MAX_ total entries)"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: ../.././source/class.wdttools.php:334
|
705 |
msgid ","
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: ../.././source/class.wdttools.php:336
|
709 |
msgid "Loading..."
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../.././source/class.wdttools.php:337
|
713 |
msgid "Processing..."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: ../.././source/class.wdttools.php:338
|
717 |
#, fuzzy
|
|
|
718 |
msgid "SQL error"
|
719 |
msgstr "MySQL gebruiker"
|
720 |
|
721 |
+
#: ../.././source/class.wdttools.php:339
|
722 |
msgid "Search: "
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: ../.././source/class.wdttools.php:340 ../.././templates/settings.inc.php:559
|
726 |
#: ../.././templates/settings.inc.php:625
|
727 |
msgid "Success!"
|
728 |
msgstr "Succes!"
|
729 |
|
730 |
+
#: ../.././source/class.wdttools.php:341
|
731 |
msgid "No matching records found"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../.././source/class.wdttools.php:342
|
735 |
msgid "Table saved successfully!"
|
736 |
msgstr "Tabel succesvol opgeslagen!"
|
737 |
|
738 |
+
#: ../.././source/class.wdttools.php:343
|
739 |
msgid "To"
|
740 |
msgstr ""
|
741 |
|
756 |
#: ../.././source/class.wpdatatable.php:1940
|
757 |
#: ../.././templates/admin/table-settings/columns_list_modal.inc.php:9
|
758 |
#, fuzzy
|
|
|
759 |
msgid "Columns"
|
760 |
msgstr "Kolom type"
|
761 |
|
805 |
|
806 |
#: ../.././templates/addons.inc.php:10
|
807 |
#, fuzzy
|
|
|
808 |
msgid "wpDataTables Addons"
|
809 |
msgstr "wpDataTables instellingen"
|
810 |
|
836 |
|
837 |
#: ../.././templates/admin/addons/addons.inc.php:22
|
838 |
#, fuzzy
|
|
|
839 |
msgid "Addons for the plugin"
|
840 |
msgstr "Kies een skin voor de plugin"
|
841 |
|
842 |
#: ../.././templates/admin/addons/addons.inc.php:24
|
843 |
#, fuzzy
|
|
|
844 |
msgid "Unique extensions for wpDataTables"
|
845 |
msgstr "Gebruik in wpDataTable"
|
846 |
|
901 |
#: ../.././templates/admin/browse/chart/browse.inc.php:32
|
902 |
#: ../.././templates/admin/browse/table/browse.inc.php:32
|
903 |
#, fuzzy
|
|
|
904 |
msgid "Add New"
|
905 |
msgstr "Nieuwe toevoegen"
|
906 |
|
907 |
+
#: ../.././templates/admin/browse/chart/browse.inc.php:36
|
908 |
+
#: ../.././templates/admin/browse/table/browse.inc.php:36
|
909 |
+
msgid "Buy Full Version"
|
910 |
+
msgstr ""
|
911 |
+
|
912 |
#: ../.././templates/admin/browse/table/browse.inc.php:25
|
913 |
#, fuzzy
|
|
|
914 |
msgid "wpDataTables browse"
|
915 |
msgstr "wpDataTables instellingen"
|
916 |
|
926 |
|
927 |
#: ../.././templates/admin/browse/table/duplicate_modal.inc.php:39
|
928 |
#, fuzzy
|
|
|
929 |
msgid "Duplicate database table"
|
930 |
msgstr "Dupliceer tabel"
|
931 |
|
957 |
#: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:57
|
958 |
#: ../.././templates/chart_wizard.inc.php:32
|
959 |
#, fuzzy
|
|
|
960 |
msgid "Chart title & type"
|
961 |
msgstr "Grafiek titel"
|
962 |
|
987 |
#: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:86
|
988 |
#: ../.././templates/admin/constructor/constructor.inc.php:60
|
989 |
#, fuzzy
|
|
|
990 |
msgid "Next "
|
991 |
msgstr "Volgende"
|
992 |
|
993 |
#: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:88
|
994 |
#: ../.././templates/admin/constructor/constructor.inc.php:62
|
995 |
#, fuzzy
|
|
|
996 |
msgid " Previous"
|
997 |
msgstr "Preview"
|
998 |
|
1014 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
|
1015 |
#: ../.././templates/chart_wizard.inc.php:110
|
1016 |
#, fuzzy
|
|
|
1017 |
msgid "Stacked area chart"
|
1018 |
msgstr "Omgevingsgrafiek"
|
1019 |
|
1025 |
|
1026 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
|
1027 |
#, fuzzy
|
|
|
1028 |
msgid "Radar chart"
|
1029 |
msgstr "Staafgrafiek"
|
1030 |
|
1031 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
|
1032 |
#, fuzzy
|
|
|
1033 |
msgid "Polar area chart"
|
1034 |
msgstr "Omgevingsgrafiek"
|
1035 |
|
1043 |
|
1044 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
|
1045 |
#, fuzzy
|
|
|
1046 |
msgid "Doughnut chart"
|
1047 |
msgstr "Kolomgrafiek"
|
1048 |
|
1050 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
|
1051 |
#: ../.././templates/chart_wizard.inc.php:97
|
1052 |
#, fuzzy
|
|
|
1053 |
msgid "Bubble chart"
|
1054 |
msgstr "Taartdiagram"
|
1055 |
|
1056 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
|
1057 |
#: ../.././templates/chart_wizard.inc.php:94
|
1058 |
#, fuzzy
|
|
|
1059 |
msgid "Stepped area chart"
|
1060 |
msgstr "Omgevingsgrafiek"
|
1061 |
|
1068 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
|
1069 |
#: ../.././templates/chart_wizard.inc.php:112
|
1070 |
#, fuzzy
|
|
|
1071 |
msgid "Stacked bar chart"
|
1072 |
msgstr "Voeg een grafiek toe"
|
1073 |
|
1076 |
#: ../.././templates/chart_wizard.inc.php:98
|
1077 |
#: ../.././templates/chart_wizard.inc.php:117
|
1078 |
#, fuzzy
|
|
|
1079 |
msgid "Donut chart"
|
1080 |
msgstr "Geen grafiek"
|
1081 |
|
1082 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
|
1083 |
#: ../.././templates/chart_wizard.inc.php:99
|
1084 |
#, fuzzy
|
|
|
1085 |
msgid "Gauge chart"
|
1086 |
msgstr "Taartdiagram"
|
1087 |
|
1088 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
|
1089 |
#: ../.././templates/chart_wizard.inc.php:100
|
1090 |
#, fuzzy
|
|
|
1091 |
msgid "Scatter chart"
|
1092 |
msgstr "Staafgrafiek"
|
1093 |
|
1094 |
+
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
1095 |
+
msgid "Candlestick chart"
|
1096 |
+
msgstr ""
|
1097 |
+
|
1098 |
+
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
1099 |
+
msgid "Waterfall chart"
|
1100 |
+
msgstr ""
|
1101 |
+
|
1102 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1103 |
#, fuzzy
|
|
|
1104 |
msgid "Spline chart"
|
1105 |
msgstr "Lijngrafiek"
|
1106 |
|
1107 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
|
1108 |
#: ../.././templates/chart_wizard.inc.php:109
|
1109 |
#, fuzzy
|
|
|
1110 |
msgid "Basic area chart"
|
1111 |
msgstr "Staafgrafiek"
|
1112 |
|
1113 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
|
1114 |
#: ../.././templates/chart_wizard.inc.php:111
|
1115 |
#, fuzzy
|
|
|
1116 |
msgid "Basic bar chart"
|
1117 |
msgstr "Staafgrafiek"
|
1118 |
|
1119 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
|
1120 |
#: ../.././templates/chart_wizard.inc.php:113
|
1121 |
#, fuzzy
|
|
|
1122 |
msgid "Basic column chart"
|
1123 |
msgstr "Kolomgrafiek"
|
1124 |
|
1125 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
|
1126 |
#: ../.././templates/chart_wizard.inc.php:114
|
1127 |
#, fuzzy
|
|
|
1128 |
msgid "Stacked column chart"
|
1129 |
msgstr "Kolomgrafiek"
|
1130 |
|
1141 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
|
1142 |
#: ../.././templates/chart_wizard.inc.php:119
|
1143 |
#, fuzzy
|
|
|
1144 |
msgid "3D column chart"
|
1145 |
msgstr "Kolomgrafiek"
|
1146 |
|
1147 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
|
1148 |
#: ../.././templates/chart_wizard.inc.php:120
|
1149 |
#, fuzzy
|
|
|
1150 |
msgid "3D pie chart"
|
1151 |
msgstr "Taartdiagram"
|
1152 |
|
1153 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
|
1154 |
#: ../.././templates/chart_wizard.inc.php:121
|
1155 |
#, fuzzy
|
|
|
1156 |
msgid "3D donut chart"
|
1157 |
msgstr "Geen grafiek"
|
1158 |
|
1159 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
1160 |
#, fuzzy
|
|
|
1161 |
msgid "Treemap chart"
|
1162 |
msgstr "Omgevingsgrafiek"
|
1163 |
|
1164 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
1165 |
#, fuzzy
|
|
|
1166 |
msgid "Treemap level chart"
|
1167 |
msgstr "Omgevingsgrafiek"
|
1168 |
|
1169 |
#: ../.././templates/admin/chart_wizard/steps/step1.inc.php:13
|
1170 |
#: ../.././templates/chart_wizard.inc.php:65
|
1171 |
#, fuzzy
|
|
|
1172 |
msgid "Chart name"
|
1173 |
msgstr "Grafiek titel"
|
1174 |
|
1179 |
#: ../.././templates/admin/chart_wizard/steps/step1.inc.php:22
|
1180 |
#: ../.././templates/chart_wizard.inc.php:69
|
1181 |
#, fuzzy
|
|
|
1182 |
msgid "New wpDataTable Chart"
|
1183 |
msgstr "Gebruik in wpDataTable"
|
1184 |
|
1220 |
#: ../.././templates/admin/common/error_modal.inc.php:16
|
1221 |
#: ../.././templates/common/error.inc.php:3
|
1222 |
#, fuzzy
|
|
|
1223 |
msgid "Error"
|
1224 |
msgstr "Fout!"
|
1225 |
|
1226 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:8
|
1227 |
+
msgid "Leave a Review?"
|
1228 |
+
msgstr ""
|
1229 |
+
|
1230 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:9
|
1231 |
+
msgid ""
|
1232 |
+
"We hope you've enjoyed using wpDataTables Lite. Would you consider\n"
|
1233 |
+
" leaving us a review on WordPress.org?"
|
1234 |
+
msgstr ""
|
1235 |
+
|
1236 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:18
|
1237 |
+
msgid "Sure! I Like wpDataTables Lite"
|
1238 |
+
msgstr ""
|
1239 |
+
|
1240 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:20
|
1241 |
+
msgid "I've already left a review"
|
1242 |
+
msgstr ""
|
1243 |
+
|
1244 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:21
|
1245 |
+
msgid "Maybe Later"
|
1246 |
+
msgstr ""
|
1247 |
+
|
1248 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:22
|
1249 |
+
msgid "Never show again"
|
1250 |
+
msgstr ""
|
1251 |
+
|
1252 |
#: ../.././templates/admin/constructor/constructor.inc.php:25
|
1253 |
#: ../.././templates/constructor.inc.php:21
|
1254 |
msgid "Table Creation Wizard"
|
1268 |
#: ../.././templates/admin/table-settings/table_preview_block.inc.php:68
|
1269 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:1120
|
1270 |
#, fuzzy
|
|
|
1271 |
msgid "Documentation"
|
1272 |
msgstr "wpDataTables documentatie"
|
1273 |
|
1331 |
#: ../.././templates/admin/settings/settings.inc.php:22
|
1332 |
#: ../.././templates/admin/settings/settings.inc.php:23
|
1333 |
#, fuzzy
|
|
|
1334 |
msgid "Settings for the plugin"
|
1335 |
msgstr "Kies een skin voor de plugin"
|
1336 |
|
1355 |
#: ../.././templates/admin/settings/settings.inc.php:51
|
1356 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:15
|
1357 |
#, fuzzy
|
|
|
1358 |
msgid "Separate DB connection"
|
1359 |
msgstr "Gebruik losse MySQL verbinding"
|
1360 |
|
1403 |
|
1404 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:47
|
1405 |
#, fuzzy
|
|
|
1406 |
msgid "Define the font size"
|
1407 |
msgstr "In de footer"
|
1408 |
|
1410 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:136
|
1411 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:459
|
1412 |
#, fuzzy
|
|
|
1413 |
msgid "Font color"
|
1414 |
msgstr "Tabel font kleur"
|
1415 |
|
1416 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:64
|
1417 |
#, fuzzy
|
|
|
1418 |
msgid "This color is used for the main font in table cells."
|
1419 |
msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
|
1420 |
|
1422 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:420
|
1423 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:647
|
1424 |
#, fuzzy
|
|
|
1425 |
msgid "Background color"
|
1426 |
msgstr "Achtergrondkleur van de Buttons"
|
1427 |
|
1428 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:99
|
1429 |
#, fuzzy
|
|
|
1430 |
msgid "The color is used for background of the table header."
|
1431 |
msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
|
1432 |
|
1433 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:116
|
1434 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:439
|
1435 |
#, fuzzy
|
|
|
1436 |
msgid "Border color"
|
1437 |
msgstr "Buttons border kleur"
|
1438 |
|
1439 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:118
|
1440 |
#, fuzzy
|
|
|
1441 |
msgid "This color is used for the border in the table header."
|
1442 |
msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
|
1443 |
|
1444 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:138
|
1445 |
#, fuzzy
|
|
|
1446 |
msgid "This color is used for the font in the table header."
|
1447 |
msgstr "Deze kleur wordt gebruikt voor de font in de tabel header"
|
1448 |
|
1449 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:155
|
1450 |
#, fuzzy
|
|
|
1451 |
msgid "Active and hover color\t"
|
1452 |
msgstr "Header actef en hover kleur"
|
1453 |
|
1454 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:157
|
1455 |
#, fuzzy
|
|
|
|
|
|
|
1456 |
msgid ""
|
1457 |
"This color is used when you hover the mouse above the table header, or when "
|
1458 |
"you choose a column."
|
1462 |
|
1463 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:191
|
1464 |
#, fuzzy
|
|
|
1465 |
msgid "Inner border"
|
1466 |
msgstr "Binnenste borderkleur van de tabel"
|
1467 |
|
1468 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:193
|
1469 |
#, fuzzy
|
|
|
1470 |
msgid "This color is used for the inner border in the table between cells."
|
1471 |
msgstr ""
|
1472 |
"Deze kleur wordt gebruikt voor de binnenste border in de tabel, tussen de "
|
1474 |
|
1475 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:211
|
1476 |
#, fuzzy
|
|
|
1477 |
msgid "Outer border"
|
1478 |
msgstr "Tabel buitenste border kleur"
|
1479 |
|
1480 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:213
|
1481 |
#, fuzzy
|
|
|
1482 |
msgid "This color is used for the outer border of the whole table body."
|
1483 |
msgstr ""
|
1484 |
"Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
|
1485 |
|
1486 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:231
|
1487 |
#, fuzzy
|
|
|
1488 |
msgid "Table borders"
|
1489 |
msgstr "Tabel tools"
|
1490 |
|
1494 |
|
1495 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:243
|
1496 |
#, fuzzy
|
|
|
1497 |
msgid "Header border"
|
1498 |
msgstr "Header border kleur"
|
1499 |
|
1503 |
|
1504 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:271
|
1505 |
#, fuzzy
|
|
|
1506 |
msgid "Even row background"
|
1507 |
msgstr "Even rijen achtergrond kleur"
|
1508 |
|
1509 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:273
|
1510 |
#, fuzzy
|
|
|
1511 |
msgid "This color is used for for background in even rows."
|
1512 |
msgstr "Deze kleur wordt gebruikt voor de achtergrond van de even rijen"
|
1513 |
|
1514 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:290
|
1515 |
#, fuzzy
|
|
|
1516 |
msgid "Odd row background"
|
1517 |
msgstr "Oneven rijen achtergrond kleur"
|
1518 |
|
1519 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:292
|
1520 |
#, fuzzy
|
|
|
1521 |
msgid "This color is used for for background in odd rows."
|
1522 |
msgstr "Deze kleur wordt gebruikt voor de achtergrond van de oneven rijen"
|
1523 |
|
1524 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:309
|
1525 |
#, fuzzy
|
|
|
1526 |
msgid "Hover row"
|
1527 |
msgstr "Hover rij kleur"
|
1528 |
|
1529 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:311
|
1530 |
#, fuzzy
|
|
|
|
|
|
|
1531 |
msgid ""
|
1532 |
"This color is used for to highlight the row when you hover your mouse above "
|
1533 |
"it."
|
1537 |
|
1538 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:328
|
1539 |
#, fuzzy
|
|
|
1540 |
msgid "Background for selected rows"
|
1541 |
msgstr "Achtergrond kleur voor geselecteerde rijen"
|
1542 |
|
1543 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:330
|
1544 |
#, fuzzy
|
|
|
1545 |
msgid "This color is used for background in selected rows."
|
1546 |
msgstr ""
|
1547 |
"Deze kleur wordt gebruikt voor de achtergrond van de geselecteerde rijen"
|
1548 |
|
1549 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:364
|
1550 |
#, fuzzy
|
|
|
1551 |
msgid "Sorted columns, even rows"
|
1552 |
msgstr "Celkleur in actieve (gesorteerde) klommen voor even rijen"
|
1553 |
|
1554 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:366
|
1555 |
#, fuzzy
|
|
|
|
|
|
|
1556 |
msgid ""
|
1557 |
"This color is used for background in cells which are in the active columns "
|
1558 |
"(columns used for sorting) in even rows."
|
1566 |
|
1567 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:386
|
1568 |
#, fuzzy
|
|
|
|
|
|
|
1569 |
msgid ""
|
1570 |
"This color is used for background in cells which are in the active columns "
|
1571 |
"(columns used for sorting) in odd rows."
|
1575 |
|
1576 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:422
|
1577 |
#, fuzzy
|
|
|
1578 |
msgid "This color is used for background in buttons."
|
1579 |
msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
|
1580 |
|
1581 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:441
|
1582 |
#, fuzzy
|
|
|
1583 |
msgid "This color is used for border in buttons."
|
1584 |
msgstr "Deze kleur wordt gebruikt voor de border van de buttons"
|
1585 |
|
1586 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:461
|
1587 |
#, fuzzy
|
|
|
1588 |
msgid "This color is used for font in buttons."
|
1589 |
msgstr "Deze kleur wordt gebruikt voor de font op de Buttons"
|
1590 |
|
1591 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:478
|
1592 |
#, fuzzy
|
|
|
1593 |
msgid "Background hover color"
|
1594 |
msgstr "Buttons gehooverd achtergrondkleur"
|
1595 |
|
1596 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:480
|
1597 |
#, fuzzy
|
|
|
|
|
1598 |
msgid ""
|
1599 |
"This color will be used for button backgrounds when you hover above them."
|
1600 |
msgstr ""
|
1603 |
|
1604 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:498
|
1605 |
#, fuzzy
|
|
|
1606 |
msgid "Hover font color"
|
1607 |
msgstr "Header font kleur"
|
1608 |
|
1609 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:500
|
1610 |
#, fuzzy
|
|
|
1611 |
msgid "This color will be used for buttons font when you hover above them."
|
1612 |
msgstr ""
|
1613 |
"Deze kleur wordt getoond als fontkleur van de Button als je je muis er boven "
|
1620 |
|
1621 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:520
|
1622 |
#, fuzzy
|
|
|
1623 |
msgid "This color will be used for button borders when you hover above them."
|
1624 |
msgstr ""
|
1625 |
"Deze kleur wordt gebruikt voor de border als je met je muis boven de Button "
|
1642 |
|
1643 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:573
|
1644 |
#, fuzzy
|
|
|
|
|
1645 |
msgid ""
|
1646 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts."
|
1647 |
msgstr ""
|
1650 |
|
1651 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:591
|
1652 |
#, fuzzy
|
|
|
1653 |
msgid "Modals background"
|
1654 |
msgstr "Modals achtergrondkleur"
|
1655 |
|
1656 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:593
|
1657 |
#, fuzzy
|
|
|
|
|
|
|
1658 |
msgid ""
|
1659 |
"This color will be used for wpDataTable popup (filter, datepicker) "
|
1660 |
"background."
|
1664 |
|
1665 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:612
|
1666 |
#, fuzzy
|
|
|
1667 |
msgid "Overlay background"
|
1668 |
msgstr "Overlay achtergrondkleur"
|
1669 |
|
1670 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:614
|
1671 |
#, fuzzy
|
|
|
|
|
1672 |
msgid ""
|
1673 |
"This color will be used for overlay which appears below the plugin popups."
|
1674 |
msgstr ""
|
1677 |
|
1678 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:649
|
1679 |
#, fuzzy
|
|
|
1680 |
msgid "This color is used for the background of the pagination"
|
1681 |
msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
|
1682 |
|
1687 |
|
1688 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:669
|
1689 |
#, fuzzy
|
|
|
1690 |
msgid "This color is used for the color of the links in the pagination."
|
1691 |
msgstr ""
|
1692 |
"Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
|
1693 |
|
1694 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:687
|
1695 |
#, fuzzy
|
|
|
1696 |
msgid "Current page background color"
|
1697 |
msgstr "Header achtergrond kleur"
|
1698 |
|
1699 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:689
|
1700 |
#, fuzzy
|
|
|
1701 |
msgid "The color is used for background of the current page"
|
1702 |
msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
|
1703 |
|
1707 |
|
1708 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:708
|
1709 |
#, fuzzy
|
|
|
1710 |
msgid "This color is used for the color of the current page."
|
1711 |
msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
|
1712 |
|
1713 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:726
|
1714 |
#, fuzzy
|
|
|
1715 |
msgid "Other pages hover background color"
|
1716 |
msgstr "Header achtergrond kleur"
|
1717 |
|
1718 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:728
|
1719 |
#, fuzzy
|
|
|
|
|
|
|
1720 |
msgid ""
|
1721 |
"This background color is used when you hover the mouse above the other pages"
|
1722 |
msgstr ""
|
1725 |
|
1726 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:745
|
1727 |
#, fuzzy
|
|
|
1728 |
msgid "Other pages hover color"
|
1729 |
msgstr "Header actef en hover kleur"
|
1730 |
|
1731 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:747
|
1732 |
#, fuzzy
|
|
|
|
|
|
|
1733 |
msgid "This color is used when you hover the mouse above the other pages."
|
1734 |
msgstr ""
|
1735 |
"Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
|
1759 |
|
1760 |
#: ../.././templates/admin/settings/tabs/custom_js_and_css.php:45
|
1761 |
#, fuzzy
|
|
|
1762 |
msgid "Use minified wpDataTables Javascript "
|
1763 |
msgstr "Gebruik in wpDataTable"
|
1764 |
|
1769 |
|
1770 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:17
|
1771 |
#, fuzzy
|
|
|
1772 |
msgid "Pick the language which will be used in tables interface."
|
1773 |
msgstr "Kies de taal welke in de tabel zijn interface wordt gebruikt"
|
1774 |
|
1783 |
|
1784 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:38
|
1785 |
#, fuzzy
|
|
|
1786 |
msgid "Pick the date format to use in date column type."
|
1787 |
msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
|
1788 |
|
1789 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:70
|
1790 |
#: ../.././templates/settings.inc.php:119
|
1791 |
#, fuzzy
|
|
|
1792 |
msgid "Time format"
|
1793 |
msgstr "Nummer format"
|
1794 |
|
1795 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:72
|
1796 |
#, fuzzy
|
|
|
1797 |
msgid "Pick the time format to use in datetime and time column type."
|
1798 |
msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
|
1799 |
|
1803 |
|
1804 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:89
|
1805 |
#, fuzzy
|
|
|
1806 |
msgid "Parse shortcodes in strings"
|
1807 |
msgstr "Data bron en hoofd instellingen"
|
1808 |
|
1813 |
|
1814 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:103
|
1815 |
#, fuzzy
|
|
|
1816 |
msgid "Choose the base skin for the plugin."
|
1817 |
msgstr "Kies een skin voor de plugin"
|
1818 |
|
1857 |
|
1858 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:143
|
1859 |
#, fuzzy
|
|
|
|
|
|
|
1860 |
msgid ""
|
1861 |
"Choose where you would like to render the advanced filter for tables where "
|
1862 |
"enabled."
|
1882 |
|
1883 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:160
|
1884 |
#, fuzzy
|
|
|
1885 |
msgid "Define the amount of decimal places for the float numbers."
|
1886 |
msgstr "Kies het aantal decimaalplaatsen voor de zwevende getallen"
|
1887 |
|
1921 |
|
1922 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:238
|
1923 |
#, fuzzy
|
|
|
1924 |
msgid "How many tables to show in the browse page."
|
1925 |
msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
|
1926 |
|
1927 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:254
|
1928 |
#, fuzzy
|
|
|
1929 |
msgid "Align numbers"
|
1930 |
msgstr "Sorteer nummers aan de rechter kant"
|
1931 |
|
1973 |
"default label will be Max ="
|
1974 |
msgstr ""
|
1975 |
|
1976 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1977 |
msgid "Include full bootstrap front-end"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:362
|
1981 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:374
|
1982 |
msgid ""
|
1983 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
1984 |
"in one of the theme files. Unchecked option means that there is still "
|
1985 |
"bootstrap.js included just in noconflict mode which should prevent errors."
|
1986 |
msgstr ""
|
1987 |
|
1988 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:372
|
1989 |
msgid "Include full bootstrap back-end"
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:387
|
1993 |
#: ../.././templates/settings.inc.php:32
|
1994 |
msgid "Show plugin credentials below tables"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:389
|
1998 |
#: ../.././templates/settings.inc.php:32
|
1999 |
msgid ""
|
2000 |
"If you want to support our project, please, keep this checkbox as checked"
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:399
|
2004 |
+
msgid "Prevent deleting tables in database"
|
2005 |
+
msgstr ""
|
2006 |
+
|
2007 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:401
|
2008 |
+
msgid ""
|
2009 |
+
"It is recommended to leave this optiosn as checked if you what to keep your "
|
2010 |
+
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
2011 |
+
"this option, it will be deleted all tables in database after deleting plugin"
|
2012 |
+
msgstr ""
|
2013 |
+
|
2014 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:17
|
2015 |
msgid ""
|
2016 |
"If this checkbox is checked, you have option to add more than one separate "
|
2019 |
|
2020 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:21
|
2021 |
#, fuzzy
|
|
|
2022 |
msgid "Use separate connection"
|
2023 |
msgstr "Gebruik losse MySQL verbinding"
|
2024 |
|
2025 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:29
|
2026 |
#, fuzzy
|
|
|
2027 |
msgid "Test connection"
|
2028 |
msgstr "Gebruik losse MySQL verbinding"
|
2029 |
|
2039 |
|
2040 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:44
|
2041 |
#, fuzzy
|
|
|
2042 |
msgid "MySQL host address."
|
2043 |
msgstr "MySQL host adres"
|
2044 |
|
2052 |
|
2053 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:55
|
2054 |
#, fuzzy
|
|
|
2055 |
msgid "MySQL database name."
|
2056 |
msgstr "MySQL database naam"
|
2057 |
|
2066 |
|
2067 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:69
|
2068 |
#, fuzzy
|
|
|
2069 |
msgid "MySQL username for the connection."
|
2070 |
msgstr "MySQL gebruikersnaam voor de verbinding"
|
2071 |
|
2076 |
|
2077 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:81
|
2078 |
#, fuzzy
|
|
|
2079 |
msgid "MySQL password for the provided user."
|
2080 |
msgstr "MySQL wachtwoord voor de gebruiker"
|
2081 |
|
2082 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:93
|
2083 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:99
|
2084 |
#, fuzzy
|
|
|
2085 |
msgid "MySQL port"
|
2086 |
msgstr "MySQL host"
|
2087 |
|
2088 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:95
|
2089 |
#, fuzzy
|
|
|
2090 |
msgid "MySQL port for the connection (default: 3306)."
|
2091 |
msgstr "MySQL gebruikersnaam voor de verbinding"
|
2092 |
|
2093 |
#: ../.././templates/admin/table-settings/add_column_modal.inc.php:21
|
2094 |
#, fuzzy
|
|
|
2095 |
msgid "Add Column"
|
2096 |
msgstr "ID kolom"
|
2097 |
|
2098 |
#: ../.././templates/admin/table-settings/add_column_modal.inc.php:35
|
2099 |
#, fuzzy
|
|
|
2100 |
msgid "Column header"
|
2101 |
msgstr "Kolomgrafiek"
|
2102 |
|
2114 |
|
2115 |
#: ../.././templates/admin/table-settings/add_column_modal.inc.php:71
|
2116 |
#, fuzzy
|
|
|
2117 |
msgid "End of table"
|
2118 |
msgstr "Verbergen op tablets"
|
2119 |
|
2128 |
|
2129 |
#: ../.././templates/admin/table-settings/add_column_modal.inc.php:107
|
2130 |
#, fuzzy
|
|
|
2131 |
msgid "Fill with default value"
|
2132 |
msgstr "Standaardwaarde(n)"
|
2133 |
|
2138 |
|
2139 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:14
|
2140 |
#, fuzzy
|
|
|
2141 |
msgid "Column settings"
|
2142 |
msgstr "Kolom positie"
|
2143 |
|
2144 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:48
|
2145 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:65
|
2146 |
#, fuzzy
|
|
|
2147 |
msgid "Display"
|
2148 |
msgstr "Display lengte"
|
2149 |
|
2159 |
|
2160 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:60
|
2161 |
#, fuzzy
|
|
|
2162 |
msgid "Filtering"
|
2163 |
msgstr "Filter in formulier"
|
2164 |
|
2165 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:64
|
2166 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:73
|
2167 |
#, fuzzy
|
|
|
2168 |
msgid "Editing"
|
2169 |
msgstr "Aanpassen"
|
2170 |
|
2171 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:69
|
2172 |
#: ../.././templates/edit_table.inc.php:750
|
2173 |
#, fuzzy
|
|
|
2174 |
msgid "Conditional formatting"
|
2175 |
msgstr "Extra instellingen"
|
2176 |
|
2241 |
|
2242 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:258
|
2243 |
#, fuzzy
|
|
|
2244 |
msgid "Column width"
|
2245 |
msgstr "Kolom type"
|
2246 |
|
2247 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:271
|
2248 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:279
|
2249 |
#, fuzzy
|
|
|
2250 |
msgid "Column color"
|
2251 |
msgstr "Kolomgrafiek"
|
2252 |
|
2349 |
|
2350 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:423
|
2351 |
#, fuzzy
|
|
|
2352 |
msgid "Possible values for column"
|
2353 |
msgstr "Mogelijke waardes"
|
2354 |
|
2375 |
|
2376 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:443
|
2377 |
#, fuzzy
|
|
|
2378 |
msgid "Date input format"
|
2379 |
msgstr "Datum format"
|
2380 |
|
2390 |
|
2391 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:486
|
2392 |
#, fuzzy
|
|
|
2393 |
msgid "Read from table"
|
2394 |
msgstr "Verbergen op tablets"
|
2395 |
|
2408 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:503
|
2409 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:12
|
2410 |
#, fuzzy
|
|
|
2411 |
msgid "Use values from another wpDataTable"
|
2412 |
msgstr "Gebruik in wpDataTable"
|
2413 |
|
2451 |
|
2452 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:572
|
2453 |
#, fuzzy
|
|
|
2454 |
msgid "Calculate total"
|
2455 |
msgstr "Dupliceer tabel"
|
2456 |
|
2564 |
|
2565 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:715
|
2566 |
#, fuzzy
|
|
|
2567 |
msgid "Button class"
|
2568 |
msgstr "Bottons font kleur"
|
2569 |
|
2570 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:741
|
2571 |
#, fuzzy
|
|
|
2572 |
msgid "Allow sorting"
|
2573 |
msgstr "Sorteren inschakelen"
|
2574 |
|
2582 |
|
2583 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:757
|
2584 |
#, fuzzy
|
|
|
2585 |
msgid "Use as default sorting column"
|
2586 |
msgstr "Standaard sortering kolom"
|
2587 |
|
2592 |
|
2593 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:777
|
2594 |
#, fuzzy
|
|
|
2595 |
msgid "Default sorting direction"
|
2596 |
msgstr "Standaard sortering kolom"
|
2597 |
|
2615 |
|
2616 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:819
|
2617 |
#, fuzzy
|
|
|
2618 |
msgid "Enable filtering for column"
|
2619 |
msgstr "Standaard sortering kolom"
|
2620 |
|
2626 |
|
2627 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:834
|
2628 |
#, fuzzy
|
|
|
2629 |
msgid "Allow filtering"
|
2630 |
msgstr "Geavanceerde filtering"
|
2631 |
|
2645 |
|
2646 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:853
|
2647 |
#, fuzzy
|
|
|
2648 |
msgid "Number"
|
2649 |
msgstr "Nummer format"
|
2650 |
|
2651 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:854
|
2652 |
#, fuzzy
|
|
|
2653 |
msgid "Number range"
|
2654 |
msgstr "Nummer format"
|
2655 |
|
2656 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:855
|
2657 |
#, fuzzy
|
|
|
2658 |
msgid "Date range"
|
2659 |
msgstr "Datum format"
|
2660 |
|
2676 |
|
2677 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:875
|
2678 |
#, fuzzy
|
|
|
2679 |
msgid "Filter label"
|
2680 |
msgstr "Filter type"
|
2681 |
|
2691 |
|
2692 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:905
|
2693 |
#, fuzzy
|
|
|
2694 |
msgid "Exact filtering"
|
2695 |
msgstr "Geavanceerde filtering"
|
2696 |
|
2702 |
|
2703 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:912
|
2704 |
#, fuzzy
|
|
|
2705 |
msgid "Enable exact filtering"
|
2706 |
msgstr "Sorteren inschakelen"
|
2707 |
|
2708 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:926
|
2709 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1024
|
2710 |
#, fuzzy
|
|
|
2711 |
msgid "Predefined value(s)"
|
2712 |
msgstr "Standaardwaarde(n)"
|
2713 |
|
2751 |
|
2752 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1003
|
2753 |
#, fuzzy
|
|
|
2754 |
msgid "Column cannot be empty"
|
2755 |
msgstr "Tabel type mag niet leeg zijn"
|
2756 |
|
2762 |
|
2763 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1010
|
2764 |
#, fuzzy
|
|
|
2765 |
msgid "Cannot be empty"
|
2766 |
msgstr "Tabel type mag niet leeg zijn"
|
2767 |
|
2773 |
|
2774 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1071
|
2775 |
#, fuzzy
|
|
|
2776 |
msgid "Add rule"
|
2777 |
msgstr "Nieuwe toevoegen"
|
2778 |
|
2779 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:13
|
2780 |
#, fuzzy
|
|
|
2781 |
msgid "Enable/disable editing"
|
2782 |
msgstr "Sorteren inschakelen"
|
2783 |
|
2784 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:15
|
2785 |
#, fuzzy
|
|
|
2786 |
msgid "Show/hide filters"
|
2787 |
msgstr "Leeg filters"
|
2788 |
|
2796 |
|
2797 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:21
|
2798 |
#, fuzzy
|
|
|
2799 |
msgid "Show/hide on mobile"
|
2800 |
msgstr "Verbergen op mobiele apparaten"
|
2801 |
|
2802 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:23
|
2803 |
#, fuzzy
|
|
|
2804 |
msgid "Show/hide on tablet"
|
2805 |
msgstr "Verbergen op tablets"
|
2806 |
|
2807 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:25
|
2808 |
#, fuzzy
|
|
|
2809 |
msgid "Open column settings"
|
2810 |
msgstr "Optionele kolom setup"
|
2811 |
|
2843 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:33
|
2844 |
#: ../.././templates/edit_table.inc.php:784
|
2845 |
#, fuzzy
|
|
|
2846 |
msgid "Reset cell color to default"
|
2847 |
msgstr "Reset kleuren en fonts naar standaard"
|
2848 |
|
2864 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:37
|
2865 |
#: ../.././templates/edit_table.inc.php:788
|
2866 |
#, fuzzy
|
|
|
2867 |
msgid "Set row color"
|
2868 |
msgstr "Hover rij kleur"
|
2869 |
|
2870 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:38
|
2871 |
#: ../.././templates/edit_table.inc.php:789
|
2872 |
#, fuzzy
|
|
|
2873 |
msgid "Reset row color to default"
|
2874 |
msgstr "Reset kleuren en fonts naar standaard"
|
2875 |
|
2876 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:39
|
2877 |
#: ../.././templates/edit_table.inc.php:790
|
2878 |
#, fuzzy
|
|
|
2879 |
msgid "Set row CSS class"
|
2880 |
msgstr "CSS class(es)"
|
2881 |
|
2887 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:41
|
2888 |
#: ../.././templates/edit_table.inc.php:792
|
2889 |
#, fuzzy
|
|
|
2890 |
msgid "Set column color"
|
2891 |
msgstr "Tabel font kleur"
|
2892 |
|
2901 |
|
2902 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:18
|
2903 |
#, fuzzy
|
|
|
2904 |
msgid "Choose a source wpDataTable"
|
2905 |
msgstr "Gebruik in wpDataTable"
|
2906 |
|
2911 |
|
2912 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:27
|
2913 |
#, fuzzy
|
|
|
2914 |
msgid "Pick a table..."
|
2915 |
msgstr "Selecteer een tabel type..."
|
2916 |
|
2917 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:47
|
2918 |
#, fuzzy
|
|
|
2919 |
msgid "Display value"
|
2920 |
msgstr "Display lengte"
|
2921 |
|
2927 |
|
2928 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:71
|
2929 |
#, fuzzy
|
|
|
2930 |
msgid "Store value"
|
2931 |
msgstr "Mogelijke waardes"
|
2932 |
|
2954 |
|
2955 |
#: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:31
|
2956 |
#, fuzzy
|
|
|
2957 |
msgid "Columns to use"
|
2958 |
msgstr "Kolom type"
|
2959 |
|
2991 |
|
2992 |
#: ../.././templates/admin/table-settings/remove_column_modal.inc.php:62
|
2993 |
#, fuzzy
|
|
|
2994 |
msgid "Are you sure? There is no undo!"
|
2995 |
msgstr ""
|
2996 |
"Weet je het zeker? Je verliest de aanpassingen die niet opgeslagen zijn!"
|
2997 |
|
2998 |
#: ../.././templates/admin/table-settings/table_preview_block.inc.php:19
|
2999 |
#, fuzzy
|
|
|
3000 |
msgid "Table preview and columns setup"
|
3001 |
msgstr "Optionele kolom setup"
|
3002 |
|
3014 |
|
3015 |
#: ../.././templates/admin/table-settings/table_preview_block.inc.php:33
|
3016 |
#, fuzzy
|
|
|
3017 |
msgid "Add column"
|
3018 |
msgstr "ID kolom"
|
3019 |
|
3020 |
#: ../.././templates/admin/table-settings/table_preview_block.inc.php:35
|
3021 |
#, fuzzy
|
|
|
3022 |
msgid "Remove column"
|
3023 |
msgstr "Groep kolom"
|
3024 |
|
3038 |
|
3039 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:26
|
3040 |
#, fuzzy
|
|
|
3041 |
msgid "wpDataTable name, click to edit"
|
3042 |
msgstr "wpDatatables backend fout:"
|
3043 |
|
3044 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:30
|
3045 |
#, fuzzy
|
|
|
3046 |
msgid "Click to copy shortcode"
|
3047 |
msgstr "Klik om te openen"
|
3048 |
|
3052 |
|
3053 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:69
|
3054 |
#, fuzzy
|
|
|
3055 |
msgid "Sorting and filtering"
|
3056 |
msgstr "Geavanceerde filtering"
|
3057 |
|
3058 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:77
|
3059 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:912
|
3060 |
#, fuzzy
|
|
|
3061 |
msgid "Table Tools"
|
3062 |
msgstr "Tabel tools"
|
3063 |
|
3067 |
|
3068 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:97
|
3069 |
#, fuzzy
|
|
|
3070 |
msgid "Input data source type"
|
3071 |
msgstr "Tabel invoer data bron mag niet leeg zijn"
|
3072 |
|
3078 |
|
3079 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:106
|
3080 |
#, fuzzy
|
|
|
3081 |
msgid "Select a data source type"
|
3082 |
msgstr "Selecteer een tabel type..."
|
3083 |
|
3112 |
|
3113 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:124
|
3114 |
#, fuzzy
|
|
|
3115 |
msgid "Input file path or URL"
|
3116 |
msgstr "Voer bestand of URL in"
|
3117 |
|
3145 |
|
3146 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:152
|
3147 |
#, fuzzy
|
|
|
3148 |
msgid "Enable server-side processing"
|
3149 |
msgstr "Server-side verwerking"
|
3150 |
|
3151 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:168
|
3152 |
#, fuzzy
|
|
|
3153 |
msgid "MySQL Query"
|
3154 |
msgstr "MySQL query"
|
3155 |
|
3185 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:210
|
3186 |
#: ../.././templates/edit_table.inc.php:67
|
3187 |
#, fuzzy
|
|
|
3188 |
msgid "Show table title"
|
3189 |
msgstr "Nieuwe tabelnaam"
|
3190 |
|
3196 |
|
3197 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:224
|
3198 |
#, fuzzy
|
|
|
3199 |
msgid "Show table title on the page"
|
3200 |
msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
|
3201 |
|
3202 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:234
|
3203 |
#, fuzzy
|
|
|
3204 |
msgid "Responsiveness"
|
3205 |
msgstr "Responsive"
|
3206 |
|
3207 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:242
|
3208 |
#, fuzzy
|
|
|
3209 |
msgid "Responsive design"
|
3210 |
msgstr "Responsive"
|
3211 |
|
3235 |
|
3236 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:273
|
3237 |
#, fuzzy
|
|
|
3238 |
msgid "Hide the table before it is fully loaded"
|
3239 |
msgstr "Verberg tabel tot de pagina volledig geladen is"
|
3240 |
|
3249 |
|
3250 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:302
|
3251 |
#, fuzzy
|
|
|
3252 |
msgid "How many rows to show per page by default."
|
3253 |
msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
|
3254 |
|
3255 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:338
|
3256 |
#, fuzzy
|
|
|
3257 |
msgid "Show X entries"
|
3258 |
msgstr "data"
|
3259 |
|
3301 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:432
|
3302 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:440
|
3303 |
#, fuzzy
|
|
|
3304 |
msgid "Limit table width"
|
3305 |
msgstr "Limiteer tabel layout"
|
3306 |
|
3336 |
|
3337 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:508
|
3338 |
#, fuzzy
|
|
|
3339 |
msgid "Advanced column filters"
|
3340 |
msgstr "Geavanceerde filtering"
|
3341 |
|
3342 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:516
|
3343 |
#, fuzzy
|
|
|
3344 |
msgid "Advanced filter"
|
3345 |
msgstr "Geavanceerde filtering"
|
3346 |
|
3352 |
|
3353 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:530
|
3354 |
#, fuzzy
|
|
|
3355 |
msgid "Enable advanced column filters"
|
3356 |
msgstr "Render geavanceerd filter"
|
3357 |
|
3363 |
|
3364 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:562
|
3365 |
#, fuzzy
|
|
|
3366 |
msgid "Allow sorting for the table"
|
3367 |
msgstr "Onder de grafiek/diagram"
|
3368 |
|
3386 |
|
3387 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:610
|
3388 |
#, fuzzy
|
|
|
3389 |
msgid "Filters in a form"
|
3390 |
msgstr "Filter in formulier"
|
3391 |
|
3406 |
|
3407 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:641
|
3408 |
#, fuzzy
|
|
|
3409 |
msgid "Clear filters button"
|
3410 |
msgstr "Leeg filters"
|
3411 |
|
3432 |
|
3433 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:669
|
3434 |
#, fuzzy
|
|
|
3435 |
msgid "Show clear filters button"
|
3436 |
msgstr "Leeg filters"
|
3437 |
|
3438 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:691
|
3439 |
#, fuzzy
|
|
|
3440 |
msgid "Allow editing"
|
3441 |
msgstr "Front-end aanpassen"
|
3442 |
|
3447 |
|
3448 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:706
|
3449 |
#, fuzzy
|
|
|
3450 |
msgid "Allow editing the table from the front-end."
|
3451 |
msgstr "Maak tabel aanpasbaar vanaf de front-end"
|
3452 |
|
3453 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:713
|
3454 |
#, fuzzy
|
|
|
3455 |
msgid "Allow front-end editing"
|
3456 |
msgstr "Front-end aanpassen"
|
3457 |
|
3478 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:755
|
3479 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:763
|
3480 |
#, fuzzy
|
|
|
3481 |
msgid "In-line editing"
|
3482 |
msgstr "Front-end aanpassen"
|
3483 |
|
3489 |
|
3490 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:777
|
3491 |
#, fuzzy
|
|
|
3492 |
msgid "Allow in-line editing"
|
3493 |
msgstr "Front-end aanpassen"
|
3494 |
|
3499 |
|
3500 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:796
|
3501 |
#, fuzzy
|
|
|
|
|
3502 |
msgid ""
|
3503 |
"Name of the MySQL table which will be updated when edited from front-end."
|
3504 |
msgstr ""
|
3507 |
|
3508 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:801
|
3509 |
#, fuzzy
|
|
|
3510 |
msgid "MySQL table name"
|
3511 |
msgstr "MySQL database naam"
|
3512 |
|
3513 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:810
|
3514 |
#: ../.././templates/edit_table.inc.php:203
|
3515 |
#, fuzzy
|
|
|
3516 |
msgid "ID column for editing"
|
3517 |
msgstr "MySQL tabel naam voor aanpassen"
|
3518 |
|
3531 |
|
3532 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:828
|
3533 |
#, fuzzy
|
|
|
|
|
|
|
3534 |
msgid ""
|
3535 |
"If you want only specific user roles to be able to edit the table, choose in "
|
3536 |
"this dropdown. Leave unchecked to allow editing for everyone."
|
3548 |
|
3549 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:835
|
3550 |
#, fuzzy
|
|
|
3551 |
msgid "Editors"
|
3552 |
msgstr "Editor rollen"
|
3553 |
|
3584 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:885
|
3585 |
#: ../.././templates/edit_table.inc.php:250
|
3586 |
#, fuzzy
|
|
|
3587 |
msgid "User ID column"
|
3588 |
msgstr "ID kolom"
|
3589 |
|
3606 |
|
3607 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:934
|
3608 |
#, fuzzy
|
|
|
3609 |
msgid "Enable Table Tools"
|
3610 |
msgstr "Tabel tools"
|
3611 |
|
3619 |
|
3620 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:952
|
3621 |
#, fuzzy
|
|
|
3622 |
msgid "Columns visibility"
|
3623 |
msgstr "Kolom type"
|
3624 |
|
3688 |
#: ../.././templates/browse_charts.inc.php:8
|
3689 |
#: ../.././templates/chart_wizard.inc.php:16
|
3690 |
#, fuzzy
|
|
|
3691 |
msgid "wpDataTables documentation on Charts"
|
3692 |
msgstr "wpDataTables documentatie"
|
3693 |
|
3694 |
#: ../.././templates/browse_charts.inc.php:9
|
3695 |
#, fuzzy
|
|
|
3696 |
msgid "Add new chart"
|
3697 |
msgstr "Voeg een grafiek toe"
|
3698 |
|
3699 |
#: ../.././templates/chart_wizard.inc.php:17
|
3700 |
#, fuzzy
|
|
|
3701 |
msgid "wpDataTables Chart Wizard"
|
3702 |
msgstr "wpDataTables instellingen"
|
3703 |
|
3736 |
|
3737 |
#: ../.././templates/constructor.inc.php:14
|
3738 |
#, fuzzy
|
|
|
3739 |
msgid "wpDataTables documentation on Table Consturctor"
|
3740 |
msgstr "wpDataTables documentatie"
|
3741 |
|
3742 |
#: ../.././templates/constructor.inc.php:14
|
3743 |
#: ../.././templates/edit_table.inc.php:11
|
3744 |
#, fuzzy
|
|
|
3745 |
msgid "if you have some questions or problems."
|
3746 |
msgstr "als je vragen of problemen hebt met deze plugin."
|
3747 |
|
3748 |
#: ../.././templates/constructor.inc.php:15
|
3749 |
#, fuzzy
|
|
|
3750 |
msgid "wpDataTable constructor"
|
3751 |
msgstr "wpDataTables documentatie"
|
3752 |
|
3753 |
#: ../.././templates/edit_table.inc.php:11
|
3754 |
#, fuzzy
|
|
|
3755 |
msgid "wpDataTables documentation on this page"
|
3756 |
msgstr "wpDataTables documentatie"
|
3757 |
|
3950 |
|
3951 |
#: ../.././templates/edit_table.inc.php:223
|
3952 |
#, fuzzy
|
|
|
3953 |
msgid "Inline editing"
|
3954 |
msgstr "Front-end aanpassen"
|
3955 |
|
3956 |
#: ../.././templates/edit_table.inc.php:227
|
3957 |
#, fuzzy
|
|
|
|
|
|
|
3958 |
msgid ""
|
3959 |
"Check this checkbox if you would like to be able to edit the table data "
|
3960 |
"inline, by double-clicking a cell, not only in a modal dialog"
|
3962 |
|
3963 |
#: ../.././templates/edit_table.inc.php:236
|
3964 |
#, fuzzy
|
|
|
|
|
|
|
3965 |
msgid ""
|
3966 |
"Check this checkbox if you would like to get the New, Edit and Delete "
|
3967 |
"buttons in a popover on click on a table row, instead of in TableTools block "
|
4033 |
|
4034 |
#: ../.././templates/edit_table.inc.php:315
|
4035 |
#, fuzzy
|
|
|
|
|
|
|
4036 |
msgid ""
|
4037 |
"Check this checkbox if you would like this table to be horizontal scrollable"
|
4038 |
msgstr "Aanklikken als je een sorteerfunctie wilt hebben"
|
4205 |
|
4206 |
#: ../.././templates/edit_table.inc.php:548
|
4207 |
#, fuzzy
|
|
|
4208 |
msgid "Clear values"
|
4209 |
msgstr "Leeg filters"
|
4210 |
|
4228 |
|
4229 |
#: ../.././templates/edit_table.inc.php:603
|
4230 |
#, fuzzy
|
|
|
4231 |
msgid "Editor input type:"
|
4232 |
msgstr "Editor input type"
|
4233 |
|
4234 |
#: ../.././templates/edit_table.inc.php:613
|
4235 |
#, fuzzy
|
|
|
4236 |
msgid "Cannot be empty:"
|
4237 |
msgstr "Tabel type mag niet leeg zijn"
|
4238 |
|
4259 |
|
4260 |
#: ../.././templates/edit_table.inc.php:714
|
4261 |
#, fuzzy
|
|
|
4262 |
msgid "Display text before"
|
4263 |
msgstr "Weergegeven header"
|
4264 |
|
4265 |
#: ../.././templates/edit_table.inc.php:722
|
4266 |
#, fuzzy
|
|
|
4267 |
msgid "Display text after"
|
4268 |
msgstr "Weergegeven header"
|
4269 |
|
4284 |
|
4285 |
#: ../.././templates/edit_table.inc.php:802
|
4286 |
#, fuzzy
|
|
|
4287 |
msgid "Table saved!"
|
4288 |
msgstr "Tabel succesvol opgeslagen!"
|
4289 |
|
4294 |
|
4295 |
#: ../.././templates/settings.inc.php:12
|
4296 |
#, fuzzy
|
|
|
4297 |
msgid "wpDataTables documentation on this feature"
|
4298 |
msgstr "wpDataTables documentatie"
|
4299 |
|
4343 |
|
4344 |
#: ../.././templates/settings.inc.php:126
|
4345 |
#, fuzzy
|
|
|
4346 |
msgid "Pick the time format to use in datetime and time column type"
|
4347 |
msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
|
4348 |
|
4607 |
|
4608 |
#: ../.././templates/settings.inc.php:472
|
4609 |
#, fuzzy
|
|
|
4610 |
msgid "Use minified wpDataTables Javascript"
|
4611 |
msgstr "Gebruik in wpDataTable"
|
4612 |
|
languages/nl_NL/wpdatatables-nl_NL.mo
CHANGED
Binary file
|
languages/nl_NL/wpdatatables-nl_NL.po
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
-
"POT-Creation-Date: 2019-
|
5 |
-
"PO-Revision-Date: 2019-
|
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
|
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
|
@@ -35,13 +36,11 @@ msgstr ""
|
|
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 |
|
@@ -53,111 +52,113 @@ msgstr ""
|
|
53 |
msgid "Addons"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: ../.././controllers/wdt_admin.php:
|
57 |
-
#: ../.././controllers/wdt_admin.php:
|
58 |
-
#: ../.././controllers/wdt_admin.php:
|
59 |
-
#: ../.././controllers/wdt_admin.php:
|
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:
|
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:
|
70 |
-
#: ../.././controllers/wdt_functions.php:
|
71 |
msgid "wpDataTable with provided ID not found!"
|
72 |
msgstr "wpDataTable met geleverde ID niet gevonden!"
|
73 |
|
74 |
-
#: ../.././controllers/wdt_functions.php:
|
75 |
msgid "Provided column is not Integer or Float column type"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: ../.././controllers/wdt_functions.php:
|
79 |
#, fuzzy
|
80 |
-
#| msgid "Choose roles"
|
81 |
msgid "Choose a table"
|
82 |
msgstr "Kies rollen"
|
83 |
|
84 |
-
#: ../.././controllers/wdt_functions.php:
|
85 |
msgid "Interactive Responsive Table"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: ../.././controllers/wdt_functions.php:
|
89 |
-
#: ../.././controllers/wdt_functions.php:
|
90 |
msgid "Content"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../.././controllers/wdt_functions.php:
|
94 |
msgid "wpDataTable"
|
95 |
msgstr "wpDataTable"
|
96 |
|
97 |
-
#: ../.././controllers/wdt_functions.php:
|
98 |
msgid "Choose the wpDataTable from a dropdown"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../.././controllers/wdt_functions.php:
|
102 |
#, fuzzy
|
103 |
-
#| msgid "Table title"
|
104 |
msgid "Table view"
|
105 |
msgstr "Tabel titel"
|
106 |
|
107 |
-
#: ../.././controllers/wdt_functions.php:
|
108 |
#, fuzzy
|
109 |
-
#| msgid "Use in wpDataTable"
|
110 |
msgid "Regular wpDataTable"
|
111 |
msgstr "Gebruik in wpDataTable"
|
112 |
|
113 |
-
#: ../.././controllers/wdt_functions.php:
|
114 |
#, fuzzy
|
115 |
-
#| msgid "Excel file"
|
116 |
msgid "Excel-like table"
|
117 |
msgstr "Excel bestand"
|
118 |
|
119 |
-
#: ../.././controllers/wdt_functions.php:
|
120 |
msgid "Variable placeholder #1"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: ../.././controllers/wdt_functions.php:
|
124 |
-
#: ../.././controllers/wdt_functions.php:
|
125 |
-
#: ../.././controllers/wdt_functions.php:
|
126 |
msgid "Variables"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../.././controllers/wdt_functions.php:
|
130 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: ../.././controllers/wdt_functions.php:
|
134 |
msgid "Variable placeholder #2"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../.././controllers/wdt_functions.php:
|
138 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: ../.././controllers/wdt_functions.php:
|
142 |
msgid "Variable placeholder #3"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: ../.././controllers/wdt_functions.php:
|
146 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: ../.././controllers/wdt_functions.php:
|
150 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: ../.././controllers/wdt_functions.php:
|
154 |
msgid "wpDataChart"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: ../.././controllers/wdt_functions.php:
|
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
|
@@ -175,9 +176,8 @@ msgid "Delete"
|
|
175 |
msgstr "Verwijderen"
|
176 |
|
177 |
#: ../.././source/class.wdtbrowsechartstable.php:188
|
178 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
179 |
#, fuzzy
|
180 |
-
#| msgid "Column chart"
|
181 |
msgid "Column Chart"
|
182 |
msgstr "Kolomgrafiek"
|
183 |
|
@@ -189,173 +189,168 @@ 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:
|
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:
|
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:
|
218 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
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:
|
226 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
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:
|
234 |
msgid "Bubble Chart"
|
235 |
msgstr ""
|
236 |
|
237 |
#: ../.././source/class.wdtbrowsechartstable.php:215
|
238 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
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:
|
263 |
#, fuzzy
|
264 |
-
#| msgid "Area chart"
|
265 |
msgid "Basic Area Chart"
|
266 |
msgstr "Omgevingsgrafiek"
|
267 |
|
268 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
269 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
270 |
#, fuzzy
|
271 |
-
#| msgid "Area chart"
|
272 |
msgid "Stacked Area Chart"
|
273 |
msgstr "Omgevingsgrafiek"
|
274 |
|
275 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
276 |
#, fuzzy
|
277 |
-
#| msgid "Bar chart"
|
278 |
msgid "Basic Bar Chart"
|
279 |
msgstr "Staafgrafiek"
|
280 |
|
281 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
282 |
#, fuzzy
|
283 |
-
#| msgid "Column chart"
|
284 |
msgid "Basic Column Chart"
|
285 |
msgstr "Kolomgrafiek"
|
286 |
|
287 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
288 |
#, fuzzy
|
289 |
-
#| msgid "Column chart"
|
290 |
msgid "Stacked Column Chart"
|
291 |
msgstr "Kolomgrafiek"
|
292 |
|
293 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
294 |
msgid "Pie With Gradient Chart"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
298 |
msgid "Scatter Plot"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
302 |
#, fuzzy
|
303 |
-
#| msgid "Column chart"
|
304 |
msgid "3D Column Chart"
|
305 |
msgstr "Kolomgrafiek"
|
306 |
|
307 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
308 |
#, fuzzy
|
309 |
-
#| msgid "Pie chart"
|
310 |
msgid "3D Pie Chart"
|
311 |
msgstr "Taartdiagram"
|
312 |
|
313 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
314 |
msgid "3D Donut Chart"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
318 |
#, fuzzy
|
319 |
-
#| msgid "Bar chart"
|
320 |
msgid "Radar Chart"
|
321 |
msgstr "Staafgrafiek"
|
322 |
|
323 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
324 |
#, fuzzy
|
325 |
-
#| msgid "Area chart"
|
326 |
msgid "Polar Area Chart"
|
327 |
msgstr "Omgevingsgrafiek"
|
328 |
|
329 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
330 |
#, fuzzy
|
331 |
-
#| msgid "Column chart"
|
332 |
msgid "Doughnut Chart"
|
333 |
msgstr "Kolomgrafiek"
|
334 |
|
335 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
336 |
msgid "Google"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
340 |
#, fuzzy
|
341 |
-
#| msgid "Pie chart"
|
342 |
msgid "Highcharts"
|
343 |
msgstr "Taartdiagram"
|
344 |
|
345 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
346 |
#, fuzzy
|
347 |
-
#| msgid "Chart hor. axis"
|
348 |
msgid "Chart.js"
|
349 |
msgstr "Grafiek hor. as"
|
350 |
|
351 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
352 |
#: ../.././source/class.wdtbrowsetable.php:272
|
353 |
msgid "Select All"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../.././source/class.wdtbrowsechartstable.php:
|
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 |
|
@@ -367,7 +362,6 @@ msgstr "Dubbel"
|
|
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 |
|
@@ -377,7 +371,6 @@ msgstr ""
|
|
377 |
|
378 |
#: ../.././source/class.wdtbrowsetable.php:209
|
379 |
#, fuzzy
|
380 |
-
#| msgid "MySQL host"
|
381 |
msgid "MySQL"
|
382 |
msgstr "MySQL host"
|
383 |
|
@@ -390,7 +383,6 @@ msgstr ""
|
|
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 |
|
@@ -407,7 +399,6 @@ msgstr ""
|
|
407 |
|
408 |
#: ../.././source/class.wdtbrowsetable.php:224
|
409 |
#, fuzzy
|
410 |
-
#| msgid "JSON file"
|
411 |
msgid "JSON"
|
412 |
msgstr "JSON bestand"
|
413 |
|
@@ -436,89 +427,87 @@ 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:
|
444 |
msgid "One line string"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: ../.././source/class.wdttools.php:
|
448 |
msgid "Multi-line string"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: ../.././source/class.wdttools.php:
|
452 |
msgid "One-line selectbox"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: ../.././source/class.wdttools.php:
|
456 |
msgid "Multi-line selectbox"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: ../.././source/class.wdttools.php:
|
460 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:361
|
461 |
msgid "Integer"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: ../.././source/class.wdttools.php:
|
465 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:362
|
466 |
msgid "Float"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
476 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:989
|
477 |
msgid "Datetime"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
487 |
msgid "URL Link"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: ../.././source/class.wdttools.php:
|
491 |
msgid "E-mail"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: ../.././source/class.wdttools.php:
|
495 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:368
|
496 |
msgid "Image"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
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:
|
514 |
msgid "Back to date"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: ../.././source/class.wdttools.php:
|
518 |
msgid "Browse"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../.././source/class.wdttools.php:
|
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
|
@@ -536,23 +525,21 @@ msgstr ""
|
|
536 |
msgid "Cancel"
|
537 |
msgstr "Annuleren"
|
538 |
|
539 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
546 |
msgid "Use selected file"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: ../.././source/class.wdttools.php:
|
550 |
#, fuzzy
|
551 |
-
#| msgid "Choose roles"
|
552 |
msgid "Choose file"
|
553 |
msgstr "Kies rollen"
|
554 |
|
555 |
-
#: ../.././source/class.wdttools.php:
|
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
|
@@ -563,198 +550,192 @@ msgstr "Kies rollen"
|
|
563 |
msgid "Close"
|
564 |
msgstr "Sluiten"
|
565 |
|
566 |
-
#: ../.././source/class.wdttools.php:
|
567 |
msgid "Column has been added!"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
577 |
msgid "Please confirm column deletion!"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: ../.././source/class.wdttools.php:
|
581 |
msgid "Column has been removed!"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../.././source/class.wdttools.php:
|
585 |
msgid "Please select columns that you want to use in table"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
596 |
msgid "There was an error trying to insert a new row!"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: ../.././source/class.wdttools.php:
|
600 |
msgid "Data has been saved!"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../.././source/class.wdttools.php:
|
604 |
msgid "detach"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: ../.././source/class.wdttools.php:
|
608 |
#: ../.././templates/settings.inc.php:627
|
609 |
msgid "Error!"
|
610 |
msgstr "Fout!"
|
611 |
|
612 |
-
#: ../.././source/class.wdttools.php:
|
613 |
msgid "Please upload or choose a file from Media Library!"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: ../.././source/class.wdttools.php:
|
617 |
msgid "From"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: ../.././source/class.wdttools.php:
|
621 |
msgid "Please provide a valid e-mail address for field"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: ../.././source/class.wdttools.php:
|
625 |
msgid "Please provide a valid URL link for field"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: ../.././source/class.wdttools.php:
|
629 |
msgid "You have entered invalid value. Press ESC to cancel."
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: ../.././source/class.wdttools.php:
|
633 |
msgid "Show _MENU_ entries"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: ../.././source/class.wdttools.php:
|
637 |
#: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
638 |
msgid "Merge"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: ../.././source/class.wdttools.php:
|
642 |
#, fuzzy
|
643 |
-
#| msgid "ID column"
|
644 |
msgid "New column"
|
645 |
msgstr "ID kolom"
|
646 |
|
647 |
-
#: ../.././source/class.wdttools.php:
|
648 |
msgid ": activate to sort column ascending"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../.././source/class.wdttools.php:
|
652 |
msgid ": activate to sort column descending"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../.././source/class.wdttools.php:
|
656 |
msgid "Ok"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../.././source/class.wdttools.php:
|
660 |
msgid "First"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: ../.././source/class.wdttools.php:
|
664 |
msgid "Last"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: ../.././source/class.wdttools.php:
|
668 |
msgid "Next"
|
669 |
msgstr "Volgende"
|
670 |
|
671 |
-
#: ../.././source/class.wdttools.php:
|
672 |
#, fuzzy
|
673 |
-
#| msgid "Preview"
|
674 |
msgid "Previous"
|
675 |
msgstr "Preview"
|
676 |
|
677 |
-
#: ../.././source/class.wdttools.php:
|
678 |
#: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
679 |
msgid "Replace"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: ../.././source/class.wdttools.php:
|
683 |
msgid "Row has been deleted!"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../.././source/class.wdttools.php:
|
687 |
msgid "Select a file to use in table"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: ../.././source/class.wdttools.php:
|
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:
|
697 |
msgid "No data available in table"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../.././source/class.wdttools.php:
|
701 |
#, fuzzy
|
702 |
-
#| msgid "Settings saved successfully"
|
703 |
msgid "Plugin settings saved successfully"
|
704 |
msgstr "Instellingen zijn opgeslagen"
|
705 |
|
706 |
-
#: ../.././source/class.wdttools.php:
|
707 |
msgid "Shortcode has been copied to the clipboard."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../.././source/class.wdttools.php:
|
711 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../.././source/class.wdttools.php:
|
715 |
msgid "Showing 0 to 0 of 0 entries"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: ../.././source/class.wdttools.php:
|
719 |
msgid "(filtered from _MAX_ total entries)"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../.././source/class.wdttools.php:
|
723 |
msgid ","
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: ../.././source/class.wdttools.php:
|
727 |
msgid "Loading..."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../.././source/class.wdttools.php:
|
731 |
msgid "Processing..."
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: ../.././source/class.wdttools.php:
|
735 |
#, fuzzy
|
736 |
-
#| msgid "MySQL user"
|
737 |
msgid "SQL error"
|
738 |
msgstr "MySQL gebruiker"
|
739 |
|
740 |
-
#: ../.././source/class.wdttools.php:
|
741 |
msgid "Search: "
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: ../.././source/class.wdttools.php:
|
745 |
#: ../.././templates/settings.inc.php:625
|
746 |
msgid "Success!"
|
747 |
msgstr "Succes!"
|
748 |
|
749 |
-
#: ../.././source/class.wdttools.php:
|
750 |
msgid "No matching records found"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: ../.././source/class.wdttools.php:
|
754 |
msgid "Table saved successfully!"
|
755 |
msgstr "Tabel succesvol opgeslagen!"
|
756 |
|
757 |
-
#: ../.././source/class.wdttools.php:
|
758 |
msgid "To"
|
759 |
msgstr ""
|
760 |
|
@@ -775,7 +756,6 @@ msgstr "Alles"
|
|
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 |
|
@@ -825,7 +805,6 @@ 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 |
|
@@ -857,13 +836,11 @@ 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 |
|
@@ -924,13 +901,16 @@ msgstr ""
|
|
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 |
|
@@ -946,7 +926,6 @@ 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 |
|
@@ -978,7 +957,6 @@ msgstr ""
|
|
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 |
|
@@ -1009,14 +987,12 @@ msgstr ""
|
|
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 |
|
@@ -1038,7 +1014,6 @@ msgstr "Omgevingsgrafiek"
|
|
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 |
|
@@ -1050,13 +1025,11 @@ 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 |
|
@@ -1070,7 +1043,6 @@ 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 |
|
@@ -1078,14 +1050,12 @@ msgstr "Kolomgrafiek"
|
|
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 |
|
@@ -1098,7 +1068,6 @@ msgstr "Staafgrafiek"
|
|
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 |
|
@@ -1107,55 +1076,55 @@ msgstr "Voeg een grafiek toe"
|
|
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 |
|
@@ -1172,40 +1141,34 @@ msgstr ""
|
|
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 |
|
@@ -1216,7 +1179,6 @@ msgstr ""
|
|
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 |
|
@@ -1258,10 +1220,35 @@ msgstr ""
|
|
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"
|
@@ -1281,7 +1268,6 @@ msgstr ""
|
|
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 |
|
@@ -1345,7 +1331,6 @@ msgstr ""
|
|
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 |
|
@@ -1370,7 +1355,6 @@ msgstr "Hoofdinstellingen"
|
|
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 |
|
@@ -1419,7 +1403,6 @@ 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 |
|
@@ -1427,13 +1410,11 @@ msgstr "In de footer"
|
|
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 |
|
@@ -1441,46 +1422,37 @@ msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
|
|
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."
|
@@ -1490,13 +1462,11 @@ msgstr ""
|
|
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 "
|
@@ -1504,20 +1474,17 @@ msgstr ""
|
|
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 |
|
@@ -1527,7 +1494,6 @@ 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 |
|
@@ -1537,39 +1503,31 @@ 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."
|
@@ -1579,28 +1537,22 @@ msgstr ""
|
|
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."
|
@@ -1614,9 +1566,6 @@ 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."
|
@@ -1626,32 +1575,26 @@ msgstr ""
|
|
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 ""
|
@@ -1660,13 +1603,11 @@ msgstr ""
|
|
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 "
|
@@ -1679,7 +1620,6 @@ 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 "
|
@@ -1702,8 +1642,6 @@ 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 ""
|
@@ -1712,15 +1650,11 @@ msgstr ""
|
|
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."
|
@@ -1730,14 +1664,11 @@ msgstr ""
|
|
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 ""
|
@@ -1746,7 +1677,6 @@ msgstr ""
|
|
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 |
|
@@ -1757,20 +1687,17 @@ 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 |
|
@@ -1780,21 +1707,16 @@ 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 ""
|
@@ -1803,15 +1725,11 @@ msgstr ""
|
|
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, "
|
@@ -1841,7 +1759,6 @@ 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 |
|
@@ -1852,7 +1769,6 @@ 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 |
|
@@ -1867,20 +1783,17 @@ 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 |
|
@@ -1890,7 +1803,6 @@ 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 |
|
@@ -1901,7 +1813,6 @@ 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 |
|
@@ -1946,9 +1857,6 @@ 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."
|
@@ -1974,7 +1882,6 @@ 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 |
|
@@ -2014,13 +1921,11 @@ 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 |
|
@@ -2068,43 +1973,44 @@ msgid ""
|
|
2068 |
"default label will be Max ="
|
2069 |
msgstr ""
|
2070 |
|
2071 |
-
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
2086 |
-
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
2094 |
msgid "Include full bootstrap back-end"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:
|
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:
|
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 "
|
@@ -2113,13 +2019,11 @@ 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 |
|
@@ -2135,7 +2039,6 @@ 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 |
|
@@ -2149,7 +2052,6 @@ 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 |
|
@@ -2164,7 +2066,6 @@ 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 |
|
@@ -2175,32 +2076,27 @@ 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 |
|
@@ -2218,7 +2114,6 @@ 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 |
|
@@ -2233,7 +2128,6 @@ 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 |
|
@@ -2244,14 +2138,12 @@ 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 |
|
@@ -2267,21 +2159,18 @@ 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 |
|
@@ -2352,14 +2241,12 @@ 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 |
|
@@ -2462,7 +2349,6 @@ 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 |
|
@@ -2489,7 +2375,6 @@ 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 |
|
@@ -2505,7 +2390,6 @@ 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 |
|
@@ -2524,7 +2408,6 @@ msgstr ""
|
|
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 |
|
@@ -2568,7 +2451,6 @@ 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 |
|
@@ -2682,13 +2564,11 @@ 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 |
|
@@ -2702,7 +2582,6 @@ 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 |
|
@@ -2713,7 +2592,6 @@ 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 |
|
@@ -2737,7 +2615,6 @@ 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 |
|
@@ -2749,7 +2626,6 @@ 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 |
|
@@ -2769,19 +2645,16 @@ 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 |
|
@@ -2803,7 +2676,6 @@ 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 |
|
@@ -2819,7 +2691,6 @@ 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 |
|
@@ -2831,14 +2702,12 @@ 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 |
|
@@ -2882,7 +2751,6 @@ 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 |
|
@@ -2894,7 +2762,6 @@ 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 |
|
@@ -2906,19 +2773,16 @@ 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 |
|
@@ -2932,19 +2796,16 @@ 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 |
|
@@ -2982,7 +2843,6 @@ msgstr ""
|
|
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 |
|
@@ -3004,21 +2864,18 @@ msgstr ""
|
|
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 |
|
@@ -3030,7 +2887,6 @@ msgstr ""
|
|
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 |
|
@@ -3045,7 +2901,6 @@ 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 |
|
@@ -3056,13 +2911,11 @@ 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 |
|
@@ -3074,7 +2927,6 @@ 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 |
|
@@ -3102,7 +2954,6 @@ 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 |
|
@@ -3140,14 +2991,12 @@ 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 |
|
@@ -3165,13 +3014,11 @@ 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 |
|
@@ -3191,13 +3038,11 @@ 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 |
|
@@ -3207,14 +3052,12 @@ 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 |
|
@@ -3224,7 +3067,6 @@ 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 |
|
@@ -3236,7 +3078,6 @@ 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 |
|
@@ -3271,7 +3112,6 @@ 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 |
|
@@ -3305,13 +3145,11 @@ 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 |
|
@@ -3347,7 +3185,6 @@ msgstr "Tabel titel"
|
|
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 |
|
@@ -3359,19 +3196,16 @@ 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 |
|
@@ -3401,7 +3235,6 @@ 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 |
|
@@ -3416,13 +3249,11 @@ 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 |
|
@@ -3470,7 +3301,6 @@ msgstr ""
|
|
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 |
|
@@ -3506,13 +3336,11 @@ 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 |
|
@@ -3524,7 +3352,6 @@ 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 |
|
@@ -3536,7 +3363,6 @@ 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 |
|
@@ -3560,7 +3386,6 @@ 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 |
|
@@ -3581,7 +3406,6 @@ 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 |
|
@@ -3608,13 +3432,11 @@ 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 |
|
@@ -3625,13 +3447,11 @@ 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 |
|
@@ -3658,7 +3478,6 @@ msgstr ""
|
|
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 |
|
@@ -3670,7 +3489,6 @@ 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 |
|
@@ -3681,8 +3499,6 @@ 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 ""
|
@@ -3691,14 +3507,12 @@ msgstr ""
|
|
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 |
|
@@ -3717,9 +3531,6 @@ 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."
|
@@ -3737,7 +3548,6 @@ 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 |
|
@@ -3774,7 +3584,6 @@ msgstr ""
|
|
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 |
|
@@ -3797,7 +3606,6 @@ 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 |
|
@@ -3811,7 +3619,6 @@ 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 |
|
@@ -3881,19 +3688,16 @@ msgstr "kopieer"
|
|
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 |
|
@@ -3932,26 +3736,22 @@ 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 |
|
@@ -4150,15 +3950,11 @@ 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"
|
@@ -4166,9 +3962,6 @@ 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 "
|
@@ -4240,9 +4033,6 @@ 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"
|
@@ -4415,7 +4205,6 @@ msgstr ""
|
|
4415 |
|
4416 |
#: ../.././templates/edit_table.inc.php:548
|
4417 |
#, fuzzy
|
4418 |
-
#| msgid "Clear filters"
|
4419 |
msgid "Clear values"
|
4420 |
msgstr "Leeg filters"
|
4421 |
|
@@ -4439,13 +4228,11 @@ 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 |
|
@@ -4472,13 +4259,11 @@ msgstr ""
|
|
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 |
|
@@ -4499,7 +4284,6 @@ 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 |
|
@@ -4510,7 +4294,6 @@ 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 |
|
@@ -4560,7 +4343,6 @@ 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 |
|
@@ -4825,7 +4607,6 @@ 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 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
+
"POT-Creation-Date: 2019-07-25 10:30+0200\n"
|
5 |
+
"PO-Revision-Date: 2019-07-25 10:30+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 1.8.7.1\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-SearchPath-0: ../../.\n"
|
17 |
|
18 |
#: ../.././assets/js/handsontable/handsontable.full.min.js:31
|
36 |
#: ../.././controllers/wdt_admin.php:35 ../.././controllers/wdt_admin.php:36
|
37 |
#: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:36
|
38 |
#, fuzzy
|
|
|
39 |
msgid "Create a Chart"
|
40 |
msgstr "Omgevingsgrafiek"
|
41 |
|
42 |
#: ../.././controllers/wdt_admin.php:43 ../.././controllers/wdt_admin.php:44
|
43 |
#, fuzzy
|
|
|
44 |
msgid "Settings"
|
45 |
msgstr "Hoofdinstellingen"
|
46 |
|
52 |
msgid "Addons"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: ../.././controllers/wdt_admin.php:310 ../.././controllers/wdt_admin.php:359
|
56 |
+
#: ../.././controllers/wdt_admin.php:389 ../.././controllers/wdt_admin.php:410
|
57 |
+
#: ../.././controllers/wdt_admin.php:457 ../.././controllers/wdt_admin.php:483
|
58 |
+
#: ../.././controllers/wdt_admin.php:502
|
59 |
msgid "You do not have sufficient permissions to access this page."
|
60 |
msgstr "Je hebt niet voldoende permissies om de pagina te laden."
|
61 |
|
62 |
+
#: ../.././controllers/wdt_functions.php:437
|
63 |
#, fuzzy
|
|
|
64 |
msgid "wpDataChart with provided ID not found!"
|
65 |
msgstr "wpDataTable met geleverde ID niet gevonden!"
|
66 |
|
67 |
+
#: ../.././controllers/wdt_functions.php:473
|
68 |
+
#: ../.././controllers/wdt_functions.php:544
|
69 |
msgid "wpDataTable with provided ID not found!"
|
70 |
msgstr "wpDataTable met geleverde ID niet gevonden!"
|
71 |
|
72 |
+
#: ../.././controllers/wdt_functions.php:554
|
73 |
msgid "Provided column is not Integer or Float column type"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../.././controllers/wdt_functions.php:732
|
77 |
#, fuzzy
|
|
|
78 |
msgid "Choose a table"
|
79 |
msgstr "Kies rollen"
|
80 |
|
81 |
+
#: ../.././controllers/wdt_functions.php:764
|
82 |
msgid "Interactive Responsive Table"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: ../.././controllers/wdt_functions.php:765
|
86 |
+
#: ../.././controllers/wdt_functions.php:826
|
87 |
msgid "Content"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: ../.././controllers/wdt_functions.php:771
|
91 |
msgid "wpDataTable"
|
92 |
msgstr "wpDataTable"
|
93 |
|
94 |
+
#: ../.././controllers/wdt_functions.php:775
|
95 |
msgid "Choose the wpDataTable from a dropdown"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: ../.././controllers/wdt_functions.php:780
|
99 |
#, fuzzy
|
|
|
100 |
msgid "Table view"
|
101 |
msgstr "Tabel titel"
|
102 |
|
103 |
+
#: ../.././controllers/wdt_functions.php:784
|
104 |
#, fuzzy
|
|
|
105 |
msgid "Regular wpDataTable"
|
106 |
msgstr "Gebruik in wpDataTable"
|
107 |
|
108 |
+
#: ../.././controllers/wdt_functions.php:786
|
109 |
#, fuzzy
|
|
|
110 |
msgid "Excel-like table"
|
111 |
msgstr "Excel bestand"
|
112 |
|
113 |
+
#: ../.././controllers/wdt_functions.php:792
|
114 |
msgid "Variable placeholder #1"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: ../.././controllers/wdt_functions.php:795
|
118 |
+
#: ../.././controllers/wdt_functions.php:803
|
119 |
+
#: ../.././controllers/wdt_functions.php:811
|
120 |
msgid "Variables"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../.././controllers/wdt_functions.php:796
|
124 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../.././controllers/wdt_functions.php:800
|
128 |
msgid "Variable placeholder #2"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../.././controllers/wdt_functions.php:804
|
132 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../.././controllers/wdt_functions.php:808
|
136 |
msgid "Variable placeholder #3"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../.././controllers/wdt_functions.php:812
|
140 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../.././controllers/wdt_functions.php:825
|
144 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../.././controllers/wdt_functions.php:832
|
148 |
msgid "wpDataChart"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../.././controllers/wdt_functions.php:836
|
152 |
msgid "Choose one of wpDataCharts from the list"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../.././source/WpDataTablesGutenbergBlock.php:25
|
156 |
+
msgid ""
|
157 |
+
"Choose the table that you’ve just created in the dropdown below, and the "
|
158 |
+
"shortcode will be inserted automatically. You are able to provide Export "
|
159 |
+
"file name as well."
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
#: ../.././source/class.wdtbrowsechartstable.php:137
|
163 |
#: ../.././source/class.wdtbrowsechartstable.php:151
|
164 |
#: ../.././source/class.wdtbrowsetable.php:170
|
176 |
msgstr "Verwijderen"
|
177 |
|
178 |
#: ../.././source/class.wdtbrowsechartstable.php:188
|
179 |
+
#: ../.././source/class.wdtbrowsechartstable.php:290
|
180 |
#, fuzzy
|
|
|
181 |
msgid "Column Chart"
|
182 |
msgstr "Kolomgrafiek"
|
183 |
|
189 |
|
190 |
#: ../.././source/class.wdtbrowsechartstable.php:194
|
191 |
#, fuzzy
|
|
|
192 |
msgid "Bar Chart"
|
193 |
msgstr "Staafgrafiek"
|
194 |
|
195 |
#: ../.././source/class.wdtbrowsechartstable.php:197
|
196 |
+
#: ../.././source/class.wdtbrowsechartstable.php:251
|
197 |
#, fuzzy
|
|
|
198 |
msgid "Stacked Bar Chart"
|
199 |
msgstr "Staafgrafiek"
|
200 |
|
201 |
#: ../.././source/class.wdtbrowsechartstable.php:200
|
202 |
+
#: ../.././source/class.wdtbrowsechartstable.php:284
|
203 |
#, fuzzy
|
|
|
204 |
msgid "Area Chart"
|
205 |
msgstr "Omgevingsgrafiek"
|
206 |
|
207 |
#: ../.././source/class.wdtbrowsechartstable.php:203
|
208 |
#, fuzzy
|
|
|
209 |
msgid "Stepped Area Chart"
|
210 |
msgstr "Omgevingsgrafiek"
|
211 |
|
212 |
#: ../.././source/class.wdtbrowsechartstable.php:206
|
213 |
+
#: ../.././source/class.wdtbrowsechartstable.php:230
|
214 |
+
#: ../.././source/class.wdtbrowsechartstable.php:281
|
215 |
#, fuzzy
|
|
|
216 |
msgid "Line Chart"
|
217 |
msgstr "Lijngrafiek"
|
218 |
|
219 |
#: ../.././source/class.wdtbrowsechartstable.php:209
|
220 |
+
#: ../.././source/class.wdtbrowsechartstable.php:260
|
221 |
+
#: ../.././source/class.wdtbrowsechartstable.php:299
|
222 |
#, fuzzy
|
|
|
223 |
msgid "Pie Chart"
|
224 |
msgstr "Taartdiagram"
|
225 |
|
226 |
#: ../.././source/class.wdtbrowsechartstable.php:212
|
227 |
+
#: ../.././source/class.wdtbrowsechartstable.php:305
|
228 |
msgid "Bubble Chart"
|
229 |
msgstr ""
|
230 |
|
231 |
#: ../.././source/class.wdtbrowsechartstable.php:215
|
232 |
+
#: ../.././source/class.wdtbrowsechartstable.php:266
|
233 |
#, fuzzy
|
|
|
234 |
msgid "Donut Chart"
|
235 |
msgstr "Geen grafiek"
|
236 |
|
237 |
#: ../.././source/class.wdtbrowsechartstable.php:218
|
238 |
#, fuzzy
|
|
|
239 |
msgid "Gauge Chart"
|
240 |
msgstr "Staafgrafiek"
|
241 |
|
242 |
#: ../.././source/class.wdtbrowsechartstable.php:221
|
243 |
#, fuzzy
|
|
|
244 |
msgid "Scatter Chart"
|
245 |
msgstr "Staafgrafiek"
|
246 |
|
247 |
+
#: ../.././source/class.wdtbrowsechartstable.php:224
|
248 |
+
msgid "Candlestick Chart"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
#: ../.././source/class.wdtbrowsechartstable.php:227
|
252 |
+
msgid "Waterfall Chart"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: ../.././source/class.wdtbrowsechartstable.php:233
|
256 |
+
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
257 |
+
msgid "Polar chart"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: ../.././source/class.wdtbrowsechartstable.php:236
|
261 |
+
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
262 |
+
msgid "Spiderweb chart"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: ../.././source/class.wdtbrowsechartstable.php:239
|
266 |
#, fuzzy
|
|
|
267 |
msgid "Spline Chart"
|
268 |
msgstr "Lijngrafiek"
|
269 |
|
270 |
+
#: ../.././source/class.wdtbrowsechartstable.php:242
|
271 |
#, fuzzy
|
|
|
272 |
msgid "Basic Area Chart"
|
273 |
msgstr "Omgevingsgrafiek"
|
274 |
|
275 |
+
#: ../.././source/class.wdtbrowsechartstable.php:245
|
276 |
+
#: ../.././source/class.wdtbrowsechartstable.php:287
|
277 |
#, fuzzy
|
|
|
278 |
msgid "Stacked Area Chart"
|
279 |
msgstr "Omgevingsgrafiek"
|
280 |
|
281 |
+
#: ../.././source/class.wdtbrowsechartstable.php:248
|
282 |
#, fuzzy
|
|
|
283 |
msgid "Basic Bar Chart"
|
284 |
msgstr "Staafgrafiek"
|
285 |
|
286 |
+
#: ../.././source/class.wdtbrowsechartstable.php:254
|
287 |
#, fuzzy
|
|
|
288 |
msgid "Basic Column Chart"
|
289 |
msgstr "Kolomgrafiek"
|
290 |
|
291 |
+
#: ../.././source/class.wdtbrowsechartstable.php:257
|
292 |
#, fuzzy
|
|
|
293 |
msgid "Stacked Column Chart"
|
294 |
msgstr "Kolomgrafiek"
|
295 |
|
296 |
+
#: ../.././source/class.wdtbrowsechartstable.php:263
|
297 |
msgid "Pie With Gradient Chart"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: ../.././source/class.wdtbrowsechartstable.php:269
|
301 |
msgid "Scatter Plot"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: ../.././source/class.wdtbrowsechartstable.php:272
|
305 |
#, fuzzy
|
|
|
306 |
msgid "3D Column Chart"
|
307 |
msgstr "Kolomgrafiek"
|
308 |
|
309 |
+
#: ../.././source/class.wdtbrowsechartstable.php:275
|
310 |
#, fuzzy
|
|
|
311 |
msgid "3D Pie Chart"
|
312 |
msgstr "Taartdiagram"
|
313 |
|
314 |
+
#: ../.././source/class.wdtbrowsechartstable.php:278
|
315 |
msgid "3D Donut Chart"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../.././source/class.wdtbrowsechartstable.php:293
|
319 |
#, fuzzy
|
|
|
320 |
msgid "Radar Chart"
|
321 |
msgstr "Staafgrafiek"
|
322 |
|
323 |
+
#: ../.././source/class.wdtbrowsechartstable.php:296
|
324 |
#, fuzzy
|
|
|
325 |
msgid "Polar Area Chart"
|
326 |
msgstr "Omgevingsgrafiek"
|
327 |
|
328 |
+
#: ../.././source/class.wdtbrowsechartstable.php:302
|
329 |
#, fuzzy
|
|
|
330 |
msgid "Doughnut Chart"
|
331 |
msgstr "Kolomgrafiek"
|
332 |
|
333 |
+
#: ../.././source/class.wdtbrowsechartstable.php:317
|
334 |
msgid "Google"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ../.././source/class.wdtbrowsechartstable.php:320
|
338 |
#, fuzzy
|
|
|
339 |
msgid "Highcharts"
|
340 |
msgstr "Taartdiagram"
|
341 |
|
342 |
+
#: ../.././source/class.wdtbrowsechartstable.php:323
|
343 |
#, fuzzy
|
|
|
344 |
msgid "Chart.js"
|
345 |
msgstr "Grafiek hor. as"
|
346 |
|
347 |
+
#: ../.././source/class.wdtbrowsechartstable.php:387
|
348 |
#: ../.././source/class.wdtbrowsetable.php:272
|
349 |
msgid "Select All"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: ../.././source/class.wdtbrowsechartstable.php:439
|
353 |
#, fuzzy
|
|
|
354 |
msgid "No wpDataCharts in the system yet."
|
355 |
msgstr "Nog geen wpDataTables in het systeem"
|
356 |
|
362 |
#: ../.././source/class.wdtbrowsetable.php:165
|
363 |
#: ../.././templates/edit_table.inc.php:99
|
364 |
#, fuzzy
|
|
|
365 |
msgid "Edit data"
|
366 |
msgstr "wpDataTable aanpassen"
|
367 |
|
371 |
|
372 |
#: ../.././source/class.wdtbrowsetable.php:209
|
373 |
#, fuzzy
|
|
|
374 |
msgid "MySQL"
|
375 |
msgstr "MySQL host"
|
376 |
|
383 |
#: ../.././source/class.wpdatatable.php:1961
|
384 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:954
|
385 |
#, fuzzy
|
|
|
386 |
msgid "Excel"
|
387 |
msgstr "Excel bestand"
|
388 |
|
399 |
|
400 |
#: ../.././source/class.wdtbrowsetable.php:224
|
401 |
#, fuzzy
|
|
|
402 |
msgid "JSON"
|
403 |
msgstr "JSON bestand"
|
404 |
|
427 |
|
428 |
#: ../.././source/class.wdtconfigcontroller.php:449
|
429 |
#, fuzzy
|
|
|
430 |
msgid "Table in data source has no rows."
|
431 |
msgstr "Tabel invoer data bron mag niet leeg zijn"
|
432 |
|
433 |
+
#: ../.././source/class.wdttools.php:15
|
434 |
msgid "One line string"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: ../.././source/class.wdttools.php:16
|
438 |
msgid "Multi-line string"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: ../.././source/class.wdttools.php:17
|
442 |
msgid "One-line selectbox"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: ../.././source/class.wdttools.php:18
|
446 |
msgid "Multi-line selectbox"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: ../.././source/class.wdttools.php:19
|
450 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:361
|
451 |
msgid "Integer"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../.././source/class.wdttools.php:20
|
455 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:362
|
456 |
msgid "Float"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: ../.././source/class.wdttools.php:21
|
460 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:363
|
461 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:988
|
462 |
msgid "Date"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: ../.././source/class.wdttools.php:22
|
466 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:989
|
467 |
msgid "Datetime"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../.././source/class.wdttools.php:23
|
471 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:365
|
472 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:990
|
473 |
msgid "Time"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: ../.././source/class.wdttools.php:24
|
477 |
msgid "URL Link"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: ../.././source/class.wdttools.php:25
|
481 |
msgid "E-mail"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: ../.././source/class.wdttools.php:26
|
485 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:368
|
486 |
msgid "Image"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: ../.././source/class.wdttools.php:27
|
490 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:993
|
491 |
#, fuzzy
|
|
|
492 |
msgid "Attachment"
|
493 |
msgstr "Upload bijlage"
|
494 |
|
495 |
+
#: ../.././source/class.wdttools.php:154
|
496 |
msgid ""
|
497 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
498 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
499 |
"to the web</b> "
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../.././source/class.wdttools.php:287
|
503 |
msgid "Back to date"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: ../.././source/class.wdttools.php:288
|
507 |
msgid "Browse"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: ../.././source/class.wdttools.php:289
|
511 |
#: ../.././templates/admin/browse/table/duplicate_modal.inc.php:60
|
512 |
#: ../.././templates/admin/common/close_modal.inc.php:36
|
513 |
#: ../.././templates/admin/constructor/constructor.inc.php:30
|
525 |
msgid "Cancel"
|
526 |
msgstr "Annuleren"
|
527 |
|
528 |
+
#: ../.././source/class.wdttools.php:290
|
529 |
#, fuzzy
|
|
|
530 |
msgid " field cannot be empty!"
|
531 |
msgstr "Tabel type mag niet leeg zijn"
|
532 |
|
533 |
+
#: ../.././source/class.wdttools.php:291
|
534 |
msgid "Use selected file"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: ../.././source/class.wdttools.php:292
|
538 |
#, fuzzy
|
|
|
539 |
msgid "Choose file"
|
540 |
msgstr "Kies rollen"
|
541 |
|
542 |
+
#: ../.././source/class.wdttools.php:293
|
543 |
#: ../.././templates/admin/common/error_modal.inc.php:23
|
544 |
#: ../.././templates/admin/table-settings/columns_list_modal.inc.php:27
|
545 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:95
|
550 |
msgid "Close"
|
551 |
msgstr "Sluiten"
|
552 |
|
553 |
+
#: ../.././source/class.wdttools.php:294
|
554 |
msgid "Column has been added!"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: ../.././source/class.wdttools.php:295
|
558 |
#, fuzzy
|
|
|
559 |
msgid "Column header cannot be empty!"
|
560 |
msgstr "Tabel type mag niet leeg zijn"
|
561 |
|
562 |
+
#: ../.././source/class.wdttools.php:296
|
563 |
msgid "Please confirm column deletion!"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: ../.././source/class.wdttools.php:297
|
567 |
msgid "Column has been removed!"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: ../.././source/class.wdttools.php:298
|
571 |
msgid "Please select columns that you want to use in table"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../.././source/class.wdttools.php:299
|
575 |
#: ../.././source/class.wpdatatable.php:1910
|
576 |
#: ../.././source/class.wpdatatable.php:1981
|
577 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:956
|
578 |
msgid "Copy"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: ../.././source/class.wdttools.php:300
|
582 |
msgid "There was an error trying to insert a new row!"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: ../.././source/class.wdttools.php:301
|
586 |
msgid "Data has been saved!"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: ../.././source/class.wdttools.php:302
|
590 |
msgid "detach"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: ../.././source/class.wdttools.php:303 ../.././templates/settings.inc.php:553
|
594 |
#: ../.././templates/settings.inc.php:627
|
595 |
msgid "Error!"
|
596 |
msgstr "Fout!"
|
597 |
|
598 |
+
#: ../.././source/class.wdttools.php:304
|
599 |
msgid "Please upload or choose a file from Media Library!"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../.././source/class.wdttools.php:305
|
603 |
msgid "From"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: ../.././source/class.wdttools.php:306
|
607 |
msgid "Please provide a valid e-mail address for field"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../.././source/class.wdttools.php:307
|
611 |
msgid "Please provide a valid URL link for field"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: ../.././source/class.wdttools.php:308
|
615 |
msgid "You have entered invalid value. Press ESC to cancel."
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: ../.././source/class.wdttools.php:309 ../.././source/class.wdttools.php:335
|
619 |
msgid "Show _MENU_ entries"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: ../.././source/class.wdttools.php:310
|
623 |
#: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
624 |
msgid "Merge"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: ../.././source/class.wdttools.php:311
|
628 |
#, fuzzy
|
|
|
629 |
msgid "New column"
|
630 |
msgstr "ID kolom"
|
631 |
|
632 |
+
#: ../.././source/class.wdttools.php:313
|
633 |
msgid ": activate to sort column ascending"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../.././source/class.wdttools.php:314
|
637 |
msgid ": activate to sort column descending"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../.././source/class.wdttools.php:316
|
641 |
msgid "Ok"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../.././source/class.wdttools.php:318
|
645 |
msgid "First"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: ../.././source/class.wdttools.php:319
|
649 |
msgid "Last"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../.././source/class.wdttools.php:320
|
653 |
msgid "Next"
|
654 |
msgstr "Volgende"
|
655 |
|
656 |
+
#: ../.././source/class.wdttools.php:321
|
657 |
#, fuzzy
|
|
|
658 |
msgid "Previous"
|
659 |
msgstr "Preview"
|
660 |
|
661 |
+
#: ../.././source/class.wdttools.php:323
|
662 |
#: ../.././templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
663 |
msgid "Replace"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: ../.././source/class.wdttools.php:324
|
667 |
msgid "Row has been deleted!"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: ../.././source/class.wdttools.php:325
|
671 |
msgid "Select a file to use in table"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../.././source/class.wdttools.php:326
|
675 |
#, fuzzy
|
|
|
676 |
msgid "Select an Excel or CSV file"
|
677 |
msgstr "Selecteer Excel of CSV besand"
|
678 |
|
679 |
+
#: ../.././source/class.wdttools.php:327
|
680 |
msgid "No data available in table"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: ../.././source/class.wdttools.php:328
|
684 |
#, fuzzy
|
|
|
685 |
msgid "Plugin settings saved successfully"
|
686 |
msgstr "Instellingen zijn opgeslagen"
|
687 |
|
688 |
+
#: ../.././source/class.wdttools.php:329
|
689 |
msgid "Shortcode has been copied to the clipboard."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../.././source/class.wdttools.php:330
|
693 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../.././source/class.wdttools.php:331
|
697 |
msgid "Showing 0 to 0 of 0 entries"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: ../.././source/class.wdttools.php:332
|
701 |
msgid "(filtered from _MAX_ total entries)"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: ../.././source/class.wdttools.php:334
|
705 |
msgid ","
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: ../.././source/class.wdttools.php:336
|
709 |
msgid "Loading..."
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../.././source/class.wdttools.php:337
|
713 |
msgid "Processing..."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: ../.././source/class.wdttools.php:338
|
717 |
#, fuzzy
|
|
|
718 |
msgid "SQL error"
|
719 |
msgstr "MySQL gebruiker"
|
720 |
|
721 |
+
#: ../.././source/class.wdttools.php:339
|
722 |
msgid "Search: "
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: ../.././source/class.wdttools.php:340 ../.././templates/settings.inc.php:559
|
726 |
#: ../.././templates/settings.inc.php:625
|
727 |
msgid "Success!"
|
728 |
msgstr "Succes!"
|
729 |
|
730 |
+
#: ../.././source/class.wdttools.php:341
|
731 |
msgid "No matching records found"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../.././source/class.wdttools.php:342
|
735 |
msgid "Table saved successfully!"
|
736 |
msgstr "Tabel succesvol opgeslagen!"
|
737 |
|
738 |
+
#: ../.././source/class.wdttools.php:343
|
739 |
msgid "To"
|
740 |
msgstr ""
|
741 |
|
756 |
#: ../.././source/class.wpdatatable.php:1940
|
757 |
#: ../.././templates/admin/table-settings/columns_list_modal.inc.php:9
|
758 |
#, fuzzy
|
|
|
759 |
msgid "Columns"
|
760 |
msgstr "Kolom type"
|
761 |
|
805 |
|
806 |
#: ../.././templates/addons.inc.php:10
|
807 |
#, fuzzy
|
|
|
808 |
msgid "wpDataTables Addons"
|
809 |
msgstr "wpDataTables instellingen"
|
810 |
|
836 |
|
837 |
#: ../.././templates/admin/addons/addons.inc.php:22
|
838 |
#, fuzzy
|
|
|
839 |
msgid "Addons for the plugin"
|
840 |
msgstr "Kies een skin voor de plugin"
|
841 |
|
842 |
#: ../.././templates/admin/addons/addons.inc.php:24
|
843 |
#, fuzzy
|
|
|
844 |
msgid "Unique extensions for wpDataTables"
|
845 |
msgstr "Gebruik in wpDataTable"
|
846 |
|
901 |
#: ../.././templates/admin/browse/chart/browse.inc.php:32
|
902 |
#: ../.././templates/admin/browse/table/browse.inc.php:32
|
903 |
#, fuzzy
|
|
|
904 |
msgid "Add New"
|
905 |
msgstr "Nieuwe toevoegen"
|
906 |
|
907 |
+
#: ../.././templates/admin/browse/chart/browse.inc.php:36
|
908 |
+
#: ../.././templates/admin/browse/table/browse.inc.php:36
|
909 |
+
msgid "Buy Full Version"
|
910 |
+
msgstr ""
|
911 |
+
|
912 |
#: ../.././templates/admin/browse/table/browse.inc.php:25
|
913 |
#, fuzzy
|
|
|
914 |
msgid "wpDataTables browse"
|
915 |
msgstr "wpDataTables instellingen"
|
916 |
|
926 |
|
927 |
#: ../.././templates/admin/browse/table/duplicate_modal.inc.php:39
|
928 |
#, fuzzy
|
|
|
929 |
msgid "Duplicate database table"
|
930 |
msgstr "Dupliceer tabel"
|
931 |
|
957 |
#: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:57
|
958 |
#: ../.././templates/chart_wizard.inc.php:32
|
959 |
#, fuzzy
|
|
|
960 |
msgid "Chart title & type"
|
961 |
msgstr "Grafiek titel"
|
962 |
|
987 |
#: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:86
|
988 |
#: ../.././templates/admin/constructor/constructor.inc.php:60
|
989 |
#, fuzzy
|
|
|
990 |
msgid "Next "
|
991 |
msgstr "Volgende"
|
992 |
|
993 |
#: ../.././templates/admin/chart_wizard/chart_wizard.inc.php:88
|
994 |
#: ../.././templates/admin/constructor/constructor.inc.php:62
|
995 |
#, fuzzy
|
|
|
996 |
msgid " Previous"
|
997 |
msgstr "Preview"
|
998 |
|
1014 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
|
1015 |
#: ../.././templates/chart_wizard.inc.php:110
|
1016 |
#, fuzzy
|
|
|
1017 |
msgid "Stacked area chart"
|
1018 |
msgstr "Omgevingsgrafiek"
|
1019 |
|
1025 |
|
1026 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
|
1027 |
#, fuzzy
|
|
|
1028 |
msgid "Radar chart"
|
1029 |
msgstr "Staafgrafiek"
|
1030 |
|
1031 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
|
1032 |
#, fuzzy
|
|
|
1033 |
msgid "Polar area chart"
|
1034 |
msgstr "Omgevingsgrafiek"
|
1035 |
|
1043 |
|
1044 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
|
1045 |
#, fuzzy
|
|
|
1046 |
msgid "Doughnut chart"
|
1047 |
msgstr "Kolomgrafiek"
|
1048 |
|
1050 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
|
1051 |
#: ../.././templates/chart_wizard.inc.php:97
|
1052 |
#, fuzzy
|
|
|
1053 |
msgid "Bubble chart"
|
1054 |
msgstr "Taartdiagram"
|
1055 |
|
1056 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
|
1057 |
#: ../.././templates/chart_wizard.inc.php:94
|
1058 |
#, fuzzy
|
|
|
1059 |
msgid "Stepped area chart"
|
1060 |
msgstr "Omgevingsgrafiek"
|
1061 |
|
1068 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
|
1069 |
#: ../.././templates/chart_wizard.inc.php:112
|
1070 |
#, fuzzy
|
|
|
1071 |
msgid "Stacked bar chart"
|
1072 |
msgstr "Voeg een grafiek toe"
|
1073 |
|
1076 |
#: ../.././templates/chart_wizard.inc.php:98
|
1077 |
#: ../.././templates/chart_wizard.inc.php:117
|
1078 |
#, fuzzy
|
|
|
1079 |
msgid "Donut chart"
|
1080 |
msgstr "Geen grafiek"
|
1081 |
|
1082 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
|
1083 |
#: ../.././templates/chart_wizard.inc.php:99
|
1084 |
#, fuzzy
|
|
|
1085 |
msgid "Gauge chart"
|
1086 |
msgstr "Taartdiagram"
|
1087 |
|
1088 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
|
1089 |
#: ../.././templates/chart_wizard.inc.php:100
|
1090 |
#, fuzzy
|
|
|
1091 |
msgid "Scatter chart"
|
1092 |
msgstr "Staafgrafiek"
|
1093 |
|
1094 |
+
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
1095 |
+
msgid "Candlestick chart"
|
1096 |
+
msgstr ""
|
1097 |
+
|
1098 |
+
#: ../.././templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
1099 |
+
msgid "Waterfall chart"
|
1100 |
+
msgstr ""
|
1101 |
+
|
1102 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1103 |
#, fuzzy
|
|
|
1104 |
msgid "Spline chart"
|
1105 |
msgstr "Lijngrafiek"
|
1106 |
|
1107 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
|
1108 |
#: ../.././templates/chart_wizard.inc.php:109
|
1109 |
#, fuzzy
|
|
|
1110 |
msgid "Basic area chart"
|
1111 |
msgstr "Staafgrafiek"
|
1112 |
|
1113 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
|
1114 |
#: ../.././templates/chart_wizard.inc.php:111
|
1115 |
#, fuzzy
|
|
|
1116 |
msgid "Basic bar chart"
|
1117 |
msgstr "Staafgrafiek"
|
1118 |
|
1119 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
|
1120 |
#: ../.././templates/chart_wizard.inc.php:113
|
1121 |
#, fuzzy
|
|
|
1122 |
msgid "Basic column chart"
|
1123 |
msgstr "Kolomgrafiek"
|
1124 |
|
1125 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
|
1126 |
#: ../.././templates/chart_wizard.inc.php:114
|
1127 |
#, fuzzy
|
|
|
1128 |
msgid "Stacked column chart"
|
1129 |
msgstr "Kolomgrafiek"
|
1130 |
|
1141 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
|
1142 |
#: ../.././templates/chart_wizard.inc.php:119
|
1143 |
#, fuzzy
|
|
|
1144 |
msgid "3D column chart"
|
1145 |
msgstr "Kolomgrafiek"
|
1146 |
|
1147 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
|
1148 |
#: ../.././templates/chart_wizard.inc.php:120
|
1149 |
#, fuzzy
|
|
|
1150 |
msgid "3D pie chart"
|
1151 |
msgstr "Taartdiagram"
|
1152 |
|
1153 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
|
1154 |
#: ../.././templates/chart_wizard.inc.php:121
|
1155 |
#, fuzzy
|
|
|
1156 |
msgid "3D donut chart"
|
1157 |
msgstr "Geen grafiek"
|
1158 |
|
1159 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
1160 |
#, fuzzy
|
|
|
1161 |
msgid "Treemap chart"
|
1162 |
msgstr "Omgevingsgrafiek"
|
1163 |
|
1164 |
#: ../.././templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
1165 |
#, fuzzy
|
|
|
1166 |
msgid "Treemap level chart"
|
1167 |
msgstr "Omgevingsgrafiek"
|
1168 |
|
1169 |
#: ../.././templates/admin/chart_wizard/steps/step1.inc.php:13
|
1170 |
#: ../.././templates/chart_wizard.inc.php:65
|
1171 |
#, fuzzy
|
|
|
1172 |
msgid "Chart name"
|
1173 |
msgstr "Grafiek titel"
|
1174 |
|
1179 |
#: ../.././templates/admin/chart_wizard/steps/step1.inc.php:22
|
1180 |
#: ../.././templates/chart_wizard.inc.php:69
|
1181 |
#, fuzzy
|
|
|
1182 |
msgid "New wpDataTable Chart"
|
1183 |
msgstr "Gebruik in wpDataTable"
|
1184 |
|
1220 |
#: ../.././templates/admin/common/error_modal.inc.php:16
|
1221 |
#: ../.././templates/common/error.inc.php:3
|
1222 |
#, fuzzy
|
|
|
1223 |
msgid "Error"
|
1224 |
msgstr "Fout!"
|
1225 |
|
1226 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:8
|
1227 |
+
msgid "Leave a Review?"
|
1228 |
+
msgstr ""
|
1229 |
+
|
1230 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:9
|
1231 |
+
msgid ""
|
1232 |
+
"We hope you've enjoyed using wpDataTables Lite. Would you consider\n"
|
1233 |
+
" leaving us a review on WordPress.org?"
|
1234 |
+
msgstr ""
|
1235 |
+
|
1236 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:18
|
1237 |
+
msgid "Sure! I Like wpDataTables Lite"
|
1238 |
+
msgstr ""
|
1239 |
+
|
1240 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:20
|
1241 |
+
msgid "I've already left a review"
|
1242 |
+
msgstr ""
|
1243 |
+
|
1244 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:21
|
1245 |
+
msgid "Maybe Later"
|
1246 |
+
msgstr ""
|
1247 |
+
|
1248 |
+
#: ../.././templates/admin/common/ratingDiv.inc.php:22
|
1249 |
+
msgid "Never show again"
|
1250 |
+
msgstr ""
|
1251 |
+
|
1252 |
#: ../.././templates/admin/constructor/constructor.inc.php:25
|
1253 |
#: ../.././templates/constructor.inc.php:21
|
1254 |
msgid "Table Creation Wizard"
|
1268 |
#: ../.././templates/admin/table-settings/table_preview_block.inc.php:68
|
1269 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:1120
|
1270 |
#, fuzzy
|
|
|
1271 |
msgid "Documentation"
|
1272 |
msgstr "wpDataTables documentatie"
|
1273 |
|
1331 |
#: ../.././templates/admin/settings/settings.inc.php:22
|
1332 |
#: ../.././templates/admin/settings/settings.inc.php:23
|
1333 |
#, fuzzy
|
|
|
1334 |
msgid "Settings for the plugin"
|
1335 |
msgstr "Kies een skin voor de plugin"
|
1336 |
|
1355 |
#: ../.././templates/admin/settings/settings.inc.php:51
|
1356 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:15
|
1357 |
#, fuzzy
|
|
|
1358 |
msgid "Separate DB connection"
|
1359 |
msgstr "Gebruik losse MySQL verbinding"
|
1360 |
|
1403 |
|
1404 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:47
|
1405 |
#, fuzzy
|
|
|
1406 |
msgid "Define the font size"
|
1407 |
msgstr "In de footer"
|
1408 |
|
1410 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:136
|
1411 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:459
|
1412 |
#, fuzzy
|
|
|
1413 |
msgid "Font color"
|
1414 |
msgstr "Tabel font kleur"
|
1415 |
|
1416 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:64
|
1417 |
#, fuzzy
|
|
|
1418 |
msgid "This color is used for the main font in table cells."
|
1419 |
msgstr "Deze kleur wordt gebruikt voor de hoofdfont in de tabelcellen"
|
1420 |
|
1422 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:420
|
1423 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:647
|
1424 |
#, fuzzy
|
|
|
1425 |
msgid "Background color"
|
1426 |
msgstr "Achtergrondkleur van de Buttons"
|
1427 |
|
1428 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:99
|
1429 |
#, fuzzy
|
|
|
1430 |
msgid "The color is used for background of the table header."
|
1431 |
msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
|
1432 |
|
1433 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:116
|
1434 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:439
|
1435 |
#, fuzzy
|
|
|
1436 |
msgid "Border color"
|
1437 |
msgstr "Buttons border kleur"
|
1438 |
|
1439 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:118
|
1440 |
#, fuzzy
|
|
|
1441 |
msgid "This color is used for the border in the table header."
|
1442 |
msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
|
1443 |
|
1444 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:138
|
1445 |
#, fuzzy
|
|
|
1446 |
msgid "This color is used for the font in the table header."
|
1447 |
msgstr "Deze kleur wordt gebruikt voor de font in de tabel header"
|
1448 |
|
1449 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:155
|
1450 |
#, fuzzy
|
|
|
1451 |
msgid "Active and hover color\t"
|
1452 |
msgstr "Header actef en hover kleur"
|
1453 |
|
1454 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:157
|
1455 |
#, fuzzy
|
|
|
|
|
|
|
1456 |
msgid ""
|
1457 |
"This color is used when you hover the mouse above the table header, or when "
|
1458 |
"you choose a column."
|
1462 |
|
1463 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:191
|
1464 |
#, fuzzy
|
|
|
1465 |
msgid "Inner border"
|
1466 |
msgstr "Binnenste borderkleur van de tabel"
|
1467 |
|
1468 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:193
|
1469 |
#, fuzzy
|
|
|
1470 |
msgid "This color is used for the inner border in the table between cells."
|
1471 |
msgstr ""
|
1472 |
"Deze kleur wordt gebruikt voor de binnenste border in de tabel, tussen de "
|
1474 |
|
1475 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:211
|
1476 |
#, fuzzy
|
|
|
1477 |
msgid "Outer border"
|
1478 |
msgstr "Tabel buitenste border kleur"
|
1479 |
|
1480 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:213
|
1481 |
#, fuzzy
|
|
|
1482 |
msgid "This color is used for the outer border of the whole table body."
|
1483 |
msgstr ""
|
1484 |
"Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
|
1485 |
|
1486 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:231
|
1487 |
#, fuzzy
|
|
|
1488 |
msgid "Table borders"
|
1489 |
msgstr "Tabel tools"
|
1490 |
|
1494 |
|
1495 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:243
|
1496 |
#, fuzzy
|
|
|
1497 |
msgid "Header border"
|
1498 |
msgstr "Header border kleur"
|
1499 |
|
1503 |
|
1504 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:271
|
1505 |
#, fuzzy
|
|
|
1506 |
msgid "Even row background"
|
1507 |
msgstr "Even rijen achtergrond kleur"
|
1508 |
|
1509 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:273
|
1510 |
#, fuzzy
|
|
|
1511 |
msgid "This color is used for for background in even rows."
|
1512 |
msgstr "Deze kleur wordt gebruikt voor de achtergrond van de even rijen"
|
1513 |
|
1514 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:290
|
1515 |
#, fuzzy
|
|
|
1516 |
msgid "Odd row background"
|
1517 |
msgstr "Oneven rijen achtergrond kleur"
|
1518 |
|
1519 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:292
|
1520 |
#, fuzzy
|
|
|
1521 |
msgid "This color is used for for background in odd rows."
|
1522 |
msgstr "Deze kleur wordt gebruikt voor de achtergrond van de oneven rijen"
|
1523 |
|
1524 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:309
|
1525 |
#, fuzzy
|
|
|
1526 |
msgid "Hover row"
|
1527 |
msgstr "Hover rij kleur"
|
1528 |
|
1529 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:311
|
1530 |
#, fuzzy
|
|
|
|
|
|
|
1531 |
msgid ""
|
1532 |
"This color is used for to highlight the row when you hover your mouse above "
|
1533 |
"it."
|
1537 |
|
1538 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:328
|
1539 |
#, fuzzy
|
|
|
1540 |
msgid "Background for selected rows"
|
1541 |
msgstr "Achtergrond kleur voor geselecteerde rijen"
|
1542 |
|
1543 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:330
|
1544 |
#, fuzzy
|
|
|
1545 |
msgid "This color is used for background in selected rows."
|
1546 |
msgstr ""
|
1547 |
"Deze kleur wordt gebruikt voor de achtergrond van de geselecteerde rijen"
|
1548 |
|
1549 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:364
|
1550 |
#, fuzzy
|
|
|
1551 |
msgid "Sorted columns, even rows"
|
1552 |
msgstr "Celkleur in actieve (gesorteerde) klommen voor even rijen"
|
1553 |
|
1554 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:366
|
1555 |
#, fuzzy
|
|
|
|
|
|
|
1556 |
msgid ""
|
1557 |
"This color is used for background in cells which are in the active columns "
|
1558 |
"(columns used for sorting) in even rows."
|
1566 |
|
1567 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:386
|
1568 |
#, fuzzy
|
|
|
|
|
|
|
1569 |
msgid ""
|
1570 |
"This color is used for background in cells which are in the active columns "
|
1571 |
"(columns used for sorting) in odd rows."
|
1575 |
|
1576 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:422
|
1577 |
#, fuzzy
|
|
|
1578 |
msgid "This color is used for background in buttons."
|
1579 |
msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
|
1580 |
|
1581 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:441
|
1582 |
#, fuzzy
|
|
|
1583 |
msgid "This color is used for border in buttons."
|
1584 |
msgstr "Deze kleur wordt gebruikt voor de border van de buttons"
|
1585 |
|
1586 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:461
|
1587 |
#, fuzzy
|
|
|
1588 |
msgid "This color is used for font in buttons."
|
1589 |
msgstr "Deze kleur wordt gebruikt voor de font op de Buttons"
|
1590 |
|
1591 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:478
|
1592 |
#, fuzzy
|
|
|
1593 |
msgid "Background hover color"
|
1594 |
msgstr "Buttons gehooverd achtergrondkleur"
|
1595 |
|
1596 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:480
|
1597 |
#, fuzzy
|
|
|
|
|
1598 |
msgid ""
|
1599 |
"This color will be used for button backgrounds when you hover above them."
|
1600 |
msgstr ""
|
1603 |
|
1604 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:498
|
1605 |
#, fuzzy
|
|
|
1606 |
msgid "Hover font color"
|
1607 |
msgstr "Header font kleur"
|
1608 |
|
1609 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:500
|
1610 |
#, fuzzy
|
|
|
1611 |
msgid "This color will be used for buttons font when you hover above them."
|
1612 |
msgstr ""
|
1613 |
"Deze kleur wordt getoond als fontkleur van de Button als je je muis er boven "
|
1620 |
|
1621 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:520
|
1622 |
#, fuzzy
|
|
|
1623 |
msgid "This color will be used for button borders when you hover above them."
|
1624 |
msgstr ""
|
1625 |
"Deze kleur wordt gebruikt voor de border als je met je muis boven de Button "
|
1642 |
|
1643 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:573
|
1644 |
#, fuzzy
|
|
|
|
|
1645 |
msgid ""
|
1646 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts."
|
1647 |
msgstr ""
|
1650 |
|
1651 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:591
|
1652 |
#, fuzzy
|
|
|
1653 |
msgid "Modals background"
|
1654 |
msgstr "Modals achtergrondkleur"
|
1655 |
|
1656 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:593
|
1657 |
#, fuzzy
|
|
|
|
|
|
|
1658 |
msgid ""
|
1659 |
"This color will be used for wpDataTable popup (filter, datepicker) "
|
1660 |
"background."
|
1664 |
|
1665 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:612
|
1666 |
#, fuzzy
|
|
|
1667 |
msgid "Overlay background"
|
1668 |
msgstr "Overlay achtergrondkleur"
|
1669 |
|
1670 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:614
|
1671 |
#, fuzzy
|
|
|
|
|
1672 |
msgid ""
|
1673 |
"This color will be used for overlay which appears below the plugin popups."
|
1674 |
msgstr ""
|
1677 |
|
1678 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:649
|
1679 |
#, fuzzy
|
|
|
1680 |
msgid "This color is used for the background of the pagination"
|
1681 |
msgstr "Deze kleur wordt gebruikt voor de achtergrondkleur van de Buttons"
|
1682 |
|
1687 |
|
1688 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:669
|
1689 |
#, fuzzy
|
|
|
1690 |
msgid "This color is used for the color of the links in the pagination."
|
1691 |
msgstr ""
|
1692 |
"Deze kleur wordt gebruikt voor de buitenste border, om de hele tabel heen"
|
1693 |
|
1694 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:687
|
1695 |
#, fuzzy
|
|
|
1696 |
msgid "Current page background color"
|
1697 |
msgstr "Header achtergrond kleur"
|
1698 |
|
1699 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:689
|
1700 |
#, fuzzy
|
|
|
1701 |
msgid "The color is used for background of the current page"
|
1702 |
msgstr "Deze kleur wordt gebruikt voor de achtergrond van de tabel header"
|
1703 |
|
1707 |
|
1708 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:708
|
1709 |
#, fuzzy
|
|
|
1710 |
msgid "This color is used for the color of the current page."
|
1711 |
msgstr "Deze kleur wordt gebruikt voor de border rondom de tabel header"
|
1712 |
|
1713 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:726
|
1714 |
#, fuzzy
|
|
|
1715 |
msgid "Other pages hover background color"
|
1716 |
msgstr "Header achtergrond kleur"
|
1717 |
|
1718 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:728
|
1719 |
#, fuzzy
|
|
|
|
|
|
|
1720 |
msgid ""
|
1721 |
"This background color is used when you hover the mouse above the other pages"
|
1722 |
msgstr ""
|
1725 |
|
1726 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:745
|
1727 |
#, fuzzy
|
|
|
1728 |
msgid "Other pages hover color"
|
1729 |
msgstr "Header actef en hover kleur"
|
1730 |
|
1731 |
#: ../.././templates/admin/settings/tabs/color_and_font_settings.php:747
|
1732 |
#, fuzzy
|
|
|
|
|
|
|
1733 |
msgid "This color is used when you hover the mouse above the other pages."
|
1734 |
msgstr ""
|
1735 |
"Deze kleur wordt gebruikt als je met je muis boven de tabel header hoovert, "
|
1759 |
|
1760 |
#: ../.././templates/admin/settings/tabs/custom_js_and_css.php:45
|
1761 |
#, fuzzy
|
|
|
1762 |
msgid "Use minified wpDataTables Javascript "
|
1763 |
msgstr "Gebruik in wpDataTable"
|
1764 |
|
1769 |
|
1770 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:17
|
1771 |
#, fuzzy
|
|
|
1772 |
msgid "Pick the language which will be used in tables interface."
|
1773 |
msgstr "Kies de taal welke in de tabel zijn interface wordt gebruikt"
|
1774 |
|
1783 |
|
1784 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:38
|
1785 |
#, fuzzy
|
|
|
1786 |
msgid "Pick the date format to use in date column type."
|
1787 |
msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
|
1788 |
|
1789 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:70
|
1790 |
#: ../.././templates/settings.inc.php:119
|
1791 |
#, fuzzy
|
|
|
1792 |
msgid "Time format"
|
1793 |
msgstr "Nummer format"
|
1794 |
|
1795 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:72
|
1796 |
#, fuzzy
|
|
|
1797 |
msgid "Pick the time format to use in datetime and time column type."
|
1798 |
msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
|
1799 |
|
1803 |
|
1804 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:89
|
1805 |
#, fuzzy
|
|
|
1806 |
msgid "Parse shortcodes in strings"
|
1807 |
msgstr "Data bron en hoofd instellingen"
|
1808 |
|
1813 |
|
1814 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:103
|
1815 |
#, fuzzy
|
|
|
1816 |
msgid "Choose the base skin for the plugin."
|
1817 |
msgstr "Kies een skin voor de plugin"
|
1818 |
|
1857 |
|
1858 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:143
|
1859 |
#, fuzzy
|
|
|
|
|
|
|
1860 |
msgid ""
|
1861 |
"Choose where you would like to render the advanced filter for tables where "
|
1862 |
"enabled."
|
1882 |
|
1883 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:160
|
1884 |
#, fuzzy
|
|
|
1885 |
msgid "Define the amount of decimal places for the float numbers."
|
1886 |
msgstr "Kies het aantal decimaalplaatsen voor de zwevende getallen"
|
1887 |
|
1921 |
|
1922 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:238
|
1923 |
#, fuzzy
|
|
|
1924 |
msgid "How many tables to show in the browse page."
|
1925 |
msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
|
1926 |
|
1927 |
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:254
|
1928 |
#, fuzzy
|
|
|
1929 |
msgid "Align numbers"
|
1930 |
msgstr "Sorteer nummers aan de rechter kant"
|
1931 |
|
1973 |
"default label will be Max ="
|
1974 |
msgstr ""
|
1975 |
|
1976 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1977 |
msgid "Include full bootstrap front-end"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:362
|
1981 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:374
|
1982 |
msgid ""
|
1983 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
1984 |
"in one of the theme files. Unchecked option means that there is still "
|
1985 |
"bootstrap.js included just in noconflict mode which should prevent errors."
|
1986 |
msgstr ""
|
1987 |
|
1988 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:372
|
1989 |
msgid "Include full bootstrap back-end"
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:387
|
1993 |
#: ../.././templates/settings.inc.php:32
|
1994 |
msgid "Show plugin credentials below tables"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:389
|
1998 |
#: ../.././templates/settings.inc.php:32
|
1999 |
msgid ""
|
2000 |
"If you want to support our project, please, keep this checkbox as checked"
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:399
|
2004 |
+
msgid "Prevent deleting tables in database"
|
2005 |
+
msgstr ""
|
2006 |
+
|
2007 |
+
#: ../.././templates/admin/settings/tabs/main_plugin_settings.php:401
|
2008 |
+
msgid ""
|
2009 |
+
"It is recommended to leave this optiosn as checked if you what to keep your "
|
2010 |
+
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
2011 |
+
"this option, it will be deleted all tables in database after deleting plugin"
|
2012 |
+
msgstr ""
|
2013 |
+
|
2014 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:17
|
2015 |
msgid ""
|
2016 |
"If this checkbox is checked, you have option to add more than one separate "
|
2019 |
|
2020 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:21
|
2021 |
#, fuzzy
|
|
|
2022 |
msgid "Use separate connection"
|
2023 |
msgstr "Gebruik losse MySQL verbinding"
|
2024 |
|
2025 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:29
|
2026 |
#, fuzzy
|
|
|
2027 |
msgid "Test connection"
|
2028 |
msgstr "Gebruik losse MySQL verbinding"
|
2029 |
|
2039 |
|
2040 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:44
|
2041 |
#, fuzzy
|
|
|
2042 |
msgid "MySQL host address."
|
2043 |
msgstr "MySQL host adres"
|
2044 |
|
2052 |
|
2053 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:55
|
2054 |
#, fuzzy
|
|
|
2055 |
msgid "MySQL database name."
|
2056 |
msgstr "MySQL database naam"
|
2057 |
|
2066 |
|
2067 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:69
|
2068 |
#, fuzzy
|
|
|
2069 |
msgid "MySQL username for the connection."
|
2070 |
msgstr "MySQL gebruikersnaam voor de verbinding"
|
2071 |
|
2076 |
|
2077 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:81
|
2078 |
#, fuzzy
|
|
|
2079 |
msgid "MySQL password for the provided user."
|
2080 |
msgstr "MySQL wachtwoord voor de gebruiker"
|
2081 |
|
2082 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:93
|
2083 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:99
|
2084 |
#, fuzzy
|
|
|
2085 |
msgid "MySQL port"
|
2086 |
msgstr "MySQL host"
|
2087 |
|
2088 |
#: ../.././templates/admin/settings/tabs/separate_mysql_connection.php:95
|
2089 |
#, fuzzy
|
|
|
2090 |
msgid "MySQL port for the connection (default: 3306)."
|
2091 |
msgstr "MySQL gebruikersnaam voor de verbinding"
|
2092 |
|
2093 |
#: ../.././templates/admin/table-settings/add_column_modal.inc.php:21
|
2094 |
#, fuzzy
|
|
|
2095 |
msgid "Add Column"
|
2096 |
msgstr "ID kolom"
|
2097 |
|
2098 |
#: ../.././templates/admin/table-settings/add_column_modal.inc.php:35
|
2099 |
#, fuzzy
|
|
|
2100 |
msgid "Column header"
|
2101 |
msgstr "Kolomgrafiek"
|
2102 |
|
2114 |
|
2115 |
#: ../.././templates/admin/table-settings/add_column_modal.inc.php:71
|
2116 |
#, fuzzy
|
|
|
2117 |
msgid "End of table"
|
2118 |
msgstr "Verbergen op tablets"
|
2119 |
|
2128 |
|
2129 |
#: ../.././templates/admin/table-settings/add_column_modal.inc.php:107
|
2130 |
#, fuzzy
|
|
|
2131 |
msgid "Fill with default value"
|
2132 |
msgstr "Standaardwaarde(n)"
|
2133 |
|
2138 |
|
2139 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:14
|
2140 |
#, fuzzy
|
|
|
2141 |
msgid "Column settings"
|
2142 |
msgstr "Kolom positie"
|
2143 |
|
2144 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:48
|
2145 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:65
|
2146 |
#, fuzzy
|
|
|
2147 |
msgid "Display"
|
2148 |
msgstr "Display lengte"
|
2149 |
|
2159 |
|
2160 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:60
|
2161 |
#, fuzzy
|
|
|
2162 |
msgid "Filtering"
|
2163 |
msgstr "Filter in formulier"
|
2164 |
|
2165 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:64
|
2166 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:73
|
2167 |
#, fuzzy
|
|
|
2168 |
msgid "Editing"
|
2169 |
msgstr "Aanpassen"
|
2170 |
|
2171 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:69
|
2172 |
#: ../.././templates/edit_table.inc.php:750
|
2173 |
#, fuzzy
|
|
|
2174 |
msgid "Conditional formatting"
|
2175 |
msgstr "Extra instellingen"
|
2176 |
|
2241 |
|
2242 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:258
|
2243 |
#, fuzzy
|
|
|
2244 |
msgid "Column width"
|
2245 |
msgstr "Kolom type"
|
2246 |
|
2247 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:271
|
2248 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:279
|
2249 |
#, fuzzy
|
|
|
2250 |
msgid "Column color"
|
2251 |
msgstr "Kolomgrafiek"
|
2252 |
|
2349 |
|
2350 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:423
|
2351 |
#, fuzzy
|
|
|
2352 |
msgid "Possible values for column"
|
2353 |
msgstr "Mogelijke waardes"
|
2354 |
|
2375 |
|
2376 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:443
|
2377 |
#, fuzzy
|
|
|
2378 |
msgid "Date input format"
|
2379 |
msgstr "Datum format"
|
2380 |
|
2390 |
|
2391 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:486
|
2392 |
#, fuzzy
|
|
|
2393 |
msgid "Read from table"
|
2394 |
msgstr "Verbergen op tablets"
|
2395 |
|
2408 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:503
|
2409 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:12
|
2410 |
#, fuzzy
|
|
|
2411 |
msgid "Use values from another wpDataTable"
|
2412 |
msgstr "Gebruik in wpDataTable"
|
2413 |
|
2451 |
|
2452 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:572
|
2453 |
#, fuzzy
|
|
|
2454 |
msgid "Calculate total"
|
2455 |
msgstr "Dupliceer tabel"
|
2456 |
|
2564 |
|
2565 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:715
|
2566 |
#, fuzzy
|
|
|
2567 |
msgid "Button class"
|
2568 |
msgstr "Bottons font kleur"
|
2569 |
|
2570 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:741
|
2571 |
#, fuzzy
|
|
|
2572 |
msgid "Allow sorting"
|
2573 |
msgstr "Sorteren inschakelen"
|
2574 |
|
2582 |
|
2583 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:757
|
2584 |
#, fuzzy
|
|
|
2585 |
msgid "Use as default sorting column"
|
2586 |
msgstr "Standaard sortering kolom"
|
2587 |
|
2592 |
|
2593 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:777
|
2594 |
#, fuzzy
|
|
|
2595 |
msgid "Default sorting direction"
|
2596 |
msgstr "Standaard sortering kolom"
|
2597 |
|
2615 |
|
2616 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:819
|
2617 |
#, fuzzy
|
|
|
2618 |
msgid "Enable filtering for column"
|
2619 |
msgstr "Standaard sortering kolom"
|
2620 |
|
2626 |
|
2627 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:834
|
2628 |
#, fuzzy
|
|
|
2629 |
msgid "Allow filtering"
|
2630 |
msgstr "Geavanceerde filtering"
|
2631 |
|
2645 |
|
2646 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:853
|
2647 |
#, fuzzy
|
|
|
2648 |
msgid "Number"
|
2649 |
msgstr "Nummer format"
|
2650 |
|
2651 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:854
|
2652 |
#, fuzzy
|
|
|
2653 |
msgid "Number range"
|
2654 |
msgstr "Nummer format"
|
2655 |
|
2656 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:855
|
2657 |
#, fuzzy
|
|
|
2658 |
msgid "Date range"
|
2659 |
msgstr "Datum format"
|
2660 |
|
2676 |
|
2677 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:875
|
2678 |
#, fuzzy
|
|
|
2679 |
msgid "Filter label"
|
2680 |
msgstr "Filter type"
|
2681 |
|
2691 |
|
2692 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:905
|
2693 |
#, fuzzy
|
|
|
2694 |
msgid "Exact filtering"
|
2695 |
msgstr "Geavanceerde filtering"
|
2696 |
|
2702 |
|
2703 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:912
|
2704 |
#, fuzzy
|
|
|
2705 |
msgid "Enable exact filtering"
|
2706 |
msgstr "Sorteren inschakelen"
|
2707 |
|
2708 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:926
|
2709 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1024
|
2710 |
#, fuzzy
|
|
|
2711 |
msgid "Predefined value(s)"
|
2712 |
msgstr "Standaardwaarde(n)"
|
2713 |
|
2751 |
|
2752 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1003
|
2753 |
#, fuzzy
|
|
|
2754 |
msgid "Column cannot be empty"
|
2755 |
msgstr "Tabel type mag niet leeg zijn"
|
2756 |
|
2762 |
|
2763 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1010
|
2764 |
#, fuzzy
|
|
|
2765 |
msgid "Cannot be empty"
|
2766 |
msgstr "Tabel type mag niet leeg zijn"
|
2767 |
|
2773 |
|
2774 |
#: ../.././templates/admin/table-settings/column_settings_panel.inc.php:1071
|
2775 |
#, fuzzy
|
|
|
2776 |
msgid "Add rule"
|
2777 |
msgstr "Nieuwe toevoegen"
|
2778 |
|
2779 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:13
|
2780 |
#, fuzzy
|
|
|
2781 |
msgid "Enable/disable editing"
|
2782 |
msgstr "Sorteren inschakelen"
|
2783 |
|
2784 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:15
|
2785 |
#, fuzzy
|
|
|
2786 |
msgid "Show/hide filters"
|
2787 |
msgstr "Leeg filters"
|
2788 |
|
2796 |
|
2797 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:21
|
2798 |
#, fuzzy
|
|
|
2799 |
msgid "Show/hide on mobile"
|
2800 |
msgstr "Verbergen op mobiele apparaten"
|
2801 |
|
2802 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:23
|
2803 |
#, fuzzy
|
|
|
2804 |
msgid "Show/hide on tablet"
|
2805 |
msgstr "Verbergen op tablets"
|
2806 |
|
2807 |
#: ../.././templates/admin/table-settings/column_small_block.inc.php:25
|
2808 |
#, fuzzy
|
|
|
2809 |
msgid "Open column settings"
|
2810 |
msgstr "Optionele kolom setup"
|
2811 |
|
2843 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:33
|
2844 |
#: ../.././templates/edit_table.inc.php:784
|
2845 |
#, fuzzy
|
|
|
2846 |
msgid "Reset cell color to default"
|
2847 |
msgstr "Reset kleuren en fonts naar standaard"
|
2848 |
|
2864 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:37
|
2865 |
#: ../.././templates/edit_table.inc.php:788
|
2866 |
#, fuzzy
|
|
|
2867 |
msgid "Set row color"
|
2868 |
msgstr "Hover rij kleur"
|
2869 |
|
2870 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:38
|
2871 |
#: ../.././templates/edit_table.inc.php:789
|
2872 |
#, fuzzy
|
|
|
2873 |
msgid "Reset row color to default"
|
2874 |
msgstr "Reset kleuren en fonts naar standaard"
|
2875 |
|
2876 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:39
|
2877 |
#: ../.././templates/edit_table.inc.php:790
|
2878 |
#, fuzzy
|
|
|
2879 |
msgid "Set row CSS class"
|
2880 |
msgstr "CSS class(es)"
|
2881 |
|
2887 |
#: ../.././templates/admin/table-settings/conditional_formatting_block.inc.php:41
|
2888 |
#: ../.././templates/edit_table.inc.php:792
|
2889 |
#, fuzzy
|
|
|
2890 |
msgid "Set column color"
|
2891 |
msgstr "Tabel font kleur"
|
2892 |
|
2901 |
|
2902 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:18
|
2903 |
#, fuzzy
|
|
|
2904 |
msgid "Choose a source wpDataTable"
|
2905 |
msgstr "Gebruik in wpDataTable"
|
2906 |
|
2911 |
|
2912 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:27
|
2913 |
#, fuzzy
|
|
|
2914 |
msgid "Pick a table..."
|
2915 |
msgstr "Selecteer een tabel type..."
|
2916 |
|
2917 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:47
|
2918 |
#, fuzzy
|
|
|
2919 |
msgid "Display value"
|
2920 |
msgstr "Display lengte"
|
2921 |
|
2927 |
|
2928 |
#: ../.././templates/admin/table-settings/foreign_key_config.inc.php:71
|
2929 |
#, fuzzy
|
|
|
2930 |
msgid "Store value"
|
2931 |
msgstr "Mogelijke waardes"
|
2932 |
|
2954 |
|
2955 |
#: ../.././templates/admin/table-settings/formula_editor_modal.inc.php:31
|
2956 |
#, fuzzy
|
|
|
2957 |
msgid "Columns to use"
|
2958 |
msgstr "Kolom type"
|
2959 |
|
2991 |
|
2992 |
#: ../.././templates/admin/table-settings/remove_column_modal.inc.php:62
|
2993 |
#, fuzzy
|
|
|
2994 |
msgid "Are you sure? There is no undo!"
|
2995 |
msgstr ""
|
2996 |
"Weet je het zeker? Je verliest de aanpassingen die niet opgeslagen zijn!"
|
2997 |
|
2998 |
#: ../.././templates/admin/table-settings/table_preview_block.inc.php:19
|
2999 |
#, fuzzy
|
|
|
3000 |
msgid "Table preview and columns setup"
|
3001 |
msgstr "Optionele kolom setup"
|
3002 |
|
3014 |
|
3015 |
#: ../.././templates/admin/table-settings/table_preview_block.inc.php:33
|
3016 |
#, fuzzy
|
|
|
3017 |
msgid "Add column"
|
3018 |
msgstr "ID kolom"
|
3019 |
|
3020 |
#: ../.././templates/admin/table-settings/table_preview_block.inc.php:35
|
3021 |
#, fuzzy
|
|
|
3022 |
msgid "Remove column"
|
3023 |
msgstr "Groep kolom"
|
3024 |
|
3038 |
|
3039 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:26
|
3040 |
#, fuzzy
|
|
|
3041 |
msgid "wpDataTable name, click to edit"
|
3042 |
msgstr "wpDatatables backend fout:"
|
3043 |
|
3044 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:30
|
3045 |
#, fuzzy
|
|
|
3046 |
msgid "Click to copy shortcode"
|
3047 |
msgstr "Klik om te openen"
|
3048 |
|
3052 |
|
3053 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:69
|
3054 |
#, fuzzy
|
|
|
3055 |
msgid "Sorting and filtering"
|
3056 |
msgstr "Geavanceerde filtering"
|
3057 |
|
3058 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:77
|
3059 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:912
|
3060 |
#, fuzzy
|
|
|
3061 |
msgid "Table Tools"
|
3062 |
msgstr "Tabel tools"
|
3063 |
|
3067 |
|
3068 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:97
|
3069 |
#, fuzzy
|
|
|
3070 |
msgid "Input data source type"
|
3071 |
msgstr "Tabel invoer data bron mag niet leeg zijn"
|
3072 |
|
3078 |
|
3079 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:106
|
3080 |
#, fuzzy
|
|
|
3081 |
msgid "Select a data source type"
|
3082 |
msgstr "Selecteer een tabel type..."
|
3083 |
|
3112 |
|
3113 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:124
|
3114 |
#, fuzzy
|
|
|
3115 |
msgid "Input file path or URL"
|
3116 |
msgstr "Voer bestand of URL in"
|
3117 |
|
3145 |
|
3146 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:152
|
3147 |
#, fuzzy
|
|
|
3148 |
msgid "Enable server-side processing"
|
3149 |
msgstr "Server-side verwerking"
|
3150 |
|
3151 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:168
|
3152 |
#, fuzzy
|
|
|
3153 |
msgid "MySQL Query"
|
3154 |
msgstr "MySQL query"
|
3155 |
|
3185 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:210
|
3186 |
#: ../.././templates/edit_table.inc.php:67
|
3187 |
#, fuzzy
|
|
|
3188 |
msgid "Show table title"
|
3189 |
msgstr "Nieuwe tabelnaam"
|
3190 |
|
3196 |
|
3197 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:224
|
3198 |
#, fuzzy
|
|
|
3199 |
msgid "Show table title on the page"
|
3200 |
msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
|
3201 |
|
3202 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:234
|
3203 |
#, fuzzy
|
|
|
3204 |
msgid "Responsiveness"
|
3205 |
msgstr "Responsive"
|
3206 |
|
3207 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:242
|
3208 |
#, fuzzy
|
|
|
3209 |
msgid "Responsive design"
|
3210 |
msgstr "Responsive"
|
3211 |
|
3235 |
|
3236 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:273
|
3237 |
#, fuzzy
|
|
|
3238 |
msgid "Hide the table before it is fully loaded"
|
3239 |
msgstr "Verberg tabel tot de pagina volledig geladen is"
|
3240 |
|
3249 |
|
3250 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:302
|
3251 |
#, fuzzy
|
|
|
3252 |
msgid "How many rows to show per page by default."
|
3253 |
msgstr "Hoeveel tabellen moeten weergeven worden op de browse pagina?"
|
3254 |
|
3255 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:338
|
3256 |
#, fuzzy
|
|
|
3257 |
msgid "Show X entries"
|
3258 |
msgstr "data"
|
3259 |
|
3301 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:432
|
3302 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:440
|
3303 |
#, fuzzy
|
|
|
3304 |
msgid "Limit table width"
|
3305 |
msgstr "Limiteer tabel layout"
|
3306 |
|
3336 |
|
3337 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:508
|
3338 |
#, fuzzy
|
|
|
3339 |
msgid "Advanced column filters"
|
3340 |
msgstr "Geavanceerde filtering"
|
3341 |
|
3342 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:516
|
3343 |
#, fuzzy
|
|
|
3344 |
msgid "Advanced filter"
|
3345 |
msgstr "Geavanceerde filtering"
|
3346 |
|
3352 |
|
3353 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:530
|
3354 |
#, fuzzy
|
|
|
3355 |
msgid "Enable advanced column filters"
|
3356 |
msgstr "Render geavanceerd filter"
|
3357 |
|
3363 |
|
3364 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:562
|
3365 |
#, fuzzy
|
|
|
3366 |
msgid "Allow sorting for the table"
|
3367 |
msgstr "Onder de grafiek/diagram"
|
3368 |
|
3386 |
|
3387 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:610
|
3388 |
#, fuzzy
|
|
|
3389 |
msgid "Filters in a form"
|
3390 |
msgstr "Filter in formulier"
|
3391 |
|
3406 |
|
3407 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:641
|
3408 |
#, fuzzy
|
|
|
3409 |
msgid "Clear filters button"
|
3410 |
msgstr "Leeg filters"
|
3411 |
|
3432 |
|
3433 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:669
|
3434 |
#, fuzzy
|
|
|
3435 |
msgid "Show clear filters button"
|
3436 |
msgstr "Leeg filters"
|
3437 |
|
3438 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:691
|
3439 |
#, fuzzy
|
|
|
3440 |
msgid "Allow editing"
|
3441 |
msgstr "Front-end aanpassen"
|
3442 |
|
3447 |
|
3448 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:706
|
3449 |
#, fuzzy
|
|
|
3450 |
msgid "Allow editing the table from the front-end."
|
3451 |
msgstr "Maak tabel aanpasbaar vanaf de front-end"
|
3452 |
|
3453 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:713
|
3454 |
#, fuzzy
|
|
|
3455 |
msgid "Allow front-end editing"
|
3456 |
msgstr "Front-end aanpassen"
|
3457 |
|
3478 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:755
|
3479 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:763
|
3480 |
#, fuzzy
|
|
|
3481 |
msgid "In-line editing"
|
3482 |
msgstr "Front-end aanpassen"
|
3483 |
|
3489 |
|
3490 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:777
|
3491 |
#, fuzzy
|
|
|
3492 |
msgid "Allow in-line editing"
|
3493 |
msgstr "Front-end aanpassen"
|
3494 |
|
3499 |
|
3500 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:796
|
3501 |
#, fuzzy
|
|
|
|
|
3502 |
msgid ""
|
3503 |
"Name of the MySQL table which will be updated when edited from front-end."
|
3504 |
msgstr ""
|
3507 |
|
3508 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:801
|
3509 |
#, fuzzy
|
|
|
3510 |
msgid "MySQL table name"
|
3511 |
msgstr "MySQL database naam"
|
3512 |
|
3513 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:810
|
3514 |
#: ../.././templates/edit_table.inc.php:203
|
3515 |
#, fuzzy
|
|
|
3516 |
msgid "ID column for editing"
|
3517 |
msgstr "MySQL tabel naam voor aanpassen"
|
3518 |
|
3531 |
|
3532 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:828
|
3533 |
#, fuzzy
|
|
|
|
|
|
|
3534 |
msgid ""
|
3535 |
"If you want only specific user roles to be able to edit the table, choose in "
|
3536 |
"this dropdown. Leave unchecked to allow editing for everyone."
|
3548 |
|
3549 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:835
|
3550 |
#, fuzzy
|
|
|
3551 |
msgid "Editors"
|
3552 |
msgstr "Editor rollen"
|
3553 |
|
3584 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:885
|
3585 |
#: ../.././templates/edit_table.inc.php:250
|
3586 |
#, fuzzy
|
|
|
3587 |
msgid "User ID column"
|
3588 |
msgstr "ID kolom"
|
3589 |
|
3606 |
|
3607 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:934
|
3608 |
#, fuzzy
|
|
|
3609 |
msgid "Enable Table Tools"
|
3610 |
msgstr "Tabel tools"
|
3611 |
|
3619 |
|
3620 |
#: ../.././templates/admin/table-settings/table_settings_block.inc.php:952
|
3621 |
#, fuzzy
|
|
|
3622 |
msgid "Columns visibility"
|
3623 |
msgstr "Kolom type"
|
3624 |
|
3688 |
#: ../.././templates/browse_charts.inc.php:8
|
3689 |
#: ../.././templates/chart_wizard.inc.php:16
|
3690 |
#, fuzzy
|
|
|
3691 |
msgid "wpDataTables documentation on Charts"
|
3692 |
msgstr "wpDataTables documentatie"
|
3693 |
|
3694 |
#: ../.././templates/browse_charts.inc.php:9
|
3695 |
#, fuzzy
|
|
|
3696 |
msgid "Add new chart"
|
3697 |
msgstr "Voeg een grafiek toe"
|
3698 |
|
3699 |
#: ../.././templates/chart_wizard.inc.php:17
|
3700 |
#, fuzzy
|
|
|
3701 |
msgid "wpDataTables Chart Wizard"
|
3702 |
msgstr "wpDataTables instellingen"
|
3703 |
|
3736 |
|
3737 |
#: ../.././templates/constructor.inc.php:14
|
3738 |
#, fuzzy
|
|
|
3739 |
msgid "wpDataTables documentation on Table Consturctor"
|
3740 |
msgstr "wpDataTables documentatie"
|
3741 |
|
3742 |
#: ../.././templates/constructor.inc.php:14
|
3743 |
#: ../.././templates/edit_table.inc.php:11
|
3744 |
#, fuzzy
|
|
|
3745 |
msgid "if you have some questions or problems."
|
3746 |
msgstr "als je vragen of problemen hebt met deze plugin."
|
3747 |
|
3748 |
#: ../.././templates/constructor.inc.php:15
|
3749 |
#, fuzzy
|
|
|
3750 |
msgid "wpDataTable constructor"
|
3751 |
msgstr "wpDataTables documentatie"
|
3752 |
|
3753 |
#: ../.././templates/edit_table.inc.php:11
|
3754 |
#, fuzzy
|
|
|
3755 |
msgid "wpDataTables documentation on this page"
|
3756 |
msgstr "wpDataTables documentatie"
|
3757 |
|
3950 |
|
3951 |
#: ../.././templates/edit_table.inc.php:223
|
3952 |
#, fuzzy
|
|
|
3953 |
msgid "Inline editing"
|
3954 |
msgstr "Front-end aanpassen"
|
3955 |
|
3956 |
#: ../.././templates/edit_table.inc.php:227
|
3957 |
#, fuzzy
|
|
|
|
|
|
|
3958 |
msgid ""
|
3959 |
"Check this checkbox if you would like to be able to edit the table data "
|
3960 |
"inline, by double-clicking a cell, not only in a modal dialog"
|
3962 |
|
3963 |
#: ../.././templates/edit_table.inc.php:236
|
3964 |
#, fuzzy
|
|
|
|
|
|
|
3965 |
msgid ""
|
3966 |
"Check this checkbox if you would like to get the New, Edit and Delete "
|
3967 |
"buttons in a popover on click on a table row, instead of in TableTools block "
|
4033 |
|
4034 |
#: ../.././templates/edit_table.inc.php:315
|
4035 |
#, fuzzy
|
|
|
|
|
|
|
4036 |
msgid ""
|
4037 |
"Check this checkbox if you would like this table to be horizontal scrollable"
|
4038 |
msgstr "Aanklikken als je een sorteerfunctie wilt hebben"
|
4205 |
|
4206 |
#: ../.././templates/edit_table.inc.php:548
|
4207 |
#, fuzzy
|
|
|
4208 |
msgid "Clear values"
|
4209 |
msgstr "Leeg filters"
|
4210 |
|
4228 |
|
4229 |
#: ../.././templates/edit_table.inc.php:603
|
4230 |
#, fuzzy
|
|
|
4231 |
msgid "Editor input type:"
|
4232 |
msgstr "Editor input type"
|
4233 |
|
4234 |
#: ../.././templates/edit_table.inc.php:613
|
4235 |
#, fuzzy
|
|
|
4236 |
msgid "Cannot be empty:"
|
4237 |
msgstr "Tabel type mag niet leeg zijn"
|
4238 |
|
4259 |
|
4260 |
#: ../.././templates/edit_table.inc.php:714
|
4261 |
#, fuzzy
|
|
|
4262 |
msgid "Display text before"
|
4263 |
msgstr "Weergegeven header"
|
4264 |
|
4265 |
#: ../.././templates/edit_table.inc.php:722
|
4266 |
#, fuzzy
|
|
|
4267 |
msgid "Display text after"
|
4268 |
msgstr "Weergegeven header"
|
4269 |
|
4284 |
|
4285 |
#: ../.././templates/edit_table.inc.php:802
|
4286 |
#, fuzzy
|
|
|
4287 |
msgid "Table saved!"
|
4288 |
msgstr "Tabel succesvol opgeslagen!"
|
4289 |
|
4294 |
|
4295 |
#: ../.././templates/settings.inc.php:12
|
4296 |
#, fuzzy
|
|
|
4297 |
msgid "wpDataTables documentation on this feature"
|
4298 |
msgstr "wpDataTables documentatie"
|
4299 |
|
4343 |
|
4344 |
#: ../.././templates/settings.inc.php:126
|
4345 |
#, fuzzy
|
|
|
4346 |
msgid "Pick the time format to use in datetime and time column type"
|
4347 |
msgstr "Kies de datumformat welke in de datumkolom wordt gebruikt"
|
4348 |
|
4607 |
|
4608 |
#: ../.././templates/settings.inc.php:472
|
4609 |
#, fuzzy
|
|
|
4610 |
msgid "Use minified wpDataTables Javascript"
|
4611 |
msgstr "Gebruik in wpDataTable"
|
4612 |
|
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: 2019-
|
5 |
-
"PO-Revision-Date: 2019-
|
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
|
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"
|
@@ -25,7 +25,6 @@ msgstr "wpDataTables"
|
|
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 |
|
@@ -37,7 +36,6 @@ msgstr "wpDataCharts"
|
|
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 |
|
@@ -53,105 +51,110 @@ msgstr ""
|
|
53 |
msgid "Addons"
|
54 |
msgstr "Дополнения"
|
55 |
|
56 |
-
#: controllers/wdt_admin.php:
|
57 |
-
#: controllers/wdt_admin.php:
|
58 |
-
#: controllers/wdt_admin.php:
|
59 |
-
#: controllers/wdt_admin.php:
|
60 |
msgid "You do not have sufficient permissions to access this page."
|
61 |
msgstr "У вас недостаточно прав для доступа к этой странице."
|
62 |
|
63 |
-
#: controllers/wdt_functions.php:
|
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:
|
70 |
msgid "wpDataTable with provided ID not found!"
|
71 |
msgstr "Таблица wpDataTable с заданным ID не найдена!"
|
72 |
|
73 |
-
#: controllers/wdt_functions.php:
|
74 |
msgid "Provided column is not Integer or Float column type"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: controllers/wdt_functions.php:
|
78 |
msgid "Choose a table"
|
79 |
msgstr "Выберите таблицу"
|
80 |
|
81 |
-
#: controllers/wdt_functions.php:
|
82 |
msgid "Interactive Responsive Table"
|
83 |
msgstr "Интерактивные адаптивные таблицы"
|
84 |
|
85 |
-
#: controllers/wdt_functions.php:
|
86 |
msgid "Content"
|
87 |
msgstr "Содержимое"
|
88 |
|
89 |
-
#: controllers/wdt_functions.php:
|
90 |
msgid "wpDataTable"
|
91 |
msgstr "wpDataTable таблица"
|
92 |
|
93 |
-
#: controllers/wdt_functions.php:
|
94 |
msgid "Choose the wpDataTable from a dropdown"
|
95 |
msgstr "Выберите таблицу wpDataTable из выпадающего списка"
|
96 |
|
97 |
-
#: controllers/wdt_functions.php:
|
98 |
msgid "Table view"
|
99 |
msgstr "Отображение таблицы"
|
100 |
|
101 |
-
#: controllers/wdt_functions.php:
|
102 |
msgid "Regular wpDataTable"
|
103 |
msgstr "Стандартная wpDataTable таблица"
|
104 |
|
105 |
-
#: controllers/wdt_functions.php:
|
106 |
msgid "Excel-like table"
|
107 |
msgstr "Таблица типа Excel"
|
108 |
|
109 |
-
#: controllers/wdt_functions.php:
|
110 |
msgid "Variable placeholder #1"
|
111 |
msgstr "Переменная №1"
|
112 |
|
113 |
-
#: controllers/wdt_functions.php:
|
114 |
-
#: controllers/wdt_functions.php:
|
115 |
msgid "Variables"
|
116 |
msgstr "Переменные"
|
117 |
|
118 |
-
#: controllers/wdt_functions.php:
|
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:
|
123 |
msgid "Variable placeholder #2"
|
124 |
msgstr "Переменная №2"
|
125 |
|
126 |
-
#: controllers/wdt_functions.php:
|
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:
|
131 |
msgid "Variable placeholder #3"
|
132 |
msgstr "Переменная №3"
|
133 |
|
134 |
-
#: controllers/wdt_functions.php:
|
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:
|
139 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
140 |
msgstr "Диаграммы Google Charts или Highchart, основанные на таблице"
|
141 |
|
142 |
-
#: controllers/wdt_functions.php:
|
143 |
msgid "wpDataChart"
|
144 |
msgstr "Диаграмма wpDataChart"
|
145 |
|
146 |
-
#: controllers/wdt_functions.php:
|
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 |
|
@@ -163,9 +166,8 @@ msgid "Delete"
|
|
163 |
msgstr "Удалить"
|
164 |
|
165 |
#: source/class.wdtbrowsechartstable.php:188
|
166 |
-
#: source/class.wdtbrowsechartstable.php:
|
167 |
#, fuzzy
|
168 |
-
#| msgid "Column chart"
|
169 |
msgid "Column Chart"
|
170 |
msgstr "Колоночная диаграмма"
|
171 |
|
@@ -177,181 +179,172 @@ 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:
|
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:
|
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:
|
206 |
-
#: source/class.wdtbrowsechartstable.php:
|
207 |
#, fuzzy
|
208 |
-
#| msgid "Line chart"
|
209 |
msgid "Line Chart"
|
210 |
msgstr "Линейная диаграмма"
|
211 |
|
212 |
#: source/class.wdtbrowsechartstable.php:209
|
213 |
-
#: source/class.wdtbrowsechartstable.php:
|
214 |
-
#: source/class.wdtbrowsechartstable.php:
|
215 |
#, fuzzy
|
216 |
-
#| msgid "Pie chart"
|
217 |
msgid "Pie Chart"
|
218 |
msgstr "Круговая диаграмма"
|
219 |
|
220 |
#: source/class.wdtbrowsechartstable.php:212
|
221 |
-
#: source/class.wdtbrowsechartstable.php:
|
222 |
#, fuzzy
|
223 |
-
#| msgid "Bubble chart"
|
224 |
msgid "Bubble Chart"
|
225 |
msgstr "Пузырьковая диаграмма"
|
226 |
|
227 |
#: source/class.wdtbrowsechartstable.php:215
|
228 |
-
#: source/class.wdtbrowsechartstable.php:
|
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:
|
253 |
#, fuzzy
|
254 |
-
#| msgid "Basic area chart"
|
255 |
msgid "Basic Area Chart"
|
256 |
msgstr "Обычная диаграмма с областями"
|
257 |
|
258 |
-
#: source/class.wdtbrowsechartstable.php:
|
259 |
-
#: source/class.wdtbrowsechartstable.php:
|
260 |
#, fuzzy
|
261 |
-
#| msgid "Stacked area chart"
|
262 |
msgid "Stacked Area Chart"
|
263 |
msgstr "Диаграмма с областями и накоплением"
|
264 |
|
265 |
-
#: source/class.wdtbrowsechartstable.php:
|
266 |
#, fuzzy
|
267 |
-
#| msgid "Basic bar chart"
|
268 |
msgid "Basic Bar Chart"
|
269 |
msgstr "Обычная линеечная диаграмма"
|
270 |
|
271 |
-
#: source/class.wdtbrowsechartstable.php:
|
272 |
#, fuzzy
|
273 |
-
#| msgid "Basic column chart"
|
274 |
msgid "Basic Column Chart"
|
275 |
msgstr "Обычная колоночная диаграмма"
|
276 |
|
277 |
-
#: source/class.wdtbrowsechartstable.php:
|
278 |
#, fuzzy
|
279 |
-
#| msgid "Stacked column chart"
|
280 |
msgid "Stacked Column Chart"
|
281 |
msgstr "Колоночная диаграмма с накоплением"
|
282 |
|
283 |
-
#: source/class.wdtbrowsechartstable.php:
|
284 |
#, fuzzy
|
285 |
-
#| msgid "Pie with gradient chart"
|
286 |
msgid "Pie With Gradient Chart"
|
287 |
msgstr "Круговая диаграмма с градиентом"
|
288 |
|
289 |
-
#: source/class.wdtbrowsechartstable.php:
|
290 |
#, fuzzy
|
291 |
-
#| msgid "Scatter plot"
|
292 |
msgid "Scatter Plot"
|
293 |
msgstr "Точечная диаграмма"
|
294 |
|
295 |
-
#: source/class.wdtbrowsechartstable.php:
|
296 |
#, fuzzy
|
297 |
-
#| msgid "3D column chart"
|
298 |
msgid "3D Column Chart"
|
299 |
msgstr "Трехмерная колоночная диаграмма"
|
300 |
|
301 |
-
#: source/class.wdtbrowsechartstable.php:
|
302 |
#, fuzzy
|
303 |
-
#| msgid "3D pie chart"
|
304 |
msgid "3D Pie Chart"
|
305 |
msgstr "Трехмерная круговая диаграмма"
|
306 |
|
307 |
-
#: source/class.wdtbrowsechartstable.php:
|
308 |
#, fuzzy
|
309 |
-
#| msgid "3D donut chart"
|
310 |
msgid "3D Donut Chart"
|
311 |
msgstr "Трехмерная кольцевая диаграмма"
|
312 |
|
313 |
-
#: source/class.wdtbrowsechartstable.php:
|
314 |
#, fuzzy
|
315 |
-
#| msgid " Chart"
|
316 |
msgid "Radar Chart"
|
317 |
msgstr " Диаграмма"
|
318 |
|
319 |
-
#: source/class.wdtbrowsechartstable.php:
|
320 |
#, fuzzy
|
321 |
-
#| msgid "Google Area Chart"
|
322 |
msgid "Polar Area Chart"
|
323 |
msgstr "Диаграмма с областями Google"
|
324 |
|
325 |
-
#: source/class.wdtbrowsechartstable.php:
|
326 |
#, fuzzy
|
327 |
-
#| msgid "Donut chart"
|
328 |
msgid "Doughnut Chart"
|
329 |
msgstr "Кольцевая диаграмма"
|
330 |
|
331 |
-
#: source/class.wdtbrowsechartstable.php:
|
332 |
msgid "Google"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: source/class.wdtbrowsechartstable.php:
|
336 |
#, fuzzy
|
337 |
-
#| msgid "Highcharts Pie Chart"
|
338 |
msgid "Highcharts"
|
339 |
msgstr "Круговая диаграмма Highcharts"
|
340 |
|
341 |
-
#: source/class.wdtbrowsechartstable.php:
|
342 |
#, fuzzy
|
343 |
-
#| msgid " Chart"
|
344 |
msgid "Chart.js"
|
345 |
msgstr " Диаграмма"
|
346 |
|
347 |
-
#: source/class.wdtbrowsechartstable.php:
|
348 |
#: source/class.wdtbrowsetable.php:272
|
349 |
#, fuzzy
|
350 |
-
#| msgid "Select"
|
351 |
msgid "Select All"
|
352 |
msgstr "Выбрать"
|
353 |
|
354 |
-
#: source/class.wdtbrowsechartstable.php:
|
355 |
msgid "No wpDataCharts in the system yet."
|
356 |
msgstr "Диаграмм пока не создано"
|
357 |
|
@@ -366,13 +359,11 @@ msgstr "Редактировать данные"
|
|
366 |
|
367 |
#: source/class.wdtbrowsetable.php:167
|
368 |
#, fuzzy
|
369 |
-
#| msgid "Edit in Excel-editor"
|
370 |
msgid "Edit in Excel-like editor"
|
371 |
msgstr "Excel-редактор"
|
372 |
|
373 |
#: source/class.wdtbrowsetable.php:209
|
374 |
#, fuzzy
|
375 |
-
#| msgid "MySQL host"
|
376 |
msgid "MySQL"
|
377 |
msgstr "MySQL сервер"
|
378 |
|
@@ -398,7 +389,6 @@ msgstr ""
|
|
398 |
|
399 |
#: source/class.wdtbrowsetable.php:224
|
400 |
#, fuzzy
|
401 |
-
#| msgid "JSON file"
|
402 |
msgid "JSON"
|
403 |
msgstr "JSON"
|
404 |
|
@@ -422,95 +412,92 @@ msgstr "Таблиц wpDataTables пока не создано"
|
|
422 |
|
423 |
#: source/class.wdtconfigcontroller.php:139
|
424 |
#, fuzzy
|
425 |
-
#| msgid "There was an error when trying to create the table on MySQL side"
|
426 |
msgid "There was an error trying to fetch the table data: "
|
427 |
msgstr "При попытке создать таблицу произошла ошибка на стороне MySQL сервера"
|
428 |
|
429 |
#: source/class.wdtconfigcontroller.php:449
|
430 |
#, fuzzy
|
431 |
-
#| msgid "Table input data source cannot be empty"
|
432 |
msgid "Table in data source has no rows."
|
433 |
msgstr "Источник данных для таблицы не может быть пустым"
|
434 |
|
435 |
-
#: source/class.wdttools.php:
|
436 |
msgid "One line string"
|
437 |
msgstr "Однолинейная строка"
|
438 |
|
439 |
-
#: source/class.wdttools.php:
|
440 |
msgid "Multi-line string"
|
441 |
msgstr "Многолинейная строка"
|
442 |
|
443 |
-
#: source/class.wdttools.php:
|
444 |
msgid "One-line selectbox"
|
445 |
msgstr "Список с 1 вариантом выбора"
|
446 |
|
447 |
-
#: source/class.wdttools.php:
|
448 |
msgid "Multi-line selectbox"
|
449 |
msgstr "Список с несколькими вариантами"
|
450 |
|
451 |
-
#: source/class.wdttools.php:
|
452 |
#: templates/admin/table-settings/column_settings_panel.inc.php:361
|
453 |
msgid "Integer"
|
454 |
msgstr "Целое число"
|
455 |
|
456 |
-
#: source/class.wdttools.php:
|
457 |
#: templates/admin/table-settings/column_settings_panel.inc.php:362
|
458 |
msgid "Float"
|
459 |
msgstr "Дробное число"
|
460 |
|
461 |
-
#: source/class.wdttools.php:
|
462 |
#: templates/admin/table-settings/column_settings_panel.inc.php:363
|
463 |
#: templates/admin/table-settings/column_settings_panel.inc.php:988
|
464 |
msgid "Date"
|
465 |
msgstr "Дата"
|
466 |
|
467 |
-
#: source/class.wdttools.php:
|
468 |
#: templates/admin/table-settings/column_settings_panel.inc.php:989
|
469 |
#, fuzzy
|
470 |
-
#| msgid "Date"
|
471 |
msgid "Datetime"
|
472 |
msgstr "Дата"
|
473 |
|
474 |
-
#: source/class.wdttools.php:
|
475 |
#: templates/admin/table-settings/column_settings_panel.inc.php:365
|
476 |
#: templates/admin/table-settings/column_settings_panel.inc.php:990
|
477 |
msgid "Time"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: source/class.wdttools.php:
|
481 |
msgid "URL Link"
|
482 |
msgstr "URL ссылка"
|
483 |
|
484 |
-
#: source/class.wdttools.php:
|
485 |
msgid "E-mail"
|
486 |
msgstr "E-mail"
|
487 |
|
488 |
-
#: source/class.wdttools.php:
|
489 |
#: templates/admin/table-settings/column_settings_panel.inc.php:368
|
490 |
msgid "Image"
|
491 |
msgstr "Картинка"
|
492 |
|
493 |
-
#: source/class.wdttools.php:
|
494 |
#: templates/admin/table-settings/column_settings_panel.inc.php:993
|
495 |
msgid "Attachment"
|
496 |
msgstr "Вложение"
|
497 |
|
498 |
-
#: source/class.wdttools.php:
|
499 |
msgid ""
|
500 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
501 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
502 |
"to the web</b> "
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: source/class.wdttools.php:
|
506 |
msgid "Back to date"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: source/class.wdttools.php:
|
510 |
msgid "Browse"
|
511 |
msgstr "Поиск"
|
512 |
|
513 |
-
#: source/class.wdttools.php:
|
514 |
#: templates/admin/browse/table/duplicate_modal.inc.php:60
|
515 |
#: templates/admin/common/close_modal.inc.php:36
|
516 |
#: templates/admin/constructor/constructor.inc.php:30
|
@@ -528,19 +515,19 @@ msgstr "Поиск"
|
|
528 |
msgid "Cancel"
|
529 |
msgstr "Отмена"
|
530 |
|
531 |
-
#: source/class.wdttools.php:
|
532 |
msgid " field cannot be empty!"
|
533 |
msgstr " поле не может быть пустым!"
|
534 |
|
535 |
-
#: source/class.wdttools.php:
|
536 |
msgid "Use selected file"
|
537 |
msgstr "Использовать выбранный файл"
|
538 |
|
539 |
-
#: source/class.wdttools.php:
|
540 |
msgid "Choose file"
|
541 |
msgstr "Выберите файл"
|
542 |
|
543 |
-
#: source/class.wdttools.php:
|
544 |
#: templates/admin/table-settings/columns_list_modal.inc.php:27
|
545 |
#: templates/admin/table-settings/foreign_key_config.inc.php:95
|
546 |
#: templates/edit_table.inc.php:36 templates/edit_table.inc.php:418
|
@@ -548,199 +535,194 @@ msgstr "Выберите файл"
|
|
548 |
msgid "Close"
|
549 |
msgstr "Закрыть"
|
550 |
|
551 |
-
#: source/class.wdttools.php:
|
552 |
#, fuzzy
|
553 |
-
#| msgid "Column header"
|
554 |
msgid "Column has been added!"
|
555 |
msgstr "Заголовок колонки"
|
556 |
|
557 |
-
#: source/class.wdttools.php:
|
558 |
msgid "Column header cannot be empty!"
|
559 |
msgstr "Имя колонки не может быть пустым!"
|
560 |
|
561 |
-
#: source/class.wdttools.php:
|
562 |
msgid "Please confirm column deletion!"
|
563 |
msgstr "Подтвердите удаление колонки!"
|
564 |
|
565 |
-
#: source/class.wdttools.php:
|
566 |
msgid "Column has been removed!"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: source/class.wdttools.php:
|
570 |
#, fuzzy
|
571 |
-
#| msgid "Choose the columns that you would like to have in your table"
|
572 |
msgid "Please select columns that you want to use in table"
|
573 |
msgstr ""
|
574 |
"Выберите колонки таблиц MySQL, которые вы хотели бы использовать в таблице "
|
575 |
"wpDataTable"
|
576 |
|
577 |
-
#: source/class.wdttools.php:
|
578 |
#: source/class.wpdatatable.php:1981
|
579 |
#: templates/admin/table-settings/table_settings_block.inc.php:956
|
580 |
msgid "Copy"
|
581 |
msgstr "Копировать"
|
582 |
|
583 |
-
#: source/class.wdttools.php:
|
584 |
#, fuzzy
|
585 |
-
#| msgid "There was an error trying to insert a new row! Error: "
|
586 |
msgid "There was an error trying to insert a new row!"
|
587 |
msgstr "При попытке добавления строки произошла ошибка! Текст ошибки: "
|
588 |
|
589 |
-
#: source/class.wdttools.php:
|
590 |
#, fuzzy
|
591 |
-
#| msgid "Data saved!"
|
592 |
msgid "Data has been saved!"
|
593 |
msgstr "Данные сохранены!"
|
594 |
|
595 |
-
#: source/class.wdttools.php:
|
596 |
msgid "detach"
|
597 |
msgstr "Удалить"
|
598 |
|
599 |
-
#: source/class.wdttools.php:
|
600 |
#: templates/settings.inc.php:627
|
601 |
msgid "Error!"
|
602 |
msgstr "Ошибка!"
|
603 |
|
604 |
-
#: source/class.wdttools.php:
|
605 |
msgid "Please upload or choose a file from Media Library!"
|
606 |
msgstr ""
|
607 |
"Пожалуйста, загрузите файл, или выберите уже загруженный файл в медиа "
|
608 |
"библиотеке!"
|
609 |
|
610 |
-
#: source/class.wdttools.php:
|
611 |
msgid "From"
|
612 |
msgstr "От"
|
613 |
|
614 |
-
#: source/class.wdttools.php:
|
615 |
msgid "Please provide a valid e-mail address for field"
|
616 |
msgstr "Пожалуйста, введите корректный e-mail адрес для поля "
|
617 |
|
618 |
-
#: source/class.wdttools.php:
|
619 |
msgid "Please provide a valid URL link for field"
|
620 |
msgstr "Пожалуйста, введите корректный URL-адрес для поля "
|
621 |
|
622 |
-
#: source/class.wdttools.php:
|
623 |
msgid "You have entered invalid value. Press ESC to cancel."
|
624 |
msgstr "Вы ввели неверное значение. Нажмите ESC для отмены"
|
625 |
|
626 |
-
#: source/class.wdttools.php:
|
627 |
msgid "Show _MENU_ entries"
|
628 |
msgstr "Показывать _MENU_ строк"
|
629 |
|
630 |
-
#: source/class.wdttools.php:
|
631 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
632 |
msgid "Merge"
|
633 |
msgstr "Совместить"
|
634 |
|
635 |
-
#: source/class.wdttools.php:
|
636 |
msgid "New column"
|
637 |
msgstr "Новая колонка"
|
638 |
|
639 |
-
#: source/class.wdttools.php:
|
640 |
msgid ": activate to sort column ascending"
|
641 |
msgstr ": нажмите для сортировки по этой колонке по возрастанию"
|
642 |
|
643 |
-
#: source/class.wdttools.php:
|
644 |
msgid ": activate to sort column descending"
|
645 |
msgstr ": нажмите для сортировки по этой колонке по убыванию"
|
646 |
|
647 |
-
#: source/class.wdttools.php:
|
648 |
msgid "Ok"
|
649 |
msgstr "OK"
|
650 |
|
651 |
-
#: source/class.wdttools.php:
|
652 |
msgid "First"
|
653 |
msgstr "Первая"
|
654 |
|
655 |
-
#: source/class.wdttools.php:
|
656 |
msgid "Last"
|
657 |
msgstr "Последняя"
|
658 |
|
659 |
-
#: source/class.wdttools.php:
|
660 |
msgid "Next"
|
661 |
msgstr "Следующая"
|
662 |
|
663 |
-
#: source/class.wdttools.php:
|
664 |
msgid "Previous"
|
665 |
msgstr "Предыдущая"
|
666 |
|
667 |
-
#: source/class.wdttools.php:
|
668 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
669 |
msgid "Replace"
|
670 |
msgstr "Заменить"
|
671 |
|
672 |
-
#: source/class.wdttools.php:
|
673 |
msgid "Row has been deleted!"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: source/class.wdttools.php:
|
677 |
msgid "Select a file to use in table"
|
678 |
msgstr "Выберите файл для использования в таблице"
|
679 |
|
680 |
-
#: source/class.wdttools.php:
|
681 |
msgid "Select an Excel or CSV file"
|
682 |
msgstr "Выберите Excel или CSV файл"
|
683 |
|
684 |
-
#: source/class.wdttools.php:
|
685 |
msgid "No data available in table"
|
686 |
msgstr "Нет данных"
|
687 |
|
688 |
-
#: source/class.wdttools.php:
|
689 |
#, fuzzy
|
690 |
-
#| msgid "Settings saved successfully"
|
691 |
msgid "Plugin settings saved successfully"
|
692 |
msgstr "Настройки успешно сохранены"
|
693 |
|
694 |
-
#: source/class.wdttools.php:
|
695 |
msgid "Shortcode has been copied to the clipboard."
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: source/class.wdttools.php:
|
699 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
700 |
msgstr "Отображаются строки _START_ - _END_ из _TOTAL_"
|
701 |
|
702 |
-
#: source/class.wdttools.php:
|
703 |
msgid "Showing 0 to 0 of 0 entries"
|
704 |
msgstr "Отображаются строки 0-0 из 0"
|
705 |
|
706 |
-
#: source/class.wdttools.php:
|
707 |
msgid "(filtered from _MAX_ total entries)"
|
708 |
msgstr "(отфильтровано из _MAX_ всего)"
|
709 |
|
710 |
-
#: source/class.wdttools.php:
|
711 |
msgid ","
|
712 |
msgstr ","
|
713 |
|
714 |
-
#: source/class.wdttools.php:
|
715 |
msgid "Loading..."
|
716 |
msgstr "Загрузка…"
|
717 |
|
718 |
-
#: source/class.wdttools.php:
|
719 |
msgid "Processing..."
|
720 |
msgstr "Обработка…"
|
721 |
|
722 |
-
#: source/class.wdttools.php:
|
723 |
msgid "SQL error"
|
724 |
msgstr "Ошибка на стороне MySQL"
|
725 |
|
726 |
-
#: source/class.wdttools.php:
|
727 |
msgid "Search: "
|
728 |
msgstr "Поиск: "
|
729 |
|
730 |
-
#: source/class.wdttools.php:
|
731 |
#: templates/settings.inc.php:625
|
732 |
msgid "Success!"
|
733 |
msgstr "Выполнено!"
|
734 |
|
735 |
-
#: source/class.wdttools.php:
|
736 |
msgid "No matching records found"
|
737 |
msgstr "Не найдены строки по заданным критериям"
|
738 |
|
739 |
-
#: source/class.wdttools.php:
|
740 |
msgid "Table saved successfully!"
|
741 |
msgstr "Таблица успешно сохранена!"
|
742 |
|
743 |
-
#: source/class.wdttools.php:
|
744 |
msgid "To"
|
745 |
msgstr "До"
|
746 |
|
@@ -774,19 +756,16 @@ msgstr "PDF"
|
|
774 |
|
775 |
#: source/class.wpdatatable.php:1928
|
776 |
#, fuzzy
|
777 |
-
#| msgid "Exporting"
|
778 |
msgid "Export"
|
779 |
msgstr "Экспорт"
|
780 |
|
781 |
#: source/class.wpdatatable.php:2005
|
782 |
#, fuzzy
|
783 |
-
#| msgid "Search: "
|
784 |
msgid "Search table"
|
785 |
msgstr "Поиск: "
|
786 |
|
787 |
#: source/class.wpdatatable.php:2006
|
788 |
#, fuzzy
|
789 |
-
#| msgid "Show _MENU_ entries"
|
790 |
msgid "Showing _MENU_ Entries"
|
791 |
msgstr "Показывать _MENU_ строк"
|
792 |
|
@@ -843,25 +822,21 @@ msgstr "Узнать больше"
|
|
843 |
|
844 |
#: templates/admin/addons/addons.inc.php:22
|
845 |
#, fuzzy
|
846 |
-
#| msgid "Choose the base skin for the plugin"
|
847 |
msgid "Addons for the plugin"
|
848 |
msgstr "Выберите основной скин плагина"
|
849 |
|
850 |
#: templates/admin/addons/addons.inc.php:24
|
851 |
#, fuzzy
|
852 |
-
#| msgid "Use in wpDataTable"
|
853 |
msgid "Unique extensions for wpDataTables"
|
854 |
msgstr "Использовать в таблице wpDataTable"
|
855 |
|
856 |
#: templates/admin/addons/addons.inc.php:32
|
857 |
#, fuzzy
|
858 |
-
#| msgid "Addons"
|
859 |
msgid "About Addons"
|
860 |
msgstr "Дополнения"
|
861 |
|
862 |
#: templates/admin/addons/addons.inc.php:45
|
863 |
#, fuzzy
|
864 |
-
#| msgid "Regular wpDataTable"
|
865 |
msgid "Powerful Filters for wpDataTables"
|
866 |
msgstr "Стандартная wpDataTable таблица"
|
867 |
|
@@ -877,7 +852,6 @@ msgstr ""
|
|
877 |
#: templates/admin/addons/addons.inc.php:91
|
878 |
#: templates/admin/addons/addons.inc.php:111
|
879 |
#, fuzzy
|
880 |
-
#| msgid "Find out more"
|
881 |
msgid "Find out more "
|
882 |
msgstr "Узнать больше"
|
883 |
|
@@ -911,20 +885,22 @@ msgstr ""
|
|
911 |
|
912 |
#: templates/admin/browse/chart/browse.inc.php:25
|
913 |
#, fuzzy
|
914 |
-
#| msgid "wpDataCharts"
|
915 |
msgid "wpDataCharts browse"
|
916 |
msgstr "Диаграммы wpDataCharts"
|
917 |
|
918 |
#: templates/admin/browse/chart/browse.inc.php:32
|
919 |
#: templates/admin/browse/table/browse.inc.php:32
|
920 |
#, fuzzy
|
921 |
-
#| msgid "Add new"
|
922 |
msgid "Add New"
|
923 |
msgstr "Добавить"
|
924 |
|
|
|
|
|
|
|
|
|
|
|
925 |
#: templates/admin/browse/table/browse.inc.php:25
|
926 |
#, fuzzy
|
927 |
-
#| msgid "wpDataTables Charts"
|
928 |
msgid "wpDataTables browse"
|
929 |
msgstr "Диаграммы"
|
930 |
|
@@ -940,7 +916,6 @@ msgstr "Новое название таблицы"
|
|
940 |
|
941 |
#: templates/admin/browse/table/duplicate_modal.inc.php:39
|
942 |
#, fuzzy
|
943 |
-
#| msgid "Duplicate table"
|
944 |
msgid "Duplicate database table"
|
945 |
msgstr "Клонировать таблицу"
|
946 |
|
@@ -987,7 +962,6 @@ msgstr "Диапазон данных"
|
|
987 |
|
988 |
#: templates/admin/chart_wizard/chart_wizard.inc.php:63
|
989 |
#, fuzzy
|
990 |
-
#| msgid "Formatting rules"
|
991 |
msgid "Formatting and preview"
|
992 |
msgstr "Правила форматирования"
|
993 |
|
@@ -1003,14 +977,12 @@ msgstr "Закончить"
|
|
1003 |
#: templates/admin/chart_wizard/chart_wizard.inc.php:86
|
1004 |
#: templates/admin/constructor/constructor.inc.php:60
|
1005 |
#, fuzzy
|
1006 |
-
#| msgid "Next"
|
1007 |
msgid "Next "
|
1008 |
msgstr "Следующая"
|
1009 |
|
1010 |
#: templates/admin/chart_wizard/chart_wizard.inc.php:88
|
1011 |
#: templates/admin/constructor/constructor.inc.php:62
|
1012 |
#, fuzzy
|
1013 |
-
#| msgid "Previous"
|
1014 |
msgid " Previous"
|
1015 |
msgstr "Предыдущая"
|
1016 |
|
@@ -1041,13 +1013,11 @@ msgstr "Колоночная диаграмма"
|
|
1041 |
|
1042 |
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
|
1043 |
#, fuzzy
|
1044 |
-
#| msgid "Bar chart"
|
1045 |
msgid "Radar chart"
|
1046 |
msgstr "Линеечная диаграмма"
|
1047 |
|
1048 |
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
|
1049 |
#, fuzzy
|
1050 |
-
#| msgid "Basic area chart"
|
1051 |
msgid "Polar area chart"
|
1052 |
msgstr "Обычная диаграмма с областями"
|
1053 |
|
@@ -1060,7 +1030,6 @@ msgstr "Круговая диаграмма"
|
|
1060 |
|
1061 |
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
|
1062 |
#, fuzzy
|
1063 |
-
#| msgid "Donut chart"
|
1064 |
msgid "Doughnut chart"
|
1065 |
msgstr "Кольцевая диаграмма"
|
1066 |
|
@@ -1102,9 +1071,16 @@ msgstr "Калибровочная диаграмма"
|
|
1102 |
msgid "Scatter chart"
|
1103 |
msgstr "Точечная диаграмма"
|
1104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1105 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1106 |
#, fuzzy
|
1107 |
-
#| msgid "Line chart"
|
1108 |
msgid "Spline chart"
|
1109 |
msgstr "Линейная диаграмма"
|
1110 |
|
@@ -1155,13 +1131,11 @@ msgstr "Трехмерная кольцевая диаграмма"
|
|
1155 |
|
1156 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
1157 |
#, fuzzy
|
1158 |
-
#| msgid "Area chart"
|
1159 |
msgid "Treemap chart"
|
1160 |
msgstr "Диаграмма с областями"
|
1161 |
|
1162 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
1163 |
#, fuzzy
|
1164 |
-
#| msgid "Area chart"
|
1165 |
msgid "Treemap level chart"
|
1166 |
msgstr "Диаграмма с областями"
|
1167 |
|
@@ -1172,7 +1146,6 @@ msgstr "Имя диаграммы"
|
|
1172 |
|
1173 |
#: templates/admin/chart_wizard/steps/step1.inc.php:15
|
1174 |
#, fuzzy
|
1175 |
-
#| msgid "What is the title of the chart that you will use to identify it?"
|
1176 |
msgid "Please define the title of the chart that you will use to identify it"
|
1177 |
msgstr ""
|
1178 |
"Задайте диаграмме название, по которому вы сможете находить ее впоследствии."
|
@@ -1224,6 +1197,32 @@ msgstr ""
|
|
1224 |
msgid "Error"
|
1225 |
msgstr "Ошибка"
|
1226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1227 |
#: templates/admin/constructor/constructor.inc.php:25
|
1228 |
#: templates/constructor.inc.php:21
|
1229 |
msgid "Table Creation Wizard"
|
@@ -1231,13 +1230,11 @@ msgstr "Мастер создания таблиц"
|
|
1231 |
|
1232 |
#: templates/admin/constructor/constructor.inc.php:53
|
1233 |
#, fuzzy
|
1234 |
-
#| msgid "Standard editor"
|
1235 |
msgid "Open in standard editor"
|
1236 |
msgstr "Стандартный редактор"
|
1237 |
|
1238 |
#: templates/admin/constructor/constructor.inc.php:55
|
1239 |
#, fuzzy
|
1240 |
-
#| msgid "Excel-like editor"
|
1241 |
msgid "Open in Excel-like editor"
|
1242 |
msgstr "Excel-редактор"
|
1243 |
|
@@ -1247,7 +1244,6 @@ msgstr "Excel-редактор"
|
|
1247 |
#: templates/admin/table-settings/table_preview_block.inc.php:68
|
1248 |
#: templates/admin/table-settings/table_settings_block.inc.php:1120
|
1249 |
#, fuzzy
|
1250 |
-
#| msgid "wpDataTables documentation"
|
1251 |
msgid "Documentation"
|
1252 |
msgstr "документации по wpDataTables"
|
1253 |
|
@@ -1258,7 +1254,6 @@ msgstr "Выберите способ создания таблицы"
|
|
1258 |
|
1259 |
#: templates/admin/constructor/steps/constructor_1.inc.php:18
|
1260 |
#, fuzzy
|
1261 |
-
#| msgid "Create the table and open in editor"
|
1262 |
msgid "Create a table linked to an existing data source"
|
1263 |
msgstr "Создать таблицу и открыть в редакторе данных"
|
1264 |
|
@@ -1271,7 +1266,6 @@ msgstr ""
|
|
1271 |
|
1272 |
#: templates/admin/constructor/steps/constructor_1.inc.php:32
|
1273 |
#, fuzzy
|
1274 |
-
#| msgid "Create wpDataTable"
|
1275 |
msgid "Create a table manually"
|
1276 |
msgstr "Создать таблицу wpDataTable"
|
1277 |
|
@@ -1315,7 +1309,6 @@ msgstr ""
|
|
1315 |
#: templates/admin/settings/settings.inc.php:22
|
1316 |
#: templates/admin/settings/settings.inc.php:23
|
1317 |
#, fuzzy
|
1318 |
-
#| msgid "Choose the base skin for the plugin"
|
1319 |
msgid "Settings for the plugin"
|
1320 |
msgstr "Выберите основной скин плагина"
|
1321 |
|
@@ -1338,7 +1331,6 @@ msgstr "Основные настройки"
|
|
1338 |
#: templates/admin/settings/settings.inc.php:51
|
1339 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:15
|
1340 |
#, fuzzy
|
1341 |
-
#| msgid "Use separate MySQL connection"
|
1342 |
msgid "Separate DB connection"
|
1343 |
msgstr "Использовать независимое подключение к MySQL"
|
1344 |
|
@@ -1369,7 +1361,6 @@ msgstr "Применить"
|
|
1369 |
|
1370 |
#: templates/admin/settings/tabs/color_and_font_settings.php:25
|
1371 |
#, fuzzy
|
1372 |
-
#| msgid "Font size"
|
1373 |
msgid "Font"
|
1374 |
msgstr "Размер шрифта"
|
1375 |
|
@@ -1388,7 +1379,6 @@ msgstr "Размер шрифта"
|
|
1388 |
|
1389 |
#: templates/admin/settings/tabs/color_and_font_settings.php:47
|
1390 |
#, fuzzy
|
1391 |
-
#| msgid "In the footer"
|
1392 |
msgid "Define the font size"
|
1393 |
msgstr "В подвале таблицы"
|
1394 |
|
@@ -1396,13 +1386,11 @@ msgstr "В подвале таблицы"
|
|
1396 |
#: templates/admin/settings/tabs/color_and_font_settings.php:136
|
1397 |
#: templates/admin/settings/tabs/color_and_font_settings.php:459
|
1398 |
#, fuzzy
|
1399 |
-
#| msgid "Button color"
|
1400 |
msgid "Font color"
|
1401 |
msgstr "Цвет кнопки"
|
1402 |
|
1403 |
#: templates/admin/settings/tabs/color_and_font_settings.php:64
|
1404 |
#, fuzzy
|
1405 |
-
#| msgid "This color is used for the main font in table cells"
|
1406 |
msgid "This color is used for the main font in table cells."
|
1407 |
msgstr "Этот цвет будет использоваться для основного шрифта в ячейках таблицы"
|
1408 |
|
@@ -1414,7 +1402,6 @@ msgstr "Цвет общего фона"
|
|
1414 |
|
1415 |
#: templates/admin/settings/tabs/color_and_font_settings.php:99
|
1416 |
#, fuzzy
|
1417 |
-
#| msgid "The color is used for background of the table header"
|
1418 |
msgid "The color is used for background of the table header."
|
1419 |
msgstr "Этот цвет будет использоваться как фоновый в шапке таблицы"
|
1420 |
|
@@ -1425,27 +1412,21 @@ msgstr "Цвет границы"
|
|
1425 |
|
1426 |
#: templates/admin/settings/tabs/color_and_font_settings.php:118
|
1427 |
#, fuzzy
|
1428 |
-
#| msgid "This color is used for the border in the table header"
|
1429 |
msgid "This color is used for the border in the table header."
|
1430 |
msgstr "Этот цвет будет использоваться для границы в шапке таблицы"
|
1431 |
|
1432 |
#: templates/admin/settings/tabs/color_and_font_settings.php:138
|
1433 |
#, fuzzy
|
1434 |
-
#| msgid "This color is used for the font in the table header"
|
1435 |
msgid "This color is used for the font in the table header."
|
1436 |
msgstr "Этот цвет будет использоваться для шрифта в шапке таблицы"
|
1437 |
|
1438 |
#: templates/admin/settings/tabs/color_and_font_settings.php:155
|
1439 |
#, fuzzy
|
1440 |
-
#| msgid "Header active and hover color"
|
1441 |
msgid "Active and hover color\t"
|
1442 |
msgstr "Цвет активного заголовка, и подсветки при наведении"
|
1443 |
|
1444 |
#: templates/admin/settings/tabs/color_and_font_settings.php:157
|
1445 |
#, fuzzy
|
1446 |
-
#| msgid ""
|
1447 |
-
#| "This color is used when you hover the mouse above the table header, or "
|
1448 |
-
#| "when you choose a column"
|
1449 |
msgid ""
|
1450 |
"This color is used when you hover the mouse above the table header, or when "
|
1451 |
"you choose a column."
|
@@ -1456,32 +1437,27 @@ msgstr ""
|
|
1456 |
|
1457 |
#: templates/admin/settings/tabs/color_and_font_settings.php:191
|
1458 |
#, fuzzy
|
1459 |
-
#| msgid "Table inner border color"
|
1460 |
msgid "Inner border"
|
1461 |
msgstr "Цвет внутренней границы таблицы"
|
1462 |
|
1463 |
#: templates/admin/settings/tabs/color_and_font_settings.php:193
|
1464 |
#, fuzzy
|
1465 |
-
#| msgid "This color is used for the inner border in the table between cells"
|
1466 |
msgid "This color is used for the inner border in the table between cells."
|
1467 |
msgstr ""
|
1468 |
"Этот цвет будет использоваться для внутренних границ между ячейками таблицы"
|
1469 |
|
1470 |
#: templates/admin/settings/tabs/color_and_font_settings.php:211
|
1471 |
#, fuzzy
|
1472 |
-
#| msgid "Table outer border color"
|
1473 |
msgid "Outer border"
|
1474 |
msgstr "Цвет наружней границы таблицы"
|
1475 |
|
1476 |
#: templates/admin/settings/tabs/color_and_font_settings.php:213
|
1477 |
#, fuzzy
|
1478 |
-
#| msgid "This color is used for the outer border of the whole table body"
|
1479 |
msgid "This color is used for the outer border of the whole table body."
|
1480 |
msgstr "Этот цвет будет использоваться для внешней границы таблицы целиком"
|
1481 |
|
1482 |
#: templates/admin/settings/tabs/color_and_font_settings.php:231
|
1483 |
#, fuzzy
|
1484 |
-
#| msgid "Table tools"
|
1485 |
msgid "Table borders"
|
1486 |
msgstr "Блок табличных инструментов"
|
1487 |
|
@@ -1491,7 +1467,6 @@ msgstr ""
|
|
1491 |
|
1492 |
#: templates/admin/settings/tabs/color_and_font_settings.php:243
|
1493 |
#, fuzzy
|
1494 |
-
#| msgid "Header border color"
|
1495 |
msgid "Header border"
|
1496 |
msgstr "Цвет границы "
|
1497 |
|
@@ -1501,39 +1476,31 @@ msgstr ""
|
|
1501 |
|
1502 |
#: templates/admin/settings/tabs/color_and_font_settings.php:271
|
1503 |
#, fuzzy
|
1504 |
-
#| msgid "Even row background color"
|
1505 |
msgid "Even row background"
|
1506 |
msgstr "Цвет четных строк"
|
1507 |
|
1508 |
#: templates/admin/settings/tabs/color_and_font_settings.php:273
|
1509 |
#, fuzzy
|
1510 |
-
#| msgid "This color is used for for background in even rows"
|
1511 |
msgid "This color is used for for background in even rows."
|
1512 |
msgstr "Этот цвет будет использоваться как фон четных строк"
|
1513 |
|
1514 |
#: templates/admin/settings/tabs/color_and_font_settings.php:290
|
1515 |
#, fuzzy
|
1516 |
-
#| msgid "Odd row background color"
|
1517 |
msgid "Odd row background"
|
1518 |
msgstr "Цвет нечетных строк"
|
1519 |
|
1520 |
#: templates/admin/settings/tabs/color_and_font_settings.php:292
|
1521 |
#, fuzzy
|
1522 |
-
#| msgid "This color is used for for background in odd rows"
|
1523 |
msgid "This color is used for for background in odd rows."
|
1524 |
msgstr "Этот цвет будет использоваться как фон нечетных строк"
|
1525 |
|
1526 |
#: templates/admin/settings/tabs/color_and_font_settings.php:309
|
1527 |
#, fuzzy
|
1528 |
-
#| msgid "Hover row color"
|
1529 |
msgid "Hover row"
|
1530 |
msgstr "Цвет подсветки строк"
|
1531 |
|
1532 |
#: templates/admin/settings/tabs/color_and_font_settings.php:311
|
1533 |
#, fuzzy
|
1534 |
-
#| msgid ""
|
1535 |
-
#| "This color is used for to highlight the row when you hover your mouse "
|
1536 |
-
#| "above it"
|
1537 |
msgid ""
|
1538 |
"This color is used for to highlight the row when you hover your mouse above "
|
1539 |
"it."
|
@@ -1543,28 +1510,22 @@ msgstr ""
|
|
1543 |
|
1544 |
#: templates/admin/settings/tabs/color_and_font_settings.php:328
|
1545 |
#, fuzzy
|
1546 |
-
#| msgid "Backround color for selected rows"
|
1547 |
msgid "Background for selected rows"
|
1548 |
msgstr "Фоновый цвет для выбранных строк"
|
1549 |
|
1550 |
#: templates/admin/settings/tabs/color_and_font_settings.php:330
|
1551 |
#, fuzzy
|
1552 |
-
#| msgid "This color is used for background in selected rows"
|
1553 |
msgid "This color is used for background in selected rows."
|
1554 |
msgstr ""
|
1555 |
"Этот цвет будет использоваться как фон выбранных строк (для редактирования)"
|
1556 |
|
1557 |
#: templates/admin/settings/tabs/color_and_font_settings.php:364
|
1558 |
#, fuzzy
|
1559 |
-
#| msgid "Cell color in active (sorted) columns for even rows"
|
1560 |
msgid "Sorted columns, even rows"
|
1561 |
msgstr "Цвет ячейки активных (отсортированных) колонок для четных строк"
|
1562 |
|
1563 |
#: templates/admin/settings/tabs/color_and_font_settings.php:366
|
1564 |
#, fuzzy
|
1565 |
-
#| msgid ""
|
1566 |
-
#| "This color is used for background in cells which are in the active "
|
1567 |
-
#| "columns (columns used for sorting) in even rows"
|
1568 |
msgid ""
|
1569 |
"This color is used for background in cells which are in the active columns "
|
1570 |
"(columns used for sorting) in even rows."
|
@@ -1574,15 +1535,11 @@ msgstr ""
|
|
1574 |
|
1575 |
#: templates/admin/settings/tabs/color_and_font_settings.php:384
|
1576 |
#, fuzzy
|
1577 |
-
#| msgid "Set column color"
|
1578 |
msgid "Sorted columns, odd rows"
|
1579 |
msgstr "Установить цвет колонки"
|
1580 |
|
1581 |
#: templates/admin/settings/tabs/color_and_font_settings.php:386
|
1582 |
#, fuzzy
|
1583 |
-
#| msgid ""
|
1584 |
-
#| "This color is used for background in cells which are in the active "
|
1585 |
-
#| "columns (columns used for sorting) in odd rows"
|
1586 |
msgid ""
|
1587 |
"This color is used for background in cells which are in the active columns "
|
1588 |
"(columns used for sorting) in odd rows."
|
@@ -1592,32 +1549,26 @@ msgstr ""
|
|
1592 |
|
1593 |
#: templates/admin/settings/tabs/color_and_font_settings.php:422
|
1594 |
#, fuzzy
|
1595 |
-
#| msgid "This color is used for background in buttons"
|
1596 |
msgid "This color is used for background in buttons."
|
1597 |
msgstr "Этот цвет будет использоваться как фоновый цвет кнопок"
|
1598 |
|
1599 |
#: templates/admin/settings/tabs/color_and_font_settings.php:441
|
1600 |
#, fuzzy
|
1601 |
-
#| msgid "This color is used for border in buttons"
|
1602 |
msgid "This color is used for border in buttons."
|
1603 |
msgstr "Этот цвет будет использоваться для границ кнопок"
|
1604 |
|
1605 |
#: templates/admin/settings/tabs/color_and_font_settings.php:461
|
1606 |
#, fuzzy
|
1607 |
-
#| msgid "This color is used for font in buttons"
|
1608 |
msgid "This color is used for font in buttons."
|
1609 |
msgstr "Этот цвет будет использоваться для шрифта кнопок"
|
1610 |
|
1611 |
#: templates/admin/settings/tabs/color_and_font_settings.php:478
|
1612 |
#, fuzzy
|
1613 |
-
#| msgid "Buttons background hover color"
|
1614 |
msgid "Background hover color"
|
1615 |
msgstr "Цвет подсветки кнопок"
|
1616 |
|
1617 |
#: templates/admin/settings/tabs/color_and_font_settings.php:480
|
1618 |
#, fuzzy
|
1619 |
-
#| msgid ""
|
1620 |
-
#| "This color will be used for button backgrounds when you hover above them"
|
1621 |
msgid ""
|
1622 |
"This color will be used for button backgrounds when you hover above them."
|
1623 |
msgstr ""
|
@@ -1626,13 +1577,11 @@ msgstr ""
|
|
1626 |
|
1627 |
#: templates/admin/settings/tabs/color_and_font_settings.php:498
|
1628 |
#, fuzzy
|
1629 |
-
#| msgid "Header font color"
|
1630 |
msgid "Hover font color"
|
1631 |
msgstr "Цвет шрифта в шапке"
|
1632 |
|
1633 |
#: templates/admin/settings/tabs/color_and_font_settings.php:500
|
1634 |
#, fuzzy
|
1635 |
-
#| msgid "This color will be used for buttons font when you hover above them"
|
1636 |
msgid "This color will be used for buttons font when you hover above them."
|
1637 |
msgstr ""
|
1638 |
"Этот цвет будет использоваться в шрифте подсвечиваемых кнопок, над которыми "
|
@@ -1645,7 +1594,6 @@ msgstr "Цвет подсветки границ кнопок"
|
|
1645 |
|
1646 |
#: templates/admin/settings/tabs/color_and_font_settings.php:520
|
1647 |
#, fuzzy
|
1648 |
-
#| msgid "This color will be used for button borders when you hover above them"
|
1649 |
msgid "This color will be used for button borders when you hover above them."
|
1650 |
msgstr ""
|
1651 |
"Этот цвет будет применяться к границам кнопок при проведении над ними "
|
@@ -1670,8 +1618,6 @@ msgstr "Цвет шрифта всплывающих диалогов"
|
|
1670 |
|
1671 |
#: templates/admin/settings/tabs/color_and_font_settings.php:573
|
1672 |
#, fuzzy
|
1673 |
-
#| msgid ""
|
1674 |
-
#| "This color will be used for wpDataTable popup (filter, datepicker) fonts"
|
1675 |
msgid ""
|
1676 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts."
|
1677 |
msgstr ""
|
@@ -1680,15 +1626,11 @@ msgstr ""
|
|
1680 |
|
1681 |
#: templates/admin/settings/tabs/color_and_font_settings.php:591
|
1682 |
#, fuzzy
|
1683 |
-
#| msgid "Modals background color"
|
1684 |
msgid "Modals background"
|
1685 |
msgstr "Цвет всплывающих диалогов"
|
1686 |
|
1687 |
#: templates/admin/settings/tabs/color_and_font_settings.php:593
|
1688 |
#, fuzzy
|
1689 |
-
#| msgid ""
|
1690 |
-
#| "This color will be used for wpDataTable popup (filter, datepicker) "
|
1691 |
-
#| "background"
|
1692 |
msgid ""
|
1693 |
"This color will be used for wpDataTable popup (filter, datepicker) "
|
1694 |
"background."
|
@@ -1696,14 +1638,11 @@ msgstr "Этот цвет будет использоваться как фон
|
|
1696 |
|
1697 |
#: templates/admin/settings/tabs/color_and_font_settings.php:612
|
1698 |
#, fuzzy
|
1699 |
-
#| msgid "Overlay background color"
|
1700 |
msgid "Overlay background"
|
1701 |
msgstr "Цвет подложки всплывающих диалогов"
|
1702 |
|
1703 |
#: templates/admin/settings/tabs/color_and_font_settings.php:614
|
1704 |
#, fuzzy
|
1705 |
-
#| msgid ""
|
1706 |
-
#| "This color will be used for overlay which appears below the plugin popups"
|
1707 |
msgid ""
|
1708 |
"This color will be used for overlay which appears below the plugin popups."
|
1709 |
msgstr ""
|
@@ -1712,7 +1651,6 @@ msgstr ""
|
|
1712 |
|
1713 |
#: templates/admin/settings/tabs/color_and_font_settings.php:649
|
1714 |
#, fuzzy
|
1715 |
-
#| msgid "This color is used for background in buttons"
|
1716 |
msgid "This color is used for the background of the pagination"
|
1717 |
msgstr "Этот цвет будет использоваться как фоновый цвет кнопок"
|
1718 |
|
@@ -1723,45 +1661,36 @@ msgstr "Цвет"
|
|
1723 |
|
1724 |
#: templates/admin/settings/tabs/color_and_font_settings.php:669
|
1725 |
#, fuzzy
|
1726 |
-
#| msgid "This color is used for the outer border of the whole table body"
|
1727 |
msgid "This color is used for the color of the links in the pagination."
|
1728 |
msgstr "Этот цвет будет использоваться для внешней границы таблицы целиком"
|
1729 |
|
1730 |
#: templates/admin/settings/tabs/color_and_font_settings.php:687
|
1731 |
#, fuzzy
|
1732 |
-
#| msgid "Header background color"
|
1733 |
msgid "Current page background color"
|
1734 |
msgstr "Цвет фона заголовка"
|
1735 |
|
1736 |
#: templates/admin/settings/tabs/color_and_font_settings.php:689
|
1737 |
#, fuzzy
|
1738 |
-
#| msgid "The color is used for background of the table header"
|
1739 |
msgid "The color is used for background of the current page"
|
1740 |
msgstr "Этот цвет будет использоваться как фоновый в шапке таблицы"
|
1741 |
|
1742 |
#: templates/admin/settings/tabs/color_and_font_settings.php:706
|
1743 |
#, fuzzy
|
1744 |
-
#| msgid "Set cell color"
|
1745 |
msgid "Current page color"
|
1746 |
msgstr "Установить цвет ячейки"
|
1747 |
|
1748 |
#: templates/admin/settings/tabs/color_and_font_settings.php:708
|
1749 |
#, fuzzy
|
1750 |
-
#| msgid "This color is used for the border in the table header"
|
1751 |
msgid "This color is used for the color of the current page."
|
1752 |
msgstr "Этот цвет будет использоваться для границы в шапке таблицы"
|
1753 |
|
1754 |
#: templates/admin/settings/tabs/color_and_font_settings.php:726
|
1755 |
#, fuzzy
|
1756 |
-
#| msgid "Header background color"
|
1757 |
msgid "Other pages hover background color"
|
1758 |
msgstr "Цвет фона заголовка"
|
1759 |
|
1760 |
#: templates/admin/settings/tabs/color_and_font_settings.php:728
|
1761 |
#, fuzzy
|
1762 |
-
#| msgid ""
|
1763 |
-
#| "This color is used when you hover the mouse above the table header, or "
|
1764 |
-
#| "when you choose a column"
|
1765 |
msgid ""
|
1766 |
"This background color is used when you hover the mouse above the other pages"
|
1767 |
msgstr ""
|
@@ -1771,15 +1700,11 @@ msgstr ""
|
|
1771 |
|
1772 |
#: templates/admin/settings/tabs/color_and_font_settings.php:745
|
1773 |
#, fuzzy
|
1774 |
-
#| msgid "Header active and hover color"
|
1775 |
msgid "Other pages hover color"
|
1776 |
msgstr "Цвет активного заголовка, и подсветки при наведении"
|
1777 |
|
1778 |
#: templates/admin/settings/tabs/color_and_font_settings.php:747
|
1779 |
#, fuzzy
|
1780 |
-
#| msgid ""
|
1781 |
-
#| "This color is used when you hover the mouse above the table header, or "
|
1782 |
-
#| "when you choose a column"
|
1783 |
msgid "This color is used when you hover the mouse above the other pages."
|
1784 |
msgstr ""
|
1785 |
"Этот цвет будет использоваться для заголовка, над которым пользователь "
|
@@ -1793,9 +1718,6 @@ msgstr "Дополнительный JS для wpDataTables"
|
|
1793 |
|
1794 |
#: templates/admin/settings/tabs/custom_js_and_css.php:17
|
1795 |
#, fuzzy
|
1796 |
-
#| msgid ""
|
1797 |
-
#| "This JS will be inserted as an inline script block on every page that has "
|
1798 |
-
#| "a wpDataTable"
|
1799 |
msgid ""
|
1800 |
"This JS will be inserted as an inline script block on every page that has a "
|
1801 |
"wpDataTable."
|
@@ -1810,9 +1732,6 @@ msgstr "Дополнительные правила CSS для wpDataTables"
|
|
1810 |
|
1811 |
#: templates/admin/settings/tabs/custom_js_and_css.php:32
|
1812 |
#, fuzzy
|
1813 |
-
#| msgid ""
|
1814 |
-
#| "This CSS will be inserted as an inline style block on every page that has "
|
1815 |
-
#| "a wpDataTable"
|
1816 |
msgid ""
|
1817 |
"This CSS will be inserted as an inline style block on every page that has a "
|
1818 |
"wpDataTable."
|
@@ -1822,7 +1741,6 @@ msgstr ""
|
|
1822 |
|
1823 |
#: templates/admin/settings/tabs/custom_js_and_css.php:45
|
1824 |
#, fuzzy
|
1825 |
-
#| msgid "Use minified wpDataTables Javascript"
|
1826 |
msgid "Use minified wpDataTables Javascript "
|
1827 |
msgstr "Использовать минимизированную версию Javascript"
|
1828 |
|
@@ -1833,14 +1751,12 @@ msgstr "Язык интерфейса"
|
|
1833 |
|
1834 |
#: templates/admin/settings/tabs/main_plugin_settings.php:17
|
1835 |
#, fuzzy
|
1836 |
-
#| msgid "Pick the language which will be used in tables interface"
|
1837 |
msgid "Pick the language which will be used in tables interface."
|
1838 |
msgstr ""
|
1839 |
"Выберите язык, который будет использоваться во фронт-енд интерфейсе таблиц"
|
1840 |
|
1841 |
#: templates/admin/settings/tabs/main_plugin_settings.php:23
|
1842 |
#, fuzzy
|
1843 |
-
#| msgid "All rows (default)"
|
1844 |
msgid "English (default)"
|
1845 |
msgstr "Все строки (по умолчанию)"
|
1846 |
|
@@ -1851,7 +1767,6 @@ msgstr "Формат даты"
|
|
1851 |
|
1852 |
#: templates/admin/settings/tabs/main_plugin_settings.php:38
|
1853 |
#, fuzzy
|
1854 |
-
#| msgid "Pick the date format to use in date column type"
|
1855 |
msgid "Pick the date format to use in date column type."
|
1856 |
msgstr ""
|
1857 |
"Выберите формат даты, который будет использоваться в колонках типа \"Дата\""
|
@@ -1859,26 +1774,22 @@ msgstr ""
|
|
1859 |
#: templates/admin/settings/tabs/main_plugin_settings.php:70
|
1860 |
#: templates/settings.inc.php:119
|
1861 |
#, fuzzy
|
1862 |
-
#| msgid "Number format"
|
1863 |
msgid "Time format"
|
1864 |
msgstr "Форматирование чисел"
|
1865 |
|
1866 |
#: templates/admin/settings/tabs/main_plugin_settings.php:72
|
1867 |
#, fuzzy
|
1868 |
-
#| msgid "Pick the date format to use in date column type"
|
1869 |
msgid "Pick the time format to use in datetime and time column type."
|
1870 |
msgstr ""
|
1871 |
"Выберите формат даты, который будет использоваться в колонках типа \"Дата\""
|
1872 |
|
1873 |
#: templates/admin/settings/tabs/main_plugin_settings.php:87
|
1874 |
#, fuzzy
|
1875 |
-
#| msgid "Save and get shortcode"
|
1876 |
msgid "Parse shortcodes"
|
1877 |
msgstr "Сохранить и добавить шорткод"
|
1878 |
|
1879 |
#: templates/admin/settings/tabs/main_plugin_settings.php:89
|
1880 |
#, fuzzy
|
1881 |
-
#| msgid "Data source and main settings"
|
1882 |
msgid "Parse shortcodes in strings"
|
1883 |
msgstr "Источник данных и основные настройки"
|
1884 |
|
@@ -1889,7 +1800,6 @@ msgstr "Основной скин"
|
|
1889 |
|
1890 |
#: templates/admin/settings/tabs/main_plugin_settings.php:103
|
1891 |
#, fuzzy
|
1892 |
-
#| msgid "Choose the base skin for the plugin"
|
1893 |
msgid "Choose the base skin for the plugin."
|
1894 |
msgstr "Выберите основной скин плагина"
|
1895 |
|
@@ -1936,9 +1846,6 @@ msgstr "Отображать дополнительные фильтры"
|
|
1936 |
|
1937 |
#: templates/admin/settings/tabs/main_plugin_settings.php:143
|
1938 |
#, fuzzy
|
1939 |
-
#| msgid ""
|
1940 |
-
#| "Choose where you would like to render the advanced filter for tables "
|
1941 |
-
#| "where enabled"
|
1942 |
msgid ""
|
1943 |
"Choose where you would like to render the advanced filter for tables where "
|
1944 |
"enabled."
|
@@ -1963,7 +1870,6 @@ msgstr "Знаков после запятой"
|
|
1963 |
|
1964 |
#: templates/admin/settings/tabs/main_plugin_settings.php:160
|
1965 |
#, fuzzy
|
1966 |
-
#| msgid "Define the amount of decimal places for the float numbers"
|
1967 |
msgid "Define the amount of decimal places for the float numbers."
|
1968 |
msgstr "Определите количество знаков после запятой для дробных чисел"
|
1969 |
|
@@ -1997,7 +1903,6 @@ msgstr "Ширина мобильных телефонов"
|
|
1997 |
|
1998 |
#: templates/admin/settings/tabs/main_plugin_settings.php:219
|
1999 |
#, fuzzy
|
2000 |
-
#| msgid "Here you can specify width (in pixels) will be treated as a mobile."
|
2001 |
msgid "Here you can specify width (in pixels) will be treated as a mobile.."
|
2002 |
msgstr ""
|
2003 |
"Здесь вы можете указать ширину экрана (в пикселях), которая будет считаться "
|
@@ -2010,14 +1915,12 @@ msgstr "Количество таблиц на странице обзора"
|
|
2010 |
|
2011 |
#: templates/admin/settings/tabs/main_plugin_settings.php:238
|
2012 |
#, fuzzy
|
2013 |
-
#| msgid "How many tables to show in the browse page"
|
2014 |
msgid "How many tables to show in the browse page."
|
2015 |
msgstr ""
|
2016 |
"Сколько таблиц на одной странице показывать в админ-панели на странице обзора"
|
2017 |
|
2018 |
#: templates/admin/settings/tabs/main_plugin_settings.php:254
|
2019 |
#, fuzzy
|
2020 |
-
#| msgid "Align numbers to the right"
|
2021 |
msgid "Align numbers"
|
2022 |
msgstr "Выравнивать числа по правой стороне"
|
2023 |
|
@@ -2065,50 +1968,44 @@ msgid ""
|
|
2065 |
"default label will be Max ="
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
2069 |
-
msgid "Purchase code"
|
2070 |
-
msgstr "Код подтверждения покупки"
|
2071 |
-
|
2072 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:357
|
2073 |
-
#, fuzzy
|
2074 |
-
#| msgid ""
|
2075 |
-
#| "Please enter your Envato purchase code to enable plugin auto-updates. "
|
2076 |
-
#| "Leave blank if you do not want the plugin to auto-update"
|
2077 |
-
msgid ""
|
2078 |
-
"Please enter your Envato purchase code to enable plugin auto-updates. Leave "
|
2079 |
-
"blank if you do not want the plugin to auto-update."
|
2080 |
-
msgstr ""
|
2081 |
-
"Пожалуйста, введите код подтверждения покупки с Envato чтобы включить авто-"
|
2082 |
-
"обноваления плагина. Оставьте пустым, чтобы плагин не пытался автоматически "
|
2083 |
-
"обновляться."
|
2084 |
-
|
2085 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:378
|
2086 |
msgid "Include full bootstrap front-end"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
2090 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
2091 |
msgid ""
|
2092 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
2093 |
"in one of the theme files. Unchecked option means that there is still "
|
2094 |
"bootstrap.js included just in noconflict mode which should prevent errors."
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
2098 |
msgid "Include full bootstrap back-end"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
2102 |
#: templates/settings.inc.php:32
|
2103 |
msgid "Show plugin credentials below tables"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:
|
2107 |
#: templates/settings.inc.php:32
|
2108 |
msgid ""
|
2109 |
"If you want to support our project, please, keep this checkbox as checked"
|
2110 |
msgstr ""
|
2111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2112 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:17
|
2113 |
msgid ""
|
2114 |
"If this checkbox is checked, you have option to add more than one separate "
|
@@ -2117,7 +2014,6 @@ msgstr ""
|
|
2117 |
|
2118 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:21
|
2119 |
#, fuzzy
|
2120 |
-
#| msgid "Use separate MySQL connection"
|
2121 |
msgid "Use separate connection"
|
2122 |
msgstr "Использовать независимое подключение к MySQL"
|
2123 |
|
@@ -2127,9 +2023,6 @@ msgstr "Проверить подключение"
|
|
2127 |
|
2128 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:31
|
2129 |
#, fuzzy
|
2130 |
-
#| msgid ""
|
2131 |
-
#| "Click this button to test if wpDataTables is able to connect to the MySQL "
|
2132 |
-
#| "server with the details you provided"
|
2133 |
msgid ""
|
2134 |
"Click this button to test if wpDataTables is able to connect to the MySQL "
|
2135 |
"server with the details you provided."
|
@@ -2143,7 +2036,6 @@ msgstr "MySQL сервер"
|
|
2143 |
|
2144 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:44
|
2145 |
#, fuzzy
|
2146 |
-
#| msgid "MySQL host address"
|
2147 |
msgid "MySQL host address."
|
2148 |
msgstr "Адрес сервера MySQL"
|
2149 |
|
@@ -2157,7 +2049,6 @@ msgstr "База MySQL"
|
|
2157 |
|
2158 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:55
|
2159 |
#, fuzzy
|
2160 |
-
#| msgid "MySQL database name"
|
2161 |
msgid "MySQL database name."
|
2162 |
msgstr "Имя базы данных MySQL"
|
2163 |
|
@@ -2172,7 +2063,6 @@ msgstr "Пользователь MySQL"
|
|
2172 |
|
2173 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:69
|
2174 |
#, fuzzy
|
2175 |
-
#| msgid "MySQL username for the connection"
|
2176 |
msgid "MySQL username for the connection."
|
2177 |
msgstr "Имя пользователя MySQL для подключения"
|
2178 |
|
@@ -2183,7 +2073,6 @@ msgstr "Пароль MySQL"
|
|
2183 |
|
2184 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:81
|
2185 |
#, fuzzy
|
2186 |
-
#| msgid "MySQL password for the provided user"
|
2187 |
msgid "MySQL password for the provided user."
|
2188 |
msgstr "Пароль указанного пользователя для подключения к MySQL"
|
2189 |
|
@@ -2194,7 +2083,6 @@ msgstr "Порт MySQL"
|
|
2194 |
|
2195 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:95
|
2196 |
#, fuzzy
|
2197 |
-
#| msgid "MySQL port for the connection (default: 3306)"
|
2198 |
msgid "MySQL port for the connection (default: 3306)."
|
2199 |
msgstr "Порт сервиса MySQL (по умолчанию 3306)"
|
2200 |
|
@@ -2233,7 +2121,6 @@ msgstr ""
|
|
2233 |
|
2234 |
#: templates/admin/table-settings/add_column_modal.inc.php:107
|
2235 |
#, fuzzy
|
2236 |
-
#| msgid "Fill with default value?"
|
2237 |
msgid "Fill with default value"
|
2238 |
msgstr "Заполнить значением по умолчанию?"
|
2239 |
|
@@ -2244,14 +2131,12 @@ msgstr "ОК"
|
|
2244 |
|
2245 |
#: templates/admin/table-settings/column_settings_panel.inc.php:14
|
2246 |
#, fuzzy
|
2247 |
-
#| msgid "Column position"
|
2248 |
msgid "Column settings"
|
2249 |
msgstr "Позиция по порядку"
|
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 "Количество строк на странице по умолчанию"
|
2257 |
|
@@ -2263,20 +2148,17 @@ msgstr ""
|
|
2263 |
#: templates/admin/table-settings/table_settings_block.inc.php:540
|
2264 |
#: templates/admin/table-settings/table_settings_block.inc.php:548
|
2265 |
#, fuzzy
|
2266 |
-
#| msgid "Exporting"
|
2267 |
msgid "Sorting"
|
2268 |
msgstr "Экспорт"
|
2269 |
|
2270 |
#: templates/admin/table-settings/column_settings_panel.inc.php:60
|
2271 |
#, fuzzy
|
2272 |
-
#| msgid "Filter"
|
2273 |
msgid "Filtering"
|
2274 |
msgstr "Фильтр"
|
2275 |
|
2276 |
#: templates/admin/table-settings/column_settings_panel.inc.php:64
|
2277 |
#: templates/admin/table-settings/table_settings_block.inc.php:73
|
2278 |
#, fuzzy
|
2279 |
-
#| msgid "Edit"
|
2280 |
msgid "Editing"
|
2281 |
msgstr "Редактировать"
|
2282 |
|
@@ -2298,7 +2180,6 @@ msgstr "Позиция по порядку"
|
|
2298 |
#: templates/admin/table-settings/column_settings_panel.inc.php:114
|
2299 |
#: templates/admin/table-settings/column_settings_panel.inc.php:122
|
2300 |
#, fuzzy
|
2301 |
-
#| msgid "Set cell content"
|
2302 |
msgid "Cell content prefix"
|
2303 |
msgstr "Установить содержимое ячейки"
|
2304 |
|
@@ -2312,7 +2193,6 @@ msgstr ""
|
|
2312 |
#: templates/admin/table-settings/column_settings_panel.inc.php:144
|
2313 |
#: templates/admin/table-settings/column_settings_panel.inc.php:152
|
2314 |
#, fuzzy
|
2315 |
-
#| msgid "Set cell content"
|
2316 |
msgid "Cell content suffix"
|
2317 |
msgstr "Установить содержимое ячейки"
|
2318 |
|
@@ -2352,20 +2232,17 @@ msgstr ""
|
|
2352 |
|
2353 |
#: templates/admin/table-settings/column_settings_panel.inc.php:242
|
2354 |
#, fuzzy
|
2355 |
-
#| msgid "Show a total for this column in footer"
|
2356 |
msgid "Show column in front-end"
|
2357 |
msgstr "Отображать сумму ячеек в подвале"
|
2358 |
|
2359 |
#: templates/admin/table-settings/column_settings_panel.inc.php:258
|
2360 |
#, fuzzy
|
2361 |
-
#| msgid "Column type"
|
2362 |
msgid "Column width"
|
2363 |
msgstr "Тип колонки"
|
2364 |
|
2365 |
#: templates/admin/table-settings/column_settings_panel.inc.php:271
|
2366 |
#: templates/admin/table-settings/column_settings_panel.inc.php:279
|
2367 |
#, fuzzy
|
2368 |
-
#| msgid "Set column color"
|
2369 |
msgid "Column color"
|
2370 |
msgstr "Установить цвет колонки"
|
2371 |
|
@@ -2390,9 +2267,6 @@ msgstr ""
|
|
2390 |
|
2391 |
#: templates/admin/table-settings/column_settings_panel.inc.php:323
|
2392 |
#, fuzzy
|
2393 |
-
#| msgid ""
|
2394 |
-
#| "Works only for MySQL-based tables with server-side processing, and can "
|
2395 |
-
#| "only update one table on MySQL side"
|
2396 |
msgid ""
|
2397 |
"Group column will not work with MySQL tables with server-side processing "
|
2398 |
"enabled and with manual tables!"
|
@@ -2402,7 +2276,6 @@ msgstr ""
|
|
2402 |
|
2403 |
#: templates/admin/table-settings/column_settings_panel.inc.php:331
|
2404 |
#, fuzzy
|
2405 |
-
#| msgid "Google column chart"
|
2406 |
msgid "Toggle column grouping"
|
2407 |
msgstr "Столбчатая диаграмма Google"
|
2408 |
|
@@ -2424,21 +2297,18 @@ msgstr ""
|
|
2424 |
|
2425 |
#: templates/admin/table-settings/column_settings_panel.inc.php:364
|
2426 |
#, fuzzy
|
2427 |
-
#| msgid "Date"
|
2428 |
msgid "DateTime"
|
2429 |
msgstr "Дата"
|
2430 |
|
2431 |
#: templates/admin/table-settings/column_settings_panel.inc.php:366
|
2432 |
#: templates/admin/table-settings/column_settings_panel.inc.php:991
|
2433 |
#, fuzzy
|
2434 |
-
#| msgid "URL Link"
|
2435 |
msgid "URL link"
|
2436 |
msgstr "URL ссылка"
|
2437 |
|
2438 |
#: templates/admin/table-settings/column_settings_panel.inc.php:367
|
2439 |
#: templates/admin/table-settings/column_settings_panel.inc.php:992
|
2440 |
#, fuzzy
|
2441 |
-
#| msgid "E-mail"
|
2442 |
msgid "E-mail link"
|
2443 |
msgstr "E-mail"
|
2444 |
|
@@ -2449,7 +2319,6 @@ msgstr "Формула"
|
|
2449 |
|
2450 |
#: templates/admin/table-settings/column_settings_panel.inc.php:380
|
2451 |
#, fuzzy
|
2452 |
-
#| msgid "Formula for calculation:"
|
2453 |
msgid "Formula for calculation"
|
2454 |
msgstr "Формула для вычисления:"
|
2455 |
|
@@ -2461,7 +2330,6 @@ msgstr ""
|
|
2461 |
|
2462 |
#: templates/admin/table-settings/column_settings_panel.inc.php:386
|
2463 |
#, fuzzy
|
2464 |
-
#| msgid "Formula editor"
|
2465 |
msgid "Open formula editor"
|
2466 |
msgstr "Редактор формул"
|
2467 |
|
@@ -2486,7 +2354,6 @@ msgstr ""
|
|
2486 |
|
2487 |
#: templates/admin/table-settings/column_settings_panel.inc.php:423
|
2488 |
#, fuzzy
|
2489 |
-
#| msgid "Possible values"
|
2490 |
msgid "Possible values for column"
|
2491 |
msgstr "Возможные значения"
|
2492 |
|
@@ -2505,7 +2372,6 @@ msgstr ""
|
|
2505 |
|
2506 |
#: templates/admin/table-settings/column_settings_panel.inc.php:433
|
2507 |
#, fuzzy
|
2508 |
-
#| msgid "Define rules"
|
2509 |
msgid "Define values list"
|
2510 |
msgstr "Определить"
|
2511 |
|
@@ -2515,7 +2381,6 @@ msgstr ""
|
|
2515 |
|
2516 |
#: templates/admin/table-settings/column_settings_panel.inc.php:443
|
2517 |
#, fuzzy
|
2518 |
-
#| msgid "Date format"
|
2519 |
msgid "Date input format"
|
2520 |
msgstr "Формат даты"
|
2521 |
|
@@ -2527,13 +2392,11 @@ msgstr ""
|
|
2527 |
|
2528 |
#: templates/admin/table-settings/column_settings_panel.inc.php:484
|
2529 |
#, fuzzy
|
2530 |
-
#| msgid "Value prefix"
|
2531 |
msgid "Values list"
|
2532 |
msgstr "Префикс значений во всплывающей подсказке"
|
2533 |
|
2534 |
#: templates/admin/table-settings/column_settings_panel.inc.php:486
|
2535 |
#, fuzzy
|
2536 |
-
#| msgid "End of table"
|
2537 |
msgid "Read from table"
|
2538 |
msgstr "Конец таблицы"
|
2539 |
|
@@ -2552,7 +2415,6 @@ msgstr ""
|
|
2552 |
#: templates/admin/table-settings/column_settings_panel.inc.php:503
|
2553 |
#: templates/admin/table-settings/foreign_key_config.inc.php:12
|
2554 |
#, fuzzy
|
2555 |
-
#| msgid "Use in wpDataTable"
|
2556 |
msgid "Use values from another wpDataTable"
|
2557 |
msgstr "Использовать в таблице wpDataTable"
|
2558 |
|
@@ -2579,7 +2441,6 @@ msgstr ""
|
|
2579 |
|
2580 |
#: templates/admin/table-settings/column_settings_panel.inc.php:536
|
2581 |
#, fuzzy
|
2582 |
-
#| msgid "The minimum value of the axis"
|
2583 |
msgid "Add an empty value to the list"
|
2584 |
msgstr "Минимальное значение оси"
|
2585 |
|
@@ -2598,7 +2459,6 @@ msgstr ""
|
|
2598 |
|
2599 |
#: templates/admin/table-settings/column_settings_panel.inc.php:572
|
2600 |
#, fuzzy
|
2601 |
-
#| msgid "Duplicate table"
|
2602 |
msgid "Calculate total"
|
2603 |
msgstr "Клонировать таблицу"
|
2604 |
|
@@ -2611,7 +2471,6 @@ msgstr ""
|
|
2611 |
|
2612 |
#: templates/admin/table-settings/column_settings_panel.inc.php:579
|
2613 |
#, fuzzy
|
2614 |
-
#| msgid "Show a total for this column in footer"
|
2615 |
msgid "Calculate a total for this column"
|
2616 |
msgstr "Отображать сумму ячеек в подвале"
|
2617 |
|
@@ -2644,7 +2503,6 @@ msgstr ""
|
|
2644 |
|
2645 |
#: templates/admin/table-settings/column_settings_panel.inc.php:618
|
2646 |
#, fuzzy
|
2647 |
-
#| msgid "Default value"
|
2648 |
msgid "Calculate MIN value"
|
2649 |
msgstr "Значение по умолчанию"
|
2650 |
|
@@ -2657,7 +2515,6 @@ msgstr ""
|
|
2657 |
|
2658 |
#: templates/admin/table-settings/column_settings_panel.inc.php:625
|
2659 |
#, fuzzy
|
2660 |
-
#| msgid "The minimum value of the axis"
|
2661 |
msgid "Find a minimum value for this column"
|
2662 |
msgstr "Минимальное значение оси"
|
2663 |
|
@@ -2669,7 +2526,6 @@ msgstr ""
|
|
2669 |
|
2670 |
#: templates/admin/table-settings/column_settings_panel.inc.php:641
|
2671 |
#, fuzzy
|
2672 |
-
#| msgid "Default value"
|
2673 |
msgid "Calculate MAX value"
|
2674 |
msgstr "Значение по умолчанию"
|
2675 |
|
@@ -2682,7 +2538,6 @@ msgstr ""
|
|
2682 |
|
2683 |
#: templates/admin/table-settings/column_settings_panel.inc.php:648
|
2684 |
#, fuzzy
|
2685 |
-
#| msgid "The maximum value of the axis"
|
2686 |
msgid "Find a maximum value for this column"
|
2687 |
msgstr "Максимальное значение оси"
|
2688 |
|
@@ -2706,7 +2561,6 @@ msgstr ""
|
|
2706 |
|
2707 |
#: templates/admin/table-settings/column_settings_panel.inc.php:685
|
2708 |
#, fuzzy
|
2709 |
-
#| msgid "Show print button"
|
2710 |
msgid "Show link as a button"
|
2711 |
msgstr "Показывать кнопку печати таблицы"
|
2712 |
|
@@ -2724,13 +2578,11 @@ msgstr "Текст кнопки"
|
|
2724 |
|
2725 |
#: templates/admin/table-settings/column_settings_panel.inc.php:715
|
2726 |
#, fuzzy
|
2727 |
-
#| msgid "Button color"
|
2728 |
msgid "Button class"
|
2729 |
msgstr "Цвет кнопки"
|
2730 |
|
2731 |
#: templates/admin/table-settings/column_settings_panel.inc.php:741
|
2732 |
#, fuzzy
|
2733 |
-
#| msgid "Enable sorting"
|
2734 |
msgid "Allow sorting"
|
2735 |
msgstr "Включить возможность сортировки"
|
2736 |
|
@@ -2740,26 +2592,22 @@ msgstr ""
|
|
2740 |
|
2741 |
#: templates/admin/table-settings/column_settings_panel.inc.php:748
|
2742 |
#, fuzzy
|
2743 |
-
#| msgid "No formatting rules for this column yet."
|
2744 |
msgid "Allow sorting for this column"
|
2745 |
msgstr "Правила форматирования для этой колонки не заданы."
|
2746 |
|
2747 |
#: templates/admin/table-settings/column_settings_panel.inc.php:757
|
2748 |
#, fuzzy
|
2749 |
-
#| msgid "Default sort column"
|
2750 |
msgid "Use as default sorting column"
|
2751 |
msgstr "Сортировать по умолчанию"
|
2752 |
|
2753 |
#: templates/admin/table-settings/column_settings_panel.inc.php:759
|
2754 |
#: templates/admin/table-settings/column_settings_panel.inc.php:764
|
2755 |
#, fuzzy
|
2756 |
-
#| msgid "Show a total for this column in footer"
|
2757 |
msgid "Sort table by this column on load"
|
2758 |
msgstr "Отображать сумму ячеек в подвале"
|
2759 |
|
2760 |
#: templates/admin/table-settings/column_settings_panel.inc.php:777
|
2761 |
#, fuzzy
|
2762 |
-
#| msgid "Default sort column"
|
2763 |
msgid "Default sorting direction"
|
2764 |
msgstr "Сортировать по умолчанию"
|
2765 |
|
@@ -2779,13 +2627,11 @@ msgstr "По убыванию"
|
|
2779 |
|
2780 |
#: templates/admin/table-settings/column_settings_panel.inc.php:811
|
2781 |
#, fuzzy
|
2782 |
-
#| msgid "No formatting rules for this column yet."
|
2783 |
msgid "Add a filter for this column"
|
2784 |
msgstr "Правила форматирования для этой колонки не заданы."
|
2785 |
|
2786 |
#: templates/admin/table-settings/column_settings_panel.inc.php:819
|
2787 |
#, fuzzy
|
2788 |
-
#| msgid "Enable floating"
|
2789 |
msgid "Enable filtering for column"
|
2790 |
msgstr "Включить плавающее название"
|
2791 |
|
@@ -2797,7 +2643,6 @@ msgstr ""
|
|
2797 |
|
2798 |
#: templates/admin/table-settings/column_settings_panel.inc.php:834
|
2799 |
#, fuzzy
|
2800 |
-
#| msgid "Follow table filtering"
|
2801 |
msgid "Allow filtering"
|
2802 |
msgstr "Следовать за фильтрами таблицы"
|
2803 |
|
@@ -2817,37 +2662,31 @@ msgstr ""
|
|
2817 |
|
2818 |
#: templates/admin/table-settings/column_settings_panel.inc.php:853
|
2819 |
#, fuzzy
|
2820 |
-
#| msgid "Number format"
|
2821 |
msgid "Number"
|
2822 |
msgstr "Форматирование чисел"
|
2823 |
|
2824 |
#: templates/admin/table-settings/column_settings_panel.inc.php:854
|
2825 |
#, fuzzy
|
2826 |
-
#| msgid "Number format"
|
2827 |
msgid "Number range"
|
2828 |
msgstr "Форматирование чисел"
|
2829 |
|
2830 |
#: templates/admin/table-settings/column_settings_panel.inc.php:855
|
2831 |
#, fuzzy
|
2832 |
-
#| msgid "Data range"
|
2833 |
msgid "Date range"
|
2834 |
msgstr "Диапазон данных"
|
2835 |
|
2836 |
#: templates/admin/table-settings/column_settings_panel.inc.php:856
|
2837 |
#, fuzzy
|
2838 |
-
#| msgid "Data range"
|
2839 |
msgid "DateTime range"
|
2840 |
msgstr "Диапазон данных"
|
2841 |
|
2842 |
#: templates/admin/table-settings/column_settings_panel.inc.php:857
|
2843 |
#, fuzzy
|
2844 |
-
#| msgid "Column range"
|
2845 |
msgid "Time range"
|
2846 |
msgstr "Диапазон колонок"
|
2847 |
|
2848 |
#: templates/admin/table-settings/column_settings_panel.inc.php:858
|
2849 |
#, fuzzy
|
2850 |
-
#| msgid "Select"
|
2851 |
msgid "Selectbox"
|
2852 |
msgstr "Выбрать"
|
2853 |
|
@@ -2857,7 +2696,6 @@ msgstr ""
|
|
2857 |
|
2858 |
#: templates/admin/table-settings/column_settings_panel.inc.php:875
|
2859 |
#, fuzzy
|
2860 |
-
#| msgid "Filter type"
|
2861 |
msgid "Filter label"
|
2862 |
msgstr "Тип фильтра"
|
2863 |
|
@@ -2873,7 +2711,6 @@ msgstr ""
|
|
2873 |
|
2874 |
#: templates/admin/table-settings/column_settings_panel.inc.php:905
|
2875 |
#, fuzzy
|
2876 |
-
#| msgid "Advanced filtering"
|
2877 |
msgid "Exact filtering"
|
2878 |
msgstr "Дополнительные фильтры"
|
2879 |
|
@@ -2885,14 +2722,12 @@ msgstr ""
|
|
2885 |
|
2886 |
#: templates/admin/table-settings/column_settings_panel.inc.php:912
|
2887 |
#, fuzzy
|
2888 |
-
#| msgid "Enable floating"
|
2889 |
msgid "Enable exact filtering"
|
2890 |
msgstr "Включить плавающее название"
|
2891 |
|
2892 |
#: templates/admin/table-settings/column_settings_panel.inc.php:926
|
2893 |
#: templates/admin/table-settings/column_settings_panel.inc.php:1024
|
2894 |
#, fuzzy
|
2895 |
-
#| msgid "Default value(s)"
|
2896 |
msgid "Predefined value(s)"
|
2897 |
msgstr "Значение/значения по умолчанию"
|
2898 |
|
@@ -2904,7 +2739,6 @@ msgstr ""
|
|
2904 |
|
2905 |
#: templates/admin/table-settings/column_settings_panel.inc.php:974
|
2906 |
#, fuzzy
|
2907 |
-
#| msgid "Editor input type:"
|
2908 |
msgid "Editor input type"
|
2909 |
msgstr "Тип поля ввода:"
|
2910 |
|
@@ -2918,37 +2752,31 @@ msgstr ""
|
|
2918 |
|
2919 |
#: templates/admin/table-settings/column_settings_panel.inc.php:983
|
2920 |
#, fuzzy
|
2921 |
-
#| msgid "Inline editing"
|
2922 |
msgid "One-line edit"
|
2923 |
msgstr "Редактирование в таблице"
|
2924 |
|
2925 |
#: templates/admin/table-settings/column_settings_panel.inc.php:984
|
2926 |
#, fuzzy
|
2927 |
-
#| msgid "Multi-line string"
|
2928 |
msgid "Multi-line edit"
|
2929 |
msgstr "Многолинейная строка"
|
2930 |
|
2931 |
#: templates/admin/table-settings/column_settings_panel.inc.php:985
|
2932 |
#, fuzzy
|
2933 |
-
#| msgid "Go to editor"
|
2934 |
msgid "HTML editor"
|
2935 |
msgstr "Перейти к редактору"
|
2936 |
|
2937 |
#: templates/admin/table-settings/column_settings_panel.inc.php:986
|
2938 |
#, fuzzy
|
2939 |
-
#| msgid "One-line selectbox"
|
2940 |
msgid "Single-value selectbox"
|
2941 |
msgstr "Список с 1 вариантом выбора"
|
2942 |
|
2943 |
#: templates/admin/table-settings/column_settings_panel.inc.php:987
|
2944 |
#, fuzzy
|
2945 |
-
#| msgid "Multi-line selectbox"
|
2946 |
msgid "Multi-value selectbox"
|
2947 |
msgstr "Список с несколькими вариантами"
|
2948 |
|
2949 |
#: templates/admin/table-settings/column_settings_panel.inc.php:1003
|
2950 |
#, fuzzy
|
2951 |
-
#| msgid "Column header cannot be empty!"
|
2952 |
msgid "Column cannot be empty"
|
2953 |
msgstr "Имя колонки не может быть пустым!"
|
2954 |
|
@@ -2960,7 +2788,6 @@ msgstr ""
|
|
2960 |
|
2961 |
#: templates/admin/table-settings/column_settings_panel.inc.php:1010
|
2962 |
#, fuzzy
|
2963 |
-
#| msgid "Cannot be empty:"
|
2964 |
msgid "Cannot be empty"
|
2965 |
msgstr "Не может быть пустым:"
|
2966 |
|
@@ -2972,19 +2799,16 @@ msgstr ""
|
|
2972 |
|
2973 |
#: templates/admin/table-settings/column_settings_panel.inc.php:1071
|
2974 |
#, fuzzy
|
2975 |
-
#| msgid "Add new"
|
2976 |
msgid "Add rule"
|
2977 |
msgstr "Добавить"
|
2978 |
|
2979 |
#: templates/admin/table-settings/column_small_block.inc.php:13
|
2980 |
#, fuzzy
|
2981 |
-
#| msgid "Enable or disable the tooltip"
|
2982 |
msgid "Enable/disable editing"
|
2983 |
msgstr "Включить или выключить всплывающую подсказку"
|
2984 |
|
2985 |
#: templates/admin/table-settings/column_small_block.inc.php:15
|
2986 |
#, fuzzy
|
2987 |
-
#| msgid "Clear filters"
|
2988 |
msgid "Show/hide filters"
|
2989 |
msgstr "Очистить фильтры"
|
2990 |
|
@@ -2994,25 +2818,21 @@ msgstr ""
|
|
2994 |
|
2995 |
#: templates/admin/table-settings/column_small_block.inc.php:19
|
2996 |
#, fuzzy
|
2997 |
-
#| msgid "Delete column"
|
2998 |
msgid "Show/hide the column"
|
2999 |
msgstr "Удалить колонку"
|
3000 |
|
3001 |
#: templates/admin/table-settings/column_small_block.inc.php:21
|
3002 |
#, fuzzy
|
3003 |
-
#| msgid "Hide on mobiles"
|
3004 |
msgid "Show/hide on mobile"
|
3005 |
msgstr "Скрывать на мобильных устройствах"
|
3006 |
|
3007 |
#: templates/admin/table-settings/column_small_block.inc.php:23
|
3008 |
#, fuzzy
|
3009 |
-
#| msgid "Hide on tablets"
|
3010 |
msgid "Show/hide on tablet"
|
3011 |
msgstr "Скрывать на планшетах"
|
3012 |
|
3013 |
#: templates/admin/table-settings/column_small_block.inc.php:25
|
3014 |
#, fuzzy
|
3015 |
-
#| msgid "Optional column setup"
|
3016 |
msgid "Open column settings"
|
3017 |
msgstr "Дополнительные настройки колонок"
|
3018 |
|
@@ -3099,19 +2919,16 @@ msgstr "Добавить CSS-класс к колонке"
|
|
3099 |
|
3100 |
#: templates/admin/table-settings/conditional_formatting_block.inc.php:53
|
3101 |
#, fuzzy
|
3102 |
-
#| msgid "Remove all"
|
3103 |
msgid "Remove rule"
|
3104 |
msgstr "Удалить все"
|
3105 |
|
3106 |
#: templates/admin/table-settings/foreign_key_config.inc.php:18
|
3107 |
#, fuzzy
|
3108 |
-
#| msgid "Create wpDataTable"
|
3109 |
msgid "Choose a source wpDataTable"
|
3110 |
msgstr "Создать таблицу wpDataTable"
|
3111 |
|
3112 |
#: templates/admin/table-settings/foreign_key_config.inc.php:20
|
3113 |
#, fuzzy
|
3114 |
-
#| msgid "Please pick a wpDataTable which will be used as a data source"
|
3115 |
msgid ""
|
3116 |
"Please choose a remote wpDataTable which will be used as the data source."
|
3117 |
msgstr ""
|
@@ -3120,13 +2937,11 @@ msgstr ""
|
|
3120 |
|
3121 |
#: templates/admin/table-settings/foreign_key_config.inc.php:27
|
3122 |
#, fuzzy
|
3123 |
-
#| msgid "Pick a wpDataTable"
|
3124 |
msgid "Pick a table..."
|
3125 |
msgstr "Выберите таблицу"
|
3126 |
|
3127 |
#: templates/admin/table-settings/foreign_key_config.inc.php:47
|
3128 |
#, fuzzy
|
3129 |
-
#| msgid "Display length"
|
3130 |
msgid "Display value"
|
3131 |
msgstr "Количество строк на странице по умолчанию"
|
3132 |
|
@@ -3138,7 +2953,6 @@ msgstr ""
|
|
3138 |
|
3139 |
#: templates/admin/table-settings/foreign_key_config.inc.php:71
|
3140 |
#, fuzzy
|
3141 |
-
#| msgid "Merge values"
|
3142 |
msgid "Store value"
|
3143 |
msgstr "Объединить значения"
|
3144 |
|
@@ -3150,7 +2964,6 @@ msgstr ""
|
|
3150 |
|
3151 |
#: templates/admin/table-settings/formula_editor_modal.inc.php:19
|
3152 |
#, fuzzy
|
3153 |
-
#| msgid "Formula editor"
|
3154 |
msgid "Formula Editor"
|
3155 |
msgstr "Редактор формул"
|
3156 |
|
@@ -3160,12 +2973,6 @@ msgstr ""
|
|
3160 |
|
3161 |
#: templates/admin/table-settings/formula_editor_modal.inc.php:27
|
3162 |
#, fuzzy
|
3163 |
-
#| msgid ""
|
3164 |
-
#| "Use this dialog to construct formulas and see a preview of the result. "
|
3165 |
-
#| "You can use columns (values for each cell will be inserted), or number "
|
3166 |
-
#| "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
|
3167 |
-
#| "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
|
3168 |
-
#| "col3*sin(col4-3))."
|
3169 |
msgid ""
|
3170 |
"You can use columns (values for each cell will be inserted), or number "
|
3171 |
"values. Only numeric columns allowed (non-numeric will be parsed as 0). "
|
@@ -3197,13 +3004,11 @@ msgstr "Предпросмотр"
|
|
3197 |
|
3198 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
|
3199 |
#, fuzzy
|
3200 |
-
#| msgid "Merge values"
|
3201 |
msgid "Merge values?"
|
3202 |
msgstr "Объединить значения"
|
3203 |
|
3204 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
|
3205 |
#, fuzzy
|
3206 |
-
#| msgid "Do you want to merge new values with existing?"
|
3207 |
msgid ""
|
3208 |
"There are already defined possible values. Do you want to merge or to "
|
3209 |
"replace new values with the existing?"
|
@@ -3226,7 +3031,6 @@ msgstr "Вы уверены? Данную операцию нельзя отме
|
|
3226 |
|
3227 |
#: templates/admin/table-settings/table_preview_block.inc.php:19
|
3228 |
#, fuzzy
|
3229 |
-
#| msgid "Optional column setup"
|
3230 |
msgid "Table preview and columns setup"
|
3231 |
msgstr "Дополнительные настройки колонок"
|
3232 |
|
@@ -3236,13 +3040,11 @@ msgstr ""
|
|
3236 |
|
3237 |
#: templates/admin/table-settings/table_preview_block.inc.php:24
|
3238 |
#, fuzzy
|
3239 |
-
#| msgid "Add column"
|
3240 |
msgid "Add a formula column"
|
3241 |
msgstr "Добавить колонку"
|
3242 |
|
3243 |
#: templates/admin/table-settings/table_preview_block.inc.php:27
|
3244 |
#, fuzzy
|
3245 |
-
#| msgid "Delete column"
|
3246 |
msgid "Complete column list"
|
3247 |
msgstr "Удалить колонку"
|
3248 |
|
@@ -3270,13 +3072,11 @@ msgstr ""
|
|
3270 |
|
3271 |
#: templates/admin/table-settings/table_settings_block.inc.php:26
|
3272 |
#, fuzzy
|
3273 |
-
#| msgid "wpDataTables manual editor"
|
3274 |
msgid "wpDataTable name, click to edit"
|
3275 |
msgstr "Ручной редактор таблиц wpDataTables"
|
3276 |
|
3277 |
#: templates/admin/table-settings/table_settings_block.inc.php:30
|
3278 |
#, fuzzy
|
3279 |
-
#| msgid "Click to toggle"
|
3280 |
msgid "Click to copy shortcode"
|
3281 |
msgstr "Нажмите для вкл/выкл"
|
3282 |
|
@@ -3286,26 +3086,22 @@ msgstr ""
|
|
3286 |
|
3287 |
#: templates/admin/table-settings/table_settings_block.inc.php:69
|
3288 |
#, fuzzy
|
3289 |
-
#| msgid "Advanced filtering"
|
3290 |
msgid "Sorting and filtering"
|
3291 |
msgstr "Дополнительные фильтры"
|
3292 |
|
3293 |
#: templates/admin/table-settings/table_settings_block.inc.php:77
|
3294 |
#: templates/admin/table-settings/table_settings_block.inc.php:912
|
3295 |
#, fuzzy
|
3296 |
-
#| msgid "Table tools"
|
3297 |
msgid "Table Tools"
|
3298 |
msgstr "Блок табличных инструментов"
|
3299 |
|
3300 |
#: templates/admin/table-settings/table_settings_block.inc.php:81
|
3301 |
#, fuzzy
|
3302 |
-
#| msgid "Placeholder"
|
3303 |
msgid "Placeholders"
|
3304 |
msgstr "Переменная"
|
3305 |
|
3306 |
#: templates/admin/table-settings/table_settings_block.inc.php:97
|
3307 |
#, fuzzy
|
3308 |
-
#| msgid "Table input data source cannot be empty"
|
3309 |
msgid "Input data source type"
|
3310 |
msgstr "Источник данных для таблицы не может быть пустым"
|
3311 |
|
@@ -3317,7 +3113,6 @@ msgstr ""
|
|
3317 |
|
3318 |
#: templates/admin/table-settings/table_settings_block.inc.php:106
|
3319 |
#, fuzzy
|
3320 |
-
#| msgid "Select a table type..."
|
3321 |
msgid "Select a data source type"
|
3322 |
msgstr "Выберите тип таблицы..."
|
3323 |
|
@@ -3338,7 +3133,6 @@ msgstr "Файл Excel"
|
|
3338 |
|
3339 |
#: templates/admin/table-settings/table_settings_block.inc.php:110
|
3340 |
#, fuzzy
|
3341 |
-
#| msgid "Google spreadsheet"
|
3342 |
msgid "Google Spreadsheet"
|
3343 |
msgstr "Таблица Google Spreadsheet"
|
3344 |
|
@@ -3354,7 +3148,6 @@ msgstr "JSON"
|
|
3354 |
|
3355 |
#: templates/admin/table-settings/table_settings_block.inc.php:124
|
3356 |
#, fuzzy
|
3357 |
-
#| msgid "Input file or URL"
|
3358 |
msgid "Input file path or URL"
|
3359 |
msgstr "Исходный файл, или URL"
|
3360 |
|
@@ -3372,7 +3165,6 @@ msgstr ""
|
|
3372 |
|
3373 |
#: templates/admin/table-settings/table_settings_block.inc.php:136
|
3374 |
#, fuzzy
|
3375 |
-
#| msgid "Browse"
|
3376 |
msgid "Browse..."
|
3377 |
msgstr "Поиск"
|
3378 |
|
@@ -3390,22 +3182,16 @@ msgstr ""
|
|
3390 |
|
3391 |
#: templates/admin/table-settings/table_settings_block.inc.php:152
|
3392 |
#, fuzzy
|
3393 |
-
#| msgid "Server-side processing"
|
3394 |
msgid "Enable server-side processing"
|
3395 |
msgstr "Обработка данных на стороне сервера"
|
3396 |
|
3397 |
#: templates/admin/table-settings/table_settings_block.inc.php:168
|
3398 |
#, fuzzy
|
3399 |
-
#| msgid "MySQL query"
|
3400 |
msgid "MySQL Query"
|
3401 |
msgstr "MySQL запрос"
|
3402 |
|
3403 |
#: templates/admin/table-settings/table_settings_block.inc.php:170
|
3404 |
#, fuzzy
|
3405 |
-
#| msgid ""
|
3406 |
-
#| "Enter the text of your MySQL query here. You can use a number of "
|
3407 |
-
#| "placeholders to make the dataset in the table flexible and be able to "
|
3408 |
-
#| "return different sets of data by calling it with different shortcodes"
|
3409 |
msgid ""
|
3410 |
"Enter the text of your MySQL query here - please make sure it returns actual "
|
3411 |
"data first. You can use a number of placeholders to make the dataset in the "
|
@@ -3431,9 +3217,6 @@ msgstr ""
|
|
3431 |
|
3432 |
#: templates/admin/table-settings/table_settings_block.inc.php:184
|
3433 |
#, fuzzy
|
3434 |
-
#| msgid ""
|
3435 |
-
#| "Auto-refresh interval in seconds for tables with server-side processing. "
|
3436 |
-
#| "Leave blank or zero to disable auto-refresh."
|
3437 |
msgid "Auto-refresh interval in seconds (zero or blank to disable)"
|
3438 |
msgstr ""
|
3439 |
"Интервал авто-обновления в секундах для таблиц с серверной обработкой "
|
@@ -3457,19 +3240,16 @@ msgstr ""
|
|
3457 |
|
3458 |
#: templates/admin/table-settings/table_settings_block.inc.php:224
|
3459 |
#, fuzzy
|
3460 |
-
#| msgid "Show chart title on the page"
|
3461 |
msgid "Show table title on the page"
|
3462 |
msgstr "Отображать название диаграммы на странице"
|
3463 |
|
3464 |
#: templates/admin/table-settings/table_settings_block.inc.php:234
|
3465 |
#, fuzzy
|
3466 |
-
#| msgid "Responsive"
|
3467 |
msgid "Responsiveness"
|
3468 |
msgstr "Адаптивность"
|
3469 |
|
3470 |
#: templates/admin/table-settings/table_settings_block.inc.php:242
|
3471 |
#, fuzzy
|
3472 |
-
#| msgid "Responsive"
|
3473 |
msgid "Responsive design"
|
3474 |
msgstr "Адаптивность"
|
3475 |
|
@@ -3499,7 +3279,6 @@ msgstr ""
|
|
3499 |
|
3500 |
#: templates/admin/table-settings/table_settings_block.inc.php:273
|
3501 |
#, fuzzy
|
3502 |
-
#| msgid "Hide table until page is completely loaded"
|
3503 |
msgid "Hide the table before it is fully loaded"
|
3504 |
msgstr "Скрыть таблицу пока она полностью не загрузится"
|
3505 |
|
@@ -3514,14 +3293,12 @@ msgstr ""
|
|
3514 |
|
3515 |
#: templates/admin/table-settings/table_settings_block.inc.php:302
|
3516 |
#, fuzzy
|
3517 |
-
#| msgid "How many tables to show in the browse page"
|
3518 |
msgid "How many rows to show per page by default."
|
3519 |
msgstr ""
|
3520 |
"Сколько таблиц на одной странице показывать в админ-панели на странице обзора"
|
3521 |
|
3522 |
#: templates/admin/table-settings/table_settings_block.inc.php:338
|
3523 |
#, fuzzy
|
3524 |
-
#| msgid "Show _MENU_ entries"
|
3525 |
msgid "Show X entries"
|
3526 |
msgstr "Показывать _MENU_ строк"
|
3527 |
|
@@ -3537,7 +3314,6 @@ msgstr ""
|
|
3537 |
|
3538 |
#: templates/admin/table-settings/table_settings_block.inc.php:370
|
3539 |
#, fuzzy
|
3540 |
-
#| msgid "Scrollable"
|
3541 |
msgid "Scrollable table"
|
3542 |
msgstr "Прокрутка"
|
3543 |
|
@@ -3551,7 +3327,6 @@ msgstr ""
|
|
3551 |
|
3552 |
#: templates/admin/table-settings/table_settings_block.inc.php:385
|
3553 |
#, fuzzy
|
3554 |
-
#| msgid "Horizontal crosshair"
|
3555 |
msgid "Show a horizontal scrollbar"
|
3556 |
msgstr "Крестик горизонтальной оси"
|
3557 |
|
@@ -3573,7 +3348,6 @@ msgstr ""
|
|
3573 |
#: templates/admin/table-settings/table_settings_block.inc.php:432
|
3574 |
#: templates/admin/table-settings/table_settings_block.inc.php:440
|
3575 |
#, fuzzy
|
3576 |
-
#| msgid "Limit table layout"
|
3577 |
msgid "Limit table width"
|
3578 |
msgstr "Ограничить ширину таблицы"
|
3579 |
|
@@ -3609,13 +3383,11 @@ msgstr ""
|
|
3609 |
|
3610 |
#: templates/admin/table-settings/table_settings_block.inc.php:508
|
3611 |
#, fuzzy
|
3612 |
-
#| msgid "Advanced filtering"
|
3613 |
msgid "Advanced column filters"
|
3614 |
msgstr "Дополнительные фильтры"
|
3615 |
|
3616 |
#: templates/admin/table-settings/table_settings_block.inc.php:516
|
3617 |
#, fuzzy
|
3618 |
-
#| msgid "Advanced filtering"
|
3619 |
msgid "Advanced filter"
|
3620 |
msgstr "Дополнительные фильтры"
|
3621 |
|
@@ -3627,7 +3399,6 @@ msgstr ""
|
|
3627 |
|
3628 |
#: templates/admin/table-settings/table_settings_block.inc.php:530
|
3629 |
#, fuzzy
|
3630 |
-
#| msgid "Render advanced filter"
|
3631 |
msgid "Enable advanced column filters"
|
3632 |
msgstr "Отображать дополнительные фильтры"
|
3633 |
|
@@ -3661,7 +3432,6 @@ msgstr ""
|
|
3661 |
|
3662 |
#: templates/admin/table-settings/table_settings_block.inc.php:610
|
3663 |
#, fuzzy
|
3664 |
-
#| msgid "Filter in form"
|
3665 |
msgid "Filters in a form"
|
3666 |
msgstr "Фильтр во внешней форме"
|
3667 |
|
@@ -3682,7 +3452,6 @@ msgstr ""
|
|
3682 |
|
3683 |
#: templates/admin/table-settings/table_settings_block.inc.php:641
|
3684 |
#, fuzzy
|
3685 |
-
#| msgid "Clear filters"
|
3686 |
msgid "Clear filters button"
|
3687 |
msgstr "Очистить фильтры"
|
3688 |
|
@@ -3693,7 +3462,6 @@ msgstr "Очистить фильтры"
|
|
3693 |
|
3694 |
#: templates/admin/table-settings/table_settings_block.inc.php:652
|
3695 |
#, fuzzy
|
3696 |
-
#| msgid "Whether to show the credits text"
|
3697 |
msgid "Enable to show the clear filters button."
|
3698 |
msgstr "Отображать ли текст ссылки на источник"
|
3699 |
|
@@ -3711,13 +3479,11 @@ msgstr ""
|
|
3711 |
|
3712 |
#: templates/admin/table-settings/table_settings_block.inc.php:669
|
3713 |
#, fuzzy
|
3714 |
-
#| msgid "Show print button"
|
3715 |
msgid "Show clear filters button"
|
3716 |
msgstr "Показывать кнопку печати таблицы"
|
3717 |
|
3718 |
#: templates/admin/table-settings/table_settings_block.inc.php:691
|
3719 |
#, fuzzy
|
3720 |
-
#| msgid "Inline editing"
|
3721 |
msgid "Allow editing"
|
3722 |
msgstr "Редактирование в таблице"
|
3723 |
|
@@ -3728,19 +3494,16 @@ msgstr "Онлайн-редактирование с сайта"
|
|
3728 |
|
3729 |
#: templates/admin/table-settings/table_settings_block.inc.php:706
|
3730 |
#, fuzzy
|
3731 |
-
#| msgid "Make table editable from the front-end"
|
3732 |
msgid "Allow editing the table from the front-end."
|
3733 |
msgstr "Разрешить онлайн-редактирование с сайта"
|
3734 |
|
3735 |
#: templates/admin/table-settings/table_settings_block.inc.php:713
|
3736 |
#, fuzzy
|
3737 |
-
#| msgid "Front-end editing"
|
3738 |
msgid "Allow front-end editing"
|
3739 |
msgstr "Онлайн-редактирование с сайта"
|
3740 |
|
3741 |
#: templates/admin/table-settings/table_settings_block.inc.php:723
|
3742 |
#, fuzzy
|
3743 |
-
#| msgid "Popover tools"
|
3744 |
msgid "Popover edit block"
|
3745 |
msgstr "Всплывающий блок инструментов"
|
3746 |
|
@@ -3751,10 +3514,6 @@ msgstr "Всплывающий блок инструментов"
|
|
3751 |
|
3752 |
#: templates/admin/table-settings/table_settings_block.inc.php:738
|
3753 |
#, fuzzy
|
3754 |
-
#| msgid ""
|
3755 |
-
#| "Check this checkbox if you would like to get the New, Edit and Delete "
|
3756 |
-
#| "buttons in a popover on click on a table row, instead of in TableTools "
|
3757 |
-
#| "block above the table"
|
3758 |
msgid ""
|
3759 |
"If this is enabled, the New, Edit and Delete buttons will appear in a "
|
3760 |
"popover when you click on any row, instead of Table Tools block above the "
|
@@ -3771,15 +3530,11 @@ msgstr ""
|
|
3771 |
#: templates/admin/table-settings/table_settings_block.inc.php:755
|
3772 |
#: templates/admin/table-settings/table_settings_block.inc.php:763
|
3773 |
#, fuzzy
|
3774 |
-
#| msgid "Inline editing"
|
3775 |
msgid "In-line editing"
|
3776 |
msgstr "Редактирование в таблице"
|
3777 |
|
3778 |
#: templates/admin/table-settings/table_settings_block.inc.php:770
|
3779 |
#, fuzzy
|
3780 |
-
#| msgid ""
|
3781 |
-
#| "Check this checkbox if you would like to be able to edit the table data "
|
3782 |
-
#| "inline, by double-clicking a cell, not only in a modal dialog"
|
3783 |
msgid ""
|
3784 |
"If this is enabled, front-end users will be able to edit cells by double-"
|
3785 |
"clicking them, not only with the editor dialog."
|
@@ -3790,7 +3545,6 @@ msgstr ""
|
|
3790 |
|
3791 |
#: templates/admin/table-settings/table_settings_block.inc.php:777
|
3792 |
#, fuzzy
|
3793 |
-
#| msgid "Inline editing"
|
3794 |
msgid "Allow in-line editing"
|
3795 |
msgstr "Редактирование в таблице"
|
3796 |
|
@@ -3801,15 +3555,12 @@ msgstr "Имя MySQL-таблицы для редактирования"
|
|
3801 |
|
3802 |
#: templates/admin/table-settings/table_settings_block.inc.php:796
|
3803 |
#, fuzzy
|
3804 |
-
#| msgid ""
|
3805 |
-
#| "Name of the MySQL table which will be used for updates from front-end"
|
3806 |
msgid ""
|
3807 |
"Name of the MySQL table which will be updated when edited from front-end."
|
3808 |
msgstr "Имя MySQL-таблицы, которая будет использоваться для редактирования"
|
3809 |
|
3810 |
#: templates/admin/table-settings/table_settings_block.inc.php:801
|
3811 |
#, fuzzy
|
3812 |
-
#| msgid "MySQL database name"
|
3813 |
msgid "MySQL table name"
|
3814 |
msgstr "Имя базы данных MySQL"
|
3815 |
|
@@ -3820,10 +3571,6 @@ msgstr "ID-колонка для редактирования"
|
|
3820 |
|
3821 |
#: templates/admin/table-settings/table_settings_block.inc.php:812
|
3822 |
#, fuzzy
|
3823 |
-
#| msgid ""
|
3824 |
-
#| "Please choose a column, values from which will be used as row unique "
|
3825 |
-
#| "identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
|
3826 |
-
#| "delete would work correctly!"
|
3827 |
msgid ""
|
3828 |
"Choose the column values from which will be used as row identifiers. MUST be "
|
3829 |
"a unique auto-increment integer on MySQL side so insert/edit/delete would "
|
@@ -3842,9 +3589,6 @@ msgstr "Разрешить редактирование таблицы для с
|
|
3842 |
|
3843 |
#: templates/admin/table-settings/table_settings_block.inc.php:828
|
3844 |
#, fuzzy
|
3845 |
-
#| msgid ""
|
3846 |
-
#| "Choose user roles allowed to edit this table (leave blank to alllow "
|
3847 |
-
#| "editing for everyone):"
|
3848 |
msgid ""
|
3849 |
"If you want only specific user roles to be able to edit the table, choose in "
|
3850 |
"this dropdown. Leave unchecked to allow editing for everyone."
|
@@ -3862,7 +3606,6 @@ msgstr ""
|
|
3862 |
|
3863 |
#: templates/admin/table-settings/table_settings_block.inc.php:835
|
3864 |
#, fuzzy
|
3865 |
-
#| msgid "Editor roles"
|
3866 |
msgid "Editors"
|
3867 |
msgstr "Разрешить редактирование таблицы для следующих ролей"
|
3868 |
|
@@ -3880,14 +3623,12 @@ msgstr ""
|
|
3880 |
|
3881 |
#: templates/admin/table-settings/table_settings_block.inc.php:853
|
3882 |
#, fuzzy
|
3883 |
-
#| msgid "Users see and edit only their data"
|
3884 |
msgid "Users see and edit only own data"
|
3885 |
msgstr ""
|
3886 |
"Разрешать пользователям видеть и редактировать только собственные данные"
|
3887 |
|
3888 |
#: templates/admin/table-settings/table_settings_block.inc.php:861
|
3889 |
#, fuzzy
|
3890 |
-
#| msgid "Users see and edit only their data"
|
3891 |
msgid "Users see and edit only their own data"
|
3892 |
msgstr ""
|
3893 |
"Разрешать пользователям видеть и редактировать только собственные данные"
|
@@ -3900,7 +3641,6 @@ msgstr ""
|
|
3900 |
|
3901 |
#: templates/admin/table-settings/table_settings_block.inc.php:875
|
3902 |
#, fuzzy
|
3903 |
-
#| msgid "Limit editing to user's own data only"
|
3904 |
msgid "Limit editing to own data only"
|
3905 |
msgstr ""
|
3906 |
"Ограничить возможность редактирования для пользователей только их "
|
@@ -3930,13 +3670,11 @@ msgstr ""
|
|
3930 |
|
3931 |
#: templates/admin/table-settings/table_settings_block.inc.php:934
|
3932 |
#, fuzzy
|
3933 |
-
#| msgid "Table tools"
|
3934 |
msgid "Enable Table Tools"
|
3935 |
msgstr "Блок табличных инструментов"
|
3936 |
|
3937 |
#: templates/admin/table-settings/table_settings_block.inc.php:944
|
3938 |
#, fuzzy
|
3939 |
-
#| msgid "Button text"
|
3940 |
msgid "Buttons"
|
3941 |
msgstr "Текст кнопки"
|
3942 |
|
@@ -3946,7 +3684,6 @@ msgstr ""
|
|
3946 |
|
3947 |
#: templates/admin/table-settings/table_settings_block.inc.php:952
|
3948 |
#, fuzzy
|
3949 |
-
#| msgid "Show column visibility button"
|
3950 |
msgid "Columns visibility"
|
3951 |
msgstr "Отображать кнопку настройки видимости колонок"
|
3952 |
|
@@ -3974,7 +3711,6 @@ msgstr ""
|
|
3974 |
#: templates/admin/table-settings/table_settings_block.inc.php:1078
|
3975 |
#: templates/admin/table-settings/table_settings_block.inc.php:1099
|
3976 |
#, fuzzy
|
3977 |
-
#| msgid "Define default for table generation"
|
3978 |
msgid "Default for table generation"
|
3979 |
msgstr "Значение по умолчанию для инициализирования таблицы"
|
3980 |
|
@@ -4057,7 +3793,6 @@ msgstr "Выберите тип диаграммы Highcharts"
|
|
4057 |
|
4058 |
#: templates/common/delete_modal.inc.php:28
|
4059 |
#, fuzzy
|
4060 |
-
#| msgid "Please confirm column deletion!"
|
4061 |
msgid "Please confirm deletion. There is no undo!"
|
4062 |
msgstr "Подтвердите удаление колонки!"
|
4063 |
|
@@ -4499,8 +4234,6 @@ msgid ""
|
|
4499 |
"Check this checkbox if you would like to limit the table's width to 100% of "
|
4500 |
"parent container (div)"
|
4501 |
msgstr ""
|
4502 |
-
"Включите эту галочку, если хотите, чтобы ширина таблицы принудительно "
|
4503 |
-
"ограничивалась 100% шириной родительского элемента (div)"
|
4504 |
|
4505 |
#: templates/edit_table.inc.php:396
|
4506 |
msgid ""
|
@@ -4638,9 +4371,6 @@ msgid ""
|
|
4638 |
"Input width for column (in percents with % or pixels without \"px\"). Leave "
|
4639 |
"blank if you want to leave auto width"
|
4640 |
msgstr ""
|
4641 |
-
"Ширина колонки (в процентах со знаком % или в пикселях, без \"px\"). "
|
4642 |
-
"Оставьте пустым, если хотите оставить автоматическую ширину. Работает при "
|
4643 |
-
"включенном ограничении ширины."
|
4644 |
|
4645 |
#: templates/edit_table.inc.php:714
|
4646 |
msgid "Display text before"
|
@@ -4732,7 +4462,6 @@ msgstr ""
|
|
4732 |
|
4733 |
#: templates/settings.inc.php:126
|
4734 |
#, fuzzy
|
4735 |
-
#| msgid "Pick the date format to use in date column type"
|
4736 |
msgid "Pick the time format to use in datetime and time column type"
|
4737 |
msgstr ""
|
4738 |
"Выберите формат даты, который будет использоваться в колонках типа \"Дата\""
|
@@ -5029,6 +4758,21 @@ msgstr "Настройки успешно сохранены"
|
|
5029 |
msgid "There was a problem saving your settings"
|
5030 |
msgstr "При попытке сохранить настройки произошла ошибка"
|
5031 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5032 |
#~ msgid "Table type cannot be empty"
|
5033 |
#~ msgstr "Тип таблицы не может быть пустым"
|
5034 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2019-07-25 10:27+0200\n"
|
5 |
+
"PO-Revision-Date: 2019-07-25 10:28+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.7.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"
|
25 |
#: controllers/wdt_admin.php:19 controllers/wdt_admin.php:20
|
26 |
#: templates/admin/constructor/constructor.inc.php:24
|
27 |
#, fuzzy
|
|
|
28 |
msgid "Create a Table"
|
29 |
msgstr "Создать таблицу wpDataTable"
|
30 |
|
36 |
#: controllers/wdt_admin.php:35 controllers/wdt_admin.php:36
|
37 |
#: templates/admin/chart_wizard/chart_wizard.inc.php:36
|
38 |
#, fuzzy
|
|
|
39 |
msgid "Create a Chart"
|
40 |
msgstr "Мастер создания диаграмм"
|
41 |
|
51 |
msgid "Addons"
|
52 |
msgstr "Дополнения"
|
53 |
|
54 |
+
#: controllers/wdt_admin.php:310 controllers/wdt_admin.php:359
|
55 |
+
#: controllers/wdt_admin.php:389 controllers/wdt_admin.php:410
|
56 |
+
#: controllers/wdt_admin.php:457 controllers/wdt_admin.php:483
|
57 |
+
#: controllers/wdt_admin.php:502
|
58 |
msgid "You do not have sufficient permissions to access this page."
|
59 |
msgstr "У вас недостаточно прав для доступа к этой странице."
|
60 |
|
61 |
+
#: controllers/wdt_functions.php:437
|
62 |
#, fuzzy
|
|
|
63 |
msgid "wpDataChart with provided ID not found!"
|
64 |
msgstr "Таблица wpDataTable с заданным ID не найдена!"
|
65 |
|
66 |
+
#: controllers/wdt_functions.php:473 controllers/wdt_functions.php:544
|
67 |
msgid "wpDataTable with provided ID not found!"
|
68 |
msgstr "Таблица wpDataTable с заданным ID не найдена!"
|
69 |
|
70 |
+
#: controllers/wdt_functions.php:554
|
71 |
msgid "Provided column is not Integer or Float column type"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: controllers/wdt_functions.php:732
|
75 |
msgid "Choose a table"
|
76 |
msgstr "Выберите таблицу"
|
77 |
|
78 |
+
#: controllers/wdt_functions.php:764
|
79 |
msgid "Interactive Responsive Table"
|
80 |
msgstr "Интерактивные адаптивные таблицы"
|
81 |
|
82 |
+
#: controllers/wdt_functions.php:765 controllers/wdt_functions.php:826
|
83 |
msgid "Content"
|
84 |
msgstr "Содержимое"
|
85 |
|
86 |
+
#: controllers/wdt_functions.php:771
|
87 |
msgid "wpDataTable"
|
88 |
msgstr "wpDataTable таблица"
|
89 |
|
90 |
+
#: controllers/wdt_functions.php:775
|
91 |
msgid "Choose the wpDataTable from a dropdown"
|
92 |
msgstr "Выберите таблицу wpDataTable из выпадающего списка"
|
93 |
|
94 |
+
#: controllers/wdt_functions.php:780
|
95 |
msgid "Table view"
|
96 |
msgstr "Отображение таблицы"
|
97 |
|
98 |
+
#: controllers/wdt_functions.php:784
|
99 |
msgid "Regular wpDataTable"
|
100 |
msgstr "Стандартная wpDataTable таблица"
|
101 |
|
102 |
+
#: controllers/wdt_functions.php:786
|
103 |
msgid "Excel-like table"
|
104 |
msgstr "Таблица типа Excel"
|
105 |
|
106 |
+
#: controllers/wdt_functions.php:792
|
107 |
msgid "Variable placeholder #1"
|
108 |
msgstr "Переменная №1"
|
109 |
|
110 |
+
#: controllers/wdt_functions.php:795 controllers/wdt_functions.php:803
|
111 |
+
#: controllers/wdt_functions.php:811
|
112 |
msgid "Variables"
|
113 |
msgstr "Переменные"
|
114 |
|
115 |
+
#: controllers/wdt_functions.php:796
|
116 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
117 |
msgstr "Если вы использовали переменную VAR1, вы можете здесь задать значение"
|
118 |
|
119 |
+
#: controllers/wdt_functions.php:800
|
120 |
msgid "Variable placeholder #2"
|
121 |
msgstr "Переменная №2"
|
122 |
|
123 |
+
#: controllers/wdt_functions.php:804
|
124 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
125 |
msgstr "Если вы использовали переменную VAR2, вы можете здесь задать значение"
|
126 |
|
127 |
+
#: controllers/wdt_functions.php:808
|
128 |
msgid "Variable placeholder #3"
|
129 |
msgstr "Переменная №3"
|
130 |
|
131 |
+
#: controllers/wdt_functions.php:812
|
132 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
133 |
msgstr "Если вы использовали переменную VAR3, вы можете здесь задать значение"
|
134 |
|
135 |
+
#: controllers/wdt_functions.php:825
|
136 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
137 |
msgstr "Диаграммы Google Charts или Highchart, основанные на таблице"
|
138 |
|
139 |
+
#: controllers/wdt_functions.php:832
|
140 |
msgid "wpDataChart"
|
141 |
msgstr "Диаграмма wpDataChart"
|
142 |
|
143 |
+
#: controllers/wdt_functions.php:836
|
144 |
msgid "Choose one of wpDataCharts from the list"
|
145 |
msgstr "Выберите одну из диаграмм wpDataCharts из списка"
|
146 |
|
147 |
+
#: source/WpDataTablesGutenbergBlock.php:25
|
148 |
+
msgid ""
|
149 |
+
"Choose the table that you’ve just created in the dropdown below, and the "
|
150 |
+
"shortcode will be inserted automatically. You are able to provide Export "
|
151 |
+
"file name as well."
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
#: source/class.wdtbrowsechartstable.php:137
|
155 |
#: source/class.wdtbrowsechartstable.php:151
|
156 |
#: source/class.wdtbrowsetable.php:170 source/class.wdtbrowsetable.php:191
|
157 |
#, fuzzy
|
|
|
158 |
msgid "Configure"
|
159 |
msgstr "Подтвердите"
|
160 |
|
166 |
msgstr "Удалить"
|
167 |
|
168 |
#: source/class.wdtbrowsechartstable.php:188
|
169 |
+
#: source/class.wdtbrowsechartstable.php:290
|
170 |
#, fuzzy
|
|
|
171 |
msgid "Column Chart"
|
172 |
msgstr "Колоночная диаграмма"
|
173 |
|
179 |
|
180 |
#: source/class.wdtbrowsechartstable.php:194
|
181 |
#, fuzzy
|
|
|
182 |
msgid "Bar Chart"
|
183 |
msgstr "Линеечная диаграмма"
|
184 |
|
185 |
#: source/class.wdtbrowsechartstable.php:197
|
186 |
+
#: source/class.wdtbrowsechartstable.php:251
|
187 |
#, fuzzy
|
|
|
188 |
msgid "Stacked Bar Chart"
|
189 |
msgstr "Линеечная диаграмма с накоплением"
|
190 |
|
191 |
#: source/class.wdtbrowsechartstable.php:200
|
192 |
+
#: source/class.wdtbrowsechartstable.php:284
|
193 |
#, fuzzy
|
|
|
194 |
msgid "Area Chart"
|
195 |
msgstr "Диаграмма с областями"
|
196 |
|
197 |
#: source/class.wdtbrowsechartstable.php:203
|
198 |
#, fuzzy
|
|
|
199 |
msgid "Stepped Area Chart"
|
200 |
msgstr "Диаграмма с областями и накоплением"
|
201 |
|
202 |
#: source/class.wdtbrowsechartstable.php:206
|
203 |
+
#: source/class.wdtbrowsechartstable.php:230
|
204 |
+
#: source/class.wdtbrowsechartstable.php:281
|
205 |
#, fuzzy
|
|
|
206 |
msgid "Line Chart"
|
207 |
msgstr "Линейная диаграмма"
|
208 |
|
209 |
#: source/class.wdtbrowsechartstable.php:209
|
210 |
+
#: source/class.wdtbrowsechartstable.php:260
|
211 |
+
#: source/class.wdtbrowsechartstable.php:299
|
212 |
#, fuzzy
|
|
|
213 |
msgid "Pie Chart"
|
214 |
msgstr "Круговая диаграмма"
|
215 |
|
216 |
#: source/class.wdtbrowsechartstable.php:212
|
217 |
+
#: source/class.wdtbrowsechartstable.php:305
|
218 |
#, fuzzy
|
|
|
219 |
msgid "Bubble Chart"
|
220 |
msgstr "Пузырьковая диаграмма"
|
221 |
|
222 |
#: source/class.wdtbrowsechartstable.php:215
|
223 |
+
#: source/class.wdtbrowsechartstable.php:266
|
224 |
#, fuzzy
|
|
|
225 |
msgid "Donut Chart"
|
226 |
msgstr "Кольцевая диаграмма"
|
227 |
|
228 |
#: source/class.wdtbrowsechartstable.php:218
|
229 |
#, fuzzy
|
|
|
230 |
msgid "Gauge Chart"
|
231 |
msgstr "Калибровочная диаграмма"
|
232 |
|
233 |
#: source/class.wdtbrowsechartstable.php:221
|
234 |
#, fuzzy
|
|
|
235 |
msgid "Scatter Chart"
|
236 |
msgstr "Точечная диаграмма"
|
237 |
|
238 |
+
#: source/class.wdtbrowsechartstable.php:224
|
239 |
+
msgid "Candlestick Chart"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
#: source/class.wdtbrowsechartstable.php:227
|
243 |
+
msgid "Waterfall Chart"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: source/class.wdtbrowsechartstable.php:233
|
247 |
+
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
248 |
+
msgid "Polar chart"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: source/class.wdtbrowsechartstable.php:236
|
252 |
+
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
253 |
+
msgid "Spiderweb chart"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: source/class.wdtbrowsechartstable.php:239
|
257 |
#, fuzzy
|
|
|
258 |
msgid "Spline Chart"
|
259 |
msgstr "Линейная диаграмма"
|
260 |
|
261 |
+
#: source/class.wdtbrowsechartstable.php:242
|
262 |
#, fuzzy
|
|
|
263 |
msgid "Basic Area Chart"
|
264 |
msgstr "Обычная диаграмма с областями"
|
265 |
|
266 |
+
#: source/class.wdtbrowsechartstable.php:245
|
267 |
+
#: source/class.wdtbrowsechartstable.php:287
|
268 |
#, fuzzy
|
|
|
269 |
msgid "Stacked Area Chart"
|
270 |
msgstr "Диаграмма с областями и накоплением"
|
271 |
|
272 |
+
#: source/class.wdtbrowsechartstable.php:248
|
273 |
#, fuzzy
|
|
|
274 |
msgid "Basic Bar Chart"
|
275 |
msgstr "Обычная линеечная диаграмма"
|
276 |
|
277 |
+
#: source/class.wdtbrowsechartstable.php:254
|
278 |
#, fuzzy
|
|
|
279 |
msgid "Basic Column Chart"
|
280 |
msgstr "Обычная колоночная диаграмма"
|
281 |
|
282 |
+
#: source/class.wdtbrowsechartstable.php:257
|
283 |
#, fuzzy
|
|
|
284 |
msgid "Stacked Column Chart"
|
285 |
msgstr "Колоночная диаграмма с накоплением"
|
286 |
|
287 |
+
#: source/class.wdtbrowsechartstable.php:263
|
288 |
#, fuzzy
|
|
|
289 |
msgid "Pie With Gradient Chart"
|
290 |
msgstr "Круговая диаграмма с градиентом"
|
291 |
|
292 |
+
#: source/class.wdtbrowsechartstable.php:269
|
293 |
#, fuzzy
|
|
|
294 |
msgid "Scatter Plot"
|
295 |
msgstr "Точечная диаграмма"
|
296 |
|
297 |
+
#: source/class.wdtbrowsechartstable.php:272
|
298 |
#, fuzzy
|
|
|
299 |
msgid "3D Column Chart"
|
300 |
msgstr "Трехмерная колоночная диаграмма"
|
301 |
|
302 |
+
#: source/class.wdtbrowsechartstable.php:275
|
303 |
#, fuzzy
|
|
|
304 |
msgid "3D Pie Chart"
|
305 |
msgstr "Трехмерная круговая диаграмма"
|
306 |
|
307 |
+
#: source/class.wdtbrowsechartstable.php:278
|
308 |
#, fuzzy
|
|
|
309 |
msgid "3D Donut Chart"
|
310 |
msgstr "Трехмерная кольцевая диаграмма"
|
311 |
|
312 |
+
#: source/class.wdtbrowsechartstable.php:293
|
313 |
#, fuzzy
|
|
|
314 |
msgid "Radar Chart"
|
315 |
msgstr " Диаграмма"
|
316 |
|
317 |
+
#: source/class.wdtbrowsechartstable.php:296
|
318 |
#, fuzzy
|
|
|
319 |
msgid "Polar Area Chart"
|
320 |
msgstr "Диаграмма с областями Google"
|
321 |
|
322 |
+
#: source/class.wdtbrowsechartstable.php:302
|
323 |
#, fuzzy
|
|
|
324 |
msgid "Doughnut Chart"
|
325 |
msgstr "Кольцевая диаграмма"
|
326 |
|
327 |
+
#: source/class.wdtbrowsechartstable.php:317
|
328 |
msgid "Google"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: source/class.wdtbrowsechartstable.php:320
|
332 |
#, fuzzy
|
|
|
333 |
msgid "Highcharts"
|
334 |
msgstr "Круговая диаграмма Highcharts"
|
335 |
|
336 |
+
#: source/class.wdtbrowsechartstable.php:323
|
337 |
#, fuzzy
|
|
|
338 |
msgid "Chart.js"
|
339 |
msgstr " Диаграмма"
|
340 |
|
341 |
+
#: source/class.wdtbrowsechartstable.php:387
|
342 |
#: source/class.wdtbrowsetable.php:272
|
343 |
#, fuzzy
|
|
|
344 |
msgid "Select All"
|
345 |
msgstr "Выбрать"
|
346 |
|
347 |
+
#: source/class.wdtbrowsechartstable.php:439
|
348 |
msgid "No wpDataCharts in the system yet."
|
349 |
msgstr "Диаграмм пока не создано"
|
350 |
|
359 |
|
360 |
#: source/class.wdtbrowsetable.php:167
|
361 |
#, fuzzy
|
|
|
362 |
msgid "Edit in Excel-like editor"
|
363 |
msgstr "Excel-редактор"
|
364 |
|
365 |
#: source/class.wdtbrowsetable.php:209
|
366 |
#, fuzzy
|
|
|
367 |
msgid "MySQL"
|
368 |
msgstr "MySQL сервер"
|
369 |
|
389 |
|
390 |
#: source/class.wdtbrowsetable.php:224
|
391 |
#, fuzzy
|
|
|
392 |
msgid "JSON"
|
393 |
msgstr "JSON"
|
394 |
|
412 |
|
413 |
#: source/class.wdtconfigcontroller.php:139
|
414 |
#, fuzzy
|
|
|
415 |
msgid "There was an error trying to fetch the table data: "
|
416 |
msgstr "При попытке создать таблицу произошла ошибка на стороне MySQL сервера"
|
417 |
|
418 |
#: source/class.wdtconfigcontroller.php:449
|
419 |
#, fuzzy
|
|
|
420 |
msgid "Table in data source has no rows."
|
421 |
msgstr "Источник данных для таблицы не может быть пустым"
|
422 |
|
423 |
+
#: source/class.wdttools.php:15
|
424 |
msgid "One line string"
|
425 |
msgstr "Однолинейная строка"
|
426 |
|
427 |
+
#: source/class.wdttools.php:16
|
428 |
msgid "Multi-line string"
|
429 |
msgstr "Многолинейная строка"
|
430 |
|
431 |
+
#: source/class.wdttools.php:17
|
432 |
msgid "One-line selectbox"
|
433 |
msgstr "Список с 1 вариантом выбора"
|
434 |
|
435 |
+
#: source/class.wdttools.php:18
|
436 |
msgid "Multi-line selectbox"
|
437 |
msgstr "Список с несколькими вариантами"
|
438 |
|
439 |
+
#: source/class.wdttools.php:19
|
440 |
#: templates/admin/table-settings/column_settings_panel.inc.php:361
|
441 |
msgid "Integer"
|
442 |
msgstr "Целое число"
|
443 |
|
444 |
+
#: source/class.wdttools.php:20
|
445 |
#: templates/admin/table-settings/column_settings_panel.inc.php:362
|
446 |
msgid "Float"
|
447 |
msgstr "Дробное число"
|
448 |
|
449 |
+
#: source/class.wdttools.php:21
|
450 |
#: templates/admin/table-settings/column_settings_panel.inc.php:363
|
451 |
#: templates/admin/table-settings/column_settings_panel.inc.php:988
|
452 |
msgid "Date"
|
453 |
msgstr "Дата"
|
454 |
|
455 |
+
#: source/class.wdttools.php:22
|
456 |
#: templates/admin/table-settings/column_settings_panel.inc.php:989
|
457 |
#, fuzzy
|
|
|
458 |
msgid "Datetime"
|
459 |
msgstr "Дата"
|
460 |
|
461 |
+
#: source/class.wdttools.php:23
|
462 |
#: templates/admin/table-settings/column_settings_panel.inc.php:365
|
463 |
#: templates/admin/table-settings/column_settings_panel.inc.php:990
|
464 |
msgid "Time"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: source/class.wdttools.php:24
|
468 |
msgid "URL Link"
|
469 |
msgstr "URL ссылка"
|
470 |
|
471 |
+
#: source/class.wdttools.php:25
|
472 |
msgid "E-mail"
|
473 |
msgstr "E-mail"
|
474 |
|
475 |
+
#: source/class.wdttools.php:26
|
476 |
#: templates/admin/table-settings/column_settings_panel.inc.php:368
|
477 |
msgid "Image"
|
478 |
msgstr "Картинка"
|
479 |
|
480 |
+
#: source/class.wdttools.php:27
|
481 |
#: templates/admin/table-settings/column_settings_panel.inc.php:993
|
482 |
msgid "Attachment"
|
483 |
msgstr "Вложение"
|
484 |
|
485 |
+
#: source/class.wdttools.php:154
|
486 |
msgid ""
|
487 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
488 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
489 |
"to the web</b> "
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: source/class.wdttools.php:287
|
493 |
msgid "Back to date"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: source/class.wdttools.php:288
|
497 |
msgid "Browse"
|
498 |
msgstr "Поиск"
|
499 |
|
500 |
+
#: source/class.wdttools.php:289
|
501 |
#: templates/admin/browse/table/duplicate_modal.inc.php:60
|
502 |
#: templates/admin/common/close_modal.inc.php:36
|
503 |
#: templates/admin/constructor/constructor.inc.php:30
|
515 |
msgid "Cancel"
|
516 |
msgstr "Отмена"
|
517 |
|
518 |
+
#: source/class.wdttools.php:290
|
519 |
msgid " field cannot be empty!"
|
520 |
msgstr " поле не может быть пустым!"
|
521 |
|
522 |
+
#: source/class.wdttools.php:291
|
523 |
msgid "Use selected file"
|
524 |
msgstr "Использовать выбранный файл"
|
525 |
|
526 |
+
#: source/class.wdttools.php:292
|
527 |
msgid "Choose file"
|
528 |
msgstr "Выберите файл"
|
529 |
|
530 |
+
#: source/class.wdttools.php:293 templates/admin/common/error_modal.inc.php:23
|
531 |
#: templates/admin/table-settings/columns_list_modal.inc.php:27
|
532 |
#: templates/admin/table-settings/foreign_key_config.inc.php:95
|
533 |
#: templates/edit_table.inc.php:36 templates/edit_table.inc.php:418
|
535 |
msgid "Close"
|
536 |
msgstr "Закрыть"
|
537 |
|
538 |
+
#: source/class.wdttools.php:294
|
539 |
#, fuzzy
|
|
|
540 |
msgid "Column has been added!"
|
541 |
msgstr "Заголовок колонки"
|
542 |
|
543 |
+
#: source/class.wdttools.php:295
|
544 |
msgid "Column header cannot be empty!"
|
545 |
msgstr "Имя колонки не может быть пустым!"
|
546 |
|
547 |
+
#: source/class.wdttools.php:296
|
548 |
msgid "Please confirm column deletion!"
|
549 |
msgstr "Подтвердите удаление колонки!"
|
550 |
|
551 |
+
#: source/class.wdttools.php:297
|
552 |
msgid "Column has been removed!"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: source/class.wdttools.php:298
|
556 |
#, fuzzy
|
|
|
557 |
msgid "Please select columns that you want to use in table"
|
558 |
msgstr ""
|
559 |
"Выберите колонки таблиц MySQL, которые вы хотели бы использовать в таблице "
|
560 |
"wpDataTable"
|
561 |
|
562 |
+
#: source/class.wdttools.php:299 source/class.wpdatatable.php:1910
|
563 |
#: source/class.wpdatatable.php:1981
|
564 |
#: templates/admin/table-settings/table_settings_block.inc.php:956
|
565 |
msgid "Copy"
|
566 |
msgstr "Копировать"
|
567 |
|
568 |
+
#: source/class.wdttools.php:300
|
569 |
#, fuzzy
|
|
|
570 |
msgid "There was an error trying to insert a new row!"
|
571 |
msgstr "При попытке добавления строки произошла ошибка! Текст ошибки: "
|
572 |
|
573 |
+
#: source/class.wdttools.php:301
|
574 |
#, fuzzy
|
|
|
575 |
msgid "Data has been saved!"
|
576 |
msgstr "Данные сохранены!"
|
577 |
|
578 |
+
#: source/class.wdttools.php:302
|
579 |
msgid "detach"
|
580 |
msgstr "Удалить"
|
581 |
|
582 |
+
#: source/class.wdttools.php:303 templates/settings.inc.php:553
|
583 |
#: templates/settings.inc.php:627
|
584 |
msgid "Error!"
|
585 |
msgstr "Ошибка!"
|
586 |
|
587 |
+
#: source/class.wdttools.php:304
|
588 |
msgid "Please upload or choose a file from Media Library!"
|
589 |
msgstr ""
|
590 |
"Пожалуйста, загрузите файл, или выберите уже загруженный файл в медиа "
|
591 |
"библиотеке!"
|
592 |
|
593 |
+
#: source/class.wdttools.php:305
|
594 |
msgid "From"
|
595 |
msgstr "От"
|
596 |
|
597 |
+
#: source/class.wdttools.php:306
|
598 |
msgid "Please provide a valid e-mail address for field"
|
599 |
msgstr "Пожалуйста, введите корректный e-mail адрес для поля "
|
600 |
|
601 |
+
#: source/class.wdttools.php:307
|
602 |
msgid "Please provide a valid URL link for field"
|
603 |
msgstr "Пожалуйста, введите корректный URL-адрес для поля "
|
604 |
|
605 |
+
#: source/class.wdttools.php:308
|
606 |
msgid "You have entered invalid value. Press ESC to cancel."
|
607 |
msgstr "Вы ввели неверное значение. Нажмите ESC для отмены"
|
608 |
|
609 |
+
#: source/class.wdttools.php:309 source/class.wdttools.php:335
|
610 |
msgid "Show _MENU_ entries"
|
611 |
msgstr "Показывать _MENU_ строк"
|
612 |
|
613 |
+
#: source/class.wdttools.php:310
|
614 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
615 |
msgid "Merge"
|
616 |
msgstr "Совместить"
|
617 |
|
618 |
+
#: source/class.wdttools.php:311
|
619 |
msgid "New column"
|
620 |
msgstr "Новая колонка"
|
621 |
|
622 |
+
#: source/class.wdttools.php:313
|
623 |
msgid ": activate to sort column ascending"
|
624 |
msgstr ": нажмите для сортировки по этой колонке по возрастанию"
|
625 |
|
626 |
+
#: source/class.wdttools.php:314
|
627 |
msgid ": activate to sort column descending"
|
628 |
msgstr ": нажмите для сортировки по этой колонке по убыванию"
|
629 |
|
630 |
+
#: source/class.wdttools.php:316
|
631 |
msgid "Ok"
|
632 |
msgstr "OK"
|
633 |
|
634 |
+
#: source/class.wdttools.php:318
|
635 |
msgid "First"
|
636 |
msgstr "Первая"
|
637 |
|
638 |
+
#: source/class.wdttools.php:319
|
639 |
msgid "Last"
|
640 |
msgstr "Последняя"
|
641 |
|
642 |
+
#: source/class.wdttools.php:320
|
643 |
msgid "Next"
|
644 |
msgstr "Следующая"
|
645 |
|
646 |
+
#: source/class.wdttools.php:321
|
647 |
msgid "Previous"
|
648 |
msgstr "Предыдущая"
|
649 |
|
650 |
+
#: source/class.wdttools.php:323
|
651 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
652 |
msgid "Replace"
|
653 |
msgstr "Заменить"
|
654 |
|
655 |
+
#: source/class.wdttools.php:324
|
656 |
msgid "Row has been deleted!"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: source/class.wdttools.php:325
|
660 |
msgid "Select a file to use in table"
|
661 |
msgstr "Выберите файл для использования в таблице"
|
662 |
|
663 |
+
#: source/class.wdttools.php:326
|
664 |
msgid "Select an Excel or CSV file"
|
665 |
msgstr "Выберите Excel или CSV файл"
|
666 |
|
667 |
+
#: source/class.wdttools.php:327
|
668 |
msgid "No data available in table"
|
669 |
msgstr "Нет данных"
|
670 |
|
671 |
+
#: source/class.wdttools.php:328
|
672 |
#, fuzzy
|
|
|
673 |
msgid "Plugin settings saved successfully"
|
674 |
msgstr "Настройки успешно сохранены"
|
675 |
|
676 |
+
#: source/class.wdttools.php:329
|
677 |
msgid "Shortcode has been copied to the clipboard."
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: source/class.wdttools.php:330
|
681 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
682 |
msgstr "Отображаются строки _START_ - _END_ из _TOTAL_"
|
683 |
|
684 |
+
#: source/class.wdttools.php:331
|
685 |
msgid "Showing 0 to 0 of 0 entries"
|
686 |
msgstr "Отображаются строки 0-0 из 0"
|
687 |
|
688 |
+
#: source/class.wdttools.php:332
|
689 |
msgid "(filtered from _MAX_ total entries)"
|
690 |
msgstr "(отфильтровано из _MAX_ всего)"
|
691 |
|
692 |
+
#: source/class.wdttools.php:334
|
693 |
msgid ","
|
694 |
msgstr ","
|
695 |
|
696 |
+
#: source/class.wdttools.php:336
|
697 |
msgid "Loading..."
|
698 |
msgstr "Загрузка…"
|
699 |
|
700 |
+
#: source/class.wdttools.php:337
|
701 |
msgid "Processing..."
|
702 |
msgstr "Обработка…"
|
703 |
|
704 |
+
#: source/class.wdttools.php:338
|
705 |
msgid "SQL error"
|
706 |
msgstr "Ошибка на стороне MySQL"
|
707 |
|
708 |
+
#: source/class.wdttools.php:339
|
709 |
msgid "Search: "
|
710 |
msgstr "Поиск: "
|
711 |
|
712 |
+
#: source/class.wdttools.php:340 templates/settings.inc.php:559
|
713 |
#: templates/settings.inc.php:625
|
714 |
msgid "Success!"
|
715 |
msgstr "Выполнено!"
|
716 |
|
717 |
+
#: source/class.wdttools.php:341
|
718 |
msgid "No matching records found"
|
719 |
msgstr "Не найдены строки по заданным критериям"
|
720 |
|
721 |
+
#: source/class.wdttools.php:342
|
722 |
msgid "Table saved successfully!"
|
723 |
msgstr "Таблица успешно сохранена!"
|
724 |
|
725 |
+
#: source/class.wdttools.php:343
|
726 |
msgid "To"
|
727 |
msgstr "До"
|
728 |
|
756 |
|
757 |
#: source/class.wpdatatable.php:1928
|
758 |
#, fuzzy
|
|
|
759 |
msgid "Export"
|
760 |
msgstr "Экспорт"
|
761 |
|
762 |
#: source/class.wpdatatable.php:2005
|
763 |
#, fuzzy
|
|
|
764 |
msgid "Search table"
|
765 |
msgstr "Поиск: "
|
766 |
|
767 |
#: source/class.wpdatatable.php:2006
|
768 |
#, fuzzy
|
|
|
769 |
msgid "Showing _MENU_ Entries"
|
770 |
msgstr "Показывать _MENU_ строк"
|
771 |
|
822 |
|
823 |
#: templates/admin/addons/addons.inc.php:22
|
824 |
#, fuzzy
|
|
|
825 |
msgid "Addons for the plugin"
|
826 |
msgstr "Выберите основной скин плагина"
|
827 |
|
828 |
#: templates/admin/addons/addons.inc.php:24
|
829 |
#, fuzzy
|
|
|
830 |
msgid "Unique extensions for wpDataTables"
|
831 |
msgstr "Использовать в таблице wpDataTable"
|
832 |
|
833 |
#: templates/admin/addons/addons.inc.php:32
|
834 |
#, fuzzy
|
|
|
835 |
msgid "About Addons"
|
836 |
msgstr "Дополнения"
|
837 |
|
838 |
#: templates/admin/addons/addons.inc.php:45
|
839 |
#, fuzzy
|
|
|
840 |
msgid "Powerful Filters for wpDataTables"
|
841 |
msgstr "Стандартная wpDataTable таблица"
|
842 |
|
852 |
#: templates/admin/addons/addons.inc.php:91
|
853 |
#: templates/admin/addons/addons.inc.php:111
|
854 |
#, fuzzy
|
|
|
855 |
msgid "Find out more "
|
856 |
msgstr "Узнать больше"
|
857 |
|
885 |
|
886 |
#: templates/admin/browse/chart/browse.inc.php:25
|
887 |
#, fuzzy
|
|
|
888 |
msgid "wpDataCharts browse"
|
889 |
msgstr "Диаграммы wpDataCharts"
|
890 |
|
891 |
#: templates/admin/browse/chart/browse.inc.php:32
|
892 |
#: templates/admin/browse/table/browse.inc.php:32
|
893 |
#, fuzzy
|
|
|
894 |
msgid "Add New"
|
895 |
msgstr "Добавить"
|
896 |
|
897 |
+
#: templates/admin/browse/chart/browse.inc.php:36
|
898 |
+
#: templates/admin/browse/table/browse.inc.php:36
|
899 |
+
msgid "Buy Full Version"
|
900 |
+
msgstr ""
|
901 |
+
|
902 |
#: templates/admin/browse/table/browse.inc.php:25
|
903 |
#, fuzzy
|
|
|
904 |
msgid "wpDataTables browse"
|
905 |
msgstr "Диаграммы"
|
906 |
|
916 |
|
917 |
#: templates/admin/browse/table/duplicate_modal.inc.php:39
|
918 |
#, fuzzy
|
|
|
919 |
msgid "Duplicate database table"
|
920 |
msgstr "Клонировать таблицу"
|
921 |
|
962 |
|
963 |
#: templates/admin/chart_wizard/chart_wizard.inc.php:63
|
964 |
#, fuzzy
|
|
|
965 |
msgid "Formatting and preview"
|
966 |
msgstr "Правила форматирования"
|
967 |
|
977 |
#: templates/admin/chart_wizard/chart_wizard.inc.php:86
|
978 |
#: templates/admin/constructor/constructor.inc.php:60
|
979 |
#, fuzzy
|
|
|
980 |
msgid "Next "
|
981 |
msgstr "Следующая"
|
982 |
|
983 |
#: templates/admin/chart_wizard/chart_wizard.inc.php:88
|
984 |
#: templates/admin/constructor/constructor.inc.php:62
|
985 |
#, fuzzy
|
|
|
986 |
msgid " Previous"
|
987 |
msgstr "Предыдущая"
|
988 |
|
1013 |
|
1014 |
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
|
1015 |
#, fuzzy
|
|
|
1016 |
msgid "Radar chart"
|
1017 |
msgstr "Линеечная диаграмма"
|
1018 |
|
1019 |
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
|
1020 |
#, fuzzy
|
|
|
1021 |
msgid "Polar area chart"
|
1022 |
msgstr "Обычная диаграмма с областями"
|
1023 |
|
1030 |
|
1031 |
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
|
1032 |
#, fuzzy
|
|
|
1033 |
msgid "Doughnut chart"
|
1034 |
msgstr "Кольцевая диаграмма"
|
1035 |
|
1071 |
msgid "Scatter chart"
|
1072 |
msgstr "Точечная диаграмма"
|
1073 |
|
1074 |
+
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
1075 |
+
msgid "Candlestick chart"
|
1076 |
+
msgstr ""
|
1077 |
+
|
1078 |
+
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
1079 |
+
msgid "Waterfall chart"
|
1080 |
+
msgstr ""
|
1081 |
+
|
1082 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1083 |
#, fuzzy
|
|
|
1084 |
msgid "Spline chart"
|
1085 |
msgstr "Линейная диаграмма"
|
1086 |
|
1131 |
|
1132 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
1133 |
#, fuzzy
|
|
|
1134 |
msgid "Treemap chart"
|
1135 |
msgstr "Диаграмма с областями"
|
1136 |
|
1137 |
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
1138 |
#, fuzzy
|
|
|
1139 |
msgid "Treemap level chart"
|
1140 |
msgstr "Диаграмма с областями"
|
1141 |
|
1146 |
|
1147 |
#: templates/admin/chart_wizard/steps/step1.inc.php:15
|
1148 |
#, fuzzy
|
|
|
1149 |
msgid "Please define the title of the chart that you will use to identify it"
|
1150 |
msgstr ""
|
1151 |
"Задайте диаграмме название, по которому вы сможете находить ее впоследствии."
|
1197 |
msgid "Error"
|
1198 |
msgstr "Ошибка"
|
1199 |
|
1200 |
+
#: templates/admin/common/ratingDiv.inc.php:8
|
1201 |
+
msgid "Leave a Review?"
|
1202 |
+
msgstr ""
|
1203 |
+
|
1204 |
+
#: templates/admin/common/ratingDiv.inc.php:9
|
1205 |
+
msgid ""
|
1206 |
+
"We hope you've enjoyed using wpDataTables Lite. Would you consider\n"
|
1207 |
+
" leaving us a review on WordPress.org?"
|
1208 |
+
msgstr ""
|
1209 |
+
|
1210 |
+
#: templates/admin/common/ratingDiv.inc.php:18
|
1211 |
+
msgid "Sure! I Like wpDataTables Lite"
|
1212 |
+
msgstr ""
|
1213 |
+
|
1214 |
+
#: templates/admin/common/ratingDiv.inc.php:20
|
1215 |
+
msgid "I've already left a review"
|
1216 |
+
msgstr ""
|
1217 |
+
|
1218 |
+
#: templates/admin/common/ratingDiv.inc.php:21
|
1219 |
+
msgid "Maybe Later"
|
1220 |
+
msgstr ""
|
1221 |
+
|
1222 |
+
#: templates/admin/common/ratingDiv.inc.php:22
|
1223 |
+
msgid "Never show again"
|
1224 |
+
msgstr ""
|
1225 |
+
|
1226 |
#: templates/admin/constructor/constructor.inc.php:25
|
1227 |
#: templates/constructor.inc.php:21
|
1228 |
msgid "Table Creation Wizard"
|
1230 |
|
1231 |
#: templates/admin/constructor/constructor.inc.php:53
|
1232 |
#, fuzzy
|
|
|
1233 |
msgid "Open in standard editor"
|
1234 |
msgstr "Стандартный редактор"
|
1235 |
|
1236 |
#: templates/admin/constructor/constructor.inc.php:55
|
1237 |
#, fuzzy
|
|
|
1238 |
msgid "Open in Excel-like editor"
|
1239 |
msgstr "Excel-редактор"
|
1240 |
|
1244 |
#: templates/admin/table-settings/table_preview_block.inc.php:68
|
1245 |
#: templates/admin/table-settings/table_settings_block.inc.php:1120
|
1246 |
#, fuzzy
|
|
|
1247 |
msgid "Documentation"
|
1248 |
msgstr "документации по wpDataTables"
|
1249 |
|
1254 |
|
1255 |
#: templates/admin/constructor/steps/constructor_1.inc.php:18
|
1256 |
#, fuzzy
|
|
|
1257 |
msgid "Create a table linked to an existing data source"
|
1258 |
msgstr "Создать таблицу и открыть в редакторе данных"
|
1259 |
|
1266 |
|
1267 |
#: templates/admin/constructor/steps/constructor_1.inc.php:32
|
1268 |
#, fuzzy
|
|
|
1269 |
msgid "Create a table manually"
|
1270 |
msgstr "Создать таблицу wpDataTable"
|
1271 |
|
1309 |
#: templates/admin/settings/settings.inc.php:22
|
1310 |
#: templates/admin/settings/settings.inc.php:23
|
1311 |
#, fuzzy
|
|
|
1312 |
msgid "Settings for the plugin"
|
1313 |
msgstr "Выберите основной скин плагина"
|
1314 |
|
1331 |
#: templates/admin/settings/settings.inc.php:51
|
1332 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:15
|
1333 |
#, fuzzy
|
|
|
1334 |
msgid "Separate DB connection"
|
1335 |
msgstr "Использовать независимое подключение к MySQL"
|
1336 |
|
1361 |
|
1362 |
#: templates/admin/settings/tabs/color_and_font_settings.php:25
|
1363 |
#, fuzzy
|
|
|
1364 |
msgid "Font"
|
1365 |
msgstr "Размер шрифта"
|
1366 |
|
1379 |
|
1380 |
#: templates/admin/settings/tabs/color_and_font_settings.php:47
|
1381 |
#, fuzzy
|
|
|
1382 |
msgid "Define the font size"
|
1383 |
msgstr "В подвале таблицы"
|
1384 |
|
1386 |
#: templates/admin/settings/tabs/color_and_font_settings.php:136
|
1387 |
#: templates/admin/settings/tabs/color_and_font_settings.php:459
|
1388 |
#, fuzzy
|
|
|
1389 |
msgid "Font color"
|
1390 |
msgstr "Цвет кнопки"
|
1391 |
|
1392 |
#: templates/admin/settings/tabs/color_and_font_settings.php:64
|
1393 |
#, fuzzy
|
|
|
1394 |
msgid "This color is used for the main font in table cells."
|
1395 |
msgstr "Этот цвет будет использоваться для основного шрифта в ячейках таблицы"
|
1396 |
|
1402 |
|
1403 |
#: templates/admin/settings/tabs/color_and_font_settings.php:99
|
1404 |
#, fuzzy
|
|
|
1405 |
msgid "The color is used for background of the table header."
|
1406 |
msgstr "Этот цвет будет использоваться как фоновый в шапке таблицы"
|
1407 |
|
1412 |
|
1413 |
#: templates/admin/settings/tabs/color_and_font_settings.php:118
|
1414 |
#, fuzzy
|
|
|
1415 |
msgid "This color is used for the border in the table header."
|
1416 |
msgstr "Этот цвет будет использоваться для границы в шапке таблицы"
|
1417 |
|
1418 |
#: templates/admin/settings/tabs/color_and_font_settings.php:138
|
1419 |
#, fuzzy
|
|
|
1420 |
msgid "This color is used for the font in the table header."
|
1421 |
msgstr "Этот цвет будет использоваться для шрифта в шапке таблицы"
|
1422 |
|
1423 |
#: templates/admin/settings/tabs/color_and_font_settings.php:155
|
1424 |
#, fuzzy
|
|
|
1425 |
msgid "Active and hover color\t"
|
1426 |
msgstr "Цвет активного заголовка, и подсветки при наведении"
|
1427 |
|
1428 |
#: templates/admin/settings/tabs/color_and_font_settings.php:157
|
1429 |
#, fuzzy
|
|
|
|
|
|
|
1430 |
msgid ""
|
1431 |
"This color is used when you hover the mouse above the table header, or when "
|
1432 |
"you choose a column."
|
1437 |
|
1438 |
#: templates/admin/settings/tabs/color_and_font_settings.php:191
|
1439 |
#, fuzzy
|
|
|
1440 |
msgid "Inner border"
|
1441 |
msgstr "Цвет внутренней границы таблицы"
|
1442 |
|
1443 |
#: templates/admin/settings/tabs/color_and_font_settings.php:193
|
1444 |
#, fuzzy
|
|
|
1445 |
msgid "This color is used for the inner border in the table between cells."
|
1446 |
msgstr ""
|
1447 |
"Этот цвет будет использоваться для внутренних границ между ячейками таблицы"
|
1448 |
|
1449 |
#: templates/admin/settings/tabs/color_and_font_settings.php:211
|
1450 |
#, fuzzy
|
|
|
1451 |
msgid "Outer border"
|
1452 |
msgstr "Цвет наружней границы таблицы"
|
1453 |
|
1454 |
#: templates/admin/settings/tabs/color_and_font_settings.php:213
|
1455 |
#, fuzzy
|
|
|
1456 |
msgid "This color is used for the outer border of the whole table body."
|
1457 |
msgstr "Этот цвет будет использоваться для внешней границы таблицы целиком"
|
1458 |
|
1459 |
#: templates/admin/settings/tabs/color_and_font_settings.php:231
|
1460 |
#, fuzzy
|
|
|
1461 |
msgid "Table borders"
|
1462 |
msgstr "Блок табличных инструментов"
|
1463 |
|
1467 |
|
1468 |
#: templates/admin/settings/tabs/color_and_font_settings.php:243
|
1469 |
#, fuzzy
|
|
|
1470 |
msgid "Header border"
|
1471 |
msgstr "Цвет границы "
|
1472 |
|
1476 |
|
1477 |
#: templates/admin/settings/tabs/color_and_font_settings.php:271
|
1478 |
#, fuzzy
|
|
|
1479 |
msgid "Even row background"
|
1480 |
msgstr "Цвет четных строк"
|
1481 |
|
1482 |
#: templates/admin/settings/tabs/color_and_font_settings.php:273
|
1483 |
#, fuzzy
|
|
|
1484 |
msgid "This color is used for for background in even rows."
|
1485 |
msgstr "Этот цвет будет использоваться как фон четных строк"
|
1486 |
|
1487 |
#: templates/admin/settings/tabs/color_and_font_settings.php:290
|
1488 |
#, fuzzy
|
|
|
1489 |
msgid "Odd row background"
|
1490 |
msgstr "Цвет нечетных строк"
|
1491 |
|
1492 |
#: templates/admin/settings/tabs/color_and_font_settings.php:292
|
1493 |
#, fuzzy
|
|
|
1494 |
msgid "This color is used for for background in odd rows."
|
1495 |
msgstr "Этот цвет будет использоваться как фон нечетных строк"
|
1496 |
|
1497 |
#: templates/admin/settings/tabs/color_and_font_settings.php:309
|
1498 |
#, fuzzy
|
|
|
1499 |
msgid "Hover row"
|
1500 |
msgstr "Цвет подсветки строк"
|
1501 |
|
1502 |
#: templates/admin/settings/tabs/color_and_font_settings.php:311
|
1503 |
#, fuzzy
|
|
|
|
|
|
|
1504 |
msgid ""
|
1505 |
"This color is used for to highlight the row when you hover your mouse above "
|
1506 |
"it."
|
1510 |
|
1511 |
#: templates/admin/settings/tabs/color_and_font_settings.php:328
|
1512 |
#, fuzzy
|
|
|
1513 |
msgid "Background for selected rows"
|
1514 |
msgstr "Фоновый цвет для выбранных строк"
|
1515 |
|
1516 |
#: templates/admin/settings/tabs/color_and_font_settings.php:330
|
1517 |
#, fuzzy
|
|
|
1518 |
msgid "This color is used for background in selected rows."
|
1519 |
msgstr ""
|
1520 |
"Этот цвет будет использоваться как фон выбранных строк (для редактирования)"
|
1521 |
|
1522 |
#: templates/admin/settings/tabs/color_and_font_settings.php:364
|
1523 |
#, fuzzy
|
|
|
1524 |
msgid "Sorted columns, even rows"
|
1525 |
msgstr "Цвет ячейки активных (отсортированных) колонок для четных строк"
|
1526 |
|
1527 |
#: templates/admin/settings/tabs/color_and_font_settings.php:366
|
1528 |
#, fuzzy
|
|
|
|
|
|
|
1529 |
msgid ""
|
1530 |
"This color is used for background in cells which are in the active columns "
|
1531 |
"(columns used for sorting) in even rows."
|
1535 |
|
1536 |
#: templates/admin/settings/tabs/color_and_font_settings.php:384
|
1537 |
#, fuzzy
|
|
|
1538 |
msgid "Sorted columns, odd rows"
|
1539 |
msgstr "Установить цвет колонки"
|
1540 |
|
1541 |
#: templates/admin/settings/tabs/color_and_font_settings.php:386
|
1542 |
#, fuzzy
|
|
|
|
|
|
|
1543 |
msgid ""
|
1544 |
"This color is used for background in cells which are in the active columns "
|
1545 |
"(columns used for sorting) in odd rows."
|
1549 |
|
1550 |
#: templates/admin/settings/tabs/color_and_font_settings.php:422
|
1551 |
#, fuzzy
|
|
|
1552 |
msgid "This color is used for background in buttons."
|
1553 |
msgstr "Этот цвет будет использоваться как фоновый цвет кнопок"
|
1554 |
|
1555 |
#: templates/admin/settings/tabs/color_and_font_settings.php:441
|
1556 |
#, fuzzy
|
|
|
1557 |
msgid "This color is used for border in buttons."
|
1558 |
msgstr "Этот цвет будет использоваться для границ кнопок"
|
1559 |
|
1560 |
#: templates/admin/settings/tabs/color_and_font_settings.php:461
|
1561 |
#, fuzzy
|
|
|
1562 |
msgid "This color is used for font in buttons."
|
1563 |
msgstr "Этот цвет будет использоваться для шрифта кнопок"
|
1564 |
|
1565 |
#: templates/admin/settings/tabs/color_and_font_settings.php:478
|
1566 |
#, fuzzy
|
|
|
1567 |
msgid "Background hover color"
|
1568 |
msgstr "Цвет подсветки кнопок"
|
1569 |
|
1570 |
#: templates/admin/settings/tabs/color_and_font_settings.php:480
|
1571 |
#, fuzzy
|
|
|
|
|
1572 |
msgid ""
|
1573 |
"This color will be used for button backgrounds when you hover above them."
|
1574 |
msgstr ""
|
1577 |
|
1578 |
#: templates/admin/settings/tabs/color_and_font_settings.php:498
|
1579 |
#, fuzzy
|
|
|
1580 |
msgid "Hover font color"
|
1581 |
msgstr "Цвет шрифта в шапке"
|
1582 |
|
1583 |
#: templates/admin/settings/tabs/color_and_font_settings.php:500
|
1584 |
#, fuzzy
|
|
|
1585 |
msgid "This color will be used for buttons font when you hover above them."
|
1586 |
msgstr ""
|
1587 |
"Этот цвет будет использоваться в шрифте подсвечиваемых кнопок, над которыми "
|
1594 |
|
1595 |
#: templates/admin/settings/tabs/color_and_font_settings.php:520
|
1596 |
#, fuzzy
|
|
|
1597 |
msgid "This color will be used for button borders when you hover above them."
|
1598 |
msgstr ""
|
1599 |
"Этот цвет будет применяться к границам кнопок при проведении над ними "
|
1618 |
|
1619 |
#: templates/admin/settings/tabs/color_and_font_settings.php:573
|
1620 |
#, fuzzy
|
|
|
|
|
1621 |
msgid ""
|
1622 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts."
|
1623 |
msgstr ""
|
1626 |
|
1627 |
#: templates/admin/settings/tabs/color_and_font_settings.php:591
|
1628 |
#, fuzzy
|
|
|
1629 |
msgid "Modals background"
|
1630 |
msgstr "Цвет всплывающих диалогов"
|
1631 |
|
1632 |
#: templates/admin/settings/tabs/color_and_font_settings.php:593
|
1633 |
#, fuzzy
|
|
|
|
|
|
|
1634 |
msgid ""
|
1635 |
"This color will be used for wpDataTable popup (filter, datepicker) "
|
1636 |
"background."
|
1638 |
|
1639 |
#: templates/admin/settings/tabs/color_and_font_settings.php:612
|
1640 |
#, fuzzy
|
|
|
1641 |
msgid "Overlay background"
|
1642 |
msgstr "Цвет подложки всплывающих диалогов"
|
1643 |
|
1644 |
#: templates/admin/settings/tabs/color_and_font_settings.php:614
|
1645 |
#, fuzzy
|
|
|
|
|
1646 |
msgid ""
|
1647 |
"This color will be used for overlay which appears below the plugin popups."
|
1648 |
msgstr ""
|
1651 |
|
1652 |
#: templates/admin/settings/tabs/color_and_font_settings.php:649
|
1653 |
#, fuzzy
|
|
|
1654 |
msgid "This color is used for the background of the pagination"
|
1655 |
msgstr "Этот цвет будет использоваться как фоновый цвет кнопок"
|
1656 |
|
1661 |
|
1662 |
#: templates/admin/settings/tabs/color_and_font_settings.php:669
|
1663 |
#, fuzzy
|
|
|
1664 |
msgid "This color is used for the color of the links in the pagination."
|
1665 |
msgstr "Этот цвет будет использоваться для внешней границы таблицы целиком"
|
1666 |
|
1667 |
#: templates/admin/settings/tabs/color_and_font_settings.php:687
|
1668 |
#, fuzzy
|
|
|
1669 |
msgid "Current page background color"
|
1670 |
msgstr "Цвет фона заголовка"
|
1671 |
|
1672 |
#: templates/admin/settings/tabs/color_and_font_settings.php:689
|
1673 |
#, fuzzy
|
|
|
1674 |
msgid "The color is used for background of the current page"
|
1675 |
msgstr "Этот цвет будет использоваться как фоновый в шапке таблицы"
|
1676 |
|
1677 |
#: templates/admin/settings/tabs/color_and_font_settings.php:706
|
1678 |
#, fuzzy
|
|
|
1679 |
msgid "Current page color"
|
1680 |
msgstr "Установить цвет ячейки"
|
1681 |
|
1682 |
#: templates/admin/settings/tabs/color_and_font_settings.php:708
|
1683 |
#, fuzzy
|
|
|
1684 |
msgid "This color is used for the color of the current page."
|
1685 |
msgstr "Этот цвет будет использоваться для границы в шапке таблицы"
|
1686 |
|
1687 |
#: templates/admin/settings/tabs/color_and_font_settings.php:726
|
1688 |
#, fuzzy
|
|
|
1689 |
msgid "Other pages hover background color"
|
1690 |
msgstr "Цвет фона заголовка"
|
1691 |
|
1692 |
#: templates/admin/settings/tabs/color_and_font_settings.php:728
|
1693 |
#, fuzzy
|
|
|
|
|
|
|
1694 |
msgid ""
|
1695 |
"This background color is used when you hover the mouse above the other pages"
|
1696 |
msgstr ""
|
1700 |
|
1701 |
#: templates/admin/settings/tabs/color_and_font_settings.php:745
|
1702 |
#, fuzzy
|
|
|
1703 |
msgid "Other pages hover color"
|
1704 |
msgstr "Цвет активного заголовка, и подсветки при наведении"
|
1705 |
|
1706 |
#: templates/admin/settings/tabs/color_and_font_settings.php:747
|
1707 |
#, fuzzy
|
|
|
|
|
|
|
1708 |
msgid "This color is used when you hover the mouse above the other pages."
|
1709 |
msgstr ""
|
1710 |
"Этот цвет будет использоваться для заголовка, над которым пользователь "
|
1718 |
|
1719 |
#: templates/admin/settings/tabs/custom_js_and_css.php:17
|
1720 |
#, fuzzy
|
|
|
|
|
|
|
1721 |
msgid ""
|
1722 |
"This JS will be inserted as an inline script block on every page that has a "
|
1723 |
"wpDataTable."
|
1732 |
|
1733 |
#: templates/admin/settings/tabs/custom_js_and_css.php:32
|
1734 |
#, fuzzy
|
|
|
|
|
|
|
1735 |
msgid ""
|
1736 |
"This CSS will be inserted as an inline style block on every page that has a "
|
1737 |
"wpDataTable."
|
1741 |
|
1742 |
#: templates/admin/settings/tabs/custom_js_and_css.php:45
|
1743 |
#, fuzzy
|
|
|
1744 |
msgid "Use minified wpDataTables Javascript "
|
1745 |
msgstr "Использовать минимизированную версию Javascript"
|
1746 |
|
1751 |
|
1752 |
#: templates/admin/settings/tabs/main_plugin_settings.php:17
|
1753 |
#, fuzzy
|
|
|
1754 |
msgid "Pick the language which will be used in tables interface."
|
1755 |
msgstr ""
|
1756 |
"Выберите язык, который будет использоваться во фронт-енд интерфейсе таблиц"
|
1757 |
|
1758 |
#: templates/admin/settings/tabs/main_plugin_settings.php:23
|
1759 |
#, fuzzy
|
|
|
1760 |
msgid "English (default)"
|
1761 |
msgstr "Все строки (по умолчанию)"
|
1762 |
|
1767 |
|
1768 |
#: templates/admin/settings/tabs/main_plugin_settings.php:38
|
1769 |
#, fuzzy
|
|
|
1770 |
msgid "Pick the date format to use in date column type."
|
1771 |
msgstr ""
|
1772 |
"Выберите формат даты, который будет использоваться в колонках типа \"Дата\""
|
1774 |
#: templates/admin/settings/tabs/main_plugin_settings.php:70
|
1775 |
#: templates/settings.inc.php:119
|
1776 |
#, fuzzy
|
|
|
1777 |
msgid "Time format"
|
1778 |
msgstr "Форматирование чисел"
|
1779 |
|
1780 |
#: templates/admin/settings/tabs/main_plugin_settings.php:72
|
1781 |
#, fuzzy
|
|
|
1782 |
msgid "Pick the time format to use in datetime and time column type."
|
1783 |
msgstr ""
|
1784 |
"Выберите формат даты, который будет использоваться в колонках типа \"Дата\""
|
1785 |
|
1786 |
#: templates/admin/settings/tabs/main_plugin_settings.php:87
|
1787 |
#, fuzzy
|
|
|
1788 |
msgid "Parse shortcodes"
|
1789 |
msgstr "Сохранить и добавить шорткод"
|
1790 |
|
1791 |
#: templates/admin/settings/tabs/main_plugin_settings.php:89
|
1792 |
#, fuzzy
|
|
|
1793 |
msgid "Parse shortcodes in strings"
|
1794 |
msgstr "Источник данных и основные настройки"
|
1795 |
|
1800 |
|
1801 |
#: templates/admin/settings/tabs/main_plugin_settings.php:103
|
1802 |
#, fuzzy
|
|
|
1803 |
msgid "Choose the base skin for the plugin."
|
1804 |
msgstr "Выберите основной скин плагина"
|
1805 |
|
1846 |
|
1847 |
#: templates/admin/settings/tabs/main_plugin_settings.php:143
|
1848 |
#, fuzzy
|
|
|
|
|
|
|
1849 |
msgid ""
|
1850 |
"Choose where you would like to render the advanced filter for tables where "
|
1851 |
"enabled."
|
1870 |
|
1871 |
#: templates/admin/settings/tabs/main_plugin_settings.php:160
|
1872 |
#, fuzzy
|
|
|
1873 |
msgid "Define the amount of decimal places for the float numbers."
|
1874 |
msgstr "Определите количество знаков после запятой для дробных чисел"
|
1875 |
|
1903 |
|
1904 |
#: templates/admin/settings/tabs/main_plugin_settings.php:219
|
1905 |
#, fuzzy
|
|
|
1906 |
msgid "Here you can specify width (in pixels) will be treated as a mobile.."
|
1907 |
msgstr ""
|
1908 |
"Здесь вы можете указать ширину экрана (в пикселях), которая будет считаться "
|
1915 |
|
1916 |
#: templates/admin/settings/tabs/main_plugin_settings.php:238
|
1917 |
#, fuzzy
|
|
|
1918 |
msgid "How many tables to show in the browse page."
|
1919 |
msgstr ""
|
1920 |
"Сколько таблиц на одной странице показывать в админ-панели на странице обзора"
|
1921 |
|
1922 |
#: templates/admin/settings/tabs/main_plugin_settings.php:254
|
1923 |
#, fuzzy
|
|
|
1924 |
msgid "Align numbers"
|
1925 |
msgstr "Выравнивать числа по правой стороне"
|
1926 |
|
1968 |
"default label will be Max ="
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1972 |
msgid "Include full bootstrap front-end"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:362
|
1976 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:374
|
1977 |
msgid ""
|
1978 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
1979 |
"in one of the theme files. Unchecked option means that there is still "
|
1980 |
"bootstrap.js included just in noconflict mode which should prevent errors."
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:372
|
1984 |
msgid "Include full bootstrap back-end"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:387
|
1988 |
#: templates/settings.inc.php:32
|
1989 |
msgid "Show plugin credentials below tables"
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:389
|
1993 |
#: templates/settings.inc.php:32
|
1994 |
msgid ""
|
1995 |
"If you want to support our project, please, keep this checkbox as checked"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:399
|
1999 |
+
msgid "Prevent deleting tables in database"
|
2000 |
+
msgstr ""
|
2001 |
+
|
2002 |
+
#: templates/admin/settings/tabs/main_plugin_settings.php:401
|
2003 |
+
msgid ""
|
2004 |
+
"It is recommended to leave this optiosn as checked if you what to keep your "
|
2005 |
+
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
2006 |
+
"this option, it will be deleted all tables in database after deleting plugin"
|
2007 |
+
msgstr ""
|
2008 |
+
|
2009 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:17
|
2010 |
msgid ""
|
2011 |
"If this checkbox is checked, you have option to add more than one separate "
|
2014 |
|
2015 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:21
|
2016 |
#, fuzzy
|
|
|
2017 |
msgid "Use separate connection"
|
2018 |
msgstr "Использовать независимое подключение к MySQL"
|
2019 |
|
2023 |
|
2024 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:31
|
2025 |
#, fuzzy
|
|
|
|
|
|
|
2026 |
msgid ""
|
2027 |
"Click this button to test if wpDataTables is able to connect to the MySQL "
|
2028 |
"server with the details you provided."
|
2036 |
|
2037 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:44
|
2038 |
#, fuzzy
|
|
|
2039 |
msgid "MySQL host address."
|
2040 |
msgstr "Адрес сервера MySQL"
|
2041 |
|
2049 |
|
2050 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:55
|
2051 |
#, fuzzy
|
|
|
2052 |
msgid "MySQL database name."
|
2053 |
msgstr "Имя базы данных MySQL"
|
2054 |
|
2063 |
|
2064 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:69
|
2065 |
#, fuzzy
|
|
|
2066 |
msgid "MySQL username for the connection."
|
2067 |
msgstr "Имя пользователя MySQL для подключения"
|
2068 |
|
2073 |
|
2074 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:81
|
2075 |
#, fuzzy
|
|
|
2076 |
msgid "MySQL password for the provided user."
|
2077 |
msgstr "Пароль указанного пользователя для подключения к MySQL"
|
2078 |
|
2083 |
|
2084 |
#: templates/admin/settings/tabs/separate_mysql_connection.php:95
|
2085 |
#, fuzzy
|
|
|
2086 |
msgid "MySQL port for the connection (default: 3306)."
|
2087 |
msgstr "Порт сервиса MySQL (по умолчанию 3306)"
|
2088 |
|
2121 |
|
2122 |
#: templates/admin/table-settings/add_column_modal.inc.php:107
|
2123 |
#, fuzzy
|
|
|
2124 |
msgid "Fill with default value"
|
2125 |
msgstr "Заполнить значением по умолчанию?"
|
2126 |
|
2131 |
|
2132 |
#: templates/admin/table-settings/column_settings_panel.inc.php:14
|
2133 |
#, fuzzy
|
|
|
2134 |
msgid "Column settings"
|
2135 |
msgstr "Позиция по порядку"
|
2136 |
|
2137 |
#: templates/admin/table-settings/column_settings_panel.inc.php:48
|
2138 |
#: templates/admin/table-settings/table_settings_block.inc.php:65
|
2139 |
#, fuzzy
|
|
|
2140 |
msgid "Display"
|
2141 |
msgstr "Количество строк на странице по умолчанию"
|
2142 |
|
2148 |
#: templates/admin/table-settings/table_settings_block.inc.php:540
|
2149 |
#: templates/admin/table-settings/table_settings_block.inc.php:548
|
2150 |
#, fuzzy
|
|
|
2151 |
msgid "Sorting"
|
2152 |
msgstr "Экспорт"
|
2153 |
|
2154 |
#: templates/admin/table-settings/column_settings_panel.inc.php:60
|
2155 |
#, fuzzy
|
|
|
2156 |
msgid "Filtering"
|
2157 |
msgstr "Фильтр"
|
2158 |
|
2159 |
#: templates/admin/table-settings/column_settings_panel.inc.php:64
|
2160 |
#: templates/admin/table-settings/table_settings_block.inc.php:73
|
2161 |
#, fuzzy
|
|
|
2162 |
msgid "Editing"
|
2163 |
msgstr "Редактировать"
|
2164 |
|
2180 |
#: templates/admin/table-settings/column_settings_panel.inc.php:114
|
2181 |
#: templates/admin/table-settings/column_settings_panel.inc.php:122
|
2182 |
#, fuzzy
|
|
|
2183 |
msgid "Cell content prefix"
|
2184 |
msgstr "Установить содержимое ячейки"
|
2185 |
|
2193 |
#: templates/admin/table-settings/column_settings_panel.inc.php:144
|
2194 |
#: templates/admin/table-settings/column_settings_panel.inc.php:152
|
2195 |
#, fuzzy
|
|
|
2196 |
msgid "Cell content suffix"
|
2197 |
msgstr "Установить содержимое ячейки"
|
2198 |
|
2232 |
|
2233 |
#: templates/admin/table-settings/column_settings_panel.inc.php:242
|
2234 |
#, fuzzy
|
|
|
2235 |
msgid "Show column in front-end"
|
2236 |
msgstr "Отображать сумму ячеек в подвале"
|
2237 |
|
2238 |
#: templates/admin/table-settings/column_settings_panel.inc.php:258
|
2239 |
#, fuzzy
|
|
|
2240 |
msgid "Column width"
|
2241 |
msgstr "Тип колонки"
|
2242 |
|
2243 |
#: templates/admin/table-settings/column_settings_panel.inc.php:271
|
2244 |
#: templates/admin/table-settings/column_settings_panel.inc.php:279
|
2245 |
#, fuzzy
|
|
|
2246 |
msgid "Column color"
|
2247 |
msgstr "Установить цвет колонки"
|
2248 |
|
2267 |
|
2268 |
#: templates/admin/table-settings/column_settings_panel.inc.php:323
|
2269 |
#, fuzzy
|
|
|
|
|
|
|
2270 |
msgid ""
|
2271 |
"Group column will not work with MySQL tables with server-side processing "
|
2272 |
"enabled and with manual tables!"
|
2276 |
|
2277 |
#: templates/admin/table-settings/column_settings_panel.inc.php:331
|
2278 |
#, fuzzy
|
|
|
2279 |
msgid "Toggle column grouping"
|
2280 |
msgstr "Столбчатая диаграмма Google"
|
2281 |
|
2297 |
|
2298 |
#: templates/admin/table-settings/column_settings_panel.inc.php:364
|
2299 |
#, fuzzy
|
|
|
2300 |
msgid "DateTime"
|
2301 |
msgstr "Дата"
|
2302 |
|
2303 |
#: templates/admin/table-settings/column_settings_panel.inc.php:366
|
2304 |
#: templates/admin/table-settings/column_settings_panel.inc.php:991
|
2305 |
#, fuzzy
|
|
|
2306 |
msgid "URL link"
|
2307 |
msgstr "URL ссылка"
|
2308 |
|
2309 |
#: templates/admin/table-settings/column_settings_panel.inc.php:367
|
2310 |
#: templates/admin/table-settings/column_settings_panel.inc.php:992
|
2311 |
#, fuzzy
|
|
|
2312 |
msgid "E-mail link"
|
2313 |
msgstr "E-mail"
|
2314 |
|
2319 |
|
2320 |
#: templates/admin/table-settings/column_settings_panel.inc.php:380
|
2321 |
#, fuzzy
|
|
|
2322 |
msgid "Formula for calculation"
|
2323 |
msgstr "Формула для вычисления:"
|
2324 |
|
2330 |
|
2331 |
#: templates/admin/table-settings/column_settings_panel.inc.php:386
|
2332 |
#, fuzzy
|
|
|
2333 |
msgid "Open formula editor"
|
2334 |
msgstr "Редактор формул"
|
2335 |
|
2354 |
|
2355 |
#: templates/admin/table-settings/column_settings_panel.inc.php:423
|
2356 |
#, fuzzy
|
|
|
2357 |
msgid "Possible values for column"
|
2358 |
msgstr "Возможные значения"
|
2359 |
|
2372 |
|
2373 |
#: templates/admin/table-settings/column_settings_panel.inc.php:433
|
2374 |
#, fuzzy
|
|
|
2375 |
msgid "Define values list"
|
2376 |
msgstr "Определить"
|
2377 |
|
2381 |
|
2382 |
#: templates/admin/table-settings/column_settings_panel.inc.php:443
|
2383 |
#, fuzzy
|
|
|
2384 |
msgid "Date input format"
|
2385 |
msgstr "Формат даты"
|
2386 |
|
2392 |
|
2393 |
#: templates/admin/table-settings/column_settings_panel.inc.php:484
|
2394 |
#, fuzzy
|
|
|
2395 |
msgid "Values list"
|
2396 |
msgstr "Префикс значений во всплывающей подсказке"
|
2397 |
|
2398 |
#: templates/admin/table-settings/column_settings_panel.inc.php:486
|
2399 |
#, fuzzy
|
|
|
2400 |
msgid "Read from table"
|
2401 |
msgstr "Конец таблицы"
|
2402 |
|
2415 |
#: templates/admin/table-settings/column_settings_panel.inc.php:503
|
2416 |
#: templates/admin/table-settings/foreign_key_config.inc.php:12
|
2417 |
#, fuzzy
|
|
|
2418 |
msgid "Use values from another wpDataTable"
|
2419 |
msgstr "Использовать в таблице wpDataTable"
|
2420 |
|
2441 |
|
2442 |
#: templates/admin/table-settings/column_settings_panel.inc.php:536
|
2443 |
#, fuzzy
|
|
|
2444 |
msgid "Add an empty value to the list"
|
2445 |
msgstr "Минимальное значение оси"
|
2446 |
|
2459 |
|
2460 |
#: templates/admin/table-settings/column_settings_panel.inc.php:572
|
2461 |
#, fuzzy
|
|
|
2462 |
msgid "Calculate total"
|
2463 |
msgstr "Клонировать таблицу"
|
2464 |
|
2471 |
|
2472 |
#: templates/admin/table-settings/column_settings_panel.inc.php:579
|
2473 |
#, fuzzy
|
|
|
2474 |
msgid "Calculate a total for this column"
|
2475 |
msgstr "Отображать сумму ячеек в подвале"
|
2476 |
|
2503 |
|
2504 |
#: templates/admin/table-settings/column_settings_panel.inc.php:618
|
2505 |
#, fuzzy
|
|
|
2506 |
msgid "Calculate MIN value"
|
2507 |
msgstr "Значение по умолчанию"
|
2508 |
|
2515 |
|
2516 |
#: templates/admin/table-settings/column_settings_panel.inc.php:625
|
2517 |
#, fuzzy
|
|
|
2518 |
msgid "Find a minimum value for this column"
|
2519 |
msgstr "Минимальное значение оси"
|
2520 |
|
2526 |
|
2527 |
#: templates/admin/table-settings/column_settings_panel.inc.php:641
|
2528 |
#, fuzzy
|
|
|
2529 |
msgid "Calculate MAX value"
|
2530 |
msgstr "Значение по умолчанию"
|
2531 |
|
2538 |
|
2539 |
#: templates/admin/table-settings/column_settings_panel.inc.php:648
|
2540 |
#, fuzzy
|
|
|
2541 |
msgid "Find a maximum value for this column"
|
2542 |
msgstr "Максимальное значение оси"
|
2543 |
|
2561 |
|
2562 |
#: templates/admin/table-settings/column_settings_panel.inc.php:685
|
2563 |
#, fuzzy
|
|
|
2564 |
msgid "Show link as a button"
|
2565 |
msgstr "Показывать кнопку печати таблицы"
|
2566 |
|
2578 |
|
2579 |
#: templates/admin/table-settings/column_settings_panel.inc.php:715
|
2580 |
#, fuzzy
|
|
|
2581 |
msgid "Button class"
|
2582 |
msgstr "Цвет кнопки"
|
2583 |
|
2584 |
#: templates/admin/table-settings/column_settings_panel.inc.php:741
|
2585 |
#, fuzzy
|
|
|
2586 |
msgid "Allow sorting"
|
2587 |
msgstr "Включить возможность сортировки"
|
2588 |
|
2592 |
|
2593 |
#: templates/admin/table-settings/column_settings_panel.inc.php:748
|
2594 |
#, fuzzy
|
|
|
2595 |
msgid "Allow sorting for this column"
|
2596 |
msgstr "Правила форматирования для этой колонки не заданы."
|
2597 |
|
2598 |
#: templates/admin/table-settings/column_settings_panel.inc.php:757
|
2599 |
#, fuzzy
|
|
|
2600 |
msgid "Use as default sorting column"
|
2601 |
msgstr "Сортировать по умолчанию"
|
2602 |
|
2603 |
#: templates/admin/table-settings/column_settings_panel.inc.php:759
|
2604 |
#: templates/admin/table-settings/column_settings_panel.inc.php:764
|
2605 |
#, fuzzy
|
|
|
2606 |
msgid "Sort table by this column on load"
|
2607 |
msgstr "Отображать сумму ячеек в подвале"
|
2608 |
|
2609 |
#: templates/admin/table-settings/column_settings_panel.inc.php:777
|
2610 |
#, fuzzy
|
|
|
2611 |
msgid "Default sorting direction"
|
2612 |
msgstr "Сортировать по умолчанию"
|
2613 |
|
2627 |
|
2628 |
#: templates/admin/table-settings/column_settings_panel.inc.php:811
|
2629 |
#, fuzzy
|
|
|
2630 |
msgid "Add a filter for this column"
|
2631 |
msgstr "Правила форматирования для этой колонки не заданы."
|
2632 |
|
2633 |
#: templates/admin/table-settings/column_settings_panel.inc.php:819
|
2634 |
#, fuzzy
|
|
|
2635 |
msgid "Enable filtering for column"
|
2636 |
msgstr "Включить плавающее название"
|
2637 |
|
2643 |
|
2644 |
#: templates/admin/table-settings/column_settings_panel.inc.php:834
|
2645 |
#, fuzzy
|
|
|
2646 |
msgid "Allow filtering"
|
2647 |
msgstr "Следовать за фильтрами таблицы"
|
2648 |
|
2662 |
|
2663 |
#: templates/admin/table-settings/column_settings_panel.inc.php:853
|
2664 |
#, fuzzy
|
|
|
2665 |
msgid "Number"
|
2666 |
msgstr "Форматирование чисел"
|
2667 |
|
2668 |
#: templates/admin/table-settings/column_settings_panel.inc.php:854
|
2669 |
#, fuzzy
|
|
|
2670 |
msgid "Number range"
|
2671 |
msgstr "Форматирование чисел"
|
2672 |
|
2673 |
#: templates/admin/table-settings/column_settings_panel.inc.php:855
|
2674 |
#, fuzzy
|
|
|
2675 |
msgid "Date range"
|
2676 |
msgstr "Диапазон данных"
|
2677 |
|
2678 |
#: templates/admin/table-settings/column_settings_panel.inc.php:856
|
2679 |
#, fuzzy
|
|
|
2680 |
msgid "DateTime range"
|
2681 |
msgstr "Диапазон данных"
|
2682 |
|
2683 |
#: templates/admin/table-settings/column_settings_panel.inc.php:857
|
2684 |
#, fuzzy
|
|
|
2685 |
msgid "Time range"
|
2686 |
msgstr "Диапазон колонок"
|
2687 |
|
2688 |
#: templates/admin/table-settings/column_settings_panel.inc.php:858
|
2689 |
#, fuzzy
|
|
|
2690 |
msgid "Selectbox"
|
2691 |
msgstr "Выбрать"
|
2692 |
|
2696 |
|
2697 |
#: templates/admin/table-settings/column_settings_panel.inc.php:875
|
2698 |
#, fuzzy
|
|
|
2699 |
msgid "Filter label"
|
2700 |
msgstr "Тип фильтра"
|
2701 |
|
2711 |
|
2712 |
#: templates/admin/table-settings/column_settings_panel.inc.php:905
|
2713 |
#, fuzzy
|
|
|
2714 |
msgid "Exact filtering"
|
2715 |
msgstr "Дополнительные фильтры"
|
2716 |
|
2722 |
|
2723 |
#: templates/admin/table-settings/column_settings_panel.inc.php:912
|
2724 |
#, fuzzy
|
|
|
2725 |
msgid "Enable exact filtering"
|
2726 |
msgstr "Включить плавающее название"
|
2727 |
|
2728 |
#: templates/admin/table-settings/column_settings_panel.inc.php:926
|
2729 |
#: templates/admin/table-settings/column_settings_panel.inc.php:1024
|
2730 |
#, fuzzy
|
|
|
2731 |
msgid "Predefined value(s)"
|
2732 |
msgstr "Значение/значения по умолчанию"
|
2733 |
|
2739 |
|
2740 |
#: templates/admin/table-settings/column_settings_panel.inc.php:974
|
2741 |
#, fuzzy
|
|
|
2742 |
msgid "Editor input type"
|
2743 |
msgstr "Тип поля ввода:"
|
2744 |
|
2752 |
|
2753 |
#: templates/admin/table-settings/column_settings_panel.inc.php:983
|
2754 |
#, fuzzy
|
|
|
2755 |
msgid "One-line edit"
|
2756 |
msgstr "Редактирование в таблице"
|
2757 |
|
2758 |
#: templates/admin/table-settings/column_settings_panel.inc.php:984
|
2759 |
#, fuzzy
|
|
|
2760 |
msgid "Multi-line edit"
|
2761 |
msgstr "Многолинейная строка"
|
2762 |
|
2763 |
#: templates/admin/table-settings/column_settings_panel.inc.php:985
|
2764 |
#, fuzzy
|
|
|
2765 |
msgid "HTML editor"
|
2766 |
msgstr "Перейти к редактору"
|
2767 |
|
2768 |
#: templates/admin/table-settings/column_settings_panel.inc.php:986
|
2769 |
#, fuzzy
|
|
|
2770 |
msgid "Single-value selectbox"
|
2771 |
msgstr "Список с 1 вариантом выбора"
|
2772 |
|
2773 |
#: templates/admin/table-settings/column_settings_panel.inc.php:987
|
2774 |
#, fuzzy
|
|
|
2775 |
msgid "Multi-value selectbox"
|
2776 |
msgstr "Список с несколькими вариантами"
|
2777 |
|
2778 |
#: templates/admin/table-settings/column_settings_panel.inc.php:1003
|
2779 |
#, fuzzy
|
|
|
2780 |
msgid "Column cannot be empty"
|
2781 |
msgstr "Имя колонки не может быть пустым!"
|
2782 |
|
2788 |
|
2789 |
#: templates/admin/table-settings/column_settings_panel.inc.php:1010
|
2790 |
#, fuzzy
|
|
|
2791 |
msgid "Cannot be empty"
|
2792 |
msgstr "Не может быть пустым:"
|
2793 |
|
2799 |
|
2800 |
#: templates/admin/table-settings/column_settings_panel.inc.php:1071
|
2801 |
#, fuzzy
|
|
|
2802 |
msgid "Add rule"
|
2803 |
msgstr "Добавить"
|
2804 |
|
2805 |
#: templates/admin/table-settings/column_small_block.inc.php:13
|
2806 |
#, fuzzy
|
|
|
2807 |
msgid "Enable/disable editing"
|
2808 |
msgstr "Включить или выключить всплывающую подсказку"
|
2809 |
|
2810 |
#: templates/admin/table-settings/column_small_block.inc.php:15
|
2811 |
#, fuzzy
|
|
|
2812 |
msgid "Show/hide filters"
|
2813 |
msgstr "Очистить фильтры"
|
2814 |
|
2818 |
|
2819 |
#: templates/admin/table-settings/column_small_block.inc.php:19
|
2820 |
#, fuzzy
|
|
|
2821 |
msgid "Show/hide the column"
|
2822 |
msgstr "Удалить колонку"
|
2823 |
|
2824 |
#: templates/admin/table-settings/column_small_block.inc.php:21
|
2825 |
#, fuzzy
|
|
|
2826 |
msgid "Show/hide on mobile"
|
2827 |
msgstr "Скрывать на мобильных устройствах"
|
2828 |
|
2829 |
#: templates/admin/table-settings/column_small_block.inc.php:23
|
2830 |
#, fuzzy
|
|
|
2831 |
msgid "Show/hide on tablet"
|
2832 |
msgstr "Скрывать на планшетах"
|
2833 |
|
2834 |
#: templates/admin/table-settings/column_small_block.inc.php:25
|
2835 |
#, fuzzy
|
|
|
2836 |
msgid "Open column settings"
|
2837 |
msgstr "Дополнительные настройки колонок"
|
2838 |
|
2919 |
|
2920 |
#: templates/admin/table-settings/conditional_formatting_block.inc.php:53
|
2921 |
#, fuzzy
|
|
|
2922 |
msgid "Remove rule"
|
2923 |
msgstr "Удалить все"
|
2924 |
|
2925 |
#: templates/admin/table-settings/foreign_key_config.inc.php:18
|
2926 |
#, fuzzy
|
|
|
2927 |
msgid "Choose a source wpDataTable"
|
2928 |
msgstr "Создать таблицу wpDataTable"
|
2929 |
|
2930 |
#: templates/admin/table-settings/foreign_key_config.inc.php:20
|
2931 |
#, fuzzy
|
|
|
2932 |
msgid ""
|
2933 |
"Please choose a remote wpDataTable which will be used as the data source."
|
2934 |
msgstr ""
|
2937 |
|
2938 |
#: templates/admin/table-settings/foreign_key_config.inc.php:27
|
2939 |
#, fuzzy
|
|
|
2940 |
msgid "Pick a table..."
|
2941 |
msgstr "Выберите таблицу"
|
2942 |
|
2943 |
#: templates/admin/table-settings/foreign_key_config.inc.php:47
|
2944 |
#, fuzzy
|
|
|
2945 |
msgid "Display value"
|
2946 |
msgstr "Количество строк на странице по умолчанию"
|
2947 |
|
2953 |
|
2954 |
#: templates/admin/table-settings/foreign_key_config.inc.php:71
|
2955 |
#, fuzzy
|
|
|
2956 |
msgid "Store value"
|
2957 |
msgstr "Объединить значения"
|
2958 |
|
2964 |
|
2965 |
#: templates/admin/table-settings/formula_editor_modal.inc.php:19
|
2966 |
#, fuzzy
|
|
|
2967 |
msgid "Formula Editor"
|
2968 |
msgstr "Редактор формул"
|
2969 |
|
2973 |
|
2974 |
#: templates/admin/table-settings/formula_editor_modal.inc.php:27
|
2975 |
#, fuzzy
|
|
|
|
|
|
|
|
|
|
|
|
|
2976 |
msgid ""
|
2977 |
"You can use columns (values for each cell will be inserted), or number "
|
2978 |
"values. Only numeric columns allowed (non-numeric will be parsed as 0). "
|
3004 |
|
3005 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
|
3006 |
#, fuzzy
|
|
|
3007 |
msgid "Merge values?"
|
3008 |
msgstr "Объединить значения"
|
3009 |
|
3010 |
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
|
3011 |
#, fuzzy
|
|
|
3012 |
msgid ""
|
3013 |
"There are already defined possible values. Do you want to merge or to "
|
3014 |
"replace new values with the existing?"
|
3031 |
|
3032 |
#: templates/admin/table-settings/table_preview_block.inc.php:19
|
3033 |
#, fuzzy
|
|
|
3034 |
msgid "Table preview and columns setup"
|
3035 |
msgstr "Дополнительные настройки колонок"
|
3036 |
|
3040 |
|
3041 |
#: templates/admin/table-settings/table_preview_block.inc.php:24
|
3042 |
#, fuzzy
|
|
|
3043 |
msgid "Add a formula column"
|
3044 |
msgstr "Добавить колонку"
|
3045 |
|
3046 |
#: templates/admin/table-settings/table_preview_block.inc.php:27
|
3047 |
#, fuzzy
|
|
|
3048 |
msgid "Complete column list"
|
3049 |
msgstr "Удалить колонку"
|
3050 |
|
3072 |
|
3073 |
#: templates/admin/table-settings/table_settings_block.inc.php:26
|
3074 |
#, fuzzy
|
|
|
3075 |
msgid "wpDataTable name, click to edit"
|
3076 |
msgstr "Ручной редактор таблиц wpDataTables"
|
3077 |
|
3078 |
#: templates/admin/table-settings/table_settings_block.inc.php:30
|
3079 |
#, fuzzy
|
|
|
3080 |
msgid "Click to copy shortcode"
|
3081 |
msgstr "Нажмите для вкл/выкл"
|
3082 |
|
3086 |
|
3087 |
#: templates/admin/table-settings/table_settings_block.inc.php:69
|
3088 |
#, fuzzy
|
|
|
3089 |
msgid "Sorting and filtering"
|
3090 |
msgstr "Дополнительные фильтры"
|
3091 |
|
3092 |
#: templates/admin/table-settings/table_settings_block.inc.php:77
|
3093 |
#: templates/admin/table-settings/table_settings_block.inc.php:912
|
3094 |
#, fuzzy
|
|
|
3095 |
msgid "Table Tools"
|
3096 |
msgstr "Блок табличных инструментов"
|
3097 |
|
3098 |
#: templates/admin/table-settings/table_settings_block.inc.php:81
|
3099 |
#, fuzzy
|
|
|
3100 |
msgid "Placeholders"
|
3101 |
msgstr "Переменная"
|
3102 |
|
3103 |
#: templates/admin/table-settings/table_settings_block.inc.php:97
|
3104 |
#, fuzzy
|
|
|
3105 |
msgid "Input data source type"
|
3106 |
msgstr "Источник данных для таблицы не может быть пустым"
|
3107 |
|
3113 |
|
3114 |
#: templates/admin/table-settings/table_settings_block.inc.php:106
|
3115 |
#, fuzzy
|
|
|
3116 |
msgid "Select a data source type"
|
3117 |
msgstr "Выберите тип таблицы..."
|
3118 |
|
3133 |
|
3134 |
#: templates/admin/table-settings/table_settings_block.inc.php:110
|
3135 |
#, fuzzy
|
|
|
3136 |
msgid "Google Spreadsheet"
|
3137 |
msgstr "Таблица Google Spreadsheet"
|
3138 |
|
3148 |
|
3149 |
#: templates/admin/table-settings/table_settings_block.inc.php:124
|
3150 |
#, fuzzy
|
|
|
3151 |
msgid "Input file path or URL"
|
3152 |
msgstr "Исходный файл, или URL"
|
3153 |
|
3165 |
|
3166 |
#: templates/admin/table-settings/table_settings_block.inc.php:136
|
3167 |
#, fuzzy
|
|
|
3168 |
msgid "Browse..."
|
3169 |
msgstr "Поиск"
|
3170 |
|
3182 |
|
3183 |
#: templates/admin/table-settings/table_settings_block.inc.php:152
|
3184 |
#, fuzzy
|
|
|
3185 |
msgid "Enable server-side processing"
|
3186 |
msgstr "Обработка данных на стороне сервера"
|
3187 |
|
3188 |
#: templates/admin/table-settings/table_settings_block.inc.php:168
|
3189 |
#, fuzzy
|
|
|
3190 |
msgid "MySQL Query"
|
3191 |
msgstr "MySQL запрос"
|
3192 |
|
3193 |
#: templates/admin/table-settings/table_settings_block.inc.php:170
|
3194 |
#, fuzzy
|
|
|
|
|
|
|
|
|
3195 |
msgid ""
|
3196 |
"Enter the text of your MySQL query here - please make sure it returns actual "
|
3197 |
"data first. You can use a number of placeholders to make the dataset in the "
|
3217 |
|
3218 |
#: templates/admin/table-settings/table_settings_block.inc.php:184
|
3219 |
#, fuzzy
|
|
|
|
|
|
|
3220 |
msgid "Auto-refresh interval in seconds (zero or blank to disable)"
|
3221 |
msgstr ""
|
3222 |
"Интервал авто-обновления в секундах для таблиц с серверной обработкой "
|
3240 |
|
3241 |
#: templates/admin/table-settings/table_settings_block.inc.php:224
|
3242 |
#, fuzzy
|
|
|
3243 |
msgid "Show table title on the page"
|
3244 |
msgstr "Отображать название диаграммы на странице"
|
3245 |
|
3246 |
#: templates/admin/table-settings/table_settings_block.inc.php:234
|
3247 |
#, fuzzy
|
|
|
3248 |
msgid "Responsiveness"
|
3249 |
msgstr "Адаптивность"
|
3250 |
|
3251 |
#: templates/admin/table-settings/table_settings_block.inc.php:242
|
3252 |
#, fuzzy
|
|
|
3253 |
msgid "Responsive design"
|
3254 |
msgstr "Адаптивность"
|
3255 |
|
3279 |
|
3280 |
#: templates/admin/table-settings/table_settings_block.inc.php:273
|
3281 |
#, fuzzy
|
|
|
3282 |
msgid "Hide the table before it is fully loaded"
|
3283 |
msgstr "Скрыть таблицу пока она полностью не загрузится"
|
3284 |
|
3293 |
|
3294 |
#: templates/admin/table-settings/table_settings_block.inc.php:302
|
3295 |
#, fuzzy
|
|
|
3296 |
msgid "How many rows to show per page by default."
|
3297 |
msgstr ""
|
3298 |
"Сколько таблиц на одной странице показывать в админ-панели на странице обзора"
|
3299 |
|
3300 |
#: templates/admin/table-settings/table_settings_block.inc.php:338
|
3301 |
#, fuzzy
|
|
|
3302 |
msgid "Show X entries"
|
3303 |
msgstr "Показывать _MENU_ строк"
|
3304 |
|
3314 |
|
3315 |
#: templates/admin/table-settings/table_settings_block.inc.php:370
|
3316 |
#, fuzzy
|
|
|
3317 |
msgid "Scrollable table"
|
3318 |
msgstr "Прокрутка"
|
3319 |
|
3327 |
|
3328 |
#: templates/admin/table-settings/table_settings_block.inc.php:385
|
3329 |
#, fuzzy
|
|
|
3330 |
msgid "Show a horizontal scrollbar"
|
3331 |
msgstr "Крестик горизонтальной оси"
|
3332 |
|
3348 |
#: templates/admin/table-settings/table_settings_block.inc.php:432
|
3349 |
#: templates/admin/table-settings/table_settings_block.inc.php:440
|
3350 |
#, fuzzy
|
|
|
3351 |
msgid "Limit table width"
|
3352 |
msgstr "Ограничить ширину таблицы"
|
3353 |
|
3383 |
|
3384 |
#: templates/admin/table-settings/table_settings_block.inc.php:508
|
3385 |
#, fuzzy
|
|
|
3386 |
msgid "Advanced column filters"
|
3387 |
msgstr "Дополнительные фильтры"
|
3388 |
|
3389 |
#: templates/admin/table-settings/table_settings_block.inc.php:516
|
3390 |
#, fuzzy
|
|
|
3391 |
msgid "Advanced filter"
|
3392 |
msgstr "Дополнительные фильтры"
|
3393 |
|
3399 |
|
3400 |
#: templates/admin/table-settings/table_settings_block.inc.php:530
|
3401 |
#, fuzzy
|
|
|
3402 |
msgid "Enable advanced column filters"
|
3403 |
msgstr "Отображать дополнительные фильтры"
|
3404 |
|
3432 |
|
3433 |
#: templates/admin/table-settings/table_settings_block.inc.php:610
|
3434 |
#, fuzzy
|
|
|
3435 |
msgid "Filters in a form"
|
3436 |
msgstr "Фильтр во внешней форме"
|
3437 |
|
3452 |
|
3453 |
#: templates/admin/table-settings/table_settings_block.inc.php:641
|
3454 |
#, fuzzy
|
|
|
3455 |
msgid "Clear filters button"
|
3456 |
msgstr "Очистить фильтры"
|
3457 |
|
3462 |
|
3463 |
#: templates/admin/table-settings/table_settings_block.inc.php:652
|
3464 |
#, fuzzy
|
|
|
3465 |
msgid "Enable to show the clear filters button."
|
3466 |
msgstr "Отображать ли текст ссылки на источник"
|
3467 |
|
3479 |
|
3480 |
#: templates/admin/table-settings/table_settings_block.inc.php:669
|
3481 |
#, fuzzy
|
|
|
3482 |
msgid "Show clear filters button"
|
3483 |
msgstr "Показывать кнопку печати таблицы"
|
3484 |
|
3485 |
#: templates/admin/table-settings/table_settings_block.inc.php:691
|
3486 |
#, fuzzy
|
|
|
3487 |
msgid "Allow editing"
|
3488 |
msgstr "Редактирование в таблице"
|
3489 |
|
3494 |
|
3495 |
#: templates/admin/table-settings/table_settings_block.inc.php:706
|
3496 |
#, fuzzy
|
|
|
3497 |
msgid "Allow editing the table from the front-end."
|
3498 |
msgstr "Разрешить онлайн-редактирование с сайта"
|
3499 |
|
3500 |
#: templates/admin/table-settings/table_settings_block.inc.php:713
|
3501 |
#, fuzzy
|
|
|
3502 |
msgid "Allow front-end editing"
|
3503 |
msgstr "Онлайн-редактирование с сайта"
|
3504 |
|
3505 |
#: templates/admin/table-settings/table_settings_block.inc.php:723
|
3506 |
#, fuzzy
|
|
|
3507 |
msgid "Popover edit block"
|
3508 |
msgstr "Всплывающий блок инструментов"
|
3509 |
|
3514 |
|
3515 |
#: templates/admin/table-settings/table_settings_block.inc.php:738
|
3516 |
#, fuzzy
|
|
|
|
|
|
|
|
|
3517 |
msgid ""
|
3518 |
"If this is enabled, the New, Edit and Delete buttons will appear in a "
|
3519 |
"popover when you click on any row, instead of Table Tools block above the "
|
3530 |
#: templates/admin/table-settings/table_settings_block.inc.php:755
|
3531 |
#: templates/admin/table-settings/table_settings_block.inc.php:763
|
3532 |
#, fuzzy
|
|
|
3533 |
msgid "In-line editing"
|
3534 |
msgstr "Редактирование в таблице"
|
3535 |
|
3536 |
#: templates/admin/table-settings/table_settings_block.inc.php:770
|
3537 |
#, fuzzy
|
|
|
|
|
|
|
3538 |
msgid ""
|
3539 |
"If this is enabled, front-end users will be able to edit cells by double-"
|
3540 |
"clicking them, not only with the editor dialog."
|
3545 |
|
3546 |
#: templates/admin/table-settings/table_settings_block.inc.php:777
|
3547 |
#, fuzzy
|
|
|
3548 |
msgid "Allow in-line editing"
|
3549 |
msgstr "Редактирование в таблице"
|
3550 |
|
3555 |
|
3556 |
#: templates/admin/table-settings/table_settings_block.inc.php:796
|
3557 |
#, fuzzy
|
|
|
|
|
3558 |
msgid ""
|
3559 |
"Name of the MySQL table which will be updated when edited from front-end."
|
3560 |
msgstr "Имя MySQL-таблицы, которая будет использоваться для редактирования"
|
3561 |
|
3562 |
#: templates/admin/table-settings/table_settings_block.inc.php:801
|
3563 |
#, fuzzy
|
|
|
3564 |
msgid "MySQL table name"
|
3565 |
msgstr "Имя базы данных MySQL"
|
3566 |
|
3571 |
|
3572 |
#: templates/admin/table-settings/table_settings_block.inc.php:812
|
3573 |
#, fuzzy
|
|
|
|
|
|
|
|
|
3574 |
msgid ""
|
3575 |
"Choose the column values from which will be used as row identifiers. MUST be "
|
3576 |
"a unique auto-increment integer on MySQL side so insert/edit/delete would "
|
3589 |
|
3590 |
#: templates/admin/table-settings/table_settings_block.inc.php:828
|
3591 |
#, fuzzy
|
|
|
|
|
|
|
3592 |
msgid ""
|
3593 |
"If you want only specific user roles to be able to edit the table, choose in "
|
3594 |
"this dropdown. Leave unchecked to allow editing for everyone."
|
3606 |
|
3607 |
#: templates/admin/table-settings/table_settings_block.inc.php:835
|
3608 |
#, fuzzy
|
|
|
3609 |
msgid "Editors"
|
3610 |
msgstr "Разрешить редактирование таблицы для следующих ролей"
|
3611 |
|
3623 |
|
3624 |
#: templates/admin/table-settings/table_settings_block.inc.php:853
|
3625 |
#, fuzzy
|
|
|
3626 |
msgid "Users see and edit only own data"
|
3627 |
msgstr ""
|
3628 |
"Разрешать пользователям видеть и редактировать только собственные данные"
|
3629 |
|
3630 |
#: templates/admin/table-settings/table_settings_block.inc.php:861
|
3631 |
#, fuzzy
|
|
|
3632 |
msgid "Users see and edit only their own data"
|
3633 |
msgstr ""
|
3634 |
"Разрешать пользователям видеть и редактировать только собственные данные"
|
3641 |
|
3642 |
#: templates/admin/table-settings/table_settings_block.inc.php:875
|
3643 |
#, fuzzy
|
|
|
3644 |
msgid "Limit editing to own data only"
|
3645 |
msgstr ""
|
3646 |
"Ограничить возможность редактирования для пользователей только их "
|
3670 |
|
3671 |
#: templates/admin/table-settings/table_settings_block.inc.php:934
|
3672 |
#, fuzzy
|
|
|
3673 |
msgid "Enable Table Tools"
|
3674 |
msgstr "Блок табличных инструментов"
|
3675 |
|
3676 |
#: templates/admin/table-settings/table_settings_block.inc.php:944
|
3677 |
#, fuzzy
|
|
|
3678 |
msgid "Buttons"
|
3679 |
msgstr "Текст кнопки"
|
3680 |
|
3684 |
|
3685 |
#: templates/admin/table-settings/table_settings_block.inc.php:952
|
3686 |
#, fuzzy
|
|
|
3687 |
msgid "Columns visibility"
|
3688 |
msgstr "Отображать кнопку настройки видимости колонок"
|
3689 |
|
3711 |
#: templates/admin/table-settings/table_settings_block.inc.php:1078
|
3712 |
#: templates/admin/table-settings/table_settings_block.inc.php:1099
|
3713 |
#, fuzzy
|
|
|
3714 |
msgid "Default for table generation"
|
3715 |
msgstr "Значение по умолчанию для инициализирования таблицы"
|
3716 |
|
3793 |
|
3794 |
#: templates/common/delete_modal.inc.php:28
|
3795 |
#, fuzzy
|
|
|
3796 |
msgid "Please confirm deletion. There is no undo!"
|
3797 |
msgstr "Подтвердите удаление колонки!"
|
3798 |
|
4234 |
"Check this checkbox if you would like to limit the table's width to 100% of "
|
4235 |
"parent container (div)"
|
4236 |
msgstr ""
|
|
|
|
|
4237 |
|
4238 |
#: templates/edit_table.inc.php:396
|
4239 |
msgid ""
|
4371 |
"Input width for column (in percents with % or pixels without \"px\"). Leave "
|
4372 |
"blank if you want to leave auto width"
|
4373 |
msgstr ""
|
|
|
|
|
|
|
4374 |
|
4375 |
#: templates/edit_table.inc.php:714
|
4376 |
msgid "Display text before"
|
4462 |
|
4463 |
#: templates/settings.inc.php:126
|
4464 |
#, fuzzy
|
|
|
4465 |
msgid "Pick the time format to use in datetime and time column type"
|
4466 |
msgstr ""
|
4467 |
"Выберите формат даты, который будет использоваться в колонках типа \"Дата\""
|
4758 |
msgid "There was a problem saving your settings"
|
4759 |
msgstr "При попытке сохранить настройки произошла ошибка"
|
4760 |
|
4761 |
+
#~ msgid "Purchase code"
|
4762 |
+
#~ msgstr "Код подтверждения покупки"
|
4763 |
+
|
4764 |
+
#, fuzzy
|
4765 |
+
#~| msgid ""
|
4766 |
+
#~| "Please enter your Envato purchase code to enable plugin auto-updates. "
|
4767 |
+
#~| "Leave blank if you do not want the plugin to auto-update"
|
4768 |
+
#~ msgid ""
|
4769 |
+
#~ "Please enter your Envato purchase code to enable plugin auto-updates. "
|
4770 |
+
#~ "Leave blank if you do not want the plugin to auto-update."
|
4771 |
+
#~ msgstr ""
|
4772 |
+
#~ "Пожалуйста, введите код подтверждения покупки с Envato чтобы включить "
|
4773 |
+
#~ "авто-обноваления плагина. Оставьте пустым, чтобы плагин не пытался "
|
4774 |
+
#~ "автоматически обновляться."
|
4775 |
+
|
4776 |
#~ msgid "Table type cannot be empty"
|
4777 |
#~ msgstr "Тип таблицы не может быть пустым"
|
4778 |
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Author URI: http://tms-plugins.com/
|
|
4 |
Plugin URI: http://wpdatatables.com/
|
5 |
Tags: wordpress table plugin, tables, wpdatatables, tables from excel, tables from CSV, datatables
|
6 |
Requires at least: 4.0
|
7 |
-
Tested up to: 5.2.
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 2.0.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -163,6 +163,10 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
|
|
163 |
|
164 |
== Changelog ==
|
165 |
|
|
|
|
|
|
|
|
|
166 |
= 2.0.10 =
|
167 |
* Bug fixes and stability improvements.
|
168 |
|
4 |
Plugin URI: http://wpdatatables.com/
|
5 |
Tags: wordpress table plugin, tables, wpdatatables, tables from excel, tables from CSV, datatables
|
6 |
Requires at least: 4.0
|
7 |
+
Tested up to: 5.2.2
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 2.0.11
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
163 |
|
164 |
== Changelog ==
|
165 |
|
166 |
+
= 2.0.11 =
|
167 |
+
* Bug fixes and stability improvements.
|
168 |
+
* Compatibility with WordPress 5.2.2 approved.
|
169 |
+
|
170 |
= 2.0.10 =
|
171 |
* Bug fixes and stability improvements.
|
172 |
|
source/WpDataTablesGutenbergBlock.php
CHANGED
@@ -37,6 +37,9 @@ class WpDataTablesGutenbergBlock
|
|
37 |
public static function wdtGetAllTablesForGutenberg() {
|
38 |
|
39 |
global $wpdb;
|
|
|
|
|
|
|
40 |
$query = "SELECT id, title FROM {$wpdb->prefix}wpdatatables ORDER BY id";
|
41 |
|
42 |
$allTables = $wpdb->get_results($query, ARRAY_A);
|
@@ -105,7 +108,7 @@ class WpDataTablesGutenbergBlock
|
|
105 |
}
|
106 |
|
107 |
// Fix for conflict with WP Bakery Page Builder
|
108 |
-
if ( class_exists( 'Vc_Manager' ) && (isset( $_GET['classic-editor']))){
|
109 |
return false;
|
110 |
}
|
111 |
|
37 |
public static function wdtGetAllTablesForGutenberg() {
|
38 |
|
39 |
global $wpdb;
|
40 |
+
|
41 |
+
$returnTables = [];
|
42 |
+
|
43 |
$query = "SELECT id, title FROM {$wpdb->prefix}wpdatatables ORDER BY id";
|
44 |
|
45 |
$allTables = $wpdb->get_results($query, ARRAY_A);
|
108 |
}
|
109 |
|
110 |
// Fix for conflict with WP Bakery Page Builder
|
111 |
+
if ( class_exists( 'Vc_Manager' ) && (isset( $_GET['classic-editor'])) || (class_exists( 'Vc_Manager' ) && get_option('wpb_js_gutenberg_disable') == true)){
|
112 |
return false;
|
113 |
}
|
114 |
|
source/class.wdtbrowsechartstable.php
CHANGED
@@ -220,9 +220,21 @@ class WDTBrowseChartsTable extends WP_List_Table {
|
|
220 |
case 'google_scatter_chart':
|
221 |
return '<span class="wdt-chart-type bgm-gray">' . __('Scatter Chart', 'wpdatatables') . '</span>';
|
222 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
case 'highcharts_line_chart':
|
224 |
return '<span class="wdt-chart-type bgm-gray">' . __('Line Chart', 'wpdatatables') . '</span>';
|
225 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
case 'highcharts_spline_chart':
|
227 |
return '<span class="wdt-chart-type bgm-gray">' . __('Spline Chart', 'wpdatatables') . '</span>';
|
228 |
break;
|
220 |
case 'google_scatter_chart':
|
221 |
return '<span class="wdt-chart-type bgm-gray">' . __('Scatter Chart', 'wpdatatables') . '</span>';
|
222 |
break;
|
223 |
+
case 'google_candlestick_chart':
|
224 |
+
return '<span class="wdt-chart-type bgm-gray">' . __('Candlestick Chart', 'wpdatatables') . '</span>';
|
225 |
+
break;
|
226 |
+
case 'google_waterfall_chart':
|
227 |
+
return '<span class="wdt-chart-type bgm-gray">' . __('Waterfall Chart', 'wpdatatables') . '</span>';
|
228 |
+
break;
|
229 |
case 'highcharts_line_chart':
|
230 |
return '<span class="wdt-chart-type bgm-gray">' . __('Line Chart', 'wpdatatables') . '</span>';
|
231 |
break;
|
232 |
+
case 'highcharts_polar_chart':
|
233 |
+
return '<span class="wdt-chart-type bgm-gray">' . __('Polar chart', 'wpdatatables') . '</span>';
|
234 |
+
break;
|
235 |
+
case 'highcharts_spiderweb_chart':
|
236 |
+
return '<span class="wdt-chart-type bgm-gray">' . __('Spiderweb chart', 'wpdatatables') . '</span>';
|
237 |
+
break;
|
238 |
case 'highcharts_spline_chart':
|
239 |
return '<span class="wdt-chart-type bgm-gray">' . __('Spline Chart', 'wpdatatables') . '</span>';
|
240 |
break;
|
templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php
CHANGED
@@ -152,4 +152,35 @@
|
|
152 |
</div>
|
153 |
</div>
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
</div>
|
152 |
</div>
|
153 |
</div>
|
154 |
|
155 |
+
</div>
|
156 |
+
|
157 |
+
<div class="row">
|
158 |
+
|
159 |
+
<div class="wdt-chart-wizard-chart-selecter-block col-sm-2">
|
160 |
+
<div class="card" data-type="google_candlestick_chart" data-min_columns="5" data-max_columns="5">
|
161 |
+
<div class="card-header">
|
162 |
+
<div class="wdt-chart-wizard-overlay"></div>
|
163 |
+
<img class="img-responsive"
|
164 |
+
src="<?php echo WDT_ASSETS_PATH ?>img/chart-thumbs/google_candlestick_chart.jpg">
|
165 |
+
</div>
|
166 |
+
<div class="card-body">
|
167 |
+
<h4 class="f-14"><?php _e('Candlestick chart', 'wpdatatables'); ?></h4>
|
168 |
+
</div>
|
169 |
+
</div>
|
170 |
+
</div>
|
171 |
+
|
172 |
+
<div class="wdt-chart-wizard-chart-selecter-block col-sm-2">
|
173 |
+
<div class="card" data-type="google_waterfall_chart" data-min_columns="5" data-max_columns="5">
|
174 |
+
<div class="card-header">
|
175 |
+
<div class="wdt-chart-wizard-overlay"></div>
|
176 |
+
<img class="img-responsive"
|
177 |
+
src="<?php echo WDT_ASSETS_PATH ?>img/chart-thumbs/google_waterfall_chart.jpg">
|
178 |
+
</div>
|
179 |
+
<div class="card-body">
|
180 |
+
<h4 class="f-14"><?php _e('Waterfall chart', 'wpdatatables'); ?></h4>
|
181 |
+
</div>
|
182 |
+
</div>
|
183 |
+
</div>
|
184 |
+
|
185 |
+
|
186 |
</div>
|
templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php
CHANGED
@@ -228,4 +228,33 @@
|
|
228 |
</div>
|
229 |
</div>
|
230 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
</div>
|
228 |
</div>
|
229 |
</div>
|
230 |
</div>
|
231 |
+
<div class="wdt-chart-wizard-chart-selecter-block col-sm-2">
|
232 |
+
<div class="card" data-type="highcharts_polar_chart" data-min_columns="2" data-max_columns="0">
|
233 |
+
<div class="card-header">
|
234 |
+
<div class="wdt-chart-wizard-overlay"></div>
|
235 |
+
<img class="img-responsive"
|
236 |
+
src="<?php echo WDT_ASSETS_PATH ?>img/chart-thumbs/highcharts_polar_chart.jpg">
|
237 |
+
</div>
|
238 |
+
<div class="card-body">
|
239 |
+
<h4 class="f-14"><?php _e('Polar chart', 'wpdatatables'); ?></h4>
|
240 |
+
</div>
|
241 |
+
</div>
|
242 |
+
</div>
|
243 |
+
</div>
|
244 |
+
|
245 |
+
<div class="row">
|
246 |
+
|
247 |
+
<div class="wdt-chart-wizard-chart-selecter-block col-sm-2">
|
248 |
+
<div class="card" data-type="highcharts_spiderweb_chart" data-min_columns="2" data-max_columns="0">
|
249 |
+
<div class="card-header">
|
250 |
+
<div class="wdt-chart-wizard-overlay"></div>
|
251 |
+
<img class="img-responsive"
|
252 |
+
src="<?php echo WDT_ASSETS_PATH ?>img/chart-thumbs/highcharts_spiderweb_chart.jpg">
|
253 |
+
</div>
|
254 |
+
<div class="card-body">
|
255 |
+
<h4 class="f-14"><?php _e('Spiderweb chart', 'wpdatatables'); ?></h4>
|
256 |
+
</div>
|
257 |
+
</div>
|
258 |
+
</div>
|
259 |
+
|
260 |
</div>
|
wpdatatables.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
Plugin Name: wpDataTables
|
6 |
Plugin URI: http://tms-plugins.com
|
7 |
Description: Add interactive tables easily from any input source
|
8 |
-
Version: 2.0.
|
9 |
Author: TMS-Plugins
|
10 |
Author URI: http://tms-plugins.com
|
11 |
Text Domain: wpdatatables
|
5 |
Plugin Name: wpDataTables
|
6 |
Plugin URI: http://tms-plugins.com
|
7 |
Description: Add interactive tables easily from any input source
|
8 |
+
Version: 2.0.11 Lite
|
9 |
Author: TMS-Plugins
|
10 |
Author URI: http://tms-plugins.com
|
11 |
Text Domain: wpdatatables
|