Translated using Weblate (German)
[phpmyadmin.git] / po / my.po
blob28f1c3f7da87a614927054765ee4798a5bfcb820
1 # phpMyAdmin translation.
2 # Copyright (C) 2003 - 2018 phpMyAdmin devel team
3 # This file is distributed under the same license as the phpMyAdmin package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: phpMyAdmin 5.2.0-dev\n"
9 "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10 "POT-Creation-Date: 2022-04-21 15:54-0300\n"
11 "PO-Revision-Date: 2019-04-21 21:34+0000\n"
12 "Last-Translator: AJ <necessarylion@gmail.com>\n"
13 "Language-Team: Burmese <https://hosted.weblate.org/projects/phpmyadmin/"
14 "master/my/>\n"
15 "Language: my\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=1; plural=0;\n"
20 "X-Generator: Weblate 3.6\n"
22 #: libraries/advisory_rules_generic.php:9
23 msgid "Uptime below one day"
24 msgstr ""
26 #: libraries/advisory_rules_generic.php:12
27 msgid "Uptime is less than 1 day, performance tuning may not be accurate."
28 msgstr ""
30 #: libraries/advisory_rules_generic.php:14
31 msgid ""
32 "To have more accurate averages it is recommended to let the server run for "
33 "longer than a day before running this analyzer"
34 msgstr ""
36 #: libraries/advisory_rules_generic.php:17
37 #, php-format
38 msgid "The uptime is only %s"
39 msgstr ""
41 #: libraries/advisory_rules_generic.php:22
42 msgid "Questions below 1,000"
43 msgstr ""
45 #: libraries/advisory_rules_generic.php:26
46 msgid ""
47 "Fewer than 1,000 questions have been run against this server. The "
48 "recommendations may not be accurate."
49 msgstr ""
51 #: libraries/advisory_rules_generic.php:30
52 msgid ""
53 "Let the server run for a longer time until it has executed a greater amount "
54 "of queries."
55 msgstr ""
57 #: libraries/advisory_rules_generic.php:32
58 #, php-format
59 msgid "Current amount of Questions: %s"
60 msgstr ""
62 #: libraries/advisory_rules_generic.php:37
63 msgid "Percentage of slow queries"
64 msgstr ""
66 #: libraries/advisory_rules_generic.php:41
67 msgid ""
68 "There is a lot of slow queries compared to the overall amount of Queries."
69 msgstr ""
71 #: libraries/advisory_rules_generic.php:43
72 #: libraries/advisory_rules_generic.php:56
73 msgid ""
74 "You might want to increase {long_query_time} or optimize the queries listed "
75 "in the slow query log"
76 msgstr ""
78 #: libraries/advisory_rules_generic.php:45
79 #, php-format
80 msgid "The slow query rate should be below 5%%, your value is %s%%."
81 msgstr ""
83 #: libraries/advisory_rules_generic.php:50
84 msgid "Slow query rate"
85 msgstr ""
87 #: libraries/advisory_rules_generic.php:54
88 msgid ""
89 "There is a high percentage of slow queries compared to the server uptime."
90 msgstr ""
92 #: libraries/advisory_rules_generic.php:58
93 #, php-format
94 msgid ""
95 "You have a slow query rate of %s per hour, you should have less than 1%% per "
96 "hour."
97 msgstr ""
99 #: libraries/advisory_rules_generic.php:63
100 msgid "Long query time"
101 msgstr ""
103 #: libraries/advisory_rules_generic.php:67
104 msgid ""
105 "{long_query_time} is set to 10 seconds or more, thus only slow queries that "
106 "take above 10 seconds are logged."
107 msgstr ""
109 #: libraries/advisory_rules_generic.php:71
110 msgid ""
111 "It is suggested to set {long_query_time} to a lower value, depending on your "
112 "environment. Usually a value of 1-5 seconds is suggested."
113 msgstr ""
115 #: libraries/advisory_rules_generic.php:74
116 #, php-format
117 msgid "long_query_time is currently set to %ds."
118 msgstr ""
120 #: libraries/advisory_rules_generic.php:79
121 #: libraries/advisory_rules_generic.php:92
122 msgid "Slow query logging"
123 msgstr ""
125 #: libraries/advisory_rules_generic.php:83
126 #: libraries/advisory_rules_generic.php:96
127 msgid "The slow query log is disabled."
128 msgstr ""
130 #: libraries/advisory_rules_generic.php:85
131 msgid ""
132 "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
133 "help troubleshooting badly performing queries."
134 msgstr ""
136 #: libraries/advisory_rules_generic.php:88
137 msgid "log_slow_queries is set to 'OFF'"
138 msgstr ""
140 #: libraries/advisory_rules_generic.php:98
141 msgid ""
142 "Enable slow query logging by setting {slow_query_log} to 'ON'. This will "
143 "help troubleshooting badly performing queries."
144 msgstr ""
146 #: libraries/advisory_rules_generic.php:101
147 msgid "slow_query_log is set to 'OFF'"
148 msgstr ""
150 #: libraries/advisory_rules_generic.php:106
151 msgid "Release Series"
152 msgstr ""
154 #: libraries/advisory_rules_generic.php:109
155 msgid "The MySQL server version less than 5.1."
156 msgstr ""
158 #: libraries/advisory_rules_generic.php:111
159 msgid ""
160 "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
161 "even more so."
162 msgstr ""
164 #: libraries/advisory_rules_generic.php:113
165 #: libraries/advisory_rules_generic.php:127
166 #: libraries/advisory_rules_generic.php:138
167 #, php-format
168 msgid "Current version: %s"
169 msgstr ""
171 #: libraries/advisory_rules_generic.php:118
172 #: libraries/advisory_rules_generic.php:132
173 msgid "Minor Version"
174 msgstr ""
176 #: libraries/advisory_rules_generic.php:122
177 msgid "Version less than 5.1.30 (the first GA release of 5.1)."
178 msgstr ""
180 #: libraries/advisory_rules_generic.php:124
181 msgid ""
182 "You should upgrade, as recent versions of MySQL 5.1 have improved "
183 "performance and MySQL 5.5 even more so."
184 msgstr ""
186 #: libraries/advisory_rules_generic.php:136
187 msgid "Version less than 5.5.8 (the first GA release of 5.5)."
188 msgstr ""
190 #: libraries/advisory_rules_generic.php:137
191 msgid "You should upgrade, to a stable version of MySQL 5.5."
192 msgstr ""
194 #: libraries/advisory_rules_generic.php:143
195 #: libraries/advisory_rules_generic.php:156
196 msgid "Distribution"
197 msgstr ""
199 #: libraries/advisory_rules_generic.php:146
200 msgid "Version is compiled from source, not a MySQL official binary."
201 msgstr ""
203 #: libraries/advisory_rules_generic.php:148
204 msgid ""
205 "If you did not compile from source, you may be using a package modified by a "
206 "distribution. The MySQL manual only is accurate for official MySQL binaries, "
207 "not any package distributions (such as RedHat, Debian/Ubuntu etc)."
208 msgstr ""
210 #: libraries/advisory_rules_generic.php:152
211 msgid "'source' found in version_comment"
212 msgstr ""
214 #: libraries/advisory_rules_generic.php:159
215 msgid "The MySQL manual only is accurate for official MySQL binaries."
216 msgstr ""
218 #: libraries/advisory_rules_generic.php:161
219 msgid ""
220 "Percona documentation is at <a href=\"https://www.percona.com/software/"
221 "documentation/\">https://www.percona.com/software/documentation/</a>"
222 msgstr ""
224 #: libraries/advisory_rules_generic.php:164
225 msgid "'percona' found in version_comment"
226 msgstr ""
228 #: libraries/advisory_rules_generic.php:168
229 msgid "MySQL Architecture"
230 msgstr ""
232 #: libraries/advisory_rules_generic.php:172
233 msgid "MySQL is not compiled as a 64-bit package."
234 msgstr ""
236 #: libraries/advisory_rules_generic.php:174
237 msgid ""
238 "Your memory capacity is above 3 GiB (assuming the Server is on localhost), "
239 "so MySQL might not be able to access all of your memory. You might want to "
240 "consider installing the 64-bit version of MySQL."
241 msgstr ""
243 #: libraries/advisory_rules_generic.php:178
244 #, php-format
245 msgid "Available memory on this host: %s"
246 msgstr ""
248 #: libraries/advisory_rules_generic.php:184
249 msgid "Query caching method"
250 msgstr ""
252 #: libraries/advisory_rules_generic.php:188
253 msgid "Suboptimal caching method."
254 msgstr ""
256 #: libraries/advisory_rules_generic.php:190
257 msgid ""
258 "You are using the MySQL Query cache with a fairly high traffic database. It "
259 "might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
260 "refman/5.6/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
261 "cache, especially if you have multiple replicas."
262 msgstr ""
264 #: libraries/advisory_rules_generic.php:196
265 #, php-format
266 msgid ""
267 "The query cache is enabled and the server receives %d queries per second. "
268 "This rule fires if there is more than 100 queries per second."
269 msgstr ""
271 #: libraries/advisory_rules_generic.php:204
272 msgid "Percentage of sorts that cause temporary tables"
273 msgstr ""
275 #: libraries/advisory_rules_generic.php:208
276 #: libraries/advisory_rules_generic.php:221
277 msgid "Too many sorts are causing temporary tables."
278 msgstr ""
280 #: libraries/advisory_rules_generic.php:210
281 #: libraries/advisory_rules_generic.php:223
282 msgid ""
283 "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
284 "depending on your system memory limits."
285 msgstr ""
287 #: libraries/advisory_rules_generic.php:213
288 #, php-format
289 msgid ""
290 "%s%% of all sorts cause temporary tables, this value should be lower than "
291 "10%%."
292 msgstr ""
294 #: libraries/advisory_rules_generic.php:218
295 msgid "Rate of sorts that cause temporary tables"
296 msgstr ""
298 #: libraries/advisory_rules_generic.php:226
299 #, php-format
300 msgid ""
301 "Temporary tables average: %s, this value should be less than 1 per hour."
302 msgstr ""
304 #: libraries/advisory_rules_generic.php:231
305 msgid "Sort rows"
306 msgstr ""
308 #: libraries/advisory_rules_generic.php:234
309 msgid "There are lots of rows being sorted."
310 msgstr ""
312 #: libraries/advisory_rules_generic.php:236
313 msgid ""
314 "While there is nothing wrong with a high amount of row sorting, you might "
315 "want to make sure that the queries which require a lot of sorting use "
316 "indexed columns in the ORDER BY clause, as this will result in much faster "
317 "sorting."
318 msgstr ""
320 #: libraries/advisory_rules_generic.php:240
321 #, php-format
322 msgid "Sorted rows average: %s"
323 msgstr ""
325 #: libraries/advisory_rules_generic.php:246
326 msgid "Rate of joins without indexes"
327 msgstr ""
329 #: libraries/advisory_rules_generic.php:249
330 msgid "There are too many joins without indexes."
331 msgstr ""
333 #: libraries/advisory_rules_generic.php:251
334 msgid ""
335 "This means that joins are doing full table scans. Adding indexes for the "
336 "columns being used in the join conditions will greatly speed up table joins."
337 msgstr ""
339 #: libraries/advisory_rules_generic.php:254
340 #, php-format
341 msgid "Table joins average: %s, this value should be less than 1 per hour"
342 msgstr ""
344 #: libraries/advisory_rules_generic.php:259
345 msgid "Rate of reading first index entry"
346 msgstr ""
348 #: libraries/advisory_rules_generic.php:262
349 msgid "The rate of reading the first index entry is high."
350 msgstr ""
352 #: libraries/advisory_rules_generic.php:264
353 msgid ""
354 "This usually indicates frequent full index scans. Full index scans are "
355 "faster than table scans but require lots of CPU cycles in big tables, if "
356 "those tables that have or had high volumes of UPDATEs and DELETEs, running "
357 "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index "
358 "scans. Other than that full index scans can only be reduced by rewriting "
359 "queries."
360 msgstr ""
362 #: libraries/advisory_rules_generic.php:270
363 #, php-format
364 msgid "Index scans average: %s, this value should be less than 1 per hour"
365 msgstr ""
367 #: libraries/advisory_rules_generic.php:275
368 msgid "Rate of reading fixed position"
369 msgstr ""
371 #: libraries/advisory_rules_generic.php:278
372 msgid "The rate of reading data from a fixed position is high."
373 msgstr ""
375 #: libraries/advisory_rules_generic.php:280
376 msgid ""
377 "This indicates that many queries need to sort results and/or do a full table "
378 "scan, including join queries that do not use indexes. Add indexes where "
379 "applicable."
380 msgstr ""
382 #: libraries/advisory_rules_generic.php:283
383 #, php-format
384 msgid ""
385 "Rate of reading fixed position average: %s, this value should be less than 1 "
386 "per hour"
387 msgstr ""
389 #: libraries/advisory_rules_generic.php:288
390 msgid "Rate of reading next table row"
391 msgstr ""
393 #: libraries/advisory_rules_generic.php:291
394 msgid "The rate of reading the next table row is high."
395 msgstr ""
397 #: libraries/advisory_rules_generic.php:293
398 msgid ""
399 "This indicates that many queries are doing full table scans. Add indexes "
400 "where applicable."
401 msgstr ""
403 #: libraries/advisory_rules_generic.php:295
404 #, php-format
405 msgid ""
406 "Rate of reading next table row: %s, this value should be less than 1 per hour"
407 msgstr ""
409 #: libraries/advisory_rules_generic.php:301
410 msgid "Different tmp_table_size and max_heap_table_size"
411 msgstr ""
413 #: libraries/advisory_rules_generic.php:304
414 msgid "{tmp_table_size} and {max_heap_table_size} are not the same."
415 msgstr ""
417 #: libraries/advisory_rules_generic.php:306
418 msgid ""
419 "If you have deliberately changed one of either: The server uses the lower "
420 "value of either to determine the maximum size of in-memory tables. So if you "
421 "wish to increase the in-memory table limit you will have to increase the "
422 "other value as well."
423 msgstr ""
425 #: libraries/advisory_rules_generic.php:310
426 #, php-format
427 msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
428 msgstr ""
430 #: libraries/advisory_rules_generic.php:316
431 msgid "Percentage of temp tables on disk"
432 msgstr ""
434 #: libraries/advisory_rules_generic.php:320
435 #: libraries/advisory_rules_generic.php:341
436 msgid ""
437 "Many temporary tables are being written to disk instead of being kept in "
438 "memory."
439 msgstr ""
441 #: libraries/advisory_rules_generic.php:322
442 msgid ""
443 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
444 "some temporary tables are always being written to disk, independent of the "
445 "value of these variables. To eliminate these you will have to rewrite your "
446 "queries to avoid those conditions (Within a temporary table: Presence of a "
447 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
448 "mentioned in the beginning of an <a href=\"https://www.facebook.com/note.php?"
449 "note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
450 msgstr ""
452 #: libraries/advisory_rules_generic.php:331
453 #, php-format
454 msgid ""
455 "%s%% of all temporary tables are being written to disk, this value should be "
456 "below 25%%"
457 msgstr ""
459 #: libraries/advisory_rules_generic.php:337
460 msgid "Temp disk rate"
461 msgstr ""
463 #: libraries/advisory_rules_generic.php:343
464 msgid ""
465 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
466 "some temporary tables are always being written to disk, independent of the "
467 "value of these variables. To eliminate these you will have to rewrite your "
468 "queries to avoid those conditions (Within a temporary table: Presence of a "
469 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
470 "mentioned in the <a href=\"https://dev.mysql.com/doc/refman/8.0/en/internal-"
471 "temporary-tables.html\">MySQL Documentation</a>"
472 msgstr ""
474 #: libraries/advisory_rules_generic.php:352
475 #, php-format
476 msgid ""
477 "Rate of temporary tables being written to disk: %s, this value should be "
478 "less than 1 per hour"
479 msgstr ""
481 #: libraries/advisory_rules_generic.php:359
482 msgid "MyISAM key buffer size"
483 msgstr ""
485 #: libraries/advisory_rules_generic.php:362
486 msgid "Key buffer is not initialized. No MyISAM indexes will be cached."
487 msgstr ""
489 #: libraries/advisory_rules_generic.php:364
490 msgid ""
491 "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
492 "good start."
493 msgstr ""
495 #: libraries/advisory_rules_generic.php:366
496 msgid "key_buffer_size is 0"
497 msgstr ""
499 #: libraries/advisory_rules_generic.php:371
500 #, no-php-format
501 msgid "Max % MyISAM key buffer ever used"
502 msgstr ""
504 #: libraries/advisory_rules_generic.php:376
505 #: libraries/advisory_rules_generic.php:393
506 #, no-php-format
507 msgid "MyISAM key buffer (index cache) % used is low."
508 msgstr ""
510 #: libraries/advisory_rules_generic.php:378
511 #: libraries/advisory_rules_generic.php:395
512 msgid ""
513 "You may need to decrease the size of {key_buffer_size}, re-examine your "
514 "tables to see if indexes have been removed, or examine queries and "
515 "expectations about what indexes are being used."
516 msgstr ""
518 #: libraries/advisory_rules_generic.php:382
519 #, php-format
520 msgid ""
521 "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
522 msgstr ""
524 #: libraries/advisory_rules_generic.php:387
525 msgid "Percentage of MyISAM key buffer used"
526 msgstr ""
528 #: libraries/advisory_rules_generic.php:399
529 #, php-format
530 msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
531 msgstr ""
533 #: libraries/advisory_rules_generic.php:404
534 msgid "Percentage of index reads from memory"
535 msgstr ""
537 #: libraries/advisory_rules_generic.php:409
538 #, no-php-format
539 msgid "The % of indexes that use the MyISAM key buffer is low."
540 msgstr ""
542 #: libraries/advisory_rules_generic.php:410
543 msgid "You may need to increase {key_buffer_size}."
544 msgstr ""
546 #: libraries/advisory_rules_generic.php:411
547 #, php-format
548 msgid "Index reads from memory: %s%%, this value should be above 95%%"
549 msgstr ""
551 #: libraries/advisory_rules_generic.php:417
552 msgid "Rate of table open"
553 msgstr ""
555 #: libraries/advisory_rules_generic.php:420
556 msgid "The rate of opening tables is high."
557 msgstr ""
559 #: libraries/advisory_rules_generic.php:422
560 msgid ""
561 "Opening tables requires disk I/O which is costly. Increasing "
562 "{table_open_cache} might avoid this."
563 msgstr ""
565 #: libraries/advisory_rules_generic.php:424
566 #, php-format
567 msgid "Opened table rate: %s, this value should be less than 10 per hour"
568 msgstr ""
570 #: libraries/advisory_rules_generic.php:429
571 msgid "Percentage of used open files limit"
572 msgstr ""
574 #: libraries/advisory_rules_generic.php:433
575 msgid ""
576 "The number of open files is approaching the max number of open files. You "
577 "may get a \"Too many open files\" error."
578 msgstr ""
580 #: libraries/advisory_rules_generic.php:437
581 #: libraries/advisory_rules_generic.php:450
582 msgid ""
583 "Consider increasing {open_files_limit}, and check the error log when "
584 "restarting after changing {open_files_limit}."
585 msgstr ""
587 #: libraries/advisory_rules_generic.php:440
588 #, php-format
589 msgid ""
590 "The number of opened files is at %s%% of the limit. It should be below 85%%"
591 msgstr ""
593 #: libraries/advisory_rules_generic.php:445
594 msgid "Rate of open files"
595 msgstr ""
597 #: libraries/advisory_rules_generic.php:448
598 msgid "The rate of opening files is high."
599 msgstr ""
601 #: libraries/advisory_rules_generic.php:453
602 #, php-format
603 msgid "Opened files rate: %s, this value should be less than 5 per hour"
604 msgstr ""
606 #: libraries/advisory_rules_generic.php:459
607 #, no-php-format
608 msgid "Immediate table locks %"
609 msgstr ""
611 #: libraries/advisory_rules_generic.php:463
612 #: libraries/advisory_rules_generic.php:473
613 msgid "Too many table locks were not granted immediately."
614 msgstr ""
616 #: libraries/advisory_rules_generic.php:464
617 #: libraries/advisory_rules_generic.php:474
618 msgid "Optimize queries and/or use InnoDB to reduce lock wait."
619 msgstr ""
621 #: libraries/advisory_rules_generic.php:465
622 #, php-format
623 msgid "Immediate table locks: %s%%, this value should be above 95%%"
624 msgstr ""
626 #: libraries/advisory_rules_generic.php:470
627 msgid "Table lock wait rate"
628 msgstr ""
630 #: libraries/advisory_rules_generic.php:475
631 #, php-format
632 msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
633 msgstr ""
635 #: libraries/advisory_rules_generic.php:480
636 msgid "Thread cache"
637 msgstr ""
639 #: libraries/advisory_rules_generic.php:483
640 msgid ""
641 "Thread cache is disabled, resulting in more overhead from new connections to "
642 "MySQL."
643 msgstr ""
645 #: libraries/advisory_rules_generic.php:484
646 msgid "Enable the thread cache by setting {thread_cache_size} > 0."
647 msgstr ""
649 #: libraries/advisory_rules_generic.php:485
650 msgid "The thread cache is set to 0"
651 msgstr ""
653 #: libraries/advisory_rules_generic.php:490
654 #, no-php-format
655 msgid "Thread cache hit rate %"
656 msgstr ""
658 #: libraries/advisory_rules_generic.php:494
659 msgid "Thread cache is not efficient."
660 msgstr ""
662 #: libraries/advisory_rules_generic.php:495
663 msgid "Increase {thread_cache_size}."
664 msgstr ""
666 #: libraries/advisory_rules_generic.php:496
667 #, php-format
668 msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
669 msgstr ""
671 #: libraries/advisory_rules_generic.php:501
672 msgid "Threads that are slow to launch"
673 msgstr ""
675 #: libraries/advisory_rules_generic.php:505
676 msgid "There are too many threads that are slow to launch."
677 msgstr ""
679 #: libraries/advisory_rules_generic.php:507
680 msgid ""
681 "This generally happens in case of general system overload as it is pretty "
682 "simple operations. You might want to monitor your system load carefully."
683 msgstr ""
685 #: libraries/advisory_rules_generic.php:510
686 #, php-format
687 msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
688 msgstr ""
690 #: libraries/advisory_rules_generic.php:515
691 msgid "Slow launch time"
692 msgstr ""
694 #: libraries/advisory_rules_generic.php:518
695 msgid "Slow_launch_time is above 2s."
696 msgstr ""
698 #: libraries/advisory_rules_generic.php:520
699 msgid ""
700 "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
701 "to launch."
702 msgstr ""
704 #: libraries/advisory_rules_generic.php:522
705 #, php-format
706 msgid "slow_launch_time is set to %s"
707 msgstr ""
709 #: libraries/advisory_rules_generic.php:528
710 msgid "Percentage of used connections"
711 msgstr ""
713 #: libraries/advisory_rules_generic.php:531
714 msgid ""
715 "The maximum amount of used connections is getting close to the value of "
716 "{max_connections}."
717 msgstr ""
719 #: libraries/advisory_rules_generic.php:533
720 msgid ""
721 "Increase {max_connections}, or decrease {wait_timeout} so that connections "
722 "that do not close database handlers properly get killed sooner. Make sure "
723 "the code closes database handlers properly."
724 msgstr ""
726 #: libraries/advisory_rules_generic.php:537
727 #, php-format
728 msgid ""
729 "Max_used_connections is at %s%% of max_connections, it should be below 80%%"
730 msgstr ""
732 #: libraries/advisory_rules_generic.php:542
733 msgid "Percentage of aborted connections"
734 msgstr ""
736 #: libraries/advisory_rules_generic.php:545
737 #: libraries/advisory_rules_generic.php:559
738 msgid "Too many connections are aborted."
739 msgstr ""
741 #: libraries/advisory_rules_generic.php:547
742 #: libraries/advisory_rules_generic.php:561
743 msgid ""
744 "Connections are usually aborted when they cannot be authorized. <a "
745 "href=\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-"
746 "of-aborted_connects/\">This article</a> might help you track down the source."
747 msgstr ""
749 #: libraries/advisory_rules_generic.php:551
750 #, php-format
751 msgid "%s%% of all connections are aborted. This value should be below 1%%"
752 msgstr ""
754 #: libraries/advisory_rules_generic.php:556
755 msgid "Rate of aborted connections"
756 msgstr ""
758 #: libraries/advisory_rules_generic.php:565
759 #, php-format
760 msgid ""
761 "Aborted connections rate is at %s, this value should be less than 1 per hour"
762 msgstr ""
764 #: libraries/advisory_rules_generic.php:570
765 msgid "Percentage of aborted clients"
766 msgstr ""
768 #: libraries/advisory_rules_generic.php:573
769 #: libraries/advisory_rules_generic.php:587
770 msgid "Too many clients are aborted."
771 msgstr ""
773 #: libraries/advisory_rules_generic.php:575
774 #: libraries/advisory_rules_generic.php:589
775 msgid ""
776 "Clients are usually aborted when they did not close their connection to "
777 "MySQL properly. This can be due to network issues or code not closing a "
778 "database handler properly. Check your network and code."
779 msgstr ""
781 #: libraries/advisory_rules_generic.php:579
782 #, php-format
783 msgid "%s%% of all clients are aborted. This value should be below 2%%"
784 msgstr ""
786 #: libraries/advisory_rules_generic.php:584
787 msgid "Rate of aborted clients"
788 msgstr ""
790 #: libraries/advisory_rules_generic.php:593
791 #, php-format
792 msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
793 msgstr ""
795 #: libraries/advisory_rules_generic.php:599
796 msgid "Is InnoDB disabled?"
797 msgstr ""
799 #: libraries/advisory_rules_generic.php:603
800 msgid "You do not have InnoDB enabled."
801 msgstr ""
803 #: libraries/advisory_rules_generic.php:604
804 msgid "InnoDB is usually the better choice for table engines."
805 msgstr ""
807 #: libraries/advisory_rules_generic.php:605
808 msgid "have_innodb is set to 'value'"
809 msgstr ""
811 #: libraries/advisory_rules_generic.php:609
812 #: libraries/advisory_rules_generic.php:633
813 msgid "InnoDB log size"
814 msgstr ""
816 #: libraries/advisory_rules_generic.php:613
817 #: libraries/advisory_rules_generic.php:640
818 msgid ""
819 "The InnoDB log file size is not an appropriate size, in relation to the "
820 "InnoDB buffer pool."
821 msgstr ""
823 #: libraries/advisory_rules_generic.php:615
824 #: libraries/advisory_rules_generic.php:642
825 #, no-php-format
826 msgid ""
827 "Especially on a system with a lot of writes to InnoDB tables you should set "
828 "{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the "
829 "bigger this value, the longer the recovery time will be when database "
830 "crashes, so this value should not be set much higher than 256 MiB. Please "
831 "note however that you cannot simply change the value of this variable. You "
832 "need to shutdown the server, remove the InnoDB log files, set the new value "
833 "in my.cnf, start the server, then check the error logs if everything went "
834 "fine. See also <a href=\"https://mysqldatabaseadministration.blogspot."
835 "com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
836 msgstr ""
838 #: libraries/advisory_rules_generic.php:626
839 #: libraries/advisory_rules_generic.php:653
840 #, php-format
841 msgid ""
842 "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
843 "it should not be below 20%%"
844 msgstr ""
846 #: libraries/advisory_rules_generic.php:660
847 msgid "Max InnoDB log size"
848 msgstr ""
850 #: libraries/advisory_rules_generic.php:664
851 msgid "The InnoDB log file size is inadequately large."
852 msgstr ""
854 #: libraries/advisory_rules_generic.php:666
855 #, no-php-format
856 msgid ""
857 "It is usually sufficient to set {innodb_log_file_size} to 25% of the size of "
858 "{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the "
859 "recovery time after a database crash considerably. See also <a "
860 "href=\"https://www.percona.com/blog/2006/07/03/choosing-proper-"
861 "innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
862 "remove the InnoDB log files, set the new value in my.cnf, start the server, "
863 "then check the error logs if everything went fine. See also <a "
864 "href=\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
865 "innodblogfilesize-proper-way.html\">this blog entry</a>"
866 msgstr ""
868 #: libraries/advisory_rules_generic.php:676
869 #, php-format
870 msgid "Your absolute InnoDB log size is %s MiB"
871 msgstr ""
873 #: libraries/advisory_rules_generic.php:681
874 msgid "InnoDB buffer pool size"
875 msgstr ""
877 #: libraries/advisory_rules_generic.php:685
878 msgid "Your InnoDB buffer pool is fairly small."
879 msgstr ""
881 #: libraries/advisory_rules_generic.php:687
882 #, no-php-format
883 msgid ""
884 "The InnoDB buffer pool has a profound impact on performance for InnoDB "
885 "tables. Assign all your remaining memory to this buffer. For database "
886 "servers that use solely InnoDB as storage engine and have no other services "
887 "(e.g. a web server) running, you may set this as high as 80% of your "
888 "available memory. If that is not the case, you need to carefully assess the "
889 "memory consumption of your other services and non-InnoDB-Tables and set this "
890 "variable accordingly. If it is set too high, your system will start "
891 "swapping, which decreases performance significantly. See also <a "
892 "href=\"https://www.percona.com/blog/2007/11/03/choosing-"
893 "innodb_buffer_pool_size/\">this article</a>"
894 msgstr ""
896 #: libraries/advisory_rules_generic.php:697
897 #, php-format
898 msgid ""
899 "You are currently using %s%% of your memory for the InnoDB buffer pool. This "
900 "rule fires if you are assigning less than 60%%, however this might be "
901 "perfectly adequate for your system if you don't have much InnoDB tables or "
902 "other services running on the same machine."
903 msgstr ""
905 #: libraries/advisory_rules_generic.php:707
906 msgid "MyISAM concurrent inserts"
907 msgstr ""
909 #: libraries/advisory_rules_generic.php:710
910 msgid "Enable {concurrent_insert} by setting it to 1"
911 msgstr ""
913 #: libraries/advisory_rules_generic.php:712
914 msgid ""
915 "Setting {concurrent_insert} to 1 reduces contention between readers and "
916 "writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
917 "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
918 msgstr ""
920 #: libraries/advisory_rules_generic.php:716
921 msgid "concurrent_insert is set to 0"
922 msgstr ""
924 #: libraries/advisory_rules_mysql_before80003.php:9
925 msgid "Query cache disabled"
926 msgstr ""
928 #: libraries/advisory_rules_mysql_before80003.php:12
929 msgid "The query cache is not enabled."
930 msgstr ""
932 #: libraries/advisory_rules_mysql_before80003.php:14
933 msgid ""
934 "The query cache is known to greatly improve performance if configured "
935 "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value "
936 "and setting {query_cache_type} to 'ON'. <b>Note:</b> If you are using "
937 "memcached, ignore this recommendation."
938 msgstr ""
940 #: libraries/advisory_rules_mysql_before80003.php:18
941 msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
942 msgstr ""
944 #: libraries/advisory_rules_mysql_before80003.php:23
945 #, no-php-format
946 msgid "Query cache efficiency (%)"
947 msgstr ""
949 #: libraries/advisory_rules_mysql_before80003.php:27
950 msgid "Query cache not running efficiently, it has a low hit rate."
951 msgstr ""
953 #: libraries/advisory_rules_mysql_before80003.php:28
954 msgid "Consider increasing {query_cache_limit}."
955 msgstr ""
957 #: libraries/advisory_rules_mysql_before80003.php:29
958 #, php-format
959 msgid "The current query cache hit rate of %s%% is below 20%%"
960 msgstr ""
962 #: libraries/advisory_rules_mysql_before80003.php:34
963 msgid "Query Cache usage"
964 msgstr ""
966 #: libraries/advisory_rules_mysql_before80003.php:39
967 #, no-php-format
968 msgid "Less than 80% of the query cache is being utilized."
969 msgstr ""
971 #: libraries/advisory_rules_mysql_before80003.php:41
972 msgid ""
973 "This might be caused by {query_cache_limit} being too low. Flushing the "
974 "query cache might help as well."
975 msgstr ""
977 #: libraries/advisory_rules_mysql_before80003.php:45
978 #, php-format
979 msgid ""
980 "The current ratio of free query cache memory to total query cache size is "
981 "%s%%. It should be above 80%%"
982 msgstr ""
984 #: libraries/advisory_rules_mysql_before80003.php:52
985 msgid "Query cache fragmentation"
986 msgstr ""
988 #: libraries/advisory_rules_mysql_before80003.php:56
989 msgid "The query cache is considerably fragmented."
990 msgstr ""
992 #: libraries/advisory_rules_mysql_before80003.php:58
993 msgid ""
994 "Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. "
995 "This might be caused by many Query cache low memory prunes due to "
996 "{query_cache_size} being too small. For a immediate but short lived fix you "
997 "can flush the query cache (might lock the query cache for a long time). "
998 "Carefully adjusting {query_cache_min_res_unit} to a lower value might help "
999 "too, e.g. you can set it to the average size of your queries in the cache "
1000 "using this formula: (query_cache_size - qcache_free_memory) / "
1001 "qcache_queries_in_cache"
1002 msgstr ""
1004 #: libraries/advisory_rules_mysql_before80003.php:66
1005 #, php-format
1006 msgid ""
1007 "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning "
1008 "that the query cache is an alternating pattern of free and used blocks. This "
1009 "value should be below 20%%."
1010 msgstr ""
1012 #: libraries/advisory_rules_mysql_before80003.php:73
1013 msgid "Query cache low memory prunes"
1014 msgstr ""
1016 #: libraries/advisory_rules_mysql_before80003.php:77
1017 msgid ""
1018 "Cached queries are removed due to low query cache memory from the query "
1019 "cache."
1020 msgstr ""
1022 #: libraries/advisory_rules_mysql_before80003.php:79
1023 msgid ""
1024 "You might want to increase {query_cache_size}, however keep in mind that the "
1025 "overhead of maintaining the cache is likely to increase with its size, so do "
1026 "this in small increments and monitor the results."
1027 msgstr ""
1029 #: libraries/advisory_rules_mysql_before80003.php:84
1030 #, php-format
1031 msgid ""
1032 "The ratio of removed queries to inserted queries is %s%%. The lower this "
1033 "value is, the better (This rules firing limit: 0.1%%)"
1034 msgstr ""
1036 #: libraries/advisory_rules_mysql_before80003.php:91
1037 msgid "Query cache max size"
1038 msgstr ""
1040 #: libraries/advisory_rules_mysql_before80003.php:96
1041 msgid ""
1042 "The query cache size is above 128 MiB. Big query caches may cause "
1043 "significant overhead that is required to maintain the cache."
1044 msgstr ""
1046 #: libraries/advisory_rules_mysql_before80003.php:100
1047 msgid ""
1048 "Depending on your environment, it might be performance increasing to reduce "
1049 "this value."
1050 msgstr ""
1052 #: libraries/advisory_rules_mysql_before80003.php:102
1053 #, php-format
1054 msgid "Current query cache size: %s"
1055 msgstr ""
1057 #: libraries/advisory_rules_mysql_before80003.php:107
1058 msgid "Query cache min result size"
1059 msgstr ""
1061 #: libraries/advisory_rules_mysql_before80003.php:111
1062 msgid ""
1063 "The max size of the result set in the query cache is the default of 1 MiB."
1064 msgstr ""
1066 #: libraries/advisory_rules_mysql_before80003.php:113
1067 msgid ""
1068 "Changing {query_cache_limit} (usually by increasing) may increase "
1069 "efficiency. This variable determines the maximum size a query result may "
1070 "have to be inserted into the query cache. If there are many query results "
1071 "above 1 MiB that are well cacheable (many reads, little writes) then "
1072 "increasing {query_cache_limit} will increase efficiency. Whereas in the case "
1073 "of many query results being above 1 MiB that are not very well cacheable "
1074 "(often invalidated due to table updates) increasing {query_cache_limit} "
1075 "might reduce efficiency."
1076 msgstr ""
1078 #: libraries/advisory_rules_mysql_before80003.php:120
1079 msgid "query_cache_limit is set to 1 MiB"
1080 msgstr ""
1082 #: libraries/classes/Advisor.php:234
1083 #, php-format
1084 msgid "Error when evaluating: %s"
1085 msgstr ""
1087 #: libraries/classes/Advisor.php:261
1088 #, php-format
1089 msgid "Failed evaluating precondition for rule '%s'."
1090 msgstr ""
1092 #: libraries/classes/Advisor.php:281
1093 #, php-format
1094 msgid "Failed calculating value for rule '%s'."
1095 msgstr ""
1097 #: libraries/classes/Advisor.php:300
1098 #, php-format
1099 msgid "Failed running test for rule '%s'."
1100 msgstr ""
1102 #: libraries/classes/Advisor.php:328
1103 #, php-format
1104 msgid "Failed formatting string for rule '%s'."
1105 msgstr ""
1107 #: libraries/classes/Advisor.php:413
1108 msgid "per second"
1109 msgstr ""
1111 #: libraries/classes/Advisor.php:416
1112 msgid "per minute"
1113 msgstr ""
1115 #: libraries/classes/Advisor.php:419
1116 msgid "per hour"
1117 msgstr ""
1119 #: libraries/classes/Advisor.php:422
1120 msgid "per day"
1121 msgstr ""
1123 #: libraries/classes/BrowseForeigners.php:200
1124 msgid "Search:"
1125 msgstr ""
1127 #: libraries/classes/BrowseForeigners.php:206
1128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:324
1129 #: libraries/classes/Controllers/Server/PrivilegesController.php:330
1130 #: libraries/classes/Normalization.php:255
1131 #: libraries/classes/Normalization.php:978 libraries/classes/Tracking.php:327
1132 #: libraries/classes/Tracking.php:481
1133 #: templates/columns_definitions/column_definitions_form.twig:43
1134 #: templates/database/designer/main.twig:1102
1135 #: templates/database/events/editor_form.twig:115
1136 #: templates/database/operations/index.twig:19
1137 #: templates/database/operations/index.twig:75
1138 #: templates/database/operations/index.twig:185
1139 #: templates/database/operations/index.twig:225
1140 #: templates/database/routines/editor_form.twig:176
1141 #: templates/database/routines/execute_form.twig:55
1142 #: templates/database/search/main.twig:74
1143 #: templates/database/triggers/editor_form.twig:69
1144 #: templates/display/results/table.twig:190
1145 #: templates/gis_data_editor_form.twig:211 templates/header_location.twig:18
1146 #: templates/modals/create_view.twig:10
1147 #: templates/modals/enum_set_editor.twig:10
1148 #: templates/modals/index_dialog_modal.twig:10
1149 #: templates/preferences/manage/main.twig:46
1150 #: templates/preferences/manage/main.twig:108
1151 #: templates/server/binlog/index.twig:34
1152 #: templates/server/privileges/add_user.twig:36
1153 #: templates/server/privileges/change_password.twig:70
1154 #: templates/server/privileges/edit_routine_privileges.twig:102
1155 #: templates/server/privileges/privileges_summary.twig:102
1156 #: templates/server/privileges/privileges_table.twig:858
1157 #: templates/server/privileges/user_properties.twig:149
1158 #: templates/server/privileges/users_overview.twig:159
1159 #: templates/server/replication/change_primary.twig:33
1160 #: templates/server/replication/primary_add_replica_user.twig:81
1161 #: templates/server/replication/primary_configuration.twig:30
1162 #: templates/server/replication/replica_configuration.twig:16
1163 #: templates/server/replication/replica_configuration.twig:88
1164 #: templates/server/user_groups/edit_user_groups.twig:21
1165 #: templates/sql/query.twig:147 templates/sql/query.twig:198
1166 #: templates/table/find_replace/index.twig:62
1167 #: templates/table/insert/actions_panel.twig:37
1168 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:15
1169 #: templates/table/operations/index.twig:38
1170 #: templates/table/operations/index.twig:86
1171 #: templates/table/operations/index.twig:241
1172 #: templates/table/operations/index.twig:328
1173 #: templates/table/operations/index.twig:505
1174 #: templates/table/operations/view.twig:20
1175 #: templates/table/search/index.twig:172 templates/table/search/index.twig:196
1176 #: templates/table/start_and_number_of_rows_fieldset.twig:15
1177 #: templates/table/structure/display_structure.twig:343
1178 #: templates/table/structure/display_structure.twig:437
1179 #: templates/table/structure/display_structure.twig:555
1180 #: templates/table/zoom_search/index.twig:152 templates/view_create.twig:116
1181 msgid "Go"
1182 msgstr ""
1184 #: libraries/classes/BrowseForeigners.php:221
1185 #: libraries/classes/BrowseForeigners.php:225
1186 #: templates/database/data_dictionary/index.twig:73 templates/indexes.twig:16
1187 #: templates/table/structure/display_structure.twig:458
1188 #: templates/table/tracking/structure_snapshot_indexes.twig:5
1189 msgid "Keyname"
1190 msgstr ""
1192 #: libraries/classes/BrowseForeigners.php:222
1193 #: libraries/classes/BrowseForeigners.php:224
1194 #: templates/server/engines/index.twig:14
1195 #: templates/server/plugins/index.twig:27
1196 #: templates/server/status/variables/index.twig:77
1197 msgid "Description"
1198 msgstr ""
1200 #: libraries/classes/BrowseForeigners.php:321
1201 #: libraries/classes/Language.php:204 libraries/classes/Pdf.php:81
1202 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:496
1203 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:530
1204 #: templates/list_navigator.twig:4
1205 msgid "Page number:"
1206 msgstr ""
1208 #: libraries/classes/BrowseForeigners.php:335
1209 #: libraries/classes/Controllers/JavaScriptMessagesController.php:561
1210 #: templates/display/results/table.twig:24
1211 #: templates/server/privileges/initials_row.twig:17
1212 #: templates/table/browse_foreigners/show_all.twig:4
1213 msgid "Show all"
1214 msgstr ""
1216 #: libraries/classes/Charsets/Collation.php:170
1217 #: libraries/classes/Charsets.php:176 libraries/classes/Charsets.php:177
1218 msgid "Unknown"
1219 msgstr ""
1221 #: libraries/classes/Charsets/Collation.php:203
1222 #: libraries/classes/Charsets/Collation.php:501
1223 msgctxt "Collation"
1224 msgid "German (phone book order)"
1225 msgstr ""
1227 #: libraries/classes/Charsets/Collation.php:207
1228 #: libraries/classes/Charsets/Collation.php:498
1229 msgctxt "Collation"
1230 msgid "German (dictionary order)"
1231 msgstr ""
1233 #: libraries/classes/Charsets/Collation.php:216
1234 #: libraries/classes/Charsets/Collation.php:576
1235 msgctxt "Collation"
1236 msgid "Spanish (traditional)"
1237 msgstr ""
1239 #: libraries/classes/Charsets/Collation.php:220
1240 #: libraries/classes/Charsets/Collation.php:569
1241 msgctxt "Collation"
1242 msgid "Spanish (modern)"
1243 msgstr ""
1245 #: libraries/classes/Charsets/Collation.php:298
1246 msgctxt "Collation variant"
1247 msgid "case-insensitive"
1248 msgstr ""
1250 #: libraries/classes/Charsets/Collation.php:301
1251 msgctxt "Collation variant"
1252 msgid "case-sensitive"
1253 msgstr ""
1255 #: libraries/classes/Charsets/Collation.php:304
1256 msgctxt "Collation variant"
1257 msgid "accent-insensitive"
1258 msgstr ""
1260 #: libraries/classes/Charsets/Collation.php:307
1261 msgctxt "Collation variant"
1262 msgid "accent-sensitive"
1263 msgstr ""
1265 #: libraries/classes/Charsets/Collation.php:310
1266 msgctxt "Collation variant"
1267 msgid "kana-sensitive"
1268 msgstr ""
1270 #: libraries/classes/Charsets/Collation.php:314
1271 msgctxt "Collation variant"
1272 msgid "multi-level"
1273 msgstr ""
1275 #: libraries/classes/Charsets/Collation.php:317
1276 msgctxt "Collation variant"
1277 msgid "binary"
1278 msgstr ""
1280 #: libraries/classes/Charsets/Collation.php:320
1281 msgctxt "Collation variant"
1282 msgid "no-pad"
1283 msgstr ""
1285 #: libraries/classes/Charsets/Collation.php:339
1286 msgctxt "Collation"
1287 msgid "Binary"
1288 msgstr ""
1290 #: libraries/classes/Charsets/Collation.php:351
1291 #: libraries/classes/Charsets/Collation.php:600
1292 msgctxt "Collation"
1293 msgid "Unicode"
1294 msgstr ""
1296 #: libraries/classes/Charsets/Collation.php:361
1297 #: libraries/classes/Charsets/Collation.php:547
1298 msgctxt "Collation"
1299 msgid "West European"
1300 msgstr ""
1302 #: libraries/classes/Charsets/Collation.php:368
1303 msgctxt "Collation"
1304 msgid "Central European"
1305 msgstr ""
1307 #: libraries/classes/Charsets/Collation.php:373
1308 #: libraries/classes/Charsets/Collation.php:554
1309 msgctxt "Collation"
1310 msgid "Russian"
1311 msgstr ""
1313 #: libraries/classes/Charsets/Collation.php:378
1314 msgctxt "Collation"
1315 msgid "Simplified Chinese"
1316 msgstr ""
1318 #: libraries/classes/Charsets/Collation.php:381
1319 msgctxt "Collation"
1320 msgid "Traditional Chinese"
1321 msgstr ""
1323 #: libraries/classes/Charsets/Collation.php:384
1324 #: libraries/classes/Charsets/Collation.php:469
1325 msgctxt "Collation"
1326 msgid "Chinese"
1327 msgstr ""
1329 #: libraries/classes/Charsets/Collation.php:392
1330 #: libraries/classes/Charsets/Collation.php:518
1331 msgctxt "Collation"
1332 msgid "Japanese"
1333 msgstr ""
1335 #: libraries/classes/Charsets/Collation.php:397
1336 msgctxt "Collation"
1337 msgid "Baltic"
1338 msgstr ""
1340 #: libraries/classes/Charsets/Collation.php:402
1341 msgctxt "Collation"
1342 msgid "Armenian"
1343 msgstr ""
1345 #: libraries/classes/Charsets/Collation.php:405
1346 msgctxt "Collation"
1347 msgid "Cyrillic"
1348 msgstr ""
1350 #: libraries/classes/Charsets/Collation.php:408
1351 msgctxt "Collation"
1352 msgid "Arabic"
1353 msgstr ""
1355 #: libraries/classes/Charsets/Collation.php:411
1356 #: libraries/classes/Charsets/Collation.php:533
1357 msgctxt "Collation"
1358 msgid "Korean"
1359 msgstr ""
1361 #: libraries/classes/Charsets/Collation.php:414
1362 msgctxt "Collation"
1363 msgid "Hebrew"
1364 msgstr ""
1366 #: libraries/classes/Charsets/Collation.php:417
1367 msgctxt "Collation"
1368 msgid "Georgian"
1369 msgstr ""
1371 #: libraries/classes/Charsets/Collation.php:420
1372 msgctxt "Collation"
1373 msgid "Greek"
1374 msgstr ""
1376 #: libraries/classes/Charsets/Collation.php:423
1377 msgctxt "Collation"
1378 msgid "Czech-Slovak"
1379 msgstr ""
1381 #: libraries/classes/Charsets/Collation.php:426
1382 #: libraries/classes/Charsets/Collation.php:592
1383 msgctxt "Collation"
1384 msgid "Ukrainian"
1385 msgstr ""
1387 #: libraries/classes/Charsets/Collation.php:429
1388 #: libraries/classes/Charsets/Collation.php:588
1389 msgctxt "Collation"
1390 msgid "Turkish"
1391 msgstr ""
1393 #: libraries/classes/Charsets/Collation.php:432
1394 #: libraries/classes/Charsets/Collation.php:580
1395 msgctxt "Collation"
1396 msgid "Swedish"
1397 msgstr ""
1399 #: libraries/classes/Charsets/Collation.php:435
1400 #: libraries/classes/Charsets/Collation.php:584
1401 msgctxt "Collation"
1402 msgid "Thai"
1403 msgstr ""
1405 #: libraries/classes/Charsets/Collation.php:438
1406 msgctxt "Collation"
1407 msgid "Unknown"
1408 msgstr ""
1410 #: libraries/classes/Charsets/Collation.php:463
1411 msgctxt "Collation"
1412 msgid "Bulgarian"
1413 msgstr ""
1415 #: libraries/classes/Charsets/Collation.php:475
1416 msgctxt "Collation"
1417 msgid "Croatian"
1418 msgstr ""
1420 #: libraries/classes/Charsets/Collation.php:479
1421 msgctxt "Collation"
1422 msgid "Czech"
1423 msgstr ""
1425 #: libraries/classes/Charsets/Collation.php:483
1426 msgctxt "Collation"
1427 msgid "Danish"
1428 msgstr ""
1430 #: libraries/classes/Charsets/Collation.php:487
1431 msgctxt "Collation"
1432 msgid "English"
1433 msgstr ""
1435 #: libraries/classes/Charsets/Collation.php:491
1436 msgctxt "Collation"
1437 msgid "Esperanto"
1438 msgstr ""
1440 #: libraries/classes/Charsets/Collation.php:495
1441 msgctxt "Collation"
1442 msgid "Estonian"
1443 msgstr ""
1445 #: libraries/classes/Charsets/Collation.php:510
1446 msgctxt "Collation"
1447 msgid "Hungarian"
1448 msgstr ""
1450 #: libraries/classes/Charsets/Collation.php:514
1451 msgctxt "Collation"
1452 msgid "Icelandic"
1453 msgstr ""
1455 #: libraries/classes/Charsets/Collation.php:521
1456 msgctxt "Collation"
1457 msgid "Classical Latin"
1458 msgstr ""
1460 #: libraries/classes/Charsets/Collation.php:525
1461 msgctxt "Collation"
1462 msgid "Latvian"
1463 msgstr ""
1465 #: libraries/classes/Charsets/Collation.php:529
1466 msgctxt "Collation"
1467 msgid "Lithuanian"
1468 msgstr ""
1470 #: libraries/classes/Charsets/Collation.php:537
1471 msgctxt "Collation"
1472 msgid "Burmese"
1473 msgstr ""
1475 #: libraries/classes/Charsets/Collation.php:540
1476 msgctxt "Collation"
1477 msgid "Persian"
1478 msgstr ""
1480 #: libraries/classes/Charsets/Collation.php:544
1481 msgctxt "Collation"
1482 msgid "Polish"
1483 msgstr ""
1485 #: libraries/classes/Charsets/Collation.php:551
1486 msgctxt "Collation"
1487 msgid "Romanian"
1488 msgstr ""
1490 #: libraries/classes/Charsets/Collation.php:558
1491 msgctxt "Collation"
1492 msgid "Sinhalese"
1493 msgstr ""
1495 #: libraries/classes/Charsets/Collation.php:562
1496 msgctxt "Collation"
1497 msgid "Slovak"
1498 msgstr ""
1500 #: libraries/classes/Charsets/Collation.php:566
1501 msgctxt "Collation"
1502 msgid "Slovenian"
1503 msgstr ""
1505 #: libraries/classes/Charsets/Collation.php:596
1506 msgctxt "Collation"
1507 msgid "Vietnamese"
1508 msgstr ""
1510 #: libraries/classes/Common.php:244
1511 #, php-format
1512 msgid "You should upgrade to %s %s or later."
1513 msgstr ""
1515 #: libraries/classes/Common.php:276
1516 msgid "Error: Token mismatch"
1517 msgstr ""
1519 #: libraries/classes/Common.php:490
1520 msgid ""
1521 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
1522 "access phpMyAdmin."
1523 msgstr ""
1525 #: libraries/classes/Common.php:549
1526 msgid ""
1527 "You have enabled mbstring.func_overload in your PHP configuration. This "
1528 "option is incompatible with phpMyAdmin and might cause some data to be "
1529 "corrupted!"
1530 msgstr ""
1532 #: libraries/classes/Common.php:566
1533 msgid ""
1534 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
1535 "requires these functions!"
1536 msgstr ""
1538 #: libraries/classes/Common.php:577
1539 msgid "GLOBALS overwrite attempt"
1540 msgstr ""
1542 #: libraries/classes/Common.php:587
1543 msgid "possible exploit"
1544 msgstr ""
1546 #: libraries/classes/Config/Descriptions.php:69
1547 #: libraries/classes/Config/Descriptions.php:70
1548 #: libraries/classes/Config/Descriptions.php:71
1549 msgid "Users cannot set a higher value"
1550 msgstr ""
1552 #: libraries/classes/Config/Descriptions.php:89
1553 msgid ""
1554 "If enabled, user can enter any MySQL server in login form for cookie auth."
1555 msgstr ""
1557 #: libraries/classes/Config/Descriptions.php:92
1558 msgid ""
1559 "Restricts the MySQL servers the user can enter when a login to an arbitrary "
1560 "MySQL server is enabled by matching the IP or hostname of the MySQL server "
1561 "to the given regular expression."
1562 msgstr ""
1564 #: libraries/classes/Config/Descriptions.php:97
1565 msgid ""
1566 "Enabling this allows a page located on a different domain to call phpMyAdmin "
1567 "inside a frame, and is a potential [strong]security hole[/strong] allowing "
1568 "cross-frame scripting (XSS) attacks."
1569 msgstr ""
1571 #: libraries/classes/Config/Descriptions.php:102
1572 msgid ""
1573 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1574 "authentication."
1575 msgstr ""
1577 #: libraries/classes/Config/Descriptions.php:104
1578 msgid "Enable bzip2 compression for import operations."
1579 msgstr ""
1581 #: libraries/classes/Config/Descriptions.php:105
1582 msgid "Enter the URL for your reCAPTCHA v2 compatible API."
1583 msgstr ""
1585 #: libraries/classes/Config/Descriptions.php:106
1586 msgid ""
1587 "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
1588 "API."
1589 msgstr ""
1591 #: libraries/classes/Config/Descriptions.php:107
1592 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API."
1593 msgstr ""
1595 #: libraries/classes/Config/Descriptions.php:108
1596 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API."
1597 msgstr ""
1599 #: libraries/classes/Config/Descriptions.php:109
1600 msgid "Enter your public key for the reCAPTCHA service on your domain."
1601 msgstr ""
1603 #: libraries/classes/Config/Descriptions.php:110
1604 msgid "Enter your private key for your domain reCAPTCHA service."
1605 msgstr ""
1607 #: libraries/classes/Config/Descriptions.php:111
1608 msgid "Enter your siteverify URL for your reCAPTCHA service."
1609 msgstr ""
1611 #: libraries/classes/Config/Descriptions.php:113
1612 msgid ""
1613 "Defines which type of editing controls should be used for CHAR and VARCHAR "
1614 "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
1615 "kbd] - allows newlines in columns."
1616 msgstr ""
1618 #: libraries/classes/Config/Descriptions.php:118
1619 msgid ""
1620 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1621 "highlighting and line numbers."
1622 msgstr ""
1624 #: libraries/classes/Config/Descriptions.php:123
1625 msgid ""
1626 "Find any errors in the query before executing it. Requires CodeMirror to be "
1627 "enabled."
1628 msgstr ""
1630 #: libraries/classes/Config/Descriptions.php:126
1631 msgid ""
1632 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1633 "columns."
1634 msgstr ""
1636 #: libraries/classes/Config/Descriptions.php:129
1637 msgid ""
1638 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1639 "columns."
1640 msgstr ""
1642 #: libraries/classes/Config/Descriptions.php:132
1643 msgid ""
1644 "Compress gzip exports on the fly without the need for much memory; if you "
1645 "encounter problems with created gzip files disable this feature."
1646 msgstr ""
1648 #: libraries/classes/Config/Descriptions.php:136
1649 msgid ""
1650 "Whether a warning (\"Are your really sure…\") should be displayed when "
1651 "you're about to lose data."
1652 msgstr ""
1654 #: libraries/classes/Config/Descriptions.php:139
1655 msgid "Autocomplete of the table and column names in the SQL queries."
1656 msgstr ""
1658 #: libraries/classes/Config/Descriptions.php:142
1659 #: libraries/classes/Config/Descriptions.php:146
1660 #: libraries/classes/Config/Descriptions.php:150
1661 #: libraries/classes/Config/Descriptions.php:154
1662 #: libraries/classes/Config/Descriptions.php:158
1663 #: libraries/classes/Config/Descriptions.php:162
1664 #: libraries/classes/Config/Descriptions.php:166
1665 #: libraries/classes/Config/Descriptions.php:170
1666 #: libraries/classes/Config/Descriptions.php:174
1667 msgid ""
1668 "Values for options list for default transformations. These will be "
1669 "overwritten if transformation is filled in at table structure page."
1670 msgstr ""
1672 #: libraries/classes/Config/Descriptions.php:178
1673 msgid ""
1674 "Disable the table maintenance mass operations, like optimizing or repairing "
1675 "the selected tables of a database."
1676 msgstr ""
1678 #: libraries/classes/Config/Descriptions.php:182
1679 msgid ""
1680 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
1681 "limit)."
1682 msgstr ""
1684 #: libraries/classes/Config/Descriptions.php:184
1685 #: libraries/classes/Config/Descriptions.php:728
1686 #: libraries/classes/Plugins/Export/ExportSql.php:345
1687 msgid "Exclude definition of current user"
1688 msgstr ""
1690 #: libraries/classes/Config/Descriptions.php:186
1691 msgid ""
1692 "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
1693 "the referenced data, [kbd]id[/kbd] is the key value."
1694 msgstr ""
1696 #: libraries/classes/Config/Descriptions.php:190
1697 msgid ""
1698 "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
1699 "for magic strings that can be used to get special values."
1700 msgstr ""
1702 #: libraries/classes/Config/Descriptions.php:195
1703 msgid ""
1704 "Please note that phpMyAdmin is just a user interface and its features do not "
1705 "limit MySQL."
1706 msgstr ""
1708 #: libraries/classes/Config/Descriptions.php:198
1709 msgid ""
1710 "Advanced server configuration, do not change these options unless you know "
1711 "what they are for."
1712 msgstr ""
1714 #: libraries/classes/Config/Descriptions.php:201
1715 msgid ""
1716 "Configure phpMyAdmin configuration storage to gain access to additional "
1717 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1718 "documentation."
1719 msgstr ""
1721 #: libraries/classes/Config/Descriptions.php:206
1722 msgid ""
1723 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1724 "storage."
1725 msgstr ""
1727 #: libraries/classes/Config/Descriptions.php:209
1728 msgid "Customize browse mode."
1729 msgstr ""
1731 #: libraries/classes/Config/Descriptions.php:210
1732 #: libraries/classes/Config/Descriptions.php:211
1733 #: libraries/classes/Config/Descriptions.php:218
1734 #: libraries/classes/Config/Descriptions.php:224
1735 #: libraries/classes/Config/Descriptions.php:225
1736 #: libraries/classes/Config/Descriptions.php:230
1737 msgid "Customize default options."
1738 msgstr ""
1740 #: libraries/classes/Config/Descriptions.php:212
1741 msgid "Settings for phpMyAdmin developers."
1742 msgstr ""
1744 #: libraries/classes/Config/Descriptions.php:213
1745 msgid "Customize edit mode."
1746 msgstr ""
1748 #: libraries/classes/Config/Descriptions.php:214
1749 msgid "Customize default export options."
1750 msgstr ""
1752 #: libraries/classes/Config/Descriptions.php:215
1753 msgid "Set some commonly used options."
1754 msgstr ""
1756 #: libraries/classes/Config/Descriptions.php:216
1757 msgid "Customize default common import options."
1758 msgstr ""
1760 #: libraries/classes/Config/Descriptions.php:217
1761 msgid "Set import and export directories and compression options."
1762 msgstr ""
1764 #: libraries/classes/Config/Descriptions.php:219
1765 msgid "Databases display options."
1766 msgstr ""
1768 #: libraries/classes/Config/Descriptions.php:220
1769 msgid "Customize appearance of the navigation panel."
1770 msgstr ""
1772 #: libraries/classes/Config/Descriptions.php:221
1773 msgid "Customize the navigation tree."
1774 msgstr ""
1776 #: libraries/classes/Config/Descriptions.php:222
1777 msgid "Servers display options."
1778 msgstr ""
1780 #: libraries/classes/Config/Descriptions.php:223
1781 msgid "Tables display options."
1782 msgstr ""
1784 #: libraries/classes/Config/Descriptions.php:226
1785 msgid "Settings that didn't fit anywhere else."
1786 msgstr ""
1788 #: libraries/classes/Config/Descriptions.php:227
1789 msgid "Authentication settings."
1790 msgstr ""
1792 #: libraries/classes/Config/Descriptions.php:228
1793 msgid "Enter server connection parameters."
1794 msgstr ""
1796 #: libraries/classes/Config/Descriptions.php:229
1797 msgid "Customize links shown in SQL Query boxes."
1798 msgstr ""
1800 #: libraries/classes/Config/Descriptions.php:231
1801 msgid "SQL queries settings."
1802 msgstr ""
1804 #: libraries/classes/Config/Descriptions.php:232
1805 msgid "Customize startup page."
1806 msgstr ""
1808 #: libraries/classes/Config/Descriptions.php:233
1809 msgid ""
1810 "Choose which details to show in the database structure (list of tables)."
1811 msgstr ""
1813 #: libraries/classes/Config/Descriptions.php:234
1814 msgid "Settings for the table structure (list of columns)."
1815 msgstr ""
1817 #: libraries/classes/Config/Descriptions.php:235
1818 msgid "Choose how you want tabs to work."
1819 msgstr ""
1821 #: libraries/classes/Config/Descriptions.php:236
1822 msgid "Customize text input fields."
1823 msgstr ""
1825 #: libraries/classes/Config/Descriptions.php:237
1826 msgid "Customize default options"
1827 msgstr ""
1829 #: libraries/classes/Config/Descriptions.php:238
1830 msgid "Disable some of the warnings shown by phpMyAdmin."
1831 msgstr ""
1833 #: libraries/classes/Config/Descriptions.php:240
1834 msgid "Enable gzip compression for import and export operations."
1835 msgstr ""
1837 #: libraries/classes/Config/Descriptions.php:242
1838 msgid ""
1839 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
1840 "if one of the queries failed."
1841 msgstr ""
1843 #: libraries/classes/Config/Descriptions.php:246
1844 msgid ""
1845 "Allow interrupt of import in case script detects it is close to time limit. "
1846 "This might be a good way to import large files, however it can break "
1847 "transactions."
1848 msgstr ""
1850 #: libraries/classes/Config/Descriptions.php:251
1851 msgid ""
1852 "Default format; be aware that this list depends on location (database, "
1853 "table) and only SQL is always available."
1854 msgstr ""
1856 #: libraries/classes/Config/Descriptions.php:254
1857 #: libraries/classes/Config/Descriptions.php:255
1858 msgid "Update data when duplicate keys found on import"
1859 msgstr ""
1861 #: libraries/classes/Config/Descriptions.php:256
1862 msgid "Number of queries to skip from start."
1863 msgstr ""
1865 #: libraries/classes/Config/Descriptions.php:258
1866 msgid ""
1867 "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
1868 "only occurs for the current server. Setting this to FALSE makes it easy to "
1869 "forget to log out from other servers when connected to multiple servers."
1870 msgstr ""
1872 #: libraries/classes/Config/Descriptions.php:263
1873 msgid ""
1874 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
1875 "kbd] authentication mode."
1876 msgstr ""
1878 #: libraries/classes/Config/Descriptions.php:267
1879 msgid ""
1880 "Defines how long (in seconds) a login cookie should be stored in browser. "
1881 "The default of 0 means that it will be kept for the existing session only, "
1882 "and will be deleted as soon as you close the browser window. This is "
1883 "recommended for non-trusted environments."
1884 msgstr ""
1886 #: libraries/classes/Config/Descriptions.php:273
1887 msgid "Maximum number of characters used when a SQL query is displayed."
1888 msgstr ""
1890 #: libraries/classes/Config/Descriptions.php:276
1891 msgid ""
1892 "The number of items that can be displayed on each page on the first level of "
1893 "the navigation tree."
1894 msgstr ""
1896 #: libraries/classes/Config/Descriptions.php:279
1897 msgid ""
1898 "The number of items that can be displayed on each page of the navigation "
1899 "tree."
1900 msgstr ""
1902 #: libraries/classes/Config/Descriptions.php:282
1903 msgid ""
1904 "Number of rows displayed when browsing a result set. If the result set "
1905 "contains more rows, \"Previous\" and \"Next\" links will be shown."
1906 msgstr ""
1908 #: libraries/classes/Config/Descriptions.php:287
1909 msgid ""
1910 "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
1911 "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
1912 msgstr ""
1914 #: libraries/classes/Config/Descriptions.php:291
1915 msgid "In the navigation panel, replaces the database tree with a selector"
1916 msgstr ""
1918 #: libraries/classes/Config/Descriptions.php:294
1919 msgid "Link with main panel by highlighting the current database or table."
1920 msgstr ""
1922 #: libraries/classes/Config/Descriptions.php:297
1923 msgid ""
1924 "Open the linked page in the main window ([code]main[/code]) or in a new one "
1925 "([code]new[/code])."
1926 msgstr ""
1928 #: libraries/classes/Config/Descriptions.php:300
1929 msgid ""
1930 "Defines the minimum number of items (tables, views, routines and events) to "
1931 "display a filter box."
1932 msgstr ""
1934 #: libraries/classes/Config/Descriptions.php:303
1935 msgid ""
1936 "Group items in the navigation tree (determined by the separator defined in "
1937 "the Databases and Tables tabs above)."
1938 msgstr ""
1940 #: libraries/classes/Config/Descriptions.php:307
1941 msgid ""
1942 "Whether to offer the possibility of tree expansion in the navigation panel."
1943 msgstr ""
1945 #: libraries/classes/Config/Descriptions.php:310
1946 msgid "Whether to show procedures under database in the navigation tree"
1947 msgstr ""
1949 #: libraries/classes/Config/Descriptions.php:313
1950 msgid "Whether to expand single database in the navigation tree automatically."
1951 msgstr ""
1953 #: libraries/classes/Config/Descriptions.php:315
1954 msgid "Set to 0 to collapse navigation panel."
1955 msgstr ""
1957 #: libraries/classes/Config/Descriptions.php:316
1958 msgid "Show logo in navigation panel."
1959 msgstr ""
1961 #: libraries/classes/Config/Descriptions.php:317
1962 msgid "URL where logo in the navigation panel will point to."
1963 msgstr ""
1965 #: libraries/classes/Config/Descriptions.php:318
1966 msgid "Display server choice at the top of the navigation panel."
1967 msgstr ""
1969 #: libraries/classes/Config/Descriptions.php:319
1970 msgid "String that separates databases into different tree levels."
1971 msgstr ""
1973 #: libraries/classes/Config/Descriptions.php:320
1974 msgid "String that separates tables into different tree levels."
1975 msgstr ""
1977 #: libraries/classes/Config/Descriptions.php:321
1978 msgid "Highlight server under the mouse cursor."
1979 msgstr ""
1981 #: libraries/classes/Config/Descriptions.php:322
1982 msgid "Whether to show tables under database in the navigation tree"
1983 msgstr ""
1985 #: libraries/classes/Config/Descriptions.php:323
1986 msgid "Whether to show views under database in the navigation tree"
1987 msgstr ""
1989 #: libraries/classes/Config/Descriptions.php:324
1990 msgid "Whether to show functions under database in the navigation tree"
1991 msgstr ""
1993 #: libraries/classes/Config/Descriptions.php:325
1994 msgid "Whether to show events under database in the navigation tree"
1995 msgstr ""
1997 #: libraries/classes/Config/Descriptions.php:327
1998 msgid ""
1999 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
2000 "DATETIME and TIMESTAMP, ascending order otherwise."
2001 msgstr ""
2003 #: libraries/classes/Config/Descriptions.php:331
2004 msgid ""
2005 "Disable the default warning that is displayed on the database details "
2006 "Structure page if any of the required tables for the phpMyAdmin "
2007 "configuration storage could not be found."
2008 msgstr ""
2010 #: libraries/classes/Config/Descriptions.php:336
2011 msgid ""
2012 "Disable the default warning that is displayed on the Structure page if "
2013 "column names in a table are reserved MySQL words."
2014 msgstr ""
2016 #: libraries/classes/Config/Descriptions.php:340
2017 msgid ""
2018 "Enable if you want DB-based query history (requires phpMyAdmin configuration "
2019 "storage). If disabled, this utilizes JS-routines to display query history "
2020 "(lost by window close)."
2021 msgstr ""
2023 #: libraries/classes/Config/Descriptions.php:345
2024 msgid ""
2025 "Sets the effective timezone; possibly different than the one from your "
2026 "database server"
2027 msgstr ""
2029 #: libraries/classes/Config/Descriptions.php:348
2030 msgid ""
2031 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
2032 "[kbd]pma__bookmark[/kbd]"
2033 msgstr ""
2035 #: libraries/classes/Config/Descriptions.php:351
2036 msgid ""
2037 "Leave blank for no column comments/media types, suggested: "
2038 "[kbd]pma__column_info[/kbd]."
2039 msgstr ""
2041 #: libraries/classes/Config/Descriptions.php:354
2042 msgid ""
2043 "A special MySQL user configured with limited permissions, more information "
2044 "available on [doc@linked-tables]documentation[/doc]."
2045 msgstr ""
2047 #: libraries/classes/Config/Descriptions.php:358
2048 msgid ""
2049 "An alternate host to hold the configuration storage; leave blank to use the "
2050 "already defined host."
2051 msgstr ""
2053 #: libraries/classes/Config/Descriptions.php:361
2054 msgid ""
2055 "An alternate port to connect to the host that holds the configuration "
2056 "storage; leave blank to use the default port, or the already defined port, "
2057 "if the controlhost equals host."
2058 msgstr ""
2060 #: libraries/classes/Config/Descriptions.php:366
2061 msgid ""
2062 "More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
2063 "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
2064 "com/19588]MySQL Bugs[/a]"
2065 msgstr ""
2067 #: libraries/classes/Config/Descriptions.php:370
2068 msgid ""
2069 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2070 "kbd]."
2071 msgstr ""
2073 #: libraries/classes/Config/Descriptions.php:373
2074 msgid ""
2075 "Limits number of table preferences which are stored in database, the oldest "
2076 "records are automatically removed."
2077 msgstr ""
2079 #: libraries/classes/Config/Descriptions.php:377
2080 msgid ""
2081 "Leave blank for no QBE saved searches support, suggested: "
2082 "[kbd]pma__savedsearches[/kbd]."
2083 msgstr ""
2085 #: libraries/classes/Config/Descriptions.php:380
2086 msgid ""
2087 "Leave blank for no export template support, suggested: "
2088 "[kbd]pma__export_templates[/kbd]."
2089 msgstr ""
2091 #: libraries/classes/Config/Descriptions.php:383
2092 msgid ""
2093 "Leave blank for no central columns support, suggested: "
2094 "[kbd]pma__central_columns[/kbd]."
2095 msgstr ""
2097 #: libraries/classes/Config/Descriptions.php:386
2098 msgid ""
2099 "You can use MySQL wildcard characters (% and _), escape them if you want to "
2100 "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
2101 "[kbd]'my_db'[/kbd]."
2102 msgstr ""
2104 #: libraries/classes/Config/Descriptions.php:391
2105 msgid ""
2106 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2107 msgstr ""
2109 #: libraries/classes/Config/Descriptions.php:394
2110 msgid ""
2111 "Database used for relations, bookmarks, and PDF features. See [doc@linked-"
2112 "tables]pmadb[/doc] for complete information. Leave blank for no support. "
2113 "Suggested: [kbd]phpmyadmin[/kbd]."
2114 msgstr ""
2116 #: libraries/classes/Config/Descriptions.php:399
2117 msgid ""
2118 "Leave blank for no \"persistent\" recently used tables across sessions, "
2119 "suggested: [kbd]pma__recent[/kbd]."
2120 msgstr ""
2122 #: libraries/classes/Config/Descriptions.php:403
2123 msgid ""
2124 "Leave blank for no \"persistent\" favorite tables across sessions, "
2125 "suggested: [kbd]pma__favorite[/kbd]."
2126 msgstr ""
2128 #: libraries/classes/Config/Descriptions.php:407
2129 msgid ""
2130 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2131 "[kbd]pma__relation[/kbd]."
2132 msgstr ""
2134 #: libraries/classes/Config/Descriptions.php:412
2135 msgid ""
2136 "See [doc@authentication-modes]authentication types[/doc] for an example."
2137 msgstr ""
2139 #: libraries/classes/Config/Descriptions.php:415
2140 msgid ""
2141 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2142 "kbd]."
2143 msgstr ""
2145 #: libraries/classes/Config/Descriptions.php:418
2146 msgid ""
2147 "Table to describe the display columns, leave blank for no support; "
2148 "suggested: [kbd]pma__table_info[/kbd]."
2149 msgstr ""
2151 #: libraries/classes/Config/Descriptions.php:422
2152 msgid ""
2153 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2154 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2155 msgstr ""
2157 #: libraries/classes/Config/Descriptions.php:426
2158 msgid ""
2159 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2160 "the log when creating a database."
2161 msgstr ""
2163 #: libraries/classes/Config/Descriptions.php:430
2164 msgid ""
2165 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2166 "log when creating a table."
2167 msgstr ""
2169 #: libraries/classes/Config/Descriptions.php:434
2170 msgid ""
2171 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2172 "log when creating a view."
2173 msgstr ""
2175 #: libraries/classes/Config/Descriptions.php:438
2176 msgid "Defines the list of statements the auto-creation uses for new versions."
2177 msgstr ""
2179 #: libraries/classes/Config/Descriptions.php:441
2180 msgid ""
2181 "Leave blank for no SQL query tracking support, suggested: "
2182 "[kbd]pma__tracking[/kbd]."
2183 msgstr ""
2185 #: libraries/classes/Config/Descriptions.php:444
2186 msgid ""
2187 "Whether the tracking mechanism creates versions for tables and views "
2188 "automatically."
2189 msgstr ""
2191 #: libraries/classes/Config/Descriptions.php:447
2192 msgid ""
2193 "Leave blank for no user preferences storage in database, suggested: "
2194 "[kbd]pma__userconfig[/kbd]."
2195 msgstr ""
2197 #: libraries/classes/Config/Descriptions.php:450
2198 msgid ""
2199 "Both this table and the user groups table are required to enable the "
2200 "configurable menus feature; leaving either one of them blank will disable "
2201 "this feature, suggested: [kbd]pma__users[/kbd]."
2202 msgstr ""
2204 #: libraries/classes/Config/Descriptions.php:455
2205 msgid ""
2206 "Both this table and the users table are required to enable the configurable "
2207 "menus feature; leaving either one of them blank will disable this feature, "
2208 "suggested: [kbd]pma__usergroups[/kbd]."
2209 msgstr ""
2211 #: libraries/classes/Config/Descriptions.php:460
2212 msgid ""
2213 "Leave blank to disable the feature to hide and show navigation items, "
2214 "suggested: [kbd]pma__navigationhiding[/kbd]."
2215 msgstr ""
2217 #: libraries/classes/Config/Descriptions.php:464
2218 msgid ""
2219 "A user-friendly description of this server. Leave blank to display the "
2220 "hostname instead."
2221 msgstr ""
2223 #: libraries/classes/Config/Descriptions.php:466
2224 msgid "Leave blank if not used."
2225 msgstr ""
2227 #: libraries/classes/Config/Descriptions.php:467
2228 msgid "Leave blank for defaults."
2229 msgstr ""
2231 #: libraries/classes/Config/Descriptions.php:468
2232 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2233 msgstr ""
2235 #: libraries/classes/Config/Descriptions.php:469
2236 msgid "Authentication method to use."
2237 msgstr ""
2239 #: libraries/classes/Config/Descriptions.php:470
2240 msgid "Compress connection to MySQL server."
2241 msgstr ""
2243 #: libraries/classes/Config/Descriptions.php:471
2244 msgid "Hide databases matching regular expression (PCRE)."
2245 msgstr ""
2247 #: libraries/classes/Config/Descriptions.php:472
2248 msgid "Hostname where MySQL server is running."
2249 msgstr ""
2251 #: libraries/classes/Config/Descriptions.php:473
2252 #: libraries/classes/Config/Descriptions.php:477
2253 msgid "Leave empty if not using config auth."
2254 msgstr ""
2256 #: libraries/classes/Config/Descriptions.php:474
2257 msgid "Port on which MySQL server is listening, leave empty for default."
2258 msgstr ""
2260 #: libraries/classes/Config/Descriptions.php:475
2261 msgid "Socket on which MySQL server is listening, leave empty for default."
2262 msgstr ""
2264 #: libraries/classes/Config/Descriptions.php:476
2265 msgid "Enable SSL for connection to MySQL server."
2266 msgstr ""
2268 #: libraries/classes/Config/Descriptions.php:479
2269 msgid ""
2270 "Please note that enabling this has no effect with [kbd]config[/kbd] "
2271 "authentication mode because the password is hard coded in the configuration "
2272 "file; this does not limit the ability to execute the same command directly."
2273 msgstr ""
2275 #: libraries/classes/Config/Descriptions.php:484
2276 msgid "Show or hide a column displaying the Creation timestamp for all tables."
2277 msgstr ""
2279 #: libraries/classes/Config/Descriptions.php:487
2280 msgid ""
2281 "Show or hide a column displaying the Last update timestamp for all tables."
2282 msgstr ""
2284 #: libraries/classes/Config/Descriptions.php:490
2285 msgid ""
2286 "Show or hide a column displaying the Last check timestamp for all tables."
2287 msgstr ""
2289 #: libraries/classes/Config/Descriptions.php:493
2290 msgid ""
2291 "Defines whether or not type fields should be initially displayed in edit/"
2292 "insert mode."
2293 msgstr ""
2295 #: libraries/classes/Config/Descriptions.php:496
2296 msgid ""
2297 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2298 "[/a] output."
2299 msgstr ""
2301 #: libraries/classes/Config/Descriptions.php:498
2302 msgid "Whether a user should be displayed a \"show all (rows)\" button."
2303 msgstr ""
2305 #: libraries/classes/Config/Descriptions.php:499
2306 msgid "Show or hide a column displaying the comments for all tables."
2307 msgstr ""
2309 #: libraries/classes/Config/Descriptions.php:500
2310 msgid "Show or hide a column displaying the charset for all tables."
2311 msgstr ""
2313 #: libraries/classes/Config/Descriptions.php:501
2314 msgid "Display the function fields in edit/insert mode."
2315 msgstr ""
2317 #: libraries/classes/Config/Descriptions.php:502
2318 msgid "Whether to show hint or not."
2319 msgstr ""
2321 #: libraries/classes/Config/Descriptions.php:503
2322 msgid ""
2323 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2324 msgstr ""
2326 #: libraries/classes/Config/Descriptions.php:504
2327 msgid "Allow to display database and table statistics (e.g. space usage)."
2328 msgstr ""
2330 #: libraries/classes/Config/Descriptions.php:506
2331 msgid ""
2332 "Mark used tables and make it possible to show databases with locked tables."
2333 msgstr ""
2335 #: libraries/classes/Config/Descriptions.php:509
2336 msgid ""
2337 "Disable the default warning that is displayed on the main page if Suhosin is "
2338 "detected."
2339 msgstr ""
2341 #: libraries/classes/Config/Descriptions.php:512
2342 msgid ""
2343 "Disable the default warning that is displayed on the main page if the value "
2344 "of the PHP setting session.gc_maxlifetime is less than the value of "
2345 "`LoginCookieValidity`."
2346 msgstr ""
2348 #: libraries/classes/Config/Descriptions.php:517
2349 msgid ""
2350 "Textarea size (columns) in edit mode, this value will be emphasized for SQL "
2351 "query textareas (*2)."
2352 msgstr ""
2354 #: libraries/classes/Config/Descriptions.php:520
2355 msgid ""
2356 "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
2357 "query textareas (*2)."
2358 msgstr ""
2360 #: libraries/classes/Config/Descriptions.php:523
2361 msgid ""
2362 "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
2363 "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
2364 "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
2365 "HTTP_X_FORWARDED_FOR[/kbd]."
2366 msgstr ""
2368 #: libraries/classes/Config/Descriptions.php:529
2369 msgid ""
2370 "When disabled, users cannot set any of the options below, regardless of the "
2371 "checkbox on the right."
2372 msgstr ""
2374 #: libraries/classes/Config/Descriptions.php:532
2375 msgid ""
2376 "The URL of the proxy to be used when retrieving the information about the "
2377 "latest version of phpMyAdmin, or when submitting error reports. You need "
2378 "this if the server where phpMyAdmin is installed does not have direct access "
2379 "to the Internet. The format is: \"hostname:portnumber\"."
2380 msgstr ""
2382 #: libraries/classes/Config/Descriptions.php:538
2383 msgid ""
2384 "The username for authenticating with the proxy. By default, no "
2385 "authentication is performed. If a username is supplied, Basic Authentication "
2386 "will be performed. No other types of authentication are currently supported."
2387 msgstr ""
2389 #: libraries/classes/Config/Descriptions.php:544
2390 msgid ""
2391 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2392 "will be inserted with Shift+Enter."
2393 msgstr ""
2395 #: libraries/classes/Config/Descriptions.php:548
2396 msgid ""
2397 "Enable Zero Configuration mode which lets you set up phpMyAdmin "
2398 "configuration storage tables automatically."
2399 msgstr ""
2401 #: libraries/classes/Config/Descriptions.php:551
2402 msgid "Highlight selected rows."
2403 msgstr ""
2405 #: libraries/classes/Config/Descriptions.php:552
2406 msgid "Highlight row pointed by the mouse cursor."
2407 msgstr ""
2409 #: libraries/classes/Config/Descriptions.php:553
2410 msgid "Number of columns for CHAR/VARCHAR textareas."
2411 msgstr ""
2413 #: libraries/classes/Config/Descriptions.php:554
2414 msgid "Number of rows for CHAR/VARCHAR textareas."
2415 msgstr ""
2417 #: libraries/classes/Config/Descriptions.php:555
2418 msgid ""
2419 "Log SQL queries and their execution time, to be displayed in the console"
2420 msgstr ""
2422 #: libraries/classes/Config/Descriptions.php:556
2423 msgid "Tab that is displayed when entering a database."
2424 msgstr ""
2426 #: libraries/classes/Config/Descriptions.php:557
2427 msgid "Tab that is displayed when entering a server."
2428 msgstr ""
2430 #: libraries/classes/Config/Descriptions.php:558
2431 msgid "Tab that is displayed when entering a table."
2432 msgstr ""
2434 #: libraries/classes/Config/Descriptions.php:559
2435 msgid "Whether the table structure actions should be hidden."
2436 msgstr ""
2438 #: libraries/classes/Config/Descriptions.php:560
2439 msgid "Whether column comments should be shown in table structure view"
2440 msgstr ""
2442 #: libraries/classes/Config/Descriptions.php:561
2443 msgid "Show server listing as a list instead of a drop down."
2444 msgstr ""
2446 #: libraries/classes/Config/Descriptions.php:562
2447 msgid "A dropdown will be used if fewer items are present."
2448 msgstr ""
2450 #: libraries/classes/Config/Descriptions.php:563
2451 msgid "Default value for foreign key checks checkbox for some queries."
2452 msgstr ""
2454 #: libraries/classes/Config/Descriptions.php:564
2455 msgid "Uncheck the checkbox to disable drag and drop import"
2456 msgstr ""
2458 #: libraries/classes/Config/Descriptions.php:565
2459 msgid "How many rows can be inserted at one time."
2460 msgstr ""
2462 #: libraries/classes/Config/Descriptions.php:566
2463 msgid ""
2464 "Maximum number of characters shown in any non-numeric column on browse view."
2465 msgstr ""
2467 #: libraries/classes/Config/Descriptions.php:567
2468 msgid "Define how long (in seconds) a login cookie is valid."
2469 msgstr ""
2471 #: libraries/classes/Config/Descriptions.php:568
2472 msgid "Double size of textarea for LONGTEXT columns."
2473 msgstr ""
2475 #: libraries/classes/Config/Descriptions.php:569
2476 msgid "Maximum number of databases displayed in database list."
2477 msgstr ""
2479 #: libraries/classes/Config/Descriptions.php:570
2480 msgid "Maximum number of tables displayed in table list."
2481 msgstr ""
2483 #: libraries/classes/Config/Descriptions.php:571
2484 msgid "Maximum number of recently used tables; set 0 to disable."
2485 msgstr ""
2487 #: libraries/classes/Config/Descriptions.php:572
2488 msgid "Maximum number of favorite tables; set 0 to disable."
2489 msgstr ""
2491 #: libraries/classes/Config/Descriptions.php:573
2492 msgid "These are Edit, Copy and Delete links."
2493 msgstr ""
2495 #: libraries/classes/Config/Descriptions.php:574
2496 msgid "Whether to show row links even in the absence of a unique key."
2497 msgstr ""
2499 #: libraries/classes/Config/Descriptions.php:575
2500 #: libraries/classes/Config/Descriptions.php:858
2501 msgid "Disable shortcut keys"
2502 msgstr ""
2504 #: libraries/classes/Config/Descriptions.php:576
2505 msgid "Use natural order for sorting table and database names."
2506 msgstr ""
2508 #: libraries/classes/Config/Descriptions.php:577
2509 #: libraries/classes/Config/Descriptions.php:580
2510 #: libraries/classes/Config/Descriptions.php:581
2511 msgid "Use only icons, only text or both."
2512 msgstr ""
2514 #: libraries/classes/Config/Descriptions.php:578
2515 msgid "Use GZip output buffering for increased speed in HTTP transfers."
2516 msgstr ""
2518 #: libraries/classes/Config/Descriptions.php:579
2519 msgid "Use persistent connections to MySQL databases."
2520 msgstr ""
2522 #: libraries/classes/Config/Descriptions.php:582
2523 msgid "Disallow BLOB and BINARY columns from editing."
2524 msgstr ""
2526 #: libraries/classes/Config/Descriptions.php:583
2527 msgid "How many queries are kept in history."
2528 msgstr ""
2530 #: libraries/classes/Config/Descriptions.php:584
2531 msgid "Select which functions will be used for character set conversion."
2532 msgstr ""
2534 #: libraries/classes/Config/Descriptions.php:585
2535 msgid "When browsing tables, the sorting of each table is remembered."
2536 msgstr ""
2538 #: libraries/classes/Config/Descriptions.php:586
2539 msgid "Default sort order for tables with a primary key."
2540 msgstr ""
2542 #: libraries/classes/Config/Descriptions.php:587
2543 msgid ""
2544 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2545 msgstr ""
2547 #: libraries/classes/Config/Descriptions.php:588
2548 msgid "For display Options"
2549 msgstr ""
2551 #: libraries/classes/Config/Descriptions.php:589
2552 msgid "Directory where exports can be saved on server."
2553 msgstr ""
2555 #: libraries/classes/Config/Descriptions.php:590
2556 msgid ""
2557 "Defines whether the query box should stay on-screen after its submission."
2558 msgstr ""
2560 #: libraries/classes/Config/Descriptions.php:591
2561 msgid "Title of browser window when a database is selected."
2562 msgstr ""
2564 #: libraries/classes/Config/Descriptions.php:592
2565 msgid "Title of browser window when nothing is selected."
2566 msgstr ""
2568 #: libraries/classes/Config/Descriptions.php:593
2569 msgid "Title of browser window when a server is selected."
2570 msgstr ""
2572 #: libraries/classes/Config/Descriptions.php:594
2573 msgid "Title of browser window when a table is selected."
2574 msgstr ""
2576 #: libraries/classes/Config/Descriptions.php:595
2577 msgid "Directory on server where you can upload files for import."
2578 msgstr ""
2580 #: libraries/classes/Config/Descriptions.php:596
2581 msgid "Allow for searching inside the entire database."
2582 msgstr ""
2584 #: libraries/classes/Config/Descriptions.php:597
2585 msgid "Enables check for latest version on main phpMyAdmin page."
2586 msgstr ""
2588 #: libraries/classes/Config/Descriptions.php:598
2589 msgid "The password for authenticating with the proxy."
2590 msgstr ""
2592 #: libraries/classes/Config/Descriptions.php:599
2593 msgid "Enable ZIP compression for import and export operations."
2594 msgstr ""
2596 #: libraries/classes/Config/Descriptions.php:600
2597 msgid "Choose the default action when sending error reports."
2598 msgstr ""
2600 #: libraries/classes/Config/Descriptions.php:617
2601 msgid "Allow login to any MySQL server"
2602 msgstr ""
2604 #: libraries/classes/Config/Descriptions.php:618
2605 msgid "Restrict login to MySQL server"
2606 msgstr ""
2608 #: libraries/classes/Config/Descriptions.php:619
2609 msgid "Allow third party framing"
2610 msgstr ""
2612 #: libraries/classes/Config/Descriptions.php:620
2613 msgid "Show \"Drop database\" link to normal users"
2614 msgstr ""
2616 #: libraries/classes/Config/Descriptions.php:621
2617 msgid "Blowfish secret"
2618 msgstr ""
2620 #: libraries/classes/Config/Descriptions.php:622
2621 msgid "Row marker"
2622 msgstr ""
2624 #: libraries/classes/Config/Descriptions.php:623
2625 msgid "Highlight pointer"
2626 msgstr ""
2628 #: libraries/classes/Config/Descriptions.php:624
2629 msgid "Bzip2"
2630 msgstr ""
2632 #: libraries/classes/Config/Descriptions.php:625
2633 msgid "CHAR columns editing"
2634 msgstr ""
2636 #: libraries/classes/Config/Descriptions.php:626
2637 msgid "Enable CodeMirror"
2638 msgstr ""
2640 #: libraries/classes/Config/Descriptions.php:627
2641 msgid "Enable linter"
2642 msgstr ""
2644 #: libraries/classes/Config/Descriptions.php:628
2645 msgid "Minimum size for input field"
2646 msgstr ""
2648 #: libraries/classes/Config/Descriptions.php:629
2649 msgid "Maximum size for input field"
2650 msgstr ""
2652 #: libraries/classes/Config/Descriptions.php:630
2653 msgid "CHAR textarea columns"
2654 msgstr ""
2656 #: libraries/classes/Config/Descriptions.php:631
2657 msgid "CHAR textarea rows"
2658 msgstr ""
2660 #: libraries/classes/Config/Descriptions.php:632
2661 msgid "Check config file permissions"
2662 msgstr ""
2664 #: libraries/classes/Config/Descriptions.php:633
2665 msgid "Compress on the fly"
2666 msgstr ""
2668 #: libraries/classes/Config/Descriptions.php:634
2669 msgid "Confirm DROP queries"
2670 msgstr ""
2672 #: libraries/classes/Config/Descriptions.php:635
2673 #: templates/console/display.twig:11 templates/console/display.twig:64
2674 msgid "Debug SQL"
2675 msgstr ""
2677 #: libraries/classes/Config/Descriptions.php:636
2678 #: libraries/classes/Plugins/Schema/SchemaDia.php:66
2679 #: libraries/classes/Plugins/Schema/SchemaPdf.php:76
2680 msgid "Paper size"
2681 msgstr ""
2683 #: libraries/classes/Config/Descriptions.php:637
2684 msgid "Default database tab"
2685 msgstr ""
2687 #: libraries/classes/Config/Descriptions.php:638
2688 msgid "Default server tab"
2689 msgstr ""
2691 #: libraries/classes/Config/Descriptions.php:639
2692 msgid "Default table tab"
2693 msgstr ""
2695 #: libraries/classes/Config/Descriptions.php:640
2696 msgid "Enable autocomplete for table and column names"
2697 msgstr ""
2699 #: libraries/classes/Config/Descriptions.php:641
2700 msgid "Show column comments"
2701 msgstr ""
2703 #: libraries/classes/Config/Descriptions.php:642
2704 msgid "Hide table structure actions"
2705 msgstr ""
2707 #: libraries/classes/Config/Descriptions.php:643
2708 msgid "Default transformations for Hex"
2709 msgstr ""
2711 #: libraries/classes/Config/Descriptions.php:644
2712 msgid "Default transformations for Substring"
2713 msgstr ""
2715 #: libraries/classes/Config/Descriptions.php:645
2716 msgid "Default transformations for Bool2Text"
2717 msgstr ""
2719 #: libraries/classes/Config/Descriptions.php:646
2720 msgid "Default transformations for External"
2721 msgstr ""
2723 #: libraries/classes/Config/Descriptions.php:647
2724 msgid "Default transformations for PreApPend"
2725 msgstr ""
2727 #: libraries/classes/Config/Descriptions.php:648
2728 msgid "Default transformations for DateFormat"
2729 msgstr ""
2731 #: libraries/classes/Config/Descriptions.php:649
2732 msgid "Default transformations for Inline"
2733 msgstr ""
2735 #: libraries/classes/Config/Descriptions.php:650
2736 msgid "Default transformations for TextImageLink"
2737 msgstr ""
2739 #: libraries/classes/Config/Descriptions.php:651
2740 msgid "Default transformations for TextLink"
2741 msgstr ""
2743 #: libraries/classes/Config/Descriptions.php:652
2744 msgid "Display servers as a list"
2745 msgstr ""
2747 #: libraries/classes/Config/Descriptions.php:653
2748 msgid "Disable multi table maintenance"
2749 msgstr ""
2751 #: libraries/classes/Config/Descriptions.php:654
2752 msgid "Maximum execution time"
2753 msgstr ""
2755 #: libraries/classes/Config/Descriptions.php:655
2756 msgid "Use [code]LOCK TABLES[/code] statement"
2757 msgstr ""
2759 #: libraries/classes/Config/Descriptions.php:656
2760 msgid "Save as file"
2761 msgstr ""
2763 #: libraries/classes/Config/Descriptions.php:657
2764 #: libraries/classes/Config/Descriptions.php:792
2765 msgid "Character set of the file"
2766 msgstr ""
2768 #: libraries/classes/Config/Descriptions.php:658
2769 #: libraries/classes/Config/Descriptions.php:674 templates/import.twig:165
2770 #: templates/import.twig:167 templates/sql/query.twig:40
2771 #: templates/table/structure/display_table_stats.twig:84
2772 msgid "Format"
2773 msgstr ""
2775 #: libraries/classes/Config/Descriptions.php:659
2776 msgid "Compression"
2777 msgstr ""
2779 #: libraries/classes/Config/Descriptions.php:660
2780 #: libraries/classes/Config/Descriptions.php:667
2781 #: libraries/classes/Config/Descriptions.php:675
2782 #: libraries/classes/Config/Descriptions.php:679
2783 #: libraries/classes/Config/Descriptions.php:692
2784 #: libraries/classes/Config/Descriptions.php:694
2785 #: libraries/classes/Config/Descriptions.php:741
2786 #: libraries/classes/Plugins/Export/ExportCsv.php:88
2787 #: libraries/classes/Plugins/Export/ExportExcel.php:61
2788 #: libraries/classes/Plugins/Export/ExportHtmlword.php:85
2789 #: libraries/classes/Plugins/Export/ExportOds.php:70
2790 #: libraries/classes/Plugins/Export/ExportOdt.php:127
2791 #: libraries/classes/Plugins/Export/ExportTexytext.php:79
2792 msgid "Put columns names in the first row"
2793 msgstr ""
2795 #: libraries/classes/Config/Descriptions.php:661
2796 #: libraries/classes/Config/Descriptions.php:794
2797 #: libraries/classes/Config/Descriptions.php:800
2798 #: libraries/classes/Plugins/Import/ImportCsv.php:666
2799 msgid "Columns enclosed with"
2800 msgstr ""
2802 #: libraries/classes/Config/Descriptions.php:662
2803 #: libraries/classes/Config/Descriptions.php:795
2804 #: libraries/classes/Config/Descriptions.php:801
2805 #: libraries/classes/Plugins/Import/ImportCsv.php:677
2806 msgid "Columns escaped with"
2807 msgstr ""
2809 #: libraries/classes/Config/Descriptions.php:663
2810 #: libraries/classes/Config/Descriptions.php:669
2811 #: libraries/classes/Config/Descriptions.php:676
2812 #: libraries/classes/Config/Descriptions.php:685
2813 #: libraries/classes/Config/Descriptions.php:693
2814 #: libraries/classes/Config/Descriptions.php:697
2815 #: libraries/classes/Config/Descriptions.php:742
2816 msgid "Replace NULL with"
2817 msgstr ""
2819 #: libraries/classes/Config/Descriptions.php:664
2820 #: libraries/classes/Config/Descriptions.php:670
2821 msgid "Remove CRLF characters within columns"
2822 msgstr ""
2824 #: libraries/classes/Config/Descriptions.php:665
2825 #: libraries/classes/Config/Descriptions.php:798
2826 #: libraries/classes/Config/Descriptions.php:805
2827 #: libraries/classes/Plugins/Import/ImportCsv.php:651
2828 msgid "Columns terminated with"
2829 msgstr ""
2831 #: libraries/classes/Config/Descriptions.php:666
2832 #: libraries/classes/Config/Descriptions.php:793
2833 #: libraries/classes/Plugins/Import/ImportCsv.php:684
2834 msgid "Lines terminated with"
2835 msgstr ""
2837 #: libraries/classes/Config/Descriptions.php:668
2838 msgid "Excel edition"
2839 msgstr ""
2841 #: libraries/classes/Config/Descriptions.php:671
2842 msgid "Database name template"
2843 msgstr ""
2845 #: libraries/classes/Config/Descriptions.php:672
2846 msgid "Server name template"
2847 msgstr ""
2849 #: libraries/classes/Config/Descriptions.php:673
2850 msgid "Table name template"
2851 msgstr ""
2853 #: libraries/classes/Config/Descriptions.php:677
2854 #: libraries/classes/Config/Descriptions.php:690
2855 #: libraries/classes/Config/Descriptions.php:699
2856 #: libraries/classes/Config/Descriptions.php:737
2857 #: libraries/classes/Config/Descriptions.php:743
2858 #: libraries/classes/Plugins/Export/ExportHtmlword.php:56
2859 #: libraries/classes/Plugins/Export/ExportLatex.php:88
2860 #: libraries/classes/Plugins/Export/ExportMediawiki.php:55
2861 #: libraries/classes/Plugins/Export/ExportMediawiki.php:61
2862 #: libraries/classes/Plugins/Export/ExportOdt.php:69
2863 #: libraries/classes/Plugins/Export/ExportPdf.php:86
2864 #: libraries/classes/Plugins/Export/ExportSql.php:237
2865 #: libraries/classes/Plugins/Export/ExportTexytext.php:55
2866 msgid "Dump table"
2867 msgstr ""
2869 #: libraries/classes/Config/Descriptions.php:678
2870 #: libraries/classes/Plugins/Export/ExportLatex.php:79
2871 msgid "Include table caption"
2872 msgstr ""
2874 #: libraries/classes/Config/Descriptions.php:680
2875 #: libraries/classes/Config/Descriptions.php:695
2876 #: libraries/classes/Config/Descriptions.php:731
2877 #: libraries/classes/Plugins/Export/ExportHtmlword.php:386
2878 #: libraries/classes/Plugins/Export/ExportLatex.php:544
2879 #: libraries/classes/Plugins/Export/ExportOdt.php:490
2880 #: libraries/classes/Plugins/Export/ExportTexytext.php:388
2881 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:548
2882 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:685
2883 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:708
2884 #: templates/columns_definitions/table_fields_definitions.twig:54
2885 #: templates/database/data_dictionary/index.twig:29
2886 #: templates/table/structure/display_structure.twig:28
2887 msgid "Comments"
2888 msgstr ""
2890 #: libraries/classes/Config/Descriptions.php:681
2891 #: libraries/classes/Config/Descriptions.php:687
2892 msgid "Table caption"
2893 msgstr ""
2895 #: libraries/classes/Config/Descriptions.php:682
2896 #: libraries/classes/Config/Descriptions.php:688
2897 msgid "Continued table caption"
2898 msgstr ""
2900 #: libraries/classes/Config/Descriptions.php:683
2901 #: libraries/classes/Config/Descriptions.php:689
2902 msgid "Label key"
2903 msgstr ""
2905 #: libraries/classes/Config/Descriptions.php:684
2906 #: libraries/classes/Config/Descriptions.php:696
2907 #: libraries/classes/Config/Descriptions.php:734
2908 #: libraries/classes/Plugins/Export/ExportHtmlword.php:393
2909 #: libraries/classes/Plugins/Export/ExportOdt.php:497
2910 #: libraries/classes/Plugins/Export/ExportTexytext.php:393
2911 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:556
2912 #: templates/columns_definitions/table_fields_definitions.twig:71
2913 #: templates/database/data_dictionary/index.twig:31
2914 #, fuzzy
2915 #| msgid "Bad type!"
2916 msgid "Media type"
2917 msgstr "မကောင်းတဲ့အမျိုးအစား!"
2919 #: libraries/classes/Config/Descriptions.php:686
2920 #: libraries/classes/Config/Descriptions.php:698
2921 #: libraries/classes/Config/Descriptions.php:736
2922 msgid "Relationships"
2923 msgstr ""
2925 #: libraries/classes/Config/Descriptions.php:691
2926 msgid "Export method"
2927 msgstr ""
2929 #: libraries/classes/Config/Descriptions.php:700
2930 #: libraries/classes/Config/Descriptions.php:703
2931 msgid "Save on server"
2932 msgstr ""
2934 #: libraries/classes/Config/Descriptions.php:701
2935 #: libraries/classes/Config/Descriptions.php:704 templates/export.twig:182
2936 #: templates/export.twig:377
2937 msgid "Overwrite existing file(s)"
2938 msgstr ""
2940 #: libraries/classes/Config/Descriptions.php:702
2941 msgid "Export as separate files"
2942 msgstr ""
2944 #: libraries/classes/Config/Descriptions.php:705
2945 msgid "Remember filename template"
2946 msgstr ""
2948 #: libraries/classes/Config/Descriptions.php:706
2949 msgid "Remove DEFINER clause from definitions"
2950 msgstr ""
2952 #: libraries/classes/Config/Descriptions.php:707
2953 #: templates/database/operations/index.twig:160
2954 #: templates/table/operations/index.twig:72
2955 #: templates/table/operations/index.twig:300
2956 msgid "Add AUTO_INCREMENT value"
2957 msgstr ""
2959 #: libraries/classes/Config/Descriptions.php:708
2960 msgid "Enclose table and column names with backquotes"
2961 msgstr ""
2963 #: libraries/classes/Config/Descriptions.php:709
2964 #: libraries/classes/Config/Descriptions.php:811
2965 msgid "SQL compatibility mode"
2966 msgstr ""
2968 #: libraries/classes/Config/Descriptions.php:710
2969 msgid "Creation/Update/Check dates"
2970 msgstr ""
2972 #: libraries/classes/Config/Descriptions.php:711
2973 msgid "Use delayed inserts"
2974 msgstr ""
2976 #: libraries/classes/Config/Descriptions.php:712
2977 #: libraries/classes/Plugins/Export/ExportSql.php:183
2978 msgid "Disable foreign key checks"
2979 msgstr ""
2981 #: libraries/classes/Config/Descriptions.php:713
2982 #: libraries/classes/Plugins/Export/ExportSql.php:197
2983 msgid "Export views as tables"
2984 msgstr ""
2986 #: libraries/classes/Config/Descriptions.php:714
2987 msgid "Export related metadata from phpMyAdmin configuration storage"
2988 msgstr ""
2990 #: libraries/classes/Config/Descriptions.php:715
2991 #: libraries/classes/Config/Descriptions.php:716
2992 #: libraries/classes/Config/Descriptions.php:718
2993 #: libraries/classes/Config/Descriptions.php:721
2994 #: libraries/classes/Config/Descriptions.php:722
2995 #: libraries/classes/Config/Descriptions.php:723
2996 #: libraries/classes/Config/Descriptions.php:735
2997 #: templates/database/operations/index.twig:155
2998 #: templates/table/operations/index.twig:295
2999 #, php-format
3000 msgid "Add %s"
3001 msgstr ""
3003 #: libraries/classes/Config/Descriptions.php:724
3004 msgid "Use hexadecimal for BINARY & BLOB"
3005 msgstr ""
3007 #: libraries/classes/Config/Descriptions.php:726
3008 msgid ""
3009 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
3010 "creation)"
3011 msgstr ""
3013 #: libraries/classes/Config/Descriptions.php:729
3014 #: libraries/classes/Plugins/Export/ExportSql.php:351
3015 #, php-format
3016 msgid "%s view"
3017 msgstr ""
3019 #: libraries/classes/Config/Descriptions.php:730
3020 msgid "Use ignore inserts"
3021 msgstr ""
3023 #: libraries/classes/Config/Descriptions.php:732
3024 msgid "Syntax to use when inserting data"
3025 msgstr ""
3027 #: libraries/classes/Config/Descriptions.php:733
3028 #: libraries/classes/Plugins/Export/ExportSql.php:488
3029 msgid "Maximal length of created query"
3030 msgstr ""
3032 #: libraries/classes/Config/Descriptions.php:738
3033 msgid "Export type"
3034 msgstr ""
3036 #: libraries/classes/Config/Descriptions.php:739
3037 #: libraries/classes/Plugins/Export/ExportSql.php:169
3038 msgid "Enclose export in a transaction"
3039 msgstr ""
3041 #: libraries/classes/Config/Descriptions.php:740
3042 msgid "Export time in UTC"
3043 msgstr ""
3045 #: libraries/classes/Config/Descriptions.php:744
3046 msgid "Foreign key dropdown order"
3047 msgstr ""
3049 #: libraries/classes/Config/Descriptions.php:745
3050 msgid "Foreign key limit"
3051 msgstr ""
3053 #: libraries/classes/Config/Descriptions.php:746
3054 msgid "Foreign key checks"
3055 msgstr ""
3057 #: libraries/classes/Config/Descriptions.php:747
3058 msgid "First day of calendar"
3059 msgstr ""
3061 #: libraries/classes/Config/Descriptions.php:748
3062 #: libraries/classes/Config/Descriptions.php:759 libraries/classes/Menu.php:480
3063 #: libraries/classes/Util.php:1944 libraries/config.values.php:155
3064 #: templates/navigation/tree/database_select.twig:10
3065 #: templates/server/databases/index.twig:3 templates/server/export/index.twig:7
3066 #: templates/server/export/index.twig:14
3067 #: templates/server/privileges/user_properties.twig:20
3068 msgid "Databases"
3069 msgstr ""
3071 #: libraries/classes/Config/Descriptions.php:749
3072 msgid "Browse mode"
3073 msgstr ""
3075 #: libraries/classes/Config/Descriptions.php:751
3076 #: libraries/classes/Config/Forms/User/ExportForm.php:82
3077 #: libraries/classes/Config/Forms/User/ImportForm.php:35
3078 msgid "CSV"
3079 msgstr ""
3081 #: libraries/classes/Config/Descriptions.php:752
3082 msgid "Developer"
3083 msgstr ""
3085 #: libraries/classes/Config/Descriptions.php:753
3086 msgid "Edit mode"
3087 msgstr ""
3089 #: libraries/classes/Config/Descriptions.php:754
3090 msgid "Export defaults"
3091 msgstr ""
3093 #: libraries/classes/Config/Descriptions.php:755
3094 msgid "General"
3095 msgstr ""
3097 #: libraries/classes/Config/Descriptions.php:756
3098 msgid "Import defaults"
3099 msgstr ""
3101 #: libraries/classes/Config/Descriptions.php:757
3102 msgid "Import / export"
3103 msgstr ""
3105 #: libraries/classes/Config/Descriptions.php:758
3106 msgid "LaTeX"
3107 msgstr ""
3109 #: libraries/classes/Config/Descriptions.php:760
3110 #: libraries/classes/Config/Forms/User/NaviForm.php:68
3111 #: templates/preferences/header.twig:30
3112 msgid "Navigation panel"
3113 msgstr ""
3115 #: libraries/classes/Config/Descriptions.php:761
3116 msgid "Navigation tree"
3117 msgstr ""
3119 #: libraries/classes/Config/Descriptions.php:762
3120 #: templates/server/select/index.twig:9 templates/setup/home/index.twig:34
3121 msgid "Servers"
3122 msgstr ""
3124 #: libraries/classes/Config/Descriptions.php:763
3125 #: libraries/classes/Controllers/Server/DatabasesController.php:307
3126 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
3127 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26
3128 #: libraries/classes/Plugins/Export/ExportXml.php:115
3129 #: libraries/classes/Server/Status/Data.php:159
3130 #: templates/database/export/index.twig:22
3131 #: templates/database/structure/show_create.twig:6
3132 msgid "Tables"
3133 msgstr ""
3135 #: libraries/classes/Config/Descriptions.php:764
3136 #: libraries/classes/Config/Forms/User/MainForm.php:90
3137 #: templates/preferences/header.twig:36
3138 msgid "Main panel"
3139 msgstr ""
3141 #: libraries/classes/Config/Descriptions.php:765
3142 msgid "Microsoft Office"
3143 msgstr ""
3145 #: libraries/classes/Config/Descriptions.php:767
3146 msgid "Other core settings"
3147 msgstr ""
3149 #: libraries/classes/Config/Descriptions.php:768
3150 msgid "Page titles"
3151 msgstr ""
3153 #: libraries/classes/Config/Descriptions.php:769
3154 msgid "Security"
3155 msgstr ""
3157 #: libraries/classes/Config/Descriptions.php:770
3158 msgid "Basic settings"
3159 msgstr ""
3161 #: libraries/classes/Config/Descriptions.php:771
3162 msgid "Authentication"
3163 msgstr ""
3165 #: libraries/classes/Config/Descriptions.php:772
3166 msgid "Server configuration"
3167 msgstr ""
3169 #: libraries/classes/Config/Descriptions.php:773
3170 msgid "Configuration storage"
3171 msgstr ""
3173 #: libraries/classes/Config/Descriptions.php:774
3174 msgid "Changes tracking"
3175 msgstr ""
3177 #: libraries/classes/Config/Descriptions.php:775 libraries/classes/Menu.php:255
3178 #: libraries/classes/Menu.php:362 libraries/classes/Menu.php:485
3179 #: libraries/classes/Navigation/Nodes/NodeTable.php:310
3180 #: libraries/classes/Util.php:1478 libraries/classes/Util.php:1945
3181 #: libraries/classes/Util.php:1960 libraries/classes/Util.php:1977
3182 #: libraries/config.values.php:62 libraries/config.values.php:76
3183 #: libraries/config.values.php:167 libraries/config.values.php:177
3184 msgid "SQL"
3185 msgstr ""
3187 #: libraries/classes/Config/Descriptions.php:776
3188 msgid "SQL Query box"
3189 msgstr ""
3191 #: libraries/classes/Config/Descriptions.php:777
3192 #: libraries/classes/Config/Forms/User/SqlForm.php:48
3193 #: templates/preferences/header.twig:24
3194 msgid "SQL queries"
3195 msgstr ""
3197 #: libraries/classes/Config/Descriptions.php:778
3198 msgid "Startup"
3199 msgstr ""
3201 #: libraries/classes/Config/Descriptions.php:779
3202 msgid "Database structure"
3203 msgstr ""
3205 #: libraries/classes/Config/Descriptions.php:780
3206 #: libraries/classes/Plugins/Export/ExportPdf.php:258
3207 #: templates/table/page_with_secondary_tabs.twig:5
3208 msgid "Table structure"
3209 msgstr ""
3211 #: libraries/classes/Config/Descriptions.php:781
3212 msgid "Tabs"
3213 msgstr ""
3215 #: libraries/classes/Config/Descriptions.php:782
3216 msgid "Display relational schema"
3217 msgstr ""
3219 #: libraries/classes/Config/Descriptions.php:783
3220 msgid "Text fields"
3221 msgstr ""
3223 #: libraries/classes/Config/Descriptions.php:784
3224 msgid "Texy! text"
3225 msgstr ""
3227 #: libraries/classes/Config/Descriptions.php:785
3228 msgid "Warnings"
3229 msgstr ""
3231 #: libraries/classes/Config/Descriptions.php:786
3232 #: templates/console/display.twig:4
3233 msgid "Console"
3234 msgstr ""
3236 #: libraries/classes/Config/Descriptions.php:787
3237 msgid "GZip"
3238 msgstr ""
3240 #: libraries/classes/Config/Descriptions.php:788
3241 msgid "Extra parameters for iconv"
3242 msgstr ""
3244 #: libraries/classes/Config/Descriptions.php:789
3245 msgid "Ignore multiple statement errors"
3246 msgstr ""
3248 #: libraries/classes/Config/Descriptions.php:790
3249 msgid "Enable drag and drop import"
3250 msgstr ""
3252 #: libraries/classes/Config/Descriptions.php:791
3253 msgid "Partial import: allow interrupt"
3254 msgstr ""
3256 #: libraries/classes/Config/Descriptions.php:796
3257 #: libraries/classes/Config/Descriptions.php:802
3258 #: libraries/classes/Plugins/Import/ImportCsv.php:141
3259 #: libraries/classes/Plugins/Import/ImportLdi.php:68
3260 msgid "Do not abort on INSERT error"
3261 msgstr ""
3263 #: libraries/classes/Config/Descriptions.php:797
3264 #: libraries/classes/Config/Descriptions.php:804
3265 msgid "Add ON DUPLICATE KEY UPDATE"
3266 msgstr ""
3268 #: libraries/classes/Config/Descriptions.php:799
3269 msgid "Format of imported file"
3270 msgstr ""
3272 #: libraries/classes/Config/Descriptions.php:803
3273 #: libraries/classes/Plugins/Import/ImportLdi.php:74
3274 msgid "Use LOCAL keyword"
3275 msgstr ""
3277 #: libraries/classes/Config/Descriptions.php:806
3278 msgid "Column names in first row"
3279 msgstr ""
3281 #: libraries/classes/Config/Descriptions.php:807
3282 #: libraries/classes/Plugins/Import/ImportOds.php:74
3283 msgid "Do not import empty rows"
3284 msgstr ""
3286 #: libraries/classes/Config/Descriptions.php:808
3287 msgid "Import currencies ($5.00 to 5.00)"
3288 msgstr ""
3290 #: libraries/classes/Config/Descriptions.php:809
3291 msgid "Import percentages as proper decimals (12.00% to .12)"
3292 msgstr ""
3294 #: libraries/classes/Config/Descriptions.php:810
3295 msgid "Partial import: skip queries"
3296 msgstr ""
3298 #: libraries/classes/Config/Descriptions.php:812
3299 msgid "Do not use AUTO_INCREMENT for zero values"
3300 msgstr ""
3302 #: libraries/classes/Config/Descriptions.php:813
3303 msgid "Read as multibytes"
3304 msgstr ""
3306 #: libraries/classes/Config/Descriptions.php:814
3307 msgid "Initial state for sliders"
3308 msgstr ""
3310 #: libraries/classes/Config/Descriptions.php:815
3311 msgid "Number of inserted rows"
3312 msgstr ""
3314 #: libraries/classes/Config/Descriptions.php:816
3315 msgid "Limit column characters"
3316 msgstr ""
3318 #: libraries/classes/Config/Descriptions.php:817
3319 msgid "Delete all cookies on logout"
3320 msgstr ""
3322 #: libraries/classes/Config/Descriptions.php:818
3323 msgid "Recall user name"
3324 msgstr ""
3326 #: libraries/classes/Config/Descriptions.php:819
3327 msgid "Login cookie store"
3328 msgstr ""
3330 #: libraries/classes/Config/Descriptions.php:820
3331 msgid "Login cookie validity"
3332 msgstr ""
3334 #: libraries/classes/Config/Descriptions.php:821
3335 msgid "Bigger textarea for LONGTEXT"
3336 msgstr ""
3338 #: libraries/classes/Config/Descriptions.php:822
3339 msgid "Maximum displayed SQL length"
3340 msgstr ""
3342 #: libraries/classes/Config/Descriptions.php:823
3343 msgid "Maximum databases"
3344 msgstr ""
3346 #: libraries/classes/Config/Descriptions.php:824
3347 msgid "Maximum items on first level"
3348 msgstr ""
3350 #: libraries/classes/Config/Descriptions.php:825
3351 msgid "Maximum items in branch"
3352 msgstr ""
3354 #: libraries/classes/Config/Descriptions.php:826
3355 msgid "Maximum number of rows to display"
3356 msgstr ""
3358 #: libraries/classes/Config/Descriptions.php:827
3359 msgid "Maximum tables"
3360 msgstr ""
3362 #: libraries/classes/Config/Descriptions.php:828
3363 msgid "Memory limit"
3364 msgstr ""
3366 #: libraries/classes/Config/Descriptions.php:829
3367 msgid "Show databases navigation as tree"
3368 msgstr ""
3370 #: libraries/classes/Config/Descriptions.php:830
3371 msgid "Navigation panel width"
3372 msgstr ""
3374 #: libraries/classes/Config/Descriptions.php:831
3375 #: libraries/classes/Controllers/JavaScriptMessagesController.php:601
3376 #: libraries/classes/Navigation/NavigationTree.php:1354
3377 msgid "Link with main panel"
3378 msgstr ""
3380 #: libraries/classes/Config/Descriptions.php:832
3381 msgid "Display logo"
3382 msgstr ""
3384 #: libraries/classes/Config/Descriptions.php:833
3385 msgid "Logo link URL"
3386 msgstr ""
3388 #: libraries/classes/Config/Descriptions.php:834
3389 msgid "Logo link target"
3390 msgstr ""
3392 #: libraries/classes/Config/Descriptions.php:835
3393 msgid "Display servers selection"
3394 msgstr ""
3396 #: libraries/classes/Config/Descriptions.php:836
3397 msgid "Target for quick access icon"
3398 msgstr ""
3400 #: libraries/classes/Config/Descriptions.php:837
3401 msgid "Target for second quick access icon"
3402 msgstr ""
3404 #: libraries/classes/Config/Descriptions.php:838
3405 msgid "Minimum number of items to display the filter box"
3406 msgstr ""
3408 #: libraries/classes/Config/Descriptions.php:840
3409 msgid "Minimum number of databases to display the database filter box"
3410 msgstr ""
3412 #: libraries/classes/Config/Descriptions.php:842
3413 msgid "Group items in the tree"
3414 msgstr ""
3416 #: libraries/classes/Config/Descriptions.php:843
3417 msgid "Database tree separator"
3418 msgstr ""
3420 #: libraries/classes/Config/Descriptions.php:844
3421 msgid "Table tree separator"
3422 msgstr ""
3424 #: libraries/classes/Config/Descriptions.php:845
3425 msgid "Maximum table tree depth"
3426 msgstr ""
3428 #: libraries/classes/Config/Descriptions.php:846
3429 msgid "Enable highlighting"
3430 msgstr ""
3432 #: libraries/classes/Config/Descriptions.php:847
3433 msgid "Enable navigation tree expansion"
3434 msgstr ""
3436 #: libraries/classes/Config/Descriptions.php:848
3437 msgid "Show tables in tree"
3438 msgstr ""
3440 #: libraries/classes/Config/Descriptions.php:849
3441 msgid "Show views in tree"
3442 msgstr ""
3444 #: libraries/classes/Config/Descriptions.php:850
3445 msgid "Show functions in tree"
3446 msgstr ""
3448 #: libraries/classes/Config/Descriptions.php:851
3449 msgid "Show procedures in tree"
3450 msgstr ""
3452 #: libraries/classes/Config/Descriptions.php:852
3453 msgid "Show events in tree"
3454 msgstr ""
3456 #: libraries/classes/Config/Descriptions.php:853
3457 msgid "Expand single database"
3458 msgstr ""
3460 #: libraries/classes/Config/Descriptions.php:854
3461 msgid "Recently used tables"
3462 msgstr ""
3464 #: libraries/classes/Config/Descriptions.php:855
3465 #: libraries/classes/RecentFavoriteTable.php:251
3466 msgid "Favorite tables"
3467 msgstr ""
3469 #: libraries/classes/Config/Descriptions.php:856
3470 msgid "Where to show the table row links"
3471 msgstr ""
3473 #: libraries/classes/Config/Descriptions.php:857
3474 msgid "Show row links anyway"
3475 msgstr ""
3477 #: libraries/classes/Config/Descriptions.php:859
3478 msgid "Natural order"
3479 msgstr ""
3481 #: libraries/classes/Config/Descriptions.php:860
3482 msgid "Table navigation bar"
3483 msgstr ""
3485 #: libraries/classes/Config/Descriptions.php:861
3486 msgid "GZip output buffering"
3487 msgstr ""
3489 #: libraries/classes/Config/Descriptions.php:862
3490 msgid "Default sorting order"
3491 msgstr ""
3493 #: libraries/classes/Config/Descriptions.php:863
3494 msgid "Persistent connections"
3495 msgstr ""
3497 #: libraries/classes/Config/Descriptions.php:864
3498 msgid "Missing phpMyAdmin configuration storage tables"
3499 msgstr ""
3501 #: libraries/classes/Config/Descriptions.php:865
3502 msgid "MySQL reserved word warning"
3503 msgstr ""
3505 #: libraries/classes/Config/Descriptions.php:866
3506 msgid "How to display the menu tabs"
3507 msgstr ""
3509 #: libraries/classes/Config/Descriptions.php:867
3510 msgid "How to display various action links"
3511 msgstr ""
3513 #: libraries/classes/Config/Descriptions.php:868
3514 msgid "Protect binary columns"
3515 msgstr ""
3517 #: libraries/classes/Config/Descriptions.php:869
3518 msgid "Permanent query history"
3519 msgstr ""
3521 #: libraries/classes/Config/Descriptions.php:870
3522 msgid "Query history length"
3523 msgstr ""
3525 #: libraries/classes/Config/Descriptions.php:871
3526 msgid "Recoding engine"
3527 msgstr ""
3529 #: libraries/classes/Config/Descriptions.php:872
3530 msgid "Remember table's sorting"
3531 msgstr ""
3533 #: libraries/classes/Config/Descriptions.php:873
3534 msgid "Primary key default sort order"
3535 msgstr ""
3537 #: libraries/classes/Config/Descriptions.php:874
3538 msgid "Repeat headers"
3539 msgstr ""
3541 #: libraries/classes/Config/Descriptions.php:875
3542 msgid "Grid editing: trigger action"
3543 msgstr ""
3545 #: libraries/classes/Config/Descriptions.php:876
3546 msgid "Relational display"
3547 msgstr ""
3549 #: libraries/classes/Config/Descriptions.php:877
3550 msgid "Grid editing: save all edited cells at once"
3551 msgstr ""
3553 #: libraries/classes/Config/Descriptions.php:878
3554 msgid "Save directory"
3555 msgstr ""
3557 #: libraries/classes/Config/Descriptions.php:879
3558 msgid "Host authorization order"
3559 msgstr ""
3561 #: libraries/classes/Config/Descriptions.php:880
3562 msgid "Host authorization rules"
3563 msgstr ""
3565 #: libraries/classes/Config/Descriptions.php:881
3566 msgid "Allow logins without a password"
3567 msgstr ""
3569 #: libraries/classes/Config/Descriptions.php:882
3570 msgid "Allow root login"
3571 msgstr ""
3573 #: libraries/classes/Config/Descriptions.php:883
3574 msgid "Session timezone"
3575 msgstr ""
3577 #: libraries/classes/Config/Descriptions.php:884
3578 msgid "HTTP Realm"
3579 msgstr ""
3581 #: libraries/classes/Config/Descriptions.php:885
3582 #: templates/setup/home/index.twig:50
3583 msgid "Authentication type"
3584 msgstr ""
3586 #: libraries/classes/Config/Descriptions.php:886
3587 msgid "Bookmark table"
3588 msgstr ""
3590 #: libraries/classes/Config/Descriptions.php:887
3591 msgid "Column information table"
3592 msgstr ""
3594 #: libraries/classes/Config/Descriptions.php:888
3595 msgid "Compress connection"
3596 msgstr ""
3598 #: libraries/classes/Config/Descriptions.php:889
3599 msgid "Control user password"
3600 msgstr ""
3602 #: libraries/classes/Config/Descriptions.php:890
3603 msgid "Control user"
3604 msgstr ""
3606 #: libraries/classes/Config/Descriptions.php:891
3607 msgid "Control host"
3608 msgstr ""
3610 #: libraries/classes/Config/Descriptions.php:892
3611 msgid "Control port"
3612 msgstr ""
3614 #: libraries/classes/Config/Descriptions.php:893
3615 msgid "Disable use of INFORMATION_SCHEMA"
3616 msgstr ""
3618 #: libraries/classes/Config/Descriptions.php:894
3619 msgid "Hide databases"
3620 msgstr ""
3622 #: libraries/classes/Config/Descriptions.php:895
3623 msgid "SQL query history table"
3624 msgstr ""
3626 #: libraries/classes/Config/Descriptions.php:896
3627 msgid "Server hostname"
3628 msgstr ""
3630 #: libraries/classes/Config/Descriptions.php:897
3631 msgid "Logout URL"
3632 msgstr ""
3634 #: libraries/classes/Config/Descriptions.php:898
3635 msgid "Maximal number of table preferences to store"
3636 msgstr ""
3638 #: libraries/classes/Config/Descriptions.php:899
3639 msgid "QBE saved searches table"
3640 msgstr ""
3642 #: libraries/classes/Config/Descriptions.php:900
3643 msgid "Export templates table"
3644 msgstr ""
3646 #: libraries/classes/Config/Descriptions.php:901
3647 msgid "Central columns table"
3648 msgstr ""
3650 #: libraries/classes/Config/Descriptions.php:902
3651 msgid "Show only listed databases"
3652 msgstr ""
3654 #: libraries/classes/Config/Descriptions.php:903
3655 msgid "Password for config auth"
3656 msgstr ""
3658 #: libraries/classes/Config/Descriptions.php:904
3659 msgid "PDF schema: pages table"
3660 msgstr ""
3662 #: libraries/classes/Config/Descriptions.php:905
3663 #: templates/database/operations/index.twig:122
3664 #: templates/server/databases/index.twig:24
3665 msgid "Database name"
3666 msgstr ""
3668 #: libraries/classes/Config/Descriptions.php:906
3669 msgid "Server port"
3670 msgstr ""
3672 #: libraries/classes/Config/Descriptions.php:907
3673 msgid "Recently used table"
3674 msgstr ""
3676 #: libraries/classes/Config/Descriptions.php:908
3677 msgid "Favorites table"
3678 msgstr ""
3680 #: libraries/classes/Config/Descriptions.php:909
3681 msgid "Relation table"
3682 msgstr ""
3684 #: libraries/classes/Config/Descriptions.php:910
3685 msgid "Signon session name"
3686 msgstr ""
3688 #: libraries/classes/Config/Descriptions.php:911
3689 msgid "Signon URL"
3690 msgstr ""
3692 #: libraries/classes/Config/Descriptions.php:912
3693 msgid "Server socket"
3694 msgstr ""
3696 #: libraries/classes/Config/Descriptions.php:913
3697 msgid "Use SSL"
3698 msgstr ""
3700 #: libraries/classes/Config/Descriptions.php:914
3701 msgid "Designer and PDF schema: table coordinates"
3702 msgstr ""
3704 #: libraries/classes/Config/Descriptions.php:915
3705 msgid "Display columns table"
3706 msgstr ""
3708 #: libraries/classes/Config/Descriptions.php:916
3709 msgid "UI preferences table"
3710 msgstr ""
3712 #: libraries/classes/Config/Descriptions.php:917
3713 msgid "Add DROP DATABASE"
3714 msgstr ""
3716 #: libraries/classes/Config/Descriptions.php:918
3717 #: templates/database/structure/copy_form.twig:34
3718 msgid "Add DROP TABLE"
3719 msgstr ""
3721 #: libraries/classes/Config/Descriptions.php:919
3722 msgid "Add DROP VIEW"
3723 msgstr ""
3725 #: libraries/classes/Config/Descriptions.php:920
3726 msgid "Statements to track"
3727 msgstr ""
3729 #: libraries/classes/Config/Descriptions.php:921
3730 msgid "SQL query tracking table"
3731 msgstr ""
3733 #: libraries/classes/Config/Descriptions.php:922
3734 msgid "Automatically create versions"
3735 msgstr ""
3737 #: libraries/classes/Config/Descriptions.php:923
3738 msgid "User preferences storage table"
3739 msgstr ""
3741 #: libraries/classes/Config/Descriptions.php:924
3742 msgid "Users table"
3743 msgstr ""
3745 #: libraries/classes/Config/Descriptions.php:925
3746 msgid "User groups table"
3747 msgstr ""
3749 #: libraries/classes/Config/Descriptions.php:926
3750 msgid "Hidden navigation items table"
3751 msgstr ""
3753 #: libraries/classes/Config/Descriptions.php:927
3754 msgid "User for config auth"
3755 msgstr ""
3757 #: libraries/classes/Config/Descriptions.php:928
3758 msgid "Verbose name of this server"
3759 msgstr ""
3761 #: libraries/classes/Config/Descriptions.php:929
3762 msgid "Allow to display all the rows"
3763 msgstr ""
3765 #: libraries/classes/Config/Descriptions.php:930
3766 msgid "Show password change form"
3767 msgstr ""
3769 #: libraries/classes/Config/Descriptions.php:931
3770 msgid "Show create database form"
3771 msgstr ""
3773 #: libraries/classes/Config/Descriptions.php:932
3774 msgid "Show table comments"
3775 msgstr ""
3777 #: libraries/classes/Config/Descriptions.php:933
3778 msgid "Show creation timestamp"
3779 msgstr ""
3781 #: libraries/classes/Config/Descriptions.php:934
3782 msgid "Show last update timestamp"
3783 msgstr ""
3785 #: libraries/classes/Config/Descriptions.php:935
3786 msgid "Show last check timestamp"
3787 msgstr ""
3789 #: libraries/classes/Config/Descriptions.php:936
3790 msgid "Show table charset"
3791 msgstr ""
3793 #: libraries/classes/Config/Descriptions.php:937
3794 msgid "Show field types"
3795 msgstr ""
3797 #: libraries/classes/Config/Descriptions.php:938
3798 msgid "Show function fields"
3799 msgstr ""
3801 #: libraries/classes/Config/Descriptions.php:939
3802 msgid "Show hint"
3803 msgstr ""
3805 #: libraries/classes/Config/Descriptions.php:940
3806 msgid "Show phpinfo() link"
3807 msgstr ""
3809 #: libraries/classes/Config/Descriptions.php:941
3810 msgid "Show detailed MySQL server information"
3811 msgstr ""
3813 #: libraries/classes/Config/Descriptions.php:942
3814 msgid "Show SQL queries"
3815 msgstr ""
3817 #: libraries/classes/Config/Descriptions.php:943 templates/sql/query.twig:127
3818 msgid "Retain query box"
3819 msgstr ""
3821 #: libraries/classes/Config/Descriptions.php:944
3822 msgid "Show statistics"
3823 msgstr ""
3825 #: libraries/classes/Config/Descriptions.php:945
3826 msgid "Skip locked tables"
3827 msgstr ""
3829 #: libraries/classes/Config/Descriptions.php:946
3830 #: libraries/classes/ConfigStorage/UserGroups.php:124
3831 #: libraries/classes/Controllers/JavaScriptMessagesController.php:388
3832 #: libraries/classes/Display/Results.php:2962
3833 #: libraries/classes/Html/Generator.php:664
3834 #: libraries/classes/Html/Generator.php:915
3835 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
3836 #: templates/console/display.twig:175
3837 #: templates/database/central_columns/main.twig:265
3838 #: templates/database/central_columns/main.twig:376
3839 #: templates/database/central_columns/main.twig:377
3840 #: templates/database/events/index.twig:74
3841 #: templates/database/events/index.twig:77
3842 #: templates/database/events/row.twig:23 templates/database/events/row.twig:26
3843 #: templates/database/routines/row.twig:24
3844 #: templates/database/routines/row.twig:27
3845 #: templates/database/structure/structure_table_row.twig:66
3846 #: templates/database/triggers/row.twig:28
3847 #: templates/database/triggers/row.twig:31
3848 #: templates/display/results/table.twig:227
3849 #: templates/display/results/table.twig:228 templates/indexes.twig:34
3850 #: templates/server/variables/index.twig:41
3851 #: templates/server/variables/index.twig:44 templates/setup/home/index.twig:63
3852 #: templates/table/structure/display_structure.twig:480
3853 msgid "Edit"
3854 msgstr ""
3856 #: libraries/classes/Config/Descriptions.php:947
3857 #: libraries/classes/Html/Generator.php:632
3858 msgid "Explain SQL"
3859 msgstr ""
3861 #: libraries/classes/Config/Descriptions.php:948
3862 #: libraries/classes/Export.php:592 libraries/classes/Html/Generator.php:712
3863 #: templates/console/display.twig:99
3864 #: templates/server/status/processes/index.twig:19
3865 #: templates/server/status/variables/index.twig:42
3866 msgid "Refresh"
3867 msgstr ""
3869 #: libraries/classes/Config/Descriptions.php:949
3870 #: libraries/classes/Html/Generator.php:696
3871 msgid "Create PHP code"
3872 msgstr ""
3874 #: libraries/classes/Config/Descriptions.php:950
3875 msgid "Suhosin warning"
3876 msgstr ""
3878 #: libraries/classes/Config/Descriptions.php:951
3879 msgid "Login cookie validity warning"
3880 msgstr ""
3882 #: libraries/classes/Config/Descriptions.php:952
3883 msgid "Textarea columns"
3884 msgstr ""
3886 #: libraries/classes/Config/Descriptions.php:953
3887 msgid "Textarea rows"
3888 msgstr ""
3890 #: libraries/classes/Config/Descriptions.php:954
3891 #: libraries/classes/Plugins/Export/ExportHtmlword.php:141
3892 #: libraries/classes/Plugins/Export/ExportOdt.php:185
3893 #: libraries/classes/Plugins/Export/ExportTexytext.php:125
3894 #: libraries/classes/Server/Privileges.php:1812
3895 #: libraries/classes/Server/Privileges.php:1814
3896 #: libraries/classes/Server/Status/Processes.php:126
3897 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:40
3898 #: templates/console/display.twig:184 templates/server/databases/index.twig:106
3899 #: templates/server/privileges/edit_routine_privileges.twig:17
3900 #: templates/server/privileges/privileges_table.twig:257
3901 #: templates/server/privileges/user_properties.twig:22
3902 #: templates/server/privileges/user_properties.twig:71
3903 #: templates/table/operations/index.twig:56
3904 #: templates/table/operations/index.twig:62
3905 #: templates/table/operations/index.twig:257
3906 #: templates/table/operations/index.twig:263
3907 #: templates/table/relation/common_form.twig:36
3908 #: templates/table/relation/common_form.twig:175
3909 #: templates/table/relation/foreign_key_row.twig:97
3910 msgid "Database"
3911 msgstr ""
3913 #: libraries/classes/Config/Descriptions.php:955
3914 msgid "Default title"
3915 msgstr ""
3917 #: libraries/classes/Config/Descriptions.php:956
3918 #: templates/server/status/base.twig:6
3919 msgid "Server"
3920 msgstr ""
3922 #: libraries/classes/Config/Descriptions.php:957
3923 #: libraries/classes/Plugins/Export/ExportXml.php:466
3924 #: libraries/classes/Server/Privileges.php:1818
3925 #: libraries/classes/Server/Privileges.php:1820
3926 #: templates/database/structure/show_create.twig:10
3927 #: templates/database/structure/table_header.twig:8
3928 #: templates/database/tracking/tables.twig:13
3929 #: templates/database/tracking/tables.twig:153
3930 #: templates/database/triggers/editor_form.twig:27
3931 #: templates/database/triggers/list.twig:45
3932 #: templates/server/privileges/privileges_table.twig:6
3933 #: templates/server/privileges/privileges_table.twig:259
3934 #: templates/server/privileges/user_properties.twig:37
3935 #: templates/server/privileges/user_properties.twig:82
3936 #: templates/table/maintenance/checksum.twig:12
3937 #: templates/table/operations/index.twig:65
3938 #: templates/table/operations/index.twig:266
3939 #: templates/table/relation/common_form.twig:37
3940 #: templates/table/relation/common_form.twig:182
3941 #: templates/table/relation/foreign_key_row.twig:108
3942 msgid "Table"
3943 msgstr ""
3945 #: libraries/classes/Config/Descriptions.php:958
3946 msgid "List of trusted proxies for IP allow/deny"
3947 msgstr ""
3949 #: libraries/classes/Config/Descriptions.php:959
3950 msgid "Upload directory"
3951 msgstr ""
3953 #: libraries/classes/Config/Descriptions.php:960
3954 msgid "Use database search"
3955 msgstr ""
3957 #: libraries/classes/Config/Descriptions.php:961
3958 msgid "Enable the Developer tab in settings"
3959 msgstr ""
3961 #: libraries/classes/Config/Descriptions.php:962
3962 #: libraries/classes/Setup/Index.php:128 libraries/classes/Setup/Index.php:151
3963 #: libraries/classes/Setup/Index.php:163 libraries/classes/Setup/Index.php:176
3964 #: libraries/classes/Setup/Index.php:185 libraries/classes/Setup/Index.php:193
3965 msgid "Version check"
3966 msgstr ""
3968 #: libraries/classes/Config/Descriptions.php:963
3969 msgid "Proxy URL"
3970 msgstr ""
3972 #: libraries/classes/Config/Descriptions.php:964
3973 msgid "Proxy username"
3974 msgstr ""
3976 #: libraries/classes/Config/Descriptions.php:965
3977 msgid "Proxy password"
3978 msgstr ""
3980 #: libraries/classes/Config/Descriptions.php:966
3981 msgid "ZIP"
3982 msgstr ""
3984 #: libraries/classes/Config/Descriptions.php:967
3985 msgid "URL for reCAPTCHA v2 API"
3986 msgstr ""
3988 #: libraries/classes/Config/Descriptions.php:968
3989 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API"
3990 msgstr ""
3992 #: libraries/classes/Config/Descriptions.php:969
3993 msgid "Request parameter for reCAPTCHA v2 API"
3994 msgstr ""
3996 #: libraries/classes/Config/Descriptions.php:970
3997 msgid "Response parameter for reCAPTCHA v2 API"
3998 msgstr ""
4000 #: libraries/classes/Config/Descriptions.php:971
4001 msgid "Public key for reCAPTCHA"
4002 msgstr ""
4004 #: libraries/classes/Config/Descriptions.php:972
4005 msgid "Private key for reCAPTCHA"
4006 msgstr ""
4008 #: libraries/classes/Config/Descriptions.php:973
4009 msgid "URL for reCAPTCHA siteverify"
4010 msgstr ""
4012 #: libraries/classes/Config/Descriptions.php:974
4013 msgid "Send error reports"
4014 msgstr ""
4016 #: libraries/classes/Config/Descriptions.php:975
4017 msgid "Enter executes queries in console"
4018 msgstr ""
4020 #: libraries/classes/Config/Descriptions.php:976
4021 msgid "Enable Zero Configuration mode"
4022 msgstr ""
4024 #: libraries/classes/Config/Descriptions.php:977
4025 #: templates/console/display.twig:153
4026 msgid "Show query history at start"
4027 msgstr ""
4029 #: libraries/classes/Config/Descriptions.php:978
4030 #: templates/console/display.twig:149
4031 msgid "Always expand query messages"
4032 msgstr ""
4034 #: libraries/classes/Config/Descriptions.php:979
4035 #: templates/console/display.twig:157
4036 msgid "Show current browsing query"
4037 msgstr ""
4039 #: libraries/classes/Config/Descriptions.php:980
4040 msgid "Execute queries on Enter and insert new line with Shift+Enter"
4041 msgstr ""
4043 #: libraries/classes/Config/Descriptions.php:981
4044 #: templates/console/display.twig:168
4045 msgid "Switch to dark theme"
4046 msgstr ""
4048 #: libraries/classes/Config/Descriptions.php:982
4049 msgid "Console height"
4050 msgstr ""
4052 #: libraries/classes/Config/Descriptions.php:983
4053 msgid "Console mode"
4054 msgstr ""
4056 #: libraries/classes/Config/Descriptions.php:984
4057 #: templates/console/display.twig:64
4058 msgid "Group queries"
4059 msgstr ""
4061 #: libraries/classes/Config/Descriptions.php:985
4062 #: templates/sql/profiling_chart.twig:9
4063 msgid "Order"
4064 msgstr ""
4066 #: libraries/classes/Config/Descriptions.php:986
4067 msgid "Order by"
4068 msgstr ""
4070 #: libraries/classes/Config/Descriptions.php:987
4071 msgid "Server connection collation"
4072 msgstr ""
4074 #: libraries/classes/Config/FormDisplay.php:605
4075 #, php-format
4076 msgid "Missing data for %s"
4077 msgstr ""
4079 #: libraries/classes/Config/FormDisplay.php:646
4080 #: libraries/classes/Config/Validator.php:590
4081 #: templates/config/form_display/display.twig:67
4082 msgid "Incorrect value!"
4083 msgstr ""
4085 #: libraries/classes/Config/FormDisplay.php:797
4086 #: libraries/classes/Config/FormDisplay.php:806
4087 msgid "unavailable"
4088 msgstr ""
4090 #: libraries/classes/Config/FormDisplay.php:799
4091 #: libraries/classes/Config/FormDisplay.php:808
4092 #, php-format
4093 msgid "\"%s\" requires %s extension"
4094 msgstr ""
4096 #: libraries/classes/Config/FormDisplay.php:839
4097 #, php-format
4098 msgid "Compressed import will not work due to missing function %s."
4099 msgstr ""
4101 #: libraries/classes/Config/FormDisplay.php:848
4102 #, php-format
4103 msgid "Compressed export will not work due to missing function %s."
4104 msgstr ""
4106 #: libraries/classes/Config/FormDisplay.php:867
4107 #, php-format
4108 msgid "maximum %s"
4109 msgstr ""
4111 #: libraries/classes/Config/Forms/Setup/ServersForm.php:39
4112 msgid "Config authentication"
4113 msgstr ""
4115 #: libraries/classes/Config/Forms/Setup/ServersForm.php:43
4116 msgid "HTTP authentication"
4117 msgstr ""
4119 #: libraries/classes/Config/Forms/Setup/ServersForm.php:46
4120 msgid "Signon authentication"
4121 msgstr ""
4123 #: libraries/classes/Config/Forms/User/ExportForm.php:25
4124 msgid "Quick"
4125 msgstr ""
4127 #: libraries/classes/Config/Forms/User/ExportForm.php:29
4128 msgid "Custom"
4129 msgstr ""
4131 #: libraries/classes/Config/Forms/User/ExportForm.php:55
4132 #: libraries/classes/Config/Forms/User/ExportForm.php:100
4133 #: libraries/classes/Config/Forms/User/ExportForm.php:128
4134 #: libraries/classes/Controllers/JavaScriptMessagesController.php:706
4135 #: libraries/classes/Import.php:1299 libraries/classes/Menu.php:247
4136 #: libraries/classes/Menu.php:357
4137 #: libraries/classes/Navigation/Nodes/NodeColumn.php:42
4138 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:50
4139 #: libraries/classes/Navigation/Nodes/NodeTable.php:301
4140 #: libraries/classes/Util.php:1477 libraries/classes/Util.php:1959
4141 #: libraries/classes/Util.php:1976 libraries/config.values.php:60
4142 #: libraries/config.values.php:74 libraries/config.values.php:165
4143 #: libraries/config.values.php:175
4144 #: templates/columns_definitions/table_fields_definitions.twig:4
4145 #: templates/database/central_columns/edit.twig:3
4146 #: templates/database/export/index.twig:23
4147 #: templates/database/structure/structure_table_row.twig:48
4148 #: templates/server/privileges/privileges_table.twig:352
4149 #: templates/table/tracking/structure_snapshot_columns.twig:1
4150 msgid "Structure"
4151 msgstr ""
4153 #: libraries/classes/Config/Forms/User/ExportForm.php:71
4154 #: libraries/classes/Config/Forms/User/ExportForm.php:108
4155 #: libraries/classes/Config/Forms/User/ExportForm.php:133
4156 #: libraries/classes/Config/Forms/User/ExportForm.php:139
4157 #: libraries/classes/Controllers/Server/DatabasesController.php:317
4158 #: templates/database/export/index.twig:24
4159 #: templates/server/privileges/privileges_table.twig:278
4160 #: templates/table/structure/display_table_stats.twig:17
4161 msgid "Data"
4162 msgstr ""
4164 #: libraries/classes/Config/Forms/User/ExportForm.php:91
4165 msgid "CSV for MS Excel"
4166 msgstr ""
4168 #: libraries/classes/Config/Forms/User/ExportForm.php:116
4169 msgid "Microsoft Word 2000"
4170 msgstr ""
4172 #: libraries/classes/Config/Forms/User/ExportForm.php:122
4173 #: libraries/classes/Config/Forms/User/ImportForm.php:52
4174 msgid "OpenDocument Spreadsheet"
4175 msgstr ""
4177 #: libraries/classes/Config/Forms/User/ExportForm.php:126
4178 msgid "OpenDocument Text"
4179 msgstr ""
4181 #: libraries/classes/Config/Forms/User/ExportForm.php:153
4182 #: libraries/classes/Controllers/JavaScriptMessagesController.php:373
4183 #: libraries/classes/Menu.php:277 libraries/classes/Menu.php:382
4184 #: libraries/classes/Menu.php:513 libraries/classes/Server/Privileges.php:1506
4185 #: libraries/classes/Util.php:1948 libraries/classes/Util.php:1963
4186 #: libraries/classes/Util.php:1980 templates/database/events/index.twig:16
4187 #: templates/database/events/index.twig:17
4188 #: templates/database/events/index.twig:86
4189 #: templates/database/events/row.twig:36
4190 #: templates/database/privileges/index.twig:91
4191 #: templates/database/privileges/index.twig:116
4192 #: templates/database/privileges/index.twig:117
4193 #: templates/database/routines/index.twig:16
4194 #: templates/database/routines/index.twig:17
4195 #: templates/database/routines/row.twig:64
4196 #: templates/database/routines/row.twig:67
4197 #: templates/database/structure/check_all_tables.twig:12
4198 #: templates/database/triggers/list.twig:16
4199 #: templates/database/triggers/list.twig:17
4200 #: templates/database/triggers/row.twig:41
4201 #: templates/display/results/table.twig:240
4202 #: templates/display/results/table.twig:241
4203 #: templates/display/results/table.twig:272 templates/export.twig:3
4204 #: templates/export.twig:499 templates/preferences/header.twig:42
4205 #: templates/preferences/manage/main.twig:68
4206 #: templates/server/privileges/new_user_ajax.twig:63
4207 #: templates/server/privileges/users_overview.twig:95
4208 #: templates/server/privileges/users_overview.twig:125
4209 #: templates/server/privileges/users_overview.twig:126
4210 #: templates/server/status/monitor/index.twig:81
4211 #: templates/table/privileges/index.twig:95
4212 #: templates/table/privileges/index.twig:120
4213 #: templates/table/privileges/index.twig:121
4214 msgid "Export"
4215 msgstr ""
4217 #: libraries/classes/Config/Forms/User/FeaturesForm.php:90
4218 #: templates/preferences/header.twig:18
4219 msgid "Features"
4220 msgstr ""
4222 #: libraries/classes/Config/Forms/User/ImportForm.php:43
4223 msgid "CSV using LOAD DATA"
4224 msgstr ""
4226 #: libraries/classes/Config/Forms/User/ImportForm.php:67
4227 #: libraries/classes/Controllers/JavaScriptMessagesController.php:310
4228 #: libraries/classes/Menu.php:286 libraries/classes/Menu.php:392
4229 #: libraries/classes/Menu.php:518 libraries/classes/Util.php:1949
4230 #: libraries/classes/Util.php:1964 libraries/classes/Util.php:1981
4231 #: templates/import.twig:3 templates/import.twig:199
4232 #: templates/preferences/header.twig:48
4233 #: templates/preferences/manage/main.twig:11
4234 #: templates/server/status/monitor/index.twig:78
4235 msgid "Import"
4236 msgstr ""
4238 #: libraries/classes/Config/Forms/User/MainForm.php:37
4239 msgid "Default transformations"
4240 msgstr ""
4242 #: libraries/classes/Config/PageSettings.php:135
4243 msgid "Cannot save settings, submitted configuration form contains errors!"
4244 msgstr ""
4246 #: libraries/classes/Config.php:646
4247 #, php-format
4248 msgid "Existing configuration file (%s) is not readable."
4249 msgstr ""
4251 #: libraries/classes/Config.php:684
4252 msgid "Wrong permissions on configuration file, should not be world writable!"
4253 msgstr ""
4255 #: libraries/classes/Config.php:699
4256 msgid "Failed to read configuration file!"
4257 msgstr ""
4259 #: libraries/classes/Config.php:701
4260 msgid ""
4261 "This usually means there is a syntax error in it, please check any errors "
4262 "shown below."
4263 msgstr ""
4265 #: libraries/classes/Config.php:1228
4266 #, php-format
4267 msgid "Invalid server index: %s"
4268 msgstr ""
4270 #: libraries/classes/Config.php:1241
4271 #, php-format
4272 msgid "Server %d"
4273 msgstr ""
4275 #: libraries/classes/Config/ServerConfigChecks.php:67
4276 #, php-format
4277 msgid ""
4278 "This %soption%s should be disabled as it allows attackers to bruteforce "
4279 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4280 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4281 "protection with trusted proxies list may not be reliable if your IP belongs "
4282 "to an ISP where thousands of users, including you, are connected to."
4283 msgstr ""
4285 #: libraries/classes/Config/ServerConfigChecks.php:92
4286 msgid ""
4287 "This value should be double checked to ensure that this directory is neither "
4288 "world accessible nor readable or writable by other users on your server."
4289 msgstr ""
4291 #: libraries/classes/Config/ServerConfigChecks.php:162
4292 msgid "You should use SSL connections if your database server supports it."
4293 msgstr ""
4295 #: libraries/classes/Config/ServerConfigChecks.php:169
4296 #, php-format
4297 msgid ""
4298 "If you feel this is necessary, use additional protection settings - %1$shost "
4299 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4300 "based protection may not be reliable if your IP belongs to an ISP where "
4301 "thousands of users, including you, are connected to."
4302 msgstr ""
4304 #: libraries/classes/Config/ServerConfigChecks.php:195
4305 #, php-format
4306 msgid ""
4307 "You set the [kbd]config[/kbd] authentication type and included username and "
4308 "password for auto-login, which is not a desirable option for live hosts. "
4309 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4310 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4311 "[kbd]http[/kbd]."
4312 msgstr ""
4314 #: libraries/classes/Config/ServerConfigChecks.php:224
4315 msgid "You allow for connecting to the server without a password."
4316 msgstr ""
4318 #: libraries/classes/Config/ServerConfigChecks.php:304
4319 #, php-format
4320 msgid ""
4321 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4322 "system."
4323 msgstr ""
4325 #: libraries/classes/Config/ServerConfigChecks.php:325
4326 #, php-format
4327 msgid ""
4328 "%sZip compression%s requires functions (%s) which are unavailable on this "
4329 "system."
4330 msgstr ""
4332 #: libraries/classes/Config/ServerConfigChecks.php:359
4333 msgid ""
4334 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4335 "authentication, so a key was automatically generated for you. It is used to "
4336 "encrypt cookies; you don't need to remember it."
4337 msgstr ""
4339 #: libraries/classes/Config/ServerConfigChecks.php:373
4340 msgid "Key is too short, it should have at least 32 characters."
4341 msgstr ""
4343 #: libraries/classes/Config/ServerConfigChecks.php:383
4344 msgid "Key should contain letters, numbers [em]and[/em] special characters."
4345 msgstr ""
4347 #: libraries/classes/Config/ServerConfigChecks.php:416
4348 #, php-format
4349 msgid ""
4350 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4351 "may cause random session invalidation (currently session.gc_maxlifetime is "
4352 "%5$d)."
4353 msgstr ""
4355 #: libraries/classes/Config/ServerConfigChecks.php:438
4356 #, php-format
4357 msgid ""
4358 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4359 "most. Values larger than 1800 may pose a security risk such as impersonation."
4360 msgstr ""
4362 #: libraries/classes/Config/ServerConfigChecks.php:464
4363 #, php-format
4364 msgid ""
4365 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4366 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4367 msgstr ""
4369 #: libraries/classes/Config/ServerConfigChecks.php:503
4370 #, php-format
4371 msgid ""
4372 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4373 "are unavailable on this system."
4374 msgstr ""
4376 #: libraries/classes/Config/ServerConfigChecks.php:534
4377 #, php-format
4378 msgid ""
4379 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4380 "are unavailable on this system."
4381 msgstr ""
4383 #: libraries/classes/ConfigStorage/Relation.php:1361
4384 msgid "no description"
4385 msgstr ""
4387 #: libraries/classes/ConfigStorage/Relation.php:1563
4388 #, php-format
4389 msgid ""
4390 "You do not have necessary privileges to create a database named '%s'. You "
4391 "may go to 'Operations' tab of any database to set up the phpMyAdmin "
4392 "configuration storage there."
4393 msgstr ""
4395 #: libraries/classes/ConfigStorage/UserGroups.php:114
4396 msgid "View users"
4397 msgstr ""
4399 #: libraries/classes/ConfigStorage/UserGroups.php:247
4400 msgid "Server-level tabs"
4401 msgstr ""
4403 #: libraries/classes/ConfigStorage/UserGroups.php:252
4404 msgid "Database-level tabs"
4405 msgstr ""
4407 #: libraries/classes/ConfigStorage/UserGroups.php:257
4408 msgid "Table-level tabs"
4409 msgstr ""
4411 #: libraries/classes/Config/Validator.php:243
4412 msgid "Could not connect to the database server!"
4413 msgstr ""
4415 #: libraries/classes/Config/Validator.php:279
4416 msgid "Invalid authentication type!"
4417 msgstr ""
4419 #: libraries/classes/Config/Validator.php:284
4420 msgid "Empty username while using [kbd]config[/kbd] authentication method!"
4421 msgstr ""
4423 #: libraries/classes/Config/Validator.php:290
4424 msgid ""
4425 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4426 "method!"
4427 msgstr ""
4429 #: libraries/classes/Config/Validator.php:297
4430 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4431 msgstr ""
4433 #: libraries/classes/Config/Validator.php:351
4434 msgid ""
4435 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4436 msgstr ""
4438 #: libraries/classes/Config/Validator.php:358
4439 msgid ""
4440 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4441 "storage!"
4442 msgstr ""
4444 #: libraries/classes/Config/Validator.php:449
4445 msgid "Incorrect value:"
4446 msgstr ""
4448 #: libraries/classes/Config/Validator.php:460
4449 #, php-format
4450 msgid "Incorrect IP address: %s"
4451 msgstr ""
4453 #: libraries/classes/Config/Validator.php:523
4454 #: templates/config/form_display/display.twig:66
4455 msgid "Not a valid port number!"
4456 msgstr ""
4458 #: libraries/classes/Config/Validator.php:545
4459 #: templates/config/form_display/display.twig:64
4460 msgid "Not a positive number!"
4461 msgstr ""
4463 #: libraries/classes/Config/Validator.php:567
4464 #: templates/config/form_display/display.twig:65
4465 msgid "Not a non-negative number!"
4466 msgstr ""
4468 #: libraries/classes/Config/Validator.php:608
4469 #: templates/config/form_display/display.twig:68
4470 #, php-format
4471 msgid "Value must be less than or equal to %s!"
4472 msgstr ""
4474 #: libraries/classes/Console.php:92
4475 #, php-format
4476 msgid "Showing %1$d bookmark (both private and shared)"
4477 msgid_plural "Showing %1$d bookmarks (both private and shared)"
4478 msgstr[0] ""
4480 #: libraries/classes/Console.php:99
4481 msgid "No bookmarks"
4482 msgstr ""
4484 #: libraries/classes/Console.php:128
4485 msgid "SQL Query Console"
4486 msgstr ""
4488 #: libraries/classes/Controllers/AbstractController.php:73
4489 #: libraries/classes/Controllers/JavaScriptMessagesController.php:343
4490 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:68
4491 #: libraries/classes/DbTableExists.php:47
4492 msgid "No databases selected."
4493 msgstr ""
4495 #: libraries/classes/Controllers/ChangeLogController.php:38
4496 #: libraries/classes/Controllers/LicenseController.php:36
4497 #, php-format
4498 msgid ""
4499 "The %s file is not available on this system, please visit %s for more "
4500 "information."
4501 msgstr ""
4503 #: libraries/classes/Controllers/Database/CentralColumnsController.php:140
4504 #, php-format
4505 msgid "Showing rows %1$s - %2$s."
4506 msgstr ""
4508 #. l10n: The user tries to save a page with an existing name in Designer
4509 #: libraries/classes/Controllers/Database/DesignerController.php:92
4510 #, php-format
4511 msgid ""
4512 "There already exists a page named \"%s\" please rename it to something else."
4513 msgstr ""
4515 #: libraries/classes/Controllers/Database/ExportController.php:81
4516 #: libraries/classes/Controllers/Database/TrackingController.php:130
4517 #: libraries/classes/Controllers/Export/ExportController.php:442
4518 #: libraries/classes/Database/Qbe.php:322
4519 #: templates/database/structure/index.twig:25
4520 #: templates/navigation/tree/path.twig:9
4521 msgid "No tables found in database."
4522 msgstr ""
4524 #: libraries/classes/Controllers/Database/ExportController.php:143
4525 #: libraries/classes/Controllers/Server/ExportController.php:73
4526 #: libraries/classes/Controllers/Table/ExportController.php:104
4527 msgid "Could not load export plugins, please check your installation!"
4528 msgstr ""
4530 #: libraries/classes/Controllers/Database/ImportController.php:72
4531 #: libraries/classes/Controllers/Import/ImportController.php:564
4532 #: libraries/classes/Controllers/Server/ImportController.php:58
4533 #: libraries/classes/Controllers/Table/ImportController.php:69
4534 msgid "Could not load import plugins, please check your installation!"
4535 msgstr ""
4537 #: libraries/classes/Controllers/Database/Operations/CollationController.php:48
4538 #: libraries/classes/Controllers/Table/OperationsController.php:258
4539 msgid "No collation provided."
4540 msgstr ""
4542 #: libraries/classes/Controllers/Database/OperationsController.php:90
4543 #: libraries/classes/Controllers/Table/CreateController.php:72
4544 msgid "The database name is empty!"
4545 msgstr ""
4547 #: libraries/classes/Controllers/Database/OperationsController.php:99
4548 msgid "Cannot copy database to the same name. Change the name and try again."
4549 msgstr ""
4551 #: libraries/classes/Controllers/Database/OperationsController.php:177
4552 #, php-format
4553 msgid "Database %1$s has been renamed to %2$s."
4554 msgstr ""
4556 #: libraries/classes/Controllers/Database/OperationsController.php:187
4557 #, php-format
4558 msgid "Database %1$s has been copied to %2$s."
4559 msgstr ""
4561 #: libraries/classes/Controllers/Database/OperationsController.php:296
4562 #, php-format
4563 msgid ""
4564 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4565 msgstr ""
4567 #: libraries/classes/Controllers/Database/SearchController.php:52
4568 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:90
4569 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:103
4570 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:82
4571 #: libraries/classes/Plugins/AuthenticationPlugin.php:184
4572 msgid "Access denied!"
4573 msgstr ""
4575 #: libraries/classes/Controllers/Database/Structure/AddPrefixController.php:21
4576 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:45
4577 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:45
4578 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:45
4579 #: libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php:22
4580 #: libraries/classes/Controllers/Database/Structure/CopyFormController.php:21
4581 #: libraries/classes/Controllers/Database/Structure/DropFormController.php:37
4582 #: libraries/classes/Controllers/Database/Structure/EmptyFormController.php:24
4583 #: libraries/classes/Controllers/Database/Structure/ShowCreateController.php:32
4584 #: libraries/classes/Controllers/Export/TablesController.php:29
4585 #: libraries/classes/Controllers/JavaScriptMessagesController.php:344
4586 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:54
4587 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:54
4588 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:54
4589 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:54
4590 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:54
4591 msgid "No table selected."
4592 msgstr ""
4594 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:53
4595 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:53
4596 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:53
4597 msgid "Success!"
4598 msgstr ""
4600 #: libraries/classes/Controllers/Database/StructureController.php:366
4601 #: templates/table/operations/index.twig:451
4602 #: templates/table/operations/view.twig:32
4603 #, php-format
4604 msgid "View %s has been dropped."
4605 msgstr ""
4607 #: libraries/classes/Controllers/Database/StructureController.php:367
4608 #: templates/table/operations/index.twig:451
4609 #, php-format
4610 msgid "Table %s has been dropped."
4611 msgstr ""
4613 #: libraries/classes/Controllers/Database/StructureController.php:414
4614 #: templates/table/operations/index.twig:410
4615 #: templates/table/operations/index.twig:428
4616 #, php-format
4617 msgid "Table %s has been emptied."
4618 msgstr ""
4620 #: libraries/classes/Controllers/Database/StructureController.php:577
4621 #: libraries/classes/Display/Results.php:3971
4622 #, php-format
4623 msgid ""
4624 "This view has at least this number of rows. Please refer to "
4625 "%sdocumentation%s."
4626 msgstr ""
4628 #: libraries/classes/Controllers/Database/StructureController.php:766
4629 msgid "unknown"
4630 msgstr ""
4632 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:56
4633 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:72
4634 #: libraries/classes/Controllers/JavaScriptMessagesController.php:488
4635 #: libraries/classes/Controllers/Table/DeleteRowsController.php:56
4636 #: libraries/classes/Controllers/Table/DropColumnController.php:57
4637 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:58
4638 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:82
4639 #: libraries/classes/IndexColumn.php:164 libraries/classes/Index.php:525
4640 #: libraries/classes/Plugins/Export/ExportHtmlword.php:633
4641 #: libraries/classes/Plugins/Export/ExportLatex.php:625
4642 #: libraries/classes/Plugins/Export/ExportOdt.php:783
4643 #: libraries/classes/Plugins/Export/ExportTexytext.php:619
4644 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:754
4645 #: templates/config/form_display/input.twig:42
4646 #: templates/database/central_columns/main.twig:356
4647 #: templates/database/data_dictionary/index.twig:47
4648 #: templates/database/data_dictionary/index.twig:91
4649 #: templates/database/designer/main.twig:1117
4650 #: templates/database/privileges/index.twig:69
4651 #: templates/database/structure/drop_form.twig:19
4652 #: templates/database/structure/empty_form.twig:19 templates/indexes.twig:65
4653 #: templates/preferences/autoload.twig:11
4654 #: templates/preferences/manage/error.twig:18
4655 #: templates/server/privileges/new_user_ajax.twig:20
4656 #: templates/server/privileges/new_user_ajax.twig:34
4657 #: templates/server/privileges/privileges_summary.twig:37
4658 #: templates/server/privileges/privileges_summary.twig:40
4659 #: templates/server/privileges/privileges_summary.twig:42
4660 #: templates/server/privileges/users_overview.twig:53
4661 #: templates/server/privileges/users_overview.twig:65
4662 #: templates/table/delete/confirm.twig:28
4663 #: templates/table/privileges/index.twig:73
4664 #: templates/table/structure/display_structure.twig:80
4665 #: templates/table/structure/display_structure.twig:515
4666 #: templates/table/structure/drop_confirm.twig:19
4667 #: templates/table/structure/primary.twig:22
4668 #: templates/table/tracking/structure_snapshot_columns.twig:33
4669 #: templates/table/tracking/structure_snapshot_indexes.twig:23
4670 #: templates/table/tracking/structure_snapshot_indexes.twig:24
4671 msgid "Yes"
4672 msgstr ""
4674 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:57
4675 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:73
4676 #: libraries/classes/Controllers/Table/DropColumnController.php:74
4677 #: libraries/classes/Controllers/Table/OperationsController.php:318
4678 #: libraries/classes/Controllers/Table/ReplaceController.php:419
4679 #: libraries/classes/Core.php:728 templates/preview_sql.twig:3
4680 msgid "No change"
4681 msgstr ""
4683 #: libraries/classes/Controllers/Database/Structure/FavoriteTableController.php:105
4684 msgid "Favorite List is full!"
4685 msgstr ""
4687 #: libraries/classes/Controllers/Database/TrackingController.php:83
4688 #: libraries/classes/Controllers/Database/TrackingController.php:103
4689 msgid "Tracking data deleted successfully."
4690 msgstr ""
4692 #: libraries/classes/Controllers/Database/TrackingController.php:90
4693 #, php-format
4694 msgid ""
4695 "Version %1$s was created for selected tables, tracking is active for them."
4696 msgstr ""
4698 #: libraries/classes/Controllers/Database/TrackingController.php:120
4699 msgid "No tables selected."
4700 msgstr ""
4702 #: libraries/classes/Controllers/Database/TrackingController.php:155
4703 msgid "Database Log"
4704 msgstr ""
4706 #: libraries/classes/Controllers/ErrorReportController.php:106
4707 msgid ""
4708 "An error has been detected and an error report has been automatically "
4709 "submitted based on your settings."
4710 msgstr ""
4712 #: libraries/classes/Controllers/ErrorReportController.php:110
4713 msgid "Thank you for submitting this report."
4714 msgstr ""
4716 #: libraries/classes/Controllers/ErrorReportController.php:114
4717 msgid ""
4718 "An error has been detected and an error report has been generated but failed "
4719 "to be sent."
4720 msgstr ""
4722 #: libraries/classes/Controllers/ErrorReportController.php:117
4723 msgid "If you experience any problems please submit a bug report manually."
4724 msgstr ""
4726 #: libraries/classes/Controllers/ErrorReportController.php:120
4727 msgid "You may want to refresh the page."
4728 msgstr ""
4730 #: libraries/classes/Controllers/Export/ExportController.php:239
4731 #: libraries/classes/Export.php:1334
4732 msgid "Bad type!"
4733 msgstr "မကောင်းတဲ့အမျိုးအစား!"
4735 #: libraries/classes/Controllers/Export/ExportController.php:333
4736 msgid "Bad parameters!"
4737 msgstr ""
4739 #: libraries/classes/Controllers/HomeController.php:95
4740 msgid ""
4741 "You were logged out from one server, to logout completely from phpMyAdmin, "
4742 "you need to logout from all servers."
4743 msgstr ""
4745 #: libraries/classes/Controllers/HomeController.php:196
4746 #, php-format
4747 msgid ""
4748 "The phpMyAdmin configuration storage is not completely configured, some "
4749 "extended features have been deactivated. %sFind out why%s. "
4750 msgstr ""
4752 #: libraries/classes/Controllers/HomeController.php:202
4753 msgid ""
4754 "Or alternately go to 'Operations' tab of any database to set it up there."
4755 msgstr ""
4757 #: libraries/classes/Controllers/HomeController.php:265
4758 msgid ""
4759 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
4760 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
4761 "than cookie validity configured in phpMyAdmin, because of this, your login "
4762 "might expire sooner than configured in phpMyAdmin."
4763 msgstr ""
4765 #: libraries/classes/Controllers/HomeController.php:282
4766 msgid ""
4767 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
4768 "because of this, your login will expire sooner than configured in phpMyAdmin."
4769 msgstr ""
4771 #: libraries/classes/Controllers/HomeController.php:301
4772 msgid ""
4773 "Your server is running with default values for the controluser and password "
4774 "(controlpass) and is open to intrusion; you really should fix this security "
4775 "weakness by changing the password for controluser 'pma'."
4776 msgstr ""
4778 #: libraries/classes/Controllers/HomeController.php:317
4779 msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
4780 msgstr ""
4782 #: libraries/classes/Controllers/HomeController.php:325
4783 #, php-format
4784 msgid ""
4785 "The secret passphrase in configuration (blowfish_secret) is not the correct "
4786 "length. It should be %d bytes long."
4787 msgstr ""
4789 #: libraries/classes/Controllers/HomeController.php:342
4790 msgid ""
4791 "Directory [code]config[/code], which is used by the setup script, still "
4792 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
4793 "once phpMyAdmin has been configured. Otherwise the security of your server "
4794 "may be compromised by unauthorized people downloading your configuration."
4795 msgstr ""
4797 #: libraries/classes/Controllers/HomeController.php:363
4798 #, php-format
4799 msgid ""
4800 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
4801 "issues."
4802 msgstr ""
4804 #: libraries/classes/Controllers/HomeController.php:377
4805 #, php-format
4806 msgid ""
4807 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
4808 "templates and will be slow because of this."
4809 msgstr ""
4811 #: libraries/classes/Controllers/HomeController.php:434
4812 msgid ""
4813 "The mbstring PHP extension was not found and you seem to be using a "
4814 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
4815 "split strings correctly and it may result in unexpected results."
4816 msgstr ""
4818 #: libraries/classes/Controllers/HomeController.php:452
4819 msgid ""
4820 "The curl extension was not found and allow_url_fopen is disabled. Due to "
4821 "this some features such as error reporting or version check are disabled."
4822 msgstr ""
4824 #: libraries/classes/Controllers/Import/ImportController.php:108
4825 msgid "Incomplete params"
4826 msgstr ""
4828 #: libraries/classes/Controllers/Import/ImportController.php:122
4829 msgid "Succeeded"
4830 msgstr ""
4832 #: libraries/classes/Controllers/Import/ImportController.php:126
4833 #: libraries/classes/Controllers/JavaScriptMessagesController.php:575
4834 msgid "Failed"
4835 msgstr ""
4837 #: libraries/classes/Controllers/Import/ImportController.php:217
4838 #, php-format
4839 msgid ""
4840 "You probably tried to upload a file that is too large. Please refer to "
4841 "%sdocumentation%s for a workaround for this limit."
4842 msgstr ""
4844 #: libraries/classes/Controllers/Import/ImportController.php:372
4845 #: libraries/classes/Controllers/Import/ImportController.php:604
4846 msgid "Showing bookmark"
4847 msgstr ""
4849 #: libraries/classes/Controllers/Import/ImportController.php:393
4850 #: libraries/classes/Controllers/Import/ImportController.php:600
4851 msgid "The bookmark has been deleted."
4852 msgstr ""
4854 #: libraries/classes/Controllers/Import/ImportController.php:510
4855 msgid ""
4856 "No data was received to import. Either no file name was submitted, or the "
4857 "file size exceeded the maximum size permitted by your PHP configuration. See "
4858 "[doc@faq1-16]FAQ 1.16[/doc]."
4859 msgstr ""
4861 #: libraries/classes/Controllers/Import/ImportController.php:612
4862 #, php-format
4863 msgid "Import has been successfully finished, %d query executed."
4864 msgid_plural "Import has been successfully finished, %d queries executed."
4865 msgstr[0] ""
4867 #: libraries/classes/Controllers/Import/ImportController.php:644
4868 #, php-format
4869 msgid ""
4870 "Script timeout passed, if you want to finish import, please %sresubmit the "
4871 "same file%s and import will resume."
4872 msgstr ""
4874 #: libraries/classes/Controllers/Import/ImportController.php:654
4875 msgid ""
4876 "However on last run no data has been parsed, this usually means phpMyAdmin "
4877 "won't be able to finish this import unless you increase php time limits."
4878 msgstr ""
4880 #: libraries/classes/Controllers/Import/ImportController.php:725
4881 #: libraries/classes/Controllers/Sql/SqlController.php:163
4882 msgid "\"DROP DATABASE\" statements are disabled."
4883 msgstr ""
4885 #: libraries/classes/Controllers/Import/SimulateDmlController.php:38
4886 msgid "Only single-table UPDATE and DELETE queries can be simulated."
4887 msgstr ""
4889 #: libraries/classes/Controllers/Import/StatusController.php:66
4890 msgid "Could not load the progress of the import."
4891 msgstr ""
4893 #: libraries/classes/Controllers/JavaScriptMessagesController.php:39
4894 #: templates/server/databases/index.twig:318
4895 msgid "Confirm"
4896 msgstr ""
4898 #: libraries/classes/Controllers/JavaScriptMessagesController.php:40
4899 #, php-format
4900 msgid "Do you really want to execute \"%s\"?"
4901 msgstr ""
4903 #: libraries/classes/Controllers/JavaScriptMessagesController.php:41
4904 msgid "You are about to DESTROY a complete database!"
4905 msgstr ""
4907 #: libraries/classes/Controllers/JavaScriptMessagesController.php:43
4908 msgid "Cannot rename database to the same name. Change the name and try again"
4909 msgstr ""
4911 #: libraries/classes/Controllers/JavaScriptMessagesController.php:45
4912 msgid "You are about to DESTROY a complete table!"
4913 msgstr ""
4915 #: libraries/classes/Controllers/JavaScriptMessagesController.php:46
4916 msgid "You are about to TRUNCATE a complete table!"
4917 msgstr ""
4919 #: libraries/classes/Controllers/JavaScriptMessagesController.php:47
4920 msgid "You are about to DELETE all the rows of the table!"
4921 msgstr ""
4923 #: libraries/classes/Controllers/JavaScriptMessagesController.php:48
4924 msgid "Delete tracking data for this table?"
4925 msgstr ""
4927 #: libraries/classes/Controllers/JavaScriptMessagesController.php:49
4928 msgid "Delete tracking data for these tables?"
4929 msgstr ""
4931 #: libraries/classes/Controllers/JavaScriptMessagesController.php:50
4932 msgid "Delete tracking data for this version?"
4933 msgstr ""
4935 #: libraries/classes/Controllers/JavaScriptMessagesController.php:51
4936 msgid "Delete tracking data for these versions?"
4937 msgstr ""
4939 #: libraries/classes/Controllers/JavaScriptMessagesController.php:52
4940 msgid "Delete entry from tracking report?"
4941 msgstr ""
4943 #: libraries/classes/Controllers/JavaScriptMessagesController.php:53
4944 msgid "Deleting tracking data"
4945 msgstr ""
4947 #: libraries/classes/Controllers/JavaScriptMessagesController.php:54
4948 msgid "Dropping Primary Key/Index"
4949 msgstr ""
4951 #: libraries/classes/Controllers/JavaScriptMessagesController.php:55
4952 msgid "Dropping Foreign key."
4953 msgstr ""
4955 #: libraries/classes/Controllers/JavaScriptMessagesController.php:56
4956 msgid "This operation could take a long time. Proceed anyway?"
4957 msgstr ""
4959 #: libraries/classes/Controllers/JavaScriptMessagesController.php:57
4960 #, php-format
4961 msgid "Do you really want to delete user group \"%s\"?"
4962 msgstr ""
4964 #: libraries/classes/Controllers/JavaScriptMessagesController.php:58
4965 #, php-format
4966 msgid "Do you really want to delete the search \"%s\"?"
4967 msgstr ""
4969 #: libraries/classes/Controllers/JavaScriptMessagesController.php:59
4970 msgid "You have unsaved changes; are you sure you want to leave this page?"
4971 msgstr ""
4973 #: libraries/classes/Controllers/JavaScriptMessagesController.php:61
4974 msgid ""
4975 "You are trying to reduce the number of rows, but have already entered data "
4976 "in those rows which will be lost. Do you wish to continue?"
4977 msgstr ""
4979 #: libraries/classes/Controllers/JavaScriptMessagesController.php:64
4980 msgid "Do you really want to revoke the selected user(s) ?"
4981 msgstr ""
4983 #: libraries/classes/Controllers/JavaScriptMessagesController.php:65
4984 msgid "Do you really want to delete this central column?"
4985 msgstr ""
4987 #: libraries/classes/Controllers/JavaScriptMessagesController.php:66
4988 msgid "Do you really want to delete the selected items?"
4989 msgstr ""
4991 #: libraries/classes/Controllers/JavaScriptMessagesController.php:68
4992 msgid ""
4993 "Do you really want to DROP the selected partition(s)? This will also DELETE "
4994 "the data related to the selected partition(s)!"
4995 msgstr ""
4997 #: libraries/classes/Controllers/JavaScriptMessagesController.php:71
4998 msgid "Do you really want to TRUNCATE the selected partition(s)?"
4999 msgstr ""
5001 #: libraries/classes/Controllers/JavaScriptMessagesController.php:72
5002 msgid "Do you really want to remove partitioning?"
5003 msgstr ""
5005 #: libraries/classes/Controllers/JavaScriptMessagesController.php:73
5006 msgid "Do you really want to reset the replica (RESET REPLICA)?"
5007 msgstr ""
5009 #: libraries/classes/Controllers/JavaScriptMessagesController.php:75
5010 msgid ""
5011 "This operation will attempt to convert your data to the new collation. In "
5012 "rare cases, especially where a character doesn't exist in the new collation, "
5013 "this process could cause the data to appear incorrectly under the new "
5014 "collation; in this case we suggest you revert to the original collation and "
5015 "refer to the tips at "
5016 msgstr ""
5018 #: libraries/classes/Controllers/JavaScriptMessagesController.php:81
5019 msgid "Garbled Data"
5020 msgstr ""
5022 #: libraries/classes/Controllers/JavaScriptMessagesController.php:83
5023 msgid "Are you sure you wish to change the collation and convert the data?"
5024 msgstr ""
5026 #: libraries/classes/Controllers/JavaScriptMessagesController.php:86
5027 msgid ""
5028 "Through this operation, MySQL attempts to map the data values between "
5029 "collations. If the character sets are incompatible, there may be data loss "
5030 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5031 "column collation(s). <b>To convert existing data, it is suggested to use the "
5032 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5033 "</b>"
5034 msgstr ""
5036 #: libraries/classes/Controllers/JavaScriptMessagesController.php:94
5037 msgid ""
5038 "Are you sure you wish to change all the column collations and convert the "
5039 "data?"
5040 msgstr ""
5042 #: libraries/classes/Controllers/JavaScriptMessagesController.php:97
5043 #: templates/export.twig:324
5044 msgid "Save & close"
5045 msgstr ""
5047 #: libraries/classes/Controllers/JavaScriptMessagesController.php:98
5048 #: templates/config/form_display/display.twig:47
5049 #: templates/preferences/manage/main.twig:114
5050 #: templates/preferences/manage/main.twig:122
5051 #: templates/table/insert/actions_panel.twig:36
5052 msgid "Reset"
5053 msgstr ""
5055 #: libraries/classes/Controllers/JavaScriptMessagesController.php:99
5056 msgid "Reset all"
5057 msgstr ""
5059 #: libraries/classes/Controllers/JavaScriptMessagesController.php:102
5060 msgid "Missing value in the form!"
5061 msgstr ""
5063 #: libraries/classes/Controllers/JavaScriptMessagesController.php:103
5064 msgid "Select at least one of the options!"
5065 msgstr ""
5067 #: libraries/classes/Controllers/JavaScriptMessagesController.php:104
5068 msgid "Please enter a valid number!"
5069 msgstr ""
5071 #: libraries/classes/Controllers/JavaScriptMessagesController.php:105
5072 msgid "Please enter a valid length!"
5073 msgstr ""
5075 #: libraries/classes/Controllers/JavaScriptMessagesController.php:106
5076 msgid "Add index"
5077 msgstr ""
5079 #: libraries/classes/Controllers/JavaScriptMessagesController.php:107
5080 msgid "Edit index"
5081 msgstr ""
5083 #. l10n: Rename a table Index
5084 #: libraries/classes/Controllers/JavaScriptMessagesController.php:109
5085 msgid "Rename index"
5086 msgstr ""
5088 #: libraries/classes/Controllers/JavaScriptMessagesController.php:110
5089 #: templates/table/index_form.twig:234
5090 #, php-format
5091 msgid "Add %s column(s) to index"
5092 msgstr ""
5094 #: libraries/classes/Controllers/JavaScriptMessagesController.php:111
5095 msgid "Create single-column index"
5096 msgstr ""
5098 #: libraries/classes/Controllers/JavaScriptMessagesController.php:112
5099 msgid "Create composite index"
5100 msgstr ""
5102 #: libraries/classes/Controllers/JavaScriptMessagesController.php:113
5103 msgid "Composite with:"
5104 msgstr ""
5106 #: libraries/classes/Controllers/JavaScriptMessagesController.php:114
5107 msgid "Please select column(s) for the index."
5108 msgstr ""
5110 #: libraries/classes/Controllers/JavaScriptMessagesController.php:117
5111 #: templates/columns_definitions/column_definitions_form.twig:157
5112 #: templates/modals/index_dialog_modal.twig:11
5113 #: templates/table/index_form.twig:240
5114 #: templates/table/index_rename_form.twig:28
5115 #: templates/table/insert/actions_panel.twig:35
5116 #: templates/table/relation/common_form.twig:224
5117 #: templates/table/structure/display_structure.twig:344
5118 msgid "Preview SQL"
5119 msgstr ""
5121 #: libraries/classes/Controllers/JavaScriptMessagesController.php:120
5122 #: templates/sql/query.twig:218
5123 msgid "Simulate query"
5124 msgstr ""
5126 #: libraries/classes/Controllers/JavaScriptMessagesController.php:121
5127 msgid "Matched rows:"
5128 msgstr ""
5130 #: libraries/classes/Controllers/JavaScriptMessagesController.php:122
5131 #: libraries/classes/Html/Generator.php:887 templates/export.twig:67
5132 msgid "SQL query:"
5133 msgstr ""
5135 #. l10n: Default label for the y-Axis of Charts
5136 #: libraries/classes/Controllers/JavaScriptMessagesController.php:126
5137 msgid "Y values"
5138 msgstr ""
5140 #: libraries/classes/Controllers/JavaScriptMessagesController.php:129
5141 msgid "Please enter the SQL query first."
5142 msgstr ""
5144 #: libraries/classes/Controllers/JavaScriptMessagesController.php:132
5145 msgid "The host name is empty!"
5146 msgstr ""
5148 #: libraries/classes/Controllers/JavaScriptMessagesController.php:133
5149 msgid "The user name is empty!"
5150 msgstr ""
5152 #: libraries/classes/Controllers/JavaScriptMessagesController.php:134
5153 #: libraries/classes/Server/Privileges.php:943
5154 #: libraries/classes/UserPassword.php:42
5155 msgid "The password is empty!"
5156 msgstr ""
5158 #: libraries/classes/Controllers/JavaScriptMessagesController.php:135
5159 #: libraries/classes/Server/Privileges.php:941
5160 #: libraries/classes/UserPassword.php:46
5161 msgid "The passwords aren't the same!"
5162 msgstr ""
5164 #: libraries/classes/Controllers/JavaScriptMessagesController.php:136
5165 msgid "Removing Selected Users"
5166 msgstr ""
5168 #: libraries/classes/Controllers/JavaScriptMessagesController.php:137
5169 #: libraries/classes/Tracking.php:237 libraries/classes/Tracking.php:641
5170 #: templates/columns_definitions/column_definitions_form.twig:176
5171 #: templates/columns_definitions/column_definitions_form.twig:181
5172 #: templates/error/report_modal.twig:14 templates/export_modal.twig:6
5173 #: templates/export_modal.twig:10 templates/export.twig:82
5174 #: templates/export.twig:92 templates/export.twig:194
5175 #: templates/home/index.twig:285 templates/home/index.twig:293
5176 #: templates/modals/build_query.twig:6 templates/modals/build_query.twig:16
5177 #: templates/modals/create_view.twig:6 templates/modals/create_view.twig:11
5178 #: templates/modals/enum_set_editor.twig:6
5179 #: templates/modals/enum_set_editor.twig:11
5180 #: templates/modals/index_dialog_modal.twig:6
5181 #: templates/modals/index_dialog_modal.twig:12
5182 #: templates/modals/preview_sql_confirmation.twig:6
5183 #: templates/modals/preview_sql_confirmation.twig:15
5184 #: templates/modals/preview_sql_modal.twig:6
5185 #: templates/modals/preview_sql_modal.twig:10
5186 #: templates/modals/unhide_nav_item.twig:6
5187 #: templates/modals/unhide_nav_item.twig:10
5188 #: templates/server/privileges/users_overview.twig:169
5189 #: templates/server/privileges/users_overview.twig:177
5190 #: templates/server/status/advisor/index.twig:20
5191 #: templates/server/status/advisor/index.twig:45
5192 #: templates/server/status/monitor/index.twig:129
5193 #: templates/server/status/monitor/index.twig:218
5194 #: templates/server/user_groups/user_groups.twig:51
5195 #: templates/server/user_groups/user_groups.twig:55
5196 #: templates/sql/query.twig:219 templates/sql/query.twig:224
5197 #: templates/table/insert/actions_panel.twig:47
5198 #: templates/table/insert/actions_panel.twig:52
5199 #: templates/table/relation/common_form.twig:234
5200 #: templates/table/relation/common_form.twig:239
5201 #: templates/table/search/index.twig:182
5202 #: templates/table/structure/display_structure.twig:329
5203 #: templates/table/structure/display_structure.twig:345
5204 #: templates/table/structure/display_structure.twig:356
5205 #: templates/table/zoom_search/result_form.twig:27
5206 #: templates/table/zoom_search/result_form.twig:79
5207 #: templates/table/zoom_search/result_form.twig:96
5208 msgid "Close"
5209 msgstr ""
5211 #: libraries/classes/Controllers/JavaScriptMessagesController.php:138
5212 #: templates/server/privileges/users_overview.twig:105
5213 msgctxt "Lock the account."
5214 msgid "Lock"
5215 msgstr ""
5217 #: libraries/classes/Controllers/JavaScriptMessagesController.php:139
5218 #: templates/server/privileges/users_overview.twig:102
5219 msgctxt "Unlock the account."
5220 msgid "Unlock"
5221 msgstr ""
5223 #: libraries/classes/Controllers/JavaScriptMessagesController.php:140
5224 #: templates/server/privileges/users_overview.twig:100
5225 msgid "Lock this account."
5226 msgstr ""
5228 #: libraries/classes/Controllers/JavaScriptMessagesController.php:141
5229 #: templates/server/privileges/users_overview.twig:100
5230 msgid "Unlock this account."
5231 msgstr ""
5233 #: libraries/classes/Controllers/JavaScriptMessagesController.php:144
5234 msgid "Template was created."
5235 msgstr ""
5237 #: libraries/classes/Controllers/JavaScriptMessagesController.php:145
5238 msgid "Template was loaded."
5239 msgstr ""
5241 #: libraries/classes/Controllers/JavaScriptMessagesController.php:146
5242 msgid "Template was updated."
5243 msgstr ""
5245 #: libraries/classes/Controllers/JavaScriptMessagesController.php:147
5246 msgid "Template was deleted."
5247 msgstr ""
5249 #. l10n: Other, small valued, queries
5250 #: libraries/classes/Controllers/JavaScriptMessagesController.php:150
5251 #: libraries/classes/Controllers/Server/Status/QueriesController.php:95
5252 #: libraries/classes/Server/Status/Data.php:163
5253 msgid "Other"
5254 msgstr ""
5256 #. l10n: Thousands separator
5257 #: libraries/classes/Controllers/JavaScriptMessagesController.php:152
5258 #: libraries/classes/Util.php:548 libraries/classes/Util.php:580
5259 msgid ","
5260 msgstr ""
5262 #. l10n: Decimal separator
5263 #: libraries/classes/Controllers/JavaScriptMessagesController.php:154
5264 #: libraries/classes/Util.php:546 libraries/classes/Util.php:578
5265 msgid "."
5266 msgstr ""
5268 #: libraries/classes/Controllers/JavaScriptMessagesController.php:156
5269 msgid "Connections / Processes"
5270 msgstr ""
5272 #: libraries/classes/Controllers/JavaScriptMessagesController.php:159
5273 msgid "Local monitor configuration incompatible!"
5274 msgstr ""
5276 #: libraries/classes/Controllers/JavaScriptMessagesController.php:161
5277 msgid ""
5278 "The chart arrangement configuration in your browsers local storage is not "
5279 "compatible anymore to the newer version of the monitor dialog. It is very "
5280 "likely that your current configuration will not work anymore. Please reset "
5281 "your configuration to default in the <i>Settings</i> menu."
5282 msgstr ""
5284 #: libraries/classes/Controllers/JavaScriptMessagesController.php:167
5285 msgid "Query cache efficiency"
5286 msgstr ""
5288 #: libraries/classes/Controllers/JavaScriptMessagesController.php:168
5289 msgid "Query cache usage"
5290 msgstr ""
5292 #: libraries/classes/Controllers/JavaScriptMessagesController.php:169
5293 msgid "Query cache used"
5294 msgstr ""
5296 #: libraries/classes/Controllers/JavaScriptMessagesController.php:171
5297 msgid "System CPU usage"
5298 msgstr ""
5300 #: libraries/classes/Controllers/JavaScriptMessagesController.php:172
5301 msgid "System memory"
5302 msgstr ""
5304 #: libraries/classes/Controllers/JavaScriptMessagesController.php:173
5305 msgid "System swap"
5306 msgstr ""
5308 #: libraries/classes/Controllers/JavaScriptMessagesController.php:175
5309 msgid "Average load"
5310 msgstr ""
5312 #: libraries/classes/Controllers/JavaScriptMessagesController.php:176
5313 msgid "Total memory"
5314 msgstr ""
5316 #: libraries/classes/Controllers/JavaScriptMessagesController.php:177
5317 msgid "Cached memory"
5318 msgstr ""
5320 #: libraries/classes/Controllers/JavaScriptMessagesController.php:178
5321 msgid "Buffered memory"
5322 msgstr ""
5324 #: libraries/classes/Controllers/JavaScriptMessagesController.php:179
5325 msgid "Free memory"
5326 msgstr ""
5328 #: libraries/classes/Controllers/JavaScriptMessagesController.php:180
5329 msgid "Used memory"
5330 msgstr ""
5332 #: libraries/classes/Controllers/JavaScriptMessagesController.php:182
5333 msgid "Total swap"
5334 msgstr ""
5336 #: libraries/classes/Controllers/JavaScriptMessagesController.php:183
5337 msgid "Cached swap"
5338 msgstr ""
5340 #: libraries/classes/Controllers/JavaScriptMessagesController.php:184
5341 msgid "Used swap"
5342 msgstr ""
5344 #: libraries/classes/Controllers/JavaScriptMessagesController.php:185
5345 msgid "Free swap"
5346 msgstr ""
5348 #: libraries/classes/Controllers/JavaScriptMessagesController.php:187
5349 msgid "Bytes sent"
5350 msgstr ""
5352 #: libraries/classes/Controllers/JavaScriptMessagesController.php:188
5353 msgid "Bytes received"
5354 msgstr ""
5356 #: libraries/classes/Controllers/JavaScriptMessagesController.php:189
5357 #: templates/server/status/status/index.twig:36
5358 msgid "Connections"
5359 msgstr ""
5361 #: libraries/classes/Controllers/JavaScriptMessagesController.php:190
5362 #: templates/server/status/base.twig:11
5363 #: templates/server/status/processes/list.twig:5
5364 msgid "Processes"
5365 msgstr ""
5367 #. l10n: shortcuts for Byte
5368 #: libraries/classes/Controllers/JavaScriptMessagesController.php:193
5369 #: libraries/classes/Util.php:456
5370 msgid "B"
5371 msgstr ""
5373 #. l10n: shortcuts for Kilobyte
5374 #: libraries/classes/Controllers/JavaScriptMessagesController.php:194
5375 #: libraries/classes/Util.php:458
5376 #: templates/server/status/monitor/index.twig:186
5377 msgid "KiB"
5378 msgstr ""
5380 #. l10n: shortcuts for Megabyte
5381 #: libraries/classes/Controllers/JavaScriptMessagesController.php:195
5382 #: libraries/classes/Util.php:460
5383 #: templates/server/status/monitor/index.twig:187
5384 msgid "MiB"
5385 msgstr ""
5387 #. l10n: shortcuts for Gigabyte
5388 #: libraries/classes/Controllers/JavaScriptMessagesController.php:196
5389 #: libraries/classes/Util.php:462
5390 msgid "GiB"
5391 msgstr ""
5393 #. l10n: shortcuts for Terabyte
5394 #: libraries/classes/Controllers/JavaScriptMessagesController.php:197
5395 #: libraries/classes/Util.php:464
5396 msgid "TiB"
5397 msgstr ""
5399 #. l10n: shortcuts for Petabyte
5400 #: libraries/classes/Controllers/JavaScriptMessagesController.php:198
5401 #: libraries/classes/Util.php:466
5402 msgid "PiB"
5403 msgstr ""
5405 #. l10n: shortcuts for Exabyte
5406 #: libraries/classes/Controllers/JavaScriptMessagesController.php:199
5407 #: libraries/classes/Util.php:468
5408 msgid "EiB"
5409 msgstr ""
5411 #: libraries/classes/Controllers/JavaScriptMessagesController.php:200
5412 #, php-format
5413 msgid "%d table(s)"
5414 msgstr ""
5416 #. l10n: Questions is the name of a MySQL Status variable
5417 #: libraries/classes/Controllers/JavaScriptMessagesController.php:203
5418 msgid "Questions"
5419 msgstr ""
5421 #: libraries/classes/Controllers/JavaScriptMessagesController.php:204
5422 #: templates/server/status/status/index.twig:14
5423 msgid "Traffic"
5424 msgstr ""
5426 #: libraries/classes/Controllers/JavaScriptMessagesController.php:205
5427 #: libraries/classes/Menu.php:523 libraries/classes/Util.php:1950
5428 #: templates/server/status/monitor/index.twig:12
5429 msgid "Settings"
5430 msgstr ""
5432 #: libraries/classes/Controllers/JavaScriptMessagesController.php:206
5433 #: templates/server/status/monitor/index.twig:217
5434 msgid "Add chart to grid"
5435 msgstr ""
5437 #: libraries/classes/Controllers/JavaScriptMessagesController.php:207
5438 msgid "Please add at least one variable to the series!"
5439 msgstr ""
5441 #: libraries/classes/Controllers/JavaScriptMessagesController.php:208
5442 #: libraries/classes/Display/Results.php:1261
5443 #: libraries/classes/Plugins/Export/ExportSql.php:2226
5444 #: libraries/classes/Plugins/Schema/SchemaPdf.php:99
5445 #: libraries/config.values.php:111
5446 #: templates/columns_definitions/column_attributes.twig:208
5447 #: templates/columns_definitions/column_attributes.twig:229
5448 #: templates/database/central_columns/main.twig:305
5449 #: templates/database/designer/main.twig:588 templates/export.twig:433
5450 #: templates/server/privileges/privileges_summary.twig:30
5451 #: templates/server/status/monitor/index.twig:211
5452 #: templates/server/status/processes/list.twig:54
5453 #: templates/table/zoom_search/index.twig:62
5454 #: templates/table/zoom_search/index.twig:122
5455 msgid "None"
5456 msgstr ""
5458 #. l10n: SQL Query on modal to show exported query
5459 #: libraries/classes/Controllers/JavaScriptMessagesController.php:210
5460 msgid "SQL Query"
5461 msgstr ""
5463 #: libraries/classes/Controllers/JavaScriptMessagesController.php:211
5464 msgid "Resume monitor"
5465 msgstr ""
5467 #: libraries/classes/Controllers/JavaScriptMessagesController.php:212
5468 msgid "Pause monitor"
5469 msgstr ""
5471 #: libraries/classes/Controllers/JavaScriptMessagesController.php:213
5472 #: templates/server/status/processes/index.twig:57
5473 msgid "Start auto refresh"
5474 msgstr ""
5476 #: libraries/classes/Controllers/JavaScriptMessagesController.php:214
5477 msgid "Stop auto refresh"
5478 msgstr ""
5480 #: libraries/classes/Controllers/JavaScriptMessagesController.php:216
5481 msgid "general_log and slow_query_log are enabled."
5482 msgstr ""
5484 #: libraries/classes/Controllers/JavaScriptMessagesController.php:217
5485 msgid "general_log is enabled."
5486 msgstr ""
5488 #: libraries/classes/Controllers/JavaScriptMessagesController.php:218
5489 msgid "slow_query_log is enabled."
5490 msgstr ""
5492 #: libraries/classes/Controllers/JavaScriptMessagesController.php:219
5493 msgid "slow_query_log and general_log are disabled."
5494 msgstr ""
5496 #: libraries/classes/Controllers/JavaScriptMessagesController.php:220
5497 msgid "log_output is not set to TABLE."
5498 msgstr ""
5500 #: libraries/classes/Controllers/JavaScriptMessagesController.php:221
5501 msgid "log_output is set to TABLE."
5502 msgstr ""
5504 #: libraries/classes/Controllers/JavaScriptMessagesController.php:223
5505 #, php-format
5506 msgid ""
5507 "slow_query_log is enabled, but the server logs only queries that take longer "
5508 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5509 "depending on your system."
5510 msgstr ""
5512 #: libraries/classes/Controllers/JavaScriptMessagesController.php:227
5513 #, php-format
5514 msgid "long_query_time is set to %d second(s)."
5515 msgstr ""
5517 #: libraries/classes/Controllers/JavaScriptMessagesController.php:229
5518 msgid ""
5519 "Following settings will be applied globally and reset to default on server "
5520 "restart:"
5521 msgstr ""
5523 #. l10n: %s is FILE or TABLE
5524 #: libraries/classes/Controllers/JavaScriptMessagesController.php:232
5525 #, php-format
5526 msgid "Set log_output to %s"
5527 msgstr ""
5529 #. l10n: Enable in this context means setting a status variable to ON
5530 #: libraries/classes/Controllers/JavaScriptMessagesController.php:234
5531 #, php-format
5532 msgid "Enable %s"
5533 msgstr ""
5535 #. l10n: Disable in this context means setting a status variable to OFF
5536 #: libraries/classes/Controllers/JavaScriptMessagesController.php:236
5537 #, php-format
5538 msgid "Disable %s"
5539 msgstr ""
5541 #. l10n: %d seconds
5542 #: libraries/classes/Controllers/JavaScriptMessagesController.php:238
5543 #, php-format
5544 msgid "Set long_query_time to %d seconds."
5545 msgstr ""
5547 #: libraries/classes/Controllers/JavaScriptMessagesController.php:240
5548 msgid ""
5549 "You can't change these variables. Please log in as root or contact your "
5550 "database administrator."
5551 msgstr ""
5553 #: libraries/classes/Controllers/JavaScriptMessagesController.php:242
5554 msgid "Change settings"
5555 msgstr ""
5557 #: libraries/classes/Controllers/JavaScriptMessagesController.php:243
5558 msgid "Current settings"
5559 msgstr ""
5561 #: libraries/classes/Controllers/JavaScriptMessagesController.php:245
5562 msgid "Chart title"
5563 msgstr ""
5565 #. l10n: As in differential values
5566 #: libraries/classes/Controllers/JavaScriptMessagesController.php:247
5567 msgid "Differential"
5568 msgstr ""
5570 #: libraries/classes/Controllers/JavaScriptMessagesController.php:248
5571 #, php-format
5572 msgid "Divided by %s"
5573 msgstr ""
5575 #: libraries/classes/Controllers/JavaScriptMessagesController.php:249
5576 msgid "Unit"
5577 msgstr ""
5579 #: libraries/classes/Controllers/JavaScriptMessagesController.php:251
5580 msgid "From slow log"
5581 msgstr ""
5583 #: libraries/classes/Controllers/JavaScriptMessagesController.php:252
5584 msgid "From general log"
5585 msgstr ""
5587 #: libraries/classes/Controllers/JavaScriptMessagesController.php:253
5588 msgid "The database name is not known for this query in the server's logs."
5589 msgstr ""
5591 #: libraries/classes/Controllers/JavaScriptMessagesController.php:254
5592 msgid "Analysing logs"
5593 msgstr ""
5595 #: libraries/classes/Controllers/JavaScriptMessagesController.php:255
5596 msgid "Analysing & loading logs. This may take a while."
5597 msgstr ""
5599 #: libraries/classes/Controllers/JavaScriptMessagesController.php:256
5600 msgid "Cancel request"
5601 msgstr ""
5603 #: libraries/classes/Controllers/JavaScriptMessagesController.php:258
5604 msgid ""
5605 "This column shows the amount of identical queries that are grouped together. "
5606 "However only the SQL query itself has been used as a grouping criteria, so "
5607 "the other attributes of queries, such as start time, may differ."
5608 msgstr ""
5610 #: libraries/classes/Controllers/JavaScriptMessagesController.php:263
5611 msgid ""
5612 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5613 "same table are also being grouped together, disregarding of the inserted "
5614 "data."
5615 msgstr ""
5617 #: libraries/classes/Controllers/JavaScriptMessagesController.php:267
5618 msgid "Log data loaded. Queries executed in this time span:"
5619 msgstr ""
5621 #: libraries/classes/Controllers/JavaScriptMessagesController.php:269
5622 msgid "Jump to Log table"
5623 msgstr ""
5625 #: libraries/classes/Controllers/JavaScriptMessagesController.php:270
5626 msgid "No data found"
5627 msgstr ""
5629 #: libraries/classes/Controllers/JavaScriptMessagesController.php:271
5630 msgid "Log analysed, but no data found in this time span."
5631 msgstr ""
5633 #: libraries/classes/Controllers/JavaScriptMessagesController.php:273
5634 msgid "Analyzing…"
5635 msgstr ""
5637 #: libraries/classes/Controllers/JavaScriptMessagesController.php:274
5638 msgid "Explain output"
5639 msgstr ""
5641 #: libraries/classes/Controllers/JavaScriptMessagesController.php:275
5642 #: libraries/classes/Menu.php:490
5643 #: libraries/classes/Server/Status/Processes.php:138
5644 #: libraries/classes/Util.php:1946 libraries/config.values.php:157
5645 #: templates/database/events/editor_form.twig:25
5646 #: templates/database/events/index.twig:44
5647 #: templates/database/tracking/tables.twig:17
5648 #: templates/table/tracking/main.twig:31
5649 msgid "Status"
5650 msgstr ""
5652 #: libraries/classes/Controllers/JavaScriptMessagesController.php:276
5653 #: libraries/classes/Plugins/Export/ExportHtmlword.php:474
5654 #: libraries/classes/Plugins/Export/ExportOdt.php:597
5655 #: libraries/classes/Plugins/Export/ExportTexytext.php:455
5656 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:361
5657 #: libraries/classes/Server/Status/Processes.php:134
5658 #: templates/database/triggers/list.twig:47
5659 #: templates/javascript/variables.twig:81 templates/sql/profiling_chart.twig:17
5660 msgid "Time"
5661 msgstr ""
5663 #: libraries/classes/Controllers/JavaScriptMessagesController.php:277
5664 msgid "Total time:"
5665 msgstr ""
5667 #: libraries/classes/Controllers/JavaScriptMessagesController.php:278
5668 msgid "Profiling results"
5669 msgstr ""
5671 #: libraries/classes/Controllers/JavaScriptMessagesController.php:279
5672 msgctxt "Display format"
5673 msgid "Table"
5674 msgstr ""
5676 #: libraries/classes/Controllers/JavaScriptMessagesController.php:280
5677 msgid "Chart"
5678 msgstr ""
5680 #: libraries/classes/Controllers/JavaScriptMessagesController.php:282
5681 #: templates/export.twig:210
5682 msgctxt "Alias"
5683 msgid "Database"
5684 msgstr ""
5686 #: libraries/classes/Controllers/JavaScriptMessagesController.php:283
5687 #: templates/export.twig:224
5688 msgctxt "Alias"
5689 msgid "Table"
5690 msgstr ""
5692 #: libraries/classes/Controllers/JavaScriptMessagesController.php:284
5693 #: templates/export.twig:237
5694 msgctxt "Alias"
5695 msgid "Column"
5696 msgstr ""
5698 #. l10n: A collection of available filters
5699 #: libraries/classes/Controllers/JavaScriptMessagesController.php:287
5700 msgid "Log table filter options"
5701 msgstr ""
5703 #. l10n: Filter as in "Start Filtering"
5704 #: libraries/classes/Controllers/JavaScriptMessagesController.php:289
5705 msgid "Filter"
5706 msgstr ""
5708 #: libraries/classes/Controllers/JavaScriptMessagesController.php:290
5709 msgid "Filter queries by word/regexp:"
5710 msgstr ""
5712 #: libraries/classes/Controllers/JavaScriptMessagesController.php:291
5713 msgid "Group queries, ignoring variable data in WHERE clauses"
5714 msgstr ""
5716 #: libraries/classes/Controllers/JavaScriptMessagesController.php:292
5717 msgid "Sum of grouped rows:"
5718 msgstr ""
5720 #: libraries/classes/Controllers/JavaScriptMessagesController.php:293
5721 #: libraries/classes/Engines/Innodb.php:140
5722 #: templates/server/databases/index.twig:253
5723 msgid "Total:"
5724 msgstr ""
5726 #: libraries/classes/Controllers/JavaScriptMessagesController.php:295
5727 msgid "Loading logs"
5728 msgstr ""
5730 #: libraries/classes/Controllers/JavaScriptMessagesController.php:296
5731 msgid "Monitor refresh failed"
5732 msgstr ""
5734 #: libraries/classes/Controllers/JavaScriptMessagesController.php:298
5735 msgid ""
5736 "While requesting new chart data the server returned an invalid response. "
5737 "This is most likely because your session expired. Reloading the page and "
5738 "reentering your credentials should help."
5739 msgstr ""
5741 #: libraries/classes/Controllers/JavaScriptMessagesController.php:302
5742 msgid "Reload page"
5743 msgstr ""
5745 #: libraries/classes/Controllers/JavaScriptMessagesController.php:304
5746 msgid "Affected rows:"
5747 msgstr ""
5749 #: libraries/classes/Controllers/JavaScriptMessagesController.php:306
5750 msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
5751 msgstr ""
5753 #: libraries/classes/Controllers/JavaScriptMessagesController.php:308
5754 msgid ""
5755 "Failed building chart grid with imported config. Resetting to default config…"
5756 msgstr ""
5758 #: libraries/classes/Controllers/JavaScriptMessagesController.php:311
5759 msgid "Import monitor configuration"
5760 msgstr ""
5762 #: libraries/classes/Controllers/JavaScriptMessagesController.php:312
5763 msgid "Please select the file you want to import."
5764 msgstr ""
5766 #: libraries/classes/Controllers/JavaScriptMessagesController.php:313
5767 msgid "Please enter a valid table name."
5768 msgstr ""
5770 #: libraries/classes/Controllers/JavaScriptMessagesController.php:314
5771 msgid "Please enter a valid database name."
5772 msgstr ""
5774 #: libraries/classes/Controllers/JavaScriptMessagesController.php:315
5775 msgid "No files available on server for import!"
5776 msgstr ""
5778 #: libraries/classes/Controllers/JavaScriptMessagesController.php:317
5779 msgid "Analyse query"
5780 msgstr ""
5782 #: libraries/classes/Controllers/JavaScriptMessagesController.php:320
5783 msgid "Formatting SQL…"
5784 msgstr ""
5786 #: libraries/classes/Controllers/JavaScriptMessagesController.php:321
5787 msgid "No parameters found!"
5788 msgstr ""
5790 #: libraries/classes/Controllers/JavaScriptMessagesController.php:325
5791 #: templates/database/central_columns/main.twig:269
5792 #: templates/database/designer/main.twig:339
5793 #: templates/database/designer/main.twig:390
5794 #: templates/database/designer/main.twig:668
5795 #: templates/database/designer/main.twig:734
5796 #: templates/database/designer/main.twig:873
5797 #: templates/database/designer/main.twig:958
5798 #: templates/database/designer/main.twig:1063
5799 #: templates/database/designer/main.twig:1098
5800 #: templates/database/designer/main.twig:1103
5801 #: templates/database/designer/main.twig:1113
5802 #: templates/database/designer/main.twig:1119
5803 #: templates/database/structure/check_all_tables.twig:48
5804 #: templates/database/structure/check_all_tables.twig:52
5805 #: templates/database/structure/check_all_tables.twig:66
5806 #: templates/database/structure/check_all_tables.twig:72
5807 #: templates/error/report_modal.twig:6 templates/error/report_modal.twig:11
5808 #: templates/server/databases/index.twig:319
5809 #: templates/server/databases/index.twig:323
5810 #: templates/server/variables/index.twig:15
5811 #: templates/table/search/index.twig:197
5812 msgid "Cancel"
5813 msgstr ""
5815 #: libraries/classes/Controllers/JavaScriptMessagesController.php:328
5816 #: templates/header.twig:43
5817 msgid "Page-related settings"
5818 msgstr ""
5820 #: libraries/classes/Controllers/JavaScriptMessagesController.php:329
5821 #: templates/config/form_display/display.twig:46
5822 msgid "Apply"
5823 msgstr ""
5825 #: libraries/classes/Controllers/JavaScriptMessagesController.php:332
5826 #: templates/home/index.twig:289 templates/navigation/main.twig:58
5827 #: templates/server/privileges/users_overview.twig:173
5828 #: templates/server/status/monitor/index.twig:95
5829 msgid "Loading…"
5830 msgstr ""
5832 #: libraries/classes/Controllers/JavaScriptMessagesController.php:333
5833 msgid "Request aborted!!"
5834 msgstr ""
5836 #: libraries/classes/Controllers/JavaScriptMessagesController.php:334
5837 msgid "Processing request"
5838 msgstr ""
5840 #: libraries/classes/Controllers/JavaScriptMessagesController.php:335
5841 msgid "Request failed!!"
5842 msgstr ""
5844 #: libraries/classes/Controllers/JavaScriptMessagesController.php:336
5845 #: libraries/classes/Controllers/Sql/EnumValuesController.php:51
5846 #: libraries/classes/Controllers/Sql/SetValuesController.php:54
5847 msgid "Error in processing request"
5848 msgstr ""
5850 #: libraries/classes/Controllers/JavaScriptMessagesController.php:337
5851 #, php-format
5852 msgid "Error code: %s"
5853 msgstr ""
5855 #: libraries/classes/Controllers/JavaScriptMessagesController.php:338
5856 #, php-format
5857 msgid "Error text: %s"
5858 msgstr ""
5860 #: libraries/classes/Controllers/JavaScriptMessagesController.php:340
5861 msgid ""
5862 "It seems that the connection to server has been lost. Please check your "
5863 "network connectivity and server status."
5864 msgstr ""
5866 #: libraries/classes/Controllers/JavaScriptMessagesController.php:345
5867 msgid "No accounts selected."
5868 msgstr ""
5870 #: libraries/classes/Controllers/JavaScriptMessagesController.php:346
5871 msgid "Dropping column"
5872 msgstr ""
5874 #: libraries/classes/Controllers/JavaScriptMessagesController.php:347
5875 msgid "Adding primary key"
5876 msgstr ""
5878 #: libraries/classes/Controllers/JavaScriptMessagesController.php:348
5879 #: templates/console/display.twig:129 templates/database/designer/main.twig:337
5880 #: templates/database/designer/main.twig:666
5881 #: templates/database/designer/main.twig:730
5882 #: templates/database/designer/main.twig:869
5883 #: templates/database/designer/main.twig:954
5884 #: templates/database/designer/main.twig:1061
5885 #: templates/modals/preview_sql_confirmation.twig:14
5886 #: templates/table/structure/display_structure.twig:361
5887 msgid "OK"
5888 msgstr ""
5890 #: libraries/classes/Controllers/JavaScriptMessagesController.php:349
5891 msgid "Click to dismiss this notification"
5892 msgstr ""
5894 #: libraries/classes/Controllers/JavaScriptMessagesController.php:352
5895 msgid "Renaming databases"
5896 msgstr ""
5898 #: libraries/classes/Controllers/JavaScriptMessagesController.php:353
5899 msgid "Copying database"
5900 msgstr ""
5902 #: libraries/classes/Controllers/JavaScriptMessagesController.php:354
5903 msgid "Changing charset"
5904 msgstr ""
5906 #: libraries/classes/Controllers/JavaScriptMessagesController.php:355
5907 #: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:498
5908 #: libraries/classes/Index.php:526
5909 #: libraries/classes/Plugins/Export/ExportHtmlword.php:632
5910 #: libraries/classes/Plugins/Export/ExportLatex.php:625
5911 #: libraries/classes/Plugins/Export/ExportOdt.php:782
5912 #: libraries/classes/Plugins/Export/ExportTexytext.php:619
5913 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:753
5914 #: templates/config/form_display/input.twig:42
5915 #: templates/database/central_columns/main.twig:356
5916 #: templates/database/data_dictionary/index.twig:47
5917 #: templates/database/data_dictionary/index.twig:91
5918 #: templates/database/designer/main.twig:1118
5919 #: templates/database/privileges/index.twig:69
5920 #: templates/database/structure/drop_form.twig:20
5921 #: templates/database/structure/empty_form.twig:20 templates/indexes.twig:65
5922 #: templates/preferences/autoload.twig:12
5923 #: templates/preferences/manage/error.twig:19
5924 #: templates/server/privileges/new_user_ajax.twig:22
5925 #: templates/server/privileges/new_user_ajax.twig:34
5926 #: templates/server/privileges/privileges_summary.twig:37
5927 #: templates/server/privileges/privileges_summary.twig:40
5928 #: templates/server/privileges/privileges_summary.twig:42
5929 #: templates/server/privileges/users_overview.twig:55
5930 #: templates/server/privileges/users_overview.twig:65
5931 #: templates/table/delete/confirm.twig:29
5932 #: templates/table/privileges/index.twig:73
5933 #: templates/table/structure/display_structure.twig:80
5934 #: templates/table/structure/display_structure.twig:515
5935 #: templates/table/structure/drop_confirm.twig:20
5936 #: templates/table/structure/primary.twig:23
5937 #: templates/table/tracking/structure_snapshot_columns.twig:33
5938 #: templates/table/tracking/structure_snapshot_indexes.twig:23
5939 #: templates/table/tracking/structure_snapshot_indexes.twig:24
5940 msgid "No"
5941 msgstr ""
5943 #: libraries/classes/Controllers/JavaScriptMessagesController.php:358
5944 #: templates/database/structure/drop_form.twig:16
5945 #: templates/database/structure/empty_form.twig:16 templates/import.twig:159
5946 #: templates/sql/query.twig:142 templates/table/delete/confirm.twig:25
5947 msgid "Enable foreign key checks"
5948 msgstr ""
5950 #: libraries/classes/Controllers/JavaScriptMessagesController.php:361
5951 msgid "Failed to get real row count."
5952 msgstr ""
5954 #: libraries/classes/Controllers/JavaScriptMessagesController.php:364
5955 msgid "Searching"
5956 msgstr ""
5958 #: libraries/classes/Controllers/JavaScriptMessagesController.php:365
5959 msgid "Hide search results"
5960 msgstr ""
5962 #: libraries/classes/Controllers/JavaScriptMessagesController.php:366
5963 msgid "Show search results"
5964 msgstr ""
5966 #: libraries/classes/Controllers/JavaScriptMessagesController.php:367
5967 msgid "Browsing"
5968 msgstr ""
5970 #: libraries/classes/Controllers/JavaScriptMessagesController.php:368
5971 msgid "Deleting"
5972 msgstr ""
5974 #: libraries/classes/Controllers/JavaScriptMessagesController.php:369
5975 #, php-format
5976 msgid "Delete the matches for the %s table?"
5977 msgstr ""
5979 #: libraries/classes/Controllers/JavaScriptMessagesController.php:372
5980 msgid "The definition of a stored function must contain a RETURN statement!"
5981 msgstr ""
5983 #: libraries/classes/Controllers/JavaScriptMessagesController.php:374
5984 msgid "No routine is exportable. Required privileges may be lacking."
5985 msgstr ""
5987 #: libraries/classes/Controllers/JavaScriptMessagesController.php:377
5988 #, php-format
5989 msgid "Values for column %s"
5990 msgstr ""
5992 #: libraries/classes/Controllers/JavaScriptMessagesController.php:378
5993 msgid "Values for a new column"
5994 msgstr ""
5996 #: libraries/classes/Controllers/JavaScriptMessagesController.php:379
5997 msgid "Enter each value in a separate field."
5998 msgstr ""
6000 #: libraries/classes/Controllers/JavaScriptMessagesController.php:380
6001 #, php-format
6002 msgid "Add %d value(s)"
6003 msgstr ""
6005 #: libraries/classes/Controllers/JavaScriptMessagesController.php:383
6006 msgid ""
6007 "Note: If the file contains multiple tables, they will be combined into one."
6008 msgstr ""
6010 #: libraries/classes/Controllers/JavaScriptMessagesController.php:386
6011 msgid "Hide query box"
6012 msgstr ""
6014 #: libraries/classes/Controllers/JavaScriptMessagesController.php:387
6015 msgid "Show query box"
6016 msgstr ""
6018 #: libraries/classes/Controllers/JavaScriptMessagesController.php:389
6019 #: libraries/classes/Display/Results.php:3030
6020 #: libraries/classes/Tracking.php:260 templates/console/bookmark_content.twig:7
6021 #: templates/database/central_columns/main.twig:268
6022 #: templates/database/central_columns/main.twig:380
6023 #: templates/database/central_columns/main.twig:381
6024 #: templates/database/designer/main.twig:388
6025 #: templates/database/qbe/ins_del_and_or_cell.twig:18
6026 #: templates/database/search/results.twig:43
6027 #: templates/display/results/table.twig:235
6028 #: templates/display/results/table.twig:236 templates/export.twig:54
6029 #: templates/server/user_groups/user_groups.twig:37
6030 #: templates/server/user_groups/user_groups.twig:56
6031 #: templates/setup/home/index.twig:68 templates/sql/query.twig:186
6032 msgid "Delete"
6033 msgstr ""
6035 #: libraries/classes/Controllers/JavaScriptMessagesController.php:390
6036 #, php-format
6037 msgid "%d is not valid row number."
6038 msgstr ""
6040 #: libraries/classes/Controllers/JavaScriptMessagesController.php:391
6041 #: templates/sql/relational_column_dropdown.twig:3
6042 #: templates/table/insert/column_row.twig:48
6043 #: templates/table/search/input_box.twig:27
6044 msgid "Browse foreign values"
6045 msgstr ""
6047 #: libraries/classes/Controllers/JavaScriptMessagesController.php:392
6048 msgid "No previously auto-saved query is available. Loading default query."
6049 msgstr ""
6051 #: libraries/classes/Controllers/JavaScriptMessagesController.php:394
6052 msgid ""
6053 "You have a previously saved query. Click Get auto-saved query to load the "
6054 "query."
6055 msgstr ""
6057 #: libraries/classes/Controllers/JavaScriptMessagesController.php:396
6058 #, php-format
6059 msgid "Variable %d:"
6060 msgstr ""
6062 #: libraries/classes/Controllers/JavaScriptMessagesController.php:399
6063 #: libraries/classes/Normalization.php:1051
6064 msgid "Pick"
6065 msgstr ""
6067 #: libraries/classes/Controllers/JavaScriptMessagesController.php:400
6068 msgid "Column selector"
6069 msgstr ""
6071 #: libraries/classes/Controllers/JavaScriptMessagesController.php:401
6072 msgid "Search this list"
6073 msgstr ""
6075 #: libraries/classes/Controllers/JavaScriptMessagesController.php:403
6076 #, php-format
6077 msgid ""
6078 "No columns in the central list. Make sure the Central columns list for "
6079 "database %s has columns that are not present in the current table."
6080 msgstr ""
6082 #: libraries/classes/Controllers/JavaScriptMessagesController.php:406
6083 msgid "See more"
6084 msgstr ""
6086 #: libraries/classes/Controllers/JavaScriptMessagesController.php:409
6087 msgid "Add primary key"
6088 msgstr ""
6090 #: libraries/classes/Controllers/JavaScriptMessagesController.php:410
6091 msgid "Primary key added."
6092 msgstr ""
6094 #: libraries/classes/Controllers/JavaScriptMessagesController.php:411
6095 #: libraries/classes/Normalization.php:282
6096 msgid "Taking you to next step…"
6097 msgstr ""
6099 #: libraries/classes/Controllers/JavaScriptMessagesController.php:412
6100 #, php-format
6101 msgid "The first step of normalization is complete for table '%s'."
6102 msgstr ""
6104 #: libraries/classes/Controllers/JavaScriptMessagesController.php:413
6105 #: libraries/classes/Normalization.php:540
6106 #: libraries/classes/Normalization.php:602
6107 #: libraries/classes/Normalization.php:699
6108 #: libraries/classes/Normalization.php:775
6109 msgid "End of step"
6110 msgstr ""
6112 #: libraries/classes/Controllers/JavaScriptMessagesController.php:414
6113 msgid "Second step of normalization (2NF)"
6114 msgstr ""
6116 #. l10n: Display text for calendar close link
6117 #: libraries/classes/Controllers/JavaScriptMessagesController.php:415
6118 #: libraries/classes/Normalization.php:375
6119 #: templates/javascript/variables.twig:15
6120 msgid "Done"
6121 msgstr ""
6123 #: libraries/classes/Controllers/JavaScriptMessagesController.php:416
6124 msgid "Confirm partial dependencies"
6125 msgstr ""
6127 #: libraries/classes/Controllers/JavaScriptMessagesController.php:417
6128 msgid "Selected partial dependencies are as follows:"
6129 msgstr ""
6131 #: libraries/classes/Controllers/JavaScriptMessagesController.php:419
6132 msgid ""
6133 "Note: a, b -> d,f implies values of columns a and b combined together can "
6134 "determine values of column d and column f."
6135 msgstr ""
6137 #: libraries/classes/Controllers/JavaScriptMessagesController.php:422
6138 msgid "No partial dependencies selected!"
6139 msgstr ""
6141 #: libraries/classes/Controllers/JavaScriptMessagesController.php:423
6142 #: libraries/classes/Export.php:587 libraries/classes/Html/Generator.php:987
6143 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:292
6144 #: templates/import_status.twig:2 templates/user_password.twig:2
6145 msgid "Back"
6146 msgstr ""
6148 #: libraries/classes/Controllers/JavaScriptMessagesController.php:424
6149 msgid "Show me the possible partial dependencies based on data in the table"
6150 msgstr ""
6152 #: libraries/classes/Controllers/JavaScriptMessagesController.php:425
6153 msgid "Hide partial dependencies list"
6154 msgstr ""
6156 #: libraries/classes/Controllers/JavaScriptMessagesController.php:427
6157 msgid ""
6158 "Sit tight! It may take few seconds depending on data size and column count "
6159 "of the table."
6160 msgstr ""
6162 #: libraries/classes/Controllers/JavaScriptMessagesController.php:429
6163 msgid "Step"
6164 msgstr ""
6166 #: libraries/classes/Controllers/JavaScriptMessagesController.php:430
6167 msgid "The following actions will be performed:"
6168 msgstr ""
6170 #: libraries/classes/Controllers/JavaScriptMessagesController.php:431
6171 #, php-format
6172 msgid "DROP columns %s from the table %s"
6173 msgstr ""
6175 #: libraries/classes/Controllers/JavaScriptMessagesController.php:432
6176 msgid "Create the following table"
6177 msgstr ""
6179 #: libraries/classes/Controllers/JavaScriptMessagesController.php:435
6180 msgid "Third step of normalization (3NF)"
6181 msgstr ""
6183 #: libraries/classes/Controllers/JavaScriptMessagesController.php:436
6184 msgid "Confirm transitive dependencies"
6185 msgstr ""
6187 #: libraries/classes/Controllers/JavaScriptMessagesController.php:437
6188 msgid "Selected dependencies are as follows:"
6189 msgstr ""
6191 #: libraries/classes/Controllers/JavaScriptMessagesController.php:438
6192 msgid "No dependencies selected!"
6193 msgstr ""
6195 #: libraries/classes/Controllers/JavaScriptMessagesController.php:441
6196 #: templates/columns_definitions/column_definitions_form.twig:160
6197 #: templates/database/central_columns/edit.twig:22
6198 #: templates/database/central_columns/main.twig:119
6199 #: templates/database/central_columns/main.twig:272
6200 #: templates/server/variables/index.twig:12
6201 #: templates/table/gis_visualization/gis_visualization.twig:40
6202 #: templates/table/insert/actions_panel.twig:7
6203 #: templates/table/relation/common_form.twig:225
6204 #: templates/table/structure/partition_definition_form.twig:12
6205 #: templates/table/zoom_search/result_form.twig:78
6206 msgid "Save"
6207 msgstr ""
6209 #: libraries/classes/Controllers/JavaScriptMessagesController.php:444
6210 msgid "Hide search criteria"
6211 msgstr ""
6213 #: libraries/classes/Controllers/JavaScriptMessagesController.php:445
6214 msgid "Show search criteria"
6215 msgstr ""
6217 #: libraries/classes/Controllers/JavaScriptMessagesController.php:446
6218 msgid "Column maximum:"
6219 msgstr ""
6221 #: libraries/classes/Controllers/JavaScriptMessagesController.php:447
6222 msgid "Column minimum:"
6223 msgstr ""
6225 #: libraries/classes/Controllers/JavaScriptMessagesController.php:450
6226 msgid "Hide find and replace criteria"
6227 msgstr ""
6229 #: libraries/classes/Controllers/JavaScriptMessagesController.php:451
6230 msgid "Show find and replace criteria"
6231 msgstr ""
6233 #: libraries/classes/Controllers/JavaScriptMessagesController.php:455
6234 msgid "Each point represents a data row."
6235 msgstr ""
6237 #: libraries/classes/Controllers/JavaScriptMessagesController.php:457
6238 msgid "Hovering over a point will show its label."
6239 msgstr ""
6241 #: libraries/classes/Controllers/JavaScriptMessagesController.php:459
6242 msgid "To zoom in, select a section of the plot with the mouse."
6243 msgstr ""
6245 #: libraries/classes/Controllers/JavaScriptMessagesController.php:461
6246 msgid "Click reset zoom button to come back to original state."
6247 msgstr ""
6249 #: libraries/classes/Controllers/JavaScriptMessagesController.php:463
6250 msgid "Click a data point to view and possibly edit the data row."
6251 msgstr ""
6253 #: libraries/classes/Controllers/JavaScriptMessagesController.php:465
6254 msgid "The plot can be resized by dragging it along the bottom right corner."
6255 msgstr ""
6257 #: libraries/classes/Controllers/JavaScriptMessagesController.php:468
6258 msgid "Select two columns"
6259 msgstr ""
6261 #: libraries/classes/Controllers/JavaScriptMessagesController.php:470
6262 msgid "Select two different columns"
6263 msgstr ""
6265 #: libraries/classes/Controllers/JavaScriptMessagesController.php:472
6266 msgid "Data point content"
6267 msgstr ""
6269 #: libraries/classes/Controllers/JavaScriptMessagesController.php:475
6270 #: libraries/classes/Controllers/JavaScriptMessagesController.php:631
6271 #: libraries/classes/ErrorHandler.php:439 libraries/classes/InsertEdit.php:2000
6272 #: templates/table/index_form.twig:164 templates/table/index_form.twig:200
6273 msgid "Ignore"
6274 msgstr ""
6276 #: libraries/classes/Controllers/JavaScriptMessagesController.php:476
6277 #: libraries/classes/Display/Results.php:2966
6278 #: libraries/classes/Html/Generator.php:76
6279 #: templates/display/results/table.twig:231
6280 #: templates/display/results/table.twig:232
6281 msgid "Copy"
6282 msgstr ""
6284 #: libraries/classes/Controllers/JavaScriptMessagesController.php:477
6285 #: templates/gis_data_editor_form.twig:74
6286 #: templates/gis_data_editor_form.twig:94
6287 #: templates/gis_data_editor_form.twig:135
6288 #: templates/gis_data_editor_form.twig:187
6289 msgid "X"
6290 msgstr ""
6292 #: libraries/classes/Controllers/JavaScriptMessagesController.php:478
6293 #: templates/gis_data_editor_form.twig:76
6294 #: templates/gis_data_editor_form.twig:96
6295 #: templates/gis_data_editor_form.twig:137
6296 #: templates/gis_data_editor_form.twig:189
6297 msgid "Y"
6298 msgstr ""
6300 #: libraries/classes/Controllers/JavaScriptMessagesController.php:479
6301 msgid "Point"
6302 msgstr ""
6304 #: libraries/classes/Controllers/JavaScriptMessagesController.php:480
6305 #, php-format
6306 msgid "Point %d"
6307 msgstr ""
6309 #: libraries/classes/Controllers/JavaScriptMessagesController.php:481
6310 msgid "Linestring"
6311 msgstr ""
6313 #: libraries/classes/Controllers/JavaScriptMessagesController.php:482
6314 msgid "Polygon"
6315 msgstr ""
6317 #: libraries/classes/Controllers/JavaScriptMessagesController.php:483
6318 #: templates/display/results/table.twig:174
6319 msgid "Geometry"
6320 msgstr ""
6322 #: libraries/classes/Controllers/JavaScriptMessagesController.php:484
6323 msgid "Inner ring"
6324 msgstr ""
6326 #: libraries/classes/Controllers/JavaScriptMessagesController.php:485
6327 msgid "Outer ring"
6328 msgstr ""
6330 #: libraries/classes/Controllers/JavaScriptMessagesController.php:486
6331 #: templates/gis_data_editor_form.twig:99
6332 #: templates/gis_data_editor_form.twig:140
6333 #: templates/gis_data_editor_form.twig:192
6334 msgid "Add a point"
6335 msgstr ""
6337 #: libraries/classes/Controllers/JavaScriptMessagesController.php:487
6338 #: templates/gis_data_editor_form.twig:144
6339 #: templates/gis_data_editor_form.twig:195
6340 msgid "Add an inner ring"
6341 msgstr ""
6343 #: libraries/classes/Controllers/JavaScriptMessagesController.php:489
6344 msgid "Do you want to copy encryption key?"
6345 msgstr ""
6347 #: libraries/classes/Controllers/JavaScriptMessagesController.php:490
6348 msgid "Encryption key"
6349 msgstr ""
6351 #: libraries/classes/Controllers/JavaScriptMessagesController.php:493
6352 msgid ""
6353 "The HEX function will treat the integer as a string while calculating the "
6354 "hexadecimal value"
6355 msgstr ""
6357 #: libraries/classes/Controllers/JavaScriptMessagesController.php:498
6358 msgid ""
6359 "MySQL accepts additional values not selectable by the slider; key in those "
6360 "values directly if desired"
6361 msgstr ""
6363 #: libraries/classes/Controllers/JavaScriptMessagesController.php:504
6364 msgid ""
6365 "MySQL accepts additional values not selectable by the datepicker; key in "
6366 "those values directly if desired"
6367 msgstr ""
6369 #: libraries/classes/Controllers/JavaScriptMessagesController.php:510
6370 msgid ""
6371 "Indicates that you have made changes to this page; you will be prompted for "
6372 "confirmation before abandoning changes"
6373 msgstr ""
6375 #: libraries/classes/Controllers/JavaScriptMessagesController.php:515
6376 msgid "Select referenced key"
6377 msgstr ""
6379 #: libraries/classes/Controllers/JavaScriptMessagesController.php:516
6380 msgid "Select Foreign Key"
6381 msgstr ""
6383 #: libraries/classes/Controllers/JavaScriptMessagesController.php:517
6384 msgid "Please select the primary key or a unique key!"
6385 msgstr ""
6387 #: libraries/classes/Controllers/JavaScriptMessagesController.php:518
6388 #: templates/database/designer/main.twig:98
6389 #: templates/database/designer/main.twig:101
6390 msgid "Choose column to display"
6391 msgstr ""
6393 #: libraries/classes/Controllers/JavaScriptMessagesController.php:520
6394 msgid ""
6395 "You haven't saved the changes in the layout. They will be lost if you don't "
6396 "save them. Do you want to continue?"
6397 msgstr ""
6399 #: libraries/classes/Controllers/JavaScriptMessagesController.php:523
6400 msgid "value/subQuery is empty"
6401 msgstr ""
6403 #: libraries/classes/Controllers/JavaScriptMessagesController.php:524
6404 #: templates/database/designer/main.twig:40
6405 #: templates/database/designer/main.twig:43
6406 msgid "Add tables from other databases"
6407 msgstr ""
6409 #: libraries/classes/Controllers/JavaScriptMessagesController.php:525
6410 msgid "Page name"
6411 msgstr ""
6413 #: libraries/classes/Controllers/JavaScriptMessagesController.php:526
6414 #: templates/database/designer/main.twig:63
6415 #: templates/database/designer/main.twig:66
6416 msgid "Save page"
6417 msgstr ""
6419 #: libraries/classes/Controllers/JavaScriptMessagesController.php:527
6420 #: templates/database/designer/main.twig:70
6421 #: templates/database/designer/main.twig:73
6422 msgid "Save page as"
6423 msgstr ""
6425 #: libraries/classes/Controllers/JavaScriptMessagesController.php:528
6426 #: templates/database/designer/main.twig:56
6427 #: templates/database/designer/main.twig:59
6428 msgid "Open page"
6429 msgstr ""
6431 #: libraries/classes/Controllers/JavaScriptMessagesController.php:529
6432 msgid "Delete page"
6433 msgstr ""
6435 #. l10n: When the user opens a page saved in the Designer
6436 #: libraries/classes/Controllers/JavaScriptMessagesController.php:531
6437 msgid "Some tables saved in this page might have been renamed or deleted."
6438 msgstr ""
6440 #: libraries/classes/Controllers/JavaScriptMessagesController.php:532
6441 #: templates/database/designer/main.twig:10
6442 msgid "Untitled"
6443 msgstr ""
6445 #: libraries/classes/Controllers/JavaScriptMessagesController.php:533
6446 msgid "Please select a page to continue"
6447 msgstr ""
6449 #: libraries/classes/Controllers/JavaScriptMessagesController.php:534
6450 msgid "Please enter a valid page name"
6451 msgstr ""
6453 #: libraries/classes/Controllers/JavaScriptMessagesController.php:535
6454 msgid "Do you want to save the changes to the current page?"
6455 msgstr ""
6457 #: libraries/classes/Controllers/JavaScriptMessagesController.php:536
6458 msgid "Successfully deleted the page"
6459 msgstr ""
6461 #: libraries/classes/Controllers/JavaScriptMessagesController.php:537
6462 msgid "Export relational schema"
6463 msgstr ""
6465 #: libraries/classes/Controllers/JavaScriptMessagesController.php:538
6466 msgid "Modifications have been saved"
6467 msgstr ""
6469 #: libraries/classes/Controllers/JavaScriptMessagesController.php:541
6470 #, php-format
6471 msgid "%d object(s) created."
6472 msgstr ""
6474 #: libraries/classes/Controllers/JavaScriptMessagesController.php:542
6475 msgid "Column name"
6476 msgstr ""
6478 #: libraries/classes/Controllers/JavaScriptMessagesController.php:543
6479 #: templates/modals/build_query.twig:17 templates/sql/query.twig:178
6480 msgid "Submit"
6481 msgstr ""
6483 #: libraries/classes/Controllers/JavaScriptMessagesController.php:546
6484 msgid "Press escape to cancel editing.<br>- Shift+Enter for a newline."
6485 msgstr ""
6487 #: libraries/classes/Controllers/JavaScriptMessagesController.php:548
6488 msgid ""
6489 "You have edited some data and they have not been saved. Are you sure you "
6490 "want to leave this page before saving the data?"
6491 msgstr ""
6493 #: libraries/classes/Controllers/JavaScriptMessagesController.php:551
6494 msgid "Drag to reorder."
6495 msgstr ""
6497 #: libraries/classes/Controllers/JavaScriptMessagesController.php:552
6498 msgid "Click to sort results by this column."
6499 msgstr ""
6501 #: libraries/classes/Controllers/JavaScriptMessagesController.php:554
6502 msgid ""
6503 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6504 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6505 "from ORDER BY clause"
6506 msgstr ""
6508 #: libraries/classes/Controllers/JavaScriptMessagesController.php:558
6509 msgid "Click to mark/unmark."
6510 msgstr ""
6512 #: libraries/classes/Controllers/JavaScriptMessagesController.php:559
6513 msgid "Double-click to copy column name."
6514 msgstr ""
6516 #: libraries/classes/Controllers/JavaScriptMessagesController.php:560
6517 msgid "Click the drop-down arrow<br>to toggle column's visibility."
6518 msgstr ""
6520 #: libraries/classes/Controllers/JavaScriptMessagesController.php:563
6521 msgid ""
6522 "This table does not contain a unique column. Features related to the grid "
6523 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6524 msgstr ""
6526 #: libraries/classes/Controllers/JavaScriptMessagesController.php:566
6527 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6528 msgstr ""
6530 #: libraries/classes/Controllers/JavaScriptMessagesController.php:568
6531 msgid ""
6532 "Do you really want to see all of the rows? For a big table this could crash "
6533 "the browser."
6534 msgstr ""
6536 #: libraries/classes/Controllers/JavaScriptMessagesController.php:570
6537 msgid "Original length"
6538 msgstr ""
6540 #: libraries/classes/Controllers/JavaScriptMessagesController.php:573
6541 msgid "cancel"
6542 msgstr ""
6544 #: libraries/classes/Controllers/JavaScriptMessagesController.php:574
6545 #: libraries/classes/Controllers/Server/Status/StatusController.php:193
6546 msgid "Aborted"
6547 msgstr ""
6549 #: libraries/classes/Controllers/JavaScriptMessagesController.php:576
6550 msgid "Success"
6551 msgstr ""
6553 #: libraries/classes/Controllers/JavaScriptMessagesController.php:577
6554 msgid "Import status"
6555 msgstr ""
6557 #: libraries/classes/Controllers/JavaScriptMessagesController.php:578
6558 #: templates/navigation/main.twig:84
6559 msgid "Drop files here"
6560 msgstr ""
6562 #: libraries/classes/Controllers/JavaScriptMessagesController.php:579
6563 msgid "Select database first"
6564 msgstr ""
6566 #: libraries/classes/Controllers/JavaScriptMessagesController.php:583
6567 msgid "You can also edit most values<br>by double-clicking directly on them."
6568 msgstr ""
6570 #: libraries/classes/Controllers/JavaScriptMessagesController.php:585
6571 msgid "You can also edit most values<br>by clicking directly on them."
6572 msgstr ""
6574 #: libraries/classes/Controllers/JavaScriptMessagesController.php:588
6575 msgid "Go to link:"
6576 msgstr ""
6578 #: libraries/classes/Controllers/JavaScriptMessagesController.php:591
6579 msgid "Generate password"
6580 msgstr ""
6582 #: libraries/classes/Controllers/JavaScriptMessagesController.php:592
6583 #: templates/server/replication/primary_add_replica_user.twig:73
6584 msgid "Generate"
6585 msgstr ""
6587 #: libraries/classes/Controllers/JavaScriptMessagesController.php:593
6588 #: libraries/classes/Controllers/UserPasswordController.php:84
6589 #: templates/home/index.twig:46
6590 #: templates/server/privileges/change_password.twig:10
6591 msgid "Change password"
6592 msgstr ""
6594 #: libraries/classes/Controllers/JavaScriptMessagesController.php:596
6595 #: templates/table/structure/display_structure.twig:130
6596 msgid "More"
6597 msgstr ""
6599 #: libraries/classes/Controllers/JavaScriptMessagesController.php:599
6600 msgid "Show panel"
6601 msgstr ""
6603 #: libraries/classes/Controllers/JavaScriptMessagesController.php:600
6604 msgid "Hide panel"
6605 msgstr ""
6607 #: libraries/classes/Controllers/JavaScriptMessagesController.php:602
6608 #: libraries/classes/Navigation/NavigationTree.php:1357
6609 msgid "Unlink from main panel"
6610 msgstr ""
6612 #: libraries/classes/Controllers/JavaScriptMessagesController.php:606
6613 #: libraries/classes/Setup/Index.php:177
6614 #, php-format
6615 msgid ""
6616 "A newer version of phpMyAdmin is available and you should consider "
6617 "upgrading. The newest version is %s, released on %s."
6618 msgstr ""
6620 #. l10n: Latest available phpMyAdmin version
6621 #: libraries/classes/Controllers/JavaScriptMessagesController.php:610
6622 msgid ", latest stable version:"
6623 msgstr ""
6625 #: libraries/classes/Controllers/JavaScriptMessagesController.php:611
6626 msgid "up to date"
6627 msgstr ""
6629 #: libraries/classes/Controllers/JavaScriptMessagesController.php:614
6630 msgid ""
6631 "A fatal JavaScript error has occurred. Would you like to send an error "
6632 "report?"
6633 msgstr ""
6635 #: libraries/classes/Controllers/JavaScriptMessagesController.php:615
6636 msgid "Change report settings"
6637 msgstr ""
6639 #: libraries/classes/Controllers/JavaScriptMessagesController.php:616
6640 msgid "Show report details"
6641 msgstr ""
6643 #: libraries/classes/Controllers/JavaScriptMessagesController.php:617
6644 msgid ""
6645 "Your export is incomplete, due to a low execution time limit at the PHP "
6646 "level!"
6647 msgstr ""
6649 #: libraries/classes/Controllers/JavaScriptMessagesController.php:620
6650 #, php-format
6651 msgid ""
6652 "Warning: a form on this page has more than %d fields. On submission, some of "
6653 "the fields might be ignored, due to PHP's max_input_vars configuration."
6654 msgstr ""
6656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:626
6657 #: libraries/classes/Controllers/JavaScriptMessagesController.php:639
6658 msgid "Some errors have been detected on the server!"
6659 msgstr ""
6661 #: libraries/classes/Controllers/JavaScriptMessagesController.php:628
6662 msgid "Please look at the bottom of this window."
6663 msgstr ""
6665 #: libraries/classes/Controllers/JavaScriptMessagesController.php:634
6666 #: libraries/classes/ErrorHandler.php:444
6667 msgid "Ignore All"
6668 msgstr ""
6670 #: libraries/classes/Controllers/JavaScriptMessagesController.php:641
6671 msgid ""
6672 "As per your settings, they are being submitted currently, please be patient."
6673 msgstr ""
6675 #: libraries/classes/Controllers/JavaScriptMessagesController.php:647
6676 msgid "Column name successfully copied to clipboard!"
6677 msgstr ""
6679 #: libraries/classes/Controllers/JavaScriptMessagesController.php:648
6680 msgid "Column name copying to clipboard failed!"
6681 msgstr ""
6683 #: libraries/classes/Controllers/JavaScriptMessagesController.php:649
6684 msgid "Successfully copied!"
6685 msgstr ""
6687 #: libraries/classes/Controllers/JavaScriptMessagesController.php:650
6688 msgid "Copying failed!"
6689 msgstr ""
6691 #: libraries/classes/Controllers/JavaScriptMessagesController.php:653
6692 msgid "Execute this query again?"
6693 msgstr ""
6695 #: libraries/classes/Controllers/JavaScriptMessagesController.php:654
6696 msgid "Do you really want to delete this bookmark?"
6697 msgstr ""
6699 #: libraries/classes/Controllers/JavaScriptMessagesController.php:655
6700 msgid "Some error occurred while getting SQL debug info."
6701 msgstr ""
6703 #: libraries/classes/Controllers/JavaScriptMessagesController.php:656
6704 #, php-format
6705 msgid "%s queries executed %s times in %s seconds."
6706 msgstr ""
6708 #: libraries/classes/Controllers/JavaScriptMessagesController.php:657
6709 #, php-format
6710 msgid "%s argument(s) passed"
6711 msgstr ""
6713 #: libraries/classes/Controllers/JavaScriptMessagesController.php:658
6714 msgid "Show arguments"
6715 msgstr ""
6717 #: libraries/classes/Controllers/JavaScriptMessagesController.php:659
6718 msgid "Hide arguments"
6719 msgstr ""
6721 #: libraries/classes/Controllers/JavaScriptMessagesController.php:660
6722 msgid "Time taken:"
6723 msgstr ""
6725 #: libraries/classes/Controllers/JavaScriptMessagesController.php:662
6726 msgid ""
6727 "There was a problem accessing your browser storage, some features may not "
6728 "work properly for you. It is likely that the browser doesn't support storage "
6729 "or the quota limit has been reached. In Firefox, corrupted storage can also "
6730 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
6731 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
6732 msgstr ""
6734 #: libraries/classes/Controllers/JavaScriptMessagesController.php:669
6735 msgid "Copy tables to"
6736 msgstr ""
6738 #: libraries/classes/Controllers/JavaScriptMessagesController.php:670
6739 msgid "Add table prefix"
6740 msgstr ""
6742 #: libraries/classes/Controllers/JavaScriptMessagesController.php:671
6743 msgid "Replace table with prefix"
6744 msgstr ""
6746 #: libraries/classes/Controllers/JavaScriptMessagesController.php:672
6747 #: templates/database/structure/check_all_tables.twig:28
6748 msgid "Copy table with prefix"
6749 msgstr ""
6751 #: libraries/classes/Controllers/JavaScriptMessagesController.php:675
6752 msgid "Extremely weak"
6753 msgstr ""
6755 #: libraries/classes/Controllers/JavaScriptMessagesController.php:676
6756 msgid "Very weak"
6757 msgstr ""
6759 #: libraries/classes/Controllers/JavaScriptMessagesController.php:677
6760 msgid "Weak"
6761 msgstr ""
6763 #: libraries/classes/Controllers/JavaScriptMessagesController.php:678
6764 msgid "Good"
6765 msgstr ""
6767 #: libraries/classes/Controllers/JavaScriptMessagesController.php:679
6768 msgid "Strong"
6769 msgstr ""
6771 #. l10n: error code 5 (from U2F API)
6772 #: libraries/classes/Controllers/JavaScriptMessagesController.php:683
6773 msgctxt "U2F error"
6774 msgid "Timed out waiting for security key activation."
6775 msgstr ""
6777 #. l10n: error code 2 (from U2F API)
6778 #: libraries/classes/Controllers/JavaScriptMessagesController.php:685
6779 msgctxt "U2F error"
6780 msgid "Invalid request sent to security key."
6781 msgstr ""
6783 #. l10n: unknown error code (from U2F API)
6784 #: libraries/classes/Controllers/JavaScriptMessagesController.php:687
6785 msgctxt "U2F error"
6786 msgid "Unknown security key error."
6787 msgstr ""
6789 #. l10n: error code 3 (from U2F API)
6790 #: libraries/classes/Controllers/JavaScriptMessagesController.php:689
6791 msgctxt "U2F error"
6792 msgid "Client does not support security key."
6793 msgstr ""
6795 #. l10n: error code 4 (from U2F API) on register
6796 #: libraries/classes/Controllers/JavaScriptMessagesController.php:691
6797 msgctxt "U2F error"
6798 msgid "Failed security key activation."
6799 msgstr ""
6801 #. l10n: error code 4 (from U2F API) on authanticate
6802 #: libraries/classes/Controllers/JavaScriptMessagesController.php:693
6803 msgctxt "U2F error"
6804 msgid "Invalid security key."
6805 msgstr ""
6807 #: libraries/classes/Controllers/JavaScriptMessagesController.php:697
6808 msgid ""
6809 "You can not open, save or delete your page layout, as IndexedDB is not "
6810 "working in your browser and your phpMyAdmin configuration storage is not "
6811 "configured for this."
6812 msgstr ""
6814 #: libraries/classes/Controllers/JavaScriptMessagesController.php:702
6815 #, php-format
6816 msgctxt ""
6817 "The table already exists in the designer and can not be added once more."
6818 msgid "Table %s already exists!"
6819 msgstr ""
6821 #: libraries/classes/Controllers/JavaScriptMessagesController.php:704
6822 #: libraries/classes/InsertEdit.php:327
6823 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:53
6824 msgid "Hide"
6825 msgstr ""
6827 #: libraries/classes/Controllers/JavaScriptMessagesController.php:705
6828 #: libraries/classes/Controllers/Table/ChangeController.php:188
6829 #: templates/database/multi_table_query/form.twig:49
6830 #: templates/database/tracking/tables.twig:19
6831 #: templates/table/tracking/main.twig:33
6832 msgid "Show"
6833 msgstr ""
6835 #: libraries/classes/Controllers/NavigationController.php:46
6836 msgid "Fatal error: The navigation can only be accessed via AJAX"
6837 msgstr ""
6839 #: libraries/classes/Controllers/NormalizationController.php:40
6840 #: libraries/classes/Normalization.php:245
6841 msgid "Select one…"
6842 msgstr ""
6844 #: libraries/classes/Controllers/NormalizationController.php:41
6845 #: libraries/classes/Normalization.php:246
6846 msgid "No such column"
6847 msgstr ""
6849 #: libraries/classes/Controllers/NormalizationController.php:46
6850 #: libraries/classes/Normalization.php:250 libraries/classes/Types.php:798
6851 msgctxt "string types"
6852 msgid "String"
6853 msgstr ""
6855 #: libraries/classes/Controllers/Preferences/ManageController.php:93
6856 msgid "phpMyAdmin configuration snippet"
6857 msgstr ""
6859 #: libraries/classes/Controllers/Preferences/ManageController.php:94
6860 msgid "Paste it to your config.inc.php"
6861 msgstr ""
6863 #: libraries/classes/Controllers/Preferences/ManageController.php:140
6864 msgid "Could not import configuration"
6865 msgstr ""
6867 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:52
6868 msgid "Two-factor authentication has been removed."
6869 msgstr ""
6871 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:63
6872 msgid "Two-factor authentication has been configured."
6873 msgstr ""
6875 #: libraries/classes/Controllers/Server/DatabasesController.php:312
6876 #: libraries/classes/Import.php:144
6877 #: templates/database/structure/table_header.twig:26
6878 #: templates/table/structure/display_partitions.twig:28
6879 #: templates/table/structure/display_structure.twig:230
6880 #: templates/table/structure/display_table_stats.twig:119
6881 msgid "Rows"
6882 msgstr ""
6884 #: libraries/classes/Controllers/Server/DatabasesController.php:322
6885 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
6886 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26
6887 #: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:3
6888 #: templates/table/structure/display_structure.twig:445
6889 #: templates/table/tracking/structure_snapshot_indexes.twig:1
6890 msgid "Indexes"
6891 msgstr ""
6893 #: libraries/classes/Controllers/Server/DatabasesController.php:327
6894 #: libraries/classes/Controllers/Server/Status/StatusController.php:147
6895 #: libraries/classes/Controllers/Server/Status/StatusController.php:199
6896 #: templates/table/structure/display_table_stats.twig:45
6897 msgid "Total"
6898 msgstr ""
6900 #: libraries/classes/Controllers/Server/DatabasesController.php:332
6901 #: templates/database/structure/table_header.twig:38
6902 #: templates/table/structure/display_table_stats.twig:32
6903 msgid "Overhead"
6904 msgstr ""
6906 #: libraries/classes/Controllers/Server/Databases/CreateController.php:87
6907 #, php-format
6908 msgid "Database %1$s has been created."
6909 msgstr ""
6911 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:93
6912 #, php-format
6913 msgid "%1$d database has been dropped successfully."
6914 msgid_plural "%1$d databases have been dropped successfully."
6915 msgstr[0] ""
6917 #: libraries/classes/Controllers/Server/Privileges/AccountLockController.php:47
6918 #, php-format
6919 msgid "The account %s@%s has been successfully locked."
6920 msgstr ""
6922 #: libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php:47
6923 #, php-format
6924 msgid "The account %s@%s has been successfully unlocked."
6925 msgstr ""
6927 #: libraries/classes/Controllers/Server/PrivilegesController.php:153
6928 #: libraries/classes/Controllers/Server/UserGroupsController.php:53
6929 msgid "No Privileges"
6930 msgstr ""
6932 #: libraries/classes/Controllers/Server/PrivilegesController.php:162
6933 msgid "You do not have the privileges to administrate the users!"
6934 msgstr ""
6936 #: libraries/classes/Controllers/Server/PrivilegesController.php:177
6937 msgid ""
6938 "Username and hostname didn't change. If you only want to change the "
6939 "password, 'Change password' tab should be used."
6940 msgstr ""
6942 #: libraries/classes/Controllers/Server/PrivilegesController.php:406
6943 msgid "User has been added."
6944 msgstr ""
6946 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:42
6947 #, php-format
6948 msgid "Thread %s was successfully killed."
6949 msgstr ""
6951 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:48
6952 #, php-format
6953 msgid ""
6954 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
6955 msgstr ""
6957 #: libraries/classes/Controllers/Server/Status/StatusController.php:137
6958 msgid "Received"
6959 msgstr ""
6961 #: libraries/classes/Controllers/Server/Status/StatusController.php:142
6962 msgid "Sent"
6963 msgstr ""
6965 #: libraries/classes/Controllers/Server/Status/StatusController.php:181
6966 msgid "Max. concurrent connections"
6967 msgstr ""
6969 #: libraries/classes/Controllers/Server/Status/StatusController.php:187
6970 msgid "Failed attempts"
6971 msgstr ""
6973 #: libraries/classes/Controllers/Server/Status/VariablesController.php:238
6974 msgid ""
6975 "The number of connections that were aborted because the client died without "
6976 "closing the connection properly."
6977 msgstr ""
6979 #: libraries/classes/Controllers/Server/Status/VariablesController.php:241
6980 msgid "The number of failed attempts to connect to the MySQL server."
6981 msgstr ""
6983 #: libraries/classes/Controllers/Server/Status/VariablesController.php:243
6984 msgid ""
6985 "The number of transactions that used the temporary binary log cache but that "
6986 "exceeded the value of binlog_cache_size and used a temporary file to store "
6987 "statements from the transaction."
6988 msgstr ""
6990 #: libraries/classes/Controllers/Server/Status/VariablesController.php:247
6991 msgid "The number of transactions that used the temporary binary log cache."
6992 msgstr ""
6994 #: libraries/classes/Controllers/Server/Status/VariablesController.php:248
6995 msgid ""
6996 "The number of connection attempts (successful or not) to the MySQL server."
6997 msgstr ""
6999 #: libraries/classes/Controllers/Server/Status/VariablesController.php:250
7000 msgid ""
7001 "The number of temporary tables on disk created automatically by the server "
7002 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7003 "to increase the tmp_table_size  value to cause temporary tables to be memory-"
7004 "based instead of disk-based."
7005 msgstr ""
7007 #: libraries/classes/Controllers/Server/Status/VariablesController.php:256
7008 msgid "How many temporary files mysqld has created."
7009 msgstr ""
7011 #: libraries/classes/Controllers/Server/Status/VariablesController.php:258
7012 msgid ""
7013 "The number of in-memory temporary tables created automatically by the server "
7014 "while executing statements."
7015 msgstr ""
7017 #: libraries/classes/Controllers/Server/Status/VariablesController.php:262
7018 msgid ""
7019 "The number of rows written with INSERT DELAYED for which some error occurred "
7020 "(probably duplicate key)."
7021 msgstr ""
7023 #: libraries/classes/Controllers/Server/Status/VariablesController.php:266
7024 msgid ""
7025 "The number of INSERT DELAYED handler threads in use. Every different table "
7026 "on which one uses INSERT DELAYED gets its own thread."
7027 msgstr ""
7029 #: libraries/classes/Controllers/Server/Status/VariablesController.php:270
7030 msgid "The number of INSERT DELAYED rows written."
7031 msgstr ""
7033 #: libraries/classes/Controllers/Server/Status/VariablesController.php:271
7034 msgid "The number of executed FLUSH statements."
7035 msgstr ""
7037 #: libraries/classes/Controllers/Server/Status/VariablesController.php:272
7038 msgid "The number of internal COMMIT statements."
7039 msgstr ""
7041 #: libraries/classes/Controllers/Server/Status/VariablesController.php:273
7042 msgid "The number of times a row was deleted from a table."
7043 msgstr ""
7045 #: libraries/classes/Controllers/Server/Status/VariablesController.php:275
7046 msgid ""
7047 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7048 "table with a given name. This is called discovery. Handler_discover "
7049 "indicates the number of time tables have been discovered."
7050 msgstr ""
7052 #: libraries/classes/Controllers/Server/Status/VariablesController.php:281
7053 msgid ""
7054 "The number of times the first entry was read from an index. If this is high, "
7055 "it suggests that the server is doing a lot of full index scans; for example, "
7056 "SELECT col1 FROM foo, assuming that col1 is indexed."
7057 msgstr ""
7059 #: libraries/classes/Controllers/Server/Status/VariablesController.php:287
7060 msgid ""
7061 "The number of requests to read a row based on a key. If this is high, it is "
7062 "a good indication that your queries and tables are properly indexed."
7063 msgstr ""
7065 #: libraries/classes/Controllers/Server/Status/VariablesController.php:292
7066 msgid ""
7067 "The number of requests to read the next row in key order. This is "
7068 "incremented if you are querying an index column with a range constraint or "
7069 "if you are doing an index scan."
7070 msgstr ""
7072 #: libraries/classes/Controllers/Server/Status/VariablesController.php:297
7073 msgid ""
7074 "The number of requests to read the previous row in key order. This read "
7075 "method is mainly used to optimize ORDER BY … DESC."
7076 msgstr ""
7078 #: libraries/classes/Controllers/Server/Status/VariablesController.php:301
7079 msgid ""
7080 "The number of requests to read a row based on a fixed position. This is high "
7081 "if you are doing a lot of queries that require sorting of the result. You "
7082 "probably have a lot of queries that require MySQL to scan whole tables or "
7083 "you have joins that don't use keys properly."
7084 msgstr ""
7086 #: libraries/classes/Controllers/Server/Status/VariablesController.php:308
7087 msgid ""
7088 "The number of requests to read the next row in the data file. This is high "
7089 "if you are doing a lot of table scans. Generally this suggests that your "
7090 "tables are not properly indexed or that your queries are not written to take "
7091 "advantage of the indexes you have."
7092 msgstr ""
7094 #: libraries/classes/Controllers/Server/Status/VariablesController.php:314
7095 msgid "The number of internal ROLLBACK statements."
7096 msgstr ""
7098 #: libraries/classes/Controllers/Server/Status/VariablesController.php:315
7099 msgid "The number of requests to update a row in a table."
7100 msgstr ""
7102 #: libraries/classes/Controllers/Server/Status/VariablesController.php:316
7103 msgid "The number of requests to insert a row in a table."
7104 msgstr ""
7106 #: libraries/classes/Controllers/Server/Status/VariablesController.php:317
7107 msgid "The number of pages containing data (dirty or clean)."
7108 msgstr ""
7110 #: libraries/classes/Controllers/Server/Status/VariablesController.php:318
7111 msgid "The number of pages currently dirty."
7112 msgstr ""
7114 #: libraries/classes/Controllers/Server/Status/VariablesController.php:320
7115 msgid "The number of buffer pool pages that have been requested to be flushed."
7116 msgstr ""
7118 #: libraries/classes/Controllers/Server/Status/VariablesController.php:322
7119 msgid "The number of free pages."
7120 msgstr ""
7122 #: libraries/classes/Controllers/Server/Status/VariablesController.php:324
7123 msgid ""
7124 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7125 "being read or written or that can't be flushed or removed for some other "
7126 "reason."
7127 msgstr ""
7129 #: libraries/classes/Controllers/Server/Status/VariablesController.php:329
7130 msgid ""
7131 "The number of pages busy because they have been allocated for administrative "
7132 "overhead such as row locks or the adaptive hash index. This value can also "
7133 "be calculated as Innodb_buffer_pool_pages_total - "
7134 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7135 msgstr ""
7137 #: libraries/classes/Controllers/Server/Status/VariablesController.php:335
7138 msgid "Total size of buffer pool, in pages."
7139 msgstr ""
7141 #: libraries/classes/Controllers/Server/Status/VariablesController.php:337
7142 msgid ""
7143 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7144 "query is to scan a large portion of a table but in random order."
7145 msgstr ""
7147 #: libraries/classes/Controllers/Server/Status/VariablesController.php:342
7148 msgid ""
7149 "The number of sequential read-aheads InnoDB initiated. This happens when "
7150 "InnoDB does a sequential full table scan."
7151 msgstr ""
7153 #: libraries/classes/Controllers/Server/Status/VariablesController.php:345
7154 msgid "The number of logical read requests InnoDB has done."
7155 msgstr ""
7157 #: libraries/classes/Controllers/Server/Status/VariablesController.php:347
7158 msgid ""
7159 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7160 "and had to do a single-page read."
7161 msgstr ""
7163 #: libraries/classes/Controllers/Server/Status/VariablesController.php:351
7164 msgid ""
7165 "Normally, writes to the InnoDB buffer pool happen in the background. "
7166 "However, if it's necessary to read or create a page and no clean pages are "
7167 "available, it's necessary to wait for pages to be flushed first. This "
7168 "counter counts instances of these waits. If the buffer pool size was set "
7169 "properly, this value should be small."
7170 msgstr ""
7172 #: libraries/classes/Controllers/Server/Status/VariablesController.php:358
7173 msgid "The number writes done to the InnoDB buffer pool."
7174 msgstr ""
7176 #: libraries/classes/Controllers/Server/Status/VariablesController.php:359
7177 msgid "The number of fsync() operations so far."
7178 msgstr ""
7180 #: libraries/classes/Controllers/Server/Status/VariablesController.php:360
7181 msgid "The current number of pending fsync() operations."
7182 msgstr ""
7184 #: libraries/classes/Controllers/Server/Status/VariablesController.php:361
7185 msgid "The current number of pending reads."
7186 msgstr ""
7188 #: libraries/classes/Controllers/Server/Status/VariablesController.php:362
7189 msgid "The current number of pending writes."
7190 msgstr ""
7192 #: libraries/classes/Controllers/Server/Status/VariablesController.php:363
7193 msgid "The amount of data read so far, in bytes."
7194 msgstr ""
7196 #: libraries/classes/Controllers/Server/Status/VariablesController.php:364
7197 msgid "The total number of data reads."
7198 msgstr ""
7200 #: libraries/classes/Controllers/Server/Status/VariablesController.php:365
7201 msgid "The total number of data writes."
7202 msgstr ""
7204 #: libraries/classes/Controllers/Server/Status/VariablesController.php:366
7205 msgid "The amount of data written so far, in bytes."
7206 msgstr ""
7208 #: libraries/classes/Controllers/Server/Status/VariablesController.php:368
7209 msgid "The number of pages that have been written for doublewrite operations."
7210 msgstr ""
7212 #: libraries/classes/Controllers/Server/Status/VariablesController.php:370
7213 msgid "The number of doublewrite operations that have been performed."
7214 msgstr ""
7216 #: libraries/classes/Controllers/Server/Status/VariablesController.php:372
7217 msgid ""
7218 "The number of waits we had because log buffer was too small and we had to "
7219 "wait for it to be flushed before continuing."
7220 msgstr ""
7222 #: libraries/classes/Controllers/Server/Status/VariablesController.php:375
7223 msgid "The number of log write requests."
7224 msgstr ""
7226 #: libraries/classes/Controllers/Server/Status/VariablesController.php:376
7227 msgid "The number of physical writes to the log file."
7228 msgstr ""
7230 #: libraries/classes/Controllers/Server/Status/VariablesController.php:377
7231 msgid "The number of fsync() writes done to the log file."
7232 msgstr ""
7234 #: libraries/classes/Controllers/Server/Status/VariablesController.php:378
7235 msgid "The number of pending log file fsyncs."
7236 msgstr ""
7238 #: libraries/classes/Controllers/Server/Status/VariablesController.php:379
7239 msgid "Pending log file writes."
7240 msgstr ""
7242 #: libraries/classes/Controllers/Server/Status/VariablesController.php:380
7243 msgid "The number of bytes written to the log file."
7244 msgstr ""
7246 #: libraries/classes/Controllers/Server/Status/VariablesController.php:381
7247 msgid "The number of pages created."
7248 msgstr ""
7250 #: libraries/classes/Controllers/Server/Status/VariablesController.php:383
7251 msgid ""
7252 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7253 "pages; the page size allows them to be easily converted to bytes."
7254 msgstr ""
7256 #: libraries/classes/Controllers/Server/Status/VariablesController.php:387
7257 msgid "The number of pages read."
7258 msgstr ""
7260 #: libraries/classes/Controllers/Server/Status/VariablesController.php:388
7261 msgid "The number of pages written."
7262 msgstr ""
7264 #: libraries/classes/Controllers/Server/Status/VariablesController.php:389
7265 msgid "The number of row locks currently being waited for."
7266 msgstr ""
7268 #: libraries/classes/Controllers/Server/Status/VariablesController.php:390
7269 msgid "The average time to acquire a row lock, in milliseconds."
7270 msgstr ""
7272 #: libraries/classes/Controllers/Server/Status/VariablesController.php:391
7273 msgid "The total time spent in acquiring row locks, in milliseconds."
7274 msgstr ""
7276 #: libraries/classes/Controllers/Server/Status/VariablesController.php:392
7277 msgid "The maximum time to acquire a row lock, in milliseconds."
7278 msgstr ""
7280 #: libraries/classes/Controllers/Server/Status/VariablesController.php:393
7281 msgid "The number of times a row lock had to be waited for."
7282 msgstr ""
7284 #: libraries/classes/Controllers/Server/Status/VariablesController.php:394
7285 msgid "The number of rows deleted from InnoDB tables."
7286 msgstr ""
7288 #: libraries/classes/Controllers/Server/Status/VariablesController.php:395
7289 msgid "The number of rows inserted in InnoDB tables."
7290 msgstr ""
7292 #: libraries/classes/Controllers/Server/Status/VariablesController.php:396
7293 msgid "The number of rows read from InnoDB tables."
7294 msgstr ""
7296 #: libraries/classes/Controllers/Server/Status/VariablesController.php:397
7297 msgid "The number of rows updated in InnoDB tables."
7298 msgstr ""
7300 #: libraries/classes/Controllers/Server/Status/VariablesController.php:399
7301 msgid ""
7302 "The number of key blocks in the key cache that have changed but haven't yet "
7303 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7304 msgstr ""
7306 #: libraries/classes/Controllers/Server/Status/VariablesController.php:404
7307 msgid ""
7308 "The number of unused blocks in the key cache. You can use this value to "
7309 "determine how much of the key cache is in use."
7310 msgstr ""
7312 #: libraries/classes/Controllers/Server/Status/VariablesController.php:408
7313 msgid ""
7314 "The number of used blocks in the key cache. This value is a high-water mark "
7315 "that indicates the maximum number of blocks that have ever been in use at "
7316 "one time."
7317 msgstr ""
7319 #: libraries/classes/Controllers/Server/Status/VariablesController.php:412
7320 msgid "Percentage of used key cache (calculated value)"
7321 msgstr ""
7323 #: libraries/classes/Controllers/Server/Status/VariablesController.php:413
7324 msgid "The number of requests to read a key block from the cache."
7325 msgstr ""
7327 #: libraries/classes/Controllers/Server/Status/VariablesController.php:415
7328 msgid ""
7329 "The number of physical reads of a key block from disk. If Key_reads is big, "
7330 "then your key_buffer_size value is probably too small. The cache miss rate "
7331 "can be calculated as Key_reads/Key_read_requests."
7332 msgstr ""
7334 #: libraries/classes/Controllers/Server/Status/VariablesController.php:421
7335 msgid ""
7336 "Key cache miss calculated as rate of physical reads compared to read "
7337 "requests (calculated value)"
7338 msgstr ""
7340 #: libraries/classes/Controllers/Server/Status/VariablesController.php:423
7341 msgid "The number of requests to write a key block to the cache."
7342 msgstr ""
7344 #: libraries/classes/Controllers/Server/Status/VariablesController.php:424
7345 msgid "The number of physical writes of a key block to disk."
7346 msgstr ""
7348 #: libraries/classes/Controllers/Server/Status/VariablesController.php:425
7349 msgid ""
7350 "Percentage of physical writes compared to write requests (calculated value)"
7351 msgstr ""
7353 #: libraries/classes/Controllers/Server/Status/VariablesController.php:427
7354 msgid ""
7355 "The total cost of the last compiled query as computed by the query "
7356 "optimizer. Useful for comparing the cost of different query plans for the "
7357 "same query. The default value of 0 means that no query has been compiled yet."
7358 msgstr ""
7360 #: libraries/classes/Controllers/Server/Status/VariablesController.php:433
7361 msgid ""
7362 "The maximum number of connections that have been in use simultaneously since "
7363 "the server started."
7364 msgstr ""
7366 #: libraries/classes/Controllers/Server/Status/VariablesController.php:435
7367 msgid "The number of rows waiting to be written in INSERT DELAYED queues."
7368 msgstr ""
7370 #: libraries/classes/Controllers/Server/Status/VariablesController.php:437
7371 msgid ""
7372 "The number of tables that have been opened. If opened tables is big, your "
7373 "table_open_cache value is probably too small."
7374 msgstr ""
7376 #: libraries/classes/Controllers/Server/Status/VariablesController.php:440
7377 msgid "The number of files that are open."
7378 msgstr ""
7380 #: libraries/classes/Controllers/Server/Status/VariablesController.php:441
7381 msgid "The number of streams that are open (used mainly for logging)."
7382 msgstr ""
7384 #: libraries/classes/Controllers/Server/Status/VariablesController.php:442
7385 msgid "The number of tables that are open."
7386 msgstr ""
7388 #: libraries/classes/Controllers/Server/Status/VariablesController.php:444
7389 msgid ""
7390 "The number of free memory blocks in query cache. High numbers can indicate "
7391 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7392 "statement."
7393 msgstr ""
7395 #: libraries/classes/Controllers/Server/Status/VariablesController.php:448
7396 msgid "The amount of free memory for query cache."
7397 msgstr ""
7399 #: libraries/classes/Controllers/Server/Status/VariablesController.php:449
7400 msgid "The number of cache hits."
7401 msgstr ""
7403 #: libraries/classes/Controllers/Server/Status/VariablesController.php:450
7404 msgid "The number of queries added to the cache."
7405 msgstr ""
7407 #: libraries/classes/Controllers/Server/Status/VariablesController.php:452
7408 msgid ""
7409 "The number of queries that have been removed from the cache to free up "
7410 "memory for caching new queries. This information can help you tune the query "
7411 "cache size. The query cache uses a least recently used (LRU) strategy to "
7412 "decide which queries to remove from the cache."
7413 msgstr ""
7415 #: libraries/classes/Controllers/Server/Status/VariablesController.php:459
7416 msgid ""
7417 "The number of non-cached queries (not cachable, or not cached due to the "
7418 "query_cache_type setting)."
7419 msgstr ""
7421 #: libraries/classes/Controllers/Server/Status/VariablesController.php:461
7422 msgid "The number of queries registered in the cache."
7423 msgstr ""
7425 #: libraries/classes/Controllers/Server/Status/VariablesController.php:462
7426 msgid "The total number of blocks in the query cache."
7427 msgstr ""
7429 #: libraries/classes/Controllers/Server/Status/VariablesController.php:463
7430 msgid "The status of failsafe replication (not yet implemented)."
7431 msgstr ""
7433 #: libraries/classes/Controllers/Server/Status/VariablesController.php:465
7434 msgid ""
7435 "The number of joins that do not use indexes. If this value is not 0, you "
7436 "should carefully check the indexes of your tables."
7437 msgstr ""
7439 #: libraries/classes/Controllers/Server/Status/VariablesController.php:468
7440 msgid "The number of joins that used a range search on a reference table."
7441 msgstr ""
7443 #: libraries/classes/Controllers/Server/Status/VariablesController.php:470
7444 msgid ""
7445 "The number of joins without keys that check for key usage after each row. "
7446 "(If this is not 0, you should carefully check the indexes of your tables.)"
7447 msgstr ""
7449 #: libraries/classes/Controllers/Server/Status/VariablesController.php:475
7450 msgid ""
7451 "The number of joins that used ranges on the first table. (It's normally not "
7452 "critical even if this is big.)"
7453 msgstr ""
7455 #: libraries/classes/Controllers/Server/Status/VariablesController.php:478
7456 msgid "The number of joins that did a full scan of the first table."
7457 msgstr ""
7459 #: libraries/classes/Controllers/Server/Status/VariablesController.php:479
7460 msgid ""
7461 "The number of temporary tables currently open by the replica SQL thread."
7462 msgstr ""
7464 #: libraries/classes/Controllers/Server/Status/VariablesController.php:481
7465 msgid ""
7466 "Total (since startup) number of times the replication replica SQL thread has "
7467 "retried transactions."
7468 msgstr ""
7470 #: libraries/classes/Controllers/Server/Status/VariablesController.php:483
7471 msgid "This is ON if this server is a replica that is connected to a primary."
7472 msgstr ""
7474 #: libraries/classes/Controllers/Server/Status/VariablesController.php:485
7475 msgid ""
7476 "The number of threads that have taken more than slow_launch_time seconds to "
7477 "create."
7478 msgstr ""
7480 #: libraries/classes/Controllers/Server/Status/VariablesController.php:487
7481 msgid ""
7482 "The number of queries that have taken more than long_query_time seconds."
7483 msgstr ""
7485 #: libraries/classes/Controllers/Server/Status/VariablesController.php:489
7486 msgid ""
7487 "The number of merge passes the sort algorithm has had to do. If this value "
7488 "is large, you should consider increasing the value of the sort_buffer_size "
7489 "system variable."
7490 msgstr ""
7492 #: libraries/classes/Controllers/Server/Status/VariablesController.php:493
7493 msgid "The number of sorts that were done with ranges."
7494 msgstr ""
7496 #: libraries/classes/Controllers/Server/Status/VariablesController.php:494
7497 msgid "The number of sorted rows."
7498 msgstr ""
7500 #: libraries/classes/Controllers/Server/Status/VariablesController.php:495
7501 msgid "The number of sorts that were done by scanning the table."
7502 msgstr ""
7504 #: libraries/classes/Controllers/Server/Status/VariablesController.php:496
7505 msgid "The number of times that a table lock was acquired immediately."
7506 msgstr ""
7508 #: libraries/classes/Controllers/Server/Status/VariablesController.php:498
7509 msgid ""
7510 "The number of times that a table lock could not be acquired immediately and "
7511 "a wait was needed. If this is high, and you have performance problems, you "
7512 "should first optimize your queries, and then either split your table or "
7513 "tables or use replication."
7514 msgstr ""
7516 #: libraries/classes/Controllers/Server/Status/VariablesController.php:504
7517 msgid ""
7518 "The number of threads in the thread cache. The cache hit rate can be "
7519 "calculated as Threads_created/Connections. If this value is red you should "
7520 "raise your thread_cache_size."
7521 msgstr ""
7523 #: libraries/classes/Controllers/Server/Status/VariablesController.php:508
7524 msgid "The number of currently open connections."
7525 msgstr ""
7527 #: libraries/classes/Controllers/Server/Status/VariablesController.php:510
7528 msgid ""
7529 "The number of threads created to handle connections. If Threads_created is "
7530 "big, you may want to increase the thread_cache_size value. (Normally this "
7531 "doesn't give a notable performance improvement if you have a good thread "
7532 "implementation.)"
7533 msgstr ""
7535 #: libraries/classes/Controllers/Server/Status/VariablesController.php:516
7536 msgid "Thread cache hit rate (calculated value)"
7537 msgstr ""
7539 #: libraries/classes/Controllers/Server/Status/VariablesController.php:517
7540 msgid "The number of threads that are not sleeping."
7541 msgstr ""
7543 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:46
7544 #: libraries/classes/Util.php:835
7545 msgid "Missing parameter:"
7546 msgstr ""
7548 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:60
7549 msgid "User groups management is not enabled."
7550 msgstr ""
7552 #: libraries/classes/Controllers/Server/Variables/SetVariableController.php:93
7553 msgid "Setting variable failed"
7554 msgstr ""
7556 #: libraries/classes/Controllers/Setup/FormController.php:32
7557 msgid "Incorrect form specified!"
7558 msgstr ""
7560 #: libraries/classes/Controllers/Setup/HomeController.php:42
7561 msgid ""
7562 "You are not using a secure connection; all data (including potentially "
7563 "sensitive information, like passwords) is transferred unencrypted!"
7564 msgstr ""
7566 #: libraries/classes/Controllers/Setup/HomeController.php:47
7567 msgid ""
7568 "If your server is also configured to accept HTTPS requests follow this link "
7569 "to use a secure connection."
7570 msgstr ""
7572 #: libraries/classes/Controllers/Setup/HomeController.php:51
7573 msgid "Insecure connection"
7574 msgstr ""
7576 #: libraries/classes/Controllers/Sql/SqlController.php:236
7577 #: libraries/classes/Sql.php:1154
7578 #, php-format
7579 msgid "Bookmark %s has been created."
7580 msgstr ""
7582 #: libraries/classes/Controllers/Sql/SqlController.php:243
7583 msgid "Bookmark not created!"
7584 msgstr ""
7586 #: libraries/classes/Controllers/Table/AddFieldController.php:151
7587 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:275
7588 #: libraries/classes/Controllers/Table/Structure/SaveController.php:223
7589 #: libraries/classes/Table/Indexes.php:85
7590 #, php-format
7591 msgid "Table %1$s has been altered successfully."
7592 msgstr ""
7594 #: libraries/classes/Controllers/Table/ChangeRowsController.php:36
7595 #: libraries/classes/Controllers/Table/DeleteConfirmController.php:25
7596 #: libraries/classes/Controllers/Table/ExportRowsController.php:36
7597 msgid "No row selected."
7598 msgstr ""
7600 #: libraries/classes/Controllers/Table/ChartController.php:60
7601 #: libraries/classes/Controllers/Table/GisVisualizationController.php:70
7602 msgid "No SQL query was set to fetch data."
7603 msgstr ""
7605 #: libraries/classes/Controllers/Table/ChartController.php:145
7606 msgid "No numeric columns present in the table to plot."
7607 msgstr ""
7609 #: libraries/classes/Controllers/Table/ChartController.php:208
7610 msgid "No data to display"
7611 msgstr ""
7613 #: libraries/classes/Controllers/Table/CreateController.php:84
7614 #: libraries/classes/Controllers/Table/GetFieldController.php:55
7615 #, php-format
7616 msgid "'%s' database does not exist."
7617 msgstr ""
7619 #: libraries/classes/Controllers/Table/CreateController.php:94
7620 #, php-format
7621 msgid "Table %s already exists!"
7622 msgstr ""
7624 #: libraries/classes/Controllers/Table/DeleteRowsController.php:77
7625 #: libraries/classes/Controllers/Table/FindReplaceController.php:181
7626 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:83
7627 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:83
7628 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:83
7629 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:83
7630 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:83
7631 #: libraries/classes/Controllers/Table/Partition/AnalyzeController.php:55
7632 #: libraries/classes/Controllers/Table/Partition/CheckController.php:55
7633 #: libraries/classes/Controllers/Table/Partition/DropController.php:56
7634 #: libraries/classes/Controllers/Table/Partition/OptimizeController.php:55
7635 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:56
7636 #: libraries/classes/Controllers/Table/Partition/RepairController.php:55
7637 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:56
7638 #: libraries/classes/Controllers/Table/RelationController.php:241
7639 #: libraries/classes/Controllers/View/OperationsController.php:87
7640 #: libraries/classes/Database/Routines.php:1224
7641 #: libraries/classes/Display/Results.php:3683 libraries/classes/Message.php:172
7642 #: templates/sql/query.twig:7
7643 msgid "Your SQL query has been executed successfully."
7644 msgstr ""
7646 #: libraries/classes/Controllers/Table/DropColumnConfirmationController.php:23
7647 #: libraries/classes/Controllers/Table/DropColumnController.php:51
7648 #: libraries/classes/Controllers/Table/Structure/AddIndexController.php:47
7649 #: libraries/classes/Controllers/Table/Structure/BrowseController.php:34
7650 #: libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php:45
7651 #: libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php:45
7652 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:59
7653 #: libraries/classes/Controllers/Table/Structure/FulltextController.php:47
7654 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:50
7655 #: libraries/classes/Controllers/Table/Structure/SpatialController.php:47
7656 #: libraries/classes/Controllers/Table/Structure/UniqueController.php:47
7657 msgid "No column selected."
7658 msgstr ""
7660 #: libraries/classes/Controllers/Table/DropColumnController.php:80
7661 #, php-format
7662 msgid "%1$d column has been dropped successfully."
7663 msgid_plural "%1$d columns have been dropped successfully."
7664 msgstr[0] ""
7666 #: libraries/classes/Controllers/Table/GetFieldController.php:63
7667 msgid "Invalid table name"
7668 msgstr ""
7670 #. l10n: In case a SQL query did not pass a security check
7671 #: libraries/classes/Controllers/Table/GetFieldController.php:72
7672 #: libraries/classes/Controllers/Transformation/WrapperController.php:103
7673 msgid "There is an issue with your request."
7674 msgstr ""
7676 #: libraries/classes/Controllers/Table/GetFieldController.php:86
7677 #: libraries/classes/Database/Routines.php:1243
7678 #: libraries/classes/Import.php:149 libraries/classes/InsertEdit.php:221
7679 #: libraries/classes/Sql.php:967
7680 msgid "MySQL returned an empty result set (i.e. zero rows)."
7681 msgstr ""
7683 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:75
7684 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:75
7685 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:75
7686 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:75
7687 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:75
7688 msgid "Maintenance operations on multiple tables are disabled."
7689 msgstr ""
7691 #: libraries/classes/Controllers/Table/OperationsController.php:109
7692 #: libraries/classes/Controllers/Table/OperationsController.php:298
7693 #: libraries/classes/Controllers/Table/StructureController.php:100
7694 #: libraries/classes/Navigation/Nodes/NodeView.php:28
7695 #: templates/database/structure/show_create.twig:32
7696 #: templates/database/structure/structure_table_row.twig:122
7697 #: templates/database/structure/structure_table_row.twig:186
7698 msgid "View"
7699 msgstr ""
7701 #: libraries/classes/Controllers/Table/Partition/DropController.php:62
7702 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:62
7703 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:62
7704 #: libraries/classes/Controllers/View/OperationsController.php:90
7705 #: libraries/classes/Html/Generator.php:863 libraries/classes/Import.php:133
7706 #: libraries/classes/InsertEdit.php:716 libraries/classes/Message.php:192
7707 #: templates/error/generic.twig:37
7708 #: templates/table/structure/display_structure.twig:355
7709 msgid "Error"
7710 msgstr ""
7712 #: libraries/classes/Controllers/Table/RelationController.php:182
7713 msgid "Display column was successfully updated."
7714 msgstr ""
7716 #: libraries/classes/Controllers/Table/RelationController.php:275
7717 msgid "Internal relationships were successfully updated."
7718 msgstr ""
7720 #: libraries/classes/Controllers/Table/ReplaceController.php:300
7721 #, php-format
7722 msgid "Row: %1$s, Column: %2$s, Error: %3$s"
7723 msgstr ""
7725 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:91
7726 #, php-format
7727 msgid "Failed to get description of column %s!"
7728 msgstr ""
7730 #: libraries/classes/Controllers/Table/StructureController.php:226
7731 #: templates/columns_definitions/column_attributes.twig:107
7732 #: templates/database/data_dictionary/index.twig:41
7733 #: templates/table/structure/display_structure.twig:137
7734 #: templates/table/structure/display_structure.twig:145
7735 #: templates/table/structure/display_structure.twig:295
7736 #: templates/table/tracking/structure_snapshot_columns.twig:25
7737 msgid "Primary"
7738 msgstr ""
7740 #: libraries/classes/Controllers/Table/StructureController.php:230
7741 #: libraries/classes/Navigation/Nodes/NodeIndex.php:28
7742 #: templates/columns_definitions/column_attributes.twig:115
7743 #: templates/columns_definitions/table_fields_definitions.twig:46
7744 #: templates/table/structure/display_structure.twig:167
7745 #: templates/table/structure/display_structure.twig:175
7746 #: templates/table/structure/display_structure.twig:301
7747 #: templates/table/structure/display_table_stats.twig:24
7748 #: templates/table/tracking/structure_snapshot_columns.twig:27
7749 msgid "Index"
7750 msgstr ""
7752 #: libraries/classes/Controllers/Table/Structure/MoveColumnsController.php:172
7753 msgid "The columns have been moved successfully."
7754 msgstr ""
7756 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:267
7757 #: libraries/classes/Controllers/Table/Structure/SaveController.php:273
7758 #: libraries/classes/Tracking.php:776
7759 msgid "Query error"
7760 msgstr ""
7762 #: libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php:48
7763 #, php-format
7764 msgid "The name '%s' is a MySQL reserved keyword."
7765 msgid_plural "The names '%s' are MySQL reserved keywords."
7766 msgstr[0] ""
7768 #: libraries/classes/Controllers/Table/Structure/SaveController.php:218
7769 #, php-format
7770 msgid ""
7771 "Table %1$s has been altered successfully. Privileges have been adjusted."
7772 msgstr ""
7774 #: libraries/classes/Controllers/Table/TrackingController.php:69
7775 #, php-format
7776 msgid "Tracking of %s is activated."
7777 msgstr ""
7779 #: libraries/classes/Controllers/Table/TrackingController.php:140
7780 msgid "Tracking versions deleted successfully."
7781 msgstr ""
7783 #: libraries/classes/Controllers/Table/TrackingController.php:145
7784 msgid "No versions selected."
7785 msgstr ""
7787 #: libraries/classes/Controllers/Table/TrackingController.php:174
7788 msgid "SQL statements executed."
7789 msgstr ""
7791 #: libraries/classes/Controllers/UserPasswordController.php:54
7792 msgid "You don't have sufficient privileges to be here right now!"
7793 msgstr ""
7795 #: libraries/classes/Controllers/View/CreateController.php:81
7796 msgid "View name can not be empty!"
7797 msgstr ""
7799 #: libraries/classes/Core.php:200 libraries/classes/ZipExtension.php:62
7800 #, php-format
7801 msgid "The %s extension is missing. Please check your PHP configuration."
7802 msgstr ""
7804 #: libraries/classes/Database/CentralColumns.php:293
7805 #: libraries/classes/Database/CentralColumns.php:399
7806 #: libraries/classes/Database/CentralColumns.php:611
7807 msgid ""
7808 "The configuration storage is not ready for the central list of columns "
7809 "feature."
7810 msgstr ""
7812 #: libraries/classes/Database/CentralColumns.php:351
7813 #, php-format
7814 msgid "Could not add %1$s as they already exist in central list!"
7815 msgstr ""
7817 #: libraries/classes/Database/CentralColumns.php:367
7818 msgid "Could not add columns!"
7819 msgstr ""
7821 #: libraries/classes/Database/CentralColumns.php:451
7822 #, php-format
7823 msgid ""
7824 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
7825 msgstr ""
7827 #: libraries/classes/Database/CentralColumns.php:464
7828 msgid "Could not remove columns!"
7829 msgstr ""
7831 #: libraries/classes/Database/CentralColumns.php:625
7832 msgid "YES"
7833 msgstr ""
7835 #: libraries/classes/Database/CentralColumns.php:625
7836 msgid "NO"
7837 msgstr ""
7839 #: libraries/classes/Database/Designer/Common.php:528
7840 msgctxt ""
7841 "phpMyAdmin configuration storage is not configured for \"Display Features\" "
7842 "on designer when user tries to set a display field."
7843 msgid ""
7844 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
7845 msgstr ""
7847 #: libraries/classes/Database/Designer/Common.php:573
7848 msgid "Error: relationship already exists."
7849 msgstr ""
7851 #: libraries/classes/Database/Designer/Common.php:625
7852 msgid "FOREIGN KEY relationship has been added."
7853 msgstr ""
7855 #: libraries/classes/Database/Designer/Common.php:633
7856 msgid "Error: FOREIGN KEY relationship could not be added!"
7857 msgstr ""
7859 #: libraries/classes/Database/Designer/Common.php:640
7860 msgid "Error: Missing index on column(s)."
7861 msgstr ""
7863 #: libraries/classes/Database/Designer/Common.php:648
7864 #: libraries/classes/Database/Designer/Common.php:727
7865 msgid "Error: Relational features are disabled!"
7866 msgstr ""
7868 #: libraries/classes/Database/Designer/Common.php:672
7869 msgid "Internal relationship has been added."
7870 msgstr ""
7872 #: libraries/classes/Database/Designer/Common.php:680
7873 msgid "Error: Internal relationship could not be added!"
7874 msgstr ""
7876 #: libraries/classes/Database/Designer/Common.php:718
7877 msgid "FOREIGN KEY relationship has been removed."
7878 msgstr ""
7880 #: libraries/classes/Database/Designer/Common.php:749
7881 msgid "Error: Internal relationship could not be removed!"
7882 msgstr ""
7884 #: libraries/classes/Database/Designer/Common.php:755
7885 msgid "Internal relationship has been removed."
7886 msgstr ""
7888 #: libraries/classes/Database/Designer.php:136
7889 msgid "Could not load schema plugins, please check your installation!"
7890 msgstr ""
7892 #: libraries/classes/Database/Events.php:104
7893 #: libraries/classes/Database/Events.php:113
7894 #: libraries/classes/Database/Events.php:139
7895 #: libraries/classes/Database/Routines.php:225
7896 #: libraries/classes/Database/Routines.php:246
7897 #: libraries/classes/Database/Routines.php:348
7898 #: libraries/classes/Database/Routines.php:1250
7899 #: libraries/classes/Database/Triggers.php:117
7900 #: libraries/classes/Database/Triggers.php:126
7901 #: libraries/classes/Database/Triggers.php:153
7902 #, php-format
7903 msgid "The following query has failed: \"%s\""
7904 msgstr ""
7906 #: libraries/classes/Database/Events.php:108
7907 #: libraries/classes/Database/Events.php:117
7908 #: libraries/classes/Database/Events.php:143
7909 #: libraries/classes/Database/Events.php:505
7910 #: libraries/classes/Database/Routines.php:229
7911 #: libraries/classes/Database/Routines.php:250
7912 #: libraries/classes/Database/Routines.php:352
7913 #: libraries/classes/Database/Routines.php:1254
7914 #: libraries/classes/Database/Routines.php:1540
7915 #: libraries/classes/Database/Triggers.php:121
7916 #: libraries/classes/Database/Triggers.php:130
7917 #: libraries/classes/Database/Triggers.php:157
7918 #: libraries/classes/Database/Triggers.php:437
7919 #: libraries/classes/Html/Generator.php:931
7920 msgid "MySQL said: "
7921 msgstr ""
7923 #: libraries/classes/Database/Events.php:126
7924 #, php-format
7925 msgid "Event %1$s has been modified."
7926 msgstr ""
7928 #: libraries/classes/Database/Events.php:146
7929 #, php-format
7930 msgid "Event %1$s has been created."
7931 msgstr ""
7933 #: libraries/classes/Database/Events.php:160
7934 #: libraries/classes/Database/Routines.php:266
7935 #: libraries/classes/Database/Triggers.php:174
7936 msgid "One or more errors have occurred while processing your request:"
7937 msgstr ""
7939 #: libraries/classes/Database/Events.php:239
7940 msgid "Add event"
7941 msgstr ""
7943 #: libraries/classes/Database/Events.php:243
7944 msgid "Edit event"
7945 msgstr ""
7947 #: libraries/classes/Database/Events.php:404
7948 #: libraries/classes/Database/Routines.php:984
7949 #: libraries/classes/Database/Triggers.php:381
7950 msgid "The definer must be in the \"username@hostname\" format!"
7951 msgstr ""
7953 #: libraries/classes/Database/Events.php:412
7954 msgid "You must provide an event name!"
7955 msgstr ""
7957 #: libraries/classes/Database/Events.php:426
7958 msgid "You must provide a valid interval value for the event."
7959 msgstr ""
7961 #: libraries/classes/Database/Events.php:446
7962 msgid "You must provide a valid execution time for the event."
7963 msgstr ""
7965 #: libraries/classes/Database/Events.php:450
7966 msgid "You must provide a valid type for the event."
7967 msgstr ""
7969 #: libraries/classes/Database/Events.php:476
7970 msgid "You must provide an event definition."
7971 msgstr ""
7973 #: libraries/classes/Database/Events.php:502
7974 msgid "Sorry, we failed to restore the dropped event."
7975 msgstr ""
7977 #: libraries/classes/Database/Events.php:503
7978 #: libraries/classes/Database/Routines.php:1538
7979 #: libraries/classes/Database/Triggers.php:435
7980 msgid "The backed up query was:"
7981 msgstr ""
7983 #: libraries/classes/Database/Events.php:534
7984 #: libraries/classes/Database/Routines.php:151
7985 #: libraries/classes/Database/Routines.php:1143
7986 #: libraries/classes/Database/Routines.php:1312
7987 #: libraries/classes/Database/Triggers.php:466
7988 msgid "Error in processing request:"
7989 msgstr ""
7991 #: libraries/classes/Database/Events.php:536
7992 #, php-format
7993 msgid "No event with name %1$s found in database %2$s."
7994 msgstr ""
7996 #: libraries/classes/Database/Events.php:568
7997 #, php-format
7998 msgid "Export of event %s"
7999 msgstr ""
8001 #: libraries/classes/Database/Events.php:589
8002 #, php-format
8003 msgid ""
8004 "Error in processing request: No event with name %1$s found in database %2$s."
8005 msgstr ""
8007 #: libraries/classes/DatabaseInterface.php:1130
8008 #, php-format
8009 msgid ""
8010 "Unable to use timezone \"%1$s\" for server %2$d. Please check your "
8011 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8012 "phpMyAdmin is currently using the default time zone of the database server."
8013 msgstr ""
8015 #: libraries/classes/DatabaseInterface.php:1175
8016 msgid "Failed to set configured collation connection!"
8017 msgstr ""
8019 #: libraries/classes/DatabaseInterface.php:1868
8020 msgid "Missing connection parameters!"
8021 msgstr ""
8023 #: libraries/classes/DatabaseInterface.php:1893
8024 msgid "Connection for controluser as defined in your configuration failed."
8025 msgstr ""
8027 #: libraries/classes/DatabaseInterface.php:2298
8028 #, php-format
8029 msgid "See %sour documentation%s for more information."
8030 msgstr ""
8032 #: libraries/classes/Database/Qbe.php:756
8033 #: templates/database/qbe/ins_del_and_or_cell.twig:21
8034 msgid "Or:"
8035 msgstr ""
8037 #: libraries/classes/Database/Qbe.php:760
8038 #: templates/database/qbe/ins_del_and_or_cell.twig:9
8039 msgid "And:"
8040 msgstr ""
8042 #: libraries/classes/Database/Qbe.php:766
8043 msgid "Ins"
8044 msgstr ""
8046 #: libraries/classes/Database/Qbe.php:769
8047 msgid "Del"
8048 msgstr ""
8050 #: libraries/classes/Database/Qbe.php:1674
8051 msgid "Saved bookmarked search:"
8052 msgstr ""
8054 #: libraries/classes/Database/Qbe.php:1676
8055 msgid "New bookmark"
8056 msgstr ""
8058 #: libraries/classes/Database/Qbe.php:1703
8059 msgid "Create bookmark"
8060 msgstr ""
8062 #: libraries/classes/Database/Qbe.php:1706
8063 msgid "Update bookmark"
8064 msgstr ""
8066 #: libraries/classes/Database/Qbe.php:1708
8067 msgid "Delete bookmark"
8068 msgstr ""
8070 #: libraries/classes/Database/Routines.php:118
8071 msgid "Add routine"
8072 msgstr ""
8074 #: libraries/classes/Database/Routines.php:122
8075 msgid "Edit routine"
8076 msgstr ""
8078 #: libraries/classes/Database/Routines.php:154
8079 #, php-format
8080 msgid ""
8081 "No routine with name %1$s found in database %2$s. You might be lacking the "
8082 "necessary privileges to edit this routine."
8083 msgstr ""
8085 #: libraries/classes/Database/Routines.php:206
8086 #: libraries/classes/Database/Routines.php:992
8087 #, php-format
8088 msgid "Invalid routine type: \"%s\""
8089 msgstr ""
8091 #: libraries/classes/Database/Routines.php:253
8092 #, php-format
8093 msgid "Routine %1$s has been created."
8094 msgstr ""
8096 #: libraries/classes/Database/Routines.php:413
8097 #, php-format
8098 msgid "Routine %1$s has been modified. Privileges have been adjusted."
8099 msgstr ""
8101 #: libraries/classes/Database/Routines.php:418
8102 #, php-format
8103 msgid "Routine %1$s has been modified."
8104 msgstr ""
8106 #: libraries/classes/Database/Routines.php:825
8107 msgid "You must provide a name and a type for each routine parameter."
8108 msgstr ""
8110 #: libraries/classes/Database/Routines.php:843
8111 #, php-format
8112 msgid "Invalid direction \"%s\" given for parameter."
8113 msgstr ""
8115 #: libraries/classes/Database/Routines.php:863
8116 #: libraries/classes/Database/Routines.php:930
8117 msgid ""
8118 "You must provide length/values for routine parameters of type ENUM, SET, "
8119 "VARCHAR and VARBINARY."
8120 msgstr ""
8122 #: libraries/classes/Database/Routines.php:912
8123 msgid "You must provide a valid return type for the routine."
8124 msgstr ""
8126 #: libraries/classes/Database/Routines.php:1000
8127 msgid "You must provide a routine name!"
8128 msgstr ""
8130 #: libraries/classes/Database/Routines.php:1065
8131 msgid "You must provide a routine definition."
8132 msgstr ""
8134 #: libraries/classes/Database/Routines.php:1145
8135 #: libraries/classes/Database/Routines.php:1314
8136 #, php-format
8137 msgid "No routine with name %1$s found in database %2$s."
8138 msgstr ""
8140 #: libraries/classes/Database/Routines.php:1184
8141 #, php-format
8142 msgid "Execution results of routine %s"
8143 msgstr ""
8145 #: libraries/classes/Database/Routines.php:1232
8146 #, php-format
8147 msgid "%d row affected by the last statement inside the procedure."
8148 msgid_plural "%d rows affected by the last statement inside the procedure."
8149 msgstr[0] ""
8151 #: libraries/classes/Database/Routines.php:1297
8152 #: libraries/classes/Database/Routines.php:1304
8153 msgid "Execute routine"
8154 msgstr ""
8156 #: libraries/classes/Database/Routines.php:1537
8157 msgid "Sorry, we failed to restore the dropped routine."
8158 msgstr ""
8160 #: libraries/classes/Database/Routines.php:1567
8161 #, php-format
8162 msgid "Export of routine %s"
8163 msgstr ""
8165 #: libraries/classes/Database/Routines.php:1589
8166 #, php-format
8167 msgid ""
8168 "Error in processing request: No routine with name %1$s found in database "
8169 "%2$s. You might be lacking the necessary privileges to view/export this "
8170 "routine."
8171 msgstr ""
8173 #: libraries/classes/Database/Search.php:103
8174 #: templates/database/search/main.twig:19
8175 msgid "at least one of the words"
8176 msgstr ""
8178 #: libraries/classes/Database/Search.php:104
8179 #: templates/database/search/main.twig:23
8180 msgid "all of the words"
8181 msgstr ""
8183 #: libraries/classes/Database/Search.php:105
8184 #: templates/database/search/main.twig:27
8185 msgid "the exact phrase as substring"
8186 msgstr ""
8188 #: libraries/classes/Database/Search.php:106
8189 #: templates/database/search/main.twig:31
8190 msgid "the exact phrase as whole field"
8191 msgstr ""
8193 #: libraries/classes/Database/Search.php:107
8194 #: templates/database/search/main.twig:35
8195 msgid "as regular expression"
8196 msgstr ""
8198 #: libraries/classes/Database/Triggers.php:140
8199 #, php-format
8200 msgid "Trigger %1$s has been modified."
8201 msgstr ""
8203 #: libraries/classes/Database/Triggers.php:160
8204 #, php-format
8205 msgid "Trigger %1$s has been created."
8206 msgstr ""
8208 #: libraries/classes/Database/Triggers.php:255
8209 msgid "Add trigger"
8210 msgstr ""
8212 #: libraries/classes/Database/Triggers.php:259
8213 msgid "Edit trigger"
8214 msgstr ""
8216 #: libraries/classes/Database/Triggers.php:389
8217 msgid "You must provide a trigger name!"
8218 msgstr ""
8220 #: libraries/classes/Database/Triggers.php:395
8221 msgid "You must provide a valid timing for the trigger!"
8222 msgstr ""
8224 #: libraries/classes/Database/Triggers.php:401
8225 msgid "You must provide a valid event for the trigger!"
8226 msgstr ""
8228 #: libraries/classes/Database/Triggers.php:408
8229 msgid "You must provide a valid table name!"
8230 msgstr ""
8232 #: libraries/classes/Database/Triggers.php:415
8233 msgid "You must provide a trigger definition."
8234 msgstr ""
8236 #: libraries/classes/Database/Triggers.php:434
8237 msgid "Sorry, we failed to restore the dropped trigger."
8238 msgstr ""
8240 #: libraries/classes/Database/Triggers.php:468
8241 #, php-format
8242 msgid "No trigger with name %1$s found in database %2$s."
8243 msgstr ""
8245 #: libraries/classes/Database/Triggers.php:502
8246 #: templates/database/triggers/export.twig:2
8247 #, php-format
8248 msgid "Export of trigger %s"
8249 msgstr ""
8251 #: libraries/classes/Database/Triggers.php:520
8252 #, php-format
8253 msgid ""
8254 "Error in processing request: No trigger with name %1$s found in database "
8255 "%2$s."
8256 msgstr ""
8258 #: libraries/classes/Dbal/DbiMysqli.php:152
8259 msgid "SSL connection enforced by server, automatically enabling it."
8260 msgstr ""
8262 #: libraries/classes/Dbal/DbiMysqli.php:164
8263 #, php-format
8264 msgid ""
8265 "Error 1045: Access denied for user. Additional error information may be "
8266 "available, but is being hidden by the %s configuration directive."
8267 msgstr ""
8269 #: libraries/classes/Display/Results.php:897 templates/list_navigator.twig:8
8270 #: templates/list_navigator.twig:13
8271 msgctxt "First page"
8272 msgid "Begin"
8273 msgstr ""
8275 #: libraries/classes/Display/Results.php:904 templates/list_navigator.twig:16
8276 #: templates/list_navigator.twig:21 templates/server/binlog/index.twig:47
8277 #: templates/server/binlog/index.twig:52
8278 msgctxt "Previous page"
8279 msgid "Previous"
8280 msgstr ""
8282 #: libraries/classes/Display/Results.php:930 templates/list_navigator.twig:33
8283 #: templates/list_navigator.twig:35 templates/server/binlog/index.twig:72
8284 #: templates/server/binlog/index.twig:77
8285 msgctxt "Next page"
8286 msgid "Next"
8287 msgstr ""
8289 #: libraries/classes/Display/Results.php:955 templates/list_navigator.twig:42
8290 #: templates/list_navigator.twig:44
8291 msgctxt "Last page"
8292 msgid "End"
8293 msgstr ""
8295 #: libraries/classes/Display/Results.php:1468
8296 #: templates/display/results/table.twig:129
8297 msgid "Partial texts"
8298 msgstr ""
8300 #: libraries/classes/Display/Results.php:1472
8301 #: templates/display/results/table.twig:133
8302 msgid "Full texts"
8303 msgstr ""
8305 #: libraries/classes/Display/Results.php:1813
8306 #: libraries/classes/Display/Results.php:1839 libraries/classes/Util.php:2575
8307 #: libraries/classes/Util.php:2598 libraries/config.values.php:113
8308 #: templates/database/multi_table_query/form.twig:69
8309 #: templates/database/qbe/sort_select_cell.twig:7
8310 #: templates/server/databases/index.twig:111
8311 #: templates/server/databases/index.twig:128
8312 #: templates/server/databases/index.twig:147
8313 #: templates/server/status/processes/list.twig:12
8314 #: templates/table/operations/index.twig:31
8315 #: templates/table/search/index.twig:163
8316 msgid "Descending"
8317 msgstr ""
8319 #: libraries/classes/Display/Results.php:1821
8320 #: libraries/classes/Display/Results.php:1831 libraries/classes/Util.php:2567
8321 #: libraries/classes/Util.php:2590 libraries/config.values.php:112
8322 #: templates/database/multi_table_query/form.twig:68
8323 #: templates/database/qbe/sort_select_cell.twig:5
8324 #: templates/server/databases/index.twig:109
8325 #: templates/server/databases/index.twig:126
8326 #: templates/server/databases/index.twig:145
8327 #: templates/server/status/processes/list.twig:14
8328 #: templates/table/operations/index.twig:27
8329 #: templates/table/search/index.twig:159
8330 msgid "Ascending"
8331 msgstr ""
8333 #: libraries/classes/Display/Results.php:3006
8334 #: libraries/classes/Display/Results.php:3021
8335 msgid "The row has been deleted."
8336 msgstr ""
8338 #: libraries/classes/Display/Results.php:3053
8339 #: templates/server/status/processes/list.twig:44
8340 msgid "Kill"
8341 msgstr ""
8343 #: libraries/classes/Display/Results.php:3614
8344 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
8345 msgstr ""
8347 #: libraries/classes/Display/Results.php:3980
8348 #, php-format
8349 msgid "Showing rows %1s - %2s"
8350 msgstr ""
8352 #: libraries/classes/Display/Results.php:3994
8353 #, php-format
8354 msgid "%1$d total, %2$d in query"
8355 msgstr ""
8357 #: libraries/classes/Display/Results.php:3999
8358 #, php-format
8359 msgid "%d total"
8360 msgstr ""
8362 #: libraries/classes/Display/Results.php:4012 libraries/classes/Sql.php:973
8363 #, php-format
8364 msgid "Query took %01.4f seconds."
8365 msgstr ""
8367 #: libraries/classes/Display/Results.php:4343
8368 msgid "Link not found!"
8369 msgstr ""
8371 #: libraries/classes/Engines/Bdb.php:28
8372 msgid "Version information"
8373 msgstr ""
8375 #: libraries/classes/Engines/Innodb.php:31
8376 msgid "Data home directory"
8377 msgstr ""
8379 #: libraries/classes/Engines/Innodb.php:32
8380 msgid "The common part of the directory path for all InnoDB data files."
8381 msgstr ""
8383 #: libraries/classes/Engines/Innodb.php:35
8384 msgid "Data files"
8385 msgstr ""
8387 #: libraries/classes/Engines/Innodb.php:38
8388 msgid "Autoextend increment"
8389 msgstr ""
8391 #: libraries/classes/Engines/Innodb.php:40
8392 msgid ""
8393 "The increment size for extending the size of an autoextending tablespace "
8394 "when it becomes full."
8395 msgstr ""
8397 #: libraries/classes/Engines/Innodb.php:45
8398 msgid "Buffer pool size"
8399 msgstr ""
8401 #: libraries/classes/Engines/Innodb.php:46
8402 msgid ""
8403 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
8404 "tables."
8405 msgstr ""
8407 #: libraries/classes/Engines/Innodb.php:107
8408 msgid "Buffer Pool"
8409 msgstr ""
8411 #: libraries/classes/Engines/Innodb.php:108
8412 #: libraries/classes/Server/Status/Data.php:233
8413 msgid "InnoDB Status"
8414 msgstr ""
8416 #: libraries/classes/Engines/Innodb.php:135
8417 msgid "Buffer Pool Usage"
8418 msgstr ""
8420 #: libraries/classes/Engines/Innodb.php:142
8421 msgid "pages"
8422 msgstr ""
8424 #: libraries/classes/Engines/Innodb.php:150
8425 msgid "Free pages"
8426 msgstr ""
8428 #: libraries/classes/Engines/Innodb.php:156
8429 msgid "Dirty pages"
8430 msgstr ""
8432 #: libraries/classes/Engines/Innodb.php:162
8433 msgid "Pages containing data"
8434 msgstr ""
8436 #: libraries/classes/Engines/Innodb.php:168
8437 msgid "Pages to be flushed"
8438 msgstr ""
8440 #: libraries/classes/Engines/Innodb.php:174
8441 msgid "Busy pages"
8442 msgstr ""
8444 #: libraries/classes/Engines/Innodb.php:183
8445 msgid "Latched pages"
8446 msgstr ""
8448 #: libraries/classes/Engines/Innodb.php:194
8449 msgid "Buffer Pool Activity"
8450 msgstr ""
8452 #: libraries/classes/Engines/Innodb.php:198
8453 msgid "Read requests"
8454 msgstr ""
8456 #: libraries/classes/Engines/Innodb.php:204
8457 msgid "Write requests"
8458 msgstr ""
8460 #: libraries/classes/Engines/Innodb.php:210
8461 msgid "Read misses"
8462 msgstr ""
8464 #: libraries/classes/Engines/Innodb.php:216
8465 msgid "Write waits"
8466 msgstr ""
8468 #: libraries/classes/Engines/Innodb.php:222
8469 msgid "Read misses in %"
8470 msgstr ""
8472 #: libraries/classes/Engines/Innodb.php:237
8473 msgid "Write waits in %"
8474 msgstr ""
8476 #: libraries/classes/Engines/Myisam.php:28
8477 msgid "Data pointer size"
8478 msgstr ""
8480 #: libraries/classes/Engines/Myisam.php:30
8481 msgid ""
8482 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
8483 "tables when no MAX_ROWS option is specified."
8484 msgstr ""
8486 #: libraries/classes/Engines/Myisam.php:36
8487 msgid "Automatic recovery mode"
8488 msgstr ""
8490 #: libraries/classes/Engines/Myisam.php:38
8491 msgid ""
8492 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
8493 "myisam-recover server startup option."
8494 msgstr ""
8496 #: libraries/classes/Engines/Myisam.php:43
8497 msgid "Maximum size for temporary sort files"
8498 msgstr ""
8500 #: libraries/classes/Engines/Myisam.php:45
8501 msgid ""
8502 "The maximum size of the temporary file MySQL is allowed to use while re-"
8503 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
8504 "INFILE)."
8505 msgstr ""
8507 #: libraries/classes/Engines/Myisam.php:52
8508 msgid "Maximum size for temporary files on index creation"
8509 msgstr ""
8511 #: libraries/classes/Engines/Myisam.php:54
8512 msgid ""
8513 "If the temporary file used for fast MyISAM index creation would be larger "
8514 "than using the key cache by the amount specified here, prefer the key cache "
8515 "method."
8516 msgstr ""
8518 #: libraries/classes/Engines/Myisam.php:61
8519 msgid "Repair threads"
8520 msgstr ""
8522 #: libraries/classes/Engines/Myisam.php:63
8523 msgid ""
8524 "If this value is greater than 1, MyISAM table indexes are created in "
8525 "parallel (each index in its own thread) during the repair by sorting process."
8526 msgstr ""
8528 #: libraries/classes/Engines/Myisam.php:70
8529 msgid "Sort buffer size"
8530 msgstr ""
8532 #: libraries/classes/Engines/Myisam.php:72
8533 msgid ""
8534 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
8535 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
8536 msgstr ""
8538 #: libraries/classes/Engines/Pbxt.php:33
8539 msgid "Index cache size"
8540 msgstr ""
8542 #: libraries/classes/Engines/Pbxt.php:35
8543 msgid ""
8544 "This is the amount of memory allocated to the index cache. Default value is "
8545 "32MB. The memory allocated here is used only for caching index pages."
8546 msgstr ""
8548 #: libraries/classes/Engines/Pbxt.php:42
8549 msgid "Record cache size"
8550 msgstr ""
8552 #: libraries/classes/Engines/Pbxt.php:44
8553 msgid ""
8554 "This is the amount of memory allocated to the record cache used to cache "
8555 "table data. The default value is 32MB. This memory is used to cache changes "
8556 "to the handle data (.xtd) and row pointer (.xtr) files."
8557 msgstr ""
8559 #: libraries/classes/Engines/Pbxt.php:52
8560 msgid "Log cache size"
8561 msgstr ""
8563 #: libraries/classes/Engines/Pbxt.php:54
8564 msgid ""
8565 "The amount of memory allocated to the transaction log cache used to cache on "
8566 "transaction log data. The default is 16MB."
8567 msgstr ""
8569 #: libraries/classes/Engines/Pbxt.php:61
8570 msgid "Log file threshold"
8571 msgstr ""
8573 #: libraries/classes/Engines/Pbxt.php:63
8574 msgid ""
8575 "The size of a transaction log before rollover, and a new log is created. The "
8576 "default value is 16MB."
8577 msgstr ""
8579 #: libraries/classes/Engines/Pbxt.php:69
8580 msgid "Transaction buffer size"
8581 msgstr ""
8583 #: libraries/classes/Engines/Pbxt.php:71
8584 msgid ""
8585 "The size of the global transaction log buffer (the engine allocates 2 "
8586 "buffers of this size). The default is 1MB."
8587 msgstr ""
8589 #: libraries/classes/Engines/Pbxt.php:78
8590 msgid "Checkpoint frequency"
8591 msgstr ""
8593 #: libraries/classes/Engines/Pbxt.php:80
8594 msgid ""
8595 "The amount of data written to the transaction log before a checkpoint is "
8596 "performed. The default value is 24MB."
8597 msgstr ""
8599 #: libraries/classes/Engines/Pbxt.php:87
8600 msgid "Data log threshold"
8601 msgstr ""
8603 #: libraries/classes/Engines/Pbxt.php:89
8604 msgid ""
8605 "The maximum size of a data log file. The default value is 64MB. PBXT can "
8606 "create a maximum of 32000 data logs, which are used by all tables. So the "
8607 "value of this variable can be increased to increase the total amount of data "
8608 "that can be stored in the database."
8609 msgstr ""
8611 #: libraries/classes/Engines/Pbxt.php:98
8612 msgid "Garbage threshold"
8613 msgstr ""
8615 #: libraries/classes/Engines/Pbxt.php:100
8616 msgid ""
8617 "The percentage of garbage in a data log file before it is compacted. This is "
8618 "a value between 1 and 99. The default is 50."
8619 msgstr ""
8621 #: libraries/classes/Engines/Pbxt.php:107
8622 msgid "Log buffer size"
8623 msgstr ""
8625 #: libraries/classes/Engines/Pbxt.php:109
8626 msgid ""
8627 "The size of the buffer used when writing a data log. The default is 256MB. "
8628 "The engine allocates one buffer per thread, but only if the thread is "
8629 "required to write a data log."
8630 msgstr ""
8632 #: libraries/classes/Engines/Pbxt.php:117
8633 msgid "Data file grow size"
8634 msgstr ""
8636 #: libraries/classes/Engines/Pbxt.php:118
8637 msgid "The grow size of the handle data (.xtd) files."
8638 msgstr ""
8640 #: libraries/classes/Engines/Pbxt.php:122
8641 msgid "Row file grow size"
8642 msgstr ""
8644 #: libraries/classes/Engines/Pbxt.php:123
8645 msgid "The grow size of the row pointer (.xtr) files."
8646 msgstr ""
8648 #: libraries/classes/Engines/Pbxt.php:127
8649 msgid "Log file count"
8650 msgstr ""
8652 #: libraries/classes/Engines/Pbxt.php:129
8653 msgid ""
8654 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
8655 "system will maintain. If the number of logs exceeds this value then old logs "
8656 "will be deleted, otherwise they are renamed and given the next highest "
8657 "number."
8658 msgstr ""
8660 #: libraries/classes/Engines/Pbxt.php:169
8661 #: libraries/classes/Html/Generator.php:792
8662 #: libraries/classes/Html/MySQLDocumentation.php:50
8663 #: libraries/classes/Sanitize.php:203
8664 #: templates/config/form_display/input.twig:10 templates/home/index.twig:244
8665 #: templates/server/variables/index.twig:17 templates/setup/home/index.twig:113
8666 #: templates/setup/home/index.twig:131
8667 msgid "Documentation"
8668 msgstr ""
8670 #: libraries/classes/Engines/Pbxt.php:185
8671 #, php-format
8672 msgid ""
8673 "Documentation and further information about PBXT can be found on the "
8674 "%sPrimeBase XT Home Page%s."
8675 msgstr ""
8677 #: libraries/classes/ErrorHandler.php:104
8678 msgid "Too many error messages, some are not displayed."
8679 msgstr ""
8681 #: libraries/classes/ErrorHandler.php:428
8682 msgid "Report"
8683 msgstr ""
8685 #: libraries/classes/ErrorHandler.php:433 templates/error/report_form.twig:25
8686 msgid "Automatically send report next time"
8687 msgstr ""
8689 #: libraries/classes/Export.php:158 libraries/classes/Export.php:194
8690 #: libraries/classes/Export.php:468
8691 #, php-format
8692 msgid "Insufficient space to save the file %s."
8693 msgstr ""
8695 #: libraries/classes/Export.php:417
8696 #, php-format
8697 msgid ""
8698 "File %s already exists on server, change filename or check overwrite option."
8699 msgstr ""
8701 #: libraries/classes/Export.php:424 libraries/classes/Export.php:434
8702 #, php-format
8703 msgid "The web server does not have permission to save the file %s."
8704 msgstr ""
8706 #: libraries/classes/Export.php:474
8707 #, php-format
8708 msgid "Dump has been saved to file %s."
8709 msgstr ""
8711 #. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
8712 #: libraries/classes/Export.php:981
8713 msgid "Exporting a raw query is not supported for this export method."
8714 msgstr ""
8716 #: libraries/classes/File.php:231
8717 msgid "File was not an uploaded file."
8718 msgstr ""
8720 #: libraries/classes/File.php:266
8721 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
8722 msgstr ""
8724 #: libraries/classes/File.php:271
8725 msgid ""
8726 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
8727 "the HTML form."
8728 msgstr ""
8730 #: libraries/classes/File.php:276
8731 msgid "The uploaded file was only partially uploaded."
8732 msgstr ""
8734 #: libraries/classes/File.php:280
8735 msgid "Missing a temporary folder."
8736 msgstr ""
8738 #: libraries/classes/File.php:283
8739 msgid "Failed to write file to disk."
8740 msgstr ""
8742 #: libraries/classes/File.php:286
8743 msgid "File upload stopped by extension."
8744 msgstr ""
8746 #: libraries/classes/File.php:289
8747 msgid "Unknown error in file upload."
8748 msgstr ""
8750 #: libraries/classes/File.php:422
8751 msgid "File is a symbolic link"
8752 msgstr ""
8754 #: libraries/classes/File.php:429 libraries/classes/File.php:520
8755 msgid "File could not be read!"
8756 msgstr ""
8758 #: libraries/classes/File.php:465
8759 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
8760 msgstr ""
8762 #: libraries/classes/File.php:485
8763 msgid "Error while moving uploaded file."
8764 msgstr ""
8766 #: libraries/classes/File.php:494
8767 msgid "Cannot read uploaded file."
8768 msgstr ""
8770 #: libraries/classes/File.php:571
8771 #, php-format
8772 msgid ""
8773 "You attempted to load file with unsupported compression (%s). Either support "
8774 "for it is not implemented or disabled by your configuration."
8775 msgstr ""
8777 #: libraries/classes/FlashMessages.php:24
8778 msgid "Session not found."
8779 msgstr ""
8781 #: libraries/classes/Html/Generator.php:146
8782 #, php-format
8783 msgid "Jump to database “%s”."
8784 msgstr ""
8786 #: libraries/classes/Html/Generator.php:174
8787 #, php-format
8788 msgid "The %s functionality is affected by a known bug, see %s"
8789 msgstr ""
8791 #: libraries/classes/Html/Generator.php:242
8792 msgid "SSL is not being used"
8793 msgstr ""
8795 #: libraries/classes/Html/Generator.php:247
8796 msgid "SSL is used with disabled verification"
8797 msgstr ""
8799 #: libraries/classes/Html/Generator.php:249
8800 msgid "SSL is used without certification authority"
8801 msgstr ""
8803 #: libraries/classes/Html/Generator.php:252
8804 msgid "SSL is used"
8805 msgstr ""
8807 #: libraries/classes/Html/Generator.php:357
8808 msgid "The PHP function password_hash() with default options."
8809 msgstr ""
8811 #: libraries/classes/Html/Generator.php:358
8812 msgid "password_hash() PHP function"
8813 msgstr ""
8815 #: libraries/classes/Html/Generator.php:640
8816 msgid "Skip Explain SQL"
8817 msgstr ""
8819 #: libraries/classes/Html/Generator.php:649
8820 #, php-format
8821 msgid "Analyze Explain at %s"
8822 msgstr ""
8824 #: libraries/classes/Html/Generator.php:678
8825 msgid "Without PHP code"
8826 msgstr ""
8828 #: libraries/classes/Html/Generator.php:686
8829 #: templates/database/multi_table_query/form.twig:175
8830 #: templates/database/qbe/selection_form.twig:115
8831 msgid "Submit query"
8832 msgstr ""
8834 #: libraries/classes/Html/Generator.php:733 templates/console/display.twig:31
8835 #: templates/console/display.twig:175 templates/sql/profiling_chart.twig:2
8836 msgid "Profiling"
8837 msgstr ""
8839 #: libraries/classes/Html/Generator.php:746
8840 msgctxt "Inline edit query"
8841 msgid "Edit inline"
8842 msgstr ""
8844 #: libraries/classes/Html/Generator.php:870
8845 msgid "Static analysis:"
8846 msgstr ""
8848 #: libraries/classes/Html/Generator.php:873
8849 #, php-format
8850 msgid "%d errors were found during analysis."
8851 msgstr ""
8853 #: libraries/classes/Import.php:287 libraries/classes/Sql.php:981
8854 msgid "[ROLLBACK occurred.]"
8855 msgstr ""
8857 #: libraries/classes/Import.php:1258
8858 msgid ""
8859 "The following structures have either been created or altered. Here you can:"
8860 msgstr ""
8862 #: libraries/classes/Import.php:1260
8863 msgid "View a structure's contents by clicking on its name."
8864 msgstr ""
8866 #: libraries/classes/Import.php:1261
8867 msgid ""
8868 "Change any of its settings by clicking the corresponding \"Options\" link."
8869 msgstr ""
8871 #: libraries/classes/Import.php:1262
8872 msgid "Edit structure by following the \"Structure\" link."
8873 msgstr ""
8875 #: libraries/classes/Import.php:1266 libraries/classes/Import.php:1300
8876 #: libraries/classes/Plugins/Export/ExportCodegen.php:66
8877 #: libraries/classes/Plugins/Export/ExportCsv.php:46
8878 #: libraries/classes/Plugins/Export/ExportExcel.php:39
8879 #: libraries/classes/Plugins/Export/ExportHtmlword.php:46
8880 #: libraries/classes/Plugins/Export/ExportJson.php:72
8881 #: libraries/classes/Plugins/Export/ExportLatex.php:67
8882 #: libraries/classes/Plugins/Export/ExportMediawiki.php:45
8883 #: libraries/classes/Plugins/Export/ExportOds.php:53
8884 #: libraries/classes/Plugins/Export/ExportOdt.php:59
8885 #: libraries/classes/Plugins/Export/ExportPdf.php:65
8886 #: libraries/classes/Plugins/Export/ExportPhparray.php:45
8887 #: libraries/classes/Plugins/Export/ExportSql.php:115
8888 #: libraries/classes/Plugins/Export/ExportTexytext.php:45
8889 #: libraries/classes/Plugins/Export/ExportXml.php:76
8890 #: libraries/classes/Plugins/Export/ExportYaml.php:44
8891 #: libraries/classes/Plugins/Import/ImportCsv.php:70
8892 #: libraries/classes/Plugins/Import/ImportLdi.php:51
8893 #: libraries/classes/Plugins/Import/ImportMediawiki.php:59
8894 #: libraries/classes/Plugins/Import/ImportOds.php:53
8895 #: libraries/classes/Plugins/Import/ImportShp.php:70
8896 #: libraries/classes/Plugins/Import/ImportSql.php:46
8897 #: libraries/classes/Plugins/Import/ImportXml.php:51
8898 #: templates/console/display.twig:7 templates/console/display.twig:140
8899 #: templates/database/designer/database_tables.twig:114
8900 #: templates/database/routines/editor_form.twig:53
8901 #: templates/table/structure/display_table_stats.twig:97
8902 msgid "Options"
8903 msgstr ""
8905 #: libraries/classes/Import.php:1269
8906 #, php-format
8907 msgid "Go to database: %s"
8908 msgstr ""
8910 #: libraries/classes/Import.php:1275 libraries/classes/Import.php:1318
8911 #, php-format
8912 msgid "Edit settings for %s"
8913 msgstr ""
8915 #: libraries/classes/Import.php:1303
8916 #, php-format
8917 msgid "Go to table: %s"
8918 msgstr ""
8920 #: libraries/classes/Import.php:1311
8921 #, php-format
8922 msgid "Structure of %s"
8923 msgstr ""
8925 #: libraries/classes/Import.php:1329
8926 #, php-format
8927 msgid "Go to view: %s"
8928 msgstr ""
8930 #: libraries/classes/Import.php:1357
8931 msgid ""
8932 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
8933 "engine tables can be rolled back."
8934 msgstr ""
8936 #: libraries/classes/Index.php:620
8937 #, php-format
8938 msgid ""
8939 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
8940 "removed."
8941 msgstr ""
8943 #: libraries/classes/InsertEdit.php:343
8944 #: libraries/classes/Navigation/Nodes/NodeFunction.php:28
8945 #: templates/database/routines/execute_form.twig:18
8946 #: templates/table/search/index.twig:36
8947 #: templates/table/zoom_search/index.twig:34
8948 msgid "Function"
8949 msgstr ""
8951 #: libraries/classes/InsertEdit.php:346
8952 #: libraries/classes/Plugins/Export/ExportHtmlword.php:275
8953 #: libraries/classes/Plugins/Export/ExportHtmlword.php:370
8954 #: libraries/classes/Plugins/Export/ExportLatex.php:536
8955 #: libraries/classes/Plugins/Export/ExportOdt.php:370
8956 #: libraries/classes/Plugins/Export/ExportOdt.php:474
8957 #: libraries/classes/Plugins/Export/ExportTexytext.php:288
8958 #: libraries/classes/Plugins/Export/ExportTexytext.php:380
8959 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:527
8960 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668
8961 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702
8962 #: templates/columns_definitions/table_fields_definitions.twig:12
8963 #: templates/database/central_columns/edit.twig:9
8964 #: templates/database/central_columns/main.twig:20
8965 #: templates/database/central_columns/main.twig:224
8966 #: templates/database/data_dictionary/index.twig:23
8967 #: templates/database/data_dictionary/index.twig:74
8968 #: templates/database/events/index.twig:45
8969 #: templates/database/privileges/index.twig:19
8970 #: templates/database/routines/editor_form.twig:26
8971 #: templates/database/routines/editor_form.twig:51
8972 #: templates/database/routines/execute_form.twig:16
8973 #: templates/database/routines/index.twig:50
8974 #: templates/database/structure/table_header.twig:30 templates/indexes.twig:17
8975 #: templates/table/privileges/index.twig:21
8976 #: templates/table/search/index.twig:39
8977 #: templates/table/structure/display_structure.twig:22
8978 #: templates/table/structure/display_structure.twig:459
8979 #: templates/table/tracking/structure_snapshot_columns.twig:7
8980 #: templates/table/tracking/structure_snapshot_indexes.twig:6
8981 #: templates/table/zoom_search/index.twig:37
8982 msgid "Type"
8983 msgstr ""
8985 #: libraries/classes/InsertEdit.php:717 templates/import.twig:60
8986 #: templates/import.twig:85
8987 msgid "The directory you set for upload work cannot be reached."
8988 msgstr ""
8990 #: libraries/classes/InsertEdit.php:725
8991 #: templates/database/qbe/ins_del_and_or_cell.twig:24
8992 #: templates/server/privileges/privileges_table.twig:32
8993 #: templates/server/privileges/privileges_table.twig:59
8994 #: templates/server/privileges/privileges_table.twig:86
8995 #: templates/server/privileges/privileges_table.twig:113
8996 #: templates/table/search/index.twig:129
8997 msgid "Or"
8998 msgstr ""
9000 #: libraries/classes/InsertEdit.php:726
9001 msgid "web server upload directory:"
9002 msgstr ""
9004 #: libraries/classes/InsertEdit.php:1333 libraries/classes/Sql.php:964
9005 msgid "Showing SQL query"
9006 msgstr ""
9008 #: libraries/classes/InsertEdit.php:1357 libraries/classes/Sql.php:944
9009 #, php-format
9010 msgid "Inserted row id: %1$d"
9011 msgstr ""
9013 #: libraries/classes/LanguageManager.php:979
9014 msgid "Ignoring unsupported language code."
9015 msgstr ""
9017 #: libraries/classes/Linter.php:108
9018 msgid ""
9019 "Linting is disabled for this query because it exceeds the maximum length."
9020 msgstr ""
9022 #: libraries/classes/Linter.php:162
9023 #, php-format
9024 msgid "%1$s (near <code>%2$s</code>)"
9025 msgstr ""
9027 #: libraries/classes/Menu.php:240
9028 #: libraries/classes/Navigation/Nodes/NodeTable.php:313
9029 #: libraries/classes/Util.php:1481 libraries/classes/Util.php:1975
9030 #: libraries/config.values.php:68 libraries/config.values.php:82
9031 #: libraries/config.values.php:183 templates/database/search/results.twig:34
9032 #: templates/database/structure/structure_table_row.twig:43
9033 #: templates/table/structure/display_structure.twig:282
9034 msgid "Browse"
9035 msgstr ""
9037 #: libraries/classes/Menu.php:259 libraries/classes/Menu.php:366
9038 #: libraries/classes/Navigation/Nodes/NodeTable.php:304
9039 #: libraries/classes/Util.php:1479 libraries/classes/Util.php:1961
9040 #: libraries/classes/Util.php:1978 libraries/config.values.php:64
9041 #: libraries/config.values.php:78 libraries/config.values.php:169
9042 #: libraries/config.values.php:179 templates/database/routines/index.twig:27
9043 #: templates/database/routines/index.twig:28
9044 #: templates/database/structure/structure_table_row.twig:53
9045 #: templates/server/databases/index.twig:76
9046 #: templates/server/databases/index.twig:77
9047 msgid "Search"
9048 msgstr ""
9050 #: libraries/classes/Menu.php:270
9051 #: libraries/classes/Navigation/Nodes/NodeTable.php:307
9052 #: libraries/classes/Util.php:1480 libraries/classes/Util.php:1979
9053 #: libraries/config.values.php:66 libraries/config.values.php:80
9054 #: libraries/config.values.php:181
9055 #: templates/database/qbe/ins_del_and_or_cell.twig:6
9056 #: templates/database/structure/structure_table_row.twig:59
9057 #: templates/sql/query.twig:75
9058 msgid "Insert"
9059 msgstr ""
9061 #: libraries/classes/Menu.php:296 libraries/classes/Menu.php:406
9062 #: libraries/classes/Server/Privileges.php:2842 libraries/classes/Util.php:1966
9063 #: libraries/classes/Util.php:1982 libraries/config.values.php:161
9064 #: templates/database/privileges/index.twig:20
9065 #: templates/server/privileges/privileges_summary.twig:15
9066 #: templates/server/sub_page_header.twig:2
9067 #: templates/table/privileges/index.twig:22
9068 msgid "Privileges"
9069 msgstr ""
9071 #: libraries/classes/Menu.php:307 libraries/classes/Menu.php:317
9072 #: libraries/classes/Menu.php:397 libraries/classes/Util.php:1482
9073 #: libraries/classes/Util.php:1965 libraries/classes/Util.php:1983
9074 #: libraries/config.values.php:171 templates/table/operations/view.twig:8
9075 msgid "Operations"
9076 msgstr ""
9078 #: libraries/classes/Menu.php:323 libraries/classes/Menu.php:432
9079 #: libraries/classes/Util.php:1970 libraries/classes/Util.php:1984
9080 msgid "Tracking"
9081 msgstr ""
9083 #: libraries/classes/Menu.php:330 libraries/classes/Menu.php:425
9084 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25
9085 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26
9086 #: libraries/classes/Plugins/Export/ExportHtmlword.php:558
9087 #: libraries/classes/Plugins/Export/ExportOdt.php:703
9088 #: libraries/classes/Plugins/Export/ExportPdf.php:261
9089 #: libraries/classes/Plugins/Export/ExportSql.php:2097
9090 #: libraries/classes/Plugins/Export/ExportTexytext.php:541
9091 #: libraries/classes/Plugins/Export/ExportXml.php:120
9092 #: libraries/classes/Util.php:1969 libraries/classes/Util.php:1985
9093 #: templates/database/triggers/list.twig:3
9094 msgid "Triggers"
9095 msgstr ""
9097 #: libraries/classes/Menu.php:371 libraries/classes/Menu.php:379
9098 #: libraries/classes/Menu.php:387
9099 msgid "Database seems to be empty!"
9100 msgstr ""
9102 #: libraries/classes/Menu.php:374 libraries/classes/Util.php:1962
9103 msgid "Query"
9104 msgstr ""
9106 #: libraries/classes/Menu.php:412 libraries/classes/Util.php:1967
9107 #: templates/database/routines/index.twig:3
9108 msgid "Routines"
9109 msgstr ""
9111 #: libraries/classes/Menu.php:418
9112 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25
9113 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26
9114 #: libraries/classes/Plugins/Export/ExportSql.php:1014
9115 #: libraries/classes/Plugins/Export/ExportXml.php:100
9116 #: libraries/classes/Util.php:1968 templates/database/events/index.twig:3
9117 msgid "Events"
9118 msgstr ""
9120 #: libraries/classes/Menu.php:439 libraries/classes/Util.php:1971
9121 msgid "Designer"
9122 msgstr ""
9124 #: libraries/classes/Menu.php:446 libraries/classes/Util.php:1972
9125 #: templates/database/structure/check_all_tables.twig:32
9126 msgid "Central columns"
9127 msgstr ""
9129 #: libraries/classes/Menu.php:503
9130 msgid "User accounts"
9131 msgstr ""
9133 #: libraries/classes/Menu.php:538 libraries/classes/Server/Status/Data.php:152
9134 #: libraries/classes/Util.php:1951 templates/server/binlog/index.twig:3
9135 msgid "Binary log"
9136 msgstr ""
9138 #: libraries/classes/Menu.php:545 libraries/classes/Server/Status/Data.php:157
9139 #: libraries/classes/Util.php:1952
9140 #: templates/database/structure/body_for_table_summary.twig:11
9141 #: templates/database/structure/table_header.twig:10
9142 #: templates/server/replication/index.twig:5
9143 msgid "Replication"
9144 msgstr ""
9146 #: libraries/classes/Menu.php:551 libraries/classes/Server/Status/Data.php:229
9147 #: libraries/classes/Util.php:1953 libraries/config.values.php:159
9148 #: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
9149 #: templates/sql/query.twig:191
9150 msgid "Variables"
9151 msgstr ""
9153 #: libraries/classes/Menu.php:556 libraries/classes/Util.php:1954
9154 msgid "Charsets"
9155 msgstr ""
9157 #: libraries/classes/Menu.php:561 libraries/classes/Util.php:1956
9158 msgid "Engines"
9159 msgstr ""
9161 #: libraries/classes/Menu.php:566 libraries/classes/Util.php:1955
9162 #: templates/server/plugins/index.twig:4
9163 msgid "Plugins"
9164 msgstr ""
9166 #: libraries/classes/Message.php:252
9167 #, php-format
9168 msgid "%1$d row affected."
9169 msgid_plural "%1$d rows affected."
9170 msgstr[0] ""
9172 #: libraries/classes/Message.php:273
9173 #, php-format
9174 msgid "%1$d row deleted."
9175 msgid_plural "%1$d rows deleted."
9176 msgstr[0] ""
9178 #: libraries/classes/Message.php:294
9179 #, php-format
9180 msgid "%1$d row inserted."
9181 msgid_plural "%1$d rows inserted."
9182 msgstr[0] ""
9184 #: libraries/classes/Navigation/Navigation.php:231
9185 msgid "Groups:"
9186 msgstr ""
9188 #: libraries/classes/Navigation/Navigation.php:232
9189 msgid "Events:"
9190 msgstr ""
9192 #: libraries/classes/Navigation/Navigation.php:233
9193 msgid "Functions:"
9194 msgstr ""
9196 #: libraries/classes/Navigation/Navigation.php:234
9197 msgid "Procedures:"
9198 msgstr ""
9200 #: libraries/classes/Navigation/Navigation.php:235
9201 #: templates/database/export/index.twig:14
9202 msgid "Tables:"
9203 msgstr ""
9205 #: libraries/classes/Navigation/Navigation.php:236
9206 msgid "Views:"
9207 msgstr ""
9209 #: libraries/classes/Navigation/NavigationTree.php:759
9210 msgid ""
9211 "There are large item groups in navigation panel which may affect the "
9212 "performance. Consider disabling item grouping in the navigation panel."
9213 msgstr ""
9215 #: libraries/classes/Navigation/NavigationTree.php:833
9216 msgid "Groups"
9217 msgstr ""
9219 #: libraries/classes/Navigation/NavigationTree.php:946
9220 #, php-format
9221 msgid "%s result found"
9222 msgid_plural "%s results found"
9223 msgstr[0] ""
9225 #: libraries/classes/Navigation/NavigationTree.php:1348
9226 msgid "Collapse all"
9227 msgstr ""
9229 #. l10n: The word "Node" must not be translated here
9230 #: libraries/classes/Navigation/NodeFactory.php:43
9231 #, php-format
9232 msgid "Invalid class name \"%1$s\", using default of \"Node\""
9233 msgstr ""
9235 #: libraries/classes/Navigation/NodeFactory.php:73
9236 #, php-format
9237 msgid "Could not load class \"%1$s\""
9238 msgstr ""
9240 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
9241 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
9242 #: templates/sql/query.twig:62
9243 msgid "Columns"
9244 msgstr ""
9246 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:33
9247 msgctxt "Create new column"
9248 msgid "New"
9249 msgstr ""
9251 #: libraries/classes/Navigation/Nodes/NodeColumn.php:32
9252 #: libraries/classes/Plugins/Export/ExportHtmlword.php:272
9253 #: libraries/classes/Plugins/Export/ExportHtmlword.php:367
9254 #: libraries/classes/Plugins/Export/ExportLatex.php:535
9255 #: libraries/classes/Plugins/Export/ExportOdt.php:367
9256 #: libraries/classes/Plugins/Export/ExportOdt.php:471
9257 #: libraries/classes/Plugins/Export/ExportTexytext.php:287
9258 #: libraries/classes/Plugins/Export/ExportTexytext.php:379
9259 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:525
9260 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:667
9261 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:701
9262 #: templates/columns_definitions/column_name.twig:16
9263 #: templates/database/data_dictionary/index.twig:22
9264 #: templates/database/data_dictionary/index.twig:77 templates/indexes.twig:20
9265 #: templates/table/index_form.twig:138
9266 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:5
9267 #: templates/table/operations/index.twig:13
9268 #: templates/table/relation/common_form.twig:18
9269 #: templates/table/relation/common_form.twig:23
9270 #: templates/table/relation/common_form.twig:38
9271 #: templates/table/relation/common_form.twig:120
9272 #: templates/table/relation/common_form.twig:189
9273 #: templates/table/relation/foreign_key_row.twig:120
9274 #: templates/table/relation/foreign_key_row.twig:130
9275 #: templates/table/search/index.twig:38
9276 #: templates/table/structure/display_structure.twig:462
9277 #: templates/table/tracking/structure_snapshot_columns.twig:6
9278 #: templates/table/tracking/structure_snapshot_indexes.twig:9
9279 #: templates/table/zoom_search/index.twig:36
9280 #: templates/table/zoom_search/result_form.twig:35
9281 msgid "Column"
9282 msgstr ""
9284 #: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:38
9285 msgctxt "Create new database"
9286 msgid "New"
9287 msgstr ""
9289 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:42
9290 msgid "Database operations"
9291 msgstr ""
9293 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:664
9294 msgid "Show hidden items"
9295 msgstr ""
9297 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:33
9298 msgctxt "Create new event"
9299 msgid "New"
9300 msgstr ""
9302 #: libraries/classes/Navigation/Nodes/NodeEvent.php:28
9303 #: libraries/classes/Plugins/Export/ExportHtmlword.php:475
9304 #: libraries/classes/Plugins/Export/ExportOdt.php:600
9305 #: libraries/classes/Plugins/Export/ExportTexytext.php:456
9306 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:363
9307 #: templates/database/triggers/editor_form.twig:47
9308 #: templates/database/triggers/list.twig:48
9309 msgid "Event"
9310 msgstr ""
9312 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
9313 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
9314 #: libraries/classes/Plugins/Export/ExportSql.php:634
9315 #: libraries/classes/Plugins/Export/ExportXml.php:105
9316 msgid "Functions"
9317 msgstr ""
9319 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:33
9320 msgctxt "Create new function"
9321 msgid "New"
9322 msgstr ""
9324 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:33
9325 msgctxt "Create new index"
9326 msgid "New"
9327 msgstr ""
9329 #: libraries/classes/Navigation/Nodes/Node.php:630
9330 msgid "Expand/Collapse"
9331 msgstr ""
9333 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
9334 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
9335 #: libraries/classes/Plugins/Export/ExportSql.php:623
9336 #: libraries/classes/Plugins/Export/ExportXml.php:110
9337 msgid "Procedures"
9338 msgstr ""
9340 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:33
9341 msgctxt "Create new procedure"
9342 msgid "New"
9343 msgstr ""
9345 #: libraries/classes/Navigation/Nodes/NodeProcedure.php:28
9346 msgid "Procedure"
9347 msgstr ""
9349 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:34
9350 msgctxt "Create new table"
9351 msgid "New"
9352 msgstr ""
9354 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:33
9355 msgctxt "Create new trigger"
9356 msgid "New"
9357 msgstr ""
9359 #: libraries/classes/Navigation/Nodes/NodeTrigger.php:28
9360 msgid "Trigger"
9361 msgstr ""
9363 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
9364 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
9365 #: libraries/classes/Plugins/Export/ExportXml.php:125
9366 #: templates/database/structure/show_create.twig:28
9367 msgid "Views"
9368 msgstr ""
9370 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:34
9371 msgctxt "Create new view"
9372 msgid "New"
9373 msgstr ""
9375 #: libraries/classes/Normalization.php:223
9376 msgid "Make all columns atomic"
9377 msgstr ""
9379 #: libraries/classes/Normalization.php:225
9380 #: libraries/classes/Normalization.php:961
9381 msgid "First step of normalization (1NF)"
9382 msgstr ""
9384 #: libraries/classes/Normalization.php:228
9385 #: libraries/classes/Normalization.php:278
9386 #: libraries/classes/Normalization.php:324
9387 #: libraries/classes/Normalization.php:361
9388 msgid "Step 1."
9389 msgstr ""
9391 #: libraries/classes/Normalization.php:230
9392 msgid ""
9393 "Do you have any column which can be split into more than one column? For "
9394 "example: address can be split into street, city, country and zip."
9395 msgstr ""
9397 #: libraries/classes/Normalization.php:236
9398 msgid "Show me the central list of columns that are not already in this table"
9399 msgstr ""
9401 #: libraries/classes/Normalization.php:238
9402 msgid ""
9403 "Select a column which can be split into more than one (on select of 'no such "
9404 "column', it'll move to next step)."
9405 msgstr ""
9407 #: libraries/classes/Normalization.php:253
9408 msgid "split into "
9409 msgstr ""
9411 #: libraries/classes/Normalization.php:275
9412 msgid "Have a primary key"
9413 msgstr ""
9415 #: libraries/classes/Normalization.php:281
9416 msgid "Primary key already exists."
9417 msgstr ""
9419 #: libraries/classes/Normalization.php:286
9420 msgid ""
9421 "There is no primary key; please add one.<br>Hint: A primary key is a column "
9422 "(or combination of columns) that uniquely identify all rows."
9423 msgstr ""
9425 #: libraries/classes/Normalization.php:294
9426 msgid "Add a primary key on existing column(s)"
9427 msgstr ""
9429 #: libraries/classes/Normalization.php:298
9430 msgid ""
9431 "If it's not possible to make existing column combinations as primary key"
9432 msgstr ""
9434 #: libraries/classes/Normalization.php:300
9435 msgid "+ Add a new primary key column"
9436 msgstr ""
9438 #: libraries/classes/Normalization.php:323
9439 msgid "Remove redundant columns"
9440 msgstr ""
9442 #: libraries/classes/Normalization.php:326
9443 msgid ""
9444 "Do you have a group of columns which on combining gives an existing column? "
9445 "For example, if you have first_name, last_name and full_name then combining "
9446 "first_name and last_name gives full_name which is redundant."
9447 msgstr ""
9449 #: libraries/classes/Normalization.php:332
9450 msgid ""
9451 "Check the columns which are redundant and click on remove. If no redundant "
9452 "column, click on 'No redundant column'"
9453 msgstr ""
9455 #: libraries/classes/Normalization.php:337
9456 msgid "Remove selected"
9457 msgstr ""
9459 #: libraries/classes/Normalization.php:338
9460 msgid "No redundant column"
9461 msgstr ""
9463 #: libraries/classes/Normalization.php:360
9464 msgid "Move repeating groups"
9465 msgstr ""
9467 #: libraries/classes/Normalization.php:363
9468 msgid ""
9469 "Do you have a group of two or more columns that are closely related and are "
9470 "all repeating the same attribute? For example, a table that holds data on "
9471 "books might have columns such as book_id, author1, author2, author3 and so "
9472 "on which form a repeating group. In this case a new table (book_id, author) "
9473 "should be created."
9474 msgstr ""
9476 #: libraries/classes/Normalization.php:371
9477 msgid ""
9478 "Check the columns which form a repeating group. If no such group, click on "
9479 "'No repeating group'"
9480 msgstr ""
9482 #: libraries/classes/Normalization.php:376
9483 msgid "No repeating group"
9484 msgstr ""
9486 #: libraries/classes/Normalization.php:404
9487 msgid "Step 2."
9488 msgstr ""
9490 #: libraries/classes/Normalization.php:404
9491 msgid "Find partial dependencies"
9492 msgstr ""
9494 #: libraries/classes/Normalization.php:425
9495 #, php-format
9496 msgid ""
9497 "No partial dependencies possible as no non-primary column exists since "
9498 "primary key ( %1$s ) is composed of all the columns in the table."
9499 msgstr ""
9501 #: libraries/classes/Normalization.php:431
9502 #: libraries/classes/Normalization.php:473
9503 msgid "Table is already in second normal form."
9504 msgstr ""
9506 #: libraries/classes/Normalization.php:436
9507 #, php-format
9508 msgid ""
9509 "The primary key ( %1$s ) consists of more than one column so we need to find "
9510 "the partial dependencies."
9511 msgstr ""
9513 #: libraries/classes/Normalization.php:440
9514 #: libraries/classes/Normalization.php:870
9515 msgid ""
9516 "Please answer the following question(s) carefully to obtain a correct "
9517 "normalization."
9518 msgstr ""
9520 #: libraries/classes/Normalization.php:442
9521 msgid "+ Show me the possible partial dependencies based on data in the table"
9522 msgstr ""
9524 #: libraries/classes/Normalization.php:445
9525 msgid ""
9526 "For each column below, please select the <b>minimal set</b> of columns among "
9527 "given set whose values combined together are sufficient to determine the "
9528 "value of the column."
9529 msgstr ""
9531 #: libraries/classes/Normalization.php:458
9532 #: libraries/classes/Normalization.php:912
9533 #, php-format
9534 msgid "'%1$s' depends on:"
9535 msgstr ""
9537 #: libraries/classes/Normalization.php:469
9538 #, php-format
9539 msgid ""
9540 "No partial dependencies possible as the primary key ( %1$s ) has just one "
9541 "column."
9542 msgstr ""
9544 #: libraries/classes/Normalization.php:497
9545 #, php-format
9546 msgid ""
9547 "In order to put the original table '%1$s' into Second normal form we need to "
9548 "create the following tables:"
9549 msgstr ""
9551 #: libraries/classes/Normalization.php:535
9552 #, php-format
9553 msgid "The second step of normalization is complete for table '%1$s'."
9554 msgstr ""
9556 #: libraries/classes/Normalization.php:591
9557 #: libraries/classes/Normalization.php:764
9558 #: libraries/classes/Normalization.php:842
9559 msgid "Error in processing!"
9560 msgstr ""
9562 #: libraries/classes/Normalization.php:638
9563 #, php-format
9564 msgid ""
9565 "In order to put the original table '%1$s' into Third normal form we need to "
9566 "create the following tables:"
9567 msgstr ""
9569 #: libraries/classes/Normalization.php:695
9570 msgid "The third step of normalization is complete."
9571 msgstr ""
9573 #: libraries/classes/Normalization.php:815
9574 #, php-format
9575 msgid "Selected repeating group has been moved to the table '%s'"
9576 msgstr ""
9578 #: libraries/classes/Normalization.php:868
9579 msgid "Step 3."
9580 msgstr ""
9582 #: libraries/classes/Normalization.php:868
9583 msgid "Find transitive dependencies"
9584 msgstr ""
9586 #: libraries/classes/Normalization.php:872
9587 msgid ""
9588 "For each column below, please select the <b>minimal set</b> of columns among "
9589 "given set whose values combined together are sufficient to determine the "
9590 "value of the column.<br>Note: A column may have no transitive dependency, in "
9591 "that case you don't have to select any."
9592 msgstr ""
9594 #: libraries/classes/Normalization.php:926
9595 msgid ""
9596 "No Transitive dependencies possible as the table doesn't have any non "
9597 "primary key columns"
9598 msgstr ""
9600 #: libraries/classes/Normalization.php:929
9601 msgid "Table is already in Third normal form!"
9602 msgstr ""
9604 #: libraries/classes/Normalization.php:955
9605 msgid "Improve table structure (Normalization):"
9606 msgstr ""
9608 #: libraries/classes/Normalization.php:956
9609 msgid "Select up to what step you want to normalize"
9610 msgstr ""
9612 #: libraries/classes/Normalization.php:966
9613 msgid "Second step of normalization (1NF+2NF)"
9614 msgstr ""
9616 #: libraries/classes/Normalization.php:971
9617 msgid "Third step of normalization (1NF+2NF+3NF)"
9618 msgstr ""
9620 #: libraries/classes/Normalization.php:976
9621 msgid ""
9622 "Hint: Please follow the procedure carefully in order to obtain correct "
9623 "normalization"
9624 msgstr ""
9626 #: libraries/classes/Normalization.php:1047
9627 msgid ""
9628 "This list is based on a subset of the table's data and is not necessarily "
9629 "accurate. "
9630 msgstr ""
9632 #: libraries/classes/Normalization.php:1062
9633 msgid "No partial dependencies found!"
9634 msgstr ""
9636 #: libraries/classes/Operations.php:555
9637 #: templates/table/structure/display_partitions.twig:84
9638 msgid "Analyze"
9639 msgstr ""
9641 #: libraries/classes/Operations.php:556
9642 #: templates/table/structure/display_partitions.twig:94
9643 msgid "Check"
9644 msgstr ""
9646 #: libraries/classes/Operations.php:557
9647 #: templates/table/structure/display_partitions.twig:104
9648 msgid "Optimize"
9649 msgstr ""
9651 #: libraries/classes/Operations.php:558
9652 #: templates/table/structure/display_partitions.twig:114
9653 msgid "Rebuild"
9654 msgstr ""
9656 #: libraries/classes/Operations.php:559
9657 #: templates/table/structure/display_partitions.twig:124
9658 msgid "Repair"
9659 msgstr ""
9661 #: libraries/classes/Operations.php:560
9662 #: templates/table/structure/display_partitions.twig:134
9663 msgid "Truncate"
9664 msgstr ""
9666 #: libraries/classes/Operations.php:572 templates/database/events/index.twig:19
9667 #: templates/database/events/index.twig:20
9668 #: templates/database/events/index.twig:96
9669 #: templates/database/events/index.twig:102
9670 #: templates/database/events/row.twig:47 templates/database/events/row.twig:53
9671 #: templates/database/routines/index.twig:19
9672 #: templates/database/routines/index.twig:20
9673 #: templates/database/routines/parameter_row.twig:51
9674 #: templates/database/routines/row.twig:77
9675 #: templates/database/structure/check_all_tables.twig:16
9676 #: templates/database/structure/structure_table_row.twig:87
9677 #: templates/database/triggers/list.twig:19
9678 #: templates/database/triggers/list.twig:20
9679 #: templates/database/triggers/row.twig:52
9680 #: templates/database/triggers/row.twig:58 templates/indexes.twig:58
9681 #: templates/server/databases/index.twig:67
9682 #: templates/server/databases/index.twig:68
9683 #: templates/server/databases/index.twig:324
9684 #: templates/table/relation/foreign_key_row.twig:25
9685 #: templates/table/structure/display_partitions.twig:145
9686 #: templates/table/structure/display_structure.twig:120
9687 #: templates/table/structure/display_structure.twig:290
9688 #: templates/table/structure/display_structure.twig:508
9689 msgid "Drop"
9690 msgstr ""
9692 #: libraries/classes/Operations.php:574
9693 msgid "Coalesce"
9694 msgstr ""
9696 #: libraries/classes/Operations.php:930
9697 msgid "Can't move table to same one!"
9698 msgstr ""
9700 #: libraries/classes/Operations.php:932
9701 msgid "Can't copy table to same one!"
9702 msgstr ""
9704 #: libraries/classes/Operations.php:956
9705 #, php-format
9706 msgid "Table %s has been moved to %s. Privileges have been adjusted."
9707 msgstr ""
9709 #: libraries/classes/Operations.php:962
9710 #, php-format
9711 msgid "Table %s has been copied to %s. Privileges have been adjusted."
9712 msgstr ""
9714 #: libraries/classes/Operations.php:969
9715 #, php-format
9716 msgid "Table %s has been moved to %s."
9717 msgstr ""
9719 #: libraries/classes/Operations.php:973
9720 #, php-format
9721 msgid "Table %s has been copied to %s."
9722 msgstr ""
9724 #: libraries/classes/Operations.php:997
9725 msgid "The table name is empty!"
9726 msgstr ""
9728 #: libraries/classes/Pdf.php:136
9729 msgid "Error while creating PDF:"
9730 msgstr ""
9732 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:81
9733 msgid "Cannot connect: invalid settings."
9734 msgstr ""
9736 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:95
9737 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:87
9738 #: templates/login/header.twig:10
9739 #, php-format
9740 msgid "Welcome to %s"
9741 msgstr ""
9743 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:109
9744 #, php-format
9745 msgid ""
9746 "You probably did not create a configuration file. You might want to use the "
9747 "%1$ssetup script%2$s to create one."
9748 msgstr ""
9750 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:130
9751 msgid ""
9752 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
9753 "connection. You should check the host, username and password in your "
9754 "configuration and make sure that they correspond to the information given by "
9755 "the administrator of the MySQL server."
9756 msgstr ""
9758 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:151
9759 msgid "Retry to connect"
9760 msgstr ""
9762 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:133
9763 msgid "Your session has expired. Please log in again."
9764 msgstr ""
9766 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:252
9767 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
9768 msgstr ""
9770 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:287
9771 msgid "Failed to connect to the reCAPTCHA service!"
9772 msgstr ""
9774 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:289
9775 msgid "Entered captcha is wrong, try again!"
9776 msgstr ""
9778 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:301
9779 msgid ""
9780 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
9781 "restricts passwords to less than 1000 characters."
9782 msgstr ""
9784 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:320
9785 msgid "You are not allowed to log in to this MySQL server!"
9786 msgstr ""
9788 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:92
9789 msgid "Wrong username/password. Access denied."
9790 msgstr ""
9792 #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:149
9793 msgid "Can not find signon authentication script:"
9794 msgstr ""
9796 #: libraries/classes/Plugins/AuthenticationPlugin.php:180
9797 msgid ""
9798 "Login without a password is forbidden by configuration (see AllowNoPassword)"
9799 msgstr ""
9801 #: libraries/classes/Plugins/AuthenticationPlugin.php:189
9802 #, php-format
9803 msgid ""
9804 "You have been automatically logged out due to inactivity of %s seconds. Once "
9805 "you log in again, you should be able to resume the work where you left off."
9806 msgstr ""
9808 #: libraries/classes/Plugins/AuthenticationPlugin.php:202
9809 #: libraries/classes/Plugins/AuthenticationPlugin.php:205
9810 msgid "Cannot log in to the MySQL server"
9811 msgstr ""
9813 #: libraries/classes/Plugins/AuthenticationPlugin.php:348
9814 msgid "You have enabled two factor authentication, please confirm your login."
9815 msgstr ""
9817 #: libraries/classes/Plugins/Export/ExportCodegen.php:80
9818 #: templates/export.twig:119
9819 msgid "Format:"
9820 msgstr ""
9822 #: libraries/classes/Plugins/Export/ExportCsv.php:58
9823 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:36
9824 msgid "Columns separated with:"
9825 msgstr ""
9827 #: libraries/classes/Plugins/Export/ExportCsv.php:63
9828 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:42
9829 msgid "Columns enclosed with:"
9830 msgstr ""
9832 #: libraries/classes/Plugins/Export/ExportCsv.php:68
9833 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49
9834 msgid "Columns escaped with:"
9835 msgstr ""
9837 #: libraries/classes/Plugins/Export/ExportCsv.php:73
9838 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56
9839 msgid "Lines terminated with:"
9840 msgstr ""
9842 #: libraries/classes/Plugins/Export/ExportCsv.php:78
9843 #: libraries/classes/Plugins/Export/ExportExcel.php:51
9844 #: libraries/classes/Plugins/Export/ExportHtmlword.php:80
9845 #: libraries/classes/Plugins/Export/ExportLatex.php:187
9846 #: libraries/classes/Plugins/Export/ExportOds.php:65
9847 #: libraries/classes/Plugins/Export/ExportOdt.php:132
9848 #: libraries/classes/Plugins/Export/ExportTexytext.php:84
9849 msgid "Replace NULL with:"
9850 msgstr ""
9852 #: libraries/classes/Plugins/Export/ExportCsv.php:83
9853 #: libraries/classes/Plugins/Export/ExportExcel.php:56
9854 msgid "Remove carriage return/line feed characters within columns"
9855 msgstr ""
9857 #: libraries/classes/Plugins/Export/ExportExcel.php:66
9858 msgid "Excel edition:"
9859 msgstr ""
9861 #: libraries/classes/Plugins/Export/ExportHtmlword.php:62
9862 #: libraries/classes/Plugins/Export/ExportLatex.php:94
9863 #: libraries/classes/Plugins/Export/ExportMediawiki.php:66
9864 #: libraries/classes/Plugins/Export/ExportOdt.php:75
9865 #: libraries/classes/Plugins/Export/ExportPdf.php:91
9866 #: libraries/classes/Plugins/Export/ExportSql.php:242
9867 #: libraries/classes/Plugins/Export/ExportTexytext.php:61
9868 #: libraries/config.values.php:254 libraries/config.values.php:318
9869 #: libraries/config.values.php:334 libraries/config.values.php:342
9870 #: libraries/config.values.php:347
9871 msgid "structure"
9872 msgstr ""
9874 #: libraries/classes/Plugins/Export/ExportHtmlword.php:63
9875 #: libraries/classes/Plugins/Export/ExportLatex.php:95
9876 #: libraries/classes/Plugins/Export/ExportMediawiki.php:67
9877 #: libraries/classes/Plugins/Export/ExportOdt.php:76
9878 #: libraries/classes/Plugins/Export/ExportPdf.php:92
9879 #: libraries/classes/Plugins/Export/ExportSql.php:243
9880 #: libraries/classes/Plugins/Export/ExportTexytext.php:62
9881 #: libraries/config.values.php:255 libraries/config.values.php:319
9882 #: libraries/config.values.php:335 libraries/config.values.php:343
9883 #: libraries/config.values.php:348
9884 msgid "data"
9885 msgstr ""
9887 #: libraries/classes/Plugins/Export/ExportHtmlword.php:64
9888 #: libraries/classes/Plugins/Export/ExportLatex.php:96
9889 #: libraries/classes/Plugins/Export/ExportMediawiki.php:68
9890 #: libraries/classes/Plugins/Export/ExportOdt.php:77
9891 #: libraries/classes/Plugins/Export/ExportPdf.php:93
9892 #: libraries/classes/Plugins/Export/ExportSql.php:244
9893 #: libraries/classes/Plugins/Export/ExportTexytext.php:63
9894 #: libraries/config.values.php:256 libraries/config.values.php:320
9895 #: libraries/config.values.php:336 libraries/config.values.php:344
9896 #: libraries/config.values.php:349
9897 msgid "structure and data"
9898 msgstr ""
9900 #: libraries/classes/Plugins/Export/ExportHtmlword.php:74
9901 #: libraries/classes/Plugins/Export/ExportLatex.php:158
9902 #: libraries/classes/Plugins/Export/ExportOdt.php:121
9903 #: libraries/classes/Plugins/Export/ExportTexytext.php:73
9904 #: libraries/classes/Plugins/Export/ExportXml.php:133
9905 msgid "Data dump options"
9906 msgstr ""
9908 #: libraries/classes/Plugins/Export/ExportHtmlword.php:194
9909 #: libraries/classes/Plugins/Export/ExportOdt.php:245
9910 #: libraries/classes/Plugins/Export/ExportSql.php:2347
9911 #: libraries/classes/Plugins/Export/ExportTexytext.php:178
9912 msgid "Dumping data for table"
9913 msgstr ""
9915 #: libraries/classes/Plugins/Export/ExportHtmlword.php:278
9916 #: libraries/classes/Plugins/Export/ExportHtmlword.php:373
9917 #: libraries/classes/Plugins/Export/ExportLatex.php:537
9918 #: libraries/classes/Plugins/Export/ExportOdt.php:373
9919 #: libraries/classes/Plugins/Export/ExportOdt.php:477
9920 #: libraries/classes/Plugins/Export/ExportTexytext.php:289
9921 #: libraries/classes/Plugins/Export/ExportTexytext.php:381
9922 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:529
9923 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:670
9924 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:704
9925 #: templates/columns_definitions/table_fields_definitions.twig:30
9926 #: templates/database/central_columns/edit.twig:14
9927 #: templates/database/central_columns/main.twig:40
9928 #: templates/database/central_columns/main.twig:244
9929 #: templates/database/data_dictionary/index.twig:24
9930 #: templates/database/data_dictionary/index.twig:80 templates/indexes.twig:23
9931 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:8
9932 #: templates/table/structure/display_structure.twig:25
9933 #: templates/table/structure/display_structure.twig:465
9934 #: templates/table/tracking/structure_snapshot_columns.twig:9
9935 #: templates/table/tracking/structure_snapshot_indexes.twig:12
9936 #: templates/table/zoom_search/result_form.twig:36
9937 msgid "Null"
9938 msgstr ""
9940 #: libraries/classes/Plugins/Export/ExportHtmlword.php:281
9941 #: libraries/classes/Plugins/Export/ExportHtmlword.php:376
9942 #: libraries/classes/Plugins/Export/ExportLatex.php:538
9943 #: libraries/classes/Plugins/Export/ExportOdt.php:376
9944 #: libraries/classes/Plugins/Export/ExportOdt.php:480
9945 #: libraries/classes/Plugins/Export/ExportTexytext.php:290
9946 #: libraries/classes/Plugins/Export/ExportTexytext.php:382
9947 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:531
9948 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671
9949 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705
9950 #: templates/columns_definitions/table_fields_definitions.twig:20
9951 #: templates/database/central_columns/edit.twig:11
9952 #: templates/database/central_columns/main.twig:28
9953 #: templates/database/central_columns/main.twig:232
9954 #: templates/database/data_dictionary/index.twig:25
9955 #: templates/database/structure/body_for_table_summary.twig:52
9956 #: templates/server/replication/replica_configuration.twig:9
9957 #: templates/table/structure/display_structure.twig:26
9958 #: templates/table/tracking/structure_snapshot_columns.twig:10
9959 msgid "Default"
9960 msgstr ""
9962 #: libraries/classes/Plugins/Export/ExportHtmlword.php:380
9963 #: libraries/classes/Plugins/Export/ExportLatex.php:540
9964 #: libraries/classes/Plugins/Export/ExportOdt.php:484
9965 #: libraries/classes/Plugins/Export/ExportTexytext.php:384
9966 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:540
9967 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:673
9968 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:707
9969 #: templates/database/data_dictionary/index.twig:27
9970 msgid "Links to"
9971 msgstr ""
9973 #: libraries/classes/Plugins/Export/ExportHtmlword.php:473
9974 #: libraries/classes/Plugins/Export/ExportOdt.php:594
9975 #: libraries/classes/Plugins/Export/ExportTexytext.php:454
9976 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:359
9977 #: templates/columns_definitions/table_fields_definitions.twig:9
9978 #: templates/database/central_columns/edit.twig:8
9979 #: templates/database/central_columns/main.twig:16
9980 #: templates/database/central_columns/main.twig:220
9981 #: templates/database/events/index.twig:43
9982 #: templates/database/routines/editor_form.twig:50
9983 #: templates/database/routines/execute_form.twig:15
9984 #: templates/database/routines/index.twig:49
9985 #: templates/database/triggers/list.twig:43 templates/setup/home/index.twig:49
9986 #: templates/table/structure/display_structure.twig:21
9987 msgid "Name"
9988 msgstr ""
9990 #: libraries/classes/Plugins/Export/ExportHtmlword.php:476
9991 #: libraries/classes/Plugins/Export/ExportOdt.php:603
9992 #: libraries/classes/Plugins/Export/ExportTexytext.php:457
9993 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:365
9994 #: templates/database/events/editor_form.twig:82
9995 #: templates/database/routines/editor_form.twig:109
9996 #: templates/database/triggers/editor_form.twig:57
9997 msgid "Definition"
9998 msgstr ""
10000 #: libraries/classes/Plugins/Export/ExportHtmlword.php:548
10001 #: libraries/classes/Plugins/Export/ExportOdt.php:681
10002 #: libraries/classes/Plugins/Export/ExportSql.php:2083
10003 #: libraries/classes/Plugins/Export/ExportTexytext.php:521
10004 msgid "Table structure for table"
10005 msgstr ""
10007 #: libraries/classes/Plugins/Export/ExportHtmlword.php:566
10008 #: libraries/classes/Plugins/Export/ExportOdt.php:713
10009 #: libraries/classes/Plugins/Export/ExportSql.php:2134
10010 #: libraries/classes/Plugins/Export/ExportTexytext.php:547
10011 msgid "Structure for view"
10012 msgstr ""
10014 #: libraries/classes/Plugins/Export/ExportHtmlword.php:572
10015 #: libraries/classes/Plugins/Export/ExportOdt.php:733
10016 #: libraries/classes/Plugins/Export/ExportSql.php:2166
10017 #: libraries/classes/Plugins/Export/ExportTexytext.php:563
10018 msgid "Stand-in structure for view"
10019 msgstr ""
10021 #: libraries/classes/Plugins/Export/ExportJson.php:87
10022 msgid "Output pretty-printed JSON (Use human-readable formatting)"
10023 msgstr ""
10025 #: libraries/classes/Plugins/Export/ExportJson.php:93
10026 msgid "Output unicode characters unescaped"
10027 msgstr ""
10029 #: libraries/classes/Plugins/Export/ExportLatex.php:50
10030 msgid "Content of table @TABLE@"
10031 msgstr ""
10033 #: libraries/classes/Plugins/Export/ExportLatex.php:51
10034 msgid "(continued)"
10035 msgstr ""
10037 #: libraries/classes/Plugins/Export/ExportLatex.php:52
10038 msgid "Structure of table @TABLE@"
10039 msgstr ""
10041 #: libraries/classes/Plugins/Export/ExportLatex.php:107
10042 #: libraries/classes/Plugins/Export/ExportOdt.php:88
10043 #: libraries/classes/Plugins/Export/ExportSql.php:257
10044 msgid "Object creation options"
10045 msgstr ""
10047 #: libraries/classes/Plugins/Export/ExportLatex.php:113
10048 #: libraries/classes/Plugins/Export/ExportLatex.php:169
10049 msgid "Table caption:"
10050 msgstr ""
10052 #: libraries/classes/Plugins/Export/ExportLatex.php:119
10053 #: libraries/classes/Plugins/Export/ExportLatex.php:175
10054 msgid "Table caption (continued):"
10055 msgstr ""
10057 #: libraries/classes/Plugins/Export/ExportLatex.php:125
10058 #: libraries/classes/Plugins/Export/ExportLatex.php:181
10059 msgid "Label key:"
10060 msgstr ""
10062 #: libraries/classes/Plugins/Export/ExportLatex.php:133
10063 #: libraries/classes/Plugins/Export/ExportOdt.php:96
10064 #: libraries/classes/Plugins/Export/ExportSql.php:151
10065 msgid "Display foreign key relationships"
10066 msgstr ""
10068 #: libraries/classes/Plugins/Export/ExportLatex.php:140
10069 #: libraries/classes/Plugins/Export/ExportOdt.php:103
10070 msgid "Display comments"
10071 msgstr ""
10073 #: libraries/classes/Plugins/Export/ExportLatex.php:146
10074 #: libraries/classes/Plugins/Export/ExportOdt.php:109
10075 #: libraries/classes/Plugins/Export/ExportSql.php:159
10076 msgid "Display media types"
10077 msgstr ""
10079 #: libraries/classes/Plugins/Export/ExportLatex.php:164
10080 msgid "Put columns names in the first row:"
10081 msgstr ""
10083 #: libraries/classes/Plugins/Export/ExportLatex.php:210
10084 #: libraries/classes/Plugins/Export/ExportSql.php:754
10085 #: libraries/classes/Plugins/Export/ExportXml.php:232
10086 #: templates/server/replication/change_primary.twig:22
10087 #: templates/server/replication/primary_add_replica_user.twig:29
10088 msgid "Host:"
10089 msgstr ""
10091 #: libraries/classes/Plugins/Export/ExportLatex.php:216
10092 #: libraries/classes/Plugins/Export/ExportSql.php:761
10093 #: libraries/classes/Plugins/Export/ExportXml.php:238
10094 msgid "Generation Time:"
10095 msgstr ""
10097 #: libraries/classes/Plugins/Export/ExportLatex.php:218
10098 #: libraries/classes/Plugins/Export/ExportSql.php:765
10099 #: libraries/classes/Plugins/Export/ExportXml.php:240
10100 #: templates/home/index.twig:173
10101 msgid "Server version:"
10102 msgstr ""
10104 #: libraries/classes/Plugins/Export/ExportLatex.php:219
10105 #: libraries/classes/Plugins/Export/ExportSql.php:767
10106 #: libraries/classes/Plugins/Export/ExportXml.php:241
10107 msgid "PHP Version:"
10108 msgstr ""
10110 #: libraries/classes/Plugins/Export/ExportLatex.php:246
10111 #: libraries/classes/Plugins/Export/ExportSql.php:947
10112 #: libraries/classes/Plugins/Export/ExportXml.php:390
10113 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:201
10114 #: templates/database/structure/copy_form.twig:5
10115 #: templates/menu/breadcrumbs.twig:16
10116 msgid "Database:"
10117 msgstr ""
10119 #: libraries/classes/Plugins/Export/ExportLatex.php:312
10120 #: libraries/classes/Plugins/Export/ExportSql.php:2226
10121 msgid "Data:"
10122 msgstr ""
10124 #: libraries/classes/Plugins/Export/ExportLatex.php:513
10125 msgid "Structure:"
10126 msgstr ""
10128 #: libraries/classes/Plugins/Export/ExportMediawiki.php:77
10129 msgid "Export table names"
10130 msgstr ""
10132 #: libraries/classes/Plugins/Export/ExportMediawiki.php:84
10133 msgid "Export table headers"
10134 msgstr ""
10136 #: libraries/classes/Plugins/Export/ExportOdt.php:246
10137 #: libraries/classes/Plugins/Export/ExportTexytext.php:179
10138 msgid "Dumping data for query result"
10139 msgstr ""
10141 #: libraries/classes/Plugins/Export/ExportPdf.php:77
10142 msgid "Report title:"
10143 msgstr ""
10145 #: libraries/classes/Plugins/Export/ExportPdf.php:192
10146 msgid "Dumping data"
10147 msgstr ""
10149 #: libraries/classes/Plugins/Export/ExportPdf.php:210
10150 msgid "Query result data"
10151 msgstr ""
10153 #: libraries/classes/Plugins/Export/ExportPdf.php:264
10154 msgid "View structure"
10155 msgstr ""
10157 #: libraries/classes/Plugins/Export/ExportPdf.php:267
10158 msgid "Stand in"
10159 msgstr ""
10161 #: libraries/classes/Plugins/Export/ExportSql.php:130
10162 msgid ""
10163 "Display comments <i>(includes info such as export timestamp, PHP version, "
10164 "and server version)</i>"
10165 msgstr ""
10167 #: libraries/classes/Plugins/Export/ExportSql.php:137
10168 msgid "Additional custom header comment (\\n splits lines):"
10169 msgstr ""
10171 #: libraries/classes/Plugins/Export/ExportSql.php:143
10172 msgid ""
10173 "Include a timestamp of when databases were created, last updated, and last "
10174 "checked"
10175 msgstr ""
10177 #: libraries/classes/Plugins/Export/ExportSql.php:204
10178 msgid "Export metadata"
10179 msgstr ""
10181 #: libraries/classes/Plugins/Export/ExportSql.php:219
10182 msgid ""
10183 "Database system or older MySQL server to maximize output compatibility with:"
10184 msgstr ""
10186 #: libraries/classes/Plugins/Export/ExportSql.php:265
10187 msgid "Add statements:"
10188 msgstr ""
10190 #: libraries/classes/Plugins/Export/ExportSql.php:273
10191 #: libraries/classes/Plugins/Export/ExportSql.php:282
10192 #: libraries/classes/Plugins/Export/ExportSql.php:299
10193 #: libraries/classes/Plugins/Export/ExportSql.php:308
10194 #: libraries/classes/Plugins/Export/ExportSql.php:332
10195 #: libraries/classes/Plugins/Export/ExportSql.php:360
10196 #: libraries/classes/Plugins/Export/ExportSql.php:369
10197 #, php-format
10198 msgid "Add %s statement"
10199 msgstr ""
10201 #: libraries/classes/Plugins/Export/ExportSql.php:315
10202 msgid "(less efficient as indexes will be generated during table creation)"
10203 msgstr ""
10205 #: libraries/classes/Plugins/Export/ExportSql.php:322
10206 #, php-format
10207 msgid "%s value"
10208 msgstr ""
10210 #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
10211 #: libraries/classes/Plugins/Export/ExportSql.php:339
10212 msgid "Use simple view export"
10213 msgstr ""
10215 #: libraries/classes/Plugins/Export/ExportSql.php:378
10216 msgid ""
10217 "Enclose table and column names with backquotes <i>(Protects column and table "
10218 "names formed with special characters or keywords)</i>"
10219 msgstr ""
10221 #: libraries/classes/Plugins/Export/ExportSql.php:393
10222 msgid "Data creation options"
10223 msgstr ""
10225 #: libraries/classes/Plugins/Export/ExportSql.php:398
10226 #: libraries/classes/Plugins/Export/ExportSql.php:2304
10227 msgid "Truncate table before insert"
10228 msgstr ""
10230 #: libraries/classes/Plugins/Export/ExportSql.php:405
10231 msgid "Instead of <code>INSERT</code> statements, use:"
10232 msgstr ""
10234 #: libraries/classes/Plugins/Export/ExportSql.php:411
10235 msgid "<code>INSERT DELAYED</code> statements"
10236 msgstr ""
10238 #: libraries/classes/Plugins/Export/ExportSql.php:423
10239 #: libraries/classes/Plugins/Export/ExportSql.php:457
10240 msgid "<code>INSERT IGNORE</code> statements"
10241 msgstr ""
10243 #: libraries/classes/Plugins/Export/ExportSql.php:437
10244 msgid "Function to use when dumping data:"
10245 msgstr ""
10247 #: libraries/classes/Plugins/Export/ExportSql.php:452
10248 msgid "Syntax to use when inserting data:"
10249 msgstr ""
10251 #: libraries/classes/Plugins/Export/ExportSql.php:462
10252 msgid ""
10253 "include column names in every <code>INSERT</code> statement <br> &nbsp; "
10254 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
10255 "(1,2,3)</code>"
10256 msgstr ""
10258 #: libraries/classes/Plugins/Export/ExportSql.php:467
10259 msgid ""
10260 "insert multiple rows in every <code>INSERT</code> statement<br> &nbsp; "
10261 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
10262 "(7,8,9)</code>"
10263 msgstr ""
10265 #: libraries/classes/Plugins/Export/ExportSql.php:472
10266 msgid ""
10267 "both of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10268 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
10269 msgstr ""
10271 #: libraries/classes/Plugins/Export/ExportSql.php:477
10272 msgid ""
10273 "neither of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10274 "tbl_name VALUES (1,2,3)</code>"
10275 msgstr ""
10277 #: libraries/classes/Plugins/Export/ExportSql.php:496
10278 msgid ""
10279 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
10280 "0x616263)</i>"
10281 msgstr ""
10283 #: libraries/classes/Plugins/Export/ExportSql.php:505
10284 msgid ""
10285 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
10286 "reloaded between servers in different time zones)</i>"
10287 msgstr ""
10289 #: libraries/classes/Plugins/Export/ExportSql.php:582
10290 msgid "It appears your database uses routines;"
10291 msgstr ""
10293 #: libraries/classes/Plugins/Export/ExportSql.php:585
10294 #: libraries/classes/Plugins/Export/ExportSql.php:1614
10295 #: libraries/classes/Plugins/Export/ExportSql.php:2122
10296 msgid "alias export may not work reliably in all cases."
10297 msgstr ""
10299 #: libraries/classes/Plugins/Export/ExportSql.php:1066
10300 msgid "Metadata"
10301 msgstr ""
10303 #: libraries/classes/Plugins/Export/ExportSql.php:1134
10304 #, php-format
10305 msgid "Metadata for table %s"
10306 msgstr ""
10308 #: libraries/classes/Plugins/Export/ExportSql.php:1141
10309 #, php-format
10310 msgid "Metadata for database %s"
10311 msgstr ""
10313 #: libraries/classes/Plugins/Export/ExportSql.php:1458
10314 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:631
10315 msgid "Creation:"
10316 msgstr ""
10318 #: libraries/classes/Plugins/Export/ExportSql.php:1468
10319 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:642
10320 msgid "Last update:"
10321 msgstr ""
10323 #: libraries/classes/Plugins/Export/ExportSql.php:1478
10324 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:653
10325 msgid "Last check:"
10326 msgstr ""
10328 #: libraries/classes/Plugins/Export/ExportSql.php:1529
10329 #, php-format
10330 msgid "Error reading structure for table %s:"
10331 msgstr ""
10333 #: libraries/classes/Plugins/Export/ExportSql.php:1611
10334 msgid "It appears your database uses views;"
10335 msgstr ""
10337 #: libraries/classes/Plugins/Export/ExportSql.php:1778
10338 msgid "Constraints for dumped tables"
10339 msgstr ""
10341 #: libraries/classes/Plugins/Export/ExportSql.php:1779
10342 msgid "Constraints for table"
10343 msgstr ""
10345 #: libraries/classes/Plugins/Export/ExportSql.php:1806
10346 msgid "Indexes for dumped tables"
10347 msgstr ""
10349 #: libraries/classes/Plugins/Export/ExportSql.php:1807
10350 msgid "Indexes for table"
10351 msgstr ""
10353 #: libraries/classes/Plugins/Export/ExportSql.php:1843
10354 msgid "AUTO_INCREMENT for dumped tables"
10355 msgstr ""
10357 #: libraries/classes/Plugins/Export/ExportSql.php:1844
10358 msgid "AUTO_INCREMENT for table"
10359 msgstr ""
10361 #: libraries/classes/Plugins/Export/ExportSql.php:1919
10362 msgid "MEDIA TYPES FOR TABLE"
10363 msgstr ""
10365 #: libraries/classes/Plugins/Export/ExportSql.php:1944
10366 msgid "RELATIONSHIPS FOR TABLE"
10367 msgstr ""
10369 #: libraries/classes/Plugins/Export/ExportSql.php:2119
10370 msgid "It appears your table uses triggers;"
10371 msgstr ""
10373 #: libraries/classes/Plugins/Export/ExportSql.php:2149
10374 #, php-format
10375 msgid "Structure for view %s exported as a table"
10376 msgstr ""
10378 #: libraries/classes/Plugins/Export/ExportSql.php:2169
10379 msgid "(See below for the actual view)"
10380 msgstr ""
10382 #: libraries/classes/Plugins/Export/ExportSql.php:2237
10383 #, php-format
10384 msgid "Error reading data for table %s:"
10385 msgstr ""
10387 #: libraries/classes/Plugins/Export/ExportXml.php:94
10388 msgid "Object creation options (all are recommended)"
10389 msgstr ""
10391 #: libraries/classes/Plugins/Export/ExportXml.php:138
10392 msgid "Export contents"
10393 msgstr ""
10395 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:202
10396 #: templates/menu/breadcrumbs.twig:29
10397 msgid "Table:"
10398 msgstr ""
10400 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:203
10401 msgid "Purpose:"
10402 msgstr ""
10404 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:30
10405 msgid ""
10406 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
10407 msgstr ""
10409 #: libraries/classes/Plugins/Import/ImportCsv.php:83
10410 msgid "Name of the new table (optional):"
10411 msgstr ""
10413 #: libraries/classes/Plugins/Import/ImportCsv.php:92
10414 msgid "Name of the new database (optional):"
10415 msgstr ""
10417 #: libraries/classes/Plugins/Import/ImportCsv.php:101
10418 #: libraries/classes/Plugins/Import/ImportCsv.php:119
10419 msgid "Import these many number of rows (optional):"
10420 msgstr ""
10422 #: libraries/classes/Plugins/Import/ImportCsv.php:109
10423 #: libraries/classes/Plugins/Import/ImportOds.php:66
10424 msgid ""
10425 "The first line of the file contains the table column names <i>(if this is "
10426 "unchecked, the first line will become part of the data)</i>"
10427 msgstr ""
10429 #: libraries/classes/Plugins/Import/ImportCsv.php:126
10430 msgid ""
10431 "If the data in each row of the file is not in the same order as in the "
10432 "database, list the corresponding column names here. Column names must be "
10433 "separated by commas and not enclosed in quotations."
10434 msgstr ""
10436 #: libraries/classes/Plugins/Import/ImportCsv.php:134
10437 msgid "Column names:"
10438 msgstr ""
10440 #: libraries/classes/Plugins/Import/ImportCsv.php:272
10441 #: libraries/classes/Plugins/Import/ImportCsv.php:631
10442 #, php-format
10443 msgid "Invalid format of CSV input on line %d."
10444 msgstr ""
10446 #: libraries/classes/Plugins/Import/ImportCsv.php:490
10447 #, php-format
10448 msgid "Invalid column count in CSV input on line %d."
10449 msgstr ""
10451 #: libraries/classes/Plugins/Import/ImportCsv.php:649
10452 #: libraries/classes/Plugins/Import/ImportCsv.php:664
10453 #: libraries/classes/Plugins/Import/ImportCsv.php:675
10454 #: libraries/classes/Plugins/Import/ImportCsv.php:682
10455 #, php-format
10456 msgid "Invalid parameter for CSV import: %s"
10457 msgstr ""
10459 #: libraries/classes/Plugins/Import/ImportCsv.php:813
10460 #, php-format
10461 msgid ""
10462 "Invalid column (%s) specified! Ensure that columns names are spelled "
10463 "correctly, separated by commas, and not enclosed in quotes."
10464 msgstr ""
10466 #: libraries/classes/Plugins/Import/ImportLdi.php:62
10467 msgid "Column names: "
10468 msgstr ""
10470 #: libraries/classes/Plugins/Import/ImportLdi.php:106
10471 msgid "This plugin does not support compressed imports!"
10472 msgstr ""
10474 #: libraries/classes/Plugins/Import/ImportMediawiki.php:56
10475 msgid "MediaWiki Table"
10476 msgstr ""
10478 #: libraries/classes/Plugins/Import/ImportMediawiki.php:275
10479 #, php-format
10480 msgid "Invalid format of mediawiki input on line: <br>%s."
10481 msgstr ""
10483 #: libraries/classes/Plugins/Import/ImportOds.php:80
10484 msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
10485 msgstr ""
10487 #: libraries/classes/Plugins/Import/ImportOds.php:86
10488 msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
10489 msgstr ""
10491 #: libraries/classes/Plugins/Import/ImportOds.php:153
10492 #: libraries/classes/Plugins/Import/ImportXml.php:112
10493 #: libraries/classes/Plugins/Import/ImportXml.php:175
10494 msgid ""
10495 "The XML file specified was either malformed or incomplete. Please correct "
10496 "the issue and try again."
10497 msgstr ""
10499 #: libraries/classes/Plugins/Import/ImportOds.php:163
10500 msgid "Could not parse OpenDocument Spreadsheet!"
10501 msgstr ""
10503 #: libraries/classes/Plugins/Import/ImportShp.php:68
10504 msgid "ESRI Shape File"
10505 msgstr ""
10507 #: libraries/classes/Plugins/Import/ImportShp.php:101
10508 #: libraries/classes/Plugins/Import/ImportShp.php:163
10509 #, php-format
10510 msgid "There was an error importing the ESRI shape file: \"%s\"."
10511 msgstr ""
10513 #: libraries/classes/Plugins/Import/ImportShp.php:193
10514 #, php-format
10515 msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
10516 msgstr ""
10518 #: libraries/classes/Plugins/Import/ImportShp.php:242
10519 msgid "The imported file does not contain any data!"
10520 msgstr ""
10522 #: libraries/classes/Plugins/Import/ImportSql.php:65
10523 msgid "SQL compatibility mode:"
10524 msgstr ""
10526 #: libraries/classes/Plugins/Import/ImportSql.php:77
10527 msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
10528 msgstr ""
10530 #: libraries/classes/Plugins/Import/ImportXml.php:48
10531 msgid "XML"
10532 msgstr ""
10534 #: libraries/classes/Plugins.php:592
10535 msgid "This format has no options"
10536 msgstr ""
10538 #: libraries/classes/Plugins.php:610
10539 msgid "Invalid authentication method set in configuration:"
10540 msgstr ""
10542 #: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:68
10543 #: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:87
10544 #: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:90
10545 #: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:87
10546 #, php-format
10547 msgid "The %s table doesn't exist!"
10548 msgstr ""
10550 #: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:62
10551 #: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:78
10552 #, php-format
10553 msgid "Schema of the %s database - Page %s"
10554 msgstr ""
10556 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:278
10557 msgid "SCHEMA ERROR: "
10558 msgstr ""
10560 #: libraries/classes/Plugins/Schema/Pdf/Pdf.php:272
10561 msgid "PDF export page"
10562 msgstr ""
10564 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:135
10565 #, php-format
10566 msgid "Schema of the %s database"
10567 msgstr ""
10569 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:163
10570 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:541
10571 msgid "Relational schema"
10572 msgstr ""
10574 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:486
10575 msgid "Table of contents"
10576 msgstr ""
10578 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:620
10579 #: templates/columns_definitions/column_definitions_form.twig:72
10580 #: templates/database/data_dictionary/index.twig:16
10581 #: templates/table/structure/display_table_stats.twig:6
10582 msgid "Table comments:"
10583 msgstr ""
10585 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669
10586 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703
10587 #: templates/columns_definitions/table_fields_definitions.twig:27
10588 #: templates/database/central_columns/edit.twig:13
10589 #: templates/table/structure/display_structure.twig:24
10590 msgid "Attributes"
10591 msgstr ""
10593 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:672
10594 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:706
10595 #: templates/table/structure/display_structure.twig:30
10596 #: templates/table/tracking/structure_snapshot_columns.twig:11
10597 msgid "Extra"
10598 msgstr ""
10600 #: libraries/classes/Plugins/SchemaPlugin.php:74
10601 msgid "Show color"
10602 msgstr ""
10604 #: libraries/classes/Plugins/SchemaPlugin.php:76
10605 msgid "Only show keys"
10606 msgstr ""
10608 #: libraries/classes/Plugins/Schema/SchemaDia.php:54
10609 #: libraries/classes/Plugins/Schema/SchemaEps.php:62
10610 #: libraries/classes/Plugins/Schema/SchemaPdf.php:64
10611 msgid "Orientation"
10612 msgstr ""
10614 #: libraries/classes/Plugins/Schema/SchemaDia.php:58
10615 #: libraries/classes/Plugins/Schema/SchemaEps.php:66
10616 #: libraries/classes/Plugins/Schema/SchemaPdf.php:68
10617 msgid "Landscape"
10618 msgstr ""
10620 #: libraries/classes/Plugins/Schema/SchemaDia.php:59
10621 #: libraries/classes/Plugins/Schema/SchemaEps.php:67
10622 #: libraries/classes/Plugins/Schema/SchemaPdf.php:69
10623 msgid "Portrait"
10624 msgstr ""
10626 #: libraries/classes/Plugins/Schema/SchemaEps.php:56
10627 #: libraries/classes/Plugins/Schema/SchemaPdf.php:58
10628 #: libraries/classes/Plugins/Schema/SchemaSvg.php:55
10629 msgid "Same width for all tables"
10630 msgstr ""
10632 #: libraries/classes/Plugins/Schema/SchemaPdf.php:83
10633 msgid "Show grid"
10634 msgstr ""
10636 #: libraries/classes/Plugins/Schema/SchemaPdf.php:89
10637 #: templates/database/structure/index.twig:21
10638 msgid "Data dictionary"
10639 msgstr ""
10641 #: libraries/classes/Plugins/Schema/SchemaPdf.php:95
10642 msgid "Order of the tables"
10643 msgstr ""
10645 #: libraries/classes/Plugins/Schema/SchemaPdf.php:100
10646 msgid "Name (Ascending)"
10647 msgstr ""
10649 #: libraries/classes/Plugins/Schema/SchemaPdf.php:101
10650 msgid "Name (Descending)"
10651 msgstr ""
10653 #: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:28
10654 msgid ""
10655 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
10656 "TRUE, second for FALSE. Nonzero=true."
10657 msgstr ""
10659 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:39
10660 msgid ""
10661 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
10662 "formatted date. The first option is the offset (in hours) which will be "
10663 "added to the timestamp (Default: 0). Use second option to specify a "
10664 "different date/time format string. Third option determines whether you want "
10665 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
10666 "According to that, date format has different value - for \"local\" see the "
10667 "documentation for PHP's strftime() function and for \"utc\" it is done using "
10668 "gmdate() function."
10669 msgstr ""
10671 #. l10n: See https://www.php.net/manual/en/function.strftime.php
10672 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:72
10673 #: libraries/classes/Util.php:707
10674 msgid "%B %d, %Y at %I:%M %p"
10675 msgstr ""
10677 #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:31
10678 msgid ""
10679 "Displays a link to download the binary data of the column. You can use the "
10680 "first option to specify the filename, or use the second option as the name "
10681 "of a column which contains the filename. If you use the second option, you "
10682 "need to set the first option to the empty string."
10683 msgstr ""
10685 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:42
10686 msgid ""
10687 "LINUX ONLY: Launches an external application and feeds it the column data "
10688 "via standard input. Returns the standard output of the application. The "
10689 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
10690 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
10691 "ExternalTransformationsPlugin.php and list the tools you want to make "
10692 "available. The first option is then the number of the program you want to "
10693 "use. The second option should be blank for historical reasons. The third "
10694 "option, if set to 1, will convert the output using htmlspecialchars() "
10695 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
10696 "ensure that the output appears all on one line (Default 1)."
10697 msgstr ""
10699 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:122
10700 #, php-format
10701 msgid ""
10702 "You are using the external transformation command line options field, which "
10703 "has been deprecated for security reasons. Add all command line options "
10704 "directly to the definition in %s."
10705 msgstr ""
10707 #: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:29
10708 msgid ""
10709 "Displays the contents of the column as-is, without running it through "
10710 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
10711 msgstr ""
10713 #: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:31
10714 msgid ""
10715 "Displays hexadecimal representation of data. Optional first parameter "
10716 "specifies how often space will be added (defaults to 2 nibbles)."
10717 msgstr ""
10719 #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:29
10720 msgid "Displays a link to download this image."
10721 msgstr ""
10723 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:31
10724 msgid ""
10725 "Image upload functionality which also displays a thumbnail. The options are "
10726 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
10727 msgstr ""
10729 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:91
10730 msgid "Image preview here"
10731 msgstr ""
10733 #: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:31
10734 msgid ""
10735 "Displays a clickable thumbnail. The options are the maximum width and height "
10736 "in pixels. The original aspect ratio is preserved."
10737 msgstr ""
10739 #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:30
10740 msgid ""
10741 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
10742 "in Internet standard dotted format."
10743 msgstr ""
10745 #: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:29
10746 msgid ""
10747 "Prepends and/or Appends text to a string. First option is text to be "
10748 "prepended, second is appended (enclosed in single quotes, default empty "
10749 "string)."
10750 msgstr ""
10752 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:32
10753 msgid ""
10754 "Validates the string using regular expression and performs insert only if "
10755 "string matches it. The first option is the Regular Expression."
10756 msgstr ""
10758 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:54
10759 #, php-format
10760 msgid "Validation failed for the input string %s."
10761 msgstr ""
10763 #: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:28
10764 msgid "Formats text as SQL query with syntax highlighting."
10765 msgstr ""
10767 #: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:31
10768 msgid ""
10769 "Displays a part of a string. The first option is the number of characters to "
10770 "skip from the beginning of the string (Default 0). The second option is the "
10771 "number of characters to return (Default: until end of string). The third "
10772 "option is the string to append and/or prepend when truncation occurs "
10773 "(Default: \"…\")."
10774 msgstr ""
10776 #: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:29
10777 msgid ""
10778 "File upload functionality for TEXT columns. It does not have a textarea for "
10779 "input."
10780 msgstr ""
10782 #: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:31
10783 msgid ""
10784 "Displays an image and a link; the column contains the filename. The first "
10785 "option is a URL prefix like \"https://www.example.com/\". The second and "
10786 "third options are the width and the height in pixels."
10787 msgstr ""
10789 #: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:30
10790 msgid ""
10791 "Displays a link; the column contains the filename. The first option is a URL "
10792 "prefix like \"https://www.example.com/\". The second option is a title for "
10793 "the link."
10794 msgstr ""
10796 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:32
10797 msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
10798 msgstr ""
10800 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:29
10801 msgid ""
10802 "Converts an Internet network address in (IPv4/IPv6) format into a long "
10803 "integer."
10804 msgstr ""
10806 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:26
10807 msgid "Syntax highlighted CodeMirror editor for JSON."
10808 msgstr ""
10810 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:26
10811 msgid "Syntax highlighted CodeMirror editor for SQL."
10812 msgstr ""
10814 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:26
10815 msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
10816 msgstr ""
10818 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:29
10819 msgid ""
10820 "Converts an Internet network address stored as a binary string into a string "
10821 "in Internet standard (IPv4/IPv6) format."
10822 msgstr ""
10824 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:44
10825 msgid "Formats text as JSON with syntax highlighting."
10826 msgstr ""
10828 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:44
10829 msgid "Formats text as XML with syntax highlighting."
10830 msgstr ""
10832 #: libraries/classes/Plugins/TwoFactor/Application.php:135
10833 msgid "Authentication Application (2FA)"
10834 msgstr ""
10836 #: libraries/classes/Plugins/TwoFactor/Application.php:146
10837 msgid ""
10838 "Provides authentication using HOTP and TOTP applications such as FreeOTP, "
10839 "Google Authenticator or Authy."
10840 msgstr ""
10842 #: libraries/classes/Plugins/TwoFactor/Key.php:204
10843 msgid "Hardware Security Key (FIDO U2F)"
10844 msgstr ""
10846 #: libraries/classes/Plugins/TwoFactor/Key.php:214
10847 msgid ""
10848 "Provides authentication using hardware security tokens supporting FIDO U2F, "
10849 "such as a Yubikey."
10850 msgstr ""
10852 #: libraries/classes/Plugins/TwoFactorPlugin.php:73
10853 #, php-format
10854 msgid "Two-factor authentication failed: %s"
10855 msgstr ""
10857 #: libraries/classes/Plugins/TwoFactorPlugin.php:78
10858 msgid "Two-factor authentication failed."
10859 msgstr ""
10861 #: libraries/classes/Plugins/TwoFactorPlugin.php:128
10862 msgid "No Two-Factor Authentication"
10863 msgstr ""
10865 #: libraries/classes/Plugins/TwoFactorPlugin.php:138
10866 msgid "Login using password only."
10867 msgstr ""
10869 #: libraries/classes/Plugins/TwoFactor/Simple.php:49
10870 msgid "Simple two-factor authentication"
10871 msgstr ""
10873 #: libraries/classes/Plugins/TwoFactor/Simple.php:59
10874 msgid "For testing purposes only!"
10875 msgstr ""
10877 #: libraries/classes/Query/Utilities.php:96
10878 msgid ""
10879 "The server is not responding (or the local server's socket is not correctly "
10880 "configured)."
10881 msgstr ""
10883 #: libraries/classes/Query/Utilities.php:99
10884 msgid "The server is not responding."
10885 msgstr ""
10887 #: libraries/classes/Query/Utilities.php:103
10888 msgid "Logout and try as another user."
10889 msgstr ""
10891 #: libraries/classes/Query/Utilities.php:108
10892 msgid "Please check privileges of directory containing database."
10893 msgstr ""
10895 #: libraries/classes/Query/Utilities.php:117
10896 msgid "Details…"
10897 msgstr ""
10899 #: libraries/classes/RecentFavoriteTable.php:159
10900 msgid "Could not save recent table!"
10901 msgstr ""
10903 #: libraries/classes/RecentFavoriteTable.php:163
10904 msgid "Could not save favorite table!"
10905 msgstr ""
10907 #: libraries/classes/RecentFavoriteTable.php:247
10908 msgid "Recent tables"
10909 msgstr ""
10911 #: libraries/classes/RecentFavoriteTable.php:249
10912 msgid "Recent"
10913 msgstr ""
10915 #: libraries/classes/RecentFavoriteTable.php:253
10916 msgid "Favorites"
10917 msgstr ""
10919 #: libraries/classes/ReplicationGui.php:438
10920 msgid ""
10921 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
10922 "in phpMyAdmin configuration."
10923 msgstr ""
10925 #: libraries/classes/ReplicationGui.php:449
10926 msgid "Replication started successfully."
10927 msgstr ""
10929 #: libraries/classes/ReplicationGui.php:450
10930 msgid "Error starting replication."
10931 msgstr ""
10933 #: libraries/classes/ReplicationGui.php:453
10934 msgid "Replication stopped successfully."
10935 msgstr ""
10937 #: libraries/classes/ReplicationGui.php:454
10938 msgid "Error stopping replication."
10939 msgstr ""
10941 #: libraries/classes/ReplicationGui.php:457
10942 msgid "Replication resetting successfully."
10943 msgstr ""
10945 #: libraries/classes/ReplicationGui.php:458
10946 msgid "Error resetting replication."
10947 msgstr ""
10949 #: libraries/classes/ReplicationGui.php:461
10950 msgid "Success."
10951 msgstr ""
10953 #: libraries/classes/ReplicationGui.php:462
10954 msgid "Error."
10955 msgstr ""
10957 #: libraries/classes/ReplicationGui.php:507
10958 msgid "Unknown error"
10959 msgstr ""
10961 #: libraries/classes/ReplicationGui.php:520
10962 #, php-format
10963 msgid "Unable to connect to primary %s."
10964 msgstr ""
10966 #: libraries/classes/ReplicationGui.php:530
10967 msgid ""
10968 "Unable to read primary log position. Possible privilege problem on primary."
10969 msgstr ""
10971 #: libraries/classes/ReplicationGui.php:548
10972 msgid "Unable to change primary!"
10973 msgstr ""
10975 #: libraries/classes/ReplicationGui.php:552
10976 #, php-format
10977 msgid "Primary server changed successfully to %s."
10978 msgstr ""
10980 #: libraries/classes/Routing.php:104
10981 #, php-format
10982 msgid ""
10983 "The routing cache could not be written, you need to adjust permissions on "
10984 "the folder/file \"%s\""
10985 msgstr ""
10987 #: libraries/classes/Routing.php:163
10988 #, php-format
10989 msgid "Error 404! The page %s was not found."
10990 msgstr ""
10992 #: libraries/classes/Routing.php:174
10993 msgid "Error 405! Request method not allowed."
10994 msgstr ""
10996 #: libraries/classes/SavedSearches.php:239
10997 msgid "Please provide a name for this bookmarked search."
10998 msgstr ""
11000 #: libraries/classes/SavedSearches.php:255
11001 msgid "Missing information to save the bookmarked search."
11002 msgstr ""
11004 #: libraries/classes/SavedSearches.php:276
11005 #: libraries/classes/SavedSearches.php:310
11006 msgid "An entry with this name already exists."
11007 msgstr ""
11009 #: libraries/classes/SavedSearches.php:338
11010 msgid "Missing information to delete the search."
11011 msgstr ""
11013 #: libraries/classes/SavedSearches.php:365
11014 msgid "Missing information to load the search."
11015 msgstr ""
11017 #: libraries/classes/SavedSearches.php:385
11018 msgid "Error while loading the search."
11019 msgstr ""
11021 #: libraries/classes/Server/Plugins.php:68
11022 #: libraries/classes/Server/Privileges.php:788
11023 #: libraries/classes/Server/Privileges.php:3719
11024 msgid "Native MySQL authentication"
11025 msgstr ""
11027 #: libraries/classes/Server/Plugins.php:73
11028 msgid "SHA256 password authentication"
11029 msgstr ""
11031 #: libraries/classes/Server/Plugins.php:78
11032 msgid "Caching sha2 authentication"
11033 msgstr ""
11035 #: libraries/classes/Server/Plugins.php:83
11036 msgid "Unix Socket based authentication"
11037 msgstr ""
11039 #: libraries/classes/Server/Plugins.php:88
11040 msgid "Old MySQL-4.0 authentication"
11041 msgstr ""
11043 #: libraries/classes/Server/Privileges/AccountLocking.php:30
11044 #: libraries/classes/Server/Privileges/AccountLocking.php:51
11045 msgid "Account locking is not supported."
11046 msgstr ""
11048 #: libraries/classes/Server/Privileges.php:262
11049 msgid "No privileges."
11050 msgstr ""
11052 #: libraries/classes/Server/Privileges.php:270
11053 msgid "Includes all privileges except GRANT."
11054 msgstr ""
11056 #: libraries/classes/Server/Privileges.php:292
11057 #: libraries/classes/Server/Privileges.php:359
11058 #: templates/server/privileges/privileges_table.twig:124
11059 #: templates/server/privileges/privileges_table.twig:127
11060 #: templates/server/privileges/privileges_table.twig:323
11061 #: templates/server/privileges/privileges_table.twig:326
11062 msgid "Allows deleting data."
11063 msgstr ""
11065 #: libraries/classes/Server/Privileges.php:297
11066 #: templates/server/privileges/privileges_table.twig:136
11067 #: templates/server/privileges/privileges_table.twig:139
11068 #: templates/server/privileges/privileges_table.twig:361
11069 #: templates/server/privileges/privileges_table.twig:369
11070 msgid "Allows creating new tables."
11071 msgstr ""
11073 #: libraries/classes/Server/Privileges.php:302
11074 #: templates/server/privileges/privileges_table.twig:148
11075 #: templates/server/privileges/privileges_table.twig:151
11076 #: templates/server/privileges/privileges_table.twig:409
11077 #: templates/server/privileges/privileges_table.twig:417
11078 msgid "Allows dropping tables."
11079 msgstr ""
11081 #: libraries/classes/Server/Privileges.php:307
11082 #: libraries/classes/Server/Privileges.php:399
11083 #: templates/server/privileges/privileges_table.twig:173
11084 #: templates/server/privileges/privileges_table.twig:176
11085 #: templates/server/privileges/privileges_table.twig:393
11086 #: templates/server/privileges/privileges_table.twig:396
11087 msgid "Allows creating and dropping indexes."
11088 msgstr ""
11090 #: libraries/classes/Server/Privileges.php:312
11091 #: libraries/classes/Server/Privileges.php:404
11092 #: templates/server/privileges/privileges_table.twig:185
11093 #: templates/server/privileges/privileges_table.twig:188
11094 #: templates/server/privileges/privileges_table.twig:380
11095 #: templates/server/privileges/privileges_table.twig:383
11096 msgid "Allows altering the structure of existing tables."
11097 msgstr ""
11099 #: libraries/classes/Server/Privileges.php:317
11100 #: libraries/classes/Server/Privileges.php:443
11101 #: libraries/classes/Server/Privileges.php:459
11102 #: templates/server/privileges/privileges_table.twig:197
11103 #: templates/server/privileges/privileges_table.twig:200
11104 #: templates/server/privileges/privileges_table.twig:494
11105 #: templates/server/privileges/privileges_table.twig:497
11106 #: templates/server/privileges/privileges_table.twig:509
11107 #: templates/server/privileges/privileges_table.twig:512
11108 msgid "Allows creating new views."
11109 msgstr ""
11111 #: libraries/classes/Server/Privileges.php:322
11112 #: libraries/classes/Server/Privileges.php:464
11113 #: libraries/classes/Server/Privileges.php:470
11114 #: templates/server/privileges/privileges_table.twig:209
11115 #: templates/server/privileges/privileges_table.twig:212
11116 #: templates/server/privileges/privileges_table.twig:441
11117 #: templates/server/privileges/privileges_table.twig:444
11118 msgid "Allows performing SHOW CREATE VIEW queries."
11119 msgstr ""
11121 #: libraries/classes/Server/Privileges.php:327
11122 #: libraries/classes/Server/Privileges.php:453
11123 #: templates/server/privileges/privileges_table.twig:221
11124 #: templates/server/privileges/privileges_table.twig:224
11125 #: templates/server/privileges/privileges_table.twig:537
11126 #: templates/server/privileges/privileges_table.twig:540
11127 msgid "Allows creating and dropping triggers."
11128 msgstr ""
11130 #: libraries/classes/Server/Privileges.php:344
11131 #: templates/server/privileges/privileges_table.twig:15
11132 #: templates/server/privileges/privileges_table.twig:284
11133 #: templates/server/privileges/privileges_table.twig:287
11134 msgid "Allows reading data."
11135 msgstr ""
11137 #: libraries/classes/Server/Privileges.php:349
11138 #: templates/server/privileges/privileges_table.twig:42
11139 #: templates/server/privileges/privileges_table.twig:297
11140 #: templates/server/privileges/privileges_table.twig:300
11141 msgid "Allows inserting and replacing data."
11142 msgstr ""
11144 #: libraries/classes/Server/Privileges.php:354
11145 #: templates/server/privileges/privileges_table.twig:69
11146 #: templates/server/privileges/privileges_table.twig:310
11147 #: templates/server/privileges/privileges_table.twig:313
11148 msgid "Allows changing data."
11149 msgstr ""
11151 #: libraries/classes/Server/Privileges.php:364
11152 #: templates/server/privileges/privileges_table.twig:359
11153 #: templates/server/privileges/privileges_table.twig:367
11154 msgid "Allows creating new databases and tables."
11155 msgstr ""
11157 #: libraries/classes/Server/Privileges.php:369
11158 #: templates/server/privileges/privileges_table.twig:407
11159 #: templates/server/privileges/privileges_table.twig:415
11160 msgid "Allows dropping databases and tables."
11161 msgstr ""
11163 #: libraries/classes/Server/Privileges.php:374
11164 #: templates/server/privileges/privileges_table.twig:599
11165 #: templates/server/privileges/privileges_table.twig:602
11166 msgid "Allows reloading server settings and flushing the server's caches."
11167 msgstr ""
11169 #: libraries/classes/Server/Privileges.php:379
11170 #: templates/server/privileges/privileges_table.twig:612
11171 #: templates/server/privileges/privileges_table.twig:615
11172 msgid "Allows shutting down the server."
11173 msgstr ""
11175 #: libraries/classes/Server/Privileges.php:384
11176 #: templates/server/privileges/privileges_table.twig:586
11177 #: templates/server/privileges/privileges_table.twig:589
11178 msgid "Allows viewing processes of all users."
11179 msgstr ""
11181 #: libraries/classes/Server/Privileges.php:389
11182 #: templates/server/privileges/privileges_table.twig:337
11183 #: templates/server/privileges/privileges_table.twig:340
11184 msgid "Allows importing data from and exporting data into files."
11185 msgstr ""
11187 #: libraries/classes/Server/Privileges.php:394
11188 #: templates/server/privileges/privileges_table.twig:96
11189 #: templates/server/privileges/privileges_table.twig:666
11190 msgid "Has no effect in this MySQL version."
11191 msgstr ""
11193 #: libraries/classes/Server/Privileges.php:409
11194 #: templates/server/privileges/privileges_table.twig:625
11195 #: templates/server/privileges/privileges_table.twig:628
11196 msgid "Gives access to the complete list of databases."
11197 msgstr ""
11199 #: libraries/classes/Server/Privileges.php:415
11200 #: templates/server/privileges/privileges_table.twig:572
11201 #: templates/server/privileges/privileges_table.twig:576
11202 msgid ""
11203 "Allows connecting, even if maximum number of connections is reached; "
11204 "required for most administrative operations like setting global variables or "
11205 "killing threads of other users."
11206 msgstr ""
11208 #: libraries/classes/Server/Privileges.php:423
11209 #: templates/server/privileges/privileges_table.twig:428
11210 #: templates/server/privileges/privileges_table.twig:431
11211 msgid "Allows creating temporary tables."
11212 msgstr ""
11214 #: libraries/classes/Server/Privileges.php:428
11215 #: templates/server/privileges/privileges_table.twig:653
11216 #: templates/server/privileges/privileges_table.twig:656
11217 msgid "Allows locking tables for the current thread."
11218 msgstr ""
11220 #: libraries/classes/Server/Privileges.php:433
11221 #: templates/server/privileges/privileges_table.twig:694
11222 #: templates/server/privileges/privileges_table.twig:697
11223 msgid "Needed for the replication replicas."
11224 msgstr ""
11226 #: libraries/classes/Server/Privileges.php:438
11227 #: templates/server/privileges/privileges_table.twig:681
11228 #: templates/server/privileges/privileges_table.twig:684
11229 msgid "Allows the user to ask where the replicas / primaries are."
11230 msgstr ""
11232 #: libraries/classes/Server/Privileges.php:448
11233 #: templates/server/privileges/privileges_table.twig:524
11234 #: templates/server/privileges/privileges_table.twig:527
11235 msgid "Allows to set up events for the event scheduler."
11236 msgstr ""
11238 #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
11239 #: libraries/classes/Server/Privileges.php:477
11240 #: libraries/classes/Server/Privileges.php:486
11241 #: templates/server/privileges/privileges_table.twig:234
11242 #: templates/server/privileges/privileges_table.twig:238
11243 msgid "Allows deleting historical rows."
11244 msgstr ""
11246 #: libraries/classes/Server/Privileges.php:491
11247 #: templates/server/privileges/privileges_table.twig:454
11248 #: templates/server/privileges/privileges_table.twig:457
11249 msgid "Allows creating stored routines."
11250 msgstr ""
11252 #: libraries/classes/Server/Privileges.php:496
11253 #: templates/server/privileges/privileges_table.twig:467
11254 #: templates/server/privileges/privileges_table.twig:470
11255 msgid "Allows altering and dropping stored routines."
11256 msgstr ""
11258 #: libraries/classes/Server/Privileges.php:501
11259 #: templates/server/privileges/privileges_table.twig:707
11260 #: templates/server/privileges/privileges_table.twig:710
11261 msgid "Allows creating, dropping and renaming user accounts."
11262 msgstr ""
11264 #: libraries/classes/Server/Privileges.php:506
11265 #: templates/server/privileges/privileges_table.twig:480
11266 #: templates/server/privileges/privileges_table.twig:483
11267 msgid "Allows executing stored routines."
11268 msgstr ""
11270 #: libraries/classes/Server/Privileges.php:1076
11271 #, php-format
11272 msgid "The password for %s was changed successfully."
11273 msgstr ""
11275 #: libraries/classes/Server/Privileges.php:1124
11276 #, php-format
11277 msgid "You have revoked the privileges for %s."
11278 msgstr ""
11280 #: libraries/classes/Server/Privileges.php:1436
11281 #: templates/database/privileges/index.twig:124
11282 #: templates/table/privileges/index.twig:127
11283 msgid "Not enough privilege to view users."
11284 msgstr ""
11286 #: libraries/classes/Server/Privileges.php:1498
11287 #: templates/database/privileges/index.twig:80
11288 #: templates/server/privileges/new_user_ajax.twig:45
11289 #: templates/server/privileges/users_overview.twig:75
11290 #: templates/table/privileges/index.twig:84
11291 msgid "Edit privileges"
11292 msgstr ""
11294 #: libraries/classes/Server/Privileges.php:1502
11295 msgid "Revoke"
11296 msgstr ""
11298 #: libraries/classes/Server/Privileges.php:1813
11299 #: templates/server/privileges/privileges_table.twig:264
11300 msgid "Database-specific privileges"
11301 msgstr ""
11303 #: libraries/classes/Server/Privileges.php:1819
11304 #: templates/server/privileges/privileges_summary.twig:18
11305 #: templates/server/privileges/privileges_table.twig:7
11306 #: templates/server/privileges/privileges_table.twig:266
11307 msgid "Table-specific privileges"
11308 msgstr ""
11310 #: libraries/classes/Server/Privileges.php:1824
11311 #: libraries/classes/Server/Privileges.php:1826
11312 #: templates/server/privileges/edit_routine_privileges.twig:29
11313 #: templates/server/privileges/edit_routine_privileges.twig:46
11314 #: templates/server/privileges/edit_routine_privileges.twig:58
11315 msgid "Routine"
11316 msgstr ""
11318 #: libraries/classes/Server/Privileges.php:1825
11319 #: templates/server/privileges/edit_routine_privileges.twig:47
11320 msgid "Routine-specific privileges"
11321 msgstr ""
11323 #: libraries/classes/Server/Privileges.php:2170
11324 msgid "No users selected for deleting!"
11325 msgstr ""
11327 #: libraries/classes/Server/Privileges.php:2173
11328 msgid "Reloading the privileges"
11329 msgstr ""
11331 #: libraries/classes/Server/Privileges.php:2198
11332 msgid "The selected users have been deleted successfully."
11333 msgstr ""
11335 #: libraries/classes/Server/Privileges.php:2275
11336 #, php-format
11337 msgid "You have updated the privileges for %s."
11338 msgstr ""
11340 #: libraries/classes/Server/Privileges.php:2362
11341 #: templates/database/privileges/index.twig:102
11342 #: templates/table/privileges/index.twig:106
11343 msgid "No user found."
11344 msgstr ""
11346 #: libraries/classes/Server/Privileges.php:2449
11347 #, php-format
11348 msgid "Deleting %s"
11349 msgstr ""
11351 #: libraries/classes/Server/Privileges.php:2480
11352 msgid "The privileges were reloaded successfully."
11353 msgstr ""
11355 #: libraries/classes/Server/Privileges.php:2584
11356 #, php-format
11357 msgid "The user %s already exists!"
11358 msgstr ""
11360 #: libraries/classes/Server/Privileges.php:2859
11361 #, php-format
11362 msgid "Privileges for %s"
11363 msgstr ""
11365 #: libraries/classes/Server/Privileges.php:2868
11366 #: libraries/classes/Server/Status/Processes.php:118
11367 #: templates/server/user_groups/user_listings.twig:9
11368 msgid "User"
11369 msgstr ""
11371 #: libraries/classes/Server/Privileges.php:2982
11372 msgid ""
11373 "A user account allowing any user from localhost to connect is present. This "
11374 "will prevent other users from connecting if the host part of their account "
11375 "allows a connection from any (%) host."
11376 msgstr ""
11378 #: libraries/classes/Server/Privileges.php:3016
11379 #, php-format
11380 msgid ""
11381 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11382 "tables. The content of these tables may differ from the privileges the "
11383 "server uses, if they have been changed manually. In this case, you should "
11384 "%sreload the privileges%s before you continue."
11385 msgstr ""
11387 #: libraries/classes/Server/Privileges.php:3032
11388 msgid ""
11389 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11390 "tables. The content of these tables may differ from the privileges the "
11391 "server uses, if they have been changed manually. In this case, the "
11392 "privileges have to be reloaded but currently, you don't have the RELOAD "
11393 "privilege."
11394 msgstr ""
11396 #: libraries/classes/Server/Privileges.php:3346
11397 msgid "You have added a new user."
11398 msgstr ""
11400 #: libraries/classes/Server/Status/Data.php:146
11401 #: libraries/classes/Server/Status/Processes.php:146
11402 #: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:20
11403 msgid "SQL query"
11404 msgstr ""
11406 #: libraries/classes/Server/Status/Data.php:149
11407 msgid "Handler"
11408 msgstr ""
11410 #: libraries/classes/Server/Status/Data.php:150
11411 msgid "Query cache"
11412 msgstr ""
11414 #: libraries/classes/Server/Status/Data.php:151
11415 msgid "Threads"
11416 msgstr ""
11418 #: libraries/classes/Server/Status/Data.php:153
11419 msgid "Temporary data"
11420 msgstr ""
11422 #: libraries/classes/Server/Status/Data.php:154
11423 msgid "Delayed inserts"
11424 msgstr ""
11426 #: libraries/classes/Server/Status/Data.php:155
11427 msgid "Key cache"
11428 msgstr ""
11430 #: libraries/classes/Server/Status/Data.php:156
11431 msgid "Joins"
11432 msgstr ""
11434 #: libraries/classes/Server/Status/Data.php:158
11435 msgid "Sorting"
11436 msgstr ""
11438 #: libraries/classes/Server/Status/Data.php:160
11439 msgid "Transaction coordinator"
11440 msgstr ""
11442 #: libraries/classes/Server/Status/Data.php:161
11443 #: templates/server/binlog/index.twig:27
11444 msgid "Files"
11445 msgstr ""
11447 #: libraries/classes/Server/Status/Data.php:180
11448 msgid "Flush (close) all tables"
11449 msgstr ""
11451 #: libraries/classes/Server/Status/Data.php:184
11452 msgid "Show open tables"
11453 msgstr ""
11455 #: libraries/classes/Server/Status/Data.php:193
11456 msgid "Show replica hosts"
11457 msgstr ""
11459 #: libraries/classes/Server/Status/Data.php:200
11460 #: templates/server/replication/primary_replication.twig:9
11461 msgid "Show primary status"
11462 msgstr ""
11464 #: libraries/classes/Server/Status/Data.php:207
11465 msgid "Show replica status"
11466 msgstr ""
11468 #: libraries/classes/Server/Status/Data.php:215
11469 msgid "Flush query cache"
11470 msgstr ""
11472 #: libraries/classes/Server/Status/Processes.php:114
11473 msgid "ID"
11474 msgstr ""
11476 #: libraries/classes/Server/Status/Processes.php:122
11477 #: templates/server/replication/primary_add_replica_user.twig:32
11478 #: templates/server/replication/primary_add_replica_user.twig:43
11479 #: templates/server/replication/primary_replication.twig:25
11480 msgid "Host"
11481 msgstr ""
11483 #: libraries/classes/Server/Status/Processes.php:130
11484 msgid "Command"
11485 msgstr ""
11487 #: libraries/classes/Server/Status/Processes.php:142
11488 msgid "Progress"
11489 msgstr ""
11491 #: libraries/classes/Setup/Index.php:130
11492 msgid ""
11493 "Reading of version failed. Maybe you're offline or the upgrade server does "
11494 "not respond."
11495 msgstr ""
11497 #: libraries/classes/Setup/Index.php:152
11498 msgid "Got invalid version string from server"
11499 msgstr ""
11501 #: libraries/classes/Setup/Index.php:164
11502 msgid "Unparsable version string"
11503 msgstr ""
11505 #: libraries/classes/Setup/Index.php:186
11506 #, php-format
11507 msgid ""
11508 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
11509 "version is %s, released on %s."
11510 msgstr ""
11512 #: libraries/classes/Setup/Index.php:194
11513 msgid "No newer stable version is available"
11514 msgstr ""
11516 #: libraries/classes/Sql.php:497
11517 #, php-format
11518 msgid "Using bookmark \"%s\" as default browse query."
11519 msgstr ""
11521 #: libraries/classes/Sql.php:961
11522 msgid "Showing as PHP code"
11523 msgstr ""
11525 #: libraries/classes/Sql.php:1337
11526 #, php-format
11527 msgid ""
11528 "Current selection does not contain a unique column. Grid edit, checkbox, "
11529 "Edit, Copy and Delete features are not available. %s"
11530 msgstr ""
11532 #: libraries/classes/Sql.php:1351
11533 #, php-format
11534 msgid ""
11535 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
11536 "and Delete features may result in undesired behavior. %s"
11537 msgstr ""
11539 #: libraries/classes/SqlQueryForm.php:149
11540 #, php-format
11541 msgid "Run SQL query/queries on server “%s”"
11542 msgstr ""
11544 #: libraries/classes/SqlQueryForm.php:165
11545 #, php-format
11546 msgid "Run SQL query/queries on database %s"
11547 msgstr ""
11549 #: libraries/classes/SqlQueryForm.php:180
11550 #, php-format
11551 msgid "Run SQL query/queries on table %s"
11552 msgstr ""
11554 #: libraries/classes/StorageEngine.php:368
11555 msgid ""
11556 "There is no detailed status information available for this storage engine."
11557 msgstr ""
11559 #: libraries/classes/StorageEngine.php:470
11560 #: templates/database/structure/body_for_table_summary.twig:46
11561 #, php-format
11562 msgid "%s is the default storage engine on this MySQL server."
11563 msgstr ""
11565 #: libraries/classes/StorageEngine.php:473
11566 #, php-format
11567 msgid "%s is available on this MySQL server."
11568 msgstr ""
11570 #: libraries/classes/StorageEngine.php:476
11571 #, php-format
11572 msgid "%s has been disabled for this MySQL server."
11573 msgstr ""
11575 #: libraries/classes/StorageEngine.php:480
11576 #, php-format
11577 msgid "This MySQL server does not support the %s storage engine."
11578 msgstr ""
11580 #: libraries/classes/Table/Indexes.php:58 libraries/classes/Table.php:2101
11581 msgid "The name of the primary key must be \"PRIMARY\"!"
11582 msgstr ""
11584 #: libraries/classes/Table/Maintenance.php:122
11585 #, php-format
11586 msgid "Problems with indexes of table `%s`"
11587 msgstr ""
11589 #: libraries/classes/Table.php:348
11590 msgid "Unknown table status:"
11591 msgstr ""
11593 #: libraries/classes/Table.php:1006
11594 #, php-format
11595 msgid "Source database `%s` was not found!"
11596 msgstr ""
11598 #: libraries/classes/Table.php:1015
11599 #, php-format
11600 msgid "Target database `%s` was not found!"
11601 msgstr ""
11603 #: libraries/classes/Table.php:1473
11604 msgid "Invalid database:"
11605 msgstr ""
11607 #: libraries/classes/Table.php:1491
11608 msgid "Invalid table name:"
11609 msgstr ""
11611 #: libraries/classes/Table.php:1531
11612 #, php-format
11613 msgid "Failed to rename table %1$s to %2$s!"
11614 msgstr ""
11616 #: libraries/classes/Table.php:1548
11617 #, php-format
11618 msgid "Table %1$s has been renamed to %2$s."
11619 msgstr ""
11621 #: libraries/classes/Table.php:1793
11622 msgid "Could not save table UI preferences!"
11623 msgstr ""
11625 #: libraries/classes/Table.php:1819
11626 #, php-format
11627 msgid ""
11628 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
11629 "['MaxTableUiprefs'] %s)"
11630 msgstr ""
11632 #: libraries/classes/Table.php:1954
11633 #, php-format
11634 msgid ""
11635 "Cannot save UI property \"%s\". The changes made will not be persistent "
11636 "after you refresh this page. Please check if the table structure has been "
11637 "changed."
11638 msgstr ""
11640 #: libraries/classes/Table.php:2113
11641 msgid "Can't rename index to PRIMARY!"
11642 msgstr ""
11644 #: libraries/classes/Table.php:2139
11645 msgid "No index parts defined!"
11646 msgstr ""
11648 #: libraries/classes/Table.php:2435
11649 #, php-format
11650 msgid "Error creating foreign key on %1$s (check data types)"
11651 msgstr ""
11653 #: libraries/classes/Template.php:135
11654 #, php-format
11655 msgid "Error while working with template cache: %s"
11656 msgstr ""
11658 #: libraries/classes/ThemeManager.php:83
11659 #, php-format
11660 msgid "Default theme %s not found!"
11661 msgstr ""
11663 #: libraries/classes/ThemeManager.php:142
11664 #, php-format
11665 msgid "Theme %s not found!"
11666 msgstr ""
11668 #: libraries/classes/Theme.php:168
11669 #, php-format
11670 msgid "No valid image path for theme %s found!"
11671 msgstr ""
11673 #: libraries/classes/Tracking.php:236
11674 #: templates/database/tracking/tables.twig:115
11675 #: templates/table/tracking/main.twig:73
11676 msgid "Tracking report"
11677 msgstr ""
11679 #: libraries/classes/Tracking.php:240
11680 msgid "Tracking statements"
11681 msgstr ""
11683 #: libraries/classes/Tracking.php:255
11684 msgid "Delete tracking data row from report"
11685 msgstr ""
11687 #: libraries/classes/Tracking.php:267
11688 msgid "No data"
11689 msgstr ""
11691 #: libraries/classes/Tracking.php:312
11692 #: templates/database/operations/index.twig:131
11693 #: templates/database/structure/copy_form.twig:19
11694 #: templates/table/operations/index.twig:275
11695 msgid "Structure only"
11696 msgstr ""
11698 #: libraries/classes/Tracking.php:315
11699 #: templates/database/operations/index.twig:143
11700 #: templates/database/structure/copy_form.twig:29
11701 #: templates/table/operations/index.twig:287
11702 msgid "Data only"
11703 msgstr ""
11705 #: libraries/classes/Tracking.php:318
11706 #: templates/database/operations/index.twig:137
11707 #: templates/database/structure/copy_form.twig:24
11708 #: templates/table/operations/index.twig:281
11709 msgid "Structure and data"
11710 msgstr ""
11712 #: libraries/classes/Tracking.php:383 libraries/classes/Tracking.php:451
11713 #, php-format
11714 msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
11715 msgstr ""
11717 #: libraries/classes/Tracking.php:472
11718 msgid "SQL dump (file download)"
11719 msgstr ""
11721 #: libraries/classes/Tracking.php:474
11722 msgid "SQL dump"
11723 msgstr ""
11725 #: libraries/classes/Tracking.php:477
11726 msgid "This option will replace your table and contained data."
11727 msgstr ""
11729 #: libraries/classes/Tracking.php:479
11730 msgid "SQL execution"
11731 msgstr ""
11733 #: libraries/classes/Tracking.php:483
11734 #, php-format
11735 msgid "Export as %s"
11736 msgstr ""
11738 #: libraries/classes/Tracking.php:521
11739 msgid "Data manipulation statement"
11740 msgstr ""
11742 #: libraries/classes/Tracking.php:557
11743 msgid "Data definition statement"
11744 msgstr ""
11746 #: libraries/classes/Tracking.php:640
11747 #: templates/database/tracking/tables.twig:126
11748 #: templates/table/tracking/main.twig:80
11749 msgid "Structure snapshot"
11750 msgstr ""
11752 #: libraries/classes/Tracking.php:658
11753 #, php-format
11754 msgid "Version %s snapshot (SQL code)"
11755 msgstr ""
11757 #: libraries/classes/Tracking.php:728
11758 msgid "Tracking data definition successfully deleted"
11759 msgstr ""
11761 #: libraries/classes/Tracking.php:740
11762 msgid "Tracking data manipulation successfully deleted"
11763 msgstr ""
11765 #: libraries/classes/Tracking.php:797
11766 msgid ""
11767 "You can execute the dump by creating and using a temporary database. Please "
11768 "ensure that you have the privileges to do so."
11769 msgstr ""
11771 #: libraries/classes/Tracking.php:801
11772 msgid "Comment out these two lines if you do not need them."
11773 msgstr ""
11775 #: libraries/classes/Tracking.php:812
11776 msgid "SQL statements exported. Please copy the dump or execute it."
11777 msgstr ""
11779 #: libraries/classes/Tracking.php:845
11780 #, php-format
11781 msgid "Tracking report for table `%s`"
11782 msgstr ""
11784 #: libraries/classes/Tracking.php:877
11785 #, php-format
11786 msgid "Tracking for %1$s was activated at version %2$s."
11787 msgstr ""
11789 #: libraries/classes/Tracking.php:880
11790 #, php-format
11791 msgid "Tracking for %1$s was deactivated at version %2$s."
11792 msgstr ""
11794 #: libraries/classes/Tracking.php:979
11795 #, php-format
11796 msgid "Version %1$s of %2$s was deleted."
11797 msgstr ""
11799 #: libraries/classes/Tracking.php:1010
11800 #, php-format
11801 msgid "Version %1$s was created, tracking for %2$s is active."
11802 msgstr ""
11804 #: libraries/classes/Types.php:207
11805 msgid ""
11806 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
11807 msgstr ""
11809 #: libraries/classes/Types.php:210
11810 msgid ""
11811 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
11812 "65,535"
11813 msgstr ""
11815 #: libraries/classes/Types.php:214
11816 msgid ""
11817 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
11818 "0 to 16,777,215"
11819 msgstr ""
11821 #: libraries/classes/Types.php:219
11822 msgid ""
11823 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
11824 "range is 0 to 4,294,967,295"
11825 msgstr ""
11827 #: libraries/classes/Types.php:226
11828 msgid ""
11829 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
11830 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
11831 msgstr ""
11833 #: libraries/classes/Types.php:233
11834 msgid ""
11835 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
11836 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
11837 msgstr ""
11839 #: libraries/classes/Types.php:240
11840 msgid ""
11841 "A small floating-point number, allowable values are -3.402823466E+38 to "
11842 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
11843 msgstr ""
11845 #: libraries/classes/Types.php:247
11846 msgid ""
11847 "A double-precision floating-point number, allowable values are "
11848 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
11849 "2.2250738585072014E-308 to 1.7976931348623157E+308"
11850 msgstr ""
11852 #: libraries/classes/Types.php:253
11853 msgid ""
11854 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
11855 "FLOAT)"
11856 msgstr ""
11858 #: libraries/classes/Types.php:256
11859 msgid ""
11860 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
11861 "64)"
11862 msgstr ""
11864 #: libraries/classes/Types.php:260
11865 msgid ""
11866 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
11867 "values are considered true"
11868 msgstr ""
11870 #: libraries/classes/Types.php:264
11871 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
11872 msgstr ""
11874 #: libraries/classes/Types.php:268
11875 #, php-format
11876 msgid "A date, supported range is %1$s to %2$s"
11877 msgstr ""
11879 #: libraries/classes/Types.php:275
11880 #, php-format
11881 msgid "A date and time combination, supported range is %1$s to %2$s"
11882 msgstr ""
11884 #: libraries/classes/Types.php:282
11885 msgid ""
11886 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
11887 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
11888 msgstr ""
11890 #: libraries/classes/Types.php:289
11891 #, php-format
11892 msgid "A time, range is %1$s to %2$s"
11893 msgstr ""
11895 #: libraries/classes/Types.php:296
11896 msgid ""
11897 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
11898 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
11899 msgstr ""
11901 #: libraries/classes/Types.php:303
11902 msgid ""
11903 "A fixed-length (0-255, default 1) string that is always right-padded with "
11904 "spaces to the specified length when stored"
11905 msgstr ""
11907 #: libraries/classes/Types.php:310
11908 #, php-format
11909 msgid ""
11910 "A variable-length (%s) string, the effective maximum length is subject to "
11911 "the maximum row size"
11912 msgstr ""
11914 #: libraries/classes/Types.php:317
11915 msgid ""
11916 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
11917 "a one-byte prefix indicating the length of the value in bytes"
11918 msgstr ""
11920 #: libraries/classes/Types.php:324
11921 msgid ""
11922 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
11923 "with a two-byte prefix indicating the length of the value in bytes"
11924 msgstr ""
11926 #: libraries/classes/Types.php:331
11927 msgid ""
11928 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
11929 "stored with a three-byte prefix indicating the length of the value in bytes"
11930 msgstr ""
11932 #: libraries/classes/Types.php:338
11933 msgid ""
11934 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
11935 "characters, stored with a four-byte prefix indicating the length of the "
11936 "value in bytes"
11937 msgstr ""
11939 #: libraries/classes/Types.php:345
11940 msgid ""
11941 "Similar to the CHAR type, but stores binary byte strings rather than non-"
11942 "binary character strings"
11943 msgstr ""
11945 #: libraries/classes/Types.php:350
11946 msgid ""
11947 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
11948 "binary character strings"
11949 msgstr ""
11951 #: libraries/classes/Types.php:356
11952 msgid ""
11953 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
11954 "one-byte prefix indicating the length of the value"
11955 msgstr ""
11957 #: libraries/classes/Types.php:362
11958 msgid ""
11959 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
11960 "with a three-byte prefix indicating the length of the value"
11961 msgstr ""
11963 #: libraries/classes/Types.php:369
11964 msgid ""
11965 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
11966 "a two-byte prefix indicating the length of the value"
11967 msgstr ""
11969 #: libraries/classes/Types.php:375
11970 msgid ""
11971 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
11972 "bytes, stored with a four-byte prefix indicating the length of the value"
11973 msgstr ""
11975 #: libraries/classes/Types.php:382
11976 msgid ""
11977 "An enumeration, chosen from the list of up to 65,535 values or the special "
11978 "'' error value"
11979 msgstr ""
11981 #: libraries/classes/Types.php:386
11982 msgid "A single value chosen from a set of up to 64 members"
11983 msgstr ""
11985 #: libraries/classes/Types.php:389
11986 msgid "A type that can store a geometry of any type"
11987 msgstr ""
11989 #: libraries/classes/Types.php:392
11990 msgid "A point in 2-dimensional space"
11991 msgstr ""
11993 #: libraries/classes/Types.php:395
11994 msgid "A curve with linear interpolation between points"
11995 msgstr ""
11997 #: libraries/classes/Types.php:398
11998 msgid "A polygon"
11999 msgstr ""
12001 #: libraries/classes/Types.php:401
12002 msgid "A collection of points"
12003 msgstr ""
12005 #: libraries/classes/Types.php:404
12006 msgid "A collection of curves with linear interpolation between points"
12007 msgstr ""
12009 #: libraries/classes/Types.php:407
12010 msgid "A collection of polygons"
12011 msgstr ""
12013 #: libraries/classes/Types.php:410
12014 msgid "A collection of geometry objects of any type"
12015 msgstr ""
12017 #: libraries/classes/Types.php:413
12018 msgid ""
12019 "Stores and enables efficient access to data in JSON (JavaScript Object "
12020 "Notation) documents"
12021 msgstr ""
12023 #: libraries/classes/Types.php:416
12024 msgid ""
12025 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
12026 "conventional mapping of IPv4 addresses into IPv6 addresses"
12027 msgstr ""
12029 #: libraries/classes/Types.php:746
12030 msgctxt "numeric types"
12031 msgid "Numeric"
12032 msgstr ""
12034 #: libraries/classes/Types.php:764
12035 msgctxt "date and time types"
12036 msgid "Date and time"
12037 msgstr ""
12039 #: libraries/classes/Types.php:800
12040 msgctxt "spatial types"
12041 msgid "Spatial"
12042 msgstr ""
12044 #: libraries/classes/UrlRedirector.php:55
12045 msgid "Taking you to the target site."
12046 msgstr ""
12048 #: libraries/classes/UserPassword.php:38
12049 msgid "The profile has been updated."
12050 msgstr ""
12052 #: libraries/classes/UserPassword.php:50
12053 msgid "Password is too long!"
12054 msgstr ""
12056 #: libraries/classes/UserPreferences.php:173
12057 msgid "Could not save configuration"
12058 msgstr ""
12060 #: libraries/classes/UserPreferences.php:184
12061 msgid "The phpMyAdmin configuration storage database could not be accessed."
12062 msgstr ""
12064 #: libraries/classes/Util.php:131
12065 #, php-format
12066 msgid "Max: %s%s"
12067 msgstr ""
12069 #. l10n: Short month name
12070 #. l10n: Short month name for January
12071 #: libraries/classes/Util.php:664 templates/javascript/variables.twig:34
12072 msgid "Jan"
12073 msgstr ""
12075 #. l10n: Short month name
12076 #. l10n: Short month name for February
12077 #: libraries/classes/Util.php:666 templates/javascript/variables.twig:35
12078 msgid "Feb"
12079 msgstr ""
12081 #. l10n: Short month name
12082 #. l10n: Short month name for March
12083 #: libraries/classes/Util.php:668 templates/javascript/variables.twig:36
12084 msgid "Mar"
12085 msgstr ""
12087 #. l10n: Short month name
12088 #. l10n: Short month name for April
12089 #: libraries/classes/Util.php:670 templates/javascript/variables.twig:37
12090 msgid "Apr"
12091 msgstr ""
12093 #. l10n: Short month name
12094 #: libraries/classes/Util.php:672
12095 msgctxt "Short month name"
12096 msgid "May"
12097 msgstr ""
12099 #. l10n: Short month name
12100 #. l10n: Short month name for June
12101 #: libraries/classes/Util.php:674 templates/javascript/variables.twig:39
12102 msgid "Jun"
12103 msgstr ""
12105 #. l10n: Short month name
12106 #. l10n: Short month name for July
12107 #: libraries/classes/Util.php:676 templates/javascript/variables.twig:40
12108 msgid "Jul"
12109 msgstr ""
12111 #. l10n: Short month name
12112 #. l10n: Short month name for August
12113 #: libraries/classes/Util.php:678 templates/javascript/variables.twig:41
12114 msgid "Aug"
12115 msgstr ""
12117 #. l10n: Short month name
12118 #. l10n: Short month name for September
12119 #: libraries/classes/Util.php:680 templates/javascript/variables.twig:42
12120 msgid "Sep"
12121 msgstr ""
12123 #. l10n: Short month name
12124 #. l10n: Short month name for October
12125 #: libraries/classes/Util.php:682 templates/javascript/variables.twig:43
12126 msgid "Oct"
12127 msgstr ""
12129 #. l10n: Short month name
12130 #. l10n: Short month name for November
12131 #: libraries/classes/Util.php:684 templates/javascript/variables.twig:44
12132 msgid "Nov"
12133 msgstr ""
12135 #. l10n: Short month name
12136 #. l10n: Short month name for December
12137 #: libraries/classes/Util.php:686 templates/javascript/variables.twig:45
12138 msgid "Dec"
12139 msgstr ""
12141 #. l10n: Short week day name for Sunday
12142 #: libraries/classes/Util.php:690
12143 msgctxt "Short week day name for Sunday"
12144 msgid "Sun"
12145 msgstr ""
12147 #. l10n: Short week day name for Monday
12148 #: libraries/classes/Util.php:692 templates/javascript/variables.twig:58
12149 msgid "Mon"
12150 msgstr ""
12152 #. l10n: Short week day name for Tuesday
12153 #: libraries/classes/Util.php:694 templates/javascript/variables.twig:59
12154 msgid "Tue"
12155 msgstr ""
12157 #. l10n: Short week day name for Wednesday
12158 #: libraries/classes/Util.php:696 templates/javascript/variables.twig:60
12159 msgid "Wed"
12160 msgstr ""
12162 #. l10n: Short week day name for Thursday
12163 #: libraries/classes/Util.php:698 templates/javascript/variables.twig:61
12164 msgid "Thu"
12165 msgstr ""
12167 #. l10n: Short week day name for Friday
12168 #: libraries/classes/Util.php:700 templates/javascript/variables.twig:62
12169 msgid "Fri"
12170 msgstr ""
12172 #. l10n: Short week day name for Saturday
12173 #: libraries/classes/Util.php:702 templates/javascript/variables.twig:63
12174 msgid "Sat"
12175 msgstr ""
12177 #: libraries/classes/Util.php:728
12178 msgctxt "AM/PM indication in time"
12179 msgid "PM"
12180 msgstr ""
12182 #: libraries/classes/Util.php:730
12183 msgctxt "AM/PM indication in time"
12184 msgid "AM"
12185 msgstr ""
12187 #: libraries/classes/Util.php:801
12188 #, php-format
12189 msgid "%s days, %s hours, %s minutes and %s seconds"
12190 msgstr ""
12192 #: libraries/classes/Util.php:1947
12193 msgid "Users"
12194 msgstr ""
12196 #: libraries/classes/Util.php:2559
12197 #: templates/database/multi_table_query/form.twig:67
12198 msgid "Sort"
12199 msgstr ""
12201 #: libraries/classes/ZipExtension.php:73 libraries/classes/ZipExtension.php:119
12202 msgid "Error in ZIP archive:"
12203 msgstr ""
12205 #: libraries/classes/ZipExtension.php:83
12206 msgid "No files found inside ZIP archive!"
12207 msgstr ""
12209 #: libraries/config.values.php:88 libraries/config.values.php:126
12210 #: libraries/config.values.php:138
12211 msgid "Icons"
12212 msgstr ""
12214 #: libraries/config.values.php:89 libraries/config.values.php:127
12215 #: libraries/config.values.php:139
12216 #: templates/database/multi_table_query/form.twig:118
12217 msgid "Text"
12218 msgstr ""
12220 #: libraries/config.values.php:90 libraries/config.values.php:108
12221 #: libraries/config.values.php:128 libraries/config.values.php:140
12222 msgid "Both"
12223 msgstr ""
12225 #: libraries/config.values.php:105
12226 msgid "Nowhere"
12227 msgstr ""
12229 #: libraries/config.values.php:106
12230 msgid "Left"
12231 msgstr ""
12233 #: libraries/config.values.php:107
12234 msgid "Right"
12235 msgstr ""
12237 #: libraries/config.values.php:143
12238 msgid "Click"
12239 msgstr ""
12241 #: libraries/config.values.php:144
12242 msgid "Double click"
12243 msgstr ""
12245 #: libraries/config.values.php:145 libraries/config.values.php:188
12246 #: templates/config/form_display/input.twig:16
12247 #: templates/relation/check_relations.twig:15
12248 #: templates/relation/check_relations.twig:66
12249 #: templates/relation/check_relations.twig:91
12250 #: templates/relation/check_relations.twig:129
12251 #: templates/relation/check_relations.twig:154
12252 #: templates/relation/check_relations.twig:164
12253 #: templates/relation/check_relations.twig:199
12254 #: templates/relation/check_relations.twig:224
12255 #: templates/relation/check_relations.twig:249
12256 #: templates/relation/check_relations.twig:274
12257 #: templates/relation/check_relations.twig:299
12258 #: templates/relation/check_relations.twig:324
12259 #: templates/relation/check_relations.twig:349
12260 #: templates/relation/check_relations.twig:387
12261 #: templates/relation/check_relations.twig:412
12262 #: templates/relation/check_relations.twig:437
12263 #: templates/relation/check_relations.twig:462
12264 #: templates/relation/check_relations.twig:487
12265 #: templates/relation/check_relations.twig:512
12266 msgid "Disabled"
12267 msgstr ""
12269 #: libraries/config.values.php:148
12270 msgid "key"
12271 msgstr ""
12273 #: libraries/config.values.php:149
12274 msgid "display column"
12275 msgstr ""
12277 #: libraries/config.values.php:153
12278 msgid "Welcome"
12279 msgstr ""
12281 #: libraries/config.values.php:186
12282 msgid "Open"
12283 msgstr ""
12285 #: libraries/config.values.php:187
12286 msgid "Closed"
12287 msgstr ""
12289 #: libraries/config.values.php:191 templates/javascript/variables.twig:49
12290 msgid "Monday"
12291 msgstr ""
12293 #: libraries/config.values.php:192 templates/javascript/variables.twig:50
12294 msgid "Tuesday"
12295 msgstr ""
12297 #: libraries/config.values.php:193 templates/javascript/variables.twig:51
12298 msgid "Wednesday"
12299 msgstr ""
12301 #: libraries/config.values.php:194 templates/javascript/variables.twig:52
12302 msgid "Thursday"
12303 msgstr ""
12305 #: libraries/config.values.php:195 templates/javascript/variables.twig:53
12306 msgid "Friday"
12307 msgstr ""
12309 #: libraries/config.values.php:196 templates/javascript/variables.twig:54
12310 msgid "Saturday"
12311 msgstr ""
12313 #: libraries/config.values.php:197 templates/javascript/variables.twig:48
12314 msgid "Sunday"
12315 msgstr ""
12317 #: libraries/config.values.php:200
12318 msgid "Ask before sending error reports"
12319 msgstr ""
12321 #: libraries/config.values.php:201
12322 msgid "Always send error reports"
12323 msgstr ""
12325 #: libraries/config.values.php:202
12326 msgid "Never send error reports"
12327 msgstr ""
12329 #: libraries/config.values.php:205
12330 msgid "Server default"
12331 msgstr ""
12333 #: libraries/config.values.php:206
12334 msgid "Enable"
12335 msgstr ""
12337 #: libraries/config.values.php:207
12338 msgid "Disable"
12339 msgstr ""
12341 #: libraries/config.values.php:259
12342 msgid "Quick - display only the minimal options to configure"
12343 msgstr ""
12345 #: libraries/config.values.php:260
12346 msgid "Custom - display all possible options to configure"
12347 msgstr ""
12349 #: libraries/config.values.php:261
12350 msgid "Custom - like above, but without the quick/custom choice"
12351 msgstr ""
12353 #: libraries/config.values.php:328
12354 msgid "complete inserts"
12355 msgstr ""
12357 #: libraries/config.values.php:329
12358 msgid "extended inserts"
12359 msgstr ""
12361 #: libraries/config.values.php:330
12362 msgid "both of the above"
12363 msgstr ""
12365 #: libraries/config.values.php:331
12366 msgid "neither of the above"
12367 msgstr ""
12369 #: setup/index.php:32
12370 msgid "Configuration already exists, setup is disabled!"
12371 msgstr ""
12373 #: setup/validate.php:31
12374 msgid "Wrong data"
12375 msgstr ""
12377 #: setup/validate.php:38
12378 #, php-format
12379 msgid "Wrong data or no validation for %s"
12380 msgstr ""
12382 #: templates/columns_definitions/column_attributes.twig:31
12383 #: templates/database/central_columns/edit_table_row.twig:23
12384 #: templates/database/central_columns/main.twig:71
12385 #: templates/database/central_columns/main.twig:298
12386 msgid "Edit ENUM/SET values"
12387 msgstr ""
12389 #: templates/columns_definitions/column_attributes.twig:38
12390 #: templates/database/central_columns/edit_table_row.twig:30
12391 #: templates/database/central_columns/main.twig:76
12392 #: templates/database/central_columns/main.twig:309
12393 msgctxt "for default"
12394 msgid "None"
12395 msgstr ""
12397 #: templates/columns_definitions/column_attributes.twig:41
12398 #: templates/database/central_columns/edit_table_row.twig:33
12399 #: templates/database/central_columns/main.twig:77
12400 #: templates/database/central_columns/main.twig:312
12401 msgid "As defined:"
12402 msgstr ""
12404 #: templates/columns_definitions/column_attributes.twig:97
12405 msgid ""
12406 "You don't have sufficient privileges to perform this operation; Please refer "
12407 "to the documentation for more details"
12408 msgstr ""
12410 #: templates/columns_definitions/column_attributes.twig:111
12411 #: templates/database/data_dictionary/index.twig:75 templates/indexes.twig:18
12412 #: templates/table/structure/display_structure.twig:152
12413 #: templates/table/structure/display_structure.twig:160
12414 #: templates/table/structure/display_structure.twig:298
12415 #: templates/table/structure/display_structure.twig:460
12416 #: templates/table/tracking/structure_snapshot_indexes.twig:7
12417 msgid "Unique"
12418 msgstr ""
12420 #: templates/columns_definitions/column_attributes.twig:119
12421 #: templates/table/structure/display_structure.twig:219
12422 #: templates/table/structure/display_structure.twig:222
12423 #: templates/table/structure/display_structure.twig:307
12424 msgid "Fulltext"
12425 msgstr ""
12427 #: templates/columns_definitions/column_attributes.twig:123
12428 #: templates/table/structure/display_structure.twig:192
12429 #: templates/table/structure/display_structure.twig:200
12430 #: templates/table/structure/display_structure.twig:304
12431 msgid "Spatial"
12432 msgstr ""
12434 #: templates/columns_definitions/column_attributes.twig:156
12435 #: templates/table/structure/display_partitions.twig:26
12436 msgid "Expression"
12437 msgstr ""
12439 #: templates/columns_definitions/column_attributes.twig:177
12440 msgid "first"
12441 msgstr ""
12443 #: templates/columns_definitions/column_attributes.twig:182
12444 #: templates/table/structure/display_structure.twig:433
12445 #, php-format
12446 msgid "after %s"
12447 msgstr ""
12449 #: templates/columns_definitions/column_definitions_form.twig:23
12450 #: templates/database/create_table.twig:6
12451 #: templates/database/operations/index.twig:30
12452 msgid "Table name"
12453 msgstr ""
12455 #: templates/columns_definitions/column_definitions_form.twig:32
12456 #: templates/console/display.twig:99
12457 #: templates/database/central_columns/main.twig:196 templates/export.twig:285
12458 #: templates/export.twig:301 templates/export.twig:317
12459 msgid "Add"
12460 msgstr ""
12462 #: templates/columns_definitions/column_definitions_form.twig:40
12463 msgid "column(s)"
12464 msgstr ""
12466 #: templates/columns_definitions/column_definitions_form.twig:74
12467 msgid "Collation:"
12468 msgstr ""
12470 #: templates/columns_definitions/column_definitions_form.twig:77
12471 msgid "Storage Engine:"
12472 msgstr ""
12474 #: templates/columns_definitions/column_definitions_form.twig:82
12475 msgid "Connection:"
12476 msgstr ""
12478 #: templates/columns_definitions/column_definitions_form.twig:113
12479 #: templates/columns_definitions/partitions.twig:137
12480 #: templates/table/operations/index.twig:133
12481 msgid "Storage engine"
12482 msgstr ""
12484 #: templates/columns_definitions/column_definitions_form.twig:136
12485 msgid "PARTITION definition:"
12486 msgstr ""
12488 #: templates/columns_definitions/column_definitions_form.twig:154
12489 msgctxt "Online transaction part of the SQL DDL for InnoDB"
12490 msgid "Online transaction"
12491 msgstr ""
12493 #: templates/columns_definitions/column_definitions_form.twig:166
12494 msgid ""
12495 "The column width of integer types is ignored in your MySQL version unless "
12496 "defining a TINYINT(1) column"
12497 msgstr ""
12499 #: templates/columns_definitions/column_definitions_form.twig:175
12500 #: templates/database/designer/main.twig:1097
12501 #: templates/database/designer/main.twig:1112 templates/export_modal.twig:5
12502 #: templates/export.twig:81 templates/modals/build_query.twig:5
12503 #: templates/modals/index_dialog_modal.twig:5
12504 #: templates/modals/preview_sql_confirmation.twig:5
12505 #: templates/modals/preview_sql_modal.twig:5
12506 #: templates/table/insert/actions_panel.twig:46
12507 #: templates/table/relation/common_form.twig:233
12508 #: templates/table/zoom_search/result_form.twig:26
12509 #: templates/table/zoom_search/result_form.twig:95
12510 msgid "Loading"
12511 msgstr ""
12513 #: templates/columns_definitions/column_name.twig:4
12514 #, php-format
12515 msgid "Referenced by %s."
12516 msgstr ""
12518 #: templates/columns_definitions/column_name.twig:12
12519 msgid "Is a foreign key."
12520 msgstr ""
12522 #: templates/columns_definitions/column_name.twig:39
12523 msgid "Pick from Central Columns"
12524 msgstr ""
12526 #: templates/columns_definitions/partitions.twig:17
12527 msgid "Partition by:"
12528 msgstr ""
12530 #: templates/columns_definitions/partitions.twig:32
12531 #: templates/columns_definitions/partitions.twig:60
12532 msgid "Expression or column list"
12533 msgstr ""
12535 #: templates/columns_definitions/partitions.twig:37
12536 msgid "Partitions:"
12537 msgstr ""
12539 #: templates/columns_definitions/partitions.twig:45
12540 msgid "Subpartition by:"
12541 msgstr ""
12543 #: templates/columns_definitions/partitions.twig:65
12544 msgid "Subpartitions:"
12545 msgstr ""
12547 #: templates/columns_definitions/partitions.twig:76
12548 #: templates/table/operations/index.twig:480
12549 #: templates/table/structure/display_partitions.twig:24
12550 msgid "Partition"
12551 msgstr ""
12553 #: templates/columns_definitions/partitions.twig:78
12554 msgid "Values"
12555 msgstr ""
12557 #: templates/columns_definitions/partitions.twig:82
12558 msgid "Subpartition"
12559 msgstr ""
12561 #: templates/columns_definitions/partitions.twig:84
12562 msgid "Engine"
12563 msgstr ""
12565 #: templates/columns_definitions/partitions.twig:85
12566 #: templates/config/form_display/input.twig:53
12567 #: templates/database/data_dictionary/index.twig:81
12568 #: templates/database/events/editor_form.twig:102
12569 #: templates/database/routines/editor_form.twig:163
12570 #: templates/database/structure/table_header.twig:46 templates/indexes.twig:24
12571 #: templates/table/structure/display_partitions.twig:31
12572 #: templates/table/structure/display_structure.twig:466
12573 #: templates/table/tracking/structure_snapshot_columns.twig:12
12574 #: templates/table/tracking/structure_snapshot_indexes.twig:13
12575 msgid "Comment"
12576 msgstr ""
12578 #: templates/columns_definitions/partitions.twig:86
12579 msgid "Data directory"
12580 msgstr ""
12582 #: templates/columns_definitions/partitions.twig:87
12583 msgid "Index directory"
12584 msgstr ""
12586 #: templates/columns_definitions/partitions.twig:88
12587 msgid "Max rows"
12588 msgstr ""
12590 #: templates/columns_definitions/partitions.twig:89
12591 msgid "Min rows"
12592 msgstr ""
12594 #: templates/columns_definitions/partitions.twig:90
12595 msgid "Table space"
12596 msgstr ""
12598 #: templates/columns_definitions/partitions.twig:91
12599 msgid "Node group"
12600 msgstr ""
12602 #: templates/columns_definitions/table_fields_definitions.twig:16
12603 #: templates/database/central_columns/edit.twig:10
12604 #: templates/database/routines/editor_form.twig:52
12605 msgid "Length/Values"
12606 msgstr ""
12608 #: templates/columns_definitions/table_fields_definitions.twig:17
12609 msgid ""
12610 "If column type is \"enum\" or \"set\", please enter the values using this "
12611 "format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
12612 "single quote (\"'\") amongst those values, precede it with a backslash (for "
12613 "example '\\\\xyz' or 'a\\'b')."
12614 msgstr ""
12616 #: templates/columns_definitions/table_fields_definitions.twig:21
12617 msgid ""
12618 "For default values, please enter just a single value, without backslash "
12619 "escaping or quotes, using this format: a"
12620 msgstr ""
12622 #: templates/columns_definitions/table_fields_definitions.twig:24
12623 #: templates/database/central_columns/edit.twig:12
12624 #: templates/database/central_columns/main.twig:32
12625 #: templates/database/central_columns/main.twig:236
12626 #: templates/database/data_dictionary/index.twig:79
12627 #: templates/database/operations/index.twig:194
12628 #: templates/database/operations/index.twig:198
12629 #: templates/database/structure/table_header.twig:31
12630 #: templates/home/index.twig:64 templates/indexes.twig:22
12631 #: templates/server/databases/index.twig:29
12632 #: templates/server/databases/index.twig:30
12633 #: templates/server/databases/index.twig:123
12634 #: templates/table/operations/index.twig:151
12635 #: templates/table/search/index.twig:40
12636 #: templates/table/structure/display_structure.twig:23
12637 #: templates/table/structure/display_structure.twig:464
12638 #: templates/table/structure/display_table_stats.twig:108
12639 #: templates/table/tracking/structure_snapshot_columns.twig:8
12640 #: templates/table/tracking/structure_snapshot_indexes.twig:11
12641 #: templates/table/zoom_search/index.twig:38
12642 msgid "Collation"
12643 msgstr ""
12645 #: templates/columns_definitions/table_fields_definitions.twig:36
12646 #: templates/database/operations/index.twig:68
12647 #: templates/database/operations/index.twig:173
12648 #: templates/database/routines/editor_form.twig:124
12649 #: templates/database/structure/copy_form.twig:50
12650 #: templates/table/operations/index.twig:79
12651 #: templates/table/operations/index.twig:115
12652 #: templates/table/operations/index.twig:315
12653 msgid "Adjust privileges"
12654 msgstr ""
12656 #: templates/columns_definitions/table_fields_definitions.twig:59
12657 msgid "Virtuality"
12658 msgstr ""
12660 #: templates/columns_definitions/table_fields_definitions.twig:65
12661 msgid "Move column"
12662 msgstr ""
12664 #: templates/columns_definitions/table_fields_definitions.twig:75
12665 #: templates/columns_definitions/table_fields_definitions.twig:86
12666 msgid "List of available transformations and their options"
12667 msgstr ""
12669 #: templates/columns_definitions/table_fields_definitions.twig:77
12670 #: templates/transformation_overview.twig:18
12671 msgid "Browser display transformation"
12672 msgstr ""
12674 #: templates/columns_definitions/table_fields_definitions.twig:81
12675 msgid "Browser display transformation options"
12676 msgstr ""
12678 #: templates/columns_definitions/table_fields_definitions.twig:82
12679 #: templates/columns_definitions/table_fields_definitions.twig:93
12680 msgid ""
12681 "Please enter the values for transformation options using this format: 'a', "
12682 "100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
12683 "quote (\"'\") amongst those values, precede it with a backslash (for example "
12684 "'\\\\xyz' or 'a\\'b')."
12685 msgstr ""
12687 #: templates/columns_definitions/table_fields_definitions.twig:88
12688 #: templates/transformation_overview.twig:37
12689 msgid "Input transformation"
12690 msgstr ""
12692 #: templates/columns_definitions/table_fields_definitions.twig:92
12693 msgid "Input transformation options"
12694 msgstr ""
12696 #: templates/config/form_display/input.twig:15
12697 msgid "This setting is disabled, it will not be applied to your configuration."
12698 msgstr ""
12700 #: templates/config/form_display/input.twig:57
12701 #: templates/config/form_display/input.twig:58
12702 #, php-format
12703 msgid "Set value: %s"
12704 msgstr ""
12706 #: templates/config/form_display/input.twig:63
12707 #: templates/config/form_display/input.twig:64
12708 msgid "Restore default value"
12709 msgstr ""
12711 #: templates/config/form_display/input.twig:79
12712 #: templates/config/form_display/input.twig:80
12713 msgid "Allow users to customize this value"
12714 msgstr ""
12716 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12717 #: templates/console/display.twig:84 templates/console/display.twig:175
12718 msgid "Collapse"
12719 msgstr ""
12721 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12722 #: templates/console/display.twig:84 templates/console/display.twig:175
12723 msgid "Expand"
12724 msgstr ""
12726 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12727 #: templates/console/display.twig:175
12728 msgid "Requery"
12729 msgstr ""
12731 #: templates/console/display.twig:7 templates/setup/home/index.twig:166
12732 #: templates/sql/query.twig:38
12733 msgid "Clear"
12734 msgstr ""
12736 #: templates/console/display.twig:7
12737 msgid "History"
12738 msgstr ""
12740 #: templates/console/display.twig:11 templates/console/display.twig:99
12741 msgid "Bookmarks"
12742 msgstr ""
12744 #: templates/console/display.twig:20
12745 msgid "Press Ctrl+Enter to execute query"
12746 msgstr ""
12748 #: templates/console/display.twig:23
12749 msgid "Press Enter to execute query"
12750 msgstr ""
12752 #: templates/console/display.twig:31 templates/console/display.twig:175
12753 msgid "Explain"
12754 msgstr ""
12756 #: templates/console/display.twig:40 templates/console/display.twig:184
12757 msgid "Bookmark"
12758 msgstr ""
12760 #: templates/console/display.twig:40 templates/console/display.twig:184
12761 msgid "Query failed"
12762 msgstr ""
12764 #: templates/console/display.twig:42 templates/console/display.twig:184
12765 msgid "Queried time"
12766 msgstr ""
12768 #: templates/console/display.twig:47
12769 msgid "During current session"
12770 msgstr ""
12772 #: templates/console/display.twig:64
12773 msgid "ascending"
12774 msgstr ""
12776 #: templates/console/display.twig:64
12777 msgid "descending"
12778 msgstr ""
12780 #: templates/console/display.twig:64
12781 msgid "Order:"
12782 msgstr ""
12784 #: templates/console/display.twig:64 templates/console/display.twig:84
12785 #: templates/table/find_replace/replace_preview.twig:16
12786 msgid "Count"
12787 msgstr ""
12789 #: templates/console/display.twig:64
12790 msgid "Execution order"
12791 msgstr ""
12793 #: templates/console/display.twig:64 templates/console/display.twig:84
12794 msgid "Time taken"
12795 msgstr ""
12797 #: templates/console/display.twig:64 templates/table/search/index.twig:146
12798 msgid "Order by:"
12799 msgstr ""
12801 #: templates/console/display.twig:64
12802 msgid "Ungroup queries"
12803 msgstr ""
12805 #: templates/console/display.twig:84
12806 msgid "Show trace"
12807 msgstr ""
12809 #: templates/console/display.twig:84
12810 msgid "Hide trace"
12811 msgstr ""
12813 #: templates/console/display.twig:112
12814 msgid "Add bookmark"
12815 msgstr ""
12817 #: templates/console/display.twig:121
12818 msgid "Label"
12819 msgstr ""
12821 #: templates/console/display.twig:124
12822 msgid "Target database"
12823 msgstr ""
12825 #: templates/console/display.twig:127
12826 msgid "Share this bookmark"
12827 msgstr ""
12829 #: templates/console/display.twig:140
12830 msgid "Set default"
12831 msgstr ""
12833 #: templates/console/display.twig:162
12834 msgid ""
12835 "Execute queries on Enter and insert new line with Shift+Enter. To make this "
12836 "permanent, view settings."
12837 msgstr ""
12839 #: templates/create_tracking_version.twig:10
12840 #, php-format
12841 msgid "Create version %1$s of %2$s"
12842 msgstr ""
12844 #: templates/create_tracking_version.twig:15
12845 #, php-format
12846 msgid "Create version %1$s"
12847 msgstr ""
12849 #: templates/create_tracking_version.twig:21
12850 msgid "Track these data definition statements:"
12851 msgstr ""
12853 #: templates/create_tracking_version.twig:60
12854 msgid "Track these data manipulation statements:"
12855 msgstr ""
12857 #: templates/create_tracking_version.twig:77
12858 msgid "Create version"
12859 msgstr ""
12861 #: templates/database/central_columns/edit.twig:15
12862 msgctxt "Auto Increment"
12863 msgid "A_I"
12864 msgstr ""
12866 #: templates/database/central_columns/main.twig:4
12867 msgid "Add new column"
12868 msgstr ""
12870 #: templates/database/central_columns/main.twig:24
12871 #: templates/database/central_columns/main.twig:228
12872 msgid "Length/Value"
12873 msgstr ""
12875 #: templates/database/central_columns/main.twig:36
12876 #: templates/database/central_columns/main.twig:240
12877 msgid "Attribute"
12878 msgstr ""
12880 #: templates/database/central_columns/main.twig:44
12881 #: templates/database/central_columns/main.twig:248
12882 msgid "A_I"
12883 msgstr ""
12885 #: templates/database/central_columns/main.twig:129
12886 msgid "The central list of columns for the current database is empty"
12887 msgstr ""
12889 #: templates/database/central_columns/main.twig:166
12890 #: templates/display/results/table.twig:62
12891 msgid "Filter rows"
12892 msgstr ""
12894 #: templates/database/central_columns/main.twig:167
12895 #: templates/display/results/table.twig:64
12896 msgid "Search this table"
12897 msgstr ""
12899 #: templates/database/central_columns/main.twig:178
12900 #: templates/table/structure/display_structure.twig:418
12901 msgid "Add column"
12902 msgstr ""
12904 #: templates/database/central_columns/main.twig:187
12905 msgid "Select a table"
12906 msgstr ""
12908 #: templates/database/central_columns/main.twig:194
12909 msgid "Select a column."
12910 msgstr ""
12912 #: templates/database/central_columns/main.twig:213
12913 msgid "Click to sort."
12914 msgstr ""
12916 #: templates/database/central_columns/main.twig:218
12917 #: templates/database/privileges/index.twig:22
12918 #: templates/database/structure/table_header.twig:22
12919 #: templates/database/tracking/tables.twig:18
12920 #: templates/database/tracking/tables.twig:154 templates/indexes.twig:15
12921 #: templates/server/databases/index.twig:163
12922 #: templates/server/privileges/privileges_summary.twig:22
12923 #: templates/server/privileges/users_overview.twig:22
12924 #: templates/server/user_groups/user_groups.twig:21
12925 #: templates/server/variables/index.twig:30
12926 #: templates/table/privileges/index.twig:24
12927 #: templates/table/structure/display_partitions.twig:33
12928 #: templates/table/structure/display_structure.twig:34
12929 #: templates/table/structure/display_structure.twig:457
12930 #: templates/table/tracking/main.twig:32
12931 #: templates/table/tracking/report_table.twig:8
12932 msgid "Action"
12933 msgstr ""
12935 #: templates/database/create_table.twig:3
12936 #: templates/database/operations/index.twig:27
12937 msgid "Create new table"
12938 msgstr ""
12940 #: templates/database/create_table.twig:10
12941 #: templates/database/operations/index.twig:34
12942 msgid "Number of columns"
12943 msgstr ""
12945 #: templates/database/create_table.twig:14
12946 #: templates/database/operations/index.twig:39 templates/export.twig:27
12947 #: templates/server/databases/index.twig:46
12948 msgid "Create"
12949 msgstr ""
12951 #: templates/database/data_dictionary/index.twig:4
12952 msgid "Database comment:"
12953 msgstr ""
12955 #: templates/database/data_dictionary/index.twig:8
12956 #: templates/database/data_dictionary/index.twig:124
12957 #: templates/database/structure/index.twig:19
12958 #: templates/display/results/table.twig:258
12959 #: templates/table/structure/display_structure.twig:376
12960 msgid "Print"
12961 msgstr ""
12963 #: templates/database/data_dictionary/index.twig:76 templates/indexes.twig:19
12964 #: templates/table/structure/display_structure.twig:461
12965 #: templates/table/tracking/structure_snapshot_indexes.twig:8
12966 msgid "Packed"
12967 msgstr ""
12969 #: templates/database/data_dictionary/index.twig:78 templates/indexes.twig:21
12970 #: templates/table/structure/display_structure.twig:463
12971 #: templates/table/tracking/structure_snapshot_indexes.twig:10
12972 msgid "Cardinality"
12973 msgstr ""
12975 #: templates/database/data_dictionary/index.twig:117 templates/indexes.twig:92
12976 #: templates/table/structure/display_structure.twig:542
12977 msgid "No index defined!"
12978 msgstr ""
12980 #: templates/database/designer/database_tables.twig:31
12981 #: templates/database/export/index.twig:28
12982 #: templates/database/search/main.twig:43 templates/server/export/index.twig:10
12983 #: templates/server/privileges/privileges_table.twig:28
12984 #: templates/server/privileges/privileges_table.twig:55
12985 #: templates/server/privileges/privileges_table.twig:82
12986 #: templates/server/privileges/privileges_table.twig:109
12987 #: templates/server/replication/database_multibox.twig:7
12988 msgid "Select all"
12989 msgstr ""
12991 #: templates/database/designer/database_tables.twig:37
12992 msgid "Show/hide columns"
12993 msgstr ""
12995 #: templates/database/designer/database_tables.twig:46
12996 msgid "See table structure"
12997 msgstr ""
12999 #: templates/database/designer/database_tables.twig:91
13000 #, php-format
13001 msgid "Select \"%s\""
13002 msgstr ""
13004 #: templates/database/designer/database_tables.twig:109
13005 #, php-format
13006 msgid "Add an option for column \"%s\"."
13007 msgstr ""
13009 #: templates/database/designer/edit_delete_pages.twig:6
13010 msgid "Page to open"
13011 msgstr ""
13013 #: templates/database/designer/edit_delete_pages.twig:6
13014 msgid "Page to delete"
13015 msgstr ""
13017 #: templates/database/designer/main.twig:19
13018 #: templates/database/designer/main.twig:25
13019 msgid "Show/Hide tables list"
13020 msgstr ""
13022 #: templates/database/designer/main.twig:29
13023 #: templates/database/designer/main.twig:35
13024 #: templates/database/designer/main.twig:36
13025 msgid "View in fullscreen"
13026 msgstr ""
13028 #: templates/database/designer/main.twig:34
13029 msgid "Exit fullscreen"
13030 msgstr ""
13032 #: templates/database/designer/main.twig:48
13033 #: templates/database/designer/main.twig:52
13034 msgid "New page"
13035 msgstr ""
13037 #: templates/database/designer/main.twig:77
13038 #: templates/database/designer/main.twig:80
13039 msgid "Delete pages"
13040 msgstr ""
13042 #: templates/database/designer/main.twig:84
13043 #: templates/database/designer/main.twig:87
13044 #: templates/database/structure/show_create.twig:11
13045 msgid "Create table"
13046 msgstr ""
13048 #: templates/database/designer/main.twig:91
13049 #: templates/database/designer/main.twig:94
13050 #: templates/database/designer/main.twig:271
13051 msgid "Create relationship"
13052 msgstr ""
13054 #: templates/database/designer/main.twig:105
13055 #: templates/database/designer/main.twig:108
13056 msgid "Reload"
13057 msgstr ""
13059 #: templates/database/designer/main.twig:112
13060 #: templates/database/designer/main.twig:115
13061 msgid "Help"
13062 msgstr ""
13064 #: templates/database/designer/main.twig:120
13065 #: templates/database/designer/main.twig:123
13066 msgid "Angular links"
13067 msgstr ""
13069 #: templates/database/designer/main.twig:120
13070 #: templates/database/designer/main.twig:123
13071 msgid "Direct links"
13072 msgstr ""
13074 #: templates/database/designer/main.twig:127
13075 #: templates/database/designer/main.twig:129
13076 msgid "Snap to grid"
13077 msgstr ""
13079 #: templates/database/designer/main.twig:133
13080 #: templates/database/designer/main.twig:139
13081 msgid "Small/Big All"
13082 msgstr ""
13084 #: templates/database/designer/main.twig:143
13085 #: templates/database/designer/main.twig:146
13086 msgid "Toggle small/big"
13087 msgstr ""
13089 #: templates/database/designer/main.twig:150
13090 #: templates/database/designer/main.twig:153
13091 msgid "Toggle relationship lines"
13092 msgstr ""
13094 #: templates/database/designer/main.twig:158
13095 #: templates/database/designer/main.twig:161
13096 msgid "Export schema"
13097 msgstr ""
13099 #: templates/database/designer/main.twig:169
13100 #: templates/database/designer/main.twig:172
13101 msgid "Build Query"
13102 msgstr ""
13104 #: templates/database/designer/main.twig:177
13105 #: templates/database/designer/main.twig:181
13106 msgid "Move Menu"
13107 msgstr ""
13109 #: templates/database/designer/main.twig:185
13110 #: templates/database/designer/main.twig:190
13111 msgid "Pin text"
13112 msgstr ""
13114 #: templates/database/designer/main.twig:202
13115 msgid "Hide/Show all"
13116 msgstr ""
13118 #: templates/database/designer/main.twig:212
13119 msgid "Hide/Show tables with no relationship"
13120 msgstr ""
13122 #: templates/database/designer/main.twig:223
13123 msgid "Number of tables:"
13124 msgstr ""
13126 #: templates/database/designer/main.twig:381
13127 msgid "Delete relationship"
13128 msgstr ""
13130 #: templates/database/designer/main.twig:445
13131 #: templates/database/designer/main.twig:610
13132 msgid "Relationship operator"
13133 msgstr ""
13135 #: templates/database/designer/main.twig:474
13136 #: templates/database/designer/main.twig:639
13137 #: templates/database/designer/main.twig:845
13138 #: templates/database/designer/main.twig:1038
13139 msgid "Except"
13140 msgstr ""
13142 #: templates/database/designer/main.twig:484
13143 #: templates/database/designer/main.twig:649
13144 #: templates/database/designer/main.twig:855
13145 #: templates/database/designer/main.twig:1048
13146 #: templates/database/routines/execute_form.twig:20
13147 #: templates/server/replication/status_table.twig:17
13148 #: templates/server/status/variables/index.twig:76
13149 #: templates/server/variables/index.twig:32
13150 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:9
13151 #: templates/table/search/index.twig:42
13152 #: templates/table/zoom_search/index.twig:40
13153 #: templates/table/zoom_search/result_form.twig:37
13154 msgid "Value"
13155 msgstr ""
13157 #: templates/database/designer/main.twig:486
13158 #: templates/database/designer/main.twig:651
13159 #: templates/database/designer/main.twig:857
13160 #: templates/database/designer/main.twig:1050
13161 msgid "subquery"
13162 msgstr ""
13164 #: templates/database/designer/main.twig:495
13165 #: templates/database/designer/main.twig:711
13166 msgid "Rename to"
13167 msgstr ""
13169 #: templates/database/designer/main.twig:501
13170 #: templates/database/designer/main.twig:719
13171 msgid "New name"
13172 msgstr ""
13174 #: templates/database/designer/main.twig:510
13175 #: templates/database/designer/main.twig:916
13176 msgid "Aggregate"
13177 msgstr ""
13179 #: templates/database/designer/main.twig:516
13180 #: templates/database/designer/main.twig:580
13181 #: templates/database/designer/main.twig:785
13182 #: templates/database/designer/main.twig:816
13183 #: templates/database/designer/main.twig:924
13184 #: templates/database/designer/main.twig:1009
13185 #: templates/table/search/index.twig:41
13186 #: templates/table/zoom_search/index.twig:39
13187 msgid "Operator"
13188 msgstr ""
13190 #: templates/database/designer/main.twig:1090
13191 msgid "Active options"
13192 msgstr ""
13194 #: templates/database/designer/page_save_as.twig:19
13195 msgid "Save to selected page"
13196 msgstr ""
13198 #: templates/database/designer/page_save_as.twig:23
13199 msgid "Create a page and save to it"
13200 msgstr ""
13202 #: templates/database/designer/page_save_as.twig:29
13203 msgid "New page name"
13204 msgstr ""
13206 #: templates/database/designer/page_selector.twig:2
13207 msgid "Select page"
13208 msgstr ""
13210 #: templates/database/designer/schema_export.twig:4
13211 msgid "Select Export Relational Type"
13212 msgstr ""
13214 #: templates/database/events/editor_form.twig:10
13215 #: templates/database/routines/editor_form.twig:11
13216 #: templates/database/triggers/editor_form.twig:14 templates/view_create.twig:8
13217 msgid "Details"
13218 msgstr ""
13220 #: templates/database/events/editor_form.twig:19
13221 msgid "Event name"
13222 msgstr ""
13224 #: templates/database/events/editor_form.twig:35
13225 #: templates/server/binlog/index.twig:86
13226 msgid "Event type"
13227 msgstr ""
13229 #: templates/database/events/editor_form.twig:48
13230 #: templates/database/routines/editor_form.twig:38
13231 #, php-format
13232 msgid "Change to %s"
13233 msgstr ""
13235 #: templates/database/events/editor_form.twig:53
13236 msgid "Execute at"
13237 msgstr ""
13239 #: templates/database/events/editor_form.twig:59
13240 msgid "Execute every"
13241 msgstr ""
13243 #: templates/database/events/editor_form.twig:70
13244 msgctxt "Start of recurring event"
13245 msgid "Start"
13246 msgstr ""
13248 #: templates/database/events/editor_form.twig:76
13249 msgctxt "End of recurring event"
13250 msgid "End"
13251 msgstr ""
13253 #: templates/database/events/editor_form.twig:90
13254 msgid "On completion preserve"
13255 msgstr ""
13257 #: templates/database/events/editor_form.twig:96
13258 #: templates/database/routines/editor_form.twig:138
13259 #: templates/database/triggers/editor_form.twig:61
13260 #: templates/view_create.twig:45
13261 msgid "Definer"
13262 msgstr ""
13264 #: templates/database/events/index.twig:13
13265 #: templates/database/privileges/index.twig:113
13266 #: templates/database/privileges/index.twig:114
13267 #: templates/database/routines/index.twig:13
13268 #: templates/database/structure/check_all_tables.twig:3
13269 #: templates/database/structure/check_all_tables.twig:4
13270 #: templates/database/triggers/list.twig:13
13271 #: templates/display/results/table.twig:223
13272 #: templates/display/results/table.twig:224 templates/select_all.twig:4
13273 #: templates/select_all.twig:5 templates/server/databases/index.twig:64
13274 #: templates/server/privileges/edit_routine_privileges.twig:57
13275 #: templates/server/privileges/privileges_table.twig:268
13276 #: templates/server/privileges/privileges_table.twig:269
13277 #: templates/server/privileges/privileges_table.twig:277
13278 #: templates/server/privileges/privileges_table.twig:351
13279 #: templates/server/privileges/privileges_table.twig:551
13280 #: templates/server/privileges/users_overview.twig:121
13281 #: templates/server/privileges/users_overview.twig:122
13282 #: templates/server/user_groups/edit_user_groups.twig:11
13283 #: templates/table/privileges/index.twig:117
13284 #: templates/table/privileges/index.twig:118
13285 msgid "Check all"
13286 msgstr ""
13288 #: templates/database/events/index.twig:27
13289 msgid "Create new event"
13290 msgstr ""
13292 #: templates/database/events/index.twig:36
13293 msgid "There are no events to display."
13294 msgstr ""
13296 #: templates/database/events/index.twig:112
13297 msgid "Event scheduler status"
13298 msgstr ""
13300 #: templates/database/events/index.twig:117
13301 #: templates/database/tracking/tables.twig:47
13302 msgid "Click to toggle"
13303 msgstr ""
13305 #: templates/database/events/index.twig:130
13306 msgid "ON"
13307 msgstr ""
13309 #: templates/database/events/index.twig:141
13310 msgid "OFF"
13311 msgstr ""
13313 #: templates/database/export/index.twig:61
13314 msgid ""
13315 "@SERVER@ will become the server name and @DATABASE@ will become the database "
13316 "name."
13317 msgstr ""
13319 #. l10n: A query that the user has written freely
13320 #: templates/database/export/index.twig:5 templates/table/export/index.twig:5
13321 msgid "Exporting a raw query"
13322 msgstr ""
13324 #: templates/database/export/index.twig:7
13325 #, php-format
13326 msgid "Exporting tables from \"%s\" database"
13327 msgstr ""
13329 #: templates/database/export/index.twig:30
13330 msgid "Export the structure of all tables."
13331 msgstr ""
13333 #: templates/database/export/index.twig:33
13334 msgid "Export the data of all tables."
13335 msgstr ""
13337 #: templates/database/import/index.twig:3
13338 #, php-format
13339 msgid "Importing into the database \"%s\""
13340 msgstr ""
13342 #: templates/database/multi_table_query/form.twig:4
13343 #: templates/database/qbe/index.twig:4
13344 msgid "Multi-table query"
13345 msgstr ""
13347 #: templates/database/multi_table_query/form.twig:10
13348 #: templates/database/qbe/index.twig:10
13349 msgid "Query by example"
13350 msgstr ""
13352 #: templates/database/multi_table_query/form.twig:17
13353 msgid "Query window"
13354 msgstr ""
13356 #: templates/database/multi_table_query/form.twig:38
13357 #: templates/database/multi_table_query/form.twig:128
13358 msgid "select table"
13359 msgstr ""
13361 #: templates/database/multi_table_query/form.twig:45
13362 #: templates/database/multi_table_query/form.twig:136
13363 msgid "select column"
13364 msgstr ""
13366 #: templates/database/multi_table_query/form.twig:51
13367 msgid "Table alias"
13368 msgstr ""
13370 #: templates/database/multi_table_query/form.twig:52
13371 msgid "Column alias"
13372 msgstr ""
13374 #: templates/database/multi_table_query/form.twig:55
13375 msgid "Use this column in criteria"
13376 msgstr ""
13378 #: templates/database/multi_table_query/form.twig:59
13379 msgid "criteria"
13380 msgstr ""
13382 #: templates/database/multi_table_query/form.twig:73
13383 msgid "Add as"
13384 msgstr ""
13386 #: templates/database/multi_table_query/form.twig:119
13387 msgid "Another column"
13388 msgstr ""
13390 #: templates/database/multi_table_query/form.twig:146
13391 msgid "Enter criteria as free text"
13392 msgstr ""
13394 #: templates/database/multi_table_query/form.twig:153
13395 msgid "Remove this column"
13396 msgstr ""
13398 #: templates/database/multi_table_query/form.twig:159
13399 #: templates/table/relation/foreign_key_row.twig:85
13400 msgid "+ Add column"
13401 msgstr ""
13403 #: templates/database/multi_table_query/form.twig:174
13404 #: templates/database/qbe/selection_form.twig:80
13405 #: templates/database/qbe/selection_form.twig:96
13406 msgid "Update query"
13407 msgstr ""
13409 #: templates/database/operations/index.twig:9
13410 #: templates/database/operations/index.twig:13
13411 msgid "Database comment"
13412 msgstr ""
13414 #: templates/database/operations/index.twig:54
13415 msgid "Rename database to"
13416 msgstr ""
13418 #: templates/database/operations/index.twig:58 templates/export.twig:282
13419 msgid "New database name"
13420 msgstr ""
13422 #: templates/database/operations/index.twig:66
13423 #: templates/database/operations/index.twig:171
13424 #: templates/table/operations/index.twig:77
13425 #: templates/table/operations/index.twig:113
13426 #: templates/table/operations/index.twig:313
13427 msgid ""
13428 "You don't have sufficient privileges to perform this operation; Please refer "
13429 "to the documentation for more details."
13430 msgstr ""
13432 #: templates/database/operations/index.twig:83
13433 msgid "Remove database"
13434 msgstr ""
13436 #: templates/database/operations/index.twig:89
13437 #, php-format
13438 msgid "Database %s has been dropped."
13439 msgstr ""
13441 #: templates/database/operations/index.twig:94
13442 msgid "Drop the database (DROP)"
13443 msgstr ""
13445 #: templates/database/operations/index.twig:118
13446 msgid "Copy database to"
13447 msgstr ""
13449 #: templates/database/operations/index.twig:150
13450 msgid "CREATE DATABASE before copying"
13451 msgstr ""
13453 #: templates/database/operations/index.twig:165
13454 #: templates/database/structure/copy_form.twig:44
13455 #: templates/table/operations/index.twig:306
13456 msgid "Add constraints"
13457 msgstr ""
13459 #: templates/database/operations/index.twig:180
13460 msgid "Switch to copied database"
13461 msgstr ""
13463 #: templates/database/operations/index.twig:216
13464 msgid "Change all tables collations"
13465 msgstr ""
13467 #: templates/database/operations/index.twig:220
13468 msgid "Change all tables columns collations"
13469 msgstr ""
13471 #: templates/database/privileges/index.twig:9
13472 #: templates/table/privileges/index.twig:8
13473 #, php-format
13474 msgid "Users having access to \"%s\""
13475 msgstr ""
13477 #: templates/database/privileges/index.twig:17
13478 #: templates/server/privileges/login_information_fields.twig:6
13479 #: templates/server/privileges/login_information_fields.twig:11
13480 #: templates/server/privileges/users_overview.twig:8
13481 #: templates/server/replication/change_primary.twig:15
13482 #: templates/server/replication/primary_add_replica_user.twig:19
13483 #: templates/server/replication/primary_add_replica_user.twig:24
13484 #: templates/table/privileges/index.twig:19
13485 msgid "User name"
13486 msgstr ""
13488 #: templates/database/privileges/index.twig:18
13489 #: templates/server/privileges/login_information_fields.twig:25
13490 #: templates/server/privileges/login_information_fields.twig:37
13491 #: templates/server/privileges/users_overview.twig:9
13492 #: templates/table/privileges/index.twig:20
13493 msgid "Host name"
13494 msgstr ""
13496 #: templates/database/privileges/index.twig:21
13497 #: templates/server/privileges/privileges_summary.twig:16
13498 #: templates/server/privileges/users_overview.twig:18
13499 #: templates/table/privileges/index.twig:23
13500 msgid "Grant"
13501 msgstr ""
13503 #: templates/database/privileges/index.twig:36
13504 #: templates/server/privileges/new_user_ajax.twig:9
13505 #: templates/server/privileges/users_overview.twig:36
13506 #: templates/table/privileges/index.twig:38
13507 msgid "Any"
13508 msgstr ""
13510 #: templates/database/privileges/index.twig:47
13511 #: templates/table/privileges/index.twig:49
13512 msgid "global"
13513 msgstr ""
13515 #: templates/database/privileges/index.twig:50
13516 #: templates/table/privileges/index.twig:52
13517 msgid "database-specific"
13518 msgstr ""
13520 #: templates/database/privileges/index.twig:52
13521 #: templates/table/privileges/index.twig:54
13522 msgid "wildcard"
13523 msgstr ""
13525 #: templates/database/privileges/index.twig:55
13526 #: templates/table/privileges/index.twig:59
13527 msgid "routine"
13528 msgstr ""
13530 #: templates/database/privileges/index.twig:112
13531 #: templates/database/privileges/index.twig:115
13532 #: templates/database/structure/check_all_tables.twig:2
13533 #: templates/database/structure/check_all_tables.twig:9
13534 #: templates/display/results/table.twig:222
13535 #: templates/display/results/table.twig:225 templates/select_all.twig:2
13536 #: templates/select_all.twig:6
13537 #: templates/server/privileges/users_overview.twig:120
13538 #: templates/server/privileges/users_overview.twig:123
13539 #: templates/table/privileges/index.twig:116
13540 #: templates/table/privileges/index.twig:119
13541 msgid "With selected:"
13542 msgstr ""
13544 #: templates/database/privileges/index.twig:131
13545 #: templates/server/privileges/add_user_fieldset.twig:4
13546 #: templates/server/privileges/user_overview.twig:22
13547 #: templates/server/privileges/users_overview.twig:137
13548 #: templates/table/privileges/index.twig:134
13549 msgctxt "Create new user"
13550 msgid "New"
13551 msgstr ""
13553 #: templates/database/privileges/index.twig:136
13554 #: templates/server/privileges/add_user_fieldset.twig:9
13555 #: templates/server/privileges/add_user.twig:3
13556 #: templates/server/privileges/user_overview.twig:24
13557 #: templates/server/privileges/users_overview.twig:140
13558 #: templates/table/privileges/index.twig:140
13559 msgid "Add user account"
13560 msgstr ""
13562 #: templates/database/qbe/index.twig:16
13563 #, php-format
13564 msgid "Switch to %svisual builder%s"
13565 msgstr ""
13567 #: templates/database/qbe/index.twig:20
13568 msgid "You have to choose at least one column to display!"
13569 msgstr ""
13571 #: templates/database/qbe/ins_del_and_or_cell.twig:5
13572 msgid "Ins:"
13573 msgstr ""
13575 #: templates/database/qbe/ins_del_and_or_cell.twig:12
13576 msgid "And"
13577 msgstr ""
13579 #: templates/database/qbe/ins_del_and_or_cell.twig:17
13580 msgid "Del:"
13581 msgstr ""
13583 #: templates/database/qbe/selection_form.twig:12
13584 #: templates/table/find_replace/index.twig:41
13585 msgid "Column:"
13586 msgstr ""
13588 #: templates/database/qbe/selection_form.twig:17
13589 msgid "Alias:"
13590 msgstr ""
13592 #: templates/database/qbe/selection_form.twig:22
13593 msgid "Show:"
13594 msgstr ""
13596 #: templates/database/qbe/selection_form.twig:27
13597 msgid "Sort:"
13598 msgstr ""
13600 #: templates/database/qbe/selection_form.twig:32
13601 msgid "Sort order:"
13602 msgstr ""
13604 #: templates/database/qbe/selection_form.twig:37
13605 msgid "Criteria:"
13606 msgstr ""
13608 #: templates/database/qbe/selection_form.twig:44
13609 msgid "Modify:"
13610 msgstr ""
13612 #: templates/database/qbe/selection_form.twig:54
13613 msgid "Add/Delete criteria rows:"
13614 msgstr ""
13616 #: templates/database/qbe/selection_form.twig:67
13617 msgid "Add/Delete columns:"
13618 msgstr ""
13620 #: templates/database/qbe/selection_form.twig:86
13621 #: templates/database/qbe/selection_form.twig:88
13622 msgid "Use tables"
13623 msgstr ""
13625 #: templates/database/qbe/selection_form.twig:107
13626 #, php-format
13627 msgid "SQL query on database <b>%s</b>:"
13628 msgstr ""
13630 #: templates/database/routines/editor_form.twig:20
13631 msgid "Routine name"
13632 msgstr ""
13634 #: templates/database/routines/editor_form.twig:43
13635 msgid "Parameters"
13636 msgstr ""
13638 #: templates/database/routines/editor_form.twig:49
13639 msgid "Direction"
13640 msgstr ""
13642 #: templates/database/routines/editor_form.twig:66
13643 msgid "Add parameter"
13644 msgstr ""
13646 #: templates/database/routines/editor_form.twig:67
13647 msgid "Remove last parameter"
13648 msgstr ""
13650 #: templates/database/routines/editor_form.twig:71
13651 msgid "Return type"
13652 msgstr ""
13654 #: templates/database/routines/editor_form.twig:79
13655 msgid "Return length/values"
13656 msgstr ""
13658 #: templates/database/routines/editor_form.twig:86
13659 msgid "Return options"
13660 msgstr ""
13662 #: templates/database/routines/editor_form.twig:90
13663 #: templates/database/routines/parameter_row.twig:31
13664 #: templates/database/structure/table_header.twig:42
13665 msgid "Charset"
13666 msgstr ""
13668 #: templates/database/routines/editor_form.twig:115
13669 msgid "Is deterministic"
13670 msgstr ""
13672 #: templates/database/routines/editor_form.twig:131
13673 msgid ""
13674 "You do not have sufficient privileges to perform this operation; Please "
13675 "refer to the documentation for more details."
13676 msgstr ""
13678 #: templates/database/routines/editor_form.twig:144
13679 msgid "Security type"
13680 msgstr ""
13682 #: templates/database/routines/editor_form.twig:153
13683 msgid "SQL data access"
13684 msgstr ""
13686 #: templates/database/routines/execute_form.twig:7
13687 #: templates/database/routines/execute_form.twig:12
13688 msgid "Routine parameters"
13689 msgstr ""
13691 #: templates/database/routines/index.twig:33
13692 msgid "Create new routine"
13693 msgstr ""
13695 #: templates/database/routines/index.twig:42
13696 msgid "There are no routines to display."
13697 msgstr ""
13699 #: templates/database/routines/index.twig:51
13700 msgid "Returns"
13701 msgstr ""
13703 #: templates/database/routines/parameter_row.twig:24
13704 #: templates/modals/enum_set_editor.twig:5
13705 msgid "ENUM/SET editor"
13706 msgstr ""
13708 #: templates/database/routines/row.twig:38
13709 #: templates/database/routines/row.twig:48
13710 #: templates/database/routines/row.twig:52
13711 msgid "Execute"
13712 msgstr ""
13714 #: templates/database/search/main.twig:5
13715 msgid "Search in database"
13716 msgstr ""
13718 #: templates/database/search/main.twig:8
13719 msgid "Words or values to search for (wildcard: \"%\"):"
13720 msgstr ""
13722 #: templates/database/search/main.twig:15
13723 #: templates/table/find_replace/index.twig:31
13724 msgid "Find:"
13725 msgstr ""
13727 #: templates/database/search/main.twig:19
13728 #: templates/database/search/main.twig:23
13729 msgid "Words are separated by a space character (\" \")."
13730 msgstr ""
13732 #: templates/database/search/main.twig:40
13733 msgid "Inside tables:"
13734 msgstr ""
13736 #: templates/database/search/main.twig:46 templates/server/export/index.twig:11
13737 #: templates/server/replication/database_multibox.twig:8
13738 msgid "Unselect all"
13739 msgstr ""
13741 #: templates/database/search/main.twig:67
13742 msgid "Inside column:"
13743 msgstr ""
13745 #: templates/database/search/results.twig:12
13746 #, php-format
13747 msgid "%1$s match in <strong>%2$s</strong>"
13748 msgid_plural "%1$s matches in <strong>%2$s</strong>"
13749 msgstr[0] ""
13751 #: templates/database/search/results.twig:56
13752 msgid "<strong>Total:</strong> <em>%count%</em> match"
13753 msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
13754 msgstr[0] ""
13756 #: templates/database/structure/add_prefix.twig:7
13757 #: templates/database/structure/add_prefix.twig:9
13758 msgid "Add prefix"
13759 msgstr ""
13761 #: templates/database/structure/body_for_table_summary.twig:6
13762 #, php-format
13763 msgid "%s table"
13764 msgid_plural "%s tables"
13765 msgstr[0] ""
13767 #: templates/database/structure/body_for_table_summary.twig:17
13768 msgid "Sum"
13769 msgstr ""
13771 #: templates/database/structure/change_prefix_form.twig:7
13772 msgid "From"
13773 msgstr ""
13775 #: templates/database/structure/change_prefix_form.twig:13
13776 msgid "To"
13777 msgstr ""
13779 #: templates/database/structure/check_all_tables.twig:6
13780 msgid "Check tables having overhead"
13781 msgstr ""
13783 #: templates/database/structure/check_all_tables.twig:10
13784 msgid "Copy table"
13785 msgstr ""
13787 #: templates/database/structure/check_all_tables.twig:11
13788 msgid "Show create"
13789 msgstr ""
13791 #: templates/database/structure/check_all_tables.twig:14
13792 #: templates/table/operations/index.twig:403
13793 #: templates/table/operations/view.twig:26
13794 msgid "Delete data or table"
13795 msgstr ""
13797 #: templates/database/structure/check_all_tables.twig:15
13798 #: templates/database/structure/structure_table_row.twig:74
13799 msgid "Empty"
13800 msgstr ""
13802 #: templates/database/structure/check_all_tables.twig:18
13803 #: templates/table/operations/index.twig:334
13804 msgid "Table maintenance"
13805 msgstr ""
13807 #: templates/database/structure/check_all_tables.twig:19
13808 #: templates/table/maintenance/analyze.twig:3
13809 #: templates/table/operations/index.twig:339
13810 msgid "Analyze table"
13811 msgstr ""
13813 #: templates/database/structure/check_all_tables.twig:20
13814 #: templates/table/maintenance/check.twig:3
13815 #: templates/table/operations/index.twig:348
13816 msgid "Check table"
13817 msgstr ""
13819 #: templates/database/structure/check_all_tables.twig:21
13820 #: templates/table/maintenance/checksum.twig:3
13821 #: templates/table/operations/index.twig:356
13822 msgid "Checksum table"
13823 msgstr ""
13825 #: templates/database/structure/check_all_tables.twig:22
13826 #: templates/table/maintenance/optimize.twig:3
13827 #: templates/table/operations/index.twig:384
13828 #: templates/table/structure/display_table_stats.twig:68
13829 msgid "Optimize table"
13830 msgstr ""
13832 #: templates/database/structure/check_all_tables.twig:23
13833 #: templates/table/maintenance/repair.twig:3
13834 #: templates/table/operations/index.twig:393
13835 msgid "Repair table"
13836 msgstr ""
13838 #: templates/database/structure/check_all_tables.twig:25
13839 msgid "Prefix"
13840 msgstr ""
13842 #: templates/database/structure/check_all_tables.twig:26
13843 msgid "Add prefix to table"
13844 msgstr ""
13846 #: templates/database/structure/check_all_tables.twig:27
13847 msgid "Replace table prefix"
13848 msgstr ""
13850 #: templates/database/structure/check_all_tables.twig:33
13851 msgid "Add columns to central list"
13852 msgstr ""
13854 #: templates/database/structure/check_all_tables.twig:34
13855 msgid "Remove columns from central list"
13856 msgstr ""
13858 #: templates/database/structure/check_all_tables.twig:35
13859 msgid "Make consistent with central list"
13860 msgstr ""
13862 #: templates/database/structure/check_all_tables.twig:53
13863 #: templates/database/structure/check_all_tables.twig:73
13864 msgid "Continue"
13865 msgstr ""
13867 #: templates/database/structure/check_all_tables.twig:65
13868 msgid "Are you sure?"
13869 msgstr ""
13871 #: templates/database/structure/check_all_tables.twig:69
13872 msgid ""
13873 "This action may change some of the columns definition.[br]Are you sure you "
13874 "want to continue?"
13875 msgstr ""
13877 #: templates/database/structure/copy_form.twig:14
13878 msgid "Options:"
13879 msgstr ""
13881 #: templates/database/structure/copy_form.twig:39
13882 msgid "Add AUTO INCREMENT value"
13883 msgstr ""
13885 #: templates/database/structure/drop_form.twig:6
13886 #: templates/database/structure/empty_form.twig:6
13887 #: templates/table/delete/confirm.twig:12
13888 #: templates/table/structure/drop_confirm.twig:6
13889 #: templates/table/structure/primary.twig:6
13890 msgid "Do you really want to execute the following query?"
13891 msgstr ""
13893 #: templates/database/structure/favorite_anchor.twig:4
13894 #: templates/recent_favorite_table_favorite.twig:6
13895 msgid "Remove from Favorites"
13896 msgstr ""
13898 #: templates/database/structure/favorite_anchor.twig:4
13899 msgid "Add to Favorites"
13900 msgstr ""
13902 #: templates/database/structure/show_create.twig:2
13903 msgid "Showing create queries"
13904 msgstr ""
13906 #: templates/database/structure/show_create.twig:33
13907 #: templates/display/results/table.twig:297 templates/modals/create_view.twig:5
13908 #: templates/sql/no_results_returned.twig:13 templates/view_create.twig:11
13909 msgid "Create view"
13910 msgstr ""
13912 #: templates/database/structure/structure_table_row.twig:17
13913 #: templates/server/databases/index.twig:219
13914 #: templates/server/databases/index.twig:231
13915 msgid "Not replicated"
13916 msgstr ""
13918 #: templates/database/structure/structure_table_row.twig:18
13919 #: templates/server/databases/index.twig:215
13920 #: templates/server/databases/index.twig:227
13921 msgid "Replicated"
13922 msgstr ""
13924 #: templates/database/structure/structure_table_row.twig:223
13925 msgid "in use"
13926 msgstr ""
13928 #: templates/database/structure/table_header.twig:27
13929 msgid ""
13930 "May be approximate. Click on the number to get the exact count. See "
13931 "[doc@faq3-11]FAQ 3.11[/doc]."
13932 msgstr ""
13934 #: templates/database/structure/table_header.twig:36
13935 #: templates/table/index_form.twig:141
13936 msgid "Size"
13937 msgstr ""
13939 #: templates/database/structure/table_header.twig:51
13940 #: templates/table/structure/display_table_stats.twig:154
13941 msgid "Creation"
13942 msgstr ""
13944 #: templates/database/structure/table_header.twig:56
13945 #: templates/table/structure/display_table_stats.twig:161
13946 msgid "Last update"
13947 msgstr ""
13949 #: templates/database/structure/table_header.twig:61
13950 #: templates/table/structure/display_table_stats.twig:168
13951 msgid "Last check"
13952 msgstr ""
13954 #: templates/database/structure/tracking_icon.twig:3
13955 msgid "Tracking is active."
13956 msgstr ""
13958 #: templates/database/structure/tracking_icon.twig:5
13959 msgid "Tracking is not active."
13960 msgstr ""
13962 #: templates/database/tracking/tables.twig:4
13963 msgid "Tracked tables"
13964 msgstr ""
13966 #: templates/database/tracking/tables.twig:14
13967 msgid "Last version"
13968 msgstr ""
13970 #: templates/database/tracking/tables.twig:15
13971 #: templates/table/tracking/main.twig:29
13972 msgid "Created"
13973 msgstr ""
13975 #: templates/database/tracking/tables.twig:16
13976 #: templates/table/tracking/main.twig:30
13977 msgid "Updated"
13978 msgstr ""
13980 #: templates/database/tracking/tables.twig:61
13981 #: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
13982 msgid "active"
13983 msgstr ""
13985 #: templates/database/tracking/tables.twig:73
13986 #: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
13987 msgid "not active"
13988 msgstr ""
13990 #: templates/database/tracking/tables.twig:93
13991 #: templates/database/tracking/tables.twig:138
13992 #: templates/database/tracking/tables.twig:139
13993 msgid "Delete tracking"
13994 msgstr ""
13996 #: templates/database/tracking/tables.twig:104
13997 msgid "Versions"
13998 msgstr ""
14000 #: templates/database/tracking/tables.twig:145
14001 msgid "Untracked tables"
14002 msgstr ""
14004 #: templates/database/tracking/tables.twig:176
14005 #: templates/database/tracking/tables.twig:188
14006 #: templates/database/tracking/tables.twig:189
14007 #: templates/table/structure/display_structure.twig:396
14008 msgid "Track table"
14009 msgstr ""
14011 #: templates/database/triggers/editor_form.twig:23
14012 msgid "Trigger name"
14013 msgstr ""
14015 #: templates/database/triggers/editor_form.twig:37
14016 msgctxt "Trigger action time"
14017 msgid "Time"
14018 msgstr ""
14020 #: templates/database/triggers/list.twig:27
14021 msgid "Create new trigger"
14022 msgstr ""
14024 #: templates/database/triggers/list.twig:36
14025 msgid "There are no triggers to display."
14026 msgstr ""
14028 #: templates/display/results/table.twig:32
14029 msgid "Save edited data"
14030 msgstr ""
14032 #: templates/display/results/table.twig:38
14033 msgid "Restore column order"
14034 msgstr ""
14036 #: templates/display/results/table.twig:49 templates/export.twig:149
14037 #: templates/table/start_and_number_of_rows_fieldset.twig:9
14038 msgid "Number of rows:"
14039 msgstr ""
14041 #: templates/display/results/table.twig:52
14042 msgid "All"
14043 msgstr ""
14045 #: templates/display/results/table.twig:70
14046 msgid "Sort by key:"
14047 msgstr ""
14049 #: templates/display/results/table.twig:119
14050 #: templates/table/search/index.twig:102
14051 msgid "Extra options"
14052 msgstr ""
14054 #: templates/display/results/table.twig:141
14055 msgid "Relational key"
14056 msgstr ""
14058 #: templates/display/results/table.twig:145
14059 msgid "Display column for relationships"
14060 msgstr ""
14062 #: templates/display/results/table.twig:153
14063 msgid "Show binary contents"
14064 msgstr ""
14066 #: templates/display/results/table.twig:157
14067 msgid "Show BLOB contents"
14068 msgstr ""
14070 #: templates/display/results/table.twig:167
14071 msgid "Hide browser transformation"
14072 msgstr ""
14074 #: templates/display/results/table.twig:179
14075 msgid "Well Known Text"
14076 msgstr ""
14078 #: templates/display/results/table.twig:183
14079 msgid "Well Known Binary"
14080 msgstr ""
14082 #: templates/display/results/table.twig:255
14083 #: templates/sql/no_results_returned.twig:9
14084 msgid "Query results operations"
14085 msgstr ""
14087 #: templates/display/results/table.twig:260
14088 msgid "Copy to clipboard"
14089 msgstr ""
14091 #: templates/display/results/table.twig:279
14092 #: templates/table/chart/tbl_chart.twig:2
14093 msgid "Display chart"
14094 msgstr ""
14096 #: templates/display/results/table.twig:287
14097 msgid "Visualize GIS data"
14098 msgstr ""
14100 #: templates/encoding/kanji_encoding_form.twig:6
14101 msgctxt "None encoding conversion"
14102 msgid "None"
14103 msgstr ""
14105 #: templates/encoding/kanji_encoding_form.twig:17
14106 msgid "Convert to Kana"
14107 msgstr ""
14109 #: templates/error/report_form.twig:3
14110 msgid ""
14111 "This report automatically includes data about the error and information "
14112 "about relevant configuration settings. It will be sent to the phpMyAdmin "
14113 "team for debugging the error."
14114 msgstr ""
14116 #: templates/error/report_form.twig:11
14117 msgid ""
14118 "Can you tell us the steps leading to this error? It decisively helps in "
14119 "debugging:"
14120 msgstr ""
14122 #: templates/error/report_form.twig:18
14123 msgid "You may examine the data in the error report:"
14124 msgstr ""
14126 #: templates/error/report_modal.twig:5
14127 msgid "Submit error report"
14128 msgstr ""
14130 #: templates/error/report_modal.twig:12
14131 msgid "Send error report"
14132 msgstr ""
14134 #: templates/export/template_options.twig:1 templates/export.twig:42
14135 msgid "Select a template"
14136 msgstr ""
14138 #: templates/export.twig:14
14139 msgid "Export templates:"
14140 msgstr ""
14142 #: templates/export.twig:18
14143 msgid "New template:"
14144 msgstr ""
14146 #: templates/export.twig:21 templates/export.twig:24
14147 msgid "Template name"
14148 msgstr ""
14150 #: templates/export.twig:35
14151 msgid "Existing templates:"
14152 msgstr ""
14154 #: templates/export.twig:38
14155 msgid "Template:"
14156 msgstr ""
14158 #: templates/export.twig:51
14159 msgid "Update"
14160 msgstr ""
14162 #: templates/export.twig:72
14163 msgid "Show SQL query"
14164 msgstr ""
14166 #: templates/export.twig:104
14167 msgid "Export method:"
14168 msgstr ""
14170 #: templates/export.twig:108
14171 msgid "Quick - display only the minimal options"
14172 msgstr ""
14174 #: templates/export.twig:112
14175 msgid "Custom - display all possible options"
14176 msgstr ""
14178 #: templates/export.twig:121
14179 msgid "File format to export"
14180 msgstr ""
14182 #: templates/export.twig:137
14183 msgid "Rows:"
14184 msgstr ""
14186 #: templates/export.twig:141
14187 msgid "Dump all rows"
14188 msgstr ""
14190 #: templates/export.twig:145
14191 msgid "Dump some row(s)"
14192 msgstr ""
14194 #: templates/export.twig:160
14195 msgid "Row to begin at:"
14196 msgstr ""
14198 #: templates/export.twig:170 templates/export.twig:332
14199 msgid "Output:"
14200 msgstr ""
14202 #: templates/export.twig:175 templates/export.twig:370
14203 #, php-format
14204 msgid "Save on server in the directory <strong>%s</strong>"
14205 msgstr ""
14207 #: templates/export.twig:193 templates/export.twig:337
14208 msgid "Rename exported databases/tables/columns"
14209 msgstr ""
14211 #: templates/export.twig:201
14212 msgid "Defined aliases"
14213 msgstr ""
14215 #: templates/export.twig:216 templates/export.twig:230
14216 #: templates/export.twig:243 templates/export.twig:260
14217 msgid "Remove"
14218 msgstr ""
14220 #: templates/export.twig:269
14221 msgid "Define new aliases"
14222 msgstr ""
14224 #: templates/export.twig:274
14225 msgid "Select database:"
14226 msgstr ""
14228 #: templates/export.twig:290
14229 msgid "Select table:"
14230 msgstr ""
14232 #: templates/export.twig:298
14233 msgid "New table name"
14234 msgstr ""
14236 #: templates/export.twig:306
14237 msgid "Select column:"
14238 msgstr ""
14240 #: templates/export.twig:314
14241 msgid "New column name"
14242 msgstr ""
14244 #: templates/export.twig:347
14245 #, php-format
14246 msgid "Use %s statement"
14247 msgstr ""
14249 #: templates/export.twig:356
14250 msgid "View output as text"
14251 msgstr ""
14253 #: templates/export.twig:360
14254 msgid "Save output to a file"
14255 msgstr ""
14257 #: templates/export.twig:387
14258 msgid "File name template:"
14259 msgstr ""
14261 #: templates/export.twig:388
14262 #, php-format
14263 msgid ""
14264 "This value is interpreted using the 'strftime' function, so you can use time "
14265 "formatting strings. Additionally the following transformations will happen: "
14266 "%s Other text will be kept as is. See the FAQ 6.27 for details."
14267 msgstr ""
14269 #: templates/export.twig:398
14270 msgid "Use this for future exports"
14271 msgstr ""
14273 #: templates/export.twig:409 templates/import.twig:103
14274 msgid "Character set of the file:"
14275 msgstr ""
14277 #: templates/export.twig:429
14278 msgid "Compression:"
14279 msgstr ""
14281 #: templates/export.twig:437
14282 msgid "zipped"
14283 msgstr ""
14285 #: templates/export.twig:443
14286 msgid "gzipped"
14287 msgstr ""
14289 #: templates/export.twig:461
14290 msgid "Export databases as separate files"
14291 msgstr ""
14293 #: templates/export.twig:463
14294 msgid "Export tables as separate files"
14295 msgstr ""
14297 #: templates/export.twig:474
14298 msgid "Skip tables larger than:"
14299 msgstr ""
14301 #: templates/export.twig:476
14302 msgid "The size is measured in MiB."
14303 msgstr ""
14305 #: templates/export.twig:482 templates/import.twig:182
14306 msgid "Format-specific options:"
14307 msgstr ""
14309 #: templates/export.twig:491 templates/import.twig:191
14310 msgid "Encoding Conversion:"
14311 msgstr ""
14313 #: templates/filter.twig:2 templates/server/status/processes/index.twig:6
14314 #: templates/server/status/variables/index.twig:7
14315 msgid "Filters"
14316 msgstr ""
14318 #: templates/filter.twig:4 templates/server/status/variables/index.twig:12
14319 msgid "Containing the word:"
14320 msgstr ""
14322 #: templates/footer.twig:7 templates/footer.twig:9 templates/footer.twig:11
14323 msgid "Open new phpMyAdmin window"
14324 msgstr ""
14326 #: templates/footer.twig:26 templates/home/index.twig:18
14327 #: templates/login/form.twig:5
14328 msgid "phpMyAdmin Demo Server"
14329 msgstr ""
14331 #: templates/footer.twig:34
14332 #, php-format
14333 msgid "Currently running Git revision %1$s from the %2$s branch."
14334 msgstr ""
14336 #: templates/footer.twig:36
14337 msgid "Git information missing!"
14338 msgstr ""
14340 #: templates/gis_data_editor_form.twig:4
14341 #, php-format
14342 msgid "Value for the column \"%s\""
14343 msgstr ""
14345 #: templates/gis_data_editor_form.twig:22
14346 #: templates/table/gis_visualization/gis_visualization.twig:34
14347 msgid "Use OpenStreetMaps as Base Layer"
14348 msgstr ""
14350 #: templates/gis_data_editor_form.twig:38
14351 msgctxt "Spatial Reference System Identifier"
14352 msgid "SRID:"
14353 msgstr ""
14355 #: templates/gis_data_editor_form.twig:53
14356 #, php-format
14357 msgid "Geometry %d:"
14358 msgstr ""
14360 #: templates/gis_data_editor_form.twig:73
14361 msgid "Point:"
14362 msgstr ""
14364 #: templates/gis_data_editor_form.twig:93
14365 #: templates/gis_data_editor_form.twig:134
14366 #: templates/gis_data_editor_form.twig:186
14367 #, php-format
14368 msgid "Point %d:"
14369 msgstr ""
14371 #: templates/gis_data_editor_form.twig:113
14372 #, php-format
14373 msgid "Linestring %d:"
14374 msgstr ""
14376 #: templates/gis_data_editor_form.twig:115
14377 #: templates/gis_data_editor_form.twig:170
14378 msgid "Outer ring:"
14379 msgstr ""
14381 #: templates/gis_data_editor_form.twig:117
14382 #: templates/gis_data_editor_form.twig:172
14383 #, php-format
14384 msgid "Inner ring %d:"
14385 msgstr ""
14387 #: templates/gis_data_editor_form.twig:144
14388 msgid "Add a linestring"
14389 msgstr ""
14391 #: templates/gis_data_editor_form.twig:157
14392 #, php-format
14393 msgid "Polygon %d:"
14394 msgstr ""
14396 #: templates/gis_data_editor_form.twig:199
14397 msgid "Add a polygon"
14398 msgstr ""
14400 #: templates/gis_data_editor_form.twig:205
14401 msgid "Add geometry"
14402 msgstr ""
14404 #: templates/gis_data_editor_form.twig:214
14405 msgid "Output"
14406 msgstr ""
14408 #: templates/gis_data_editor_form.twig:216
14409 msgid ""
14410 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
14411 "below into the \"Value\" field."
14412 msgstr ""
14414 #: templates/header.twig:34 templates/login/header.twig:13
14415 msgid "Javascript must be enabled past this point!"
14416 msgstr ""
14418 #: templates/header.twig:45
14419 msgid "Click on the bar to scroll to top of page"
14420 msgstr ""
14422 #: templates/home/git_info.twig:2
14423 msgid "Git revision:"
14424 msgstr ""
14426 #: templates/home/git_info.twig:13
14427 msgid "no branch"
14428 msgstr ""
14430 #: templates/home/git_info.twig:15 templates/home/git_info.twig:22
14431 #, php-format
14432 msgid "from %s branch"
14433 msgstr ""
14435 #: templates/home/git_info.twig:25
14436 #, php-format
14437 msgid "committed on %s by %s"
14438 msgstr ""
14440 #: templates/home/git_info.twig:32
14441 #, php-format
14442 msgid "authored on %s by %s"
14443 msgstr ""
14445 #: templates/home/index.twig:22 templates/login/form.twig:8
14446 #, php-format
14447 msgid ""
14448 "You are using the demo server. You can do anything here, but please do not "
14449 "change root, debian-sys-maint and pma users. More information is available "
14450 "at %s."
14451 msgstr ""
14453 #: templates/home/index.twig:32
14454 msgid "General settings"
14455 msgstr ""
14457 #: templates/home/index.twig:57
14458 msgid "Server connection collation:"
14459 msgstr ""
14461 #: templates/home/index.twig:83 templates/preferences/manage/main.twig:56
14462 msgid "More settings"
14463 msgstr ""
14465 #: templates/home/index.twig:93
14466 msgid "Appearance settings"
14467 msgstr ""
14469 #: templates/home/index.twig:103 templates/home/index.twig:104
14470 #: templates/login/form.twig:23 templates/login/form.twig:24
14471 #: templates/setup/home/index.twig:8 templates/setup/home/index.twig:9
14472 msgid "Language"
14473 msgstr ""
14475 #: templates/home/index.twig:131
14476 msgid "Theme"
14477 msgstr ""
14479 #: templates/home/index.twig:142
14480 msgctxt "View all themes"
14481 msgid "View all"
14482 msgstr ""
14484 #: templates/home/index.twig:157
14485 msgid "Database server"
14486 msgstr ""
14488 #: templates/home/index.twig:161 templates/login/form.twig:65
14489 #: templates/menu/breadcrumbs.twig:7
14490 msgid "Server:"
14491 msgstr ""
14493 #: templates/home/index.twig:165
14494 msgid "Server type:"
14495 msgstr ""
14497 #: templates/home/index.twig:169
14498 msgid "Server connection:"
14499 msgstr ""
14501 #: templates/home/index.twig:177
14502 msgid "Protocol version:"
14503 msgstr ""
14505 #: templates/home/index.twig:181
14506 msgid "User:"
14507 msgstr ""
14509 #: templates/home/index.twig:185
14510 msgid "Server charset:"
14511 msgstr ""
14513 #: templates/home/index.twig:197
14514 msgid "Web server"
14515 msgstr ""
14517 #: templates/home/index.twig:207
14518 msgid "Database client version:"
14519 msgstr ""
14521 #: templates/home/index.twig:211
14522 msgid "PHP extension:"
14523 msgstr ""
14525 #: templates/home/index.twig:218
14526 msgid "PHP version:"
14527 msgstr ""
14529 #: templates/home/index.twig:225
14530 msgid "Show PHP information"
14531 msgstr ""
14533 #: templates/home/index.twig:239
14534 msgid "Version information:"
14535 msgstr ""
14537 #: templates/home/index.twig:249
14538 msgid "Official Homepage"
14539 msgstr ""
14541 #: templates/home/index.twig:254
14542 msgid "Contribute"
14543 msgstr ""
14545 #: templates/home/index.twig:259
14546 msgid "Get support"
14547 msgstr ""
14549 #: templates/home/index.twig:264
14550 msgid "List of changes"
14551 msgstr ""
14553 #: templates/home/index.twig:269 templates/server/plugins/index.twig:30
14554 msgid "License"
14555 msgstr ""
14557 #: templates/home/index.twig:284
14558 msgid "phpMyAdmin Themes"
14559 msgstr ""
14561 #: templates/home/index.twig:295
14562 msgid "Get more themes!"
14563 msgstr ""
14565 #: templates/home/themes.twig:7
14566 #, php-format
14567 msgid "Screenshot of the %s theme."
14568 msgstr ""
14570 #. l10n: Choose the theme button in the themes list modal
14571 #: templates/home/themes.twig:12
14572 msgid "Take it"
14573 msgstr ""
14575 #: templates/import/javascript.twig:12
14576 msgid ""
14577 "The file being uploaded is probably larger than the maximum allowed size or "
14578 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
14579 "browsers."
14580 msgstr ""
14582 #: templates/import/javascript.twig:13
14583 #, php-format
14584 msgid "%s of %s"
14585 msgstr ""
14587 #: templates/import/javascript.twig:14
14588 #, php-format
14589 msgid "%s/sec."
14590 msgstr ""
14592 #: templates/import/javascript.twig:15
14593 msgid "About %MIN min. %SEC sec. remaining."
14594 msgstr ""
14596 #: templates/import/javascript.twig:16
14597 msgid "About %SEC sec. remaining."
14598 msgstr ""
14600 #: templates/import/javascript.twig:17
14601 msgid "The file is being processed, please be patient."
14602 msgstr ""
14604 #: templates/import/javascript.twig:29
14605 msgid "Uploading your import file…"
14606 msgstr ""
14608 #: templates/import/javascript.twig:152
14609 msgid ""
14610 "Please be patient, the file is being uploaded. Details about the upload are "
14611 "not available."
14612 msgstr ""
14614 #: templates/import.twig:26
14615 msgid "File to import:"
14616 msgstr ""
14618 #: templates/import.twig:31
14619 #, php-format
14620 msgid "File may be compressed (%s) or uncompressed."
14621 msgstr ""
14623 #: templates/import.twig:32
14624 msgid ""
14625 "A compressed file's name must end in <strong>.[format].[compression]</"
14626 "strong>. Example: <strong>.sql.zip</strong>"
14627 msgstr ""
14629 #: templates/import.twig:40
14630 msgid "Upload a file"
14631 msgstr ""
14633 #: templates/import.twig:43
14634 msgid "Select file to import"
14635 msgstr ""
14637 #: templates/import.twig:50 templates/import.twig:77
14638 #: templates/preferences/manage/main.twig:22
14639 msgid "Browse your computer:"
14640 msgstr ""
14642 #: templates/import.twig:55 templates/import.twig:82
14643 msgid "You may also drag and drop a file on any page."
14644 msgstr ""
14646 #: templates/import.twig:62 templates/import.twig:88
14647 #, php-format
14648 msgid "Select from the web server upload directory [strong]%s[/strong]:"
14649 msgstr ""
14651 #: templates/import.twig:69 templates/import.twig:96
14652 msgid "There are no files to import!"
14653 msgstr ""
14655 #: templates/import.twig:100
14656 msgid "File uploads are not allowed on this server."
14657 msgstr ""
14659 #: templates/import.twig:126
14660 msgid "Partial import:"
14661 msgstr ""
14663 #: templates/import.twig:131
14664 #, php-format
14665 msgid ""
14666 "Previous import timed out, after resubmitting will continue from position %d."
14667 msgstr ""
14669 #: templates/import.twig:138
14670 msgid ""
14671 "Allow the interruption of an import in case the script detects it is close "
14672 "to the PHP timeout limit."
14673 msgstr ""
14675 #: templates/import.twig:140
14676 msgid ""
14677 "This might be a good way to import large files, however it can break "
14678 "transactions."
14679 msgstr ""
14681 #: templates/import.twig:144
14682 msgid "Skip this number of queries (for SQL) starting from the first one:"
14683 msgstr ""
14685 #: templates/import.twig:154
14686 msgid "Other options"
14687 msgstr ""
14689 #: templates/indexes.twig:39
14690 #: templates/table/structure/display_structure.twig:489
14691 msgid "Rename"
14692 msgstr ""
14694 #: templates/indexes.twig:45
14695 #: templates/table/structure/display_structure.twig:495
14696 msgid "The primary key has been dropped."
14697 msgstr ""
14699 #: templates/indexes.twig:50
14700 #: templates/table/structure/display_structure.twig:500
14701 #, php-format
14702 msgid "Index %s has been dropped."
14703 msgstr ""
14705 #. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
14706 #: templates/javascript/variables.twig:8
14707 msgid "calendar-month-year"
14708 msgstr "calendar-year-month"
14710 #. l10n: Year suffix for calendar, "none" is empty.
14711 #: templates/javascript/variables.twig:11
14712 msgid "none"
14713 msgstr ""
14715 #. l10n: Previous month. Display text for previous month link in calendar
14716 #: templates/javascript/variables.twig:16
14717 msgid "Prev"
14718 msgstr ""
14720 #. l10n: Next month. Display text for next month link in calendar
14721 #: templates/javascript/variables.twig:17
14722 msgid "Next"
14723 msgstr ""
14725 #. l10n: Display text for current month link in calendar
14726 #: templates/javascript/variables.twig:18
14727 msgid "Today"
14728 msgstr ""
14730 #: templates/javascript/variables.twig:20
14731 msgid "January"
14732 msgstr ""
14734 #: templates/javascript/variables.twig:21
14735 msgid "February"
14736 msgstr ""
14738 #: templates/javascript/variables.twig:22
14739 msgid "March"
14740 msgstr ""
14742 #: templates/javascript/variables.twig:23
14743 msgid "April"
14744 msgstr ""
14746 #. l10n: Short month name for May
14747 #: templates/javascript/variables.twig:24
14748 #: templates/javascript/variables.twig:38
14749 msgid "May"
14750 msgstr ""
14752 #: templates/javascript/variables.twig:25
14753 msgid "June"
14754 msgstr ""
14756 #: templates/javascript/variables.twig:26
14757 msgid "July"
14758 msgstr ""
14760 #: templates/javascript/variables.twig:27
14761 msgid "August"
14762 msgstr ""
14764 #: templates/javascript/variables.twig:28
14765 msgid "September"
14766 msgstr ""
14768 #: templates/javascript/variables.twig:29
14769 msgid "October"
14770 msgstr ""
14772 #: templates/javascript/variables.twig:30
14773 msgid "November"
14774 msgstr ""
14776 #: templates/javascript/variables.twig:31
14777 msgid "December"
14778 msgstr ""
14780 #. l10n: Short week day name for Sunday
14781 #: templates/javascript/variables.twig:57
14782 msgid "Sun"
14783 msgstr ""
14785 #. l10n: Minimal week day name for Sunday
14786 #: templates/javascript/variables.twig:66
14787 msgid "Su"
14788 msgstr ""
14790 #. l10n: Minimal week day name for Monday
14791 #: templates/javascript/variables.twig:67
14792 msgid "Mo"
14793 msgstr ""
14795 #. l10n: Minimal week day name for Tuesday
14796 #: templates/javascript/variables.twig:68
14797 msgid "Tu"
14798 msgstr ""
14800 #. l10n: Minimal week day name for Wednesday
14801 #: templates/javascript/variables.twig:69
14802 msgid "We"
14803 msgstr ""
14805 #. l10n: Minimal week day name for Thursday
14806 #: templates/javascript/variables.twig:70
14807 msgid "Th"
14808 msgstr ""
14810 #. l10n: Minimal week day name for Friday
14811 #: templates/javascript/variables.twig:71
14812 msgid "Fr"
14813 msgstr ""
14815 #. l10n: Minimal week day name for Saturday
14816 #: templates/javascript/variables.twig:72
14817 msgid "Sa"
14818 msgstr ""
14820 #. l10n: Column header for week of the year in calendar
14821 #: templates/javascript/variables.twig:74
14822 msgid "Wk"
14823 msgstr ""
14825 #: templates/javascript/variables.twig:82
14826 msgid "Hour"
14827 msgstr ""
14829 #: templates/javascript/variables.twig:83
14830 msgid "Minute"
14831 msgstr ""
14833 #: templates/javascript/variables.twig:84
14834 msgid "Second"
14835 msgstr ""
14837 #: templates/javascript/variables.twig:90
14838 msgid "This field is required"
14839 msgstr ""
14841 #: templates/javascript/variables.twig:91
14842 msgid "Please fix this field"
14843 msgstr ""
14845 #: templates/javascript/variables.twig:92
14846 msgid "Please enter a valid email address"
14847 msgstr ""
14849 #: templates/javascript/variables.twig:93
14850 msgid "Please enter a valid URL"
14851 msgstr ""
14853 #: templates/javascript/variables.twig:94
14854 msgid "Please enter a valid date"
14855 msgstr ""
14857 #: templates/javascript/variables.twig:95
14858 msgid "Please enter a valid date ( ISO )"
14859 msgstr ""
14861 #: templates/javascript/variables.twig:96
14862 msgid "Please enter a valid number"
14863 msgstr ""
14865 #: templates/javascript/variables.twig:97
14866 msgid "Please enter a valid credit card number"
14867 msgstr ""
14869 #: templates/javascript/variables.twig:98
14870 msgid "Please enter only digits"
14871 msgstr ""
14873 #: templates/javascript/variables.twig:99
14874 msgid "Please enter the same value again"
14875 msgstr ""
14877 #: templates/javascript/variables.twig:100
14878 msgid "Please enter no more than {0} characters"
14879 msgstr ""
14881 #: templates/javascript/variables.twig:101
14882 msgid "Please enter at least {0} characters"
14883 msgstr ""
14885 #: templates/javascript/variables.twig:102
14886 msgid "Please enter a value between {0} and {1} characters long"
14887 msgstr ""
14889 #: templates/javascript/variables.twig:103
14890 msgid "Please enter a value between {0} and {1}"
14891 msgstr ""
14893 #: templates/javascript/variables.twig:104
14894 msgid "Please enter a value less than or equal to {0}"
14895 msgstr ""
14897 #: templates/javascript/variables.twig:105
14898 msgid "Please enter a value greater than or equal to {0}"
14899 msgstr ""
14901 #: templates/javascript/variables.twig:106
14902 msgid "Please enter a valid date or time"
14903 msgstr ""
14905 #: templates/javascript/variables.twig:107
14906 msgid "Please enter a valid HEX input"
14907 msgstr ""
14909 #. l10n: To validate the usage of a MD5 function on the column
14910 #: templates/javascript/variables.twig:108
14911 msgid "This column can not contain a 32 chars value"
14912 msgstr ""
14914 #. l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
14915 #: templates/javascript/variables.twig:109
14916 msgid ""
14917 "These functions are meant to return a binary result; to avoid inconsistent "
14918 "results you should store it in a BINARY, VARBINARY, or BLOB column."
14919 msgstr ""
14921 #: templates/login/form.twig:58 templates/login/form.twig:117
14922 #: templates/login/form.twig:121 templates/login/form.twig:124
14923 msgid "Log in"
14924 msgstr ""
14926 #: templates/login/form.twig:64 templates/login/form.twig:69
14927 msgid "You can enter hostname/IP address and port separated by space."
14928 msgstr ""
14930 #: templates/login/form.twig:76
14931 msgid "Username:"
14932 msgstr ""
14934 #: templates/login/form.twig:85
14935 #: templates/server/privileges/change_password.twig:21
14936 #: templates/server/privileges/login_information_fields.twig:43
14937 #: templates/server/replication/change_primary.twig:18
14938 #: templates/server/replication/primary_add_replica_user.twig:49
14939 msgid "Password:"
14940 msgstr ""
14942 #: templates/login/form.twig:95
14943 msgid "Server choice:"
14944 msgstr ""
14946 #: templates/login/header.twig:17
14947 msgid ""
14948 "There is a mismatch between HTTPS indicated on the server and client. This "
14949 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
14950 "server configuration to indicate HTTPS properly."
14951 msgstr ""
14953 #: templates/login/twofactor/application_configure.twig:3
14954 msgid ""
14955 "Please scan following QR code into the two-factor authentication app on your "
14956 "device and enter authentication code it generates."
14957 msgstr ""
14959 #: templates/login/twofactor/application_configure.twig:13
14960 msgid "Secret/key:"
14961 msgstr ""
14963 #: templates/login/twofactor/application_configure.twig:16
14964 #: templates/login/twofactor/application.twig:2
14965 msgid "Authentication code:"
14966 msgstr ""
14968 #: templates/login/twofactor/application.twig:5
14969 msgid ""
14970 "Open the two-factor authentication app on your device to view your "
14971 "authentication code and verify your identity."
14972 msgstr ""
14974 #: templates/login/twofactor/invalid.twig:2
14975 msgid ""
14976 "The configured two factor authentication is not available, please install "
14977 "missing dependencies."
14978 msgstr ""
14980 #: templates/login/twofactor/key_configure.twig:3
14981 msgid ""
14982 "Please connect your FIDO U2F device into your computer's USB port. Then "
14983 "confirm registration on the device."
14984 msgstr ""
14986 #: templates/login/twofactor/key-https-warning.twig:3
14987 msgid ""
14988 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
14989 "most likely refuse to authenticate you."
14990 msgstr ""
14992 #: templates/login/twofactor/key.twig:3
14993 msgid ""
14994 "Please connect your FIDO U2F device into your computer's USB port. Then "
14995 "confirm login on the device."
14996 msgstr ""
14998 #: templates/login/twofactor.twig:10
14999 msgid "Verify"
15000 msgstr ""
15002 #: templates/menu/breadcrumbs.twig:27
15003 msgid "View:"
15004 msgstr ""
15006 #: templates/modals/unhide_nav_item.twig:5
15007 msgid "Show hidden navigation tree items."
15008 msgstr ""
15010 #: templates/navigation/item_unhide_dialog.twig:20
15011 msgid "Unhide"
15012 msgstr ""
15014 #: templates/navigation/main.twig:25 templates/navigation/main.twig:26
15015 msgid "Home"
15016 msgstr ""
15018 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15019 msgid "Empty session data"
15020 msgstr ""
15022 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15023 msgid "Log out"
15024 msgstr ""
15026 #: templates/navigation/main.twig:35 templates/navigation/main.twig:36
15027 msgid "phpMyAdmin documentation"
15028 msgstr ""
15030 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15031 msgid "MariaDB Documentation"
15032 msgstr ""
15034 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15035 msgid "MySQL Documentation"
15036 msgstr ""
15038 #: templates/navigation/main.twig:43 templates/navigation/main.twig:44
15039 msgid "Navigation panel settings"
15040 msgstr ""
15042 #: templates/navigation/main.twig:47 templates/navigation/main.twig:48
15043 msgid "Reload navigation panel"
15044 msgstr ""
15046 #: templates/navigation/main.twig:67
15047 msgid "An error has occurred while loading the navigation display"
15048 msgstr ""
15050 #: templates/navigation/main.twig:88
15051 msgid "SQL upload"
15052 msgstr ""
15054 #: templates/navigation/tree/fast_filter.twig:11
15055 #: templates/navigation/tree/fast_filter.twig:12
15056 msgid "Type to filter these, Enter to search all"
15057 msgstr ""
15059 #: templates/navigation/tree/fast_filter.twig:16
15060 msgid "Clear fast filter"
15061 msgstr ""
15063 #: templates/preferences/autoload.twig:7
15064 msgid ""
15065 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
15066 "import it for current session?"
15067 msgstr ""
15069 #: templates/preferences/autoload.twig:13
15070 msgid "Delete settings"
15071 msgstr ""
15073 #: templates/preferences/forms/main.twig:4
15074 msgid "Cannot save settings, submitted form contains errors!"
15075 msgstr ""
15077 #: templates/preferences/header.twig:6
15078 msgid "Manage your settings"
15079 msgstr ""
15081 #: templates/preferences/header.twig:12
15082 msgid "Two-factor authentication"
15083 msgstr ""
15085 #: templates/preferences/header.twig:55
15086 #: templates/preferences/manage/main.twig:72
15087 msgid "Configuration has been saved."
15088 msgstr ""
15090 #: templates/preferences/header.twig:60
15091 #, php-format
15092 msgid ""
15093 "Your preferences will be saved for current session only. Storing them "
15094 "permanently requires %sphpMyAdmin configuration storage%s."
15095 msgstr ""
15097 #: templates/preferences/manage/error.twig:1
15098 msgid "Configuration contains incorrect data for some fields."
15099 msgstr ""
15101 #: templates/preferences/manage/error.twig:16
15102 msgid "Do you want to import remaining settings?"
15103 msgstr ""
15105 #: templates/preferences/manage/main.twig:3
15106 #: templates/preferences/manage/main.twig:33
15107 msgid "Saved on: @DATE@"
15108 msgstr ""
15110 #: templates/preferences/manage/main.twig:20
15111 msgid "Import from file"
15112 msgstr ""
15114 #: templates/preferences/manage/main.twig:27
15115 msgid "Import from browser's storage"
15116 msgstr ""
15118 #: templates/preferences/manage/main.twig:30
15119 msgid "Settings will be imported from your browser's local storage."
15120 msgstr ""
15122 #: templates/preferences/manage/main.twig:36
15123 msgid "You have no saved settings!"
15124 msgstr ""
15126 #: templates/preferences/manage/main.twig:40
15127 #: templates/preferences/manage/main.twig:104
15128 msgid "This feature is not supported by your web browser"
15129 msgstr ""
15131 #: templates/preferences/manage/main.twig:44
15132 msgid "Merge with current configuration"
15133 msgstr ""
15135 #: templates/preferences/manage/main.twig:59
15136 #, php-format
15137 msgid ""
15138 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
15139 "script%s."
15140 msgstr ""
15142 #: templates/preferences/manage/main.twig:81
15143 msgid "Save as JSON file"
15144 msgstr ""
15146 #: templates/preferences/manage/main.twig:85
15147 msgid "Save as PHP file"
15148 msgstr ""
15150 #: templates/preferences/manage/main.twig:90
15151 msgid "Save to browser's storage"
15152 msgstr ""
15154 #: templates/preferences/manage/main.twig:96
15155 msgid "Settings will be saved in your browser's local storage."
15156 msgstr ""
15158 #: templates/preferences/manage/main.twig:99
15159 msgid "Existing settings will be overwritten!"
15160 msgstr ""
15162 #: templates/preferences/manage/main.twig:120
15163 msgid "You can reset all your settings and restore them to default values."
15164 msgstr ""
15166 #: templates/preferences/two_factor/configure.twig:5
15167 #: templates/preferences/two_factor/main.twig:57
15168 #: templates/preferences/two_factor/main.twig:70
15169 msgid "Configure two-factor authentication"
15170 msgstr ""
15172 #: templates/preferences/two_factor/configure.twig:12
15173 msgid "Enable two-factor authentication"
15174 msgstr ""
15176 #: templates/preferences/two_factor/confirm.twig:5
15177 msgid "Confirm disabling two-factor authentication"
15178 msgstr ""
15180 #: templates/preferences/two_factor/confirm.twig:9
15181 msgid ""
15182 "By disabling two factor authentication you will be again able to login using "
15183 "password only."
15184 msgstr ""
15186 #: templates/preferences/two_factor/confirm.twig:13
15187 #: templates/preferences/two_factor/main.twig:46
15188 msgid "Disable two-factor authentication"
15189 msgstr ""
15191 #: templates/preferences/two_factor/main.twig:5
15192 msgid "Two-factor authentication status"
15193 msgstr ""
15195 #: templates/preferences/two_factor/main.twig:11
15196 msgid ""
15197 "Two-factor authentication is not available, please install optional "
15198 "dependencies to enable authentication backends."
15199 msgstr ""
15201 #: templates/preferences/two_factor/main.twig:12
15202 msgid "Following composer packages are missing:"
15203 msgstr ""
15205 #: templates/preferences/two_factor/main.twig:20
15206 msgid "Two-factor authentication is available and configured for this account."
15207 msgstr ""
15209 #: templates/preferences/two_factor/main.twig:22
15210 msgid ""
15211 "Two-factor authentication is available, but not configured for this account."
15212 msgstr ""
15214 #: templates/preferences/two_factor/main.twig:26
15215 msgid ""
15216 "Two-factor authentication is not available, enable phpMyAdmin configuration "
15217 "storage to use it."
15218 msgstr ""
15220 #: templates/preferences/two_factor/main.twig:41
15221 msgid "You have enabled two factor authentication."
15222 msgstr ""
15224 #: templates/recent_favorite_table_no_tables.twig:3
15225 msgid "There are no recent tables."
15226 msgstr ""
15228 #: templates/recent_favorite_table_no_tables.twig:5
15229 msgid "There are no favorite tables."
15230 msgstr ""
15232 #: templates/relation/check_relations.twig:3
15233 msgid "phpMyAdmin configuration storage"
15234 msgstr ""
15236 #: templates/relation/check_relations.twig:9
15237 msgid "Configuration of pmadb…"
15238 msgstr ""
15240 #: templates/relation/check_relations.twig:10
15241 #: templates/relation/check_relations.twig:56
15242 #: templates/relation/check_relations.twig:81
15243 #: templates/relation/check_relations.twig:106
15244 #: templates/relation/check_relations.twig:119
15245 #: templates/relation/check_relations.twig:144
15246 #: templates/relation/check_relations.twig:189
15247 #: templates/relation/check_relations.twig:214
15248 #: templates/relation/check_relations.twig:239
15249 #: templates/relation/check_relations.twig:264
15250 #: templates/relation/check_relations.twig:289
15251 #: templates/relation/check_relations.twig:314
15252 #: templates/relation/check_relations.twig:339
15253 #: templates/relation/check_relations.twig:364
15254 #: templates/relation/check_relations.twig:377
15255 #: templates/relation/check_relations.twig:402
15256 #: templates/relation/check_relations.twig:427
15257 #: templates/relation/check_relations.twig:452
15258 #: templates/relation/check_relations.twig:477
15259 #: templates/relation/check_relations.twig:502
15260 msgid "not OK"
15261 msgstr ""
15263 #: templates/relation/check_relations.twig:14
15264 msgid "General relation features"
15265 msgstr ""
15267 #: templates/relation/check_relations.twig:20
15268 #, php-format
15269 msgid ""
15270 "%sCreate%s a database named '%s' and setup the phpMyAdmin configuration "
15271 "storage there."
15272 msgstr ""
15274 #: templates/relation/check_relations.twig:24
15275 #, php-format
15276 msgid ""
15277 "%sCreate%s the phpMyAdmin configuration storage in the current database."
15278 msgstr ""
15280 #: templates/relation/check_relations.twig:31
15281 #, php-format
15282 msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
15283 msgstr ""
15285 #: templates/relation/check_relations.twig:42
15286 #: templates/relation/check_relations.twig:54
15287 #: templates/relation/check_relations.twig:79
15288 #: templates/relation/check_relations.twig:104
15289 #: templates/relation/check_relations.twig:117
15290 #: templates/relation/check_relations.twig:142
15291 #: templates/relation/check_relations.twig:187
15292 #: templates/relation/check_relations.twig:212
15293 #: templates/relation/check_relations.twig:237
15294 #: templates/relation/check_relations.twig:262
15295 #: templates/relation/check_relations.twig:287
15296 #: templates/relation/check_relations.twig:312
15297 #: templates/relation/check_relations.twig:337
15298 #: templates/relation/check_relations.twig:362
15299 #: templates/relation/check_relations.twig:375
15300 #: templates/relation/check_relations.twig:400
15301 #: templates/relation/check_relations.twig:425
15302 #: templates/relation/check_relations.twig:450
15303 #: templates/relation/check_relations.twig:475
15304 #: templates/relation/check_relations.twig:500
15305 msgctxt "Correctly working"
15306 msgid "OK"
15307 msgstr ""
15309 #: templates/relation/check_relations.twig:62
15310 msgid "General relation features:"
15311 msgstr ""
15313 #: templates/relation/check_relations.twig:64
15314 #: templates/relation/check_relations.twig:89
15315 #: templates/relation/check_relations.twig:127
15316 #: templates/relation/check_relations.twig:152
15317 #: templates/relation/check_relations.twig:162
15318 #: templates/relation/check_relations.twig:197
15319 #: templates/relation/check_relations.twig:222
15320 #: templates/relation/check_relations.twig:247
15321 #: templates/relation/check_relations.twig:272
15322 #: templates/relation/check_relations.twig:297
15323 #: templates/relation/check_relations.twig:322
15324 #: templates/relation/check_relations.twig:347
15325 #: templates/relation/check_relations.twig:385
15326 #: templates/relation/check_relations.twig:410
15327 #: templates/relation/check_relations.twig:435
15328 #: templates/relation/check_relations.twig:460
15329 #: templates/relation/check_relations.twig:485
15330 #: templates/relation/check_relations.twig:510
15331 msgid "Enabled"
15332 msgstr ""
15334 #: templates/relation/check_relations.twig:87
15335 msgid "Display features:"
15336 msgstr ""
15338 #: templates/relation/check_relations.twig:125
15339 msgid "Designer and creation of PDFs:"
15340 msgstr ""
15342 #: templates/relation/check_relations.twig:150
15343 msgid "Displaying column comments:"
15344 msgstr ""
15346 #: templates/relation/check_relations.twig:160
15347 msgid "Browser transformation:"
15348 msgstr ""
15350 #: templates/relation/check_relations.twig:172
15351 msgid "Please see the documentation on how to update your column_info table."
15352 msgstr ""
15354 #: templates/relation/check_relations.twig:195
15355 msgid "Bookmarked SQL query:"
15356 msgstr ""
15358 #: templates/relation/check_relations.twig:220
15359 msgid "SQL history:"
15360 msgstr ""
15362 #: templates/relation/check_relations.twig:245
15363 msgid "Persistent recently used tables:"
15364 msgstr ""
15366 #: templates/relation/check_relations.twig:270
15367 msgid "Persistent favorite tables:"
15368 msgstr ""
15370 #: templates/relation/check_relations.twig:295
15371 msgid "Persistent tables' UI preferences:"
15372 msgstr ""
15374 #: templates/relation/check_relations.twig:320
15375 msgid "Tracking:"
15376 msgstr ""
15378 #: templates/relation/check_relations.twig:345
15379 msgid "User preferences:"
15380 msgstr ""
15382 #: templates/relation/check_relations.twig:383
15383 msgid "Configurable menus:"
15384 msgstr ""
15386 #: templates/relation/check_relations.twig:408
15387 msgid "Hide/show navigation items:"
15388 msgstr ""
15390 #: templates/relation/check_relations.twig:433
15391 msgid "Saving Query-By-Example searches:"
15392 msgstr ""
15394 #: templates/relation/check_relations.twig:458
15395 msgid "Managing central list of columns:"
15396 msgstr ""
15398 #: templates/relation/check_relations.twig:483
15399 msgid "Remembering designer settings:"
15400 msgstr ""
15402 #: templates/relation/check_relations.twig:508
15403 msgid "Saving export templates:"
15404 msgstr ""
15406 #: templates/relation/check_relations.twig:519
15407 msgid "Quick steps to set up advanced features:"
15408 msgstr ""
15410 #: templates/relation/check_relations.twig:523
15411 #, php-format
15412 msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
15413 msgstr ""
15415 #: templates/relation/check_relations.twig:527
15416 msgid "Create a pma user and give access to these tables."
15417 msgstr ""
15419 #: templates/relation/check_relations.twig:531
15420 msgid ""
15421 "Enable advanced features in configuration file (<code>config.inc.php</"
15422 "code>), for example by starting from <code>config.sample.inc.php</code>."
15423 msgstr ""
15425 #: templates/relation/check_relations.twig:535
15426 msgid "Re-login to phpMyAdmin to load the updated configuration file."
15427 msgstr ""
15429 #: templates/server/binlog/index.twig:10
15430 msgid "Select binary log to view"
15431 msgstr ""
15433 #: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
15434 #: templates/server/status/processes/list.twig:20
15435 msgid "Truncate shown queries"
15436 msgstr ""
15438 #: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
15439 #: templates/server/status/processes/list.twig:26
15440 msgid "Show full queries"
15441 msgstr ""
15443 #: templates/server/binlog/index.twig:84
15444 msgid "Log name"
15445 msgstr ""
15447 #: templates/server/binlog/index.twig:85
15448 msgid "Position"
15449 msgstr ""
15451 #: templates/server/binlog/index.twig:87
15452 #: templates/server/replication/primary_replication.twig:24
15453 msgid "Server ID"
15454 msgstr ""
15456 #: templates/server/binlog/index.twig:88
15457 msgid "Original position"
15458 msgstr ""
15460 #: templates/server/binlog/index.twig:89
15461 #: templates/table/structure/display_table_stats.twig:3
15462 msgid "Information"
15463 msgstr ""
15465 #: templates/server/collations/index.twig:4
15466 msgid "Character sets and collations"
15467 msgstr ""
15469 #: templates/server/collations/index.twig:23
15470 msgctxt "The collation is the default one"
15471 msgid "default"
15472 msgstr ""
15474 #: templates/server/databases/index.twig:3
15475 msgid "Databases statistics"
15476 msgstr ""
15478 #: templates/server/databases/index.twig:9
15479 msgid "Create database"
15480 msgstr ""
15482 #: templates/server/databases/index.twig:50
15483 msgid "No privileges to create databases"
15484 msgstr ""
15486 #: templates/server/databases/index.twig:156
15487 #: templates/server/replication/index.twig:18
15488 #: templates/server/replication/primary_replication.twig:3
15489 msgid "Primary replication"
15490 msgstr ""
15492 #: templates/server/databases/index.twig:160
15493 #: templates/server/replication/replica_configuration.twig:2
15494 msgid "Replica replication"
15495 msgstr ""
15497 #: templates/server/databases/index.twig:181
15498 #, php-format
15499 msgid "Jump to database '%s'"
15500 msgstr ""
15502 #: templates/server/databases/index.twig:242
15503 #, php-format
15504 msgid "Check privileges for database \"%s\"."
15505 msgstr ""
15507 #: templates/server/databases/index.twig:243
15508 msgid "Check privileges"
15509 msgstr ""
15511 #: templates/server/databases/index.twig:298
15512 msgid ""
15513 "Note: Enabling the database statistics here might cause heavy traffic "
15514 "between the web server and the MySQL server."
15515 msgstr ""
15517 #: templates/server/databases/index.twig:300
15518 #: templates/server/databases/index.twig:301
15519 msgid "Enable statistics"
15520 msgstr ""
15522 #: templates/server/databases/index.twig:308
15523 msgid "No databases"
15524 msgstr ""
15526 #: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
15527 msgid "Storage engines"
15528 msgstr ""
15530 #: templates/server/engines/index.twig:13
15531 msgid "Storage Engine"
15532 msgstr ""
15534 #: templates/server/engines/show.twig:45
15535 msgid "Unknown storage engine."
15536 msgstr ""
15538 #: templates/server/export/index.twig:26
15539 msgid "@SERVER@ will become the server name."
15540 msgstr ""
15542 #: templates/server/export/index.twig:3
15543 msgid "Exporting databases from the current server"
15544 msgstr ""
15546 #: templates/server/import/index.twig:3
15547 msgid "Importing into the current server"
15548 msgstr ""
15550 #: templates/server/plugins/index.twig:26
15551 msgid "Plugin"
15552 msgstr ""
15554 #: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
15555 msgid "Version"
15556 msgstr ""
15558 #: templates/server/plugins/index.twig:29
15559 msgid "Author"
15560 msgstr ""
15562 #: templates/server/plugins/index.twig:41
15563 msgid "inactive"
15564 msgstr ""
15566 #: templates/server/plugins/index.twig:43
15567 msgid "disabled"
15568 msgstr ""
15570 #: templates/server/plugins/index.twig:45
15571 msgid "deleting"
15572 msgstr ""
15574 #: templates/server/plugins/index.twig:47
15575 msgid "deleted"
15576 msgstr ""
15578 #: templates/server/privileges/add_user.twig:12
15579 msgid "Database for user account"
15580 msgstr ""
15582 #: templates/server/privileges/add_user.twig:15
15583 msgid "Create database with same name and grant all privileges."
15584 msgstr ""
15586 #: templates/server/privileges/add_user.twig:19
15587 msgid "Grant all privileges on wildcard name (username\\_%)."
15588 msgstr ""
15590 #: templates/server/privileges/add_user.twig:24
15591 #, php-format
15592 msgid "Grant all privileges on database %s."
15593 msgstr ""
15595 #: templates/server/privileges/change_password.twig:15
15596 msgid "No Password"
15597 msgstr ""
15599 #: templates/server/privileges/change_password.twig:24
15600 msgid "Enter:"
15601 msgstr ""
15603 #: templates/server/privileges/change_password.twig:28
15604 #: templates/server/privileges/login_information_fields.twig:54
15605 msgctxt "Password strength"
15606 msgid "Strength:"
15607 msgstr ""
15609 #: templates/server/privileges/change_password.twig:32
15610 #: templates/server/privileges/login_information_fields.twig:60
15611 #: templates/server/replication/primary_add_replica_user.twig:62
15612 msgid "Re-type:"
15613 msgstr ""
15615 #: templates/server/privileges/change_password.twig:40
15616 msgid "Password Hashing:"
15617 msgstr ""
15619 #: templates/server/privileges/change_password.twig:58
15620 msgid ""
15621 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
15622 "connection that encrypts the password using RSA</i>'; while connecting to "
15623 "the server."
15624 msgstr ""
15626 #: templates/server/privileges/choose_user_group.twig:5
15627 msgid "User group:"
15628 msgstr ""
15630 #: templates/server/privileges/edit_routine_privileges.twig:4
15631 #: templates/server/privileges/user_properties.twig:4
15632 msgid "Edit privileges:"
15633 msgstr ""
15635 #: templates/server/privileges/edit_routine_privileges.twig:5
15636 #: templates/server/privileges/user_properties.twig:5
15637 msgid "User account"
15638 msgstr ""
15640 #: templates/server/privileges/edit_routine_privileges.twig:34
15641 #: templates/server/privileges/user_properties.twig:53
15642 msgid ""
15643 "Note: You are attempting to edit privileges of the user with which you are "
15644 "currently logged in."
15645 msgstr ""
15647 #: templates/server/privileges/edit_routine_privileges.twig:51
15648 #: templates/server/privileges/privileges_table.twig:10
15649 #: templates/server/privileges/privileges_table.twig:272
15650 msgid "Note: MySQL privilege names are expressed in English."
15651 msgstr ""
15653 #: templates/server/privileges/edit_routine_privileges.twig:63
15654 #: templates/server/privileges/edit_routine_privileges.twig:67
15655 msgid ""
15656 "Allows user to give to other users or remove from other users privileges "
15657 "that user possess on this routine."
15658 msgstr ""
15660 #: templates/server/privileges/edit_routine_privileges.twig:76
15661 #: templates/server/privileges/edit_routine_privileges.twig:79
15662 msgid "Allows altering and dropping this routine."
15663 msgstr ""
15665 #: templates/server/privileges/edit_routine_privileges.twig:88
15666 #: templates/server/privileges/edit_routine_privileges.twig:91
15667 msgid "Allows executing this routine."
15668 msgstr ""
15670 #: templates/server/privileges/initials_row.twig:1
15671 msgid "Pagination of user accounts"
15672 msgstr ""
15674 #: templates/server/privileges/login_information_fields.twig:2
15675 #: templates/server/privileges/user_properties.twig:106
15676 msgid "Login Information"
15677 msgstr ""
15679 #: templates/server/privileges/login_information_fields.twig:4
15680 #: templates/server/replication/change_primary.twig:14
15681 #: templates/server/replication/primary_add_replica_user.twig:16
15682 msgid "User name:"
15683 msgstr ""
15685 #: templates/server/privileges/login_information_fields.twig:7
15686 #: templates/server/replication/primary_add_replica_user.twig:20
15687 msgid "Any user"
15688 msgstr ""
15690 #: templates/server/privileges/login_information_fields.twig:8
15691 #: templates/server/privileges/login_information_fields.twig:33
15692 #: templates/server/privileges/login_information_fields.twig:50
15693 #: templates/server/privileges/privileges_summary.twig:75
15694 #: templates/server/privileges/privileges_summary.twig:90
15695 msgid "Use text field"
15696 msgstr ""
15698 #: templates/server/privileges/login_information_fields.twig:16
15699 msgid ""
15700 "An account already exists with the same username but possibly a different "
15701 "hostname."
15702 msgstr ""
15704 #: templates/server/privileges/login_information_fields.twig:22
15705 msgid "Host name:"
15706 msgstr ""
15708 #: templates/server/privileges/login_information_fields.twig:27
15709 #: templates/server/replication/primary_add_replica_user.twig:34
15710 msgid "Any host"
15711 msgstr ""
15713 #: templates/server/privileges/login_information_fields.twig:28
15714 #: templates/server/replication/primary_add_replica_user.twig:35
15715 msgid "Local"
15716 msgstr ""
15718 #: templates/server/privileges/login_information_fields.twig:30
15719 #: templates/server/replication/primary_add_replica_user.twig:37
15720 msgid "This host"
15721 msgstr ""
15723 #: templates/server/privileges/login_information_fields.twig:32
15724 #: templates/server/replication/primary_add_replica_user.twig:39
15725 msgid "Use host table"
15726 msgstr ""
15728 #: templates/server/privileges/login_information_fields.twig:39
15729 #: templates/server/replication/primary_add_replica_user.twig:44
15730 msgid ""
15731 "When Host table is used, this field is ignored and values stored in Host "
15732 "table are used instead."
15733 msgstr ""
15735 #: templates/server/privileges/login_information_fields.twig:45
15736 #: templates/server/privileges/login_information_fields.twig:53
15737 #: templates/server/privileges/users_overview.twig:10
15738 #: templates/server/replication/change_primary.twig:19
15739 #: templates/server/replication/primary_add_replica_user.twig:52
15740 #: templates/server/replication/primary_add_replica_user.twig:57
15741 msgid "Password"
15742 msgstr ""
15744 #: templates/server/privileges/login_information_fields.twig:47
15745 msgid "Do not change the password"
15746 msgstr ""
15748 #: templates/server/privileges/login_information_fields.twig:49
15749 #: templates/server/replication/primary_add_replica_user.twig:53
15750 msgid "No password"
15751 msgstr ""
15753 #: templates/server/privileges/login_information_fields.twig:62
15754 #: templates/server/replication/primary_add_replica_user.twig:65
15755 msgid "Re-type"
15756 msgstr ""
15758 #: templates/server/privileges/login_information_fields.twig:68
15759 msgid "Authentication plugin"
15760 msgstr ""
15762 #: templates/server/privileges/login_information_fields.twig:70
15763 msgid "Password hashing method"
15764 msgstr ""
15766 #: templates/server/privileges/login_information_fields.twig:83
15767 msgid ""
15768 "This method requires using an '<em>SSL connection</em>' or an "
15769 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
15770 "while connecting to the server."
15771 msgstr ""
15773 #: templates/server/privileges/new_user_ajax.twig:52
15774 #: templates/server/privileges/users_overview.twig:83
15775 #: templates/server/privileges/users_overview.twig:168
15776 msgid "Edit user group"
15777 msgstr ""
15779 #: templates/server/privileges/privileges_summary.twig:20
15780 msgid "Column-specific privileges"
15781 msgstr ""
15783 #: templates/server/privileges/privileges_summary.twig:54
15784 msgid "Add privileges on the following database(s):"
15785 msgstr ""
15787 #: templates/server/privileges/privileges_summary.twig:67
15788 msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
15789 msgstr ""
15791 #: templates/server/privileges/privileges_summary.twig:71
15792 msgid "Add privileges on the following table:"
15793 msgstr ""
15795 #: templates/server/privileges/privileges_summary.twig:86
15796 msgid "Add privileges on the following routine:"
15797 msgstr ""
15799 #: templates/server/privileges/privileges_table.twig:35
15800 #: templates/server/privileges/privileges_table.twig:36
15801 #: templates/server/privileges/privileges_table.twig:62
15802 #: templates/server/privileges/privileges_table.twig:63
15803 #: templates/server/privileges/privileges_table.twig:89
15804 #: templates/server/privileges/privileges_table.twig:90
15805 #: templates/server/privileges/privileges_table.twig:116
15806 #: templates/server/privileges/privileges_table.twig:117
15807 msgctxt "None privileges"
15808 msgid "None"
15809 msgstr ""
15811 #: templates/server/privileges/privileges_table.twig:160
15812 #: templates/server/privileges/privileges_table.twig:164
15813 #: templates/server/privileges/privileges_table.twig:638
15814 #: templates/server/privileges/privileges_table.twig:642
15815 msgid ""
15816 "Allows user to give to other users or remove from other users the privileges "
15817 "that user possess yourself."
15818 msgstr ""
15820 #: templates/server/privileges/privileges_table.twig:255
15821 msgid "Global"
15822 msgstr ""
15824 #: templates/server/privileges/privileges_table.twig:262
15825 #: templates/server/privileges/users_overview.twig:12
15826 msgid "Global privileges"
15827 msgstr ""
15829 #: templates/server/privileges/privileges_table.twig:552
15830 msgid "Administration"
15831 msgstr ""
15833 #: templates/server/privileges/privileges_table.twig:559
15834 #: templates/server/privileges/privileges_table.twig:562
15835 msgid ""
15836 "Allows adding users and privileges without reloading the privilege tables."
15837 msgstr ""
15839 #: templates/server/privileges/privileges_table.twig:670
15840 msgid "Allows creating foreign key relations."
15841 msgstr ""
15843 #: templates/server/privileges/privileges_table.twig:670
15844 msgid "Not used on MariaDB."
15845 msgstr ""
15847 #: templates/server/privileges/privileges_table.twig:670
15848 msgid "Not used for this MySQL version."
15849 msgstr ""
15851 #: templates/server/privileges/privileges_table.twig:721
15852 msgid "Resource limits"
15853 msgstr ""
15855 #: templates/server/privileges/privileges_table.twig:723
15856 msgid "Note: Setting these options to 0 (zero) removes the limit."
15857 msgstr ""
15859 #: templates/server/privileges/privileges_table.twig:729
15860 #: templates/server/privileges/privileges_table.twig:736
15861 msgid "Limits the number of queries the user may send to the server per hour."
15862 msgstr ""
15864 #: templates/server/privileges/privileges_table.twig:742
15865 #: templates/server/privileges/privileges_table.twig:749
15866 msgid ""
15867 "Limits the number of commands that change any table or database the user may "
15868 "execute per hour."
15869 msgstr ""
15871 #: templates/server/privileges/privileges_table.twig:755
15872 #: templates/server/privileges/privileges_table.twig:762
15873 msgid "Limits the number of new connections the user may open per hour."
15874 msgstr ""
15876 #: templates/server/privileges/privileges_table.twig:768
15877 #: templates/server/privileges/privileges_table.twig:775
15878 msgid "Limits the number of simultaneous connections the user may have."
15879 msgstr ""
15881 #: templates/server/privileges/privileges_table.twig:784
15882 msgid "Does not require SSL-encrypted connections."
15883 msgstr ""
15885 #: templates/server/privileges/privileges_table.twig:793
15886 msgid "Requires SSL-encrypted connections."
15887 msgstr ""
15889 #: templates/server/privileges/privileges_table.twig:802
15890 msgid "Requires a valid X509 certificate."
15891 msgstr ""
15893 #: templates/server/privileges/privileges_table.twig:823
15894 msgid "Requires that a specific cipher method be used for a connection."
15895 msgstr ""
15897 #: templates/server/privileges/privileges_table.twig:832
15898 msgid "Requires that a valid X509 certificate issued by this CA be presented."
15899 msgstr ""
15901 #: templates/server/privileges/privileges_table.twig:841
15902 msgid "Requires that a valid X509 certificate with this subject be presented."
15903 msgstr ""
15905 #: templates/server/privileges/subnav.twig:5
15906 #: templates/server/privileges/user_overview.twig:5
15907 msgid "User accounts overview"
15908 msgstr ""
15910 #: templates/server/privileges/subnav.twig:11
15911 #: templates/server/user_groups/user_groups.twig:1
15912 #: templates/server/user_groups/user_groups.twig:9
15913 msgid "User groups"
15914 msgstr ""
15916 #: templates/server/privileges/user_properties.twig:57
15917 #: templates/server/privileges/users_overview.twig:57
15918 msgid "The selected user was not found in the privilege table."
15919 msgstr ""
15921 #: templates/server/privileges/user_properties.twig:107
15922 msgid "Change login information / Copy user account"
15923 msgstr ""
15925 #: templates/server/privileges/user_properties.twig:114
15926 msgid "Create a new user account with the same privileges and …"
15927 msgstr ""
15929 #: templates/server/privileges/user_properties.twig:120
15930 msgid "… keep the old one."
15931 msgstr ""
15933 #: templates/server/privileges/user_properties.twig:127
15934 msgid "… delete the old one from the user tables."
15935 msgstr ""
15937 #: templates/server/privileges/user_properties.twig:134
15938 msgid ""
15939 "… revoke all active privileges from the old one and delete it afterwards."
15940 msgstr ""
15942 #: templates/server/privileges/user_properties.twig:141
15943 msgid ""
15944 "… delete the old one from the user tables and reload the privileges "
15945 "afterwards."
15946 msgstr ""
15948 #: templates/server/privileges/users_overview.twig:16
15949 msgid "User group"
15950 msgstr ""
15952 #: templates/server/privileges/users_overview.twig:147
15953 msgid "Remove selected user accounts"
15954 msgstr ""
15956 #: templates/server/privileges/users_overview.twig:149
15957 msgid "Revoke all active privileges from the users and delete them afterwards."
15958 msgstr ""
15960 #: templates/server/privileges/users_overview.twig:153
15961 msgid "Drop the databases that have the same names as the users."
15962 msgstr ""
15964 #: templates/server/privileges/users_overview.twig:178
15965 msgid "Save changes"
15966 msgstr ""
15968 #: templates/server/replication/change_primary.twig:5
15969 msgid "Replica configuration"
15970 msgstr ""
15972 #: templates/server/replication/change_primary.twig:6
15973 #: templates/server/replication/replica_configuration.twig:97
15974 msgid "Change or reconfigure primary server"
15975 msgstr ""
15977 #: templates/server/replication/change_primary.twig:9
15978 msgid ""
15979 "Make sure you have a unique server-id in your configuration file (my.cnf). "
15980 "If not, please add the following line into [mysqld] section:"
15981 msgstr ""
15983 #: templates/server/replication/change_primary.twig:26
15984 msgid "Port:"
15985 msgstr ""
15987 #: templates/server/replication/index.twig:21
15988 #, php-format
15989 msgid ""
15990 "This server is not configured as primary in a replication process. Would you "
15991 "like to %sconfigure%s it?"
15992 msgstr ""
15994 #: templates/server/replication/index.twig:43
15995 msgid "No privileges"
15996 msgstr ""
15998 #: templates/server/replication/primary_add_replica_user.twig:6
15999 #: templates/server/replication/primary_replication.twig:44
16000 msgid "Add replica replication user"
16001 msgstr ""
16003 #: templates/server/replication/primary_add_replica_user.twig:21
16004 #: templates/server/replication/primary_add_replica_user.twig:40
16005 #: templates/server/replication/primary_add_replica_user.twig:54
16006 msgid "Use text field:"
16007 msgstr ""
16009 #: templates/server/replication/primary_add_replica_user.twig:70
16010 msgid "Generate password:"
16011 msgstr ""
16013 #: templates/server/replication/primary_configuration.twig:2
16014 msgid "Primary configuration"
16015 msgstr ""
16017 #: templates/server/replication/primary_configuration.twig:4
16018 msgid ""
16019 "This server is not configured as a primary server in a replication process. "
16020 "You can choose from either replicating all databases and ignoring some of "
16021 "them (useful if you want to replicate a majority of the databases) or you "
16022 "can choose to ignore all databases by default and allow only certain "
16023 "databases to be replicated. Please select the mode:"
16024 msgstr ""
16026 #: templates/server/replication/primary_configuration.twig:9
16027 msgid "Replicate all databases; Ignore:"
16028 msgstr ""
16030 #: templates/server/replication/primary_configuration.twig:10
16031 msgid "Ignore all databases; Replicate:"
16032 msgstr ""
16034 #: templates/server/replication/primary_configuration.twig:12
16035 msgid "Please select databases:"
16036 msgstr ""
16038 #: templates/server/replication/primary_configuration.twig:15
16039 msgid ""
16040 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
16041 "and please restart the MySQL server afterwards."
16042 msgstr ""
16044 #: templates/server/replication/primary_configuration.twig:21
16045 msgid ""
16046 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
16047 "should see a message informing you, that this server <strong>is</strong> "
16048 "configured as primary."
16049 msgstr ""
16051 #: templates/server/replication/primary_replication.twig:5
16052 msgid "This server is configured as primary in a replication process."
16053 msgstr ""
16055 #: templates/server/replication/primary_replication.twig:16
16056 msgid "Show connected replicas"
16057 msgstr ""
16059 #: templates/server/replication/primary_replication.twig:38
16060 msgid ""
16061 "Only replicas started with the --report-host=host_name option are visible in "
16062 "this list."
16063 msgstr ""
16065 #: templates/server/replication/replica_configuration.twig:5
16066 msgid "Primary connection:"
16067 msgstr ""
16069 #: templates/server/replication/replica_configuration.twig:25
16070 msgid "Replica SQL Thread not running!"
16071 msgstr ""
16073 #: templates/server/replication/replica_configuration.twig:28
16074 msgid "Replica IO Thread not running!"
16075 msgstr ""
16077 #: templates/server/replication/replica_configuration.twig:31
16078 msgid ""
16079 "Server is configured as replica in a replication process. Would you like to:"
16080 msgstr ""
16082 #: templates/server/replication/replica_configuration.twig:34
16083 msgid "See replica status table"
16084 msgstr ""
16086 #: templates/server/replication/replica_configuration.twig:38
16087 msgid "Control replica:"
16088 msgstr ""
16090 #: templates/server/replication/replica_configuration.twig:48
16091 msgid "Reset replica"
16092 msgstr ""
16094 #: templates/server/replication/replica_configuration.twig:54
16095 msgid "Start SQL Thread only"
16096 msgstr ""
16098 #: templates/server/replication/replica_configuration.twig:56
16099 msgid "Stop SQL Thread only"
16100 msgstr ""
16102 #: templates/server/replication/replica_configuration.twig:63
16103 msgid "Start IO Thread only"
16104 msgstr ""
16106 #: templates/server/replication/replica_configuration.twig:65
16107 msgid "Stop IO Thread only"
16108 msgstr ""
16110 #: templates/server/replication/replica_configuration.twig:74
16111 msgid "Error management:"
16112 msgstr ""
16114 #: templates/server/replication/replica_configuration.twig:77
16115 msgid "Skipping errors might lead into unsynchronized primary and replica!"
16116 msgstr ""
16118 #: templates/server/replication/replica_configuration.twig:81
16119 msgid "Skip current error"
16120 msgstr ""
16122 #: templates/server/replication/replica_configuration.twig:87
16123 #, php-format
16124 msgid "Skip next %s errors."
16125 msgstr ""
16127 #: templates/server/replication/replica_configuration.twig:107
16128 #, php-format
16129 msgid ""
16130 "This server is not configured as replica in a replication process. Would you "
16131 "like to %sconfigure%s it?"
16132 msgstr ""
16134 #: templates/server/replication/status_table.twig:6
16135 msgid "Primary status"
16136 msgstr ""
16138 #: templates/server/replication/status_table.twig:8
16139 msgid "Replica status"
16140 msgstr ""
16142 #: templates/server/replication/status_table.twig:16
16143 #: templates/server/status/variables/index.twig:75
16144 #: templates/server/variables/index.twig:31
16145 msgid "Variable"
16146 msgstr ""
16148 #: templates/server/select/index.twig:7 templates/server/select/index.twig:19
16149 msgid "Current server:"
16150 msgstr ""
16152 #: templates/server/status/advisor/index.twig:6
16153 #: templates/server/status/advisor/index.twig:19
16154 msgid "Advisor system"
16155 msgstr ""
16157 #: templates/server/status/advisor/index.twig:9
16158 msgid "Not enough privilege to view the advisor."
16159 msgstr ""
16161 #: templates/server/status/advisor/index.twig:12
16162 msgid "Instructions"
16163 msgstr ""
16165 #: templates/server/status/advisor/index.twig:24
16166 msgid ""
16167 "The Advisor system can provide recommendations on server variables by "
16168 "analyzing the server status variables."
16169 msgstr ""
16171 #: templates/server/status/advisor/index.twig:29
16172 msgid ""
16173 "Do note however that this system provides recommendations based on simple "
16174 "calculations and by rule of thumb which may not necessarily apply to your "
16175 "system."
16176 msgstr ""
16178 #: templates/server/status/advisor/index.twig:34
16179 msgid ""
16180 "Prior to changing any of the configuration, be sure to know what you are "
16181 "changing (by reading the documentation) and how to undo the change. Wrong "
16182 "tuning can have a very negative effect on performance."
16183 msgstr ""
16185 #: templates/server/status/advisor/index.twig:39
16186 msgid ""
16187 "The best way to tune your system would be to change only one setting at a "
16188 "time, observe or benchmark your database, and undo the change if there was "
16189 "no clearly measurable improvement."
16190 msgstr ""
16192 #: templates/server/status/advisor/index.twig:53
16193 msgid "Errors occurred while executing rule expressions:"
16194 msgstr ""
16196 #: templates/server/status/advisor/index.twig:63
16197 msgid "Possible performance issues"
16198 msgstr ""
16200 #: templates/server/status/advisor/index.twig:76
16201 msgid "Issue:"
16202 msgstr ""
16204 #: templates/server/status/advisor/index.twig:79
16205 msgid "Recommendation:"
16206 msgstr ""
16208 #: templates/server/status/advisor/index.twig:82
16209 msgid "Justification:"
16210 msgstr ""
16212 #: templates/server/status/advisor/index.twig:85
16213 msgid "Used variable / formula:"
16214 msgstr ""
16216 #: templates/server/status/advisor/index.twig:88
16217 msgid "Test:"
16218 msgstr ""
16220 #: templates/server/status/base.twig:16
16221 msgid "Query statistics"
16222 msgstr ""
16224 #: templates/server/status/base.twig:21
16225 msgid "All status variables"
16226 msgstr ""
16228 #: templates/server/status/base.twig:26
16229 msgid "Monitor"
16230 msgstr ""
16232 #: templates/server/status/base.twig:31
16233 msgid "Advisor"
16234 msgstr ""
16236 #: templates/server/status/monitor/index.twig:8
16237 msgid "Start Monitor"
16238 msgstr ""
16240 #: templates/server/status/monitor/index.twig:16
16241 msgid "Instructions/Setup"
16242 msgstr ""
16244 #: templates/server/status/monitor/index.twig:20
16245 msgid "Done dragging (rearranging) charts"
16246 msgstr ""
16248 #: templates/server/status/monitor/index.twig:27
16249 msgid "Add chart"
16250 msgstr ""
16252 #: templates/server/status/monitor/index.twig:31
16253 msgid "Enable charts dragging"
16254 msgstr ""
16256 #: templates/server/status/monitor/index.twig:36
16257 #: templates/server/status/processes/index.twig:33
16258 msgid "Refresh rate"
16259 msgstr ""
16261 #: templates/server/status/monitor/index.twig:43
16262 #: templates/server/status/processes/index.twig:40
16263 #, php-format
16264 msgid "%d second"
16265 msgstr ""
16267 #: templates/server/status/monitor/index.twig:45
16268 #: templates/server/status/processes/index.twig:42
16269 #, php-format
16270 msgid "%d seconds"
16271 msgstr ""
16273 #: templates/server/status/monitor/index.twig:49
16274 #: templates/server/status/processes/index.twig:46
16275 #, php-format
16276 msgid "%d minute"
16277 msgstr ""
16279 #: templates/server/status/monitor/index.twig:51
16280 #: templates/server/status/processes/index.twig:48
16281 #, php-format
16282 msgid "%d minutes"
16283 msgstr ""
16285 #: templates/server/status/monitor/index.twig:61
16286 msgid "Chart columns"
16287 msgstr ""
16289 #: templates/server/status/monitor/index.twig:74
16290 msgid "Chart arrangement"
16291 msgstr ""
16293 #: templates/server/status/monitor/index.twig:75
16294 msgid ""
16295 "The arrangement of the charts is stored to the browsers local storage. You "
16296 "may want to export it if you have a complicated set up."
16297 msgstr ""
16299 #: templates/server/status/monitor/index.twig:84
16300 msgid "Reset to default"
16301 msgstr ""
16303 #: templates/server/status/monitor/index.twig:89
16304 msgid "Monitor Instructions"
16305 msgstr ""
16307 #: templates/server/status/monitor/index.twig:91
16308 msgid ""
16309 "The phpMyAdmin Monitor can assist you in optimizing the server configuration "
16310 "and track down time intensive queries. For the latter you will need to set "
16311 "log_output to 'TABLE' and have either the slow_query_log or general_log "
16312 "enabled. Note however, that the general_log produces a lot of data and "
16313 "increases server load by up to 15%."
16314 msgstr ""
16316 #: templates/server/status/monitor/index.twig:101
16317 msgid "Using the monitor:"
16318 msgstr ""
16320 #: templates/server/status/monitor/index.twig:103
16321 msgid ""
16322 "Your browser will refresh all displayed charts in a regular interval. You "
16323 "may add charts and change the refresh rate under 'Settings', or remove any "
16324 "chart using the cog icon on each respective chart."
16325 msgstr ""
16327 #: templates/server/status/monitor/index.twig:108
16328 msgid ""
16329 "To display queries from the logs, select the relevant time span on any chart "
16330 "by holding down the left mouse button and panning over the chart. Once "
16331 "confirmed, this will load a table of grouped queries, there you may click on "
16332 "any occurring SELECT statements to further analyze them."
16333 msgstr ""
16335 #: templates/server/status/monitor/index.twig:114
16336 msgid "Please note:"
16337 msgstr ""
16339 #: templates/server/status/monitor/index.twig:117
16340 msgid ""
16341 "Enabling the general_log may increase the server load by 5-15%. Also be "
16342 "aware that generating statistics from the logs is a load intensive task, so "
16343 "it is advisable to select only a small time span and to disable the "
16344 "general_log and empty its table once monitoring is not required any more."
16345 msgstr ""
16347 #: templates/server/status/monitor/index.twig:128
16348 #: templates/server/status/monitor/index.twig:134
16349 msgid "Chart Title"
16350 msgstr ""
16352 #: templates/server/status/monitor/index.twig:138
16353 msgid "Preset chart"
16354 msgstr ""
16356 #: templates/server/status/monitor/index.twig:144
16357 msgid "Status variable(s)"
16358 msgstr ""
16360 #: templates/server/status/monitor/index.twig:149
16361 msgid "Select series:"
16362 msgstr ""
16364 #: templates/server/status/monitor/index.twig:152
16365 msgid "Commonly monitored"
16366 msgstr ""
16368 #: templates/server/status/monitor/index.twig:170
16369 msgid "or type variable name:"
16370 msgstr ""
16372 #: templates/server/status/monitor/index.twig:177
16373 msgid "Display as differential value"
16374 msgstr ""
16376 #: templates/server/status/monitor/index.twig:182
16377 msgid "Apply a divisor"
16378 msgstr ""
16380 #: templates/server/status/monitor/index.twig:193
16381 msgid "Append unit to data values"
16382 msgstr ""
16384 #: templates/server/status/monitor/index.twig:201
16385 msgid "Add this series"
16386 msgstr ""
16388 #: templates/server/status/monitor/index.twig:204
16389 msgid "Clear series"
16390 msgstr ""
16392 #: templates/server/status/monitor/index.twig:208
16393 msgid "Series in chart:"
16394 msgstr ""
16396 #: templates/server/status/monitor/index.twig:224
16397 msgid "Log statistics"
16398 msgstr ""
16400 #: templates/server/status/monitor/index.twig:226
16401 msgid "Selected time range:"
16402 msgstr ""
16404 #: templates/server/status/monitor/index.twig:234
16405 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
16406 msgstr ""
16408 #: templates/server/status/monitor/index.twig:240
16409 msgid "Remove variable data in INSERT statements for better grouping"
16410 msgstr ""
16412 #: templates/server/status/monitor/index.twig:244
16413 msgid "Choose from which log you want the statistics to be generated from."
16414 msgstr ""
16416 #: templates/server/status/monitor/index.twig:247
16417 msgid "Results are grouped by query text."
16418 msgstr ""
16420 #: templates/server/status/monitor/index.twig:251
16421 msgid "Query analyzer"
16422 msgstr ""
16424 #: templates/server/status/processes/index.twig:14
16425 msgid "Show only active"
16426 msgstr ""
16428 #: templates/server/status/processes/index.twig:28
16429 msgid ""
16430 "Note: Enabling the auto refresh here might cause heavy traffic between the "
16431 "web server and the MySQL server."
16432 msgstr ""
16434 #. l10n: Questions is the name of a MySQL Status variable
16435 #: templates/server/status/queries/index.twig:8
16436 msgid "Questions since startup:"
16437 msgstr ""
16439 #: templates/server/status/queries/index.twig:20
16440 msgid "per hour:"
16441 msgstr ""
16443 #: templates/server/status/queries/index.twig:21
16444 msgid "per minute:"
16445 msgstr ""
16447 #: templates/server/status/queries/index.twig:23
16448 msgid "per second:"
16449 msgstr ""
16451 #: templates/server/status/queries/index.twig:37
16452 msgid "Statements"
16453 msgstr ""
16455 #. l10n: # = Amount of queries
16456 #: templates/server/status/queries/index.twig:38
16457 msgid "#"
16458 msgstr ""
16460 #: templates/server/status/queries/index.twig:39
16461 #: templates/server/status/status/index.twig:18
16462 #: templates/server/status/status/index.twig:38
16463 msgid "ø per hour"
16464 msgstr ""
16466 #: templates/server/status/queries/index.twig:59
16467 msgid "Not enough privilege to view query statistics."
16468 msgstr ""
16470 #: templates/server/status/status/index.twig:6
16471 #, php-format
16472 msgid "Network traffic since startup: %s"
16473 msgstr ""
16475 #: templates/server/status/status/index.twig:7
16476 #, php-format
16477 msgid "This MySQL server has been running for %1$s. It started up on %2$s."
16478 msgstr ""
16480 #: templates/server/status/status/index.twig:15
16481 msgid ""
16482 "On a busy server, the byte counters may overrun, so those statistics as "
16483 "reported by the MySQL server may be incorrect."
16484 msgstr ""
16486 #: templates/server/status/status/index.twig:59
16487 msgid ""
16488 "This MySQL server works as <b>primary</b> and <b>replica</b> in "
16489 "<b>replication</b> process."
16490 msgstr ""
16492 #: templates/server/status/status/index.twig:61
16493 msgid ""
16494 "This MySQL server works as <b>primary</b> in <b>replication</b> process."
16495 msgstr ""
16497 #: templates/server/status/status/index.twig:63
16498 msgid ""
16499 "This MySQL server works as <b>replica</b> in <b>replication</b> process."
16500 msgstr ""
16502 #: templates/server/status/status/index.twig:69
16503 msgid "Replication status"
16504 msgstr ""
16506 #: templates/server/status/status/index.twig:75
16507 msgid "Not enough privilege to view server status."
16508 msgstr ""
16510 #: templates/server/status/variables/index.twig:20
16511 msgid "Show only alert values"
16512 msgstr ""
16514 #: templates/server/status/variables/index.twig:25
16515 #: templates/server/status/variables/index.twig:27
16516 msgid "Filter by category…"
16517 msgstr ""
16519 #: templates/server/status/variables/index.twig:37
16520 msgid "Show unformatted values"
16521 msgstr ""
16523 #: templates/server/status/variables/index.twig:50
16524 msgid "Related links:"
16525 msgstr ""
16527 #: templates/server/status/variables/index.twig:139
16528 msgid "Not enough privilege to view status variables."
16529 msgstr ""
16531 #: templates/server/user_groups/edit_user_groups.twig:2
16532 #: templates/server/user_groups/user_groups.twig:64
16533 msgid "Add user group"
16534 msgstr ""
16536 #: templates/server/user_groups/edit_user_groups.twig:4
16537 #, php-format
16538 msgid "Edit user group: '%s'"
16539 msgstr ""
16541 #: templates/server/user_groups/edit_user_groups.twig:9
16542 msgid "User group menu assignments"
16543 msgstr ""
16545 #: templates/server/user_groups/edit_user_groups.twig:14
16546 msgid "Group name:"
16547 msgstr ""
16549 #: templates/server/user_groups/user_groups.twig:12
16550 msgid "Server level tabs"
16551 msgstr ""
16553 #: templates/server/user_groups/user_groups.twig:15
16554 msgid "Database level tabs"
16555 msgstr ""
16557 #: templates/server/user_groups/user_groups.twig:18
16558 msgid "Table level tabs"
16559 msgstr ""
16561 #: templates/server/user_groups/user_groups.twig:50
16562 msgid "Delete user group"
16563 msgstr ""
16565 #: templates/server/user_groups/user_listings.twig:1
16566 #, php-format
16567 msgid "Users of '%s' user group"
16568 msgstr ""
16570 #: templates/server/user_groups/user_listings.twig:3
16571 msgid "No users were found belonging to this user group."
16572 msgstr ""
16574 #: templates/server/variables/index.twig:5
16575 msgid "Server variables and settings"
16576 msgstr ""
16578 #: templates/server/variables/index.twig:43
16579 msgid "This is a read-only variable and can not be edited"
16580 msgstr ""
16582 #: templates/server/variables/index.twig:69
16583 msgid "Session value"
16584 msgstr ""
16586 #: templates/server/variables/index.twig:80
16587 #, php-format
16588 msgid "Not enough privilege to view server variables and settings. %s"
16589 msgstr ""
16591 #: templates/setup/base.twig:29 templates/setup/home/index.twig:20
16592 msgid "Overview"
16593 msgstr ""
16595 #: templates/setup/config/index.twig:4 templates/setup/home/index.twig:98
16596 msgid "Configuration file"
16597 msgstr ""
16599 #: templates/setup/config/index.twig:16
16600 msgid "Generated configuration file"
16601 msgstr ""
16603 #: templates/setup/config/index.twig:22 templates/setup/home/index.twig:165
16604 msgid "Download"
16605 msgstr ""
16607 #: templates/setup/error.twig:2
16608 msgid "Warning"
16609 msgstr ""
16611 #: templates/setup/error.twig:3
16612 msgid "Submitted form contains errors"
16613 msgstr ""
16615 #: templates/setup/error.twig:6
16616 msgid "Try to revert erroneous fields to their default values"
16617 msgstr ""
16619 #: templates/setup/error.twig:14
16620 msgid "Ignore errors"
16621 msgstr ""
16623 #: templates/setup/error.twig:18
16624 msgid "Show form"
16625 msgstr ""
16627 #: templates/setup/home/index.twig:23
16628 msgid "Show hidden messages"
16629 msgstr ""
16631 #: templates/setup/home/index.twig:79
16632 msgid "There are no configured servers"
16633 msgstr ""
16635 #: templates/setup/home/index.twig:88
16636 msgid "New server"
16637 msgstr ""
16639 #: templates/setup/home/index.twig:110
16640 msgid "Default language"
16641 msgstr ""
16643 #: templates/setup/home/index.twig:128
16644 msgid "Default server"
16645 msgstr ""
16647 #: templates/setup/home/index.twig:139
16648 msgid "let the user choose"
16649 msgstr ""
16651 #: templates/setup/home/index.twig:146
16652 msgid "- none -"
16653 msgstr ""
16655 #: templates/setup/home/index.twig:153
16656 msgid "End of line"
16657 msgstr ""
16659 #: templates/setup/home/index.twig:164
16660 msgid "Display"
16661 msgstr ""
16663 #: templates/setup/home/index.twig:175
16664 msgid "phpMyAdmin homepage"
16665 msgstr ""
16667 #: templates/setup/home/index.twig:176
16668 msgid "Donate"
16669 msgstr ""
16671 #: templates/setup/home/index.twig:177
16672 msgid "Check for latest version"
16673 msgstr ""
16675 #: templates/setup/servers/index.twig:6
16676 msgid "Edit server"
16677 msgstr ""
16679 #: templates/setup/servers/index.twig:11
16680 msgid "Add a new server"
16681 msgstr ""
16683 #: templates/setup/servers/index.twig:17
16684 msgid "Something went wrong."
16685 msgstr ""
16687 #: templates/sql/bookmark.twig:11 templates/sql/bookmark.twig:29
16688 msgid "Bookmark this SQL query"
16689 msgstr ""
16691 #: templates/sql/bookmark.twig:15
16692 msgid "Label:"
16693 msgstr ""
16695 #: templates/sql/bookmark.twig:22 templates/sql/query.twig:93
16696 msgid "Let every user access this bookmark"
16697 msgstr ""
16699 #: templates/sql/profiling_chart.twig:4
16700 msgid "Detailed profile"
16701 msgstr ""
16703 #: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
16704 msgid "State"
16705 msgstr ""
16707 #: templates/sql/profiling_chart.twig:38
16708 msgid "Summary by state"
16709 msgstr ""
16711 #: templates/sql/profiling_chart.twig:47
16712 msgid "Total Time"
16713 msgstr ""
16715 #: templates/sql/profiling_chart.twig:51
16716 msgid "% Time"
16717 msgstr ""
16719 #: templates/sql/profiling_chart.twig:55
16720 msgid "Calls"
16721 msgstr ""
16723 #: templates/sql/profiling_chart.twig:59
16724 msgid "ø Time"
16725 msgstr ""
16727 #: templates/sql/query.twig:44
16728 msgid "Get auto-saved query"
16729 msgstr ""
16731 #. l10n: Bind parameters in the SQL query using :parameterName format
16732 #: templates/sql/query.twig:51
16733 msgid "Bind parameters"
16734 msgstr ""
16736 #: templates/sql/query.twig:84
16737 msgid "Bookmark this SQL query:"
16738 msgstr ""
16740 #: templates/sql/query.twig:100
16741 msgid "Replace existing bookmark of same name"
16742 msgstr ""
16744 #: templates/sql/query.twig:110 templates/sql/query.twig:111
16745 msgid "Delimiter"
16746 msgstr ""
16748 #: templates/sql/query.twig:119
16749 msgid "Show this query here again"
16750 msgstr ""
16752 #: templates/sql/query.twig:134
16753 msgid "Rollback when finished"
16754 msgstr ""
16756 #: templates/sql/query.twig:156
16757 msgid "Bookmarked SQL query"
16758 msgstr ""
16760 #: templates/sql/query.twig:160
16761 msgid "Bookmark:"
16762 msgstr ""
16764 #: templates/sql/query.twig:169
16765 msgid "shared"
16766 msgstr ""
16768 #: templates/sql/query.twig:182
16769 msgid "View only"
16770 msgstr ""
16772 #: templates/table/browse_foreigners/column_element.twig:4
16773 msgid "Use this value"
16774 msgstr ""
16776 #: templates/table/chart/tbl_chart.twig:10
16777 #, fuzzy
16778 #| msgid "Bad type!"
16779 msgid "Chart type"
16780 msgstr "မကောင်းတဲ့အမျိုးအစား!"
16782 #: templates/table/chart/tbl_chart.twig:13
16783 msgctxt "Chart type"
16784 msgid "Bar"
16785 msgstr ""
16787 #: templates/table/chart/tbl_chart.twig:17
16788 msgctxt "Chart type"
16789 msgid "Column"
16790 msgstr ""
16792 #: templates/table/chart/tbl_chart.twig:21
16793 msgctxt "Chart type"
16794 msgid "Line"
16795 msgstr ""
16797 #: templates/table/chart/tbl_chart.twig:25
16798 msgctxt "Chart type"
16799 msgid "Spline"
16800 msgstr ""
16802 #: templates/table/chart/tbl_chart.twig:29
16803 msgctxt "Chart type"
16804 msgid "Area"
16805 msgstr ""
16807 #: templates/table/chart/tbl_chart.twig:33
16808 msgctxt "Chart type"
16809 msgid "Pie"
16810 msgstr ""
16812 #: templates/table/chart/tbl_chart.twig:37
16813 msgctxt "Chart type"
16814 msgid "Timeline"
16815 msgstr ""
16817 #: templates/table/chart/tbl_chart.twig:41
16818 msgctxt "Chart type"
16819 msgid "Scatter"
16820 msgstr ""
16822 #: templates/table/chart/tbl_chart.twig:47
16823 msgid "Stacked"
16824 msgstr ""
16826 #: templates/table/chart/tbl_chart.twig:51
16827 msgid "Chart title:"
16828 msgstr ""
16830 #: templates/table/chart/tbl_chart.twig:57
16831 msgid "X-Axis:"
16832 msgstr ""
16834 #: templates/table/chart/tbl_chart.twig:73
16835 msgid "Series:"
16836 msgstr ""
16838 #: templates/table/chart/tbl_chart.twig:101
16839 msgid "X-Axis label:"
16840 msgstr ""
16842 #: templates/table/chart/tbl_chart.twig:102
16843 msgid "X Values"
16844 msgstr ""
16846 #: templates/table/chart/tbl_chart.twig:106
16847 msgid "Y-Axis label:"
16848 msgstr ""
16850 #: templates/table/chart/tbl_chart.twig:107
16851 msgid "Y Values"
16852 msgstr ""
16854 #: templates/table/chart/tbl_chart.twig:112
16855 msgid "Series names are in a column"
16856 msgstr ""
16858 #: templates/table/chart/tbl_chart.twig:116
16859 msgid "Series column:"
16860 msgstr ""
16862 #: templates/table/chart/tbl_chart.twig:126
16863 msgid "Value Column:"
16864 msgstr ""
16866 #: templates/table/chart/tbl_chart.twig:147
16867 msgid "Save chart as image"
16868 msgstr ""
16870 #: templates/table/export/index.twig:12
16871 msgid ""
16872 "@SERVER@ will become the server name, @DATABASE@ will become the database "
16873 "name and @TABLE@ will become the table name."
16874 msgstr ""
16876 #: templates/table/export/index.twig:7
16877 #, php-format
16878 msgid "Exporting rows from \"%s\" table"
16879 msgstr ""
16881 #: templates/table/find_replace/index.twig:4
16882 #: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
16883 msgid "Table search"
16884 msgstr ""
16886 #: templates/table/find_replace/index.twig:10
16887 #: templates/table/search/index.twig:10
16888 #: templates/table/zoom_search/index.twig:10
16889 msgid "Zoom search"
16890 msgstr ""
16892 #: templates/table/find_replace/index.twig:16
16893 #: templates/table/find_replace/index.twig:27
16894 #: templates/table/search/index.twig:16
16895 #: templates/table/zoom_search/index.twig:16
16896 msgid "Find and replace"
16897 msgstr ""
16899 #: templates/table/find_replace/index.twig:36
16900 msgid "Replace with:"
16901 msgstr ""
16903 #: templates/table/find_replace/index.twig:57
16904 msgid "Use regular expression"
16905 msgstr ""
16907 #: templates/table/find_replace/replace_preview.twig:10
16908 msgid "Find and replace - preview"
16909 msgstr ""
16911 #: templates/table/find_replace/replace_preview.twig:17
16912 msgid "Original string"
16913 msgstr ""
16915 #: templates/table/find_replace/replace_preview.twig:18
16916 msgid "Replaced string"
16917 msgstr ""
16919 #: templates/table/find_replace/replace_preview.twig:36
16920 msgid "Replace"
16921 msgstr ""
16923 #: templates/table/gis_visualization/gis_visualization.twig:2
16924 msgid "Display GIS Visualization"
16925 msgstr ""
16927 #: templates/table/gis_visualization/gis_visualization.twig:10
16928 msgid "Label column"
16929 msgstr ""
16931 #: templates/table/gis_visualization/gis_visualization.twig:12
16932 msgid "-- None --"
16933 msgstr ""
16935 #: templates/table/gis_visualization/gis_visualization.twig:21
16936 msgid "Spatial column"
16937 msgstr ""
16939 #: templates/table/import/index.twig:3
16940 #, php-format
16941 msgid "Importing into the table \"%s\""
16942 msgstr ""
16944 #: templates/table/index_form.twig:15 templates/table/index_rename_form.twig:11
16945 msgid "Index name:"
16946 msgstr ""
16948 #: templates/table/index_form.twig:16 templates/table/index_rename_form.twig:12
16949 msgid ""
16950 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
16951 msgstr ""
16953 #: templates/table/index_form.twig:34
16954 msgid "Index choice:"
16955 msgstr ""
16957 #: templates/table/index_form.twig:54
16958 msgid "Advanced options"
16959 msgstr ""
16961 #: templates/table/index_form.twig:64
16962 msgid "Key block size:"
16963 msgstr ""
16965 #: templates/table/index_form.twig:81
16966 msgid "Index type:"
16967 msgstr ""
16969 #: templates/table/index_form.twig:98
16970 msgid "Parser:"
16971 msgstr ""
16973 #: templates/table/index_form.twig:114
16974 msgid "Comment:"
16975 msgstr ""
16977 #: templates/table/index_form.twig:159 templates/table/index_form.twig:196
16978 msgid "Drag to reorder"
16979 msgstr ""
16981 #: templates/table/insert/actions_panel.twig:9
16982 msgid "Insert as new row"
16983 msgstr ""
16985 #: templates/table/insert/actions_panel.twig:10
16986 msgid "Insert as new row and ignore errors"
16987 msgstr ""
16989 #: templates/table/insert/actions_panel.twig:11
16990 msgid "Show insert query"
16991 msgstr ""
16993 #: templates/table/insert/actions_panel.twig:15
16994 msgid "and then"
16995 msgstr ""
16997 #: templates/table/insert/actions_panel.twig:19
16998 msgid "Go back to previous page"
16999 msgstr ""
17001 #: templates/table/insert/actions_panel.twig:20
17002 msgid "Insert another new row"
17003 msgstr ""
17005 #: templates/table/insert/actions_panel.twig:22
17006 msgid "Go back to this page"
17007 msgstr ""
17009 #: templates/table/insert/actions_panel.twig:24
17010 msgid "Edit next row"
17011 msgstr ""
17013 #: templates/table/insert/actions_panel.twig:32
17014 msgid ""
17015 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
17016 msgstr ""
17018 #: templates/table/insert/column_row.twig:15
17019 msgid "Binary"
17020 msgstr ""
17022 #: templates/table/insert/column_row.twig:30
17023 msgid "Use the NULL value for this column."
17024 msgstr ""
17026 #: templates/table/insert/column_row.twig:65
17027 msgid "Because of its length,<br> this column might not be editable."
17028 msgstr ""
17030 #: templates/table/insert/column_row.twig:93
17031 msgid "Binary - do not edit"
17032 msgstr ""
17034 #: templates/table/insert/column_row.twig:122
17035 #: templates/table/search/input_box.twig:37
17036 msgid "Edit/Insert"
17037 msgstr ""
17039 #: templates/table/insert/continue_insertion_form.twig:18
17040 #, php-format
17041 msgid "Continue insertion with %s rows"
17042 msgstr ""
17044 #: templates/table/maintenance/checksum.twig:13
17045 msgid "Checksum"
17046 msgstr ""
17048 #: templates/table/operations/index.twig:9
17049 msgid "Alter table order by"
17050 msgstr ""
17052 #: templates/table/operations/index.twig:20
17053 msgctxt "Alter table order by a single field."
17054 msgid "(singly)"
17055 msgstr ""
17057 #: templates/table/operations/index.twig:50
17058 msgid "Move table to (database.table)"
17059 msgstr ""
17061 #: templates/table/operations/index.twig:101
17062 msgid "Table options"
17063 msgstr ""
17065 #: templates/table/operations/index.twig:105
17066 msgid "Rename table to"
17067 msgstr ""
17069 #: templates/table/operations/index.twig:123
17070 msgid "Table comments"
17071 msgstr ""
17073 #: templates/table/operations/index.twig:170
17074 msgid "Change all column collations"
17075 msgstr ""
17077 #: templates/table/operations/index.twig:251
17078 msgid "Copy table to (database.table)"
17079 msgstr ""
17081 #: templates/table/operations/index.twig:322
17082 msgid "Switch to copied table"
17083 msgstr ""
17085 #: templates/table/operations/index.twig:364
17086 msgid "Defragment table"
17087 msgstr ""
17089 #: templates/table/operations/index.twig:372
17090 #, php-format
17091 msgid "Table %s has been flushed."
17092 msgstr ""
17094 #: templates/table/operations/index.twig:376
17095 msgid "Flush the table (FLUSH)"
17096 msgstr ""
17098 #: templates/table/operations/index.twig:413
17099 msgid "Empty the table (TRUNCATE)"
17100 msgstr ""
17102 #: templates/table/operations/index.twig:431
17103 msgid "Empty the table (DELETE FROM)"
17104 msgstr ""
17106 #: templates/table/operations/index.twig:452
17107 msgid "Delete the table (DROP)"
17108 msgstr ""
17110 #: templates/table/operations/index.twig:474
17111 msgid "Partition maintenance"
17112 msgstr ""
17114 #: templates/table/operations/index.twig:500
17115 #: templates/table/structure/display_partitions.twig:201
17116 msgid "Remove partitioning"
17117 msgstr ""
17119 #: templates/table/operations/index.twig:513
17120 msgid "Check referential integrity"
17121 msgstr ""
17123 #: templates/table/operations/view.twig:12
17124 msgid "Rename view to"
17125 msgstr ""
17127 #: templates/table/operations/view.twig:37
17128 msgid "Delete the view (DROP)"
17129 msgstr ""
17131 #: templates/table/page_with_secondary_tabs.twig:11
17132 msgid "Relation view"
17133 msgstr ""
17135 #: templates/table/partition/analyze.twig:2
17136 msgid "Analyze partition"
17137 msgstr ""
17139 #: templates/table/partition/check.twig:2
17140 msgid "Check partition"
17141 msgstr ""
17143 #: templates/table/partition/drop.twig:2
17144 msgid "Drop partition"
17145 msgstr ""
17147 #: templates/table/partition/optimize.twig:2
17148 msgid "Optimize partition"
17149 msgstr ""
17151 #: templates/table/partition/rebuild.twig:2
17152 msgid "Rebuild partition"
17153 msgstr ""
17155 #: templates/table/partition/repair.twig:2
17156 msgid "Repair partition"
17157 msgstr ""
17159 #: templates/table/partition/truncate.twig:2
17160 msgid "Truncate partition"
17161 msgstr ""
17163 #: templates/table/privileges/index.twig:57
17164 msgid "table-specific"
17165 msgstr ""
17167 #: templates/table/relation/common_form.twig:9
17168 msgid "Foreign key constraints"
17169 msgstr ""
17171 #: templates/table/relation/common_form.twig:14
17172 msgid "Actions"
17173 msgstr ""
17175 #: templates/table/relation/common_form.twig:15
17176 msgid "Constraint properties"
17177 msgstr ""
17179 #: templates/table/relation/common_form.twig:19
17180 msgid ""
17181 "Creating a foreign key over a non-indexed column would automatically create "
17182 "an index on it. Alternatively, you can define an index below, before "
17183 "creating the foreign key."
17184 msgstr ""
17186 #: templates/table/relation/common_form.twig:24
17187 msgid ""
17188 "Only columns with index will be displayed. You can define an index below."
17189 msgstr ""
17191 #: templates/table/relation/common_form.twig:28
17192 msgid "Foreign key constraint"
17193 msgstr ""
17195 #: templates/table/relation/common_form.twig:93
17196 msgid "+ Add constraint"
17197 msgstr ""
17199 #: templates/table/relation/common_form.twig:106
17200 #: templates/table/relation/common_form.twig:114
17201 msgid "Internal relationships"
17202 msgstr ""
17204 #: templates/table/relation/common_form.twig:122
17205 msgid "Internal relation"
17206 msgstr ""
17208 #: templates/table/relation/common_form.twig:124
17209 msgid ""
17210 "An internal relation is not necessary when a corresponding FOREIGN KEY "
17211 "relation exists."
17212 msgstr ""
17214 #: templates/table/relation/common_form.twig:208
17215 msgid "Choose column to display:"
17216 msgstr ""
17218 #: templates/table/relation/foreign_key_row.twig:15
17219 #, php-format
17220 msgid "Foreign key constraint %s has been dropped"
17221 msgstr ""
17223 #: templates/table/relation/foreign_key_row.twig:33
17224 msgid "Constraint name"
17225 msgstr ""
17227 #: templates/table/search/index.twig:27
17228 msgid "Do a \"query by example\" (wildcard: \"%\")"
17229 msgstr ""
17231 #: templates/table/search/index.twig:111
17232 msgid "Select columns (at least one):"
17233 msgstr ""
17235 #: templates/table/search/index.twig:130
17236 msgid "Add search conditions (body of the \"where\" clause):"
17237 msgstr ""
17239 #: templates/table/search/index.twig:138
17240 msgid "Number of rows per page"
17241 msgstr ""
17243 #: templates/table/search/index.twig:144
17244 msgid "Display order:"
17245 msgstr ""
17247 #: templates/table/search/index.twig:181
17248 msgid "Range search"
17249 msgstr ""
17251 #: templates/table/search/index.twig:187
17252 msgid "Minimum value:"
17253 msgstr ""
17255 #: templates/table/search/index.twig:190
17256 msgid "Maximum value:"
17257 msgstr ""
17259 #: templates/table/start_and_number_of_rows_fieldset.twig:3
17260 msgid "Start row:"
17261 msgstr ""
17263 #: templates/table/structure/display_partitions.twig:4
17264 #: templates/table/structure/display_structure.twig:580
17265 msgid "Partitions"
17266 msgstr ""
17268 #: templates/table/structure/display_partitions.twig:8
17269 msgid "No partitioning defined!"
17270 msgstr ""
17272 #: templates/table/structure/display_partitions.twig:11
17273 msgid "Partitioned by:"
17274 msgstr ""
17276 #: templates/table/structure/display_partitions.twig:16
17277 msgid "Sub partitioned by:"
17278 msgstr ""
17280 #: templates/table/structure/display_partitions.twig:29
17281 msgid "Data length"
17282 msgstr ""
17284 #: templates/table/structure/display_partitions.twig:30
17285 msgid "Index length"
17286 msgstr ""
17288 #: templates/table/structure/display_partitions.twig:194
17289 msgid "Partition table"
17290 msgstr ""
17292 #: templates/table/structure/display_partitions.twig:207
17293 #: templates/table/structure/partition_definition_form.twig:5
17294 msgid "Edit partitioning"
17295 msgstr ""
17297 #: templates/table/structure/display_structure.twig:70
17298 #, fuzzy
17299 #| msgid "Bad type!"
17300 msgid "Media type:"
17301 msgstr "မကောင်းတဲ့အမျိုးအစား!"
17303 #: templates/table/structure/display_structure.twig:91
17304 #: templates/table/tracking/structure_snapshot_columns.twig:47
17305 msgctxt "None for default"
17306 msgid "None"
17307 msgstr ""
17309 #: templates/table/structure/display_structure.twig:108
17310 #: templates/table/structure/display_structure.twig:287
17311 msgid "Change"
17312 msgstr ""
17314 #: templates/table/structure/display_structure.twig:116
17315 #, php-format
17316 msgid "Column %s has been dropped."
17317 msgstr ""
17319 #: templates/table/structure/display_structure.twig:142
17320 #, php-format
17321 msgid "A primary key has been added on %s."
17322 msgstr ""
17324 #: templates/table/structure/display_structure.twig:157
17325 #: templates/table/structure/display_structure.twig:172
17326 #: templates/table/structure/display_structure.twig:197
17327 #: templates/table/structure/display_structure.twig:216
17328 #, php-format
17329 msgid "An index has been added on %s."
17330 msgstr ""
17332 #: templates/table/structure/display_structure.twig:238
17333 msgid "Distinct values"
17334 msgstr ""
17336 #: templates/table/structure/display_structure.twig:249
17337 #: templates/table/structure/display_structure.twig:315
17338 msgid "Remove from central columns"
17339 msgstr ""
17341 #: templates/table/structure/display_structure.twig:257
17342 #: templates/table/structure/display_structure.twig:312
17343 msgid "Add to central columns"
17344 msgstr ""
17346 #: templates/table/structure/display_structure.twig:328
17347 #: templates/table/structure/display_structure.twig:332
17348 #: templates/table/structure/display_structure.twig:400
17349 msgid "Move columns"
17350 msgstr ""
17352 #: templates/table/structure/display_structure.twig:333
17353 msgid "Move the columns by dragging them up and down."
17354 msgstr ""
17356 #: templates/table/structure/display_structure.twig:372
17357 #: templates/view_create.twig:13
17358 msgid "Edit view"
17359 msgstr ""
17361 #: templates/table/structure/display_structure.twig:386
17362 msgid "Propose table structure"
17363 msgstr ""
17365 #: templates/table/structure/display_structure.twig:403
17366 msgid "Normalize"
17367 msgstr ""
17369 #: templates/table/structure/display_structure.twig:409
17370 msgid "Track view"
17371 msgstr ""
17373 #: templates/table/structure/display_structure.twig:423
17374 #, php-format
17375 msgid "Add %s column(s)"
17376 msgstr ""
17378 #: templates/table/structure/display_structure.twig:428
17379 msgid "at beginning of table"
17380 msgstr ""
17382 #: templates/table/structure/display_structure.twig:552
17383 #, php-format
17384 msgid "Create an index on %s columns"
17385 msgstr ""
17387 #: templates/table/structure/display_table_stats.twig:14
17388 msgid "Space usage"
17389 msgstr ""
17391 #: templates/table/structure/display_table_stats.twig:37
17392 msgid "Effective"
17393 msgstr ""
17395 #: templates/table/structure/display_table_stats.twig:80
17396 msgid "Row statistics"
17397 msgstr ""
17399 #: templates/table/structure/display_table_stats.twig:86
17400 msgid "static"
17401 msgstr ""
17403 #: templates/table/structure/display_table_stats.twig:88
17404 msgid "dynamic"
17405 msgstr ""
17407 #: templates/table/structure/display_table_stats.twig:99
17408 msgid "partitioned"
17409 msgstr ""
17411 #: templates/table/structure/display_table_stats.twig:128
17412 msgid "Row length"
17413 msgstr ""
17415 #: templates/table/structure/display_table_stats.twig:140
17416 msgid "Row size"
17417 msgstr ""
17419 #: templates/table/structure/display_table_stats.twig:147
17420 msgid "Next autoindex"
17421 msgstr ""
17423 #: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:91
17424 #: templates/table/tracking/main.twig:92
17425 msgid "Delete version"
17426 msgstr ""
17428 #: templates/table/tracking/main.twig:102
17429 #, php-format
17430 msgid "Activate tracking for %s"
17431 msgstr ""
17433 #: templates/table/tracking/main.twig:104
17434 msgid "Activate now"
17435 msgstr ""
17437 #: templates/table/tracking/main.twig:106
17438 #, php-format
17439 msgid "Deactivate tracking for %s"
17440 msgstr ""
17442 #: templates/table/tracking/main.twig:108
17443 msgid "Deactivate now"
17444 msgstr ""
17446 #: templates/table/tracking/report_table.twig:4
17447 #: templates/table/tracking/structure_snapshot_columns.twig:5
17448 msgctxt "Number"
17449 msgid "#"
17450 msgstr ""
17452 #: templates/table/tracking/report_table.twig:5
17453 msgid "Date"
17454 msgstr ""
17456 #: templates/table/tracking/report_table.twig:6
17457 msgid "Username"
17458 msgstr ""
17460 #: templates/table/zoom_search/index.twig:27
17461 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
17462 msgstr ""
17464 #: templates/table/zoom_search/index.twig:54
17465 msgid "Additional search criteria"
17466 msgstr ""
17468 #: templates/table/zoom_search/index.twig:116
17469 msgid "Use this column to label each point"
17470 msgstr ""
17472 #: templates/table/zoom_search/index.twig:141
17473 msgid "Maximum rows to plot"
17474 msgstr ""
17476 #: templates/table/zoom_search/result_form.twig:7
17477 msgid "Browse/Edit the points"
17478 msgstr ""
17480 #: templates/table/zoom_search/result_form.twig:14
17481 msgid "How to use"
17482 msgstr ""
17484 #: templates/table/zoom_search/result_form.twig:17
17485 msgid "Reset zoom"
17486 msgstr ""
17488 #. l10n: Show or hide the menu using the hamburger style button
17489 #: templates/top_menu.twig:4
17490 msgid "Toggle navigation"
17491 msgstr ""
17493 #. l10n: Current page
17494 #: templates/top_menu.twig:14
17495 msgid "(current)"
17496 msgstr ""
17498 #: templates/transformation_overview.twig:1
17499 msgid "Available media types"
17500 msgstr ""
17502 #: templates/transformation_overview.twig:13
17503 msgid "Available browser display transformations"
17504 msgstr ""
17506 #: templates/transformation_overview.twig:19
17507 #: templates/transformation_overview.twig:38
17508 msgctxt "for media type transformation"
17509 msgid "Description"
17510 msgstr ""
17512 #: templates/transformation_overview.twig:32
17513 msgid "Available input transformations"
17514 msgstr ""
17516 #: templates/view_create.twig:65
17517 msgid "VIEW name"
17518 msgstr ""
17520 #: templates/view_create.twig:79
17521 msgid "Column names"
17522 msgstr ""