Version Description
- Bug fixes and stability improvements.
- Compatibility with WordPress 5.2.2 approved.
Download this release
Release Info
Developer | wpDataTables |
Plugin | ![]() |
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 |