Translated using Weblate (Filipino)
[phpmyadmin.git] / po / ku.po
blob3c3a3cd633e35dca13400901886ffcb54b11b441
1 # phpMyAdmin translation.
2 # Copyright (C) 2003 - 2017 phpMyAdmin devel team
3 # This file is distributed under the same license as the phpMyAdmin package.
4 # Automatically generated, 2017.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: phpMyAdmin 5.2.2-dev\n"
9 "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10 "POT-Creation-Date: 2023-02-08 15:09+0000\n"
11 "PO-Revision-Date: 2017-07-06 19:45+0000\n"
12 "Last-Translator: Rokar Ali <rokara10@gmail.com>\n"
13 "Language-Team: Kurdish <https://hosted.weblate.org/projects/phpmyadmin/"
14 "master/ku/>\n"
15 "Language: ku\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=2; plural=n != 1;\n"
20 "X-Generator: Weblate 2.16-dev\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:329
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:180
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/index_form.twig:245
1168 #: templates/table/insert/actions_panel.twig:37
1169 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:15
1170 #: templates/table/operations/index.twig:38
1171 #: templates/table/operations/index.twig:86
1172 #: templates/table/operations/index.twig:241
1173 #: templates/table/operations/index.twig:328
1174 #: templates/table/operations/index.twig:505
1175 #: templates/table/operations/view.twig:20
1176 #: templates/table/search/index.twig:172 templates/table/search/index.twig:196
1177 #: templates/table/start_and_number_of_rows_fieldset.twig:15
1178 #: templates/table/structure/display_structure.twig:343
1179 #: templates/table/structure/display_structure.twig:454
1180 #: templates/table/structure/display_structure.twig:572
1181 #: templates/table/zoom_search/index.twig:152 templates/view_create.twig:116
1182 msgid "Go"
1183 msgstr "BaƟ"
1185 #: libraries/classes/BrowseForeigners.php:221
1186 #: libraries/classes/BrowseForeigners.php:225
1187 #: templates/database/data_dictionary/index.twig:73 templates/indexes.twig:16
1188 #: templates/table/structure/display_structure.twig:475
1189 #: templates/table/tracking/structure_snapshot_indexes.twig:5
1190 msgid "Keyname"
1191 msgstr ""
1193 #: libraries/classes/BrowseForeigners.php:222
1194 #: libraries/classes/BrowseForeigners.php:224
1195 #: templates/server/engines/index.twig:14
1196 #: templates/server/plugins/index.twig:27
1197 #: templates/server/status/variables/index.twig:77
1198 msgid "Description"
1199 msgstr ""
1201 #: libraries/classes/BrowseForeigners.php:321
1202 #: libraries/classes/Language.php:204 libraries/classes/Pdf.php:81
1203 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:496
1204 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:530
1205 #: templates/list_navigator.twig:4
1206 msgid "Page number:"
1207 msgstr ""
1209 #: libraries/classes/BrowseForeigners.php:335
1210 #: libraries/classes/Controllers/JavaScriptMessagesController.php:561
1211 #: templates/display/results/table.twig:24
1212 #: templates/server/privileges/initials_row.twig:17
1213 #: templates/table/browse_foreigners/show_all.twig:4
1214 msgid "Show all"
1215 msgstr ""
1217 #: libraries/classes/Charsets/Collation.php:170
1218 #: libraries/classes/Charsets.php:176 libraries/classes/Charsets.php:177
1219 msgid "Unknown"
1220 msgstr ""
1222 #: libraries/classes/Charsets/Collation.php:203
1223 #: libraries/classes/Charsets/Collation.php:502
1224 msgctxt "Collation"
1225 msgid "German (phone book order)"
1226 msgstr ""
1228 #: libraries/classes/Charsets/Collation.php:207
1229 #: libraries/classes/Charsets/Collation.php:499
1230 msgctxt "Collation"
1231 msgid "German (dictionary order)"
1232 msgstr ""
1234 #: libraries/classes/Charsets/Collation.php:216
1235 #: libraries/classes/Charsets/Collation.php:577
1236 msgctxt "Collation"
1237 msgid "Spanish (traditional)"
1238 msgstr ""
1240 #: libraries/classes/Charsets/Collation.php:220
1241 #: libraries/classes/Charsets/Collation.php:570
1242 msgctxt "Collation"
1243 msgid "Spanish (modern)"
1244 msgstr ""
1246 #: libraries/classes/Charsets/Collation.php:298
1247 msgctxt "Collation variant"
1248 msgid "case-insensitive"
1249 msgstr ""
1251 #: libraries/classes/Charsets/Collation.php:301
1252 msgctxt "Collation variant"
1253 msgid "case-sensitive"
1254 msgstr ""
1256 #: libraries/classes/Charsets/Collation.php:304
1257 msgctxt "Collation variant"
1258 msgid "accent-insensitive"
1259 msgstr ""
1261 #: libraries/classes/Charsets/Collation.php:307
1262 msgctxt "Collation variant"
1263 msgid "accent-sensitive"
1264 msgstr ""
1266 #: libraries/classes/Charsets/Collation.php:310
1267 msgctxt "Collation variant"
1268 msgid "kana-sensitive"
1269 msgstr ""
1271 #: libraries/classes/Charsets/Collation.php:314
1272 msgctxt "Collation variant"
1273 msgid "multi-level"
1274 msgstr ""
1276 #: libraries/classes/Charsets/Collation.php:317
1277 msgctxt "Collation variant"
1278 msgid "binary"
1279 msgstr ""
1281 #: libraries/classes/Charsets/Collation.php:320
1282 msgctxt "Collation variant"
1283 msgid "no-pad"
1284 msgstr ""
1286 #: libraries/classes/Charsets/Collation.php:339
1287 msgctxt "Collation"
1288 msgid "Binary"
1289 msgstr ""
1291 #: libraries/classes/Charsets/Collation.php:352
1292 #: libraries/classes/Charsets/Collation.php:601
1293 msgctxt "Collation"
1294 msgid "Unicode"
1295 msgstr ""
1297 #: libraries/classes/Charsets/Collation.php:362
1298 #: libraries/classes/Charsets/Collation.php:548
1299 msgctxt "Collation"
1300 msgid "West European"
1301 msgstr ""
1303 #: libraries/classes/Charsets/Collation.php:369
1304 msgctxt "Collation"
1305 msgid "Central European"
1306 msgstr ""
1308 #: libraries/classes/Charsets/Collation.php:374
1309 #: libraries/classes/Charsets/Collation.php:555
1310 msgctxt "Collation"
1311 msgid "Russian"
1312 msgstr ""
1314 #: libraries/classes/Charsets/Collation.php:379
1315 msgctxt "Collation"
1316 msgid "Simplified Chinese"
1317 msgstr ""
1319 #: libraries/classes/Charsets/Collation.php:382
1320 msgctxt "Collation"
1321 msgid "Traditional Chinese"
1322 msgstr ""
1324 #: libraries/classes/Charsets/Collation.php:385
1325 #: libraries/classes/Charsets/Collation.php:470
1326 msgctxt "Collation"
1327 msgid "Chinese"
1328 msgstr ""
1330 #: libraries/classes/Charsets/Collation.php:393
1331 #: libraries/classes/Charsets/Collation.php:519
1332 msgctxt "Collation"
1333 msgid "Japanese"
1334 msgstr ""
1336 #: libraries/classes/Charsets/Collation.php:398
1337 msgctxt "Collation"
1338 msgid "Baltic"
1339 msgstr ""
1341 #: libraries/classes/Charsets/Collation.php:403
1342 msgctxt "Collation"
1343 msgid "Armenian"
1344 msgstr ""
1346 #: libraries/classes/Charsets/Collation.php:406
1347 msgctxt "Collation"
1348 msgid "Cyrillic"
1349 msgstr ""
1351 #: libraries/classes/Charsets/Collation.php:409
1352 msgctxt "Collation"
1353 msgid "Arabic"
1354 msgstr ""
1356 #: libraries/classes/Charsets/Collation.php:412
1357 #: libraries/classes/Charsets/Collation.php:534
1358 msgctxt "Collation"
1359 msgid "Korean"
1360 msgstr ""
1362 #: libraries/classes/Charsets/Collation.php:415
1363 msgctxt "Collation"
1364 msgid "Hebrew"
1365 msgstr ""
1367 #: libraries/classes/Charsets/Collation.php:418
1368 msgctxt "Collation"
1369 msgid "Georgian"
1370 msgstr ""
1372 #: libraries/classes/Charsets/Collation.php:421
1373 msgctxt "Collation"
1374 msgid "Greek"
1375 msgstr ""
1377 #: libraries/classes/Charsets/Collation.php:424
1378 msgctxt "Collation"
1379 msgid "Czech-Slovak"
1380 msgstr ""
1382 #: libraries/classes/Charsets/Collation.php:427
1383 #: libraries/classes/Charsets/Collation.php:593
1384 msgctxt "Collation"
1385 msgid "Ukrainian"
1386 msgstr ""
1388 #: libraries/classes/Charsets/Collation.php:430
1389 #: libraries/classes/Charsets/Collation.php:589
1390 msgctxt "Collation"
1391 msgid "Turkish"
1392 msgstr ""
1394 #: libraries/classes/Charsets/Collation.php:433
1395 #: libraries/classes/Charsets/Collation.php:581
1396 msgctxt "Collation"
1397 msgid "Swedish"
1398 msgstr ""
1400 #: libraries/classes/Charsets/Collation.php:436
1401 #: libraries/classes/Charsets/Collation.php:585
1402 msgctxt "Collation"
1403 msgid "Thai"
1404 msgstr ""
1406 #: libraries/classes/Charsets/Collation.php:439
1407 msgctxt "Collation"
1408 msgid "Unknown"
1409 msgstr ""
1411 #: libraries/classes/Charsets/Collation.php:464
1412 msgctxt "Collation"
1413 msgid "Bulgarian"
1414 msgstr ""
1416 #: libraries/classes/Charsets/Collation.php:476
1417 msgctxt "Collation"
1418 msgid "Croatian"
1419 msgstr ""
1421 #: libraries/classes/Charsets/Collation.php:480
1422 msgctxt "Collation"
1423 msgid "Czech"
1424 msgstr ""
1426 #: libraries/classes/Charsets/Collation.php:484
1427 msgctxt "Collation"
1428 msgid "Danish"
1429 msgstr ""
1431 #: libraries/classes/Charsets/Collation.php:488
1432 msgctxt "Collation"
1433 msgid "English"
1434 msgstr ""
1436 #: libraries/classes/Charsets/Collation.php:492
1437 msgctxt "Collation"
1438 msgid "Esperanto"
1439 msgstr ""
1441 #: libraries/classes/Charsets/Collation.php:496
1442 msgctxt "Collation"
1443 msgid "Estonian"
1444 msgstr ""
1446 #: libraries/classes/Charsets/Collation.php:511
1447 msgctxt "Collation"
1448 msgid "Hungarian"
1449 msgstr ""
1451 #: libraries/classes/Charsets/Collation.php:515
1452 msgctxt "Collation"
1453 msgid "Icelandic"
1454 msgstr ""
1456 #: libraries/classes/Charsets/Collation.php:522
1457 msgctxt "Collation"
1458 msgid "Classical Latin"
1459 msgstr ""
1461 #: libraries/classes/Charsets/Collation.php:526
1462 msgctxt "Collation"
1463 msgid "Latvian"
1464 msgstr ""
1466 #: libraries/classes/Charsets/Collation.php:530
1467 msgctxt "Collation"
1468 msgid "Lithuanian"
1469 msgstr ""
1471 #: libraries/classes/Charsets/Collation.php:538
1472 msgctxt "Collation"
1473 msgid "Burmese"
1474 msgstr ""
1476 #: libraries/classes/Charsets/Collation.php:541
1477 msgctxt "Collation"
1478 msgid "Persian"
1479 msgstr ""
1481 #: libraries/classes/Charsets/Collation.php:545
1482 msgctxt "Collation"
1483 msgid "Polish"
1484 msgstr ""
1486 #: libraries/classes/Charsets/Collation.php:552
1487 msgctxt "Collation"
1488 msgid "Romanian"
1489 msgstr ""
1491 #: libraries/classes/Charsets/Collation.php:559
1492 msgctxt "Collation"
1493 msgid "Sinhalese"
1494 msgstr ""
1496 #: libraries/classes/Charsets/Collation.php:563
1497 msgctxt "Collation"
1498 msgid "Slovak"
1499 msgstr ""
1501 #: libraries/classes/Charsets/Collation.php:567
1502 msgctxt "Collation"
1503 msgid "Slovenian"
1504 msgstr ""
1506 #: libraries/classes/Charsets/Collation.php:597
1507 msgctxt "Collation"
1508 msgid "Vietnamese"
1509 msgstr ""
1511 #: libraries/classes/Common.php:245
1512 #, php-format
1513 msgid "You should upgrade to %s %s or later."
1514 msgstr ""
1516 #: libraries/classes/Common.php:277
1517 msgid "Error: Token mismatch"
1518 msgstr ""
1520 #: libraries/classes/Common.php:491
1521 msgid ""
1522 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
1523 "access phpMyAdmin."
1524 msgstr ""
1526 #: libraries/classes/Common.php:552
1527 msgid ""
1528 "You have enabled mbstring.func_overload in your PHP configuration. This "
1529 "option is incompatible with phpMyAdmin and might cause some data to be "
1530 "corrupted!"
1531 msgstr ""
1533 #: libraries/classes/Common.php:569
1534 msgid ""
1535 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
1536 "requires these functions!"
1537 msgstr ""
1539 #: libraries/classes/Common.php:580
1540 msgid "GLOBALS overwrite attempt"
1541 msgstr ""
1543 #: libraries/classes/Common.php:590
1544 msgid "possible exploit"
1545 msgstr ""
1547 #: libraries/classes/Config/Descriptions.php:69
1548 #: libraries/classes/Config/Descriptions.php:70
1549 #: libraries/classes/Config/Descriptions.php:71
1550 msgid "Users cannot set a higher value"
1551 msgstr ""
1553 #: libraries/classes/Config/Descriptions.php:89
1554 msgid ""
1555 "If enabled, user can enter any MySQL server in login form for cookie auth."
1556 msgstr ""
1558 #: libraries/classes/Config/Descriptions.php:92
1559 msgid ""
1560 "Restricts the MySQL servers the user can enter when a login to an arbitrary "
1561 "MySQL server is enabled by matching the IP or hostname of the MySQL server "
1562 "to the given regular expression."
1563 msgstr ""
1565 #: libraries/classes/Config/Descriptions.php:97
1566 msgid ""
1567 "Enabling this allows a page located on a different domain to call phpMyAdmin "
1568 "inside a frame, and is a potential [strong]security hole[/strong] allowing "
1569 "cross-frame scripting (XSS) attacks."
1570 msgstr ""
1572 #: libraries/classes/Config/Descriptions.php:102
1573 msgid ""
1574 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1575 "authentication."
1576 msgstr ""
1578 #: libraries/classes/Config/Descriptions.php:104
1579 msgid "Enable bzip2 compression for import operations."
1580 msgstr ""
1582 #: libraries/classes/Config/Descriptions.php:105
1583 msgid "Enter the URL for your reCAPTCHA v2 compatible API."
1584 msgstr ""
1586 #: libraries/classes/Config/Descriptions.php:106
1587 msgid ""
1588 "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
1589 "API."
1590 msgstr ""
1592 #: libraries/classes/Config/Descriptions.php:107
1593 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API."
1594 msgstr ""
1596 #: libraries/classes/Config/Descriptions.php:108
1597 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API."
1598 msgstr ""
1600 #: libraries/classes/Config/Descriptions.php:109
1601 msgid "Enter your public key for the reCAPTCHA service on your domain."
1602 msgstr ""
1604 #: libraries/classes/Config/Descriptions.php:110
1605 msgid "Enter your private key for your domain reCAPTCHA service."
1606 msgstr ""
1608 #: libraries/classes/Config/Descriptions.php:111
1609 msgid "Enter your siteverify URL for your reCAPTCHA service."
1610 msgstr ""
1612 #: libraries/classes/Config/Descriptions.php:113
1613 msgid ""
1614 "Defines which type of editing controls should be used for CHAR and VARCHAR "
1615 "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
1616 "kbd] - allows newlines in columns."
1617 msgstr ""
1619 #: libraries/classes/Config/Descriptions.php:118
1620 msgid ""
1621 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1622 "highlighting and line numbers."
1623 msgstr ""
1625 #: libraries/classes/Config/Descriptions.php:123
1626 msgid ""
1627 "Find any errors in the query before executing it. Requires CodeMirror to be "
1628 "enabled."
1629 msgstr ""
1631 #: libraries/classes/Config/Descriptions.php:126
1632 msgid ""
1633 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1634 "columns."
1635 msgstr ""
1637 #: libraries/classes/Config/Descriptions.php:129
1638 msgid ""
1639 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1640 "columns."
1641 msgstr ""
1643 #: libraries/classes/Config/Descriptions.php:132
1644 msgid ""
1645 "Compress gzip exports on the fly without the need for much memory; if you "
1646 "encounter problems with created gzip files disable this feature."
1647 msgstr ""
1649 #: libraries/classes/Config/Descriptions.php:136
1650 msgid ""
1651 "Whether a warning (\"Are your really sure
\") should be displayed when "
1652 "you're about to lose data."
1653 msgstr ""
1655 #: libraries/classes/Config/Descriptions.php:139
1656 msgid "Autocomplete of the table and column names in the SQL queries."
1657 msgstr ""
1659 #: libraries/classes/Config/Descriptions.php:142
1660 #: libraries/classes/Config/Descriptions.php:146
1661 #: libraries/classes/Config/Descriptions.php:150
1662 #: libraries/classes/Config/Descriptions.php:154
1663 #: libraries/classes/Config/Descriptions.php:158
1664 #: libraries/classes/Config/Descriptions.php:162
1665 #: libraries/classes/Config/Descriptions.php:166
1666 #: libraries/classes/Config/Descriptions.php:170
1667 #: libraries/classes/Config/Descriptions.php:174
1668 msgid ""
1669 "Values for options list for default transformations. These will be "
1670 "overwritten if transformation is filled in at table structure page."
1671 msgstr ""
1673 #: libraries/classes/Config/Descriptions.php:178
1674 msgid ""
1675 "Disable the table maintenance mass operations, like optimizing or repairing "
1676 "the selected tables of a database."
1677 msgstr ""
1679 #: libraries/classes/Config/Descriptions.php:182
1680 msgid ""
1681 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
1682 "limit)."
1683 msgstr ""
1685 #: libraries/classes/Config/Descriptions.php:184
1686 #: libraries/classes/Config/Descriptions.php:728
1687 #: libraries/classes/Plugins/Export/ExportSql.php:345
1688 msgid "Exclude definition of current user"
1689 msgstr ""
1691 #: libraries/classes/Config/Descriptions.php:186
1692 msgid ""
1693 "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
1694 "the referenced data, [kbd]id[/kbd] is the key value."
1695 msgstr ""
1697 #: libraries/classes/Config/Descriptions.php:190
1698 msgid ""
1699 "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
1700 "for magic strings that can be used to get special values."
1701 msgstr ""
1703 #: libraries/classes/Config/Descriptions.php:195
1704 msgid ""
1705 "Please note that phpMyAdmin is just a user interface and its features do not "
1706 "limit MySQL."
1707 msgstr ""
1709 #: libraries/classes/Config/Descriptions.php:198
1710 msgid ""
1711 "Advanced server configuration, do not change these options unless you know "
1712 "what they are for."
1713 msgstr ""
1715 #: libraries/classes/Config/Descriptions.php:201
1716 msgid ""
1717 "Configure phpMyAdmin configuration storage to gain access to additional "
1718 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1719 "documentation."
1720 msgstr ""
1722 #: libraries/classes/Config/Descriptions.php:206
1723 msgid ""
1724 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1725 "storage."
1726 msgstr ""
1728 #: libraries/classes/Config/Descriptions.php:209
1729 msgid "Customize browse mode."
1730 msgstr ""
1732 #: libraries/classes/Config/Descriptions.php:210
1733 #: libraries/classes/Config/Descriptions.php:211
1734 #: libraries/classes/Config/Descriptions.php:218
1735 #: libraries/classes/Config/Descriptions.php:224
1736 #: libraries/classes/Config/Descriptions.php:225
1737 #: libraries/classes/Config/Descriptions.php:230
1738 msgid "Customize default options."
1739 msgstr ""
1741 #: libraries/classes/Config/Descriptions.php:212
1742 msgid "Settings for phpMyAdmin developers."
1743 msgstr ""
1745 #: libraries/classes/Config/Descriptions.php:213
1746 msgid "Customize edit mode."
1747 msgstr ""
1749 #: libraries/classes/Config/Descriptions.php:214
1750 msgid "Customize default export options."
1751 msgstr ""
1753 #: libraries/classes/Config/Descriptions.php:215
1754 msgid "Set some commonly used options."
1755 msgstr ""
1757 #: libraries/classes/Config/Descriptions.php:216
1758 msgid "Customize default common import options."
1759 msgstr ""
1761 #: libraries/classes/Config/Descriptions.php:217
1762 msgid "Set import and export directories and compression options."
1763 msgstr ""
1765 #: libraries/classes/Config/Descriptions.php:219
1766 msgid "Databases display options."
1767 msgstr ""
1769 #: libraries/classes/Config/Descriptions.php:220
1770 msgid "Customize appearance of the navigation panel."
1771 msgstr ""
1773 #: libraries/classes/Config/Descriptions.php:221
1774 msgid "Customize the navigation tree."
1775 msgstr ""
1777 #: libraries/classes/Config/Descriptions.php:222
1778 msgid "Servers display options."
1779 msgstr ""
1781 #: libraries/classes/Config/Descriptions.php:223
1782 msgid "Tables display options."
1783 msgstr ""
1785 #: libraries/classes/Config/Descriptions.php:226
1786 msgid "Settings that didn't fit anywhere else."
1787 msgstr ""
1789 #: libraries/classes/Config/Descriptions.php:227
1790 msgid "Authentication settings."
1791 msgstr ""
1793 #: libraries/classes/Config/Descriptions.php:228
1794 msgid "Enter server connection parameters."
1795 msgstr ""
1797 #: libraries/classes/Config/Descriptions.php:229
1798 msgid "Customize links shown in SQL Query boxes."
1799 msgstr ""
1801 #: libraries/classes/Config/Descriptions.php:231
1802 msgid "SQL queries settings."
1803 msgstr ""
1805 #: libraries/classes/Config/Descriptions.php:232
1806 msgid "Customize startup page."
1807 msgstr ""
1809 #: libraries/classes/Config/Descriptions.php:233
1810 msgid ""
1811 "Choose which details to show in the database structure (list of tables)."
1812 msgstr ""
1814 #: libraries/classes/Config/Descriptions.php:234
1815 msgid "Settings for the table structure (list of columns)."
1816 msgstr ""
1818 #: libraries/classes/Config/Descriptions.php:235
1819 msgid "Choose how you want tabs to work."
1820 msgstr ""
1822 #: libraries/classes/Config/Descriptions.php:236
1823 msgid "Customize text input fields."
1824 msgstr ""
1826 #: libraries/classes/Config/Descriptions.php:237
1827 msgid "Customize default options"
1828 msgstr ""
1830 #: libraries/classes/Config/Descriptions.php:238
1831 msgid "Disable some of the warnings shown by phpMyAdmin."
1832 msgstr ""
1834 #: libraries/classes/Config/Descriptions.php:240
1835 msgid "Enable gzip compression for import and export operations."
1836 msgstr ""
1838 #: libraries/classes/Config/Descriptions.php:242
1839 msgid ""
1840 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
1841 "if one of the queries failed."
1842 msgstr ""
1844 #: libraries/classes/Config/Descriptions.php:246
1845 msgid ""
1846 "Allow interrupt of import in case script detects it is close to time limit. "
1847 "This might be a good way to import large files, however it can break "
1848 "transactions."
1849 msgstr ""
1851 #: libraries/classes/Config/Descriptions.php:251
1852 msgid ""
1853 "Default format; be aware that this list depends on location (database, "
1854 "table) and only SQL is always available."
1855 msgstr ""
1857 #: libraries/classes/Config/Descriptions.php:254
1858 #: libraries/classes/Config/Descriptions.php:255
1859 msgid "Update data when duplicate keys found on import"
1860 msgstr ""
1862 #: libraries/classes/Config/Descriptions.php:256
1863 msgid "Number of queries to skip from start."
1864 msgstr ""
1866 #: libraries/classes/Config/Descriptions.php:258
1867 msgid ""
1868 "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
1869 "only occurs for the current server. Setting this to FALSE makes it easy to "
1870 "forget to log out from other servers when connected to multiple servers."
1871 msgstr ""
1873 #: libraries/classes/Config/Descriptions.php:263
1874 msgid ""
1875 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
1876 "kbd] authentication mode."
1877 msgstr ""
1879 #: libraries/classes/Config/Descriptions.php:267
1880 msgid ""
1881 "Defines how long (in seconds) a login cookie should be stored in browser. "
1882 "The default of 0 means that it will be kept for the existing session only, "
1883 "and will be deleted as soon as you close the browser window. This is "
1884 "recommended for non-trusted environments."
1885 msgstr ""
1887 #: libraries/classes/Config/Descriptions.php:273
1888 msgid "Maximum number of characters used when a SQL query is displayed."
1889 msgstr ""
1891 #: libraries/classes/Config/Descriptions.php:276
1892 msgid ""
1893 "The number of items that can be displayed on each page on the first level of "
1894 "the navigation tree."
1895 msgstr ""
1897 #: libraries/classes/Config/Descriptions.php:279
1898 msgid ""
1899 "The number of items that can be displayed on each page of the navigation "
1900 "tree."
1901 msgstr ""
1903 #: libraries/classes/Config/Descriptions.php:282
1904 msgid ""
1905 "Number of rows displayed when browsing a result set. If the result set "
1906 "contains more rows, \"Previous\" and \"Next\" links will be shown."
1907 msgstr ""
1909 #: libraries/classes/Config/Descriptions.php:287
1910 msgid ""
1911 "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
1912 "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
1913 msgstr ""
1915 #: libraries/classes/Config/Descriptions.php:291
1916 msgid "In the navigation panel, replaces the database tree with a selector"
1917 msgstr ""
1919 #: libraries/classes/Config/Descriptions.php:294
1920 msgid "Link with main panel by highlighting the current database or table."
1921 msgstr ""
1923 #: libraries/classes/Config/Descriptions.php:297
1924 msgid ""
1925 "Open the linked page in the main window ([code]main[/code]) or in a new one "
1926 "([code]new[/code])."
1927 msgstr ""
1929 #: libraries/classes/Config/Descriptions.php:300
1930 msgid ""
1931 "Defines the minimum number of items (tables, views, routines and events) to "
1932 "display a filter box."
1933 msgstr ""
1935 #: libraries/classes/Config/Descriptions.php:303
1936 msgid ""
1937 "Group items in the navigation tree (determined by the separator defined in "
1938 "the Databases and Tables tabs above)."
1939 msgstr ""
1941 #: libraries/classes/Config/Descriptions.php:307
1942 msgid ""
1943 "Whether to offer the possibility of tree expansion in the navigation panel."
1944 msgstr ""
1946 #: libraries/classes/Config/Descriptions.php:310
1947 msgid "Whether to show procedures under database in the navigation tree"
1948 msgstr ""
1950 #: libraries/classes/Config/Descriptions.php:313
1951 msgid "Whether to expand single database in the navigation tree automatically."
1952 msgstr ""
1954 #: libraries/classes/Config/Descriptions.php:315
1955 msgid "Set to 0 to collapse navigation panel."
1956 msgstr ""
1958 #: libraries/classes/Config/Descriptions.php:316
1959 msgid "Show logo in navigation panel."
1960 msgstr ""
1962 #: libraries/classes/Config/Descriptions.php:317
1963 msgid "URL where logo in the navigation panel will point to."
1964 msgstr ""
1966 #: libraries/classes/Config/Descriptions.php:318
1967 msgid "Display server choice at the top of the navigation panel."
1968 msgstr ""
1970 #: libraries/classes/Config/Descriptions.php:319
1971 msgid "String that separates databases into different tree levels."
1972 msgstr ""
1974 #: libraries/classes/Config/Descriptions.php:320
1975 msgid "String that separates tables into different tree levels."
1976 msgstr ""
1978 #: libraries/classes/Config/Descriptions.php:321
1979 msgid "Highlight server under the mouse cursor."
1980 msgstr ""
1982 #: libraries/classes/Config/Descriptions.php:322
1983 msgid "Whether to show tables under database in the navigation tree"
1984 msgstr ""
1986 #: libraries/classes/Config/Descriptions.php:323
1987 msgid "Whether to show views under database in the navigation tree"
1988 msgstr ""
1990 #: libraries/classes/Config/Descriptions.php:324
1991 msgid "Whether to show functions under database in the navigation tree"
1992 msgstr ""
1994 #: libraries/classes/Config/Descriptions.php:325
1995 msgid "Whether to show events under database in the navigation tree"
1996 msgstr ""
1998 #: libraries/classes/Config/Descriptions.php:327
1999 msgid ""
2000 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
2001 "DATETIME and TIMESTAMP, ascending order otherwise."
2002 msgstr ""
2004 #: libraries/classes/Config/Descriptions.php:331
2005 msgid ""
2006 "Disable the default warning that is displayed on the database details "
2007 "Structure page if any of the required tables for the phpMyAdmin "
2008 "configuration storage could not be found."
2009 msgstr ""
2011 #: libraries/classes/Config/Descriptions.php:336
2012 msgid ""
2013 "Disable the default warning that is displayed on the Structure page if "
2014 "column names in a table are reserved MySQL words."
2015 msgstr ""
2017 #: libraries/classes/Config/Descriptions.php:340
2018 msgid ""
2019 "Enable if you want DB-based query history (requires phpMyAdmin configuration "
2020 "storage). If disabled, this utilizes JS-routines to display query history "
2021 "(lost by window close)."
2022 msgstr ""
2024 #: libraries/classes/Config/Descriptions.php:345
2025 msgid ""
2026 "Sets the effective timezone; possibly different than the one from your "
2027 "database server"
2028 msgstr ""
2030 #: libraries/classes/Config/Descriptions.php:348
2031 msgid ""
2032 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
2033 "[kbd]pma__bookmark[/kbd]"
2034 msgstr ""
2036 #: libraries/classes/Config/Descriptions.php:351
2037 msgid ""
2038 "Leave blank for no column comments/media types, suggested: "
2039 "[kbd]pma__column_info[/kbd]."
2040 msgstr ""
2042 #: libraries/classes/Config/Descriptions.php:354
2043 msgid ""
2044 "A special MySQL user configured with limited permissions, more information "
2045 "available on [doc@linked-tables]documentation[/doc]."
2046 msgstr ""
2048 #: libraries/classes/Config/Descriptions.php:358
2049 msgid ""
2050 "An alternate host to hold the configuration storage; leave blank to use the "
2051 "already defined host."
2052 msgstr ""
2054 #: libraries/classes/Config/Descriptions.php:361
2055 msgid ""
2056 "An alternate port to connect to the host that holds the configuration "
2057 "storage; leave blank to use the default port, or the already defined port, "
2058 "if the controlhost equals host."
2059 msgstr ""
2061 #: libraries/classes/Config/Descriptions.php:366
2062 msgid ""
2063 "More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
2064 "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
2065 "com/19588]MySQL Bugs[/a]"
2066 msgstr ""
2068 #: libraries/classes/Config/Descriptions.php:370
2069 msgid ""
2070 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2071 "kbd]."
2072 msgstr ""
2074 #: libraries/classes/Config/Descriptions.php:373
2075 msgid ""
2076 "Limits number of table preferences which are stored in database, the oldest "
2077 "records are automatically removed."
2078 msgstr ""
2080 #: libraries/classes/Config/Descriptions.php:377
2081 msgid ""
2082 "Leave blank for no QBE saved searches support, suggested: "
2083 "[kbd]pma__savedsearches[/kbd]."
2084 msgstr ""
2086 #: libraries/classes/Config/Descriptions.php:380
2087 msgid ""
2088 "Leave blank for no export template support, suggested: "
2089 "[kbd]pma__export_templates[/kbd]."
2090 msgstr ""
2092 #: libraries/classes/Config/Descriptions.php:383
2093 msgid ""
2094 "Leave blank for no central columns support, suggested: "
2095 "[kbd]pma__central_columns[/kbd]."
2096 msgstr ""
2098 #: libraries/classes/Config/Descriptions.php:386
2099 msgid ""
2100 "You can use MySQL wildcard characters (% and _), escape them if you want to "
2101 "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
2102 "[kbd]'my_db'[/kbd]."
2103 msgstr ""
2105 #: libraries/classes/Config/Descriptions.php:391
2106 msgid ""
2107 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2108 msgstr ""
2110 #: libraries/classes/Config/Descriptions.php:394
2111 msgid ""
2112 "Database used for relations, bookmarks, and PDF features. See [doc@linked-"
2113 "tables]pmadb[/doc] for complete information. Leave blank for no support. "
2114 "Suggested: [kbd]phpmyadmin[/kbd]."
2115 msgstr ""
2117 #: libraries/classes/Config/Descriptions.php:399
2118 msgid ""
2119 "Leave blank for no \"persistent\" recently used tables across sessions, "
2120 "suggested: [kbd]pma__recent[/kbd]."
2121 msgstr ""
2123 #: libraries/classes/Config/Descriptions.php:403
2124 msgid ""
2125 "Leave blank for no \"persistent\" favorite tables across sessions, "
2126 "suggested: [kbd]pma__favorite[/kbd]."
2127 msgstr ""
2129 #: libraries/classes/Config/Descriptions.php:407
2130 msgid ""
2131 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2132 "[kbd]pma__relation[/kbd]."
2133 msgstr ""
2135 #: libraries/classes/Config/Descriptions.php:412
2136 msgid ""
2137 "See [doc@authentication-modes]authentication types[/doc] for an example."
2138 msgstr ""
2140 #: libraries/classes/Config/Descriptions.php:415
2141 msgid ""
2142 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2143 "kbd]."
2144 msgstr ""
2146 #: libraries/classes/Config/Descriptions.php:418
2147 msgid ""
2148 "Table to describe the display columns, leave blank for no support; "
2149 "suggested: [kbd]pma__table_info[/kbd]."
2150 msgstr ""
2152 #: libraries/classes/Config/Descriptions.php:422
2153 msgid ""
2154 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2155 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2156 msgstr ""
2158 #: libraries/classes/Config/Descriptions.php:426
2159 msgid ""
2160 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2161 "the log when creating a database."
2162 msgstr ""
2164 #: libraries/classes/Config/Descriptions.php:430
2165 msgid ""
2166 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2167 "log when creating a table."
2168 msgstr ""
2170 #: libraries/classes/Config/Descriptions.php:434
2171 msgid ""
2172 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2173 "log when creating a view."
2174 msgstr ""
2176 #: libraries/classes/Config/Descriptions.php:438
2177 msgid "Defines the list of statements the auto-creation uses for new versions."
2178 msgstr ""
2180 #: libraries/classes/Config/Descriptions.php:441
2181 msgid ""
2182 "Leave blank for no SQL query tracking support, suggested: "
2183 "[kbd]pma__tracking[/kbd]."
2184 msgstr ""
2186 #: libraries/classes/Config/Descriptions.php:444
2187 msgid ""
2188 "Whether the tracking mechanism creates versions for tables and views "
2189 "automatically."
2190 msgstr ""
2192 #: libraries/classes/Config/Descriptions.php:447
2193 msgid ""
2194 "Leave blank for no user preferences storage in database, suggested: "
2195 "[kbd]pma__userconfig[/kbd]."
2196 msgstr ""
2198 #: libraries/classes/Config/Descriptions.php:450
2199 msgid ""
2200 "Both this table and the user groups table are required to enable the "
2201 "configurable menus feature; leaving either one of them blank will disable "
2202 "this feature, suggested: [kbd]pma__users[/kbd]."
2203 msgstr ""
2205 #: libraries/classes/Config/Descriptions.php:455
2206 msgid ""
2207 "Both this table and the users table are required to enable the configurable "
2208 "menus feature; leaving either one of them blank will disable this feature, "
2209 "suggested: [kbd]pma__usergroups[/kbd]."
2210 msgstr ""
2212 #: libraries/classes/Config/Descriptions.php:460
2213 msgid ""
2214 "Leave blank to disable the feature to hide and show navigation items, "
2215 "suggested: [kbd]pma__navigationhiding[/kbd]."
2216 msgstr ""
2218 #: libraries/classes/Config/Descriptions.php:464
2219 msgid ""
2220 "A user-friendly description of this server. Leave blank to display the "
2221 "hostname instead."
2222 msgstr ""
2224 #: libraries/classes/Config/Descriptions.php:466
2225 msgid "Leave blank if not used."
2226 msgstr ""
2228 #: libraries/classes/Config/Descriptions.php:467
2229 msgid "Leave blank for defaults."
2230 msgstr ""
2232 #: libraries/classes/Config/Descriptions.php:468
2233 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2234 msgstr ""
2236 #: libraries/classes/Config/Descriptions.php:469
2237 msgid "Authentication method to use."
2238 msgstr ""
2240 #: libraries/classes/Config/Descriptions.php:470
2241 msgid "Compress connection to MySQL server."
2242 msgstr ""
2244 #: libraries/classes/Config/Descriptions.php:471
2245 msgid "Hide databases matching regular expression (PCRE)."
2246 msgstr ""
2248 #: libraries/classes/Config/Descriptions.php:472
2249 msgid "Hostname where MySQL server is running."
2250 msgstr ""
2252 #: libraries/classes/Config/Descriptions.php:473
2253 #: libraries/classes/Config/Descriptions.php:477
2254 msgid "Leave empty if not using config auth."
2255 msgstr ""
2257 #: libraries/classes/Config/Descriptions.php:474
2258 msgid "Port on which MySQL server is listening, leave empty for default."
2259 msgstr ""
2261 #: libraries/classes/Config/Descriptions.php:475
2262 msgid "Socket on which MySQL server is listening, leave empty for default."
2263 msgstr ""
2265 #: libraries/classes/Config/Descriptions.php:476
2266 msgid "Enable SSL for connection to MySQL server."
2267 msgstr ""
2269 #: libraries/classes/Config/Descriptions.php:479
2270 msgid ""
2271 "Please note that enabling this has no effect with [kbd]config[/kbd] "
2272 "authentication mode because the password is hard coded in the configuration "
2273 "file; this does not limit the ability to execute the same command directly."
2274 msgstr ""
2276 #: libraries/classes/Config/Descriptions.php:484
2277 msgid "Show or hide a column displaying the Creation timestamp for all tables."
2278 msgstr ""
2280 #: libraries/classes/Config/Descriptions.php:487
2281 msgid ""
2282 "Show or hide a column displaying the Last update timestamp for all tables."
2283 msgstr ""
2285 #: libraries/classes/Config/Descriptions.php:490
2286 msgid ""
2287 "Show or hide a column displaying the Last check timestamp for all tables."
2288 msgstr ""
2290 #: libraries/classes/Config/Descriptions.php:493
2291 msgid ""
2292 "Defines whether or not type fields should be initially displayed in edit/"
2293 "insert mode."
2294 msgstr ""
2296 #: libraries/classes/Config/Descriptions.php:496
2297 msgid ""
2298 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2299 "[/a] output."
2300 msgstr ""
2302 #: libraries/classes/Config/Descriptions.php:498
2303 msgid "Whether a user should be displayed a \"show all (rows)\" button."
2304 msgstr ""
2306 #: libraries/classes/Config/Descriptions.php:499
2307 msgid "Show or hide a column displaying the comments for all tables."
2308 msgstr ""
2310 #: libraries/classes/Config/Descriptions.php:500
2311 msgid "Show or hide a column displaying the charset for all tables."
2312 msgstr ""
2314 #: libraries/classes/Config/Descriptions.php:501
2315 msgid "Display the function fields in edit/insert mode."
2316 msgstr ""
2318 #: libraries/classes/Config/Descriptions.php:502
2319 msgid "Whether to show hint or not."
2320 msgstr ""
2322 #: libraries/classes/Config/Descriptions.php:503
2323 msgid ""
2324 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2325 msgstr ""
2327 #: libraries/classes/Config/Descriptions.php:504
2328 msgid "Allow to display database and table statistics (e.g. space usage)."
2329 msgstr ""
2331 #: libraries/classes/Config/Descriptions.php:506
2332 msgid ""
2333 "Mark used tables and make it possible to show databases with locked tables."
2334 msgstr ""
2336 #: libraries/classes/Config/Descriptions.php:509
2337 msgid ""
2338 "Disable the default warning that is displayed on the main page if Suhosin is "
2339 "detected."
2340 msgstr ""
2342 #: libraries/classes/Config/Descriptions.php:512
2343 msgid ""
2344 "Disable the default warning that is displayed on the main page if the value "
2345 "of the PHP setting session.gc_maxlifetime is less than the value of "
2346 "`LoginCookieValidity`."
2347 msgstr ""
2349 #: libraries/classes/Config/Descriptions.php:517
2350 msgid ""
2351 "Textarea size (columns) in edit mode, this value will be emphasized for SQL "
2352 "query textareas (*2)."
2353 msgstr ""
2355 #: libraries/classes/Config/Descriptions.php:520
2356 msgid ""
2357 "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
2358 "query textareas (*2)."
2359 msgstr ""
2361 #: libraries/classes/Config/Descriptions.php:523
2362 msgid ""
2363 "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
2364 "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
2365 "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
2366 "HTTP_X_FORWARDED_FOR[/kbd]."
2367 msgstr ""
2369 #: libraries/classes/Config/Descriptions.php:529
2370 msgid ""
2371 "When disabled, users cannot set any of the options below, regardless of the "
2372 "checkbox on the right."
2373 msgstr ""
2375 #: libraries/classes/Config/Descriptions.php:532
2376 msgid ""
2377 "The URL of the proxy to be used when retrieving the information about the "
2378 "latest version of phpMyAdmin, or when submitting error reports. You need "
2379 "this if the server where phpMyAdmin is installed does not have direct access "
2380 "to the Internet. The format is: \"hostname:portnumber\"."
2381 msgstr ""
2383 #: libraries/classes/Config/Descriptions.php:538
2384 msgid ""
2385 "The username for authenticating with the proxy. By default, no "
2386 "authentication is performed. If a username is supplied, Basic Authentication "
2387 "will be performed. No other types of authentication are currently supported."
2388 msgstr ""
2390 #: libraries/classes/Config/Descriptions.php:544
2391 msgid ""
2392 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2393 "will be inserted with Shift+Enter."
2394 msgstr ""
2396 #: libraries/classes/Config/Descriptions.php:548
2397 msgid ""
2398 "Enable Zero Configuration mode which lets you set up phpMyAdmin "
2399 "configuration storage tables automatically."
2400 msgstr ""
2402 #: libraries/classes/Config/Descriptions.php:551
2403 msgid "Highlight selected rows."
2404 msgstr ""
2406 #: libraries/classes/Config/Descriptions.php:552
2407 msgid "Highlight row pointed by the mouse cursor."
2408 msgstr ""
2410 #: libraries/classes/Config/Descriptions.php:553
2411 msgid "Number of columns for CHAR/VARCHAR textareas."
2412 msgstr ""
2414 #: libraries/classes/Config/Descriptions.php:554
2415 msgid "Number of rows for CHAR/VARCHAR textareas."
2416 msgstr ""
2418 #: libraries/classes/Config/Descriptions.php:555
2419 msgid ""
2420 "Log SQL queries and their execution time, to be displayed in the console"
2421 msgstr ""
2423 #: libraries/classes/Config/Descriptions.php:556
2424 msgid "Tab that is displayed when entering a database."
2425 msgstr ""
2427 #: libraries/classes/Config/Descriptions.php:557
2428 msgid "Tab that is displayed when entering a server."
2429 msgstr ""
2431 #: libraries/classes/Config/Descriptions.php:558
2432 msgid "Tab that is displayed when entering a table."
2433 msgstr ""
2435 #: libraries/classes/Config/Descriptions.php:559
2436 msgid "Whether the table structure actions should be hidden."
2437 msgstr ""
2439 #: libraries/classes/Config/Descriptions.php:560
2440 msgid "Whether column comments should be shown in table structure view"
2441 msgstr ""
2443 #: libraries/classes/Config/Descriptions.php:561
2444 msgid "Show server listing as a list instead of a drop down."
2445 msgstr ""
2447 #: libraries/classes/Config/Descriptions.php:562
2448 msgid "A dropdown will be used if fewer items are present."
2449 msgstr ""
2451 #: libraries/classes/Config/Descriptions.php:563
2452 msgid "Default value for foreign key checks checkbox for some queries."
2453 msgstr ""
2455 #: libraries/classes/Config/Descriptions.php:564
2456 msgid "Uncheck the checkbox to disable drag and drop import"
2457 msgstr ""
2459 #: libraries/classes/Config/Descriptions.php:565
2460 msgid "How many rows can be inserted at one time."
2461 msgstr ""
2463 #: libraries/classes/Config/Descriptions.php:566
2464 msgid ""
2465 "Maximum number of characters shown in any non-numeric column on browse view."
2466 msgstr ""
2468 #: libraries/classes/Config/Descriptions.php:567
2469 msgid "Define how long (in seconds) a login cookie is valid."
2470 msgstr ""
2472 #: libraries/classes/Config/Descriptions.php:568
2473 msgid "Double size of textarea for LONGTEXT columns."
2474 msgstr ""
2476 #: libraries/classes/Config/Descriptions.php:569
2477 msgid "Maximum number of databases displayed in database list."
2478 msgstr ""
2480 #: libraries/classes/Config/Descriptions.php:570
2481 msgid "Maximum number of tables displayed in table list."
2482 msgstr ""
2484 #: libraries/classes/Config/Descriptions.php:571
2485 msgid "Maximum number of recently used tables; set 0 to disable."
2486 msgstr ""
2488 #: libraries/classes/Config/Descriptions.php:572
2489 msgid "Maximum number of favorite tables; set 0 to disable."
2490 msgstr ""
2492 #: libraries/classes/Config/Descriptions.php:573
2493 msgid "These are Edit, Copy and Delete links."
2494 msgstr ""
2496 #: libraries/classes/Config/Descriptions.php:574
2497 msgid "Whether to show row links even in the absence of a unique key."
2498 msgstr ""
2500 #: libraries/classes/Config/Descriptions.php:575
2501 #: libraries/classes/Config/Descriptions.php:858
2502 msgid "Disable shortcut keys"
2503 msgstr ""
2505 #: libraries/classes/Config/Descriptions.php:576
2506 msgid "Use natural order for sorting table and database names."
2507 msgstr ""
2509 #: libraries/classes/Config/Descriptions.php:577
2510 #: libraries/classes/Config/Descriptions.php:580
2511 #: libraries/classes/Config/Descriptions.php:581
2512 msgid "Use only icons, only text or both."
2513 msgstr ""
2515 #: libraries/classes/Config/Descriptions.php:578
2516 msgid "Use GZip output buffering for increased speed in HTTP transfers."
2517 msgstr ""
2519 #: libraries/classes/Config/Descriptions.php:579
2520 msgid "Use persistent connections to MySQL databases."
2521 msgstr ""
2523 #: libraries/classes/Config/Descriptions.php:582
2524 msgid "Disallow BLOB and BINARY columns from editing."
2525 msgstr ""
2527 #: libraries/classes/Config/Descriptions.php:583
2528 msgid "How many queries are kept in history."
2529 msgstr ""
2531 #: libraries/classes/Config/Descriptions.php:584
2532 msgid "Select which functions will be used for character set conversion."
2533 msgstr ""
2535 #: libraries/classes/Config/Descriptions.php:585
2536 msgid "When browsing tables, the sorting of each table is remembered."
2537 msgstr ""
2539 #: libraries/classes/Config/Descriptions.php:586
2540 msgid "Default sort order for tables with a primary key."
2541 msgstr ""
2543 #: libraries/classes/Config/Descriptions.php:587
2544 msgid ""
2545 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2546 msgstr ""
2548 #: libraries/classes/Config/Descriptions.php:588
2549 msgid "For display Options"
2550 msgstr ""
2552 #: libraries/classes/Config/Descriptions.php:589
2553 msgid "Directory where exports can be saved on server."
2554 msgstr ""
2556 #: libraries/classes/Config/Descriptions.php:590
2557 msgid ""
2558 "Defines whether the query box should stay on-screen after its submission."
2559 msgstr ""
2561 #: libraries/classes/Config/Descriptions.php:591
2562 msgid "Title of browser window when a database is selected."
2563 msgstr ""
2565 #: libraries/classes/Config/Descriptions.php:592
2566 msgid "Title of browser window when nothing is selected."
2567 msgstr ""
2569 #: libraries/classes/Config/Descriptions.php:593
2570 msgid "Title of browser window when a server is selected."
2571 msgstr ""
2573 #: libraries/classes/Config/Descriptions.php:594
2574 msgid "Title of browser window when a table is selected."
2575 msgstr ""
2577 #: libraries/classes/Config/Descriptions.php:595
2578 msgid "Directory on server where you can upload files for import."
2579 msgstr ""
2581 #: libraries/classes/Config/Descriptions.php:596
2582 msgid "Allow for searching inside the entire database."
2583 msgstr ""
2585 #: libraries/classes/Config/Descriptions.php:597
2586 msgid "Enables check for latest version on main phpMyAdmin page."
2587 msgstr ""
2589 #: libraries/classes/Config/Descriptions.php:598
2590 msgid "The password for authenticating with the proxy."
2591 msgstr ""
2593 #: libraries/classes/Config/Descriptions.php:599
2594 msgid "Enable ZIP compression for import and export operations."
2595 msgstr ""
2597 #: libraries/classes/Config/Descriptions.php:600
2598 msgid "Choose the default action when sending error reports."
2599 msgstr ""
2601 #: libraries/classes/Config/Descriptions.php:617
2602 msgid "Allow login to any MySQL server"
2603 msgstr ""
2605 #: libraries/classes/Config/Descriptions.php:618
2606 msgid "Restrict login to MySQL server"
2607 msgstr ""
2609 #: libraries/classes/Config/Descriptions.php:619
2610 msgid "Allow third party framing"
2611 msgstr ""
2613 #: libraries/classes/Config/Descriptions.php:620
2614 msgid "Show \"Drop database\" link to normal users"
2615 msgstr ""
2617 #: libraries/classes/Config/Descriptions.php:621
2618 msgid "Blowfish secret"
2619 msgstr ""
2621 #: libraries/classes/Config/Descriptions.php:622
2622 msgid "Row marker"
2623 msgstr ""
2625 #: libraries/classes/Config/Descriptions.php:623
2626 msgid "Highlight pointer"
2627 msgstr ""
2629 #: libraries/classes/Config/Descriptions.php:624
2630 msgid "Bzip2"
2631 msgstr ""
2633 #: libraries/classes/Config/Descriptions.php:625
2634 msgid "CHAR columns editing"
2635 msgstr ""
2637 #: libraries/classes/Config/Descriptions.php:626
2638 msgid "Enable CodeMirror"
2639 msgstr ""
2641 #: libraries/classes/Config/Descriptions.php:627
2642 msgid "Enable linter"
2643 msgstr ""
2645 #: libraries/classes/Config/Descriptions.php:628
2646 msgid "Minimum size for input field"
2647 msgstr ""
2649 #: libraries/classes/Config/Descriptions.php:629
2650 msgid "Maximum size for input field"
2651 msgstr ""
2653 #: libraries/classes/Config/Descriptions.php:630
2654 msgid "CHAR textarea columns"
2655 msgstr ""
2657 #: libraries/classes/Config/Descriptions.php:631
2658 msgid "CHAR textarea rows"
2659 msgstr ""
2661 #: libraries/classes/Config/Descriptions.php:632
2662 msgid "Check config file permissions"
2663 msgstr ""
2665 #: libraries/classes/Config/Descriptions.php:633
2666 msgid "Compress on the fly"
2667 msgstr ""
2669 #: libraries/classes/Config/Descriptions.php:634
2670 msgid "Confirm DROP queries"
2671 msgstr ""
2673 #: libraries/classes/Config/Descriptions.php:635
2674 #: templates/console/display.twig:11 templates/console/display.twig:64
2675 msgid "Debug SQL"
2676 msgstr ""
2678 #: libraries/classes/Config/Descriptions.php:636
2679 #: libraries/classes/Plugins/Schema/SchemaDia.php:66
2680 #: libraries/classes/Plugins/Schema/SchemaPdf.php:76
2681 msgid "Paper size"
2682 msgstr ""
2684 #: libraries/classes/Config/Descriptions.php:637
2685 msgid "Default database tab"
2686 msgstr ""
2688 #: libraries/classes/Config/Descriptions.php:638
2689 msgid "Default server tab"
2690 msgstr ""
2692 #: libraries/classes/Config/Descriptions.php:639
2693 msgid "Default table tab"
2694 msgstr ""
2696 #: libraries/classes/Config/Descriptions.php:640
2697 msgid "Enable autocomplete for table and column names"
2698 msgstr ""
2700 #: libraries/classes/Config/Descriptions.php:641
2701 msgid "Show column comments"
2702 msgstr ""
2704 #: libraries/classes/Config/Descriptions.php:642
2705 msgid "Hide table structure actions"
2706 msgstr ""
2708 #: libraries/classes/Config/Descriptions.php:643
2709 msgid "Default transformations for Hex"
2710 msgstr ""
2712 #: libraries/classes/Config/Descriptions.php:644
2713 msgid "Default transformations for Substring"
2714 msgstr ""
2716 #: libraries/classes/Config/Descriptions.php:645
2717 msgid "Default transformations for Bool2Text"
2718 msgstr ""
2720 #: libraries/classes/Config/Descriptions.php:646
2721 msgid "Default transformations for External"
2722 msgstr ""
2724 #: libraries/classes/Config/Descriptions.php:647
2725 msgid "Default transformations for PreApPend"
2726 msgstr ""
2728 #: libraries/classes/Config/Descriptions.php:648
2729 msgid "Default transformations for DateFormat"
2730 msgstr ""
2732 #: libraries/classes/Config/Descriptions.php:649
2733 msgid "Default transformations for Inline"
2734 msgstr ""
2736 #: libraries/classes/Config/Descriptions.php:650
2737 msgid "Default transformations for TextImageLink"
2738 msgstr ""
2740 #: libraries/classes/Config/Descriptions.php:651
2741 msgid "Default transformations for TextLink"
2742 msgstr ""
2744 #: libraries/classes/Config/Descriptions.php:652
2745 msgid "Display servers as a list"
2746 msgstr ""
2748 #: libraries/classes/Config/Descriptions.php:653
2749 msgid "Disable multi table maintenance"
2750 msgstr ""
2752 #: libraries/classes/Config/Descriptions.php:654
2753 msgid "Maximum execution time"
2754 msgstr ""
2756 #: libraries/classes/Config/Descriptions.php:655
2757 msgid "Use [code]LOCK TABLES[/code] statement"
2758 msgstr ""
2760 #: libraries/classes/Config/Descriptions.php:656
2761 msgid "Save as file"
2762 msgstr ""
2764 #: libraries/classes/Config/Descriptions.php:657
2765 #: libraries/classes/Config/Descriptions.php:792
2766 msgid "Character set of the file"
2767 msgstr ""
2769 #: libraries/classes/Config/Descriptions.php:658
2770 #: libraries/classes/Config/Descriptions.php:674 templates/import.twig:165
2771 #: templates/import.twig:167 templates/sql/query.twig:40
2772 #: templates/table/structure/display_table_stats.twig:84
2773 msgid "Format"
2774 msgstr ""
2776 #: libraries/classes/Config/Descriptions.php:659
2777 msgid "Compression"
2778 msgstr ""
2780 #: libraries/classes/Config/Descriptions.php:660
2781 #: libraries/classes/Config/Descriptions.php:667
2782 #: libraries/classes/Config/Descriptions.php:675
2783 #: libraries/classes/Config/Descriptions.php:679
2784 #: libraries/classes/Config/Descriptions.php:692
2785 #: libraries/classes/Config/Descriptions.php:694
2786 #: libraries/classes/Config/Descriptions.php:741
2787 #: libraries/classes/Plugins/Export/ExportCsv.php:88
2788 #: libraries/classes/Plugins/Export/ExportExcel.php:61
2789 #: libraries/classes/Plugins/Export/ExportHtmlword.php:85
2790 #: libraries/classes/Plugins/Export/ExportOds.php:70
2791 #: libraries/classes/Plugins/Export/ExportOdt.php:127
2792 #: libraries/classes/Plugins/Export/ExportTexytext.php:79
2793 msgid "Put columns names in the first row"
2794 msgstr ""
2796 #: libraries/classes/Config/Descriptions.php:661
2797 #: libraries/classes/Config/Descriptions.php:794
2798 #: libraries/classes/Config/Descriptions.php:800
2799 #: libraries/classes/Plugins/Import/ImportCsv.php:666
2800 msgid "Columns enclosed with"
2801 msgstr ""
2803 #: libraries/classes/Config/Descriptions.php:662
2804 #: libraries/classes/Config/Descriptions.php:795
2805 #: libraries/classes/Config/Descriptions.php:801
2806 #: libraries/classes/Plugins/Import/ImportCsv.php:677
2807 msgid "Columns escaped with"
2808 msgstr ""
2810 #: libraries/classes/Config/Descriptions.php:663
2811 #: libraries/classes/Config/Descriptions.php:669
2812 #: libraries/classes/Config/Descriptions.php:676
2813 #: libraries/classes/Config/Descriptions.php:685
2814 #: libraries/classes/Config/Descriptions.php:693
2815 #: libraries/classes/Config/Descriptions.php:697
2816 #: libraries/classes/Config/Descriptions.php:742
2817 msgid "Replace NULL with"
2818 msgstr ""
2820 #: libraries/classes/Config/Descriptions.php:664
2821 #: libraries/classes/Config/Descriptions.php:670
2822 msgid "Remove CRLF characters within columns"
2823 msgstr ""
2825 #: libraries/classes/Config/Descriptions.php:665
2826 #: libraries/classes/Config/Descriptions.php:798
2827 #: libraries/classes/Config/Descriptions.php:805
2828 #: libraries/classes/Plugins/Import/ImportCsv.php:651
2829 msgid "Columns terminated with"
2830 msgstr ""
2832 #: libraries/classes/Config/Descriptions.php:666
2833 #: libraries/classes/Config/Descriptions.php:793
2834 #: libraries/classes/Plugins/Import/ImportCsv.php:684
2835 msgid "Lines terminated with"
2836 msgstr ""
2838 #: libraries/classes/Config/Descriptions.php:668
2839 msgid "Excel edition"
2840 msgstr ""
2842 #: libraries/classes/Config/Descriptions.php:671
2843 msgid "Database name template"
2844 msgstr ""
2846 #: libraries/classes/Config/Descriptions.php:672
2847 msgid "Server name template"
2848 msgstr ""
2850 #: libraries/classes/Config/Descriptions.php:673
2851 msgid "Table name template"
2852 msgstr ""
2854 #: libraries/classes/Config/Descriptions.php:677
2855 #: libraries/classes/Config/Descriptions.php:690
2856 #: libraries/classes/Config/Descriptions.php:699
2857 #: libraries/classes/Config/Descriptions.php:737
2858 #: libraries/classes/Config/Descriptions.php:743
2859 #: libraries/classes/Plugins/Export/ExportHtmlword.php:56
2860 #: libraries/classes/Plugins/Export/ExportLatex.php:88
2861 #: libraries/classes/Plugins/Export/ExportMediawiki.php:55
2862 #: libraries/classes/Plugins/Export/ExportMediawiki.php:61
2863 #: libraries/classes/Plugins/Export/ExportOdt.php:69
2864 #: libraries/classes/Plugins/Export/ExportPdf.php:86
2865 #: libraries/classes/Plugins/Export/ExportSql.php:237
2866 #: libraries/classes/Plugins/Export/ExportTexytext.php:55
2867 msgid "Dump table"
2868 msgstr ""
2870 #: libraries/classes/Config/Descriptions.php:678
2871 #: libraries/classes/Plugins/Export/ExportLatex.php:79
2872 msgid "Include table caption"
2873 msgstr ""
2875 #: libraries/classes/Config/Descriptions.php:680
2876 #: libraries/classes/Config/Descriptions.php:695
2877 #: libraries/classes/Config/Descriptions.php:731
2878 #: libraries/classes/Plugins/Export/ExportHtmlword.php:386
2879 #: libraries/classes/Plugins/Export/ExportLatex.php:551
2880 #: libraries/classes/Plugins/Export/ExportOdt.php:495
2881 #: libraries/classes/Plugins/Export/ExportTexytext.php:395
2882 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:548
2883 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:685
2884 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:708
2885 #: templates/columns_definitions/table_fields_definitions.twig:54
2886 #: templates/database/data_dictionary/index.twig:29
2887 #: templates/table/structure/display_structure.twig:28
2888 msgid "Comments"
2889 msgstr "Çawan"
2891 #: libraries/classes/Config/Descriptions.php:681
2892 #: libraries/classes/Config/Descriptions.php:687
2893 msgid "Table caption"
2894 msgstr ""
2896 #: libraries/classes/Config/Descriptions.php:682
2897 #: libraries/classes/Config/Descriptions.php:688
2898 msgid "Continued table caption"
2899 msgstr ""
2901 #: libraries/classes/Config/Descriptions.php:683
2902 #: libraries/classes/Config/Descriptions.php:689
2903 msgid "Label key"
2904 msgstr ""
2906 #: libraries/classes/Config/Descriptions.php:684
2907 #: libraries/classes/Config/Descriptions.php:696
2908 #: libraries/classes/Config/Descriptions.php:734
2909 #: libraries/classes/Plugins/Export/ExportHtmlword.php:393
2910 #: libraries/classes/Plugins/Export/ExportOdt.php:502
2911 #: libraries/classes/Plugins/Export/ExportTexytext.php:400
2912 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:556
2913 #: templates/columns_definitions/table_fields_definitions.twig:71
2914 #: templates/database/data_dictionary/index.twig:31
2915 #, fuzzy
2916 #| msgid "Bad type!"
2917 msgid "Media type"
2918 msgstr "Model BetalĂȘ!"
2920 #: libraries/classes/Config/Descriptions.php:686
2921 #: libraries/classes/Config/Descriptions.php:698
2922 #: libraries/classes/Config/Descriptions.php:736
2923 msgid "Relationships"
2924 msgstr ""
2926 #: libraries/classes/Config/Descriptions.php:691
2927 msgid "Export method"
2928 msgstr ""
2930 #: libraries/classes/Config/Descriptions.php:700
2931 #: libraries/classes/Config/Descriptions.php:703
2932 msgid "Save on server"
2933 msgstr ""
2935 #: libraries/classes/Config/Descriptions.php:701
2936 #: libraries/classes/Config/Descriptions.php:704 templates/export.twig:182
2937 #: templates/export.twig:377
2938 msgid "Overwrite existing file(s)"
2939 msgstr ""
2941 #: libraries/classes/Config/Descriptions.php:702
2942 msgid "Export as separate files"
2943 msgstr ""
2945 #: libraries/classes/Config/Descriptions.php:705
2946 msgid "Remember filename template"
2947 msgstr ""
2949 #: libraries/classes/Config/Descriptions.php:706
2950 msgid "Remove DEFINER clause from definitions"
2951 msgstr ""
2953 #: libraries/classes/Config/Descriptions.php:707
2954 #: templates/database/operations/index.twig:160
2955 #: templates/table/operations/index.twig:72
2956 #: templates/table/operations/index.twig:300
2957 msgid "Add AUTO_INCREMENT value"
2958 msgstr ""
2960 #: libraries/classes/Config/Descriptions.php:708
2961 msgid "Enclose table and column names with backquotes"
2962 msgstr ""
2964 #: libraries/classes/Config/Descriptions.php:709
2965 #: libraries/classes/Config/Descriptions.php:811
2966 msgid "SQL compatibility mode"
2967 msgstr ""
2969 #: libraries/classes/Config/Descriptions.php:710
2970 msgid "Creation/Update/Check dates"
2971 msgstr ""
2973 #: libraries/classes/Config/Descriptions.php:711
2974 msgid "Use delayed inserts"
2975 msgstr ""
2977 #: libraries/classes/Config/Descriptions.php:712
2978 #: libraries/classes/Plugins/Export/ExportSql.php:183
2979 msgid "Disable foreign key checks"
2980 msgstr ""
2982 #: libraries/classes/Config/Descriptions.php:713
2983 #: libraries/classes/Plugins/Export/ExportSql.php:197
2984 msgid "Export views as tables"
2985 msgstr ""
2987 #: libraries/classes/Config/Descriptions.php:714
2988 msgid "Export related metadata from phpMyAdmin configuration storage"
2989 msgstr ""
2991 #: libraries/classes/Config/Descriptions.php:715
2992 #: libraries/classes/Config/Descriptions.php:716
2993 #: libraries/classes/Config/Descriptions.php:718
2994 #: libraries/classes/Config/Descriptions.php:721
2995 #: libraries/classes/Config/Descriptions.php:722
2996 #: libraries/classes/Config/Descriptions.php:723
2997 #: libraries/classes/Config/Descriptions.php:735
2998 #: templates/database/operations/index.twig:155
2999 #: templates/table/operations/index.twig:295
3000 #, php-format
3001 msgid "Add %s"
3002 msgstr ""
3004 #: libraries/classes/Config/Descriptions.php:724
3005 msgid "Use hexadecimal for BINARY & BLOB"
3006 msgstr ""
3008 #: libraries/classes/Config/Descriptions.php:726
3009 msgid ""
3010 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
3011 "creation)"
3012 msgstr ""
3014 #: libraries/classes/Config/Descriptions.php:729
3015 #: libraries/classes/Plugins/Export/ExportSql.php:351
3016 #, php-format
3017 msgid "%s view"
3018 msgstr ""
3020 #: libraries/classes/Config/Descriptions.php:730
3021 msgid "Use ignore inserts"
3022 msgstr ""
3024 #: libraries/classes/Config/Descriptions.php:732
3025 msgid "Syntax to use when inserting data"
3026 msgstr ""
3028 #: libraries/classes/Config/Descriptions.php:733
3029 #: libraries/classes/Plugins/Export/ExportSql.php:488
3030 msgid "Maximal length of created query"
3031 msgstr ""
3033 #: libraries/classes/Config/Descriptions.php:738
3034 msgid "Export type"
3035 msgstr ""
3037 #: libraries/classes/Config/Descriptions.php:739
3038 #: libraries/classes/Plugins/Export/ExportSql.php:169
3039 msgid "Enclose export in a transaction"
3040 msgstr ""
3042 #: libraries/classes/Config/Descriptions.php:740
3043 msgid "Export time in UTC"
3044 msgstr ""
3046 #: libraries/classes/Config/Descriptions.php:744
3047 msgid "Foreign key dropdown order"
3048 msgstr ""
3050 #: libraries/classes/Config/Descriptions.php:745
3051 msgid "Foreign key limit"
3052 msgstr ""
3054 #: libraries/classes/Config/Descriptions.php:746
3055 msgid "Foreign key checks"
3056 msgstr ""
3058 #: libraries/classes/Config/Descriptions.php:747
3059 msgid "First day of calendar"
3060 msgstr ""
3062 #: libraries/classes/Config/Descriptions.php:748
3063 #: libraries/classes/Config/Descriptions.php:759 libraries/classes/Menu.php:480
3064 #: libraries/classes/Util.php:1960 libraries/config.values.php:155
3065 #: templates/navigation/tree/database_select.twig:10
3066 #: templates/server/databases/index.twig:3 templates/server/export/index.twig:7
3067 #: templates/server/export/index.twig:14
3068 #: templates/server/privileges/user_properties.twig:20
3069 msgid "Databases"
3070 msgstr ""
3072 #: libraries/classes/Config/Descriptions.php:749
3073 msgid "Browse mode"
3074 msgstr ""
3076 #: libraries/classes/Config/Descriptions.php:751
3077 #: libraries/classes/Config/Forms/User/ExportForm.php:82
3078 #: libraries/classes/Config/Forms/User/ImportForm.php:35
3079 msgid "CSV"
3080 msgstr ""
3082 #: libraries/classes/Config/Descriptions.php:752
3083 msgid "Developer"
3084 msgstr ""
3086 #: libraries/classes/Config/Descriptions.php:753
3087 msgid "Edit mode"
3088 msgstr ""
3090 #: libraries/classes/Config/Descriptions.php:754
3091 msgid "Export defaults"
3092 msgstr ""
3094 #: libraries/classes/Config/Descriptions.php:755
3095 msgid "General"
3096 msgstr ""
3098 #: libraries/classes/Config/Descriptions.php:756
3099 msgid "Import defaults"
3100 msgstr ""
3102 #: libraries/classes/Config/Descriptions.php:757
3103 msgid "Import / export"
3104 msgstr ""
3106 #: libraries/classes/Config/Descriptions.php:758
3107 msgid "LaTeX"
3108 msgstr ""
3110 #: libraries/classes/Config/Descriptions.php:760
3111 #: libraries/classes/Config/Forms/User/NaviForm.php:68
3112 #: templates/preferences/header.twig:30
3113 msgid "Navigation panel"
3114 msgstr ""
3116 #: libraries/classes/Config/Descriptions.php:761
3117 msgid "Navigation tree"
3118 msgstr ""
3120 #: libraries/classes/Config/Descriptions.php:762
3121 #: templates/server/select/index.twig:9 templates/setup/home/index.twig:34
3122 msgid "Servers"
3123 msgstr ""
3125 #: libraries/classes/Config/Descriptions.php:763
3126 #: libraries/classes/Controllers/Server/DatabasesController.php:307
3127 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
3128 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26
3129 #: libraries/classes/Plugins/Export/ExportXml.php:115
3130 #: libraries/classes/Server/Status/Data.php:159
3131 #: templates/database/export/index.twig:22
3132 #: templates/database/structure/show_create.twig:6
3133 msgid "Tables"
3134 msgstr ""
3136 #: libraries/classes/Config/Descriptions.php:764
3137 #: libraries/classes/Config/Forms/User/MainForm.php:90
3138 #: templates/preferences/header.twig:36
3139 msgid "Main panel"
3140 msgstr ""
3142 #: libraries/classes/Config/Descriptions.php:765
3143 msgid "Microsoft Office"
3144 msgstr ""
3146 #: libraries/classes/Config/Descriptions.php:767
3147 msgid "Other core settings"
3148 msgstr ""
3150 #: libraries/classes/Config/Descriptions.php:768
3151 msgid "Page titles"
3152 msgstr ""
3154 #: libraries/classes/Config/Descriptions.php:769
3155 msgid "Security"
3156 msgstr ""
3158 #: libraries/classes/Config/Descriptions.php:770
3159 msgid "Basic settings"
3160 msgstr ""
3162 #: libraries/classes/Config/Descriptions.php:771
3163 msgid "Authentication"
3164 msgstr ""
3166 #: libraries/classes/Config/Descriptions.php:772
3167 msgid "Server configuration"
3168 msgstr ""
3170 #: libraries/classes/Config/Descriptions.php:773
3171 msgid "Configuration storage"
3172 msgstr ""
3174 #: libraries/classes/Config/Descriptions.php:774
3175 msgid "Changes tracking"
3176 msgstr ""
3178 #: libraries/classes/Config/Descriptions.php:775 libraries/classes/Menu.php:255
3179 #: libraries/classes/Menu.php:362 libraries/classes/Menu.php:485
3180 #: libraries/classes/Navigation/Nodes/NodeTable.php:310
3181 #: libraries/classes/Util.php:1486 libraries/classes/Util.php:1961
3182 #: libraries/classes/Util.php:1976 libraries/classes/Util.php:1993
3183 #: libraries/config.values.php:62 libraries/config.values.php:76
3184 #: libraries/config.values.php:167 libraries/config.values.php:177
3185 msgid "SQL"
3186 msgstr ""
3188 #: libraries/classes/Config/Descriptions.php:776
3189 msgid "SQL Query box"
3190 msgstr ""
3192 #: libraries/classes/Config/Descriptions.php:777
3193 #: libraries/classes/Config/Forms/User/SqlForm.php:48
3194 #: templates/preferences/header.twig:24
3195 msgid "SQL queries"
3196 msgstr ""
3198 #: libraries/classes/Config/Descriptions.php:778
3199 msgid "Startup"
3200 msgstr ""
3202 #: libraries/classes/Config/Descriptions.php:779
3203 msgid "Database structure"
3204 msgstr ""
3206 #: libraries/classes/Config/Descriptions.php:780
3207 #: libraries/classes/Plugins/Export/ExportPdf.php:267
3208 #: templates/table/page_with_secondary_tabs.twig:5
3209 msgid "Table structure"
3210 msgstr ""
3212 #: libraries/classes/Config/Descriptions.php:781
3213 msgid "Tabs"
3214 msgstr ""
3216 #: libraries/classes/Config/Descriptions.php:782
3217 msgid "Display relational schema"
3218 msgstr ""
3220 #: libraries/classes/Config/Descriptions.php:783
3221 msgid "Text fields"
3222 msgstr ""
3224 #: libraries/classes/Config/Descriptions.php:784
3225 msgid "Texy! text"
3226 msgstr ""
3228 #: libraries/classes/Config/Descriptions.php:785
3229 msgid "Warnings"
3230 msgstr ""
3232 #: libraries/classes/Config/Descriptions.php:786
3233 #: templates/console/display.twig:4
3234 msgid "Console"
3235 msgstr ""
3237 #: libraries/classes/Config/Descriptions.php:787
3238 msgid "GZip"
3239 msgstr ""
3241 #: libraries/classes/Config/Descriptions.php:788
3242 msgid "Extra parameters for iconv"
3243 msgstr ""
3245 #: libraries/classes/Config/Descriptions.php:789
3246 msgid "Ignore multiple statement errors"
3247 msgstr ""
3249 #: libraries/classes/Config/Descriptions.php:790
3250 msgid "Enable drag and drop import"
3251 msgstr ""
3253 #: libraries/classes/Config/Descriptions.php:791
3254 msgid "Partial import: allow interrupt"
3255 msgstr ""
3257 #: libraries/classes/Config/Descriptions.php:796
3258 #: libraries/classes/Config/Descriptions.php:802
3259 #: libraries/classes/Plugins/Import/ImportCsv.php:141
3260 #: libraries/classes/Plugins/Import/ImportLdi.php:68
3261 msgid "Do not abort on INSERT error"
3262 msgstr ""
3264 #: libraries/classes/Config/Descriptions.php:797
3265 #: libraries/classes/Config/Descriptions.php:804
3266 msgid "Add ON DUPLICATE KEY UPDATE"
3267 msgstr ""
3269 #: libraries/classes/Config/Descriptions.php:799
3270 msgid "Format of imported file"
3271 msgstr ""
3273 #: libraries/classes/Config/Descriptions.php:803
3274 #: libraries/classes/Plugins/Import/ImportLdi.php:74
3275 msgid "Use LOCAL keyword"
3276 msgstr ""
3278 #: libraries/classes/Config/Descriptions.php:806
3279 msgid "Column names in first row"
3280 msgstr ""
3282 #: libraries/classes/Config/Descriptions.php:807
3283 #: libraries/classes/Plugins/Import/ImportOds.php:74
3284 msgid "Do not import empty rows"
3285 msgstr ""
3287 #: libraries/classes/Config/Descriptions.php:808
3288 msgid "Import currencies ($5.00 to 5.00)"
3289 msgstr ""
3291 #: libraries/classes/Config/Descriptions.php:809
3292 msgid "Import percentages as proper decimals (12.00% to .12)"
3293 msgstr ""
3295 #: libraries/classes/Config/Descriptions.php:810
3296 msgid "Partial import: skip queries"
3297 msgstr ""
3299 #: libraries/classes/Config/Descriptions.php:812
3300 msgid "Do not use AUTO_INCREMENT for zero values"
3301 msgstr ""
3303 #: libraries/classes/Config/Descriptions.php:813
3304 msgid "Read as multibytes"
3305 msgstr ""
3307 #: libraries/classes/Config/Descriptions.php:814
3308 msgid "Initial state for sliders"
3309 msgstr ""
3311 #: libraries/classes/Config/Descriptions.php:815
3312 msgid "Number of inserted rows"
3313 msgstr ""
3315 #: libraries/classes/Config/Descriptions.php:816
3316 msgid "Limit column characters"
3317 msgstr ""
3319 #: libraries/classes/Config/Descriptions.php:817
3320 msgid "Delete all cookies on logout"
3321 msgstr ""
3323 #: libraries/classes/Config/Descriptions.php:818
3324 msgid "Recall user name"
3325 msgstr ""
3327 #: libraries/classes/Config/Descriptions.php:819
3328 msgid "Login cookie store"
3329 msgstr ""
3331 #: libraries/classes/Config/Descriptions.php:820
3332 msgid "Login cookie validity"
3333 msgstr ""
3335 #: libraries/classes/Config/Descriptions.php:821
3336 msgid "Bigger textarea for LONGTEXT"
3337 msgstr ""
3339 #: libraries/classes/Config/Descriptions.php:822
3340 msgid "Maximum displayed SQL length"
3341 msgstr ""
3343 #: libraries/classes/Config/Descriptions.php:823
3344 msgid "Maximum databases"
3345 msgstr ""
3347 #: libraries/classes/Config/Descriptions.php:824
3348 msgid "Maximum items on first level"
3349 msgstr ""
3351 #: libraries/classes/Config/Descriptions.php:825
3352 msgid "Maximum items in branch"
3353 msgstr ""
3355 #: libraries/classes/Config/Descriptions.php:826
3356 msgid "Maximum number of rows to display"
3357 msgstr ""
3359 #: libraries/classes/Config/Descriptions.php:827
3360 msgid "Maximum tables"
3361 msgstr ""
3363 #: libraries/classes/Config/Descriptions.php:828
3364 msgid "Memory limit"
3365 msgstr ""
3367 #: libraries/classes/Config/Descriptions.php:829
3368 msgid "Show databases navigation as tree"
3369 msgstr ""
3371 #: libraries/classes/Config/Descriptions.php:830
3372 msgid "Navigation panel width"
3373 msgstr ""
3375 #: libraries/classes/Config/Descriptions.php:831
3376 #: libraries/classes/Controllers/JavaScriptMessagesController.php:601
3377 #: libraries/classes/Navigation/NavigationTree.php:1352
3378 msgid "Link with main panel"
3379 msgstr ""
3381 #: libraries/classes/Config/Descriptions.php:832
3382 msgid "Display logo"
3383 msgstr ""
3385 #: libraries/classes/Config/Descriptions.php:833
3386 msgid "Logo link URL"
3387 msgstr ""
3389 #: libraries/classes/Config/Descriptions.php:834
3390 msgid "Logo link target"
3391 msgstr ""
3393 #: libraries/classes/Config/Descriptions.php:835
3394 msgid "Display servers selection"
3395 msgstr ""
3397 #: libraries/classes/Config/Descriptions.php:836
3398 msgid "Target for quick access icon"
3399 msgstr ""
3401 #: libraries/classes/Config/Descriptions.php:837
3402 msgid "Target for second quick access icon"
3403 msgstr ""
3405 #: libraries/classes/Config/Descriptions.php:838
3406 msgid "Minimum number of items to display the filter box"
3407 msgstr ""
3409 #: libraries/classes/Config/Descriptions.php:840
3410 msgid "Minimum number of databases to display the database filter box"
3411 msgstr ""
3413 #: libraries/classes/Config/Descriptions.php:842
3414 msgid "Group items in the tree"
3415 msgstr ""
3417 #: libraries/classes/Config/Descriptions.php:843
3418 msgid "Database tree separator"
3419 msgstr ""
3421 #: libraries/classes/Config/Descriptions.php:844
3422 msgid "Table tree separator"
3423 msgstr ""
3425 #: libraries/classes/Config/Descriptions.php:845
3426 msgid "Maximum table tree depth"
3427 msgstr ""
3429 #: libraries/classes/Config/Descriptions.php:846
3430 msgid "Enable highlighting"
3431 msgstr ""
3433 #: libraries/classes/Config/Descriptions.php:847
3434 msgid "Enable navigation tree expansion"
3435 msgstr ""
3437 #: libraries/classes/Config/Descriptions.php:848
3438 msgid "Show tables in tree"
3439 msgstr ""
3441 #: libraries/classes/Config/Descriptions.php:849
3442 msgid "Show views in tree"
3443 msgstr ""
3445 #: libraries/classes/Config/Descriptions.php:850
3446 msgid "Show functions in tree"
3447 msgstr ""
3449 #: libraries/classes/Config/Descriptions.php:851
3450 msgid "Show procedures in tree"
3451 msgstr ""
3453 #: libraries/classes/Config/Descriptions.php:852
3454 msgid "Show events in tree"
3455 msgstr ""
3457 #: libraries/classes/Config/Descriptions.php:853
3458 msgid "Expand single database"
3459 msgstr ""
3461 #: libraries/classes/Config/Descriptions.php:854
3462 msgid "Recently used tables"
3463 msgstr ""
3465 #: libraries/classes/Config/Descriptions.php:855
3466 #: libraries/classes/RecentFavoriteTable.php:251
3467 msgid "Favorite tables"
3468 msgstr ""
3470 #: libraries/classes/Config/Descriptions.php:856
3471 msgid "Where to show the table row links"
3472 msgstr ""
3474 #: libraries/classes/Config/Descriptions.php:857
3475 msgid "Show row links anyway"
3476 msgstr ""
3478 #: libraries/classes/Config/Descriptions.php:859
3479 msgid "Natural order"
3480 msgstr ""
3482 #: libraries/classes/Config/Descriptions.php:860
3483 msgid "Table navigation bar"
3484 msgstr ""
3486 #: libraries/classes/Config/Descriptions.php:861
3487 msgid "GZip output buffering"
3488 msgstr ""
3490 #: libraries/classes/Config/Descriptions.php:862
3491 msgid "Default sorting order"
3492 msgstr ""
3494 #: libraries/classes/Config/Descriptions.php:863
3495 msgid "Persistent connections"
3496 msgstr ""
3498 #: libraries/classes/Config/Descriptions.php:864
3499 msgid "Missing phpMyAdmin configuration storage tables"
3500 msgstr ""
3502 #: libraries/classes/Config/Descriptions.php:865
3503 msgid "MySQL reserved word warning"
3504 msgstr ""
3506 #: libraries/classes/Config/Descriptions.php:866
3507 msgid "How to display the menu tabs"
3508 msgstr ""
3510 #: libraries/classes/Config/Descriptions.php:867
3511 msgid "How to display various action links"
3512 msgstr ""
3514 #: libraries/classes/Config/Descriptions.php:868
3515 msgid "Protect binary columns"
3516 msgstr ""
3518 #: libraries/classes/Config/Descriptions.php:869
3519 msgid "Permanent query history"
3520 msgstr ""
3522 #: libraries/classes/Config/Descriptions.php:870
3523 msgid "Query history length"
3524 msgstr ""
3526 #: libraries/classes/Config/Descriptions.php:871
3527 msgid "Recoding engine"
3528 msgstr ""
3530 #: libraries/classes/Config/Descriptions.php:872
3531 msgid "Remember table's sorting"
3532 msgstr ""
3534 #: libraries/classes/Config/Descriptions.php:873
3535 msgid "Primary key default sort order"
3536 msgstr ""
3538 #: libraries/classes/Config/Descriptions.php:874
3539 msgid "Repeat headers"
3540 msgstr ""
3542 #: libraries/classes/Config/Descriptions.php:875
3543 msgid "Grid editing: trigger action"
3544 msgstr ""
3546 #: libraries/classes/Config/Descriptions.php:876
3547 msgid "Relational display"
3548 msgstr ""
3550 #: libraries/classes/Config/Descriptions.php:877
3551 msgid "Grid editing: save all edited cells at once"
3552 msgstr ""
3554 #: libraries/classes/Config/Descriptions.php:878
3555 msgid "Save directory"
3556 msgstr ""
3558 #: libraries/classes/Config/Descriptions.php:879
3559 msgid "Host authorization order"
3560 msgstr ""
3562 #: libraries/classes/Config/Descriptions.php:880
3563 msgid "Host authorization rules"
3564 msgstr ""
3566 #: libraries/classes/Config/Descriptions.php:881
3567 msgid "Allow logins without a password"
3568 msgstr ""
3570 #: libraries/classes/Config/Descriptions.php:882
3571 msgid "Allow root login"
3572 msgstr ""
3574 #: libraries/classes/Config/Descriptions.php:883
3575 msgid "Session timezone"
3576 msgstr ""
3578 #: libraries/classes/Config/Descriptions.php:884
3579 msgid "HTTP Realm"
3580 msgstr ""
3582 #: libraries/classes/Config/Descriptions.php:885
3583 #: templates/setup/home/index.twig:50
3584 msgid "Authentication type"
3585 msgstr ""
3587 #: libraries/classes/Config/Descriptions.php:886
3588 msgid "Bookmark table"
3589 msgstr ""
3591 #: libraries/classes/Config/Descriptions.php:887
3592 msgid "Column information table"
3593 msgstr ""
3595 #: libraries/classes/Config/Descriptions.php:888
3596 msgid "Compress connection"
3597 msgstr ""
3599 #: libraries/classes/Config/Descriptions.php:889
3600 msgid "Control user password"
3601 msgstr ""
3603 #: libraries/classes/Config/Descriptions.php:890
3604 msgid "Control user"
3605 msgstr ""
3607 #: libraries/classes/Config/Descriptions.php:891
3608 msgid "Control host"
3609 msgstr ""
3611 #: libraries/classes/Config/Descriptions.php:892
3612 msgid "Control port"
3613 msgstr ""
3615 #: libraries/classes/Config/Descriptions.php:893
3616 msgid "Disable use of INFORMATION_SCHEMA"
3617 msgstr ""
3619 #: libraries/classes/Config/Descriptions.php:894
3620 msgid "Hide databases"
3621 msgstr ""
3623 #: libraries/classes/Config/Descriptions.php:895
3624 msgid "SQL query history table"
3625 msgstr ""
3627 #: libraries/classes/Config/Descriptions.php:896
3628 msgid "Server hostname"
3629 msgstr ""
3631 #: libraries/classes/Config/Descriptions.php:897
3632 msgid "Logout URL"
3633 msgstr ""
3635 #: libraries/classes/Config/Descriptions.php:898
3636 msgid "Maximal number of table preferences to store"
3637 msgstr ""
3639 #: libraries/classes/Config/Descriptions.php:899
3640 msgid "QBE saved searches table"
3641 msgstr ""
3643 #: libraries/classes/Config/Descriptions.php:900
3644 msgid "Export templates table"
3645 msgstr ""
3647 #: libraries/classes/Config/Descriptions.php:901
3648 msgid "Central columns table"
3649 msgstr ""
3651 #: libraries/classes/Config/Descriptions.php:902
3652 msgid "Show only listed databases"
3653 msgstr ""
3655 #: libraries/classes/Config/Descriptions.php:903
3656 msgid "Password for config auth"
3657 msgstr ""
3659 #: libraries/classes/Config/Descriptions.php:904
3660 msgid "PDF schema: pages table"
3661 msgstr ""
3663 #: libraries/classes/Config/Descriptions.php:905
3664 #: templates/database/operations/index.twig:122
3665 #: templates/server/databases/index.twig:24
3666 msgid "Database name"
3667 msgstr ""
3669 #: libraries/classes/Config/Descriptions.php:906
3670 msgid "Server port"
3671 msgstr ""
3673 #: libraries/classes/Config/Descriptions.php:907
3674 msgid "Recently used table"
3675 msgstr ""
3677 #: libraries/classes/Config/Descriptions.php:908
3678 msgid "Favorites table"
3679 msgstr ""
3681 #: libraries/classes/Config/Descriptions.php:909
3682 msgid "Relation table"
3683 msgstr ""
3685 #: libraries/classes/Config/Descriptions.php:910
3686 msgid "Signon session name"
3687 msgstr ""
3689 #: libraries/classes/Config/Descriptions.php:911
3690 msgid "Signon URL"
3691 msgstr ""
3693 #: libraries/classes/Config/Descriptions.php:912
3694 msgid "Server socket"
3695 msgstr ""
3697 #: libraries/classes/Config/Descriptions.php:913
3698 msgid "Use SSL"
3699 msgstr ""
3701 #: libraries/classes/Config/Descriptions.php:914
3702 msgid "Designer and PDF schema: table coordinates"
3703 msgstr ""
3705 #: libraries/classes/Config/Descriptions.php:915
3706 msgid "Display columns table"
3707 msgstr ""
3709 #: libraries/classes/Config/Descriptions.php:916
3710 msgid "UI preferences table"
3711 msgstr ""
3713 #: libraries/classes/Config/Descriptions.php:917
3714 msgid "Add DROP DATABASE"
3715 msgstr ""
3717 #: libraries/classes/Config/Descriptions.php:918
3718 #: templates/database/structure/copy_form.twig:34
3719 msgid "Add DROP TABLE"
3720 msgstr ""
3722 #: libraries/classes/Config/Descriptions.php:919
3723 msgid "Add DROP VIEW"
3724 msgstr ""
3726 #: libraries/classes/Config/Descriptions.php:920
3727 msgid "Statements to track"
3728 msgstr ""
3730 #: libraries/classes/Config/Descriptions.php:921
3731 msgid "SQL query tracking table"
3732 msgstr ""
3734 #: libraries/classes/Config/Descriptions.php:922
3735 msgid "Automatically create versions"
3736 msgstr ""
3738 #: libraries/classes/Config/Descriptions.php:923
3739 msgid "User preferences storage table"
3740 msgstr ""
3742 #: libraries/classes/Config/Descriptions.php:924
3743 msgid "Users table"
3744 msgstr ""
3746 #: libraries/classes/Config/Descriptions.php:925
3747 msgid "User groups table"
3748 msgstr ""
3750 #: libraries/classes/Config/Descriptions.php:926
3751 msgid "Hidden navigation items table"
3752 msgstr ""
3754 #: libraries/classes/Config/Descriptions.php:927
3755 msgid "User for config auth"
3756 msgstr ""
3758 #: libraries/classes/Config/Descriptions.php:928
3759 msgid "Verbose name of this server"
3760 msgstr ""
3762 #: libraries/classes/Config/Descriptions.php:929
3763 msgid "Allow to display all the rows"
3764 msgstr ""
3766 #: libraries/classes/Config/Descriptions.php:930
3767 msgid "Show password change form"
3768 msgstr ""
3770 #: libraries/classes/Config/Descriptions.php:931
3771 msgid "Show create database form"
3772 msgstr ""
3774 #: libraries/classes/Config/Descriptions.php:932
3775 msgid "Show table comments"
3776 msgstr ""
3778 #: libraries/classes/Config/Descriptions.php:933
3779 msgid "Show creation timestamp"
3780 msgstr ""
3782 #: libraries/classes/Config/Descriptions.php:934
3783 msgid "Show last update timestamp"
3784 msgstr ""
3786 #: libraries/classes/Config/Descriptions.php:935
3787 msgid "Show last check timestamp"
3788 msgstr ""
3790 #: libraries/classes/Config/Descriptions.php:936
3791 msgid "Show table charset"
3792 msgstr ""
3794 #: libraries/classes/Config/Descriptions.php:937
3795 msgid "Show field types"
3796 msgstr ""
3798 #: libraries/classes/Config/Descriptions.php:938
3799 msgid "Show function fields"
3800 msgstr ""
3802 #: libraries/classes/Config/Descriptions.php:939
3803 msgid "Show hint"
3804 msgstr ""
3806 #: libraries/classes/Config/Descriptions.php:940
3807 msgid "Show phpinfo() link"
3808 msgstr ""
3810 #: libraries/classes/Config/Descriptions.php:941
3811 msgid "Show detailed MySQL server information"
3812 msgstr ""
3814 #: libraries/classes/Config/Descriptions.php:942
3815 msgid "Show SQL queries"
3816 msgstr ""
3818 #: libraries/classes/Config/Descriptions.php:943 templates/sql/query.twig:127
3819 msgid "Retain query box"
3820 msgstr ""
3822 #: libraries/classes/Config/Descriptions.php:944
3823 msgid "Show statistics"
3824 msgstr ""
3826 #: libraries/classes/Config/Descriptions.php:945
3827 msgid "Skip locked tables"
3828 msgstr ""
3830 #: libraries/classes/Config/Descriptions.php:946
3831 #: libraries/classes/ConfigStorage/UserGroups.php:124
3832 #: libraries/classes/Controllers/JavaScriptMessagesController.php:388
3833 #: libraries/classes/Display/Results.php:2969
3834 #: libraries/classes/Html/Generator.php:657
3835 #: libraries/classes/Html/Generator.php:908
3836 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
3837 #: templates/console/display.twig:175
3838 #: templates/database/central_columns/main.twig:265
3839 #: templates/database/central_columns/main.twig:376
3840 #: templates/database/central_columns/main.twig:377
3841 #: templates/database/events/index.twig:74
3842 #: templates/database/events/index.twig:77
3843 #: templates/database/events/row.twig:23 templates/database/events/row.twig:26
3844 #: templates/database/routines/row.twig:24
3845 #: templates/database/routines/row.twig:27
3846 #: templates/database/structure/structure_table_row.twig:66
3847 #: templates/database/triggers/row.twig:28
3848 #: templates/database/triggers/row.twig:31
3849 #: templates/display/results/table.twig:227
3850 #: templates/display/results/table.twig:228 templates/indexes.twig:34
3851 #: templates/server/variables/index.twig:41
3852 #: templates/server/variables/index.twig:44 templates/setup/home/index.twig:63
3853 #: templates/table/structure/display_structure.twig:497
3854 msgid "Edit"
3855 msgstr ""
3857 #: libraries/classes/Config/Descriptions.php:947
3858 #: libraries/classes/Html/Generator.php:637
3859 msgid "Explain SQL"
3860 msgstr ""
3862 #: libraries/classes/Config/Descriptions.php:948
3863 #: libraries/classes/Export.php:594 libraries/classes/Html/Generator.php:705
3864 #: templates/console/display.twig:99
3865 #: templates/server/status/processes/index.twig:19
3866 #: templates/server/status/variables/index.twig:42
3867 msgid "Refresh"
3868 msgstr ""
3870 #: libraries/classes/Config/Descriptions.php:949
3871 #: libraries/classes/Html/Generator.php:689
3872 msgid "Create PHP code"
3873 msgstr ""
3875 #: libraries/classes/Config/Descriptions.php:950
3876 msgid "Suhosin warning"
3877 msgstr ""
3879 #: libraries/classes/Config/Descriptions.php:951
3880 msgid "Login cookie validity warning"
3881 msgstr ""
3883 #: libraries/classes/Config/Descriptions.php:952
3884 msgid "Textarea columns"
3885 msgstr ""
3887 #: libraries/classes/Config/Descriptions.php:953
3888 msgid "Textarea rows"
3889 msgstr ""
3891 #: libraries/classes/Config/Descriptions.php:954
3892 #: libraries/classes/Plugins/Export/ExportHtmlword.php:141
3893 #: libraries/classes/Plugins/Export/ExportOdt.php:185
3894 #: libraries/classes/Plugins/Export/ExportTexytext.php:125
3895 #: libraries/classes/Server/Privileges.php:1812
3896 #: libraries/classes/Server/Privileges.php:1814
3897 #: libraries/classes/Server/Status/Processes.php:122
3898 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:40
3899 #: templates/console/display.twig:184 templates/server/databases/index.twig:106
3900 #: templates/server/privileges/edit_routine_privileges.twig:17
3901 #: templates/server/privileges/privileges_table.twig:257
3902 #: templates/server/privileges/user_properties.twig:22
3903 #: templates/server/privileges/user_properties.twig:71
3904 #: templates/table/operations/index.twig:56
3905 #: templates/table/operations/index.twig:62
3906 #: templates/table/operations/index.twig:257
3907 #: templates/table/operations/index.twig:263
3908 #: templates/table/relation/common_form.twig:36
3909 #: templates/table/relation/common_form.twig:175
3910 #: templates/table/relation/foreign_key_row.twig:97
3911 msgid "Database"
3912 msgstr ""
3914 #: libraries/classes/Config/Descriptions.php:955
3915 msgid "Default title"
3916 msgstr ""
3918 #: libraries/classes/Config/Descriptions.php:956
3919 #: templates/server/status/base.twig:6
3920 msgid "Server"
3921 msgstr ""
3923 #: libraries/classes/Config/Descriptions.php:957
3924 #: libraries/classes/Plugins/Export/ExportXml.php:466
3925 #: libraries/classes/Server/Privileges.php:1818
3926 #: libraries/classes/Server/Privileges.php:1820
3927 #: templates/database/structure/show_create.twig:10
3928 #: templates/database/structure/table_header.twig:8
3929 #: templates/database/tracking/tables.twig:13
3930 #: templates/database/tracking/tables.twig:153
3931 #: templates/database/triggers/editor_form.twig:27
3932 #: templates/database/triggers/list.twig:45
3933 #: templates/server/privileges/privileges_table.twig:6
3934 #: templates/server/privileges/privileges_table.twig:259
3935 #: templates/server/privileges/user_properties.twig:37
3936 #: templates/server/privileges/user_properties.twig:82
3937 #: templates/table/maintenance/checksum.twig:12
3938 #: templates/table/operations/index.twig:65
3939 #: templates/table/operations/index.twig:266
3940 #: templates/table/relation/common_form.twig:37
3941 #: templates/table/relation/common_form.twig:182
3942 #: templates/table/relation/foreign_key_row.twig:108
3943 msgid "Table"
3944 msgstr ""
3946 #: libraries/classes/Config/Descriptions.php:958
3947 msgid "List of trusted proxies for IP allow/deny"
3948 msgstr ""
3950 #: libraries/classes/Config/Descriptions.php:959
3951 msgid "Upload directory"
3952 msgstr ""
3954 #: libraries/classes/Config/Descriptions.php:960
3955 msgid "Use database search"
3956 msgstr ""
3958 #: libraries/classes/Config/Descriptions.php:961
3959 msgid "Enable the Developer tab in settings"
3960 msgstr ""
3962 #: libraries/classes/Config/Descriptions.php:962
3963 #: libraries/classes/Setup/Index.php:128 libraries/classes/Setup/Index.php:151
3964 #: libraries/classes/Setup/Index.php:163 libraries/classes/Setup/Index.php:176
3965 #: libraries/classes/Setup/Index.php:185 libraries/classes/Setup/Index.php:193
3966 msgid "Version check"
3967 msgstr ""
3969 #: libraries/classes/Config/Descriptions.php:963
3970 msgid "Proxy URL"
3971 msgstr ""
3973 #: libraries/classes/Config/Descriptions.php:964
3974 msgid "Proxy username"
3975 msgstr ""
3977 #: libraries/classes/Config/Descriptions.php:965
3978 msgid "Proxy password"
3979 msgstr ""
3981 #: libraries/classes/Config/Descriptions.php:966
3982 msgid "ZIP"
3983 msgstr ""
3985 #: libraries/classes/Config/Descriptions.php:967
3986 msgid "URL for reCAPTCHA v2 API"
3987 msgstr ""
3989 #: libraries/classes/Config/Descriptions.php:968
3990 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API"
3991 msgstr ""
3993 #: libraries/classes/Config/Descriptions.php:969
3994 msgid "Request parameter for reCAPTCHA v2 API"
3995 msgstr ""
3997 #: libraries/classes/Config/Descriptions.php:970
3998 msgid "Response parameter for reCAPTCHA v2 API"
3999 msgstr ""
4001 #: libraries/classes/Config/Descriptions.php:971
4002 msgid "Public key for reCAPTCHA"
4003 msgstr ""
4005 #: libraries/classes/Config/Descriptions.php:972
4006 msgid "Private key for reCAPTCHA"
4007 msgstr ""
4009 #: libraries/classes/Config/Descriptions.php:973
4010 msgid "URL for reCAPTCHA siteverify"
4011 msgstr ""
4013 #: libraries/classes/Config/Descriptions.php:974
4014 msgid "Send error reports"
4015 msgstr ""
4017 #: libraries/classes/Config/Descriptions.php:975
4018 msgid "Enter executes queries in console"
4019 msgstr ""
4021 #: libraries/classes/Config/Descriptions.php:976
4022 msgid "Enable Zero Configuration mode"
4023 msgstr ""
4025 #: libraries/classes/Config/Descriptions.php:977
4026 #: templates/console/display.twig:153
4027 msgid "Show query history at start"
4028 msgstr ""
4030 #: libraries/classes/Config/Descriptions.php:978
4031 #: templates/console/display.twig:149
4032 msgid "Always expand query messages"
4033 msgstr ""
4035 #: libraries/classes/Config/Descriptions.php:979
4036 #: templates/console/display.twig:157
4037 msgid "Show current browsing query"
4038 msgstr ""
4040 #: libraries/classes/Config/Descriptions.php:980
4041 msgid "Execute queries on Enter and insert new line with Shift+Enter"
4042 msgstr ""
4044 #: libraries/classes/Config/Descriptions.php:981
4045 #: templates/console/display.twig:168
4046 msgid "Switch to dark theme"
4047 msgstr ""
4049 #: libraries/classes/Config/Descriptions.php:982
4050 msgid "Console height"
4051 msgstr ""
4053 #: libraries/classes/Config/Descriptions.php:983
4054 msgid "Console mode"
4055 msgstr ""
4057 #: libraries/classes/Config/Descriptions.php:984
4058 #: templates/console/display.twig:64
4059 msgid "Group queries"
4060 msgstr ""
4062 #: libraries/classes/Config/Descriptions.php:985
4063 #: templates/sql/profiling_chart.twig:9
4064 msgid "Order"
4065 msgstr ""
4067 #: libraries/classes/Config/Descriptions.php:986
4068 msgid "Order by"
4069 msgstr ""
4071 #: libraries/classes/Config/Descriptions.php:987
4072 msgid "Server connection collation"
4073 msgstr ""
4075 #: libraries/classes/Config/FormDisplay.php:605
4076 #, php-format
4077 msgid "Missing data for %s"
4078 msgstr ""
4080 #: libraries/classes/Config/FormDisplay.php:646
4081 #: libraries/classes/Config/Validator.php:590
4082 #: templates/config/form_display/display.twig:67
4083 msgid "Incorrect value!"
4084 msgstr ""
4086 #: libraries/classes/Config/FormDisplay.php:797
4087 #: libraries/classes/Config/FormDisplay.php:806
4088 msgid "unavailable"
4089 msgstr ""
4091 #: libraries/classes/Config/FormDisplay.php:799
4092 #: libraries/classes/Config/FormDisplay.php:808
4093 #, php-format
4094 msgid "\"%s\" requires %s extension"
4095 msgstr ""
4097 #: libraries/classes/Config/FormDisplay.php:839
4098 #, php-format
4099 msgid "Compressed import will not work due to missing function %s."
4100 msgstr ""
4102 #: libraries/classes/Config/FormDisplay.php:848
4103 #, php-format
4104 msgid "Compressed export will not work due to missing function %s."
4105 msgstr ""
4107 #: libraries/classes/Config/FormDisplay.php:867
4108 #, php-format
4109 msgid "maximum %s"
4110 msgstr ""
4112 #: libraries/classes/Config/Forms/Setup/ServersForm.php:39
4113 msgid "Config authentication"
4114 msgstr ""
4116 #: libraries/classes/Config/Forms/Setup/ServersForm.php:43
4117 msgid "HTTP authentication"
4118 msgstr ""
4120 #: libraries/classes/Config/Forms/Setup/ServersForm.php:46
4121 msgid "Signon authentication"
4122 msgstr ""
4124 #: libraries/classes/Config/Forms/User/ExportForm.php:25
4125 msgid "Quick"
4126 msgstr ""
4128 #: libraries/classes/Config/Forms/User/ExportForm.php:29
4129 msgid "Custom"
4130 msgstr ""
4132 #: libraries/classes/Config/Forms/User/ExportForm.php:55
4133 #: libraries/classes/Config/Forms/User/ExportForm.php:100
4134 #: libraries/classes/Config/Forms/User/ExportForm.php:128
4135 #: libraries/classes/Controllers/JavaScriptMessagesController.php:710
4136 #: libraries/classes/Import.php:1299 libraries/classes/Menu.php:247
4137 #: libraries/classes/Menu.php:357
4138 #: libraries/classes/Navigation/Nodes/NodeColumn.php:42
4139 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:50
4140 #: libraries/classes/Navigation/Nodes/NodeTable.php:301
4141 #: libraries/classes/Util.php:1485 libraries/classes/Util.php:1975
4142 #: libraries/classes/Util.php:1992 libraries/config.values.php:60
4143 #: libraries/config.values.php:74 libraries/config.values.php:165
4144 #: libraries/config.values.php:175
4145 #: templates/columns_definitions/table_fields_definitions.twig:4
4146 #: templates/database/central_columns/edit.twig:3
4147 #: templates/database/export/index.twig:23
4148 #: templates/database/structure/structure_table_row.twig:48
4149 #: templates/server/privileges/privileges_table.twig:352
4150 #: templates/table/tracking/structure_snapshot_columns.twig:1
4151 msgid "Structure"
4152 msgstr "DĂȘsman"
4154 #: libraries/classes/Config/Forms/User/ExportForm.php:71
4155 #: libraries/classes/Config/Forms/User/ExportForm.php:108
4156 #: libraries/classes/Config/Forms/User/ExportForm.php:133
4157 #: libraries/classes/Config/Forms/User/ExportForm.php:139
4158 #: libraries/classes/Controllers/Server/DatabasesController.php:317
4159 #: templates/database/export/index.twig:24
4160 #: templates/server/privileges/privileges_table.twig:278
4161 #: templates/table/structure/display_table_stats.twig:17
4162 msgid "Data"
4163 msgstr ""
4165 #: libraries/classes/Config/Forms/User/ExportForm.php:91
4166 msgid "CSV for MS Excel"
4167 msgstr ""
4169 #: libraries/classes/Config/Forms/User/ExportForm.php:116
4170 msgid "Microsoft Word 2000"
4171 msgstr ""
4173 #: libraries/classes/Config/Forms/User/ExportForm.php:122
4174 #: libraries/classes/Config/Forms/User/ImportForm.php:52
4175 msgid "OpenDocument Spreadsheet"
4176 msgstr ""
4178 #: libraries/classes/Config/Forms/User/ExportForm.php:126
4179 msgid "OpenDocument Text"
4180 msgstr ""
4182 #: libraries/classes/Config/Forms/User/ExportForm.php:153
4183 #: libraries/classes/Controllers/JavaScriptMessagesController.php:373
4184 #: libraries/classes/Menu.php:277 libraries/classes/Menu.php:382
4185 #: libraries/classes/Menu.php:513 libraries/classes/Server/Privileges.php:1506
4186 #: libraries/classes/Util.php:1964 libraries/classes/Util.php:1979
4187 #: libraries/classes/Util.php:1996 templates/database/events/index.twig:16
4188 #: templates/database/events/index.twig:17
4189 #: templates/database/events/index.twig:86
4190 #: templates/database/events/row.twig:36
4191 #: templates/database/privileges/index.twig:91
4192 #: templates/database/privileges/index.twig:116
4193 #: templates/database/privileges/index.twig:117
4194 #: templates/database/routines/index.twig:16
4195 #: templates/database/routines/index.twig:17
4196 #: templates/database/routines/row.twig:64
4197 #: templates/database/routines/row.twig:67
4198 #: templates/database/structure/check_all_tables.twig:12
4199 #: templates/database/triggers/list.twig:16
4200 #: templates/database/triggers/list.twig:17
4201 #: templates/database/triggers/row.twig:41
4202 #: templates/display/results/table.twig:240
4203 #: templates/display/results/table.twig:241
4204 #: templates/display/results/table.twig:272 templates/export.twig:3
4205 #: templates/export.twig:499 templates/preferences/header.twig:42
4206 #: templates/preferences/manage/main.twig:68
4207 #: templates/server/privileges/new_user_ajax.twig:63
4208 #: templates/server/privileges/users_overview.twig:95
4209 #: templates/server/privileges/users_overview.twig:125
4210 #: templates/server/privileges/users_overview.twig:126
4211 #: templates/server/status/monitor/index.twig:81
4212 #: templates/table/privileges/index.twig:95
4213 #: templates/table/privileges/index.twig:120
4214 #: templates/table/privileges/index.twig:121
4215 msgid "Export"
4216 msgstr ""
4218 #: libraries/classes/Config/Forms/User/FeaturesForm.php:90
4219 #: templates/preferences/header.twig:18
4220 msgid "Features"
4221 msgstr ""
4223 #: libraries/classes/Config/Forms/User/ImportForm.php:43
4224 msgid "CSV using LOAD DATA"
4225 msgstr ""
4227 #: libraries/classes/Config/Forms/User/ImportForm.php:67
4228 #: libraries/classes/Controllers/JavaScriptMessagesController.php:310
4229 #: libraries/classes/Menu.php:286 libraries/classes/Menu.php:392
4230 #: libraries/classes/Menu.php:518 libraries/classes/Util.php:1965
4231 #: libraries/classes/Util.php:1980 libraries/classes/Util.php:1997
4232 #: templates/import.twig:3 templates/import.twig:199
4233 #: templates/preferences/header.twig:48
4234 #: templates/preferences/manage/main.twig:11
4235 #: templates/server/status/monitor/index.twig:78
4236 msgid "Import"
4237 msgstr ""
4239 #: libraries/classes/Config/Forms/User/MainForm.php:37
4240 msgid "Default transformations"
4241 msgstr ""
4243 #: libraries/classes/Config/PageSettings.php:135
4244 msgid "Cannot save settings, submitted configuration form contains errors!"
4245 msgstr ""
4247 #: libraries/classes/Config.php:652
4248 #, php-format
4249 msgid "Existing configuration file (%s) is not readable."
4250 msgstr ""
4252 #: libraries/classes/Config.php:690
4253 msgid "Wrong permissions on configuration file, should not be world writable!"
4254 msgstr ""
4256 #: libraries/classes/Config.php:705
4257 msgid "Failed to read configuration file!"
4258 msgstr ""
4260 #: libraries/classes/Config.php:707
4261 msgid ""
4262 "This usually means there is a syntax error in it, please check any errors "
4263 "shown below."
4264 msgstr ""
4266 #: libraries/classes/Config.php:1234
4267 #, php-format
4268 msgid "Invalid server index: %s"
4269 msgstr ""
4271 #: libraries/classes/Config.php:1247
4272 #, php-format
4273 msgid "Server %d"
4274 msgstr ""
4276 #: libraries/classes/Config/ServerConfigChecks.php:67
4277 #, php-format
4278 msgid ""
4279 "This %soption%s should be disabled as it allows attackers to bruteforce "
4280 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4281 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4282 "protection with trusted proxies list may not be reliable if your IP belongs "
4283 "to an ISP where thousands of users, including you, are connected to."
4284 msgstr ""
4286 #: libraries/classes/Config/ServerConfigChecks.php:92
4287 msgid ""
4288 "This value should be double checked to ensure that this directory is neither "
4289 "world accessible nor readable or writable by other users on your server."
4290 msgstr ""
4292 #: libraries/classes/Config/ServerConfigChecks.php:162
4293 msgid "You should use SSL connections if your database server supports it."
4294 msgstr ""
4296 #: libraries/classes/Config/ServerConfigChecks.php:169
4297 #, php-format
4298 msgid ""
4299 "If you feel this is necessary, use additional protection settings - %1$shost "
4300 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4301 "based protection may not be reliable if your IP belongs to an ISP where "
4302 "thousands of users, including you, are connected to."
4303 msgstr ""
4305 #: libraries/classes/Config/ServerConfigChecks.php:195
4306 #, php-format
4307 msgid ""
4308 "You set the [kbd]config[/kbd] authentication type and included username and "
4309 "password for auto-login, which is not a desirable option for live hosts. "
4310 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4311 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4312 "[kbd]http[/kbd]."
4313 msgstr ""
4315 #: libraries/classes/Config/ServerConfigChecks.php:224
4316 msgid "You allow for connecting to the server without a password."
4317 msgstr ""
4319 #: libraries/classes/Config/ServerConfigChecks.php:307
4320 #, php-format
4321 msgid ""
4322 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4323 "system."
4324 msgstr ""
4326 #: libraries/classes/Config/ServerConfigChecks.php:328
4327 #, php-format
4328 msgid ""
4329 "%sZip compression%s requires functions (%s) which are unavailable on this "
4330 "system."
4331 msgstr ""
4333 #: libraries/classes/Config/ServerConfigChecks.php:361
4334 msgid ""
4335 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4336 "authentication, so a key was automatically generated for you. It is used to "
4337 "encrypt cookies; you don't need to remember it."
4338 msgstr ""
4340 #: libraries/classes/Config/ServerConfigChecks.php:385
4341 #, php-format
4342 msgid ""
4343 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4344 "may cause random session invalidation (currently session.gc_maxlifetime is "
4345 "%5$d)."
4346 msgstr ""
4348 #: libraries/classes/Config/ServerConfigChecks.php:407
4349 #, php-format
4350 msgid ""
4351 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4352 "most. Values larger than 1800 may pose a security risk such as impersonation."
4353 msgstr ""
4355 #: libraries/classes/Config/ServerConfigChecks.php:433
4356 #, php-format
4357 msgid ""
4358 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4359 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4360 msgstr ""
4362 #: libraries/classes/Config/ServerConfigChecks.php:472
4363 #, php-format
4364 msgid ""
4365 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4366 "are unavailable on this system."
4367 msgstr ""
4369 #: libraries/classes/Config/ServerConfigChecks.php:503
4370 #, php-format
4371 msgid ""
4372 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4373 "are unavailable on this system."
4374 msgstr ""
4376 #: libraries/classes/ConfigStorage/Relation.php:1362
4377 msgid "no description"
4378 msgstr ""
4380 #: libraries/classes/ConfigStorage/Relation.php:1564
4381 #, php-format
4382 msgid ""
4383 "You do not have necessary privileges to create a database named '%s'. You "
4384 "may go to 'Operations' tab of any database to set up the phpMyAdmin "
4385 "configuration storage there."
4386 msgstr ""
4388 #: libraries/classes/ConfigStorage/UserGroups.php:114
4389 msgid "View users"
4390 msgstr ""
4392 #: libraries/classes/ConfigStorage/UserGroups.php:247
4393 msgid "Server-level tabs"
4394 msgstr ""
4396 #: libraries/classes/ConfigStorage/UserGroups.php:252
4397 msgid "Database-level tabs"
4398 msgstr ""
4400 #: libraries/classes/ConfigStorage/UserGroups.php:257
4401 msgid "Table-level tabs"
4402 msgstr ""
4404 #: libraries/classes/Config/Validator.php:243
4405 msgid "Could not connect to the database server!"
4406 msgstr ""
4408 #: libraries/classes/Config/Validator.php:279
4409 msgid "Invalid authentication type!"
4410 msgstr ""
4412 #: libraries/classes/Config/Validator.php:284
4413 msgid "Empty username while using [kbd]config[/kbd] authentication method!"
4414 msgstr ""
4416 #: libraries/classes/Config/Validator.php:290
4417 msgid ""
4418 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4419 "method!"
4420 msgstr ""
4422 #: libraries/classes/Config/Validator.php:297
4423 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4424 msgstr ""
4426 #: libraries/classes/Config/Validator.php:351
4427 msgid ""
4428 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4429 msgstr ""
4431 #: libraries/classes/Config/Validator.php:358
4432 msgid ""
4433 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4434 "storage!"
4435 msgstr ""
4437 #: libraries/classes/Config/Validator.php:449
4438 msgid "Incorrect value:"
4439 msgstr ""
4441 #: libraries/classes/Config/Validator.php:460
4442 #, php-format
4443 msgid "Incorrect IP address: %s"
4444 msgstr ""
4446 #: libraries/classes/Config/Validator.php:523
4447 #: templates/config/form_display/display.twig:66
4448 msgid "Not a valid port number!"
4449 msgstr ""
4451 #: libraries/classes/Config/Validator.php:545
4452 #: templates/config/form_display/display.twig:64
4453 msgid "Not a positive number!"
4454 msgstr ""
4456 #: libraries/classes/Config/Validator.php:567
4457 #: templates/config/form_display/display.twig:65
4458 msgid "Not a non-negative number!"
4459 msgstr ""
4461 #: libraries/classes/Config/Validator.php:608
4462 #: templates/config/form_display/display.twig:68
4463 #, php-format
4464 msgid "Value must be less than or equal to %s!"
4465 msgstr ""
4467 #: libraries/classes/Console.php:92
4468 #, php-format
4469 msgid "Showing %1$d bookmark (both private and shared)"
4470 msgid_plural "Showing %1$d bookmarks (both private and shared)"
4471 msgstr[0] ""
4472 msgstr[1] ""
4474 #: libraries/classes/Console.php:99
4475 msgid "No bookmarks"
4476 msgstr ""
4478 #: libraries/classes/Console.php:128
4479 msgid "SQL Query Console"
4480 msgstr ""
4482 #: libraries/classes/Controllers/AbstractController.php:73
4483 #: libraries/classes/Controllers/JavaScriptMessagesController.php:343
4484 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:68
4485 #: libraries/classes/DbTableExists.php:47
4486 msgid "No databases selected."
4487 msgstr ""
4489 #: libraries/classes/Controllers/ChangeLogController.php:38
4490 #: libraries/classes/Controllers/LicenseController.php:36
4491 #, php-format
4492 msgid ""
4493 "The %s file is not available on this system, please visit %s for more "
4494 "information."
4495 msgstr ""
4497 #: libraries/classes/Controllers/Database/CentralColumnsController.php:140
4498 #, php-format
4499 msgid "Showing rows %1$s - %2$s."
4500 msgstr ""
4502 #. l10n: The user tries to save a page with an existing name in Designer
4503 #: libraries/classes/Controllers/Database/DesignerController.php:92
4504 #, php-format
4505 msgid ""
4506 "There already exists a page named \"%s\" please rename it to something else."
4507 msgstr ""
4509 #: libraries/classes/Controllers/Database/ExportController.php:81
4510 #: libraries/classes/Controllers/Database/TrackingController.php:130
4511 #: libraries/classes/Controllers/Export/ExportController.php:442
4512 #: libraries/classes/Database/Qbe.php:322
4513 #: templates/database/structure/index.twig:25
4514 #: templates/navigation/tree/path.twig:9
4515 msgid "No tables found in database."
4516 msgstr ""
4518 #: libraries/classes/Controllers/Database/ExportController.php:143
4519 #: libraries/classes/Controllers/Server/ExportController.php:73
4520 #: libraries/classes/Controllers/Table/ExportController.php:104
4521 msgid "Could not load export plugins, please check your installation!"
4522 msgstr ""
4524 #: libraries/classes/Controllers/Database/ImportController.php:72
4525 #: libraries/classes/Controllers/Import/ImportController.php:570
4526 #: libraries/classes/Controllers/Server/ImportController.php:58
4527 #: libraries/classes/Controllers/Table/ImportController.php:69
4528 msgid "Could not load import plugins, please check your installation!"
4529 msgstr ""
4531 #: libraries/classes/Controllers/Database/Operations/CollationController.php:48
4532 #: libraries/classes/Controllers/Table/OperationsController.php:258
4533 msgid "No collation provided."
4534 msgstr ""
4536 #: libraries/classes/Controllers/Database/OperationsController.php:90
4537 #: libraries/classes/Controllers/Table/CreateController.php:72
4538 msgid "The database name is empty!"
4539 msgstr ""
4541 #: libraries/classes/Controllers/Database/OperationsController.php:99
4542 msgid "Cannot copy database to the same name. Change the name and try again."
4543 msgstr ""
4545 #: libraries/classes/Controllers/Database/OperationsController.php:177
4546 #, php-format
4547 msgid "Database %1$s has been renamed to %2$s."
4548 msgstr ""
4550 #: libraries/classes/Controllers/Database/OperationsController.php:187
4551 #, php-format
4552 msgid "Database %1$s has been copied to %2$s."
4553 msgstr ""
4555 #: libraries/classes/Controllers/Database/OperationsController.php:296
4556 #, php-format
4557 msgid ""
4558 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4559 msgstr ""
4561 #: libraries/classes/Controllers/Database/SearchController.php:47
4562 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:90
4563 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:103
4564 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:82
4565 #: libraries/classes/Plugins/AuthenticationPlugin.php:184
4566 msgid "Access denied!"
4567 msgstr ""
4569 #: libraries/classes/Controllers/Database/Structure/AddPrefixController.php:21
4570 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:45
4571 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:45
4572 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:45
4573 #: libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php:22
4574 #: libraries/classes/Controllers/Database/Structure/CopyFormController.php:21
4575 #: libraries/classes/Controllers/Database/Structure/DropFormController.php:37
4576 #: libraries/classes/Controllers/Database/Structure/EmptyFormController.php:24
4577 #: libraries/classes/Controllers/Database/Structure/ShowCreateController.php:32
4578 #: libraries/classes/Controllers/Export/TablesController.php:29
4579 #: libraries/classes/Controllers/JavaScriptMessagesController.php:344
4580 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:54
4581 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:54
4582 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:54
4583 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:54
4584 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:54
4585 msgid "No table selected."
4586 msgstr ""
4588 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:53
4589 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:53
4590 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:53
4591 msgid "Success!"
4592 msgstr ""
4594 #: libraries/classes/Controllers/Database/StructureController.php:366
4595 #: templates/table/operations/index.twig:451
4596 #: templates/table/operations/view.twig:32
4597 #, php-format
4598 msgid "View %s has been dropped."
4599 msgstr ""
4601 #: libraries/classes/Controllers/Database/StructureController.php:367
4602 #: templates/table/operations/index.twig:451
4603 #, php-format
4604 msgid "Table %s has been dropped."
4605 msgstr ""
4607 #: libraries/classes/Controllers/Database/StructureController.php:414
4608 #: templates/table/operations/index.twig:410
4609 #: templates/table/operations/index.twig:428
4610 #, php-format
4611 msgid "Table %s has been emptied."
4612 msgstr ""
4614 #: libraries/classes/Controllers/Database/StructureController.php:577
4615 #: libraries/classes/Display/Results.php:3982
4616 #, php-format
4617 msgid ""
4618 "This view has at least this number of rows. Please refer to "
4619 "%sdocumentation%s."
4620 msgstr ""
4622 #: libraries/classes/Controllers/Database/StructureController.php:766
4623 msgid "unknown"
4624 msgstr ""
4626 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:56
4627 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:72
4628 #: libraries/classes/Controllers/JavaScriptMessagesController.php:488
4629 #: libraries/classes/Controllers/Table/DeleteRowsController.php:56
4630 #: libraries/classes/Controllers/Table/DropColumnController.php:57
4631 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:58
4632 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:82
4633 #: libraries/classes/IndexColumn.php:164 libraries/classes/Index.php:525
4634 #: libraries/classes/Plugins/Export/ExportHtmlword.php:633
4635 #: libraries/classes/Plugins/Export/ExportLatex.php:632
4636 #: libraries/classes/Plugins/Export/ExportOdt.php:788
4637 #: libraries/classes/Plugins/Export/ExportTexytext.php:626
4638 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:754
4639 #: templates/config/form_display/input.twig:42
4640 #: templates/database/central_columns/main.twig:356
4641 #: templates/database/data_dictionary/index.twig:47
4642 #: templates/database/data_dictionary/index.twig:91
4643 #: templates/database/designer/main.twig:1117
4644 #: templates/database/privileges/index.twig:69
4645 #: templates/database/structure/drop_form.twig:19
4646 #: templates/database/structure/empty_form.twig:19 templates/indexes.twig:65
4647 #: templates/preferences/autoload.twig:11
4648 #: templates/preferences/manage/error.twig:18
4649 #: templates/server/privileges/new_user_ajax.twig:20
4650 #: templates/server/privileges/new_user_ajax.twig:34
4651 #: templates/server/privileges/privileges_summary.twig:37
4652 #: templates/server/privileges/privileges_summary.twig:40
4653 #: templates/server/privileges/privileges_summary.twig:42
4654 #: templates/server/privileges/users_overview.twig:53
4655 #: templates/server/privileges/users_overview.twig:65
4656 #: templates/table/delete/confirm.twig:28
4657 #: templates/table/privileges/index.twig:73
4658 #: templates/table/structure/display_structure.twig:80
4659 #: templates/table/structure/display_structure.twig:532
4660 #: templates/table/structure/drop_confirm.twig:19
4661 #: templates/table/structure/primary.twig:22
4662 #: templates/table/tracking/structure_snapshot_columns.twig:33
4663 #: templates/table/tracking/structure_snapshot_indexes.twig:23
4664 #: templates/table/tracking/structure_snapshot_indexes.twig:24
4665 msgid "Yes"
4666 msgstr "ErĂȘ"
4668 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:57
4669 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:73
4670 #: libraries/classes/Controllers/Table/DropColumnController.php:74
4671 #: libraries/classes/Controllers/Table/OperationsController.php:318
4672 #: libraries/classes/Controllers/Table/ReplaceController.php:415
4673 #: libraries/classes/Core.php:717 templates/preview_sql.twig:3
4674 msgid "No change"
4675 msgstr ""
4677 #: libraries/classes/Controllers/Database/Structure/FavoriteTableController.php:105
4678 msgid "Favorite List is full!"
4679 msgstr ""
4681 #: libraries/classes/Controllers/Database/TrackingController.php:83
4682 #: libraries/classes/Controllers/Database/TrackingController.php:103
4683 msgid "Tracking data deleted successfully."
4684 msgstr ""
4686 #: libraries/classes/Controllers/Database/TrackingController.php:90
4687 #, php-format
4688 msgid ""
4689 "Version %1$s was created for selected tables, tracking is active for them."
4690 msgstr ""
4692 #: libraries/classes/Controllers/Database/TrackingController.php:120
4693 msgid "No tables selected."
4694 msgstr ""
4696 #: libraries/classes/Controllers/Database/TrackingController.php:155
4697 msgid "Database Log"
4698 msgstr ""
4700 #: libraries/classes/Controllers/ErrorReportController.php:106
4701 msgid ""
4702 "An error has been detected and an error report has been automatically "
4703 "submitted based on your settings."
4704 msgstr ""
4706 #: libraries/classes/Controllers/ErrorReportController.php:110
4707 msgid "Thank you for submitting this report."
4708 msgstr ""
4710 #: libraries/classes/Controllers/ErrorReportController.php:114
4711 msgid ""
4712 "An error has been detected and an error report has been generated but failed "
4713 "to be sent."
4714 msgstr ""
4716 #: libraries/classes/Controllers/ErrorReportController.php:117
4717 msgid "If you experience any problems please submit a bug report manually."
4718 msgstr ""
4720 #: libraries/classes/Controllers/ErrorReportController.php:120
4721 msgid "You may want to refresh the page."
4722 msgstr ""
4724 #: libraries/classes/Controllers/Export/ExportController.php:239
4725 #: libraries/classes/Export.php:1338
4726 msgid "Bad type!"
4727 msgstr "Model BetalĂȘ!"
4729 #: libraries/classes/Controllers/Export/ExportController.php:333
4730 msgid "Bad parameters!"
4731 msgstr ""
4733 #: libraries/classes/Controllers/HomeController.php:98
4734 msgid ""
4735 "You were logged out from one server, to logout completely from phpMyAdmin, "
4736 "you need to logout from all servers."
4737 msgstr ""
4739 #: libraries/classes/Controllers/HomeController.php:195
4740 #, php-format
4741 msgid ""
4742 "The phpMyAdmin configuration storage is not completely configured, some "
4743 "extended features have been deactivated. %sFind out why%s. "
4744 msgstr ""
4746 #: libraries/classes/Controllers/HomeController.php:201
4747 msgid ""
4748 "Or alternately go to 'Operations' tab of any database to set it up there."
4749 msgstr ""
4751 #: libraries/classes/Controllers/HomeController.php:265
4752 msgid ""
4753 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
4754 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
4755 "than cookie validity configured in phpMyAdmin, because of this, your login "
4756 "might expire sooner than configured in phpMyAdmin."
4757 msgstr ""
4759 #: libraries/classes/Controllers/HomeController.php:282
4760 msgid ""
4761 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
4762 "because of this, your login will expire sooner than configured in phpMyAdmin."
4763 msgstr ""
4765 #: libraries/classes/Controllers/HomeController.php:301
4766 msgid ""
4767 "Your server is running with default values for the controluser and password "
4768 "(controlpass) and is open to intrusion; you really should fix this security "
4769 "weakness by changing the password for controluser 'pma'."
4770 msgstr ""
4772 #: libraries/classes/Controllers/HomeController.php:318
4773 msgid ""
4774 "The configuration file needs a valid key for cookie encryption. A temporary "
4775 "key was automatically generated for you. Please refer to the "
4776 "[doc@cfg_blowfish_secret]documentation[/doc]."
4777 msgstr ""
4779 #: libraries/classes/Controllers/HomeController.php:328
4780 #, php-format
4781 msgid ""
4782 "The cookie encryption key in the configuration file is longer than "
4783 "necessary. It should only be %d bytes long. Please refer to the "
4784 "[doc@cfg_blowfish_secret]documentation[/doc]."
4785 msgstr ""
4787 #: libraries/classes/Controllers/HomeController.php:346
4788 msgid ""
4789 "Directory [code]config[/code], which is used by the setup script, still "
4790 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
4791 "once phpMyAdmin has been configured. Otherwise the security of your server "
4792 "may be compromised by unauthorized people downloading your configuration."
4793 msgstr ""
4795 #: libraries/classes/Controllers/HomeController.php:367
4796 #, php-format
4797 msgid ""
4798 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
4799 "issues."
4800 msgstr ""
4802 #: libraries/classes/Controllers/HomeController.php:381
4803 #, php-format
4804 msgid ""
4805 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
4806 "templates and will be slow because of this."
4807 msgstr ""
4809 #: libraries/classes/Controllers/HomeController.php:438
4810 msgid ""
4811 "The mbstring PHP extension was not found and you seem to be using a "
4812 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
4813 "split strings correctly and it may result in unexpected results."
4814 msgstr ""
4816 #: libraries/classes/Controllers/HomeController.php:456
4817 msgid ""
4818 "The curl extension was not found and allow_url_fopen is disabled. Due to "
4819 "this some features such as error reporting or version check are disabled."
4820 msgstr ""
4822 #: libraries/classes/Controllers/Import/ImportController.php:109
4823 msgid "Incomplete params"
4824 msgstr ""
4826 #: libraries/classes/Controllers/Import/ImportController.php:123
4827 msgid "Succeeded"
4828 msgstr ""
4830 #: libraries/classes/Controllers/Import/ImportController.php:127
4831 #: libraries/classes/Controllers/JavaScriptMessagesController.php:575
4832 msgid "Failed"
4833 msgstr "KetĂź"
4835 #: libraries/classes/Controllers/Import/ImportController.php:217
4836 #, php-format
4837 msgid ""
4838 "You probably tried to upload a file that is too large. Please refer to "
4839 "%sdocumentation%s for a workaround for this limit."
4840 msgstr ""
4842 #: libraries/classes/Controllers/Import/ImportController.php:372
4843 #: libraries/classes/Controllers/Import/ImportController.php:610
4844 msgid "Showing bookmark"
4845 msgstr ""
4847 #: libraries/classes/Controllers/Import/ImportController.php:393
4848 #: libraries/classes/Controllers/Import/ImportController.php:606
4849 msgid "The bookmark has been deleted."
4850 msgstr ""
4852 #: libraries/classes/Controllers/Import/ImportController.php:516
4853 msgid ""
4854 "No data was received to import. Either no file name was submitted, or the "
4855 "file size exceeded the maximum size permitted by your PHP configuration. See "
4856 "[doc@faq1-16]FAQ 1.16[/doc]."
4857 msgstr ""
4859 #: libraries/classes/Controllers/Import/ImportController.php:618
4860 #, php-format
4861 msgid "Import has been successfully finished, %d query executed."
4862 msgid_plural "Import has been successfully finished, %d queries executed."
4863 msgstr[0] ""
4864 msgstr[1] ""
4866 #: libraries/classes/Controllers/Import/ImportController.php:655
4867 #, php-format
4868 msgid ""
4869 "Script timeout passed, if you want to finish import, please %sresubmit the "
4870 "same file%s and import will resume."
4871 msgstr ""
4873 #: libraries/classes/Controllers/Import/ImportController.php:665
4874 msgid ""
4875 "However on last run no data has been parsed, this usually means phpMyAdmin "
4876 "won't be able to finish this import unless you increase php time limits."
4877 msgstr ""
4879 #: libraries/classes/Controllers/Import/ImportController.php:736
4880 #: libraries/classes/Controllers/Sql/SqlController.php:162
4881 msgid "\"DROP DATABASE\" statements are disabled."
4882 msgstr ""
4884 #: libraries/classes/Controllers/Import/SimulateDmlController.php:38
4885 msgid "Only single-table UPDATE and DELETE queries can be simulated."
4886 msgstr ""
4888 #: libraries/classes/Controllers/Import/StatusController.php:66
4889 msgid "Could not load the progress of the import."
4890 msgstr ""
4892 #: libraries/classes/Controllers/JavaScriptMessagesController.php:39
4893 #: templates/server/databases/index.twig:318
4894 msgid "Confirm"
4895 msgstr ""
4897 #: libraries/classes/Controllers/JavaScriptMessagesController.php:40
4898 #, php-format
4899 msgid "Do you really want to execute \"%s\"?"
4900 msgstr ""
4902 #: libraries/classes/Controllers/JavaScriptMessagesController.php:41
4903 msgid "You are about to DESTROY a complete database!"
4904 msgstr ""
4906 #: libraries/classes/Controllers/JavaScriptMessagesController.php:43
4907 msgid "Cannot rename database to the same name. Change the name and try again"
4908 msgstr ""
4910 #: libraries/classes/Controllers/JavaScriptMessagesController.php:45
4911 msgid "You are about to DESTROY a complete table!"
4912 msgstr ""
4914 #: libraries/classes/Controllers/JavaScriptMessagesController.php:46
4915 msgid "You are about to TRUNCATE a complete table!"
4916 msgstr ""
4918 #: libraries/classes/Controllers/JavaScriptMessagesController.php:47
4919 msgid "You are about to DELETE all the rows of the table!"
4920 msgstr ""
4922 #: libraries/classes/Controllers/JavaScriptMessagesController.php:48
4923 msgid "Delete tracking data for this table?"
4924 msgstr ""
4926 #: libraries/classes/Controllers/JavaScriptMessagesController.php:49
4927 msgid "Delete tracking data for these tables?"
4928 msgstr ""
4930 #: libraries/classes/Controllers/JavaScriptMessagesController.php:50
4931 msgid "Delete tracking data for this version?"
4932 msgstr ""
4934 #: libraries/classes/Controllers/JavaScriptMessagesController.php:51
4935 msgid "Delete tracking data for these versions?"
4936 msgstr ""
4938 #: libraries/classes/Controllers/JavaScriptMessagesController.php:52
4939 msgid "Delete entry from tracking report?"
4940 msgstr ""
4942 #: libraries/classes/Controllers/JavaScriptMessagesController.php:53
4943 msgid "Deleting tracking data"
4944 msgstr ""
4946 #: libraries/classes/Controllers/JavaScriptMessagesController.php:54
4947 msgid "Dropping Primary Key/Index"
4948 msgstr ""
4950 #: libraries/classes/Controllers/JavaScriptMessagesController.php:55
4951 msgid "Dropping Foreign key."
4952 msgstr ""
4954 #: libraries/classes/Controllers/JavaScriptMessagesController.php:56
4955 msgid "This operation could take a long time. Proceed anyway?"
4956 msgstr ""
4958 #: libraries/classes/Controllers/JavaScriptMessagesController.php:57
4959 #, php-format
4960 msgid "Do you really want to delete user group \"%s\"?"
4961 msgstr ""
4963 #: libraries/classes/Controllers/JavaScriptMessagesController.php:58
4964 #, php-format
4965 msgid "Do you really want to delete the search \"%s\"?"
4966 msgstr ""
4968 #: libraries/classes/Controllers/JavaScriptMessagesController.php:59
4969 msgid "You have unsaved changes; are you sure you want to leave this page?"
4970 msgstr ""
4972 #: libraries/classes/Controllers/JavaScriptMessagesController.php:61
4973 msgid ""
4974 "You are trying to reduce the number of rows, but have already entered data "
4975 "in those rows which will be lost. Do you wish to continue?"
4976 msgstr ""
4978 #: libraries/classes/Controllers/JavaScriptMessagesController.php:64
4979 msgid "Do you really want to revoke the selected user(s) ?"
4980 msgstr ""
4982 #: libraries/classes/Controllers/JavaScriptMessagesController.php:65
4983 msgid "Do you really want to delete this central column?"
4984 msgstr ""
4986 #: libraries/classes/Controllers/JavaScriptMessagesController.php:66
4987 msgid "Do you really want to delete the selected items?"
4988 msgstr ""
4990 #: libraries/classes/Controllers/JavaScriptMessagesController.php:68
4991 msgid ""
4992 "Do you really want to DROP the selected partition(s)? This will also DELETE "
4993 "the data related to the selected partition(s)!"
4994 msgstr ""
4996 #: libraries/classes/Controllers/JavaScriptMessagesController.php:71
4997 msgid "Do you really want to TRUNCATE the selected partition(s)?"
4998 msgstr ""
5000 #: libraries/classes/Controllers/JavaScriptMessagesController.php:72
5001 msgid "Do you really want to remove partitioning?"
5002 msgstr ""
5004 #: libraries/classes/Controllers/JavaScriptMessagesController.php:73
5005 msgid "Do you really want to reset the replica (RESET REPLICA)?"
5006 msgstr ""
5008 #: libraries/classes/Controllers/JavaScriptMessagesController.php:75
5009 msgid ""
5010 "This operation will attempt to convert your data to the new collation. In "
5011 "rare cases, especially where a character doesn't exist in the new collation, "
5012 "this process could cause the data to appear incorrectly under the new "
5013 "collation; in this case we suggest you revert to the original collation and "
5014 "refer to the tips at "
5015 msgstr ""
5017 #: libraries/classes/Controllers/JavaScriptMessagesController.php:81
5018 msgid "Garbled Data"
5019 msgstr ""
5021 #: libraries/classes/Controllers/JavaScriptMessagesController.php:83
5022 msgid "Are you sure you wish to change the collation and convert the data?"
5023 msgstr ""
5025 #: libraries/classes/Controllers/JavaScriptMessagesController.php:86
5026 msgid ""
5027 "Through this operation, MySQL attempts to map the data values between "
5028 "collations. If the character sets are incompatible, there may be data loss "
5029 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5030 "column collation(s). <b>To convert existing data, it is suggested to use the "
5031 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5032 "</b>"
5033 msgstr ""
5035 #: libraries/classes/Controllers/JavaScriptMessagesController.php:94
5036 msgid ""
5037 "Are you sure you wish to change all the column collations and convert the "
5038 "data?"
5039 msgstr ""
5041 #: libraries/classes/Controllers/JavaScriptMessagesController.php:97
5042 #: templates/export.twig:324
5043 msgid "Save & close"
5044 msgstr ""
5046 #: libraries/classes/Controllers/JavaScriptMessagesController.php:98
5047 #: templates/config/form_display/display.twig:47
5048 #: templates/preferences/manage/main.twig:114
5049 #: templates/preferences/manage/main.twig:122
5050 #: templates/table/insert/actions_panel.twig:36
5051 msgid "Reset"
5052 msgstr ""
5054 #: libraries/classes/Controllers/JavaScriptMessagesController.php:99
5055 msgid "Reset all"
5056 msgstr ""
5058 #: libraries/classes/Controllers/JavaScriptMessagesController.php:102
5059 msgid "Missing value in the form!"
5060 msgstr ""
5062 #: libraries/classes/Controllers/JavaScriptMessagesController.php:103
5063 msgid "Select at least one of the options!"
5064 msgstr ""
5066 #: libraries/classes/Controllers/JavaScriptMessagesController.php:104
5067 msgid "Please enter a valid number!"
5068 msgstr ""
5070 #: libraries/classes/Controllers/JavaScriptMessagesController.php:105
5071 msgid "Please enter a valid length!"
5072 msgstr ""
5074 #: libraries/classes/Controllers/JavaScriptMessagesController.php:106
5075 msgid "Add index"
5076 msgstr ""
5078 #: libraries/classes/Controllers/JavaScriptMessagesController.php:107
5079 msgid "Edit index"
5080 msgstr ""
5082 #. l10n: Rename a table Index
5083 #: libraries/classes/Controllers/JavaScriptMessagesController.php:109
5084 msgid "Rename index"
5085 msgstr ""
5087 #: libraries/classes/Controllers/JavaScriptMessagesController.php:110
5088 #: templates/table/index_form.twig:237
5089 #, php-format
5090 msgid "Add %s column(s) to index"
5091 msgstr ""
5093 #: libraries/classes/Controllers/JavaScriptMessagesController.php:111
5094 msgid "Create single-column index"
5095 msgstr ""
5097 #: libraries/classes/Controllers/JavaScriptMessagesController.php:112
5098 msgid "Create composite index"
5099 msgstr ""
5101 #: libraries/classes/Controllers/JavaScriptMessagesController.php:113
5102 msgid "Composite with:"
5103 msgstr ""
5105 #: libraries/classes/Controllers/JavaScriptMessagesController.php:114
5106 msgid "Please select column(s) for the index."
5107 msgstr ""
5109 #: libraries/classes/Controllers/JavaScriptMessagesController.php:117
5110 #: templates/columns_definitions/column_definitions_form.twig:157
5111 #: templates/modals/index_dialog_modal.twig:11
5112 #: templates/modals/index_dialog_modal.twig:21
5113 #: templates/table/index_form.twig:246
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 #: templates/table/structure/display_structure.twig:354
5119 msgid "Preview SQL"
5120 msgstr ""
5122 #: libraries/classes/Controllers/JavaScriptMessagesController.php:120
5123 #: templates/sql/query.twig:218
5124 msgid "Simulate query"
5125 msgstr ""
5127 #: libraries/classes/Controllers/JavaScriptMessagesController.php:121
5128 msgid "Matched rows:"
5129 msgstr ""
5131 #: libraries/classes/Controllers/JavaScriptMessagesController.php:122
5132 #: libraries/classes/Html/Generator.php:880 templates/export.twig:67
5133 msgid "SQL query:"
5134 msgstr ""
5136 #. l10n: Default label for the y-Axis of Charts
5137 #: libraries/classes/Controllers/JavaScriptMessagesController.php:126
5138 msgid "Y values"
5139 msgstr ""
5141 #: libraries/classes/Controllers/JavaScriptMessagesController.php:129
5142 msgid "Please enter the SQL query first."
5143 msgstr ""
5145 #: libraries/classes/Controllers/JavaScriptMessagesController.php:132
5146 msgid "The host name is empty!"
5147 msgstr ""
5149 #: libraries/classes/Controllers/JavaScriptMessagesController.php:133
5150 msgid "The user name is empty!"
5151 msgstr ""
5153 #: libraries/classes/Controllers/JavaScriptMessagesController.php:134
5154 #: libraries/classes/Server/Privileges.php:943
5155 #: libraries/classes/UserPassword.php:42
5156 msgid "The password is empty!"
5157 msgstr ""
5159 #: libraries/classes/Controllers/JavaScriptMessagesController.php:135
5160 #: libraries/classes/Server/Privileges.php:941
5161 #: libraries/classes/UserPassword.php:46
5162 msgid "The passwords aren't the same!"
5163 msgstr ""
5165 #: libraries/classes/Controllers/JavaScriptMessagesController.php:136
5166 msgid "Removing Selected Users"
5167 msgstr ""
5169 #: libraries/classes/Controllers/JavaScriptMessagesController.php:137
5170 #: libraries/classes/Tracking.php:237 libraries/classes/Tracking.php:641
5171 #: templates/columns_definitions/column_definitions_form.twig:176
5172 #: templates/columns_definitions/column_definitions_form.twig:181
5173 #: templates/error/report_modal.twig:14 templates/export_modal.twig:6
5174 #: templates/export_modal.twig:10 templates/export.twig:82
5175 #: templates/export.twig:92 templates/export.twig:194
5176 #: templates/home/index.twig:296 templates/home/index.twig:304
5177 #: templates/modals/build_query.twig:6 templates/modals/build_query.twig:16
5178 #: templates/modals/create_view.twig:6 templates/modals/create_view.twig:11
5179 #: templates/modals/enum_set_editor.twig:6
5180 #: templates/modals/enum_set_editor.twig:11
5181 #: templates/modals/index_dialog_modal.twig:6
5182 #: templates/modals/index_dialog_modal.twig:12
5183 #: templates/modals/index_dialog_modal.twig:22
5184 #: templates/modals/preview_sql_confirmation.twig:6
5185 #: templates/modals/preview_sql_confirmation.twig:15
5186 #: templates/modals/preview_sql_modal.twig:6
5187 #: templates/modals/preview_sql_modal.twig:10
5188 #: templates/modals/unhide_nav_item.twig:6
5189 #: templates/modals/unhide_nav_item.twig:10
5190 #: templates/server/privileges/users_overview.twig:169
5191 #: templates/server/privileges/users_overview.twig:177
5192 #: templates/server/status/advisor/index.twig:20
5193 #: templates/server/status/advisor/index.twig:45
5194 #: templates/server/status/monitor/index.twig:129
5195 #: templates/server/status/monitor/index.twig:218
5196 #: templates/server/user_groups/user_groups.twig:51
5197 #: templates/server/user_groups/user_groups.twig:55
5198 #: templates/sql/query.twig:219 templates/sql/query.twig:224
5199 #: templates/table/insert/actions_panel.twig:47
5200 #: templates/table/insert/actions_panel.twig:52
5201 #: templates/table/relation/common_form.twig:234
5202 #: templates/table/relation/common_form.twig:239
5203 #: templates/table/search/index.twig:182
5204 #: templates/table/structure/display_structure.twig:329
5205 #: templates/table/structure/display_structure.twig:345
5206 #: templates/table/structure/display_structure.twig:355
5207 #: templates/table/structure/display_structure.twig:373
5208 #: templates/table/zoom_search/result_form.twig:27
5209 #: templates/table/zoom_search/result_form.twig:79
5210 #: templates/table/zoom_search/result_form.twig:96
5211 msgid "Close"
5212 msgstr ""
5214 #: libraries/classes/Controllers/JavaScriptMessagesController.php:138
5215 #: templates/server/privileges/users_overview.twig:105
5216 msgctxt "Lock the account."
5217 msgid "Lock"
5218 msgstr ""
5220 #: libraries/classes/Controllers/JavaScriptMessagesController.php:139
5221 #: templates/server/privileges/users_overview.twig:102
5222 msgctxt "Unlock the account."
5223 msgid "Unlock"
5224 msgstr ""
5226 #: libraries/classes/Controllers/JavaScriptMessagesController.php:140
5227 #: templates/server/privileges/users_overview.twig:100
5228 msgid "Lock this account."
5229 msgstr ""
5231 #: libraries/classes/Controllers/JavaScriptMessagesController.php:141
5232 #: templates/server/privileges/users_overview.twig:100
5233 msgid "Unlock this account."
5234 msgstr ""
5236 #: libraries/classes/Controllers/JavaScriptMessagesController.php:144
5237 msgid "Template was created."
5238 msgstr ""
5240 #: libraries/classes/Controllers/JavaScriptMessagesController.php:145
5241 msgid "Template was loaded."
5242 msgstr ""
5244 #: libraries/classes/Controllers/JavaScriptMessagesController.php:146
5245 msgid "Template was updated."
5246 msgstr ""
5248 #: libraries/classes/Controllers/JavaScriptMessagesController.php:147
5249 msgid "Template was deleted."
5250 msgstr ""
5252 #. l10n: Other, small valued, queries
5253 #: libraries/classes/Controllers/JavaScriptMessagesController.php:150
5254 #: libraries/classes/Controllers/Server/Status/QueriesController.php:95
5255 #: libraries/classes/Server/Status/Data.php:163
5256 msgid "Other"
5257 msgstr ""
5259 #. l10n: Thousands separator
5260 #: libraries/classes/Controllers/JavaScriptMessagesController.php:152
5261 #: libraries/classes/Util.php:549 libraries/classes/Util.php:581
5262 msgid ","
5263 msgstr ""
5265 #. l10n: Decimal separator
5266 #: libraries/classes/Controllers/JavaScriptMessagesController.php:154
5267 #: libraries/classes/Util.php:547 libraries/classes/Util.php:579
5268 msgid "."
5269 msgstr ""
5271 #: libraries/classes/Controllers/JavaScriptMessagesController.php:156
5272 msgid "Connections / Processes"
5273 msgstr ""
5275 #: libraries/classes/Controllers/JavaScriptMessagesController.php:159
5276 msgid "Local monitor configuration incompatible!"
5277 msgstr ""
5279 #: libraries/classes/Controllers/JavaScriptMessagesController.php:161
5280 msgid ""
5281 "The chart arrangement configuration in your browsers local storage is not "
5282 "compatible anymore to the newer version of the monitor dialog. It is very "
5283 "likely that your current configuration will not work anymore. Please reset "
5284 "your configuration to default in the <i>Settings</i> menu."
5285 msgstr ""
5287 #: libraries/classes/Controllers/JavaScriptMessagesController.php:167
5288 msgid "Query cache efficiency"
5289 msgstr ""
5291 #: libraries/classes/Controllers/JavaScriptMessagesController.php:168
5292 msgid "Query cache usage"
5293 msgstr ""
5295 #: libraries/classes/Controllers/JavaScriptMessagesController.php:169
5296 msgid "Query cache used"
5297 msgstr ""
5299 #: libraries/classes/Controllers/JavaScriptMessagesController.php:171
5300 msgid "System CPU usage"
5301 msgstr ""
5303 #: libraries/classes/Controllers/JavaScriptMessagesController.php:172
5304 msgid "System memory"
5305 msgstr ""
5307 #: libraries/classes/Controllers/JavaScriptMessagesController.php:173
5308 msgid "System swap"
5309 msgstr ""
5311 #: libraries/classes/Controllers/JavaScriptMessagesController.php:175
5312 msgid "Average load"
5313 msgstr ""
5315 #: libraries/classes/Controllers/JavaScriptMessagesController.php:176
5316 msgid "Total memory"
5317 msgstr ""
5319 #: libraries/classes/Controllers/JavaScriptMessagesController.php:177
5320 msgid "Cached memory"
5321 msgstr ""
5323 #: libraries/classes/Controllers/JavaScriptMessagesController.php:178
5324 msgid "Buffered memory"
5325 msgstr ""
5327 #: libraries/classes/Controllers/JavaScriptMessagesController.php:179
5328 msgid "Free memory"
5329 msgstr ""
5331 #: libraries/classes/Controllers/JavaScriptMessagesController.php:180
5332 msgid "Used memory"
5333 msgstr ""
5335 #: libraries/classes/Controllers/JavaScriptMessagesController.php:182
5336 msgid "Total swap"
5337 msgstr ""
5339 #: libraries/classes/Controllers/JavaScriptMessagesController.php:183
5340 msgid "Cached swap"
5341 msgstr ""
5343 #: libraries/classes/Controllers/JavaScriptMessagesController.php:184
5344 msgid "Used swap"
5345 msgstr ""
5347 #: libraries/classes/Controllers/JavaScriptMessagesController.php:185
5348 msgid "Free swap"
5349 msgstr ""
5351 #: libraries/classes/Controllers/JavaScriptMessagesController.php:187
5352 msgid "Bytes sent"
5353 msgstr ""
5355 #: libraries/classes/Controllers/JavaScriptMessagesController.php:188
5356 msgid "Bytes received"
5357 msgstr ""
5359 #: libraries/classes/Controllers/JavaScriptMessagesController.php:189
5360 #: templates/server/status/status/index.twig:36
5361 msgid "Connections"
5362 msgstr ""
5364 #: libraries/classes/Controllers/JavaScriptMessagesController.php:190
5365 #: templates/server/status/base.twig:11
5366 #: templates/server/status/processes/list.twig:5
5367 msgid "Processes"
5368 msgstr ""
5370 #. l10n: shortcuts for Byte
5371 #: libraries/classes/Controllers/JavaScriptMessagesController.php:193
5372 #: libraries/classes/Util.php:457
5373 msgid "B"
5374 msgstr ""
5376 #. l10n: shortcuts for Kilobyte
5377 #: libraries/classes/Controllers/JavaScriptMessagesController.php:194
5378 #: libraries/classes/Util.php:459
5379 #: templates/server/status/monitor/index.twig:186
5380 msgid "KiB"
5381 msgstr ""
5383 #. l10n: shortcuts for Megabyte
5384 #: libraries/classes/Controllers/JavaScriptMessagesController.php:195
5385 #: libraries/classes/Util.php:461
5386 #: templates/server/status/monitor/index.twig:187
5387 msgid "MiB"
5388 msgstr ""
5390 #. l10n: shortcuts for Gigabyte
5391 #: libraries/classes/Controllers/JavaScriptMessagesController.php:196
5392 #: libraries/classes/Util.php:463
5393 msgid "GiB"
5394 msgstr ""
5396 #. l10n: shortcuts for Terabyte
5397 #: libraries/classes/Controllers/JavaScriptMessagesController.php:197
5398 #: libraries/classes/Util.php:465
5399 msgid "TiB"
5400 msgstr ""
5402 #. l10n: shortcuts for Petabyte
5403 #: libraries/classes/Controllers/JavaScriptMessagesController.php:198
5404 #: libraries/classes/Util.php:467
5405 msgid "PiB"
5406 msgstr ""
5408 #. l10n: shortcuts for Exabyte
5409 #: libraries/classes/Controllers/JavaScriptMessagesController.php:199
5410 #: libraries/classes/Util.php:469
5411 msgid "EiB"
5412 msgstr ""
5414 #: libraries/classes/Controllers/JavaScriptMessagesController.php:200
5415 #, php-format
5416 msgid "%d table(s)"
5417 msgstr ""
5419 #. l10n: Questions is the name of a MySQL Status variable
5420 #: libraries/classes/Controllers/JavaScriptMessagesController.php:203
5421 msgid "Questions"
5422 msgstr ""
5424 #: libraries/classes/Controllers/JavaScriptMessagesController.php:204
5425 #: templates/server/status/status/index.twig:14
5426 msgid "Traffic"
5427 msgstr ""
5429 #: libraries/classes/Controllers/JavaScriptMessagesController.php:205
5430 #: libraries/classes/Menu.php:523 libraries/classes/Util.php:1966
5431 #: templates/server/status/monitor/index.twig:12
5432 msgid "Settings"
5433 msgstr ""
5435 #: libraries/classes/Controllers/JavaScriptMessagesController.php:206
5436 #: templates/server/status/monitor/index.twig:217
5437 msgid "Add chart to grid"
5438 msgstr ""
5440 #: libraries/classes/Controllers/JavaScriptMessagesController.php:207
5441 msgid "Please add at least one variable to the series!"
5442 msgstr ""
5444 #: libraries/classes/Controllers/JavaScriptMessagesController.php:208
5445 #: libraries/classes/Display/Results.php:1266
5446 #: libraries/classes/Plugins/Export/ExportSql.php:2233
5447 #: libraries/classes/Plugins/Schema/SchemaPdf.php:99
5448 #: libraries/config.values.php:111
5449 #: templates/columns_definitions/column_attributes.twig:217
5450 #: templates/columns_definitions/column_attributes.twig:240
5451 #: templates/database/central_columns/main.twig:305
5452 #: templates/database/designer/main.twig:588 templates/export.twig:433
5453 #: templates/server/privileges/privileges_summary.twig:30
5454 #: templates/server/status/monitor/index.twig:211
5455 #: templates/server/status/processes/list.twig:72
5456 #: templates/table/zoom_search/index.twig:62
5457 #: templates/table/zoom_search/index.twig:122
5458 msgid "None"
5459 msgstr ""
5461 #. l10n: SQL Query on modal to show exported query
5462 #: libraries/classes/Controllers/JavaScriptMessagesController.php:210
5463 msgid "SQL Query"
5464 msgstr ""
5466 #: libraries/classes/Controllers/JavaScriptMessagesController.php:211
5467 msgid "Resume monitor"
5468 msgstr ""
5470 #: libraries/classes/Controllers/JavaScriptMessagesController.php:212
5471 msgid "Pause monitor"
5472 msgstr ""
5474 #: libraries/classes/Controllers/JavaScriptMessagesController.php:213
5475 #: templates/server/status/processes/index.twig:57
5476 msgid "Start auto refresh"
5477 msgstr ""
5479 #: libraries/classes/Controllers/JavaScriptMessagesController.php:214
5480 msgid "Stop auto refresh"
5481 msgstr ""
5483 #: libraries/classes/Controllers/JavaScriptMessagesController.php:216
5484 msgid "general_log and slow_query_log are enabled."
5485 msgstr ""
5487 #: libraries/classes/Controllers/JavaScriptMessagesController.php:217
5488 msgid "general_log is enabled."
5489 msgstr ""
5491 #: libraries/classes/Controllers/JavaScriptMessagesController.php:218
5492 msgid "slow_query_log is enabled."
5493 msgstr ""
5495 #: libraries/classes/Controllers/JavaScriptMessagesController.php:219
5496 msgid "slow_query_log and general_log are disabled."
5497 msgstr ""
5499 #: libraries/classes/Controllers/JavaScriptMessagesController.php:220
5500 msgid "log_output is not set to TABLE."
5501 msgstr ""
5503 #: libraries/classes/Controllers/JavaScriptMessagesController.php:221
5504 msgid "log_output is set to TABLE."
5505 msgstr ""
5507 #: libraries/classes/Controllers/JavaScriptMessagesController.php:223
5508 #, php-format
5509 msgid ""
5510 "slow_query_log is enabled, but the server logs only queries that take longer "
5511 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5512 "depending on your system."
5513 msgstr ""
5515 #: libraries/classes/Controllers/JavaScriptMessagesController.php:227
5516 #, php-format
5517 msgid "long_query_time is set to %d second(s)."
5518 msgstr ""
5520 #: libraries/classes/Controllers/JavaScriptMessagesController.php:229
5521 msgid ""
5522 "Following settings will be applied globally and reset to default on server "
5523 "restart:"
5524 msgstr ""
5526 #. l10n: %s is FILE or TABLE
5527 #: libraries/classes/Controllers/JavaScriptMessagesController.php:232
5528 #, php-format
5529 msgid "Set log_output to %s"
5530 msgstr ""
5532 #. l10n: Enable in this context means setting a status variable to ON
5533 #: libraries/classes/Controllers/JavaScriptMessagesController.php:234
5534 #, php-format
5535 msgid "Enable %s"
5536 msgstr ""
5538 #. l10n: Disable in this context means setting a status variable to OFF
5539 #: libraries/classes/Controllers/JavaScriptMessagesController.php:236
5540 #, php-format
5541 msgid "Disable %s"
5542 msgstr ""
5544 #. l10n: %d seconds
5545 #: libraries/classes/Controllers/JavaScriptMessagesController.php:238
5546 #, php-format
5547 msgid "Set long_query_time to %d seconds."
5548 msgstr ""
5550 #: libraries/classes/Controllers/JavaScriptMessagesController.php:240
5551 msgid ""
5552 "You can't change these variables. Please log in as root or contact your "
5553 "database administrator."
5554 msgstr ""
5556 #: libraries/classes/Controllers/JavaScriptMessagesController.php:242
5557 msgid "Change settings"
5558 msgstr ""
5560 #: libraries/classes/Controllers/JavaScriptMessagesController.php:243
5561 msgid "Current settings"
5562 msgstr ""
5564 #: libraries/classes/Controllers/JavaScriptMessagesController.php:245
5565 msgid "Chart title"
5566 msgstr ""
5568 #. l10n: As in differential values
5569 #: libraries/classes/Controllers/JavaScriptMessagesController.php:247
5570 msgid "Differential"
5571 msgstr ""
5573 #: libraries/classes/Controllers/JavaScriptMessagesController.php:248
5574 #, php-format
5575 msgid "Divided by %s"
5576 msgstr ""
5578 #: libraries/classes/Controllers/JavaScriptMessagesController.php:249
5579 msgid "Unit"
5580 msgstr ""
5582 #: libraries/classes/Controllers/JavaScriptMessagesController.php:251
5583 msgid "From slow log"
5584 msgstr ""
5586 #: libraries/classes/Controllers/JavaScriptMessagesController.php:252
5587 msgid "From general log"
5588 msgstr ""
5590 #: libraries/classes/Controllers/JavaScriptMessagesController.php:253
5591 msgid "The database name is not known for this query in the server's logs."
5592 msgstr ""
5594 #: libraries/classes/Controllers/JavaScriptMessagesController.php:254
5595 msgid "Analysing logs"
5596 msgstr ""
5598 #: libraries/classes/Controllers/JavaScriptMessagesController.php:255
5599 msgid "Analysing & loading logs. This may take a while."
5600 msgstr ""
5602 #: libraries/classes/Controllers/JavaScriptMessagesController.php:256
5603 msgid "Cancel request"
5604 msgstr ""
5606 #: libraries/classes/Controllers/JavaScriptMessagesController.php:258
5607 msgid ""
5608 "This column shows the amount of identical queries that are grouped together. "
5609 "However only the SQL query itself has been used as a grouping criteria, so "
5610 "the other attributes of queries, such as start time, may differ."
5611 msgstr ""
5613 #: libraries/classes/Controllers/JavaScriptMessagesController.php:263
5614 msgid ""
5615 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5616 "same table are also being grouped together, disregarding of the inserted "
5617 "data."
5618 msgstr ""
5620 #: libraries/classes/Controllers/JavaScriptMessagesController.php:267
5621 msgid "Log data loaded. Queries executed in this time span:"
5622 msgstr ""
5624 #: libraries/classes/Controllers/JavaScriptMessagesController.php:269
5625 msgid "Jump to Log table"
5626 msgstr ""
5628 #: libraries/classes/Controllers/JavaScriptMessagesController.php:270
5629 msgid "No data found"
5630 msgstr ""
5632 #: libraries/classes/Controllers/JavaScriptMessagesController.php:271
5633 msgid "Log analysed, but no data found in this time span."
5634 msgstr ""
5636 #: libraries/classes/Controllers/JavaScriptMessagesController.php:273
5637 msgid "Analyzing
"
5638 msgstr ""
5640 #: libraries/classes/Controllers/JavaScriptMessagesController.php:274
5641 msgid "Explain output"
5642 msgstr ""
5644 #: libraries/classes/Controllers/JavaScriptMessagesController.php:275
5645 #: libraries/classes/Menu.php:490
5646 #: libraries/classes/Server/Status/Processes.php:134
5647 #: libraries/classes/Util.php:1962 libraries/config.values.php:157
5648 #: templates/database/events/editor_form.twig:25
5649 #: templates/database/events/index.twig:44
5650 #: templates/database/tracking/tables.twig:17
5651 #: templates/table/tracking/main.twig:31
5652 msgid "Status"
5653 msgstr ""
5655 #: libraries/classes/Controllers/JavaScriptMessagesController.php:276
5656 #: libraries/classes/Plugins/Export/ExportHtmlword.php:474
5657 #: libraries/classes/Plugins/Export/ExportOdt.php:602
5658 #: libraries/classes/Plugins/Export/ExportTexytext.php:462
5659 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:361
5660 #: libraries/classes/Server/Status/Processes.php:130
5661 #: templates/database/triggers/list.twig:47
5662 #: templates/javascript/variables.twig:81 templates/sql/profiling_chart.twig:17
5663 msgid "Time"
5664 msgstr ""
5666 #: libraries/classes/Controllers/JavaScriptMessagesController.php:277
5667 msgid "Total time:"
5668 msgstr ""
5670 #: libraries/classes/Controllers/JavaScriptMessagesController.php:278
5671 msgid "Profiling results"
5672 msgstr ""
5674 #: libraries/classes/Controllers/JavaScriptMessagesController.php:279
5675 msgctxt "Display format"
5676 msgid "Table"
5677 msgstr ""
5679 #: libraries/classes/Controllers/JavaScriptMessagesController.php:280
5680 msgid "Chart"
5681 msgstr ""
5683 #: libraries/classes/Controllers/JavaScriptMessagesController.php:282
5684 #: templates/export.twig:210
5685 msgctxt "Alias"
5686 msgid "Database"
5687 msgstr ""
5689 #: libraries/classes/Controllers/JavaScriptMessagesController.php:283
5690 #: templates/export.twig:224
5691 msgctxt "Alias"
5692 msgid "Table"
5693 msgstr ""
5695 #: libraries/classes/Controllers/JavaScriptMessagesController.php:284
5696 #: templates/export.twig:237
5697 msgctxt "Alias"
5698 msgid "Column"
5699 msgstr ""
5701 #. l10n: A collection of available filters
5702 #: libraries/classes/Controllers/JavaScriptMessagesController.php:287
5703 msgid "Log table filter options"
5704 msgstr ""
5706 #. l10n: Filter as in "Start Filtering"
5707 #: libraries/classes/Controllers/JavaScriptMessagesController.php:289
5708 msgid "Filter"
5709 msgstr ""
5711 #: libraries/classes/Controllers/JavaScriptMessagesController.php:290
5712 msgid "Filter queries by word/regexp:"
5713 msgstr ""
5715 #: libraries/classes/Controllers/JavaScriptMessagesController.php:291
5716 msgid "Group queries, ignoring variable data in WHERE clauses"
5717 msgstr ""
5719 #: libraries/classes/Controllers/JavaScriptMessagesController.php:292
5720 msgid "Sum of grouped rows:"
5721 msgstr ""
5723 #: libraries/classes/Controllers/JavaScriptMessagesController.php:293
5724 #: libraries/classes/Engines/Innodb.php:140
5725 #: templates/server/databases/index.twig:253
5726 msgid "Total:"
5727 msgstr ""
5729 #: libraries/classes/Controllers/JavaScriptMessagesController.php:295
5730 msgid "Loading logs"
5731 msgstr ""
5733 #: libraries/classes/Controllers/JavaScriptMessagesController.php:296
5734 msgid "Monitor refresh failed"
5735 msgstr ""
5737 #: libraries/classes/Controllers/JavaScriptMessagesController.php:298
5738 msgid ""
5739 "While requesting new chart data the server returned an invalid response. "
5740 "This is most likely because your session expired. Reloading the page and "
5741 "reentering your credentials should help."
5742 msgstr ""
5744 #: libraries/classes/Controllers/JavaScriptMessagesController.php:302
5745 msgid "Reload page"
5746 msgstr ""
5748 #: libraries/classes/Controllers/JavaScriptMessagesController.php:304
5749 msgid "Affected rows:"
5750 msgstr ""
5752 #: libraries/classes/Controllers/JavaScriptMessagesController.php:306
5753 msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
5754 msgstr ""
5756 #: libraries/classes/Controllers/JavaScriptMessagesController.php:308
5757 msgid ""
5758 "Failed building chart grid with imported config. Resetting to default config
"
5759 msgstr ""
5761 #: libraries/classes/Controllers/JavaScriptMessagesController.php:311
5762 msgid "Import monitor configuration"
5763 msgstr ""
5765 #: libraries/classes/Controllers/JavaScriptMessagesController.php:312
5766 msgid "Please select the file you want to import:"
5767 msgstr ""
5769 #: libraries/classes/Controllers/JavaScriptMessagesController.php:313
5770 msgid "Please enter a valid table name."
5771 msgstr ""
5773 #: libraries/classes/Controllers/JavaScriptMessagesController.php:314
5774 msgid "Please enter a valid database name."
5775 msgstr ""
5777 #: libraries/classes/Controllers/JavaScriptMessagesController.php:315
5778 msgid "No files available on server for import!"
5779 msgstr ""
5781 #: libraries/classes/Controllers/JavaScriptMessagesController.php:317
5782 msgid "Analyse query"
5783 msgstr ""
5785 #: libraries/classes/Controllers/JavaScriptMessagesController.php:320
5786 msgid "Formatting SQL
"
5787 msgstr ""
5789 #: libraries/classes/Controllers/JavaScriptMessagesController.php:321
5790 msgid "No parameters found!"
5791 msgstr ""
5793 #: libraries/classes/Controllers/JavaScriptMessagesController.php:325
5794 #: templates/database/central_columns/main.twig:269
5795 #: templates/database/designer/main.twig:339
5796 #: templates/database/designer/main.twig:390
5797 #: templates/database/designer/main.twig:668
5798 #: templates/database/designer/main.twig:734
5799 #: templates/database/designer/main.twig:873
5800 #: templates/database/designer/main.twig:958
5801 #: templates/database/designer/main.twig:1063
5802 #: templates/database/designer/main.twig:1098
5803 #: templates/database/designer/main.twig:1103
5804 #: templates/database/designer/main.twig:1113
5805 #: templates/database/designer/main.twig:1119
5806 #: templates/database/structure/bulk_action_modal.twig:7
5807 #: templates/database/structure/bulk_action_modal.twig:11
5808 #: templates/database/structure/check_all_tables.twig:49
5809 #: templates/database/structure/check_all_tables.twig:55
5810 #: templates/error/report_modal.twig:6 templates/error/report_modal.twig:11
5811 #: templates/server/databases/index.twig:319
5812 #: templates/server/databases/index.twig:323
5813 #: templates/server/variables/index.twig:15
5814 #: templates/table/search/index.twig:197
5815 msgid "Cancel"
5816 msgstr ""
5818 #: libraries/classes/Controllers/JavaScriptMessagesController.php:328
5819 #: templates/header.twig:44
5820 msgid "Page-related settings"
5821 msgstr ""
5823 #: libraries/classes/Controllers/JavaScriptMessagesController.php:329
5824 #: templates/config/form_display/display.twig:46
5825 msgid "Apply"
5826 msgstr ""
5828 #: libraries/classes/Controllers/JavaScriptMessagesController.php:332
5829 #: templates/home/index.twig:300 templates/modals/index_dialog_modal.twig:26
5830 #: templates/navigation/main.twig:58
5831 #: templates/server/privileges/users_overview.twig:173
5832 #: templates/server/status/monitor/index.twig:95
5833 #: templates/table/structure/display_structure.twig:359
5834 msgid "Loading
"
5835 msgstr ""
5837 #: libraries/classes/Controllers/JavaScriptMessagesController.php:333
5838 msgid "Request aborted!!"
5839 msgstr ""
5841 #: libraries/classes/Controllers/JavaScriptMessagesController.php:334
5842 msgid "Processing request"
5843 msgstr ""
5845 #: libraries/classes/Controllers/JavaScriptMessagesController.php:335
5846 msgid "Request failed!!"
5847 msgstr ""
5849 #: libraries/classes/Controllers/JavaScriptMessagesController.php:336
5850 #: libraries/classes/Controllers/Sql/EnumValuesController.php:51
5851 #: libraries/classes/Controllers/Sql/SetValuesController.php:54
5852 msgid "Error in processing request"
5853 msgstr ""
5855 #: libraries/classes/Controllers/JavaScriptMessagesController.php:337
5856 #, php-format
5857 msgid "Error code: %s"
5858 msgstr ""
5860 #: libraries/classes/Controllers/JavaScriptMessagesController.php:338
5861 #, php-format
5862 msgid "Error text: %s"
5863 msgstr ""
5865 #: libraries/classes/Controllers/JavaScriptMessagesController.php:340
5866 msgid ""
5867 "It seems that the connection to server has been lost. Please check your "
5868 "network connectivity and server status."
5869 msgstr ""
5871 #: libraries/classes/Controllers/JavaScriptMessagesController.php:345
5872 msgid "No accounts selected."
5873 msgstr ""
5875 #: libraries/classes/Controllers/JavaScriptMessagesController.php:346
5876 msgid "Dropping column"
5877 msgstr ""
5879 #: libraries/classes/Controllers/JavaScriptMessagesController.php:347
5880 msgid "Adding primary key"
5881 msgstr ""
5883 #: libraries/classes/Controllers/JavaScriptMessagesController.php:348
5884 #: templates/console/display.twig:129 templates/database/designer/main.twig:337
5885 #: templates/database/designer/main.twig:666
5886 #: templates/database/designer/main.twig:730
5887 #: templates/database/designer/main.twig:869
5888 #: templates/database/designer/main.twig:954
5889 #: templates/database/designer/main.twig:1061
5890 #: templates/modals/preview_sql_confirmation.twig:14
5891 #: templates/table/structure/display_structure.twig:378
5892 msgid "OK"
5893 msgstr ""
5895 #: libraries/classes/Controllers/JavaScriptMessagesController.php:349
5896 msgid "Click to dismiss this notification"
5897 msgstr ""
5899 #: libraries/classes/Controllers/JavaScriptMessagesController.php:352
5900 msgid "Renaming databases"
5901 msgstr ""
5903 #: libraries/classes/Controllers/JavaScriptMessagesController.php:353
5904 msgid "Copying database"
5905 msgstr ""
5907 #: libraries/classes/Controllers/JavaScriptMessagesController.php:354
5908 msgid "Changing charset"
5909 msgstr ""
5911 #: libraries/classes/Controllers/JavaScriptMessagesController.php:355
5912 #: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:498
5913 #: libraries/classes/Index.php:526
5914 #: libraries/classes/Plugins/Export/ExportHtmlword.php:632
5915 #: libraries/classes/Plugins/Export/ExportLatex.php:632
5916 #: libraries/classes/Plugins/Export/ExportOdt.php:787
5917 #: libraries/classes/Plugins/Export/ExportTexytext.php:626
5918 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:753
5919 #: templates/config/form_display/input.twig:42
5920 #: templates/database/central_columns/main.twig:356
5921 #: templates/database/data_dictionary/index.twig:47
5922 #: templates/database/data_dictionary/index.twig:91
5923 #: templates/database/designer/main.twig:1118
5924 #: templates/database/privileges/index.twig:69
5925 #: templates/database/structure/drop_form.twig:20
5926 #: templates/database/structure/empty_form.twig:20 templates/indexes.twig:65
5927 #: templates/preferences/autoload.twig:12
5928 #: templates/preferences/manage/error.twig:19
5929 #: templates/server/privileges/new_user_ajax.twig:22
5930 #: templates/server/privileges/new_user_ajax.twig:34
5931 #: templates/server/privileges/privileges_summary.twig:37
5932 #: templates/server/privileges/privileges_summary.twig:40
5933 #: templates/server/privileges/privileges_summary.twig:42
5934 #: templates/server/privileges/users_overview.twig:55
5935 #: templates/server/privileges/users_overview.twig:65
5936 #: templates/table/delete/confirm.twig:29
5937 #: templates/table/privileges/index.twig:73
5938 #: templates/table/structure/display_structure.twig:80
5939 #: templates/table/structure/display_structure.twig:532
5940 #: templates/table/structure/drop_confirm.twig:20
5941 #: templates/table/structure/primary.twig:23
5942 #: templates/table/tracking/structure_snapshot_columns.twig:33
5943 #: templates/table/tracking/structure_snapshot_indexes.twig:23
5944 #: templates/table/tracking/structure_snapshot_indexes.twig:24
5945 msgid "No"
5946 msgstr "Na"
5948 #: libraries/classes/Controllers/JavaScriptMessagesController.php:358
5949 #: templates/database/structure/drop_form.twig:16
5950 #: templates/database/structure/empty_form.twig:16 templates/import.twig:159
5951 #: templates/sql/query.twig:142 templates/table/delete/confirm.twig:25
5952 msgid "Enable foreign key checks"
5953 msgstr ""
5955 #: libraries/classes/Controllers/JavaScriptMessagesController.php:361
5956 msgid "Failed to get real row count."
5957 msgstr ""
5959 #: libraries/classes/Controllers/JavaScriptMessagesController.php:364
5960 msgid "Searching"
5961 msgstr ""
5963 #: libraries/classes/Controllers/JavaScriptMessagesController.php:365
5964 msgid "Hide search results"
5965 msgstr ""
5967 #: libraries/classes/Controllers/JavaScriptMessagesController.php:366
5968 msgid "Show search results"
5969 msgstr ""
5971 #: libraries/classes/Controllers/JavaScriptMessagesController.php:367
5972 msgid "Browsing"
5973 msgstr ""
5975 #: libraries/classes/Controllers/JavaScriptMessagesController.php:368
5976 msgid "Deleting"
5977 msgstr ""
5979 #: libraries/classes/Controllers/JavaScriptMessagesController.php:369
5980 #, php-format
5981 msgid "Delete the matches for the %s table?"
5982 msgstr ""
5984 #: libraries/classes/Controllers/JavaScriptMessagesController.php:372
5985 msgid "The definition of a stored function must contain a RETURN statement!"
5986 msgstr ""
5988 #: libraries/classes/Controllers/JavaScriptMessagesController.php:374
5989 msgid "No routine is exportable. Required privileges may be lacking."
5990 msgstr ""
5992 #: libraries/classes/Controllers/JavaScriptMessagesController.php:377
5993 #, php-format
5994 msgid "Values for column %s"
5995 msgstr ""
5997 #: libraries/classes/Controllers/JavaScriptMessagesController.php:378
5998 msgid "Values for a new column"
5999 msgstr ""
6001 #: libraries/classes/Controllers/JavaScriptMessagesController.php:379
6002 msgid "Enter each value in a separate field."
6003 msgstr ""
6005 #: libraries/classes/Controllers/JavaScriptMessagesController.php:380
6006 #, php-format
6007 msgid "Add %d value(s)"
6008 msgstr ""
6010 #: libraries/classes/Controllers/JavaScriptMessagesController.php:383
6011 msgid ""
6012 "Note: If the file contains multiple tables, they will be combined into one."
6013 msgstr ""
6015 #: libraries/classes/Controllers/JavaScriptMessagesController.php:386
6016 msgid "Hide query box"
6017 msgstr ""
6019 #: libraries/classes/Controllers/JavaScriptMessagesController.php:387
6020 msgid "Show query box"
6021 msgstr ""
6023 #: libraries/classes/Controllers/JavaScriptMessagesController.php:389
6024 #: libraries/classes/Display/Results.php:3037
6025 #: libraries/classes/Tracking.php:260 templates/console/bookmark_content.twig:7
6026 #: templates/database/central_columns/main.twig:268
6027 #: templates/database/central_columns/main.twig:380
6028 #: templates/database/central_columns/main.twig:381
6029 #: templates/database/designer/main.twig:388
6030 #: templates/database/qbe/ins_del_and_or_cell.twig:18
6031 #: templates/database/search/results.twig:43
6032 #: templates/display/results/table.twig:235
6033 #: templates/display/results/table.twig:236 templates/export.twig:54
6034 #: templates/server/user_groups/user_groups.twig:37
6035 #: templates/server/user_groups/user_groups.twig:56
6036 #: templates/setup/home/index.twig:68 templates/sql/query.twig:186
6037 msgid "Delete"
6038 msgstr ""
6040 #: libraries/classes/Controllers/JavaScriptMessagesController.php:390
6041 #, php-format
6042 msgid "%d is not valid row number."
6043 msgstr ""
6045 #: libraries/classes/Controllers/JavaScriptMessagesController.php:391
6046 #: templates/sql/relational_column_dropdown.twig:3
6047 #: templates/table/insert/column_row.twig:48
6048 #: templates/table/search/input_box.twig:27
6049 msgid "Browse foreign values"
6050 msgstr ""
6052 #: libraries/classes/Controllers/JavaScriptMessagesController.php:392
6053 msgid "No previously auto-saved query is available. Loading default query."
6054 msgstr ""
6056 #: libraries/classes/Controllers/JavaScriptMessagesController.php:394
6057 msgid ""
6058 "You have a previously saved query. Click Get auto-saved query to load the "
6059 "query."
6060 msgstr ""
6062 #: libraries/classes/Controllers/JavaScriptMessagesController.php:396
6063 #, php-format
6064 msgid "Variable %d:"
6065 msgstr ""
6067 #: libraries/classes/Controllers/JavaScriptMessagesController.php:399
6068 #: libraries/classes/Normalization.php:1051
6069 msgid "Pick"
6070 msgstr ""
6072 #: libraries/classes/Controllers/JavaScriptMessagesController.php:400
6073 msgid "Column selector"
6074 msgstr ""
6076 #: libraries/classes/Controllers/JavaScriptMessagesController.php:401
6077 msgid "Search this list"
6078 msgstr ""
6080 #: libraries/classes/Controllers/JavaScriptMessagesController.php:403
6081 #, php-format
6082 msgid ""
6083 "No columns in the central list. Make sure the Central columns list for "
6084 "database %s has columns that are not present in the current table."
6085 msgstr ""
6087 #: libraries/classes/Controllers/JavaScriptMessagesController.php:406
6088 msgid "See more"
6089 msgstr ""
6091 #: libraries/classes/Controllers/JavaScriptMessagesController.php:409
6092 msgid "Add primary key"
6093 msgstr ""
6095 #: libraries/classes/Controllers/JavaScriptMessagesController.php:410
6096 msgid "Primary key added."
6097 msgstr ""
6099 #: libraries/classes/Controllers/JavaScriptMessagesController.php:411
6100 #: libraries/classes/Normalization.php:282
6101 msgid "Taking you to next step
"
6102 msgstr ""
6104 #: libraries/classes/Controllers/JavaScriptMessagesController.php:412
6105 #, php-format
6106 msgid "The first step of normalization is complete for table '%s'."
6107 msgstr ""
6109 #: libraries/classes/Controllers/JavaScriptMessagesController.php:413
6110 #: libraries/classes/Normalization.php:540
6111 #: libraries/classes/Normalization.php:602
6112 #: libraries/classes/Normalization.php:699
6113 #: libraries/classes/Normalization.php:775
6114 msgid "End of step"
6115 msgstr ""
6117 #: libraries/classes/Controllers/JavaScriptMessagesController.php:414
6118 msgid "Second step of normalization (2NF)"
6119 msgstr ""
6121 #. l10n: Display text for calendar close link
6122 #: libraries/classes/Controllers/JavaScriptMessagesController.php:415
6123 #: libraries/classes/Normalization.php:375
6124 #: templates/javascript/variables.twig:15
6125 msgid "Done"
6126 msgstr ""
6128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:416
6129 msgid "Confirm partial dependencies"
6130 msgstr ""
6132 #: libraries/classes/Controllers/JavaScriptMessagesController.php:417
6133 msgid "Selected partial dependencies are as follows:"
6134 msgstr ""
6136 #: libraries/classes/Controllers/JavaScriptMessagesController.php:419
6137 msgid ""
6138 "Note: a, b -> d,f implies values of columns a and b combined together can "
6139 "determine values of column d and column f."
6140 msgstr ""
6142 #: libraries/classes/Controllers/JavaScriptMessagesController.php:422
6143 msgid "No partial dependencies selected!"
6144 msgstr ""
6146 #: libraries/classes/Controllers/JavaScriptMessagesController.php:423
6147 #: libraries/classes/Export.php:589 libraries/classes/Html/Generator.php:980
6148 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:292
6149 #: templates/import_status.twig:2 templates/user_password.twig:2
6150 msgid "Back"
6151 msgstr ""
6153 #: libraries/classes/Controllers/JavaScriptMessagesController.php:424
6154 msgid "Show me the possible partial dependencies based on data in the table"
6155 msgstr ""
6157 #: libraries/classes/Controllers/JavaScriptMessagesController.php:425
6158 msgid "Hide partial dependencies list"
6159 msgstr ""
6161 #: libraries/classes/Controllers/JavaScriptMessagesController.php:427
6162 msgid ""
6163 "Sit tight! It may take few seconds depending on data size and column count "
6164 "of the table."
6165 msgstr ""
6167 #: libraries/classes/Controllers/JavaScriptMessagesController.php:429
6168 msgid "Step"
6169 msgstr ""
6171 #: libraries/classes/Controllers/JavaScriptMessagesController.php:430
6172 msgid "The following actions will be performed:"
6173 msgstr ""
6175 #: libraries/classes/Controllers/JavaScriptMessagesController.php:431
6176 #, php-format
6177 msgid "DROP columns %s from the table %s"
6178 msgstr ""
6180 #: libraries/classes/Controllers/JavaScriptMessagesController.php:432
6181 msgid "Create the following table"
6182 msgstr ""
6184 #: libraries/classes/Controllers/JavaScriptMessagesController.php:435
6185 msgid "Third step of normalization (3NF)"
6186 msgstr ""
6188 #: libraries/classes/Controllers/JavaScriptMessagesController.php:436
6189 msgid "Confirm transitive dependencies"
6190 msgstr ""
6192 #: libraries/classes/Controllers/JavaScriptMessagesController.php:437
6193 msgid "Selected dependencies are as follows:"
6194 msgstr ""
6196 #: libraries/classes/Controllers/JavaScriptMessagesController.php:438
6197 msgid "No dependencies selected!"
6198 msgstr ""
6200 #: libraries/classes/Controllers/JavaScriptMessagesController.php:441
6201 #: templates/columns_definitions/column_definitions_form.twig:160
6202 #: templates/database/central_columns/edit.twig:22
6203 #: templates/database/central_columns/main.twig:119
6204 #: templates/database/central_columns/main.twig:272
6205 #: templates/server/variables/index.twig:12
6206 #: templates/table/gis_visualization/gis_visualization.twig:40
6207 #: templates/table/insert/actions_panel.twig:7
6208 #: templates/table/relation/common_form.twig:225
6209 #: templates/table/structure/partition_definition_form.twig:12
6210 #: templates/table/zoom_search/result_form.twig:78
6211 msgid "Save"
6212 msgstr ""
6214 #: libraries/classes/Controllers/JavaScriptMessagesController.php:444
6215 msgid "Hide search criteria"
6216 msgstr ""
6218 #: libraries/classes/Controllers/JavaScriptMessagesController.php:445
6219 msgid "Show search criteria"
6220 msgstr ""
6222 #: libraries/classes/Controllers/JavaScriptMessagesController.php:446
6223 msgid "Column maximum:"
6224 msgstr ""
6226 #: libraries/classes/Controllers/JavaScriptMessagesController.php:447
6227 msgid "Column minimum:"
6228 msgstr ""
6230 #: libraries/classes/Controllers/JavaScriptMessagesController.php:450
6231 msgid "Hide find and replace criteria"
6232 msgstr ""
6234 #: libraries/classes/Controllers/JavaScriptMessagesController.php:451
6235 msgid "Show find and replace criteria"
6236 msgstr ""
6238 #: libraries/classes/Controllers/JavaScriptMessagesController.php:455
6239 msgid "Each point represents a data row."
6240 msgstr ""
6242 #: libraries/classes/Controllers/JavaScriptMessagesController.php:457
6243 msgid "Hovering over a point will show its label."
6244 msgstr ""
6246 #: libraries/classes/Controllers/JavaScriptMessagesController.php:459
6247 msgid "To zoom in, select a section of the plot with the mouse."
6248 msgstr ""
6250 #: libraries/classes/Controllers/JavaScriptMessagesController.php:461
6251 msgid "Click reset zoom button to come back to original state."
6252 msgstr ""
6254 #: libraries/classes/Controllers/JavaScriptMessagesController.php:463
6255 msgid "Click a data point to view and possibly edit the data row."
6256 msgstr ""
6258 #: libraries/classes/Controllers/JavaScriptMessagesController.php:465
6259 msgid "The plot can be resized by dragging it along the bottom right corner."
6260 msgstr ""
6262 #: libraries/classes/Controllers/JavaScriptMessagesController.php:468
6263 msgid "Select two columns"
6264 msgstr ""
6266 #: libraries/classes/Controllers/JavaScriptMessagesController.php:470
6267 msgid "Select two different columns"
6268 msgstr ""
6270 #: libraries/classes/Controllers/JavaScriptMessagesController.php:472
6271 msgid "Data point content"
6272 msgstr ""
6274 #: libraries/classes/Controllers/JavaScriptMessagesController.php:475
6275 #: libraries/classes/Controllers/JavaScriptMessagesController.php:631
6276 #: libraries/classes/ErrorHandler.php:446 libraries/classes/InsertEdit.php:2005
6277 #: templates/table/index_form.twig:167 templates/table/index_form.twig:203
6278 msgid "Ignore"
6279 msgstr ""
6281 #: libraries/classes/Controllers/JavaScriptMessagesController.php:476
6282 #: libraries/classes/Display/Results.php:2973
6283 #: libraries/classes/Html/Generator.php:75
6284 #: templates/display/results/table.twig:231
6285 #: templates/display/results/table.twig:232
6286 msgid "Copy"
6287 msgstr ""
6289 #: libraries/classes/Controllers/JavaScriptMessagesController.php:477
6290 #: templates/gis_data_editor_form.twig:74
6291 #: templates/gis_data_editor_form.twig:94
6292 #: templates/gis_data_editor_form.twig:135
6293 #: templates/gis_data_editor_form.twig:187
6294 msgid "X"
6295 msgstr "X"
6297 #: libraries/classes/Controllers/JavaScriptMessagesController.php:478
6298 #: templates/gis_data_editor_form.twig:76
6299 #: templates/gis_data_editor_form.twig:96
6300 #: templates/gis_data_editor_form.twig:137
6301 #: templates/gis_data_editor_form.twig:189
6302 msgid "Y"
6303 msgstr "Y"
6305 #: libraries/classes/Controllers/JavaScriptMessagesController.php:479
6306 msgid "Point"
6307 msgstr ""
6309 #: libraries/classes/Controllers/JavaScriptMessagesController.php:480
6310 #, php-format
6311 msgid "Point %d"
6312 msgstr "Nuqte %d"
6314 #: libraries/classes/Controllers/JavaScriptMessagesController.php:481
6315 msgid "Linestring"
6316 msgstr ""
6318 #: libraries/classes/Controllers/JavaScriptMessagesController.php:482
6319 msgid "Polygon"
6320 msgstr ""
6322 #: libraries/classes/Controllers/JavaScriptMessagesController.php:483
6323 #: templates/display/results/table.twig:174
6324 msgid "Geometry"
6325 msgstr ""
6327 #: libraries/classes/Controllers/JavaScriptMessagesController.php:484
6328 msgid "Inner ring"
6329 msgstr ""
6331 #: libraries/classes/Controllers/JavaScriptMessagesController.php:485
6332 msgid "Outer ring"
6333 msgstr ""
6335 #: libraries/classes/Controllers/JavaScriptMessagesController.php:486
6336 #: templates/gis_data_editor_form.twig:99
6337 #: templates/gis_data_editor_form.twig:140
6338 #: templates/gis_data_editor_form.twig:192
6339 msgid "Add a point"
6340 msgstr "Nuqte tĂȘ xe"
6342 #: libraries/classes/Controllers/JavaScriptMessagesController.php:487
6343 #: templates/gis_data_editor_form.twig:144
6344 #: templates/gis_data_editor_form.twig:195
6345 msgid "Add an inner ring"
6346 msgstr ""
6348 #: libraries/classes/Controllers/JavaScriptMessagesController.php:489
6349 msgid "Do you want to copy encryption key?"
6350 msgstr ""
6352 #: libraries/classes/Controllers/JavaScriptMessagesController.php:490
6353 msgid "Encryption key"
6354 msgstr ""
6356 #: libraries/classes/Controllers/JavaScriptMessagesController.php:493
6357 msgid ""
6358 "The HEX function will treat the integer as a string while calculating the "
6359 "hexadecimal value"
6360 msgstr ""
6362 #: libraries/classes/Controllers/JavaScriptMessagesController.php:498
6363 msgid ""
6364 "MySQL accepts additional values not selectable by the slider; key in those "
6365 "values directly if desired"
6366 msgstr ""
6368 #: libraries/classes/Controllers/JavaScriptMessagesController.php:504
6369 msgid ""
6370 "MySQL accepts additional values not selectable by the datepicker; key in "
6371 "those values directly if desired"
6372 msgstr ""
6374 #: libraries/classes/Controllers/JavaScriptMessagesController.php:510
6375 msgid ""
6376 "Indicates that you have made changes to this page; you will be prompted for "
6377 "confirmation before abandoning changes"
6378 msgstr ""
6380 #: libraries/classes/Controllers/JavaScriptMessagesController.php:515
6381 msgid "Select referenced key"
6382 msgstr ""
6384 #: libraries/classes/Controllers/JavaScriptMessagesController.php:516
6385 msgid "Select Foreign Key"
6386 msgstr ""
6388 #: libraries/classes/Controllers/JavaScriptMessagesController.php:517
6389 msgid "Please select the primary key or a unique key!"
6390 msgstr ""
6392 #: libraries/classes/Controllers/JavaScriptMessagesController.php:518
6393 #: templates/database/designer/main.twig:98
6394 #: templates/database/designer/main.twig:101
6395 msgid "Choose column to display"
6396 msgstr ""
6398 #: libraries/classes/Controllers/JavaScriptMessagesController.php:520
6399 msgid ""
6400 "You haven't saved the changes in the layout. They will be lost if you don't "
6401 "save them. Do you want to continue?"
6402 msgstr ""
6404 #: libraries/classes/Controllers/JavaScriptMessagesController.php:523
6405 msgid "value/subQuery is empty"
6406 msgstr ""
6408 #: libraries/classes/Controllers/JavaScriptMessagesController.php:524
6409 #: templates/database/designer/main.twig:40
6410 #: templates/database/designer/main.twig:43
6411 msgid "Add tables from other databases"
6412 msgstr ""
6414 #: libraries/classes/Controllers/JavaScriptMessagesController.php:525
6415 msgid "Page name"
6416 msgstr ""
6418 #: libraries/classes/Controllers/JavaScriptMessagesController.php:526
6419 #: templates/database/designer/main.twig:63
6420 #: templates/database/designer/main.twig:66
6421 msgid "Save page"
6422 msgstr ""
6424 #: libraries/classes/Controllers/JavaScriptMessagesController.php:527
6425 #: templates/database/designer/main.twig:70
6426 #: templates/database/designer/main.twig:73
6427 msgid "Save page as"
6428 msgstr ""
6430 #: libraries/classes/Controllers/JavaScriptMessagesController.php:528
6431 #: templates/database/designer/main.twig:56
6432 #: templates/database/designer/main.twig:59
6433 msgid "Open page"
6434 msgstr ""
6436 #: libraries/classes/Controllers/JavaScriptMessagesController.php:529
6437 msgid "Delete page"
6438 msgstr ""
6440 #. l10n: When the user opens a page saved in the Designer
6441 #: libraries/classes/Controllers/JavaScriptMessagesController.php:531
6442 msgid "Some tables saved in this page might have been renamed or deleted."
6443 msgstr ""
6445 #: libraries/classes/Controllers/JavaScriptMessagesController.php:532
6446 #: templates/database/designer/main.twig:10
6447 msgid "Untitled"
6448 msgstr ""
6450 #: libraries/classes/Controllers/JavaScriptMessagesController.php:533
6451 msgid "Please select a page to continue"
6452 msgstr ""
6454 #: libraries/classes/Controllers/JavaScriptMessagesController.php:534
6455 msgid "Please enter a valid page name"
6456 msgstr ""
6458 #: libraries/classes/Controllers/JavaScriptMessagesController.php:535
6459 msgid "Do you want to save the changes to the current page?"
6460 msgstr ""
6462 #: libraries/classes/Controllers/JavaScriptMessagesController.php:536
6463 msgid "Successfully deleted the page"
6464 msgstr ""
6466 #: libraries/classes/Controllers/JavaScriptMessagesController.php:537
6467 msgid "Export relational schema"
6468 msgstr ""
6470 #: libraries/classes/Controllers/JavaScriptMessagesController.php:538
6471 msgid "Modifications have been saved"
6472 msgstr ""
6474 #: libraries/classes/Controllers/JavaScriptMessagesController.php:541
6475 #, php-format
6476 msgid "%d object(s) created."
6477 msgstr ""
6479 #: libraries/classes/Controllers/JavaScriptMessagesController.php:542
6480 #, fuzzy
6481 #| msgid "Column"
6482 msgid "Column name"
6483 msgstr "Derz"
6485 #: libraries/classes/Controllers/JavaScriptMessagesController.php:543
6486 #: templates/modals/build_query.twig:17 templates/sql/query.twig:178
6487 msgid "Submit"
6488 msgstr ""
6490 #: libraries/classes/Controllers/JavaScriptMessagesController.php:546
6491 msgid "Press escape to cancel editing.<br>- Shift+Enter for a newline."
6492 msgstr ""
6494 #: libraries/classes/Controllers/JavaScriptMessagesController.php:548
6495 msgid ""
6496 "You have edited some data and they have not been saved. Are you sure you "
6497 "want to leave this page before saving the data?"
6498 msgstr ""
6500 #: libraries/classes/Controllers/JavaScriptMessagesController.php:551
6501 msgid "Drag to reorder."
6502 msgstr ""
6504 #: libraries/classes/Controllers/JavaScriptMessagesController.php:552
6505 msgid "Click to sort results by this column."
6506 msgstr ""
6508 #: libraries/classes/Controllers/JavaScriptMessagesController.php:554
6509 msgid ""
6510 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6511 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6512 "from ORDER BY clause"
6513 msgstr ""
6515 #: libraries/classes/Controllers/JavaScriptMessagesController.php:558
6516 msgid "Click to mark/unmark."
6517 msgstr ""
6519 #: libraries/classes/Controllers/JavaScriptMessagesController.php:559
6520 msgid "Double-click to copy column name."
6521 msgstr ""
6523 #: libraries/classes/Controllers/JavaScriptMessagesController.php:560
6524 msgid "Click the drop-down arrow<br>to toggle column's visibility."
6525 msgstr ""
6527 #: libraries/classes/Controllers/JavaScriptMessagesController.php:563
6528 msgid ""
6529 "This table does not contain a unique column. Features related to the grid "
6530 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6531 msgstr ""
6533 #: libraries/classes/Controllers/JavaScriptMessagesController.php:566
6534 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6535 msgstr ""
6537 #: libraries/classes/Controllers/JavaScriptMessagesController.php:568
6538 msgid ""
6539 "Do you really want to see all of the rows? For a big table this could crash "
6540 "the browser."
6541 msgstr ""
6543 #: libraries/classes/Controllers/JavaScriptMessagesController.php:570
6544 msgid "Original length"
6545 msgstr ""
6547 #: libraries/classes/Controllers/JavaScriptMessagesController.php:573
6548 msgid "cancel"
6549 msgstr ""
6551 #: libraries/classes/Controllers/JavaScriptMessagesController.php:574
6552 #: libraries/classes/Controllers/Server/Status/StatusController.php:193
6553 msgid "Aborted"
6554 msgstr ""
6556 #: libraries/classes/Controllers/JavaScriptMessagesController.php:576
6557 msgid "Success"
6558 msgstr ""
6560 #: libraries/classes/Controllers/JavaScriptMessagesController.php:577
6561 msgid "Import status"
6562 msgstr ""
6564 #: libraries/classes/Controllers/JavaScriptMessagesController.php:578
6565 #: templates/navigation/main.twig:84
6566 msgid "Drop files here"
6567 msgstr ""
6569 #: libraries/classes/Controllers/JavaScriptMessagesController.php:579
6570 msgid "Select database first"
6571 msgstr ""
6573 #: libraries/classes/Controllers/JavaScriptMessagesController.php:583
6574 msgid "You can also edit most values<br>by double-clicking directly on them."
6575 msgstr ""
6577 #: libraries/classes/Controllers/JavaScriptMessagesController.php:585
6578 msgid "You can also edit most values<br>by clicking directly on them."
6579 msgstr ""
6581 #: libraries/classes/Controllers/JavaScriptMessagesController.php:588
6582 msgid "Go to link:"
6583 msgstr ""
6585 #: libraries/classes/Controllers/JavaScriptMessagesController.php:591
6586 msgid "Generate password"
6587 msgstr ""
6589 #: libraries/classes/Controllers/JavaScriptMessagesController.php:592
6590 #: templates/server/replication/primary_add_replica_user.twig:73
6591 msgid "Generate"
6592 msgstr ""
6594 #: libraries/classes/Controllers/JavaScriptMessagesController.php:593
6595 #: libraries/classes/Controllers/UserPasswordController.php:84
6596 #: templates/home/index.twig:46
6597 #: templates/server/privileges/change_password.twig:10
6598 msgid "Change password"
6599 msgstr ""
6601 #: libraries/classes/Controllers/JavaScriptMessagesController.php:596
6602 #: templates/table/structure/display_structure.twig:130
6603 msgid "More"
6604 msgstr ""
6606 #: libraries/classes/Controllers/JavaScriptMessagesController.php:599
6607 msgid "Show panel"
6608 msgstr ""
6610 #: libraries/classes/Controllers/JavaScriptMessagesController.php:600
6611 msgid "Hide panel"
6612 msgstr ""
6614 #: libraries/classes/Controllers/JavaScriptMessagesController.php:602
6615 #: libraries/classes/Navigation/NavigationTree.php:1355
6616 msgid "Unlink from main panel"
6617 msgstr ""
6619 #: libraries/classes/Controllers/JavaScriptMessagesController.php:606
6620 #: libraries/classes/Setup/Index.php:177
6621 #, php-format
6622 msgid ""
6623 "A newer version of phpMyAdmin is available and you should consider "
6624 "upgrading. The newest version is %s, released on %s."
6625 msgstr ""
6627 #. l10n: Latest available phpMyAdmin version
6628 #: libraries/classes/Controllers/JavaScriptMessagesController.php:610
6629 msgid ", latest stable version:"
6630 msgstr ""
6632 #: libraries/classes/Controllers/JavaScriptMessagesController.php:611
6633 msgid "up to date"
6634 msgstr ""
6636 #: libraries/classes/Controllers/JavaScriptMessagesController.php:614
6637 msgid ""
6638 "A fatal JavaScript error has occurred. Would you like to send an error "
6639 "report?"
6640 msgstr ""
6642 #: libraries/classes/Controllers/JavaScriptMessagesController.php:615
6643 msgid "Change report settings"
6644 msgstr ""
6646 #: libraries/classes/Controllers/JavaScriptMessagesController.php:616
6647 msgid "Show report details"
6648 msgstr ""
6650 #: libraries/classes/Controllers/JavaScriptMessagesController.php:617
6651 msgid ""
6652 "Your export is incomplete, due to a low execution time limit at the PHP "
6653 "level!"
6654 msgstr ""
6656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:620
6657 #, php-format
6658 msgid ""
6659 "Warning: a form on this page has more than %d fields. On submission, some of "
6660 "the fields might be ignored, due to PHP's max_input_vars configuration."
6661 msgstr ""
6663 #: libraries/classes/Controllers/JavaScriptMessagesController.php:626
6664 #: libraries/classes/Controllers/JavaScriptMessagesController.php:639
6665 msgid "Some errors have been detected on the server!"
6666 msgstr ""
6668 #: libraries/classes/Controllers/JavaScriptMessagesController.php:628
6669 msgid "Please look at the bottom of this window."
6670 msgstr ""
6672 #: libraries/classes/Controllers/JavaScriptMessagesController.php:634
6673 #: libraries/classes/ErrorHandler.php:451
6674 msgid "Ignore All"
6675 msgstr ""
6677 #: libraries/classes/Controllers/JavaScriptMessagesController.php:641
6678 msgid ""
6679 "As per your settings, they are being submitted currently, please be patient."
6680 msgstr ""
6682 #: libraries/classes/Controllers/JavaScriptMessagesController.php:647
6683 msgid "Column name successfully copied to clipboard!"
6684 msgstr ""
6686 #: libraries/classes/Controllers/JavaScriptMessagesController.php:648
6687 msgid "Column name copying to clipboard failed!"
6688 msgstr ""
6690 #: libraries/classes/Controllers/JavaScriptMessagesController.php:649
6691 msgid "Successfully copied!"
6692 msgstr ""
6694 #: libraries/classes/Controllers/JavaScriptMessagesController.php:650
6695 msgid "Copying failed!"
6696 msgstr ""
6698 #: libraries/classes/Controllers/JavaScriptMessagesController.php:653
6699 msgid "Execute this query again?"
6700 msgstr ""
6702 #: libraries/classes/Controllers/JavaScriptMessagesController.php:654
6703 msgid "Do you really want to delete this bookmark?"
6704 msgstr ""
6706 #: libraries/classes/Controllers/JavaScriptMessagesController.php:655
6707 msgid "Some error occurred while getting SQL debug info."
6708 msgstr ""
6710 #: libraries/classes/Controllers/JavaScriptMessagesController.php:656
6711 #, php-format
6712 msgid "%s queries executed %s times in %s seconds."
6713 msgstr ""
6715 #: libraries/classes/Controllers/JavaScriptMessagesController.php:657
6716 #, php-format
6717 msgid "%s argument(s) passed"
6718 msgstr ""
6720 #: libraries/classes/Controllers/JavaScriptMessagesController.php:658
6721 msgid "Show arguments"
6722 msgstr ""
6724 #: libraries/classes/Controllers/JavaScriptMessagesController.php:659
6725 msgid "Hide arguments"
6726 msgstr ""
6728 #: libraries/classes/Controllers/JavaScriptMessagesController.php:660
6729 msgid "Time taken:"
6730 msgstr ""
6732 #: libraries/classes/Controllers/JavaScriptMessagesController.php:662
6733 msgid ""
6734 "There was a problem accessing your browser storage, some features may not "
6735 "work properly for you. It is likely that the browser doesn't support storage "
6736 "or the quota limit has been reached. In Firefox, corrupted storage can also "
6737 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
6738 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
6739 msgstr ""
6741 #: libraries/classes/Controllers/JavaScriptMessagesController.php:669
6742 msgid "Copy tables to"
6743 msgstr ""
6745 #: libraries/classes/Controllers/JavaScriptMessagesController.php:670
6746 msgid "Add table prefix"
6747 msgstr ""
6749 #: libraries/classes/Controllers/JavaScriptMessagesController.php:671
6750 msgid "Replace table with prefix"
6751 msgstr ""
6753 #: libraries/classes/Controllers/JavaScriptMessagesController.php:672
6754 #: templates/database/structure/check_all_tables.twig:28
6755 msgid "Copy table with prefix"
6756 msgstr ""
6758 #: libraries/classes/Controllers/JavaScriptMessagesController.php:675
6759 msgid "Extremely weak"
6760 msgstr ""
6762 #: libraries/classes/Controllers/JavaScriptMessagesController.php:676
6763 msgid "Very weak"
6764 msgstr ""
6766 #: libraries/classes/Controllers/JavaScriptMessagesController.php:677
6767 msgid "Weak"
6768 msgstr ""
6770 #: libraries/classes/Controllers/JavaScriptMessagesController.php:678
6771 msgid "Good"
6772 msgstr ""
6774 #: libraries/classes/Controllers/JavaScriptMessagesController.php:679
6775 msgid "Strong"
6776 msgstr ""
6778 #. l10n: error code 5 (from U2F API)
6779 #: libraries/classes/Controllers/JavaScriptMessagesController.php:683
6780 msgctxt "U2F error"
6781 msgid "Timed out waiting for security key activation."
6782 msgstr ""
6784 #. l10n: error code 2 (from U2F API)
6785 #: libraries/classes/Controllers/JavaScriptMessagesController.php:685
6786 msgctxt "U2F error"
6787 msgid "Invalid request sent to security key."
6788 msgstr ""
6790 #. l10n: unknown error code (from U2F API)
6791 #: libraries/classes/Controllers/JavaScriptMessagesController.php:687
6792 msgctxt "U2F error"
6793 msgid "Unknown security key error."
6794 msgstr ""
6796 #. l10n: error code 3 (from U2F API)
6797 #: libraries/classes/Controllers/JavaScriptMessagesController.php:689
6798 msgctxt "U2F error"
6799 msgid "Client does not support security key."
6800 msgstr ""
6802 #. l10n: error code 4 (from U2F API) on register
6803 #: libraries/classes/Controllers/JavaScriptMessagesController.php:691
6804 msgctxt "U2F error"
6805 msgid "Failed security key activation."
6806 msgstr ""
6808 #. l10n: error code 4 (from U2F API) on authanticate
6809 #: libraries/classes/Controllers/JavaScriptMessagesController.php:693
6810 msgctxt "U2F error"
6811 msgid "Invalid security key."
6812 msgstr ""
6814 #: libraries/classes/Controllers/JavaScriptMessagesController.php:696
6815 msgid ""
6816 "WebAuthn is not available. Please use a supported browser in a secure "
6817 "context (HTTPS)."
6818 msgstr ""
6820 #: libraries/classes/Controllers/JavaScriptMessagesController.php:701
6821 msgid ""
6822 "You can not open, save or delete your page layout, as IndexedDB is not "
6823 "working in your browser and your phpMyAdmin configuration storage is not "
6824 "configured for this."
6825 msgstr ""
6827 #: libraries/classes/Controllers/JavaScriptMessagesController.php:706
6828 #, php-format
6829 msgctxt ""
6830 "The table already exists in the designer and can not be added once more."
6831 msgid "Table %s already exists!"
6832 msgstr ""
6834 #: libraries/classes/Controllers/JavaScriptMessagesController.php:708
6835 #: libraries/classes/InsertEdit.php:335
6836 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:53
6837 msgid "Hide"
6838 msgstr ""
6840 #: libraries/classes/Controllers/JavaScriptMessagesController.php:709
6841 #: libraries/classes/Controllers/Table/ChangeController.php:194
6842 #: templates/database/multi_table_query/form.twig:49
6843 #: templates/database/tracking/tables.twig:19
6844 #: templates/table/tracking/main.twig:33
6845 msgid "Show"
6846 msgstr ""
6848 #: libraries/classes/Controllers/NavigationController.php:46
6849 msgid "Fatal error: The navigation can only be accessed via AJAX"
6850 msgstr ""
6852 #: libraries/classes/Controllers/NormalizationController.php:40
6853 #: libraries/classes/Normalization.php:245
6854 msgid "Select one
"
6855 msgstr ""
6857 #: libraries/classes/Controllers/NormalizationController.php:41
6858 #: libraries/classes/Normalization.php:246
6859 msgid "No such column"
6860 msgstr ""
6862 #: libraries/classes/Controllers/NormalizationController.php:46
6863 #: libraries/classes/Normalization.php:250 libraries/classes/Types.php:843
6864 msgctxt "string types"
6865 msgid "String"
6866 msgstr ""
6868 #: libraries/classes/Controllers/Preferences/ManageController.php:94
6869 msgid "phpMyAdmin configuration snippet"
6870 msgstr ""
6872 #: libraries/classes/Controllers/Preferences/ManageController.php:95
6873 msgid "Paste it to your config.inc.php"
6874 msgstr ""
6876 #: libraries/classes/Controllers/Preferences/ManageController.php:144
6877 msgid "Could not import configuration"
6878 msgstr ""
6880 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:52
6881 msgid "Two-factor authentication has been removed."
6882 msgstr ""
6884 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:63
6885 msgid "Two-factor authentication has been configured."
6886 msgstr ""
6888 #: libraries/classes/Controllers/Server/DatabasesController.php:312
6889 #: libraries/classes/Import.php:144
6890 #: templates/database/structure/table_header.twig:26
6891 #: templates/table/structure/display_partitions.twig:28
6892 #: templates/table/structure/display_structure.twig:230
6893 #: templates/table/structure/display_table_stats.twig:119
6894 msgid "Rows"
6895 msgstr ""
6897 #: libraries/classes/Controllers/Server/DatabasesController.php:322
6898 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
6899 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26
6900 #: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:3
6901 #: templates/table/structure/display_structure.twig:462
6902 #: templates/table/tracking/structure_snapshot_indexes.twig:1
6903 msgid "Indexes"
6904 msgstr ""
6906 #: libraries/classes/Controllers/Server/DatabasesController.php:327
6907 #: libraries/classes/Controllers/Server/Status/StatusController.php:147
6908 #: libraries/classes/Controllers/Server/Status/StatusController.php:199
6909 #: templates/table/structure/display_table_stats.twig:45
6910 msgid "Total"
6911 msgstr ""
6913 #: libraries/classes/Controllers/Server/DatabasesController.php:332
6914 #: templates/database/structure/table_header.twig:38
6915 #: templates/table/structure/display_table_stats.twig:32
6916 msgid "Overhead"
6917 msgstr ""
6919 #: libraries/classes/Controllers/Server/Databases/CreateController.php:87
6920 #, php-format
6921 msgid "Database %1$s has been created."
6922 msgstr ""
6924 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:93
6925 #, php-format
6926 msgid "%1$d database has been dropped successfully."
6927 msgid_plural "%1$d databases have been dropped successfully."
6928 msgstr[0] ""
6929 msgstr[1] ""
6931 #: libraries/classes/Controllers/Server/Privileges/AccountLockController.php:47
6932 #, php-format
6933 msgid "The account %s@%s has been successfully locked."
6934 msgstr ""
6936 #: libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php:47
6937 #, php-format
6938 msgid "The account %s@%s has been successfully unlocked."
6939 msgstr ""
6941 #: libraries/classes/Controllers/Server/PrivilegesController.php:152
6942 #: libraries/classes/Controllers/Server/UserGroupsController.php:53
6943 msgid "No Privileges"
6944 msgstr ""
6946 #: libraries/classes/Controllers/Server/PrivilegesController.php:161
6947 msgid "You do not have the privileges to administrate the users!"
6948 msgstr ""
6950 #: libraries/classes/Controllers/Server/PrivilegesController.php:176
6951 msgid ""
6952 "Username and hostname didn't change. If you only want to change the "
6953 "password, 'Change password' tab should be used."
6954 msgstr ""
6956 #: libraries/classes/Controllers/Server/PrivilegesController.php:405
6957 msgid "User has been added."
6958 msgstr ""
6960 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:42
6961 #, php-format
6962 msgid "Thread %s was successfully killed."
6963 msgstr ""
6965 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:48
6966 #, php-format
6967 msgid ""
6968 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
6969 msgstr ""
6971 #: libraries/classes/Controllers/Server/Status/StatusController.php:137
6972 msgid "Received"
6973 msgstr ""
6975 #: libraries/classes/Controllers/Server/Status/StatusController.php:142
6976 msgid "Sent"
6977 msgstr ""
6979 #: libraries/classes/Controllers/Server/Status/StatusController.php:181
6980 msgid "Max. concurrent connections"
6981 msgstr ""
6983 #: libraries/classes/Controllers/Server/Status/StatusController.php:187
6984 msgid "Failed attempts"
6985 msgstr ""
6987 #: libraries/classes/Controllers/Server/Status/VariablesController.php:238
6988 msgid ""
6989 "The number of connections that were aborted because the client died without "
6990 "closing the connection properly."
6991 msgstr ""
6993 #: libraries/classes/Controllers/Server/Status/VariablesController.php:241
6994 msgid "The number of failed attempts to connect to the MySQL server."
6995 msgstr ""
6997 #: libraries/classes/Controllers/Server/Status/VariablesController.php:243
6998 msgid ""
6999 "The number of transactions that used the temporary binary log cache but that "
7000 "exceeded the value of binlog_cache_size and used a temporary file to store "
7001 "statements from the transaction."
7002 msgstr ""
7004 #: libraries/classes/Controllers/Server/Status/VariablesController.php:247
7005 msgid "The number of transactions that used the temporary binary log cache."
7006 msgstr ""
7008 #: libraries/classes/Controllers/Server/Status/VariablesController.php:248
7009 msgid ""
7010 "The number of connection attempts (successful or not) to the MySQL server."
7011 msgstr ""
7013 #: libraries/classes/Controllers/Server/Status/VariablesController.php:250
7014 msgid ""
7015 "The number of temporary tables on disk created automatically by the server "
7016 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7017 "to increase the tmp_table_size  value to cause temporary tables to be memory-"
7018 "based instead of disk-based."
7019 msgstr ""
7021 #: libraries/classes/Controllers/Server/Status/VariablesController.php:256
7022 msgid "How many temporary files mysqld has created."
7023 msgstr ""
7025 #: libraries/classes/Controllers/Server/Status/VariablesController.php:258
7026 msgid ""
7027 "The number of in-memory temporary tables created automatically by the server "
7028 "while executing statements."
7029 msgstr ""
7031 #: libraries/classes/Controllers/Server/Status/VariablesController.php:262
7032 msgid ""
7033 "The number of rows written with INSERT DELAYED for which some error occurred "
7034 "(probably duplicate key)."
7035 msgstr ""
7037 #: libraries/classes/Controllers/Server/Status/VariablesController.php:266
7038 msgid ""
7039 "The number of INSERT DELAYED handler threads in use. Every different table "
7040 "on which one uses INSERT DELAYED gets its own thread."
7041 msgstr ""
7043 #: libraries/classes/Controllers/Server/Status/VariablesController.php:270
7044 msgid "The number of INSERT DELAYED rows written."
7045 msgstr ""
7047 #: libraries/classes/Controllers/Server/Status/VariablesController.php:271
7048 msgid "The number of executed FLUSH statements."
7049 msgstr ""
7051 #: libraries/classes/Controllers/Server/Status/VariablesController.php:272
7052 msgid "The number of internal COMMIT statements."
7053 msgstr ""
7055 #: libraries/classes/Controllers/Server/Status/VariablesController.php:273
7056 msgid "The number of times a row was deleted from a table."
7057 msgstr ""
7059 #: libraries/classes/Controllers/Server/Status/VariablesController.php:275
7060 msgid ""
7061 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7062 "table with a given name. This is called discovery. Handler_discover "
7063 "indicates the number of time tables have been discovered."
7064 msgstr ""
7066 #: libraries/classes/Controllers/Server/Status/VariablesController.php:281
7067 msgid ""
7068 "The number of times the first entry was read from an index. If this is high, "
7069 "it suggests that the server is doing a lot of full index scans; for example, "
7070 "SELECT col1 FROM foo, assuming that col1 is indexed."
7071 msgstr ""
7073 #: libraries/classes/Controllers/Server/Status/VariablesController.php:287
7074 msgid ""
7075 "The number of requests to read a row based on a key. If this is high, it is "
7076 "a good indication that your queries and tables are properly indexed."
7077 msgstr ""
7079 #: libraries/classes/Controllers/Server/Status/VariablesController.php:292
7080 msgid ""
7081 "The number of requests to read the next row in key order. This is "
7082 "incremented if you are querying an index column with a range constraint or "
7083 "if you are doing an index scan."
7084 msgstr ""
7086 #: libraries/classes/Controllers/Server/Status/VariablesController.php:297
7087 msgid ""
7088 "The number of requests to read the previous row in key order. This read "
7089 "method is mainly used to optimize ORDER BY â€Š DESC."
7090 msgstr ""
7092 #: libraries/classes/Controllers/Server/Status/VariablesController.php:301
7093 msgid ""
7094 "The number of requests to read a row based on a fixed position. This is high "
7095 "if you are doing a lot of queries that require sorting of the result. You "
7096 "probably have a lot of queries that require MySQL to scan whole tables or "
7097 "you have joins that don't use keys properly."
7098 msgstr ""
7100 #: libraries/classes/Controllers/Server/Status/VariablesController.php:308
7101 msgid ""
7102 "The number of requests to read the next row in the data file. This is high "
7103 "if you are doing a lot of table scans. Generally this suggests that your "
7104 "tables are not properly indexed or that your queries are not written to take "
7105 "advantage of the indexes you have."
7106 msgstr ""
7108 #: libraries/classes/Controllers/Server/Status/VariablesController.php:314
7109 msgid "The number of internal ROLLBACK statements."
7110 msgstr ""
7112 #: libraries/classes/Controllers/Server/Status/VariablesController.php:315
7113 msgid "The number of requests to update a row in a table."
7114 msgstr ""
7116 #: libraries/classes/Controllers/Server/Status/VariablesController.php:316
7117 msgid "The number of requests to insert a row in a table."
7118 msgstr ""
7120 #: libraries/classes/Controllers/Server/Status/VariablesController.php:317
7121 msgid "The number of pages containing data (dirty or clean)."
7122 msgstr ""
7124 #: libraries/classes/Controllers/Server/Status/VariablesController.php:318
7125 msgid "The number of pages currently dirty."
7126 msgstr ""
7128 #: libraries/classes/Controllers/Server/Status/VariablesController.php:320
7129 msgid "The number of buffer pool pages that have been requested to be flushed."
7130 msgstr ""
7132 #: libraries/classes/Controllers/Server/Status/VariablesController.php:322
7133 msgid "The number of free pages."
7134 msgstr ""
7136 #: libraries/classes/Controllers/Server/Status/VariablesController.php:324
7137 msgid ""
7138 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7139 "being read or written or that can't be flushed or removed for some other "
7140 "reason."
7141 msgstr ""
7143 #: libraries/classes/Controllers/Server/Status/VariablesController.php:329
7144 msgid ""
7145 "The number of pages busy because they have been allocated for administrative "
7146 "overhead such as row locks or the adaptive hash index. This value can also "
7147 "be calculated as Innodb_buffer_pool_pages_total - "
7148 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7149 msgstr ""
7151 #: libraries/classes/Controllers/Server/Status/VariablesController.php:335
7152 msgid "Total size of buffer pool, in pages."
7153 msgstr ""
7155 #: libraries/classes/Controllers/Server/Status/VariablesController.php:337
7156 msgid ""
7157 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7158 "query is to scan a large portion of a table but in random order."
7159 msgstr ""
7161 #: libraries/classes/Controllers/Server/Status/VariablesController.php:342
7162 msgid ""
7163 "The number of sequential read-aheads InnoDB initiated. This happens when "
7164 "InnoDB does a sequential full table scan."
7165 msgstr ""
7167 #: libraries/classes/Controllers/Server/Status/VariablesController.php:345
7168 msgid "The number of logical read requests InnoDB has done."
7169 msgstr ""
7171 #: libraries/classes/Controllers/Server/Status/VariablesController.php:347
7172 msgid ""
7173 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7174 "and had to do a single-page read."
7175 msgstr ""
7177 #: libraries/classes/Controllers/Server/Status/VariablesController.php:351
7178 msgid ""
7179 "Normally, writes to the InnoDB buffer pool happen in the background. "
7180 "However, if it's necessary to read or create a page and no clean pages are "
7181 "available, it's necessary to wait for pages to be flushed first. This "
7182 "counter counts instances of these waits. If the buffer pool size was set "
7183 "properly, this value should be small."
7184 msgstr ""
7186 #: libraries/classes/Controllers/Server/Status/VariablesController.php:358
7187 msgid "The number writes done to the InnoDB buffer pool."
7188 msgstr ""
7190 #: libraries/classes/Controllers/Server/Status/VariablesController.php:359
7191 msgid "The number of fsync() operations so far."
7192 msgstr ""
7194 #: libraries/classes/Controllers/Server/Status/VariablesController.php:360
7195 msgid "The current number of pending fsync() operations."
7196 msgstr ""
7198 #: libraries/classes/Controllers/Server/Status/VariablesController.php:361
7199 msgid "The current number of pending reads."
7200 msgstr ""
7202 #: libraries/classes/Controllers/Server/Status/VariablesController.php:362
7203 msgid "The current number of pending writes."
7204 msgstr ""
7206 #: libraries/classes/Controllers/Server/Status/VariablesController.php:363
7207 msgid "The amount of data read so far, in bytes."
7208 msgstr ""
7210 #: libraries/classes/Controllers/Server/Status/VariablesController.php:364
7211 msgid "The total number of data reads."
7212 msgstr ""
7214 #: libraries/classes/Controllers/Server/Status/VariablesController.php:365
7215 msgid "The total number of data writes."
7216 msgstr ""
7218 #: libraries/classes/Controllers/Server/Status/VariablesController.php:366
7219 msgid "The amount of data written so far, in bytes."
7220 msgstr ""
7222 #: libraries/classes/Controllers/Server/Status/VariablesController.php:368
7223 msgid "The number of pages that have been written for doublewrite operations."
7224 msgstr ""
7226 #: libraries/classes/Controllers/Server/Status/VariablesController.php:370
7227 msgid "The number of doublewrite operations that have been performed."
7228 msgstr ""
7230 #: libraries/classes/Controllers/Server/Status/VariablesController.php:372
7231 msgid ""
7232 "The number of waits we had because log buffer was too small and we had to "
7233 "wait for it to be flushed before continuing."
7234 msgstr ""
7236 #: libraries/classes/Controllers/Server/Status/VariablesController.php:375
7237 msgid "The number of log write requests."
7238 msgstr ""
7240 #: libraries/classes/Controllers/Server/Status/VariablesController.php:376
7241 msgid "The number of physical writes to the log file."
7242 msgstr ""
7244 #: libraries/classes/Controllers/Server/Status/VariablesController.php:377
7245 msgid "The number of fsync() writes done to the log file."
7246 msgstr ""
7248 #: libraries/classes/Controllers/Server/Status/VariablesController.php:378
7249 msgid "The number of pending log file fsyncs."
7250 msgstr ""
7252 #: libraries/classes/Controllers/Server/Status/VariablesController.php:379
7253 msgid "Pending log file writes."
7254 msgstr ""
7256 #: libraries/classes/Controllers/Server/Status/VariablesController.php:380
7257 msgid "The number of bytes written to the log file."
7258 msgstr ""
7260 #: libraries/classes/Controllers/Server/Status/VariablesController.php:381
7261 msgid "The number of pages created."
7262 msgstr ""
7264 #: libraries/classes/Controllers/Server/Status/VariablesController.php:383
7265 msgid ""
7266 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7267 "pages; the page size allows them to be easily converted to bytes."
7268 msgstr ""
7270 #: libraries/classes/Controllers/Server/Status/VariablesController.php:387
7271 msgid "The number of pages read."
7272 msgstr ""
7274 #: libraries/classes/Controllers/Server/Status/VariablesController.php:388
7275 msgid "The number of pages written."
7276 msgstr ""
7278 #: libraries/classes/Controllers/Server/Status/VariablesController.php:389
7279 msgid "The number of row locks currently being waited for."
7280 msgstr ""
7282 #: libraries/classes/Controllers/Server/Status/VariablesController.php:390
7283 msgid "The average time to acquire a row lock, in milliseconds."
7284 msgstr ""
7286 #: libraries/classes/Controllers/Server/Status/VariablesController.php:391
7287 msgid "The total time spent in acquiring row locks, in milliseconds."
7288 msgstr ""
7290 #: libraries/classes/Controllers/Server/Status/VariablesController.php:392
7291 msgid "The maximum time to acquire a row lock, in milliseconds."
7292 msgstr ""
7294 #: libraries/classes/Controllers/Server/Status/VariablesController.php:393
7295 msgid "The number of times a row lock had to be waited for."
7296 msgstr ""
7298 #: libraries/classes/Controllers/Server/Status/VariablesController.php:394
7299 msgid "The number of rows deleted from InnoDB tables."
7300 msgstr ""
7302 #: libraries/classes/Controllers/Server/Status/VariablesController.php:395
7303 msgid "The number of rows inserted in InnoDB tables."
7304 msgstr ""
7306 #: libraries/classes/Controllers/Server/Status/VariablesController.php:396
7307 msgid "The number of rows read from InnoDB tables."
7308 msgstr ""
7310 #: libraries/classes/Controllers/Server/Status/VariablesController.php:397
7311 msgid "The number of rows updated in InnoDB tables."
7312 msgstr ""
7314 #: libraries/classes/Controllers/Server/Status/VariablesController.php:399
7315 msgid ""
7316 "The number of key blocks in the key cache that have changed but haven't yet "
7317 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7318 msgstr ""
7320 #: libraries/classes/Controllers/Server/Status/VariablesController.php:404
7321 msgid ""
7322 "The number of unused blocks in the key cache. You can use this value to "
7323 "determine how much of the key cache is in use."
7324 msgstr ""
7326 #: libraries/classes/Controllers/Server/Status/VariablesController.php:408
7327 msgid ""
7328 "The number of used blocks in the key cache. This value is a high-water mark "
7329 "that indicates the maximum number of blocks that have ever been in use at "
7330 "one time."
7331 msgstr ""
7333 #: libraries/classes/Controllers/Server/Status/VariablesController.php:412
7334 msgid "Percentage of used key cache (calculated value)"
7335 msgstr ""
7337 #: libraries/classes/Controllers/Server/Status/VariablesController.php:413
7338 msgid "The number of requests to read a key block from the cache."
7339 msgstr ""
7341 #: libraries/classes/Controllers/Server/Status/VariablesController.php:415
7342 msgid ""
7343 "The number of physical reads of a key block from disk. If Key_reads is big, "
7344 "then your key_buffer_size value is probably too small. The cache miss rate "
7345 "can be calculated as Key_reads/Key_read_requests."
7346 msgstr ""
7348 #: libraries/classes/Controllers/Server/Status/VariablesController.php:421
7349 msgid ""
7350 "Key cache miss calculated as rate of physical reads compared to read "
7351 "requests (calculated value)"
7352 msgstr ""
7354 #: libraries/classes/Controllers/Server/Status/VariablesController.php:423
7355 msgid "The number of requests to write a key block to the cache."
7356 msgstr ""
7358 #: libraries/classes/Controllers/Server/Status/VariablesController.php:424
7359 msgid "The number of physical writes of a key block to disk."
7360 msgstr ""
7362 #: libraries/classes/Controllers/Server/Status/VariablesController.php:425
7363 msgid ""
7364 "Percentage of physical writes compared to write requests (calculated value)"
7365 msgstr ""
7367 #: libraries/classes/Controllers/Server/Status/VariablesController.php:427
7368 msgid ""
7369 "The total cost of the last compiled query as computed by the query "
7370 "optimizer. Useful for comparing the cost of different query plans for the "
7371 "same query. The default value of 0 means that no query has been compiled yet."
7372 msgstr ""
7374 #: libraries/classes/Controllers/Server/Status/VariablesController.php:433
7375 msgid ""
7376 "The maximum number of connections that have been in use simultaneously since "
7377 "the server started."
7378 msgstr ""
7380 #: libraries/classes/Controllers/Server/Status/VariablesController.php:435
7381 msgid "The number of rows waiting to be written in INSERT DELAYED queues."
7382 msgstr ""
7384 #: libraries/classes/Controllers/Server/Status/VariablesController.php:437
7385 msgid ""
7386 "The number of tables that have been opened. If opened tables is big, your "
7387 "table_open_cache value is probably too small."
7388 msgstr ""
7390 #: libraries/classes/Controllers/Server/Status/VariablesController.php:440
7391 msgid "The number of files that are open."
7392 msgstr ""
7394 #: libraries/classes/Controllers/Server/Status/VariablesController.php:441
7395 msgid "The number of streams that are open (used mainly for logging)."
7396 msgstr ""
7398 #: libraries/classes/Controllers/Server/Status/VariablesController.php:442
7399 msgid "The number of tables that are open."
7400 msgstr ""
7402 #: libraries/classes/Controllers/Server/Status/VariablesController.php:444
7403 msgid ""
7404 "The number of free memory blocks in query cache. High numbers can indicate "
7405 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7406 "statement."
7407 msgstr ""
7409 #: libraries/classes/Controllers/Server/Status/VariablesController.php:448
7410 msgid "The amount of free memory for query cache."
7411 msgstr ""
7413 #: libraries/classes/Controllers/Server/Status/VariablesController.php:449
7414 msgid "The number of cache hits."
7415 msgstr ""
7417 #: libraries/classes/Controllers/Server/Status/VariablesController.php:450
7418 msgid "The number of queries added to the cache."
7419 msgstr ""
7421 #: libraries/classes/Controllers/Server/Status/VariablesController.php:452
7422 msgid ""
7423 "The number of queries that have been removed from the cache to free up "
7424 "memory for caching new queries. This information can help you tune the query "
7425 "cache size. The query cache uses a least recently used (LRU) strategy to "
7426 "decide which queries to remove from the cache."
7427 msgstr ""
7429 #: libraries/classes/Controllers/Server/Status/VariablesController.php:459
7430 msgid ""
7431 "The number of non-cached queries (not cachable, or not cached due to the "
7432 "query_cache_type setting)."
7433 msgstr ""
7435 #: libraries/classes/Controllers/Server/Status/VariablesController.php:461
7436 msgid "The number of queries registered in the cache."
7437 msgstr ""
7439 #: libraries/classes/Controllers/Server/Status/VariablesController.php:462
7440 msgid "The total number of blocks in the query cache."
7441 msgstr ""
7443 #: libraries/classes/Controllers/Server/Status/VariablesController.php:463
7444 msgid "The status of failsafe replication (not yet implemented)."
7445 msgstr ""
7447 #: libraries/classes/Controllers/Server/Status/VariablesController.php:465
7448 msgid ""
7449 "The number of joins that do not use indexes. If this value is not 0, you "
7450 "should carefully check the indexes of your tables."
7451 msgstr ""
7453 #: libraries/classes/Controllers/Server/Status/VariablesController.php:468
7454 msgid "The number of joins that used a range search on a reference table."
7455 msgstr ""
7457 #: libraries/classes/Controllers/Server/Status/VariablesController.php:470
7458 msgid ""
7459 "The number of joins without keys that check for key usage after each row. "
7460 "(If this is not 0, you should carefully check the indexes of your tables.)"
7461 msgstr ""
7463 #: libraries/classes/Controllers/Server/Status/VariablesController.php:475
7464 msgid ""
7465 "The number of joins that used ranges on the first table. (It's normally not "
7466 "critical even if this is big.)"
7467 msgstr ""
7469 #: libraries/classes/Controllers/Server/Status/VariablesController.php:478
7470 msgid "The number of joins that did a full scan of the first table."
7471 msgstr ""
7473 #: libraries/classes/Controllers/Server/Status/VariablesController.php:479
7474 msgid ""
7475 "The number of temporary tables currently open by the replica SQL thread."
7476 msgstr ""
7478 #: libraries/classes/Controllers/Server/Status/VariablesController.php:481
7479 msgid ""
7480 "Total (since startup) number of times the replication replica SQL thread has "
7481 "retried transactions."
7482 msgstr ""
7484 #: libraries/classes/Controllers/Server/Status/VariablesController.php:483
7485 msgid "This is ON if this server is a replica that is connected to a primary."
7486 msgstr ""
7488 #: libraries/classes/Controllers/Server/Status/VariablesController.php:485
7489 msgid ""
7490 "The number of threads that have taken more than slow_launch_time seconds to "
7491 "create."
7492 msgstr ""
7494 #: libraries/classes/Controllers/Server/Status/VariablesController.php:487
7495 msgid ""
7496 "The number of queries that have taken more than long_query_time seconds."
7497 msgstr ""
7499 #: libraries/classes/Controllers/Server/Status/VariablesController.php:489
7500 msgid ""
7501 "The number of merge passes the sort algorithm has had to do. If this value "
7502 "is large, you should consider increasing the value of the sort_buffer_size "
7503 "system variable."
7504 msgstr ""
7506 #: libraries/classes/Controllers/Server/Status/VariablesController.php:493
7507 msgid "The number of sorts that were done with ranges."
7508 msgstr ""
7510 #: libraries/classes/Controllers/Server/Status/VariablesController.php:494
7511 msgid "The number of sorted rows."
7512 msgstr ""
7514 #: libraries/classes/Controllers/Server/Status/VariablesController.php:495
7515 msgid "The number of sorts that were done by scanning the table."
7516 msgstr ""
7518 #: libraries/classes/Controllers/Server/Status/VariablesController.php:496
7519 msgid "The number of times that a table lock was acquired immediately."
7520 msgstr ""
7522 #: libraries/classes/Controllers/Server/Status/VariablesController.php:498
7523 msgid ""
7524 "The number of times that a table lock could not be acquired immediately and "
7525 "a wait was needed. If this is high, and you have performance problems, you "
7526 "should first optimize your queries, and then either split your table or "
7527 "tables or use replication."
7528 msgstr ""
7530 #: libraries/classes/Controllers/Server/Status/VariablesController.php:504
7531 msgid ""
7532 "The number of threads in the thread cache. The cache hit rate can be "
7533 "calculated as Threads_created/Connections. If this value is red you should "
7534 "raise your thread_cache_size."
7535 msgstr ""
7537 #: libraries/classes/Controllers/Server/Status/VariablesController.php:508
7538 msgid "The number of currently open connections."
7539 msgstr ""
7541 #: libraries/classes/Controllers/Server/Status/VariablesController.php:510
7542 msgid ""
7543 "The number of threads created to handle connections. If Threads_created is "
7544 "big, you may want to increase the thread_cache_size value. (Normally this "
7545 "doesn't give a notable performance improvement if you have a good thread "
7546 "implementation.)"
7547 msgstr ""
7549 #: libraries/classes/Controllers/Server/Status/VariablesController.php:516
7550 msgid "Thread cache hit rate (calculated value)"
7551 msgstr ""
7553 #: libraries/classes/Controllers/Server/Status/VariablesController.php:517
7554 msgid "The number of threads that are not sleeping."
7555 msgstr ""
7557 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:46
7558 #: libraries/classes/Util.php:836
7559 msgid "Missing parameter:"
7560 msgstr ""
7562 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:60
7563 msgid "User groups management is not enabled."
7564 msgstr ""
7566 #: libraries/classes/Controllers/Server/Variables/SetVariableController.php:93
7567 msgid "Setting variable failed"
7568 msgstr ""
7570 #: libraries/classes/Controllers/Setup/FormController.php:32
7571 msgid "Incorrect form specified!"
7572 msgstr ""
7574 #: libraries/classes/Controllers/Setup/HomeController.php:42
7575 msgid ""
7576 "You are not using a secure connection; all data (including potentially "
7577 "sensitive information, like passwords) is transferred unencrypted!"
7578 msgstr ""
7580 #: libraries/classes/Controllers/Setup/HomeController.php:47
7581 msgid ""
7582 "If your server is also configured to accept HTTPS requests follow this link "
7583 "to use a secure connection."
7584 msgstr ""
7586 #: libraries/classes/Controllers/Setup/HomeController.php:51
7587 msgid "Insecure connection"
7588 msgstr ""
7590 #: libraries/classes/Controllers/Sql/SqlController.php:235
7591 #: libraries/classes/Sql.php:1154
7592 #, php-format
7593 msgid "Bookmark %s has been created."
7594 msgstr ""
7596 #: libraries/classes/Controllers/Sql/SqlController.php:242
7597 msgid "Bookmark not created!"
7598 msgstr ""
7600 #: libraries/classes/Controllers/Table/AddFieldController.php:151
7601 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:275
7602 #: libraries/classes/Controllers/Table/Structure/SaveController.php:223
7603 #: libraries/classes/Table/Indexes.php:85
7604 #, php-format
7605 msgid "Table %1$s has been altered successfully."
7606 msgstr ""
7608 #: libraries/classes/Controllers/Table/ChangeRowsController.php:36
7609 #: libraries/classes/Controllers/Table/DeleteConfirmController.php:25
7610 #: libraries/classes/Controllers/Table/ExportRowsController.php:36
7611 msgid "No row selected."
7612 msgstr ""
7614 #: libraries/classes/Controllers/Table/ChartController.php:60
7615 #: libraries/classes/Controllers/Table/GisVisualizationController.php:70
7616 msgid "No SQL query was set to fetch data."
7617 msgstr ""
7619 #: libraries/classes/Controllers/Table/ChartController.php:145
7620 msgid "No numeric columns present in the table to plot."
7621 msgstr ""
7623 #: libraries/classes/Controllers/Table/ChartController.php:208
7624 msgid "No data to display"
7625 msgstr ""
7627 #: libraries/classes/Controllers/Table/CreateController.php:84
7628 #: libraries/classes/Controllers/Table/GetFieldController.php:55
7629 #, php-format
7630 msgid "'%s' database does not exist."
7631 msgstr ""
7633 #: libraries/classes/Controllers/Table/CreateController.php:94
7634 #, php-format
7635 msgid "Table %s already exists!"
7636 msgstr ""
7638 #: libraries/classes/Controllers/Table/DeleteRowsController.php:77
7639 #: libraries/classes/Controllers/Table/FindReplaceController.php:181
7640 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:83
7641 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:83
7642 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:83
7643 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:83
7644 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:83
7645 #: libraries/classes/Controllers/Table/Partition/AnalyzeController.php:55
7646 #: libraries/classes/Controllers/Table/Partition/CheckController.php:55
7647 #: libraries/classes/Controllers/Table/Partition/DropController.php:56
7648 #: libraries/classes/Controllers/Table/Partition/OptimizeController.php:55
7649 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:56
7650 #: libraries/classes/Controllers/Table/Partition/RepairController.php:55
7651 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:56
7652 #: libraries/classes/Controllers/Table/RelationController.php:241
7653 #: libraries/classes/Controllers/View/OperationsController.php:87
7654 #: libraries/classes/Database/Routines.php:1224
7655 #: libraries/classes/Display/Results.php:3695 libraries/classes/Message.php:172
7656 #: templates/sql/query.twig:7
7657 msgid "Your SQL query has been executed successfully."
7658 msgstr ""
7660 #: libraries/classes/Controllers/Table/DropColumnConfirmationController.php:23
7661 #: libraries/classes/Controllers/Table/DropColumnController.php:51
7662 #: libraries/classes/Controllers/Table/Structure/AddIndexController.php:47
7663 #: libraries/classes/Controllers/Table/Structure/BrowseController.php:34
7664 #: libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php:45
7665 #: libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php:45
7666 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:59
7667 #: libraries/classes/Controllers/Table/Structure/FulltextController.php:47
7668 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:50
7669 #: libraries/classes/Controllers/Table/Structure/SpatialController.php:47
7670 #: libraries/classes/Controllers/Table/Structure/UniqueController.php:47
7671 msgid "No column selected."
7672 msgstr ""
7674 #: libraries/classes/Controllers/Table/DropColumnController.php:80
7675 #, php-format
7676 msgid "%1$d column has been dropped successfully."
7677 msgid_plural "%1$d columns have been dropped successfully."
7678 msgstr[0] ""
7679 msgstr[1] ""
7681 #: libraries/classes/Controllers/Table/GetFieldController.php:63
7682 msgid "Invalid table name"
7683 msgstr ""
7685 #. l10n: In case a SQL query did not pass a security check
7686 #: libraries/classes/Controllers/Table/GetFieldController.php:72
7687 #: libraries/classes/Controllers/Transformation/WrapperController.php:103
7688 msgid "There is an issue with your request."
7689 msgstr ""
7691 #: libraries/classes/Controllers/Table/GetFieldController.php:86
7692 #: libraries/classes/Database/Routines.php:1243
7693 #: libraries/classes/Import.php:149 libraries/classes/InsertEdit.php:229
7694 #: libraries/classes/Sql.php:968
7695 msgid "MySQL returned an empty result set (i.e. zero rows)."
7696 msgstr ""
7698 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:75
7699 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:75
7700 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:75
7701 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:75
7702 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:75
7703 msgid "Maintenance operations on multiple tables are disabled."
7704 msgstr ""
7706 #: libraries/classes/Controllers/Table/OperationsController.php:109
7707 #: libraries/classes/Controllers/Table/OperationsController.php:298
7708 #: libraries/classes/Controllers/Table/StructureController.php:100
7709 #: libraries/classes/Navigation/Nodes/NodeView.php:28
7710 #: templates/database/structure/show_create.twig:32
7711 #: templates/database/structure/structure_table_row.twig:122
7712 #: templates/database/structure/structure_table_row.twig:186
7713 msgid "View"
7714 msgstr ""
7716 #: libraries/classes/Controllers/Table/Partition/DropController.php:62
7717 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:62
7718 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:62
7719 #: libraries/classes/Controllers/View/OperationsController.php:90
7720 #: libraries/classes/Html/Generator.php:856 libraries/classes/Import.php:133
7721 #: libraries/classes/InsertEdit.php:724 libraries/classes/Message.php:192
7722 #: templates/error/generic.twig:37
7723 #: templates/table/structure/display_structure.twig:372
7724 msgid "Error"
7725 msgstr ""
7727 #: libraries/classes/Controllers/Table/RelationController.php:182
7728 msgid "Display column was successfully updated."
7729 msgstr ""
7731 #: libraries/classes/Controllers/Table/RelationController.php:275
7732 msgid "Internal relationships were successfully updated."
7733 msgstr ""
7735 #: libraries/classes/Controllers/Table/ReplaceController.php:294
7736 #, php-format
7737 msgid "Row: %1$s, Column: %2$s, Error: %3$s"
7738 msgstr ""
7740 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:91
7741 #, php-format
7742 msgid "Failed to get description of column %s!"
7743 msgstr ""
7745 #: libraries/classes/Controllers/Table/StructureController.php:226
7746 #: templates/columns_definitions/column_attributes.twig:112
7747 #: templates/database/data_dictionary/index.twig:41
7748 #: templates/table/structure/display_structure.twig:137
7749 #: templates/table/structure/display_structure.twig:145
7750 #: templates/table/structure/display_structure.twig:295
7751 #: templates/table/tracking/structure_snapshot_columns.twig:25
7752 msgid "Primary"
7753 msgstr "KilĂźde Sereke"
7755 #: libraries/classes/Controllers/Table/StructureController.php:230
7756 #: libraries/classes/Navigation/Nodes/NodeIndex.php:28
7757 #: templates/columns_definitions/column_attributes.twig:120
7758 #: templates/columns_definitions/table_fields_definitions.twig:46
7759 #: templates/table/structure/display_structure.twig:167
7760 #: templates/table/structure/display_structure.twig:175
7761 #: templates/table/structure/display_structure.twig:301
7762 #: templates/table/structure/display_table_stats.twig:24
7763 #: templates/table/tracking/structure_snapshot_columns.twig:27
7764 msgid "Index"
7765 msgstr ""
7767 #: libraries/classes/Controllers/Table/Structure/MoveColumnsController.php:178
7768 msgid "The columns have been moved successfully."
7769 msgstr ""
7771 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:267
7772 #: libraries/classes/Controllers/Table/Structure/SaveController.php:273
7773 #: libraries/classes/Tracking.php:776
7774 msgid "Query error"
7775 msgstr ""
7777 #: libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php:48
7778 #, php-format
7779 msgid "The name '%s' is a MySQL reserved keyword."
7780 msgid_plural "The names '%s' are MySQL reserved keywords."
7781 msgstr[0] ""
7782 msgstr[1] ""
7784 #: libraries/classes/Controllers/Table/Structure/SaveController.php:218
7785 #, php-format
7786 msgid ""
7787 "Table %1$s has been altered successfully. Privileges have been adjusted."
7788 msgstr ""
7790 #: libraries/classes/Controllers/Table/TrackingController.php:69
7791 #, php-format
7792 msgid "Tracking of %s is activated."
7793 msgstr ""
7795 #: libraries/classes/Controllers/Table/TrackingController.php:140
7796 msgid "Tracking versions deleted successfully."
7797 msgstr ""
7799 #: libraries/classes/Controllers/Table/TrackingController.php:145
7800 msgid "No versions selected."
7801 msgstr ""
7803 #: libraries/classes/Controllers/Table/TrackingController.php:174
7804 msgid "SQL statements executed."
7805 msgstr ""
7807 #: libraries/classes/Controllers/UserPasswordController.php:54
7808 msgid "You don't have sufficient privileges to be here right now!"
7809 msgstr ""
7811 #: libraries/classes/Controllers/View/CreateController.php:81
7812 msgid "View name can not be empty!"
7813 msgstr ""
7815 #: libraries/classes/Core.php:203 libraries/classes/ZipExtension.php:62
7816 #, php-format
7817 msgid "The %s extension is missing. Please check your PHP configuration."
7818 msgstr ""
7820 #: libraries/classes/Database/CentralColumns.php:293
7821 #: libraries/classes/Database/CentralColumns.php:399
7822 #: libraries/classes/Database/CentralColumns.php:611
7823 msgid ""
7824 "The configuration storage is not ready for the central list of columns "
7825 "feature."
7826 msgstr ""
7828 #: libraries/classes/Database/CentralColumns.php:351
7829 #, php-format
7830 msgid "Could not add %1$s as they already exist in central list!"
7831 msgstr ""
7833 #: libraries/classes/Database/CentralColumns.php:367
7834 msgid "Could not add columns!"
7835 msgstr ""
7837 #: libraries/classes/Database/CentralColumns.php:451
7838 #, php-format
7839 msgid ""
7840 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
7841 msgstr ""
7843 #: libraries/classes/Database/CentralColumns.php:464
7844 msgid "Could not remove columns!"
7845 msgstr ""
7847 #: libraries/classes/Database/CentralColumns.php:625
7848 msgid "YES"
7849 msgstr ""
7851 #: libraries/classes/Database/CentralColumns.php:625
7852 msgid "NO"
7853 msgstr ""
7855 #: libraries/classes/Database/Designer/Common.php:528
7856 msgctxt ""
7857 "phpMyAdmin configuration storage is not configured for \"Display Features\" "
7858 "on designer when user tries to set a display field."
7859 msgid ""
7860 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
7861 msgstr ""
7863 #: libraries/classes/Database/Designer/Common.php:573
7864 msgid "Error: relationship already exists."
7865 msgstr ""
7867 #: libraries/classes/Database/Designer/Common.php:625
7868 msgid "FOREIGN KEY relationship has been added."
7869 msgstr ""
7871 #: libraries/classes/Database/Designer/Common.php:633
7872 msgid "Error: FOREIGN KEY relationship could not be added!"
7873 msgstr ""
7875 #: libraries/classes/Database/Designer/Common.php:640
7876 msgid "Error: Missing index on column(s)."
7877 msgstr ""
7879 #: libraries/classes/Database/Designer/Common.php:648
7880 #: libraries/classes/Database/Designer/Common.php:727
7881 msgid "Error: Relational features are disabled!"
7882 msgstr ""
7884 #: libraries/classes/Database/Designer/Common.php:672
7885 msgid "Internal relationship has been added."
7886 msgstr ""
7888 #: libraries/classes/Database/Designer/Common.php:680
7889 msgid "Error: Internal relationship could not be added!"
7890 msgstr ""
7892 #: libraries/classes/Database/Designer/Common.php:718
7893 msgid "FOREIGN KEY relationship has been removed."
7894 msgstr ""
7896 #: libraries/classes/Database/Designer/Common.php:749
7897 msgid "Error: Internal relationship could not be removed!"
7898 msgstr ""
7900 #: libraries/classes/Database/Designer/Common.php:755
7901 msgid "Internal relationship has been removed."
7902 msgstr ""
7904 #: libraries/classes/Database/Designer.php:136
7905 msgid "Could not load schema plugins, please check your installation!"
7906 msgstr ""
7908 #: libraries/classes/Database/Events.php:104
7909 #: libraries/classes/Database/Events.php:113
7910 #: libraries/classes/Database/Events.php:139
7911 #: libraries/classes/Database/Routines.php:225
7912 #: libraries/classes/Database/Routines.php:246
7913 #: libraries/classes/Database/Routines.php:348
7914 #: libraries/classes/Database/Routines.php:1250
7915 #: libraries/classes/Database/Triggers.php:117
7916 #: libraries/classes/Database/Triggers.php:126
7917 #: libraries/classes/Database/Triggers.php:153
7918 #, php-format
7919 msgid "The following query has failed: \"%s\""
7920 msgstr ""
7922 #: libraries/classes/Database/Events.php:108
7923 #: libraries/classes/Database/Events.php:117
7924 #: libraries/classes/Database/Events.php:143
7925 #: libraries/classes/Database/Events.php:505
7926 #: libraries/classes/Database/Routines.php:229
7927 #: libraries/classes/Database/Routines.php:250
7928 #: libraries/classes/Database/Routines.php:352
7929 #: libraries/classes/Database/Routines.php:1254
7930 #: libraries/classes/Database/Routines.php:1540
7931 #: libraries/classes/Database/Triggers.php:121
7932 #: libraries/classes/Database/Triggers.php:130
7933 #: libraries/classes/Database/Triggers.php:157
7934 #: libraries/classes/Database/Triggers.php:437
7935 #: libraries/classes/Html/Generator.php:924
7936 msgid "MySQL said: "
7937 msgstr ""
7939 #: libraries/classes/Database/Events.php:126
7940 #, php-format
7941 msgid "Event %1$s has been modified."
7942 msgstr ""
7944 #: libraries/classes/Database/Events.php:146
7945 #, php-format
7946 msgid "Event %1$s has been created."
7947 msgstr ""
7949 #: libraries/classes/Database/Events.php:160
7950 #: libraries/classes/Database/Routines.php:266
7951 #: libraries/classes/Database/Triggers.php:174
7952 msgid "One or more errors have occurred while processing your request:"
7953 msgstr ""
7955 #: libraries/classes/Database/Events.php:239
7956 msgid "Add event"
7957 msgstr ""
7959 #: libraries/classes/Database/Events.php:243
7960 msgid "Edit event"
7961 msgstr ""
7963 #: libraries/classes/Database/Events.php:404
7964 #: libraries/classes/Database/Routines.php:984
7965 #: libraries/classes/Database/Triggers.php:381
7966 msgid "The definer must be in the \"username@hostname\" format!"
7967 msgstr ""
7969 #: libraries/classes/Database/Events.php:412
7970 msgid "You must provide an event name!"
7971 msgstr ""
7973 #: libraries/classes/Database/Events.php:426
7974 msgid "You must provide a valid interval value for the event."
7975 msgstr ""
7977 #: libraries/classes/Database/Events.php:446
7978 msgid "You must provide a valid execution time for the event."
7979 msgstr ""
7981 #: libraries/classes/Database/Events.php:450
7982 msgid "You must provide a valid type for the event."
7983 msgstr ""
7985 #: libraries/classes/Database/Events.php:476
7986 msgid "You must provide an event definition."
7987 msgstr ""
7989 #: libraries/classes/Database/Events.php:502
7990 msgid "Sorry, we failed to restore the dropped event."
7991 msgstr ""
7993 #: libraries/classes/Database/Events.php:503
7994 #: libraries/classes/Database/Routines.php:1538
7995 #: libraries/classes/Database/Triggers.php:435
7996 msgid "The backed up query was:"
7997 msgstr ""
7999 #: libraries/classes/Database/Events.php:534
8000 #: libraries/classes/Database/Routines.php:151
8001 #: libraries/classes/Database/Routines.php:1143
8002 #: libraries/classes/Database/Routines.php:1312
8003 #: libraries/classes/Database/Triggers.php:466
8004 msgid "Error in processing request:"
8005 msgstr ""
8007 #: libraries/classes/Database/Events.php:536
8008 #, php-format
8009 msgid "No event with name %1$s found in database %2$s."
8010 msgstr ""
8012 #: libraries/classes/Database/Events.php:568
8013 #, php-format
8014 msgid "Export of event %s"
8015 msgstr ""
8017 #: libraries/classes/Database/Events.php:589
8018 #, php-format
8019 msgid ""
8020 "Error in processing request: No event with name %1$s found in database %2$s."
8021 msgstr ""
8023 #: libraries/classes/DatabaseInterface.php:1121
8024 #, php-format
8025 msgid ""
8026 "Unable to use timezone \"%1$s\" for server %2$d. Please check your "
8027 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8028 "phpMyAdmin is currently using the default time zone of the database server."
8029 msgstr ""
8031 #: libraries/classes/DatabaseInterface.php:1166
8032 msgid "Failed to set configured collation connection!"
8033 msgstr ""
8035 #: libraries/classes/DatabaseInterface.php:1859
8036 msgid "Missing connection parameters!"
8037 msgstr ""
8039 #: libraries/classes/DatabaseInterface.php:1884
8040 msgid "Connection for controluser as defined in your configuration failed."
8041 msgstr ""
8043 #: libraries/classes/DatabaseInterface.php:2305
8044 #, php-format
8045 msgid "See %sour documentation%s for more information."
8046 msgstr ""
8048 #: libraries/classes/Database/Qbe.php:756
8049 #: templates/database/qbe/ins_del_and_or_cell.twig:21
8050 msgid "Or:"
8051 msgstr ""
8053 #: libraries/classes/Database/Qbe.php:760
8054 #: templates/database/qbe/ins_del_and_or_cell.twig:9
8055 msgid "And:"
8056 msgstr ""
8058 #: libraries/classes/Database/Qbe.php:766
8059 msgid "Ins"
8060 msgstr ""
8062 #: libraries/classes/Database/Qbe.php:769
8063 msgid "Del"
8064 msgstr ""
8066 #: libraries/classes/Database/Qbe.php:1672
8067 msgid "Saved bookmarked search:"
8068 msgstr ""
8070 #: libraries/classes/Database/Qbe.php:1674
8071 msgid "New bookmark"
8072 msgstr ""
8074 #: libraries/classes/Database/Qbe.php:1701
8075 msgid "Create bookmark"
8076 msgstr ""
8078 #: libraries/classes/Database/Qbe.php:1704
8079 msgid "Update bookmark"
8080 msgstr ""
8082 #: libraries/classes/Database/Qbe.php:1706
8083 msgid "Delete bookmark"
8084 msgstr ""
8086 #: libraries/classes/Database/Routines.php:118
8087 msgid "Add routine"
8088 msgstr ""
8090 #: libraries/classes/Database/Routines.php:122
8091 msgid "Edit routine"
8092 msgstr ""
8094 #: libraries/classes/Database/Routines.php:154
8095 #, php-format
8096 msgid ""
8097 "No routine with name %1$s found in database %2$s. You might be lacking the "
8098 "necessary privileges to edit this routine."
8099 msgstr ""
8101 #: libraries/classes/Database/Routines.php:206
8102 #: libraries/classes/Database/Routines.php:992
8103 #, php-format
8104 msgid "Invalid routine type: \"%s\""
8105 msgstr ""
8107 #: libraries/classes/Database/Routines.php:253
8108 #, php-format
8109 msgid "Routine %1$s has been created."
8110 msgstr ""
8112 #: libraries/classes/Database/Routines.php:413
8113 #, php-format
8114 msgid "Routine %1$s has been modified. Privileges have been adjusted."
8115 msgstr ""
8117 #: libraries/classes/Database/Routines.php:418
8118 #, php-format
8119 msgid "Routine %1$s has been modified."
8120 msgstr ""
8122 #: libraries/classes/Database/Routines.php:825
8123 msgid "You must provide a name and a type for each routine parameter."
8124 msgstr ""
8126 #: libraries/classes/Database/Routines.php:843
8127 #, php-format
8128 msgid "Invalid direction \"%s\" given for parameter."
8129 msgstr ""
8131 #: libraries/classes/Database/Routines.php:863
8132 #: libraries/classes/Database/Routines.php:930
8133 msgid ""
8134 "You must provide length/values for routine parameters of type ENUM, SET, "
8135 "VARCHAR and VARBINARY."
8136 msgstr ""
8138 #: libraries/classes/Database/Routines.php:912
8139 msgid "You must provide a valid return type for the routine."
8140 msgstr ""
8142 #: libraries/classes/Database/Routines.php:1000
8143 msgid "You must provide a routine name!"
8144 msgstr ""
8146 #: libraries/classes/Database/Routines.php:1065
8147 msgid "You must provide a routine definition."
8148 msgstr ""
8150 #: libraries/classes/Database/Routines.php:1145
8151 #: libraries/classes/Database/Routines.php:1314
8152 #, php-format
8153 msgid "No routine with name %1$s found in database %2$s."
8154 msgstr ""
8156 #: libraries/classes/Database/Routines.php:1184
8157 #, php-format
8158 msgid "Execution results of routine %s"
8159 msgstr ""
8161 #: libraries/classes/Database/Routines.php:1232
8162 #, php-format
8163 msgid "%d row affected by the last statement inside the procedure."
8164 msgid_plural "%d rows affected by the last statement inside the procedure."
8165 msgstr[0] ""
8166 msgstr[1] ""
8168 #: libraries/classes/Database/Routines.php:1297
8169 #: libraries/classes/Database/Routines.php:1304
8170 msgid "Execute routine"
8171 msgstr ""
8173 #: libraries/classes/Database/Routines.php:1537
8174 msgid "Sorry, we failed to restore the dropped routine."
8175 msgstr ""
8177 #: libraries/classes/Database/Routines.php:1567
8178 #, php-format
8179 msgid "Export of routine %s"
8180 msgstr ""
8182 #: libraries/classes/Database/Routines.php:1589
8183 #, php-format
8184 msgid ""
8185 "Error in processing request: No routine with name %1$s found in database "
8186 "%2$s. You might be lacking the necessary privileges to view/export this "
8187 "routine."
8188 msgstr ""
8190 #: libraries/classes/Database/Search.php:103
8191 #: templates/database/search/main.twig:19
8192 msgid "at least one of the words"
8193 msgstr ""
8195 #: libraries/classes/Database/Search.php:104
8196 #: templates/database/search/main.twig:23
8197 msgid "all of the words"
8198 msgstr ""
8200 #: libraries/classes/Database/Search.php:105
8201 #: templates/database/search/main.twig:27
8202 msgid "the exact phrase as substring"
8203 msgstr ""
8205 #: libraries/classes/Database/Search.php:106
8206 #: templates/database/search/main.twig:31
8207 msgid "the exact phrase as whole field"
8208 msgstr ""
8210 #: libraries/classes/Database/Search.php:107
8211 #: templates/database/search/main.twig:35
8212 msgid "as regular expression"
8213 msgstr ""
8215 #: libraries/classes/Database/Triggers.php:140
8216 #, php-format
8217 msgid "Trigger %1$s has been modified."
8218 msgstr ""
8220 #: libraries/classes/Database/Triggers.php:160
8221 #, php-format
8222 msgid "Trigger %1$s has been created."
8223 msgstr ""
8225 #: libraries/classes/Database/Triggers.php:255
8226 msgid "Add trigger"
8227 msgstr ""
8229 #: libraries/classes/Database/Triggers.php:259
8230 msgid "Edit trigger"
8231 msgstr ""
8233 #: libraries/classes/Database/Triggers.php:389
8234 msgid "You must provide a trigger name!"
8235 msgstr ""
8237 #: libraries/classes/Database/Triggers.php:395
8238 msgid "You must provide a valid timing for the trigger!"
8239 msgstr ""
8241 #: libraries/classes/Database/Triggers.php:401
8242 msgid "You must provide a valid event for the trigger!"
8243 msgstr ""
8245 #: libraries/classes/Database/Triggers.php:408
8246 msgid "You must provide a valid table name!"
8247 msgstr ""
8249 #: libraries/classes/Database/Triggers.php:415
8250 msgid "You must provide a trigger definition."
8251 msgstr ""
8253 #: libraries/classes/Database/Triggers.php:434
8254 msgid "Sorry, we failed to restore the dropped trigger."
8255 msgstr ""
8257 #: libraries/classes/Database/Triggers.php:468
8258 #, php-format
8259 msgid "No trigger with name %1$s found in database %2$s."
8260 msgstr ""
8262 #: libraries/classes/Database/Triggers.php:502
8263 #: templates/database/triggers/export.twig:2
8264 #, php-format
8265 msgid "Export of trigger %s"
8266 msgstr ""
8268 #: libraries/classes/Database/Triggers.php:520
8269 #, php-format
8270 msgid ""
8271 "Error in processing request: No trigger with name %1$s found in database "
8272 "%2$s."
8273 msgstr ""
8275 #: libraries/classes/Dbal/DbiMysqli.php:152
8276 msgid "SSL connection enforced by server, automatically enabling it."
8277 msgstr ""
8279 #: libraries/classes/Dbal/DbiMysqli.php:164
8280 #, php-format
8281 msgid ""
8282 "Error 1045: Access denied for user. Additional error information may be "
8283 "available, but is being hidden by the %s configuration directive."
8284 msgstr ""
8286 #: libraries/classes/Display/Results.php:897 templates/list_navigator.twig:8
8287 #: templates/list_navigator.twig:13
8288 msgctxt "First page"
8289 msgid "Begin"
8290 msgstr ""
8292 #: libraries/classes/Display/Results.php:904 templates/list_navigator.twig:16
8293 #: templates/list_navigator.twig:21 templates/server/binlog/index.twig:47
8294 #: templates/server/binlog/index.twig:52
8295 msgctxt "Previous page"
8296 msgid "Previous"
8297 msgstr ""
8299 #: libraries/classes/Display/Results.php:930 templates/list_navigator.twig:33
8300 #: templates/list_navigator.twig:35 templates/server/binlog/index.twig:72
8301 #: templates/server/binlog/index.twig:77
8302 msgctxt "Next page"
8303 msgid "Next"
8304 msgstr ""
8306 #: libraries/classes/Display/Results.php:960 templates/list_navigator.twig:42
8307 #: templates/list_navigator.twig:44
8308 msgctxt "Last page"
8309 msgid "End"
8310 msgstr ""
8312 #: libraries/classes/Display/Results.php:1473
8313 #: templates/display/results/table.twig:129
8314 msgid "Partial texts"
8315 msgstr ""
8317 #: libraries/classes/Display/Results.php:1477
8318 #: templates/display/results/table.twig:133
8319 msgid "Full texts"
8320 msgstr ""
8322 #: libraries/classes/Display/Results.php:1818
8323 #: libraries/classes/Display/Results.php:1844 libraries/classes/Util.php:2595
8324 #: libraries/classes/Util.php:2618 libraries/config.values.php:113
8325 #: templates/database/multi_table_query/form.twig:69
8326 #: templates/database/qbe/sort_select_cell.twig:7
8327 #: templates/server/databases/index.twig:111
8328 #: templates/server/databases/index.twig:128
8329 #: templates/server/databases/index.twig:147
8330 #: templates/server/status/processes/list.twig:12
8331 #: templates/table/operations/index.twig:31
8332 #: templates/table/search/index.twig:163
8333 msgid "Descending"
8334 msgstr ""
8336 #: libraries/classes/Display/Results.php:1826
8337 #: libraries/classes/Display/Results.php:1836 libraries/classes/Util.php:2587
8338 #: libraries/classes/Util.php:2610 libraries/config.values.php:112
8339 #: templates/database/multi_table_query/form.twig:68
8340 #: templates/database/qbe/sort_select_cell.twig:5
8341 #: templates/server/databases/index.twig:109
8342 #: templates/server/databases/index.twig:126
8343 #: templates/server/databases/index.twig:145
8344 #: templates/server/status/processes/list.twig:14
8345 #: templates/table/operations/index.twig:27
8346 #: templates/table/search/index.twig:159
8347 msgid "Ascending"
8348 msgstr ""
8350 #: libraries/classes/Display/Results.php:3013
8351 #: libraries/classes/Display/Results.php:3028
8352 msgid "The row has been deleted."
8353 msgstr ""
8355 #: libraries/classes/Display/Results.php:3060
8356 #: templates/server/status/processes/list.twig:44
8357 msgid "Kill"
8358 msgstr ""
8360 #: libraries/classes/Display/Results.php:3628
8361 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
8362 msgstr ""
8364 #: libraries/classes/Display/Results.php:3991
8365 #, php-format
8366 msgid "Showing rows %1s - %2s"
8367 msgstr ""
8369 #: libraries/classes/Display/Results.php:4005
8370 #, php-format
8371 msgid "%1$d total, %2$d in query"
8372 msgstr ""
8374 #: libraries/classes/Display/Results.php:4010
8375 #, php-format
8376 msgid "%d total"
8377 msgstr ""
8379 #: libraries/classes/Display/Results.php:4023 libraries/classes/Sql.php:974
8380 #, php-format
8381 msgid "Query took %01.4f seconds."
8382 msgstr ""
8384 #: libraries/classes/Display/Results.php:4354
8385 msgid "Link not found!"
8386 msgstr ""
8388 #: libraries/classes/Engines/Bdb.php:28
8389 msgid "Version information"
8390 msgstr ""
8392 #: libraries/classes/Engines/Innodb.php:31
8393 msgid "Data home directory"
8394 msgstr ""
8396 #: libraries/classes/Engines/Innodb.php:32
8397 msgid "The common part of the directory path for all InnoDB data files."
8398 msgstr ""
8400 #: libraries/classes/Engines/Innodb.php:35
8401 msgid "Data files"
8402 msgstr ""
8404 #: libraries/classes/Engines/Innodb.php:38
8405 msgid "Autoextend increment"
8406 msgstr ""
8408 #: libraries/classes/Engines/Innodb.php:40
8409 msgid ""
8410 "The increment size for extending the size of an autoextending tablespace "
8411 "when it becomes full."
8412 msgstr ""
8414 #: libraries/classes/Engines/Innodb.php:45
8415 msgid "Buffer pool size"
8416 msgstr ""
8418 #: libraries/classes/Engines/Innodb.php:46
8419 msgid ""
8420 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
8421 "tables."
8422 msgstr ""
8424 #: libraries/classes/Engines/Innodb.php:107
8425 msgid "Buffer Pool"
8426 msgstr ""
8428 #: libraries/classes/Engines/Innodb.php:108
8429 #: libraries/classes/Server/Status/Data.php:233
8430 msgid "InnoDB Status"
8431 msgstr ""
8433 #: libraries/classes/Engines/Innodb.php:135
8434 msgid "Buffer Pool Usage"
8435 msgstr ""
8437 #: libraries/classes/Engines/Innodb.php:142
8438 msgid "pages"
8439 msgstr ""
8441 #: libraries/classes/Engines/Innodb.php:150
8442 msgid "Free pages"
8443 msgstr ""
8445 #: libraries/classes/Engines/Innodb.php:156
8446 msgid "Dirty pages"
8447 msgstr ""
8449 #: libraries/classes/Engines/Innodb.php:162
8450 msgid "Pages containing data"
8451 msgstr ""
8453 #: libraries/classes/Engines/Innodb.php:168
8454 msgid "Pages to be flushed"
8455 msgstr ""
8457 #: libraries/classes/Engines/Innodb.php:174
8458 msgid "Busy pages"
8459 msgstr ""
8461 #: libraries/classes/Engines/Innodb.php:183
8462 msgid "Latched pages"
8463 msgstr ""
8465 #: libraries/classes/Engines/Innodb.php:194
8466 msgid "Buffer Pool Activity"
8467 msgstr ""
8469 #: libraries/classes/Engines/Innodb.php:198
8470 msgid "Read requests"
8471 msgstr ""
8473 #: libraries/classes/Engines/Innodb.php:204
8474 msgid "Write requests"
8475 msgstr ""
8477 #: libraries/classes/Engines/Innodb.php:210
8478 msgid "Read misses"
8479 msgstr ""
8481 #: libraries/classes/Engines/Innodb.php:216
8482 msgid "Write waits"
8483 msgstr ""
8485 #: libraries/classes/Engines/Innodb.php:222
8486 msgid "Read misses in %"
8487 msgstr ""
8489 #: libraries/classes/Engines/Innodb.php:237
8490 msgid "Write waits in %"
8491 msgstr ""
8493 #: libraries/classes/Engines/Myisam.php:28
8494 msgid "Data pointer size"
8495 msgstr ""
8497 #: libraries/classes/Engines/Myisam.php:30
8498 msgid ""
8499 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
8500 "tables when no MAX_ROWS option is specified."
8501 msgstr ""
8503 #: libraries/classes/Engines/Myisam.php:36
8504 msgid "Automatic recovery mode"
8505 msgstr ""
8507 #: libraries/classes/Engines/Myisam.php:38
8508 msgid ""
8509 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
8510 "myisam-recover server startup option."
8511 msgstr ""
8513 #: libraries/classes/Engines/Myisam.php:43
8514 msgid "Maximum size for temporary sort files"
8515 msgstr ""
8517 #: libraries/classes/Engines/Myisam.php:45
8518 msgid ""
8519 "The maximum size of the temporary file MySQL is allowed to use while re-"
8520 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
8521 "INFILE)."
8522 msgstr ""
8524 #: libraries/classes/Engines/Myisam.php:52
8525 msgid "Maximum size for temporary files on index creation"
8526 msgstr ""
8528 #: libraries/classes/Engines/Myisam.php:54
8529 msgid ""
8530 "If the temporary file used for fast MyISAM index creation would be larger "
8531 "than using the key cache by the amount specified here, prefer the key cache "
8532 "method."
8533 msgstr ""
8535 #: libraries/classes/Engines/Myisam.php:61
8536 msgid "Repair threads"
8537 msgstr ""
8539 #: libraries/classes/Engines/Myisam.php:63
8540 msgid ""
8541 "If this value is greater than 1, MyISAM table indexes are created in "
8542 "parallel (each index in its own thread) during the repair by sorting process."
8543 msgstr ""
8545 #: libraries/classes/Engines/Myisam.php:70
8546 msgid "Sort buffer size"
8547 msgstr ""
8549 #: libraries/classes/Engines/Myisam.php:72
8550 msgid ""
8551 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
8552 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
8553 msgstr ""
8555 #: libraries/classes/Engines/Pbxt.php:33
8556 msgid "Index cache size"
8557 msgstr ""
8559 #: libraries/classes/Engines/Pbxt.php:35
8560 msgid ""
8561 "This is the amount of memory allocated to the index cache. Default value is "
8562 "32MB. The memory allocated here is used only for caching index pages."
8563 msgstr ""
8565 #: libraries/classes/Engines/Pbxt.php:42
8566 msgid "Record cache size"
8567 msgstr ""
8569 #: libraries/classes/Engines/Pbxt.php:44
8570 msgid ""
8571 "This is the amount of memory allocated to the record cache used to cache "
8572 "table data. The default value is 32MB. This memory is used to cache changes "
8573 "to the handle data (.xtd) and row pointer (.xtr) files."
8574 msgstr ""
8576 #: libraries/classes/Engines/Pbxt.php:52
8577 msgid "Log cache size"
8578 msgstr ""
8580 #: libraries/classes/Engines/Pbxt.php:54
8581 msgid ""
8582 "The amount of memory allocated to the transaction log cache used to cache on "
8583 "transaction log data. The default is 16MB."
8584 msgstr ""
8586 #: libraries/classes/Engines/Pbxt.php:61
8587 msgid "Log file threshold"
8588 msgstr ""
8590 #: libraries/classes/Engines/Pbxt.php:63
8591 msgid ""
8592 "The size of a transaction log before rollover, and a new log is created. The "
8593 "default value is 16MB."
8594 msgstr ""
8596 #: libraries/classes/Engines/Pbxt.php:69
8597 msgid "Transaction buffer size"
8598 msgstr ""
8600 #: libraries/classes/Engines/Pbxt.php:71
8601 msgid ""
8602 "The size of the global transaction log buffer (the engine allocates 2 "
8603 "buffers of this size). The default is 1MB."
8604 msgstr ""
8606 #: libraries/classes/Engines/Pbxt.php:78
8607 msgid "Checkpoint frequency"
8608 msgstr ""
8610 #: libraries/classes/Engines/Pbxt.php:80
8611 msgid ""
8612 "The amount of data written to the transaction log before a checkpoint is "
8613 "performed. The default value is 24MB."
8614 msgstr ""
8616 #: libraries/classes/Engines/Pbxt.php:87
8617 msgid "Data log threshold"
8618 msgstr ""
8620 #: libraries/classes/Engines/Pbxt.php:89
8621 msgid ""
8622 "The maximum size of a data log file. The default value is 64MB. PBXT can "
8623 "create a maximum of 32000 data logs, which are used by all tables. So the "
8624 "value of this variable can be increased to increase the total amount of data "
8625 "that can be stored in the database."
8626 msgstr ""
8628 #: libraries/classes/Engines/Pbxt.php:98
8629 msgid "Garbage threshold"
8630 msgstr ""
8632 #: libraries/classes/Engines/Pbxt.php:100
8633 msgid ""
8634 "The percentage of garbage in a data log file before it is compacted. This is "
8635 "a value between 1 and 99. The default is 50."
8636 msgstr ""
8638 #: libraries/classes/Engines/Pbxt.php:107
8639 msgid "Log buffer size"
8640 msgstr ""
8642 #: libraries/classes/Engines/Pbxt.php:109
8643 msgid ""
8644 "The size of the buffer used when writing a data log. The default is 256MB. "
8645 "The engine allocates one buffer per thread, but only if the thread is "
8646 "required to write a data log."
8647 msgstr ""
8649 #: libraries/classes/Engines/Pbxt.php:117
8650 msgid "Data file grow size"
8651 msgstr ""
8653 #: libraries/classes/Engines/Pbxt.php:118
8654 msgid "The grow size of the handle data (.xtd) files."
8655 msgstr ""
8657 #: libraries/classes/Engines/Pbxt.php:122
8658 msgid "Row file grow size"
8659 msgstr ""
8661 #: libraries/classes/Engines/Pbxt.php:123
8662 msgid "The grow size of the row pointer (.xtr) files."
8663 msgstr ""
8665 #: libraries/classes/Engines/Pbxt.php:127
8666 msgid "Log file count"
8667 msgstr ""
8669 #: libraries/classes/Engines/Pbxt.php:129
8670 msgid ""
8671 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
8672 "system will maintain. If the number of logs exceeds this value then old logs "
8673 "will be deleted, otherwise they are renamed and given the next highest "
8674 "number."
8675 msgstr ""
8677 #: libraries/classes/Engines/Pbxt.php:169
8678 #: libraries/classes/Html/Generator.php:785
8679 #: libraries/classes/Html/MySQLDocumentation.php:50
8680 #: libraries/classes/Sanitize.php:203
8681 #: templates/config/form_display/input.twig:10 templates/home/index.twig:244
8682 #: templates/server/variables/index.twig:17 templates/setup/home/index.twig:113
8683 #: templates/setup/home/index.twig:131
8684 msgid "Documentation"
8685 msgstr ""
8687 #: libraries/classes/Engines/Pbxt.php:185
8688 #, php-format
8689 msgid ""
8690 "Documentation and further information about PBXT can be found on the "
8691 "%sPrimeBase XT Home Page%s."
8692 msgstr ""
8694 #: libraries/classes/ErrorHandler.php:105
8695 msgid "Too many error messages, some are not displayed."
8696 msgstr ""
8698 #: libraries/classes/ErrorHandler.php:435
8699 msgid "Report"
8700 msgstr ""
8702 #: libraries/classes/ErrorHandler.php:440 templates/error/report_form.twig:25
8703 msgid "Automatically send report next time"
8704 msgstr ""
8706 #: libraries/classes/Export.php:160 libraries/classes/Export.php:196
8707 #: libraries/classes/Export.php:470
8708 #, php-format
8709 msgid "Insufficient space to save the file %s."
8710 msgstr ""
8712 #: libraries/classes/Export.php:419
8713 #, php-format
8714 msgid ""
8715 "File %s already exists on server, change filename or check overwrite option."
8716 msgstr ""
8718 #: libraries/classes/Export.php:426 libraries/classes/Export.php:436
8719 #, php-format
8720 msgid "The web server does not have permission to save the file %s."
8721 msgstr ""
8723 #: libraries/classes/Export.php:476
8724 #, php-format
8725 msgid "Dump has been saved to file %s."
8726 msgstr ""
8728 #. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
8729 #: libraries/classes/Export.php:985
8730 msgid "Exporting a raw query is not supported for this export method."
8731 msgstr ""
8733 #: libraries/classes/File.php:231
8734 msgid "File was not an uploaded file."
8735 msgstr ""
8737 #: libraries/classes/File.php:266
8738 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
8739 msgstr ""
8741 #: libraries/classes/File.php:271
8742 msgid ""
8743 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
8744 "the HTML form."
8745 msgstr ""
8747 #: libraries/classes/File.php:276
8748 msgid "The uploaded file was only partially uploaded."
8749 msgstr ""
8751 #: libraries/classes/File.php:280
8752 msgid "Missing a temporary folder."
8753 msgstr ""
8755 #: libraries/classes/File.php:283
8756 msgid "Failed to write file to disk."
8757 msgstr ""
8759 #: libraries/classes/File.php:286
8760 msgid "File upload stopped by extension."
8761 msgstr ""
8763 #: libraries/classes/File.php:289
8764 msgid "Unknown error in file upload."
8765 msgstr ""
8767 #: libraries/classes/File.php:422
8768 msgid "File is a symbolic link"
8769 msgstr ""
8771 #: libraries/classes/File.php:429 libraries/classes/File.php:520
8772 msgid "File could not be read!"
8773 msgstr ""
8775 #: libraries/classes/File.php:465
8776 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
8777 msgstr ""
8779 #: libraries/classes/File.php:485
8780 msgid "Error while moving uploaded file."
8781 msgstr ""
8783 #: libraries/classes/File.php:494
8784 msgid "Cannot read uploaded file."
8785 msgstr ""
8787 #: libraries/classes/File.php:571
8788 #, php-format
8789 msgid ""
8790 "You attempted to load file with unsupported compression (%s). Either support "
8791 "for it is not implemented or disabled by your configuration."
8792 msgstr ""
8794 #: libraries/classes/FlashMessages.php:24
8795 msgid "Session not found."
8796 msgstr ""
8798 #: libraries/classes/Html/Generator.php:146
8799 #, php-format
8800 msgid "Jump to database â€œ%s”."
8801 msgstr ""
8803 #: libraries/classes/Html/Generator.php:174
8804 #, php-format
8805 msgid "The %s functionality is affected by a known bug, see %s"
8806 msgstr ""
8808 #: libraries/classes/Html/Generator.php:242
8809 msgid "SSL is not being used"
8810 msgstr ""
8812 #: libraries/classes/Html/Generator.php:247
8813 msgid "SSL is used with disabled verification"
8814 msgstr ""
8816 #: libraries/classes/Html/Generator.php:249
8817 msgid "SSL is used without certification authority"
8818 msgstr ""
8820 #: libraries/classes/Html/Generator.php:252
8821 msgid "SSL is used"
8822 msgstr ""
8824 #: libraries/classes/Html/Generator.php:362
8825 msgid "The PHP function password_hash() with default options."
8826 msgstr ""
8828 #: libraries/classes/Html/Generator.php:363
8829 msgid "password_hash() PHP function"
8830 msgstr ""
8832 #: libraries/classes/Html/Generator.php:645
8833 msgid "Skip Explain SQL"
8834 msgstr ""
8836 #: libraries/classes/Html/Generator.php:671
8837 msgid "Without PHP code"
8838 msgstr ""
8840 #: libraries/classes/Html/Generator.php:679
8841 #: templates/database/multi_table_query/form.twig:175
8842 #: templates/database/qbe/selection_form.twig:115
8843 msgid "Submit query"
8844 msgstr ""
8846 #: libraries/classes/Html/Generator.php:726 templates/console/display.twig:31
8847 #: templates/console/display.twig:175 templates/sql/profiling_chart.twig:2
8848 msgid "Profiling"
8849 msgstr ""
8851 #: libraries/classes/Html/Generator.php:739
8852 msgctxt "Inline edit query"
8853 msgid "Edit inline"
8854 msgstr ""
8856 #: libraries/classes/Html/Generator.php:863
8857 msgid "Static analysis:"
8858 msgstr ""
8860 #: libraries/classes/Html/Generator.php:866
8861 #, php-format
8862 msgid "%d errors were found during analysis."
8863 msgstr ""
8865 #: libraries/classes/Import.php:287 libraries/classes/Sql.php:982
8866 msgid "[ROLLBACK occurred.]"
8867 msgstr ""
8869 #: libraries/classes/Import.php:1258
8870 msgid ""
8871 "The following structures have either been created or altered. Here you can:"
8872 msgstr ""
8874 #: libraries/classes/Import.php:1260
8875 msgid "View a structure's contents by clicking on its name."
8876 msgstr ""
8878 #: libraries/classes/Import.php:1261
8879 msgid ""
8880 "Change any of its settings by clicking the corresponding \"Options\" link."
8881 msgstr ""
8883 #: libraries/classes/Import.php:1262
8884 msgid "Edit structure by following the \"Structure\" link."
8885 msgstr ""
8887 #: libraries/classes/Import.php:1266 libraries/classes/Import.php:1300
8888 #: libraries/classes/Plugins/Export/ExportCodegen.php:66
8889 #: libraries/classes/Plugins/Export/ExportCsv.php:46
8890 #: libraries/classes/Plugins/Export/ExportExcel.php:39
8891 #: libraries/classes/Plugins/Export/ExportHtmlword.php:46
8892 #: libraries/classes/Plugins/Export/ExportJson.php:72
8893 #: libraries/classes/Plugins/Export/ExportLatex.php:67
8894 #: libraries/classes/Plugins/Export/ExportMediawiki.php:45
8895 #: libraries/classes/Plugins/Export/ExportOds.php:53
8896 #: libraries/classes/Plugins/Export/ExportOdt.php:59
8897 #: libraries/classes/Plugins/Export/ExportPdf.php:65
8898 #: libraries/classes/Plugins/Export/ExportPhparray.php:45
8899 #: libraries/classes/Plugins/Export/ExportSql.php:115
8900 #: libraries/classes/Plugins/Export/ExportTexytext.php:45
8901 #: libraries/classes/Plugins/Export/ExportXml.php:76
8902 #: libraries/classes/Plugins/Export/ExportYaml.php:44
8903 #: libraries/classes/Plugins/Import/ImportCsv.php:70
8904 #: libraries/classes/Plugins/Import/ImportLdi.php:51
8905 #: libraries/classes/Plugins/Import/ImportMediawiki.php:59
8906 #: libraries/classes/Plugins/Import/ImportOds.php:53
8907 #: libraries/classes/Plugins/Import/ImportShp.php:70
8908 #: libraries/classes/Plugins/Import/ImportSql.php:46
8909 #: libraries/classes/Plugins/Import/ImportXml.php:51
8910 #: templates/console/display.twig:7 templates/console/display.twig:140
8911 #: templates/database/designer/database_tables.twig:114
8912 #: templates/database/routines/editor_form.twig:53
8913 #: templates/table/structure/display_table_stats.twig:97
8914 msgid "Options"
8915 msgstr ""
8917 #: libraries/classes/Import.php:1269
8918 #, php-format
8919 msgid "Go to database: %s"
8920 msgstr ""
8922 #: libraries/classes/Import.php:1275 libraries/classes/Import.php:1318
8923 #, php-format
8924 msgid "Edit settings for %s"
8925 msgstr ""
8927 #: libraries/classes/Import.php:1303
8928 #, php-format
8929 msgid "Go to table: %s"
8930 msgstr ""
8932 #: libraries/classes/Import.php:1311
8933 #, php-format
8934 msgid "Structure of %s"
8935 msgstr ""
8937 #: libraries/classes/Import.php:1329
8938 #, php-format
8939 msgid "Go to view: %s"
8940 msgstr ""
8942 #: libraries/classes/Import.php:1357
8943 msgid ""
8944 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
8945 "engine tables can be rolled back."
8946 msgstr ""
8948 #: libraries/classes/Index.php:620
8949 #, php-format
8950 msgid ""
8951 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
8952 "removed."
8953 msgstr ""
8955 #: libraries/classes/InsertEdit.php:351
8956 #: libraries/classes/Navigation/Nodes/NodeFunction.php:28
8957 #: templates/database/routines/execute_form.twig:18
8958 #: templates/table/search/index.twig:36
8959 #: templates/table/zoom_search/index.twig:34
8960 msgid "Function"
8961 msgstr ""
8963 #: libraries/classes/InsertEdit.php:354
8964 #: libraries/classes/Plugins/Export/ExportHtmlword.php:275
8965 #: libraries/classes/Plugins/Export/ExportHtmlword.php:370
8966 #: libraries/classes/Plugins/Export/ExportLatex.php:543
8967 #: libraries/classes/Plugins/Export/ExportOdt.php:375
8968 #: libraries/classes/Plugins/Export/ExportOdt.php:479
8969 #: libraries/classes/Plugins/Export/ExportTexytext.php:295
8970 #: libraries/classes/Plugins/Export/ExportTexytext.php:387
8971 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:527
8972 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668
8973 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702
8974 #: templates/columns_definitions/table_fields_definitions.twig:12
8975 #: templates/database/central_columns/edit.twig:9
8976 #: templates/database/central_columns/main.twig:20
8977 #: templates/database/central_columns/main.twig:224
8978 #: templates/database/data_dictionary/index.twig:23
8979 #: templates/database/data_dictionary/index.twig:74
8980 #: templates/database/events/index.twig:45
8981 #: templates/database/privileges/index.twig:19
8982 #: templates/database/routines/editor_form.twig:26
8983 #: templates/database/routines/editor_form.twig:51
8984 #: templates/database/routines/execute_form.twig:16
8985 #: templates/database/routines/index.twig:50
8986 #: templates/database/structure/table_header.twig:30 templates/indexes.twig:17
8987 #: templates/table/privileges/index.twig:21
8988 #: templates/table/search/index.twig:39
8989 #: templates/table/structure/display_structure.twig:22
8990 #: templates/table/structure/display_structure.twig:476
8991 #: templates/table/tracking/structure_snapshot_columns.twig:7
8992 #: templates/table/tracking/structure_snapshot_indexes.twig:6
8993 #: templates/table/zoom_search/index.twig:37
8994 msgid "Type"
8995 msgstr "CĂ»re"
8997 #: libraries/classes/InsertEdit.php:725 templates/import.twig:60
8998 #: templates/import.twig:85
8999 msgid "The directory you set for upload work cannot be reached."
9000 msgstr ""
9002 #: libraries/classes/InsertEdit.php:733
9003 #: templates/database/qbe/ins_del_and_or_cell.twig:24
9004 #: templates/server/privileges/privileges_table.twig:32
9005 #: templates/server/privileges/privileges_table.twig:59
9006 #: templates/server/privileges/privileges_table.twig:86
9007 #: templates/server/privileges/privileges_table.twig:113
9008 #: templates/table/search/index.twig:129
9009 msgid "Or"
9010 msgstr ""
9012 #: libraries/classes/InsertEdit.php:734
9013 msgid "web server upload directory:"
9014 msgstr ""
9016 #: libraries/classes/InsertEdit.php:1341 libraries/classes/Sql.php:965
9017 msgid "Showing SQL query"
9018 msgstr ""
9020 #: libraries/classes/InsertEdit.php:1365 libraries/classes/Sql.php:945
9021 #, php-format
9022 msgid "Inserted row id: %1$d"
9023 msgstr ""
9025 #: libraries/classes/LanguageManager.php:979
9026 msgid "Ignoring unsupported language code."
9027 msgstr ""
9029 #: libraries/classes/Linter.php:108
9030 msgid ""
9031 "Linting is disabled for this query because it exceeds the maximum length."
9032 msgstr ""
9034 #: libraries/classes/Linter.php:162
9035 #, php-format
9036 msgid "%1$s (near <code>%2$s</code>)"
9037 msgstr ""
9039 #: libraries/classes/Menu.php:240
9040 #: libraries/classes/Navigation/Nodes/NodeTable.php:313
9041 #: libraries/classes/Util.php:1489 libraries/classes/Util.php:1991
9042 #: libraries/config.values.php:68 libraries/config.values.php:82
9043 #: libraries/config.values.php:183 templates/database/search/results.twig:34
9044 #: templates/database/structure/structure_table_row.twig:43
9045 #: templates/table/structure/display_structure.twig:282
9046 msgid "Browse"
9047 msgstr ""
9049 #: libraries/classes/Menu.php:259 libraries/classes/Menu.php:366
9050 #: libraries/classes/Navigation/Nodes/NodeTable.php:304
9051 #: libraries/classes/Util.php:1487 libraries/classes/Util.php:1977
9052 #: libraries/classes/Util.php:1994 libraries/config.values.php:64
9053 #: libraries/config.values.php:78 libraries/config.values.php:169
9054 #: libraries/config.values.php:179 templates/database/routines/index.twig:27
9055 #: templates/database/routines/index.twig:28
9056 #: templates/database/structure/structure_table_row.twig:53
9057 #: templates/server/databases/index.twig:76
9058 #: templates/server/databases/index.twig:77
9059 msgid "Search"
9060 msgstr ""
9062 #: libraries/classes/Menu.php:270
9063 #: libraries/classes/Navigation/Nodes/NodeTable.php:307
9064 #: libraries/classes/Util.php:1488 libraries/classes/Util.php:1995
9065 #: libraries/config.values.php:66 libraries/config.values.php:80
9066 #: libraries/config.values.php:181
9067 #: templates/database/qbe/ins_del_and_or_cell.twig:6
9068 #: templates/database/structure/structure_table_row.twig:59
9069 #: templates/sql/query.twig:75
9070 msgid "Insert"
9071 msgstr ""
9073 #: libraries/classes/Menu.php:296 libraries/classes/Menu.php:406
9074 #: libraries/classes/Server/Privileges.php:2842 libraries/classes/Util.php:1982
9075 #: libraries/classes/Util.php:1998 libraries/config.values.php:161
9076 #: templates/database/privileges/index.twig:20
9077 #: templates/server/privileges/privileges_summary.twig:15
9078 #: templates/server/sub_page_header.twig:2
9079 #: templates/table/privileges/index.twig:22
9080 msgid "Privileges"
9081 msgstr ""
9083 #: libraries/classes/Menu.php:307 libraries/classes/Menu.php:317
9084 #: libraries/classes/Menu.php:397 libraries/classes/Util.php:1490
9085 #: libraries/classes/Util.php:1981 libraries/classes/Util.php:1999
9086 #: libraries/config.values.php:171 templates/table/operations/view.twig:8
9087 msgid "Operations"
9088 msgstr ""
9090 #: libraries/classes/Menu.php:323 libraries/classes/Menu.php:432
9091 #: libraries/classes/Util.php:1986 libraries/classes/Util.php:2000
9092 msgid "Tracking"
9093 msgstr ""
9095 #: libraries/classes/Menu.php:330 libraries/classes/Menu.php:425
9096 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25
9097 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26
9098 #: libraries/classes/Plugins/Export/ExportHtmlword.php:558
9099 #: libraries/classes/Plugins/Export/ExportOdt.php:708
9100 #: libraries/classes/Plugins/Export/ExportPdf.php:270
9101 #: libraries/classes/Plugins/Export/ExportSql.php:2104
9102 #: libraries/classes/Plugins/Export/ExportTexytext.php:548
9103 #: libraries/classes/Plugins/Export/ExportXml.php:120
9104 #: libraries/classes/Util.php:1985 libraries/classes/Util.php:2001
9105 #: templates/database/triggers/list.twig:3
9106 msgid "Triggers"
9107 msgstr ""
9109 #: libraries/classes/Menu.php:371 libraries/classes/Menu.php:379
9110 #: libraries/classes/Menu.php:387
9111 msgid "Database seems to be empty!"
9112 msgstr ""
9114 #: libraries/classes/Menu.php:374 libraries/classes/Util.php:1978
9115 msgid "Query"
9116 msgstr ""
9118 #: libraries/classes/Menu.php:412 libraries/classes/Util.php:1983
9119 #: templates/database/routines/index.twig:3
9120 msgid "Routines"
9121 msgstr ""
9123 #: libraries/classes/Menu.php:418
9124 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25
9125 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26
9126 #: libraries/classes/Plugins/Export/ExportSql.php:1014
9127 #: libraries/classes/Plugins/Export/ExportXml.php:100
9128 #: libraries/classes/Util.php:1984 templates/database/events/index.twig:3
9129 msgid "Events"
9130 msgstr ""
9132 #: libraries/classes/Menu.php:439 libraries/classes/Util.php:1987
9133 msgid "Designer"
9134 msgstr ""
9136 #: libraries/classes/Menu.php:446 libraries/classes/Util.php:1988
9137 #: templates/database/structure/check_all_tables.twig:32
9138 msgid "Central columns"
9139 msgstr ""
9141 #: libraries/classes/Menu.php:503
9142 msgid "User accounts"
9143 msgstr ""
9145 #: libraries/classes/Menu.php:538 libraries/classes/Server/Status/Data.php:152
9146 #: libraries/classes/Util.php:1967 templates/server/binlog/index.twig:3
9147 msgid "Binary log"
9148 msgstr ""
9150 #: libraries/classes/Menu.php:545 libraries/classes/Server/Status/Data.php:157
9151 #: libraries/classes/Util.php:1968
9152 #: templates/database/structure/body_for_table_summary.twig:11
9153 #: templates/database/structure/table_header.twig:10
9154 #: templates/server/replication/index.twig:5
9155 msgid "Replication"
9156 msgstr ""
9158 #: libraries/classes/Menu.php:551 libraries/classes/Server/Status/Data.php:229
9159 #: libraries/classes/Util.php:1969 libraries/config.values.php:159
9160 #: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
9161 #: templates/sql/query.twig:191
9162 msgid "Variables"
9163 msgstr ""
9165 #: libraries/classes/Menu.php:556 libraries/classes/Util.php:1970
9166 msgid "Charsets"
9167 msgstr ""
9169 #: libraries/classes/Menu.php:561 libraries/classes/Util.php:1972
9170 msgid "Engines"
9171 msgstr ""
9173 #: libraries/classes/Menu.php:566 libraries/classes/Util.php:1971
9174 #: templates/server/plugins/index.twig:4
9175 msgid "Plugins"
9176 msgstr ""
9178 #: libraries/classes/Message.php:252
9179 #, php-format
9180 msgid "%1$d row affected."
9181 msgid_plural "%1$d rows affected."
9182 msgstr[0] ""
9183 msgstr[1] ""
9185 #: libraries/classes/Message.php:273
9186 #, php-format
9187 msgid "%1$d row deleted."
9188 msgid_plural "%1$d rows deleted."
9189 msgstr[0] ""
9190 msgstr[1] ""
9192 #: libraries/classes/Message.php:294
9193 #, php-format
9194 msgid "%1$d row inserted."
9195 msgid_plural "%1$d rows inserted."
9196 msgstr[0] ""
9197 msgstr[1] ""
9199 #: libraries/classes/Navigation/Navigation.php:231
9200 msgid "Groups:"
9201 msgstr ""
9203 #: libraries/classes/Navigation/Navigation.php:232
9204 msgid "Events:"
9205 msgstr ""
9207 #: libraries/classes/Navigation/Navigation.php:233
9208 msgid "Functions:"
9209 msgstr ""
9211 #: libraries/classes/Navigation/Navigation.php:234
9212 msgid "Procedures:"
9213 msgstr ""
9215 #: libraries/classes/Navigation/Navigation.php:235
9216 #: templates/database/export/index.twig:14
9217 msgid "Tables:"
9218 msgstr ""
9220 #: libraries/classes/Navigation/Navigation.php:236
9221 msgid "Views:"
9222 msgstr ""
9224 #: libraries/classes/Navigation/NavigationTree.php:758
9225 msgid ""
9226 "There are large item groups in navigation panel which may affect the "
9227 "performance. Consider disabling item grouping in the navigation panel."
9228 msgstr ""
9230 #: libraries/classes/Navigation/NavigationTree.php:832
9231 msgid "Groups"
9232 msgstr ""
9234 #: libraries/classes/Navigation/NavigationTree.php:945
9235 #, php-format
9236 msgid "%s result found"
9237 msgid_plural "%s results found"
9238 msgstr[0] ""
9239 msgstr[1] ""
9241 #: libraries/classes/Navigation/NavigationTree.php:1346
9242 msgid "Collapse all"
9243 msgstr ""
9245 #. l10n: The word "Node" must not be translated here
9246 #: libraries/classes/Navigation/NodeFactory.php:43
9247 #, php-format
9248 msgid "Invalid class name \"%1$s\", using default of \"Node\""
9249 msgstr ""
9251 #: libraries/classes/Navigation/NodeFactory.php:73
9252 #, php-format
9253 msgid "Could not load class \"%1$s\""
9254 msgstr ""
9256 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
9257 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
9258 #: templates/sql/query.twig:62
9259 msgid "Columns"
9260 msgstr ""
9262 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:33
9263 msgctxt "Create new column"
9264 msgid "New"
9265 msgstr ""
9267 #: libraries/classes/Navigation/Nodes/NodeColumn.php:32
9268 #: libraries/classes/Plugins/Export/ExportHtmlword.php:272
9269 #: libraries/classes/Plugins/Export/ExportHtmlword.php:367
9270 #: libraries/classes/Plugins/Export/ExportLatex.php:542
9271 #: libraries/classes/Plugins/Export/ExportOdt.php:372
9272 #: libraries/classes/Plugins/Export/ExportOdt.php:476
9273 #: libraries/classes/Plugins/Export/ExportTexytext.php:294
9274 #: libraries/classes/Plugins/Export/ExportTexytext.php:386
9275 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:525
9276 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:667
9277 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:701
9278 #: templates/columns_definitions/column_name.twig:16
9279 #: templates/database/data_dictionary/index.twig:22
9280 #: templates/database/data_dictionary/index.twig:77 templates/indexes.twig:20
9281 #: templates/table/index_form.twig:141
9282 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:5
9283 #: templates/table/operations/index.twig:13
9284 #: templates/table/relation/common_form.twig:18
9285 #: templates/table/relation/common_form.twig:23
9286 #: templates/table/relation/common_form.twig:38
9287 #: templates/table/relation/common_form.twig:120
9288 #: templates/table/relation/common_form.twig:189
9289 #: templates/table/relation/foreign_key_row.twig:120
9290 #: templates/table/relation/foreign_key_row.twig:130
9291 #: templates/table/search/index.twig:38
9292 #: templates/table/structure/display_structure.twig:479
9293 #: templates/table/tracking/structure_snapshot_columns.twig:6
9294 #: templates/table/tracking/structure_snapshot_indexes.twig:9
9295 #: templates/table/zoom_search/index.twig:36
9296 #: templates/table/zoom_search/result_form.twig:35
9297 msgid "Column"
9298 msgstr "Derz"
9300 #: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:38
9301 msgctxt "Create new database"
9302 msgid "New"
9303 msgstr ""
9305 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:42
9306 msgid "Database operations"
9307 msgstr ""
9309 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:664
9310 msgid "Show hidden items"
9311 msgstr ""
9313 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:33
9314 msgctxt "Create new event"
9315 msgid "New"
9316 msgstr ""
9318 #: libraries/classes/Navigation/Nodes/NodeEvent.php:28
9319 #: libraries/classes/Plugins/Export/ExportHtmlword.php:475
9320 #: libraries/classes/Plugins/Export/ExportOdt.php:605
9321 #: libraries/classes/Plugins/Export/ExportTexytext.php:463
9322 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:363
9323 #: templates/database/triggers/editor_form.twig:47
9324 #: templates/database/triggers/list.twig:48
9325 msgid "Event"
9326 msgstr ""
9328 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
9329 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
9330 #: libraries/classes/Plugins/Export/ExportSql.php:634
9331 #: libraries/classes/Plugins/Export/ExportXml.php:105
9332 msgid "Functions"
9333 msgstr ""
9335 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:33
9336 msgctxt "Create new function"
9337 msgid "New"
9338 msgstr ""
9340 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:33
9341 msgctxt "Create new index"
9342 msgid "New"
9343 msgstr ""
9345 #: libraries/classes/Navigation/Nodes/Node.php:630
9346 msgid "Expand/Collapse"
9347 msgstr ""
9349 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
9350 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
9351 #: libraries/classes/Plugins/Export/ExportSql.php:623
9352 #: libraries/classes/Plugins/Export/ExportXml.php:110
9353 msgid "Procedures"
9354 msgstr ""
9356 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:33
9357 msgctxt "Create new procedure"
9358 msgid "New"
9359 msgstr ""
9361 #: libraries/classes/Navigation/Nodes/NodeProcedure.php:28
9362 msgid "Procedure"
9363 msgstr ""
9365 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:34
9366 msgctxt "Create new table"
9367 msgid "New"
9368 msgstr ""
9370 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:33
9371 msgctxt "Create new trigger"
9372 msgid "New"
9373 msgstr ""
9375 #: libraries/classes/Navigation/Nodes/NodeTrigger.php:28
9376 msgid "Trigger"
9377 msgstr ""
9379 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
9380 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
9381 #: libraries/classes/Plugins/Export/ExportXml.php:125
9382 #: templates/database/structure/show_create.twig:28
9383 msgid "Views"
9384 msgstr ""
9386 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:34
9387 msgctxt "Create new view"
9388 msgid "New"
9389 msgstr ""
9391 #: libraries/classes/Normalization.php:223
9392 msgid "Make all columns atomic"
9393 msgstr ""
9395 #: libraries/classes/Normalization.php:225
9396 #: libraries/classes/Normalization.php:961
9397 msgid "First step of normalization (1NF)"
9398 msgstr ""
9400 #: libraries/classes/Normalization.php:228
9401 #: libraries/classes/Normalization.php:278
9402 #: libraries/classes/Normalization.php:324
9403 #: libraries/classes/Normalization.php:361
9404 msgid "Step 1."
9405 msgstr ""
9407 #: libraries/classes/Normalization.php:230
9408 msgid ""
9409 "Do you have any column which can be split into more than one column? For "
9410 "example: address can be split into street, city, country and zip."
9411 msgstr ""
9413 #: libraries/classes/Normalization.php:236
9414 msgid "Show me the central list of columns that are not already in this table"
9415 msgstr ""
9417 #: libraries/classes/Normalization.php:238
9418 msgid ""
9419 "Select a column which can be split into more than one (on select of 'no such "
9420 "column', it'll move to next step)."
9421 msgstr ""
9423 #: libraries/classes/Normalization.php:253
9424 msgid "split into "
9425 msgstr ""
9427 #: libraries/classes/Normalization.php:275
9428 msgid "Have a primary key"
9429 msgstr ""
9431 #: libraries/classes/Normalization.php:281
9432 msgid "Primary key already exists."
9433 msgstr ""
9435 #: libraries/classes/Normalization.php:286
9436 msgid ""
9437 "There is no primary key; please add one.<br>Hint: A primary key is a column "
9438 "(or combination of columns) that uniquely identify all rows."
9439 msgstr ""
9441 #: libraries/classes/Normalization.php:294
9442 msgid "Add a primary key on existing column(s)"
9443 msgstr ""
9445 #: libraries/classes/Normalization.php:298
9446 msgid ""
9447 "If it's not possible to make existing column combinations as primary key"
9448 msgstr ""
9450 #: libraries/classes/Normalization.php:300
9451 msgid "+ Add a new primary key column"
9452 msgstr ""
9454 #: libraries/classes/Normalization.php:323
9455 msgid "Remove redundant columns"
9456 msgstr ""
9458 #: libraries/classes/Normalization.php:326
9459 msgid ""
9460 "Do you have a group of columns which on combining gives an existing column? "
9461 "For example, if you have first_name, last_name and full_name then combining "
9462 "first_name and last_name gives full_name which is redundant."
9463 msgstr ""
9465 #: libraries/classes/Normalization.php:332
9466 msgid ""
9467 "Check the columns which are redundant and click on remove. If no redundant "
9468 "column, click on 'No redundant column'"
9469 msgstr ""
9471 #: libraries/classes/Normalization.php:337
9472 msgid "Remove selected"
9473 msgstr ""
9475 #: libraries/classes/Normalization.php:338
9476 msgid "No redundant column"
9477 msgstr ""
9479 #: libraries/classes/Normalization.php:360
9480 msgid "Move repeating groups"
9481 msgstr ""
9483 #: libraries/classes/Normalization.php:363
9484 msgid ""
9485 "Do you have a group of two or more columns that are closely related and are "
9486 "all repeating the same attribute? For example, a table that holds data on "
9487 "books might have columns such as book_id, author1, author2, author3 and so "
9488 "on which form a repeating group. In this case a new table (book_id, author) "
9489 "should be created."
9490 msgstr ""
9492 #: libraries/classes/Normalization.php:371
9493 msgid ""
9494 "Check the columns which form a repeating group. If no such group, click on "
9495 "'No repeating group'"
9496 msgstr ""
9498 #: libraries/classes/Normalization.php:376
9499 msgid "No repeating group"
9500 msgstr ""
9502 #: libraries/classes/Normalization.php:404
9503 msgid "Step 2."
9504 msgstr ""
9506 #: libraries/classes/Normalization.php:404
9507 msgid "Find partial dependencies"
9508 msgstr ""
9510 #: libraries/classes/Normalization.php:425
9511 #, php-format
9512 msgid ""
9513 "No partial dependencies possible as no non-primary column exists since "
9514 "primary key ( %1$s ) is composed of all the columns in the table."
9515 msgstr ""
9517 #: libraries/classes/Normalization.php:431
9518 #: libraries/classes/Normalization.php:473
9519 msgid "Table is already in second normal form."
9520 msgstr ""
9522 #: libraries/classes/Normalization.php:436
9523 #, php-format
9524 msgid ""
9525 "The primary key ( %1$s ) consists of more than one column so we need to find "
9526 "the partial dependencies."
9527 msgstr ""
9529 #: libraries/classes/Normalization.php:440
9530 #: libraries/classes/Normalization.php:870
9531 msgid ""
9532 "Please answer the following question(s) carefully to obtain a correct "
9533 "normalization."
9534 msgstr ""
9536 #: libraries/classes/Normalization.php:442
9537 msgid "+ Show me the possible partial dependencies based on data in the table"
9538 msgstr ""
9540 #: libraries/classes/Normalization.php:445
9541 msgid ""
9542 "For each column below, please select the <b>minimal set</b> of columns among "
9543 "given set whose values combined together are sufficient to determine the "
9544 "value of the column."
9545 msgstr ""
9547 #: libraries/classes/Normalization.php:458
9548 #: libraries/classes/Normalization.php:912
9549 #, php-format
9550 msgid "'%1$s' depends on:"
9551 msgstr ""
9553 #: libraries/classes/Normalization.php:469
9554 #, php-format
9555 msgid ""
9556 "No partial dependencies possible as the primary key ( %1$s ) has just one "
9557 "column."
9558 msgstr ""
9560 #: libraries/classes/Normalization.php:497
9561 #, php-format
9562 msgid ""
9563 "In order to put the original table '%1$s' into Second normal form we need to "
9564 "create the following tables:"
9565 msgstr ""
9567 #: libraries/classes/Normalization.php:535
9568 #, php-format
9569 msgid "The second step of normalization is complete for table '%1$s'."
9570 msgstr ""
9572 #: libraries/classes/Normalization.php:591
9573 #: libraries/classes/Normalization.php:764
9574 #: libraries/classes/Normalization.php:842
9575 msgid "Error in processing!"
9576 msgstr ""
9578 #: libraries/classes/Normalization.php:638
9579 #, php-format
9580 msgid ""
9581 "In order to put the original table '%1$s' into Third normal form we need to "
9582 "create the following tables:"
9583 msgstr ""
9585 #: libraries/classes/Normalization.php:695
9586 msgid "The third step of normalization is complete."
9587 msgstr ""
9589 #: libraries/classes/Normalization.php:815
9590 #, php-format
9591 msgid "Selected repeating group has been moved to the table '%s'"
9592 msgstr ""
9594 #: libraries/classes/Normalization.php:868
9595 msgid "Step 3."
9596 msgstr ""
9598 #: libraries/classes/Normalization.php:868
9599 msgid "Find transitive dependencies"
9600 msgstr ""
9602 #: libraries/classes/Normalization.php:872
9603 msgid ""
9604 "For each column below, please select the <b>minimal set</b> of columns among "
9605 "given set whose values combined together are sufficient to determine the "
9606 "value of the column.<br>Note: A column may have no transitive dependency, in "
9607 "that case you don't have to select any."
9608 msgstr ""
9610 #: libraries/classes/Normalization.php:926
9611 msgid ""
9612 "No Transitive dependencies possible as the table doesn't have any non "
9613 "primary key columns"
9614 msgstr ""
9616 #: libraries/classes/Normalization.php:929
9617 msgid "Table is already in Third normal form!"
9618 msgstr ""
9620 #: libraries/classes/Normalization.php:955
9621 msgid "Improve table structure (Normalization):"
9622 msgstr ""
9624 #: libraries/classes/Normalization.php:956
9625 msgid "Select up to what step you want to normalize"
9626 msgstr ""
9628 #: libraries/classes/Normalization.php:966
9629 msgid "Second step of normalization (1NF+2NF)"
9630 msgstr ""
9632 #: libraries/classes/Normalization.php:971
9633 msgid "Third step of normalization (1NF+2NF+3NF)"
9634 msgstr ""
9636 #: libraries/classes/Normalization.php:976
9637 msgid ""
9638 "Hint: Please follow the procedure carefully in order to obtain correct "
9639 "normalization"
9640 msgstr ""
9642 #: libraries/classes/Normalization.php:1047
9643 msgid ""
9644 "This list is based on a subset of the table's data and is not necessarily "
9645 "accurate. "
9646 msgstr ""
9648 #: libraries/classes/Normalization.php:1062
9649 msgid "No partial dependencies found!"
9650 msgstr ""
9652 #: libraries/classes/Operations.php:555
9653 #: templates/table/structure/display_partitions.twig:84
9654 msgid "Analyze"
9655 msgstr ""
9657 #: libraries/classes/Operations.php:556
9658 #: templates/table/structure/display_partitions.twig:94
9659 msgid "Check"
9660 msgstr ""
9662 #: libraries/classes/Operations.php:557
9663 #: templates/table/structure/display_partitions.twig:104
9664 msgid "Optimize"
9665 msgstr ""
9667 #: libraries/classes/Operations.php:558
9668 #: templates/table/structure/display_partitions.twig:114
9669 msgid "Rebuild"
9670 msgstr ""
9672 #: libraries/classes/Operations.php:559
9673 #: templates/table/structure/display_partitions.twig:124
9674 msgid "Repair"
9675 msgstr ""
9677 #: libraries/classes/Operations.php:560
9678 #: templates/table/structure/display_partitions.twig:134
9679 msgid "Truncate"
9680 msgstr ""
9682 #: libraries/classes/Operations.php:572 templates/database/events/index.twig:19
9683 #: templates/database/events/index.twig:20
9684 #: templates/database/events/index.twig:96
9685 #: templates/database/events/index.twig:102
9686 #: templates/database/events/row.twig:47 templates/database/events/row.twig:53
9687 #: templates/database/routines/index.twig:19
9688 #: templates/database/routines/index.twig:20
9689 #: templates/database/routines/parameter_row.twig:51
9690 #: templates/database/routines/row.twig:77
9691 #: templates/database/structure/check_all_tables.twig:16
9692 #: templates/database/structure/structure_table_row.twig:87
9693 #: templates/database/triggers/list.twig:19
9694 #: templates/database/triggers/list.twig:20
9695 #: templates/database/triggers/row.twig:52
9696 #: templates/database/triggers/row.twig:58 templates/indexes.twig:58
9697 #: templates/server/databases/index.twig:67
9698 #: templates/server/databases/index.twig:68
9699 #: templates/server/databases/index.twig:324
9700 #: templates/table/relation/foreign_key_row.twig:25
9701 #: templates/table/structure/display_partitions.twig:145
9702 #: templates/table/structure/display_structure.twig:120
9703 #: templates/table/structure/display_structure.twig:290
9704 #: templates/table/structure/display_structure.twig:525
9705 msgid "Drop"
9706 msgstr ""
9708 #: libraries/classes/Operations.php:574
9709 msgid "Coalesce"
9710 msgstr ""
9712 #: libraries/classes/Operations.php:930
9713 msgid "Can't move table to same one!"
9714 msgstr ""
9716 #: libraries/classes/Operations.php:932
9717 msgid "Can't copy table to same one!"
9718 msgstr ""
9720 #: libraries/classes/Operations.php:956
9721 #, php-format
9722 msgid "Table %s has been moved to %s. Privileges have been adjusted."
9723 msgstr ""
9725 #: libraries/classes/Operations.php:962
9726 #, php-format
9727 msgid "Table %s has been copied to %s. Privileges have been adjusted."
9728 msgstr ""
9730 #: libraries/classes/Operations.php:969
9731 #, php-format
9732 msgid "Table %s has been moved to %s."
9733 msgstr ""
9735 #: libraries/classes/Operations.php:973
9736 #, php-format
9737 msgid "Table %s has been copied to %s."
9738 msgstr ""
9740 #: libraries/classes/Operations.php:997
9741 msgid "The table name is empty!"
9742 msgstr ""
9744 #: libraries/classes/Pdf.php:136
9745 msgid "Error while creating PDF:"
9746 msgstr ""
9748 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:81
9749 msgid "Cannot connect: invalid settings."
9750 msgstr ""
9752 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:95
9753 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:87
9754 #: templates/login/header.twig:10
9755 #, php-format
9756 msgid "Welcome to %s"
9757 msgstr ""
9759 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:109
9760 #, php-format
9761 msgid ""
9762 "You probably did not create a configuration file. You might want to use the "
9763 "%1$ssetup script%2$s to create one."
9764 msgstr ""
9766 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:130
9767 msgid ""
9768 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
9769 "connection. You should check the host, username and password in your "
9770 "configuration and make sure that they correspond to the information given by "
9771 "the administrator of the MySQL server."
9772 msgstr ""
9774 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:151
9775 msgid "Retry to connect"
9776 msgstr ""
9778 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:133
9779 msgid "Your session has expired. Please log in again."
9780 msgstr ""
9782 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:252
9783 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
9784 msgstr ""
9786 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:287
9787 msgid "Failed to connect to the reCAPTCHA service!"
9788 msgstr ""
9790 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:289
9791 msgid "Entered captcha is wrong, try again!"
9792 msgstr ""
9794 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:301
9795 msgid ""
9796 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
9797 "restricts passwords to less than 1000 characters."
9798 msgstr ""
9800 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:320
9801 msgid "You are not allowed to log in to this MySQL server!"
9802 msgstr ""
9804 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:92
9805 msgid "Wrong username/password. Access denied."
9806 msgstr ""
9808 #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:149
9809 msgid "Can not find signon authentication script:"
9810 msgstr ""
9812 #: libraries/classes/Plugins/AuthenticationPlugin.php:180
9813 msgid ""
9814 "Login without a password is forbidden by configuration (see AllowNoPassword)"
9815 msgstr ""
9817 #: libraries/classes/Plugins/AuthenticationPlugin.php:189
9818 #, php-format
9819 msgid ""
9820 "You have been automatically logged out due to inactivity of %s seconds. Once "
9821 "you log in again, you should be able to resume the work where you left off."
9822 msgstr ""
9824 #: libraries/classes/Plugins/AuthenticationPlugin.php:202
9825 #: libraries/classes/Plugins/AuthenticationPlugin.php:205
9826 msgid "Cannot log in to the MySQL server"
9827 msgstr ""
9829 #: libraries/classes/Plugins/AuthenticationPlugin.php:348
9830 msgid "You have enabled two factor authentication, please confirm your login."
9831 msgstr ""
9833 #: libraries/classes/Plugins/Export/ExportCodegen.php:80
9834 #: templates/export.twig:119
9835 msgid "Format:"
9836 msgstr ""
9838 #: libraries/classes/Plugins/Export/ExportCsv.php:58
9839 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:36
9840 msgid "Columns separated with:"
9841 msgstr ""
9843 #: libraries/classes/Plugins/Export/ExportCsv.php:63
9844 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:42
9845 msgid "Columns enclosed with:"
9846 msgstr ""
9848 #: libraries/classes/Plugins/Export/ExportCsv.php:68
9849 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49
9850 msgid "Columns escaped with:"
9851 msgstr ""
9853 #: libraries/classes/Plugins/Export/ExportCsv.php:73
9854 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56
9855 msgid "Lines terminated with:"
9856 msgstr ""
9858 #: libraries/classes/Plugins/Export/ExportCsv.php:78
9859 #: libraries/classes/Plugins/Export/ExportExcel.php:51
9860 #: libraries/classes/Plugins/Export/ExportHtmlword.php:80
9861 #: libraries/classes/Plugins/Export/ExportLatex.php:187
9862 #: libraries/classes/Plugins/Export/ExportOds.php:65
9863 #: libraries/classes/Plugins/Export/ExportOdt.php:132
9864 #: libraries/classes/Plugins/Export/ExportTexytext.php:84
9865 msgid "Replace NULL with:"
9866 msgstr ""
9868 #: libraries/classes/Plugins/Export/ExportCsv.php:83
9869 #: libraries/classes/Plugins/Export/ExportExcel.php:56
9870 msgid "Remove carriage return/line feed characters within columns"
9871 msgstr ""
9873 #: libraries/classes/Plugins/Export/ExportExcel.php:66
9874 msgid "Excel edition:"
9875 msgstr ""
9877 #: libraries/classes/Plugins/Export/ExportHtmlword.php:62
9878 #: libraries/classes/Plugins/Export/ExportLatex.php:94
9879 #: libraries/classes/Plugins/Export/ExportMediawiki.php:66
9880 #: libraries/classes/Plugins/Export/ExportOdt.php:75
9881 #: libraries/classes/Plugins/Export/ExportPdf.php:91
9882 #: libraries/classes/Plugins/Export/ExportSql.php:242
9883 #: libraries/classes/Plugins/Export/ExportTexytext.php:61
9884 #: libraries/config.values.php:254 libraries/config.values.php:318
9885 #: libraries/config.values.php:334 libraries/config.values.php:342
9886 #: libraries/config.values.php:347
9887 msgid "structure"
9888 msgstr ""
9890 #: libraries/classes/Plugins/Export/ExportHtmlword.php:63
9891 #: libraries/classes/Plugins/Export/ExportLatex.php:95
9892 #: libraries/classes/Plugins/Export/ExportMediawiki.php:67
9893 #: libraries/classes/Plugins/Export/ExportOdt.php:76
9894 #: libraries/classes/Plugins/Export/ExportPdf.php:92
9895 #: libraries/classes/Plugins/Export/ExportSql.php:243
9896 #: libraries/classes/Plugins/Export/ExportTexytext.php:62
9897 #: libraries/config.values.php:255 libraries/config.values.php:319
9898 #: libraries/config.values.php:335 libraries/config.values.php:343
9899 #: libraries/config.values.php:348
9900 msgid "data"
9901 msgstr ""
9903 #: libraries/classes/Plugins/Export/ExportHtmlword.php:64
9904 #: libraries/classes/Plugins/Export/ExportLatex.php:96
9905 #: libraries/classes/Plugins/Export/ExportMediawiki.php:68
9906 #: libraries/classes/Plugins/Export/ExportOdt.php:77
9907 #: libraries/classes/Plugins/Export/ExportPdf.php:93
9908 #: libraries/classes/Plugins/Export/ExportSql.php:244
9909 #: libraries/classes/Plugins/Export/ExportTexytext.php:63
9910 #: libraries/config.values.php:256 libraries/config.values.php:320
9911 #: libraries/config.values.php:336 libraries/config.values.php:344
9912 #: libraries/config.values.php:349
9913 msgid "structure and data"
9914 msgstr ""
9916 #: libraries/classes/Plugins/Export/ExportHtmlword.php:74
9917 #: libraries/classes/Plugins/Export/ExportLatex.php:158
9918 #: libraries/classes/Plugins/Export/ExportOdt.php:121
9919 #: libraries/classes/Plugins/Export/ExportTexytext.php:73
9920 #: libraries/classes/Plugins/Export/ExportXml.php:133
9921 msgid "Data dump options"
9922 msgstr ""
9924 #: libraries/classes/Plugins/Export/ExportHtmlword.php:194
9925 #: libraries/classes/Plugins/Export/ExportOdt.php:245
9926 #: libraries/classes/Plugins/Export/ExportSql.php:2354
9927 #: libraries/classes/Plugins/Export/ExportTexytext.php:178
9928 msgid "Dumping data for table"
9929 msgstr ""
9931 #: libraries/classes/Plugins/Export/ExportHtmlword.php:278
9932 #: libraries/classes/Plugins/Export/ExportHtmlword.php:373
9933 #: libraries/classes/Plugins/Export/ExportLatex.php:544
9934 #: libraries/classes/Plugins/Export/ExportOdt.php:378
9935 #: libraries/classes/Plugins/Export/ExportOdt.php:482
9936 #: libraries/classes/Plugins/Export/ExportTexytext.php:296
9937 #: libraries/classes/Plugins/Export/ExportTexytext.php:388
9938 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:529
9939 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:670
9940 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:704
9941 #: templates/columns_definitions/table_fields_definitions.twig:30
9942 #: templates/database/central_columns/edit.twig:14
9943 #: templates/database/central_columns/main.twig:40
9944 #: templates/database/central_columns/main.twig:244
9945 #: templates/database/data_dictionary/index.twig:24
9946 #: templates/database/data_dictionary/index.twig:80 templates/indexes.twig:23
9947 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:8
9948 #: templates/table/structure/display_structure.twig:25
9949 #: templates/table/structure/display_structure.twig:482
9950 #: templates/table/tracking/structure_snapshot_columns.twig:9
9951 #: templates/table/tracking/structure_snapshot_indexes.twig:12
9952 #: templates/table/zoom_search/result_form.twig:36
9953 msgid "Null"
9954 msgstr "Sifir"
9956 #: libraries/classes/Plugins/Export/ExportHtmlword.php:281
9957 #: libraries/classes/Plugins/Export/ExportHtmlword.php:376
9958 #: libraries/classes/Plugins/Export/ExportLatex.php:545
9959 #: libraries/classes/Plugins/Export/ExportOdt.php:381
9960 #: libraries/classes/Plugins/Export/ExportOdt.php:485
9961 #: libraries/classes/Plugins/Export/ExportTexytext.php:297
9962 #: libraries/classes/Plugins/Export/ExportTexytext.php:389
9963 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:531
9964 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671
9965 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705
9966 #: templates/columns_definitions/table_fields_definitions.twig:20
9967 #: templates/database/central_columns/edit.twig:11
9968 #: templates/database/central_columns/main.twig:28
9969 #: templates/database/central_columns/main.twig:232
9970 #: templates/database/data_dictionary/index.twig:25
9971 #: templates/database/structure/body_for_table_summary.twig:52
9972 #: templates/server/replication/replica_configuration.twig:9
9973 #: templates/table/structure/display_structure.twig:26
9974 #: templates/table/tracking/structure_snapshot_columns.twig:10
9975 msgid "Default"
9976 msgstr "YekkirĂź"
9978 #: libraries/classes/Plugins/Export/ExportHtmlword.php:380
9979 #: libraries/classes/Plugins/Export/ExportLatex.php:547
9980 #: libraries/classes/Plugins/Export/ExportOdt.php:489
9981 #: libraries/classes/Plugins/Export/ExportTexytext.php:391
9982 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:540
9983 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:673
9984 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:707
9985 #: templates/database/data_dictionary/index.twig:27
9986 msgid "Links to"
9987 msgstr ""
9989 #: libraries/classes/Plugins/Export/ExportHtmlword.php:473
9990 #: libraries/classes/Plugins/Export/ExportOdt.php:599
9991 #: libraries/classes/Plugins/Export/ExportTexytext.php:461
9992 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:359
9993 #: templates/columns_definitions/table_fields_definitions.twig:9
9994 #: templates/database/central_columns/edit.twig:8
9995 #: templates/database/central_columns/main.twig:16
9996 #: templates/database/central_columns/main.twig:220
9997 #: templates/database/events/index.twig:43
9998 #: templates/database/routines/editor_form.twig:50
9999 #: templates/database/routines/execute_form.twig:15
10000 #: templates/database/routines/index.twig:49
10001 #: templates/database/triggers/list.twig:43 templates/setup/home/index.twig:49
10002 #: templates/table/structure/display_structure.twig:21
10003 msgid "Name"
10004 msgstr ""
10006 #: libraries/classes/Plugins/Export/ExportHtmlword.php:476
10007 #: libraries/classes/Plugins/Export/ExportOdt.php:608
10008 #: libraries/classes/Plugins/Export/ExportTexytext.php:464
10009 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:365
10010 #: templates/database/events/editor_form.twig:82
10011 #: templates/database/routines/editor_form.twig:113
10012 #: templates/database/triggers/editor_form.twig:57
10013 msgid "Definition"
10014 msgstr ""
10016 #: libraries/classes/Plugins/Export/ExportHtmlword.php:548
10017 #: libraries/classes/Plugins/Export/ExportOdt.php:686
10018 #: libraries/classes/Plugins/Export/ExportSql.php:2090
10019 #: libraries/classes/Plugins/Export/ExportTexytext.php:528
10020 msgid "Table structure for table"
10021 msgstr ""
10023 #: libraries/classes/Plugins/Export/ExportHtmlword.php:566
10024 #: libraries/classes/Plugins/Export/ExportOdt.php:718
10025 #: libraries/classes/Plugins/Export/ExportSql.php:2141
10026 #: libraries/classes/Plugins/Export/ExportTexytext.php:554
10027 msgid "Structure for view"
10028 msgstr ""
10030 #: libraries/classes/Plugins/Export/ExportHtmlword.php:572
10031 #: libraries/classes/Plugins/Export/ExportOdt.php:738
10032 #: libraries/classes/Plugins/Export/ExportSql.php:2173
10033 #: libraries/classes/Plugins/Export/ExportTexytext.php:570
10034 msgid "Stand-in structure for view"
10035 msgstr ""
10037 #: libraries/classes/Plugins/Export/ExportJson.php:87
10038 msgid "Output pretty-printed JSON (Use human-readable formatting)"
10039 msgstr ""
10041 #: libraries/classes/Plugins/Export/ExportJson.php:93
10042 msgid "Output unicode characters unescaped"
10043 msgstr ""
10045 #: libraries/classes/Plugins/Export/ExportLatex.php:50
10046 msgid "Content of table @TABLE@"
10047 msgstr ""
10049 #: libraries/classes/Plugins/Export/ExportLatex.php:51
10050 msgid "(continued)"
10051 msgstr ""
10053 #: libraries/classes/Plugins/Export/ExportLatex.php:52
10054 msgid "Structure of table @TABLE@"
10055 msgstr ""
10057 #: libraries/classes/Plugins/Export/ExportLatex.php:107
10058 #: libraries/classes/Plugins/Export/ExportOdt.php:88
10059 #: libraries/classes/Plugins/Export/ExportSql.php:257
10060 msgid "Object creation options"
10061 msgstr ""
10063 #: libraries/classes/Plugins/Export/ExportLatex.php:113
10064 #: libraries/classes/Plugins/Export/ExportLatex.php:169
10065 msgid "Table caption:"
10066 msgstr ""
10068 #: libraries/classes/Plugins/Export/ExportLatex.php:119
10069 #: libraries/classes/Plugins/Export/ExportLatex.php:175
10070 msgid "Table caption (continued):"
10071 msgstr ""
10073 #: libraries/classes/Plugins/Export/ExportLatex.php:125
10074 #: libraries/classes/Plugins/Export/ExportLatex.php:181
10075 msgid "Label key:"
10076 msgstr ""
10078 #: libraries/classes/Plugins/Export/ExportLatex.php:133
10079 #: libraries/classes/Plugins/Export/ExportOdt.php:96
10080 #: libraries/classes/Plugins/Export/ExportSql.php:151
10081 msgid "Display foreign key relationships"
10082 msgstr ""
10084 #: libraries/classes/Plugins/Export/ExportLatex.php:140
10085 #: libraries/classes/Plugins/Export/ExportOdt.php:103
10086 msgid "Display comments"
10087 msgstr ""
10089 #: libraries/classes/Plugins/Export/ExportLatex.php:146
10090 #: libraries/classes/Plugins/Export/ExportOdt.php:109
10091 #: libraries/classes/Plugins/Export/ExportSql.php:159
10092 msgid "Display media types"
10093 msgstr ""
10095 #: libraries/classes/Plugins/Export/ExportLatex.php:164
10096 msgid "Put columns names in the first row:"
10097 msgstr ""
10099 #: libraries/classes/Plugins/Export/ExportLatex.php:210
10100 #: libraries/classes/Plugins/Export/ExportSql.php:754
10101 #: libraries/classes/Plugins/Export/ExportXml.php:232
10102 #: templates/server/replication/change_primary.twig:22
10103 #: templates/server/replication/primary_add_replica_user.twig:29
10104 msgid "Host:"
10105 msgstr ""
10107 #: libraries/classes/Plugins/Export/ExportLatex.php:216
10108 #: libraries/classes/Plugins/Export/ExportSql.php:761
10109 #: libraries/classes/Plugins/Export/ExportXml.php:238
10110 msgid "Generation Time:"
10111 msgstr ""
10113 #: libraries/classes/Plugins/Export/ExportLatex.php:218
10114 #: libraries/classes/Plugins/Export/ExportSql.php:765
10115 #: libraries/classes/Plugins/Export/ExportXml.php:240
10116 #: templates/home/index.twig:173
10117 msgid "Server version:"
10118 msgstr ""
10120 #: libraries/classes/Plugins/Export/ExportLatex.php:219
10121 #: libraries/classes/Plugins/Export/ExportSql.php:767
10122 #: libraries/classes/Plugins/Export/ExportXml.php:241
10123 msgid "PHP Version:"
10124 msgstr ""
10126 #: libraries/classes/Plugins/Export/ExportLatex.php:246
10127 #: libraries/classes/Plugins/Export/ExportSql.php:947
10128 #: libraries/classes/Plugins/Export/ExportXml.php:390
10129 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:201
10130 #: templates/database/structure/copy_form.twig:5
10131 #: templates/menu/breadcrumbs.twig:16
10132 msgid "Database:"
10133 msgstr ""
10135 #: libraries/classes/Plugins/Export/ExportLatex.php:312
10136 #: libraries/classes/Plugins/Export/ExportSql.php:2233
10137 msgid "Data:"
10138 msgstr ""
10140 #: libraries/classes/Plugins/Export/ExportLatex.php:520
10141 msgid "Structure:"
10142 msgstr ""
10144 #: libraries/classes/Plugins/Export/ExportMediawiki.php:77
10145 msgid "Export table names"
10146 msgstr ""
10148 #: libraries/classes/Plugins/Export/ExportMediawiki.php:84
10149 msgid "Export table headers"
10150 msgstr ""
10152 #: libraries/classes/Plugins/Export/ExportOdt.php:246
10153 #: libraries/classes/Plugins/Export/ExportTexytext.php:179
10154 msgid "Dumping data for query result"
10155 msgstr ""
10157 #: libraries/classes/Plugins/Export/ExportPdf.php:77
10158 msgid "Report title:"
10159 msgstr ""
10161 #: libraries/classes/Plugins/Export/ExportPdf.php:192
10162 msgid "Dumping data"
10163 msgstr ""
10165 #: libraries/classes/Plugins/Export/ExportPdf.php:213
10166 msgid "Query result data"
10167 msgstr ""
10169 #: libraries/classes/Plugins/Export/ExportPdf.php:273
10170 msgid "View structure"
10171 msgstr ""
10173 #: libraries/classes/Plugins/Export/ExportPdf.php:276
10174 msgid "Stand in"
10175 msgstr ""
10177 #: libraries/classes/Plugins/Export/ExportSql.php:130
10178 msgid ""
10179 "Display comments <i>(includes info such as export timestamp, PHP version, "
10180 "and server version)</i>"
10181 msgstr ""
10183 #: libraries/classes/Plugins/Export/ExportSql.php:137
10184 msgid "Additional custom header comment (\\n splits lines):"
10185 msgstr ""
10187 #: libraries/classes/Plugins/Export/ExportSql.php:143
10188 msgid ""
10189 "Include a timestamp of when databases were created, last updated, and last "
10190 "checked"
10191 msgstr ""
10193 #: libraries/classes/Plugins/Export/ExportSql.php:204
10194 msgid "Export metadata"
10195 msgstr ""
10197 #: libraries/classes/Plugins/Export/ExportSql.php:219
10198 msgid ""
10199 "Database system or older MySQL server to maximize output compatibility with:"
10200 msgstr ""
10202 #: libraries/classes/Plugins/Export/ExportSql.php:265
10203 msgid "Add statements:"
10204 msgstr ""
10206 #: libraries/classes/Plugins/Export/ExportSql.php:273
10207 #: libraries/classes/Plugins/Export/ExportSql.php:282
10208 #: libraries/classes/Plugins/Export/ExportSql.php:299
10209 #: libraries/classes/Plugins/Export/ExportSql.php:308
10210 #: libraries/classes/Plugins/Export/ExportSql.php:332
10211 #: libraries/classes/Plugins/Export/ExportSql.php:360
10212 #: libraries/classes/Plugins/Export/ExportSql.php:369
10213 #, php-format
10214 msgid "Add %s statement"
10215 msgstr ""
10217 #: libraries/classes/Plugins/Export/ExportSql.php:315
10218 msgid "(less efficient as indexes will be generated during table creation)"
10219 msgstr ""
10221 #: libraries/classes/Plugins/Export/ExportSql.php:322
10222 #, php-format
10223 msgid "%s value"
10224 msgstr ""
10226 #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
10227 #: libraries/classes/Plugins/Export/ExportSql.php:339
10228 msgid "Use simple view export"
10229 msgstr ""
10231 #: libraries/classes/Plugins/Export/ExportSql.php:378
10232 msgid ""
10233 "Enclose table and column names with backquotes <i>(Protects column and table "
10234 "names formed with special characters or keywords)</i>"
10235 msgstr ""
10237 #: libraries/classes/Plugins/Export/ExportSql.php:393
10238 msgid "Data creation options"
10239 msgstr ""
10241 #: libraries/classes/Plugins/Export/ExportSql.php:398
10242 #: libraries/classes/Plugins/Export/ExportSql.php:2311
10243 msgid "Truncate table before insert"
10244 msgstr ""
10246 #: libraries/classes/Plugins/Export/ExportSql.php:405
10247 msgid "Instead of <code>INSERT</code> statements, use:"
10248 msgstr ""
10250 #: libraries/classes/Plugins/Export/ExportSql.php:411
10251 msgid "<code>INSERT DELAYED</code> statements"
10252 msgstr ""
10254 #: libraries/classes/Plugins/Export/ExportSql.php:423
10255 #: libraries/classes/Plugins/Export/ExportSql.php:457
10256 msgid "<code>INSERT IGNORE</code> statements"
10257 msgstr ""
10259 #: libraries/classes/Plugins/Export/ExportSql.php:437
10260 msgid "Function to use when dumping data:"
10261 msgstr ""
10263 #: libraries/classes/Plugins/Export/ExportSql.php:452
10264 msgid "Syntax to use when inserting data:"
10265 msgstr ""
10267 #: libraries/classes/Plugins/Export/ExportSql.php:462
10268 msgid ""
10269 "include column names in every <code>INSERT</code> statement <br> &nbsp; "
10270 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
10271 "(1,2,3)</code>"
10272 msgstr ""
10274 #: libraries/classes/Plugins/Export/ExportSql.php:467
10275 msgid ""
10276 "insert multiple rows in every <code>INSERT</code> statement<br> &nbsp; "
10277 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
10278 "(7,8,9)</code>"
10279 msgstr ""
10281 #: libraries/classes/Plugins/Export/ExportSql.php:472
10282 msgid ""
10283 "both of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10284 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
10285 msgstr ""
10287 #: libraries/classes/Plugins/Export/ExportSql.php:477
10288 msgid ""
10289 "neither of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10290 "tbl_name VALUES (1,2,3)</code>"
10291 msgstr ""
10293 #: libraries/classes/Plugins/Export/ExportSql.php:496
10294 msgid ""
10295 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
10296 "0x616263)</i>"
10297 msgstr ""
10299 #: libraries/classes/Plugins/Export/ExportSql.php:505
10300 msgid ""
10301 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
10302 "reloaded between servers in different time zones)</i>"
10303 msgstr ""
10305 #: libraries/classes/Plugins/Export/ExportSql.php:582
10306 msgid "It appears your database uses routines;"
10307 msgstr ""
10309 #: libraries/classes/Plugins/Export/ExportSql.php:585
10310 #: libraries/classes/Plugins/Export/ExportSql.php:1614
10311 #: libraries/classes/Plugins/Export/ExportSql.php:2129
10312 msgid "alias export may not work reliably in all cases."
10313 msgstr ""
10315 #: libraries/classes/Plugins/Export/ExportSql.php:1066
10316 msgid "Metadata"
10317 msgstr ""
10319 #: libraries/classes/Plugins/Export/ExportSql.php:1134
10320 #, php-format
10321 msgid "Metadata for table %s"
10322 msgstr ""
10324 #: libraries/classes/Plugins/Export/ExportSql.php:1141
10325 #, php-format
10326 msgid "Metadata for database %s"
10327 msgstr ""
10329 #: libraries/classes/Plugins/Export/ExportSql.php:1458
10330 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:631
10331 msgid "Creation:"
10332 msgstr ""
10334 #: libraries/classes/Plugins/Export/ExportSql.php:1468
10335 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:642
10336 msgid "Last update:"
10337 msgstr ""
10339 #: libraries/classes/Plugins/Export/ExportSql.php:1478
10340 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:653
10341 msgid "Last check:"
10342 msgstr ""
10344 #: libraries/classes/Plugins/Export/ExportSql.php:1529
10345 #, php-format
10346 msgid "Error reading structure for table %s:"
10347 msgstr ""
10349 #: libraries/classes/Plugins/Export/ExportSql.php:1611
10350 msgid "It appears your database uses views;"
10351 msgstr ""
10353 #: libraries/classes/Plugins/Export/ExportSql.php:1778
10354 msgid "Constraints for dumped tables"
10355 msgstr ""
10357 #: libraries/classes/Plugins/Export/ExportSql.php:1779
10358 msgid "Constraints for table"
10359 msgstr ""
10361 #: libraries/classes/Plugins/Export/ExportSql.php:1806
10362 msgid "Indexes for dumped tables"
10363 msgstr ""
10365 #: libraries/classes/Plugins/Export/ExportSql.php:1807
10366 msgid "Indexes for table"
10367 msgstr ""
10369 #: libraries/classes/Plugins/Export/ExportSql.php:1843
10370 msgid "AUTO_INCREMENT for dumped tables"
10371 msgstr ""
10373 #: libraries/classes/Plugins/Export/ExportSql.php:1844
10374 msgid "AUTO_INCREMENT for table"
10375 msgstr ""
10377 #: libraries/classes/Plugins/Export/ExportSql.php:1919
10378 msgid "MEDIA TYPES FOR TABLE"
10379 msgstr ""
10381 #: libraries/classes/Plugins/Export/ExportSql.php:1944
10382 msgid "RELATIONSHIPS FOR TABLE"
10383 msgstr ""
10385 #: libraries/classes/Plugins/Export/ExportSql.php:2126
10386 msgid "It appears your table uses triggers;"
10387 msgstr ""
10389 #: libraries/classes/Plugins/Export/ExportSql.php:2156
10390 #, php-format
10391 msgid "Structure for view %s exported as a table"
10392 msgstr ""
10394 #: libraries/classes/Plugins/Export/ExportSql.php:2176
10395 msgid "(See below for the actual view)"
10396 msgstr ""
10398 #: libraries/classes/Plugins/Export/ExportSql.php:2244
10399 #, php-format
10400 msgid "Error reading data for table %s:"
10401 msgstr ""
10403 #: libraries/classes/Plugins/Export/ExportXml.php:94
10404 msgid "Object creation options (all are recommended)"
10405 msgstr ""
10407 #: libraries/classes/Plugins/Export/ExportXml.php:138
10408 msgid "Export contents"
10409 msgstr ""
10411 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:202
10412 #: templates/menu/breadcrumbs.twig:29
10413 msgid "Table:"
10414 msgstr ""
10416 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:203
10417 msgid "Purpose:"
10418 msgstr ""
10420 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:30
10421 msgid ""
10422 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
10423 msgstr ""
10425 #: libraries/classes/Plugins/Import/ImportCsv.php:83
10426 msgid "Name of the new table (optional):"
10427 msgstr ""
10429 #: libraries/classes/Plugins/Import/ImportCsv.php:92
10430 msgid "Name of the new database (optional):"
10431 msgstr ""
10433 #: libraries/classes/Plugins/Import/ImportCsv.php:101
10434 #: libraries/classes/Plugins/Import/ImportCsv.php:119
10435 msgid "Import these many number of rows (optional):"
10436 msgstr ""
10438 #: libraries/classes/Plugins/Import/ImportCsv.php:109
10439 #: libraries/classes/Plugins/Import/ImportOds.php:66
10440 msgid ""
10441 "The first line of the file contains the table column names <i>(if this is "
10442 "unchecked, the first line will become part of the data)</i>"
10443 msgstr ""
10445 #: libraries/classes/Plugins/Import/ImportCsv.php:126
10446 msgid ""
10447 "If the data in each row of the file is not in the same order as in the "
10448 "database, list the corresponding column names here. Column names must be "
10449 "separated by commas and not enclosed in quotations."
10450 msgstr ""
10452 #: libraries/classes/Plugins/Import/ImportCsv.php:134
10453 #, fuzzy
10454 #| msgid "Column"
10455 msgid "Column names:"
10456 msgstr "Derz"
10458 #: libraries/classes/Plugins/Import/ImportCsv.php:272
10459 #: libraries/classes/Plugins/Import/ImportCsv.php:631
10460 #, php-format
10461 msgid "Invalid format of CSV input on line %d."
10462 msgstr ""
10464 #: libraries/classes/Plugins/Import/ImportCsv.php:490
10465 #, php-format
10466 msgid "Invalid column count in CSV input on line %d."
10467 msgstr ""
10469 #: libraries/classes/Plugins/Import/ImportCsv.php:649
10470 #: libraries/classes/Plugins/Import/ImportCsv.php:664
10471 #: libraries/classes/Plugins/Import/ImportCsv.php:675
10472 #: libraries/classes/Plugins/Import/ImportCsv.php:682
10473 #, php-format
10474 msgid "Invalid parameter for CSV import: %s"
10475 msgstr ""
10477 #: libraries/classes/Plugins/Import/ImportCsv.php:813
10478 #, php-format
10479 msgid ""
10480 "Invalid column (%s) specified! Ensure that columns names are spelled "
10481 "correctly, separated by commas, and not enclosed in quotes."
10482 msgstr ""
10484 #: libraries/classes/Plugins/Import/ImportLdi.php:62
10485 msgid "Column names: "
10486 msgstr ""
10488 #: libraries/classes/Plugins/Import/ImportLdi.php:106
10489 msgid "This plugin does not support compressed imports!"
10490 msgstr ""
10492 #: libraries/classes/Plugins/Import/ImportMediawiki.php:56
10493 msgid "MediaWiki Table"
10494 msgstr ""
10496 #: libraries/classes/Plugins/Import/ImportMediawiki.php:275
10497 #, php-format
10498 msgid "Invalid format of mediawiki input on line: <br>%s."
10499 msgstr ""
10501 #: libraries/classes/Plugins/Import/ImportOds.php:80
10502 msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
10503 msgstr ""
10505 #: libraries/classes/Plugins/Import/ImportOds.php:86
10506 msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
10507 msgstr ""
10509 #: libraries/classes/Plugins/Import/ImportOds.php:153
10510 #: libraries/classes/Plugins/Import/ImportXml.php:112
10511 #: libraries/classes/Plugins/Import/ImportXml.php:175
10512 msgid ""
10513 "The XML file specified was either malformed or incomplete. Please correct "
10514 "the issue and try again."
10515 msgstr ""
10517 #: libraries/classes/Plugins/Import/ImportOds.php:163
10518 msgid "Could not parse OpenDocument Spreadsheet!"
10519 msgstr ""
10521 #: libraries/classes/Plugins/Import/ImportShp.php:68
10522 msgid "ESRI Shape File"
10523 msgstr ""
10525 #: libraries/classes/Plugins/Import/ImportShp.php:101
10526 #: libraries/classes/Plugins/Import/ImportShp.php:163
10527 #, php-format
10528 msgid "There was an error importing the ESRI shape file: \"%s\"."
10529 msgstr ""
10531 #: libraries/classes/Plugins/Import/ImportShp.php:193
10532 #, php-format
10533 msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
10534 msgstr ""
10536 #: libraries/classes/Plugins/Import/ImportShp.php:242
10537 msgid "The imported file does not contain any data!"
10538 msgstr ""
10540 #: libraries/classes/Plugins/Import/ImportSql.php:65
10541 msgid "SQL compatibility mode:"
10542 msgstr ""
10544 #: libraries/classes/Plugins/Import/ImportSql.php:77
10545 msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
10546 msgstr ""
10548 #: libraries/classes/Plugins/Import/ImportXml.php:48
10549 msgid "XML"
10550 msgstr ""
10552 #: libraries/classes/Plugins.php:589
10553 msgid "This format has no options"
10554 msgstr ""
10556 #: libraries/classes/Plugins.php:607
10557 msgid "Invalid authentication method set in configuration:"
10558 msgstr ""
10560 #: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:68
10561 #: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:87
10562 #: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:90
10563 #: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:87
10564 #, php-format
10565 msgid "The %s table doesn't exist!"
10566 msgstr ""
10568 #: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:62
10569 #: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:78
10570 #, php-format
10571 msgid "Schema of the %s database - Page %s"
10572 msgstr ""
10574 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:278
10575 msgid "SCHEMA ERROR: "
10576 msgstr ""
10578 #: libraries/classes/Plugins/Schema/Pdf/Pdf.php:272
10579 msgid "PDF export page"
10580 msgstr ""
10582 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:135
10583 #, php-format
10584 msgid "Schema of the %s database"
10585 msgstr ""
10587 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:163
10588 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:541
10589 msgid "Relational schema"
10590 msgstr ""
10592 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:486
10593 msgid "Table of contents"
10594 msgstr ""
10596 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:620
10597 #: templates/columns_definitions/column_definitions_form.twig:72
10598 #: templates/database/data_dictionary/index.twig:16
10599 #: templates/table/structure/display_table_stats.twig:6
10600 msgid "Table comments:"
10601 msgstr ""
10603 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669
10604 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703
10605 #: templates/columns_definitions/table_fields_definitions.twig:27
10606 #: templates/database/central_columns/edit.twig:13
10607 #: templates/table/structure/display_structure.twig:24
10608 msgid "Attributes"
10609 msgstr ""
10611 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:672
10612 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:706
10613 #: templates/table/structure/display_structure.twig:30
10614 #: templates/table/tracking/structure_snapshot_columns.twig:11
10615 msgid "Extra"
10616 msgstr ""
10618 #: libraries/classes/Plugins/SchemaPlugin.php:74
10619 msgid "Show color"
10620 msgstr ""
10622 #: libraries/classes/Plugins/SchemaPlugin.php:76
10623 msgid "Only show keys"
10624 msgstr ""
10626 #: libraries/classes/Plugins/Schema/SchemaDia.php:54
10627 #: libraries/classes/Plugins/Schema/SchemaEps.php:62
10628 #: libraries/classes/Plugins/Schema/SchemaPdf.php:64
10629 msgid "Orientation"
10630 msgstr ""
10632 #: libraries/classes/Plugins/Schema/SchemaDia.php:58
10633 #: libraries/classes/Plugins/Schema/SchemaEps.php:66
10634 #: libraries/classes/Plugins/Schema/SchemaPdf.php:68
10635 msgid "Landscape"
10636 msgstr ""
10638 #: libraries/classes/Plugins/Schema/SchemaDia.php:59
10639 #: libraries/classes/Plugins/Schema/SchemaEps.php:67
10640 #: libraries/classes/Plugins/Schema/SchemaPdf.php:69
10641 msgid "Portrait"
10642 msgstr ""
10644 #: libraries/classes/Plugins/Schema/SchemaEps.php:56
10645 #: libraries/classes/Plugins/Schema/SchemaPdf.php:58
10646 #: libraries/classes/Plugins/Schema/SchemaSvg.php:55
10647 msgid "Same width for all tables"
10648 msgstr ""
10650 #: libraries/classes/Plugins/Schema/SchemaPdf.php:83
10651 msgid "Show grid"
10652 msgstr ""
10654 #: libraries/classes/Plugins/Schema/SchemaPdf.php:89
10655 #: templates/database/structure/index.twig:21
10656 msgid "Data dictionary"
10657 msgstr ""
10659 #: libraries/classes/Plugins/Schema/SchemaPdf.php:95
10660 msgid "Order of the tables"
10661 msgstr ""
10663 #: libraries/classes/Plugins/Schema/SchemaPdf.php:100
10664 msgid "Name (Ascending)"
10665 msgstr ""
10667 #: libraries/classes/Plugins/Schema/SchemaPdf.php:101
10668 msgid "Name (Descending)"
10669 msgstr ""
10671 #: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:28
10672 msgid ""
10673 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
10674 "TRUE, second for FALSE. Nonzero=true."
10675 msgstr ""
10677 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:39
10678 msgid ""
10679 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
10680 "formatted date. The first option is the offset (in hours) which will be "
10681 "added to the timestamp (Default: 0). Use second option to specify a "
10682 "different date/time format string. Third option determines whether you want "
10683 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
10684 "According to that, date format has different value - for \"local\" see the "
10685 "documentation for PHP's strftime() function and for \"utc\" it is done using "
10686 "gmdate() function."
10687 msgstr ""
10689 #. l10n: See https://www.php.net/manual/en/function.strftime.php
10690 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:72
10691 #: libraries/classes/Util.php:708
10692 msgid "%B %d, %Y at %I:%M %p"
10693 msgstr ""
10695 #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:31
10696 msgid ""
10697 "Displays a link to download the binary data of the column. You can use the "
10698 "first option to specify the filename, or use the second option as the name "
10699 "of a column which contains the filename. If you use the second option, you "
10700 "need to set the first option to the empty string."
10701 msgstr ""
10703 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:42
10704 msgid ""
10705 "LINUX ONLY: Launches an external application and feeds it the column data "
10706 "via standard input. Returns the standard output of the application. The "
10707 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
10708 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
10709 "ExternalTransformationsPlugin.php and list the tools you want to make "
10710 "available. The first option is then the number of the program you want to "
10711 "use. The second option should be blank for historical reasons. The third "
10712 "option, if set to 1, will convert the output using htmlspecialchars() "
10713 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
10714 "ensure that the output appears all on one line (Default 1)."
10715 msgstr ""
10717 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:122
10718 #, php-format
10719 msgid ""
10720 "You are using the external transformation command line options field, which "
10721 "has been deprecated for security reasons. Add all command line options "
10722 "directly to the definition in %s."
10723 msgstr ""
10725 #: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:29
10726 msgid ""
10727 "Displays the contents of the column as-is, without running it through "
10728 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
10729 msgstr ""
10731 #: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:31
10732 msgid ""
10733 "Displays hexadecimal representation of data. Optional first parameter "
10734 "specifies how often space will be added (defaults to 2 nibbles)."
10735 msgstr ""
10737 #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:29
10738 msgid "Displays a link to download this image."
10739 msgstr ""
10741 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:31
10742 msgid ""
10743 "Image upload functionality which also displays a thumbnail. The options are "
10744 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
10745 msgstr ""
10747 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:91
10748 msgid "Image preview here"
10749 msgstr ""
10751 #: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:31
10752 msgid ""
10753 "Displays a clickable thumbnail. The options are the maximum width and height "
10754 "in pixels. The original aspect ratio is preserved."
10755 msgstr ""
10757 #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:30
10758 msgid ""
10759 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
10760 "in Internet standard dotted format."
10761 msgstr ""
10763 #: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:29
10764 msgid ""
10765 "Prepends and/or Appends text to a string. First option is text to be "
10766 "prepended, second is appended (enclosed in single quotes, default empty "
10767 "string)."
10768 msgstr ""
10770 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:32
10771 msgid ""
10772 "Validates the string using regular expression and performs insert only if "
10773 "string matches it. The first option is the Regular Expression."
10774 msgstr ""
10776 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:54
10777 #, php-format
10778 msgid "Validation failed for the input string %s."
10779 msgstr ""
10781 #: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:28
10782 msgid "Formats text as SQL query with syntax highlighting."
10783 msgstr ""
10785 #: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:31
10786 msgid ""
10787 "Displays a part of a string. The first option is the number of characters to "
10788 "skip from the beginning of the string (Default 0). The second option is the "
10789 "number of characters to return (Default: until end of string). The third "
10790 "option is the string to append and/or prepend when truncation occurs "
10791 "(Default: \"
\")."
10792 msgstr ""
10794 #: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:29
10795 msgid ""
10796 "File upload functionality for TEXT columns. It does not have a textarea for "
10797 "input."
10798 msgstr ""
10800 #: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:31
10801 msgid ""
10802 "Displays an image and a link; the column contains the filename. The first "
10803 "option is a URL prefix like \"https://www.example.com/\". The second and "
10804 "third options are the width and the height in pixels."
10805 msgstr ""
10807 #: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:30
10808 msgid ""
10809 "Displays a link; the column contains the filename. The first option is a URL "
10810 "prefix like \"https://www.example.com/\". The second option is a title for "
10811 "the link."
10812 msgstr ""
10814 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:32
10815 msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
10816 msgstr ""
10818 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:29
10819 msgid ""
10820 "Converts an Internet network address in (IPv4/IPv6) format into a long "
10821 "integer."
10822 msgstr ""
10824 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:26
10825 msgid "Syntax highlighted CodeMirror editor for JSON."
10826 msgstr ""
10828 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:26
10829 msgid "Syntax highlighted CodeMirror editor for SQL."
10830 msgstr ""
10832 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:26
10833 msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
10834 msgstr ""
10836 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:29
10837 msgid ""
10838 "Converts an Internet network address stored as a binary string into a string "
10839 "in Internet standard (IPv4/IPv6) format."
10840 msgstr ""
10842 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:44
10843 msgid "Formats text as JSON with syntax highlighting."
10844 msgstr ""
10846 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:44
10847 msgid "Formats text as XML with syntax highlighting."
10848 msgstr ""
10850 #: libraries/classes/Plugins/TwoFactor/Application.php:135
10851 msgid "Authentication Application (2FA)"
10852 msgstr ""
10854 #: libraries/classes/Plugins/TwoFactor/Application.php:146
10855 msgid ""
10856 "Provides authentication using HOTP and TOTP applications such as FreeOTP, "
10857 "Google Authenticator or Authy."
10858 msgstr ""
10860 #: libraries/classes/Plugins/TwoFactor/Key.php:208
10861 msgid "Hardware Security Key (FIDO U2F)"
10862 msgstr ""
10864 #: libraries/classes/Plugins/TwoFactor/Key.php:218
10865 msgid ""
10866 "Provides authentication using hardware security tokens supporting FIDO U2F, "
10867 "such as a YubiKey."
10868 msgstr ""
10870 #: libraries/classes/Plugins/TwoFactorPlugin.php:73
10871 #, php-format
10872 msgid "Two-factor authentication failed: %s"
10873 msgstr ""
10875 #: libraries/classes/Plugins/TwoFactorPlugin.php:78
10876 msgid "Two-factor authentication failed."
10877 msgstr ""
10879 #: libraries/classes/Plugins/TwoFactorPlugin.php:128
10880 msgid "No Two-Factor Authentication"
10881 msgstr ""
10883 #: libraries/classes/Plugins/TwoFactorPlugin.php:138
10884 msgid "Login using password only."
10885 msgstr ""
10887 #: libraries/classes/Plugins/TwoFactor/Simple.php:49
10888 msgid "Simple two-factor authentication"
10889 msgstr ""
10891 #: libraries/classes/Plugins/TwoFactor/Simple.php:59
10892 msgid "For testing purposes only!"
10893 msgstr ""
10895 #: libraries/classes/Plugins/TwoFactor/WebAuthn.php:180
10896 msgid "Hardware Security Key (WebAuthn/FIDO2)"
10897 msgstr ""
10899 #: libraries/classes/Plugins/TwoFactor/WebAuthn.php:186
10900 msgid ""
10901 "Provides authentication using hardware security tokens supporting the "
10902 "WebAuthn/FIDO2 protocol, such as a YubiKey."
10903 msgstr ""
10905 #: libraries/classes/Query/Utilities.php:97
10906 msgid ""
10907 "The server is not responding (or the local server's socket is not correctly "
10908 "configured)."
10909 msgstr ""
10911 #: libraries/classes/Query/Utilities.php:100
10912 msgid "The server is not responding."
10913 msgstr ""
10915 #: libraries/classes/Query/Utilities.php:104
10916 msgid "Logout and try as another user."
10917 msgstr ""
10919 #: libraries/classes/Query/Utilities.php:109
10920 msgid "Please check privileges of directory containing database."
10921 msgstr ""
10923 #: libraries/classes/Query/Utilities.php:118
10924 msgid "Details
"
10925 msgstr ""
10927 #: libraries/classes/RecentFavoriteTable.php:159
10928 msgid "Could not save recent table!"
10929 msgstr ""
10931 #: libraries/classes/RecentFavoriteTable.php:163
10932 msgid "Could not save favorite table!"
10933 msgstr ""
10935 #: libraries/classes/RecentFavoriteTable.php:247
10936 msgid "Recent tables"
10937 msgstr ""
10939 #: libraries/classes/RecentFavoriteTable.php:249
10940 msgid "Recent"
10941 msgstr ""
10943 #: libraries/classes/RecentFavoriteTable.php:253
10944 msgid "Favorites"
10945 msgstr ""
10947 #: libraries/classes/ReplicationGui.php:438
10948 msgid ""
10949 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
10950 "in phpMyAdmin configuration."
10951 msgstr ""
10953 #: libraries/classes/ReplicationGui.php:449
10954 msgid "Replication started successfully."
10955 msgstr ""
10957 #: libraries/classes/ReplicationGui.php:450
10958 msgid "Error starting replication."
10959 msgstr ""
10961 #: libraries/classes/ReplicationGui.php:453
10962 msgid "Replication stopped successfully."
10963 msgstr ""
10965 #: libraries/classes/ReplicationGui.php:454
10966 msgid "Error stopping replication."
10967 msgstr ""
10969 #: libraries/classes/ReplicationGui.php:457
10970 msgid "Replication resetting successfully."
10971 msgstr ""
10973 #: libraries/classes/ReplicationGui.php:458
10974 msgid "Error resetting replication."
10975 msgstr ""
10977 #: libraries/classes/ReplicationGui.php:461
10978 msgid "Success."
10979 msgstr ""
10981 #: libraries/classes/ReplicationGui.php:462
10982 msgid "Error."
10983 msgstr ""
10985 #: libraries/classes/ReplicationGui.php:507
10986 msgid "Unknown error"
10987 msgstr ""
10989 #: libraries/classes/ReplicationGui.php:520
10990 #, php-format
10991 msgid "Unable to connect to primary %s."
10992 msgstr ""
10994 #: libraries/classes/ReplicationGui.php:530
10995 msgid ""
10996 "Unable to read primary log position. Possible privilege problem on primary."
10997 msgstr ""
10999 #: libraries/classes/ReplicationGui.php:548
11000 msgid "Unable to change primary!"
11001 msgstr ""
11003 #: libraries/classes/ReplicationGui.php:552
11004 #, php-format
11005 msgid "Primary server changed successfully to %s."
11006 msgstr ""
11008 #: libraries/classes/Routing.php:103
11009 #, php-format
11010 msgid ""
11011 "The routing cache could not be written, you need to adjust permissions on "
11012 "the folder/file \"%s\""
11013 msgstr ""
11015 #: libraries/classes/Routing.php:162
11016 #, php-format
11017 msgid "Error 404! The page %s was not found."
11018 msgstr ""
11020 #: libraries/classes/Routing.php:173
11021 msgid "Error 405! Request method not allowed."
11022 msgstr ""
11024 #: libraries/classes/SavedSearches.php:239
11025 msgid "Please provide a name for this bookmarked search."
11026 msgstr ""
11028 #: libraries/classes/SavedSearches.php:255
11029 msgid "Missing information to save the bookmarked search."
11030 msgstr ""
11032 #: libraries/classes/SavedSearches.php:276
11033 #: libraries/classes/SavedSearches.php:310
11034 msgid "An entry with this name already exists."
11035 msgstr ""
11037 #: libraries/classes/SavedSearches.php:338
11038 msgid "Missing information to delete the search."
11039 msgstr ""
11041 #: libraries/classes/SavedSearches.php:365
11042 msgid "Missing information to load the search."
11043 msgstr ""
11045 #: libraries/classes/SavedSearches.php:385
11046 msgid "Error while loading the search."
11047 msgstr ""
11049 #: libraries/classes/Server/Plugins.php:68
11050 #: libraries/classes/Server/Privileges.php:788
11051 #: libraries/classes/Server/Privileges.php:3719
11052 msgid "Native MySQL authentication"
11053 msgstr ""
11055 #: libraries/classes/Server/Plugins.php:73
11056 msgid "SHA256 password authentication"
11057 msgstr ""
11059 #: libraries/classes/Server/Plugins.php:78
11060 msgid "Caching sha2 authentication"
11061 msgstr ""
11063 #: libraries/classes/Server/Plugins.php:83
11064 msgid "Unix Socket based authentication"
11065 msgstr ""
11067 #: libraries/classes/Server/Plugins.php:88
11068 msgid "Old MySQL-4.0 authentication"
11069 msgstr ""
11071 #: libraries/classes/Server/Privileges/AccountLocking.php:30
11072 #: libraries/classes/Server/Privileges/AccountLocking.php:51
11073 msgid "Account locking is not supported."
11074 msgstr ""
11076 #: libraries/classes/Server/Privileges.php:262
11077 msgid "No privileges."
11078 msgstr ""
11080 #: libraries/classes/Server/Privileges.php:270
11081 msgid "Includes all privileges except GRANT."
11082 msgstr ""
11084 #: libraries/classes/Server/Privileges.php:292
11085 #: libraries/classes/Server/Privileges.php:359
11086 #: templates/server/privileges/privileges_table.twig:124
11087 #: templates/server/privileges/privileges_table.twig:127
11088 #: templates/server/privileges/privileges_table.twig:323
11089 #: templates/server/privileges/privileges_table.twig:326
11090 msgid "Allows deleting data."
11091 msgstr ""
11093 #: libraries/classes/Server/Privileges.php:297
11094 #: templates/server/privileges/privileges_table.twig:136
11095 #: templates/server/privileges/privileges_table.twig:139
11096 #: templates/server/privileges/privileges_table.twig:361
11097 #: templates/server/privileges/privileges_table.twig:369
11098 msgid "Allows creating new tables."
11099 msgstr ""
11101 #: libraries/classes/Server/Privileges.php:302
11102 #: templates/server/privileges/privileges_table.twig:148
11103 #: templates/server/privileges/privileges_table.twig:151
11104 #: templates/server/privileges/privileges_table.twig:409
11105 #: templates/server/privileges/privileges_table.twig:417
11106 msgid "Allows dropping tables."
11107 msgstr ""
11109 #: libraries/classes/Server/Privileges.php:307
11110 #: libraries/classes/Server/Privileges.php:399
11111 #: templates/server/privileges/privileges_table.twig:173
11112 #: templates/server/privileges/privileges_table.twig:176
11113 #: templates/server/privileges/privileges_table.twig:393
11114 #: templates/server/privileges/privileges_table.twig:396
11115 msgid "Allows creating and dropping indexes."
11116 msgstr ""
11118 #: libraries/classes/Server/Privileges.php:312
11119 #: libraries/classes/Server/Privileges.php:404
11120 #: templates/server/privileges/privileges_table.twig:185
11121 #: templates/server/privileges/privileges_table.twig:188
11122 #: templates/server/privileges/privileges_table.twig:380
11123 #: templates/server/privileges/privileges_table.twig:383
11124 msgid "Allows altering the structure of existing tables."
11125 msgstr ""
11127 #: libraries/classes/Server/Privileges.php:317
11128 #: libraries/classes/Server/Privileges.php:443
11129 #: libraries/classes/Server/Privileges.php:459
11130 #: templates/server/privileges/privileges_table.twig:197
11131 #: templates/server/privileges/privileges_table.twig:200
11132 #: templates/server/privileges/privileges_table.twig:494
11133 #: templates/server/privileges/privileges_table.twig:497
11134 #: templates/server/privileges/privileges_table.twig:509
11135 #: templates/server/privileges/privileges_table.twig:512
11136 msgid "Allows creating new views."
11137 msgstr ""
11139 #: libraries/classes/Server/Privileges.php:322
11140 #: libraries/classes/Server/Privileges.php:464
11141 #: libraries/classes/Server/Privileges.php:470
11142 #: templates/server/privileges/privileges_table.twig:209
11143 #: templates/server/privileges/privileges_table.twig:212
11144 #: templates/server/privileges/privileges_table.twig:441
11145 #: templates/server/privileges/privileges_table.twig:444
11146 msgid "Allows performing SHOW CREATE VIEW queries."
11147 msgstr ""
11149 #: libraries/classes/Server/Privileges.php:327
11150 #: libraries/classes/Server/Privileges.php:453
11151 #: templates/server/privileges/privileges_table.twig:221
11152 #: templates/server/privileges/privileges_table.twig:224
11153 #: templates/server/privileges/privileges_table.twig:537
11154 #: templates/server/privileges/privileges_table.twig:540
11155 msgid "Allows creating and dropping triggers."
11156 msgstr ""
11158 #: libraries/classes/Server/Privileges.php:344
11159 #: templates/server/privileges/privileges_table.twig:15
11160 #: templates/server/privileges/privileges_table.twig:284
11161 #: templates/server/privileges/privileges_table.twig:287
11162 msgid "Allows reading data."
11163 msgstr ""
11165 #: libraries/classes/Server/Privileges.php:349
11166 #: templates/server/privileges/privileges_table.twig:42
11167 #: templates/server/privileges/privileges_table.twig:297
11168 #: templates/server/privileges/privileges_table.twig:300
11169 msgid "Allows inserting and replacing data."
11170 msgstr ""
11172 #: libraries/classes/Server/Privileges.php:354
11173 #: templates/server/privileges/privileges_table.twig:69
11174 #: templates/server/privileges/privileges_table.twig:310
11175 #: templates/server/privileges/privileges_table.twig:313
11176 msgid "Allows changing data."
11177 msgstr ""
11179 #: libraries/classes/Server/Privileges.php:364
11180 #: templates/server/privileges/privileges_table.twig:359
11181 #: templates/server/privileges/privileges_table.twig:367
11182 msgid "Allows creating new databases and tables."
11183 msgstr ""
11185 #: libraries/classes/Server/Privileges.php:369
11186 #: templates/server/privileges/privileges_table.twig:407
11187 #: templates/server/privileges/privileges_table.twig:415
11188 msgid "Allows dropping databases and tables."
11189 msgstr ""
11191 #: libraries/classes/Server/Privileges.php:374
11192 #: templates/server/privileges/privileges_table.twig:599
11193 #: templates/server/privileges/privileges_table.twig:602
11194 msgid "Allows reloading server settings and flushing the server's caches."
11195 msgstr ""
11197 #: libraries/classes/Server/Privileges.php:379
11198 #: templates/server/privileges/privileges_table.twig:612
11199 #: templates/server/privileges/privileges_table.twig:615
11200 msgid "Allows shutting down the server."
11201 msgstr ""
11203 #: libraries/classes/Server/Privileges.php:384
11204 #: templates/server/privileges/privileges_table.twig:586
11205 #: templates/server/privileges/privileges_table.twig:589
11206 msgid "Allows viewing processes of all users."
11207 msgstr ""
11209 #: libraries/classes/Server/Privileges.php:389
11210 #: templates/server/privileges/privileges_table.twig:337
11211 #: templates/server/privileges/privileges_table.twig:340
11212 msgid "Allows importing data from and exporting data into files."
11213 msgstr ""
11215 #: libraries/classes/Server/Privileges.php:394
11216 #: templates/server/privileges/privileges_table.twig:96
11217 #: templates/server/privileges/privileges_table.twig:666
11218 msgid "Has no effect in this MySQL version."
11219 msgstr ""
11221 #: libraries/classes/Server/Privileges.php:409
11222 #: templates/server/privileges/privileges_table.twig:625
11223 #: templates/server/privileges/privileges_table.twig:628
11224 msgid "Gives access to the complete list of databases."
11225 msgstr ""
11227 #: libraries/classes/Server/Privileges.php:415
11228 #: templates/server/privileges/privileges_table.twig:572
11229 #: templates/server/privileges/privileges_table.twig:576
11230 msgid ""
11231 "Allows connecting, even if maximum number of connections is reached; "
11232 "required for most administrative operations like setting global variables or "
11233 "killing threads of other users."
11234 msgstr ""
11236 #: libraries/classes/Server/Privileges.php:423
11237 #: templates/server/privileges/privileges_table.twig:428
11238 #: templates/server/privileges/privileges_table.twig:431
11239 msgid "Allows creating temporary tables."
11240 msgstr ""
11242 #: libraries/classes/Server/Privileges.php:428
11243 #: templates/server/privileges/privileges_table.twig:653
11244 #: templates/server/privileges/privileges_table.twig:656
11245 msgid "Allows locking tables for the current thread."
11246 msgstr ""
11248 #: libraries/classes/Server/Privileges.php:433
11249 #: templates/server/privileges/privileges_table.twig:694
11250 #: templates/server/privileges/privileges_table.twig:697
11251 msgid "Needed for the replication replicas."
11252 msgstr ""
11254 #: libraries/classes/Server/Privileges.php:438
11255 #: templates/server/privileges/privileges_table.twig:681
11256 #: templates/server/privileges/privileges_table.twig:684
11257 msgid "Allows the user to ask where the replicas / primaries are."
11258 msgstr ""
11260 #: libraries/classes/Server/Privileges.php:448
11261 #: templates/server/privileges/privileges_table.twig:524
11262 #: templates/server/privileges/privileges_table.twig:527
11263 msgid "Allows to set up events for the event scheduler."
11264 msgstr ""
11266 #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
11267 #: libraries/classes/Server/Privileges.php:477
11268 #: libraries/classes/Server/Privileges.php:486
11269 #: templates/server/privileges/privileges_table.twig:234
11270 #: templates/server/privileges/privileges_table.twig:238
11271 msgid "Allows deleting historical rows."
11272 msgstr ""
11274 #: libraries/classes/Server/Privileges.php:491
11275 #: templates/server/privileges/privileges_table.twig:454
11276 #: templates/server/privileges/privileges_table.twig:457
11277 msgid "Allows creating stored routines."
11278 msgstr ""
11280 #: libraries/classes/Server/Privileges.php:496
11281 #: templates/server/privileges/privileges_table.twig:467
11282 #: templates/server/privileges/privileges_table.twig:470
11283 msgid "Allows altering and dropping stored routines."
11284 msgstr ""
11286 #: libraries/classes/Server/Privileges.php:501
11287 #: templates/server/privileges/privileges_table.twig:707
11288 #: templates/server/privileges/privileges_table.twig:710
11289 msgid "Allows creating, dropping and renaming user accounts."
11290 msgstr ""
11292 #: libraries/classes/Server/Privileges.php:506
11293 #: templates/server/privileges/privileges_table.twig:480
11294 #: templates/server/privileges/privileges_table.twig:483
11295 msgid "Allows executing stored routines."
11296 msgstr ""
11298 #: libraries/classes/Server/Privileges.php:1076
11299 #, php-format
11300 msgid "The password for %s was changed successfully."
11301 msgstr ""
11303 #: libraries/classes/Server/Privileges.php:1124
11304 #, php-format
11305 msgid "You have revoked the privileges for %s."
11306 msgstr ""
11308 #: libraries/classes/Server/Privileges.php:1436
11309 #: templates/database/privileges/index.twig:124
11310 #: templates/table/privileges/index.twig:127
11311 msgid "Not enough privilege to view users."
11312 msgstr ""
11314 #: libraries/classes/Server/Privileges.php:1498
11315 #: templates/database/privileges/index.twig:80
11316 #: templates/server/privileges/new_user_ajax.twig:45
11317 #: templates/server/privileges/users_overview.twig:75
11318 #: templates/table/privileges/index.twig:84
11319 msgid "Edit privileges"
11320 msgstr ""
11322 #: libraries/classes/Server/Privileges.php:1502
11323 msgid "Revoke"
11324 msgstr ""
11326 #: libraries/classes/Server/Privileges.php:1813
11327 #: templates/server/privileges/privileges_table.twig:264
11328 msgid "Database-specific privileges"
11329 msgstr ""
11331 #: libraries/classes/Server/Privileges.php:1819
11332 #: templates/server/privileges/privileges_summary.twig:18
11333 #: templates/server/privileges/privileges_table.twig:7
11334 #: templates/server/privileges/privileges_table.twig:266
11335 msgid "Table-specific privileges"
11336 msgstr ""
11338 #: libraries/classes/Server/Privileges.php:1824
11339 #: libraries/classes/Server/Privileges.php:1826
11340 #: templates/server/privileges/edit_routine_privileges.twig:29
11341 #: templates/server/privileges/edit_routine_privileges.twig:46
11342 #: templates/server/privileges/edit_routine_privileges.twig:58
11343 msgid "Routine"
11344 msgstr ""
11346 #: libraries/classes/Server/Privileges.php:1825
11347 #: templates/server/privileges/edit_routine_privileges.twig:47
11348 msgid "Routine-specific privileges"
11349 msgstr ""
11351 #: libraries/classes/Server/Privileges.php:2170
11352 msgid "No users selected for deleting!"
11353 msgstr ""
11355 #: libraries/classes/Server/Privileges.php:2173
11356 msgid "Reloading the privileges"
11357 msgstr ""
11359 #: libraries/classes/Server/Privileges.php:2198
11360 msgid "The selected users have been deleted successfully."
11361 msgstr ""
11363 #: libraries/classes/Server/Privileges.php:2275
11364 #, php-format
11365 msgid "You have updated the privileges for %s."
11366 msgstr ""
11368 #: libraries/classes/Server/Privileges.php:2362
11369 #: templates/database/privileges/index.twig:102
11370 #: templates/table/privileges/index.twig:106
11371 msgid "No user found."
11372 msgstr ""
11374 #: libraries/classes/Server/Privileges.php:2449
11375 #, php-format
11376 msgid "Deleting %s"
11377 msgstr ""
11379 #: libraries/classes/Server/Privileges.php:2480
11380 msgid "The privileges were reloaded successfully."
11381 msgstr ""
11383 #: libraries/classes/Server/Privileges.php:2584
11384 #, php-format
11385 msgid "The user %s already exists!"
11386 msgstr ""
11388 #: libraries/classes/Server/Privileges.php:2859
11389 #, php-format
11390 msgid "Privileges for %s"
11391 msgstr ""
11393 #: libraries/classes/Server/Privileges.php:2868
11394 #: libraries/classes/Server/Status/Processes.php:114
11395 #: templates/server/user_groups/user_listings.twig:9
11396 msgid "User"
11397 msgstr ""
11399 #: libraries/classes/Server/Privileges.php:2982
11400 msgid ""
11401 "A user account allowing any user from localhost to connect is present. This "
11402 "will prevent other users from connecting if the host part of their account "
11403 "allows a connection from any (%) host."
11404 msgstr ""
11406 #: libraries/classes/Server/Privileges.php:3016
11407 #, php-format
11408 msgid ""
11409 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11410 "tables. The content of these tables may differ from the privileges the "
11411 "server uses, if they have been changed manually. In this case, you should "
11412 "%sreload the privileges%s before you continue."
11413 msgstr ""
11415 #: libraries/classes/Server/Privileges.php:3032
11416 msgid ""
11417 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11418 "tables. The content of these tables may differ from the privileges the "
11419 "server uses, if they have been changed manually. In this case, the "
11420 "privileges have to be reloaded but currently, you don't have the RELOAD "
11421 "privilege."
11422 msgstr ""
11424 #: libraries/classes/Server/Privileges.php:3346
11425 msgid "You have added a new user."
11426 msgstr ""
11428 #: libraries/classes/Server/Status/Data.php:146
11429 #: libraries/classes/Server/Status/Processes.php:147
11430 #: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:20
11431 msgid "SQL query"
11432 msgstr ""
11434 #: libraries/classes/Server/Status/Data.php:149
11435 msgid "Handler"
11436 msgstr ""
11438 #: libraries/classes/Server/Status/Data.php:150
11439 msgid "Query cache"
11440 msgstr ""
11442 #: libraries/classes/Server/Status/Data.php:151
11443 msgid "Threads"
11444 msgstr ""
11446 #: libraries/classes/Server/Status/Data.php:153
11447 msgid "Temporary data"
11448 msgstr ""
11450 #: libraries/classes/Server/Status/Data.php:154
11451 msgid "Delayed inserts"
11452 msgstr ""
11454 #: libraries/classes/Server/Status/Data.php:155
11455 msgid "Key cache"
11456 msgstr ""
11458 #: libraries/classes/Server/Status/Data.php:156
11459 msgid "Joins"
11460 msgstr ""
11462 #: libraries/classes/Server/Status/Data.php:158
11463 msgid "Sorting"
11464 msgstr ""
11466 #: libraries/classes/Server/Status/Data.php:160
11467 msgid "Transaction coordinator"
11468 msgstr ""
11470 #: libraries/classes/Server/Status/Data.php:161
11471 #: templates/server/binlog/index.twig:27
11472 msgid "Files"
11473 msgstr ""
11475 #: libraries/classes/Server/Status/Data.php:180
11476 msgid "Flush (close) all tables"
11477 msgstr ""
11479 #: libraries/classes/Server/Status/Data.php:184
11480 msgid "Show open tables"
11481 msgstr ""
11483 #: libraries/classes/Server/Status/Data.php:193
11484 msgid "Show replica hosts"
11485 msgstr ""
11487 #: libraries/classes/Server/Status/Data.php:200
11488 #: templates/server/replication/primary_replication.twig:9
11489 msgid "Show primary status"
11490 msgstr ""
11492 #: libraries/classes/Server/Status/Data.php:207
11493 msgid "Show replica status"
11494 msgstr ""
11496 #: libraries/classes/Server/Status/Data.php:215
11497 msgid "Flush query cache"
11498 msgstr ""
11500 #: libraries/classes/Server/Status/Processes.php:110
11501 msgid "ID"
11502 msgstr ""
11504 #: libraries/classes/Server/Status/Processes.php:118
11505 #: templates/server/replication/primary_add_replica_user.twig:32
11506 #: templates/server/replication/primary_add_replica_user.twig:43
11507 #: templates/server/replication/primary_replication.twig:25
11508 msgid "Host"
11509 msgstr ""
11511 #: libraries/classes/Server/Status/Processes.php:126
11512 msgid "Command"
11513 msgstr ""
11515 #: libraries/classes/Server/Status/Processes.php:141
11516 msgid "Progress"
11517 msgstr ""
11519 #: libraries/classes/Setup/Index.php:130
11520 msgid ""
11521 "Reading of version failed. Maybe you're offline or the upgrade server does "
11522 "not respond."
11523 msgstr ""
11525 #: libraries/classes/Setup/Index.php:152
11526 msgid "Got invalid version string from server"
11527 msgstr ""
11529 #: libraries/classes/Setup/Index.php:164
11530 msgid "Unparsable version string"
11531 msgstr ""
11533 #: libraries/classes/Setup/Index.php:186
11534 #, php-format
11535 msgid ""
11536 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
11537 "version is %s, released on %s."
11538 msgstr ""
11540 #: libraries/classes/Setup/Index.php:194
11541 msgid "No newer stable version is available"
11542 msgstr ""
11544 #: libraries/classes/Sql.php:498
11545 #, php-format
11546 msgid "Using bookmark \"%s\" as default browse query."
11547 msgstr ""
11549 #: libraries/classes/Sql.php:962
11550 msgid "Showing as PHP code"
11551 msgstr ""
11553 #: libraries/classes/Sql.php:1337
11554 #, php-format
11555 msgid ""
11556 "Current selection does not contain a unique column. Grid edit, checkbox, "
11557 "Edit, Copy and Delete features are not available. %s"
11558 msgstr ""
11560 #: libraries/classes/Sql.php:1351
11561 #, php-format
11562 msgid ""
11563 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
11564 "and Delete features may result in undesired behavior. %s"
11565 msgstr ""
11567 #: libraries/classes/SqlQueryForm.php:149
11568 #, php-format
11569 msgid "Run SQL query/queries on server â€œ%s”"
11570 msgstr ""
11572 #: libraries/classes/SqlQueryForm.php:165
11573 #, php-format
11574 msgid "Run SQL query/queries on database %s"
11575 msgstr ""
11577 #: libraries/classes/SqlQueryForm.php:180
11578 #, php-format
11579 msgid "Run SQL query/queries on table %s"
11580 msgstr ""
11582 #: libraries/classes/StorageEngine.php:368
11583 msgid ""
11584 "There is no detailed status information available for this storage engine."
11585 msgstr ""
11587 #: libraries/classes/StorageEngine.php:470
11588 #: templates/database/structure/body_for_table_summary.twig:46
11589 #, php-format
11590 msgid "%s is the default storage engine on this MySQL server."
11591 msgstr ""
11593 #: libraries/classes/StorageEngine.php:473
11594 #, php-format
11595 msgid "%s is available on this MySQL server."
11596 msgstr ""
11598 #: libraries/classes/StorageEngine.php:476
11599 #, php-format
11600 msgid "%s has been disabled for this MySQL server."
11601 msgstr ""
11603 #: libraries/classes/StorageEngine.php:480
11604 #, php-format
11605 msgid "This MySQL server does not support the %s storage engine."
11606 msgstr ""
11608 #: libraries/classes/Table/Indexes.php:58 libraries/classes/Table.php:2106
11609 msgid "The name of the primary key must be \"PRIMARY\"!"
11610 msgstr ""
11612 #: libraries/classes/Table/Maintenance.php:122
11613 #, php-format
11614 msgid "Problems with indexes of table `%s`"
11615 msgstr ""
11617 #: libraries/classes/Table.php:348
11618 msgid "Unknown table status:"
11619 msgstr ""
11621 #: libraries/classes/Table.php:1011
11622 #, php-format
11623 msgid "Source database `%s` was not found!"
11624 msgstr ""
11626 #: libraries/classes/Table.php:1020
11627 #, php-format
11628 msgid "Target database `%s` was not found!"
11629 msgstr ""
11631 #: libraries/classes/Table.php:1478
11632 msgid "Invalid database:"
11633 msgstr ""
11635 #: libraries/classes/Table.php:1496
11636 msgid "Invalid table name:"
11637 msgstr ""
11639 #: libraries/classes/Table.php:1536
11640 #, php-format
11641 msgid "Failed to rename table %1$s to %2$s!"
11642 msgstr ""
11644 #: libraries/classes/Table.php:1553
11645 #, php-format
11646 msgid "Table %1$s has been renamed to %2$s."
11647 msgstr ""
11649 #: libraries/classes/Table.php:1798
11650 msgid "Could not save table UI preferences!"
11651 msgstr ""
11653 #: libraries/classes/Table.php:1824
11654 #, php-format
11655 msgid ""
11656 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
11657 "['MaxTableUiprefs'] %s)"
11658 msgstr ""
11660 #: libraries/classes/Table.php:1959
11661 #, php-format
11662 msgid ""
11663 "Cannot save UI property \"%s\". The changes made will not be persistent "
11664 "after you refresh this page. Please check if the table structure has been "
11665 "changed."
11666 msgstr ""
11668 #: libraries/classes/Table.php:2118
11669 msgid "Can't rename index to PRIMARY!"
11670 msgstr ""
11672 #: libraries/classes/Table.php:2144
11673 msgid "No index parts defined!"
11674 msgstr ""
11676 #: libraries/classes/Table.php:2440
11677 #, php-format
11678 msgid "Error creating foreign key on %1$s (check data types)"
11679 msgstr ""
11681 #: libraries/classes/Template.php:135
11682 #, php-format
11683 msgid "Error while working with template cache: %s"
11684 msgstr ""
11686 #: libraries/classes/ThemeManager.php:83
11687 #, php-format
11688 msgid "Default theme %s not found!"
11689 msgstr ""
11691 #: libraries/classes/ThemeManager.php:142
11692 #, php-format
11693 msgid "Theme %s not found!"
11694 msgstr ""
11696 #: libraries/classes/Theme.php:168
11697 #, php-format
11698 msgid "No valid image path for theme %s found!"
11699 msgstr ""
11701 #: libraries/classes/Tracking.php:236
11702 #: templates/database/tracking/tables.twig:115
11703 #: templates/table/tracking/main.twig:73
11704 msgid "Tracking report"
11705 msgstr ""
11707 #: libraries/classes/Tracking.php:240
11708 msgid "Tracking statements"
11709 msgstr ""
11711 #: libraries/classes/Tracking.php:255
11712 msgid "Delete tracking data row from report"
11713 msgstr ""
11715 #: libraries/classes/Tracking.php:267
11716 msgid "No data"
11717 msgstr ""
11719 #: libraries/classes/Tracking.php:312
11720 #: templates/database/operations/index.twig:131
11721 #: templates/database/structure/copy_form.twig:19
11722 #: templates/table/operations/index.twig:275
11723 msgid "Structure only"
11724 msgstr ""
11726 #: libraries/classes/Tracking.php:315
11727 #: templates/database/operations/index.twig:143
11728 #: templates/database/structure/copy_form.twig:29
11729 #: templates/table/operations/index.twig:287
11730 msgid "Data only"
11731 msgstr ""
11733 #: libraries/classes/Tracking.php:318
11734 #: templates/database/operations/index.twig:137
11735 #: templates/database/structure/copy_form.twig:24
11736 #: templates/table/operations/index.twig:281
11737 msgid "Structure and data"
11738 msgstr ""
11740 #: libraries/classes/Tracking.php:383 libraries/classes/Tracking.php:451
11741 #, php-format
11742 msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
11743 msgstr ""
11745 #: libraries/classes/Tracking.php:472
11746 msgid "SQL dump (file download)"
11747 msgstr ""
11749 #: libraries/classes/Tracking.php:474
11750 msgid "SQL dump"
11751 msgstr ""
11753 #: libraries/classes/Tracking.php:477
11754 msgid "This option will replace your table and contained data."
11755 msgstr ""
11757 #: libraries/classes/Tracking.php:479
11758 msgid "SQL execution"
11759 msgstr ""
11761 #: libraries/classes/Tracking.php:483
11762 #, php-format
11763 msgid "Export as %s"
11764 msgstr ""
11766 #: libraries/classes/Tracking.php:521
11767 msgid "Data manipulation statement"
11768 msgstr ""
11770 #: libraries/classes/Tracking.php:557
11771 msgid "Data definition statement"
11772 msgstr ""
11774 #: libraries/classes/Tracking.php:640
11775 #: templates/database/tracking/tables.twig:126
11776 #: templates/table/tracking/main.twig:80
11777 msgid "Structure snapshot"
11778 msgstr ""
11780 #: libraries/classes/Tracking.php:658
11781 #, php-format
11782 msgid "Version %s snapshot (SQL code)"
11783 msgstr ""
11785 #: libraries/classes/Tracking.php:728
11786 msgid "Tracking data definition successfully deleted"
11787 msgstr ""
11789 #: libraries/classes/Tracking.php:740
11790 msgid "Tracking data manipulation successfully deleted"
11791 msgstr ""
11793 #: libraries/classes/Tracking.php:797
11794 msgid ""
11795 "You can execute the dump by creating and using a temporary database. Please "
11796 "ensure that you have the privileges to do so."
11797 msgstr ""
11799 #: libraries/classes/Tracking.php:801
11800 msgid "Comment out these two lines if you do not need them."
11801 msgstr ""
11803 #: libraries/classes/Tracking.php:812
11804 msgid "SQL statements exported. Please copy the dump or execute it."
11805 msgstr ""
11807 #: libraries/classes/Tracking.php:845
11808 #, php-format
11809 msgid "Tracking report for table `%s`"
11810 msgstr ""
11812 #: libraries/classes/Tracking.php:877
11813 #, php-format
11814 msgid "Tracking for %1$s was activated at version %2$s."
11815 msgstr ""
11817 #: libraries/classes/Tracking.php:880
11818 #, php-format
11819 msgid "Tracking for %1$s was deactivated at version %2$s."
11820 msgstr ""
11822 #: libraries/classes/Tracking.php:979
11823 #, php-format
11824 msgid "Version %1$s of %2$s was deleted."
11825 msgstr ""
11827 #: libraries/classes/Tracking.php:1010
11828 #, php-format
11829 msgid "Version %1$s was created, tracking for %2$s is active."
11830 msgstr ""
11832 #: libraries/classes/Types.php:231
11833 msgid ""
11834 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
11835 msgstr ""
11837 #: libraries/classes/Types.php:234
11838 msgid ""
11839 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
11840 "65,535"
11841 msgstr ""
11843 #: libraries/classes/Types.php:238
11844 msgid ""
11845 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
11846 "0 to 16,777,215"
11847 msgstr ""
11849 #: libraries/classes/Types.php:243
11850 msgid ""
11851 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
11852 "range is 0 to 4,294,967,295"
11853 msgstr ""
11855 #: libraries/classes/Types.php:250
11856 msgid ""
11857 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
11858 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
11859 msgstr ""
11861 #: libraries/classes/Types.php:257
11862 msgid ""
11863 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
11864 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
11865 msgstr ""
11867 #: libraries/classes/Types.php:264
11868 msgid ""
11869 "A small floating-point number, allowable values are -3.402823466E+38 to "
11870 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
11871 msgstr ""
11873 #: libraries/classes/Types.php:271
11874 msgid ""
11875 "A double-precision floating-point number, allowable values are "
11876 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
11877 "2.2250738585072014E-308 to 1.7976931348623157E+308"
11878 msgstr ""
11880 #: libraries/classes/Types.php:277
11881 msgid ""
11882 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
11883 "FLOAT)"
11884 msgstr ""
11886 #: libraries/classes/Types.php:280
11887 msgid ""
11888 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
11889 "64)"
11890 msgstr ""
11892 #: libraries/classes/Types.php:284
11893 msgid ""
11894 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
11895 "values are considered true"
11896 msgstr ""
11898 #: libraries/classes/Types.php:288
11899 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
11900 msgstr ""
11902 #: libraries/classes/Types.php:292
11903 #, php-format
11904 msgid "A date, supported range is %1$s to %2$s"
11905 msgstr ""
11907 #: libraries/classes/Types.php:299
11908 #, php-format
11909 msgid "A date and time combination, supported range is %1$s to %2$s"
11910 msgstr ""
11912 #: libraries/classes/Types.php:306
11913 msgid ""
11914 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
11915 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
11916 msgstr ""
11918 #: libraries/classes/Types.php:313
11919 #, php-format
11920 msgid "A time, range is %1$s to %2$s"
11921 msgstr ""
11923 #: libraries/classes/Types.php:320
11924 msgid ""
11925 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
11926 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
11927 msgstr ""
11929 #: libraries/classes/Types.php:327
11930 msgid ""
11931 "A fixed-length (0-255, default 1) string that is always right-padded with "
11932 "spaces to the specified length when stored"
11933 msgstr ""
11935 #: libraries/classes/Types.php:334
11936 #, php-format
11937 msgid ""
11938 "A variable-length (%s) string, the effective maximum length is subject to "
11939 "the maximum row size"
11940 msgstr ""
11942 #: libraries/classes/Types.php:341
11943 msgid ""
11944 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
11945 "a one-byte prefix indicating the length of the value in bytes"
11946 msgstr ""
11948 #: libraries/classes/Types.php:348
11949 msgid ""
11950 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
11951 "with a two-byte prefix indicating the length of the value in bytes"
11952 msgstr ""
11954 #: libraries/classes/Types.php:355
11955 msgid ""
11956 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
11957 "stored with a three-byte prefix indicating the length of the value in bytes"
11958 msgstr ""
11960 #: libraries/classes/Types.php:362
11961 msgid ""
11962 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
11963 "characters, stored with a four-byte prefix indicating the length of the "
11964 "value in bytes"
11965 msgstr ""
11967 #: libraries/classes/Types.php:369
11968 msgid ""
11969 "Similar to the CHAR type, but stores binary byte strings rather than non-"
11970 "binary character strings"
11971 msgstr ""
11973 #: libraries/classes/Types.php:374
11974 msgid ""
11975 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
11976 "binary character strings"
11977 msgstr ""
11979 #: libraries/classes/Types.php:380
11980 msgid ""
11981 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
11982 "one-byte prefix indicating the length of the value"
11983 msgstr ""
11985 #: libraries/classes/Types.php:386
11986 msgid ""
11987 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
11988 "with a three-byte prefix indicating the length of the value"
11989 msgstr ""
11991 #: libraries/classes/Types.php:393
11992 msgid ""
11993 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
11994 "a two-byte prefix indicating the length of the value"
11995 msgstr ""
11997 #: libraries/classes/Types.php:399
11998 msgid ""
11999 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
12000 "bytes, stored with a four-byte prefix indicating the length of the value"
12001 msgstr ""
12003 #: libraries/classes/Types.php:406
12004 msgid ""
12005 "An enumeration, chosen from the list of up to 65,535 values or the special "
12006 "'' error value"
12007 msgstr ""
12009 #: libraries/classes/Types.php:410
12010 msgid "A single value chosen from a set of up to 64 members"
12011 msgstr ""
12013 #: libraries/classes/Types.php:413
12014 msgid "A type that can store a geometry of any type"
12015 msgstr ""
12017 #: libraries/classes/Types.php:416
12018 msgid "A point in 2-dimensional space"
12019 msgstr ""
12021 #: libraries/classes/Types.php:419
12022 msgid "A curve with linear interpolation between points"
12023 msgstr ""
12025 #: libraries/classes/Types.php:422
12026 msgid "A polygon"
12027 msgstr ""
12029 #: libraries/classes/Types.php:425
12030 msgid "A collection of points"
12031 msgstr ""
12033 #: libraries/classes/Types.php:428
12034 msgid "A collection of curves with linear interpolation between points"
12035 msgstr ""
12037 #: libraries/classes/Types.php:431
12038 msgid "A collection of polygons"
12039 msgstr ""
12041 #: libraries/classes/Types.php:434
12042 msgid "A collection of geometry objects of any type"
12043 msgstr ""
12045 #: libraries/classes/Types.php:437
12046 msgid ""
12047 "Stores and enables efficient access to data in JSON (JavaScript Object "
12048 "Notation) documents"
12049 msgstr ""
12051 #: libraries/classes/Types.php:440
12052 msgid ""
12053 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
12054 "conventional mapping of IPv4 addresses into IPv6 addresses"
12055 msgstr ""
12057 #: libraries/classes/Types.php:445
12058 msgid "128-bit UUID (Universally Unique Identifier)"
12059 msgstr ""
12061 #: libraries/classes/Types.php:791
12062 msgctxt "numeric types"
12063 msgid "Numeric"
12064 msgstr ""
12066 #: libraries/classes/Types.php:809
12067 msgctxt "date and time types"
12068 msgid "Date and time"
12069 msgstr ""
12071 #: libraries/classes/Types.php:845
12072 msgctxt "spatial types"
12073 msgid "Spatial"
12074 msgstr ""
12076 #: libraries/classes/UrlRedirector.php:55
12077 msgid "Taking you to the target site."
12078 msgstr ""
12080 #: libraries/classes/UserPassword.php:38
12081 msgid "The profile has been updated."
12082 msgstr ""
12084 #: libraries/classes/UserPassword.php:50
12085 msgid "Password is too long!"
12086 msgstr ""
12088 #: libraries/classes/UserPreferences.php:181
12089 msgid "Could not save configuration"
12090 msgstr ""
12092 #: libraries/classes/UserPreferences.php:192
12093 msgid "The phpMyAdmin configuration storage database could not be accessed."
12094 msgstr ""
12096 #: libraries/classes/Util.php:132
12097 #, php-format
12098 msgid "Max: %s%s"
12099 msgstr ""
12101 #. l10n: Short month name
12102 #. l10n: Short month name for January
12103 #: libraries/classes/Util.php:665 templates/javascript/variables.twig:34
12104 msgid "Jan"
12105 msgstr ""
12107 #. l10n: Short month name
12108 #. l10n: Short month name for February
12109 #: libraries/classes/Util.php:667 templates/javascript/variables.twig:35
12110 msgid "Feb"
12111 msgstr ""
12113 #. l10n: Short month name
12114 #. l10n: Short month name for March
12115 #: libraries/classes/Util.php:669 templates/javascript/variables.twig:36
12116 msgid "Mar"
12117 msgstr ""
12119 #. l10n: Short month name
12120 #. l10n: Short month name for April
12121 #: libraries/classes/Util.php:671 templates/javascript/variables.twig:37
12122 msgid "Apr"
12123 msgstr ""
12125 #. l10n: Short month name
12126 #: libraries/classes/Util.php:673
12127 msgctxt "Short month name"
12128 msgid "May"
12129 msgstr ""
12131 #. l10n: Short month name
12132 #. l10n: Short month name for June
12133 #: libraries/classes/Util.php:675 templates/javascript/variables.twig:39
12134 msgid "Jun"
12135 msgstr ""
12137 #. l10n: Short month name
12138 #. l10n: Short month name for July
12139 #: libraries/classes/Util.php:677 templates/javascript/variables.twig:40
12140 msgid "Jul"
12141 msgstr ""
12143 #. l10n: Short month name
12144 #. l10n: Short month name for August
12145 #: libraries/classes/Util.php:679 templates/javascript/variables.twig:41
12146 msgid "Aug"
12147 msgstr ""
12149 #. l10n: Short month name
12150 #. l10n: Short month name for September
12151 #: libraries/classes/Util.php:681 templates/javascript/variables.twig:42
12152 msgid "Sep"
12153 msgstr ""
12155 #. l10n: Short month name
12156 #. l10n: Short month name for October
12157 #: libraries/classes/Util.php:683 templates/javascript/variables.twig:43
12158 msgid "Oct"
12159 msgstr ""
12161 #. l10n: Short month name
12162 #. l10n: Short month name for November
12163 #: libraries/classes/Util.php:685 templates/javascript/variables.twig:44
12164 msgid "Nov"
12165 msgstr ""
12167 #. l10n: Short month name
12168 #. l10n: Short month name for December
12169 #: libraries/classes/Util.php:687 templates/javascript/variables.twig:45
12170 msgid "Dec"
12171 msgstr ""
12173 #. l10n: Short week day name for Sunday
12174 #: libraries/classes/Util.php:691
12175 msgctxt "Short week day name for Sunday"
12176 msgid "Sun"
12177 msgstr ""
12179 #. l10n: Short week day name for Monday
12180 #: libraries/classes/Util.php:693 templates/javascript/variables.twig:58
12181 msgid "Mon"
12182 msgstr ""
12184 #. l10n: Short week day name for Tuesday
12185 #: libraries/classes/Util.php:695 templates/javascript/variables.twig:59
12186 msgid "Tue"
12187 msgstr ""
12189 #. l10n: Short week day name for Wednesday
12190 #: libraries/classes/Util.php:697 templates/javascript/variables.twig:60
12191 msgid "Wed"
12192 msgstr ""
12194 #. l10n: Short week day name for Thursday
12195 #: libraries/classes/Util.php:699 templates/javascript/variables.twig:61
12196 msgid "Thu"
12197 msgstr ""
12199 #. l10n: Short week day name for Friday
12200 #: libraries/classes/Util.php:701 templates/javascript/variables.twig:62
12201 msgid "Fri"
12202 msgstr ""
12204 #. l10n: Short week day name for Saturday
12205 #: libraries/classes/Util.php:703 templates/javascript/variables.twig:63
12206 msgid "Sat"
12207 msgstr ""
12209 #: libraries/classes/Util.php:729
12210 msgctxt "AM/PM indication in time"
12211 msgid "PM"
12212 msgstr ""
12214 #: libraries/classes/Util.php:731
12215 msgctxt "AM/PM indication in time"
12216 msgid "AM"
12217 msgstr ""
12219 #: libraries/classes/Util.php:802
12220 #, php-format
12221 msgid "%s days, %s hours, %s minutes and %s seconds"
12222 msgstr ""
12224 #: libraries/classes/Util.php:1963
12225 msgid "Users"
12226 msgstr ""
12228 #: libraries/classes/Util.php:2579
12229 #: templates/database/multi_table_query/form.twig:67
12230 msgid "Sort"
12231 msgstr ""
12233 #: libraries/classes/ZipExtension.php:73 libraries/classes/ZipExtension.php:119
12234 msgid "Error in ZIP archive:"
12235 msgstr ""
12237 #: libraries/classes/ZipExtension.php:83
12238 msgid "No files found inside ZIP archive!"
12239 msgstr ""
12241 #: libraries/config.values.php:88 libraries/config.values.php:126
12242 #: libraries/config.values.php:138
12243 msgid "Icons"
12244 msgstr ""
12246 #: libraries/config.values.php:89 libraries/config.values.php:127
12247 #: libraries/config.values.php:139
12248 #: templates/database/multi_table_query/form.twig:118
12249 msgid "Text"
12250 msgstr ""
12252 #: libraries/config.values.php:90 libraries/config.values.php:108
12253 #: libraries/config.values.php:128 libraries/config.values.php:140
12254 msgid "Both"
12255 msgstr ""
12257 #: libraries/config.values.php:105
12258 msgid "Nowhere"
12259 msgstr ""
12261 #: libraries/config.values.php:106
12262 msgid "Left"
12263 msgstr ""
12265 #: libraries/config.values.php:107
12266 msgid "Right"
12267 msgstr ""
12269 #: libraries/config.values.php:143
12270 msgid "Click"
12271 msgstr ""
12273 #: libraries/config.values.php:144
12274 msgid "Double click"
12275 msgstr ""
12277 #: libraries/config.values.php:145 libraries/config.values.php:188
12278 #: templates/config/form_display/input.twig:16
12279 #: templates/relation/check_relations.twig:15
12280 #: templates/relation/check_relations.twig:66
12281 #: templates/relation/check_relations.twig:91
12282 #: templates/relation/check_relations.twig:129
12283 #: templates/relation/check_relations.twig:154
12284 #: templates/relation/check_relations.twig:164
12285 #: templates/relation/check_relations.twig:199
12286 #: templates/relation/check_relations.twig:224
12287 #: templates/relation/check_relations.twig:249
12288 #: templates/relation/check_relations.twig:274
12289 #: templates/relation/check_relations.twig:299
12290 #: templates/relation/check_relations.twig:324
12291 #: templates/relation/check_relations.twig:349
12292 #: templates/relation/check_relations.twig:387
12293 #: templates/relation/check_relations.twig:412
12294 #: templates/relation/check_relations.twig:437
12295 #: templates/relation/check_relations.twig:462
12296 #: templates/relation/check_relations.twig:487
12297 #: templates/relation/check_relations.twig:512
12298 msgid "Disabled"
12299 msgstr ""
12301 #: libraries/config.values.php:148
12302 msgid "key"
12303 msgstr ""
12305 #: libraries/config.values.php:149
12306 msgid "display column"
12307 msgstr ""
12309 #: libraries/config.values.php:153
12310 msgid "Welcome"
12311 msgstr ""
12313 #: libraries/config.values.php:186
12314 msgid "Open"
12315 msgstr ""
12317 #: libraries/config.values.php:187
12318 msgid "Closed"
12319 msgstr ""
12321 #: libraries/config.values.php:191 templates/javascript/variables.twig:49
12322 msgid "Monday"
12323 msgstr ""
12325 #: libraries/config.values.php:192 templates/javascript/variables.twig:50
12326 msgid "Tuesday"
12327 msgstr ""
12329 #: libraries/config.values.php:193 templates/javascript/variables.twig:51
12330 msgid "Wednesday"
12331 msgstr ""
12333 #: libraries/config.values.php:194 templates/javascript/variables.twig:52
12334 msgid "Thursday"
12335 msgstr ""
12337 #: libraries/config.values.php:195 templates/javascript/variables.twig:53
12338 msgid "Friday"
12339 msgstr ""
12341 #: libraries/config.values.php:196 templates/javascript/variables.twig:54
12342 msgid "Saturday"
12343 msgstr ""
12345 #: libraries/config.values.php:197 templates/javascript/variables.twig:48
12346 msgid "Sunday"
12347 msgstr ""
12349 #: libraries/config.values.php:200
12350 msgid "Ask before sending error reports"
12351 msgstr ""
12353 #: libraries/config.values.php:201
12354 msgid "Always send error reports"
12355 msgstr ""
12357 #: libraries/config.values.php:202
12358 msgid "Never send error reports"
12359 msgstr ""
12361 #: libraries/config.values.php:205
12362 msgid "Server default"
12363 msgstr ""
12365 #: libraries/config.values.php:206
12366 msgid "Enable"
12367 msgstr ""
12369 #: libraries/config.values.php:207
12370 msgid "Disable"
12371 msgstr ""
12373 #: libraries/config.values.php:259
12374 msgid "Quick - display only the minimal options to configure"
12375 msgstr ""
12377 #: libraries/config.values.php:260
12378 msgid "Custom - display all possible options to configure"
12379 msgstr ""
12381 #: libraries/config.values.php:261
12382 msgid "Custom - like above, but without the quick/custom choice"
12383 msgstr ""
12385 #: libraries/config.values.php:328
12386 msgid "complete inserts"
12387 msgstr ""
12389 #: libraries/config.values.php:329
12390 msgid "extended inserts"
12391 msgstr ""
12393 #: libraries/config.values.php:330
12394 msgid "both of the above"
12395 msgstr ""
12397 #: libraries/config.values.php:331
12398 msgid "neither of the above"
12399 msgstr ""
12401 #: setup/index.php:33
12402 msgid "Configuration already exists, setup is disabled!"
12403 msgstr ""
12405 #: setup/validate.php:31
12406 msgid "Wrong data"
12407 msgstr ""
12409 #: setup/validate.php:38
12410 #, php-format
12411 msgid "Wrong data or no validation for %s"
12412 msgstr ""
12414 #: templates/columns_definitions/column_attributes.twig:31
12415 #: templates/database/central_columns/edit_table_row.twig:23
12416 #: templates/database/central_columns/main.twig:71
12417 #: templates/database/central_columns/main.twig:298
12418 msgid "Edit ENUM/SET values"
12419 msgstr ""
12421 #: templates/columns_definitions/column_attributes.twig:38
12422 #: templates/database/central_columns/edit_table_row.twig:30
12423 #: templates/database/central_columns/main.twig:76
12424 #: templates/database/central_columns/main.twig:309
12425 msgctxt "for default"
12426 msgid "None"
12427 msgstr ""
12429 #: templates/columns_definitions/column_attributes.twig:41
12430 #: templates/database/central_columns/edit_table_row.twig:33
12431 #: templates/database/central_columns/main.twig:77
12432 #: templates/database/central_columns/main.twig:312
12433 msgid "As defined:"
12434 msgstr ""
12436 #: templates/columns_definitions/column_attributes.twig:102
12437 msgid ""
12438 "You don't have sufficient privileges to perform this operation; Please refer "
12439 "to the documentation for more details"
12440 msgstr ""
12442 #: templates/columns_definitions/column_attributes.twig:116
12443 #: templates/database/data_dictionary/index.twig:75 templates/indexes.twig:18
12444 #: templates/table/structure/display_structure.twig:152
12445 #: templates/table/structure/display_structure.twig:160
12446 #: templates/table/structure/display_structure.twig:298
12447 #: templates/table/structure/display_structure.twig:477
12448 #: templates/table/tracking/structure_snapshot_indexes.twig:7
12449 msgid "Unique"
12450 msgstr ""
12452 #: templates/columns_definitions/column_attributes.twig:124
12453 #: templates/table/structure/display_structure.twig:219
12454 #: templates/table/structure/display_structure.twig:222
12455 #: templates/table/structure/display_structure.twig:307
12456 msgid "Fulltext"
12457 msgstr ""
12459 #: templates/columns_definitions/column_attributes.twig:128
12460 #: templates/table/structure/display_structure.twig:192
12461 #: templates/table/structure/display_structure.twig:200
12462 #: templates/table/structure/display_structure.twig:304
12463 msgid "Spatial"
12464 msgstr ""
12466 #: templates/columns_definitions/column_attributes.twig:165
12467 #: templates/table/structure/display_partitions.twig:26
12468 msgid "Expression"
12469 msgstr ""
12471 #: templates/columns_definitions/column_attributes.twig:186
12472 msgid "first"
12473 msgstr ""
12475 #: templates/columns_definitions/column_attributes.twig:191
12476 #: templates/table/structure/display_structure.twig:450
12477 #, php-format
12478 msgid "after %s"
12479 msgstr ""
12481 #: templates/columns_definitions/column_definitions_form.twig:23
12482 #: templates/database/create_table.twig:6
12483 #: templates/database/operations/index.twig:30
12484 msgid "Table name"
12485 msgstr ""
12487 #: templates/columns_definitions/column_definitions_form.twig:32
12488 #: templates/console/display.twig:99
12489 #: templates/database/central_columns/main.twig:196 templates/export.twig:285
12490 #: templates/export.twig:301 templates/export.twig:317
12491 msgid "Add"
12492 msgstr ""
12494 #: templates/columns_definitions/column_definitions_form.twig:40
12495 msgid "column(s)"
12496 msgstr ""
12498 #: templates/columns_definitions/column_definitions_form.twig:74
12499 msgid "Collation:"
12500 msgstr ""
12502 #: templates/columns_definitions/column_definitions_form.twig:77
12503 msgid "Storage Engine:"
12504 msgstr ""
12506 #: templates/columns_definitions/column_definitions_form.twig:82
12507 msgid "Connection:"
12508 msgstr ""
12510 #: templates/columns_definitions/column_definitions_form.twig:113
12511 #: templates/columns_definitions/partitions.twig:137
12512 #: templates/table/operations/index.twig:133
12513 msgid "Storage engine"
12514 msgstr ""
12516 #: templates/columns_definitions/column_definitions_form.twig:136
12517 msgid "PARTITION definition:"
12518 msgstr ""
12520 #: templates/columns_definitions/column_definitions_form.twig:154
12521 msgctxt "Online transaction part of the SQL DDL for InnoDB"
12522 msgid "Online transaction"
12523 msgstr ""
12525 #: templates/columns_definitions/column_definitions_form.twig:166
12526 msgid ""
12527 "The column width of integer types is ignored in your MySQL version unless "
12528 "defining a TINYINT(1) column"
12529 msgstr ""
12531 #: templates/columns_definitions/column_definitions_form.twig:175
12532 #: templates/database/designer/main.twig:1097
12533 #: templates/database/designer/main.twig:1112 templates/export_modal.twig:5
12534 #: templates/export.twig:81 templates/modals/build_query.twig:5
12535 #: templates/modals/index_dialog_modal.twig:5
12536 #: templates/modals/preview_sql_confirmation.twig:5
12537 #: templates/modals/preview_sql_modal.twig:5
12538 #: templates/table/insert/actions_panel.twig:46
12539 #: templates/table/relation/common_form.twig:233
12540 #: templates/table/zoom_search/result_form.twig:26
12541 #: templates/table/zoom_search/result_form.twig:95
12542 msgid "Loading"
12543 msgstr ""
12545 #: templates/columns_definitions/column_name.twig:4
12546 #, php-format
12547 msgid "Referenced by %s."
12548 msgstr ""
12550 #: templates/columns_definitions/column_name.twig:12
12551 msgid "Is a foreign key."
12552 msgstr ""
12554 #: templates/columns_definitions/column_name.twig:39
12555 msgid "Pick from Central Columns"
12556 msgstr ""
12558 #: templates/columns_definitions/partitions.twig:17
12559 msgid "Partition by:"
12560 msgstr ""
12562 #: templates/columns_definitions/partitions.twig:32
12563 #: templates/columns_definitions/partitions.twig:60
12564 msgid "Expression or column list"
12565 msgstr ""
12567 #: templates/columns_definitions/partitions.twig:37
12568 msgid "Partitions:"
12569 msgstr ""
12571 #: templates/columns_definitions/partitions.twig:45
12572 msgid "Subpartition by:"
12573 msgstr ""
12575 #: templates/columns_definitions/partitions.twig:65
12576 msgid "Subpartitions:"
12577 msgstr ""
12579 #: templates/columns_definitions/partitions.twig:76
12580 #: templates/table/operations/index.twig:480
12581 #: templates/table/structure/display_partitions.twig:24
12582 msgid "Partition"
12583 msgstr ""
12585 #: templates/columns_definitions/partitions.twig:78
12586 msgid "Values"
12587 msgstr ""
12589 #: templates/columns_definitions/partitions.twig:82
12590 msgid "Subpartition"
12591 msgstr ""
12593 #: templates/columns_definitions/partitions.twig:84
12594 msgid "Engine"
12595 msgstr ""
12597 #: templates/columns_definitions/partitions.twig:85
12598 #: templates/config/form_display/input.twig:53
12599 #: templates/database/data_dictionary/index.twig:81
12600 #: templates/database/events/editor_form.twig:102
12601 #: templates/database/routines/editor_form.twig:167
12602 #: templates/database/structure/table_header.twig:46 templates/indexes.twig:24
12603 #: templates/table/structure/display_partitions.twig:31
12604 #: templates/table/structure/display_structure.twig:483
12605 #: templates/table/tracking/structure_snapshot_columns.twig:12
12606 #: templates/table/tracking/structure_snapshot_indexes.twig:13
12607 msgid "Comment"
12608 msgstr ""
12610 #: templates/columns_definitions/partitions.twig:86
12611 msgid "Data directory"
12612 msgstr ""
12614 #: templates/columns_definitions/partitions.twig:87
12615 msgid "Index directory"
12616 msgstr ""
12618 #: templates/columns_definitions/partitions.twig:88
12619 msgid "Max rows"
12620 msgstr ""
12622 #: templates/columns_definitions/partitions.twig:89
12623 msgid "Min rows"
12624 msgstr ""
12626 #: templates/columns_definitions/partitions.twig:90
12627 msgid "Table space"
12628 msgstr ""
12630 #: templates/columns_definitions/partitions.twig:91
12631 msgid "Node group"
12632 msgstr ""
12634 #: templates/columns_definitions/table_fields_definitions.twig:16
12635 #: templates/database/central_columns/edit.twig:10
12636 #: templates/database/routines/editor_form.twig:52
12637 msgid "Length/Values"
12638 msgstr ""
12640 #: templates/columns_definitions/table_fields_definitions.twig:17
12641 msgid ""
12642 "If column type is \"enum\" or \"set\", please enter the values using this "
12643 "format: 'a','b','c'
<br>If you ever need to put a backslash (\"\\\") or a "
12644 "single quote (\"'\") amongst those values, precede it with a backslash (for "
12645 "example '\\\\xyz' or 'a\\'b')."
12646 msgstr ""
12648 #: templates/columns_definitions/table_fields_definitions.twig:21
12649 msgid ""
12650 "For default values, please enter just a single value, without backslash "
12651 "escaping or quotes, using this format: a"
12652 msgstr ""
12654 #: templates/columns_definitions/table_fields_definitions.twig:24
12655 #: templates/database/central_columns/edit.twig:12
12656 #: templates/database/central_columns/main.twig:32
12657 #: templates/database/central_columns/main.twig:236
12658 #: templates/database/data_dictionary/index.twig:79
12659 #: templates/database/operations/index.twig:194
12660 #: templates/database/operations/index.twig:198
12661 #: templates/database/structure/table_header.twig:31
12662 #: templates/home/index.twig:64 templates/indexes.twig:22
12663 #: templates/server/databases/index.twig:29
12664 #: templates/server/databases/index.twig:30
12665 #: templates/server/databases/index.twig:123
12666 #: templates/table/operations/index.twig:151
12667 #: templates/table/search/index.twig:40
12668 #: templates/table/structure/display_structure.twig:23
12669 #: templates/table/structure/display_structure.twig:481
12670 #: templates/table/structure/display_table_stats.twig:108
12671 #: templates/table/tracking/structure_snapshot_columns.twig:8
12672 #: templates/table/tracking/structure_snapshot_indexes.twig:11
12673 #: templates/table/zoom_search/index.twig:38
12674 msgid "Collation"
12675 msgstr ""
12677 #: templates/columns_definitions/table_fields_definitions.twig:36
12678 #: templates/database/operations/index.twig:68
12679 #: templates/database/operations/index.twig:173
12680 #: templates/database/routines/editor_form.twig:128
12681 #: templates/database/structure/copy_form.twig:50
12682 #: templates/table/operations/index.twig:79
12683 #: templates/table/operations/index.twig:115
12684 #: templates/table/operations/index.twig:315
12685 msgid "Adjust privileges"
12686 msgstr ""
12688 #: templates/columns_definitions/table_fields_definitions.twig:59
12689 msgid "Virtuality"
12690 msgstr ""
12692 #: templates/columns_definitions/table_fields_definitions.twig:65
12693 msgid "Move column"
12694 msgstr ""
12696 #: templates/columns_definitions/table_fields_definitions.twig:75
12697 #: templates/columns_definitions/table_fields_definitions.twig:86
12698 msgid "List of available transformations and their options"
12699 msgstr ""
12701 #: templates/columns_definitions/table_fields_definitions.twig:77
12702 #: templates/transformation_overview.twig:18
12703 msgid "Browser display transformation"
12704 msgstr ""
12706 #: templates/columns_definitions/table_fields_definitions.twig:81
12707 msgid "Browser display transformation options"
12708 msgstr ""
12710 #: templates/columns_definitions/table_fields_definitions.twig:82
12711 #: templates/columns_definitions/table_fields_definitions.twig:93
12712 msgid ""
12713 "Please enter the values for transformation options using this format: 'a', "
12714 "100, b,'c'
<br>If you ever need to put a backslash (\"\\\") or a single "
12715 "quote (\"'\") amongst those values, precede it with a backslash (for example "
12716 "'\\\\xyz' or 'a\\'b')."
12717 msgstr ""
12719 #: templates/columns_definitions/table_fields_definitions.twig:88
12720 #: templates/transformation_overview.twig:37
12721 msgid "Input transformation"
12722 msgstr ""
12724 #: templates/columns_definitions/table_fields_definitions.twig:92
12725 msgid "Input transformation options"
12726 msgstr ""
12728 #: templates/config/form_display/input.twig:15
12729 msgid "This setting is disabled, it will not be applied to your configuration."
12730 msgstr ""
12732 #: templates/config/form_display/input.twig:57
12733 #: templates/config/form_display/input.twig:58
12734 #, php-format
12735 msgid "Set value: %s"
12736 msgstr ""
12738 #: templates/config/form_display/input.twig:63
12739 #: templates/config/form_display/input.twig:64
12740 msgid "Restore default value"
12741 msgstr ""
12743 #: templates/config/form_display/input.twig:79
12744 #: templates/config/form_display/input.twig:80
12745 msgid "Allow users to customize this value"
12746 msgstr ""
12748 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12749 #: templates/console/display.twig:84 templates/console/display.twig:175
12750 msgid "Collapse"
12751 msgstr ""
12753 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12754 #: templates/console/display.twig:84 templates/console/display.twig:175
12755 msgid "Expand"
12756 msgstr ""
12758 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12759 #: templates/console/display.twig:175
12760 msgid "Requery"
12761 msgstr ""
12763 #: templates/console/display.twig:7 templates/setup/home/index.twig:166
12764 #: templates/sql/query.twig:38
12765 msgid "Clear"
12766 msgstr ""
12768 #: templates/console/display.twig:7
12769 msgid "History"
12770 msgstr ""
12772 #: templates/console/display.twig:11 templates/console/display.twig:99
12773 msgid "Bookmarks"
12774 msgstr ""
12776 #: templates/console/display.twig:20
12777 msgid "Press Ctrl+Enter to execute query"
12778 msgstr ""
12780 #: templates/console/display.twig:23
12781 msgid "Press Enter to execute query"
12782 msgstr ""
12784 #: templates/console/display.twig:31 templates/console/display.twig:175
12785 msgid "Explain"
12786 msgstr ""
12788 #: templates/console/display.twig:40 templates/console/display.twig:184
12789 msgid "Bookmark"
12790 msgstr ""
12792 #: templates/console/display.twig:40 templates/console/display.twig:184
12793 msgid "Query failed"
12794 msgstr ""
12796 #: templates/console/display.twig:42 templates/console/display.twig:184
12797 msgid "Queried time"
12798 msgstr ""
12800 #: templates/console/display.twig:47
12801 msgid "During current session"
12802 msgstr ""
12804 #: templates/console/display.twig:64
12805 msgid "ascending"
12806 msgstr ""
12808 #: templates/console/display.twig:64
12809 msgid "descending"
12810 msgstr ""
12812 #: templates/console/display.twig:64
12813 msgid "Order:"
12814 msgstr ""
12816 #: templates/console/display.twig:64 templates/console/display.twig:84
12817 #: templates/table/find_replace/replace_preview.twig:16
12818 msgid "Count"
12819 msgstr ""
12821 #: templates/console/display.twig:64
12822 msgid "Execution order"
12823 msgstr ""
12825 #: templates/console/display.twig:64 templates/console/display.twig:84
12826 msgid "Time taken"
12827 msgstr ""
12829 #: templates/console/display.twig:64 templates/table/search/index.twig:146
12830 msgid "Order by:"
12831 msgstr ""
12833 #: templates/console/display.twig:64
12834 msgid "Ungroup queries"
12835 msgstr ""
12837 #: templates/console/display.twig:84
12838 msgid "Show trace"
12839 msgstr ""
12841 #: templates/console/display.twig:84
12842 msgid "Hide trace"
12843 msgstr ""
12845 #: templates/console/display.twig:112
12846 msgid "Add bookmark"
12847 msgstr ""
12849 #: templates/console/display.twig:121
12850 msgid "Label"
12851 msgstr ""
12853 #: templates/console/display.twig:124
12854 msgid "Target database"
12855 msgstr ""
12857 #: templates/console/display.twig:127
12858 msgid "Share this bookmark"
12859 msgstr ""
12861 #: templates/console/display.twig:140
12862 msgid "Set default"
12863 msgstr ""
12865 #: templates/console/display.twig:162
12866 msgid ""
12867 "Execute queries on Enter and insert new line with Shift+Enter. To make this "
12868 "permanent, view settings."
12869 msgstr ""
12871 #: templates/create_tracking_version.twig:10
12872 #, php-format
12873 msgid "Create version %1$s of %2$s"
12874 msgstr ""
12876 #: templates/create_tracking_version.twig:15
12877 #, php-format
12878 msgid "Create version %1$s"
12879 msgstr ""
12881 #: templates/create_tracking_version.twig:21
12882 msgid "Track these data definition statements:"
12883 msgstr ""
12885 #: templates/create_tracking_version.twig:60
12886 msgid "Track these data manipulation statements:"
12887 msgstr ""
12889 #: templates/create_tracking_version.twig:77
12890 msgid "Create version"
12891 msgstr ""
12893 #: templates/database/central_columns/edit.twig:15
12894 msgctxt "Auto Increment"
12895 msgid "A_I"
12896 msgstr ""
12898 #: templates/database/central_columns/main.twig:4
12899 msgid "Add new column"
12900 msgstr ""
12902 #: templates/database/central_columns/main.twig:24
12903 #: templates/database/central_columns/main.twig:228
12904 msgid "Length/Value"
12905 msgstr ""
12907 #: templates/database/central_columns/main.twig:36
12908 #: templates/database/central_columns/main.twig:240
12909 msgid "Attribute"
12910 msgstr ""
12912 #: templates/database/central_columns/main.twig:44
12913 #: templates/database/central_columns/main.twig:248
12914 msgid "A_I"
12915 msgstr ""
12917 #: templates/database/central_columns/main.twig:129
12918 msgid "The central list of columns for the current database is empty"
12919 msgstr ""
12921 #: templates/database/central_columns/main.twig:166
12922 #: templates/display/results/table.twig:62
12923 msgid "Filter rows"
12924 msgstr ""
12926 #: templates/database/central_columns/main.twig:167
12927 #: templates/display/results/table.twig:64
12928 msgid "Search this table"
12929 msgstr ""
12931 #: templates/database/central_columns/main.twig:178
12932 #: templates/table/structure/display_structure.twig:435
12933 msgid "Add column"
12934 msgstr ""
12936 #: templates/database/central_columns/main.twig:187
12937 msgid "Select a table"
12938 msgstr ""
12940 #: templates/database/central_columns/main.twig:194
12941 msgid "Select a column."
12942 msgstr ""
12944 #: templates/database/central_columns/main.twig:213
12945 msgid "Click to sort."
12946 msgstr ""
12948 #: templates/database/central_columns/main.twig:218
12949 #: templates/database/privileges/index.twig:22
12950 #: templates/database/structure/table_header.twig:22
12951 #: templates/database/tracking/tables.twig:18
12952 #: templates/database/tracking/tables.twig:154 templates/indexes.twig:15
12953 #: templates/server/databases/index.twig:163
12954 #: templates/server/privileges/privileges_summary.twig:22
12955 #: templates/server/privileges/users_overview.twig:22
12956 #: templates/server/user_groups/user_groups.twig:21
12957 #: templates/server/variables/index.twig:30
12958 #: templates/table/privileges/index.twig:24
12959 #: templates/table/structure/display_partitions.twig:33
12960 #: templates/table/structure/display_structure.twig:34
12961 #: templates/table/structure/display_structure.twig:474
12962 #: templates/table/tracking/main.twig:32
12963 #: templates/table/tracking/report_table.twig:8
12964 msgid "Action"
12965 msgstr ""
12967 #: templates/database/create_table.twig:3
12968 #: templates/database/operations/index.twig:27
12969 msgid "Create new table"
12970 msgstr ""
12972 #: templates/database/create_table.twig:10
12973 #: templates/database/operations/index.twig:34
12974 msgid "Number of columns"
12975 msgstr ""
12977 #: templates/database/create_table.twig:14
12978 #: templates/database/operations/index.twig:39 templates/export.twig:27
12979 #: templates/server/databases/index.twig:46
12980 msgid "Create"
12981 msgstr ""
12983 #: templates/database/data_dictionary/index.twig:4
12984 #, fuzzy
12985 #| msgid "Database comment"
12986 msgid "Database comment:"
12987 msgstr "ƞürove Databas"
12989 #: templates/database/data_dictionary/index.twig:8
12990 #: templates/database/data_dictionary/index.twig:124
12991 #: templates/database/structure/index.twig:19
12992 #: templates/display/results/table.twig:258
12993 #: templates/table/structure/display_structure.twig:393
12994 msgid "Print"
12995 msgstr ""
12997 #: templates/database/data_dictionary/index.twig:76 templates/indexes.twig:19
12998 #: templates/table/structure/display_structure.twig:478
12999 #: templates/table/tracking/structure_snapshot_indexes.twig:8
13000 msgid "Packed"
13001 msgstr ""
13003 #: templates/database/data_dictionary/index.twig:78 templates/indexes.twig:21
13004 #: templates/table/structure/display_structure.twig:480
13005 #: templates/table/tracking/structure_snapshot_indexes.twig:10
13006 msgid "Cardinality"
13007 msgstr ""
13009 #: templates/database/data_dictionary/index.twig:117 templates/indexes.twig:92
13010 #: templates/table/structure/display_structure.twig:559
13011 msgid "No index defined!"
13012 msgstr ""
13014 #: templates/database/designer/database_tables.twig:31
13015 #: templates/database/export/index.twig:28
13016 #: templates/database/search/main.twig:43 templates/server/export/index.twig:10
13017 #: templates/server/privileges/privileges_table.twig:28
13018 #: templates/server/privileges/privileges_table.twig:55
13019 #: templates/server/privileges/privileges_table.twig:82
13020 #: templates/server/privileges/privileges_table.twig:109
13021 #: templates/server/replication/database_multibox.twig:7
13022 msgid "Select all"
13023 msgstr ""
13025 #: templates/database/designer/database_tables.twig:37
13026 msgid "Show/hide columns"
13027 msgstr ""
13029 #: templates/database/designer/database_tables.twig:46
13030 msgid "See table structure"
13031 msgstr ""
13033 #: templates/database/designer/database_tables.twig:91
13034 #, php-format
13035 msgid "Select \"%s\""
13036 msgstr ""
13038 #: templates/database/designer/database_tables.twig:109
13039 #, php-format
13040 msgid "Add an option for column \"%s\"."
13041 msgstr ""
13043 #: templates/database/designer/edit_delete_pages.twig:6
13044 msgid "Page to open"
13045 msgstr ""
13047 #: templates/database/designer/edit_delete_pages.twig:6
13048 msgid "Page to delete"
13049 msgstr ""
13051 #: templates/database/designer/main.twig:19
13052 #: templates/database/designer/main.twig:25
13053 msgid "Show/Hide tables list"
13054 msgstr ""
13056 #: templates/database/designer/main.twig:29
13057 #: templates/database/designer/main.twig:35
13058 #: templates/database/designer/main.twig:36
13059 msgid "View in fullscreen"
13060 msgstr ""
13062 #: templates/database/designer/main.twig:34
13063 msgid "Exit fullscreen"
13064 msgstr ""
13066 #: templates/database/designer/main.twig:48
13067 #: templates/database/designer/main.twig:52
13068 msgid "New page"
13069 msgstr ""
13071 #: templates/database/designer/main.twig:77
13072 #: templates/database/designer/main.twig:80
13073 msgid "Delete pages"
13074 msgstr ""
13076 #: templates/database/designer/main.twig:84
13077 #: templates/database/designer/main.twig:87
13078 #: templates/database/structure/show_create.twig:11
13079 msgid "Create table"
13080 msgstr ""
13082 #: templates/database/designer/main.twig:91
13083 #: templates/database/designer/main.twig:94
13084 #: templates/database/designer/main.twig:271
13085 msgid "Create relationship"
13086 msgstr ""
13088 #: templates/database/designer/main.twig:105
13089 #: templates/database/designer/main.twig:108
13090 msgid "Reload"
13091 msgstr ""
13093 #: templates/database/designer/main.twig:112
13094 #: templates/database/designer/main.twig:115
13095 msgid "Help"
13096 msgstr ""
13098 #: templates/database/designer/main.twig:120
13099 #: templates/database/designer/main.twig:123
13100 msgid "Angular links"
13101 msgstr ""
13103 #: templates/database/designer/main.twig:120
13104 #: templates/database/designer/main.twig:123
13105 msgid "Direct links"
13106 msgstr ""
13108 #: templates/database/designer/main.twig:127
13109 #: templates/database/designer/main.twig:129
13110 msgid "Snap to grid"
13111 msgstr ""
13113 #: templates/database/designer/main.twig:133
13114 #: templates/database/designer/main.twig:139
13115 msgid "Small/Big All"
13116 msgstr ""
13118 #: templates/database/designer/main.twig:143
13119 #: templates/database/designer/main.twig:146
13120 msgid "Toggle small/big"
13121 msgstr ""
13123 #: templates/database/designer/main.twig:150
13124 #: templates/database/designer/main.twig:153
13125 msgid "Toggle relationship lines"
13126 msgstr ""
13128 #: templates/database/designer/main.twig:158
13129 #: templates/database/designer/main.twig:161
13130 msgid "Export schema"
13131 msgstr ""
13133 #: templates/database/designer/main.twig:169
13134 #: templates/database/designer/main.twig:172
13135 msgid "Build Query"
13136 msgstr ""
13138 #: templates/database/designer/main.twig:177
13139 #: templates/database/designer/main.twig:181
13140 msgid "Move Menu"
13141 msgstr ""
13143 #: templates/database/designer/main.twig:185
13144 #: templates/database/designer/main.twig:190
13145 msgid "Pin text"
13146 msgstr ""
13148 #: templates/database/designer/main.twig:202
13149 msgid "Hide/Show all"
13150 msgstr ""
13152 #: templates/database/designer/main.twig:212
13153 msgid "Hide/Show tables with no relationship"
13154 msgstr ""
13156 #: templates/database/designer/main.twig:223
13157 msgid "Number of tables:"
13158 msgstr ""
13160 #: templates/database/designer/main.twig:381
13161 msgid "Delete relationship"
13162 msgstr ""
13164 #: templates/database/designer/main.twig:445
13165 #: templates/database/designer/main.twig:610
13166 msgid "Relationship operator"
13167 msgstr ""
13169 #: templates/database/designer/main.twig:474
13170 #: templates/database/designer/main.twig:639
13171 #: templates/database/designer/main.twig:845
13172 #: templates/database/designer/main.twig:1038
13173 msgid "Except"
13174 msgstr ""
13176 #: templates/database/designer/main.twig:484
13177 #: templates/database/designer/main.twig:649
13178 #: templates/database/designer/main.twig:855
13179 #: templates/database/designer/main.twig:1048
13180 #: templates/database/routines/execute_form.twig:20
13181 #: templates/server/replication/status_table.twig:17
13182 #: templates/server/status/variables/index.twig:76
13183 #: templates/server/variables/index.twig:32
13184 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:9
13185 #: templates/table/search/index.twig:42
13186 #: templates/table/zoom_search/index.twig:40
13187 #: templates/table/zoom_search/result_form.twig:37
13188 msgid "Value"
13189 msgstr ""
13191 #: templates/database/designer/main.twig:486
13192 #: templates/database/designer/main.twig:651
13193 #: templates/database/designer/main.twig:857
13194 #: templates/database/designer/main.twig:1050
13195 msgid "subquery"
13196 msgstr ""
13198 #: templates/database/designer/main.twig:495
13199 #: templates/database/designer/main.twig:711
13200 msgid "Rename to"
13201 msgstr ""
13203 #: templates/database/designer/main.twig:501
13204 #: templates/database/designer/main.twig:719
13205 msgid "New name"
13206 msgstr ""
13208 #: templates/database/designer/main.twig:510
13209 #: templates/database/designer/main.twig:916
13210 msgid "Aggregate"
13211 msgstr ""
13213 #: templates/database/designer/main.twig:516
13214 #: templates/database/designer/main.twig:580
13215 #: templates/database/designer/main.twig:785
13216 #: templates/database/designer/main.twig:816
13217 #: templates/database/designer/main.twig:924
13218 #: templates/database/designer/main.twig:1009
13219 #: templates/table/search/index.twig:41
13220 #: templates/table/zoom_search/index.twig:39
13221 msgid "Operator"
13222 msgstr ""
13224 #: templates/database/designer/main.twig:1090
13225 msgid "Active options"
13226 msgstr ""
13228 #: templates/database/designer/page_save_as.twig:19
13229 msgid "Save to selected page"
13230 msgstr ""
13232 #: templates/database/designer/page_save_as.twig:23
13233 msgid "Create a page and save to it"
13234 msgstr ""
13236 #: templates/database/designer/page_save_as.twig:29
13237 msgid "New page name"
13238 msgstr ""
13240 #: templates/database/designer/page_selector.twig:2
13241 msgid "Select page"
13242 msgstr ""
13244 #: templates/database/designer/schema_export.twig:4
13245 msgid "Select Export Relational Type"
13246 msgstr ""
13248 #: templates/database/events/editor_form.twig:10
13249 #: templates/database/routines/editor_form.twig:11
13250 #: templates/database/triggers/editor_form.twig:14 templates/view_create.twig:8
13251 msgid "Details"
13252 msgstr ""
13254 #: templates/database/events/editor_form.twig:19
13255 msgid "Event name"
13256 msgstr ""
13258 #: templates/database/events/editor_form.twig:35
13259 #: templates/server/binlog/index.twig:86
13260 msgid "Event type"
13261 msgstr ""
13263 #: templates/database/events/editor_form.twig:48
13264 #: templates/database/routines/editor_form.twig:38
13265 #, php-format
13266 msgid "Change to %s"
13267 msgstr ""
13269 #: templates/database/events/editor_form.twig:53
13270 msgid "Execute at"
13271 msgstr ""
13273 #: templates/database/events/editor_form.twig:59
13274 msgid "Execute every"
13275 msgstr ""
13277 #: templates/database/events/editor_form.twig:70
13278 msgctxt "Start of recurring event"
13279 msgid "Start"
13280 msgstr ""
13282 #: templates/database/events/editor_form.twig:76
13283 msgctxt "End of recurring event"
13284 msgid "End"
13285 msgstr ""
13287 #: templates/database/events/editor_form.twig:90
13288 msgid "On completion preserve"
13289 msgstr ""
13291 #: templates/database/events/editor_form.twig:96
13292 #: templates/database/routines/editor_form.twig:142
13293 #: templates/database/triggers/editor_form.twig:61
13294 #: templates/view_create.twig:45
13295 msgid "Definer"
13296 msgstr ""
13298 #: templates/database/events/index.twig:13
13299 #: templates/database/privileges/index.twig:113
13300 #: templates/database/privileges/index.twig:114
13301 #: templates/database/routines/index.twig:13
13302 #: templates/database/structure/check_all_tables.twig:3
13303 #: templates/database/structure/check_all_tables.twig:4
13304 #: templates/database/triggers/list.twig:13
13305 #: templates/display/results/table.twig:223
13306 #: templates/display/results/table.twig:224 templates/select_all.twig:4
13307 #: templates/select_all.twig:5 templates/server/databases/index.twig:64
13308 #: templates/server/privileges/edit_routine_privileges.twig:57
13309 #: templates/server/privileges/privileges_table.twig:268
13310 #: templates/server/privileges/privileges_table.twig:269
13311 #: templates/server/privileges/privileges_table.twig:277
13312 #: templates/server/privileges/privileges_table.twig:351
13313 #: templates/server/privileges/privileges_table.twig:551
13314 #: templates/server/privileges/users_overview.twig:121
13315 #: templates/server/privileges/users_overview.twig:122
13316 #: templates/server/user_groups/edit_user_groups.twig:11
13317 #: templates/table/privileges/index.twig:117
13318 #: templates/table/privileges/index.twig:118
13319 msgid "Check all"
13320 msgstr ""
13322 #: templates/database/events/index.twig:27
13323 msgid "Create new event"
13324 msgstr ""
13326 #: templates/database/events/index.twig:36
13327 msgid "There are no events to display."
13328 msgstr ""
13330 #: templates/database/events/index.twig:112
13331 msgid "Event scheduler status"
13332 msgstr ""
13334 #: templates/database/events/index.twig:117
13335 #: templates/database/tracking/tables.twig:47
13336 msgid "Click to toggle"
13337 msgstr ""
13339 #: templates/database/events/index.twig:130
13340 msgid "ON"
13341 msgstr ""
13343 #: templates/database/events/index.twig:141
13344 msgid "OFF"
13345 msgstr ""
13347 #: templates/database/export/index.twig:61
13348 msgid ""
13349 "@SERVER@ will become the server name and @DATABASE@ will become the database "
13350 "name."
13351 msgstr ""
13353 #. l10n: A query that the user has written freely
13354 #: templates/database/export/index.twig:5 templates/table/export/index.twig:5
13355 msgid "Exporting a raw query"
13356 msgstr ""
13358 #: templates/database/export/index.twig:7
13359 #, php-format
13360 msgid "Exporting tables from \"%s\" database"
13361 msgstr ""
13363 #: templates/database/export/index.twig:30
13364 msgid "Export the structure of all tables."
13365 msgstr ""
13367 #: templates/database/export/index.twig:33
13368 msgid "Export the data of all tables."
13369 msgstr ""
13371 #: templates/database/import/index.twig:3
13372 #, php-format
13373 msgid "Importing into the database \"%s\""
13374 msgstr ""
13376 #: templates/database/multi_table_query/form.twig:4
13377 #: templates/database/qbe/index.twig:4
13378 msgid "Multi-table query"
13379 msgstr ""
13381 #: templates/database/multi_table_query/form.twig:10
13382 #: templates/database/qbe/index.twig:10
13383 msgid "Query by example"
13384 msgstr ""
13386 #: templates/database/multi_table_query/form.twig:17
13387 msgid "Query window"
13388 msgstr ""
13390 #: templates/database/multi_table_query/form.twig:38
13391 #: templates/database/multi_table_query/form.twig:128
13392 msgid "select table"
13393 msgstr ""
13395 #: templates/database/multi_table_query/form.twig:45
13396 #: templates/database/multi_table_query/form.twig:136
13397 msgid "select column"
13398 msgstr ""
13400 #: templates/database/multi_table_query/form.twig:51
13401 msgid "Table alias"
13402 msgstr ""
13404 #: templates/database/multi_table_query/form.twig:52
13405 #, fuzzy
13406 #| msgid "Column"
13407 msgid "Column alias"
13408 msgstr "Derz"
13410 #: templates/database/multi_table_query/form.twig:55
13411 msgid "Use this column in criteria"
13412 msgstr ""
13414 #: templates/database/multi_table_query/form.twig:59
13415 msgid "criteria"
13416 msgstr ""
13418 #: templates/database/multi_table_query/form.twig:73
13419 msgid "Add as"
13420 msgstr ""
13422 #: templates/database/multi_table_query/form.twig:119
13423 msgid "Another column"
13424 msgstr ""
13426 #: templates/database/multi_table_query/form.twig:146
13427 msgid "Enter criteria as free text"
13428 msgstr ""
13430 #: templates/database/multi_table_query/form.twig:153
13431 msgid "Remove this column"
13432 msgstr ""
13434 #: templates/database/multi_table_query/form.twig:159
13435 #: templates/table/relation/foreign_key_row.twig:85
13436 msgid "+ Add column"
13437 msgstr ""
13439 #: templates/database/multi_table_query/form.twig:174
13440 #: templates/database/qbe/selection_form.twig:80
13441 #: templates/database/qbe/selection_form.twig:96
13442 msgid "Update query"
13443 msgstr ""
13445 #: templates/database/operations/index.twig:9
13446 #: templates/database/operations/index.twig:13
13447 msgid "Database comment"
13448 msgstr "ƞürove Databas"
13450 #: templates/database/operations/index.twig:54
13451 msgid "Rename database to"
13452 msgstr ""
13454 #: templates/database/operations/index.twig:58 templates/export.twig:282
13455 msgid "New database name"
13456 msgstr ""
13458 #: templates/database/operations/index.twig:66
13459 #: templates/database/operations/index.twig:171
13460 #: templates/table/operations/index.twig:77
13461 #: templates/table/operations/index.twig:113
13462 #: templates/table/operations/index.twig:313
13463 msgid ""
13464 "You don't have sufficient privileges to perform this operation; Please refer "
13465 "to the documentation for more details."
13466 msgstr ""
13468 #: templates/database/operations/index.twig:83
13469 msgid "Remove database"
13470 msgstr ""
13472 #: templates/database/operations/index.twig:89
13473 #, php-format
13474 msgid "Database %s has been dropped."
13475 msgstr ""
13477 #: templates/database/operations/index.twig:94
13478 msgid "Drop the database (DROP)"
13479 msgstr ""
13481 #: templates/database/operations/index.twig:118
13482 msgid "Copy database to"
13483 msgstr ""
13485 #: templates/database/operations/index.twig:150
13486 msgid "CREATE DATABASE before copying"
13487 msgstr ""
13489 #: templates/database/operations/index.twig:165
13490 #: templates/database/structure/copy_form.twig:44
13491 #: templates/table/operations/index.twig:306
13492 msgid "Add constraints"
13493 msgstr ""
13495 #: templates/database/operations/index.twig:180
13496 msgid "Switch to copied database"
13497 msgstr ""
13499 #: templates/database/operations/index.twig:216
13500 msgid "Change all tables collations"
13501 msgstr ""
13503 #: templates/database/operations/index.twig:220
13504 msgid "Change all tables columns collations"
13505 msgstr ""
13507 #: templates/database/privileges/index.twig:9
13508 #: templates/table/privileges/index.twig:8
13509 #, php-format
13510 msgid "Users having access to \"%s\""
13511 msgstr ""
13513 #: templates/database/privileges/index.twig:17
13514 #: templates/server/privileges/login_information_fields.twig:6
13515 #: templates/server/privileges/login_information_fields.twig:11
13516 #: templates/server/privileges/users_overview.twig:8
13517 #: templates/server/replication/change_primary.twig:15
13518 #: templates/server/replication/primary_add_replica_user.twig:19
13519 #: templates/server/replication/primary_add_replica_user.twig:24
13520 #: templates/table/privileges/index.twig:19
13521 msgid "User name"
13522 msgstr ""
13524 #: templates/database/privileges/index.twig:18
13525 #: templates/server/privileges/login_information_fields.twig:25
13526 #: templates/server/privileges/login_information_fields.twig:37
13527 #: templates/server/privileges/users_overview.twig:9
13528 #: templates/table/privileges/index.twig:20
13529 msgid "Host name"
13530 msgstr ""
13532 #: templates/database/privileges/index.twig:21
13533 #: templates/server/privileges/privileges_summary.twig:16
13534 #: templates/server/privileges/users_overview.twig:18
13535 #: templates/table/privileges/index.twig:23
13536 msgid "Grant"
13537 msgstr ""
13539 #: templates/database/privileges/index.twig:36
13540 #: templates/server/privileges/new_user_ajax.twig:9
13541 #: templates/server/privileges/users_overview.twig:36
13542 #: templates/table/privileges/index.twig:38
13543 msgid "Any"
13544 msgstr ""
13546 #: templates/database/privileges/index.twig:47
13547 #: templates/table/privileges/index.twig:49
13548 msgid "global"
13549 msgstr ""
13551 #: templates/database/privileges/index.twig:50
13552 #: templates/table/privileges/index.twig:52
13553 msgid "database-specific"
13554 msgstr ""
13556 #: templates/database/privileges/index.twig:52
13557 #: templates/table/privileges/index.twig:54
13558 msgid "wildcard"
13559 msgstr ""
13561 #: templates/database/privileges/index.twig:55
13562 #: templates/table/privileges/index.twig:59
13563 msgid "routine"
13564 msgstr ""
13566 #: templates/database/privileges/index.twig:112
13567 #: templates/database/privileges/index.twig:115
13568 #: templates/database/structure/check_all_tables.twig:2
13569 #: templates/database/structure/check_all_tables.twig:9
13570 #: templates/display/results/table.twig:222
13571 #: templates/display/results/table.twig:225 templates/select_all.twig:2
13572 #: templates/select_all.twig:6
13573 #: templates/server/privileges/users_overview.twig:120
13574 #: templates/server/privileges/users_overview.twig:123
13575 #: templates/table/privileges/index.twig:116
13576 #: templates/table/privileges/index.twig:119
13577 msgid "With selected:"
13578 msgstr ""
13580 #: templates/database/privileges/index.twig:131
13581 #: templates/server/privileges/add_user_fieldset.twig:4
13582 #: templates/server/privileges/user_overview.twig:22
13583 #: templates/server/privileges/users_overview.twig:137
13584 #: templates/table/privileges/index.twig:134
13585 msgctxt "Create new user"
13586 msgid "New"
13587 msgstr ""
13589 #: templates/database/privileges/index.twig:136
13590 #: templates/server/privileges/add_user_fieldset.twig:9
13591 #: templates/server/privileges/add_user.twig:3
13592 #: templates/server/privileges/user_overview.twig:24
13593 #: templates/server/privileges/users_overview.twig:140
13594 #: templates/table/privileges/index.twig:140
13595 msgid "Add user account"
13596 msgstr ""
13598 #: templates/database/qbe/index.twig:16
13599 #, php-format
13600 msgid "Switch to %svisual builder%s"
13601 msgstr ""
13603 #: templates/database/qbe/index.twig:20
13604 msgid "You have to choose at least one column to display!"
13605 msgstr ""
13607 #: templates/database/qbe/ins_del_and_or_cell.twig:5
13608 msgid "Ins:"
13609 msgstr ""
13611 #: templates/database/qbe/ins_del_and_or_cell.twig:12
13612 msgid "And"
13613 msgstr ""
13615 #: templates/database/qbe/ins_del_and_or_cell.twig:17
13616 msgid "Del:"
13617 msgstr ""
13619 #: templates/database/qbe/selection_form.twig:12
13620 #: templates/table/find_replace/index.twig:41
13621 msgid "Column:"
13622 msgstr ""
13624 #: templates/database/qbe/selection_form.twig:17
13625 msgid "Alias:"
13626 msgstr ""
13628 #: templates/database/qbe/selection_form.twig:22
13629 msgid "Show:"
13630 msgstr ""
13632 #: templates/database/qbe/selection_form.twig:27
13633 msgid "Sort:"
13634 msgstr ""
13636 #: templates/database/qbe/selection_form.twig:32
13637 msgid "Sort order:"
13638 msgstr ""
13640 #: templates/database/qbe/selection_form.twig:37
13641 msgid "Criteria:"
13642 msgstr ""
13644 #: templates/database/qbe/selection_form.twig:44
13645 msgid "Modify:"
13646 msgstr ""
13648 #: templates/database/qbe/selection_form.twig:54
13649 msgid "Add/Delete criteria rows:"
13650 msgstr ""
13652 #: templates/database/qbe/selection_form.twig:67
13653 msgid "Add/Delete columns:"
13654 msgstr ""
13656 #: templates/database/qbe/selection_form.twig:86
13657 #: templates/database/qbe/selection_form.twig:88
13658 msgid "Use tables"
13659 msgstr ""
13661 #: templates/database/qbe/selection_form.twig:107
13662 #, php-format
13663 msgid "SQL query on database <b>%s</b>:"
13664 msgstr ""
13666 #: templates/database/routines/editor_form.twig:20
13667 msgid "Routine name"
13668 msgstr ""
13670 #: templates/database/routines/editor_form.twig:43
13671 msgid "Parameters"
13672 msgstr ""
13674 #: templates/database/routines/editor_form.twig:49
13675 msgid "Direction"
13676 msgstr ""
13678 #: templates/database/routines/editor_form.twig:67
13679 #: templates/database/routines/editor_form.twig:69
13680 msgid "Add parameter"
13681 msgstr ""
13683 #: templates/database/routines/editor_form.twig:70
13684 msgid "Remove last parameter"
13685 msgstr ""
13687 #: templates/database/routines/editor_form.twig:75
13688 msgid "Return type"
13689 msgstr ""
13691 #: templates/database/routines/editor_form.twig:83
13692 msgid "Return length/values"
13693 msgstr ""
13695 #: templates/database/routines/editor_form.twig:90
13696 msgid "Return options"
13697 msgstr ""
13699 #: templates/database/routines/editor_form.twig:94
13700 #: templates/database/routines/parameter_row.twig:31
13701 #: templates/database/structure/table_header.twig:42
13702 msgid "Charset"
13703 msgstr ""
13705 #: templates/database/routines/editor_form.twig:119
13706 msgid "Is deterministic"
13707 msgstr ""
13709 #: templates/database/routines/editor_form.twig:135
13710 msgid ""
13711 "You do not have sufficient privileges to perform this operation; Please "
13712 "refer to the documentation for more details."
13713 msgstr ""
13715 #: templates/database/routines/editor_form.twig:148
13716 msgid "Security type"
13717 msgstr ""
13719 #: templates/database/routines/editor_form.twig:157
13720 msgid "SQL data access"
13721 msgstr ""
13723 #: templates/database/routines/execute_form.twig:7
13724 #: templates/database/routines/execute_form.twig:12
13725 msgid "Routine parameters"
13726 msgstr ""
13728 #: templates/database/routines/index.twig:33
13729 msgid "Create new routine"
13730 msgstr ""
13732 #: templates/database/routines/index.twig:42
13733 msgid "There are no routines to display."
13734 msgstr ""
13736 #: templates/database/routines/index.twig:51
13737 msgid "Returns"
13738 msgstr ""
13740 #: templates/database/routines/parameter_row.twig:24
13741 #: templates/modals/enum_set_editor.twig:5
13742 msgid "ENUM/SET editor"
13743 msgstr ""
13745 #: templates/database/routines/row.twig:38
13746 #: templates/database/routines/row.twig:48
13747 #: templates/database/routines/row.twig:52
13748 msgid "Execute"
13749 msgstr ""
13751 #: templates/database/search/main.twig:5
13752 msgid "Search in database"
13753 msgstr ""
13755 #: templates/database/search/main.twig:8
13756 msgid "Words or values to search for (wildcard: \"%\"):"
13757 msgstr ""
13759 #: templates/database/search/main.twig:15
13760 #: templates/table/find_replace/index.twig:31
13761 msgid "Find:"
13762 msgstr ""
13764 #: templates/database/search/main.twig:19
13765 #: templates/database/search/main.twig:23
13766 msgid "Words are separated by a space character (\" \")."
13767 msgstr ""
13769 #: templates/database/search/main.twig:40
13770 msgid "Inside tables:"
13771 msgstr ""
13773 #: templates/database/search/main.twig:46 templates/server/export/index.twig:11
13774 #: templates/server/replication/database_multibox.twig:8
13775 msgid "Unselect all"
13776 msgstr ""
13778 #: templates/database/search/main.twig:67
13779 msgid "Inside column:"
13780 msgstr ""
13782 #: templates/database/search/results.twig:12
13783 #, php-format
13784 msgid "%1$s match in <strong>%2$s</strong>"
13785 msgid_plural "%1$s matches in <strong>%2$s</strong>"
13786 msgstr[0] ""
13787 msgstr[1] ""
13789 #: templates/database/search/results.twig:56
13790 msgid "<strong>Total:</strong> <em>%count%</em> match"
13791 msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
13792 msgstr[0] ""
13793 msgstr[1] ""
13795 #: templates/database/structure/add_prefix.twig:7
13796 #: templates/database/structure/add_prefix.twig:9
13797 msgid "Add prefix"
13798 msgstr ""
13800 #: templates/database/structure/body_for_table_summary.twig:6
13801 #, php-format
13802 msgid "%s table"
13803 msgid_plural "%s tables"
13804 msgstr[0] ""
13805 msgstr[1] ""
13807 #: templates/database/structure/body_for_table_summary.twig:17
13808 msgid "Sum"
13809 msgstr ""
13811 #: templates/database/structure/bulk_action_modal.twig:12
13812 #: templates/database/structure/check_all_tables.twig:56
13813 msgid "Continue"
13814 msgstr ""
13816 #: templates/database/structure/change_prefix_form.twig:7
13817 msgid "From"
13818 msgstr ""
13820 #: templates/database/structure/change_prefix_form.twig:13
13821 msgid "To"
13822 msgstr ""
13824 #: templates/database/structure/check_all_tables.twig:6
13825 msgid "Check tables having overhead"
13826 msgstr ""
13828 #: templates/database/structure/check_all_tables.twig:10
13829 msgid "Copy table"
13830 msgstr ""
13832 #: templates/database/structure/check_all_tables.twig:11
13833 msgid "Show create"
13834 msgstr ""
13836 #: templates/database/structure/check_all_tables.twig:14
13837 #: templates/table/operations/index.twig:403
13838 #: templates/table/operations/view.twig:26
13839 msgid "Delete data or table"
13840 msgstr ""
13842 #: templates/database/structure/check_all_tables.twig:15
13843 #: templates/database/structure/structure_table_row.twig:74
13844 msgid "Empty"
13845 msgstr ""
13847 #: templates/database/structure/check_all_tables.twig:18
13848 #: templates/table/operations/index.twig:334
13849 msgid "Table maintenance"
13850 msgstr ""
13852 #: templates/database/structure/check_all_tables.twig:19
13853 #: templates/table/maintenance/analyze.twig:3
13854 #: templates/table/operations/index.twig:339
13855 msgid "Analyze table"
13856 msgstr ""
13858 #: templates/database/structure/check_all_tables.twig:20
13859 #: templates/table/maintenance/check.twig:3
13860 #: templates/table/operations/index.twig:348
13861 msgid "Check table"
13862 msgstr ""
13864 #: templates/database/structure/check_all_tables.twig:21
13865 #: templates/table/maintenance/checksum.twig:3
13866 #: templates/table/operations/index.twig:356
13867 msgid "Checksum table"
13868 msgstr ""
13870 #: templates/database/structure/check_all_tables.twig:22
13871 #: templates/table/maintenance/optimize.twig:3
13872 #: templates/table/operations/index.twig:384
13873 #: templates/table/structure/display_table_stats.twig:68
13874 msgid "Optimize table"
13875 msgstr ""
13877 #: templates/database/structure/check_all_tables.twig:23
13878 #: templates/table/maintenance/repair.twig:3
13879 #: templates/table/operations/index.twig:393
13880 msgid "Repair table"
13881 msgstr ""
13883 #: templates/database/structure/check_all_tables.twig:25
13884 msgid "Prefix"
13885 msgstr ""
13887 #: templates/database/structure/check_all_tables.twig:26
13888 msgid "Add prefix to table"
13889 msgstr ""
13891 #: templates/database/structure/check_all_tables.twig:27
13892 msgid "Replace table prefix"
13893 msgstr ""
13895 #: templates/database/structure/check_all_tables.twig:33
13896 msgid "Add columns to central list"
13897 msgstr ""
13899 #: templates/database/structure/check_all_tables.twig:34
13900 msgid "Remove columns from central list"
13901 msgstr ""
13903 #: templates/database/structure/check_all_tables.twig:35
13904 msgid "Make consistent with central list"
13905 msgstr ""
13907 #: templates/database/structure/check_all_tables.twig:48
13908 msgid "Are you sure?"
13909 msgstr ""
13911 #: templates/database/structure/check_all_tables.twig:52
13912 msgid ""
13913 "This action may change some of the columns definition.[br]Are you sure you "
13914 "want to continue?"
13915 msgstr ""
13917 #: templates/database/structure/copy_form.twig:14
13918 msgid "Options:"
13919 msgstr ""
13921 #: templates/database/structure/copy_form.twig:39
13922 msgid "Add AUTO INCREMENT value"
13923 msgstr ""
13925 #: templates/database/structure/drop_form.twig:6
13926 #: templates/database/structure/empty_form.twig:6
13927 #: templates/table/delete/confirm.twig:12
13928 #: templates/table/structure/drop_confirm.twig:6
13929 #: templates/table/structure/primary.twig:6
13930 msgid "Do you really want to execute the following query?"
13931 msgstr ""
13933 #: templates/database/structure/favorite_anchor.twig:4
13934 #: templates/recent_favorite_table_favorite.twig:6
13935 msgid "Remove from Favorites"
13936 msgstr ""
13938 #: templates/database/structure/favorite_anchor.twig:4
13939 msgid "Add to Favorites"
13940 msgstr ""
13942 #: templates/database/structure/show_create.twig:2
13943 msgid "Showing create queries"
13944 msgstr ""
13946 #: templates/database/structure/show_create.twig:33
13947 #: templates/display/results/table.twig:297 templates/modals/create_view.twig:5
13948 #: templates/sql/no_results_returned.twig:13 templates/view_create.twig:11
13949 msgid "Create view"
13950 msgstr ""
13952 #: templates/database/structure/structure_table_row.twig:17
13953 #: templates/server/databases/index.twig:219
13954 #: templates/server/databases/index.twig:231
13955 msgid "Not replicated"
13956 msgstr ""
13958 #: templates/database/structure/structure_table_row.twig:18
13959 #: templates/server/databases/index.twig:215
13960 #: templates/server/databases/index.twig:227
13961 msgid "Replicated"
13962 msgstr ""
13964 #: templates/database/structure/structure_table_row.twig:223
13965 msgid "in use"
13966 msgstr ""
13968 #: templates/database/structure/table_header.twig:27
13969 msgid ""
13970 "May be approximate. Click on the number to get the exact count. See "
13971 "[doc@faq3-11]FAQ 3.11[/doc]."
13972 msgstr ""
13974 #: templates/database/structure/table_header.twig:36
13975 #: templates/table/index_form.twig:144
13976 msgid "Size"
13977 msgstr ""
13979 #: templates/database/structure/table_header.twig:51
13980 #: templates/table/structure/display_table_stats.twig:154
13981 msgid "Creation"
13982 msgstr ""
13984 #: templates/database/structure/table_header.twig:56
13985 #: templates/table/structure/display_table_stats.twig:161
13986 msgid "Last update"
13987 msgstr ""
13989 #: templates/database/structure/table_header.twig:61
13990 #: templates/table/structure/display_table_stats.twig:168
13991 msgid "Last check"
13992 msgstr ""
13994 #: templates/database/structure/tracking_icon.twig:3
13995 msgid "Tracking is active."
13996 msgstr ""
13998 #: templates/database/structure/tracking_icon.twig:5
13999 msgid "Tracking is not active."
14000 msgstr ""
14002 #: templates/database/tracking/tables.twig:4
14003 msgid "Tracked tables"
14004 msgstr ""
14006 #: templates/database/tracking/tables.twig:14
14007 msgid "Last version"
14008 msgstr ""
14010 #: templates/database/tracking/tables.twig:15
14011 #: templates/table/tracking/main.twig:29
14012 msgid "Created"
14013 msgstr ""
14015 #: templates/database/tracking/tables.twig:16
14016 #: templates/table/tracking/main.twig:30
14017 msgid "Updated"
14018 msgstr ""
14020 #: templates/database/tracking/tables.twig:61
14021 #: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
14022 msgid "active"
14023 msgstr ""
14025 #: templates/database/tracking/tables.twig:73
14026 #: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
14027 msgid "not active"
14028 msgstr ""
14030 #: templates/database/tracking/tables.twig:93
14031 #: templates/database/tracking/tables.twig:138
14032 #: templates/database/tracking/tables.twig:139
14033 msgid "Delete tracking"
14034 msgstr ""
14036 #: templates/database/tracking/tables.twig:104
14037 msgid "Versions"
14038 msgstr ""
14040 #: templates/database/tracking/tables.twig:145
14041 msgid "Untracked tables"
14042 msgstr ""
14044 #: templates/database/tracking/tables.twig:176
14045 #: templates/database/tracking/tables.twig:188
14046 #: templates/database/tracking/tables.twig:189
14047 #: templates/table/structure/display_structure.twig:413
14048 msgid "Track table"
14049 msgstr ""
14051 #: templates/database/triggers/editor_form.twig:23
14052 msgid "Trigger name"
14053 msgstr ""
14055 #: templates/database/triggers/editor_form.twig:37
14056 msgctxt "Trigger action time"
14057 msgid "Time"
14058 msgstr ""
14060 #: templates/database/triggers/list.twig:27
14061 msgid "Create new trigger"
14062 msgstr ""
14064 #: templates/database/triggers/list.twig:36
14065 msgid "There are no triggers to display."
14066 msgstr ""
14068 #: templates/display/results/table.twig:32
14069 msgid "Save edited data"
14070 msgstr ""
14072 #: templates/display/results/table.twig:38
14073 msgid "Restore column order"
14074 msgstr ""
14076 #: templates/display/results/table.twig:49 templates/export.twig:149
14077 #: templates/table/start_and_number_of_rows_fieldset.twig:9
14078 msgid "Number of rows:"
14079 msgstr ""
14081 #: templates/display/results/table.twig:52
14082 msgid "All"
14083 msgstr ""
14085 #: templates/display/results/table.twig:70
14086 msgid "Sort by key:"
14087 msgstr ""
14089 #: templates/display/results/table.twig:119
14090 #: templates/table/search/index.twig:102
14091 msgid "Extra options"
14092 msgstr ""
14094 #: templates/display/results/table.twig:141
14095 msgid "Relational key"
14096 msgstr ""
14098 #: templates/display/results/table.twig:145
14099 msgid "Display column for relationships"
14100 msgstr ""
14102 #: templates/display/results/table.twig:153
14103 msgid "Show binary contents"
14104 msgstr ""
14106 #: templates/display/results/table.twig:157
14107 msgid "Show BLOB contents"
14108 msgstr ""
14110 #: templates/display/results/table.twig:167
14111 msgid "Hide browser transformation"
14112 msgstr ""
14114 #: templates/display/results/table.twig:179
14115 msgid "Well Known Text"
14116 msgstr ""
14118 #: templates/display/results/table.twig:183
14119 msgid "Well Known Binary"
14120 msgstr ""
14122 #: templates/display/results/table.twig:255
14123 #: templates/sql/no_results_returned.twig:9
14124 msgid "Query results operations"
14125 msgstr ""
14127 #: templates/display/results/table.twig:260
14128 msgid "Copy to clipboard"
14129 msgstr ""
14131 #: templates/display/results/table.twig:279
14132 #: templates/table/chart/tbl_chart.twig:2
14133 msgid "Display chart"
14134 msgstr ""
14136 #: templates/display/results/table.twig:287
14137 msgid "Visualize GIS data"
14138 msgstr ""
14140 #: templates/encoding/kanji_encoding_form.twig:6
14141 msgctxt "None encoding conversion"
14142 msgid "None"
14143 msgstr ""
14145 #: templates/encoding/kanji_encoding_form.twig:17
14146 msgid "Convert to Kana"
14147 msgstr ""
14149 #: templates/error/report_form.twig:3
14150 msgid ""
14151 "This report automatically includes data about the error and information "
14152 "about relevant configuration settings. It will be sent to the phpMyAdmin "
14153 "team for debugging the error."
14154 msgstr ""
14156 #: templates/error/report_form.twig:11
14157 msgid ""
14158 "Can you tell us the steps leading to this error? It decisively helps in "
14159 "debugging:"
14160 msgstr ""
14162 #: templates/error/report_form.twig:18
14163 msgid "You may examine the data in the error report:"
14164 msgstr ""
14166 #: templates/error/report_modal.twig:5
14167 msgid "Submit error report"
14168 msgstr ""
14170 #: templates/error/report_modal.twig:12
14171 msgid "Send error report"
14172 msgstr ""
14174 #: templates/export/template_options.twig:1 templates/export.twig:42
14175 msgid "Select a template"
14176 msgstr ""
14178 #: templates/export.twig:14
14179 msgid "Export templates:"
14180 msgstr ""
14182 #: templates/export.twig:18
14183 msgid "New template:"
14184 msgstr ""
14186 #: templates/export.twig:21 templates/export.twig:24
14187 msgid "Template name"
14188 msgstr ""
14190 #: templates/export.twig:35
14191 msgid "Existing templates:"
14192 msgstr ""
14194 #: templates/export.twig:38
14195 msgid "Template:"
14196 msgstr ""
14198 #: templates/export.twig:51
14199 msgid "Update"
14200 msgstr ""
14202 #: templates/export.twig:72
14203 msgid "Show SQL query"
14204 msgstr ""
14206 #: templates/export.twig:104
14207 msgid "Export method:"
14208 msgstr ""
14210 #: templates/export.twig:108
14211 msgid "Quick - display only the minimal options"
14212 msgstr ""
14214 #: templates/export.twig:112
14215 msgid "Custom - display all possible options"
14216 msgstr ""
14218 #: templates/export.twig:121
14219 msgid "File format to export"
14220 msgstr ""
14222 #: templates/export.twig:137
14223 msgid "Rows:"
14224 msgstr ""
14226 #: templates/export.twig:141
14227 msgid "Dump all rows"
14228 msgstr ""
14230 #: templates/export.twig:145
14231 msgid "Dump some row(s)"
14232 msgstr ""
14234 #: templates/export.twig:160
14235 msgid "Row to begin at:"
14236 msgstr ""
14238 #: templates/export.twig:170 templates/export.twig:332
14239 msgid "Output:"
14240 msgstr ""
14242 #: templates/export.twig:175 templates/export.twig:370
14243 #, php-format
14244 msgid "Save on server in the directory <strong>%s</strong>"
14245 msgstr ""
14247 #: templates/export.twig:193 templates/export.twig:337
14248 msgid "Rename exported databases/tables/columns"
14249 msgstr ""
14251 #: templates/export.twig:201
14252 msgid "Defined aliases"
14253 msgstr ""
14255 #: templates/export.twig:216 templates/export.twig:230
14256 #: templates/export.twig:243 templates/export.twig:260
14257 msgid "Remove"
14258 msgstr ""
14260 #: templates/export.twig:269
14261 msgid "Define new aliases"
14262 msgstr ""
14264 #: templates/export.twig:274
14265 msgid "Select database:"
14266 msgstr ""
14268 #: templates/export.twig:290
14269 msgid "Select table:"
14270 msgstr ""
14272 #: templates/export.twig:298
14273 msgid "New table name"
14274 msgstr ""
14276 #: templates/export.twig:306
14277 msgid "Select column:"
14278 msgstr ""
14280 #: templates/export.twig:314
14281 msgid "New column name"
14282 msgstr ""
14284 #: templates/export.twig:347
14285 #, php-format
14286 msgid "Use %s statement"
14287 msgstr ""
14289 #: templates/export.twig:356
14290 msgid "View output as text"
14291 msgstr ""
14293 #: templates/export.twig:360
14294 msgid "Save output to a file"
14295 msgstr ""
14297 #: templates/export.twig:387
14298 msgid "File name template:"
14299 msgstr ""
14301 #: templates/export.twig:388
14302 #, php-format
14303 msgid ""
14304 "This value is interpreted using the 'strftime' function, so you can use time "
14305 "formatting strings. Additionally the following transformations will happen: "
14306 "%s Other text will be kept as is. See the FAQ 6.27 for details."
14307 msgstr ""
14309 #: templates/export.twig:398
14310 msgid "Use this for future exports"
14311 msgstr ""
14313 #: templates/export.twig:409 templates/import.twig:103
14314 msgid "Character set of the file:"
14315 msgstr ""
14317 #: templates/export.twig:429
14318 msgid "Compression:"
14319 msgstr ""
14321 #: templates/export.twig:437
14322 msgid "zipped"
14323 msgstr ""
14325 #: templates/export.twig:443
14326 msgid "gzipped"
14327 msgstr ""
14329 #: templates/export.twig:461
14330 msgid "Export databases as separate files"
14331 msgstr ""
14333 #: templates/export.twig:463
14334 msgid "Export tables as separate files"
14335 msgstr ""
14337 #: templates/export.twig:474
14338 msgid "Skip tables larger than:"
14339 msgstr ""
14341 #: templates/export.twig:476
14342 msgid "The size is measured in MiB."
14343 msgstr ""
14345 #: templates/export.twig:482 templates/import.twig:182
14346 msgid "Format-specific options:"
14347 msgstr ""
14349 #: templates/export.twig:491 templates/import.twig:191
14350 msgid "Encoding Conversion:"
14351 msgstr ""
14353 #: templates/filter.twig:2 templates/server/status/processes/index.twig:6
14354 #: templates/server/status/variables/index.twig:7
14355 msgid "Filters"
14356 msgstr ""
14358 #: templates/filter.twig:4 templates/server/status/variables/index.twig:12
14359 msgid "Containing the word:"
14360 msgstr ""
14362 #: templates/footer.twig:7 templates/footer.twig:9 templates/footer.twig:11
14363 msgid "Open new phpMyAdmin window"
14364 msgstr ""
14366 #: templates/footer.twig:26 templates/home/index.twig:18
14367 #: templates/login/form.twig:5
14368 msgid "phpMyAdmin Demo Server"
14369 msgstr ""
14371 #: templates/footer.twig:34
14372 #, php-format
14373 msgid "Currently running Git revision %1$s from the %2$s branch."
14374 msgstr ""
14376 #: templates/footer.twig:36
14377 msgid "Git information missing!"
14378 msgstr ""
14380 #: templates/gis_data_editor_form.twig:4
14381 #, php-format
14382 msgid "Value for the column \"%s\""
14383 msgstr ""
14385 #: templates/gis_data_editor_form.twig:22
14386 #: templates/table/gis_visualization/gis_visualization.twig:34
14387 msgid "Use OpenStreetMaps as Base Layer"
14388 msgstr ""
14390 #: templates/gis_data_editor_form.twig:38
14391 msgctxt "Spatial Reference System Identifier"
14392 msgid "SRID:"
14393 msgstr ""
14395 #: templates/gis_data_editor_form.twig:53
14396 #, php-format
14397 msgid "Geometry %d:"
14398 msgstr ""
14400 #: templates/gis_data_editor_form.twig:73
14401 msgid "Point:"
14402 msgstr "Nuqte:"
14404 #: templates/gis_data_editor_form.twig:93
14405 #: templates/gis_data_editor_form.twig:134
14406 #: templates/gis_data_editor_form.twig:186
14407 #, fuzzy, php-format
14408 #| msgid "Point %d"
14409 msgid "Point %d:"
14410 msgstr "Nuqte %d"
14412 #: templates/gis_data_editor_form.twig:113
14413 #, php-format
14414 msgid "Linestring %d:"
14415 msgstr ""
14417 #: templates/gis_data_editor_form.twig:115
14418 #: templates/gis_data_editor_form.twig:170
14419 msgid "Outer ring:"
14420 msgstr ""
14422 #: templates/gis_data_editor_form.twig:117
14423 #: templates/gis_data_editor_form.twig:172
14424 #, php-format
14425 msgid "Inner ring %d:"
14426 msgstr ""
14428 #: templates/gis_data_editor_form.twig:144
14429 msgid "Add a linestring"
14430 msgstr ""
14432 #: templates/gis_data_editor_form.twig:157
14433 #, php-format
14434 msgid "Polygon %d:"
14435 msgstr ""
14437 #: templates/gis_data_editor_form.twig:199
14438 msgid "Add a polygon"
14439 msgstr ""
14441 #: templates/gis_data_editor_form.twig:205
14442 msgid "Add geometry"
14443 msgstr ""
14445 #: templates/gis_data_editor_form.twig:214
14446 msgid "Output"
14447 msgstr ""
14449 #: templates/gis_data_editor_form.twig:216
14450 msgid ""
14451 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
14452 "below into the \"Value\" field."
14453 msgstr ""
14455 #: templates/header.twig:35 templates/login/header.twig:13
14456 msgid "Javascript must be enabled past this point!"
14457 msgstr ""
14459 #: templates/header.twig:46
14460 msgid "Click on the bar to scroll to top of page"
14461 msgstr ""
14463 #: templates/home/git_info.twig:2
14464 msgid "Git revision:"
14465 msgstr ""
14467 #: templates/home/git_info.twig:13
14468 msgid "no branch"
14469 msgstr ""
14471 #: templates/home/git_info.twig:15 templates/home/git_info.twig:22
14472 #, php-format
14473 msgid "from %s branch"
14474 msgstr ""
14476 #: templates/home/git_info.twig:25
14477 #, php-format
14478 msgid "committed on %s by %s"
14479 msgstr ""
14481 #: templates/home/git_info.twig:32
14482 #, php-format
14483 msgid "authored on %s by %s"
14484 msgstr ""
14486 #: templates/home/index.twig:22 templates/login/form.twig:8
14487 #, php-format
14488 msgid ""
14489 "You are using the demo server. You can do anything here, but please do not "
14490 "change root, debian-sys-maint and pma users. More information is available "
14491 "at %s."
14492 msgstr ""
14494 #: templates/home/index.twig:32
14495 msgid "General settings"
14496 msgstr ""
14498 #: templates/home/index.twig:57
14499 msgid "Server connection collation:"
14500 msgstr ""
14502 #: templates/home/index.twig:83 templates/preferences/manage/main.twig:56
14503 msgid "More settings"
14504 msgstr ""
14506 #: templates/home/index.twig:93
14507 msgid "Appearance settings"
14508 msgstr ""
14510 #: templates/home/index.twig:103 templates/home/index.twig:104
14511 #: templates/login/form.twig:23 templates/login/form.twig:24
14512 #: templates/setup/home/index.twig:8 templates/setup/home/index.twig:9
14513 msgid "Language"
14514 msgstr ""
14516 #: templates/home/index.twig:131
14517 msgid "Theme"
14518 msgstr ""
14520 #: templates/home/index.twig:142
14521 msgctxt "View all themes"
14522 msgid "View all"
14523 msgstr ""
14525 #: templates/home/index.twig:157
14526 msgid "Database server"
14527 msgstr ""
14529 #: templates/home/index.twig:161 templates/login/form.twig:65
14530 #: templates/menu/breadcrumbs.twig:7
14531 msgid "Server:"
14532 msgstr ""
14534 #: templates/home/index.twig:165
14535 msgid "Server type:"
14536 msgstr ""
14538 #: templates/home/index.twig:169
14539 msgid "Server connection:"
14540 msgstr ""
14542 #: templates/home/index.twig:177
14543 msgid "Protocol version:"
14544 msgstr ""
14546 #: templates/home/index.twig:181
14547 msgid "User:"
14548 msgstr ""
14550 #: templates/home/index.twig:185
14551 msgid "Server charset:"
14552 msgstr ""
14554 #: templates/home/index.twig:197
14555 msgid "Web server"
14556 msgstr ""
14558 #: templates/home/index.twig:207
14559 msgid "Database client version:"
14560 msgstr ""
14562 #: templates/home/index.twig:211
14563 msgid "PHP extension:"
14564 msgstr ""
14566 #: templates/home/index.twig:218
14567 msgid "PHP version:"
14568 msgstr ""
14570 #: templates/home/index.twig:225
14571 msgid "Show PHP information"
14572 msgstr ""
14574 #: templates/home/index.twig:239
14575 msgid "Version information:"
14576 msgstr ""
14578 #: templates/home/index.twig:249
14579 msgid "Official Homepage"
14580 msgstr ""
14582 #: templates/home/index.twig:254
14583 msgid "Contribute"
14584 msgstr ""
14586 #: templates/home/index.twig:259
14587 msgid "Get support"
14588 msgstr ""
14590 #: templates/home/index.twig:264
14591 msgid "List of changes"
14592 msgstr ""
14594 #: templates/home/index.twig:269 templates/server/plugins/index.twig:30
14595 msgid "License"
14596 msgstr ""
14598 #: templates/home/index.twig:280 templates/setup/error.twig:2
14599 msgid "Warning"
14600 msgstr ""
14602 #: templates/home/index.twig:282
14603 msgid "Notice"
14604 msgstr ""
14606 #: templates/home/index.twig:295
14607 msgid "phpMyAdmin Themes"
14608 msgstr ""
14610 #: templates/home/index.twig:306
14611 msgid "Get more themes!"
14612 msgstr ""
14614 #: templates/home/themes.twig:7
14615 #, php-format
14616 msgid "Screenshot of the %s theme."
14617 msgstr ""
14619 #. l10n: Choose the theme button in the themes list modal
14620 #: templates/home/themes.twig:12
14621 msgid "Take it"
14622 msgstr ""
14624 #: templates/import/javascript.twig:12
14625 msgid ""
14626 "The file being uploaded is probably larger than the maximum allowed size or "
14627 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
14628 "browsers."
14629 msgstr ""
14631 #: templates/import/javascript.twig:13
14632 #, php-format
14633 msgid "%s of %s"
14634 msgstr ""
14636 #: templates/import/javascript.twig:14
14637 #, php-format
14638 msgid "%s/sec."
14639 msgstr ""
14641 #: templates/import/javascript.twig:15
14642 msgid "About %MIN min. %SEC sec. remaining."
14643 msgstr ""
14645 #: templates/import/javascript.twig:16
14646 msgid "About %SEC sec. remaining."
14647 msgstr ""
14649 #: templates/import/javascript.twig:17
14650 msgid "The file is being processed, please be patient."
14651 msgstr ""
14653 #: templates/import/javascript.twig:29
14654 msgid "Uploading your import file
"
14655 msgstr ""
14657 #: templates/import/javascript.twig:152
14658 msgid ""
14659 "Please be patient, the file is being uploaded. Details about the upload are "
14660 "not available."
14661 msgstr ""
14663 #: templates/import.twig:26
14664 msgid "File to import:"
14665 msgstr ""
14667 #: templates/import.twig:31
14668 #, php-format
14669 msgid "File may be compressed (%s) or uncompressed."
14670 msgstr ""
14672 #: templates/import.twig:32
14673 msgid ""
14674 "A compressed file's name must end in <strong>.[format].[compression]</"
14675 "strong>. Example: <strong>.sql.zip</strong>"
14676 msgstr ""
14678 #: templates/import.twig:40
14679 msgid "Upload a file"
14680 msgstr ""
14682 #: templates/import.twig:43
14683 msgid "Select file to import"
14684 msgstr ""
14686 #: templates/import.twig:50 templates/import.twig:77
14687 #: templates/preferences/manage/main.twig:22
14688 msgid "Browse your computer:"
14689 msgstr ""
14691 #: templates/import.twig:55 templates/import.twig:82
14692 msgid "You may also drag and drop a file on any page."
14693 msgstr ""
14695 #: templates/import.twig:62 templates/import.twig:88
14696 #, php-format
14697 msgid "Select from the web server upload directory [strong]%s[/strong]:"
14698 msgstr ""
14700 #: templates/import.twig:69 templates/import.twig:96
14701 msgid "There are no files to import!"
14702 msgstr ""
14704 #: templates/import.twig:100
14705 msgid "File uploads are not allowed on this server."
14706 msgstr ""
14708 #: templates/import.twig:126
14709 msgid "Partial import:"
14710 msgstr ""
14712 #: templates/import.twig:131
14713 #, php-format
14714 msgid ""
14715 "Previous import timed out, after resubmitting will continue from position %d."
14716 msgstr ""
14718 #: templates/import.twig:138
14719 msgid ""
14720 "Allow the interruption of an import in case the script detects it is close "
14721 "to the PHP timeout limit."
14722 msgstr ""
14724 #: templates/import.twig:140
14725 msgid ""
14726 "This might be a good way to import large files, however it can break "
14727 "transactions."
14728 msgstr ""
14730 #: templates/import.twig:144
14731 msgid "Skip this number of queries (for SQL) starting from the first one:"
14732 msgstr ""
14734 #: templates/import.twig:154
14735 msgid "Other options"
14736 msgstr ""
14738 #: templates/indexes.twig:39
14739 #: templates/table/structure/display_structure.twig:506
14740 msgid "Rename"
14741 msgstr ""
14743 #: templates/indexes.twig:45
14744 #: templates/table/structure/display_structure.twig:512
14745 msgid "The primary key has been dropped."
14746 msgstr ""
14748 #: templates/indexes.twig:50
14749 #: templates/table/structure/display_structure.twig:517
14750 #, php-format
14751 msgid "Index %s has been dropped."
14752 msgstr ""
14754 #. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
14755 #: templates/javascript/variables.twig:8
14756 msgid "calendar-month-year"
14757 msgstr "calendar-month-year"
14759 #. l10n: Year suffix for calendar, "none" is empty.
14760 #: templates/javascript/variables.twig:11
14761 msgid "none"
14762 msgstr ""
14764 #. l10n: Previous month. Display text for previous month link in calendar
14765 #: templates/javascript/variables.twig:16
14766 msgid "Prev"
14767 msgstr ""
14769 #. l10n: Next month. Display text for next month link in calendar
14770 #: templates/javascript/variables.twig:17
14771 msgid "Next"
14772 msgstr ""
14774 #. l10n: Display text for current month link in calendar
14775 #: templates/javascript/variables.twig:18
14776 msgid "Today"
14777 msgstr ""
14779 #: templates/javascript/variables.twig:20
14780 msgid "January"
14781 msgstr ""
14783 #: templates/javascript/variables.twig:21
14784 msgid "February"
14785 msgstr ""
14787 #: templates/javascript/variables.twig:22
14788 msgid "March"
14789 msgstr ""
14791 #: templates/javascript/variables.twig:23
14792 msgid "April"
14793 msgstr ""
14795 #. l10n: Short month name for May
14796 #: templates/javascript/variables.twig:24
14797 #: templates/javascript/variables.twig:38
14798 msgid "May"
14799 msgstr ""
14801 #: templates/javascript/variables.twig:25
14802 msgid "June"
14803 msgstr ""
14805 #: templates/javascript/variables.twig:26
14806 msgid "July"
14807 msgstr ""
14809 #: templates/javascript/variables.twig:27
14810 msgid "August"
14811 msgstr ""
14813 #: templates/javascript/variables.twig:28
14814 msgid "September"
14815 msgstr ""
14817 #: templates/javascript/variables.twig:29
14818 msgid "October"
14819 msgstr ""
14821 #: templates/javascript/variables.twig:30
14822 msgid "November"
14823 msgstr ""
14825 #: templates/javascript/variables.twig:31
14826 msgid "December"
14827 msgstr ""
14829 #. l10n: Short week day name for Sunday
14830 #: templates/javascript/variables.twig:57
14831 msgid "Sun"
14832 msgstr ""
14834 #. l10n: Minimal week day name for Sunday
14835 #: templates/javascript/variables.twig:66
14836 msgid "Su"
14837 msgstr ""
14839 #. l10n: Minimal week day name for Monday
14840 #: templates/javascript/variables.twig:67
14841 msgid "Mo"
14842 msgstr ""
14844 #. l10n: Minimal week day name for Tuesday
14845 #: templates/javascript/variables.twig:68
14846 msgid "Tu"
14847 msgstr ""
14849 #. l10n: Minimal week day name for Wednesday
14850 #: templates/javascript/variables.twig:69
14851 msgid "We"
14852 msgstr ""
14854 #. l10n: Minimal week day name for Thursday
14855 #: templates/javascript/variables.twig:70
14856 msgid "Th"
14857 msgstr ""
14859 #. l10n: Minimal week day name for Friday
14860 #: templates/javascript/variables.twig:71
14861 msgid "Fr"
14862 msgstr ""
14864 #. l10n: Minimal week day name for Saturday
14865 #: templates/javascript/variables.twig:72
14866 msgid "Sa"
14867 msgstr ""
14869 #. l10n: Column header for week of the year in calendar
14870 #: templates/javascript/variables.twig:74
14871 msgid "Wk"
14872 msgstr ""
14874 #: templates/javascript/variables.twig:82
14875 msgid "Hour"
14876 msgstr ""
14878 #: templates/javascript/variables.twig:83
14879 msgid "Minute"
14880 msgstr ""
14882 #: templates/javascript/variables.twig:84
14883 msgid "Second"
14884 msgstr ""
14886 #: templates/javascript/variables.twig:90
14887 msgid "This field is required"
14888 msgstr ""
14890 #: templates/javascript/variables.twig:91
14891 msgid "Please fix this field"
14892 msgstr ""
14894 #: templates/javascript/variables.twig:92
14895 msgid "Please enter a valid email address"
14896 msgstr ""
14898 #: templates/javascript/variables.twig:93
14899 msgid "Please enter a valid URL"
14900 msgstr ""
14902 #: templates/javascript/variables.twig:94
14903 msgid "Please enter a valid date"
14904 msgstr ""
14906 #: templates/javascript/variables.twig:95
14907 msgid "Please enter a valid date ( ISO )"
14908 msgstr ""
14910 #: templates/javascript/variables.twig:96
14911 msgid "Please enter a valid number"
14912 msgstr ""
14914 #: templates/javascript/variables.twig:97
14915 msgid "Please enter a valid credit card number"
14916 msgstr ""
14918 #: templates/javascript/variables.twig:98
14919 msgid "Please enter only digits"
14920 msgstr ""
14922 #: templates/javascript/variables.twig:99
14923 msgid "Please enter the same value again"
14924 msgstr ""
14926 #: templates/javascript/variables.twig:100
14927 msgid "Please enter no more than {0} characters"
14928 msgstr ""
14930 #: templates/javascript/variables.twig:101
14931 msgid "Please enter at least {0} characters"
14932 msgstr ""
14934 #: templates/javascript/variables.twig:102
14935 msgid "Please enter a value between {0} and {1} characters long"
14936 msgstr ""
14938 #: templates/javascript/variables.twig:103
14939 msgid "Please enter a value between {0} and {1}"
14940 msgstr ""
14942 #: templates/javascript/variables.twig:104
14943 msgid "Please enter a value less than or equal to {0}"
14944 msgstr ""
14946 #: templates/javascript/variables.twig:105
14947 msgid "Please enter a value greater than or equal to {0}"
14948 msgstr ""
14950 #: templates/javascript/variables.twig:106
14951 msgid "Please enter a valid date or time"
14952 msgstr ""
14954 #: templates/javascript/variables.twig:107
14955 msgid "Please enter a valid HEX input"
14956 msgstr ""
14958 #. l10n: To validate the usage of a MD5 function on the column
14959 #: templates/javascript/variables.twig:108
14960 msgid "This column can not contain a 32 chars value"
14961 msgstr ""
14963 #. l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
14964 #: templates/javascript/variables.twig:109
14965 msgid ""
14966 "These functions are meant to return a binary result; to avoid inconsistent "
14967 "results you should store it in a BINARY, VARBINARY, or BLOB column."
14968 msgstr ""
14970 #: templates/login/form.twig:58 templates/login/form.twig:117
14971 #: templates/login/form.twig:121 templates/login/form.twig:124
14972 msgid "Log in"
14973 msgstr ""
14975 #: templates/login/form.twig:64 templates/login/form.twig:69
14976 msgid "You can enter hostname/IP address and port separated by space."
14977 msgstr ""
14979 #: templates/login/form.twig:76
14980 msgid "Username:"
14981 msgstr ""
14983 #: templates/login/form.twig:85
14984 #: templates/server/privileges/change_password.twig:21
14985 #: templates/server/privileges/login_information_fields.twig:43
14986 #: templates/server/replication/change_primary.twig:18
14987 #: templates/server/replication/primary_add_replica_user.twig:49
14988 msgid "Password:"
14989 msgstr ""
14991 #: templates/login/form.twig:95
14992 msgid "Server choice:"
14993 msgstr ""
14995 #: templates/login/header.twig:17
14996 msgid ""
14997 "There is a mismatch between HTTPS indicated on the server and client. This "
14998 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
14999 "server configuration to indicate HTTPS properly."
15000 msgstr ""
15002 #: templates/login/twofactor/application_configure.twig:3
15003 msgid ""
15004 "Please scan following QR code into the two-factor authentication app on your "
15005 "device and enter authentication code it generates."
15006 msgstr ""
15008 #: templates/login/twofactor/application_configure.twig:13
15009 msgid "Secret/key:"
15010 msgstr ""
15012 #: templates/login/twofactor/application_configure.twig:16
15013 #: templates/login/twofactor/application.twig:2
15014 msgid "Authentication code:"
15015 msgstr ""
15017 #: templates/login/twofactor/application.twig:5
15018 msgid ""
15019 "Open the two-factor authentication app on your device to view your "
15020 "authentication code and verify your identity."
15021 msgstr ""
15023 #: templates/login/twofactor/invalid.twig:2
15024 msgid ""
15025 "The configured two factor authentication is not available, please install "
15026 "missing dependencies."
15027 msgstr ""
15029 #: templates/login/twofactor/key_configure.twig:3
15030 #: templates/login/twofactor/key.twig:3
15031 #: templates/preferences/two_factor/main.twig:56
15032 msgid "Deprecated!"
15033 msgstr ""
15035 #: templates/login/twofactor/key_configure.twig:4
15036 #: templates/login/twofactor/key.twig:4
15037 #: templates/preferences/two_factor/main.twig:57
15038 #: templates/preferences/two_factor/main.twig:90
15039 msgid ""
15040 "The FIDO U2F API has been deprecated in favor of the Web Authentication API "
15041 "(WebAuthn)."
15042 msgstr ""
15044 #: templates/login/twofactor/key_configure.twig:6
15045 #: templates/login/twofactor/key.twig:6
15046 #: templates/preferences/two_factor/main.twig:59
15047 msgid ""
15048 "You can still use Firefox to authenticate your account using the FIDO U2F "
15049 "API, however it's recommended that you use the WebAuthn authentication "
15050 "instead."
15051 msgstr ""
15053 #: templates/login/twofactor/key_configure.twig:10
15054 msgid ""
15055 "Please connect your FIDO U2F device into your computer's USB port. Then "
15056 "confirm registration on the device."
15057 msgstr ""
15059 #: templates/login/twofactor/key-https-warning.twig:3
15060 msgid ""
15061 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
15062 "most likely refuse to authenticate you."
15063 msgstr ""
15065 #: templates/login/twofactor/key.twig:10
15066 msgid ""
15067 "Please connect your FIDO U2F device into your computer's USB port. Then "
15068 "confirm login on the device."
15069 msgstr ""
15071 #: templates/login/twofactor.twig:10
15072 msgid "Verify"
15073 msgstr ""
15075 #: templates/login/twofactor/webauthn_creation.twig:1
15076 msgid ""
15077 "Please connect your WebAuthn/FIDO2 device. Then confirm registration on the "
15078 "device."
15079 msgstr ""
15081 #: templates/login/twofactor/webauthn_request.twig:1
15082 msgid ""
15083 "Please connect your WebAuthn/FIDO2 device. Then confirm login on the device."
15084 msgstr ""
15086 #: templates/menu/breadcrumbs.twig:27
15087 msgid "View:"
15088 msgstr ""
15090 #: templates/modals/index_dialog_modal.twig:30
15091 #: templates/table/structure/display_structure.twig:363
15092 msgid "Go back"
15093 msgstr ""
15095 #: templates/modals/unhide_nav_item.twig:5
15096 msgid "Show hidden navigation tree items."
15097 msgstr ""
15099 #: templates/navigation/item_unhide_dialog.twig:20
15100 msgid "Unhide"
15101 msgstr ""
15103 #: templates/navigation/main.twig:25 templates/navigation/main.twig:26
15104 msgid "Home"
15105 msgstr ""
15107 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15108 msgid "Empty session data"
15109 msgstr ""
15111 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15112 msgid "Log out"
15113 msgstr ""
15115 #: templates/navigation/main.twig:35 templates/navigation/main.twig:36
15116 msgid "phpMyAdmin documentation"
15117 msgstr ""
15119 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15120 msgid "MariaDB Documentation"
15121 msgstr ""
15123 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15124 msgid "MySQL Documentation"
15125 msgstr ""
15127 #: templates/navigation/main.twig:43 templates/navigation/main.twig:44
15128 msgid "Navigation panel settings"
15129 msgstr ""
15131 #: templates/navigation/main.twig:47 templates/navigation/main.twig:48
15132 msgid "Reload navigation panel"
15133 msgstr ""
15135 #: templates/navigation/main.twig:67
15136 msgid "An error has occurred while loading the navigation display"
15137 msgstr ""
15139 #: templates/navigation/main.twig:88
15140 msgid "SQL upload"
15141 msgstr ""
15143 #: templates/navigation/tree/fast_filter.twig:11
15144 #: templates/navigation/tree/fast_filter.twig:12
15145 msgid "Type to filter these, Enter to search all"
15146 msgstr ""
15148 #: templates/navigation/tree/fast_filter.twig:16
15149 msgid "Clear fast filter"
15150 msgstr ""
15152 #: templates/preferences/autoload.twig:7
15153 msgid ""
15154 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
15155 "import it for current session?"
15156 msgstr ""
15158 #: templates/preferences/autoload.twig:13
15159 msgid "Delete settings"
15160 msgstr ""
15162 #: templates/preferences/forms/main.twig:4
15163 msgid "Cannot save settings, submitted form contains errors!"
15164 msgstr ""
15166 #: templates/preferences/header.twig:6
15167 msgid "Manage your settings"
15168 msgstr ""
15170 #: templates/preferences/header.twig:12
15171 msgid "Two-factor authentication"
15172 msgstr ""
15174 #: templates/preferences/header.twig:55
15175 #: templates/preferences/manage/main.twig:72
15176 msgid "Configuration has been saved."
15177 msgstr ""
15179 #: templates/preferences/header.twig:60
15180 #, php-format
15181 msgid ""
15182 "Your preferences will be saved for current session only. Storing them "
15183 "permanently requires %sphpMyAdmin configuration storage%s."
15184 msgstr ""
15186 #: templates/preferences/manage/error.twig:1
15187 msgid "Configuration contains incorrect data for some fields."
15188 msgstr ""
15190 #: templates/preferences/manage/error.twig:16
15191 msgid "Do you want to import remaining settings?"
15192 msgstr ""
15194 #: templates/preferences/manage/main.twig:3
15195 #: templates/preferences/manage/main.twig:33
15196 msgid "Saved on: @DATE@"
15197 msgstr ""
15199 #: templates/preferences/manage/main.twig:20
15200 msgid "Import from file"
15201 msgstr ""
15203 #: templates/preferences/manage/main.twig:27
15204 msgid "Import from browser's storage"
15205 msgstr ""
15207 #: templates/preferences/manage/main.twig:30
15208 msgid "Settings will be imported from your browser's local storage."
15209 msgstr ""
15211 #: templates/preferences/manage/main.twig:36
15212 msgid "You have no saved settings!"
15213 msgstr ""
15215 #: templates/preferences/manage/main.twig:40
15216 #: templates/preferences/manage/main.twig:104
15217 msgid "This feature is not supported by your web browser"
15218 msgstr ""
15220 #: templates/preferences/manage/main.twig:44
15221 msgid "Merge with current configuration"
15222 msgstr ""
15224 #: templates/preferences/manage/main.twig:59
15225 #, php-format
15226 msgid ""
15227 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
15228 "script%s."
15229 msgstr ""
15231 #: templates/preferences/manage/main.twig:81
15232 msgid "Save as JSON file"
15233 msgstr ""
15235 #: templates/preferences/manage/main.twig:85
15236 msgid "Save as PHP file"
15237 msgstr ""
15239 #: templates/preferences/manage/main.twig:90
15240 msgid "Save to browser's storage"
15241 msgstr ""
15243 #: templates/preferences/manage/main.twig:96
15244 msgid "Settings will be saved in your browser's local storage."
15245 msgstr ""
15247 #: templates/preferences/manage/main.twig:99
15248 msgid "Existing settings will be overwritten!"
15249 msgstr ""
15251 #: templates/preferences/manage/main.twig:120
15252 msgid "You can reset all your settings and restore them to default values."
15253 msgstr ""
15255 #: templates/preferences/two_factor/configure.twig:5
15256 #: templates/preferences/two_factor/main.twig:77
15257 #: templates/preferences/two_factor/main.twig:98
15258 msgid "Configure two-factor authentication"
15259 msgstr ""
15261 #: templates/preferences/two_factor/configure.twig:12
15262 msgid "Enable two-factor authentication"
15263 msgstr ""
15265 #: templates/preferences/two_factor/confirm.twig:5
15266 msgid "Confirm disabling two-factor authentication"
15267 msgstr ""
15269 #: templates/preferences/two_factor/confirm.twig:9
15270 msgid ""
15271 "By disabling two factor authentication you will be again able to login using "
15272 "password only."
15273 msgstr ""
15275 #: templates/preferences/two_factor/confirm.twig:13
15276 #: templates/preferences/two_factor/main.twig:66
15277 msgid "Disable two-factor authentication"
15278 msgstr ""
15280 #: templates/preferences/two_factor/main.twig:5
15281 msgid "Two-factor authentication status"
15282 msgstr ""
15284 #: templates/preferences/two_factor/main.twig:11
15285 msgid ""
15286 "Two-factor authentication is not available, please install optional "
15287 "dependencies to enable authentication backends."
15288 msgstr ""
15290 #: templates/preferences/two_factor/main.twig:12
15291 #: templates/preferences/two_factor/main.twig:27
15292 msgid "Following composer packages are missing:"
15293 msgstr ""
15295 #: templates/preferences/two_factor/main.twig:20
15296 msgid "Two-factor authentication is available and configured for this account."
15297 msgstr ""
15299 #: templates/preferences/two_factor/main.twig:22
15300 msgid ""
15301 "Two-factor authentication is available, but not configured for this account."
15302 msgstr ""
15304 #: templates/preferences/two_factor/main.twig:26
15305 msgid ""
15306 "Please install optional dependencies to enable more authentication backends."
15307 msgstr ""
15309 #: templates/preferences/two_factor/main.twig:37
15310 msgid ""
15311 "Two-factor authentication is not available, enable phpMyAdmin configuration "
15312 "storage to use it."
15313 msgstr ""
15315 #: templates/preferences/two_factor/main.twig:52
15316 msgid "You have enabled two factor authentication."
15317 msgstr ""
15319 #: templates/recent_favorite_table_no_tables.twig:3
15320 msgid "There are no recent tables."
15321 msgstr ""
15323 #: templates/recent_favorite_table_no_tables.twig:5
15324 msgid "There are no favorite tables."
15325 msgstr ""
15327 #: templates/relation/check_relations.twig:3
15328 msgid "phpMyAdmin configuration storage"
15329 msgstr ""
15331 #: templates/relation/check_relations.twig:9
15332 msgid "Configuration of pmadb
"
15333 msgstr ""
15335 #: templates/relation/check_relations.twig:10
15336 #: templates/relation/check_relations.twig:56
15337 #: templates/relation/check_relations.twig:81
15338 #: templates/relation/check_relations.twig:106
15339 #: templates/relation/check_relations.twig:119
15340 #: templates/relation/check_relations.twig:144
15341 #: templates/relation/check_relations.twig:189
15342 #: templates/relation/check_relations.twig:214
15343 #: templates/relation/check_relations.twig:239
15344 #: templates/relation/check_relations.twig:264
15345 #: templates/relation/check_relations.twig:289
15346 #: templates/relation/check_relations.twig:314
15347 #: templates/relation/check_relations.twig:339
15348 #: templates/relation/check_relations.twig:364
15349 #: templates/relation/check_relations.twig:377
15350 #: templates/relation/check_relations.twig:402
15351 #: templates/relation/check_relations.twig:427
15352 #: templates/relation/check_relations.twig:452
15353 #: templates/relation/check_relations.twig:477
15354 #: templates/relation/check_relations.twig:502
15355 msgid "not OK"
15356 msgstr ""
15358 #: templates/relation/check_relations.twig:14
15359 msgid "General relation features"
15360 msgstr ""
15362 #: templates/relation/check_relations.twig:20
15363 #, php-format
15364 msgid ""
15365 "%sCreate%s a database named '%s' and setup the phpMyAdmin configuration "
15366 "storage there."
15367 msgstr ""
15369 #: templates/relation/check_relations.twig:24
15370 #, php-format
15371 msgid ""
15372 "%sCreate%s the phpMyAdmin configuration storage in the current database."
15373 msgstr ""
15375 #: templates/relation/check_relations.twig:31
15376 #, php-format
15377 msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
15378 msgstr ""
15380 #: templates/relation/check_relations.twig:42
15381 #: templates/relation/check_relations.twig:54
15382 #: templates/relation/check_relations.twig:79
15383 #: templates/relation/check_relations.twig:104
15384 #: templates/relation/check_relations.twig:117
15385 #: templates/relation/check_relations.twig:142
15386 #: templates/relation/check_relations.twig:187
15387 #: templates/relation/check_relations.twig:212
15388 #: templates/relation/check_relations.twig:237
15389 #: templates/relation/check_relations.twig:262
15390 #: templates/relation/check_relations.twig:287
15391 #: templates/relation/check_relations.twig:312
15392 #: templates/relation/check_relations.twig:337
15393 #: templates/relation/check_relations.twig:362
15394 #: templates/relation/check_relations.twig:375
15395 #: templates/relation/check_relations.twig:400
15396 #: templates/relation/check_relations.twig:425
15397 #: templates/relation/check_relations.twig:450
15398 #: templates/relation/check_relations.twig:475
15399 #: templates/relation/check_relations.twig:500
15400 msgctxt "Correctly working"
15401 msgid "OK"
15402 msgstr ""
15404 #: templates/relation/check_relations.twig:62
15405 msgid "General relation features:"
15406 msgstr ""
15408 #: templates/relation/check_relations.twig:64
15409 #: templates/relation/check_relations.twig:89
15410 #: templates/relation/check_relations.twig:127
15411 #: templates/relation/check_relations.twig:152
15412 #: templates/relation/check_relations.twig:162
15413 #: templates/relation/check_relations.twig:197
15414 #: templates/relation/check_relations.twig:222
15415 #: templates/relation/check_relations.twig:247
15416 #: templates/relation/check_relations.twig:272
15417 #: templates/relation/check_relations.twig:297
15418 #: templates/relation/check_relations.twig:322
15419 #: templates/relation/check_relations.twig:347
15420 #: templates/relation/check_relations.twig:385
15421 #: templates/relation/check_relations.twig:410
15422 #: templates/relation/check_relations.twig:435
15423 #: templates/relation/check_relations.twig:460
15424 #: templates/relation/check_relations.twig:485
15425 #: templates/relation/check_relations.twig:510
15426 msgid "Enabled"
15427 msgstr ""
15429 #: templates/relation/check_relations.twig:87
15430 msgid "Display features:"
15431 msgstr ""
15433 #: templates/relation/check_relations.twig:125
15434 msgid "Designer and creation of PDFs:"
15435 msgstr ""
15437 #: templates/relation/check_relations.twig:150
15438 msgid "Displaying column comments:"
15439 msgstr ""
15441 #: templates/relation/check_relations.twig:160
15442 msgid "Browser transformation:"
15443 msgstr ""
15445 #: templates/relation/check_relations.twig:172
15446 msgid "Please see the documentation on how to update your column_info table."
15447 msgstr ""
15449 #: templates/relation/check_relations.twig:195
15450 msgid "Bookmarked SQL query:"
15451 msgstr ""
15453 #: templates/relation/check_relations.twig:220
15454 msgid "SQL history:"
15455 msgstr ""
15457 #: templates/relation/check_relations.twig:245
15458 msgid "Persistent recently used tables:"
15459 msgstr ""
15461 #: templates/relation/check_relations.twig:270
15462 msgid "Persistent favorite tables:"
15463 msgstr ""
15465 #: templates/relation/check_relations.twig:295
15466 msgid "Persistent tables' UI preferences:"
15467 msgstr ""
15469 #: templates/relation/check_relations.twig:320
15470 msgid "Tracking:"
15471 msgstr ""
15473 #: templates/relation/check_relations.twig:345
15474 msgid "User preferences:"
15475 msgstr ""
15477 #: templates/relation/check_relations.twig:383
15478 msgid "Configurable menus:"
15479 msgstr ""
15481 #: templates/relation/check_relations.twig:408
15482 msgid "Hide/show navigation items:"
15483 msgstr ""
15485 #: templates/relation/check_relations.twig:433
15486 msgid "Saving Query-By-Example searches:"
15487 msgstr ""
15489 #: templates/relation/check_relations.twig:458
15490 msgid "Managing central list of columns:"
15491 msgstr ""
15493 #: templates/relation/check_relations.twig:483
15494 msgid "Remembering designer settings:"
15495 msgstr ""
15497 #: templates/relation/check_relations.twig:508
15498 msgid "Saving export templates:"
15499 msgstr ""
15501 #: templates/relation/check_relations.twig:519
15502 msgid "Quick steps to set up advanced features:"
15503 msgstr ""
15505 #: templates/relation/check_relations.twig:523
15506 #, php-format
15507 msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
15508 msgstr ""
15510 #: templates/relation/check_relations.twig:527
15511 msgid "Create a pma user and give access to these tables."
15512 msgstr ""
15514 #: templates/relation/check_relations.twig:531
15515 msgid ""
15516 "Enable advanced features in configuration file (<code>config.inc.php</"
15517 "code>), for example by starting from <code>config.sample.inc.php</code>."
15518 msgstr ""
15520 #: templates/relation/check_relations.twig:535
15521 msgid "Re-login to phpMyAdmin to load the updated configuration file."
15522 msgstr ""
15524 #: templates/server/binlog/index.twig:10
15525 msgid "Select binary log to view"
15526 msgstr ""
15528 #: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
15529 #: templates/server/status/processes/list.twig:20
15530 msgid "Truncate shown queries"
15531 msgstr ""
15533 #: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
15534 #: templates/server/status/processes/list.twig:26
15535 msgid "Show full queries"
15536 msgstr ""
15538 #: templates/server/binlog/index.twig:84
15539 msgid "Log name"
15540 msgstr ""
15542 #: templates/server/binlog/index.twig:85
15543 msgid "Position"
15544 msgstr ""
15546 #: templates/server/binlog/index.twig:87
15547 #: templates/server/replication/primary_replication.twig:24
15548 msgid "Server ID"
15549 msgstr ""
15551 #: templates/server/binlog/index.twig:88
15552 msgid "Original position"
15553 msgstr ""
15555 #: templates/server/binlog/index.twig:89
15556 #: templates/table/structure/display_table_stats.twig:3
15557 msgid "Information"
15558 msgstr ""
15560 #: templates/server/collations/index.twig:4
15561 msgid "Character sets and collations"
15562 msgstr ""
15564 #: templates/server/collations/index.twig:23
15565 #, fuzzy
15566 #| msgid "Default"
15567 msgctxt "The collation is the default one"
15568 msgid "default"
15569 msgstr "YekkirĂź"
15571 #: templates/server/databases/index.twig:3
15572 msgid "Databases statistics"
15573 msgstr ""
15575 #: templates/server/databases/index.twig:9
15576 msgid "Create database"
15577 msgstr ""
15579 #: templates/server/databases/index.twig:50
15580 msgid "No privileges to create databases"
15581 msgstr ""
15583 #: templates/server/databases/index.twig:156
15584 #: templates/server/replication/index.twig:18
15585 #: templates/server/replication/primary_replication.twig:3
15586 msgid "Primary replication"
15587 msgstr ""
15589 #: templates/server/databases/index.twig:160
15590 #: templates/server/replication/replica_configuration.twig:2
15591 msgid "Replica replication"
15592 msgstr ""
15594 #: templates/server/databases/index.twig:181
15595 #, php-format
15596 msgid "Jump to database '%s'"
15597 msgstr ""
15599 #: templates/server/databases/index.twig:242
15600 #, php-format
15601 msgid "Check privileges for database \"%s\"."
15602 msgstr ""
15604 #: templates/server/databases/index.twig:243
15605 msgid "Check privileges"
15606 msgstr ""
15608 #: templates/server/databases/index.twig:298
15609 msgid ""
15610 "Note: Enabling the database statistics here might cause heavy traffic "
15611 "between the web server and the MySQL server."
15612 msgstr ""
15614 #: templates/server/databases/index.twig:300
15615 #: templates/server/databases/index.twig:301
15616 msgid "Enable statistics"
15617 msgstr ""
15619 #: templates/server/databases/index.twig:308
15620 msgid "No databases"
15621 msgstr ""
15623 #: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
15624 msgid "Storage engines"
15625 msgstr ""
15627 #: templates/server/engines/index.twig:13
15628 msgid "Storage Engine"
15629 msgstr ""
15631 #: templates/server/engines/show.twig:45
15632 msgid "Unknown storage engine."
15633 msgstr ""
15635 #: templates/server/export/index.twig:26
15636 msgid "@SERVER@ will become the server name."
15637 msgstr ""
15639 #: templates/server/export/index.twig:3
15640 msgid "Exporting databases from the current server"
15641 msgstr ""
15643 #: templates/server/import/index.twig:3
15644 msgid "Importing into the current server"
15645 msgstr ""
15647 #: templates/server/plugins/index.twig:26
15648 msgid "Plugin"
15649 msgstr ""
15651 #: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
15652 msgid "Version"
15653 msgstr ""
15655 #: templates/server/plugins/index.twig:29
15656 msgid "Author"
15657 msgstr ""
15659 #: templates/server/plugins/index.twig:41
15660 msgid "inactive"
15661 msgstr ""
15663 #: templates/server/plugins/index.twig:43
15664 msgid "disabled"
15665 msgstr ""
15667 #: templates/server/plugins/index.twig:45
15668 msgid "deleting"
15669 msgstr ""
15671 #: templates/server/plugins/index.twig:47
15672 msgid "deleted"
15673 msgstr ""
15675 #: templates/server/privileges/add_user.twig:12
15676 msgid "Database for user account"
15677 msgstr ""
15679 #: templates/server/privileges/add_user.twig:15
15680 msgid "Create database with same name and grant all privileges."
15681 msgstr ""
15683 #: templates/server/privileges/add_user.twig:19
15684 msgid "Grant all privileges on wildcard name (username\\_%)."
15685 msgstr ""
15687 #: templates/server/privileges/add_user.twig:24
15688 #, php-format
15689 msgid "Grant all privileges on database %s."
15690 msgstr ""
15692 #: templates/server/privileges/change_password.twig:15
15693 msgid "No Password"
15694 msgstr ""
15696 #: templates/server/privileges/change_password.twig:24
15697 msgid "Enter:"
15698 msgstr ""
15700 #: templates/server/privileges/change_password.twig:28
15701 #: templates/server/privileges/login_information_fields.twig:54
15702 msgctxt "Password strength"
15703 msgid "Strength:"
15704 msgstr ""
15706 #: templates/server/privileges/change_password.twig:32
15707 #: templates/server/privileges/login_information_fields.twig:60
15708 #: templates/server/replication/primary_add_replica_user.twig:62
15709 msgid "Re-type:"
15710 msgstr ""
15712 #: templates/server/privileges/change_password.twig:40
15713 msgid "Password Hashing:"
15714 msgstr ""
15716 #: templates/server/privileges/change_password.twig:58
15717 msgid ""
15718 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
15719 "connection that encrypts the password using RSA</i>'; while connecting to "
15720 "the server."
15721 msgstr ""
15723 #: templates/server/privileges/choose_user_group.twig:5
15724 msgid "User group:"
15725 msgstr ""
15727 #: templates/server/privileges/edit_routine_privileges.twig:4
15728 #: templates/server/privileges/user_properties.twig:4
15729 msgid "Edit privileges:"
15730 msgstr ""
15732 #: templates/server/privileges/edit_routine_privileges.twig:5
15733 #: templates/server/privileges/user_properties.twig:5
15734 msgid "User account"
15735 msgstr ""
15737 #: templates/server/privileges/edit_routine_privileges.twig:34
15738 #: templates/server/privileges/user_properties.twig:53
15739 msgid ""
15740 "Note: You are attempting to edit privileges of the user with which you are "
15741 "currently logged in."
15742 msgstr ""
15744 #: templates/server/privileges/edit_routine_privileges.twig:51
15745 #: templates/server/privileges/privileges_table.twig:10
15746 #: templates/server/privileges/privileges_table.twig:272
15747 msgid "Note: MySQL privilege names are expressed in English."
15748 msgstr ""
15750 #: templates/server/privileges/edit_routine_privileges.twig:63
15751 #: templates/server/privileges/edit_routine_privileges.twig:67
15752 msgid ""
15753 "Allows user to give to other users or remove from other users privileges "
15754 "that user possess on this routine."
15755 msgstr ""
15757 #: templates/server/privileges/edit_routine_privileges.twig:76
15758 #: templates/server/privileges/edit_routine_privileges.twig:79
15759 msgid "Allows altering and dropping this routine."
15760 msgstr ""
15762 #: templates/server/privileges/edit_routine_privileges.twig:88
15763 #: templates/server/privileges/edit_routine_privileges.twig:91
15764 msgid "Allows executing this routine."
15765 msgstr ""
15767 #: templates/server/privileges/initials_row.twig:1
15768 msgid "Pagination of user accounts"
15769 msgstr ""
15771 #: templates/server/privileges/login_information_fields.twig:2
15772 #: templates/server/privileges/user_properties.twig:106
15773 msgid "Login Information"
15774 msgstr ""
15776 #: templates/server/privileges/login_information_fields.twig:4
15777 #: templates/server/replication/change_primary.twig:14
15778 #: templates/server/replication/primary_add_replica_user.twig:16
15779 msgid "User name:"
15780 msgstr ""
15782 #: templates/server/privileges/login_information_fields.twig:7
15783 #: templates/server/replication/primary_add_replica_user.twig:20
15784 msgid "Any user"
15785 msgstr ""
15787 #: templates/server/privileges/login_information_fields.twig:8
15788 #: templates/server/privileges/login_information_fields.twig:33
15789 #: templates/server/privileges/login_information_fields.twig:50
15790 #: templates/server/privileges/privileges_summary.twig:75
15791 #: templates/server/privileges/privileges_summary.twig:90
15792 msgid "Use text field"
15793 msgstr ""
15795 #: templates/server/privileges/login_information_fields.twig:16
15796 msgid ""
15797 "An account already exists with the same username but possibly a different "
15798 "hostname."
15799 msgstr ""
15801 #: templates/server/privileges/login_information_fields.twig:22
15802 msgid "Host name:"
15803 msgstr ""
15805 #: templates/server/privileges/login_information_fields.twig:27
15806 #: templates/server/replication/primary_add_replica_user.twig:34
15807 msgid "Any host"
15808 msgstr ""
15810 #: templates/server/privileges/login_information_fields.twig:28
15811 #: templates/server/replication/primary_add_replica_user.twig:35
15812 msgid "Local"
15813 msgstr ""
15815 #: templates/server/privileges/login_information_fields.twig:30
15816 #: templates/server/replication/primary_add_replica_user.twig:37
15817 msgid "This host"
15818 msgstr ""
15820 #: templates/server/privileges/login_information_fields.twig:32
15821 #: templates/server/replication/primary_add_replica_user.twig:39
15822 msgid "Use host table"
15823 msgstr ""
15825 #: templates/server/privileges/login_information_fields.twig:39
15826 #: templates/server/replication/primary_add_replica_user.twig:44
15827 msgid ""
15828 "When Host table is used, this field is ignored and values stored in Host "
15829 "table are used instead."
15830 msgstr ""
15832 #: templates/server/privileges/login_information_fields.twig:45
15833 #: templates/server/privileges/login_information_fields.twig:53
15834 #: templates/server/privileges/users_overview.twig:10
15835 #: templates/server/replication/change_primary.twig:19
15836 #: templates/server/replication/primary_add_replica_user.twig:52
15837 #: templates/server/replication/primary_add_replica_user.twig:57
15838 msgid "Password"
15839 msgstr ""
15841 #: templates/server/privileges/login_information_fields.twig:47
15842 msgid "Do not change the password"
15843 msgstr ""
15845 #: templates/server/privileges/login_information_fields.twig:49
15846 #: templates/server/replication/primary_add_replica_user.twig:53
15847 msgid "No password"
15848 msgstr ""
15850 #: templates/server/privileges/login_information_fields.twig:62
15851 #: templates/server/replication/primary_add_replica_user.twig:65
15852 msgid "Re-type"
15853 msgstr ""
15855 #: templates/server/privileges/login_information_fields.twig:68
15856 msgid "Authentication plugin"
15857 msgstr ""
15859 #: templates/server/privileges/login_information_fields.twig:70
15860 msgid "Password hashing method"
15861 msgstr ""
15863 #: templates/server/privileges/login_information_fields.twig:83
15864 msgid ""
15865 "This method requires using an '<em>SSL connection</em>' or an "
15866 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
15867 "while connecting to the server."
15868 msgstr ""
15870 #: templates/server/privileges/new_user_ajax.twig:52
15871 #: templates/server/privileges/users_overview.twig:83
15872 #: templates/server/privileges/users_overview.twig:168
15873 msgid "Edit user group"
15874 msgstr ""
15876 #: templates/server/privileges/privileges_summary.twig:20
15877 msgid "Column-specific privileges"
15878 msgstr ""
15880 #: templates/server/privileges/privileges_summary.twig:54
15881 msgid "Add privileges on the following database(s):"
15882 msgstr ""
15884 #: templates/server/privileges/privileges_summary.twig:67
15885 msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
15886 msgstr ""
15888 #: templates/server/privileges/privileges_summary.twig:71
15889 msgid "Add privileges on the following table:"
15890 msgstr ""
15892 #: templates/server/privileges/privileges_summary.twig:86
15893 msgid "Add privileges on the following routine:"
15894 msgstr ""
15896 #: templates/server/privileges/privileges_table.twig:35
15897 #: templates/server/privileges/privileges_table.twig:36
15898 #: templates/server/privileges/privileges_table.twig:62
15899 #: templates/server/privileges/privileges_table.twig:63
15900 #: templates/server/privileges/privileges_table.twig:89
15901 #: templates/server/privileges/privileges_table.twig:90
15902 #: templates/server/privileges/privileges_table.twig:116
15903 #: templates/server/privileges/privileges_table.twig:117
15904 msgctxt "None privileges"
15905 msgid "None"
15906 msgstr ""
15908 #: templates/server/privileges/privileges_table.twig:160
15909 #: templates/server/privileges/privileges_table.twig:164
15910 #: templates/server/privileges/privileges_table.twig:638
15911 #: templates/server/privileges/privileges_table.twig:642
15912 msgid ""
15913 "Allows user to give to other users or remove from other users the privileges "
15914 "that user possess yourself."
15915 msgstr ""
15917 #: templates/server/privileges/privileges_table.twig:255
15918 msgid "Global"
15919 msgstr ""
15921 #: templates/server/privileges/privileges_table.twig:262
15922 #: templates/server/privileges/users_overview.twig:12
15923 msgid "Global privileges"
15924 msgstr ""
15926 #: templates/server/privileges/privileges_table.twig:552
15927 msgid "Administration"
15928 msgstr ""
15930 #: templates/server/privileges/privileges_table.twig:559
15931 #: templates/server/privileges/privileges_table.twig:562
15932 msgid ""
15933 "Allows adding users and privileges without reloading the privilege tables."
15934 msgstr ""
15936 #: templates/server/privileges/privileges_table.twig:670
15937 msgid "Allows creating foreign key relations."
15938 msgstr ""
15940 #: templates/server/privileges/privileges_table.twig:670
15941 msgid "Not used on MariaDB."
15942 msgstr ""
15944 #: templates/server/privileges/privileges_table.twig:670
15945 msgid "Not used for this MySQL version."
15946 msgstr ""
15948 #: templates/server/privileges/privileges_table.twig:721
15949 msgid "Resource limits"
15950 msgstr ""
15952 #: templates/server/privileges/privileges_table.twig:723
15953 msgid "Note: Setting these options to 0 (zero) removes the limit."
15954 msgstr ""
15956 #: templates/server/privileges/privileges_table.twig:729
15957 #: templates/server/privileges/privileges_table.twig:736
15958 msgid "Limits the number of queries the user may send to the server per hour."
15959 msgstr ""
15961 #: templates/server/privileges/privileges_table.twig:742
15962 #: templates/server/privileges/privileges_table.twig:749
15963 msgid ""
15964 "Limits the number of commands that change any table or database the user may "
15965 "execute per hour."
15966 msgstr ""
15968 #: templates/server/privileges/privileges_table.twig:755
15969 #: templates/server/privileges/privileges_table.twig:762
15970 msgid "Limits the number of new connections the user may open per hour."
15971 msgstr ""
15973 #: templates/server/privileges/privileges_table.twig:768
15974 #: templates/server/privileges/privileges_table.twig:775
15975 msgid "Limits the number of simultaneous connections the user may have."
15976 msgstr ""
15978 #: templates/server/privileges/privileges_table.twig:784
15979 msgid "Does not require SSL-encrypted connections."
15980 msgstr ""
15982 #: templates/server/privileges/privileges_table.twig:793
15983 msgid "Requires SSL-encrypted connections."
15984 msgstr ""
15986 #: templates/server/privileges/privileges_table.twig:802
15987 msgid "Requires a valid X509 certificate."
15988 msgstr ""
15990 #: templates/server/privileges/privileges_table.twig:823
15991 msgid "Requires that a specific cipher method be used for a connection."
15992 msgstr ""
15994 #: templates/server/privileges/privileges_table.twig:832
15995 msgid "Requires that a valid X509 certificate issued by this CA be presented."
15996 msgstr ""
15998 #: templates/server/privileges/privileges_table.twig:841
15999 msgid "Requires that a valid X509 certificate with this subject be presented."
16000 msgstr ""
16002 #: templates/server/privileges/subnav.twig:5
16003 #: templates/server/privileges/user_overview.twig:5
16004 msgid "User accounts overview"
16005 msgstr ""
16007 #: templates/server/privileges/subnav.twig:11
16008 #: templates/server/user_groups/user_groups.twig:1
16009 #: templates/server/user_groups/user_groups.twig:9
16010 msgid "User groups"
16011 msgstr ""
16013 #: templates/server/privileges/user_properties.twig:57
16014 #: templates/server/privileges/users_overview.twig:57
16015 msgid "The selected user was not found in the privilege table."
16016 msgstr ""
16018 #: templates/server/privileges/user_properties.twig:107
16019 msgid "Change login information / Copy user account"
16020 msgstr ""
16022 #: templates/server/privileges/user_properties.twig:114
16023 msgid "Create a new user account with the same privileges and â€Š"
16024 msgstr ""
16026 #: templates/server/privileges/user_properties.twig:120
16027 msgid "
 keep the old one."
16028 msgstr ""
16030 #: templates/server/privileges/user_properties.twig:127
16031 msgid "
 delete the old one from the user tables."
16032 msgstr ""
16034 #: templates/server/privileges/user_properties.twig:134
16035 msgid ""
16036 "
 revoke all active privileges from the old one and delete it afterwards."
16037 msgstr ""
16039 #: templates/server/privileges/user_properties.twig:141
16040 msgid ""
16041 "
 delete the old one from the user tables and reload the privileges "
16042 "afterwards."
16043 msgstr ""
16045 #: templates/server/privileges/users_overview.twig:16
16046 msgid "User group"
16047 msgstr ""
16049 #: templates/server/privileges/users_overview.twig:147
16050 msgid "Remove selected user accounts"
16051 msgstr ""
16053 #: templates/server/privileges/users_overview.twig:149
16054 msgid "Revoke all active privileges from the users and delete them afterwards."
16055 msgstr ""
16057 #: templates/server/privileges/users_overview.twig:153
16058 msgid "Drop the databases that have the same names as the users."
16059 msgstr ""
16061 #: templates/server/privileges/users_overview.twig:178
16062 msgid "Save changes"
16063 msgstr ""
16065 #: templates/server/replication/change_primary.twig:5
16066 msgid "Replica configuration"
16067 msgstr ""
16069 #: templates/server/replication/change_primary.twig:6
16070 #: templates/server/replication/replica_configuration.twig:97
16071 msgid "Change or reconfigure primary server"
16072 msgstr ""
16074 #: templates/server/replication/change_primary.twig:9
16075 msgid ""
16076 "Make sure you have a unique server-id in your configuration file (my.cnf). "
16077 "If not, please add the following line into [mysqld] section:"
16078 msgstr ""
16080 #: templates/server/replication/change_primary.twig:26
16081 msgid "Port:"
16082 msgstr ""
16084 #: templates/server/replication/index.twig:21
16085 #, php-format
16086 msgid ""
16087 "This server is not configured as primary in a replication process. Would you "
16088 "like to %sconfigure%s it?"
16089 msgstr ""
16091 #: templates/server/replication/index.twig:43
16092 msgid "No privileges"
16093 msgstr ""
16095 #: templates/server/replication/primary_add_replica_user.twig:6
16096 #: templates/server/replication/primary_replication.twig:44
16097 msgid "Add replica replication user"
16098 msgstr ""
16100 #: templates/server/replication/primary_add_replica_user.twig:21
16101 #: templates/server/replication/primary_add_replica_user.twig:40
16102 #: templates/server/replication/primary_add_replica_user.twig:54
16103 msgid "Use text field:"
16104 msgstr ""
16106 #: templates/server/replication/primary_add_replica_user.twig:70
16107 msgid "Generate password:"
16108 msgstr ""
16110 #: templates/server/replication/primary_configuration.twig:2
16111 msgid "Primary configuration"
16112 msgstr ""
16114 #: templates/server/replication/primary_configuration.twig:4
16115 msgid ""
16116 "This server is not configured as a primary server in a replication process. "
16117 "You can choose from either replicating all databases and ignoring some of "
16118 "them (useful if you want to replicate a majority of the databases) or you "
16119 "can choose to ignore all databases by default and allow only certain "
16120 "databases to be replicated. Please select the mode:"
16121 msgstr ""
16123 #: templates/server/replication/primary_configuration.twig:9
16124 msgid "Replicate all databases; Ignore:"
16125 msgstr ""
16127 #: templates/server/replication/primary_configuration.twig:10
16128 msgid "Ignore all databases; Replicate:"
16129 msgstr ""
16131 #: templates/server/replication/primary_configuration.twig:12
16132 msgid "Please select databases:"
16133 msgstr ""
16135 #: templates/server/replication/primary_configuration.twig:15
16136 msgid ""
16137 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
16138 "and please restart the MySQL server afterwards."
16139 msgstr ""
16141 #: templates/server/replication/primary_configuration.twig:21
16142 msgid ""
16143 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
16144 "should see a message informing you, that this server <strong>is</strong> "
16145 "configured as primary."
16146 msgstr ""
16148 #: templates/server/replication/primary_replication.twig:5
16149 msgid "This server is configured as primary in a replication process."
16150 msgstr ""
16152 #: templates/server/replication/primary_replication.twig:16
16153 msgid "Show connected replicas"
16154 msgstr ""
16156 #: templates/server/replication/primary_replication.twig:38
16157 msgid ""
16158 "Only replicas started with the --report-host=host_name option are visible in "
16159 "this list."
16160 msgstr ""
16162 #: templates/server/replication/replica_configuration.twig:5
16163 msgid "Primary connection:"
16164 msgstr ""
16166 #: templates/server/replication/replica_configuration.twig:25
16167 msgid "Replica SQL Thread not running!"
16168 msgstr ""
16170 #: templates/server/replication/replica_configuration.twig:28
16171 msgid "Replica IO Thread not running!"
16172 msgstr ""
16174 #: templates/server/replication/replica_configuration.twig:31
16175 msgid ""
16176 "Server is configured as replica in a replication process. Would you like to:"
16177 msgstr ""
16179 #: templates/server/replication/replica_configuration.twig:34
16180 msgid "See replica status table"
16181 msgstr ""
16183 #: templates/server/replication/replica_configuration.twig:38
16184 msgid "Control replica:"
16185 msgstr ""
16187 #: templates/server/replication/replica_configuration.twig:48
16188 msgid "Reset replica"
16189 msgstr ""
16191 #: templates/server/replication/replica_configuration.twig:54
16192 msgid "Start SQL Thread only"
16193 msgstr ""
16195 #: templates/server/replication/replica_configuration.twig:56
16196 msgid "Stop SQL Thread only"
16197 msgstr ""
16199 #: templates/server/replication/replica_configuration.twig:63
16200 msgid "Start IO Thread only"
16201 msgstr ""
16203 #: templates/server/replication/replica_configuration.twig:65
16204 msgid "Stop IO Thread only"
16205 msgstr ""
16207 #: templates/server/replication/replica_configuration.twig:74
16208 msgid "Error management:"
16209 msgstr ""
16211 #: templates/server/replication/replica_configuration.twig:77
16212 msgid "Skipping errors might lead into unsynchronized primary and replica!"
16213 msgstr ""
16215 #: templates/server/replication/replica_configuration.twig:81
16216 msgid "Skip current error"
16217 msgstr ""
16219 #: templates/server/replication/replica_configuration.twig:87
16220 #, php-format
16221 msgid "Skip next %s errors."
16222 msgstr ""
16224 #: templates/server/replication/replica_configuration.twig:107
16225 #, php-format
16226 msgid ""
16227 "This server is not configured as replica in a replication process. Would you "
16228 "like to %sconfigure%s it?"
16229 msgstr ""
16231 #: templates/server/replication/status_table.twig:6
16232 #, fuzzy
16233 #| msgid "Primary"
16234 msgid "Primary status"
16235 msgstr "KilĂźde Sereke"
16237 #: templates/server/replication/status_table.twig:8
16238 msgid "Replica status"
16239 msgstr ""
16241 #: templates/server/replication/status_table.twig:16
16242 #: templates/server/status/variables/index.twig:75
16243 #: templates/server/variables/index.twig:31
16244 msgid "Variable"
16245 msgstr ""
16247 #: templates/server/select/index.twig:7 templates/server/select/index.twig:19
16248 msgid "Current server:"
16249 msgstr ""
16251 #: templates/server/status/advisor/index.twig:6
16252 #: templates/server/status/advisor/index.twig:19
16253 msgid "Advisor system"
16254 msgstr ""
16256 #: templates/server/status/advisor/index.twig:9
16257 msgid "Not enough privilege to view the advisor."
16258 msgstr ""
16260 #: templates/server/status/advisor/index.twig:12
16261 msgid "Instructions"
16262 msgstr ""
16264 #: templates/server/status/advisor/index.twig:24
16265 msgid ""
16266 "The Advisor system can provide recommendations on server variables by "
16267 "analyzing the server status variables."
16268 msgstr ""
16270 #: templates/server/status/advisor/index.twig:29
16271 msgid ""
16272 "Do note however that this system provides recommendations based on simple "
16273 "calculations and by rule of thumb which may not necessarily apply to your "
16274 "system."
16275 msgstr ""
16277 #: templates/server/status/advisor/index.twig:34
16278 msgid ""
16279 "Prior to changing any of the configuration, be sure to know what you are "
16280 "changing (by reading the documentation) and how to undo the change. Wrong "
16281 "tuning can have a very negative effect on performance."
16282 msgstr ""
16284 #: templates/server/status/advisor/index.twig:39
16285 msgid ""
16286 "The best way to tune your system would be to change only one setting at a "
16287 "time, observe or benchmark your database, and undo the change if there was "
16288 "no clearly measurable improvement."
16289 msgstr ""
16291 #: templates/server/status/advisor/index.twig:53
16292 msgid "Errors occurred while executing rule expressions:"
16293 msgstr ""
16295 #: templates/server/status/advisor/index.twig:63
16296 msgid "Possible performance issues"
16297 msgstr ""
16299 #: templates/server/status/advisor/index.twig:76
16300 msgid "Issue:"
16301 msgstr ""
16303 #: templates/server/status/advisor/index.twig:79
16304 msgid "Recommendation:"
16305 msgstr ""
16307 #: templates/server/status/advisor/index.twig:82
16308 msgid "Justification:"
16309 msgstr ""
16311 #: templates/server/status/advisor/index.twig:85
16312 msgid "Used variable / formula:"
16313 msgstr ""
16315 #: templates/server/status/advisor/index.twig:88
16316 msgid "Test:"
16317 msgstr ""
16319 #: templates/server/status/base.twig:16
16320 msgid "Query statistics"
16321 msgstr ""
16323 #: templates/server/status/base.twig:21
16324 msgid "All status variables"
16325 msgstr ""
16327 #: templates/server/status/base.twig:26
16328 msgid "Monitor"
16329 msgstr ""
16331 #: templates/server/status/base.twig:31
16332 msgid "Advisor"
16333 msgstr ""
16335 #: templates/server/status/monitor/index.twig:8
16336 msgid "Start Monitor"
16337 msgstr ""
16339 #: templates/server/status/monitor/index.twig:16
16340 msgid "Instructions/Setup"
16341 msgstr ""
16343 #: templates/server/status/monitor/index.twig:20
16344 msgid "Done dragging (rearranging) charts"
16345 msgstr ""
16347 #: templates/server/status/monitor/index.twig:27
16348 msgid "Add chart"
16349 msgstr ""
16351 #: templates/server/status/monitor/index.twig:31
16352 msgid "Enable charts dragging"
16353 msgstr ""
16355 #: templates/server/status/monitor/index.twig:36
16356 #: templates/server/status/processes/index.twig:33
16357 msgid "Refresh rate"
16358 msgstr ""
16360 #: templates/server/status/monitor/index.twig:43
16361 #: templates/server/status/processes/index.twig:40
16362 #, php-format
16363 msgid "%d second"
16364 msgstr ""
16366 #: templates/server/status/monitor/index.twig:45
16367 #: templates/server/status/processes/index.twig:42
16368 #, php-format
16369 msgid "%d seconds"
16370 msgstr ""
16372 #: templates/server/status/monitor/index.twig:49
16373 #: templates/server/status/processes/index.twig:46
16374 #, php-format
16375 msgid "%d minute"
16376 msgstr ""
16378 #: templates/server/status/monitor/index.twig:51
16379 #: templates/server/status/processes/index.twig:48
16380 #, php-format
16381 msgid "%d minutes"
16382 msgstr ""
16384 #: templates/server/status/monitor/index.twig:61
16385 msgid "Chart columns"
16386 msgstr ""
16388 #: templates/server/status/monitor/index.twig:74
16389 msgid "Chart arrangement"
16390 msgstr ""
16392 #: templates/server/status/monitor/index.twig:75
16393 msgid ""
16394 "The arrangement of the charts is stored to the browsers local storage. You "
16395 "may want to export it if you have a complicated set up."
16396 msgstr ""
16398 #: templates/server/status/monitor/index.twig:84
16399 msgid "Reset to default"
16400 msgstr ""
16402 #: templates/server/status/monitor/index.twig:89
16403 msgid "Monitor Instructions"
16404 msgstr ""
16406 #: templates/server/status/monitor/index.twig:91
16407 msgid ""
16408 "The phpMyAdmin Monitor can assist you in optimizing the server configuration "
16409 "and track down time intensive queries. For the latter you will need to set "
16410 "log_output to 'TABLE' and have either the slow_query_log or general_log "
16411 "enabled. Note however, that the general_log produces a lot of data and "
16412 "increases server load by up to 15%."
16413 msgstr ""
16415 #: templates/server/status/monitor/index.twig:101
16416 msgid "Using the monitor:"
16417 msgstr ""
16419 #: templates/server/status/monitor/index.twig:103
16420 msgid ""
16421 "Your browser will refresh all displayed charts in a regular interval. You "
16422 "may add charts and change the refresh rate under 'Settings', or remove any "
16423 "chart using the cog icon on each respective chart."
16424 msgstr ""
16426 #: templates/server/status/monitor/index.twig:108
16427 msgid ""
16428 "To display queries from the logs, select the relevant time span on any chart "
16429 "by holding down the left mouse button and panning over the chart. Once "
16430 "confirmed, this will load a table of grouped queries, there you may click on "
16431 "any occurring SELECT statements to further analyze them."
16432 msgstr ""
16434 #: templates/server/status/monitor/index.twig:114
16435 msgid "Please note:"
16436 msgstr ""
16438 #: templates/server/status/monitor/index.twig:117
16439 msgid ""
16440 "Enabling the general_log may increase the server load by 5-15%. Also be "
16441 "aware that generating statistics from the logs is a load intensive task, so "
16442 "it is advisable to select only a small time span and to disable the "
16443 "general_log and empty its table once monitoring is not required any more."
16444 msgstr ""
16446 #: templates/server/status/monitor/index.twig:128
16447 #: templates/server/status/monitor/index.twig:134
16448 msgid "Chart Title"
16449 msgstr ""
16451 #: templates/server/status/monitor/index.twig:138
16452 msgid "Preset chart"
16453 msgstr ""
16455 #: templates/server/status/monitor/index.twig:144
16456 msgid "Status variable(s)"
16457 msgstr ""
16459 #: templates/server/status/monitor/index.twig:149
16460 msgid "Select series:"
16461 msgstr ""
16463 #: templates/server/status/monitor/index.twig:152
16464 msgid "Commonly monitored"
16465 msgstr ""
16467 #: templates/server/status/monitor/index.twig:170
16468 msgid "or type variable name:"
16469 msgstr ""
16471 #: templates/server/status/monitor/index.twig:177
16472 msgid "Display as differential value"
16473 msgstr ""
16475 #: templates/server/status/monitor/index.twig:182
16476 msgid "Apply a divisor"
16477 msgstr ""
16479 #: templates/server/status/monitor/index.twig:193
16480 msgid "Append unit to data values"
16481 msgstr ""
16483 #: templates/server/status/monitor/index.twig:201
16484 msgid "Add this series"
16485 msgstr ""
16487 #: templates/server/status/monitor/index.twig:204
16488 msgid "Clear series"
16489 msgstr ""
16491 #: templates/server/status/monitor/index.twig:208
16492 msgid "Series in chart:"
16493 msgstr ""
16495 #: templates/server/status/monitor/index.twig:224
16496 msgid "Log statistics"
16497 msgstr ""
16499 #: templates/server/status/monitor/index.twig:226
16500 msgid "Selected time range:"
16501 msgstr ""
16503 #: templates/server/status/monitor/index.twig:234
16504 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
16505 msgstr ""
16507 #: templates/server/status/monitor/index.twig:240
16508 msgid "Remove variable data in INSERT statements for better grouping"
16509 msgstr ""
16511 #: templates/server/status/monitor/index.twig:244
16512 msgid "Choose from which log you want the statistics to be generated from."
16513 msgstr ""
16515 #: templates/server/status/monitor/index.twig:247
16516 msgid "Results are grouped by query text."
16517 msgstr ""
16519 #: templates/server/status/monitor/index.twig:251
16520 msgid "Query analyzer"
16521 msgstr ""
16523 #: templates/server/status/processes/index.twig:14
16524 msgid "Show only active"
16525 msgstr ""
16527 #: templates/server/status/processes/index.twig:28
16528 msgid ""
16529 "Note: Enabling the auto refresh here might cause heavy traffic between the "
16530 "web server and the MySQL server."
16531 msgstr ""
16533 #. l10n: Questions is the name of a MySQL Status variable
16534 #: templates/server/status/queries/index.twig:8
16535 msgid "Questions since startup:"
16536 msgstr ""
16538 #: templates/server/status/queries/index.twig:20
16539 msgid "per hour:"
16540 msgstr ""
16542 #: templates/server/status/queries/index.twig:21
16543 msgid "per minute:"
16544 msgstr ""
16546 #: templates/server/status/queries/index.twig:23
16547 msgid "per second:"
16548 msgstr ""
16550 #: templates/server/status/queries/index.twig:37
16551 msgid "Statements"
16552 msgstr ""
16554 #. l10n: # = Amount of queries
16555 #: templates/server/status/queries/index.twig:38
16556 msgid "#"
16557 msgstr ""
16559 #: templates/server/status/queries/index.twig:39
16560 #: templates/server/status/status/index.twig:18
16561 #: templates/server/status/status/index.twig:38
16562 msgid "Ăž per hour"
16563 msgstr ""
16565 #: templates/server/status/queries/index.twig:59
16566 msgid "Not enough privilege to view query statistics."
16567 msgstr ""
16569 #: templates/server/status/status/index.twig:6
16570 #, php-format
16571 msgid "Network traffic since startup: %s"
16572 msgstr ""
16574 #: templates/server/status/status/index.twig:7
16575 #, php-format
16576 msgid "This MySQL server has been running for %1$s. It started up on %2$s."
16577 msgstr ""
16579 #: templates/server/status/status/index.twig:15
16580 msgid ""
16581 "On a busy server, the byte counters may overrun, so those statistics as "
16582 "reported by the MySQL server may be incorrect."
16583 msgstr ""
16585 #: templates/server/status/status/index.twig:59
16586 msgid ""
16587 "This MySQL server works as <b>primary</b> and <b>replica</b> in "
16588 "<b>replication</b> process."
16589 msgstr ""
16591 #: templates/server/status/status/index.twig:61
16592 msgid ""
16593 "This MySQL server works as <b>primary</b> in <b>replication</b> process."
16594 msgstr ""
16596 #: templates/server/status/status/index.twig:63
16597 msgid ""
16598 "This MySQL server works as <b>replica</b> in <b>replication</b> process."
16599 msgstr ""
16601 #: templates/server/status/status/index.twig:69
16602 msgid "Replication status"
16603 msgstr ""
16605 #: templates/server/status/status/index.twig:75
16606 msgid "Not enough privilege to view server status."
16607 msgstr ""
16609 #: templates/server/status/variables/index.twig:20
16610 msgid "Show only alert values"
16611 msgstr ""
16613 #: templates/server/status/variables/index.twig:25
16614 #: templates/server/status/variables/index.twig:27
16615 msgid "Filter by category
"
16616 msgstr ""
16618 #: templates/server/status/variables/index.twig:37
16619 msgid "Show unformatted values"
16620 msgstr ""
16622 #: templates/server/status/variables/index.twig:50
16623 msgid "Related links:"
16624 msgstr ""
16626 #: templates/server/status/variables/index.twig:139
16627 msgid "Not enough privilege to view status variables."
16628 msgstr ""
16630 #: templates/server/user_groups/edit_user_groups.twig:2
16631 #: templates/server/user_groups/user_groups.twig:64
16632 msgid "Add user group"
16633 msgstr ""
16635 #: templates/server/user_groups/edit_user_groups.twig:4
16636 #, php-format
16637 msgid "Edit user group: '%s'"
16638 msgstr ""
16640 #: templates/server/user_groups/edit_user_groups.twig:9
16641 msgid "User group menu assignments"
16642 msgstr ""
16644 #: templates/server/user_groups/edit_user_groups.twig:14
16645 msgid "Group name:"
16646 msgstr ""
16648 #: templates/server/user_groups/user_groups.twig:12
16649 msgid "Server level tabs"
16650 msgstr ""
16652 #: templates/server/user_groups/user_groups.twig:15
16653 msgid "Database level tabs"
16654 msgstr ""
16656 #: templates/server/user_groups/user_groups.twig:18
16657 msgid "Table level tabs"
16658 msgstr ""
16660 #: templates/server/user_groups/user_groups.twig:50
16661 msgid "Delete user group"
16662 msgstr ""
16664 #: templates/server/user_groups/user_listings.twig:1
16665 #, php-format
16666 msgid "Users of '%s' user group"
16667 msgstr ""
16669 #: templates/server/user_groups/user_listings.twig:3
16670 msgid "No users were found belonging to this user group."
16671 msgstr ""
16673 #: templates/server/variables/index.twig:5
16674 msgid "Server variables and settings"
16675 msgstr ""
16677 #: templates/server/variables/index.twig:43
16678 msgid "This is a read-only variable and can not be edited"
16679 msgstr ""
16681 #: templates/server/variables/index.twig:69
16682 msgid "Session value"
16683 msgstr ""
16685 #: templates/server/variables/index.twig:80
16686 #, php-format
16687 msgid "Not enough privilege to view server variables and settings. %s"
16688 msgstr ""
16690 #: templates/setup/base.twig:29 templates/setup/home/index.twig:20
16691 msgid "Overview"
16692 msgstr ""
16694 #: templates/setup/config/index.twig:4 templates/setup/home/index.twig:98
16695 msgid "Configuration file"
16696 msgstr ""
16698 #: templates/setup/config/index.twig:16
16699 msgid "Generated configuration file"
16700 msgstr ""
16702 #: templates/setup/config/index.twig:22 templates/setup/home/index.twig:165
16703 msgid "Download"
16704 msgstr ""
16706 #: templates/setup/error.twig:3
16707 msgid "Submitted form contains errors"
16708 msgstr ""
16710 #: templates/setup/error.twig:6
16711 msgid "Try to revert erroneous fields to their default values"
16712 msgstr ""
16714 #: templates/setup/error.twig:14
16715 msgid "Ignore errors"
16716 msgstr ""
16718 #: templates/setup/error.twig:18
16719 msgid "Show form"
16720 msgstr ""
16722 #: templates/setup/home/index.twig:23
16723 msgid "Show hidden messages"
16724 msgstr ""
16726 #: templates/setup/home/index.twig:79
16727 msgid "There are no configured servers"
16728 msgstr ""
16730 #: templates/setup/home/index.twig:88
16731 msgid "New server"
16732 msgstr ""
16734 #: templates/setup/home/index.twig:110
16735 msgid "Default language"
16736 msgstr ""
16738 #: templates/setup/home/index.twig:128
16739 msgid "Default server"
16740 msgstr ""
16742 #: templates/setup/home/index.twig:139
16743 msgid "let the user choose"
16744 msgstr ""
16746 #: templates/setup/home/index.twig:146
16747 msgid "- none -"
16748 msgstr ""
16750 #: templates/setup/home/index.twig:153
16751 msgid "End of line"
16752 msgstr ""
16754 #: templates/setup/home/index.twig:164
16755 msgid "Display"
16756 msgstr ""
16758 #: templates/setup/home/index.twig:175
16759 msgid "phpMyAdmin homepage"
16760 msgstr ""
16762 #: templates/setup/home/index.twig:176
16763 msgid "Donate"
16764 msgstr ""
16766 #: templates/setup/home/index.twig:177
16767 msgid "Check for latest version"
16768 msgstr ""
16770 #: templates/setup/servers/index.twig:6
16771 msgid "Edit server"
16772 msgstr ""
16774 #: templates/setup/servers/index.twig:11
16775 msgid "Add a new server"
16776 msgstr ""
16778 #: templates/setup/servers/index.twig:17
16779 msgid "Something went wrong."
16780 msgstr ""
16782 #: templates/sql/bookmark.twig:11 templates/sql/bookmark.twig:29
16783 msgid "Bookmark this SQL query"
16784 msgstr ""
16786 #: templates/sql/bookmark.twig:15
16787 msgid "Label:"
16788 msgstr ""
16790 #: templates/sql/bookmark.twig:22 templates/sql/query.twig:93
16791 msgid "Let every user access this bookmark"
16792 msgstr ""
16794 #: templates/sql/profiling_chart.twig:4
16795 msgid "Detailed profile"
16796 msgstr ""
16798 #: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
16799 msgid "State"
16800 msgstr ""
16802 #: templates/sql/profiling_chart.twig:38
16803 msgid "Summary by state"
16804 msgstr ""
16806 #: templates/sql/profiling_chart.twig:47
16807 msgid "Total Time"
16808 msgstr ""
16810 #: templates/sql/profiling_chart.twig:51
16811 msgid "% Time"
16812 msgstr ""
16814 #: templates/sql/profiling_chart.twig:55
16815 msgid "Calls"
16816 msgstr ""
16818 #: templates/sql/profiling_chart.twig:59
16819 msgid "Ăž Time"
16820 msgstr ""
16822 #: templates/sql/query.twig:44
16823 msgid "Get auto-saved query"
16824 msgstr ""
16826 #. l10n: Bind parameters in the SQL query using :parameterName format
16827 #: templates/sql/query.twig:51
16828 msgid "Bind parameters"
16829 msgstr ""
16831 #: templates/sql/query.twig:84
16832 msgid "Bookmark this SQL query:"
16833 msgstr ""
16835 #: templates/sql/query.twig:100
16836 msgid "Replace existing bookmark of same name"
16837 msgstr ""
16839 #: templates/sql/query.twig:110 templates/sql/query.twig:111
16840 msgid "Delimiter"
16841 msgstr ""
16843 #: templates/sql/query.twig:119
16844 msgid "Show this query here again"
16845 msgstr ""
16847 #: templates/sql/query.twig:134
16848 msgid "Rollback when finished"
16849 msgstr ""
16851 #: templates/sql/query.twig:156
16852 msgid "Bookmarked SQL query"
16853 msgstr ""
16855 #: templates/sql/query.twig:160
16856 msgid "Bookmark:"
16857 msgstr ""
16859 #: templates/sql/query.twig:169
16860 msgid "shared"
16861 msgstr ""
16863 #: templates/sql/query.twig:182
16864 msgid "View only"
16865 msgstr ""
16867 #: templates/table/browse_foreigners/column_element.twig:4
16868 msgid "Use this value"
16869 msgstr ""
16871 #: templates/table/chart/tbl_chart.twig:10
16872 #, fuzzy
16873 #| msgid "Bad type!"
16874 msgid "Chart type"
16875 msgstr "Model BetalĂȘ!"
16877 #: templates/table/chart/tbl_chart.twig:13
16878 msgctxt "Chart type"
16879 msgid "Bar"
16880 msgstr ""
16882 #: templates/table/chart/tbl_chart.twig:17
16883 msgctxt "Chart type"
16884 msgid "Column"
16885 msgstr ""
16887 #: templates/table/chart/tbl_chart.twig:21
16888 msgctxt "Chart type"
16889 msgid "Line"
16890 msgstr ""
16892 #: templates/table/chart/tbl_chart.twig:25
16893 msgctxt "Chart type"
16894 msgid "Spline"
16895 msgstr ""
16897 #: templates/table/chart/tbl_chart.twig:29
16898 msgctxt "Chart type"
16899 msgid "Area"
16900 msgstr ""
16902 #: templates/table/chart/tbl_chart.twig:33
16903 msgctxt "Chart type"
16904 msgid "Pie"
16905 msgstr ""
16907 #: templates/table/chart/tbl_chart.twig:37
16908 msgctxt "Chart type"
16909 msgid "Timeline"
16910 msgstr ""
16912 #: templates/table/chart/tbl_chart.twig:41
16913 msgctxt "Chart type"
16914 msgid "Scatter"
16915 msgstr ""
16917 #: templates/table/chart/tbl_chart.twig:47
16918 msgid "Stacked"
16919 msgstr ""
16921 #: templates/table/chart/tbl_chart.twig:51
16922 msgid "Chart title:"
16923 msgstr ""
16925 #: templates/table/chart/tbl_chart.twig:57
16926 msgid "X-Axis:"
16927 msgstr ""
16929 #: templates/table/chart/tbl_chart.twig:73
16930 msgid "Series:"
16931 msgstr ""
16933 #: templates/table/chart/tbl_chart.twig:101
16934 msgid "X-Axis label:"
16935 msgstr ""
16937 #: templates/table/chart/tbl_chart.twig:102
16938 msgid "X Values"
16939 msgstr ""
16941 #: templates/table/chart/tbl_chart.twig:106
16942 msgid "Y-Axis label:"
16943 msgstr ""
16945 #: templates/table/chart/tbl_chart.twig:107
16946 msgid "Y Values"
16947 msgstr ""
16949 #: templates/table/chart/tbl_chart.twig:112
16950 msgid "Series names are in a column"
16951 msgstr ""
16953 #: templates/table/chart/tbl_chart.twig:116
16954 msgid "Series column:"
16955 msgstr ""
16957 #: templates/table/chart/tbl_chart.twig:126
16958 msgid "Value Column:"
16959 msgstr ""
16961 #: templates/table/chart/tbl_chart.twig:147
16962 msgid "Save chart as image"
16963 msgstr ""
16965 #: templates/table/export/index.twig:12
16966 msgid ""
16967 "@SERVER@ will become the server name, @DATABASE@ will become the database "
16968 "name and @TABLE@ will become the table name."
16969 msgstr ""
16971 #: templates/table/export/index.twig:7
16972 #, php-format
16973 msgid "Exporting rows from \"%s\" table"
16974 msgstr ""
16976 #: templates/table/find_replace/index.twig:4
16977 #: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
16978 msgid "Table search"
16979 msgstr ""
16981 #: templates/table/find_replace/index.twig:10
16982 #: templates/table/search/index.twig:10
16983 #: templates/table/zoom_search/index.twig:10
16984 msgid "Zoom search"
16985 msgstr ""
16987 #: templates/table/find_replace/index.twig:16
16988 #: templates/table/find_replace/index.twig:27
16989 #: templates/table/search/index.twig:16
16990 #: templates/table/zoom_search/index.twig:16
16991 msgid "Find and replace"
16992 msgstr ""
16994 #: templates/table/find_replace/index.twig:36
16995 msgid "Replace with:"
16996 msgstr ""
16998 #: templates/table/find_replace/index.twig:57
16999 msgid "Use regular expression"
17000 msgstr ""
17002 #: templates/table/find_replace/replace_preview.twig:10
17003 msgid "Find and replace - preview"
17004 msgstr ""
17006 #: templates/table/find_replace/replace_preview.twig:17
17007 msgid "Original string"
17008 msgstr ""
17010 #: templates/table/find_replace/replace_preview.twig:18
17011 msgid "Replaced string"
17012 msgstr ""
17014 #: templates/table/find_replace/replace_preview.twig:36
17015 msgid "Replace"
17016 msgstr ""
17018 #: templates/table/gis_visualization/gis_visualization.twig:2
17019 msgid "Display GIS Visualization"
17020 msgstr ""
17022 #: templates/table/gis_visualization/gis_visualization.twig:10
17023 msgid "Label column"
17024 msgstr ""
17026 #: templates/table/gis_visualization/gis_visualization.twig:12
17027 msgid "-- None --"
17028 msgstr ""
17030 #: templates/table/gis_visualization/gis_visualization.twig:21
17031 msgid "Spatial column"
17032 msgstr ""
17034 #: templates/table/import/index.twig:3
17035 #, php-format
17036 msgid "Importing into the table \"%s\""
17037 msgstr ""
17039 #: templates/table/index_form.twig:18 templates/table/index_rename_form.twig:11
17040 msgid "Index name:"
17041 msgstr ""
17043 #: templates/table/index_form.twig:19 templates/table/index_rename_form.twig:12
17044 msgid ""
17045 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
17046 msgstr ""
17048 #: templates/table/index_form.twig:37
17049 msgid "Index choice:"
17050 msgstr ""
17052 #: templates/table/index_form.twig:57
17053 msgid "Advanced options"
17054 msgstr ""
17056 #: templates/table/index_form.twig:67
17057 msgid "Key block size:"
17058 msgstr ""
17060 #: templates/table/index_form.twig:84
17061 msgid "Index type:"
17062 msgstr ""
17064 #: templates/table/index_form.twig:101
17065 msgid "Parser:"
17066 msgstr ""
17068 #: templates/table/index_form.twig:117
17069 msgid "Comment:"
17070 msgstr ""
17072 #: templates/table/index_form.twig:162 templates/table/index_form.twig:199
17073 msgid "Drag to reorder"
17074 msgstr ""
17076 #: templates/table/insert/actions_panel.twig:9
17077 msgid "Insert as new row"
17078 msgstr ""
17080 #: templates/table/insert/actions_panel.twig:10
17081 msgid "Insert as new row and ignore errors"
17082 msgstr ""
17084 #: templates/table/insert/actions_panel.twig:11
17085 msgid "Show insert query"
17086 msgstr ""
17088 #: templates/table/insert/actions_panel.twig:15
17089 msgid "and then"
17090 msgstr ""
17092 #: templates/table/insert/actions_panel.twig:19
17093 msgid "Go back to previous page"
17094 msgstr ""
17096 #: templates/table/insert/actions_panel.twig:20
17097 msgid "Insert another new row"
17098 msgstr ""
17100 #: templates/table/insert/actions_panel.twig:22
17101 msgid "Go back to this page"
17102 msgstr ""
17104 #: templates/table/insert/actions_panel.twig:24
17105 msgid "Edit next row"
17106 msgstr ""
17108 #: templates/table/insert/actions_panel.twig:32
17109 msgid ""
17110 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
17111 msgstr ""
17113 #: templates/table/insert/column_row.twig:15
17114 msgid "Binary"
17115 msgstr ""
17117 #: templates/table/insert/column_row.twig:30
17118 msgid "Use the NULL value for this column."
17119 msgstr ""
17121 #: templates/table/insert/column_row.twig:65
17122 msgid "Because of its length,<br> this column might not be editable."
17123 msgstr ""
17125 #: templates/table/insert/column_row.twig:93
17126 msgid "Binary - do not edit"
17127 msgstr ""
17129 #: templates/table/insert/column_row.twig:122
17130 #: templates/table/search/input_box.twig:37
17131 msgid "Edit/Insert"
17132 msgstr ""
17134 #: templates/table/insert/continue_insertion_form.twig:18
17135 #, php-format
17136 msgid "Continue insertion with %s rows"
17137 msgstr ""
17139 #: templates/table/maintenance/checksum.twig:13
17140 msgid "Checksum"
17141 msgstr ""
17143 #: templates/table/operations/index.twig:9
17144 msgid "Alter table order by"
17145 msgstr ""
17147 #: templates/table/operations/index.twig:20
17148 msgctxt "Alter table order by a single field."
17149 msgid "(singly)"
17150 msgstr ""
17152 #: templates/table/operations/index.twig:50
17153 msgid "Move table to (database.table)"
17154 msgstr ""
17156 #: templates/table/operations/index.twig:101
17157 msgid "Table options"
17158 msgstr ""
17160 #: templates/table/operations/index.twig:105
17161 msgid "Rename table to"
17162 msgstr ""
17164 #: templates/table/operations/index.twig:123
17165 msgid "Table comments"
17166 msgstr ""
17168 #: templates/table/operations/index.twig:170
17169 msgid "Change all column collations"
17170 msgstr ""
17172 #: templates/table/operations/index.twig:251
17173 msgid "Copy table to (database.table)"
17174 msgstr ""
17176 #: templates/table/operations/index.twig:322
17177 msgid "Switch to copied table"
17178 msgstr ""
17180 #: templates/table/operations/index.twig:364
17181 msgid "Defragment table"
17182 msgstr ""
17184 #: templates/table/operations/index.twig:372
17185 #, php-format
17186 msgid "Table %s has been flushed."
17187 msgstr ""
17189 #: templates/table/operations/index.twig:376
17190 msgid "Flush the table (FLUSH)"
17191 msgstr ""
17193 #: templates/table/operations/index.twig:413
17194 msgid "Empty the table (TRUNCATE)"
17195 msgstr ""
17197 #: templates/table/operations/index.twig:431
17198 msgid "Empty the table (DELETE FROM)"
17199 msgstr ""
17201 #: templates/table/operations/index.twig:452
17202 msgid "Delete the table (DROP)"
17203 msgstr ""
17205 #: templates/table/operations/index.twig:474
17206 msgid "Partition maintenance"
17207 msgstr ""
17209 #: templates/table/operations/index.twig:500
17210 #: templates/table/structure/display_partitions.twig:201
17211 msgid "Remove partitioning"
17212 msgstr ""
17214 #: templates/table/operations/index.twig:513
17215 msgid "Check referential integrity"
17216 msgstr ""
17218 #: templates/table/operations/view.twig:12
17219 msgid "Rename view to"
17220 msgstr ""
17222 #: templates/table/operations/view.twig:37
17223 msgid "Delete the view (DROP)"
17224 msgstr ""
17226 #: templates/table/page_with_secondary_tabs.twig:11
17227 msgid "Relation view"
17228 msgstr ""
17230 #: templates/table/partition/analyze.twig:2
17231 msgid "Analyze partition"
17232 msgstr ""
17234 #: templates/table/partition/check.twig:2
17235 msgid "Check partition"
17236 msgstr ""
17238 #: templates/table/partition/drop.twig:2
17239 msgid "Drop partition"
17240 msgstr ""
17242 #: templates/table/partition/optimize.twig:2
17243 msgid "Optimize partition"
17244 msgstr ""
17246 #: templates/table/partition/rebuild.twig:2
17247 msgid "Rebuild partition"
17248 msgstr ""
17250 #: templates/table/partition/repair.twig:2
17251 msgid "Repair partition"
17252 msgstr ""
17254 #: templates/table/partition/truncate.twig:2
17255 msgid "Truncate partition"
17256 msgstr ""
17258 #: templates/table/privileges/index.twig:57
17259 msgid "table-specific"
17260 msgstr ""
17262 #: templates/table/relation/common_form.twig:9
17263 msgid "Foreign key constraints"
17264 msgstr ""
17266 #: templates/table/relation/common_form.twig:14
17267 msgid "Actions"
17268 msgstr ""
17270 #: templates/table/relation/common_form.twig:15
17271 msgid "Constraint properties"
17272 msgstr ""
17274 #: templates/table/relation/common_form.twig:19
17275 msgid ""
17276 "Creating a foreign key over a non-indexed column would automatically create "
17277 "an index on it. Alternatively, you can define an index below, before "
17278 "creating the foreign key."
17279 msgstr ""
17281 #: templates/table/relation/common_form.twig:24
17282 msgid ""
17283 "Only columns with index will be displayed. You can define an index below."
17284 msgstr ""
17286 #: templates/table/relation/common_form.twig:28
17287 msgid "Foreign key constraint"
17288 msgstr ""
17290 #: templates/table/relation/common_form.twig:93
17291 msgid "+ Add constraint"
17292 msgstr ""
17294 #: templates/table/relation/common_form.twig:106
17295 #: templates/table/relation/common_form.twig:114
17296 msgid "Internal relationships"
17297 msgstr ""
17299 #: templates/table/relation/common_form.twig:122
17300 msgid "Internal relation"
17301 msgstr ""
17303 #: templates/table/relation/common_form.twig:124
17304 msgid ""
17305 "An internal relation is not necessary when a corresponding FOREIGN KEY "
17306 "relation exists."
17307 msgstr ""
17309 #: templates/table/relation/common_form.twig:208
17310 msgid "Choose column to display:"
17311 msgstr ""
17313 #: templates/table/relation/foreign_key_row.twig:15
17314 #, php-format
17315 msgid "Foreign key constraint %s has been dropped"
17316 msgstr ""
17318 #: templates/table/relation/foreign_key_row.twig:33
17319 msgid "Constraint name"
17320 msgstr ""
17322 #: templates/table/search/index.twig:27
17323 msgid "Do a \"query by example\" (wildcard: \"%\")"
17324 msgstr ""
17326 #: templates/table/search/index.twig:111
17327 msgid "Select columns (at least one):"
17328 msgstr ""
17330 #: templates/table/search/index.twig:130
17331 msgid "Add search conditions (body of the \"where\" clause):"
17332 msgstr ""
17334 #: templates/table/search/index.twig:138
17335 msgid "Number of rows per page"
17336 msgstr ""
17338 #: templates/table/search/index.twig:144
17339 msgid "Display order:"
17340 msgstr ""
17342 #: templates/table/search/index.twig:181
17343 msgid "Range search"
17344 msgstr ""
17346 #: templates/table/search/index.twig:187
17347 msgid "Minimum value:"
17348 msgstr ""
17350 #: templates/table/search/index.twig:190
17351 msgid "Maximum value:"
17352 msgstr ""
17354 #: templates/table/start_and_number_of_rows_fieldset.twig:3
17355 msgid "Start row:"
17356 msgstr ""
17358 #: templates/table/structure/display_partitions.twig:4
17359 #: templates/table/structure/display_structure.twig:597
17360 msgid "Partitions"
17361 msgstr ""
17363 #: templates/table/structure/display_partitions.twig:8
17364 msgid "No partitioning defined!"
17365 msgstr ""
17367 #: templates/table/structure/display_partitions.twig:11
17368 msgid "Partitioned by:"
17369 msgstr ""
17371 #: templates/table/structure/display_partitions.twig:16
17372 msgid "Sub partitioned by:"
17373 msgstr ""
17375 #: templates/table/structure/display_partitions.twig:29
17376 msgid "Data length"
17377 msgstr ""
17379 #: templates/table/structure/display_partitions.twig:30
17380 msgid "Index length"
17381 msgstr ""
17383 #: templates/table/structure/display_partitions.twig:194
17384 msgid "Partition table"
17385 msgstr ""
17387 #: templates/table/structure/display_partitions.twig:207
17388 #: templates/table/structure/partition_definition_form.twig:5
17389 msgid "Edit partitioning"
17390 msgstr ""
17392 #: templates/table/structure/display_structure.twig:70
17393 #, fuzzy
17394 #| msgid "Bad type!"
17395 msgid "Media type:"
17396 msgstr "Model BetalĂȘ!"
17398 #: templates/table/structure/display_structure.twig:91
17399 #: templates/table/tracking/structure_snapshot_columns.twig:47
17400 msgctxt "None for default"
17401 msgid "None"
17402 msgstr ""
17404 #: templates/table/structure/display_structure.twig:108
17405 #: templates/table/structure/display_structure.twig:287
17406 msgid "Change"
17407 msgstr ""
17409 #: templates/table/structure/display_structure.twig:116
17410 #, php-format
17411 msgid "Column %s has been dropped."
17412 msgstr ""
17414 #: templates/table/structure/display_structure.twig:142
17415 #, php-format
17416 msgid "A primary key has been added on %s."
17417 msgstr ""
17419 #: templates/table/structure/display_structure.twig:157
17420 #: templates/table/structure/display_structure.twig:172
17421 #: templates/table/structure/display_structure.twig:197
17422 #: templates/table/structure/display_structure.twig:216
17423 #, php-format
17424 msgid "An index has been added on %s."
17425 msgstr ""
17427 #: templates/table/structure/display_structure.twig:238
17428 msgid "Distinct values"
17429 msgstr ""
17431 #: templates/table/structure/display_structure.twig:249
17432 #: templates/table/structure/display_structure.twig:315
17433 msgid "Remove from central columns"
17434 msgstr ""
17436 #: templates/table/structure/display_structure.twig:257
17437 #: templates/table/structure/display_structure.twig:312
17438 msgid "Add to central columns"
17439 msgstr ""
17441 #: templates/table/structure/display_structure.twig:328
17442 #: templates/table/structure/display_structure.twig:332
17443 #: templates/table/structure/display_structure.twig:417
17444 msgid "Move columns"
17445 msgstr ""
17447 #: templates/table/structure/display_structure.twig:333
17448 msgid "Move the columns by dragging them up and down."
17449 msgstr ""
17451 #: templates/table/structure/display_structure.twig:389
17452 #: templates/view_create.twig:13
17453 msgid "Edit view"
17454 msgstr ""
17456 #: templates/table/structure/display_structure.twig:403
17457 msgid "Propose table structure"
17458 msgstr ""
17460 #: templates/table/structure/display_structure.twig:420
17461 msgid "Normalize"
17462 msgstr ""
17464 #: templates/table/structure/display_structure.twig:426
17465 msgid "Track view"
17466 msgstr ""
17468 #: templates/table/structure/display_structure.twig:440
17469 #, php-format
17470 msgid "Add %s column(s)"
17471 msgstr ""
17473 #: templates/table/structure/display_structure.twig:445
17474 msgid "at beginning of table"
17475 msgstr ""
17477 #: templates/table/structure/display_structure.twig:569
17478 #, php-format
17479 msgid "Create an index on %s columns"
17480 msgstr ""
17482 #: templates/table/structure/display_table_stats.twig:14
17483 msgid "Space usage"
17484 msgstr ""
17486 #: templates/table/structure/display_table_stats.twig:37
17487 msgid "Effective"
17488 msgstr ""
17490 #: templates/table/structure/display_table_stats.twig:80
17491 msgid "Row statistics"
17492 msgstr ""
17494 #: templates/table/structure/display_table_stats.twig:86
17495 msgid "static"
17496 msgstr ""
17498 #: templates/table/structure/display_table_stats.twig:88
17499 msgid "dynamic"
17500 msgstr ""
17502 #: templates/table/structure/display_table_stats.twig:99
17503 msgid "partitioned"
17504 msgstr ""
17506 #: templates/table/structure/display_table_stats.twig:128
17507 msgid "Row length"
17508 msgstr ""
17510 #: templates/table/structure/display_table_stats.twig:140
17511 msgid "Row size"
17512 msgstr ""
17514 #: templates/table/structure/display_table_stats.twig:147
17515 msgid "Next autoindex"
17516 msgstr ""
17518 #: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:91
17519 #: templates/table/tracking/main.twig:92
17520 msgid "Delete version"
17521 msgstr ""
17523 #: templates/table/tracking/main.twig:102
17524 #, php-format
17525 msgid "Activate tracking for %s"
17526 msgstr ""
17528 #: templates/table/tracking/main.twig:104
17529 msgid "Activate now"
17530 msgstr ""
17532 #: templates/table/tracking/main.twig:106
17533 #, php-format
17534 msgid "Deactivate tracking for %s"
17535 msgstr ""
17537 #: templates/table/tracking/main.twig:108
17538 msgid "Deactivate now"
17539 msgstr ""
17541 #: templates/table/tracking/report_table.twig:4
17542 #: templates/table/tracking/structure_snapshot_columns.twig:5
17543 msgctxt "Number"
17544 msgid "#"
17545 msgstr ""
17547 #: templates/table/tracking/report_table.twig:5
17548 msgid "Date"
17549 msgstr ""
17551 #: templates/table/tracking/report_table.twig:6
17552 msgid "Username"
17553 msgstr ""
17555 #: templates/table/zoom_search/index.twig:27
17556 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
17557 msgstr ""
17559 #: templates/table/zoom_search/index.twig:54
17560 msgid "Additional search criteria"
17561 msgstr ""
17563 #: templates/table/zoom_search/index.twig:116
17564 msgid "Use this column to label each point"
17565 msgstr ""
17567 #: templates/table/zoom_search/index.twig:141
17568 msgid "Maximum rows to plot"
17569 msgstr ""
17571 #: templates/table/zoom_search/result_form.twig:7
17572 msgid "Browse/Edit the points"
17573 msgstr ""
17575 #: templates/table/zoom_search/result_form.twig:14
17576 msgid "How to use"
17577 msgstr ""
17579 #: templates/table/zoom_search/result_form.twig:17
17580 msgid "Reset zoom"
17581 msgstr ""
17583 #. l10n: Show or hide the menu using the hamburger style button
17584 #: templates/top_menu.twig:4
17585 msgid "Toggle navigation"
17586 msgstr ""
17588 #. l10n: Current page
17589 #: templates/top_menu.twig:14
17590 msgid "(current)"
17591 msgstr ""
17593 #: templates/transformation_overview.twig:1
17594 msgid "Available media types"
17595 msgstr ""
17597 #: templates/transformation_overview.twig:13
17598 msgid "Available browser display transformations"
17599 msgstr ""
17601 #: templates/transformation_overview.twig:19
17602 #: templates/transformation_overview.twig:38
17603 msgctxt "for media type transformation"
17604 msgid "Description"
17605 msgstr ""
17607 #: templates/transformation_overview.twig:32
17608 msgid "Available input transformations"
17609 msgstr ""
17611 #: templates/view_create.twig:65
17612 msgid "VIEW name"
17613 msgstr ""
17615 #: templates/view_create.twig:79
17616 msgid "Column names"
17617 msgstr ""