1 # phpMyAdmin translation.
2 # Copyright (C) 2003 - 2014 phpMyAdmin devel team
3 # This file is distributed under the same license as the phpMyAdmin package.
4 # Automatically generated, 2014.
8 "Project-Id-Version: phpMyAdmin 5.3.0-dev\n"
9 "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10 "POT-Creation-Date: 2022-05-08 00:20+0000\n"
11 "PO-Revision-Date: 2019-04-27 17:19+0000\n"
12 "Last-Translator: William Desportes <williamdes@wdes.fr>\n"
13 "Language-Team: Colognian <https://hosted.weblate.org/projects/phpmyadmin/"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=n==0 ? 0 : n==1 ? 1 : 2;\n"
20 "X-Generator: Weblate 3.6.1\n"
22 #: libraries/classes/Advisory/Advisor.php:240
24 msgid "Error when evaluating: %s"
27 #: libraries/classes/Advisory/Advisor.php:267
29 msgid "Failed evaluating precondition for rule '%s'."
32 #: libraries/classes/Advisory/Advisor.php:287
34 msgid "Failed calculating value for rule '%s'."
37 #: libraries/classes/Advisory/Advisor.php:306
39 msgid "Failed running test for rule '%s'."
42 #: libraries/classes/Advisory/Advisor.php:334
44 msgid "Failed formatting string for rule '%s'."
47 #: libraries/classes/Advisory/Advisor.php:419
51 #: libraries/classes/Advisory/Advisor.php:422
55 #: libraries/classes/Advisory/Advisor.php:425
59 #: libraries/classes/Advisory/Advisor.php:428
63 #: libraries/classes/Advisory/Rules.php:34
64 msgid "Uptime below one day"
67 #: libraries/classes/Advisory/Rules.php:37
68 msgid "Uptime is less than 1 day, performance tuning may not be accurate."
71 #: libraries/classes/Advisory/Rules.php:39
73 "To have more accurate averages it is recommended to let the server run for "
74 "longer than a day before running this analyzer"
77 #: libraries/classes/Advisory/Rules.php:42
79 msgid "The uptime is only %s"
82 #: libraries/classes/Advisory/Rules.php:47
83 msgid "Questions below 1,000"
86 #: libraries/classes/Advisory/Rules.php:51
88 "Fewer than 1,000 questions have been run against this server. The "
89 "recommendations may not be accurate."
92 #: libraries/classes/Advisory/Rules.php:55
94 "Let the server run for a longer time until it has executed a greater amount "
98 #: libraries/classes/Advisory/Rules.php:57
100 msgid "Current amount of Questions: %s"
103 #: libraries/classes/Advisory/Rules.php:62
104 msgid "Percentage of slow queries"
107 #: libraries/classes/Advisory/Rules.php:66
109 "There is a lot of slow queries compared to the overall amount of Queries."
112 #: libraries/classes/Advisory/Rules.php:68
113 #: libraries/classes/Advisory/Rules.php:81
115 "You might want to increase {long_query_time} or optimize the queries listed "
116 "in the slow query log"
119 #: libraries/classes/Advisory/Rules.php:70
121 msgid "The slow query rate should be below 5%%, your value is %s%%."
124 #: libraries/classes/Advisory/Rules.php:75
125 msgid "Slow query rate"
128 #: libraries/classes/Advisory/Rules.php:79
130 "There is a high percentage of slow queries compared to the server uptime."
133 #: libraries/classes/Advisory/Rules.php:84
136 "You have a slow query rate of %s per hour, you should have less than 1%% per "
140 #: libraries/classes/Advisory/Rules.php:90
141 msgid "Long query time"
144 #: libraries/classes/Advisory/Rules.php:94
146 "{long_query_time} is set to 10 seconds or more, thus only slow queries that "
147 "take above 10 seconds are logged."
150 #: libraries/classes/Advisory/Rules.php:98
152 "It is suggested to set {long_query_time} to a lower value, depending on your "
153 "environment. Usually a value of 1-5 seconds is suggested."
156 #: libraries/classes/Advisory/Rules.php:101
158 msgid "long_query_time is currently set to %ds."
161 #: libraries/classes/Advisory/Rules.php:106
162 #: libraries/classes/Advisory/Rules.php:119
163 msgid "Slow query logging"
166 #: libraries/classes/Advisory/Rules.php:110
167 #: libraries/classes/Advisory/Rules.php:123
168 msgid "The slow query log is disabled."
171 #: libraries/classes/Advisory/Rules.php:112
173 "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
174 "help troubleshooting badly performing queries."
177 #: libraries/classes/Advisory/Rules.php:115
178 msgid "log_slow_queries is set to 'OFF'"
181 #: libraries/classes/Advisory/Rules.php:125
183 "Enable slow query logging by setting {slow_query_log} to 'ON'. This will "
184 "help troubleshooting badly performing queries."
187 #: libraries/classes/Advisory/Rules.php:128
188 msgid "slow_query_log is set to 'OFF'"
191 #: libraries/classes/Advisory/Rules.php:133
192 msgid "Release Series"
195 #: libraries/classes/Advisory/Rules.php:136
196 msgid "The MySQL server version less than 5.1."
199 #: libraries/classes/Advisory/Rules.php:138
201 "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
205 #: libraries/classes/Advisory/Rules.php:140
206 #: libraries/classes/Advisory/Rules.php:154
207 #: libraries/classes/Advisory/Rules.php:165
209 msgid "Current version: %s"
212 #: libraries/classes/Advisory/Rules.php:145
213 #: libraries/classes/Advisory/Rules.php:159
214 msgid "Minor Version"
217 #: libraries/classes/Advisory/Rules.php:149
218 msgid "Version less than 5.1.30 (the first GA release of 5.1)."
221 #: libraries/classes/Advisory/Rules.php:151
223 "You should upgrade, as recent versions of MySQL 5.1 have improved "
224 "performance and MySQL 5.5 even more so."
227 #: libraries/classes/Advisory/Rules.php:163
228 msgid "Version less than 5.5.8 (the first GA release of 5.5)."
231 #: libraries/classes/Advisory/Rules.php:164
232 msgid "You should upgrade, to a stable version of MySQL 5.5."
235 #: libraries/classes/Advisory/Rules.php:170
236 #: libraries/classes/Advisory/Rules.php:183
240 #: libraries/classes/Advisory/Rules.php:173
241 msgid "Version is compiled from source, not a MySQL official binary."
244 #: libraries/classes/Advisory/Rules.php:175
246 "If you did not compile from source, you may be using a package modified by a "
247 "distribution. The MySQL manual only is accurate for official MySQL binaries, "
248 "not any package distributions (such as RedHat, Debian/Ubuntu etc)."
251 #: libraries/classes/Advisory/Rules.php:179
252 msgid "'source' found in version_comment"
255 #: libraries/classes/Advisory/Rules.php:186
256 msgid "The MySQL manual only is accurate for official MySQL binaries."
259 #: libraries/classes/Advisory/Rules.php:188
261 "Percona documentation is at <a href=\"https://www.percona.com/software/"
262 "documentation/\">https://www.percona.com/software/documentation/</a>"
265 #: libraries/classes/Advisory/Rules.php:191
266 msgid "'percona' found in version_comment"
269 #: libraries/classes/Advisory/Rules.php:195
270 msgid "MySQL Architecture"
273 #: libraries/classes/Advisory/Rules.php:199
274 msgid "MySQL is not compiled as a 64-bit package."
277 #: libraries/classes/Advisory/Rules.php:201
279 "Your memory capacity is above 3 GiB (assuming the Server is on localhost), "
280 "so MySQL might not be able to access all of your memory. You might want to "
281 "consider installing the 64-bit version of MySQL."
284 #: libraries/classes/Advisory/Rules.php:205
286 msgid "Available memory on this host: %s"
289 #: libraries/classes/Advisory/Rules.php:211
290 msgid "Query caching method"
293 #: libraries/classes/Advisory/Rules.php:215
294 msgid "Suboptimal caching method."
297 #: libraries/classes/Advisory/Rules.php:217
299 "You are using the MySQL Query cache with a fairly high traffic database. It "
300 "might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
301 "refman/5.6/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
302 "cache, especially if you have multiple replicas."
305 #: libraries/classes/Advisory/Rules.php:223
308 "The query cache is enabled and the server receives %d queries per second. "
309 "This rule fires if there is more than 100 queries per second."
312 #: libraries/classes/Advisory/Rules.php:231
313 msgid "Percentage of sorts that cause temporary tables"
316 #: libraries/classes/Advisory/Rules.php:235
317 #: libraries/classes/Advisory/Rules.php:250
318 msgid "Too many sorts are causing temporary tables."
321 #: libraries/classes/Advisory/Rules.php:237
322 #: libraries/classes/Advisory/Rules.php:252
324 "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
325 "depending on your system memory limits."
328 #: libraries/classes/Advisory/Rules.php:241
331 "%s%% of all sorts cause temporary tables, this value should be lower than "
335 #: libraries/classes/Advisory/Rules.php:247
336 msgid "Rate of sorts that cause temporary tables"
339 #: libraries/classes/Advisory/Rules.php:255
342 "Temporary tables average: %s, this value should be less than 1 per hour."
345 #: libraries/classes/Advisory/Rules.php:260
349 #: libraries/classes/Advisory/Rules.php:263
350 msgid "There are lots of rows being sorted."
353 #: libraries/classes/Advisory/Rules.php:265
355 "While there is nothing wrong with a high amount of row sorting, you might "
356 "want to make sure that the queries which require a lot of sorting use "
357 "indexed columns in the ORDER BY clause, as this will result in much faster "
361 #: libraries/classes/Advisory/Rules.php:269
363 msgid "Sorted rows average: %s"
366 #: libraries/classes/Advisory/Rules.php:275
367 msgid "Rate of joins without indexes"
370 #: libraries/classes/Advisory/Rules.php:278
371 msgid "There are too many joins without indexes."
374 #: libraries/classes/Advisory/Rules.php:280
376 "This means that joins are doing full table scans. Adding indexes for the "
377 "columns being used in the join conditions will greatly speed up table joins."
380 #: libraries/classes/Advisory/Rules.php:283
382 msgid "Table joins average: %s, this value should be less than 1 per hour"
385 #: libraries/classes/Advisory/Rules.php:288
386 msgid "Rate of reading first index entry"
389 #: libraries/classes/Advisory/Rules.php:291
390 msgid "The rate of reading the first index entry is high."
393 #: libraries/classes/Advisory/Rules.php:293
395 "This usually indicates frequent full index scans. Full index scans are "
396 "faster than table scans but require lots of CPU cycles in big tables, if "
397 "those tables that have or had high volumes of UPDATEs and DELETEs, running "
398 "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index "
399 "scans. Other than that full index scans can only be reduced by rewriting "
403 #: libraries/classes/Advisory/Rules.php:299
405 msgid "Index scans average: %s, this value should be less than 1 per hour"
408 #: libraries/classes/Advisory/Rules.php:304
409 msgid "Rate of reading fixed position"
412 #: libraries/classes/Advisory/Rules.php:307
413 msgid "The rate of reading data from a fixed position is high."
416 #: libraries/classes/Advisory/Rules.php:309
418 "This indicates that many queries need to sort results and/or do a full table "
419 "scan, including join queries that do not use indexes. Add indexes where "
423 #: libraries/classes/Advisory/Rules.php:313
426 "Rate of reading fixed position average: %s, this value should be less than 1 "
430 #: libraries/classes/Advisory/Rules.php:319
431 msgid "Rate of reading next table row"
434 #: libraries/classes/Advisory/Rules.php:322
435 msgid "The rate of reading the next table row is high."
438 #: libraries/classes/Advisory/Rules.php:324
440 "This indicates that many queries are doing full table scans. Add indexes "
444 #: libraries/classes/Advisory/Rules.php:326
447 "Rate of reading next table row: %s, this value should be less than 1 per hour"
450 #: libraries/classes/Advisory/Rules.php:332
451 msgid "Different tmp_table_size and max_heap_table_size"
454 #: libraries/classes/Advisory/Rules.php:335
455 msgid "{tmp_table_size} and {max_heap_table_size} are not the same."
458 #: libraries/classes/Advisory/Rules.php:337
460 "If you have deliberately changed one of either: The server uses the lower "
461 "value of either to determine the maximum size of in-memory tables. So if you "
462 "wish to increase the in-memory table limit you will have to increase the "
463 "other value as well."
466 #: libraries/classes/Advisory/Rules.php:341
468 msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
471 #: libraries/classes/Advisory/Rules.php:347
472 msgid "Percentage of temp tables on disk"
475 #: libraries/classes/Advisory/Rules.php:351
476 #: libraries/classes/Advisory/Rules.php:372
478 "Many temporary tables are being written to disk instead of being kept in "
482 #: libraries/classes/Advisory/Rules.php:353
484 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
485 "some temporary tables are always being written to disk, independent of the "
486 "value of these variables. To eliminate these you will have to rewrite your "
487 "queries to avoid those conditions (Within a temporary table: Presence of a "
488 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
489 "mentioned in the beginning of an <a href=\"https://www.facebook.com/note.php?"
490 "note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
493 #: libraries/classes/Advisory/Rules.php:362
496 "%s%% of all temporary tables are being written to disk, this value should be "
500 #: libraries/classes/Advisory/Rules.php:368
501 msgid "Temp disk rate"
504 #: libraries/classes/Advisory/Rules.php:374
506 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
507 "some temporary tables are always being written to disk, independent of the "
508 "value of these variables. To eliminate these you will have to rewrite your "
509 "queries to avoid those conditions (Within a temporary table: Presence of a "
510 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
511 "mentioned in the <a href=\"https://dev.mysql.com/doc/refman/8.0/en/internal-"
512 "temporary-tables.html\">MySQL Documentation</a>"
515 #: libraries/classes/Advisory/Rules.php:383
518 "Rate of temporary tables being written to disk: %s, this value should be "
519 "less than 1 per hour"
522 #: libraries/classes/Advisory/Rules.php:390
523 msgid "MyISAM key buffer size"
526 #: libraries/classes/Advisory/Rules.php:393
527 msgid "Key buffer is not initialized. No MyISAM indexes will be cached."
530 #: libraries/classes/Advisory/Rules.php:395
532 "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
536 #: libraries/classes/Advisory/Rules.php:397
537 msgid "key_buffer_size is 0"
540 #: libraries/classes/Advisory/Rules.php:402
542 msgid "Max % MyISAM key buffer ever used"
545 #: libraries/classes/Advisory/Rules.php:407
546 #: libraries/classes/Advisory/Rules.php:424
548 msgid "MyISAM key buffer (index cache) % used is low."
551 #: libraries/classes/Advisory/Rules.php:409
552 #: libraries/classes/Advisory/Rules.php:426
554 "You may need to decrease the size of {key_buffer_size}, re-examine your "
555 "tables to see if indexes have been removed, or examine queries and "
556 "expectations about what indexes are being used."
559 #: libraries/classes/Advisory/Rules.php:413
562 "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
565 #: libraries/classes/Advisory/Rules.php:418
566 msgid "Percentage of MyISAM key buffer used"
569 #: libraries/classes/Advisory/Rules.php:430
571 msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
574 #: libraries/classes/Advisory/Rules.php:435
575 msgid "Percentage of index reads from memory"
578 #: libraries/classes/Advisory/Rules.php:440
580 msgid "The % of indexes that use the MyISAM key buffer is low."
583 #: libraries/classes/Advisory/Rules.php:441
584 msgid "You may need to increase {key_buffer_size}."
587 #: libraries/classes/Advisory/Rules.php:442
589 msgid "Index reads from memory: %s%%, this value should be above 95%%"
592 #: libraries/classes/Advisory/Rules.php:448
593 msgid "Rate of table open"
596 #: libraries/classes/Advisory/Rules.php:451
597 msgid "The rate of opening tables is high."
600 #: libraries/classes/Advisory/Rules.php:453
602 "Opening tables requires disk I/O which is costly. Increasing "
603 "{table_open_cache} might avoid this."
606 #: libraries/classes/Advisory/Rules.php:455
608 msgid "Opened table rate: %s, this value should be less than 10 per hour"
611 #: libraries/classes/Advisory/Rules.php:460
612 msgid "Percentage of used open files limit"
615 #: libraries/classes/Advisory/Rules.php:464
617 "The number of open files is approaching the max number of open files. You "
618 "may get a \"Too many open files\" error."
621 #: libraries/classes/Advisory/Rules.php:468
622 #: libraries/classes/Advisory/Rules.php:481
624 "Consider increasing {open_files_limit}, and check the error log when "
625 "restarting after changing {open_files_limit}."
628 #: libraries/classes/Advisory/Rules.php:471
631 "The number of opened files is at %s%% of the limit. It should be below 85%%"
634 #: libraries/classes/Advisory/Rules.php:476
635 msgid "Rate of open files"
638 #: libraries/classes/Advisory/Rules.php:479
639 msgid "The rate of opening files is high."
642 #: libraries/classes/Advisory/Rules.php:484
644 msgid "Opened files rate: %s, this value should be less than 5 per hour"
647 #: libraries/classes/Advisory/Rules.php:490
649 msgid "Immediate table locks %"
652 #: libraries/classes/Advisory/Rules.php:494
653 #: libraries/classes/Advisory/Rules.php:504
654 msgid "Too many table locks were not granted immediately."
657 #: libraries/classes/Advisory/Rules.php:495
658 #: libraries/classes/Advisory/Rules.php:505
659 msgid "Optimize queries and/or use InnoDB to reduce lock wait."
662 #: libraries/classes/Advisory/Rules.php:496
664 msgid "Immediate table locks: %s%%, this value should be above 95%%"
667 #: libraries/classes/Advisory/Rules.php:501
668 msgid "Table lock wait rate"
671 #: libraries/classes/Advisory/Rules.php:506
673 msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
676 #: libraries/classes/Advisory/Rules.php:511
680 #: libraries/classes/Advisory/Rules.php:514
682 "Thread cache is disabled, resulting in more overhead from new connections to "
686 #: libraries/classes/Advisory/Rules.php:515
687 msgid "Enable the thread cache by setting {thread_cache_size} > 0."
690 #: libraries/classes/Advisory/Rules.php:516
691 msgid "The thread cache is set to 0"
694 #: libraries/classes/Advisory/Rules.php:521
696 msgid "Thread cache hit rate %"
699 #: libraries/classes/Advisory/Rules.php:525
700 msgid "Thread cache is not efficient."
703 #: libraries/classes/Advisory/Rules.php:526
704 msgid "Increase {thread_cache_size}."
707 #: libraries/classes/Advisory/Rules.php:527
709 msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
712 #: libraries/classes/Advisory/Rules.php:532
713 msgid "Threads that are slow to launch"
716 #: libraries/classes/Advisory/Rules.php:536
717 msgid "There are too many threads that are slow to launch."
720 #: libraries/classes/Advisory/Rules.php:538
722 "This generally happens in case of general system overload as it is pretty "
723 "simple operations. You might want to monitor your system load carefully."
726 #: libraries/classes/Advisory/Rules.php:541
728 msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
731 #: libraries/classes/Advisory/Rules.php:546
732 msgid "Slow launch time"
735 #: libraries/classes/Advisory/Rules.php:549
736 msgid "Slow_launch_time is above 2s."
739 #: libraries/classes/Advisory/Rules.php:551
741 "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
745 #: libraries/classes/Advisory/Rules.php:553
747 msgid "slow_launch_time is set to %s"
750 #: libraries/classes/Advisory/Rules.php:559
751 msgid "Percentage of used connections"
754 #: libraries/classes/Advisory/Rules.php:563
756 "The maximum amount of used connections is getting close to the value of "
760 #: libraries/classes/Advisory/Rules.php:566
762 "Increase {max_connections}, or decrease {wait_timeout} so that connections "
763 "that do not close database handlers properly get killed sooner. Make sure "
764 "the code closes database handlers properly."
767 #: libraries/classes/Advisory/Rules.php:570
770 "Max_used_connections is at %s%% of max_connections, it should be below 80%%"
773 #: libraries/classes/Advisory/Rules.php:575
774 msgid "Percentage of aborted connections"
777 #: libraries/classes/Advisory/Rules.php:578
778 #: libraries/classes/Advisory/Rules.php:592
779 msgid "Too many connections are aborted."
782 #: libraries/classes/Advisory/Rules.php:580
783 #: libraries/classes/Advisory/Rules.php:594
785 "Connections are usually aborted when they cannot be authorized. <a href="
786 "\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-of-"
787 "aborted_connects/\">This article</a> might help you track down the source."
790 #: libraries/classes/Advisory/Rules.php:584
792 msgid "%s%% of all connections are aborted. This value should be below 1%%"
795 #: libraries/classes/Advisory/Rules.php:589
796 msgid "Rate of aborted connections"
799 #: libraries/classes/Advisory/Rules.php:598
802 "Aborted connections rate is at %s, this value should be less than 1 per hour"
805 #: libraries/classes/Advisory/Rules.php:603
806 msgid "Percentage of aborted clients"
809 #: libraries/classes/Advisory/Rules.php:606
810 #: libraries/classes/Advisory/Rules.php:620
811 msgid "Too many clients are aborted."
814 #: libraries/classes/Advisory/Rules.php:608
815 #: libraries/classes/Advisory/Rules.php:622
817 "Clients are usually aborted when they did not close their connection to "
818 "MySQL properly. This can be due to network issues or code not closing a "
819 "database handler properly. Check your network and code."
822 #: libraries/classes/Advisory/Rules.php:612
824 msgid "%s%% of all clients are aborted. This value should be below 2%%"
827 #: libraries/classes/Advisory/Rules.php:617
828 msgid "Rate of aborted clients"
831 #: libraries/classes/Advisory/Rules.php:626
833 msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
836 #: libraries/classes/Advisory/Rules.php:632
837 msgid "Is InnoDB disabled?"
840 #: libraries/classes/Advisory/Rules.php:636
841 msgid "You do not have InnoDB enabled."
844 #: libraries/classes/Advisory/Rules.php:637
845 msgid "InnoDB is usually the better choice for table engines."
848 #: libraries/classes/Advisory/Rules.php:638
849 msgid "have_innodb is set to 'value'"
852 #: libraries/classes/Advisory/Rules.php:642
853 #: libraries/classes/Advisory/Rules.php:669
854 msgid "InnoDB log size"
857 #: libraries/classes/Advisory/Rules.php:647
858 #: libraries/classes/Advisory/Rules.php:677
860 "The InnoDB log file size is not an appropriate size, in relation to the "
861 "InnoDB buffer pool."
864 #: libraries/classes/Advisory/Rules.php:650
865 #: libraries/classes/Advisory/Rules.php:680
868 "Especially on a system with a lot of writes to InnoDB tables you should set "
869 "{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the "
870 "bigger this value, the longer the recovery time will be when database "
871 "crashes, so this value should not be set much higher than 256 MiB. Please "
872 "note however that you cannot simply change the value of this variable. You "
873 "need to shutdown the server, remove the InnoDB log files, set the new value "
874 "in my.cnf, start the server, then check the error logs if everything went "
875 "fine. See also <a href=\"https://mysqldatabaseadministration.blogspot."
876 "com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
879 #: libraries/classes/Advisory/Rules.php:662
880 #: libraries/classes/Advisory/Rules.php:692
883 "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
884 "it should not be below 20%%"
887 #: libraries/classes/Advisory/Rules.php:699
888 msgid "Max InnoDB log size"
891 #: libraries/classes/Advisory/Rules.php:704
892 msgid "The InnoDB log file size is inadequately large."
895 #: libraries/classes/Advisory/Rules.php:706
898 "It is usually sufficient to set {innodb_log_file_size} to 25% of the size of "
899 "{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the "
900 "recovery time after a database crash considerably. See also <a href="
901 "\"https://www.percona.com/blog/2006/07/03/choosing-proper-"
902 "innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
903 "remove the InnoDB log files, set the new value in my.cnf, start the server, "
904 "then check the error logs if everything went fine. See also <a href="
905 "\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
906 "innodblogfilesize-proper-way.html\">this blog entry</a>"
909 #: libraries/classes/Advisory/Rules.php:717
911 msgid "Your absolute InnoDB log size is %s MiB"
914 #: libraries/classes/Advisory/Rules.php:722
915 msgid "InnoDB buffer pool size"
918 #: libraries/classes/Advisory/Rules.php:726
919 msgid "Your InnoDB buffer pool is fairly small."
922 #: libraries/classes/Advisory/Rules.php:728
925 "The InnoDB buffer pool has a profound impact on performance for InnoDB "
926 "tables. Assign all your remaining memory to this buffer. For database "
927 "servers that use solely InnoDB as storage engine and have no other services "
928 "(e.g. a web server) running, you may set this as high as 80% of your "
929 "available memory. If that is not the case, you need to carefully assess the "
930 "memory consumption of your other services and non-InnoDB-Tables and set this "
931 "variable accordingly. If it is set too high, your system will start "
932 "swapping, which decreases performance significantly. See also <a href="
933 "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/"
934 "\">this article</a>"
937 #: libraries/classes/Advisory/Rules.php:738
940 "You are currently using %s%% of your memory for the InnoDB buffer pool. This "
941 "rule fires if you are assigning less than 60%%, however this might be "
942 "perfectly adequate for your system if you don't have much InnoDB tables or "
943 "other services running on the same machine."
946 #: libraries/classes/Advisory/Rules.php:748
947 msgid "MyISAM concurrent inserts"
950 #: libraries/classes/Advisory/Rules.php:751
951 msgid "Enable {concurrent_insert} by setting it to 1"
954 #: libraries/classes/Advisory/Rules.php:753
956 "Setting {concurrent_insert} to 1 reduces contention between readers and "
957 "writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
958 "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
961 #: libraries/classes/Advisory/Rules.php:757
962 msgid "concurrent_insert is set to 0"
965 #: libraries/classes/Advisory/Rules.php:772
966 msgid "Query cache disabled"
969 #: libraries/classes/Advisory/Rules.php:775
970 msgid "The query cache is not enabled."
973 #: libraries/classes/Advisory/Rules.php:777
975 "The query cache is known to greatly improve performance if configured "
976 "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value "
977 "and setting {query_cache_type} to 'ON'. <b>Note:</b> If you are using "
978 "memcached, ignore this recommendation."
981 #: libraries/classes/Advisory/Rules.php:781
982 msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
985 #: libraries/classes/Advisory/Rules.php:786
987 msgid "Query cache efficiency (%)"
990 #: libraries/classes/Advisory/Rules.php:790
991 msgid "Query cache not running efficiently, it has a low hit rate."
994 #: libraries/classes/Advisory/Rules.php:791
995 msgid "Consider increasing {query_cache_limit}."
998 #: libraries/classes/Advisory/Rules.php:792
1000 msgid "The current query cache hit rate of %s%% is below 20%%"
1003 #: libraries/classes/Advisory/Rules.php:797
1004 msgid "Query Cache usage"
1007 #: libraries/classes/Advisory/Rules.php:802
1009 msgid "Less than 80% of the query cache is being utilized."
1012 #: libraries/classes/Advisory/Rules.php:804
1014 "This might be caused by {query_cache_limit} being too low. Flushing the "
1015 "query cache might help as well."
1018 #: libraries/classes/Advisory/Rules.php:808
1021 "The current ratio of free query cache memory to total query cache size is %s"
1022 "%%. It should be above 80%%"
1025 #: libraries/classes/Advisory/Rules.php:815
1026 msgid "Query cache fragmentation"
1029 #: libraries/classes/Advisory/Rules.php:819
1030 msgid "The query cache is considerably fragmented."
1033 #: libraries/classes/Advisory/Rules.php:821
1035 "Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. "
1036 "This might be caused by many Query cache low memory prunes due to "
1037 "{query_cache_size} being too small. For a immediate but short lived fix you "
1038 "can flush the query cache (might lock the query cache for a long time). "
1039 "Carefully adjusting {query_cache_min_res_unit} to a lower value might help "
1040 "too, e.g. you can set it to the average size of your queries in the cache "
1041 "using this formula: (query_cache_size - qcache_free_memory) / "
1042 "qcache_queries_in_cache"
1045 #: libraries/classes/Advisory/Rules.php:829
1048 "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning "
1049 "that the query cache is an alternating pattern of free and used blocks. This "
1050 "value should be below 20%%."
1053 #: libraries/classes/Advisory/Rules.php:836
1054 msgid "Query cache low memory prunes"
1057 #: libraries/classes/Advisory/Rules.php:840
1059 "Cached queries are removed due to low query cache memory from the query "
1063 #: libraries/classes/Advisory/Rules.php:842
1065 "You might want to increase {query_cache_size}, however keep in mind that the "
1066 "overhead of maintaining the cache is likely to increase with its size, so do "
1067 "this in small increments and monitor the results."
1070 #: libraries/classes/Advisory/Rules.php:847
1073 "The ratio of removed queries to inserted queries is %s%%. The lower this "
1074 "value is, the better (This rules firing limit: 0.1%%)"
1077 #: libraries/classes/Advisory/Rules.php:854
1078 msgid "Query cache max size"
1081 #: libraries/classes/Advisory/Rules.php:859
1083 "The query cache size is above 128 MiB. Big query caches may cause "
1084 "significant overhead that is required to maintain the cache."
1087 #: libraries/classes/Advisory/Rules.php:863
1089 "Depending on your environment, it might be performance increasing to reduce "
1093 #: libraries/classes/Advisory/Rules.php:865
1095 msgid "Current query cache size: %s"
1098 #: libraries/classes/Advisory/Rules.php:870
1099 msgid "Query cache min result size"
1102 #: libraries/classes/Advisory/Rules.php:874
1104 "The max size of the result set in the query cache is the default of 1 MiB."
1107 #: libraries/classes/Advisory/Rules.php:876
1109 "Changing {query_cache_limit} (usually by increasing) may increase "
1110 "efficiency. This variable determines the maximum size a query result may "
1111 "have to be inserted into the query cache. If there are many query results "
1112 "above 1 MiB that are well cacheable (many reads, little writes) then "
1113 "increasing {query_cache_limit} will increase efficiency. Whereas in the case "
1114 "of many query results being above 1 MiB that are not very well cacheable "
1115 "(often invalidated due to table updates) increasing {query_cache_limit} "
1116 "might reduce efficiency."
1119 #: libraries/classes/Advisory/Rules.php:883
1120 msgid "query_cache_limit is set to 1 MiB"
1123 #: libraries/classes/BrowseForeigners.php:198
1127 #: libraries/classes/BrowseForeigners.php:204
1128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:328
1129 #: libraries/classes/Controllers/Server/PrivilegesController.php:353
1130 #: libraries/classes/Normalization.php:255
1131 #: libraries/classes/Normalization.php:978 libraries/classes/Tracking.php:325
1132 #: libraries/classes/Tracking.php:479
1133 #: templates/columns_definitions/column_definitions_form.twig:42
1134 #: templates/database/designer/main.twig:1102
1135 #: templates/database/events/editor_form.twig:115
1136 #: templates/database/operations/index.twig:19
1137 #: templates/database/operations/index.twig:75
1138 #: templates/database/operations/index.twig:185
1139 #: templates/database/operations/index.twig:225
1140 #: templates/database/routines/editor_form.twig:176
1141 #: templates/database/routines/execute_form.twig:55
1142 #: templates/database/search/main.twig:74
1143 #: templates/database/triggers/editor_form.twig:69
1144 #: templates/display/results/table.twig:265
1145 #: templates/gis_data_editor_form.twig:211 templates/header_location.twig:18
1146 #: templates/modals/add_index.twig:10 templates/modals/change_password.twig:10
1147 #: templates/modals/create_view.twig:10
1148 #: templates/modals/enum_set_editor.twig:10
1149 #: templates/modals/index_dialog_modal.twig:10
1150 #: templates/preferences/manage/main.twig:46
1151 #: templates/preferences/manage/main.twig:108
1152 #: templates/server/binlog/index.twig:34
1153 #: templates/server/privileges/change_password.twig:72
1154 #: templates/server/privileges/edit_routine_privileges.twig:106
1155 #: templates/server/privileges/privileges_summary.twig:104
1156 #: templates/server/privileges/user_properties.twig:154
1157 #: templates/server/privileges/users_overview.twig:159
1158 #: templates/server/replication/change_primary.twig:33
1159 #: templates/server/replication/primary_add_replica_user.twig:81
1160 #: templates/server/replication/primary_configuration.twig:30
1161 #: templates/server/replication/replica_configuration.twig:16
1162 #: templates/server/replication/replica_configuration.twig:88
1163 #: templates/server/user_groups/edit_user_groups.twig:21
1164 #: templates/sql/query.twig:147 templates/sql/query.twig:198
1165 #: templates/table/find_replace/index.twig:62
1166 #: templates/table/insert/actions_panel.twig:37
1167 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:15
1168 #: templates/table/operations/index.twig:38
1169 #: templates/table/operations/index.twig:86
1170 #: templates/table/operations/index.twig:241
1171 #: templates/table/operations/index.twig:328
1172 #: templates/table/operations/index.twig:505
1173 #: templates/table/operations/view.twig:20
1174 #: templates/table/search/index.twig:172 templates/table/search/index.twig:196
1175 #: templates/table/start_and_number_of_rows_fieldset.twig:15
1176 #: templates/table/structure/display_structure.twig:343
1177 #: templates/table/structure/display_structure.twig:437
1178 #: templates/table/structure/display_structure.twig:555
1179 #: templates/table/zoom_search/index.twig:152 templates/view_create.twig:116
1183 #: libraries/classes/BrowseForeigners.php:219
1184 #: libraries/classes/BrowseForeigners.php:223
1185 #: templates/database/data_dictionary/index.twig:73 templates/indexes.twig:16
1186 #: templates/table/structure/display_structure.twig:458
1187 #: templates/table/tracking/structure_snapshot_indexes.twig:5
1191 #: libraries/classes/BrowseForeigners.php:220
1192 #: libraries/classes/BrowseForeigners.php:222
1193 #: templates/server/engines/index.twig:14
1194 #: templates/server/plugins/index.twig:27
1195 #: templates/server/status/variables/index.twig:77
1199 #: libraries/classes/BrowseForeigners.php:319
1200 #: libraries/classes/Language.php:204 libraries/classes/Pdf.php:81
1201 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:494
1202 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:528
1203 #: templates/list_navigator.twig:4
1204 msgid "Page number:"
1207 #: libraries/classes/BrowseForeigners.php:333
1208 #: libraries/classes/Controllers/JavaScriptMessagesController.php:565
1209 #: templates/display/results/table.twig:99
1210 #: templates/server/privileges/initials_row.twig:17
1211 #: templates/table/browse_foreigners/show_all.twig:4
1215 #: libraries/classes/Charsets/Collation.php:170
1216 #: libraries/classes/Charsets.php:176 libraries/classes/Charsets.php:177
1220 #: libraries/classes/Charsets/Collation.php:203
1221 #: libraries/classes/Charsets/Collation.php:501
1223 msgid "German (phone book order)"
1226 #: libraries/classes/Charsets/Collation.php:207
1227 #: libraries/classes/Charsets/Collation.php:498
1229 msgid "German (dictionary order)"
1232 #: libraries/classes/Charsets/Collation.php:216
1233 #: libraries/classes/Charsets/Collation.php:576
1235 msgid "Spanish (traditional)"
1238 #: libraries/classes/Charsets/Collation.php:220
1239 #: libraries/classes/Charsets/Collation.php:569
1241 msgid "Spanish (modern)"
1244 #: libraries/classes/Charsets/Collation.php:298
1245 msgctxt "Collation variant"
1246 msgid "case-insensitive"
1249 #: libraries/classes/Charsets/Collation.php:301
1250 msgctxt "Collation variant"
1251 msgid "case-sensitive"
1254 #: libraries/classes/Charsets/Collation.php:304
1255 msgctxt "Collation variant"
1256 msgid "accent-insensitive"
1259 #: libraries/classes/Charsets/Collation.php:307
1260 msgctxt "Collation variant"
1261 msgid "accent-sensitive"
1264 #: libraries/classes/Charsets/Collation.php:310
1265 msgctxt "Collation variant"
1266 msgid "kana-sensitive"
1269 #: libraries/classes/Charsets/Collation.php:314
1270 msgctxt "Collation variant"
1274 #: libraries/classes/Charsets/Collation.php:317
1275 msgctxt "Collation variant"
1279 #: libraries/classes/Charsets/Collation.php:320
1280 msgctxt "Collation variant"
1284 #: libraries/classes/Charsets/Collation.php:339
1289 #: libraries/classes/Charsets/Collation.php:351
1290 #: libraries/classes/Charsets/Collation.php:600
1295 #: libraries/classes/Charsets/Collation.php:361
1296 #: libraries/classes/Charsets/Collation.php:547
1298 msgid "West European"
1301 #: libraries/classes/Charsets/Collation.php:368
1303 msgid "Central European"
1306 #: libraries/classes/Charsets/Collation.php:373
1307 #: libraries/classes/Charsets/Collation.php:554
1312 #: libraries/classes/Charsets/Collation.php:378
1314 msgid "Simplified Chinese"
1317 #: libraries/classes/Charsets/Collation.php:381
1319 msgid "Traditional Chinese"
1322 #: libraries/classes/Charsets/Collation.php:384
1323 #: libraries/classes/Charsets/Collation.php:469
1328 #: libraries/classes/Charsets/Collation.php:392
1329 #: libraries/classes/Charsets/Collation.php:518
1334 #: libraries/classes/Charsets/Collation.php:397
1339 #: libraries/classes/Charsets/Collation.php:402
1344 #: libraries/classes/Charsets/Collation.php:405
1349 #: libraries/classes/Charsets/Collation.php:408
1354 #: libraries/classes/Charsets/Collation.php:411
1355 #: libraries/classes/Charsets/Collation.php:533
1360 #: libraries/classes/Charsets/Collation.php:414
1365 #: libraries/classes/Charsets/Collation.php:417
1370 #: libraries/classes/Charsets/Collation.php:420
1375 #: libraries/classes/Charsets/Collation.php:423
1377 msgid "Czech-Slovak"
1380 #: libraries/classes/Charsets/Collation.php:426
1381 #: libraries/classes/Charsets/Collation.php:592
1386 #: libraries/classes/Charsets/Collation.php:429
1387 #: libraries/classes/Charsets/Collation.php:588
1392 #: libraries/classes/Charsets/Collation.php:432
1393 #: libraries/classes/Charsets/Collation.php:580
1398 #: libraries/classes/Charsets/Collation.php:435
1399 #: libraries/classes/Charsets/Collation.php:584
1404 #: libraries/classes/Charsets/Collation.php:438
1409 #: libraries/classes/Charsets/Collation.php:463
1414 #: libraries/classes/Charsets/Collation.php:475
1419 #: libraries/classes/Charsets/Collation.php:479
1424 #: libraries/classes/Charsets/Collation.php:483
1429 #: libraries/classes/Charsets/Collation.php:487
1434 #: libraries/classes/Charsets/Collation.php:491
1439 #: libraries/classes/Charsets/Collation.php:495
1444 #: libraries/classes/Charsets/Collation.php:510
1449 #: libraries/classes/Charsets/Collation.php:514
1454 #: libraries/classes/Charsets/Collation.php:521
1456 msgid "Classical Latin"
1459 #: libraries/classes/Charsets/Collation.php:525
1464 #: libraries/classes/Charsets/Collation.php:529
1469 #: libraries/classes/Charsets/Collation.php:537
1474 #: libraries/classes/Charsets/Collation.php:540
1481 #: libraries/classes/Charsets/Collation.php:544
1486 #: libraries/classes/Charsets/Collation.php:551
1491 #: libraries/classes/Charsets/Collation.php:558
1496 #: libraries/classes/Charsets/Collation.php:562
1501 #: libraries/classes/Charsets/Collation.php:566
1506 #: libraries/classes/Charsets/Collation.php:596
1511 #: libraries/classes/Common.php:255
1513 msgid "You should upgrade to %s %s or later."
1516 #: libraries/classes/Common.php:287
1517 msgid "Error: Token mismatch"
1520 #: libraries/classes/Common.php:498
1522 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
1523 "access phpMyAdmin."
1526 #: libraries/classes/Common.php:554
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 "
1533 #: libraries/classes/Common.php:571
1535 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
1536 "requires these functions!"
1539 #: libraries/classes/Common.php:582
1540 msgid "GLOBALS overwrite attempt"
1543 #: libraries/classes/Common.php:592
1544 msgid "possible exploit"
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"
1553 #: libraries/classes/Config/Descriptions.php:89
1555 "If enabled, user can enter any MySQL server in login form for cookie auth."
1558 #: libraries/classes/Config/Descriptions.php:92
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."
1565 #: libraries/classes/Config/Descriptions.php:97
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."
1572 #: libraries/classes/Config/Descriptions.php:102
1574 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1578 #: libraries/classes/Config/Descriptions.php:104
1579 msgid "Enable bzip2 compression for import operations."
1582 #: libraries/classes/Config/Descriptions.php:105
1583 msgid "Enter the URL for your reCAPTCHA v2 compatible API."
1586 #: libraries/classes/Config/Descriptions.php:106
1588 "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
1592 #: libraries/classes/Config/Descriptions.php:107
1593 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API."
1596 #: libraries/classes/Config/Descriptions.php:108
1597 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API."
1600 #: libraries/classes/Config/Descriptions.php:109
1601 msgid "Enter your public key for the reCAPTCHA service on your domain."
1604 #: libraries/classes/Config/Descriptions.php:110
1605 msgid "Enter your private key for your domain reCAPTCHA service."
1608 #: libraries/classes/Config/Descriptions.php:111
1609 msgid "Enter your siteverify URL for your reCAPTCHA service."
1612 #: libraries/classes/Config/Descriptions.php:113
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."
1619 #: libraries/classes/Config/Descriptions.php:118
1621 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1622 "highlighting and line numbers."
1625 #: libraries/classes/Config/Descriptions.php:123
1627 "Find any errors in the query before executing it. Requires CodeMirror to be "
1631 #: libraries/classes/Config/Descriptions.php:126
1633 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1637 #: libraries/classes/Config/Descriptions.php:129
1639 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1643 #: libraries/classes/Config/Descriptions.php:132
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."
1649 #: libraries/classes/Config/Descriptions.php:136
1651 "Whether a warning (\"Are your really sure…\") should be displayed when "
1652 "you're about to lose data."
1655 #: libraries/classes/Config/Descriptions.php:139
1656 msgid "Autocomplete of the table and column names in the SQL queries."
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
1669 "Values for options list for default transformations. These will be "
1670 "overwritten if transformation is filled in at table structure page."
1673 #: libraries/classes/Config/Descriptions.php:178
1675 "Disable the table maintenance mass operations, like optimizing or repairing "
1676 "the selected tables of a database."
1679 #: libraries/classes/Config/Descriptions.php:182
1681 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
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"
1691 #: libraries/classes/Config/Descriptions.php:186
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."
1697 #: libraries/classes/Config/Descriptions.php:190
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."
1703 #: libraries/classes/Config/Descriptions.php:195
1705 "Please note that phpMyAdmin is just a user interface and its features do not "
1709 #: libraries/classes/Config/Descriptions.php:198
1711 "Advanced server configuration, do not change these options unless you know "
1712 "what they are for."
1715 #: libraries/classes/Config/Descriptions.php:201
1717 "Configure phpMyAdmin configuration storage to gain access to additional "
1718 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1722 #: libraries/classes/Config/Descriptions.php:206
1724 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1728 #: libraries/classes/Config/Descriptions.php:209
1729 msgid "Customize browse mode."
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."
1741 #: libraries/classes/Config/Descriptions.php:212
1742 msgid "Settings for phpMyAdmin developers."
1745 #: libraries/classes/Config/Descriptions.php:213
1746 msgid "Customize edit mode."
1749 #: libraries/classes/Config/Descriptions.php:214
1750 msgid "Customize default export options."
1753 #: libraries/classes/Config/Descriptions.php:215
1754 msgid "Set some commonly used options."
1757 #: libraries/classes/Config/Descriptions.php:216
1758 msgid "Customize default common import options."
1761 #: libraries/classes/Config/Descriptions.php:217
1762 msgid "Set import and export directories and compression options."
1765 #: libraries/classes/Config/Descriptions.php:219
1766 msgid "Databases display options."
1769 #: libraries/classes/Config/Descriptions.php:220
1770 msgid "Customize appearance of the navigation panel."
1773 #: libraries/classes/Config/Descriptions.php:221
1774 msgid "Customize the navigation tree."
1777 #: libraries/classes/Config/Descriptions.php:222
1778 msgid "Servers display options."
1781 #: libraries/classes/Config/Descriptions.php:223
1782 msgid "Tables display options."
1785 #: libraries/classes/Config/Descriptions.php:226
1786 msgid "Settings that didn't fit anywhere else."
1789 #: libraries/classes/Config/Descriptions.php:227
1790 msgid "Authentication settings."
1793 #: libraries/classes/Config/Descriptions.php:228
1794 msgid "Enter server connection parameters."
1797 #: libraries/classes/Config/Descriptions.php:229
1798 msgid "Customize links shown in SQL Query boxes."
1801 #: libraries/classes/Config/Descriptions.php:231
1802 msgid "SQL queries settings."
1805 #: libraries/classes/Config/Descriptions.php:232
1806 msgid "Customize startup page."
1809 #: libraries/classes/Config/Descriptions.php:233
1811 "Choose which details to show in the database structure (list of tables)."
1814 #: libraries/classes/Config/Descriptions.php:234
1815 msgid "Settings for the table structure (list of columns)."
1818 #: libraries/classes/Config/Descriptions.php:235
1819 msgid "Choose how you want tabs to work."
1822 #: libraries/classes/Config/Descriptions.php:236
1823 msgid "Customize text input fields."
1826 #: libraries/classes/Config/Descriptions.php:237
1827 msgid "Customize default options"
1830 #: libraries/classes/Config/Descriptions.php:238
1831 msgid "Disable some of the warnings shown by phpMyAdmin."
1834 #: libraries/classes/Config/Descriptions.php:240
1835 msgid "Enable gzip compression for import and export operations."
1838 #: libraries/classes/Config/Descriptions.php:242
1840 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
1841 "if one of the queries failed."
1844 #: libraries/classes/Config/Descriptions.php:246
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 "
1851 #: libraries/classes/Config/Descriptions.php:251
1853 "Default format; be aware that this list depends on location (database, "
1854 "table) and only SQL is always available."
1857 #: libraries/classes/Config/Descriptions.php:254
1858 #: libraries/classes/Config/Descriptions.php:255
1859 msgid "Update data when duplicate keys found on import"
1862 #: libraries/classes/Config/Descriptions.php:256
1863 msgid "Number of queries to skip from start."
1866 #: libraries/classes/Config/Descriptions.php:258
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."
1873 #: libraries/classes/Config/Descriptions.php:263
1875 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
1876 "kbd] authentication mode."
1879 #: libraries/classes/Config/Descriptions.php:267
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."
1887 #: libraries/classes/Config/Descriptions.php:273
1888 msgid "Maximum number of characters used when a SQL query is displayed."
1891 #: libraries/classes/Config/Descriptions.php:276
1893 "The number of items that can be displayed on each page on the first level of "
1894 "the navigation tree."
1897 #: libraries/classes/Config/Descriptions.php:279
1899 "The number of items that can be displayed on each page of the navigation "
1903 #: libraries/classes/Config/Descriptions.php:282
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."
1909 #: libraries/classes/Config/Descriptions.php:287
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)."
1915 #: libraries/classes/Config/Descriptions.php:291
1916 msgid "In the navigation panel, replaces the database tree with a selector"
1919 #: libraries/classes/Config/Descriptions.php:294
1920 msgid "Link with main panel by highlighting the current database or table."
1923 #: libraries/classes/Config/Descriptions.php:297
1925 "Open the linked page in the main window ([code]main[/code]) or in a new one "
1926 "([code]new[/code])."
1929 #: libraries/classes/Config/Descriptions.php:300
1931 "Defines the minimum number of items (tables, views, routines and events) to "
1932 "display a filter box."
1935 #: libraries/classes/Config/Descriptions.php:303
1937 "Group items in the navigation tree (determined by the separator defined in "
1938 "the Databases and Tables tabs above)."
1941 #: libraries/classes/Config/Descriptions.php:307
1943 "Whether to offer the possibility of tree expansion in the navigation panel."
1946 #: libraries/classes/Config/Descriptions.php:310
1947 msgid "Whether to show procedures under database in the navigation tree"
1950 #: libraries/classes/Config/Descriptions.php:313
1951 msgid "Whether to expand single database in the navigation tree automatically."
1954 #: libraries/classes/Config/Descriptions.php:315
1955 msgid "Set to 0 to collapse navigation panel."
1958 #: libraries/classes/Config/Descriptions.php:316
1959 msgid "Show logo in navigation panel."
1962 #: libraries/classes/Config/Descriptions.php:317
1963 msgid "URL where logo in the navigation panel will point to."
1966 #: libraries/classes/Config/Descriptions.php:318
1967 msgid "Display server choice at the top of the navigation panel."
1970 #: libraries/classes/Config/Descriptions.php:319
1971 msgid "String that separates databases into different tree levels."
1974 #: libraries/classes/Config/Descriptions.php:320
1975 msgid "String that separates tables into different tree levels."
1978 #: libraries/classes/Config/Descriptions.php:321
1979 msgid "Highlight server under the mouse cursor."
1982 #: libraries/classes/Config/Descriptions.php:322
1983 msgid "Whether to show tables under database in the navigation tree"
1986 #: libraries/classes/Config/Descriptions.php:323
1987 msgid "Whether to show views under database in the navigation tree"
1990 #: libraries/classes/Config/Descriptions.php:324
1991 msgid "Whether to show functions under database in the navigation tree"
1994 #: libraries/classes/Config/Descriptions.php:325
1995 msgid "Whether to show events under database in the navigation tree"
1998 #: libraries/classes/Config/Descriptions.php:327
2000 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
2001 "DATETIME and TIMESTAMP, ascending order otherwise."
2004 #: libraries/classes/Config/Descriptions.php:331
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."
2011 #: libraries/classes/Config/Descriptions.php:336
2013 "Disable the default warning that is displayed on the Structure page if "
2014 "column names in a table are reserved MySQL words."
2017 #: libraries/classes/Config/Descriptions.php:340
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)."
2024 #: libraries/classes/Config/Descriptions.php:345
2026 "Sets the effective timezone; possibly different than the one from your "
2030 #: libraries/classes/Config/Descriptions.php:348
2032 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
2033 "[kbd]pma__bookmark[/kbd]"
2036 #: libraries/classes/Config/Descriptions.php:351
2038 "Leave blank for no column comments/media types, suggested: "
2039 "[kbd]pma__column_info[/kbd]."
2042 #: libraries/classes/Config/Descriptions.php:354
2044 "A special MySQL user configured with limited permissions, more information "
2045 "available on [doc@linked-tables]documentation[/doc]."
2048 #: libraries/classes/Config/Descriptions.php:358
2050 "An alternate host to hold the configuration storage; leave blank to use the "
2051 "already defined host."
2054 #: libraries/classes/Config/Descriptions.php:361
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."
2061 #: libraries/classes/Config/Descriptions.php:366
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]"
2068 #: libraries/classes/Config/Descriptions.php:370
2070 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2074 #: libraries/classes/Config/Descriptions.php:373
2076 "Limits number of table preferences which are stored in database, the oldest "
2077 "records are automatically removed."
2080 #: libraries/classes/Config/Descriptions.php:377
2082 "Leave blank for no QBE saved searches support, suggested: "
2083 "[kbd]pma__savedsearches[/kbd]."
2086 #: libraries/classes/Config/Descriptions.php:380
2088 "Leave blank for no export template support, suggested: "
2089 "[kbd]pma__export_templates[/kbd]."
2092 #: libraries/classes/Config/Descriptions.php:383
2094 "Leave blank for no central columns support, suggested: "
2095 "[kbd]pma__central_columns[/kbd]."
2098 #: libraries/classes/Config/Descriptions.php:386
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]."
2105 #: libraries/classes/Config/Descriptions.php:391
2107 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2110 #: libraries/classes/Config/Descriptions.php:394
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]."
2117 #: libraries/classes/Config/Descriptions.php:399
2119 "Leave blank for no \"persistent\" recently used tables across sessions, "
2120 "suggested: [kbd]pma__recent[/kbd]."
2123 #: libraries/classes/Config/Descriptions.php:403
2125 "Leave blank for no \"persistent\" favorite tables across sessions, "
2126 "suggested: [kbd]pma__favorite[/kbd]."
2129 #: libraries/classes/Config/Descriptions.php:407
2131 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2132 "[kbd]pma__relation[/kbd]."
2135 #: libraries/classes/Config/Descriptions.php:412
2137 "See [doc@authentication-modes]authentication types[/doc] for an example."
2140 #: libraries/classes/Config/Descriptions.php:415
2142 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2146 #: libraries/classes/Config/Descriptions.php:418
2148 "Table to describe the display columns, leave blank for no support; "
2149 "suggested: [kbd]pma__table_info[/kbd]."
2152 #: libraries/classes/Config/Descriptions.php:422
2154 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2155 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2158 #: libraries/classes/Config/Descriptions.php:426
2160 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2161 "the log when creating a database."
2164 #: libraries/classes/Config/Descriptions.php:430
2166 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2167 "log when creating a table."
2170 #: libraries/classes/Config/Descriptions.php:434
2172 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2173 "log when creating a view."
2176 #: libraries/classes/Config/Descriptions.php:438
2177 msgid "Defines the list of statements the auto-creation uses for new versions."
2180 #: libraries/classes/Config/Descriptions.php:441
2182 "Leave blank for no SQL query tracking support, suggested: "
2183 "[kbd]pma__tracking[/kbd]."
2186 #: libraries/classes/Config/Descriptions.php:444
2188 "Whether the tracking mechanism creates versions for tables and views "
2192 #: libraries/classes/Config/Descriptions.php:447
2194 "Leave blank for no user preferences storage in database, suggested: "
2195 "[kbd]pma__userconfig[/kbd]."
2198 #: libraries/classes/Config/Descriptions.php:450
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]."
2205 #: libraries/classes/Config/Descriptions.php:455
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]."
2212 #: libraries/classes/Config/Descriptions.php:460
2214 "Leave blank to disable the feature to hide and show navigation items, "
2215 "suggested: [kbd]pma__navigationhiding[/kbd]."
2218 #: libraries/classes/Config/Descriptions.php:464
2220 "A user-friendly description of this server. Leave blank to display the "
2224 #: libraries/classes/Config/Descriptions.php:466
2225 msgid "Leave blank if not used."
2228 #: libraries/classes/Config/Descriptions.php:467
2229 msgid "Leave blank for defaults."
2232 #: libraries/classes/Config/Descriptions.php:468
2233 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2236 #: libraries/classes/Config/Descriptions.php:469
2237 msgid "Authentication method to use."
2240 #: libraries/classes/Config/Descriptions.php:470
2241 msgid "Compress connection to MySQL server."
2244 #: libraries/classes/Config/Descriptions.php:471
2245 msgid "Hide databases matching regular expression (PCRE)."
2248 #: libraries/classes/Config/Descriptions.php:472
2249 msgid "Hostname where MySQL server is running."
2252 #: libraries/classes/Config/Descriptions.php:473
2253 #: libraries/classes/Config/Descriptions.php:477
2254 msgid "Leave empty if not using config auth."
2257 #: libraries/classes/Config/Descriptions.php:474
2258 msgid "Port on which MySQL server is listening, leave empty for default."
2261 #: libraries/classes/Config/Descriptions.php:475
2262 msgid "Socket on which MySQL server is listening, leave empty for default."
2265 #: libraries/classes/Config/Descriptions.php:476
2266 msgid "Enable SSL for connection to MySQL server."
2269 #: libraries/classes/Config/Descriptions.php:479
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."
2276 #: libraries/classes/Config/Descriptions.php:484
2277 msgid "Show or hide a column displaying the Creation timestamp for all tables."
2280 #: libraries/classes/Config/Descriptions.php:487
2282 "Show or hide a column displaying the Last update timestamp for all tables."
2285 #: libraries/classes/Config/Descriptions.php:490
2287 "Show or hide a column displaying the Last check timestamp for all tables."
2290 #: libraries/classes/Config/Descriptions.php:493
2292 "Defines whether or not type fields should be initially displayed in edit/"
2296 #: libraries/classes/Config/Descriptions.php:496
2298 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2302 #: libraries/classes/Config/Descriptions.php:498
2303 msgid "Whether a user should be displayed a \"show all (rows)\" button."
2306 #: libraries/classes/Config/Descriptions.php:499
2307 msgid "Show or hide a column displaying the comments for all tables."
2310 #: libraries/classes/Config/Descriptions.php:500
2311 msgid "Show or hide a column displaying the charset for all tables."
2314 #: libraries/classes/Config/Descriptions.php:501
2315 msgid "Display the function fields in edit/insert mode."
2318 #: libraries/classes/Config/Descriptions.php:502
2319 msgid "Whether to show hint or not."
2322 #: libraries/classes/Config/Descriptions.php:503
2324 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2327 #: libraries/classes/Config/Descriptions.php:504
2328 msgid "Allow to display database and table statistics (e.g. space usage)."
2331 #: libraries/classes/Config/Descriptions.php:506
2333 "Mark used tables and make it possible to show databases with locked tables."
2336 #: libraries/classes/Config/Descriptions.php:509
2338 "Disable the default warning that is displayed on the main page if Suhosin is "
2342 #: libraries/classes/Config/Descriptions.php:512
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`."
2349 #: libraries/classes/Config/Descriptions.php:517
2351 "Textarea size (columns) in edit mode, this value will be emphasized for SQL "
2352 "query textareas (*2)."
2355 #: libraries/classes/Config/Descriptions.php:520
2357 "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
2358 "query textareas (*2)."
2361 #: libraries/classes/Config/Descriptions.php:523
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]."
2369 #: libraries/classes/Config/Descriptions.php:529
2371 "When disabled, users cannot set any of the options below, regardless of the "
2372 "checkbox on the right."
2375 #: libraries/classes/Config/Descriptions.php:532
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\"."
2383 #: libraries/classes/Config/Descriptions.php:538
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."
2390 #: libraries/classes/Config/Descriptions.php:544
2392 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2393 "will be inserted with Shift+Enter."
2396 #: libraries/classes/Config/Descriptions.php:548
2398 "Enable Zero Configuration mode which lets you set up phpMyAdmin "
2399 "configuration storage tables automatically."
2402 #: libraries/classes/Config/Descriptions.php:551
2403 msgid "Highlight selected rows."
2406 #: libraries/classes/Config/Descriptions.php:552
2407 msgid "Highlight row pointed by the mouse cursor."
2410 #: libraries/classes/Config/Descriptions.php:553
2411 msgid "Number of columns for CHAR/VARCHAR textareas."
2414 #: libraries/classes/Config/Descriptions.php:554
2415 msgid "Number of rows for CHAR/VARCHAR textareas."
2418 #: libraries/classes/Config/Descriptions.php:555
2420 "Log SQL queries and their execution time, to be displayed in the console"
2423 #: libraries/classes/Config/Descriptions.php:556
2424 msgid "Tab that is displayed when entering a database."
2427 #: libraries/classes/Config/Descriptions.php:557
2428 msgid "Tab that is displayed when entering a server."
2431 #: libraries/classes/Config/Descriptions.php:558
2432 msgid "Tab that is displayed when entering a table."
2435 #: libraries/classes/Config/Descriptions.php:559
2436 msgid "Whether the table structure actions should be hidden."
2439 #: libraries/classes/Config/Descriptions.php:560
2440 msgid "Whether column comments should be shown in table structure view"
2443 #: libraries/classes/Config/Descriptions.php:561
2444 msgid "Show server listing as a list instead of a drop down."
2447 #: libraries/classes/Config/Descriptions.php:562
2448 msgid "A dropdown will be used if fewer items are present."
2451 #: libraries/classes/Config/Descriptions.php:563
2452 msgid "Default value for foreign key checks checkbox for some queries."
2455 #: libraries/classes/Config/Descriptions.php:564
2456 msgid "Uncheck the checkbox to disable drag and drop import"
2459 #: libraries/classes/Config/Descriptions.php:565
2460 msgid "How many rows can be inserted at one time."
2463 #: libraries/classes/Config/Descriptions.php:566
2465 "Maximum number of characters shown in any non-numeric column on browse view."
2468 #: libraries/classes/Config/Descriptions.php:567
2469 msgid "Define how long (in seconds) a login cookie is valid."
2472 #: libraries/classes/Config/Descriptions.php:568
2473 msgid "Double size of textarea for LONGTEXT columns."
2476 #: libraries/classes/Config/Descriptions.php:569
2477 msgid "Maximum number of databases displayed in database list."
2480 #: libraries/classes/Config/Descriptions.php:570
2481 msgid "Maximum number of tables displayed in table list."
2484 #: libraries/classes/Config/Descriptions.php:571
2485 msgid "Maximum number of recently used tables; set 0 to disable."
2488 #: libraries/classes/Config/Descriptions.php:572
2489 msgid "Maximum number of favorite tables; set 0 to disable."
2492 #: libraries/classes/Config/Descriptions.php:573
2493 msgid "These are Edit, Copy and Delete links."
2496 #: libraries/classes/Config/Descriptions.php:574
2497 msgid "Whether to show row links even in the absence of a unique key."
2500 #: libraries/classes/Config/Descriptions.php:575
2501 #: libraries/classes/Config/Descriptions.php:858
2502 msgid "Disable shortcut keys"
2505 #: libraries/classes/Config/Descriptions.php:576
2506 msgid "Use natural order for sorting table and database names."
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."
2515 #: libraries/classes/Config/Descriptions.php:578
2516 msgid "Use GZip output buffering for increased speed in HTTP transfers."
2519 #: libraries/classes/Config/Descriptions.php:579
2520 msgid "Use persistent connections to MySQL databases."
2523 #: libraries/classes/Config/Descriptions.php:582
2524 msgid "Disallow BLOB and BINARY columns from editing."
2527 #: libraries/classes/Config/Descriptions.php:583
2528 msgid "How many queries are kept in history."
2531 #: libraries/classes/Config/Descriptions.php:584
2532 msgid "Select which functions will be used for character set conversion."
2535 #: libraries/classes/Config/Descriptions.php:585
2536 msgid "When browsing tables, the sorting of each table is remembered."
2539 #: libraries/classes/Config/Descriptions.php:586
2540 msgid "Default sort order for tables with a primary key."
2543 #: libraries/classes/Config/Descriptions.php:587
2545 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2548 #: libraries/classes/Config/Descriptions.php:588
2549 msgid "For display Options"
2552 #: libraries/classes/Config/Descriptions.php:589
2553 msgid "Directory where exports can be saved on server."
2556 #: libraries/classes/Config/Descriptions.php:590
2558 "Defines whether the query box should stay on-screen after its submission."
2561 #: libraries/classes/Config/Descriptions.php:591
2562 msgid "Title of browser window when a database is selected."
2565 #: libraries/classes/Config/Descriptions.php:592
2566 msgid "Title of browser window when nothing is selected."
2569 #: libraries/classes/Config/Descriptions.php:593
2570 msgid "Title of browser window when a server is selected."
2573 #: libraries/classes/Config/Descriptions.php:594
2574 msgid "Title of browser window when a table is selected."
2577 #: libraries/classes/Config/Descriptions.php:595
2578 msgid "Directory on server where you can upload files for import."
2581 #: libraries/classes/Config/Descriptions.php:596
2582 msgid "Allow for searching inside the entire database."
2585 #: libraries/classes/Config/Descriptions.php:597
2586 msgid "Enables check for latest version on main phpMyAdmin page."
2589 #: libraries/classes/Config/Descriptions.php:598
2590 msgid "The password for authenticating with the proxy."
2593 #: libraries/classes/Config/Descriptions.php:599
2594 msgid "Enable ZIP compression for import and export operations."
2597 #: libraries/classes/Config/Descriptions.php:600
2598 msgid "Choose the default action when sending error reports."
2601 #: libraries/classes/Config/Descriptions.php:617
2602 msgid "Allow login to any MySQL server"
2605 #: libraries/classes/Config/Descriptions.php:618
2606 msgid "Restrict login to MySQL server"
2609 #: libraries/classes/Config/Descriptions.php:619
2610 msgid "Allow third party framing"
2613 #: libraries/classes/Config/Descriptions.php:620
2614 msgid "Show \"Drop database\" link to normal users"
2617 #: libraries/classes/Config/Descriptions.php:621
2618 msgid "Blowfish secret"
2621 #: libraries/classes/Config/Descriptions.php:622
2625 #: libraries/classes/Config/Descriptions.php:623
2626 msgid "Highlight pointer"
2629 #: libraries/classes/Config/Descriptions.php:624
2633 #: libraries/classes/Config/Descriptions.php:625
2634 msgid "CHAR columns editing"
2637 #: libraries/classes/Config/Descriptions.php:626
2638 msgid "Enable CodeMirror"
2641 #: libraries/classes/Config/Descriptions.php:627
2644 msgid "Enable linter"
2647 #: libraries/classes/Config/Descriptions.php:628
2648 msgid "Minimum size for input field"
2651 #: libraries/classes/Config/Descriptions.php:629
2652 msgid "Maximum size for input field"
2655 #: libraries/classes/Config/Descriptions.php:630
2656 msgid "CHAR textarea columns"
2659 #: libraries/classes/Config/Descriptions.php:631
2660 msgid "CHAR textarea rows"
2663 #: libraries/classes/Config/Descriptions.php:632
2664 msgid "Check config file permissions"
2667 #: libraries/classes/Config/Descriptions.php:633
2668 msgid "Compress on the fly"
2671 #: libraries/classes/Config/Descriptions.php:634
2672 msgid "Confirm DROP queries"
2675 #: libraries/classes/Config/Descriptions.php:635
2676 #: templates/console/display.twig:23 templates/console/display.twig:76
2680 #: libraries/classes/Config/Descriptions.php:636
2681 #: libraries/classes/Plugins/Schema/SchemaDia.php:66
2682 #: libraries/classes/Plugins/Schema/SchemaPdf.php:76
2686 #: libraries/classes/Config/Descriptions.php:637
2687 msgid "Default database tab"
2690 #: libraries/classes/Config/Descriptions.php:638
2691 msgid "Default server tab"
2694 #: libraries/classes/Config/Descriptions.php:639
2695 msgid "Default table tab"
2698 #: libraries/classes/Config/Descriptions.php:640
2699 msgid "Enable autocomplete for table and column names"
2702 #: libraries/classes/Config/Descriptions.php:641
2703 msgid "Show column comments"
2706 #: libraries/classes/Config/Descriptions.php:642
2707 msgid "Hide table structure actions"
2710 #: libraries/classes/Config/Descriptions.php:643
2711 msgid "Default transformations for Hex"
2714 #: libraries/classes/Config/Descriptions.php:644
2715 msgid "Default transformations for Substring"
2718 #: libraries/classes/Config/Descriptions.php:645
2719 msgid "Default transformations for Bool2Text"
2722 #: libraries/classes/Config/Descriptions.php:646
2723 msgid "Default transformations for External"
2726 #: libraries/classes/Config/Descriptions.php:647
2727 msgid "Default transformations for PreApPend"
2730 #: libraries/classes/Config/Descriptions.php:648
2731 msgid "Default transformations for DateFormat"
2734 #: libraries/classes/Config/Descriptions.php:649
2735 msgid "Default transformations for Inline"
2738 #: libraries/classes/Config/Descriptions.php:650
2739 msgid "Default transformations for TextImageLink"
2742 #: libraries/classes/Config/Descriptions.php:651
2743 msgid "Default transformations for TextLink"
2746 #: libraries/classes/Config/Descriptions.php:652
2747 msgid "Display servers as a list"
2750 #: libraries/classes/Config/Descriptions.php:653
2751 msgid "Disable multi table maintenance"
2754 #: libraries/classes/Config/Descriptions.php:654
2755 msgid "Maximum execution time"
2758 #: libraries/classes/Config/Descriptions.php:655
2759 msgid "Use [code]LOCK TABLES[/code] statement"
2762 #: libraries/classes/Config/Descriptions.php:656
2763 msgid "Save as file"
2766 #: libraries/classes/Config/Descriptions.php:657
2767 #: libraries/classes/Config/Descriptions.php:792
2768 msgid "Character set of the file"
2771 #: libraries/classes/Config/Descriptions.php:658
2772 #: libraries/classes/Config/Descriptions.php:674 templates/import.twig:165
2773 #: templates/import.twig:167 templates/sql/query.twig:40
2774 #: templates/table/structure/display_table_stats.twig:84
2778 #: libraries/classes/Config/Descriptions.php:659
2782 #: libraries/classes/Config/Descriptions.php:660
2783 #: libraries/classes/Config/Descriptions.php:667
2784 #: libraries/classes/Config/Descriptions.php:675
2785 #: libraries/classes/Config/Descriptions.php:679
2786 #: libraries/classes/Config/Descriptions.php:692
2787 #: libraries/classes/Config/Descriptions.php:694
2788 #: libraries/classes/Config/Descriptions.php:741
2789 #: libraries/classes/Plugins/Export/ExportCsv.php:87
2790 #: libraries/classes/Plugins/Export/ExportExcel.php:61
2791 #: libraries/classes/Plugins/Export/ExportHtmlword.php:84
2792 #: libraries/classes/Plugins/Export/ExportOds.php:69
2793 #: libraries/classes/Plugins/Export/ExportOdt.php:127
2794 #: libraries/classes/Plugins/Export/ExportTexytext.php:78
2795 msgid "Put columns names in the first row"
2798 #: libraries/classes/Config/Descriptions.php:661
2799 #: libraries/classes/Config/Descriptions.php:794
2800 #: libraries/classes/Config/Descriptions.php:800
2801 #: libraries/classes/Plugins/Import/ImportCsv.php:683
2802 msgid "Columns enclosed with"
2805 #: libraries/classes/Config/Descriptions.php:662
2806 #: libraries/classes/Config/Descriptions.php:795
2807 #: libraries/classes/Config/Descriptions.php:801
2808 #: libraries/classes/Plugins/Import/ImportCsv.php:694
2809 msgid "Columns escaped with"
2812 #: libraries/classes/Config/Descriptions.php:663
2813 #: libraries/classes/Config/Descriptions.php:669
2814 #: libraries/classes/Config/Descriptions.php:676
2815 #: libraries/classes/Config/Descriptions.php:685
2816 #: libraries/classes/Config/Descriptions.php:693
2817 #: libraries/classes/Config/Descriptions.php:697
2818 #: libraries/classes/Config/Descriptions.php:742
2819 msgid "Replace NULL with"
2822 #: libraries/classes/Config/Descriptions.php:664
2823 #: libraries/classes/Config/Descriptions.php:670
2824 msgid "Remove CRLF characters within columns"
2827 #: libraries/classes/Config/Descriptions.php:665
2828 #: libraries/classes/Config/Descriptions.php:798
2829 #: libraries/classes/Config/Descriptions.php:805
2830 #: libraries/classes/Plugins/Import/ImportCsv.php:668
2831 msgid "Columns terminated with"
2834 #: libraries/classes/Config/Descriptions.php:666
2835 #: libraries/classes/Config/Descriptions.php:793
2836 #: libraries/classes/Plugins/Import/ImportCsv.php:701
2837 msgid "Lines terminated with"
2840 #: libraries/classes/Config/Descriptions.php:668
2841 msgid "Excel edition"
2844 #: libraries/classes/Config/Descriptions.php:671
2845 msgid "Database name template"
2848 #: libraries/classes/Config/Descriptions.php:672
2849 msgid "Server name template"
2852 #: libraries/classes/Config/Descriptions.php:673
2853 msgid "Table name template"
2856 #: libraries/classes/Config/Descriptions.php:677
2857 #: libraries/classes/Config/Descriptions.php:690
2858 #: libraries/classes/Config/Descriptions.php:699
2859 #: libraries/classes/Config/Descriptions.php:737
2860 #: libraries/classes/Config/Descriptions.php:743
2861 #: libraries/classes/Plugins/Export/ExportHtmlword.php:55
2862 #: libraries/classes/Plugins/Export/ExportLatex.php:88
2863 #: libraries/classes/Plugins/Export/ExportMediawiki.php:55
2864 #: libraries/classes/Plugins/Export/ExportMediawiki.php:61
2865 #: libraries/classes/Plugins/Export/ExportOdt.php:69
2866 #: libraries/classes/Plugins/Export/ExportPdf.php:86
2867 #: libraries/classes/Plugins/Export/ExportSql.php:237
2868 #: libraries/classes/Plugins/Export/ExportTexytext.php:54
2872 #: libraries/classes/Config/Descriptions.php:678
2873 #: libraries/classes/Plugins/Export/ExportLatex.php:79
2874 msgid "Include table caption"
2877 #: libraries/classes/Config/Descriptions.php:680
2878 #: libraries/classes/Config/Descriptions.php:695
2879 #: libraries/classes/Config/Descriptions.php:731
2880 #: libraries/classes/Plugins/Export/ExportHtmlword.php:384
2881 #: libraries/classes/Plugins/Export/ExportLatex.php:531
2882 #: libraries/classes/Plugins/Export/ExportOdt.php:488
2883 #: libraries/classes/Plugins/Export/ExportTexytext.php:386
2884 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:543
2885 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:683
2886 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:706
2887 #: templates/columns_definitions/table_fields_definitions.twig:54
2888 #: templates/database/data_dictionary/index.twig:29
2889 #: templates/table/structure/display_structure.twig:28
2893 #: libraries/classes/Config/Descriptions.php:681
2894 #: libraries/classes/Config/Descriptions.php:687
2895 msgid "Table caption"
2898 #: libraries/classes/Config/Descriptions.php:682
2899 #: libraries/classes/Config/Descriptions.php:688
2900 msgid "Continued table caption"
2903 #: libraries/classes/Config/Descriptions.php:683
2904 #: libraries/classes/Config/Descriptions.php:689
2908 #: libraries/classes/Config/Descriptions.php:684
2909 #: libraries/classes/Config/Descriptions.php:696
2910 #: libraries/classes/Config/Descriptions.php:734
2911 #: libraries/classes/Plugins/Export/ExportHtmlword.php:391
2912 #: libraries/classes/Plugins/Export/ExportOdt.php:495
2913 #: libraries/classes/Plugins/Export/ExportTexytext.php:391
2914 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:551
2915 #: templates/columns_definitions/table_fields_definitions.twig:71
2916 #: templates/database/data_dictionary/index.twig:31
2920 #: libraries/classes/Config/Descriptions.php:686
2921 #: libraries/classes/Config/Descriptions.php:698
2922 #: libraries/classes/Config/Descriptions.php:736
2923 msgid "Relationships"
2926 #: libraries/classes/Config/Descriptions.php:691
2927 msgid "Export method"
2930 #: libraries/classes/Config/Descriptions.php:700
2931 #: libraries/classes/Config/Descriptions.php:703
2932 msgid "Save on server"
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)"
2941 #: libraries/classes/Config/Descriptions.php:702
2942 msgid "Export as separate files"
2945 #: libraries/classes/Config/Descriptions.php:705
2947 #| msgid "Select All"
2948 msgid "Remember filename template"
2949 msgstr "Alle ußwähle"
2951 #: libraries/classes/Config/Descriptions.php:706
2952 msgid "Remove DEFINER clause from definitions"
2955 #: libraries/classes/Config/Descriptions.php:707
2956 #: templates/database/operations/index.twig:160
2957 #: templates/table/operations/index.twig:72
2958 #: templates/table/operations/index.twig:300
2959 msgid "Add AUTO_INCREMENT value"
2962 #: libraries/classes/Config/Descriptions.php:708
2963 msgid "Enclose table and column names with backquotes"
2966 #: libraries/classes/Config/Descriptions.php:709
2967 #: libraries/classes/Config/Descriptions.php:811
2968 msgid "SQL compatibility mode"
2971 #: libraries/classes/Config/Descriptions.php:710
2972 msgid "Creation/Update/Check dates"
2975 #: libraries/classes/Config/Descriptions.php:711
2976 msgid "Use delayed inserts"
2979 #: libraries/classes/Config/Descriptions.php:712
2980 #: libraries/classes/Plugins/Export/ExportSql.php:183
2981 msgid "Disable foreign key checks"
2984 #: libraries/classes/Config/Descriptions.php:713
2985 #: libraries/classes/Plugins/Export/ExportSql.php:197
2986 msgid "Export views as tables"
2989 #: libraries/classes/Config/Descriptions.php:714
2990 msgid "Export related metadata from phpMyAdmin configuration storage"
2993 #: libraries/classes/Config/Descriptions.php:715
2994 #: libraries/classes/Config/Descriptions.php:716
2995 #: libraries/classes/Config/Descriptions.php:718
2996 #: libraries/classes/Config/Descriptions.php:721
2997 #: libraries/classes/Config/Descriptions.php:722
2998 #: libraries/classes/Config/Descriptions.php:723
2999 #: libraries/classes/Config/Descriptions.php:735
3000 #: templates/database/operations/index.twig:155
3001 #: templates/table/operations/index.twig:295
3006 #: libraries/classes/Config/Descriptions.php:724
3007 msgid "Use hexadecimal for BINARY & BLOB"
3010 #: libraries/classes/Config/Descriptions.php:726
3012 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
3016 #: libraries/classes/Config/Descriptions.php:729
3017 #: libraries/classes/Plugins/Export/ExportSql.php:351
3022 #: libraries/classes/Config/Descriptions.php:730
3023 msgid "Use ignore inserts"
3026 #: libraries/classes/Config/Descriptions.php:732
3027 msgid "Syntax to use when inserting data"
3030 #: libraries/classes/Config/Descriptions.php:733
3031 #: libraries/classes/Plugins/Export/ExportSql.php:488
3032 msgid "Maximal length of created query"
3035 #: libraries/classes/Config/Descriptions.php:738
3039 #: libraries/classes/Config/Descriptions.php:739
3040 #: libraries/classes/Plugins/Export/ExportSql.php:169
3041 msgid "Enclose export in a transaction"
3044 #: libraries/classes/Config/Descriptions.php:740
3045 msgid "Export time in UTC"
3048 #: libraries/classes/Config/Descriptions.php:744
3049 msgid "Foreign key dropdown order"
3052 #: libraries/classes/Config/Descriptions.php:745
3053 msgid "Foreign key limit"
3056 #: libraries/classes/Config/Descriptions.php:746
3057 msgid "Foreign key checks"
3060 #: libraries/classes/Config/Descriptions.php:747
3061 msgid "First day of calendar"
3064 #: libraries/classes/Config/Descriptions.php:748
3065 #: libraries/classes/Config/Descriptions.php:759 libraries/classes/Menu.php:478
3066 #: libraries/classes/Util.php:1864 libraries/config.values.php:155
3067 #: templates/navigation/tree/database_select.twig:10
3068 #: templates/server/databases/index.twig:3 templates/server/export/index.twig:7
3069 #: templates/server/export/index.twig:14
3070 #: templates/server/privileges/user_properties.twig:20
3074 #: libraries/classes/Config/Descriptions.php:749
3078 #: libraries/classes/Config/Descriptions.php:751
3079 #: libraries/classes/Config/Forms/User/ExportForm.php:82
3080 #: libraries/classes/Config/Forms/User/ImportForm.php:35
3084 #: libraries/classes/Config/Descriptions.php:752
3088 #: libraries/classes/Config/Descriptions.php:753
3092 #: libraries/classes/Config/Descriptions.php:754
3093 msgid "Export defaults"
3096 #: libraries/classes/Config/Descriptions.php:755
3100 #: libraries/classes/Config/Descriptions.php:756
3101 msgid "Import defaults"
3104 #: libraries/classes/Config/Descriptions.php:757
3105 msgid "Import / export"
3108 #: libraries/classes/Config/Descriptions.php:758
3112 #: libraries/classes/Config/Descriptions.php:760
3113 #: libraries/classes/Config/Forms/User/NaviForm.php:68
3114 #: templates/preferences/header.twig:30
3115 msgid "Navigation panel"
3118 #: libraries/classes/Config/Descriptions.php:761
3119 msgid "Navigation tree"
3122 #: libraries/classes/Config/Descriptions.php:762
3123 #: templates/server/select/index.twig:9 templates/setup/home/index.twig:34
3127 #: libraries/classes/Config/Descriptions.php:763
3128 #: libraries/classes/Controllers/Server/DatabasesController.php:309
3129 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
3130 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26
3131 #: libraries/classes/Plugins/Export/ExportXml.php:115
3132 #: libraries/classes/Server/Status/Data.php:159
3133 #: templates/database/export/index.twig:22
3134 #: templates/database/structure/show_create.twig:6
3138 #: libraries/classes/Config/Descriptions.php:764
3139 #: libraries/classes/Config/Forms/User/MainForm.php:90
3140 #: templates/preferences/header.twig:36
3144 #: libraries/classes/Config/Descriptions.php:765
3145 msgid "Microsoft Office"
3148 #: libraries/classes/Config/Descriptions.php:767
3149 msgid "Other core settings"
3152 #: libraries/classes/Config/Descriptions.php:768
3156 #: libraries/classes/Config/Descriptions.php:769
3160 #: libraries/classes/Config/Descriptions.php:770
3161 msgid "Basic settings"
3164 #: libraries/classes/Config/Descriptions.php:771
3165 msgid "Authentication"
3168 #: libraries/classes/Config/Descriptions.php:772
3169 msgid "Server configuration"
3172 #: libraries/classes/Config/Descriptions.php:773
3173 msgid "Configuration storage"
3176 #: libraries/classes/Config/Descriptions.php:774
3177 msgid "Changes tracking"
3180 #: libraries/classes/Config/Descriptions.php:775 libraries/classes/Menu.php:253
3181 #: libraries/classes/Menu.php:360 libraries/classes/Menu.php:483
3182 #: libraries/classes/Navigation/Nodes/NodeTable.php:306
3183 #: libraries/classes/Util.php:1425 libraries/classes/Util.php:1865
3184 #: libraries/classes/Util.php:1880 libraries/classes/Util.php:1897
3185 #: libraries/config.values.php:62 libraries/config.values.php:76
3186 #: libraries/config.values.php:167 libraries/config.values.php:177
3190 #: libraries/classes/Config/Descriptions.php:776
3191 msgid "SQL Query box"
3194 #: libraries/classes/Config/Descriptions.php:777
3195 #: libraries/classes/Config/Forms/User/SqlForm.php:48
3196 #: templates/preferences/header.twig:24
3200 #: libraries/classes/Config/Descriptions.php:778
3204 #: libraries/classes/Config/Descriptions.php:779
3205 msgid "Database structure"
3208 #: libraries/classes/Config/Descriptions.php:780
3209 #: libraries/classes/Plugins/Export/ExportPdf.php:258
3210 #: templates/table/page_with_secondary_tabs.twig:5
3211 msgid "Table structure"
3214 #: libraries/classes/Config/Descriptions.php:781
3218 #: libraries/classes/Config/Descriptions.php:782
3219 msgid "Display relational schema"
3222 #: libraries/classes/Config/Descriptions.php:783
3226 #: libraries/classes/Config/Descriptions.php:784
3230 #: libraries/classes/Config/Descriptions.php:785
3234 #: libraries/classes/Config/Descriptions.php:786
3235 #: templates/console/display.twig:6
3239 #: libraries/classes/Config/Descriptions.php:787
3243 #: libraries/classes/Config/Descriptions.php:788
3244 msgid "Extra parameters for iconv"
3247 #: libraries/classes/Config/Descriptions.php:789
3248 msgid "Ignore multiple statement errors"
3251 #: libraries/classes/Config/Descriptions.php:790
3252 msgid "Enable drag and drop import"
3255 #: libraries/classes/Config/Descriptions.php:791
3256 msgid "Partial import: allow interrupt"
3259 #: libraries/classes/Config/Descriptions.php:796
3260 #: libraries/classes/Config/Descriptions.php:802
3261 #: libraries/classes/Plugins/Import/ImportCsv.php:141
3262 #: libraries/classes/Plugins/Import/ImportLdi.php:68
3263 msgid "Do not abort on INSERT error"
3266 #: libraries/classes/Config/Descriptions.php:797
3267 #: libraries/classes/Config/Descriptions.php:804
3268 msgid "Add ON DUPLICATE KEY UPDATE"
3271 #: libraries/classes/Config/Descriptions.php:799
3272 msgid "Format of imported file"
3275 #: libraries/classes/Config/Descriptions.php:803
3276 #: libraries/classes/Plugins/Import/ImportLdi.php:74
3277 msgid "Use LOCAL keyword"
3280 #: libraries/classes/Config/Descriptions.php:806
3281 msgid "Column names in first row"
3284 #: libraries/classes/Config/Descriptions.php:807
3285 #: libraries/classes/Plugins/Import/ImportOds.php:74
3286 msgid "Do not import empty rows"
3289 #: libraries/classes/Config/Descriptions.php:808
3290 msgid "Import currencies ($5.00 to 5.00)"
3293 #: libraries/classes/Config/Descriptions.php:809
3294 msgid "Import percentages as proper decimals (12.00% to .12)"
3297 #: libraries/classes/Config/Descriptions.php:810
3298 msgid "Partial import: skip queries"
3301 #: libraries/classes/Config/Descriptions.php:812
3302 msgid "Do not use AUTO_INCREMENT for zero values"
3305 #: libraries/classes/Config/Descriptions.php:813
3306 msgid "Read as multibytes"
3309 #: libraries/classes/Config/Descriptions.php:814
3310 msgid "Initial state for sliders"
3313 #: libraries/classes/Config/Descriptions.php:815
3314 msgid "Number of inserted rows"
3317 #: libraries/classes/Config/Descriptions.php:816
3318 msgid "Limit column characters"
3321 #: libraries/classes/Config/Descriptions.php:817
3322 msgid "Delete all cookies on logout"
3325 #: libraries/classes/Config/Descriptions.php:818
3326 msgid "Recall user name"
3329 #: libraries/classes/Config/Descriptions.php:819
3330 msgid "Login cookie store"
3333 #: libraries/classes/Config/Descriptions.php:820
3334 msgid "Login cookie validity"
3337 #: libraries/classes/Config/Descriptions.php:821
3338 msgid "Bigger textarea for LONGTEXT"
3341 #: libraries/classes/Config/Descriptions.php:822
3342 msgid "Maximum displayed SQL length"
3345 #: libraries/classes/Config/Descriptions.php:823
3346 msgid "Maximum databases"
3349 #: libraries/classes/Config/Descriptions.php:824
3350 msgid "Maximum items on first level"
3353 #: libraries/classes/Config/Descriptions.php:825
3354 msgid "Maximum items in branch"
3357 #: libraries/classes/Config/Descriptions.php:826
3358 msgid "Maximum number of rows to display"
3361 #: libraries/classes/Config/Descriptions.php:827
3362 msgid "Maximum tables"
3365 #: libraries/classes/Config/Descriptions.php:828
3366 msgid "Memory limit"
3369 #: libraries/classes/Config/Descriptions.php:829
3370 msgid "Show databases navigation as tree"
3373 #: libraries/classes/Config/Descriptions.php:830
3374 msgid "Navigation panel width"
3377 #: libraries/classes/Config/Descriptions.php:831
3378 #: libraries/classes/Controllers/JavaScriptMessagesController.php:597
3379 #: libraries/classes/Navigation/NavigationTree.php:1354
3380 msgid "Link with main panel"
3383 #: libraries/classes/Config/Descriptions.php:832
3384 msgid "Display logo"
3387 #: libraries/classes/Config/Descriptions.php:833
3388 msgid "Logo link URL"
3391 #: libraries/classes/Config/Descriptions.php:834
3392 msgid "Logo link target"
3395 #: libraries/classes/Config/Descriptions.php:835
3396 msgid "Display servers selection"
3399 #: libraries/classes/Config/Descriptions.php:836
3400 msgid "Target for quick access icon"
3403 #: libraries/classes/Config/Descriptions.php:837
3404 msgid "Target for second quick access icon"
3407 #: libraries/classes/Config/Descriptions.php:838
3408 msgid "Minimum number of items to display the filter box"
3411 #: libraries/classes/Config/Descriptions.php:840
3412 msgid "Minimum number of databases to display the database filter box"
3415 #: libraries/classes/Config/Descriptions.php:842
3416 msgid "Group items in the tree"
3419 #: libraries/classes/Config/Descriptions.php:843
3420 msgid "Database tree separator"
3423 #: libraries/classes/Config/Descriptions.php:844
3424 msgid "Table tree separator"
3427 #: libraries/classes/Config/Descriptions.php:845
3428 msgid "Maximum table tree depth"
3431 #: libraries/classes/Config/Descriptions.php:846
3432 msgid "Enable highlighting"
3435 #: libraries/classes/Config/Descriptions.php:847
3436 msgid "Enable navigation tree expansion"
3439 #: libraries/classes/Config/Descriptions.php:848
3440 msgid "Show tables in tree"
3443 #: libraries/classes/Config/Descriptions.php:849
3444 msgid "Show views in tree"
3447 #: libraries/classes/Config/Descriptions.php:850
3448 msgid "Show functions in tree"
3451 #: libraries/classes/Config/Descriptions.php:851
3452 msgid "Show procedures in tree"
3455 #: libraries/classes/Config/Descriptions.php:852
3456 msgid "Show events in tree"
3459 #: libraries/classes/Config/Descriptions.php:853
3461 #| msgid "Select All"
3462 msgid "Expand single database"
3463 msgstr "Alle ußwähle"
3465 #: libraries/classes/Config/Descriptions.php:854
3466 msgid "Recently used tables"
3469 #: libraries/classes/Config/Descriptions.php:855
3470 #: libraries/classes/RecentFavoriteTable.php:245
3471 msgid "Favorite tables"
3474 #: libraries/classes/Config/Descriptions.php:856
3475 msgid "Where to show the table row links"
3478 #: libraries/classes/Config/Descriptions.php:857
3479 msgid "Show row links anyway"
3482 #: libraries/classes/Config/Descriptions.php:859
3483 msgid "Natural order"
3486 #: libraries/classes/Config/Descriptions.php:860
3487 msgid "Table navigation bar"
3490 #: libraries/classes/Config/Descriptions.php:861
3491 msgid "GZip output buffering"
3494 #: libraries/classes/Config/Descriptions.php:862
3495 msgid "Default sorting order"
3498 #: libraries/classes/Config/Descriptions.php:863
3499 msgid "Persistent connections"
3502 #: libraries/classes/Config/Descriptions.php:864
3503 msgid "Missing phpMyAdmin configuration storage tables"
3506 #: libraries/classes/Config/Descriptions.php:865
3507 msgid "MySQL reserved word warning"
3510 #: libraries/classes/Config/Descriptions.php:866
3511 msgid "How to display the menu tabs"
3514 #: libraries/classes/Config/Descriptions.php:867
3515 msgid "How to display various action links"
3518 #: libraries/classes/Config/Descriptions.php:868
3519 msgid "Protect binary columns"
3522 #: libraries/classes/Config/Descriptions.php:869
3523 msgid "Permanent query history"
3526 #: libraries/classes/Config/Descriptions.php:870
3527 msgid "Query history length"
3530 #: libraries/classes/Config/Descriptions.php:871
3531 msgid "Recoding engine"
3534 #: libraries/classes/Config/Descriptions.php:872
3535 msgid "Remember table's sorting"
3538 #: libraries/classes/Config/Descriptions.php:873
3539 msgid "Primary key default sort order"
3542 #: libraries/classes/Config/Descriptions.php:874
3543 msgid "Repeat headers"
3546 #: libraries/classes/Config/Descriptions.php:875
3547 msgid "Grid editing: trigger action"
3550 #: libraries/classes/Config/Descriptions.php:876
3551 msgid "Relational display"
3554 #: libraries/classes/Config/Descriptions.php:877
3555 msgid "Grid editing: save all edited cells at once"
3558 #: libraries/classes/Config/Descriptions.php:878
3559 msgid "Save directory"
3562 #: libraries/classes/Config/Descriptions.php:879
3563 msgid "Host authorization order"
3566 #: libraries/classes/Config/Descriptions.php:880
3567 msgid "Host authorization rules"
3570 #: libraries/classes/Config/Descriptions.php:881
3571 msgid "Allow logins without a password"
3574 #: libraries/classes/Config/Descriptions.php:882
3575 msgid "Allow root login"
3578 #: libraries/classes/Config/Descriptions.php:883
3579 msgid "Session timezone"
3582 #: libraries/classes/Config/Descriptions.php:884
3586 #: libraries/classes/Config/Descriptions.php:885
3587 #: templates/setup/home/index.twig:50
3588 msgid "Authentication type"
3591 #: libraries/classes/Config/Descriptions.php:886
3592 msgid "Bookmark table"
3595 #: libraries/classes/Config/Descriptions.php:887
3596 msgid "Column information table"
3599 #: libraries/classes/Config/Descriptions.php:888
3600 msgid "Compress connection"
3603 #: libraries/classes/Config/Descriptions.php:889
3604 msgid "Control user password"
3607 #: libraries/classes/Config/Descriptions.php:890
3608 msgid "Control user"
3611 #: libraries/classes/Config/Descriptions.php:891
3612 msgid "Control host"
3615 #: libraries/classes/Config/Descriptions.php:892
3616 msgid "Control port"
3619 #: libraries/classes/Config/Descriptions.php:893
3620 msgid "Disable use of INFORMATION_SCHEMA"
3623 #: libraries/classes/Config/Descriptions.php:894
3624 msgid "Hide databases"
3627 #: libraries/classes/Config/Descriptions.php:895
3628 msgid "SQL query history table"
3631 #: libraries/classes/Config/Descriptions.php:896
3632 msgid "Server hostname"
3635 #: libraries/classes/Config/Descriptions.php:897
3639 #: libraries/classes/Config/Descriptions.php:898
3640 msgid "Maximal number of table preferences to store"
3643 #: libraries/classes/Config/Descriptions.php:899
3644 msgid "QBE saved searches table"
3647 #: libraries/classes/Config/Descriptions.php:900
3648 msgid "Export templates table"
3651 #: libraries/classes/Config/Descriptions.php:901
3652 msgid "Central columns table"
3655 #: libraries/classes/Config/Descriptions.php:902
3656 msgid "Show only listed databases"
3659 #: libraries/classes/Config/Descriptions.php:903
3660 msgid "Password for config auth"
3663 #: libraries/classes/Config/Descriptions.php:904
3664 msgid "PDF schema: pages table"
3667 #: libraries/classes/Config/Descriptions.php:905
3668 #: templates/database/operations/index.twig:122
3669 #: templates/server/databases/index.twig:24
3670 msgid "Database name"
3673 #: libraries/classes/Config/Descriptions.php:906
3677 #: libraries/classes/Config/Descriptions.php:907
3678 msgid "Recently used table"
3681 #: libraries/classes/Config/Descriptions.php:908
3683 msgid "Favorites table"
3686 #: libraries/classes/Config/Descriptions.php:909
3687 msgid "Relation table"
3690 #: libraries/classes/Config/Descriptions.php:910
3691 msgid "Signon session name"
3694 #: libraries/classes/Config/Descriptions.php:911
3698 #: libraries/classes/Config/Descriptions.php:912
3699 msgid "Server socket"
3702 #: libraries/classes/Config/Descriptions.php:913
3706 #: libraries/classes/Config/Descriptions.php:914
3707 msgid "Designer and PDF schema: table coordinates"
3710 #: libraries/classes/Config/Descriptions.php:915
3711 msgid "Display columns table"
3714 #: libraries/classes/Config/Descriptions.php:916
3715 msgid "UI preferences table"
3718 #: libraries/classes/Config/Descriptions.php:917
3719 msgid "Add DROP DATABASE"
3722 #: libraries/classes/Config/Descriptions.php:918
3723 #: templates/database/structure/copy_form.twig:34
3724 msgid "Add DROP TABLE"
3727 #: libraries/classes/Config/Descriptions.php:919
3728 msgid "Add DROP VIEW"
3731 #: libraries/classes/Config/Descriptions.php:920
3732 msgid "Statements to track"
3735 #: libraries/classes/Config/Descriptions.php:921
3736 msgid "SQL query tracking table"
3739 #: libraries/classes/Config/Descriptions.php:922
3740 msgid "Automatically create versions"
3743 #: libraries/classes/Config/Descriptions.php:923
3744 msgid "User preferences storage table"
3747 #: libraries/classes/Config/Descriptions.php:924
3751 #: libraries/classes/Config/Descriptions.php:925
3752 msgid "User groups table"
3755 #: libraries/classes/Config/Descriptions.php:926
3756 msgid "Hidden navigation items table"
3759 #: libraries/classes/Config/Descriptions.php:927
3760 msgid "User for config auth"
3763 #: libraries/classes/Config/Descriptions.php:928
3764 msgid "Verbose name of this server"
3767 #: libraries/classes/Config/Descriptions.php:929
3768 msgid "Allow to display all the rows"
3771 #: libraries/classes/Config/Descriptions.php:930
3772 msgid "Show password change form"
3775 #: libraries/classes/Config/Descriptions.php:931
3776 msgid "Show create database form"
3779 #: libraries/classes/Config/Descriptions.php:932
3780 msgid "Show table comments"
3783 #: libraries/classes/Config/Descriptions.php:933
3784 msgid "Show creation timestamp"
3787 #: libraries/classes/Config/Descriptions.php:934
3788 msgid "Show last update timestamp"
3791 #: libraries/classes/Config/Descriptions.php:935
3792 msgid "Show last check timestamp"
3795 #: libraries/classes/Config/Descriptions.php:936
3797 #| msgid "not active"
3798 msgid "Show table charset"
3801 #: libraries/classes/Config/Descriptions.php:937
3802 msgid "Show field types"
3805 #: libraries/classes/Config/Descriptions.php:938
3806 msgid "Show function fields"
3809 #: libraries/classes/Config/Descriptions.php:939
3813 #: libraries/classes/Config/Descriptions.php:940
3814 msgid "Show phpinfo() link"
3817 #: libraries/classes/Config/Descriptions.php:941
3818 msgid "Show detailed MySQL server information"
3821 #: libraries/classes/Config/Descriptions.php:942
3822 msgid "Show SQL queries"
3825 #: libraries/classes/Config/Descriptions.php:943 templates/sql/query.twig:127
3826 msgid "Retain query box"
3829 #: libraries/classes/Config/Descriptions.php:944
3830 msgid "Show statistics"
3833 #: libraries/classes/Config/Descriptions.php:945
3834 msgid "Skip locked tables"
3837 #: libraries/classes/Config/Descriptions.php:946
3838 #: libraries/classes/ConfigStorage/UserGroups.php:120
3839 #: libraries/classes/Controllers/JavaScriptMessagesController.php:392
3840 #: libraries/classes/Display/Results.php:2766
3841 #: libraries/classes/Html/Generator.php:656
3842 #: libraries/classes/Html/Generator.php:905
3843 #: templates/console/bookmark_content.twig:10 templates/console/display.twig:41
3844 #: templates/console/display.twig:199
3845 #: templates/database/central_columns/main.twig:265
3846 #: templates/database/central_columns/main.twig:376
3847 #: templates/database/central_columns/main.twig:377
3848 #: templates/database/events/index.twig:74
3849 #: templates/database/events/index.twig:77
3850 #: templates/database/events/row.twig:23 templates/database/events/row.twig:26
3851 #: templates/database/routines/row.twig:24
3852 #: templates/database/routines/row.twig:27
3853 #: templates/database/structure/structure_table_row.twig:66
3854 #: templates/database/triggers/row.twig:28
3855 #: templates/database/triggers/row.twig:31
3856 #: templates/display/results/table.twig:302
3857 #: templates/display/results/table.twig:303 templates/indexes.twig:34
3858 #: templates/server/variables/index.twig:41
3859 #: templates/server/variables/index.twig:44 templates/setup/home/index.twig:63
3860 #: templates/table/structure/display_structure.twig:480
3864 #: libraries/classes/Config/Descriptions.php:947
3865 #: libraries/classes/Html/Generator.php:624
3869 #: libraries/classes/Config/Descriptions.php:948
3870 #: libraries/classes/Export.php:593 libraries/classes/Html/Generator.php:704
3871 #: templates/console/display.twig:121
3872 #: templates/server/status/processes/index.twig:19
3873 #: templates/server/status/variables/index.twig:42
3877 #: libraries/classes/Config/Descriptions.php:949
3878 #: libraries/classes/Html/Generator.php:688
3881 msgid "Create PHP code"
3884 #: libraries/classes/Config/Descriptions.php:950
3885 msgid "Suhosin warning"
3888 #: libraries/classes/Config/Descriptions.php:951
3889 msgid "Login cookie validity warning"
3892 #: libraries/classes/Config/Descriptions.php:952
3893 msgid "Textarea columns"
3896 #: libraries/classes/Config/Descriptions.php:953
3897 msgid "Textarea rows"
3900 #: libraries/classes/Config/Descriptions.php:954
3901 #: libraries/classes/Plugins/Export/ExportHtmlword.php:140
3902 #: libraries/classes/Plugins/Export/ExportOdt.php:185
3903 #: libraries/classes/Plugins/Export/ExportTexytext.php:124
3904 #: libraries/classes/Server/Privileges.php:1818
3905 #: libraries/classes/Server/Privileges.php:1820
3906 #: libraries/classes/Server/Status/Processes.php:126
3907 #: templates/console/bookmark_content.twig:12 templates/console/display.twig:48
3908 #: templates/console/display.twig:206 templates/server/databases/index.twig:106
3909 #: templates/server/privileges/edit_routine_privileges.twig:17
3910 #: templates/server/privileges/privileges_table.twig:258
3911 #: templates/server/privileges/user_properties.twig:22
3912 #: templates/server/privileges/user_properties.twig:71
3913 #: templates/table/operations/index.twig:56
3914 #: templates/table/operations/index.twig:62
3915 #: templates/table/operations/index.twig:257
3916 #: templates/table/operations/index.twig:263
3917 #: templates/table/relation/common_form.twig:36
3918 #: templates/table/relation/common_form.twig:175
3919 #: templates/table/relation/foreign_key_row.twig:97
3923 #: libraries/classes/Config/Descriptions.php:955
3924 msgid "Default title"
3927 #: libraries/classes/Config/Descriptions.php:956
3928 #: templates/server/status/base.twig:6
3932 #: libraries/classes/Config/Descriptions.php:957
3933 #: libraries/classes/Plugins/Export/ExportXml.php:464
3934 #: libraries/classes/Server/Privileges.php:1824
3935 #: libraries/classes/Server/Privileges.php:1826
3936 #: templates/database/structure/show_create.twig:10
3937 #: templates/database/structure/table_header.twig:8
3938 #: templates/database/tracking/tables.twig:13
3939 #: templates/database/tracking/tables.twig:153
3940 #: templates/database/triggers/editor_form.twig:27
3941 #: templates/database/triggers/list.twig:45
3942 #: templates/server/privileges/privileges_table.twig:6
3943 #: templates/server/privileges/privileges_table.twig:260
3944 #: templates/server/privileges/user_properties.twig:37
3945 #: templates/server/privileges/user_properties.twig:82
3946 #: templates/table/maintenance/checksum.twig:12
3947 #: templates/table/operations/index.twig:65
3948 #: templates/table/operations/index.twig:266
3949 #: templates/table/relation/common_form.twig:37
3950 #: templates/table/relation/common_form.twig:182
3951 #: templates/table/relation/foreign_key_row.twig:108
3955 #: libraries/classes/Config/Descriptions.php:958
3956 msgid "List of trusted proxies for IP allow/deny"
3959 #: libraries/classes/Config/Descriptions.php:959
3960 msgid "Upload directory"
3963 #: libraries/classes/Config/Descriptions.php:960
3964 msgid "Use database search"
3967 #: libraries/classes/Config/Descriptions.php:961
3968 msgid "Enable the Developer tab in settings"
3971 #: libraries/classes/Config/Descriptions.php:962
3972 #: libraries/classes/Setup/Index.php:128 libraries/classes/Setup/Index.php:151
3973 #: libraries/classes/Setup/Index.php:163 libraries/classes/Setup/Index.php:176
3974 #: libraries/classes/Setup/Index.php:185 libraries/classes/Setup/Index.php:193
3975 msgid "Version check"
3978 #: libraries/classes/Config/Descriptions.php:963
3982 #: libraries/classes/Config/Descriptions.php:964
3983 msgid "Proxy username"
3986 #: libraries/classes/Config/Descriptions.php:965
3987 msgid "Proxy password"
3990 #: libraries/classes/Config/Descriptions.php:966
3994 #: libraries/classes/Config/Descriptions.php:967
3995 msgid "URL for reCAPTCHA v2 API"
3998 #: libraries/classes/Config/Descriptions.php:968
3999 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API"
4002 #: libraries/classes/Config/Descriptions.php:969
4003 msgid "Request parameter for reCAPTCHA v2 API"
4006 #: libraries/classes/Config/Descriptions.php:970
4007 msgid "Response parameter for reCAPTCHA v2 API"
4010 #: libraries/classes/Config/Descriptions.php:971
4011 msgid "Public key for reCAPTCHA"
4014 #: libraries/classes/Config/Descriptions.php:972
4015 msgid "Private key for reCAPTCHA"
4018 #: libraries/classes/Config/Descriptions.php:973
4019 msgid "URL for reCAPTCHA siteverify"
4022 #: libraries/classes/Config/Descriptions.php:974
4023 msgid "Send error reports"
4026 #: libraries/classes/Config/Descriptions.php:975
4027 msgid "Enter executes queries in console"
4030 #: libraries/classes/Config/Descriptions.php:976
4031 msgid "Enable Zero Configuration mode"
4034 #: libraries/classes/Config/Descriptions.php:977
4035 #: templates/console/display.twig:177
4036 msgid "Show query history at start"
4039 #: libraries/classes/Config/Descriptions.php:978
4040 #: templates/console/display.twig:173
4041 msgid "Always expand query messages"
4044 #: libraries/classes/Config/Descriptions.php:979
4045 #: templates/console/display.twig:181
4046 msgid "Show current browsing query"
4049 #: libraries/classes/Config/Descriptions.php:980
4050 msgid "Execute queries on Enter and insert new line with Shift+Enter"
4053 #: libraries/classes/Config/Descriptions.php:981
4054 #: templates/console/display.twig:189
4055 msgid "Switch to dark theme"
4058 #: libraries/classes/Config/Descriptions.php:982
4059 msgid "Console height"
4062 #: libraries/classes/Config/Descriptions.php:983
4063 msgid "Console mode"
4066 #: libraries/classes/Config/Descriptions.php:984
4067 #: templates/console/display.twig:91
4068 msgid "Group queries"
4071 #: libraries/classes/Config/Descriptions.php:985
4072 #: templates/sql/profiling_chart.twig:9
4076 #: libraries/classes/Config/Descriptions.php:986
4080 #: libraries/classes/Config/Descriptions.php:987
4081 msgid "Server connection collation"
4084 #: libraries/classes/Config/FormDisplay.php:605
4086 msgid "Missing data for %s"
4089 #: libraries/classes/Config/FormDisplay.php:646
4090 #: libraries/classes/Config/Validator.php:590
4091 #: templates/config/form_display/display.twig:67
4092 msgid "Incorrect value!"
4095 #: libraries/classes/Config/FormDisplay.php:797
4096 #: libraries/classes/Config/FormDisplay.php:806
4100 #: libraries/classes/Config/FormDisplay.php:799
4101 #: libraries/classes/Config/FormDisplay.php:808
4103 msgid "\"%s\" requires %s extension"
4106 #: libraries/classes/Config/FormDisplay.php:839
4108 msgid "Compressed import will not work due to missing function %s."
4111 #: libraries/classes/Config/FormDisplay.php:848
4113 msgid "Compressed export will not work due to missing function %s."
4116 #: libraries/classes/Config/FormDisplay.php:867
4121 #: libraries/classes/Config/Forms/Setup/ServersForm.php:39
4122 msgid "Config authentication"
4125 #: libraries/classes/Config/Forms/Setup/ServersForm.php:43
4126 msgid "HTTP authentication"
4129 #: libraries/classes/Config/Forms/Setup/ServersForm.php:46
4130 msgid "Signon authentication"
4133 #: libraries/classes/Config/Forms/User/ExportForm.php:25
4137 #: libraries/classes/Config/Forms/User/ExportForm.php:29
4141 #: libraries/classes/Config/Forms/User/ExportForm.php:55
4142 #: libraries/classes/Config/Forms/User/ExportForm.php:100
4143 #: libraries/classes/Config/Forms/User/ExportForm.php:128
4144 #: libraries/classes/Controllers/JavaScriptMessagesController.php:700
4145 #: libraries/classes/Import.php:1256 libraries/classes/Menu.php:245
4146 #: libraries/classes/Menu.php:355
4147 #: libraries/classes/Navigation/Nodes/NodeColumn.php:42
4148 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:50
4149 #: libraries/classes/Navigation/Nodes/NodeTable.php:297
4150 #: libraries/classes/Util.php:1424 libraries/classes/Util.php:1879
4151 #: libraries/classes/Util.php:1896 libraries/config.values.php:60
4152 #: libraries/config.values.php:74 libraries/config.values.php:165
4153 #: libraries/config.values.php:175
4154 #: templates/columns_definitions/table_fields_definitions.twig:4
4155 #: templates/database/central_columns/edit.twig:3
4156 #: templates/database/export/index.twig:23
4157 #: templates/database/structure/structure_table_row.twig:48
4158 #: templates/server/privileges/privileges_table.twig:357
4159 #: templates/table/tracking/structure_snapshot_columns.twig:1
4163 #: libraries/classes/Config/Forms/User/ExportForm.php:71
4164 #: libraries/classes/Config/Forms/User/ExportForm.php:108
4165 #: libraries/classes/Config/Forms/User/ExportForm.php:133
4166 #: libraries/classes/Config/Forms/User/ExportForm.php:139
4167 #: libraries/classes/Controllers/Server/DatabasesController.php:319
4168 #: templates/database/export/index.twig:24
4169 #: templates/server/privileges/privileges_table.twig:280
4170 #: templates/table/structure/display_table_stats.twig:17
4174 #: libraries/classes/Config/Forms/User/ExportForm.php:91
4175 msgid "CSV for MS Excel"
4178 #: libraries/classes/Config/Forms/User/ExportForm.php:116
4179 msgid "Microsoft Word 2000"
4182 #: libraries/classes/Config/Forms/User/ExportForm.php:122
4183 #: libraries/classes/Config/Forms/User/ImportForm.php:52
4184 msgid "OpenDocument Spreadsheet"
4187 #: libraries/classes/Config/Forms/User/ExportForm.php:126
4188 msgid "OpenDocument Text"
4191 #: libraries/classes/Config/Forms/User/ExportForm.php:153
4192 #: libraries/classes/Controllers/JavaScriptMessagesController.php:377
4193 #: libraries/classes/Menu.php:275 libraries/classes/Menu.php:380
4194 #: libraries/classes/Menu.php:511 libraries/classes/Server/Privileges.php:1512
4195 #: libraries/classes/Util.php:1868 libraries/classes/Util.php:1883
4196 #: libraries/classes/Util.php:1900 templates/database/events/index.twig:16
4197 #: templates/database/events/index.twig:17
4198 #: templates/database/events/index.twig:86
4199 #: templates/database/events/row.twig:36
4200 #: templates/database/privileges/index.twig:91
4201 #: templates/database/privileges/index.twig:116
4202 #: templates/database/privileges/index.twig:117
4203 #: templates/database/routines/index.twig:16
4204 #: templates/database/routines/index.twig:17
4205 #: templates/database/routines/row.twig:64
4206 #: templates/database/routines/row.twig:67
4207 #: templates/database/structure/check_all_tables.twig:12
4208 #: templates/database/triggers/list.twig:16
4209 #: templates/database/triggers/list.twig:17
4210 #: templates/database/triggers/row.twig:41
4211 #: templates/display/results/table.twig:315
4212 #: templates/display/results/table.twig:316
4213 #: templates/display/results/table.twig:348 templates/export.twig:3
4214 #: templates/export.twig:499 templates/preferences/header.twig:42
4215 #: templates/preferences/manage/main.twig:68
4216 #: templates/server/privileges/new_user_ajax.twig:63
4217 #: templates/server/privileges/users_overview.twig:95
4218 #: templates/server/privileges/users_overview.twig:125
4219 #: templates/server/privileges/users_overview.twig:126
4220 #: templates/server/status/monitor/index.twig:81
4221 #: templates/table/privileges/index.twig:95
4222 #: templates/table/privileges/index.twig:120
4223 #: templates/table/privileges/index.twig:121
4227 #: libraries/classes/Config/Forms/User/FeaturesForm.php:90
4228 #: templates/preferences/header.twig:18
4232 #: libraries/classes/Config/Forms/User/ImportForm.php:43
4233 msgid "CSV using LOAD DATA"
4236 #: libraries/classes/Config/Forms/User/ImportForm.php:67
4237 #: libraries/classes/Controllers/JavaScriptMessagesController.php:314
4238 #: libraries/classes/Menu.php:284 libraries/classes/Menu.php:390
4239 #: libraries/classes/Menu.php:516 libraries/classes/Util.php:1869
4240 #: libraries/classes/Util.php:1884 libraries/classes/Util.php:1901
4241 #: templates/import.twig:3 templates/import.twig:199
4242 #: templates/preferences/header.twig:48
4243 #: templates/preferences/manage/main.twig:11
4244 #: templates/server/status/monitor/index.twig:78
4248 #: libraries/classes/Config/Forms/User/MainForm.php:37
4249 msgid "Default transformations"
4252 #: libraries/classes/Config/PageSettings.php:133
4253 msgid "Cannot save settings, submitted configuration form contains errors!"
4256 #: libraries/classes/Config.php:644
4258 msgid "Existing configuration file (%s) is not readable."
4261 #: libraries/classes/Config.php:682
4262 msgid "Wrong permissions on configuration file, should not be world writable!"
4265 #: libraries/classes/Config.php:697
4266 msgid "Failed to read configuration file!"
4269 #: libraries/classes/Config.php:699
4271 "This usually means there is a syntax error in it, please check any errors "
4275 #: libraries/classes/Config.php:1224
4277 msgid "Invalid server index: %s"
4280 #: libraries/classes/Config.php:1237
4285 #: libraries/classes/Config/ServerConfigChecks.php:67
4288 "This %soption%s should be disabled as it allows attackers to bruteforce "
4289 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4290 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4291 "protection with trusted proxies list may not be reliable if your IP belongs "
4292 "to an ISP where thousands of users, including you, are connected to."
4295 #: libraries/classes/Config/ServerConfigChecks.php:92
4297 "This value should be double checked to ensure that this directory is neither "
4298 "world accessible nor readable or writable by other users on your server."
4301 #: libraries/classes/Config/ServerConfigChecks.php:162
4302 msgid "You should use SSL connections if your database server supports it."
4305 #: libraries/classes/Config/ServerConfigChecks.php:169
4308 "If you feel this is necessary, use additional protection settings - %1$shost "
4309 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4310 "based protection may not be reliable if your IP belongs to an ISP where "
4311 "thousands of users, including you, are connected to."
4314 #: libraries/classes/Config/ServerConfigChecks.php:195
4317 "You set the [kbd]config[/kbd] authentication type and included username and "
4318 "password for auto-login, which is not a desirable option for live hosts. "
4319 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4320 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4324 #: libraries/classes/Config/ServerConfigChecks.php:224
4325 msgid "You allow for connecting to the server without a password."
4328 #: libraries/classes/Config/ServerConfigChecks.php:304
4331 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4335 #: libraries/classes/Config/ServerConfigChecks.php:325
4338 "%sZip compression%s requires functions (%s) which are unavailable on this "
4342 #: libraries/classes/Config/ServerConfigChecks.php:359
4344 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4345 "authentication, so a key was automatically generated for you. It is used to "
4346 "encrypt cookies; you don't need to remember it."
4349 #: libraries/classes/Config/ServerConfigChecks.php:373
4350 msgid "Key is too short, it should have at least 32 characters."
4353 #: libraries/classes/Config/ServerConfigChecks.php:383
4354 msgid "Key should contain letters, numbers [em]and[/em] special characters."
4357 #: libraries/classes/Config/ServerConfigChecks.php:416
4360 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4361 "may cause random session invalidation (currently session.gc_maxlifetime is "
4365 #: libraries/classes/Config/ServerConfigChecks.php:438
4368 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4369 "most. Values larger than 1800 may pose a security risk such as impersonation."
4372 #: libraries/classes/Config/ServerConfigChecks.php:464
4375 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4376 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4379 #: libraries/classes/Config/ServerConfigChecks.php:503
4382 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4383 "are unavailable on this system."
4386 #: libraries/classes/Config/ServerConfigChecks.php:534
4389 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4390 "are unavailable on this system."
4393 #: libraries/classes/ConfigStorage/Relation.php:1361
4394 msgid "no description"
4397 #: libraries/classes/ConfigStorage/Relation.php:1563
4400 "You do not have necessary privileges to create a database named '%s'. You "
4401 "may go to 'Operations' tab of any database to set up the phpMyAdmin "
4402 "configuration storage there."
4405 #: libraries/classes/ConfigStorage/UserGroups.php:110
4409 #: libraries/classes/ConfigStorage/UserGroups.php:239
4410 msgid "Server-level tabs"
4413 #: libraries/classes/ConfigStorage/UserGroups.php:244
4414 msgid "Database-level tabs"
4417 #: libraries/classes/ConfigStorage/UserGroups.php:249
4418 msgid "Table-level tabs"
4421 #: libraries/classes/Config/Validator.php:243
4422 msgid "Could not connect to the database server!"
4425 #: libraries/classes/Config/Validator.php:279
4426 msgid "Invalid authentication type!"
4429 #: libraries/classes/Config/Validator.php:284
4430 msgid "Empty username while using [kbd]config[/kbd] authentication method!"
4433 #: libraries/classes/Config/Validator.php:290
4435 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4439 #: libraries/classes/Config/Validator.php:297
4440 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4443 #: libraries/classes/Config/Validator.php:351
4445 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4448 #: libraries/classes/Config/Validator.php:358
4450 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4454 #: libraries/classes/Config/Validator.php:449
4455 msgid "Incorrect value:"
4458 #: libraries/classes/Config/Validator.php:460
4460 msgid "Incorrect IP address: %s"
4463 #: libraries/classes/Config/Validator.php:523
4464 #: templates/config/form_display/display.twig:66
4465 msgid "Not a valid port number!"
4468 #: libraries/classes/Config/Validator.php:545
4469 #: templates/config/form_display/display.twig:64
4470 msgid "Not a positive number!"
4473 #: libraries/classes/Config/Validator.php:567
4474 #: templates/config/form_display/display.twig:65
4475 msgid "Not a non-negative number!"
4478 #: libraries/classes/Config/Validator.php:608
4479 #: templates/config/form_display/display.twig:68
4481 msgid "Value must be less than or equal to %s!"
4484 #: libraries/classes/Console.php:88
4486 msgid "Showing %1$d bookmark (both private and shared)"
4487 msgid_plural "Showing %1$d bookmarks (both private and shared)"
4492 #: libraries/classes/Console.php:95
4493 msgid "No bookmarks"
4496 #: libraries/classes/Controllers/AbstractController.php:77
4497 #: libraries/classes/Controllers/JavaScriptMessagesController.php:347
4498 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:71
4499 #: libraries/classes/DbTableExists.php:46
4500 msgid "No databases selected."
4503 #: libraries/classes/Controllers/AbstractController.php:135
4504 #: libraries/classes/Controllers/SchemaExportController.php:29
4505 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:46
4506 msgid "Missing parameter:"
4509 #: libraries/classes/Controllers/ChangeLogController.php:38
4510 #: libraries/classes/Controllers/LicenseController.php:36
4511 #, fuzzy, php-format
4513 #| "The %s file is not available on this system, please visit www.phpmyadmin."
4514 #| "net for more information."
4516 "The %s file is not available on this system, please visit %s for more "
4519 "De %s-Dattei es nit op heh dämm Rääschner. Loor op %s - doh jidd-et nih "
4522 #: libraries/classes/Controllers/Database/CentralColumnsController.php:146
4523 #, fuzzy, php-format
4524 #| msgid "Showing row(s) %1$s - %2$s"
4525 msgid "Showing rows %1$s - %2$s."
4526 msgstr "De Reihje vun %1$s bes %2$s."
4528 #. l10n: The user tries to save a page with an existing name in Designer
4529 #: libraries/classes/Controllers/Database/DesignerController.php:113
4532 "There already exists a page named \"%s\" please rename it to something else."
4535 #: libraries/classes/Controllers/Database/ExportController.php:89
4536 #: libraries/classes/Controllers/Database/TrackingController.php:138
4537 #: libraries/classes/Controllers/Export/ExportController.php:349
4538 #: libraries/classes/Database/Qbe.php:322
4539 #: templates/database/structure/index.twig:25
4540 #: templates/navigation/tree/path.twig:9
4541 msgid "No tables found in database."
4544 #: libraries/classes/Controllers/Database/ExportController.php:151
4545 #: libraries/classes/Controllers/Server/ExportController.php:75
4546 #: libraries/classes/Controllers/Table/ExportController.php:111
4547 msgid "Could not load export plugins, please check your installation!"
4550 #: libraries/classes/Controllers/Database/ImportController.php:80
4551 #: libraries/classes/Controllers/Import/ImportController.php:608
4552 #: libraries/classes/Controllers/Server/ImportController.php:59
4553 #: libraries/classes/Controllers/Table/ImportController.php:70
4554 msgid "Could not load import plugins, please check your installation!"
4557 #: libraries/classes/Controllers/Database/Operations/CollationController.php:47
4558 #: libraries/classes/Controllers/Table/OperationsController.php:282
4559 msgid "No collation provided."
4562 #: libraries/classes/Controllers/Database/OperationsController.php:106
4563 #: libraries/classes/Controllers/Table/CreateController.php:69
4564 msgid "The database name is empty!"
4565 msgstr "Kein Name för di Dahtebangk!"
4567 #: libraries/classes/Controllers/Database/OperationsController.php:115
4568 msgid "Cannot copy database to the same name. Change the name and try again."
4571 #: libraries/classes/Controllers/Database/OperationsController.php:200
4573 msgid "Database %1$s has been renamed to %2$s."
4576 #: libraries/classes/Controllers/Database/OperationsController.php:210
4578 msgid "Database %1$s has been copied to %2$s."
4581 #: libraries/classes/Controllers/Database/OperationsController.php:319
4584 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4587 #: libraries/classes/Controllers/Database/SearchController.php:55
4588 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:87
4589 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:100
4590 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:81
4591 #: libraries/classes/Plugins/AuthenticationPlugin.php:180
4592 msgid "Access denied!"
4593 msgstr "Zohjang afjelehnt!"
4595 #: libraries/classes/Controllers/Database/Structure/AddPrefixController.php:19
4596 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:44
4597 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:44
4598 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:44
4599 #: libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php:20
4600 #: libraries/classes/Controllers/Database/Structure/CopyFormController.php:21
4601 #: libraries/classes/Controllers/Database/Structure/DropFormController.php:35
4602 #: libraries/classes/Controllers/Database/Structure/EmptyFormController.php:22
4603 #: libraries/classes/Controllers/Database/Structure/ShowCreateController.php:32
4604 #: libraries/classes/Controllers/Export/TablesController.php:29
4605 #: libraries/classes/Controllers/JavaScriptMessagesController.php:348
4606 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:53
4607 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:53
4608 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:53
4609 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:53
4610 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:53
4612 #| msgid "The database name is empty!"
4613 msgid "No table selected."
4614 msgstr "Kein Name för di Dahtebangk!"
4616 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:52
4617 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:52
4618 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:52
4622 #: libraries/classes/Controllers/Database/StructureController.php:366
4623 #: templates/table/operations/index.twig:451
4624 #: templates/table/operations/view.twig:32
4626 msgid "View %s has been dropped."
4629 #: libraries/classes/Controllers/Database/StructureController.php:367
4630 #: templates/table/operations/index.twig:451
4632 msgid "Table %s has been dropped."
4635 #: libraries/classes/Controllers/Database/StructureController.php:414
4636 #: templates/table/operations/index.twig:410
4637 #: templates/table/operations/index.twig:428
4639 msgid "Table %s has been emptied."
4642 #: libraries/classes/Controllers/Database/StructureController.php:577
4643 #: libraries/classes/Display/Results.php:3775
4646 "This view has at least this number of rows. Please refer to %sdocumentation"
4650 #: libraries/classes/Controllers/Database/StructureController.php:766
4654 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:55
4655 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:71
4656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:492
4657 #: libraries/classes/Controllers/Table/DeleteRowsController.php:58
4658 #: libraries/classes/Controllers/Table/DropColumnController.php:56
4659 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:58
4660 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:82
4661 #: libraries/classes/IndexColumn.php:164 libraries/classes/Index.php:523
4662 #: libraries/classes/Plugins/Export/ExportHtmlword.php:627
4663 #: libraries/classes/Plugins/Export/ExportLatex.php:600
4664 #: libraries/classes/Plugins/Export/ExportOdt.php:777
4665 #: libraries/classes/Plugins/Export/ExportTexytext.php:613
4666 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:752
4667 #: templates/config/form_display/input.twig:42
4668 #: templates/database/central_columns/main.twig:356
4669 #: templates/database/data_dictionary/index.twig:47
4670 #: templates/database/data_dictionary/index.twig:91
4671 #: templates/database/designer/main.twig:1117
4672 #: templates/database/privileges/index.twig:69
4673 #: templates/database/structure/drop_form.twig:19
4674 #: templates/database/structure/empty_form.twig:19 templates/indexes.twig:65
4675 #: templates/preferences/autoload.twig:11
4676 #: templates/preferences/manage/error.twig:18
4677 #: templates/server/privileges/new_user_ajax.twig:20
4678 #: templates/server/privileges/new_user_ajax.twig:34
4679 #: templates/server/privileges/privileges_summary.twig:38
4680 #: templates/server/privileges/privileges_summary.twig:41
4681 #: templates/server/privileges/privileges_summary.twig:43
4682 #: templates/server/privileges/users_overview.twig:53
4683 #: templates/server/privileges/users_overview.twig:65
4684 #: templates/table/delete/confirm.twig:28
4685 #: templates/table/privileges/index.twig:73
4686 #: templates/table/structure/display_structure.twig:80
4687 #: templates/table/structure/display_structure.twig:515
4688 #: templates/table/structure/drop_confirm.twig:19
4689 #: templates/table/structure/primary.twig:22
4690 #: templates/table/tracking/structure_snapshot_columns.twig:33
4691 #: templates/table/tracking/structure_snapshot_indexes.twig:23
4692 #: templates/table/tracking/structure_snapshot_indexes.twig:24
4696 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:56
4697 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:72
4698 #: libraries/classes/Controllers/Table/DropColumnController.php:73
4699 #: libraries/classes/Controllers/Table/OperationsController.php:342
4700 #: libraries/classes/Controllers/Table/ReplaceController.php:442
4701 #: libraries/classes/Core.php:711 templates/preview_sql.twig:3
4705 #: libraries/classes/Controllers/Database/Structure/FavoriteTableController.php:107
4706 msgid "Favorite List is full!"
4709 #: libraries/classes/Controllers/Database/TrackingController.php:91
4710 #: libraries/classes/Controllers/Database/TrackingController.php:111
4711 msgid "Tracking data deleted successfully."
4714 #: libraries/classes/Controllers/Database/TrackingController.php:98
4717 "Version %1$s was created for selected tables, tracking is active for them."
4720 #: libraries/classes/Controllers/Database/TrackingController.php:128
4721 msgid "No tables selected."
4724 #: libraries/classes/Controllers/Database/TrackingController.php:163
4725 msgid "Database Log"
4728 #: libraries/classes/Controllers/ErrorReportController.php:104
4730 "An error has been detected and an error report has been automatically "
4731 "submitted based on your settings."
4734 #: libraries/classes/Controllers/ErrorReportController.php:108
4735 msgid "Thank you for submitting this report."
4738 #: libraries/classes/Controllers/ErrorReportController.php:112
4740 "An error has been detected and an error report has been generated but failed "
4744 #: libraries/classes/Controllers/ErrorReportController.php:115
4745 msgid "If you experience any problems please submit a bug report manually."
4748 #: libraries/classes/Controllers/ErrorReportController.php:118
4749 msgid "You may want to refresh the page."
4752 #: libraries/classes/Controllers/Export/ExportController.php:138
4753 #: libraries/classes/Export.php:1336
4757 #: libraries/classes/Controllers/Export/ExportController.php:232
4758 msgid "Bad parameters!"
4761 #: libraries/classes/Controllers/HomeController.php:102
4763 "You were logged out from one server, to logout completely from phpMyAdmin, "
4764 "you need to logout from all servers."
4767 #: libraries/classes/Controllers/HomeController.php:203
4770 "The phpMyAdmin configuration storage is not completely configured, some "
4771 "extended features have been deactivated. %sFind out why%s. "
4774 #: libraries/classes/Controllers/HomeController.php:209
4776 "Or alternately go to 'Operations' tab of any database to set it up there."
4779 #: libraries/classes/Controllers/HomeController.php:274
4781 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
4782 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
4783 "than cookie validity configured in phpMyAdmin, because of this, your login "
4784 "might expire sooner than configured in phpMyAdmin."
4787 #: libraries/classes/Controllers/HomeController.php:294
4789 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
4790 "because of this, your login will expire sooner than configured in phpMyAdmin."
4793 #: libraries/classes/Controllers/HomeController.php:313
4795 "Your server is running with default values for the controluser and password "
4796 "(controlpass) and is open to intrusion; you really should fix this security "
4797 "weakness by changing the password for controluser 'pma'."
4800 #: libraries/classes/Controllers/HomeController.php:329
4801 msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
4804 #: libraries/classes/Controllers/HomeController.php:337
4807 "The secret passphrase in configuration (blowfish_secret) is not the correct "
4808 "length. It should be %d bytes long."
4811 #: libraries/classes/Controllers/HomeController.php:354
4813 "Directory [code]config[/code], which is used by the setup script, still "
4814 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
4815 "once phpMyAdmin has been configured. Otherwise the security of your server "
4816 "may be compromised by unauthorized people downloading your configuration."
4819 #: libraries/classes/Controllers/HomeController.php:375
4822 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
4826 #: libraries/classes/Controllers/HomeController.php:389
4829 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
4830 "templates and will be slow because of this."
4833 #: libraries/classes/Controllers/HomeController.php:446
4835 "The mbstring PHP extension was not found and you seem to be using a "
4836 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
4837 "split strings correctly and it may result in unexpected results."
4840 #: libraries/classes/Controllers/HomeController.php:464
4842 "The curl extension was not found and allow_url_fopen is disabled. Due to "
4843 "this some features such as error reporting or version check are disabled."
4846 #: libraries/classes/Controllers/Import/ImportController.php:134
4847 msgid "Incomplete params"
4850 #: libraries/classes/Controllers/Import/ImportController.php:148
4852 #| msgid "Access denied!"
4854 msgstr "Zohjang afjelehnt!"
4856 #: libraries/classes/Controllers/Import/ImportController.php:152
4857 #: libraries/classes/Controllers/JavaScriptMessagesController.php:579
4861 #: libraries/classes/Controllers/Import/ImportController.php:253
4864 "You probably tried to upload a file that is too large. Please refer to "
4865 "%sdocumentation%s for a workaround for this limit."
4868 #: libraries/classes/Controllers/Import/ImportController.php:411
4869 #: libraries/classes/Controllers/Import/ImportController.php:648
4870 msgid "Showing bookmark"
4873 #: libraries/classes/Controllers/Import/ImportController.php:437
4874 #: libraries/classes/Controllers/Import/ImportController.php:644
4875 msgid "The bookmark has been deleted."
4878 #: libraries/classes/Controllers/Import/ImportController.php:554
4880 "No data was received to import. Either no file name was submitted, or the "
4881 "file size exceeded the maximum size permitted by your PHP configuration. See "
4882 "[doc@faq1-16]FAQ 1.16[/doc]."
4885 #: libraries/classes/Controllers/Import/ImportController.php:656
4887 msgid "Import has been successfully finished, %d query executed."
4888 msgid_plural "Import has been successfully finished, %d queries executed."
4893 #: libraries/classes/Controllers/Import/ImportController.php:688
4896 "Script timeout passed, if you want to finish import, please %sresubmit the "
4897 "same file%s and import will resume."
4900 #: libraries/classes/Controllers/Import/ImportController.php:698
4902 "However on last run no data has been parsed, this usually means phpMyAdmin "
4903 "won't be able to finish this import unless you increase php time limits."
4906 #: libraries/classes/Controllers/Import/ImportController.php:768
4907 #: libraries/classes/Controllers/Sql/SqlController.php:173
4908 msgid "\"DROP DATABASE\" statements are disabled."
4911 #: libraries/classes/Controllers/Import/SimulateDmlController.php:38
4912 msgid "Only single-table UPDATE and DELETE queries can be simulated."
4915 #: libraries/classes/Controllers/Import/StatusController.php:69
4916 msgid "Could not load the progress of the import."
4919 #: libraries/classes/Controllers/JavaScriptMessagesController.php:44
4921 msgid "Do you really want to execute \"%s\"?"
4924 #: libraries/classes/Controllers/JavaScriptMessagesController.php:45
4925 msgid "You are about to DESTROY a complete database!"
4928 #: libraries/classes/Controllers/JavaScriptMessagesController.php:47
4929 msgid "Cannot rename database to the same name. Change the name and try again"
4932 #: libraries/classes/Controllers/JavaScriptMessagesController.php:49
4933 msgid "You are about to DESTROY a complete table!"
4936 #: libraries/classes/Controllers/JavaScriptMessagesController.php:50
4937 msgid "You are about to TRUNCATE a complete table!"
4940 #: libraries/classes/Controllers/JavaScriptMessagesController.php:51
4941 msgid "You are about to DELETE all the rows of the table!"
4944 #: libraries/classes/Controllers/JavaScriptMessagesController.php:52
4945 msgid "Delete tracking data for this table?"
4948 #: libraries/classes/Controllers/JavaScriptMessagesController.php:53
4949 msgid "Delete tracking data for these tables?"
4952 #: libraries/classes/Controllers/JavaScriptMessagesController.php:54
4953 msgid "Delete tracking data for this version?"
4956 #: libraries/classes/Controllers/JavaScriptMessagesController.php:55
4957 msgid "Delete tracking data for these versions?"
4960 #: libraries/classes/Controllers/JavaScriptMessagesController.php:56
4961 msgid "Delete entry from tracking report?"
4964 #: libraries/classes/Controllers/JavaScriptMessagesController.php:57
4965 msgid "Deleting tracking data"
4968 #: libraries/classes/Controllers/JavaScriptMessagesController.php:58
4969 msgid "Dropping Primary Key/Index"
4972 #: libraries/classes/Controllers/JavaScriptMessagesController.php:59
4973 msgid "Dropping Foreign key."
4976 #: libraries/classes/Controllers/JavaScriptMessagesController.php:60
4977 msgid "This operation could take a long time. Proceed anyway?"
4980 #: libraries/classes/Controllers/JavaScriptMessagesController.php:61
4982 msgid "Do you really want to delete user group \"%s\"?"
4985 #: libraries/classes/Controllers/JavaScriptMessagesController.php:62
4987 msgid "Do you really want to delete the search \"%s\"?"
4990 #: libraries/classes/Controllers/JavaScriptMessagesController.php:63
4991 msgid "You have unsaved changes; are you sure you want to leave this page?"
4994 #: libraries/classes/Controllers/JavaScriptMessagesController.php:65
4996 "You are trying to reduce the number of rows, but have already entered data "
4997 "in those rows which will be lost. Do you wish to continue?"
5000 #: libraries/classes/Controllers/JavaScriptMessagesController.php:68
5001 msgid "Do you really want to revoke the selected user(s) ?"
5004 #: libraries/classes/Controllers/JavaScriptMessagesController.php:69
5005 msgid "Do you really want to delete this central column?"
5008 #: libraries/classes/Controllers/JavaScriptMessagesController.php:70
5009 msgid "Do you really want to delete the selected items?"
5012 #: libraries/classes/Controllers/JavaScriptMessagesController.php:72
5014 "Do you really want to DROP the selected partition(s)? This will also DELETE "
5015 "the data related to the selected partition(s)!"
5018 #: libraries/classes/Controllers/JavaScriptMessagesController.php:75
5019 msgid "Do you really want to TRUNCATE the selected partition(s)?"
5022 #: libraries/classes/Controllers/JavaScriptMessagesController.php:76
5023 msgid "Do you really want to remove partitioning?"
5026 #: libraries/classes/Controllers/JavaScriptMessagesController.php:77
5027 msgid "Do you really want to reset the replica (RESET REPLICA)?"
5030 #: libraries/classes/Controllers/JavaScriptMessagesController.php:79
5032 "This operation will attempt to convert your data to the new collation. In "
5033 "rare cases, especially where a character doesn't exist in the new collation, "
5034 "this process could cause the data to appear incorrectly under the new "
5035 "collation; in this case we suggest you revert to the original collation and "
5036 "refer to the tips at "
5039 #: libraries/classes/Controllers/JavaScriptMessagesController.php:85
5040 msgid "Garbled Data"
5043 #: libraries/classes/Controllers/JavaScriptMessagesController.php:87
5044 msgid "Are you sure you wish to change the collation and convert the data?"
5047 #: libraries/classes/Controllers/JavaScriptMessagesController.php:90
5049 "Through this operation, MySQL attempts to map the data values between "
5050 "collations. If the character sets are incompatible, there may be data loss "
5051 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5052 "column collation(s). <b>To convert existing data, it is suggested to use the "
5053 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5057 #: libraries/classes/Controllers/JavaScriptMessagesController.php:98
5059 "Are you sure you wish to change all the column collations and convert the "
5063 #: libraries/classes/Controllers/JavaScriptMessagesController.php:101
5064 #: templates/export.twig:324
5065 msgid "Save & close"
5068 #: libraries/classes/Controllers/JavaScriptMessagesController.php:102
5069 #: templates/config/form_display/display.twig:47
5070 #: templates/preferences/manage/main.twig:114
5071 #: templates/preferences/manage/main.twig:122
5072 #: templates/table/insert/actions_panel.twig:36
5076 #: libraries/classes/Controllers/JavaScriptMessagesController.php:103
5078 #| msgid "Select All"
5080 msgstr "Alle ußwähle"
5082 #: libraries/classes/Controllers/JavaScriptMessagesController.php:106
5083 msgid "Missing value in the form!"
5086 #: libraries/classes/Controllers/JavaScriptMessagesController.php:107
5087 msgid "Select at least one of the options!"
5090 #: libraries/classes/Controllers/JavaScriptMessagesController.php:108
5091 msgid "Please enter a valid number!"
5094 #: libraries/classes/Controllers/JavaScriptMessagesController.php:109
5095 msgid "Please enter a valid length!"
5098 #: libraries/classes/Controllers/JavaScriptMessagesController.php:110
5100 #| msgid "Add a point"
5102 msgstr "Donn ene Pungk derbei"
5104 #: libraries/classes/Controllers/JavaScriptMessagesController.php:111
5108 #. l10n: Rename a table Index
5109 #: libraries/classes/Controllers/JavaScriptMessagesController.php:113
5111 #| msgid "Select All"
5112 msgid "Rename index"
5113 msgstr "Alle ußwähle"
5115 #: libraries/classes/Controllers/JavaScriptMessagesController.php:114
5116 #: templates/table/index_form.twig:234
5118 msgid "Add %s column(s) to index"
5121 #: libraries/classes/Controllers/JavaScriptMessagesController.php:115
5122 msgid "Create single-column index"
5125 #: libraries/classes/Controllers/JavaScriptMessagesController.php:116
5126 msgid "Create composite index"
5129 #: libraries/classes/Controllers/JavaScriptMessagesController.php:117
5130 msgid "Composite with:"
5133 #: libraries/classes/Controllers/JavaScriptMessagesController.php:118
5134 msgid "Please select column(s) for the index."
5137 #: libraries/classes/Controllers/JavaScriptMessagesController.php:121
5138 #: templates/columns_definitions/column_definitions_form.twig:156
5139 #: templates/modals/index_dialog_modal.twig:11
5140 #: templates/table/index_form.twig:240
5141 #: templates/table/index_rename_form.twig:28
5142 #: templates/table/insert/actions_panel.twig:35
5143 #: templates/table/relation/common_form.twig:224
5144 #: templates/table/structure/display_structure.twig:344
5148 #: libraries/classes/Controllers/JavaScriptMessagesController.php:124
5149 #: templates/sql/query.twig:218
5150 msgid "Simulate query"
5153 #: libraries/classes/Controllers/JavaScriptMessagesController.php:125
5154 msgid "Matched rows:"
5157 #: libraries/classes/Controllers/JavaScriptMessagesController.php:126
5158 #: libraries/classes/Html/Generator.php:877 templates/export.twig:67
5162 #. l10n: Default label for the y-Axis of Charts
5163 #: libraries/classes/Controllers/JavaScriptMessagesController.php:130
5167 #: libraries/classes/Controllers/JavaScriptMessagesController.php:133
5168 msgid "Please enter the SQL query first."
5171 #: libraries/classes/Controllers/JavaScriptMessagesController.php:136
5172 msgid "The host name is empty!"
5175 #: libraries/classes/Controllers/JavaScriptMessagesController.php:137
5176 msgid "The user name is empty!"
5179 #: libraries/classes/Controllers/JavaScriptMessagesController.php:138
5180 #: libraries/classes/Server/Privileges.php:944
5181 #: libraries/classes/UserPassword.php:42
5182 msgid "The password is empty!"
5185 #: libraries/classes/Controllers/JavaScriptMessagesController.php:139
5186 #: libraries/classes/Server/Privileges.php:942
5187 #: libraries/classes/UserPassword.php:46
5188 msgid "The passwords aren't the same!"
5191 #: libraries/classes/Controllers/JavaScriptMessagesController.php:140
5192 msgid "Removing Selected Users"
5195 #: libraries/classes/Controllers/JavaScriptMessagesController.php:141
5196 #: libraries/classes/Tracking.php:235 libraries/classes/Tracking.php:639
5197 #: templates/columns_definitions/column_definitions_form.twig:175
5198 #: templates/columns_definitions/column_definitions_form.twig:180
5199 #: templates/error/report_modal.twig:14 templates/export_modal.twig:6
5200 #: templates/export_modal.twig:10 templates/export.twig:82
5201 #: templates/export.twig:92 templates/export.twig:194
5202 #: templates/home/index.twig:296 templates/home/index.twig:304
5203 #: templates/modals/add_index.twig:6 templates/modals/build_query.twig:6
5204 #: templates/modals/build_query.twig:16 templates/modals/change_password.twig:6
5205 #: templates/modals/create_view.twig:6 templates/modals/create_view.twig:11
5206 #: templates/modals/enum_set_editor.twig:6
5207 #: templates/modals/enum_set_editor.twig:11
5208 #: templates/modals/function_confirm.twig:6
5209 #: templates/modals/function_confirm.twig:11
5210 #: templates/modals/index_dialog_modal.twig:6
5211 #: templates/modals/index_dialog_modal.twig:12
5212 #: templates/modals/page_settings.twig:6
5213 #: templates/modals/preview_sql_confirmation.twig:6
5214 #: templates/modals/preview_sql_confirmation.twig:15
5215 #: templates/modals/preview_sql_modal.twig:6
5216 #: templates/modals/preview_sql_modal.twig:10
5217 #: templates/modals/unhide_nav_item.twig:6
5218 #: templates/modals/unhide_nav_item.twig:10
5219 #: templates/server/privileges/users_overview.twig:169
5220 #: templates/server/privileges/users_overview.twig:177
5221 #: templates/server/status/advisor/index.twig:20
5222 #: templates/server/status/advisor/index.twig:45
5223 #: templates/server/status/monitor/index.twig:129
5224 #: templates/server/status/monitor/index.twig:218
5225 #: templates/server/user_groups/user_groups.twig:51
5226 #: templates/server/user_groups/user_groups.twig:55
5227 #: templates/sql/query.twig:219 templates/sql/query.twig:224
5228 #: templates/table/insert/actions_panel.twig:47
5229 #: templates/table/insert/actions_panel.twig:52
5230 #: templates/table/relation/common_form.twig:234
5231 #: templates/table/relation/common_form.twig:239
5232 #: templates/table/search/index.twig:182
5233 #: templates/table/structure/display_structure.twig:329
5234 #: templates/table/structure/display_structure.twig:345
5235 #: templates/table/structure/display_structure.twig:356
5236 #: templates/table/zoom_search/result_form.twig:27
5237 #: templates/table/zoom_search/result_form.twig:79
5238 #: templates/table/zoom_search/result_form.twig:96
5242 #: libraries/classes/Controllers/JavaScriptMessagesController.php:142
5243 #: templates/server/privileges/users_overview.twig:105
5244 msgctxt "Lock the account."
5248 #: libraries/classes/Controllers/JavaScriptMessagesController.php:143
5249 #: templates/server/privileges/users_overview.twig:102
5250 msgctxt "Unlock the account."
5254 #: libraries/classes/Controllers/JavaScriptMessagesController.php:144
5255 #: templates/server/privileges/users_overview.twig:100
5257 #| msgid "Select All"
5258 msgid "Lock this account."
5259 msgstr "Alle ußwähle"
5261 #: libraries/classes/Controllers/JavaScriptMessagesController.php:145
5262 #: templates/server/privileges/users_overview.twig:100
5263 msgid "Unlock this account."
5266 #: libraries/classes/Controllers/JavaScriptMessagesController.php:148
5267 msgid "Template was created."
5270 #: libraries/classes/Controllers/JavaScriptMessagesController.php:149
5271 msgid "Template was loaded."
5274 #: libraries/classes/Controllers/JavaScriptMessagesController.php:150
5275 msgid "Template was updated."
5278 #: libraries/classes/Controllers/JavaScriptMessagesController.php:151
5279 msgid "Template was deleted."
5282 #. l10n: Other, small valued, queries
5283 #: libraries/classes/Controllers/JavaScriptMessagesController.php:154
5284 #: libraries/classes/Controllers/Server/Status/QueriesController.php:93
5285 #: libraries/classes/Server/Status/Data.php:163
5289 #. l10n: Thousands separator
5290 #: libraries/classes/Controllers/JavaScriptMessagesController.php:156
5291 #: libraries/classes/Util.php:539 libraries/classes/Util.php:571
5295 #. l10n: Decimal separator
5296 #: libraries/classes/Controllers/JavaScriptMessagesController.php:158
5297 #: libraries/classes/Util.php:537 libraries/classes/Util.php:569
5301 #: libraries/classes/Controllers/JavaScriptMessagesController.php:160
5302 msgid "Connections / Processes"
5305 #: libraries/classes/Controllers/JavaScriptMessagesController.php:163
5306 msgid "Local monitor configuration incompatible!"
5309 #: libraries/classes/Controllers/JavaScriptMessagesController.php:165
5311 "The chart arrangement configuration in your browsers local storage is not "
5312 "compatible anymore to the newer version of the monitor dialog. It is very "
5313 "likely that your current configuration will not work anymore. Please reset "
5314 "your configuration to default in the <i>Settings</i> menu."
5317 #: libraries/classes/Controllers/JavaScriptMessagesController.php:171
5318 msgid "Query cache efficiency"
5321 #: libraries/classes/Controllers/JavaScriptMessagesController.php:172
5322 msgid "Query cache usage"
5325 #: libraries/classes/Controllers/JavaScriptMessagesController.php:173
5326 msgid "Query cache used"
5329 #: libraries/classes/Controllers/JavaScriptMessagesController.php:175
5330 msgid "System CPU usage"
5333 #: libraries/classes/Controllers/JavaScriptMessagesController.php:176
5334 msgid "System memory"
5337 #: libraries/classes/Controllers/JavaScriptMessagesController.php:177
5341 #: libraries/classes/Controllers/JavaScriptMessagesController.php:179
5342 msgid "Average load"
5345 #: libraries/classes/Controllers/JavaScriptMessagesController.php:180
5346 msgid "Total memory"
5349 #: libraries/classes/Controllers/JavaScriptMessagesController.php:181
5350 msgid "Cached memory"
5353 #: libraries/classes/Controllers/JavaScriptMessagesController.php:182
5354 msgid "Buffered memory"
5357 #: libraries/classes/Controllers/JavaScriptMessagesController.php:183
5361 #: libraries/classes/Controllers/JavaScriptMessagesController.php:184
5365 #: libraries/classes/Controllers/JavaScriptMessagesController.php:186
5369 #: libraries/classes/Controllers/JavaScriptMessagesController.php:187
5373 #: libraries/classes/Controllers/JavaScriptMessagesController.php:188
5377 #: libraries/classes/Controllers/JavaScriptMessagesController.php:189
5381 #: libraries/classes/Controllers/JavaScriptMessagesController.php:191
5385 #: libraries/classes/Controllers/JavaScriptMessagesController.php:192
5386 msgid "Bytes received"
5389 #: libraries/classes/Controllers/JavaScriptMessagesController.php:193
5390 #: templates/server/status/status/index.twig:36
5394 #: libraries/classes/Controllers/JavaScriptMessagesController.php:194
5395 #: templates/server/status/base.twig:11
5396 #: templates/server/status/processes/list.twig:5
5400 #. l10n: shortcuts for Byte
5401 #: libraries/classes/Controllers/JavaScriptMessagesController.php:197
5402 #: libraries/classes/Util.php:447
5406 #. l10n: shortcuts for Kilobyte
5407 #: libraries/classes/Controllers/JavaScriptMessagesController.php:198
5408 #: libraries/classes/Util.php:449
5409 #: templates/server/status/monitor/index.twig:186
5413 #. l10n: shortcuts for Megabyte
5414 #: libraries/classes/Controllers/JavaScriptMessagesController.php:199
5415 #: libraries/classes/Util.php:451
5416 #: templates/server/status/monitor/index.twig:187
5420 #. l10n: shortcuts for Gigabyte
5421 #: libraries/classes/Controllers/JavaScriptMessagesController.php:200
5422 #: libraries/classes/Util.php:453
5426 #. l10n: shortcuts for Terabyte
5427 #: libraries/classes/Controllers/JavaScriptMessagesController.php:201
5428 #: libraries/classes/Util.php:455
5432 #. l10n: shortcuts for Petabyte
5433 #: libraries/classes/Controllers/JavaScriptMessagesController.php:202
5434 #: libraries/classes/Util.php:457
5438 #. l10n: shortcuts for Exabyte
5439 #: libraries/classes/Controllers/JavaScriptMessagesController.php:203
5440 #: libraries/classes/Util.php:459
5444 #: libraries/classes/Controllers/JavaScriptMessagesController.php:204
5449 #. l10n: Questions is the name of a MySQL Status variable
5450 #: libraries/classes/Controllers/JavaScriptMessagesController.php:207
5454 #: libraries/classes/Controllers/JavaScriptMessagesController.php:208
5455 #: templates/server/status/status/index.twig:14
5459 #: libraries/classes/Controllers/JavaScriptMessagesController.php:209
5460 #: libraries/classes/Menu.php:521 libraries/classes/Util.php:1870
5461 #: templates/server/status/monitor/index.twig:12
5465 #: libraries/classes/Controllers/JavaScriptMessagesController.php:210
5466 #: templates/server/status/monitor/index.twig:217
5467 msgid "Add chart to grid"
5470 #: libraries/classes/Controllers/JavaScriptMessagesController.php:211
5471 msgid "Please add at least one variable to the series!"
5474 #: libraries/classes/Controllers/JavaScriptMessagesController.php:212
5475 #: libraries/classes/Display/Results.php:1068
5476 #: libraries/classes/Plugins/Export/ExportSql.php:2197
5477 #: libraries/classes/Plugins/Schema/SchemaPdf.php:99
5478 #: libraries/config.values.php:111
5479 #: templates/columns_definitions/column_attributes.twig:208
5480 #: templates/columns_definitions/column_attributes.twig:229
5481 #: templates/database/central_columns/main.twig:305
5482 #: templates/database/designer/main.twig:588 templates/export.twig:433
5483 #: templates/server/privileges/privileges_summary.twig:31
5484 #: templates/server/status/monitor/index.twig:211
5485 #: templates/server/status/processes/list.twig:54
5486 #: templates/table/zoom_search/index.twig:62
5487 #: templates/table/zoom_search/index.twig:122
5491 #. l10n: SQL Query on modal to show exported query
5492 #: libraries/classes/Controllers/JavaScriptMessagesController.php:214
5496 #: libraries/classes/Controllers/JavaScriptMessagesController.php:215
5497 msgid "Resume monitor"
5500 #: libraries/classes/Controllers/JavaScriptMessagesController.php:216
5501 msgid "Pause monitor"
5504 #: libraries/classes/Controllers/JavaScriptMessagesController.php:217
5505 #: templates/server/status/processes/index.twig:57
5506 msgid "Start auto refresh"
5509 #: libraries/classes/Controllers/JavaScriptMessagesController.php:218
5510 msgid "Stop auto refresh"
5513 #: libraries/classes/Controllers/JavaScriptMessagesController.php:220
5514 msgid "general_log and slow_query_log are enabled."
5517 #: libraries/classes/Controllers/JavaScriptMessagesController.php:221
5518 msgid "general_log is enabled."
5521 #: libraries/classes/Controllers/JavaScriptMessagesController.php:222
5522 msgid "slow_query_log is enabled."
5525 #: libraries/classes/Controllers/JavaScriptMessagesController.php:223
5526 msgid "slow_query_log and general_log are disabled."
5529 #: libraries/classes/Controllers/JavaScriptMessagesController.php:224
5530 msgid "log_output is not set to TABLE."
5533 #: libraries/classes/Controllers/JavaScriptMessagesController.php:225
5534 msgid "log_output is set to TABLE."
5537 #: libraries/classes/Controllers/JavaScriptMessagesController.php:227
5540 "slow_query_log is enabled, but the server logs only queries that take longer "
5541 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5542 "depending on your system."
5545 #: libraries/classes/Controllers/JavaScriptMessagesController.php:231
5547 msgid "long_query_time is set to %d second(s)."
5550 #: libraries/classes/Controllers/JavaScriptMessagesController.php:233
5552 "Following settings will be applied globally and reset to default on server "
5556 #. l10n: %s is FILE or TABLE
5557 #: libraries/classes/Controllers/JavaScriptMessagesController.php:236
5559 msgid "Set log_output to %s"
5562 #. l10n: Enable in this context means setting a status variable to ON
5563 #: libraries/classes/Controllers/JavaScriptMessagesController.php:238
5568 #. l10n: Disable in this context means setting a status variable to OFF
5569 #: libraries/classes/Controllers/JavaScriptMessagesController.php:240
5575 #: libraries/classes/Controllers/JavaScriptMessagesController.php:242
5577 msgid "Set long_query_time to %d seconds."
5580 #: libraries/classes/Controllers/JavaScriptMessagesController.php:244
5582 "You can't change these variables. Please log in as root or contact your "
5583 "database administrator."
5586 #: libraries/classes/Controllers/JavaScriptMessagesController.php:246
5587 msgid "Change settings"
5590 #: libraries/classes/Controllers/JavaScriptMessagesController.php:247
5591 msgid "Current settings"
5594 #: libraries/classes/Controllers/JavaScriptMessagesController.php:249
5598 #. l10n: As in differential values
5599 #: libraries/classes/Controllers/JavaScriptMessagesController.php:251
5600 msgid "Differential"
5603 #: libraries/classes/Controllers/JavaScriptMessagesController.php:252
5605 msgid "Divided by %s"
5608 #: libraries/classes/Controllers/JavaScriptMessagesController.php:253
5612 #: libraries/classes/Controllers/JavaScriptMessagesController.php:255
5613 msgid "From slow log"
5616 #: libraries/classes/Controllers/JavaScriptMessagesController.php:256
5617 msgid "From general log"
5620 #: libraries/classes/Controllers/JavaScriptMessagesController.php:257
5621 msgid "The database name is not known for this query in the server's logs."
5624 #: libraries/classes/Controllers/JavaScriptMessagesController.php:258
5625 msgid "Analysing logs"
5628 #: libraries/classes/Controllers/JavaScriptMessagesController.php:259
5629 msgid "Analysing & loading logs. This may take a while."
5632 #: libraries/classes/Controllers/JavaScriptMessagesController.php:260
5633 msgid "Cancel request"
5636 #: libraries/classes/Controllers/JavaScriptMessagesController.php:262
5638 "This column shows the amount of identical queries that are grouped together. "
5639 "However only the SQL query itself has been used as a grouping criteria, so "
5640 "the other attributes of queries, such as start time, may differ."
5643 #: libraries/classes/Controllers/JavaScriptMessagesController.php:267
5645 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5646 "same table are also being grouped together, disregarding of the inserted "
5650 #: libraries/classes/Controllers/JavaScriptMessagesController.php:271
5651 msgid "Log data loaded. Queries executed in this time span:"
5654 #: libraries/classes/Controllers/JavaScriptMessagesController.php:273
5655 msgid "Jump to Log table"
5658 #: libraries/classes/Controllers/JavaScriptMessagesController.php:274
5659 msgid "No data found"
5662 #: libraries/classes/Controllers/JavaScriptMessagesController.php:275
5663 msgid "Log analysed, but no data found in this time span."
5666 #: libraries/classes/Controllers/JavaScriptMessagesController.php:277
5670 #: libraries/classes/Controllers/JavaScriptMessagesController.php:278
5671 msgid "Explain output"
5674 #: libraries/classes/Controllers/JavaScriptMessagesController.php:279
5675 #: libraries/classes/Menu.php:488
5676 #: libraries/classes/Server/Status/Processes.php:138
5677 #: libraries/classes/Util.php:1866 libraries/config.values.php:157
5678 #: templates/database/events/editor_form.twig:25
5679 #: templates/database/events/index.twig:44
5680 #: templates/database/tracking/tables.twig:17
5681 #: templates/table/tracking/main.twig:31
5685 #. l10n: A specific point in the day, as shown on a clock.
5686 #: libraries/classes/Controllers/JavaScriptMessagesController.php:280
5687 #: libraries/classes/Controllers/JavaScriptMessagesController.php:801
5688 #: libraries/classes/Plugins/Export/ExportHtmlword.php:470
5689 #: libraries/classes/Plugins/Export/ExportOdt.php:593
5690 #: libraries/classes/Plugins/Export/ExportTexytext.php:451
5691 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:358
5692 #: libraries/classes/Server/Status/Processes.php:134
5693 #: templates/database/triggers/list.twig:47
5694 #: templates/sql/profiling_chart.twig:17
5698 #: libraries/classes/Controllers/JavaScriptMessagesController.php:281
5702 #: libraries/classes/Controllers/JavaScriptMessagesController.php:282
5703 msgid "Profiling results"
5706 #: libraries/classes/Controllers/JavaScriptMessagesController.php:283
5707 msgctxt "Display format"
5711 #: libraries/classes/Controllers/JavaScriptMessagesController.php:284
5715 #: libraries/classes/Controllers/JavaScriptMessagesController.php:286
5716 #: templates/export.twig:210
5723 #: libraries/classes/Controllers/JavaScriptMessagesController.php:287
5724 #: templates/export.twig:224
5731 #: libraries/classes/Controllers/JavaScriptMessagesController.php:288
5732 #: templates/export.twig:237
5739 #. l10n: A collection of available filters
5740 #: libraries/classes/Controllers/JavaScriptMessagesController.php:291
5741 msgid "Log table filter options"
5744 #. l10n: Filter as in "Start Filtering"
5745 #: libraries/classes/Controllers/JavaScriptMessagesController.php:293
5749 #: libraries/classes/Controllers/JavaScriptMessagesController.php:294
5750 msgid "Filter queries by word/regexp:"
5753 #: libraries/classes/Controllers/JavaScriptMessagesController.php:295
5754 msgid "Group queries, ignoring variable data in WHERE clauses"
5757 #: libraries/classes/Controllers/JavaScriptMessagesController.php:296
5758 msgid "Sum of grouped rows:"
5761 #: libraries/classes/Controllers/JavaScriptMessagesController.php:297
5762 #: libraries/classes/Engines/Innodb.php:138
5763 #: templates/server/databases/index.twig:253
5767 #: libraries/classes/Controllers/JavaScriptMessagesController.php:299
5768 msgid "Loading logs"
5771 #: libraries/classes/Controllers/JavaScriptMessagesController.php:300
5772 msgid "Monitor refresh failed"
5775 #: libraries/classes/Controllers/JavaScriptMessagesController.php:302
5777 "While requesting new chart data the server returned an invalid response. "
5778 "This is most likely because your session expired. Reloading the page and "
5779 "reentering your credentials should help."
5782 #: libraries/classes/Controllers/JavaScriptMessagesController.php:306
5786 #: libraries/classes/Controllers/JavaScriptMessagesController.php:308
5787 msgid "Affected rows:"
5790 #: libraries/classes/Controllers/JavaScriptMessagesController.php:310
5791 msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
5794 #: libraries/classes/Controllers/JavaScriptMessagesController.php:312
5796 "Failed building chart grid with imported config. Resetting to default config…"
5799 #: libraries/classes/Controllers/JavaScriptMessagesController.php:315
5800 msgid "Import monitor configuration"
5803 #: libraries/classes/Controllers/JavaScriptMessagesController.php:316
5804 msgid "Please select the file you want to import."
5807 #: libraries/classes/Controllers/JavaScriptMessagesController.php:317
5809 #| msgid "Select All"
5810 msgid "Please enter a valid table name."
5811 msgstr "Alle ußwähle"
5813 #: libraries/classes/Controllers/JavaScriptMessagesController.php:318
5815 #| msgid "Select All"
5816 msgid "Please enter a valid database name."
5817 msgstr "Alle ußwähle"
5819 #: libraries/classes/Controllers/JavaScriptMessagesController.php:319
5820 msgid "No files available on server for import!"
5823 #: libraries/classes/Controllers/JavaScriptMessagesController.php:321
5824 msgid "Analyse query"
5827 #: libraries/classes/Controllers/JavaScriptMessagesController.php:324
5828 msgid "Formatting SQL…"
5831 #: libraries/classes/Controllers/JavaScriptMessagesController.php:325
5832 msgid "No parameters found!"
5835 #: libraries/classes/Controllers/JavaScriptMessagesController.php:329
5836 #: templates/database/central_columns/main.twig:269
5837 #: templates/database/designer/main.twig:339
5838 #: templates/database/designer/main.twig:390
5839 #: templates/database/designer/main.twig:668
5840 #: templates/database/designer/main.twig:734
5841 #: templates/database/designer/main.twig:873
5842 #: templates/database/designer/main.twig:958
5843 #: templates/database/designer/main.twig:1063
5844 #: templates/database/designer/main.twig:1098
5845 #: templates/database/designer/main.twig:1103
5846 #: templates/database/designer/main.twig:1113
5847 #: templates/database/designer/main.twig:1119
5848 #: templates/database/structure/check_all_tables.twig:48
5849 #: templates/database/structure/check_all_tables.twig:52
5850 #: templates/database/structure/check_all_tables.twig:66
5851 #: templates/database/structure/check_all_tables.twig:72
5852 #: templates/error/report_modal.twig:6 templates/error/report_modal.twig:11
5853 #: templates/modals/add_index.twig:11 templates/modals/change_password.twig:11
5854 #: templates/modals/page_settings.twig:11
5855 #: templates/server/databases/index.twig:319
5856 #: templates/server/databases/index.twig:323
5857 #: templates/server/variables/index.twig:15
5858 #: templates/table/search/index.twig:197
5862 #: libraries/classes/Controllers/JavaScriptMessagesController.php:332
5863 #: templates/header.twig:43 templates/modals/page_settings.twig:5
5864 msgid "Page-related settings"
5867 #: libraries/classes/Controllers/JavaScriptMessagesController.php:333
5868 #: templates/config/form_display/display.twig:46
5869 #: templates/modals/page_settings.twig:10
5873 #: libraries/classes/Controllers/JavaScriptMessagesController.php:336
5874 #: templates/home/index.twig:300 templates/navigation/main.twig:58
5875 #: templates/server/privileges/users_overview.twig:173
5876 #: templates/server/status/monitor/index.twig:95
5880 #: libraries/classes/Controllers/JavaScriptMessagesController.php:337
5881 msgid "Request aborted!!"
5884 #: libraries/classes/Controllers/JavaScriptMessagesController.php:338
5885 msgid "Processing request"
5888 #: libraries/classes/Controllers/JavaScriptMessagesController.php:339
5889 msgid "Request failed!!"
5892 #: libraries/classes/Controllers/JavaScriptMessagesController.php:340
5893 #: libraries/classes/Controllers/Sql/EnumValuesController.php:49
5894 #: libraries/classes/Controllers/Sql/SetValuesController.php:52
5895 msgid "Error in processing request"
5898 #: libraries/classes/Controllers/JavaScriptMessagesController.php:341
5900 msgid "Error code: %s"
5903 #: libraries/classes/Controllers/JavaScriptMessagesController.php:342
5905 msgid "Error text: %s"
5908 #: libraries/classes/Controllers/JavaScriptMessagesController.php:344
5910 "It seems that the connection to server has been lost. Please check your "
5911 "network connectivity and server status."
5914 #: libraries/classes/Controllers/JavaScriptMessagesController.php:349
5915 msgid "No accounts selected."
5918 #: libraries/classes/Controllers/JavaScriptMessagesController.php:350
5919 msgid "Dropping column"
5922 #: libraries/classes/Controllers/JavaScriptMessagesController.php:351
5923 msgid "Adding primary key"
5926 #: libraries/classes/Controllers/JavaScriptMessagesController.php:352
5927 #: templates/console/display.twig:150 templates/database/designer/main.twig:337
5928 #: templates/database/designer/main.twig:666
5929 #: templates/database/designer/main.twig:730
5930 #: templates/database/designer/main.twig:869
5931 #: templates/database/designer/main.twig:954
5932 #: templates/database/designer/main.twig:1061
5933 #: templates/modals/preview_sql_confirmation.twig:14
5934 #: templates/table/structure/display_structure.twig:361
5938 #: libraries/classes/Controllers/JavaScriptMessagesController.php:353
5939 msgid "Click to dismiss this notification"
5942 #: libraries/classes/Controllers/JavaScriptMessagesController.php:356
5944 #| msgid "Select All"
5945 msgid "Renaming databases"
5946 msgstr "Alle ußwähle"
5948 #: libraries/classes/Controllers/JavaScriptMessagesController.php:357
5950 #| msgid "Select All"
5951 msgid "Copying database"
5952 msgstr "Alle ußwähle"
5954 #: libraries/classes/Controllers/JavaScriptMessagesController.php:358
5955 msgid "Changing charset"
5958 #: libraries/classes/Controllers/JavaScriptMessagesController.php:359
5959 #: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:496
5960 #: libraries/classes/Index.php:524
5961 #: libraries/classes/Plugins/Export/ExportHtmlword.php:626
5962 #: libraries/classes/Plugins/Export/ExportLatex.php:600
5963 #: libraries/classes/Plugins/Export/ExportOdt.php:776
5964 #: libraries/classes/Plugins/Export/ExportTexytext.php:613
5965 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:751
5966 #: templates/config/form_display/input.twig:42
5967 #: templates/database/central_columns/main.twig:356
5968 #: templates/database/data_dictionary/index.twig:47
5969 #: templates/database/data_dictionary/index.twig:91
5970 #: templates/database/designer/main.twig:1118
5971 #: templates/database/privileges/index.twig:69
5972 #: templates/database/structure/drop_form.twig:20
5973 #: templates/database/structure/empty_form.twig:20 templates/indexes.twig:65
5974 #: templates/preferences/autoload.twig:12
5975 #: templates/preferences/manage/error.twig:19
5976 #: templates/server/privileges/new_user_ajax.twig:22
5977 #: templates/server/privileges/new_user_ajax.twig:34
5978 #: templates/server/privileges/privileges_summary.twig:38
5979 #: templates/server/privileges/privileges_summary.twig:41
5980 #: templates/server/privileges/privileges_summary.twig:43
5981 #: templates/server/privileges/users_overview.twig:55
5982 #: templates/server/privileges/users_overview.twig:65
5983 #: templates/table/delete/confirm.twig:29
5984 #: templates/table/privileges/index.twig:73
5985 #: templates/table/structure/display_structure.twig:80
5986 #: templates/table/structure/display_structure.twig:515
5987 #: templates/table/structure/drop_confirm.twig:20
5988 #: templates/table/structure/primary.twig:23
5989 #: templates/table/tracking/structure_snapshot_columns.twig:33
5990 #: templates/table/tracking/structure_snapshot_indexes.twig:23
5991 #: templates/table/tracking/structure_snapshot_indexes.twig:24
5995 #: libraries/classes/Controllers/JavaScriptMessagesController.php:362
5996 #: templates/database/structure/drop_form.twig:16
5997 #: templates/database/structure/empty_form.twig:16 templates/import.twig:159
5998 #: templates/sql/query.twig:142 templates/table/delete/confirm.twig:25
5999 msgid "Enable foreign key checks"
6002 #: libraries/classes/Controllers/JavaScriptMessagesController.php:365
6003 msgid "Failed to get real row count."
6006 #: libraries/classes/Controllers/JavaScriptMessagesController.php:368
6010 #: libraries/classes/Controllers/JavaScriptMessagesController.php:369
6011 msgid "Hide search results"
6014 #: libraries/classes/Controllers/JavaScriptMessagesController.php:370
6015 msgid "Show search results"
6018 #: libraries/classes/Controllers/JavaScriptMessagesController.php:371
6022 #: libraries/classes/Controllers/JavaScriptMessagesController.php:372
6026 #: libraries/classes/Controllers/JavaScriptMessagesController.php:373
6028 msgid "Delete the matches for the %s table?"
6031 #: libraries/classes/Controllers/JavaScriptMessagesController.php:376
6032 msgid "The definition of a stored function must contain a RETURN statement!"
6035 #: libraries/classes/Controllers/JavaScriptMessagesController.php:378
6036 msgid "No routine is exportable. Required privileges may be lacking."
6039 #: libraries/classes/Controllers/JavaScriptMessagesController.php:381
6041 msgid "Values for column %s"
6044 #: libraries/classes/Controllers/JavaScriptMessagesController.php:382
6045 msgid "Values for a new column"
6048 #: libraries/classes/Controllers/JavaScriptMessagesController.php:383
6049 msgid "Enter each value in a separate field."
6052 #: libraries/classes/Controllers/JavaScriptMessagesController.php:384
6054 msgid "Add %d value(s)"
6057 #: libraries/classes/Controllers/JavaScriptMessagesController.php:387
6059 "Note: If the file contains multiple tables, they will be combined into one."
6062 #: libraries/classes/Controllers/JavaScriptMessagesController.php:390
6063 msgid "Hide query box"
6066 #: libraries/classes/Controllers/JavaScriptMessagesController.php:391
6067 msgid "Show query box"
6070 #: libraries/classes/Controllers/JavaScriptMessagesController.php:393
6071 #: libraries/classes/Display/Results.php:2834
6072 #: libraries/classes/Tracking.php:258
6073 #: templates/console/bookmark_content.twig:11
6074 #: templates/database/central_columns/main.twig:268
6075 #: templates/database/central_columns/main.twig:380
6076 #: templates/database/central_columns/main.twig:381
6077 #: templates/database/designer/main.twig:388
6078 #: templates/database/qbe/ins_del_and_or_cell.twig:18
6079 #: templates/database/search/results.twig:43
6080 #: templates/display/results/table.twig:310
6081 #: templates/display/results/table.twig:311 templates/export.twig:54
6082 #: templates/server/user_groups/user_groups.twig:37
6083 #: templates/server/user_groups/user_groups.twig:56
6084 #: templates/setup/home/index.twig:68 templates/sql/query.twig:186
6088 #: libraries/classes/Controllers/JavaScriptMessagesController.php:394
6090 msgid "%d is not valid row number."
6093 #: libraries/classes/Controllers/JavaScriptMessagesController.php:395
6094 #: templates/sql/relational_column_dropdown.twig:3
6095 #: templates/table/insert/column_row.twig:48
6096 #: templates/table/search/input_box.twig:27
6097 msgid "Browse foreign values"
6100 #: libraries/classes/Controllers/JavaScriptMessagesController.php:396
6101 msgid "No previously auto-saved query is available. Loading default query."
6104 #: libraries/classes/Controllers/JavaScriptMessagesController.php:398
6106 "You have a previously saved query. Click Get auto-saved query to load the "
6110 #: libraries/classes/Controllers/JavaScriptMessagesController.php:400
6112 msgid "Variable %d:"
6115 #: libraries/classes/Controllers/JavaScriptMessagesController.php:403
6116 #: libraries/classes/Normalization.php:1051
6120 #: libraries/classes/Controllers/JavaScriptMessagesController.php:404
6121 msgid "Column selector"
6124 #: libraries/classes/Controllers/JavaScriptMessagesController.php:405
6125 msgid "Search this list"
6128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:407
6131 "No columns in the central list. Make sure the Central columns list for "
6132 "database %s has columns that are not present in the current table."
6135 #: libraries/classes/Controllers/JavaScriptMessagesController.php:410
6139 #: libraries/classes/Controllers/JavaScriptMessagesController.php:413
6140 msgid "Add primary key"
6143 #: libraries/classes/Controllers/JavaScriptMessagesController.php:414
6144 msgid "Primary key added."
6147 #: libraries/classes/Controllers/JavaScriptMessagesController.php:415
6148 #: libraries/classes/Normalization.php:282
6149 msgid "Taking you to next step…"
6152 #: libraries/classes/Controllers/JavaScriptMessagesController.php:416
6154 msgid "The first step of normalization is complete for table '%s'."
6157 #: libraries/classes/Controllers/JavaScriptMessagesController.php:417
6158 #: libraries/classes/Normalization.php:540
6159 #: libraries/classes/Normalization.php:602
6160 #: libraries/classes/Normalization.php:699
6161 #: libraries/classes/Normalization.php:775
6165 #: libraries/classes/Controllers/JavaScriptMessagesController.php:418
6166 msgid "Second step of normalization (2NF)"
6169 #. l10n: Display text for calendar close link
6170 #: libraries/classes/Controllers/JavaScriptMessagesController.php:419
6171 #: libraries/classes/Controllers/JavaScriptMessagesController.php:809
6172 #: libraries/classes/Normalization.php:375
6176 #: libraries/classes/Controllers/JavaScriptMessagesController.php:420
6177 msgid "Confirm partial dependencies"
6180 #: libraries/classes/Controllers/JavaScriptMessagesController.php:421
6181 msgid "Selected partial dependencies are as follows:"
6184 #: libraries/classes/Controllers/JavaScriptMessagesController.php:423
6186 "Note: a, b -> d,f implies values of columns a and b combined together can "
6187 "determine values of column d and column f."
6190 #: libraries/classes/Controllers/JavaScriptMessagesController.php:426
6191 msgid "No partial dependencies selected!"
6194 #: libraries/classes/Controllers/JavaScriptMessagesController.php:427
6195 #: libraries/classes/Export.php:588 libraries/classes/Html/Generator.php:977
6196 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:288
6197 #: templates/import_status.twig:2 templates/user_password.twig:2
6201 #: libraries/classes/Controllers/JavaScriptMessagesController.php:428
6202 msgid "Show me the possible partial dependencies based on data in the table"
6205 #: libraries/classes/Controllers/JavaScriptMessagesController.php:429
6206 msgid "Hide partial dependencies list"
6209 #: libraries/classes/Controllers/JavaScriptMessagesController.php:431
6211 "Sit tight! It may take few seconds depending on data size and column count "
6215 #: libraries/classes/Controllers/JavaScriptMessagesController.php:433
6219 #: libraries/classes/Controllers/JavaScriptMessagesController.php:434
6220 msgid "The following actions will be performed:"
6223 #: libraries/classes/Controllers/JavaScriptMessagesController.php:435
6225 msgid "DROP columns %s from the table %s"
6228 #: libraries/classes/Controllers/JavaScriptMessagesController.php:436
6229 msgid "Create the following table"
6232 #: libraries/classes/Controllers/JavaScriptMessagesController.php:439
6233 msgid "Third step of normalization (3NF)"
6236 #: libraries/classes/Controllers/JavaScriptMessagesController.php:440
6237 msgid "Confirm transitive dependencies"
6240 #: libraries/classes/Controllers/JavaScriptMessagesController.php:441
6241 msgid "Selected dependencies are as follows:"
6244 #: libraries/classes/Controllers/JavaScriptMessagesController.php:442
6245 msgid "No dependencies selected!"
6248 #: libraries/classes/Controllers/JavaScriptMessagesController.php:445
6249 #: templates/columns_definitions/column_definitions_form.twig:159
6250 #: templates/database/central_columns/edit.twig:22
6251 #: templates/database/central_columns/main.twig:119
6252 #: templates/database/central_columns/main.twig:272
6253 #: templates/server/variables/index.twig:12
6254 #: templates/table/gis_visualization/gis_visualization.twig:40
6255 #: templates/table/insert/actions_panel.twig:7
6256 #: templates/table/relation/common_form.twig:225
6257 #: templates/table/structure/partition_definition_form.twig:12
6258 #: templates/table/zoom_search/result_form.twig:78
6262 #: libraries/classes/Controllers/JavaScriptMessagesController.php:448
6263 msgid "Hide search criteria"
6266 #: libraries/classes/Controllers/JavaScriptMessagesController.php:449
6267 msgid "Show search criteria"
6270 #: libraries/classes/Controllers/JavaScriptMessagesController.php:450
6271 msgid "Column maximum:"
6274 #: libraries/classes/Controllers/JavaScriptMessagesController.php:451
6275 msgid "Column minimum:"
6278 #: libraries/classes/Controllers/JavaScriptMessagesController.php:454
6279 msgid "Hide find and replace criteria"
6282 #: libraries/classes/Controllers/JavaScriptMessagesController.php:455
6283 msgid "Show find and replace criteria"
6286 #: libraries/classes/Controllers/JavaScriptMessagesController.php:459
6287 msgid "Each point represents a data row."
6290 #: libraries/classes/Controllers/JavaScriptMessagesController.php:461
6291 msgid "Hovering over a point will show its label."
6294 #: libraries/classes/Controllers/JavaScriptMessagesController.php:463
6295 msgid "To zoom in, select a section of the plot with the mouse."
6298 #: libraries/classes/Controllers/JavaScriptMessagesController.php:465
6299 msgid "Click reset zoom button to come back to original state."
6302 #: libraries/classes/Controllers/JavaScriptMessagesController.php:467
6303 msgid "Click a data point to view and possibly edit the data row."
6306 #: libraries/classes/Controllers/JavaScriptMessagesController.php:469
6307 msgid "The plot can be resized by dragging it along the bottom right corner."
6310 #: libraries/classes/Controllers/JavaScriptMessagesController.php:472
6311 msgid "Select two columns"
6314 #: libraries/classes/Controllers/JavaScriptMessagesController.php:474
6315 msgid "Select two different columns"
6318 #: libraries/classes/Controllers/JavaScriptMessagesController.php:476
6319 msgid "Data point content"
6322 #: libraries/classes/Controllers/JavaScriptMessagesController.php:479
6323 #: libraries/classes/Controllers/JavaScriptMessagesController.php:627
6324 #: libraries/classes/ErrorHandler.php:441 libraries/classes/InsertEdit.php:1978
6325 #: templates/table/index_form.twig:164 templates/table/index_form.twig:200
6329 #: libraries/classes/Controllers/JavaScriptMessagesController.php:480
6330 #: libraries/classes/Display/Results.php:2770
6331 #: libraries/classes/Html/Generator.php:76
6332 #: templates/display/results/table.twig:306
6333 #: templates/display/results/table.twig:307
6337 #: libraries/classes/Controllers/JavaScriptMessagesController.php:481
6338 #: templates/gis_data_editor_form.twig:74
6339 #: templates/gis_data_editor_form.twig:94
6340 #: templates/gis_data_editor_form.twig:135
6341 #: templates/gis_data_editor_form.twig:187
6345 #: libraries/classes/Controllers/JavaScriptMessagesController.php:482
6346 #: templates/gis_data_editor_form.twig:76
6347 #: templates/gis_data_editor_form.twig:96
6348 #: templates/gis_data_editor_form.twig:137
6349 #: templates/gis_data_editor_form.twig:189
6353 #: libraries/classes/Controllers/JavaScriptMessagesController.php:483
6357 #: libraries/classes/Controllers/JavaScriptMessagesController.php:484
6362 #: libraries/classes/Controllers/JavaScriptMessagesController.php:485
6366 #: libraries/classes/Controllers/JavaScriptMessagesController.php:486
6370 #: libraries/classes/Controllers/JavaScriptMessagesController.php:487
6371 #: templates/display/results/table.twig:249
6375 #: libraries/classes/Controllers/JavaScriptMessagesController.php:488
6379 #: libraries/classes/Controllers/JavaScriptMessagesController.php:489
6383 #: libraries/classes/Controllers/JavaScriptMessagesController.php:490
6384 #: templates/gis_data_editor_form.twig:99
6385 #: templates/gis_data_editor_form.twig:140
6386 #: templates/gis_data_editor_form.twig:192
6388 msgstr "Donn ene Pungk derbei"
6390 #: libraries/classes/Controllers/JavaScriptMessagesController.php:491
6391 #: templates/gis_data_editor_form.twig:144
6392 #: templates/gis_data_editor_form.twig:195
6393 msgid "Add an inner ring"
6396 #: libraries/classes/Controllers/JavaScriptMessagesController.php:493
6397 msgid "Do you want to copy encryption key?"
6400 #: libraries/classes/Controllers/JavaScriptMessagesController.php:494
6401 msgid "Encryption key"
6404 #: libraries/classes/Controllers/JavaScriptMessagesController.php:497
6406 "The HEX function will treat the integer as a string while calculating the "
6410 #: libraries/classes/Controllers/JavaScriptMessagesController.php:502
6412 "MySQL accepts additional values not selectable by the slider; key in those "
6413 "values directly if desired"
6416 #: libraries/classes/Controllers/JavaScriptMessagesController.php:508
6418 "MySQL accepts additional values not selectable by the datepicker; key in "
6419 "those values directly if desired"
6422 #: libraries/classes/Controllers/JavaScriptMessagesController.php:514
6424 "Indicates that you have made changes to this page; you will be prompted for "
6425 "confirmation before abandoning changes"
6428 #: libraries/classes/Controllers/JavaScriptMessagesController.php:519
6429 msgid "Select referenced key"
6432 #: libraries/classes/Controllers/JavaScriptMessagesController.php:520
6433 msgid "Select Foreign Key"
6436 #: libraries/classes/Controllers/JavaScriptMessagesController.php:521
6437 msgid "Please select the primary key or a unique key!"
6440 #: libraries/classes/Controllers/JavaScriptMessagesController.php:522
6441 #: templates/database/designer/main.twig:98
6442 #: templates/database/designer/main.twig:101
6443 msgid "Choose column to display"
6446 #: libraries/classes/Controllers/JavaScriptMessagesController.php:524
6448 "You haven't saved the changes in the layout. They will be lost if you don't "
6449 "save them. Do you want to continue?"
6452 #: libraries/classes/Controllers/JavaScriptMessagesController.php:527
6453 msgid "value/subQuery is empty"
6456 #: libraries/classes/Controllers/JavaScriptMessagesController.php:528
6457 #: templates/database/designer/main.twig:40
6458 #: templates/database/designer/main.twig:43
6459 msgid "Add tables from other databases"
6462 #: libraries/classes/Controllers/JavaScriptMessagesController.php:529
6466 #: libraries/classes/Controllers/JavaScriptMessagesController.php:530
6467 #: templates/database/designer/main.twig:63
6468 #: templates/database/designer/main.twig:66
6472 #: libraries/classes/Controllers/JavaScriptMessagesController.php:531
6473 #: templates/database/designer/main.twig:70
6474 #: templates/database/designer/main.twig:73
6475 msgid "Save page as"
6478 #: libraries/classes/Controllers/JavaScriptMessagesController.php:532
6479 #: templates/database/designer/main.twig:56
6480 #: templates/database/designer/main.twig:59
6484 #: libraries/classes/Controllers/JavaScriptMessagesController.php:533
6488 #. l10n: When the user opens a page saved in the Designer
6489 #: libraries/classes/Controllers/JavaScriptMessagesController.php:535
6490 msgid "Some tables saved in this page might have been renamed or deleted."
6493 #: libraries/classes/Controllers/JavaScriptMessagesController.php:536
6494 #: templates/database/designer/main.twig:10
6498 #: libraries/classes/Controllers/JavaScriptMessagesController.php:537
6499 msgid "Please select a page to continue"
6502 #: libraries/classes/Controllers/JavaScriptMessagesController.php:538
6503 msgid "Please enter a valid page name"
6506 #: libraries/classes/Controllers/JavaScriptMessagesController.php:539
6507 msgid "Do you want to save the changes to the current page?"
6510 #: libraries/classes/Controllers/JavaScriptMessagesController.php:540
6511 msgid "Successfully deleted the page"
6514 #: libraries/classes/Controllers/JavaScriptMessagesController.php:541
6515 msgid "Export relational schema"
6518 #: libraries/classes/Controllers/JavaScriptMessagesController.php:542
6519 msgid "Modifications have been saved"
6522 #: libraries/classes/Controllers/JavaScriptMessagesController.php:545
6524 msgid "%d object(s) created."
6527 #: libraries/classes/Controllers/JavaScriptMessagesController.php:546
6533 #: libraries/classes/Controllers/JavaScriptMessagesController.php:547
6534 #: templates/modals/build_query.twig:17 templates/sql/query.twig:178
6538 #: libraries/classes/Controllers/JavaScriptMessagesController.php:550
6539 msgid "Press escape to cancel editing.<br>- Shift+Enter for a newline."
6542 #: libraries/classes/Controllers/JavaScriptMessagesController.php:552
6544 "You have edited some data and they have not been saved. Are you sure you "
6545 "want to leave this page before saving the data?"
6548 #: libraries/classes/Controllers/JavaScriptMessagesController.php:555
6549 msgid "Drag to reorder."
6552 #: libraries/classes/Controllers/JavaScriptMessagesController.php:556
6553 msgid "Click to sort results by this column."
6556 #: libraries/classes/Controllers/JavaScriptMessagesController.php:558
6558 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6559 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6560 "from ORDER BY clause"
6563 #: libraries/classes/Controllers/JavaScriptMessagesController.php:562
6564 msgid "Click to mark/unmark."
6567 #: libraries/classes/Controllers/JavaScriptMessagesController.php:563
6568 msgid "Double-click to copy column name."
6571 #: libraries/classes/Controllers/JavaScriptMessagesController.php:564
6572 msgid "Click the drop-down arrow<br>to toggle column's visibility."
6575 #: libraries/classes/Controllers/JavaScriptMessagesController.php:567
6577 "This table does not contain a unique column. Features related to the grid "
6578 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6581 #: libraries/classes/Controllers/JavaScriptMessagesController.php:570
6582 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6585 #: libraries/classes/Controllers/JavaScriptMessagesController.php:572
6587 "Do you really want to see all of the rows? For a big table this could crash "
6591 #: libraries/classes/Controllers/JavaScriptMessagesController.php:574
6592 msgid "Original length"
6595 #: libraries/classes/Controllers/JavaScriptMessagesController.php:577
6599 #: libraries/classes/Controllers/JavaScriptMessagesController.php:578
6600 #: libraries/classes/Controllers/Server/Status/StatusController.php:191
6604 #: libraries/classes/Controllers/JavaScriptMessagesController.php:580
6608 #: libraries/classes/Controllers/JavaScriptMessagesController.php:581
6609 msgid "Import status"
6612 #: libraries/classes/Controllers/JavaScriptMessagesController.php:582
6613 #: templates/navigation/main.twig:84
6614 msgid "Drop files here"
6617 #: libraries/classes/Controllers/JavaScriptMessagesController.php:583
6619 #| msgid "Select All"
6620 msgid "Select database first"
6621 msgstr "Alle ußwähle"
6623 #: libraries/classes/Controllers/JavaScriptMessagesController.php:585
6627 #: libraries/classes/Controllers/JavaScriptMessagesController.php:588
6628 msgid "Generate password"
6631 #: libraries/classes/Controllers/JavaScriptMessagesController.php:589
6632 #: templates/server/replication/primary_add_replica_user.twig:73
6636 #: libraries/classes/Controllers/JavaScriptMessagesController.php:592
6637 #: templates/table/structure/display_structure.twig:130
6641 #: libraries/classes/Controllers/JavaScriptMessagesController.php:595
6643 #| msgid "not active"
6647 #: libraries/classes/Controllers/JavaScriptMessagesController.php:596
6651 #: libraries/classes/Controllers/JavaScriptMessagesController.php:598
6652 #: libraries/classes/Navigation/NavigationTree.php:1357
6653 msgid "Unlink from main panel"
6656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:602
6657 #: libraries/classes/Setup/Index.php:177
6660 "A newer version of phpMyAdmin is available and you should consider "
6661 "upgrading. The newest version is %s, released on %s."
6664 #. l10n: Latest available phpMyAdmin version
6665 #: libraries/classes/Controllers/JavaScriptMessagesController.php:606
6666 msgid ", latest stable version:"
6669 #: libraries/classes/Controllers/JavaScriptMessagesController.php:607
6673 #: libraries/classes/Controllers/JavaScriptMessagesController.php:610
6675 "A fatal JavaScript error has occurred. Would you like to send an error "
6679 #: libraries/classes/Controllers/JavaScriptMessagesController.php:611
6680 msgid "Change report settings"
6683 #: libraries/classes/Controllers/JavaScriptMessagesController.php:612
6684 msgid "Show report details"
6687 #: libraries/classes/Controllers/JavaScriptMessagesController.php:613
6689 "Your export is incomplete, due to a low execution time limit at the PHP "
6693 #: libraries/classes/Controllers/JavaScriptMessagesController.php:616
6696 "Warning: a form on this page has more than %d fields. On submission, some of "
6697 "the fields might be ignored, due to PHP's max_input_vars configuration."
6700 #: libraries/classes/Controllers/JavaScriptMessagesController.php:622
6701 #: libraries/classes/Controllers/JavaScriptMessagesController.php:635
6702 msgid "Some errors have been detected on the server!"
6705 #: libraries/classes/Controllers/JavaScriptMessagesController.php:624
6706 msgid "Please look at the bottom of this window."
6709 #: libraries/classes/Controllers/JavaScriptMessagesController.php:630
6710 #: libraries/classes/ErrorHandler.php:446
6714 #: libraries/classes/Controllers/JavaScriptMessagesController.php:637
6716 "As per your settings, they are being submitted currently, please be patient."
6719 #: libraries/classes/Controllers/JavaScriptMessagesController.php:641
6720 msgid "Column name successfully copied to clipboard!"
6723 #: libraries/classes/Controllers/JavaScriptMessagesController.php:642
6724 msgid "Column name copying to clipboard failed!"
6727 #: libraries/classes/Controllers/JavaScriptMessagesController.php:643
6728 msgid "Successfully copied!"
6731 #: libraries/classes/Controllers/JavaScriptMessagesController.php:644
6733 #| msgid "Select All"
6734 msgid "Copying failed!"
6735 msgstr "Alle ußwähle"
6737 #: libraries/classes/Controllers/JavaScriptMessagesController.php:647
6738 msgid "Execute this query again?"
6741 #: libraries/classes/Controllers/JavaScriptMessagesController.php:648
6742 msgid "Do you really want to delete this bookmark?"
6745 #: libraries/classes/Controllers/JavaScriptMessagesController.php:649
6746 msgid "Some error occurred while getting SQL debug info."
6749 #: libraries/classes/Controllers/JavaScriptMessagesController.php:650
6751 msgid "%s queries executed %s times in %s seconds."
6754 #: libraries/classes/Controllers/JavaScriptMessagesController.php:651
6756 msgid "%s argument(s) passed"
6759 #: libraries/classes/Controllers/JavaScriptMessagesController.php:652
6760 msgid "Show arguments"
6763 #: libraries/classes/Controllers/JavaScriptMessagesController.php:653
6764 msgid "Hide arguments"
6767 #: libraries/classes/Controllers/JavaScriptMessagesController.php:654
6771 #: libraries/classes/Controllers/JavaScriptMessagesController.php:656
6773 "There was a problem accessing your browser storage, some features may not "
6774 "work properly for you. It is likely that the browser doesn't support storage "
6775 "or the quota limit has been reached. In Firefox, corrupted storage can also "
6776 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
6777 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
6780 #: libraries/classes/Controllers/JavaScriptMessagesController.php:663
6783 msgid "Copy tables to"
6786 #: libraries/classes/Controllers/JavaScriptMessagesController.php:664
6787 msgid "Add table prefix"
6790 #: libraries/classes/Controllers/JavaScriptMessagesController.php:665
6791 msgid "Replace table with prefix"
6794 #: libraries/classes/Controllers/JavaScriptMessagesController.php:666
6795 #: templates/database/structure/check_all_tables.twig:28
6796 msgid "Copy table with prefix"
6799 #: libraries/classes/Controllers/JavaScriptMessagesController.php:669
6800 msgid "Extremely weak"
6803 #: libraries/classes/Controllers/JavaScriptMessagesController.php:670
6807 #: libraries/classes/Controllers/JavaScriptMessagesController.php:671
6811 #: libraries/classes/Controllers/JavaScriptMessagesController.php:672
6815 #: libraries/classes/Controllers/JavaScriptMessagesController.php:673
6819 #. l10n: error code 5 (from U2F API)
6820 #: libraries/classes/Controllers/JavaScriptMessagesController.php:677
6822 msgid "Timed out waiting for security key activation."
6825 #. l10n: error code 2 (from U2F API)
6826 #: libraries/classes/Controllers/JavaScriptMessagesController.php:679
6828 msgid "Invalid request sent to security key."
6831 #. l10n: unknown error code (from U2F API)
6832 #: libraries/classes/Controllers/JavaScriptMessagesController.php:681
6834 msgid "Unknown security key error."
6837 #. l10n: error code 3 (from U2F API)
6838 #: libraries/classes/Controllers/JavaScriptMessagesController.php:683
6840 msgid "Client does not support security key."
6843 #. l10n: error code 4 (from U2F API) on register
6844 #: libraries/classes/Controllers/JavaScriptMessagesController.php:685
6846 msgid "Failed security key activation."
6849 #. l10n: error code 4 (from U2F API) on authanticate
6850 #: libraries/classes/Controllers/JavaScriptMessagesController.php:687
6852 msgid "Invalid security key."
6855 #: libraries/classes/Controllers/JavaScriptMessagesController.php:691
6857 "You can not open, save or delete your page layout, as IndexedDB is not "
6858 "working in your browser and your phpMyAdmin configuration storage is not "
6859 "configured for this."
6862 #: libraries/classes/Controllers/JavaScriptMessagesController.php:696
6865 "The table already exists in the designer and can not be added once more."
6866 msgid "Table %s already exists!"
6869 #: libraries/classes/Controllers/JavaScriptMessagesController.php:698
6870 #: libraries/classes/InsertEdit.php:327
6871 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:53
6875 #: libraries/classes/Controllers/JavaScriptMessagesController.php:699
6876 #: libraries/classes/Controllers/Table/ChangeController.php:215
6877 #: templates/database/multi_table_query/form.twig:49
6878 #: templates/database/tracking/tables.twig:19
6879 #: templates/table/tracking/main.twig:33
6884 #: libraries/classes/Controllers/JavaScriptMessagesController.php:704
6889 #: libraries/classes/Controllers/JavaScriptMessagesController.php:706
6894 #: libraries/classes/Controllers/JavaScriptMessagesController.php:708
6899 #: libraries/classes/Controllers/JavaScriptMessagesController.php:710
6904 #. l10n: Short month name for May
6905 #: libraries/classes/Controllers/JavaScriptMessagesController.php:712
6906 #: libraries/classes/Controllers/JavaScriptMessagesController.php:736
6911 #: libraries/classes/Controllers/JavaScriptMessagesController.php:714
6916 #: libraries/classes/Controllers/JavaScriptMessagesController.php:716
6921 #: libraries/classes/Controllers/JavaScriptMessagesController.php:718
6926 #: libraries/classes/Controllers/JavaScriptMessagesController.php:720
6931 #: libraries/classes/Controllers/JavaScriptMessagesController.php:722
6936 #: libraries/classes/Controllers/JavaScriptMessagesController.php:724
6941 #: libraries/classes/Controllers/JavaScriptMessagesController.php:726
6945 #. l10n: Short month name for January
6946 #. l10n: Short month name
6947 #: libraries/classes/Controllers/JavaScriptMessagesController.php:728
6948 #: libraries/classes/Util.php:655
6952 #. l10n: Short month name for February
6953 #. l10n: Short month name
6954 #: libraries/classes/Controllers/JavaScriptMessagesController.php:730
6955 #: libraries/classes/Util.php:657
6959 #. l10n: Short month name for March
6960 #. l10n: Short month name
6961 #: libraries/classes/Controllers/JavaScriptMessagesController.php:732
6962 #: libraries/classes/Util.php:659
6966 #. l10n: Short month name for April
6967 #. l10n: Short month name
6968 #: libraries/classes/Controllers/JavaScriptMessagesController.php:734
6969 #: libraries/classes/Util.php:661
6973 #. l10n: Short month name for June
6974 #. l10n: Short month name
6975 #: libraries/classes/Controllers/JavaScriptMessagesController.php:738
6976 #: libraries/classes/Util.php:665
6980 #. l10n: Short month name for July
6981 #. l10n: Short month name
6982 #: libraries/classes/Controllers/JavaScriptMessagesController.php:740
6983 #: libraries/classes/Util.php:667
6987 #. l10n: Short month name for August
6988 #. l10n: Short month name
6989 #: libraries/classes/Controllers/JavaScriptMessagesController.php:742
6990 #: libraries/classes/Util.php:669
6994 #. l10n: Short month name for September
6995 #. l10n: Short month name
6996 #: libraries/classes/Controllers/JavaScriptMessagesController.php:744
6997 #: libraries/classes/Util.php:671
7001 #. l10n: Short month name for October
7002 #. l10n: Short month name
7003 #: libraries/classes/Controllers/JavaScriptMessagesController.php:746
7004 #: libraries/classes/Util.php:673
7008 #. l10n: Short month name for November
7009 #. l10n: Short month name
7010 #: libraries/classes/Controllers/JavaScriptMessagesController.php:748
7011 #: libraries/classes/Util.php:675
7015 #. l10n: Short month name for December
7016 #. l10n: Short month name
7017 #: libraries/classes/Controllers/JavaScriptMessagesController.php:750
7018 #: libraries/classes/Util.php:677
7022 #. l10n: Week day name
7023 #: libraries/classes/Controllers/JavaScriptMessagesController.php:752
7024 #: libraries/config.values.php:197
7028 #. l10n: Week day name
7029 #: libraries/classes/Controllers/JavaScriptMessagesController.php:754
7030 #: libraries/config.values.php:191
7034 #. l10n: Week day name
7035 #: libraries/classes/Controllers/JavaScriptMessagesController.php:756
7036 #: libraries/config.values.php:192
7040 #. l10n: Week day name
7041 #: libraries/classes/Controllers/JavaScriptMessagesController.php:758
7042 #: libraries/config.values.php:193
7046 #. l10n: Week day name
7047 #: libraries/classes/Controllers/JavaScriptMessagesController.php:760
7048 #: libraries/config.values.php:194
7052 #. l10n: Week day name
7053 #: libraries/classes/Controllers/JavaScriptMessagesController.php:762
7054 #: libraries/config.values.php:195
7058 #. l10n: Week day name
7059 #: libraries/classes/Controllers/JavaScriptMessagesController.php:764
7060 #: libraries/config.values.php:196
7064 #. l10n: Short week day name for Sunday
7065 #: libraries/classes/Controllers/JavaScriptMessagesController.php:766
7069 #. l10n: Short week day name for Monday
7070 #: libraries/classes/Controllers/JavaScriptMessagesController.php:768
7071 #: libraries/classes/Util.php:683
7075 #. l10n: Short week day name for Tuesday
7076 #: libraries/classes/Controllers/JavaScriptMessagesController.php:770
7077 #: libraries/classes/Util.php:685
7081 #. l10n: Short week day name for Wednesday
7082 #: libraries/classes/Controllers/JavaScriptMessagesController.php:772
7083 #: libraries/classes/Util.php:687
7087 #. l10n: Short week day name for Thursday
7088 #: libraries/classes/Controllers/JavaScriptMessagesController.php:774
7089 #: libraries/classes/Util.php:689
7093 #. l10n: Short week day name for Friday
7094 #: libraries/classes/Controllers/JavaScriptMessagesController.php:776
7095 #: libraries/classes/Util.php:691
7099 #. l10n: Short week day name for Saturday
7100 #: libraries/classes/Controllers/JavaScriptMessagesController.php:778
7101 #: libraries/classes/Util.php:693
7105 #. l10n: Minimal week day name for Sunday
7106 #: libraries/classes/Controllers/JavaScriptMessagesController.php:780
7110 #. l10n: Minimal week day name for Monday
7111 #: libraries/classes/Controllers/JavaScriptMessagesController.php:782
7115 #. l10n: Minimal week day name for Tuesday
7116 #: libraries/classes/Controllers/JavaScriptMessagesController.php:784
7120 #. l10n: Minimal week day name for Wednesday
7121 #: libraries/classes/Controllers/JavaScriptMessagesController.php:786
7125 #. l10n: Minimal week day name for Thursday
7126 #: libraries/classes/Controllers/JavaScriptMessagesController.php:788
7130 #. l10n: Minimal week day name for Friday
7131 #: libraries/classes/Controllers/JavaScriptMessagesController.php:790
7135 #. l10n: Minimal week day name for Saturday
7136 #: libraries/classes/Controllers/JavaScriptMessagesController.php:792
7140 #. l10n: Column header for week of the year in calendar
7141 #: libraries/classes/Controllers/JavaScriptMessagesController.php:794
7145 #. l10n: The month-year order in a calendar. Do not translate! Use either "calendar-month-year" or "calendar-year-month".
7146 #: libraries/classes/Controllers/JavaScriptMessagesController.php:797
7147 msgid "calendar-month-year"
7148 msgstr "calendar-month-year"
7150 #. l10n: Year suffix for calendar, "none" is empty.
7151 #: libraries/classes/Controllers/JavaScriptMessagesController.php:799
7155 #. l10n: Period of time.
7156 #: libraries/classes/Controllers/JavaScriptMessagesController.php:803
7160 #. l10n: Period of time.
7161 #: libraries/classes/Controllers/JavaScriptMessagesController.php:805
7165 #. l10n: Period of time.
7166 #: libraries/classes/Controllers/JavaScriptMessagesController.php:807
7170 #. l10n: Previous month. Display text for previous month link in calendar
7171 #: libraries/classes/Controllers/JavaScriptMessagesController.php:811
7175 #. l10n: Next month. Display text for next month link in calendar
7176 #: libraries/classes/Controllers/JavaScriptMessagesController.php:813
7180 #. l10n: Display text for current month link in calendar
7181 #: libraries/classes/Controllers/JavaScriptMessagesController.php:815
7185 #: libraries/classes/Controllers/JavaScriptMessagesController.php:818
7186 msgid "This field is required"
7189 #: libraries/classes/Controllers/JavaScriptMessagesController.php:819
7190 msgid "Please fix this field"
7193 #: libraries/classes/Controllers/JavaScriptMessagesController.php:820
7194 msgid "Please enter a valid email address"
7197 #: libraries/classes/Controllers/JavaScriptMessagesController.php:821
7198 msgid "Please enter a valid URL"
7201 #: libraries/classes/Controllers/JavaScriptMessagesController.php:822
7203 #| msgid "Select All"
7204 msgid "Please enter a valid date"
7205 msgstr "Alle ußwähle"
7207 #: libraries/classes/Controllers/JavaScriptMessagesController.php:823
7208 msgid "Please enter a valid date ( ISO )"
7211 #: libraries/classes/Controllers/JavaScriptMessagesController.php:824
7212 msgid "Please enter a valid number"
7215 #: libraries/classes/Controllers/JavaScriptMessagesController.php:825
7216 msgid "Please enter a valid credit card number"
7219 #: libraries/classes/Controllers/JavaScriptMessagesController.php:826
7220 msgid "Please enter only digits"
7223 #: libraries/classes/Controllers/JavaScriptMessagesController.php:827
7224 msgid "Please enter the same value again"
7227 #: libraries/classes/Controllers/JavaScriptMessagesController.php:828
7228 msgid "Please enter no more than {0} characters"
7231 #: libraries/classes/Controllers/JavaScriptMessagesController.php:829
7232 msgid "Please enter at least {0} characters"
7235 #: libraries/classes/Controllers/JavaScriptMessagesController.php:830
7236 msgid "Please enter a value between {0} and {1} characters long"
7239 #: libraries/classes/Controllers/JavaScriptMessagesController.php:831
7240 msgid "Please enter a value between {0} and {1}"
7243 #: libraries/classes/Controllers/JavaScriptMessagesController.php:832
7244 msgid "Please enter a value less than or equal to {0}"
7247 #: libraries/classes/Controllers/JavaScriptMessagesController.php:833
7248 msgid "Please enter a value greater than or equal to {0}"
7251 #: libraries/classes/Controllers/JavaScriptMessagesController.php:834
7252 msgid "Please enter a valid date or time"
7255 #: libraries/classes/Controllers/JavaScriptMessagesController.php:835
7256 msgid "Please enter a valid HEX input"
7259 #. l10n: To validate the usage of a MD5 function on the column
7260 #: libraries/classes/Controllers/JavaScriptMessagesController.php:837
7261 msgid "This column can not contain a 32 chars value"
7264 #: libraries/classes/Controllers/JavaScriptMessagesController.php:840
7266 "These functions are meant to return a binary result; to avoid inconsistent "
7267 "results you should store it in a BINARY, VARBINARY, or BLOB column."
7270 #: libraries/classes/Controllers/NavigationController.php:46
7271 msgid "Fatal error: The navigation can only be accessed via AJAX"
7274 #: libraries/classes/Controllers/NormalizationController.php:38
7275 #: libraries/classes/Normalization.php:245
7277 #| msgid "Select All"
7279 msgstr "Alle ußwähle"
7281 #: libraries/classes/Controllers/NormalizationController.php:39
7282 #: libraries/classes/Normalization.php:246
7283 msgid "No such column"
7286 #: libraries/classes/Controllers/NormalizationController.php:44
7287 #: libraries/classes/Normalization.php:250 libraries/classes/Types.php:798
7288 msgctxt "string types"
7292 #: libraries/classes/Controllers/Preferences/ManageController.php:105
7293 msgid "phpMyAdmin configuration snippet"
7296 #: libraries/classes/Controllers/Preferences/ManageController.php:106
7297 msgid "Paste it to your config.inc.php"
7300 #: libraries/classes/Controllers/Preferences/ManageController.php:152
7301 msgid "Could not import configuration"
7304 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:53
7305 msgid "Two-factor authentication has been removed."
7308 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:64
7309 msgid "Two-factor authentication has been configured."
7312 #: libraries/classes/Controllers/Server/DatabasesController.php:314
7313 #: libraries/classes/Import.php:149
7314 #: templates/database/structure/table_header.twig:26
7315 #: templates/table/structure/display_partitions.twig:28
7316 #: templates/table/structure/display_structure.twig:230
7317 #: templates/table/structure/display_table_stats.twig:119
7321 #: libraries/classes/Controllers/Server/DatabasesController.php:324
7322 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
7323 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26
7324 #: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:3
7325 #: templates/table/structure/display_structure.twig:445
7326 #: templates/table/tracking/structure_snapshot_indexes.twig:1
7330 #: libraries/classes/Controllers/Server/DatabasesController.php:329
7331 #: libraries/classes/Controllers/Server/Status/StatusController.php:145
7332 #: libraries/classes/Controllers/Server/Status/StatusController.php:197
7333 #: templates/table/structure/display_table_stats.twig:45
7337 #: libraries/classes/Controllers/Server/DatabasesController.php:334
7338 #: templates/database/structure/table_header.twig:38
7339 #: templates/table/structure/display_table_stats.twig:32
7343 #: libraries/classes/Controllers/Server/Databases/CreateController.php:85
7345 msgid "Database %1$s has been created."
7346 msgstr "Di Dahtebangk %1$s wood aanjelaat."
7348 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:96
7350 msgid "%1$d database has been dropped successfully."
7351 msgid_plural "%1$d databases have been dropped successfully."
7356 #: libraries/classes/Controllers/Server/Privileges/AccountLockController.php:47
7358 msgid "The account %s@%s has been successfully locked."
7361 #: libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php:47
7363 msgid "The account %s@%s has been successfully unlocked."
7366 #: libraries/classes/Controllers/Server/PrivilegesController.php:165
7367 #: libraries/classes/Controllers/Server/UserGroupsController.php:53
7368 msgid "No Privileges"
7371 #: libraries/classes/Controllers/Server/PrivilegesController.php:174
7372 msgid "You do not have the privileges to administrate the users!"
7375 #: libraries/classes/Controllers/Server/PrivilegesController.php:189
7377 "Username and hostname didn't change. If you only want to change the "
7378 "password, 'Change password' tab should be used."
7381 #: libraries/classes/Controllers/Server/PrivilegesController.php:432
7382 msgid "User has been added."
7385 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:42
7387 msgid "Thread %s was successfully killed."
7390 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:48
7393 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
7396 #: libraries/classes/Controllers/Server/Status/StatusController.php:135
7400 #: libraries/classes/Controllers/Server/Status/StatusController.php:140
7404 #: libraries/classes/Controllers/Server/Status/StatusController.php:179
7405 msgid "Max. concurrent connections"
7408 #: libraries/classes/Controllers/Server/Status/StatusController.php:185
7409 msgid "Failed attempts"
7412 #: libraries/classes/Controllers/Server/Status/VariablesController.php:238
7414 "The number of connections that were aborted because the client died without "
7415 "closing the connection properly."
7418 #: libraries/classes/Controllers/Server/Status/VariablesController.php:241
7419 msgid "The number of failed attempts to connect to the MySQL server."
7422 #: libraries/classes/Controllers/Server/Status/VariablesController.php:243
7424 "The number of transactions that used the temporary binary log cache but that "
7425 "exceeded the value of binlog_cache_size and used a temporary file to store "
7426 "statements from the transaction."
7429 #: libraries/classes/Controllers/Server/Status/VariablesController.php:247
7430 msgid "The number of transactions that used the temporary binary log cache."
7433 #: libraries/classes/Controllers/Server/Status/VariablesController.php:248
7435 "The number of connection attempts (successful or not) to the MySQL server."
7438 #: libraries/classes/Controllers/Server/Status/VariablesController.php:250
7440 "The number of temporary tables on disk created automatically by the server "
7441 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7442 "to increase the tmp_table_size value to cause temporary tables to be memory-"
7443 "based instead of disk-based."
7446 #: libraries/classes/Controllers/Server/Status/VariablesController.php:256
7447 msgid "How many temporary files mysqld has created."
7450 #: libraries/classes/Controllers/Server/Status/VariablesController.php:258
7452 "The number of in-memory temporary tables created automatically by the server "
7453 "while executing statements."
7456 #: libraries/classes/Controllers/Server/Status/VariablesController.php:262
7458 "The number of rows written with INSERT DELAYED for which some error occurred "
7459 "(probably duplicate key)."
7462 #: libraries/classes/Controllers/Server/Status/VariablesController.php:266
7464 "The number of INSERT DELAYED handler threads in use. Every different table "
7465 "on which one uses INSERT DELAYED gets its own thread."
7468 #: libraries/classes/Controllers/Server/Status/VariablesController.php:270
7469 msgid "The number of INSERT DELAYED rows written."
7472 #: libraries/classes/Controllers/Server/Status/VariablesController.php:271
7473 msgid "The number of executed FLUSH statements."
7476 #: libraries/classes/Controllers/Server/Status/VariablesController.php:272
7477 msgid "The number of internal COMMIT statements."
7480 #: libraries/classes/Controllers/Server/Status/VariablesController.php:273
7481 msgid "The number of times a row was deleted from a table."
7484 #: libraries/classes/Controllers/Server/Status/VariablesController.php:275
7486 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7487 "table with a given name. This is called discovery. Handler_discover "
7488 "indicates the number of time tables have been discovered."
7491 #: libraries/classes/Controllers/Server/Status/VariablesController.php:281
7493 "The number of times the first entry was read from an index. If this is high, "
7494 "it suggests that the server is doing a lot of full index scans; for example, "
7495 "SELECT col1 FROM foo, assuming that col1 is indexed."
7498 #: libraries/classes/Controllers/Server/Status/VariablesController.php:287
7500 "The number of requests to read a row based on a key. If this is high, it is "
7501 "a good indication that your queries and tables are properly indexed."
7504 #: libraries/classes/Controllers/Server/Status/VariablesController.php:292
7506 "The number of requests to read the next row in key order. This is "
7507 "incremented if you are querying an index column with a range constraint or "
7508 "if you are doing an index scan."
7511 #: libraries/classes/Controllers/Server/Status/VariablesController.php:297
7513 "The number of requests to read the previous row in key order. This read "
7514 "method is mainly used to optimize ORDER BY … DESC."
7517 #: libraries/classes/Controllers/Server/Status/VariablesController.php:301
7519 "The number of requests to read a row based on a fixed position. This is high "
7520 "if you are doing a lot of queries that require sorting of the result. You "
7521 "probably have a lot of queries that require MySQL to scan whole tables or "
7522 "you have joins that don't use keys properly."
7525 #: libraries/classes/Controllers/Server/Status/VariablesController.php:308
7527 "The number of requests to read the next row in the data file. This is high "
7528 "if you are doing a lot of table scans. Generally this suggests that your "
7529 "tables are not properly indexed or that your queries are not written to take "
7530 "advantage of the indexes you have."
7533 #: libraries/classes/Controllers/Server/Status/VariablesController.php:314
7534 msgid "The number of internal ROLLBACK statements."
7537 #: libraries/classes/Controllers/Server/Status/VariablesController.php:315
7538 msgid "The number of requests to update a row in a table."
7541 #: libraries/classes/Controllers/Server/Status/VariablesController.php:316
7542 msgid "The number of requests to insert a row in a table."
7545 #: libraries/classes/Controllers/Server/Status/VariablesController.php:317
7546 msgid "The number of pages containing data (dirty or clean)."
7549 #: libraries/classes/Controllers/Server/Status/VariablesController.php:318
7550 msgid "The number of pages currently dirty."
7553 #: libraries/classes/Controllers/Server/Status/VariablesController.php:320
7554 msgid "The number of buffer pool pages that have been requested to be flushed."
7557 #: libraries/classes/Controllers/Server/Status/VariablesController.php:322
7558 msgid "The number of free pages."
7561 #: libraries/classes/Controllers/Server/Status/VariablesController.php:324
7563 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7564 "being read or written or that can't be flushed or removed for some other "
7568 #: libraries/classes/Controllers/Server/Status/VariablesController.php:329
7570 "The number of pages busy because they have been allocated for administrative "
7571 "overhead such as row locks or the adaptive hash index. This value can also "
7572 "be calculated as Innodb_buffer_pool_pages_total - "
7573 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7576 #: libraries/classes/Controllers/Server/Status/VariablesController.php:335
7577 msgid "Total size of buffer pool, in pages."
7580 #: libraries/classes/Controllers/Server/Status/VariablesController.php:337
7582 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7583 "query is to scan a large portion of a table but in random order."
7586 #: libraries/classes/Controllers/Server/Status/VariablesController.php:342
7588 "The number of sequential read-aheads InnoDB initiated. This happens when "
7589 "InnoDB does a sequential full table scan."
7592 #: libraries/classes/Controllers/Server/Status/VariablesController.php:345
7593 msgid "The number of logical read requests InnoDB has done."
7596 #: libraries/classes/Controllers/Server/Status/VariablesController.php:347
7598 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7599 "and had to do a single-page read."
7602 #: libraries/classes/Controllers/Server/Status/VariablesController.php:351
7604 "Normally, writes to the InnoDB buffer pool happen in the background. "
7605 "However, if it's necessary to read or create a page and no clean pages are "
7606 "available, it's necessary to wait for pages to be flushed first. This "
7607 "counter counts instances of these waits. If the buffer pool size was set "
7608 "properly, this value should be small."
7611 #: libraries/classes/Controllers/Server/Status/VariablesController.php:358
7612 msgid "The number writes done to the InnoDB buffer pool."
7615 #: libraries/classes/Controllers/Server/Status/VariablesController.php:359
7616 msgid "The number of fsync() operations so far."
7619 #: libraries/classes/Controllers/Server/Status/VariablesController.php:360
7620 msgid "The current number of pending fsync() operations."
7623 #: libraries/classes/Controllers/Server/Status/VariablesController.php:361
7624 msgid "The current number of pending reads."
7627 #: libraries/classes/Controllers/Server/Status/VariablesController.php:362
7628 msgid "The current number of pending writes."
7631 #: libraries/classes/Controllers/Server/Status/VariablesController.php:363
7632 msgid "The amount of data read so far, in bytes."
7635 #: libraries/classes/Controllers/Server/Status/VariablesController.php:364
7636 msgid "The total number of data reads."
7639 #: libraries/classes/Controllers/Server/Status/VariablesController.php:365
7640 msgid "The total number of data writes."
7643 #: libraries/classes/Controllers/Server/Status/VariablesController.php:366
7644 msgid "The amount of data written so far, in bytes."
7647 #: libraries/classes/Controllers/Server/Status/VariablesController.php:368
7648 msgid "The number of pages that have been written for doublewrite operations."
7651 #: libraries/classes/Controllers/Server/Status/VariablesController.php:370
7652 msgid "The number of doublewrite operations that have been performed."
7655 #: libraries/classes/Controllers/Server/Status/VariablesController.php:372
7657 "The number of waits we had because log buffer was too small and we had to "
7658 "wait for it to be flushed before continuing."
7661 #: libraries/classes/Controllers/Server/Status/VariablesController.php:375
7662 msgid "The number of log write requests."
7665 #: libraries/classes/Controllers/Server/Status/VariablesController.php:376
7666 msgid "The number of physical writes to the log file."
7669 #: libraries/classes/Controllers/Server/Status/VariablesController.php:377
7670 msgid "The number of fsync() writes done to the log file."
7673 #: libraries/classes/Controllers/Server/Status/VariablesController.php:378
7674 msgid "The number of pending log file fsyncs."
7677 #: libraries/classes/Controllers/Server/Status/VariablesController.php:379
7678 msgid "Pending log file writes."
7681 #: libraries/classes/Controllers/Server/Status/VariablesController.php:380
7682 msgid "The number of bytes written to the log file."
7685 #: libraries/classes/Controllers/Server/Status/VariablesController.php:381
7686 msgid "The number of pages created."
7689 #: libraries/classes/Controllers/Server/Status/VariablesController.php:383
7691 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7692 "pages; the page size allows them to be easily converted to bytes."
7695 #: libraries/classes/Controllers/Server/Status/VariablesController.php:387
7696 msgid "The number of pages read."
7699 #: libraries/classes/Controllers/Server/Status/VariablesController.php:388
7700 msgid "The number of pages written."
7703 #: libraries/classes/Controllers/Server/Status/VariablesController.php:389
7704 msgid "The number of row locks currently being waited for."
7707 #: libraries/classes/Controllers/Server/Status/VariablesController.php:390
7708 msgid "The average time to acquire a row lock, in milliseconds."
7711 #: libraries/classes/Controllers/Server/Status/VariablesController.php:391
7712 msgid "The total time spent in acquiring row locks, in milliseconds."
7715 #: libraries/classes/Controllers/Server/Status/VariablesController.php:392
7716 msgid "The maximum time to acquire a row lock, in milliseconds."
7719 #: libraries/classes/Controllers/Server/Status/VariablesController.php:393
7720 msgid "The number of times a row lock had to be waited for."
7723 #: libraries/classes/Controllers/Server/Status/VariablesController.php:394
7724 msgid "The number of rows deleted from InnoDB tables."
7727 #: libraries/classes/Controllers/Server/Status/VariablesController.php:395
7728 msgid "The number of rows inserted in InnoDB tables."
7731 #: libraries/classes/Controllers/Server/Status/VariablesController.php:396
7732 msgid "The number of rows read from InnoDB tables."
7735 #: libraries/classes/Controllers/Server/Status/VariablesController.php:397
7736 msgid "The number of rows updated in InnoDB tables."
7739 #: libraries/classes/Controllers/Server/Status/VariablesController.php:399
7741 "The number of key blocks in the key cache that have changed but haven't yet "
7742 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7745 #: libraries/classes/Controllers/Server/Status/VariablesController.php:404
7747 "The number of unused blocks in the key cache. You can use this value to "
7748 "determine how much of the key cache is in use."
7751 #: libraries/classes/Controllers/Server/Status/VariablesController.php:408
7753 "The number of used blocks in the key cache. This value is a high-water mark "
7754 "that indicates the maximum number of blocks that have ever been in use at "
7758 #: libraries/classes/Controllers/Server/Status/VariablesController.php:412
7759 msgid "Percentage of used key cache (calculated value)"
7762 #: libraries/classes/Controllers/Server/Status/VariablesController.php:413
7763 msgid "The number of requests to read a key block from the cache."
7766 #: libraries/classes/Controllers/Server/Status/VariablesController.php:415
7768 "The number of physical reads of a key block from disk. If Key_reads is big, "
7769 "then your key_buffer_size value is probably too small. The cache miss rate "
7770 "can be calculated as Key_reads/Key_read_requests."
7773 #: libraries/classes/Controllers/Server/Status/VariablesController.php:421
7775 "Key cache miss calculated as rate of physical reads compared to read "
7776 "requests (calculated value)"
7779 #: libraries/classes/Controllers/Server/Status/VariablesController.php:423
7780 msgid "The number of requests to write a key block to the cache."
7783 #: libraries/classes/Controllers/Server/Status/VariablesController.php:424
7784 msgid "The number of physical writes of a key block to disk."
7787 #: libraries/classes/Controllers/Server/Status/VariablesController.php:425
7789 "Percentage of physical writes compared to write requests (calculated value)"
7792 #: libraries/classes/Controllers/Server/Status/VariablesController.php:427
7794 "The total cost of the last compiled query as computed by the query "
7795 "optimizer. Useful for comparing the cost of different query plans for the "
7796 "same query. The default value of 0 means that no query has been compiled yet."
7799 #: libraries/classes/Controllers/Server/Status/VariablesController.php:433
7801 "The maximum number of connections that have been in use simultaneously since "
7802 "the server started."
7805 #: libraries/classes/Controllers/Server/Status/VariablesController.php:435
7806 msgid "The number of rows waiting to be written in INSERT DELAYED queues."
7809 #: libraries/classes/Controllers/Server/Status/VariablesController.php:437
7811 "The number of tables that have been opened. If opened tables is big, your "
7812 "table_open_cache value is probably too small."
7815 #: libraries/classes/Controllers/Server/Status/VariablesController.php:440
7816 msgid "The number of files that are open."
7819 #: libraries/classes/Controllers/Server/Status/VariablesController.php:441
7820 msgid "The number of streams that are open (used mainly for logging)."
7823 #: libraries/classes/Controllers/Server/Status/VariablesController.php:442
7824 msgid "The number of tables that are open."
7827 #: libraries/classes/Controllers/Server/Status/VariablesController.php:444
7829 "The number of free memory blocks in query cache. High numbers can indicate "
7830 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7834 #: libraries/classes/Controllers/Server/Status/VariablesController.php:448
7835 msgid "The amount of free memory for query cache."
7838 #: libraries/classes/Controllers/Server/Status/VariablesController.php:449
7839 msgid "The number of cache hits."
7842 #: libraries/classes/Controllers/Server/Status/VariablesController.php:450
7843 msgid "The number of queries added to the cache."
7846 #: libraries/classes/Controllers/Server/Status/VariablesController.php:452
7848 "The number of queries that have been removed from the cache to free up "
7849 "memory for caching new queries. This information can help you tune the query "
7850 "cache size. The query cache uses a least recently used (LRU) strategy to "
7851 "decide which queries to remove from the cache."
7854 #: libraries/classes/Controllers/Server/Status/VariablesController.php:459
7856 "The number of non-cached queries (not cachable, or not cached due to the "
7857 "query_cache_type setting)."
7860 #: libraries/classes/Controllers/Server/Status/VariablesController.php:461
7861 msgid "The number of queries registered in the cache."
7864 #: libraries/classes/Controllers/Server/Status/VariablesController.php:462
7865 msgid "The total number of blocks in the query cache."
7868 #: libraries/classes/Controllers/Server/Status/VariablesController.php:463
7869 msgid "The status of failsafe replication (not yet implemented)."
7872 #: libraries/classes/Controllers/Server/Status/VariablesController.php:465
7874 "The number of joins that do not use indexes. If this value is not 0, you "
7875 "should carefully check the indexes of your tables."
7878 #: libraries/classes/Controllers/Server/Status/VariablesController.php:468
7879 msgid "The number of joins that used a range search on a reference table."
7882 #: libraries/classes/Controllers/Server/Status/VariablesController.php:470
7884 "The number of joins without keys that check for key usage after each row. "
7885 "(If this is not 0, you should carefully check the indexes of your tables.)"
7888 #: libraries/classes/Controllers/Server/Status/VariablesController.php:475
7890 "The number of joins that used ranges on the first table. (It's normally not "
7891 "critical even if this is big.)"
7894 #: libraries/classes/Controllers/Server/Status/VariablesController.php:478
7895 msgid "The number of joins that did a full scan of the first table."
7898 #: libraries/classes/Controllers/Server/Status/VariablesController.php:479
7900 "The number of temporary tables currently open by the replica SQL thread."
7903 #: libraries/classes/Controllers/Server/Status/VariablesController.php:481
7905 "Total (since startup) number of times the replication replica SQL thread has "
7906 "retried transactions."
7909 #: libraries/classes/Controllers/Server/Status/VariablesController.php:483
7910 msgid "This is ON if this server is a replica that is connected to a primary."
7913 #: libraries/classes/Controllers/Server/Status/VariablesController.php:485
7915 "The number of threads that have taken more than slow_launch_time seconds to "
7919 #: libraries/classes/Controllers/Server/Status/VariablesController.php:487
7921 "The number of queries that have taken more than long_query_time seconds."
7924 #: libraries/classes/Controllers/Server/Status/VariablesController.php:489
7926 "The number of merge passes the sort algorithm has had to do. If this value "
7927 "is large, you should consider increasing the value of the sort_buffer_size "
7931 #: libraries/classes/Controllers/Server/Status/VariablesController.php:493
7932 msgid "The number of sorts that were done with ranges."
7935 #: libraries/classes/Controllers/Server/Status/VariablesController.php:494
7936 msgid "The number of sorted rows."
7939 #: libraries/classes/Controllers/Server/Status/VariablesController.php:495
7940 msgid "The number of sorts that were done by scanning the table."
7943 #: libraries/classes/Controllers/Server/Status/VariablesController.php:496
7944 msgid "The number of times that a table lock was acquired immediately."
7947 #: libraries/classes/Controllers/Server/Status/VariablesController.php:498
7949 "The number of times that a table lock could not be acquired immediately and "
7950 "a wait was needed. If this is high, and you have performance problems, you "
7951 "should first optimize your queries, and then either split your table or "
7952 "tables or use replication."
7955 #: libraries/classes/Controllers/Server/Status/VariablesController.php:504
7957 "The number of threads in the thread cache. The cache hit rate can be "
7958 "calculated as Threads_created/Connections. If this value is red you should "
7959 "raise your thread_cache_size."
7962 #: libraries/classes/Controllers/Server/Status/VariablesController.php:508
7963 msgid "The number of currently open connections."
7966 #: libraries/classes/Controllers/Server/Status/VariablesController.php:510
7968 "The number of threads created to handle connections. If Threads_created is "
7969 "big, you may want to increase the thread_cache_size value. (Normally this "
7970 "doesn't give a notable performance improvement if you have a good thread "
7974 #: libraries/classes/Controllers/Server/Status/VariablesController.php:516
7975 msgid "Thread cache hit rate (calculated value)"
7978 #: libraries/classes/Controllers/Server/Status/VariablesController.php:517
7979 msgid "The number of threads that are not sleeping."
7982 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:60
7983 msgid "User groups management is not enabled."
7986 #: libraries/classes/Controllers/Server/Variables/SetVariableController.php:93
7987 msgid "Setting variable failed"
7990 #: libraries/classes/Controllers/Setup/FormController.php:32
7991 msgid "Incorrect form specified!"
7994 #: libraries/classes/Controllers/Setup/HomeController.php:42
7996 "You are not using a secure connection; all data (including potentially "
7997 "sensitive information, like passwords) is transferred unencrypted!"
8000 #: libraries/classes/Controllers/Setup/HomeController.php:47
8002 "If your server is also configured to accept HTTPS requests follow this link "
8003 "to use a secure connection."
8006 #: libraries/classes/Controllers/Setup/HomeController.php:51
8007 msgid "Insecure connection"
8010 #: libraries/classes/Controllers/Sql/SqlController.php:246
8011 #: libraries/classes/Sql.php:1154
8013 msgid "Bookmark %s has been created."
8016 #: libraries/classes/Controllers/Sql/SqlController.php:253
8017 msgid "Bookmark not created!"
8020 #: libraries/classes/Controllers/Table/AddFieldController.php:161
8021 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:273
8022 #: libraries/classes/Controllers/Table/Structure/SaveController.php:221
8023 #: libraries/classes/Table/Indexes.php:85
8025 msgid "Table %1$s has been altered successfully."
8028 #: libraries/classes/Controllers/Table/ChangeRowsController.php:36
8029 #: libraries/classes/Controllers/Table/DeleteConfirmController.php:27
8030 #: libraries/classes/Controllers/Table/ExportRowsController.php:37
8031 msgid "No row selected."
8034 #: libraries/classes/Controllers/Table/ChartController.php:59
8035 #: libraries/classes/Controllers/Table/GisVisualizationController.php:69
8036 msgid "No SQL query was set to fetch data."
8039 #: libraries/classes/Controllers/Table/ChartController.php:144
8040 msgid "No numeric columns present in the table to plot."
8043 #: libraries/classes/Controllers/Table/ChartController.php:207
8044 msgid "No data to display"
8047 #: libraries/classes/Controllers/Table/CreateController.php:81
8048 #: libraries/classes/Controllers/Table/GetFieldController.php:48
8050 msgid "'%s' database does not exist."
8053 #: libraries/classes/Controllers/Table/CreateController.php:91
8055 msgid "Table %s already exists!"
8058 #: libraries/classes/Controllers/Table/DeleteRowsController.php:79
8059 #: libraries/classes/Controllers/Table/FindReplaceController.php:178
8060 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:82
8061 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:82
8062 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:82
8063 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:82
8064 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:82
8065 #: libraries/classes/Controllers/Table/Partition/AnalyzeController.php:54
8066 #: libraries/classes/Controllers/Table/Partition/CheckController.php:54
8067 #: libraries/classes/Controllers/Table/Partition/DropController.php:55
8068 #: libraries/classes/Controllers/Table/Partition/OptimizeController.php:54
8069 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:55
8070 #: libraries/classes/Controllers/Table/Partition/RepairController.php:54
8071 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:55
8072 #: libraries/classes/Controllers/Table/RelationController.php:241
8073 #: libraries/classes/Controllers/View/OperationsController.php:89
8074 #: libraries/classes/Database/Routines.php:1226
8075 #: libraries/classes/Display/Results.php:3486 libraries/classes/Message.php:172
8076 #: templates/sql/query.twig:7
8077 msgid "Your SQL query has been executed successfully."
8080 #: libraries/classes/Controllers/Table/DropColumnConfirmationController.php:32
8081 #: libraries/classes/Controllers/Table/DropColumnController.php:50
8082 #: libraries/classes/Controllers/Table/Structure/AddIndexController.php:45
8083 #: libraries/classes/Controllers/Table/Structure/BrowseController.php:34
8084 #: libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php:43
8085 #: libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php:43
8086 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:49
8087 #: libraries/classes/Controllers/Table/Structure/FulltextController.php:45
8088 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:50
8089 #: libraries/classes/Controllers/Table/Structure/SpatialController.php:45
8090 #: libraries/classes/Controllers/Table/Structure/UniqueController.php:45
8091 msgid "No column selected."
8094 #: libraries/classes/Controllers/Table/DropColumnController.php:79
8096 msgid "%1$d column has been dropped successfully."
8097 msgid_plural "%1$d columns have been dropped successfully."
8102 #: libraries/classes/Controllers/Table/GetFieldController.php:56
8103 msgid "Invalid table name"
8106 #. l10n: In case a SQL query did not pass a security check
8107 #: libraries/classes/Controllers/Table/GetFieldController.php:65
8108 #: libraries/classes/Controllers/Transformation/WrapperController.php:78
8109 msgid "There is an issue with your request."
8112 #: libraries/classes/Controllers/Table/GetFieldController.php:79
8113 #: libraries/classes/Database/Routines.php:1245
8114 #: libraries/classes/Import.php:154 libraries/classes/InsertEdit.php:221
8115 #: libraries/classes/Sql.php:968
8116 msgid "MySQL returned an empty result set (i.e. zero rows)."
8119 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:74
8120 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:74
8121 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:74
8122 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:74
8123 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:74
8124 msgid "Maintenance operations on multiple tables are disabled."
8127 #: libraries/classes/Controllers/Table/OperationsController.php:129
8128 #: libraries/classes/Controllers/Table/OperationsController.php:322
8129 #: libraries/classes/Controllers/Table/StructureController.php:108
8130 #: libraries/classes/Navigation/Nodes/NodeView.php:28
8131 #: templates/database/structure/show_create.twig:32
8132 #: templates/database/structure/structure_table_row.twig:122
8133 #: templates/database/structure/structure_table_row.twig:186
8137 #: libraries/classes/Controllers/Table/Partition/DropController.php:61
8138 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:61
8139 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:61
8140 #: libraries/classes/Controllers/View/OperationsController.php:92
8141 #: libraries/classes/Html/Generator.php:853 libraries/classes/Import.php:138
8142 #: libraries/classes/InsertEdit.php:716 libraries/classes/Message.php:192
8143 #: templates/error/generic.twig:37
8144 #: templates/table/structure/display_structure.twig:355
8148 #: libraries/classes/Controllers/Table/RelationController.php:182
8149 msgid "Display column was successfully updated."
8152 #: libraries/classes/Controllers/Table/RelationController.php:275
8153 msgid "Internal relationships were successfully updated."
8156 #: libraries/classes/Controllers/Table/ReplaceController.php:319
8158 msgid "Row: %1$s, Column: %2$s, Error: %3$s"
8161 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:81
8163 msgid "Failed to get description of column %s!"
8166 #: libraries/classes/Controllers/Table/StructureController.php:237
8167 #: templates/columns_definitions/column_attributes.twig:107
8168 #: templates/database/data_dictionary/index.twig:41
8169 #: templates/table/structure/display_structure.twig:137
8170 #: templates/table/structure/display_structure.twig:145
8171 #: templates/table/structure/display_structure.twig:295
8172 #: templates/table/tracking/structure_snapshot_columns.twig:25
8176 #: libraries/classes/Controllers/Table/StructureController.php:241
8177 #: libraries/classes/Navigation/Nodes/NodeIndex.php:28
8178 #: templates/columns_definitions/column_attributes.twig:115
8179 #: templates/columns_definitions/table_fields_definitions.twig:46
8180 #: templates/table/structure/display_structure.twig:167
8181 #: templates/table/structure/display_structure.twig:175
8182 #: templates/table/structure/display_structure.twig:301
8183 #: templates/table/structure/display_table_stats.twig:24
8184 #: templates/table/tracking/structure_snapshot_columns.twig:27
8188 #: libraries/classes/Controllers/Table/Structure/MoveColumnsController.php:170
8189 msgid "The columns have been moved successfully."
8192 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:265
8193 #: libraries/classes/Controllers/Table/Structure/SaveController.php:271
8194 #: libraries/classes/Tracking.php:774
8198 #: libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php:48
8200 msgid "The name '%s' is a MySQL reserved keyword."
8201 msgid_plural "The names '%s' are MySQL reserved keywords."
8206 #: libraries/classes/Controllers/Table/Structure/SaveController.php:216
8209 "Table %1$s has been altered successfully. Privileges have been adjusted."
8212 #: libraries/classes/Controllers/Table/TrackingController.php:77
8214 msgid "Tracking of %s is activated."
8217 #: libraries/classes/Controllers/Table/TrackingController.php:153
8218 msgid "Tracking versions deleted successfully."
8221 #: libraries/classes/Controllers/Table/TrackingController.php:158
8222 msgid "No versions selected."
8225 #: libraries/classes/Controllers/Table/TrackingController.php:191
8226 msgid "SQL statements executed."
8229 #: libraries/classes/Controllers/UserPasswordController.php:58
8230 msgid "You don't have sufficient privileges to be here right now!"
8233 #: libraries/classes/Controllers/UserPasswordController.php:92
8234 #: templates/home/index.twig:46 templates/modals/change_password.twig:5
8235 #: templates/server/privileges/change_password.twig:10
8236 msgid "Change password"
8239 #: libraries/classes/Controllers/View/CreateController.php:95
8240 msgid "View name can not be empty!"
8243 #: libraries/classes/Core.php:198 libraries/classes/ZipExtension.php:62
8245 msgid "The %s extension is missing. Please check your PHP configuration."
8248 #: libraries/classes/Database/CentralColumns.php:293
8249 #: libraries/classes/Database/CentralColumns.php:399
8250 #: libraries/classes/Database/CentralColumns.php:611
8252 "The configuration storage is not ready for the central list of columns "
8256 #: libraries/classes/Database/CentralColumns.php:351
8258 msgid "Could not add %1$s as they already exist in central list!"
8261 #: libraries/classes/Database/CentralColumns.php:367
8262 msgid "Could not add columns!"
8265 #: libraries/classes/Database/CentralColumns.php:451
8268 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
8271 #: libraries/classes/Database/CentralColumns.php:464
8272 msgid "Could not remove columns!"
8275 #: libraries/classes/Database/CentralColumns.php:625
8279 #: libraries/classes/Database/CentralColumns.php:625
8283 #: libraries/classes/Database/Designer/Common.php:528
8285 "phpMyAdmin configuration storage is not configured for \"Display Features\" "
8286 "on designer when user tries to set a display field."
8288 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
8291 #: libraries/classes/Database/Designer/Common.php:573
8292 msgid "Error: relationship already exists."
8295 #: libraries/classes/Database/Designer/Common.php:625
8296 msgid "FOREIGN KEY relationship has been added."
8299 #: libraries/classes/Database/Designer/Common.php:633
8300 msgid "Error: FOREIGN KEY relationship could not be added!"
8303 #: libraries/classes/Database/Designer/Common.php:640
8304 msgid "Error: Missing index on column(s)."
8307 #: libraries/classes/Database/Designer/Common.php:648
8308 #: libraries/classes/Database/Designer/Common.php:727
8309 msgid "Error: Relational features are disabled!"
8312 #: libraries/classes/Database/Designer/Common.php:672
8313 msgid "Internal relationship has been added."
8316 #: libraries/classes/Database/Designer/Common.php:680
8317 msgid "Error: Internal relationship could not be added!"
8320 #: libraries/classes/Database/Designer/Common.php:718
8321 msgid "FOREIGN KEY relationship has been removed."
8324 #: libraries/classes/Database/Designer/Common.php:749
8325 msgid "Error: Internal relationship could not be removed!"
8328 #: libraries/classes/Database/Designer/Common.php:755
8329 msgid "Internal relationship has been removed."
8332 #: libraries/classes/Database/Designer.php:136
8333 msgid "Could not load schema plugins, please check your installation!"
8336 #: libraries/classes/Database/Events.php:105
8337 #: libraries/classes/Database/Events.php:114
8338 #: libraries/classes/Database/Events.php:140
8339 #: libraries/classes/Database/Routines.php:224
8340 #: libraries/classes/Database/Routines.php:249
8341 #: libraries/classes/Database/Routines.php:351
8342 #: libraries/classes/Database/Routines.php:1252
8343 #: libraries/classes/Database/Triggers.php:116
8344 #: libraries/classes/Database/Triggers.php:125
8345 #: libraries/classes/Database/Triggers.php:152
8347 msgid "The following query has failed: \"%s\""
8350 #: libraries/classes/Database/Events.php:109
8351 #: libraries/classes/Database/Events.php:118
8352 #: libraries/classes/Database/Events.php:144
8353 #: libraries/classes/Database/Events.php:502
8354 #: libraries/classes/Database/Routines.php:228
8355 #: libraries/classes/Database/Routines.php:253
8356 #: libraries/classes/Database/Routines.php:355
8357 #: libraries/classes/Database/Routines.php:1256
8358 #: libraries/classes/Database/Routines.php:1536
8359 #: libraries/classes/Database/Triggers.php:120
8360 #: libraries/classes/Database/Triggers.php:129
8361 #: libraries/classes/Database/Triggers.php:156
8362 #: libraries/classes/Database/Triggers.php:438
8363 #: libraries/classes/Html/Generator.php:921
8364 msgid "MySQL said: "
8367 #: libraries/classes/Database/Events.php:127
8369 msgid "Event %1$s has been modified."
8372 #: libraries/classes/Database/Events.php:147
8374 msgid "Event %1$s has been created."
8377 #: libraries/classes/Database/Events.php:161
8378 #: libraries/classes/Database/Routines.php:269
8379 #: libraries/classes/Database/Triggers.php:173
8380 msgid "One or more errors have occurred while processing your request:"
8383 #: libraries/classes/Database/Events.php:240
8387 #: libraries/classes/Database/Events.php:244
8391 #: libraries/classes/Database/Events.php:401
8392 #: libraries/classes/Database/Routines.php:988
8393 #: libraries/classes/Database/Triggers.php:382
8394 msgid "The definer must be in the \"username@hostname\" format!"
8397 #: libraries/classes/Database/Events.php:409
8398 msgid "You must provide an event name!"
8401 #: libraries/classes/Database/Events.php:423
8402 msgid "You must provide a valid interval value for the event."
8405 #: libraries/classes/Database/Events.php:443
8406 msgid "You must provide a valid execution time for the event."
8409 #: libraries/classes/Database/Events.php:447
8410 msgid "You must provide a valid type for the event."
8413 #: libraries/classes/Database/Events.php:473
8414 msgid "You must provide an event definition."
8417 #: libraries/classes/Database/Events.php:499
8418 msgid "Sorry, we failed to restore the dropped event."
8421 #: libraries/classes/Database/Events.php:500
8422 #: libraries/classes/Database/Routines.php:1534
8423 #: libraries/classes/Database/Triggers.php:436
8424 msgid "The backed up query was:"
8427 #: libraries/classes/Database/Events.php:531
8428 #: libraries/classes/Database/Routines.php:150
8429 #: libraries/classes/Database/Routines.php:1145
8430 #: libraries/classes/Database/Routines.php:1312
8431 #: libraries/classes/Database/Triggers.php:467
8432 msgid "Error in processing request:"
8435 #: libraries/classes/Database/Events.php:533
8437 msgid "No event with name %1$s found in database %2$s."
8440 #: libraries/classes/Database/Events.php:563
8442 msgid "Export of event %s"
8445 #: libraries/classes/Database/Events.php:584
8448 "Error in processing request: No event with name %1$s found in database %2$s."
8451 #: libraries/classes/DatabaseInterface.php:1130
8454 "Unable to use timezone \"%1$s\" for server %2$d. Please check your "
8455 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8456 "phpMyAdmin is currently using the default time zone of the database server."
8459 #: libraries/classes/DatabaseInterface.php:1175
8460 msgid "Failed to set configured collation connection!"
8463 #: libraries/classes/DatabaseInterface.php:1864
8464 msgid "Missing connection parameters!"
8467 #: libraries/classes/DatabaseInterface.php:1889
8468 msgid "Connection for controluser as defined in your configuration failed."
8471 #: libraries/classes/DatabaseInterface.php:2294
8473 msgid "See %sour documentation%s for more information."
8476 #: libraries/classes/Database/Qbe.php:756
8477 #: templates/database/qbe/ins_del_and_or_cell.twig:21
8481 #: libraries/classes/Database/Qbe.php:760
8482 #: templates/database/qbe/ins_del_and_or_cell.twig:9
8486 #: libraries/classes/Database/Qbe.php:766
8490 #: libraries/classes/Database/Qbe.php:769
8494 #: libraries/classes/Database/Qbe.php:1674
8495 msgid "Saved bookmarked search:"
8498 #: libraries/classes/Database/Qbe.php:1676
8499 msgid "New bookmark"
8502 #: libraries/classes/Database/Qbe.php:1703
8503 msgid "Create bookmark"
8506 #: libraries/classes/Database/Qbe.php:1706
8507 msgid "Update bookmark"
8510 #: libraries/classes/Database/Qbe.php:1708
8511 msgid "Delete bookmark"
8514 #: libraries/classes/Database/Routines.php:117
8518 #: libraries/classes/Database/Routines.php:121
8519 msgid "Edit routine"
8522 #: libraries/classes/Database/Routines.php:153
8525 "No routine with name %1$s found in database %2$s. You might be lacking the "
8526 "necessary privileges to edit this routine."
8529 #: libraries/classes/Database/Routines.php:205
8530 #: libraries/classes/Database/Routines.php:996
8532 msgid "Invalid routine type: \"%s\""
8535 #: libraries/classes/Database/Routines.php:256
8537 msgid "Routine %1$s has been created."
8540 #: libraries/classes/Database/Routines.php:416
8542 msgid "Routine %1$s has been modified. Privileges have been adjusted."
8545 #: libraries/classes/Database/Routines.php:421
8547 msgid "Routine %1$s has been modified."
8550 #: libraries/classes/Database/Routines.php:829
8551 msgid "You must provide a name and a type for each routine parameter."
8554 #: libraries/classes/Database/Routines.php:847
8556 msgid "Invalid direction \"%s\" given for parameter."
8559 #: libraries/classes/Database/Routines.php:867
8560 #: libraries/classes/Database/Routines.php:934
8562 "You must provide length/values for routine parameters of type ENUM, SET, "
8563 "VARCHAR and VARBINARY."
8566 #: libraries/classes/Database/Routines.php:916
8567 msgid "You must provide a valid return type for the routine."
8570 #: libraries/classes/Database/Routines.php:1004
8571 msgid "You must provide a routine name!"
8574 #: libraries/classes/Database/Routines.php:1069
8575 msgid "You must provide a routine definition."
8578 #: libraries/classes/Database/Routines.php:1147
8579 #: libraries/classes/Database/Routines.php:1314
8581 msgid "No routine with name %1$s found in database %2$s."
8584 #: libraries/classes/Database/Routines.php:1186
8586 msgid "Execution results of routine %s"
8589 #: libraries/classes/Database/Routines.php:1234
8591 msgid "%d row affected by the last statement inside the procedure."
8592 msgid_plural "%d rows affected by the last statement inside the procedure."
8597 #: libraries/classes/Database/Routines.php:1297
8598 #: libraries/classes/Database/Routines.php:1304
8599 msgid "Execute routine"
8602 #: libraries/classes/Database/Routines.php:1533
8603 msgid "Sorry, we failed to restore the dropped routine."
8606 #: libraries/classes/Database/Routines.php:1561
8608 msgid "Export of routine %s"
8611 #: libraries/classes/Database/Routines.php:1583
8614 "Error in processing request: No routine with name %1$s found in database "
8615 "%2$s. You might be lacking the necessary privileges to view/export this "
8619 #: libraries/classes/Database/Search.php:103
8620 #: templates/database/search/main.twig:19
8621 msgid "at least one of the words"
8624 #: libraries/classes/Database/Search.php:104
8625 #: templates/database/search/main.twig:23
8626 msgid "all of the words"
8629 #: libraries/classes/Database/Search.php:105
8630 #: templates/database/search/main.twig:27
8631 msgid "the exact phrase as substring"
8634 #: libraries/classes/Database/Search.php:106
8635 #: templates/database/search/main.twig:31
8636 msgid "the exact phrase as whole field"
8639 #: libraries/classes/Database/Search.php:107
8640 #: templates/database/search/main.twig:35
8641 msgid "as regular expression"
8644 #: libraries/classes/Database/Triggers.php:139
8646 msgid "Trigger %1$s has been modified."
8649 #: libraries/classes/Database/Triggers.php:159
8651 msgid "Trigger %1$s has been created."
8654 #: libraries/classes/Database/Triggers.php:258
8658 #: libraries/classes/Database/Triggers.php:262
8659 msgid "Edit trigger"
8662 #: libraries/classes/Database/Triggers.php:390
8663 msgid "You must provide a trigger name!"
8666 #: libraries/classes/Database/Triggers.php:396
8667 msgid "You must provide a valid timing for the trigger!"
8670 #: libraries/classes/Database/Triggers.php:402
8671 msgid "You must provide a valid event for the trigger!"
8674 #: libraries/classes/Database/Triggers.php:409
8675 msgid "You must provide a valid table name!"
8678 #: libraries/classes/Database/Triggers.php:416
8679 msgid "You must provide a trigger definition."
8682 #: libraries/classes/Database/Triggers.php:435
8683 msgid "Sorry, we failed to restore the dropped trigger."
8686 #: libraries/classes/Database/Triggers.php:469
8688 msgid "No trigger with name %1$s found in database %2$s."
8691 #: libraries/classes/Database/Triggers.php:501
8692 #: templates/database/triggers/export.twig:2
8694 msgid "Export of trigger %s"
8697 #: libraries/classes/Database/Triggers.php:519
8700 "Error in processing request: No trigger with name %1$s found in database "
8704 #: libraries/classes/Dbal/DbiMysqli.php:143
8705 msgid "SSL connection enforced by server, automatically enabling it."
8708 #: libraries/classes/Dbal/DbiMysqli.php:155
8711 "Error 1045: Access denied for user. Additional error information may be "
8712 "available, but is being hidden by the %s configuration directive."
8715 #: libraries/classes/Dbal/InvalidDatabaseName.php:14
8717 #| msgid "The database name is empty!"
8718 msgid "The database name must be a non-empty string."
8719 msgstr "Kein Name för di Dahtebangk!"
8721 #: libraries/classes/Dbal/InvalidDatabaseName.php:22
8723 msgid "The database name cannot be longer than %d characters."
8726 #: libraries/classes/Dbal/InvalidDatabaseName.php:27
8727 msgid "The database name cannot end with a space character."
8730 #: libraries/classes/Dbal/InvalidTableName.php:14
8732 #| msgid "The database name is empty!"
8733 msgid "The table name must be a non-empty string."
8734 msgstr "Kein Name för di Dahtebangk!"
8736 #: libraries/classes/Dbal/InvalidTableName.php:22
8738 msgid "The table name cannot be longer than %d characters."
8741 #: libraries/classes/Dbal/InvalidTableName.php:27
8742 msgid "The table name cannot end with a space character."
8745 #: libraries/classes/Display/Results.php:1272
8746 #: templates/display/results/table.twig:204
8747 msgid "Partial texts"
8750 #: libraries/classes/Display/Results.php:1276
8751 #: templates/display/results/table.twig:208
8755 #: libraries/classes/Display/Results.php:1617
8756 #: libraries/classes/Display/Results.php:1643 libraries/classes/Util.php:2487
8757 #: libraries/classes/Util.php:2510 libraries/config.values.php:113
8758 #: templates/database/multi_table_query/form.twig:69
8759 #: templates/database/qbe/sort_select_cell.twig:7
8760 #: templates/server/databases/index.twig:111
8761 #: templates/server/databases/index.twig:128
8762 #: templates/server/databases/index.twig:147
8763 #: templates/server/status/processes/list.twig:12
8764 #: templates/table/operations/index.twig:31
8765 #: templates/table/search/index.twig:163
8769 #: libraries/classes/Display/Results.php:1625
8770 #: libraries/classes/Display/Results.php:1635 libraries/classes/Util.php:2479
8771 #: libraries/classes/Util.php:2502 libraries/config.values.php:112
8772 #: templates/database/multi_table_query/form.twig:68
8773 #: templates/database/qbe/sort_select_cell.twig:5
8774 #: templates/server/databases/index.twig:109
8775 #: templates/server/databases/index.twig:126
8776 #: templates/server/databases/index.twig:145
8777 #: templates/server/status/processes/list.twig:14
8778 #: templates/table/operations/index.twig:27
8779 #: templates/table/search/index.twig:159
8783 #: libraries/classes/Display/Results.php:2810
8784 #: libraries/classes/Display/Results.php:2825
8785 msgid "The row has been deleted."
8788 #: libraries/classes/Display/Results.php:2857
8789 #: templates/server/status/processes/list.twig:44
8793 #: libraries/classes/Display/Results.php:3417
8794 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
8797 #: libraries/classes/Display/Results.php:3784
8799 msgid "Showing rows %1s - %2s"
8802 #: libraries/classes/Display/Results.php:3798
8804 msgid "%1$d total, %2$d in query"
8807 #: libraries/classes/Display/Results.php:3803
8812 #: libraries/classes/Display/Results.php:3816 libraries/classes/Sql.php:974
8814 msgid "Query took %01.4f seconds."
8817 #: libraries/classes/Display/Results.php:4146
8818 msgid "Link not found!"
8821 #: libraries/classes/Engines/Bdb.php:28
8822 msgid "Version information"
8825 #: libraries/classes/Engines/Innodb.php:31
8826 msgid "Data home directory"
8829 #: libraries/classes/Engines/Innodb.php:32
8830 msgid "The common part of the directory path for all InnoDB data files."
8833 #: libraries/classes/Engines/Innodb.php:35
8837 #: libraries/classes/Engines/Innodb.php:38
8838 msgid "Autoextend increment"
8841 #: libraries/classes/Engines/Innodb.php:40
8843 "The increment size for extending the size of an autoextending tablespace "
8844 "when it becomes full."
8847 #: libraries/classes/Engines/Innodb.php:45
8848 msgid "Buffer pool size"
8851 #: libraries/classes/Engines/Innodb.php:46
8853 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
8857 #: libraries/classes/Engines/Innodb.php:107
8861 #: libraries/classes/Engines/Innodb.php:108
8862 #: libraries/classes/Server/Status/Data.php:233
8863 msgid "InnoDB Status"
8866 #: libraries/classes/Engines/Innodb.php:133
8867 msgid "Buffer Pool Usage"
8870 #: libraries/classes/Engines/Innodb.php:140
8874 #: libraries/classes/Engines/Innodb.php:148
8878 #: libraries/classes/Engines/Innodb.php:154
8882 #: libraries/classes/Engines/Innodb.php:160
8883 msgid "Pages containing data"
8886 #: libraries/classes/Engines/Innodb.php:166
8887 msgid "Pages to be flushed"
8890 #: libraries/classes/Engines/Innodb.php:172
8894 #: libraries/classes/Engines/Innodb.php:181
8895 msgid "Latched pages"
8898 #: libraries/classes/Engines/Innodb.php:192
8899 msgid "Buffer Pool Activity"
8902 #: libraries/classes/Engines/Innodb.php:196
8903 msgid "Read requests"
8906 #: libraries/classes/Engines/Innodb.php:202
8907 msgid "Write requests"
8910 #: libraries/classes/Engines/Innodb.php:208
8914 #: libraries/classes/Engines/Innodb.php:214
8918 #: libraries/classes/Engines/Innodb.php:220
8919 msgid "Read misses in %"
8922 #: libraries/classes/Engines/Innodb.php:235
8923 msgid "Write waits in %"
8926 #: libraries/classes/Engines/Myisam.php:28
8927 msgid "Data pointer size"
8930 #: libraries/classes/Engines/Myisam.php:30
8932 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
8933 "tables when no MAX_ROWS option is specified."
8936 #: libraries/classes/Engines/Myisam.php:36
8937 msgid "Automatic recovery mode"
8940 #: libraries/classes/Engines/Myisam.php:38
8942 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
8943 "myisam-recover server startup option."
8946 #: libraries/classes/Engines/Myisam.php:43
8947 msgid "Maximum size for temporary sort files"
8950 #: libraries/classes/Engines/Myisam.php:45
8952 "The maximum size of the temporary file MySQL is allowed to use while re-"
8953 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
8957 #: libraries/classes/Engines/Myisam.php:52
8958 msgid "Maximum size for temporary files on index creation"
8961 #: libraries/classes/Engines/Myisam.php:54
8963 "If the temporary file used for fast MyISAM index creation would be larger "
8964 "than using the key cache by the amount specified here, prefer the key cache "
8968 #: libraries/classes/Engines/Myisam.php:61
8969 msgid "Repair threads"
8972 #: libraries/classes/Engines/Myisam.php:63
8974 "If this value is greater than 1, MyISAM table indexes are created in "
8975 "parallel (each index in its own thread) during the repair by sorting process."
8978 #: libraries/classes/Engines/Myisam.php:70
8979 msgid "Sort buffer size"
8982 #: libraries/classes/Engines/Myisam.php:72
8984 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
8985 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
8988 #: libraries/classes/Engines/Pbxt.php:33
8989 msgid "Index cache size"
8992 #: libraries/classes/Engines/Pbxt.php:35
8994 "This is the amount of memory allocated to the index cache. Default value is "
8995 "32MB. The memory allocated here is used only for caching index pages."
8998 #: libraries/classes/Engines/Pbxt.php:42
8999 msgid "Record cache size"
9002 #: libraries/classes/Engines/Pbxt.php:44
9004 "This is the amount of memory allocated to the record cache used to cache "
9005 "table data. The default value is 32MB. This memory is used to cache changes "
9006 "to the handle data (.xtd) and row pointer (.xtr) files."
9009 #: libraries/classes/Engines/Pbxt.php:52
9010 msgid "Log cache size"
9013 #: libraries/classes/Engines/Pbxt.php:54
9015 "The amount of memory allocated to the transaction log cache used to cache on "
9016 "transaction log data. The default is 16MB."
9019 #: libraries/classes/Engines/Pbxt.php:61
9020 msgid "Log file threshold"
9023 #: libraries/classes/Engines/Pbxt.php:63
9025 "The size of a transaction log before rollover, and a new log is created. The "
9026 "default value is 16MB."
9029 #: libraries/classes/Engines/Pbxt.php:69
9030 msgid "Transaction buffer size"
9033 #: libraries/classes/Engines/Pbxt.php:71
9035 "The size of the global transaction log buffer (the engine allocates 2 "
9036 "buffers of this size). The default is 1MB."
9039 #: libraries/classes/Engines/Pbxt.php:78
9040 msgid "Checkpoint frequency"
9043 #: libraries/classes/Engines/Pbxt.php:80
9045 "The amount of data written to the transaction log before a checkpoint is "
9046 "performed. The default value is 24MB."
9049 #: libraries/classes/Engines/Pbxt.php:87
9050 msgid "Data log threshold"
9053 #: libraries/classes/Engines/Pbxt.php:89
9055 "The maximum size of a data log file. The default value is 64MB. PBXT can "
9056 "create a maximum of 32000 data logs, which are used by all tables. So the "
9057 "value of this variable can be increased to increase the total amount of data "
9058 "that can be stored in the database."
9061 #: libraries/classes/Engines/Pbxt.php:98
9062 msgid "Garbage threshold"
9065 #: libraries/classes/Engines/Pbxt.php:100
9067 "The percentage of garbage in a data log file before it is compacted. This is "
9068 "a value between 1 and 99. The default is 50."
9071 #: libraries/classes/Engines/Pbxt.php:107
9072 msgid "Log buffer size"
9075 #: libraries/classes/Engines/Pbxt.php:109
9077 "The size of the buffer used when writing a data log. The default is 256MB. "
9078 "The engine allocates one buffer per thread, but only if the thread is "
9079 "required to write a data log."
9082 #: libraries/classes/Engines/Pbxt.php:117
9083 msgid "Data file grow size"
9086 #: libraries/classes/Engines/Pbxt.php:118
9087 msgid "The grow size of the handle data (.xtd) files."
9090 #: libraries/classes/Engines/Pbxt.php:122
9091 msgid "Row file grow size"
9094 #: libraries/classes/Engines/Pbxt.php:123
9095 msgid "The grow size of the row pointer (.xtr) files."
9098 #: libraries/classes/Engines/Pbxt.php:127
9099 msgid "Log file count"
9102 #: libraries/classes/Engines/Pbxt.php:129
9104 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
9105 "system will maintain. If the number of logs exceeds this value then old logs "
9106 "will be deleted, otherwise they are renamed and given the next highest "
9110 #: libraries/classes/Engines/Pbxt.php:169
9111 #: libraries/classes/Html/Generator.php:784
9112 #: libraries/classes/Html/MySQLDocumentation.php:50
9113 #: libraries/classes/Sanitize.php:203
9114 #: templates/config/form_display/input.twig:10 templates/home/index.twig:244
9115 #: templates/server/variables/index.twig:17 templates/setup/home/index.twig:113
9116 #: templates/setup/home/index.twig:131
9117 msgid "Documentation"
9120 #: libraries/classes/Engines/Pbxt.php:185
9123 "Documentation and further information about PBXT can be found on the "
9124 "%sPrimeBase XT Home Page%s."
9127 #: libraries/classes/ErrorHandler.php:104
9128 msgid "Too many error messages, some are not displayed."
9131 #: libraries/classes/ErrorHandler.php:430
9135 #: libraries/classes/ErrorHandler.php:435 templates/error/report_form.twig:25
9136 msgid "Automatically send report next time"
9139 #: libraries/classes/Export.php:159 libraries/classes/Export.php:195
9140 #: libraries/classes/Export.php:469
9142 msgid "Insufficient space to save the file %s."
9145 #: libraries/classes/Export.php:418
9148 "File %s already exists on server, change filename or check overwrite option."
9151 #: libraries/classes/Export.php:425 libraries/classes/Export.php:435
9153 msgid "The web server does not have permission to save the file %s."
9156 #: libraries/classes/Export.php:475
9158 msgid "Dump has been saved to file %s."
9161 #. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
9162 #: libraries/classes/Export.php:982
9163 msgid "Exporting a raw query is not supported for this export method."
9166 #: libraries/classes/File.php:231
9167 msgid "File was not an uploaded file."
9170 #: libraries/classes/File.php:266
9171 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
9174 #: libraries/classes/File.php:271
9176 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
9180 #: libraries/classes/File.php:276
9181 msgid "The uploaded file was only partially uploaded."
9184 #: libraries/classes/File.php:280
9185 msgid "Missing a temporary folder."
9188 #: libraries/classes/File.php:283
9189 msgid "Failed to write file to disk."
9192 #: libraries/classes/File.php:286
9193 msgid "File upload stopped by extension."
9196 #: libraries/classes/File.php:289
9197 msgid "Unknown error in file upload."
9200 #: libraries/classes/File.php:422
9201 msgid "File is a symbolic link"
9204 #: libraries/classes/File.php:429 libraries/classes/File.php:520
9205 msgid "File could not be read!"
9208 #: libraries/classes/File.php:465
9209 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
9212 #: libraries/classes/File.php:485
9213 msgid "Error while moving uploaded file."
9216 #: libraries/classes/File.php:494
9217 msgid "Cannot read uploaded file."
9220 #: libraries/classes/File.php:571
9223 "You attempted to load file with unsupported compression (%s). Either support "
9224 "for it is not implemented or disabled by your configuration."
9227 #: libraries/classes/FlashMessages.php:24
9228 msgid "Session not found."
9231 #: libraries/classes/Html/Generator.php:146
9233 msgid "Jump to database “%s”."
9236 #: libraries/classes/Html/Generator.php:172
9238 msgid "The %s functionality is affected by a known bug, see %s"
9241 #: libraries/classes/Html/Generator.php:240
9242 msgid "SSL is not being used"
9245 #: libraries/classes/Html/Generator.php:245
9246 msgid "SSL is used with disabled verification"
9249 #: libraries/classes/Html/Generator.php:247
9250 msgid "SSL is used without certification authority"
9253 #: libraries/classes/Html/Generator.php:250
9257 #: libraries/classes/Html/Generator.php:353
9258 msgid "The PHP function password_hash() with default options."
9261 #: libraries/classes/Html/Generator.php:354
9262 msgid "password_hash() PHP function"
9265 #: libraries/classes/Html/Generator.php:632
9266 msgid "Skip Explain SQL"
9269 #: libraries/classes/Html/Generator.php:641
9271 msgid "Analyze Explain at %s"
9274 #: libraries/classes/Html/Generator.php:670
9277 msgid "Without PHP code"
9280 #: libraries/classes/Html/Generator.php:678
9281 #: templates/database/multi_table_query/form.twig:175
9282 #: templates/database/qbe/selection_form.twig:115
9283 msgid "Submit query"
9286 #: libraries/classes/Html/Generator.php:725 templates/console/display.twig:43
9287 #: templates/console/display.twig:201 templates/sql/profiling_chart.twig:2
9291 #: libraries/classes/Html/Generator.php:738
9292 msgctxt "Inline edit query"
9296 #: libraries/classes/Html/Generator.php:860
9297 msgid "Static analysis:"
9300 #: libraries/classes/Html/Generator.php:863
9302 msgid "%d errors were found during analysis."
9305 #: libraries/classes/Import.php:276 libraries/classes/Sql.php:982
9306 msgid "[ROLLBACK occurred.]"
9309 #: libraries/classes/Import.php:1215
9311 "The following structures have either been created or altered. Here you can:"
9314 #: libraries/classes/Import.php:1217
9315 msgid "View a structure's contents by clicking on its name."
9318 #: libraries/classes/Import.php:1218
9320 "Change any of its settings by clicking the corresponding \"Options\" link."
9323 #: libraries/classes/Import.php:1219
9324 msgid "Edit structure by following the \"Structure\" link."
9327 #: libraries/classes/Import.php:1223 libraries/classes/Import.php:1257
9328 #: libraries/classes/Plugins/Export/ExportCodegen.php:66
9329 #: libraries/classes/Plugins/Export/ExportCsv.php:45
9330 #: libraries/classes/Plugins/Export/ExportExcel.php:39
9331 #: libraries/classes/Plugins/Export/ExportHtmlword.php:45
9332 #: libraries/classes/Plugins/Export/ExportJson.php:71
9333 #: libraries/classes/Plugins/Export/ExportLatex.php:67
9334 #: libraries/classes/Plugins/Export/ExportMediawiki.php:45
9335 #: libraries/classes/Plugins/Export/ExportOds.php:52
9336 #: libraries/classes/Plugins/Export/ExportOdt.php:59
9337 #: libraries/classes/Plugins/Export/ExportPdf.php:65
9338 #: libraries/classes/Plugins/Export/ExportPhparray.php:44
9339 #: libraries/classes/Plugins/Export/ExportSql.php:115
9340 #: libraries/classes/Plugins/Export/ExportTexytext.php:44
9341 #: libraries/classes/Plugins/Export/ExportXml.php:76
9342 #: libraries/classes/Plugins/Export/ExportYaml.php:43
9343 #: libraries/classes/Plugins/Import/ImportCsv.php:70
9344 #: libraries/classes/Plugins/Import/ImportLdi.php:51
9345 #: libraries/classes/Plugins/Import/ImportMediawiki.php:59
9346 #: libraries/classes/Plugins/Import/ImportOds.php:53
9347 #: libraries/classes/Plugins/Import/ImportShp.php:70
9348 #: libraries/classes/Plugins/Import/ImportSql.php:43
9349 #: libraries/classes/Plugins/Import/ImportXml.php:51
9350 #: templates/console/display.twig:15 templates/console/display.twig:163
9351 #: templates/database/designer/database_tables.twig:114
9352 #: templates/database/routines/editor_form.twig:53
9353 #: templates/table/structure/display_table_stats.twig:97
9357 #: libraries/classes/Import.php:1226
9359 msgid "Go to database: %s"
9362 #: libraries/classes/Import.php:1232 libraries/classes/Import.php:1275
9364 msgid "Edit settings for %s"
9367 #: libraries/classes/Import.php:1260
9369 msgid "Go to table: %s"
9372 #: libraries/classes/Import.php:1268
9374 msgid "Structure of %s"
9377 #: libraries/classes/Import.php:1286
9379 msgid "Go to view: %s"
9382 #: libraries/classes/Import.php:1312
9384 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
9385 "engine tables can be rolled back."
9388 #: libraries/classes/Index.php:618
9391 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
9395 #: libraries/classes/InsertEdit.php:343
9396 #: libraries/classes/Navigation/Nodes/NodeFunction.php:28
9397 #: templates/database/routines/execute_form.twig:18
9398 #: templates/table/search/index.twig:36
9399 #: templates/table/zoom_search/index.twig:34
9403 #: libraries/classes/InsertEdit.php:346
9404 #: libraries/classes/Plugins/Export/ExportHtmlword.php:275
9405 #: libraries/classes/Plugins/Export/ExportHtmlword.php:368
9406 #: libraries/classes/Plugins/Export/ExportLatex.php:523
9407 #: libraries/classes/Plugins/Export/ExportOdt.php:370
9408 #: libraries/classes/Plugins/Export/ExportOdt.php:472
9409 #: libraries/classes/Plugins/Export/ExportTexytext.php:288
9410 #: libraries/classes/Plugins/Export/ExportTexytext.php:378
9411 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:522
9412 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:666
9413 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:700
9414 #: templates/columns_definitions/table_fields_definitions.twig:12
9415 #: templates/database/central_columns/edit.twig:9
9416 #: templates/database/central_columns/main.twig:20
9417 #: templates/database/central_columns/main.twig:224
9418 #: templates/database/data_dictionary/index.twig:23
9419 #: templates/database/data_dictionary/index.twig:74
9420 #: templates/database/events/index.twig:45
9421 #: templates/database/privileges/index.twig:19
9422 #: templates/database/routines/editor_form.twig:26
9423 #: templates/database/routines/editor_form.twig:51
9424 #: templates/database/routines/execute_form.twig:16
9425 #: templates/database/routines/index.twig:50
9426 #: templates/database/structure/table_header.twig:30 templates/indexes.twig:17
9427 #: templates/table/privileges/index.twig:21
9428 #: templates/table/search/index.twig:39
9429 #: templates/table/structure/display_structure.twig:22
9430 #: templates/table/structure/display_structure.twig:459
9431 #: templates/table/tracking/structure_snapshot_columns.twig:7
9432 #: templates/table/tracking/structure_snapshot_indexes.twig:6
9433 #: templates/table/zoom_search/index.twig:37
9437 #: libraries/classes/InsertEdit.php:717 templates/import.twig:60
9438 #: templates/import.twig:85
9439 msgid "The directory you set for upload work cannot be reached."
9442 #: libraries/classes/InsertEdit.php:725
9443 #: templates/database/qbe/ins_del_and_or_cell.twig:24
9444 #: templates/server/privileges/privileges_table.twig:33
9445 #: templates/server/privileges/privileges_table.twig:60
9446 #: templates/server/privileges/privileges_table.twig:87
9447 #: templates/server/privileges/privileges_table.twig:114
9448 #: templates/table/search/index.twig:129
9452 #: libraries/classes/InsertEdit.php:726
9453 msgid "web server upload directory:"
9456 #: libraries/classes/InsertEdit.php:1311 libraries/classes/Sql.php:965
9457 msgid "Showing SQL query"
9460 #: libraries/classes/InsertEdit.php:1335 libraries/classes/Sql.php:945
9462 msgid "Inserted row id: %1$d"
9465 #: libraries/classes/LanguageManager.php:979
9466 msgid "Ignoring unsupported language code."
9469 #: libraries/classes/Linter.php:108
9471 "Linting is disabled for this query because it exceeds the maximum length."
9474 #: libraries/classes/Linter.php:162
9476 msgid "%1$s (near <code>%2$s</code>)"
9479 #: libraries/classes/Menu.php:238
9480 #: libraries/classes/Navigation/Nodes/NodeTable.php:309
9481 #: libraries/classes/Util.php:1428 libraries/classes/Util.php:1895
9482 #: libraries/config.values.php:68 libraries/config.values.php:82
9483 #: libraries/config.values.php:183 templates/database/search/results.twig:34
9484 #: templates/database/structure/structure_table_row.twig:43
9485 #: templates/table/structure/display_structure.twig:282
9489 #: libraries/classes/Menu.php:257 libraries/classes/Menu.php:364
9490 #: libraries/classes/Navigation/Nodes/NodeTable.php:300
9491 #: libraries/classes/Util.php:1426 libraries/classes/Util.php:1881
9492 #: libraries/classes/Util.php:1898 libraries/config.values.php:64
9493 #: libraries/config.values.php:78 libraries/config.values.php:169
9494 #: libraries/config.values.php:179 templates/database/routines/index.twig:27
9495 #: templates/database/routines/index.twig:28
9496 #: templates/database/structure/structure_table_row.twig:53
9497 #: templates/server/databases/index.twig:76
9498 #: templates/server/databases/index.twig:77
9502 #: libraries/classes/Menu.php:268
9503 #: libraries/classes/Navigation/Nodes/NodeTable.php:303
9504 #: libraries/classes/Util.php:1427 libraries/classes/Util.php:1899
9505 #: libraries/config.values.php:66 libraries/config.values.php:80
9506 #: libraries/config.values.php:181
9507 #: templates/database/qbe/ins_del_and_or_cell.twig:6
9508 #: templates/database/structure/structure_table_row.twig:59
9509 #: templates/sql/query.twig:75
9513 #: libraries/classes/Menu.php:294 libraries/classes/Menu.php:404
9514 #: libraries/classes/Server/Privileges.php:2848 libraries/classes/Util.php:1886
9515 #: libraries/classes/Util.php:1902 libraries/config.values.php:161
9516 #: templates/database/privileges/index.twig:20
9517 #: templates/server/privileges/privileges_summary.twig:16
9518 #: templates/server/sub_page_header.twig:2
9519 #: templates/table/privileges/index.twig:22
9523 #: libraries/classes/Menu.php:305 libraries/classes/Menu.php:315
9524 #: libraries/classes/Menu.php:395 libraries/classes/Util.php:1429
9525 #: libraries/classes/Util.php:1885 libraries/classes/Util.php:1903
9526 #: libraries/config.values.php:171 templates/table/operations/view.twig:8
9530 #: libraries/classes/Menu.php:321 libraries/classes/Menu.php:430
9531 #: libraries/classes/Util.php:1890 libraries/classes/Util.php:1904
9535 #: libraries/classes/Menu.php:328 libraries/classes/Menu.php:423
9536 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25
9537 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26
9538 #: libraries/classes/Plugins/Export/ExportHtmlword.php:552
9539 #: libraries/classes/Plugins/Export/ExportOdt.php:697
9540 #: libraries/classes/Plugins/Export/ExportPdf.php:261
9541 #: libraries/classes/Plugins/Export/ExportSql.php:2072
9542 #: libraries/classes/Plugins/Export/ExportTexytext.php:535
9543 #: libraries/classes/Plugins/Export/ExportXml.php:120
9544 #: libraries/classes/Util.php:1889 libraries/classes/Util.php:1905
9545 #: templates/database/triggers/list.twig:3
9549 #: libraries/classes/Menu.php:369 libraries/classes/Menu.php:377
9550 #: libraries/classes/Menu.php:385
9551 msgid "Database seems to be empty!"
9554 #: libraries/classes/Menu.php:372 libraries/classes/Util.php:1882
9558 #: libraries/classes/Menu.php:410 libraries/classes/Util.php:1887
9559 #: templates/database/routines/index.twig:3
9563 #: libraries/classes/Menu.php:416
9564 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25
9565 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26
9566 #: libraries/classes/Plugins/Export/ExportSql.php:1004
9567 #: libraries/classes/Plugins/Export/ExportXml.php:100
9568 #: libraries/classes/Util.php:1888 templates/database/events/index.twig:3
9572 #: libraries/classes/Menu.php:437 libraries/classes/Util.php:1891
9576 #: libraries/classes/Menu.php:444 libraries/classes/Util.php:1892
9577 #: templates/database/structure/check_all_tables.twig:32
9578 msgid "Central columns"
9581 #: libraries/classes/Menu.php:501
9582 msgid "User accounts"
9585 #: libraries/classes/Menu.php:536 libraries/classes/Server/Status/Data.php:152
9586 #: libraries/classes/Util.php:1871 templates/server/binlog/index.twig:3
9590 #: libraries/classes/Menu.php:543 libraries/classes/Server/Status/Data.php:157
9591 #: libraries/classes/Util.php:1872
9592 #: templates/database/structure/body_for_table_summary.twig:11
9593 #: templates/database/structure/table_header.twig:10
9594 #: templates/server/replication/index.twig:5
9598 #: libraries/classes/Menu.php:549 libraries/classes/Server/Status/Data.php:229
9599 #: libraries/classes/Util.php:1873 libraries/config.values.php:159
9600 #: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
9601 #: templates/sql/query.twig:191
9605 #: libraries/classes/Menu.php:554 libraries/classes/Util.php:1874
9609 #: libraries/classes/Menu.php:559 libraries/classes/Util.php:1876
9613 #: libraries/classes/Menu.php:564 libraries/classes/Util.php:1875
9614 #: templates/server/plugins/index.twig:4
9618 #: libraries/classes/Message.php:252
9620 msgid "%1$d row affected."
9621 msgid_plural "%1$d rows affected."
9626 #: libraries/classes/Message.php:273
9628 msgid "%1$d row deleted."
9629 msgid_plural "%1$d rows deleted."
9634 #: libraries/classes/Message.php:294
9636 msgid "%1$d row inserted."
9637 msgid_plural "%1$d rows inserted."
9642 #: libraries/classes/Navigation/Navigation.php:229
9646 #: libraries/classes/Navigation/Navigation.php:230
9650 #: libraries/classes/Navigation/Navigation.php:231
9654 #: libraries/classes/Navigation/Navigation.php:232
9658 #: libraries/classes/Navigation/Navigation.php:233
9659 #: templates/database/export/index.twig:14
9663 #: libraries/classes/Navigation/Navigation.php:234
9667 #: libraries/classes/Navigation/NavigationTree.php:759
9669 "There are large item groups in navigation panel which may affect the "
9670 "performance. Consider disabling item grouping in the navigation panel."
9673 #: libraries/classes/Navigation/NavigationTree.php:833
9677 #: libraries/classes/Navigation/NavigationTree.php:946
9679 msgid "%s result found"
9680 msgid_plural "%s results found"
9685 #: libraries/classes/Navigation/NavigationTree.php:1348
9686 msgid "Collapse all"
9689 #. l10n: The word "Node" must not be translated here
9690 #: libraries/classes/Navigation/NodeFactory.php:43
9692 msgid "Invalid class name \"%1$s\", using default of \"Node\""
9695 #: libraries/classes/Navigation/NodeFactory.php:73
9697 msgid "Could not load class \"%1$s\""
9700 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
9701 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
9702 #: templates/sql/query.twig:62
9706 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:33
9707 msgctxt "Create new column"
9711 #: libraries/classes/Navigation/Nodes/NodeColumn.php:32
9712 #: libraries/classes/Plugins/Export/ExportHtmlword.php:272
9713 #: libraries/classes/Plugins/Export/ExportHtmlword.php:365
9714 #: libraries/classes/Plugins/Export/ExportLatex.php:522
9715 #: libraries/classes/Plugins/Export/ExportOdt.php:367
9716 #: libraries/classes/Plugins/Export/ExportOdt.php:469
9717 #: libraries/classes/Plugins/Export/ExportTexytext.php:287
9718 #: libraries/classes/Plugins/Export/ExportTexytext.php:377
9719 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:520
9720 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:665
9721 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:699
9722 #: templates/columns_definitions/column_name.twig:16
9723 #: templates/database/data_dictionary/index.twig:22
9724 #: templates/database/data_dictionary/index.twig:77 templates/indexes.twig:20
9725 #: templates/table/index_form.twig:138
9726 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:5
9727 #: templates/table/operations/index.twig:13
9728 #: templates/table/relation/common_form.twig:18
9729 #: templates/table/relation/common_form.twig:23
9730 #: templates/table/relation/common_form.twig:38
9731 #: templates/table/relation/common_form.twig:120
9732 #: templates/table/relation/common_form.twig:189
9733 #: templates/table/relation/foreign_key_row.twig:120
9734 #: templates/table/relation/foreign_key_row.twig:130
9735 #: templates/table/search/index.twig:38
9736 #: templates/table/structure/display_structure.twig:462
9737 #: templates/table/tracking/structure_snapshot_columns.twig:6
9738 #: templates/table/tracking/structure_snapshot_indexes.twig:9
9739 #: templates/table/zoom_search/index.twig:36
9740 #: templates/table/zoom_search/result_form.twig:35
9744 #: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:36
9745 msgctxt "Create new database"
9749 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:42
9750 msgid "Database operations"
9753 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:646
9754 msgid "Show hidden items"
9757 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:33
9758 msgctxt "Create new event"
9762 #: libraries/classes/Navigation/Nodes/NodeEvent.php:28
9763 #: libraries/classes/Plugins/Export/ExportHtmlword.php:471
9764 #: libraries/classes/Plugins/Export/ExportOdt.php:596
9765 #: libraries/classes/Plugins/Export/ExportTexytext.php:452
9766 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:360
9767 #: templates/database/triggers/editor_form.twig:47
9768 #: templates/database/triggers/list.twig:48
9772 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
9773 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
9774 #: libraries/classes/Plugins/Export/ExportSql.php:634
9775 #: libraries/classes/Plugins/Export/ExportXml.php:105
9779 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:33
9780 msgctxt "Create new function"
9784 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:33
9785 msgctxt "Create new index"
9789 #: libraries/classes/Navigation/Nodes/Node.php:622
9790 msgid "Expand/Collapse"
9793 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
9794 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
9795 #: libraries/classes/Plugins/Export/ExportSql.php:623
9796 #: libraries/classes/Plugins/Export/ExportXml.php:110
9800 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:33
9801 msgctxt "Create new procedure"
9805 #: libraries/classes/Navigation/Nodes/NodeProcedure.php:28
9809 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:34
9810 msgctxt "Create new table"
9814 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:33
9815 msgctxt "Create new trigger"
9819 #: libraries/classes/Navigation/Nodes/NodeTrigger.php:28
9823 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
9824 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
9825 #: libraries/classes/Plugins/Export/ExportXml.php:125
9826 #: templates/database/structure/show_create.twig:28
9830 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:34
9831 msgctxt "Create new view"
9835 #: libraries/classes/Normalization.php:223
9836 msgid "Make all columns atomic"
9839 #: libraries/classes/Normalization.php:225
9840 #: libraries/classes/Normalization.php:961
9841 msgid "First step of normalization (1NF)"
9844 #: libraries/classes/Normalization.php:228
9845 #: libraries/classes/Normalization.php:278
9846 #: libraries/classes/Normalization.php:324
9847 #: libraries/classes/Normalization.php:361
9851 #: libraries/classes/Normalization.php:230
9853 "Do you have any column which can be split into more than one column? For "
9854 "example: address can be split into street, city, country and zip."
9857 #: libraries/classes/Normalization.php:236
9858 msgid "Show me the central list of columns that are not already in this table"
9861 #: libraries/classes/Normalization.php:238
9863 "Select a column which can be split into more than one (on select of 'no such "
9864 "column', it'll move to next step)."
9867 #: libraries/classes/Normalization.php:253
9871 #: libraries/classes/Normalization.php:275
9872 msgid "Have a primary key"
9875 #: libraries/classes/Normalization.php:281
9876 msgid "Primary key already exists."
9879 #: libraries/classes/Normalization.php:286
9881 "There is no primary key; please add one.<br>Hint: A primary key is a column "
9882 "(or combination of columns) that uniquely identify all rows."
9885 #: libraries/classes/Normalization.php:294
9886 msgid "Add a primary key on existing column(s)"
9889 #: libraries/classes/Normalization.php:298
9891 "If it's not possible to make existing column combinations as primary key"
9894 #: libraries/classes/Normalization.php:300
9895 msgid "+ Add a new primary key column"
9898 #: libraries/classes/Normalization.php:323
9899 msgid "Remove redundant columns"
9902 #: libraries/classes/Normalization.php:326
9904 "Do you have a group of columns which on combining gives an existing column? "
9905 "For example, if you have first_name, last_name and full_name then combining "
9906 "first_name and last_name gives full_name which is redundant."
9909 #: libraries/classes/Normalization.php:332
9911 "Check the columns which are redundant and click on remove. If no redundant "
9912 "column, click on 'No redundant column'"
9915 #: libraries/classes/Normalization.php:337
9916 msgid "Remove selected"
9919 #: libraries/classes/Normalization.php:338
9920 msgid "No redundant column"
9923 #: libraries/classes/Normalization.php:360
9924 msgid "Move repeating groups"
9927 #: libraries/classes/Normalization.php:363
9929 "Do you have a group of two or more columns that are closely related and are "
9930 "all repeating the same attribute? For example, a table that holds data on "
9931 "books might have columns such as book_id, author1, author2, author3 and so "
9932 "on which form a repeating group. In this case a new table (book_id, author) "
9933 "should be created."
9936 #: libraries/classes/Normalization.php:371
9938 "Check the columns which form a repeating group. If no such group, click on "
9939 "'No repeating group'"
9942 #: libraries/classes/Normalization.php:376
9943 msgid "No repeating group"
9946 #: libraries/classes/Normalization.php:404
9950 #: libraries/classes/Normalization.php:404
9951 msgid "Find partial dependencies"
9954 #: libraries/classes/Normalization.php:425
9957 "No partial dependencies possible as no non-primary column exists since "
9958 "primary key ( %1$s ) is composed of all the columns in the table."
9961 #: libraries/classes/Normalization.php:431
9962 #: libraries/classes/Normalization.php:473
9963 msgid "Table is already in second normal form."
9966 #: libraries/classes/Normalization.php:436
9969 "The primary key ( %1$s ) consists of more than one column so we need to find "
9970 "the partial dependencies."
9973 #: libraries/classes/Normalization.php:440
9974 #: libraries/classes/Normalization.php:870
9976 "Please answer the following question(s) carefully to obtain a correct "
9980 #: libraries/classes/Normalization.php:442
9981 msgid "+ Show me the possible partial dependencies based on data in the table"
9984 #: libraries/classes/Normalization.php:445
9986 "For each column below, please select the <b>minimal set</b> of columns among "
9987 "given set whose values combined together are sufficient to determine the "
9988 "value of the column."
9991 #: libraries/classes/Normalization.php:458
9992 #: libraries/classes/Normalization.php:912
9994 msgid "'%1$s' depends on:"
9997 #: libraries/classes/Normalization.php:469
10000 "No partial dependencies possible as the primary key ( %1$s ) has just one "
10004 #: libraries/classes/Normalization.php:497
10007 "In order to put the original table '%1$s' into Second normal form we need to "
10008 "create the following tables:"
10011 #: libraries/classes/Normalization.php:535
10013 msgid "The second step of normalization is complete for table '%1$s'."
10016 #: libraries/classes/Normalization.php:591
10017 #: libraries/classes/Normalization.php:764
10018 #: libraries/classes/Normalization.php:842
10019 msgid "Error in processing!"
10022 #: libraries/classes/Normalization.php:638
10025 "In order to put the original table '%1$s' into Third normal form we need to "
10026 "create the following tables:"
10029 #: libraries/classes/Normalization.php:695
10030 msgid "The third step of normalization is complete."
10033 #: libraries/classes/Normalization.php:815
10035 msgid "Selected repeating group has been moved to the table '%s'"
10038 #: libraries/classes/Normalization.php:868
10042 #: libraries/classes/Normalization.php:868
10043 msgid "Find transitive dependencies"
10046 #: libraries/classes/Normalization.php:872
10048 "For each column below, please select the <b>minimal set</b> of columns among "
10049 "given set whose values combined together are sufficient to determine the "
10050 "value of the column.<br>Note: A column may have no transitive dependency, in "
10051 "that case you don't have to select any."
10054 #: libraries/classes/Normalization.php:926
10056 "No Transitive dependencies possible as the table doesn't have any non "
10057 "primary key columns"
10060 #: libraries/classes/Normalization.php:929
10061 msgid "Table is already in Third normal form!"
10064 #: libraries/classes/Normalization.php:955
10065 msgid "Improve table structure (Normalization):"
10068 #: libraries/classes/Normalization.php:956
10069 msgid "Select up to what step you want to normalize"
10072 #: libraries/classes/Normalization.php:966
10073 msgid "Second step of normalization (1NF+2NF)"
10076 #: libraries/classes/Normalization.php:971
10077 msgid "Third step of normalization (1NF+2NF+3NF)"
10080 #: libraries/classes/Normalization.php:976
10082 "Hint: Please follow the procedure carefully in order to obtain correct "
10086 #: libraries/classes/Normalization.php:1047
10088 "This list is based on a subset of the table's data and is not necessarily "
10092 #: libraries/classes/Normalization.php:1062
10093 msgid "No partial dependencies found!"
10096 #: libraries/classes/Operations.php:553
10097 #: templates/table/structure/display_partitions.twig:84
10101 #: libraries/classes/Operations.php:554
10102 #: templates/table/structure/display_partitions.twig:94
10106 #: libraries/classes/Operations.php:555
10107 #: templates/table/structure/display_partitions.twig:104
10111 #: libraries/classes/Operations.php:556
10112 #: templates/table/structure/display_partitions.twig:114
10116 #: libraries/classes/Operations.php:557
10117 #: templates/table/structure/display_partitions.twig:124
10121 #: libraries/classes/Operations.php:558
10122 #: templates/table/structure/display_partitions.twig:134
10126 #: libraries/classes/Operations.php:570 templates/database/events/index.twig:19
10127 #: templates/database/events/index.twig:20
10128 #: templates/database/events/index.twig:96
10129 #: templates/database/events/index.twig:102
10130 #: templates/database/events/row.twig:47 templates/database/events/row.twig:53
10131 #: templates/database/routines/index.twig:19
10132 #: templates/database/routines/index.twig:20
10133 #: templates/database/routines/parameter_row.twig:51
10134 #: templates/database/routines/row.twig:77
10135 #: templates/database/structure/check_all_tables.twig:16
10136 #: templates/database/structure/structure_table_row.twig:87
10137 #: templates/database/triggers/list.twig:19
10138 #: templates/database/triggers/list.twig:20
10139 #: templates/database/triggers/row.twig:52
10140 #: templates/database/triggers/row.twig:58 templates/indexes.twig:58
10141 #: templates/server/databases/index.twig:67
10142 #: templates/server/databases/index.twig:68
10143 #: templates/server/databases/index.twig:324
10144 #: templates/table/relation/foreign_key_row.twig:25
10145 #: templates/table/structure/display_partitions.twig:145
10146 #: templates/table/structure/display_structure.twig:120
10147 #: templates/table/structure/display_structure.twig:290
10148 #: templates/table/structure/display_structure.twig:508
10150 msgstr "Falle lohße"
10152 #: libraries/classes/Operations.php:572
10156 #: libraries/classes/Operations.php:926
10157 msgid "Can't move table to same one!"
10160 #: libraries/classes/Operations.php:928
10161 msgid "Can't copy table to same one!"
10164 #: libraries/classes/Operations.php:952
10166 msgid "Table %s has been moved to %s. Privileges have been adjusted."
10169 #: libraries/classes/Operations.php:958
10171 msgid "Table %s has been copied to %s. Privileges have been adjusted."
10174 #: libraries/classes/Operations.php:965
10176 msgid "Table %s has been moved to %s."
10179 #: libraries/classes/Operations.php:969
10181 msgid "Table %s has been copied to %s."
10184 #: libraries/classes/Operations.php:993
10185 msgid "The table name is empty!"
10188 #: libraries/classes/Pdf.php:136
10189 msgid "Error while creating PDF:"
10192 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:79
10193 msgid "Cannot connect: invalid settings."
10196 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:92
10197 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:86
10198 #: templates/login/header.twig:10
10200 msgid "Welcome to %s"
10203 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:106
10206 "You probably did not create a configuration file. You might want to use the "
10207 "%1$ssetup script%2$s to create one."
10210 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:127
10212 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
10213 "connection. You should check the host, username and password in your "
10214 "configuration and make sure that they correspond to the information given by "
10215 "the administrator of the MySQL server."
10218 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:148
10219 msgid "Retry to connect"
10222 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:134
10223 msgid "Your session has expired. Please log in again."
10226 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:252
10227 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
10230 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:288
10231 msgid "Failed to connect to the reCAPTCHA service!"
10234 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:290
10235 msgid "Entered captcha is wrong, try again!"
10238 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:302
10240 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
10241 "restricts passwords to less than 1000 characters."
10244 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:321
10245 msgid "You are not allowed to log in to this MySQL server!"
10248 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:91
10249 msgid "Wrong username/password. Access denied."
10252 #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:149
10253 msgid "Can not find signon authentication script:"
10256 #: libraries/classes/Plugins/AuthenticationPlugin.php:176
10258 "Login without a password is forbidden by configuration (see AllowNoPassword)"
10261 #: libraries/classes/Plugins/AuthenticationPlugin.php:185
10264 "You have been automatically logged out due to inactivity of %s seconds. Once "
10265 "you log in again, you should be able to resume the work where you left off."
10268 #: libraries/classes/Plugins/AuthenticationPlugin.php:198
10269 #: libraries/classes/Plugins/AuthenticationPlugin.php:201
10270 msgid "Cannot log in to the MySQL server"
10273 #: libraries/classes/Plugins/AuthenticationPlugin.php:342
10274 msgid "You have enabled two factor authentication, please confirm your login."
10277 #: libraries/classes/Plugins/Export/ExportCodegen.php:80
10278 #: templates/export.twig:119
10282 #: libraries/classes/Plugins/Export/ExportCsv.php:57
10283 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:36
10284 msgid "Columns separated with:"
10287 #: libraries/classes/Plugins/Export/ExportCsv.php:62
10288 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:42
10289 msgid "Columns enclosed with:"
10292 #: libraries/classes/Plugins/Export/ExportCsv.php:67
10293 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49
10294 msgid "Columns escaped with:"
10297 #: libraries/classes/Plugins/Export/ExportCsv.php:72
10298 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56
10299 msgid "Lines terminated with:"
10302 #: libraries/classes/Plugins/Export/ExportCsv.php:77
10303 #: libraries/classes/Plugins/Export/ExportExcel.php:51
10304 #: libraries/classes/Plugins/Export/ExportHtmlword.php:79
10305 #: libraries/classes/Plugins/Export/ExportLatex.php:187
10306 #: libraries/classes/Plugins/Export/ExportOds.php:64
10307 #: libraries/classes/Plugins/Export/ExportOdt.php:132
10308 #: libraries/classes/Plugins/Export/ExportTexytext.php:83
10309 msgid "Replace NULL with:"
10312 #: libraries/classes/Plugins/Export/ExportCsv.php:82
10313 #: libraries/classes/Plugins/Export/ExportExcel.php:56
10314 msgid "Remove carriage return/line feed characters within columns"
10317 #: libraries/classes/Plugins/Export/ExportExcel.php:66
10318 msgid "Excel edition:"
10321 #: libraries/classes/Plugins/Export/ExportHtmlword.php:61
10322 #: libraries/classes/Plugins/Export/ExportLatex.php:94
10323 #: libraries/classes/Plugins/Export/ExportMediawiki.php:66
10324 #: libraries/classes/Plugins/Export/ExportOdt.php:75
10325 #: libraries/classes/Plugins/Export/ExportPdf.php:91
10326 #: libraries/classes/Plugins/Export/ExportSql.php:242
10327 #: libraries/classes/Plugins/Export/ExportTexytext.php:60
10328 #: libraries/config.values.php:254 libraries/config.values.php:318
10329 #: libraries/config.values.php:334 libraries/config.values.php:342
10330 #: libraries/config.values.php:347
10334 #: libraries/classes/Plugins/Export/ExportHtmlword.php:62
10335 #: libraries/classes/Plugins/Export/ExportLatex.php:95
10336 #: libraries/classes/Plugins/Export/ExportMediawiki.php:67
10337 #: libraries/classes/Plugins/Export/ExportOdt.php:76
10338 #: libraries/classes/Plugins/Export/ExportPdf.php:92
10339 #: libraries/classes/Plugins/Export/ExportSql.php:243
10340 #: libraries/classes/Plugins/Export/ExportTexytext.php:61
10341 #: libraries/config.values.php:255 libraries/config.values.php:319
10342 #: libraries/config.values.php:335 libraries/config.values.php:343
10343 #: libraries/config.values.php:348
10347 #: libraries/classes/Plugins/Export/ExportHtmlword.php:63
10348 #: libraries/classes/Plugins/Export/ExportLatex.php:96
10349 #: libraries/classes/Plugins/Export/ExportMediawiki.php:68
10350 #: libraries/classes/Plugins/Export/ExportOdt.php:77
10351 #: libraries/classes/Plugins/Export/ExportPdf.php:93
10352 #: libraries/classes/Plugins/Export/ExportSql.php:244
10353 #: libraries/classes/Plugins/Export/ExportTexytext.php:62
10354 #: libraries/config.values.php:256 libraries/config.values.php:320
10355 #: libraries/config.values.php:336 libraries/config.values.php:344
10356 #: libraries/config.values.php:349
10357 msgid "structure and data"
10360 #: libraries/classes/Plugins/Export/ExportHtmlword.php:73
10361 #: libraries/classes/Plugins/Export/ExportLatex.php:158
10362 #: libraries/classes/Plugins/Export/ExportOdt.php:121
10363 #: libraries/classes/Plugins/Export/ExportTexytext.php:72
10364 #: libraries/classes/Plugins/Export/ExportXml.php:133
10365 msgid "Data dump options"
10368 #: libraries/classes/Plugins/Export/ExportHtmlword.php:193
10369 #: libraries/classes/Plugins/Export/ExportOdt.php:249
10370 #: libraries/classes/Plugins/Export/ExportSql.php:2322
10371 #: libraries/classes/Plugins/Export/ExportTexytext.php:177
10372 msgid "Dumping data for table"
10375 #: libraries/classes/Plugins/Export/ExportHtmlword.php:278
10376 #: libraries/classes/Plugins/Export/ExportHtmlword.php:371
10377 #: libraries/classes/Plugins/Export/ExportLatex.php:524
10378 #: libraries/classes/Plugins/Export/ExportOdt.php:373
10379 #: libraries/classes/Plugins/Export/ExportOdt.php:475
10380 #: libraries/classes/Plugins/Export/ExportTexytext.php:289
10381 #: libraries/classes/Plugins/Export/ExportTexytext.php:379
10382 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:524
10383 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668
10384 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702
10385 #: templates/columns_definitions/table_fields_definitions.twig:30
10386 #: templates/database/central_columns/edit.twig:14
10387 #: templates/database/central_columns/main.twig:40
10388 #: templates/database/central_columns/main.twig:244
10389 #: templates/database/data_dictionary/index.twig:24
10390 #: templates/database/data_dictionary/index.twig:80 templates/indexes.twig:23
10391 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:8
10392 #: templates/table/structure/display_structure.twig:25
10393 #: templates/table/structure/display_structure.twig:465
10394 #: templates/table/tracking/structure_snapshot_columns.twig:9
10395 #: templates/table/tracking/structure_snapshot_indexes.twig:12
10396 #: templates/table/zoom_search/result_form.twig:36
10400 #: libraries/classes/Plugins/Export/ExportHtmlword.php:281
10401 #: libraries/classes/Plugins/Export/ExportHtmlword.php:374
10402 #: libraries/classes/Plugins/Export/ExportLatex.php:525
10403 #: libraries/classes/Plugins/Export/ExportOdt.php:376
10404 #: libraries/classes/Plugins/Export/ExportOdt.php:478
10405 #: libraries/classes/Plugins/Export/ExportTexytext.php:290
10406 #: libraries/classes/Plugins/Export/ExportTexytext.php:380
10407 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:526
10408 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669
10409 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703
10410 #: templates/columns_definitions/table_fields_definitions.twig:20
10411 #: templates/database/central_columns/edit.twig:11
10412 #: templates/database/central_columns/main.twig:28
10413 #: templates/database/central_columns/main.twig:232
10414 #: templates/database/data_dictionary/index.twig:25
10415 #: templates/database/structure/body_for_table_summary.twig:52
10416 #: templates/server/replication/replica_configuration.twig:9
10417 #: templates/table/structure/display_structure.twig:26
10418 #: templates/table/tracking/structure_snapshot_columns.twig:10
10420 msgstr "Schtandatt"
10422 #: libraries/classes/Plugins/Export/ExportHtmlword.php:378
10423 #: libraries/classes/Plugins/Export/ExportLatex.php:527
10424 #: libraries/classes/Plugins/Export/ExportOdt.php:482
10425 #: libraries/classes/Plugins/Export/ExportTexytext.php:382
10426 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:535
10427 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671
10428 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705
10429 #: templates/database/data_dictionary/index.twig:27
10431 msgstr "Verlengk noh"
10433 #: libraries/classes/Plugins/Export/ExportHtmlword.php:469
10434 #: libraries/classes/Plugins/Export/ExportOdt.php:590
10435 #: libraries/classes/Plugins/Export/ExportTexytext.php:450
10436 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:356
10437 #: templates/columns_definitions/table_fields_definitions.twig:9
10438 #: templates/database/central_columns/edit.twig:8
10439 #: templates/database/central_columns/main.twig:16
10440 #: templates/database/central_columns/main.twig:220
10441 #: templates/database/events/index.twig:43
10442 #: templates/database/routines/editor_form.twig:50
10443 #: templates/database/routines/execute_form.twig:15
10444 #: templates/database/routines/index.twig:49
10445 #: templates/database/triggers/list.twig:43 templates/setup/home/index.twig:49
10446 #: templates/table/structure/display_structure.twig:21
10450 #: libraries/classes/Plugins/Export/ExportHtmlword.php:472
10451 #: libraries/classes/Plugins/Export/ExportOdt.php:599
10452 #: libraries/classes/Plugins/Export/ExportTexytext.php:453
10453 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:362
10454 #: templates/database/events/editor_form.twig:82
10455 #: templates/database/routines/editor_form.twig:109
10456 #: templates/database/triggers/editor_form.twig:57
10460 #: libraries/classes/Plugins/Export/ExportHtmlword.php:542
10461 #: libraries/classes/Plugins/Export/ExportOdt.php:675
10462 #: libraries/classes/Plugins/Export/ExportSql.php:2058
10463 #: libraries/classes/Plugins/Export/ExportTexytext.php:515
10464 msgid "Table structure for table"
10467 #: libraries/classes/Plugins/Export/ExportHtmlword.php:560
10468 #: libraries/classes/Plugins/Export/ExportOdt.php:707
10469 #: libraries/classes/Plugins/Export/ExportSql.php:2109
10470 #: libraries/classes/Plugins/Export/ExportTexytext.php:541
10471 msgid "Structure for view"
10474 #: libraries/classes/Plugins/Export/ExportHtmlword.php:566
10475 #: libraries/classes/Plugins/Export/ExportOdt.php:727
10476 #: libraries/classes/Plugins/Export/ExportSql.php:2141
10477 #: libraries/classes/Plugins/Export/ExportTexytext.php:557
10478 msgid "Stand-in structure for view"
10481 #: libraries/classes/Plugins/Export/ExportJson.php:86
10482 msgid "Output pretty-printed JSON (Use human-readable formatting)"
10485 #: libraries/classes/Plugins/Export/ExportJson.php:92
10486 msgid "Output unicode characters unescaped"
10489 #: libraries/classes/Plugins/Export/ExportLatex.php:49
10490 msgid "Content of table @TABLE@"
10493 #: libraries/classes/Plugins/Export/ExportLatex.php:50
10494 msgid "(continued)"
10497 #: libraries/classes/Plugins/Export/ExportLatex.php:51
10498 msgid "Structure of table @TABLE@"
10501 #: libraries/classes/Plugins/Export/ExportLatex.php:107
10502 #: libraries/classes/Plugins/Export/ExportOdt.php:88
10503 #: libraries/classes/Plugins/Export/ExportSql.php:257
10504 msgid "Object creation options"
10507 #: libraries/classes/Plugins/Export/ExportLatex.php:113
10508 #: libraries/classes/Plugins/Export/ExportLatex.php:169
10509 msgid "Table caption:"
10512 #: libraries/classes/Plugins/Export/ExportLatex.php:119
10513 #: libraries/classes/Plugins/Export/ExportLatex.php:175
10514 msgid "Table caption (continued):"
10517 #: libraries/classes/Plugins/Export/ExportLatex.php:125
10518 #: libraries/classes/Plugins/Export/ExportLatex.php:181
10522 #: libraries/classes/Plugins/Export/ExportLatex.php:133
10523 #: libraries/classes/Plugins/Export/ExportOdt.php:96
10524 #: libraries/classes/Plugins/Export/ExportSql.php:151
10525 msgid "Display foreign key relationships"
10528 #: libraries/classes/Plugins/Export/ExportLatex.php:140
10529 #: libraries/classes/Plugins/Export/ExportOdt.php:103
10530 msgid "Display comments"
10533 #: libraries/classes/Plugins/Export/ExportLatex.php:146
10534 #: libraries/classes/Plugins/Export/ExportOdt.php:109
10535 #: libraries/classes/Plugins/Export/ExportSql.php:159
10536 msgid "Display media types"
10539 #: libraries/classes/Plugins/Export/ExportLatex.php:164
10540 msgid "Put columns names in the first row:"
10543 #: libraries/classes/Plugins/Export/ExportLatex.php:210
10544 #: libraries/classes/Plugins/Export/ExportSql.php:754
10545 #: libraries/classes/Plugins/Export/ExportXml.php:231
10546 #: templates/server/replication/change_primary.twig:22
10547 #: templates/server/replication/primary_add_replica_user.twig:29
10551 #: libraries/classes/Plugins/Export/ExportLatex.php:216
10552 #: libraries/classes/Plugins/Export/ExportSql.php:761
10553 #: libraries/classes/Plugins/Export/ExportXml.php:237
10554 msgid "Generation Time:"
10557 #: libraries/classes/Plugins/Export/ExportLatex.php:218
10558 #: libraries/classes/Plugins/Export/ExportSql.php:765
10559 #: libraries/classes/Plugins/Export/ExportXml.php:239
10560 #: templates/home/index.twig:173
10561 msgid "Server version:"
10564 #: libraries/classes/Plugins/Export/ExportLatex.php:219
10565 #: libraries/classes/Plugins/Export/ExportSql.php:767
10566 #: libraries/classes/Plugins/Export/ExportXml.php:240
10567 msgid "PHP Version:"
10570 #: libraries/classes/Plugins/Export/ExportLatex.php:247
10571 #: libraries/classes/Plugins/Export/ExportSql.php:939
10572 #: libraries/classes/Plugins/Export/ExportXml.php:389
10573 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:200
10574 #: templates/database/structure/copy_form.twig:5
10575 #: templates/menu/breadcrumbs.twig:16
10579 #: libraries/classes/Plugins/Export/ExportLatex.php:315
10580 #: libraries/classes/Plugins/Export/ExportSql.php:2197
10584 #: libraries/classes/Plugins/Export/ExportLatex.php:500
10588 #: libraries/classes/Plugins/Export/ExportMediawiki.php:77
10589 msgid "Export table names"
10592 #: libraries/classes/Plugins/Export/ExportMediawiki.php:84
10593 msgid "Export table headers"
10596 #: libraries/classes/Plugins/Export/ExportOdt.php:250
10597 #: libraries/classes/Plugins/Export/ExportTexytext.php:178
10598 msgid "Dumping data for query result"
10601 #: libraries/classes/Plugins/Export/ExportPdf.php:77
10602 msgid "Report title:"
10605 #: libraries/classes/Plugins/Export/ExportPdf.php:192
10606 msgid "Dumping data"
10609 #: libraries/classes/Plugins/Export/ExportPdf.php:210
10610 msgid "Query result data"
10613 #: libraries/classes/Plugins/Export/ExportPdf.php:264
10614 msgid "View structure"
10617 #: libraries/classes/Plugins/Export/ExportPdf.php:267
10621 #: libraries/classes/Plugins/Export/ExportSql.php:130
10623 "Display comments <i>(includes info such as export timestamp, PHP version, "
10624 "and server version)</i>"
10627 #: libraries/classes/Plugins/Export/ExportSql.php:137
10628 msgid "Additional custom header comment (\\n splits lines):"
10631 #: libraries/classes/Plugins/Export/ExportSql.php:143
10633 "Include a timestamp of when databases were created, last updated, and last "
10637 #: libraries/classes/Plugins/Export/ExportSql.php:204
10638 msgid "Export metadata"
10641 #: libraries/classes/Plugins/Export/ExportSql.php:219
10643 "Database system or older MySQL server to maximize output compatibility with:"
10646 #: libraries/classes/Plugins/Export/ExportSql.php:265
10647 msgid "Add statements:"
10650 #: libraries/classes/Plugins/Export/ExportSql.php:273
10651 #: libraries/classes/Plugins/Export/ExportSql.php:282
10652 #: libraries/classes/Plugins/Export/ExportSql.php:299
10653 #: libraries/classes/Plugins/Export/ExportSql.php:308
10654 #: libraries/classes/Plugins/Export/ExportSql.php:332
10655 #: libraries/classes/Plugins/Export/ExportSql.php:360
10656 #: libraries/classes/Plugins/Export/ExportSql.php:369
10658 msgid "Add %s statement"
10661 #: libraries/classes/Plugins/Export/ExportSql.php:315
10662 msgid "(less efficient as indexes will be generated during table creation)"
10665 #: libraries/classes/Plugins/Export/ExportSql.php:322
10670 #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
10671 #: libraries/classes/Plugins/Export/ExportSql.php:339
10672 msgid "Use simple view export"
10675 #: libraries/classes/Plugins/Export/ExportSql.php:378
10677 "Enclose table and column names with backquotes <i>(Protects column and table "
10678 "names formed with special characters or keywords)</i>"
10681 #: libraries/classes/Plugins/Export/ExportSql.php:393
10682 msgid "Data creation options"
10685 #: libraries/classes/Plugins/Export/ExportSql.php:398
10686 #: libraries/classes/Plugins/Export/ExportSql.php:2279
10687 msgid "Truncate table before insert"
10690 #: libraries/classes/Plugins/Export/ExportSql.php:405
10691 msgid "Instead of <code>INSERT</code> statements, use:"
10694 #: libraries/classes/Plugins/Export/ExportSql.php:411
10695 msgid "<code>INSERT DELAYED</code> statements"
10698 #: libraries/classes/Plugins/Export/ExportSql.php:423
10699 #: libraries/classes/Plugins/Export/ExportSql.php:457
10700 msgid "<code>INSERT IGNORE</code> statements"
10703 #: libraries/classes/Plugins/Export/ExportSql.php:437
10704 msgid "Function to use when dumping data:"
10707 #: libraries/classes/Plugins/Export/ExportSql.php:452
10708 msgid "Syntax to use when inserting data:"
10711 #: libraries/classes/Plugins/Export/ExportSql.php:462
10713 "include column names in every <code>INSERT</code> statement <br> "
10714 " Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
10718 #: libraries/classes/Plugins/Export/ExportSql.php:467
10720 "insert multiple rows in every <code>INSERT</code> statement<br> "
10721 " Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
10725 #: libraries/classes/Plugins/Export/ExportSql.php:472
10727 "both of the above<br> Example: <code>INSERT INTO "
10728 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
10731 #: libraries/classes/Plugins/Export/ExportSql.php:477
10733 "neither of the above<br> Example: <code>INSERT INTO "
10734 "tbl_name VALUES (1,2,3)</code>"
10737 #: libraries/classes/Plugins/Export/ExportSql.php:496
10739 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
10743 #: libraries/classes/Plugins/Export/ExportSql.php:505
10745 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
10746 "reloaded between servers in different time zones)</i>"
10749 #: libraries/classes/Plugins/Export/ExportSql.php:582
10750 msgid "It appears your database uses routines;"
10753 #: libraries/classes/Plugins/Export/ExportSql.php:585
10754 #: libraries/classes/Plugins/Export/ExportSql.php:1595
10755 #: libraries/classes/Plugins/Export/ExportSql.php:2097
10756 msgid "alias export may not work reliably in all cases."
10759 #: libraries/classes/Plugins/Export/ExportSql.php:1056
10763 #: libraries/classes/Plugins/Export/ExportSql.php:1122
10765 msgid "Metadata for table %s"
10768 #: libraries/classes/Plugins/Export/ExportSql.php:1129
10770 msgid "Metadata for database %s"
10773 #: libraries/classes/Plugins/Export/ExportSql.php:1436
10774 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629
10778 #: libraries/classes/Plugins/Export/ExportSql.php:1446
10779 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640
10780 msgid "Last update:"
10783 #: libraries/classes/Plugins/Export/ExportSql.php:1456
10784 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651
10785 msgid "Last check:"
10788 #: libraries/classes/Plugins/Export/ExportSql.php:1507
10790 msgid "Error reading structure for table %s:"
10793 #: libraries/classes/Plugins/Export/ExportSql.php:1592
10794 msgid "It appears your database uses views;"
10797 #: libraries/classes/Plugins/Export/ExportSql.php:1759
10798 msgid "Constraints for dumped tables"
10801 #: libraries/classes/Plugins/Export/ExportSql.php:1760
10802 msgid "Constraints for table"
10805 #: libraries/classes/Plugins/Export/ExportSql.php:1787
10806 msgid "Indexes for dumped tables"
10809 #: libraries/classes/Plugins/Export/ExportSql.php:1788
10810 msgid "Indexes for table"
10813 #: libraries/classes/Plugins/Export/ExportSql.php:1824
10814 msgid "AUTO_INCREMENT for dumped tables"
10817 #: libraries/classes/Plugins/Export/ExportSql.php:1825
10818 msgid "AUTO_INCREMENT for table"
10821 #: libraries/classes/Plugins/Export/ExportSql.php:1900
10822 msgid "MEDIA TYPES FOR TABLE"
10825 #: libraries/classes/Plugins/Export/ExportSql.php:1925
10826 msgid "RELATIONSHIPS FOR TABLE"
10829 #: libraries/classes/Plugins/Export/ExportSql.php:2094
10830 msgid "It appears your table uses triggers;"
10833 #: libraries/classes/Plugins/Export/ExportSql.php:2124
10835 msgid "Structure for view %s exported as a table"
10838 #: libraries/classes/Plugins/Export/ExportSql.php:2144
10839 msgid "(See below for the actual view)"
10842 #: libraries/classes/Plugins/Export/ExportSql.php:2212
10844 msgid "Error reading data for table %s:"
10847 #: libraries/classes/Plugins/Export/ExportXml.php:94
10848 msgid "Object creation options (all are recommended)"
10851 #: libraries/classes/Plugins/Export/ExportXml.php:138
10852 msgid "Export contents"
10855 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:201
10856 #: templates/menu/breadcrumbs.twig:29
10860 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:202
10864 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:30
10866 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
10869 #: libraries/classes/Plugins/Import/ImportCsv.php:83
10870 msgid "Name of the new table (optional):"
10873 #: libraries/classes/Plugins/Import/ImportCsv.php:92
10874 msgid "Name of the new database (optional):"
10877 #: libraries/classes/Plugins/Import/ImportCsv.php:101
10878 #: libraries/classes/Plugins/Import/ImportCsv.php:119
10879 msgid "Import these many number of rows (optional):"
10882 #: libraries/classes/Plugins/Import/ImportCsv.php:109
10883 #: libraries/classes/Plugins/Import/ImportOds.php:66
10885 "The first line of the file contains the table column names <i>(if this is "
10886 "unchecked, the first line will become part of the data)</i>"
10889 #: libraries/classes/Plugins/Import/ImportCsv.php:126
10891 "If the data in each row of the file is not in the same order as in the "
10892 "database, list the corresponding column names here. Column names must be "
10893 "separated by commas and not enclosed in quotations."
10896 #: libraries/classes/Plugins/Import/ImportCsv.php:134
10899 msgid "Column names:"
10902 #: libraries/classes/Plugins/Import/ImportCsv.php:286
10903 #: libraries/classes/Plugins/Import/ImportCsv.php:645
10905 msgid "Invalid format of CSV input on line %d."
10908 #: libraries/classes/Plugins/Import/ImportCsv.php:504
10910 msgid "Invalid column count in CSV input on line %d."
10913 #: libraries/classes/Plugins/Import/ImportCsv.php:666
10914 #: libraries/classes/Plugins/Import/ImportCsv.php:681
10915 #: libraries/classes/Plugins/Import/ImportCsv.php:692
10916 #: libraries/classes/Plugins/Import/ImportCsv.php:699
10918 msgid "Invalid parameter for CSV import: %s"
10921 #: libraries/classes/Plugins/Import/ImportCsv.php:831
10924 "Invalid column (%s) specified! Ensure that columns names are spelled "
10925 "correctly, separated by commas, and not enclosed in quotes."
10928 #: libraries/classes/Plugins/Import/ImportLdi.php:62
10929 msgid "Column names: "
10932 #: libraries/classes/Plugins/Import/ImportLdi.php:116
10933 msgid "This plugin does not support compressed imports!"
10936 #: libraries/classes/Plugins/Import/ImportMediawiki.php:56
10937 msgid "MediaWiki Table"
10940 #: libraries/classes/Plugins/Import/ImportMediawiki.php:279
10942 msgid "Invalid format of mediawiki input on line: <br>%s."
10945 #: libraries/classes/Plugins/Import/ImportOds.php:80
10946 msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
10949 #: libraries/classes/Plugins/Import/ImportOds.php:86
10950 msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
10953 #: libraries/classes/Plugins/Import/ImportOds.php:156
10954 #: libraries/classes/Plugins/Import/ImportXml.php:114
10955 #: libraries/classes/Plugins/Import/ImportXml.php:177
10957 "The XML file specified was either malformed or incomplete. Please correct "
10958 "the issue and try again."
10961 #: libraries/classes/Plugins/Import/ImportOds.php:166
10962 msgid "Could not parse OpenDocument Spreadsheet!"
10965 #: libraries/classes/Plugins/Import/ImportShp.php:68
10966 msgid "ESRI Shape File"
10969 #: libraries/classes/Plugins/Import/ImportShp.php:103
10970 #: libraries/classes/Plugins/Import/ImportShp.php:169
10972 msgid "There was an error importing the ESRI shape file: \"%s\"."
10975 #: libraries/classes/Plugins/Import/ImportShp.php:199
10977 msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
10980 #: libraries/classes/Plugins/Import/ImportShp.php:248
10981 msgid "The imported file does not contain any data!"
10984 #: libraries/classes/Plugins/Import/ImportSql.php:62
10985 msgid "SQL compatibility mode:"
10988 #: libraries/classes/Plugins/Import/ImportSql.php:74
10989 msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
10992 #: libraries/classes/Plugins/Import/ImportXml.php:48
10996 #: libraries/classes/Plugins.php:609
10997 msgid "This format has no options"
11000 #: libraries/classes/Plugins.php:626
11001 msgid "Invalid authentication method set in configuration:"
11004 #: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:68
11005 #: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:87
11006 #: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:90
11007 #: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:87
11009 msgid "The %s table doesn't exist!"
11012 #: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:62
11013 #: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:78
11015 msgid "Schema of the %s database - Page %s"
11018 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:274
11019 msgid "SCHEMA ERROR: "
11022 #: libraries/classes/Plugins/Schema/Pdf/Pdf.php:268
11023 msgid "PDF export page"
11026 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:135
11027 #, fuzzy, php-format
11028 #| msgid "Select All"
11029 msgid "Schema of the %s database"
11030 msgstr "Alle ußwähle"
11032 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:163
11033 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:539
11034 msgid "Relational schema"
11037 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:484
11038 msgid "Table of contents"
11041 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:618
11042 #: templates/columns_definitions/column_definitions_form.twig:71
11043 #: templates/database/data_dictionary/index.twig:16
11044 #: templates/table/structure/display_table_stats.twig:6
11045 msgid "Table comments:"
11048 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:667
11049 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:701
11050 #: templates/columns_definitions/table_fields_definitions.twig:27
11051 #: templates/database/central_columns/edit.twig:13
11052 #: templates/table/structure/display_structure.twig:24
11056 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:670
11057 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:704
11058 #: templates/table/structure/display_structure.twig:30
11059 #: templates/table/tracking/structure_snapshot_columns.twig:11
11063 #: libraries/classes/Plugins/SchemaPlugin.php:74
11067 #: libraries/classes/Plugins/SchemaPlugin.php:76
11068 msgid "Only show keys"
11071 #: libraries/classes/Plugins/Schema/SchemaDia.php:54
11072 #: libraries/classes/Plugins/Schema/SchemaEps.php:62
11073 #: libraries/classes/Plugins/Schema/SchemaPdf.php:64
11074 msgid "Orientation"
11077 #: libraries/classes/Plugins/Schema/SchemaDia.php:58
11078 #: libraries/classes/Plugins/Schema/SchemaEps.php:66
11079 #: libraries/classes/Plugins/Schema/SchemaPdf.php:68
11083 #: libraries/classes/Plugins/Schema/SchemaDia.php:59
11084 #: libraries/classes/Plugins/Schema/SchemaEps.php:67
11085 #: libraries/classes/Plugins/Schema/SchemaPdf.php:69
11089 #: libraries/classes/Plugins/Schema/SchemaEps.php:56
11090 #: libraries/classes/Plugins/Schema/SchemaPdf.php:58
11091 #: libraries/classes/Plugins/Schema/SchemaSvg.php:55
11092 msgid "Same width for all tables"
11095 #: libraries/classes/Plugins/Schema/SchemaPdf.php:83
11099 #: libraries/classes/Plugins/Schema/SchemaPdf.php:89
11100 #: templates/database/structure/index.twig:21
11101 msgid "Data dictionary"
11104 #: libraries/classes/Plugins/Schema/SchemaPdf.php:95
11105 msgid "Order of the tables"
11108 #: libraries/classes/Plugins/Schema/SchemaPdf.php:100
11109 msgid "Name (Ascending)"
11112 #: libraries/classes/Plugins/Schema/SchemaPdf.php:101
11113 msgid "Name (Descending)"
11116 #: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:26
11118 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
11119 "TRUE, second for FALSE. Nonzero=true."
11122 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:37
11124 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
11125 "formatted date. The first option is the offset (in hours) which will be "
11126 "added to the timestamp (Default: 0). Use second option to specify a "
11127 "different date/time format string. Third option determines whether you want "
11128 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
11129 "According to that, date format has different value - for \"local\" see the "
11130 "documentation for PHP's strftime() function and for \"utc\" it is done using "
11131 "gmdate() function."
11134 #. l10n: See https://www.php.net/manual/en/function.strftime.php
11135 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:70
11136 #: libraries/classes/Util.php:698
11137 msgid "%B %d, %Y at %I:%M %p"
11140 #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:29
11142 "Displays a link to download the binary data of the column. You can use the "
11143 "first option to specify the filename, or use the second option as the name "
11144 "of a column which contains the filename. If you use the second option, you "
11145 "need to set the first option to the empty string."
11148 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:40
11150 "LINUX ONLY: Launches an external application and feeds it the column data "
11151 "via standard input. Returns the standard output of the application. The "
11152 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
11153 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
11154 "ExternalTransformationsPlugin.php and list the tools you want to make "
11155 "available. The first option is then the number of the program you want to "
11156 "use. The second option should be blank for historical reasons. The third "
11157 "option, if set to 1, will convert the output using htmlspecialchars() "
11158 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
11159 "ensure that the output appears all on one line (Default 1)."
11162 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:120
11165 "You are using the external transformation command line options field, which "
11166 "has been deprecated for security reasons. Add all command line options "
11167 "directly to the definition in %s."
11170 #: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:27
11172 "Displays the contents of the column as-is, without running it through "
11173 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
11176 #: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:29
11178 "Displays hexadecimal representation of data. Optional first parameter "
11179 "specifies how often space will be added (defaults to 2 nibbles)."
11182 #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:27
11183 msgid "Displays a link to download this image."
11186 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:29
11188 "Image upload functionality which also displays a thumbnail. The options are "
11189 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
11192 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:89
11193 msgid "Image preview here"
11196 #: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:29
11198 "Displays a clickable thumbnail. The options are the maximum width and height "
11199 "in pixels. The original aspect ratio is preserved."
11202 #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:28
11204 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
11205 "in Internet standard dotted format."
11208 #: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:27
11210 "Prepends and/or Appends text to a string. First option is text to be "
11211 "prepended, second is appended (enclosed in single quotes, default empty "
11215 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:30
11217 "Validates the string using regular expression and performs insert only if "
11218 "string matches it. The first option is the Regular Expression."
11221 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:52
11223 msgid "Validation failed for the input string %s."
11226 #: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:26
11227 msgid "Formats text as SQL query with syntax highlighting."
11230 #: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:29
11232 "Displays a part of a string. The first option is the number of characters to "
11233 "skip from the beginning of the string (Default 0). The second option is the "
11234 "number of characters to return (Default: until end of string). The third "
11235 "option is the string to append and/or prepend when truncation occurs "
11236 "(Default: \"…\")."
11239 #: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:27
11241 "File upload functionality for TEXT columns. It does not have a textarea for "
11245 #: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:29
11247 "Displays an image and a link; the column contains the filename. The first "
11248 "option is a URL prefix like \"https://www.example.com/\". The second and "
11249 "third options are the width and the height in pixels."
11252 #: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:28
11254 "Displays a link; the column contains the filename. The first option is a URL "
11255 "prefix like \"https://www.example.com/\". The second option is a title for "
11259 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:30
11260 msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
11263 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:27
11265 "Converts an Internet network address in (IPv4/IPv6) format into a long "
11269 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:24
11270 msgid "Syntax highlighted CodeMirror editor for JSON."
11273 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:24
11274 msgid "Syntax highlighted CodeMirror editor for SQL."
11277 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:24
11278 msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
11281 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:27
11283 "Converts an Internet network address stored as a binary string into a string "
11284 "in Internet standard (IPv4/IPv6) format."
11287 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:42
11288 msgid "Formats text as JSON with syntax highlighting."
11291 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:42
11292 msgid "Formats text as XML with syntax highlighting."
11295 #: libraries/classes/Plugins/TwoFactor/Application.php:135
11296 msgid "Authentication Application (2FA)"
11299 #: libraries/classes/Plugins/TwoFactor/Application.php:146
11301 "Provides authentication using HOTP and TOTP applications such as FreeOTP, "
11302 "Google Authenticator or Authy."
11305 #: libraries/classes/Plugins/TwoFactor/Key.php:204
11306 msgid "Hardware Security Key (FIDO U2F)"
11309 #: libraries/classes/Plugins/TwoFactor/Key.php:214
11311 "Provides authentication using hardware security tokens supporting FIDO U2F, "
11312 "such as a Yubikey."
11315 #: libraries/classes/Plugins/TwoFactorPlugin.php:73
11317 msgid "Two-factor authentication failed: %s"
11320 #: libraries/classes/Plugins/TwoFactorPlugin.php:78
11321 msgid "Two-factor authentication failed."
11324 #: libraries/classes/Plugins/TwoFactorPlugin.php:128
11325 msgid "No Two-Factor Authentication"
11328 #: libraries/classes/Plugins/TwoFactorPlugin.php:138
11329 msgid "Login using password only."
11332 #: libraries/classes/Plugins/TwoFactor/Simple.php:49
11333 msgid "Simple two-factor authentication"
11336 #: libraries/classes/Plugins/TwoFactor/Simple.php:59
11337 msgid "For testing purposes only!"
11340 #: libraries/classes/Query/Utilities.php:96
11342 "The server is not responding (or the local server's socket is not correctly "
11346 #: libraries/classes/Query/Utilities.php:99
11347 msgid "The server is not responding."
11350 #: libraries/classes/Query/Utilities.php:103
11351 msgid "Logout and try as another user."
11354 #: libraries/classes/Query/Utilities.php:108
11355 msgid "Please check privileges of directory containing database."
11358 #: libraries/classes/Query/Utilities.php:117
11362 #: libraries/classes/RecentFavoriteTable.php:153
11363 msgid "Could not save recent table!"
11366 #: libraries/classes/RecentFavoriteTable.php:157
11367 msgid "Could not save favorite table!"
11370 #: libraries/classes/RecentFavoriteTable.php:241
11371 msgid "Recent tables"
11374 #: libraries/classes/RecentFavoriteTable.php:243
11378 #: libraries/classes/RecentFavoriteTable.php:247
11382 #: libraries/classes/ReplicationGui.php:428
11384 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
11385 "in phpMyAdmin configuration."
11388 #: libraries/classes/ReplicationGui.php:439
11389 msgid "Replication started successfully."
11392 #: libraries/classes/ReplicationGui.php:440
11393 msgid "Error starting replication."
11396 #: libraries/classes/ReplicationGui.php:443
11397 msgid "Replication stopped successfully."
11400 #: libraries/classes/ReplicationGui.php:444
11401 msgid "Error stopping replication."
11404 #: libraries/classes/ReplicationGui.php:447
11405 msgid "Replication resetting successfully."
11408 #: libraries/classes/ReplicationGui.php:448
11409 msgid "Error resetting replication."
11412 #: libraries/classes/ReplicationGui.php:451
11416 #: libraries/classes/ReplicationGui.php:452
11420 #: libraries/classes/ReplicationGui.php:495
11421 msgid "Unknown error"
11424 #: libraries/classes/ReplicationGui.php:508
11426 msgid "Unable to connect to primary %s."
11429 #: libraries/classes/ReplicationGui.php:518
11431 "Unable to read primary log position. Possible privilege problem on primary."
11434 #: libraries/classes/ReplicationGui.php:536
11435 msgid "Unable to change primary!"
11438 #: libraries/classes/ReplicationGui.php:540
11440 msgid "Primary server changed successfully to %s."
11443 #: libraries/classes/Routing.php:102
11446 "The routing cache could not be written, you need to adjust permissions on "
11447 "the folder/file \"%s\""
11450 #: libraries/classes/Routing.php:161
11452 msgid "Error 404! The page %s was not found."
11455 #: libraries/classes/Routing.php:172
11456 msgid "Error 405! Request method not allowed."
11459 #: libraries/classes/SavedSearches.php:237
11460 msgid "Please provide a name for this bookmarked search."
11463 #: libraries/classes/SavedSearches.php:253
11464 msgid "Missing information to save the bookmarked search."
11467 #: libraries/classes/SavedSearches.php:274
11468 #: libraries/classes/SavedSearches.php:308
11469 msgid "An entry with this name already exists."
11472 #: libraries/classes/SavedSearches.php:334
11473 msgid "Missing information to delete the search."
11476 #: libraries/classes/SavedSearches.php:359
11477 msgid "Missing information to load the search."
11480 #: libraries/classes/SavedSearches.php:379
11481 msgid "Error while loading the search."
11484 #: libraries/classes/Server/Plugins.php:66
11485 #: libraries/classes/Server/Privileges.php:793
11486 #: libraries/classes/Server/Privileges.php:3723
11487 msgid "Native MySQL authentication"
11490 #: libraries/classes/Server/Plugins.php:71
11491 msgid "SHA256 password authentication"
11494 #: libraries/classes/Server/Plugins.php:76
11495 msgid "Caching sha2 authentication"
11498 #: libraries/classes/Server/Plugins.php:81
11499 msgid "Unix Socket based authentication"
11502 #: libraries/classes/Server/Plugins.php:86
11503 msgid "Old MySQL-4.0 authentication"
11506 #: libraries/classes/Server/Privileges/AccountLocking.php:30
11507 #: libraries/classes/Server/Privileges/AccountLocking.php:51
11508 msgid "Account locking is not supported."
11511 #: libraries/classes/Server/Privileges.php:263
11512 msgid "No privileges."
11515 #: libraries/classes/Server/Privileges.php:271
11516 msgid "Includes all privileges except GRANT."
11519 #: libraries/classes/Server/Privileges.php:293
11520 #: libraries/classes/Server/Privileges.php:360
11521 #: templates/server/privileges/privileges_table.twig:125
11522 #: templates/server/privileges/privileges_table.twig:128
11523 #: templates/server/privileges/privileges_table.twig:326
11524 #: templates/server/privileges/privileges_table.twig:329
11525 msgid "Allows deleting data."
11528 #: libraries/classes/Server/Privileges.php:298
11529 #: templates/server/privileges/privileges_table.twig:137
11530 #: templates/server/privileges/privileges_table.twig:140
11531 #: templates/server/privileges/privileges_table.twig:367
11532 #: templates/server/privileges/privileges_table.twig:375
11533 msgid "Allows creating new tables."
11536 #: libraries/classes/Server/Privileges.php:303
11537 #: templates/server/privileges/privileges_table.twig:149
11538 #: templates/server/privileges/privileges_table.twig:152
11539 #: templates/server/privileges/privileges_table.twig:415
11540 #: templates/server/privileges/privileges_table.twig:423
11541 msgid "Allows dropping tables."
11544 #: libraries/classes/Server/Privileges.php:308
11545 #: libraries/classes/Server/Privileges.php:400
11546 #: templates/server/privileges/privileges_table.twig:174
11547 #: templates/server/privileges/privileges_table.twig:177
11548 #: templates/server/privileges/privileges_table.twig:399
11549 #: templates/server/privileges/privileges_table.twig:402
11550 msgid "Allows creating and dropping indexes."
11553 #: libraries/classes/Server/Privileges.php:313
11554 #: libraries/classes/Server/Privileges.php:405
11555 #: templates/server/privileges/privileges_table.twig:186
11556 #: templates/server/privileges/privileges_table.twig:189
11557 #: templates/server/privileges/privileges_table.twig:386
11558 #: templates/server/privileges/privileges_table.twig:389
11559 msgid "Allows altering the structure of existing tables."
11562 #: libraries/classes/Server/Privileges.php:318
11563 #: libraries/classes/Server/Privileges.php:444
11564 #: libraries/classes/Server/Privileges.php:460
11565 #: templates/server/privileges/privileges_table.twig:198
11566 #: templates/server/privileges/privileges_table.twig:201
11567 #: templates/server/privileges/privileges_table.twig:500
11568 #: templates/server/privileges/privileges_table.twig:503
11569 #: templates/server/privileges/privileges_table.twig:515
11570 #: templates/server/privileges/privileges_table.twig:518
11571 msgid "Allows creating new views."
11574 #: libraries/classes/Server/Privileges.php:323
11575 #: libraries/classes/Server/Privileges.php:465
11576 #: libraries/classes/Server/Privileges.php:471
11577 #: templates/server/privileges/privileges_table.twig:210
11578 #: templates/server/privileges/privileges_table.twig:213
11579 #: templates/server/privileges/privileges_table.twig:447
11580 #: templates/server/privileges/privileges_table.twig:450
11581 msgid "Allows performing SHOW CREATE VIEW queries."
11584 #: libraries/classes/Server/Privileges.php:328
11585 #: libraries/classes/Server/Privileges.php:454
11586 #: templates/server/privileges/privileges_table.twig:222
11587 #: templates/server/privileges/privileges_table.twig:225
11588 #: templates/server/privileges/privileges_table.twig:543
11589 #: templates/server/privileges/privileges_table.twig:546
11590 msgid "Allows creating and dropping triggers."
11593 #: libraries/classes/Server/Privileges.php:345
11594 #: templates/server/privileges/privileges_table.twig:16
11595 #: templates/server/privileges/privileges_table.twig:287
11596 #: templates/server/privileges/privileges_table.twig:290
11597 msgid "Allows reading data."
11600 #: libraries/classes/Server/Privileges.php:350
11601 #: templates/server/privileges/privileges_table.twig:43
11602 #: templates/server/privileges/privileges_table.twig:300
11603 #: templates/server/privileges/privileges_table.twig:303
11604 msgid "Allows inserting and replacing data."
11607 #: libraries/classes/Server/Privileges.php:355
11608 #: templates/server/privileges/privileges_table.twig:70
11609 #: templates/server/privileges/privileges_table.twig:313
11610 #: templates/server/privileges/privileges_table.twig:316
11611 msgid "Allows changing data."
11614 #: libraries/classes/Server/Privileges.php:365
11615 #: templates/server/privileges/privileges_table.twig:365
11616 #: templates/server/privileges/privileges_table.twig:373
11617 msgid "Allows creating new databases and tables."
11620 #: libraries/classes/Server/Privileges.php:370
11621 #: templates/server/privileges/privileges_table.twig:413
11622 #: templates/server/privileges/privileges_table.twig:421
11623 msgid "Allows dropping databases and tables."
11626 #: libraries/classes/Server/Privileges.php:375
11627 #: templates/server/privileges/privileges_table.twig:610
11628 #: templates/server/privileges/privileges_table.twig:613
11629 msgid "Allows reloading server settings and flushing the server's caches."
11632 #: libraries/classes/Server/Privileges.php:380
11633 #: templates/server/privileges/privileges_table.twig:623
11634 #: templates/server/privileges/privileges_table.twig:626
11635 msgid "Allows shutting down the server."
11638 #: libraries/classes/Server/Privileges.php:385
11639 #: templates/server/privileges/privileges_table.twig:597
11640 #: templates/server/privileges/privileges_table.twig:600
11641 msgid "Allows viewing processes of all users."
11644 #: libraries/classes/Server/Privileges.php:390
11645 #: templates/server/privileges/privileges_table.twig:340
11646 #: templates/server/privileges/privileges_table.twig:343
11647 msgid "Allows importing data from and exporting data into files."
11650 #: libraries/classes/Server/Privileges.php:395
11651 #: templates/server/privileges/privileges_table.twig:97
11652 #: templates/server/privileges/privileges_table.twig:677
11653 msgid "Has no effect in this MySQL version."
11656 #: libraries/classes/Server/Privileges.php:410
11657 #: templates/server/privileges/privileges_table.twig:636
11658 #: templates/server/privileges/privileges_table.twig:639
11659 msgid "Gives access to the complete list of databases."
11662 #: libraries/classes/Server/Privileges.php:416
11663 #: templates/server/privileges/privileges_table.twig:583
11664 #: templates/server/privileges/privileges_table.twig:587
11666 "Allows connecting, even if maximum number of connections is reached; "
11667 "required for most administrative operations like setting global variables or "
11668 "killing threads of other users."
11671 #: libraries/classes/Server/Privileges.php:424
11672 #: templates/server/privileges/privileges_table.twig:434
11673 #: templates/server/privileges/privileges_table.twig:437
11674 msgid "Allows creating temporary tables."
11677 #: libraries/classes/Server/Privileges.php:429
11678 #: templates/server/privileges/privileges_table.twig:664
11679 #: templates/server/privileges/privileges_table.twig:667
11680 msgid "Allows locking tables for the current thread."
11683 #: libraries/classes/Server/Privileges.php:434
11684 #: templates/server/privileges/privileges_table.twig:705
11685 #: templates/server/privileges/privileges_table.twig:708
11686 msgid "Needed for the replication replicas."
11689 #: libraries/classes/Server/Privileges.php:439
11690 #: templates/server/privileges/privileges_table.twig:692
11691 #: templates/server/privileges/privileges_table.twig:695
11692 msgid "Allows the user to ask where the replicas / primaries are."
11695 #: libraries/classes/Server/Privileges.php:449
11696 #: templates/server/privileges/privileges_table.twig:530
11697 #: templates/server/privileges/privileges_table.twig:533
11698 msgid "Allows to set up events for the event scheduler."
11701 #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
11702 #: libraries/classes/Server/Privileges.php:478
11703 #: libraries/classes/Server/Privileges.php:487
11704 #: templates/server/privileges/privileges_table.twig:235
11705 #: templates/server/privileges/privileges_table.twig:239
11706 msgid "Allows deleting historical rows."
11709 #: libraries/classes/Server/Privileges.php:492
11710 #: templates/server/privileges/privileges_table.twig:460
11711 #: templates/server/privileges/privileges_table.twig:463
11712 msgid "Allows creating stored routines."
11715 #: libraries/classes/Server/Privileges.php:497
11716 #: templates/server/privileges/privileges_table.twig:473
11717 #: templates/server/privileges/privileges_table.twig:476
11718 msgid "Allows altering and dropping stored routines."
11721 #: libraries/classes/Server/Privileges.php:502
11722 #: templates/server/privileges/privileges_table.twig:718
11723 #: templates/server/privileges/privileges_table.twig:721
11724 msgid "Allows creating, dropping and renaming user accounts."
11727 #: libraries/classes/Server/Privileges.php:507
11728 #: templates/server/privileges/privileges_table.twig:486
11729 #: templates/server/privileges/privileges_table.twig:489
11730 msgid "Allows executing stored routines."
11733 #: libraries/classes/Server/Privileges.php:1077
11735 msgid "The password for %s was changed successfully."
11738 #: libraries/classes/Server/Privileges.php:1125
11740 msgid "You have revoked the privileges for %s."
11743 #: libraries/classes/Server/Privileges.php:1442
11744 #: templates/database/privileges/index.twig:124
11745 #: templates/table/privileges/index.twig:127
11746 msgid "Not enough privilege to view users."
11749 #: libraries/classes/Server/Privileges.php:1504
11750 #: templates/database/privileges/index.twig:80
11751 #: templates/server/privileges/new_user_ajax.twig:45
11752 #: templates/server/privileges/users_overview.twig:75
11753 #: templates/table/privileges/index.twig:84
11754 msgid "Edit privileges"
11757 #: libraries/classes/Server/Privileges.php:1508
11761 #: libraries/classes/Server/Privileges.php:1819
11762 #: templates/server/privileges/privileges_table.twig:265
11763 msgid "Database-specific privileges"
11766 #: libraries/classes/Server/Privileges.php:1825
11767 #: templates/server/privileges/privileges_summary.twig:19
11768 #: templates/server/privileges/privileges_table.twig:7
11769 #: templates/server/privileges/privileges_table.twig:267
11770 msgid "Table-specific privileges"
11773 #: libraries/classes/Server/Privileges.php:1830
11774 #: libraries/classes/Server/Privileges.php:1832
11775 #: templates/server/privileges/edit_routine_privileges.twig:29
11776 #: templates/server/privileges/edit_routine_privileges.twig:46
11777 #: templates/server/privileges/edit_routine_privileges.twig:59
11781 #: libraries/classes/Server/Privileges.php:1831
11782 #: templates/server/privileges/edit_routine_privileges.twig:47
11783 msgid "Routine-specific privileges"
11786 #: libraries/classes/Server/Privileges.php:2176
11787 msgid "No users selected for deleting!"
11790 #: libraries/classes/Server/Privileges.php:2179
11791 msgid "Reloading the privileges"
11794 #: libraries/classes/Server/Privileges.php:2204
11795 msgid "The selected users have been deleted successfully."
11798 #: libraries/classes/Server/Privileges.php:2281
11800 msgid "You have updated the privileges for %s."
11803 #: libraries/classes/Server/Privileges.php:2368
11804 #: templates/database/privileges/index.twig:102
11805 #: templates/table/privileges/index.twig:106
11806 msgid "No user found."
11809 #: libraries/classes/Server/Privileges.php:2455
11811 msgid "Deleting %s"
11814 #: libraries/classes/Server/Privileges.php:2486
11815 msgid "The privileges were reloaded successfully."
11818 #: libraries/classes/Server/Privileges.php:2590
11820 msgid "The user %s already exists!"
11823 #: libraries/classes/Server/Privileges.php:2865
11825 msgid "Privileges for %s"
11828 #: libraries/classes/Server/Privileges.php:2874
11829 #: libraries/classes/Server/Status/Processes.php:118
11830 #: templates/server/user_groups/user_listings.twig:9
11834 #: libraries/classes/Server/Privileges.php:2988
11836 "A user account allowing any user from localhost to connect is present. This "
11837 "will prevent other users from connecting if the host part of their account "
11838 "allows a connection from any (%) host."
11841 #: libraries/classes/Server/Privileges.php:3022
11844 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11845 "tables. The content of these tables may differ from the privileges the "
11846 "server uses, if they have been changed manually. In this case, you should "
11847 "%sreload the privileges%s before you continue."
11850 #: libraries/classes/Server/Privileges.php:3038
11852 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11853 "tables. The content of these tables may differ from the privileges the "
11854 "server uses, if they have been changed manually. In this case, the "
11855 "privileges have to be reloaded but currently, you don't have the RELOAD "
11859 #: libraries/classes/Server/Privileges.php:3350
11860 msgid "You have added a new user."
11863 #: libraries/classes/Server/Status/Data.php:146
11864 #: libraries/classes/Server/Status/Processes.php:146
11865 #: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:20
11869 #: libraries/classes/Server/Status/Data.php:149
11873 #: libraries/classes/Server/Status/Data.php:150
11874 msgid "Query cache"
11877 #: libraries/classes/Server/Status/Data.php:151
11881 #: libraries/classes/Server/Status/Data.php:153
11882 msgid "Temporary data"
11885 #: libraries/classes/Server/Status/Data.php:154
11886 msgid "Delayed inserts"
11889 #: libraries/classes/Server/Status/Data.php:155
11893 #: libraries/classes/Server/Status/Data.php:156
11897 #: libraries/classes/Server/Status/Data.php:158
11901 #: libraries/classes/Server/Status/Data.php:160
11902 msgid "Transaction coordinator"
11905 #: libraries/classes/Server/Status/Data.php:161
11906 #: templates/server/binlog/index.twig:27
11910 #: libraries/classes/Server/Status/Data.php:180
11911 msgid "Flush (close) all tables"
11914 #: libraries/classes/Server/Status/Data.php:184
11915 msgid "Show open tables"
11918 #: libraries/classes/Server/Status/Data.php:193
11919 msgid "Show replica hosts"
11922 #: libraries/classes/Server/Status/Data.php:200
11923 #: templates/server/replication/primary_replication.twig:9
11924 msgid "Show primary status"
11927 #: libraries/classes/Server/Status/Data.php:207
11928 msgid "Show replica status"
11931 #: libraries/classes/Server/Status/Data.php:215
11932 msgid "Flush query cache"
11935 #: libraries/classes/Server/Status/Processes.php:114
11939 #: libraries/classes/Server/Status/Processes.php:122
11940 #: templates/server/replication/primary_add_replica_user.twig:32
11941 #: templates/server/replication/primary_add_replica_user.twig:43
11942 #: templates/server/replication/primary_replication.twig:25
11946 #: libraries/classes/Server/Status/Processes.php:130
11950 #: libraries/classes/Server/Status/Processes.php:142
11954 #: libraries/classes/Setup/Index.php:130
11956 "Reading of version failed. Maybe you're offline or the upgrade server does "
11960 #: libraries/classes/Setup/Index.php:152
11961 msgid "Got invalid version string from server"
11964 #: libraries/classes/Setup/Index.php:164
11965 msgid "Unparsable version string"
11968 #: libraries/classes/Setup/Index.php:186
11971 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
11972 "version is %s, released on %s."
11975 #: libraries/classes/Setup/Index.php:194
11976 msgid "No newer stable version is available"
11979 #: libraries/classes/Sql.php:498
11981 msgid "Using bookmark \"%s\" as default browse query."
11984 #: libraries/classes/Sql.php:962
11985 msgid "Showing as PHP code"
11988 #: libraries/classes/Sql.php:1336
11991 "Current selection does not contain a unique column. Grid edit, checkbox, "
11992 "Edit, Copy and Delete features are not available. %s"
11995 #: libraries/classes/Sql.php:1350
11998 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
11999 "and Delete features may result in undesired behavior. %s"
12002 #: libraries/classes/SqlQueryForm.php:150
12004 msgid "Run SQL query/queries on server “%s”"
12007 #: libraries/classes/SqlQueryForm.php:166
12009 msgid "Run SQL query/queries on database %s"
12012 #: libraries/classes/SqlQueryForm.php:181
12014 msgid "Run SQL query/queries on table %s"
12017 #: libraries/classes/StorageEngine.php:367
12019 "There is no detailed status information available for this storage engine."
12022 #: libraries/classes/StorageEngine.php:467
12023 #: templates/database/structure/body_for_table_summary.twig:46
12025 msgid "%s is the default storage engine on this MySQL server."
12028 #: libraries/classes/StorageEngine.php:470
12030 msgid "%s is available on this MySQL server."
12033 #: libraries/classes/StorageEngine.php:473
12035 msgid "%s has been disabled for this MySQL server."
12038 #: libraries/classes/StorageEngine.php:477
12040 msgid "This MySQL server does not support the %s storage engine."
12043 #: libraries/classes/Table/Indexes.php:58 libraries/classes/Table.php:2103
12044 msgid "The name of the primary key must be \"PRIMARY\"!"
12047 #: libraries/classes/Table/Maintenance.php:122
12049 msgid "Problems with indexes of table `%s`"
12052 #: libraries/classes/Table.php:348
12053 msgid "Unknown table status:"
12056 #: libraries/classes/Table.php:1001
12058 msgid "Source database `%s` was not found!"
12061 #: libraries/classes/Table.php:1010
12063 msgid "Target database `%s` was not found!"
12066 #: libraries/classes/Table.php:1475
12067 msgid "Invalid database:"
12070 #: libraries/classes/Table.php:1493
12071 msgid "Invalid table name:"
12074 #: libraries/classes/Table.php:1533
12076 msgid "Failed to rename table %1$s to %2$s!"
12079 #: libraries/classes/Table.php:1550
12081 msgid "Table %1$s has been renamed to %2$s."
12084 #: libraries/classes/Table.php:1795
12085 msgid "Could not save table UI preferences!"
12088 #: libraries/classes/Table.php:1821
12091 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
12092 "['MaxTableUiprefs'] %s)"
12095 #: libraries/classes/Table.php:1956
12098 "Cannot save UI property \"%s\". The changes made will not be persistent "
12099 "after you refresh this page. Please check if the table structure has been "
12103 #: libraries/classes/Table.php:2115
12104 msgid "Can't rename index to PRIMARY!"
12107 #: libraries/classes/Table.php:2141
12108 msgid "No index parts defined!"
12111 #: libraries/classes/Table.php:2437
12113 msgid "Error creating foreign key on %1$s (check data types)"
12116 #: libraries/classes/Template.php:135
12118 msgid "Error while working with template cache: %s"
12121 #: libraries/classes/ThemeManager.php:83
12123 msgid "Default theme %s not found!"
12126 #: libraries/classes/ThemeManager.php:142
12128 msgid "Theme %s not found!"
12131 #: libraries/classes/Theme.php:168
12133 msgid "No valid image path for theme %s found!"
12136 #: libraries/classes/Tracking.php:234
12137 #: templates/database/tracking/tables.twig:115
12138 #: templates/table/tracking/main.twig:73
12139 msgid "Tracking report"
12142 #: libraries/classes/Tracking.php:238
12143 msgid "Tracking statements"
12146 #: libraries/classes/Tracking.php:253
12147 msgid "Delete tracking data row from report"
12150 #: libraries/classes/Tracking.php:265
12154 #: libraries/classes/Tracking.php:310
12155 #: templates/database/operations/index.twig:131
12156 #: templates/database/structure/copy_form.twig:19
12157 #: templates/table/operations/index.twig:275
12158 msgid "Structure only"
12161 #: libraries/classes/Tracking.php:313
12162 #: templates/database/operations/index.twig:143
12163 #: templates/database/structure/copy_form.twig:29
12164 #: templates/table/operations/index.twig:287
12168 #: libraries/classes/Tracking.php:316
12169 #: templates/database/operations/index.twig:137
12170 #: templates/database/structure/copy_form.twig:24
12171 #: templates/table/operations/index.twig:281
12172 msgid "Structure and data"
12175 #: libraries/classes/Tracking.php:381 libraries/classes/Tracking.php:449
12177 msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
12180 #: libraries/classes/Tracking.php:470
12181 msgid "SQL dump (file download)"
12184 #: libraries/classes/Tracking.php:472
12188 #: libraries/classes/Tracking.php:475
12189 msgid "This option will replace your table and contained data."
12192 #: libraries/classes/Tracking.php:477
12193 msgid "SQL execution"
12196 #: libraries/classes/Tracking.php:481
12198 msgid "Export as %s"
12201 #: libraries/classes/Tracking.php:519
12202 msgid "Data manipulation statement"
12205 #: libraries/classes/Tracking.php:555
12206 msgid "Data definition statement"
12209 #: libraries/classes/Tracking.php:638
12210 #: templates/database/tracking/tables.twig:126
12211 #: templates/table/tracking/main.twig:80
12212 msgid "Structure snapshot"
12215 #: libraries/classes/Tracking.php:656
12217 msgid "Version %s snapshot (SQL code)"
12220 #: libraries/classes/Tracking.php:726
12221 msgid "Tracking data definition successfully deleted"
12224 #: libraries/classes/Tracking.php:738
12225 msgid "Tracking data manipulation successfully deleted"
12228 #: libraries/classes/Tracking.php:795
12230 "You can execute the dump by creating and using a temporary database. Please "
12231 "ensure that you have the privileges to do so."
12234 #: libraries/classes/Tracking.php:799
12235 msgid "Comment out these two lines if you do not need them."
12238 #: libraries/classes/Tracking.php:810
12239 msgid "SQL statements exported. Please copy the dump or execute it."
12242 #: libraries/classes/Tracking.php:843
12244 msgid "Tracking report for table `%s`"
12247 #: libraries/classes/Tracking.php:875
12249 msgid "Tracking for %1$s was activated at version %2$s."
12252 #: libraries/classes/Tracking.php:878
12254 msgid "Tracking for %1$s was deactivated at version %2$s."
12257 #: libraries/classes/Tracking.php:977
12259 msgid "Version %1$s of %2$s was deleted."
12262 #: libraries/classes/Tracking.php:1008
12264 msgid "Version %1$s was created, tracking for %2$s is active."
12267 #: libraries/classes/Types.php:207
12269 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
12272 #: libraries/classes/Types.php:210
12274 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
12278 #: libraries/classes/Types.php:214
12280 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
12284 #: libraries/classes/Types.php:219
12286 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
12287 "range is 0 to 4,294,967,295"
12290 #: libraries/classes/Types.php:226
12292 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
12293 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
12296 #: libraries/classes/Types.php:233
12298 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
12299 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
12302 #: libraries/classes/Types.php:240
12304 "A small floating-point number, allowable values are -3.402823466E+38 to "
12305 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
12308 #: libraries/classes/Types.php:247
12310 "A double-precision floating-point number, allowable values are "
12311 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
12312 "2.2250738585072014E-308 to 1.7976931348623157E+308"
12315 #: libraries/classes/Types.php:253
12317 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
12321 #: libraries/classes/Types.php:256
12323 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
12327 #: libraries/classes/Types.php:260
12329 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
12330 "values are considered true"
12333 #: libraries/classes/Types.php:264
12334 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
12337 #: libraries/classes/Types.php:268
12339 msgid "A date, supported range is %1$s to %2$s"
12342 #: libraries/classes/Types.php:275
12344 msgid "A date and time combination, supported range is %1$s to %2$s"
12347 #: libraries/classes/Types.php:282
12349 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
12350 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
12353 #: libraries/classes/Types.php:289
12355 msgid "A time, range is %1$s to %2$s"
12358 #: libraries/classes/Types.php:296
12360 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
12361 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
12364 #: libraries/classes/Types.php:303
12366 "A fixed-length (0-255, default 1) string that is always right-padded with "
12367 "spaces to the specified length when stored"
12370 #: libraries/classes/Types.php:310
12373 "A variable-length (%s) string, the effective maximum length is subject to "
12374 "the maximum row size"
12377 #: libraries/classes/Types.php:317
12379 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
12380 "a one-byte prefix indicating the length of the value in bytes"
12383 #: libraries/classes/Types.php:324
12385 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
12386 "with a two-byte prefix indicating the length of the value in bytes"
12389 #: libraries/classes/Types.php:331
12391 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
12392 "stored with a three-byte prefix indicating the length of the value in bytes"
12395 #: libraries/classes/Types.php:338
12397 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
12398 "characters, stored with a four-byte prefix indicating the length of the "
12402 #: libraries/classes/Types.php:345
12404 "Similar to the CHAR type, but stores binary byte strings rather than non-"
12405 "binary character strings"
12408 #: libraries/classes/Types.php:350
12410 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
12411 "binary character strings"
12414 #: libraries/classes/Types.php:356
12416 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
12417 "one-byte prefix indicating the length of the value"
12420 #: libraries/classes/Types.php:362
12422 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
12423 "with a three-byte prefix indicating the length of the value"
12426 #: libraries/classes/Types.php:369
12428 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
12429 "a two-byte prefix indicating the length of the value"
12432 #: libraries/classes/Types.php:375
12434 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
12435 "bytes, stored with a four-byte prefix indicating the length of the value"
12438 #: libraries/classes/Types.php:382
12440 "An enumeration, chosen from the list of up to 65,535 values or the special "
12444 #: libraries/classes/Types.php:386
12445 msgid "A single value chosen from a set of up to 64 members"
12448 #: libraries/classes/Types.php:389
12449 msgid "A type that can store a geometry of any type"
12452 #: libraries/classes/Types.php:392
12453 msgid "A point in 2-dimensional space"
12456 #: libraries/classes/Types.php:395
12457 msgid "A curve with linear interpolation between points"
12460 #: libraries/classes/Types.php:398
12464 #: libraries/classes/Types.php:401
12465 msgid "A collection of points"
12468 #: libraries/classes/Types.php:404
12469 msgid "A collection of curves with linear interpolation between points"
12472 #: libraries/classes/Types.php:407
12473 msgid "A collection of polygons"
12476 #: libraries/classes/Types.php:410
12477 msgid "A collection of geometry objects of any type"
12480 #: libraries/classes/Types.php:413
12482 "Stores and enables efficient access to data in JSON (JavaScript Object "
12483 "Notation) documents"
12486 #: libraries/classes/Types.php:416
12488 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
12489 "conventional mapping of IPv4 addresses into IPv6 addresses"
12492 #: libraries/classes/Types.php:746
12493 msgctxt "numeric types"
12497 #: libraries/classes/Types.php:764
12498 msgctxt "date and time types"
12499 msgid "Date and time"
12502 #: libraries/classes/Types.php:800
12503 msgctxt "spatial types"
12507 #: libraries/classes/UrlRedirector.php:55
12508 msgid "Taking you to the target site."
12511 #: libraries/classes/UserPassword.php:38
12512 msgid "The profile has been updated."
12515 #: libraries/classes/UserPassword.php:50
12516 msgid "Password is too long!"
12519 #: libraries/classes/UserPreferences.php:179
12520 msgid "Could not save configuration"
12523 #: libraries/classes/UserPreferences.php:193
12524 msgid "The phpMyAdmin configuration storage database could not be accessed."
12527 #: libraries/classes/Util.php:128
12532 #. l10n: Short month name
12533 #: libraries/classes/Util.php:663
12534 msgctxt "Short month name"
12538 #. l10n: Short week day name for Sunday
12539 #: libraries/classes/Util.php:681
12540 msgctxt "Short week day name for Sunday"
12544 #: libraries/classes/Util.php:719
12545 msgctxt "AM/PM indication in time"
12549 #: libraries/classes/Util.php:721
12550 msgctxt "AM/PM indication in time"
12554 #: libraries/classes/Util.php:792
12556 msgid "%s days, %s hours, %s minutes and %s seconds"
12559 #: libraries/classes/Util.php:1867
12563 #: libraries/classes/Util.php:2471
12564 #: templates/database/multi_table_query/form.twig:67
12568 #: libraries/classes/ZipExtension.php:73 libraries/classes/ZipExtension.php:119
12569 msgid "Error in ZIP archive:"
12572 #: libraries/classes/ZipExtension.php:83
12573 msgid "No files found inside ZIP archive!"
12576 #: libraries/config.values.php:88 libraries/config.values.php:126
12577 #: libraries/config.values.php:138
12581 #: libraries/config.values.php:89 libraries/config.values.php:127
12582 #: libraries/config.values.php:139
12583 #: templates/database/multi_table_query/form.twig:118
12587 #: libraries/config.values.php:90 libraries/config.values.php:108
12588 #: libraries/config.values.php:128 libraries/config.values.php:140
12592 #: libraries/config.values.php:105
12596 #: libraries/config.values.php:106
12600 #: libraries/config.values.php:107
12604 #: libraries/config.values.php:143
12608 #: libraries/config.values.php:144
12609 msgid "Double click"
12612 #: libraries/config.values.php:145 libraries/config.values.php:188
12613 #: templates/config/form_display/input.twig:16
12614 #: templates/relation/check_relations.twig:15
12615 #: templates/relation/check_relations.twig:66
12616 #: templates/relation/check_relations.twig:91
12617 #: templates/relation/check_relations.twig:129
12618 #: templates/relation/check_relations.twig:154
12619 #: templates/relation/check_relations.twig:164
12620 #: templates/relation/check_relations.twig:199
12621 #: templates/relation/check_relations.twig:224
12622 #: templates/relation/check_relations.twig:249
12623 #: templates/relation/check_relations.twig:274
12624 #: templates/relation/check_relations.twig:299
12625 #: templates/relation/check_relations.twig:324
12626 #: templates/relation/check_relations.twig:349
12627 #: templates/relation/check_relations.twig:387
12628 #: templates/relation/check_relations.twig:412
12629 #: templates/relation/check_relations.twig:437
12630 #: templates/relation/check_relations.twig:462
12631 #: templates/relation/check_relations.twig:487
12632 #: templates/relation/check_relations.twig:512
12636 #: libraries/config.values.php:148
12640 #: libraries/config.values.php:149
12642 #| msgid "Select All"
12643 msgid "display column"
12644 msgstr "Alle ußwähle"
12646 #: libraries/config.values.php:153
12650 #: libraries/config.values.php:186
12654 #: libraries/config.values.php:187
12658 #: libraries/config.values.php:200
12659 msgid "Ask before sending error reports"
12662 #: libraries/config.values.php:201
12663 msgid "Always send error reports"
12666 #: libraries/config.values.php:202
12667 msgid "Never send error reports"
12670 #: libraries/config.values.php:205
12673 msgid "Server default"
12674 msgstr "Schtandatt"
12676 #: libraries/config.values.php:206
12682 #: libraries/config.values.php:207
12688 #: libraries/config.values.php:259
12689 msgid "Quick - display only the minimal options to configure"
12692 #: libraries/config.values.php:260
12693 msgid "Custom - display all possible options to configure"
12696 #: libraries/config.values.php:261
12697 msgid "Custom - like above, but without the quick/custom choice"
12700 #: libraries/config.values.php:328
12701 msgid "complete inserts"
12704 #: libraries/config.values.php:329
12705 msgid "extended inserts"
12708 #: libraries/config.values.php:330
12709 msgid "both of the above"
12712 #: libraries/config.values.php:331
12713 msgid "neither of the above"
12716 #: setup/index.php:29
12717 msgid "Configuration already exists, setup is disabled!"
12720 #: setup/validate.php:31
12724 #: setup/validate.php:38
12726 msgid "Wrong data or no validation for %s"
12729 #: templates/columns_definitions/column_attributes.twig:31
12730 #: templates/database/central_columns/edit_table_row.twig:23
12731 #: templates/database/central_columns/main.twig:71
12732 #: templates/database/central_columns/main.twig:298
12733 msgid "Edit ENUM/SET values"
12736 #: templates/columns_definitions/column_attributes.twig:38
12737 #: templates/database/central_columns/edit_table_row.twig:30
12738 #: templates/database/central_columns/main.twig:76
12739 #: templates/database/central_columns/main.twig:309
12740 msgctxt "for default"
12744 #: templates/columns_definitions/column_attributes.twig:41
12745 #: templates/database/central_columns/edit_table_row.twig:33
12746 #: templates/database/central_columns/main.twig:77
12747 #: templates/database/central_columns/main.twig:312
12748 msgid "As defined:"
12751 #: templates/columns_definitions/column_attributes.twig:97
12753 "You don't have sufficient privileges to perform this operation; Please refer "
12754 "to the documentation for more details"
12757 #: templates/columns_definitions/column_attributes.twig:111
12758 #: templates/database/data_dictionary/index.twig:75 templates/indexes.twig:18
12759 #: templates/table/structure/display_structure.twig:152
12760 #: templates/table/structure/display_structure.twig:160
12761 #: templates/table/structure/display_structure.twig:298
12762 #: templates/table/structure/display_structure.twig:460
12763 #: templates/table/tracking/structure_snapshot_indexes.twig:7
12767 #: templates/columns_definitions/column_attributes.twig:119
12768 #: templates/table/structure/display_structure.twig:219
12769 #: templates/table/structure/display_structure.twig:222
12770 #: templates/table/structure/display_structure.twig:307
12774 #: templates/columns_definitions/column_attributes.twig:123
12775 #: templates/table/structure/display_structure.twig:192
12776 #: templates/table/structure/display_structure.twig:200
12777 #: templates/table/structure/display_structure.twig:304
12781 #: templates/columns_definitions/column_attributes.twig:156
12782 #: templates/table/structure/display_partitions.twig:26
12786 #: templates/columns_definitions/column_attributes.twig:177
12790 #: templates/columns_definitions/column_attributes.twig:182
12791 #: templates/table/structure/display_structure.twig:433
12796 #: templates/columns_definitions/column_definitions_form.twig:22
12797 #: templates/database/create_table.twig:6
12798 #: templates/database/operations/index.twig:30
12802 #: templates/columns_definitions/column_definitions_form.twig:31
12803 #: templates/console/display.twig:124
12804 #: templates/database/central_columns/main.twig:196 templates/export.twig:285
12805 #: templates/export.twig:301 templates/export.twig:317
12809 #: templates/columns_definitions/column_definitions_form.twig:39
12815 #: templates/columns_definitions/column_definitions_form.twig:73
12819 #: templates/columns_definitions/column_definitions_form.twig:76
12820 msgid "Storage Engine:"
12823 #: templates/columns_definitions/column_definitions_form.twig:81
12824 msgid "Connection:"
12827 #: templates/columns_definitions/column_definitions_form.twig:112
12828 #: templates/columns_definitions/partitions.twig:137
12829 #: templates/table/operations/index.twig:133
12830 msgid "Storage engine"
12833 #: templates/columns_definitions/column_definitions_form.twig:135
12834 msgid "PARTITION definition:"
12837 #: templates/columns_definitions/column_definitions_form.twig:153
12838 msgctxt "Online transaction part of the SQL DDL for InnoDB"
12839 msgid "Online transaction"
12842 #: templates/columns_definitions/column_definitions_form.twig:165
12844 "The column width of integer types is ignored in your MySQL version unless "
12845 "defining a TINYINT(1) column"
12848 #: templates/columns_definitions/column_definitions_form.twig:174
12849 #: templates/database/designer/main.twig:1097
12850 #: templates/database/designer/main.twig:1112 templates/export_modal.twig:5
12851 #: templates/export.twig:81 templates/modals/add_index.twig:5
12852 #: templates/modals/build_query.twig:5
12853 #: templates/modals/index_dialog_modal.twig:5
12854 #: templates/modals/preview_sql_confirmation.twig:5
12855 #: templates/modals/preview_sql_modal.twig:5
12856 #: templates/table/insert/actions_panel.twig:46
12857 #: templates/table/relation/common_form.twig:233
12858 #: templates/table/zoom_search/result_form.twig:26
12859 #: templates/table/zoom_search/result_form.twig:95
12863 #: templates/columns_definitions/column_name.twig:4
12865 msgid "Referenced by %s."
12868 #: templates/columns_definitions/column_name.twig:12
12869 msgid "Is a foreign key."
12872 #: templates/columns_definitions/column_name.twig:39
12873 msgid "Pick from Central Columns"
12876 #: templates/columns_definitions/partitions.twig:17
12877 msgid "Partition by:"
12880 #: templates/columns_definitions/partitions.twig:32
12881 #: templates/columns_definitions/partitions.twig:60
12882 msgid "Expression or column list"
12885 #: templates/columns_definitions/partitions.twig:37
12886 msgid "Partitions:"
12889 #: templates/columns_definitions/partitions.twig:45
12890 msgid "Subpartition by:"
12893 #: templates/columns_definitions/partitions.twig:65
12894 msgid "Subpartitions:"
12897 #: templates/columns_definitions/partitions.twig:76
12898 #: templates/table/operations/index.twig:480
12899 #: templates/table/structure/display_partitions.twig:24
12903 #: templates/columns_definitions/partitions.twig:78
12907 #: templates/columns_definitions/partitions.twig:82
12908 msgid "Subpartition"
12911 #: templates/columns_definitions/partitions.twig:84
12915 #: templates/columns_definitions/partitions.twig:85
12916 #: templates/config/form_display/input.twig:53
12917 #: templates/database/data_dictionary/index.twig:81
12918 #: templates/database/events/editor_form.twig:102
12919 #: templates/database/routines/editor_form.twig:163
12920 #: templates/database/structure/table_header.twig:46 templates/indexes.twig:24
12921 #: templates/table/structure/display_partitions.twig:31
12922 #: templates/table/structure/display_structure.twig:466
12923 #: templates/table/tracking/structure_snapshot_columns.twig:12
12924 #: templates/table/tracking/structure_snapshot_indexes.twig:13
12928 #: templates/columns_definitions/partitions.twig:86
12929 msgid "Data directory"
12932 #: templates/columns_definitions/partitions.twig:87
12933 msgid "Index directory"
12936 #: templates/columns_definitions/partitions.twig:88
12940 #: templates/columns_definitions/partitions.twig:89
12944 #: templates/columns_definitions/partitions.twig:90
12947 msgid "Table space"
12950 #: templates/columns_definitions/partitions.twig:91
12954 #: templates/columns_definitions/table_fields_definitions.twig:16
12955 #: templates/database/central_columns/edit.twig:10
12956 #: templates/database/routines/editor_form.twig:52
12957 msgid "Length/Values"
12960 #: templates/columns_definitions/table_fields_definitions.twig:17
12962 "If column type is \"enum\" or \"set\", please enter the values using this "
12963 "format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
12964 "single quote (\"'\") amongst those values, precede it with a backslash (for "
12965 "example '\\\\xyz' or 'a\\'b')."
12968 #: templates/columns_definitions/table_fields_definitions.twig:21
12970 "For default values, please enter just a single value, without backslash "
12971 "escaping or quotes, using this format: a"
12974 #: templates/columns_definitions/table_fields_definitions.twig:24
12975 #: templates/database/central_columns/edit.twig:12
12976 #: templates/database/central_columns/main.twig:32
12977 #: templates/database/central_columns/main.twig:236
12978 #: templates/database/data_dictionary/index.twig:79
12979 #: templates/database/operations/index.twig:194
12980 #: templates/database/operations/index.twig:198
12981 #: templates/database/structure/table_header.twig:31
12982 #: templates/home/index.twig:64 templates/indexes.twig:22
12983 #: templates/server/databases/index.twig:29
12984 #: templates/server/databases/index.twig:30
12985 #: templates/server/databases/index.twig:123
12986 #: templates/table/operations/index.twig:151
12987 #: templates/table/search/index.twig:40
12988 #: templates/table/structure/display_structure.twig:23
12989 #: templates/table/structure/display_structure.twig:464
12990 #: templates/table/structure/display_table_stats.twig:108
12991 #: templates/table/tracking/structure_snapshot_columns.twig:8
12992 #: templates/table/tracking/structure_snapshot_indexes.twig:11
12993 #: templates/table/zoom_search/index.twig:38
12997 #: templates/columns_definitions/table_fields_definitions.twig:36
12998 #: templates/database/operations/index.twig:68
12999 #: templates/database/operations/index.twig:173
13000 #: templates/database/routines/editor_form.twig:124
13001 #: templates/database/structure/copy_form.twig:50
13002 #: templates/table/operations/index.twig:79
13003 #: templates/table/operations/index.twig:115
13004 #: templates/table/operations/index.twig:315
13005 msgid "Adjust privileges"
13008 #: templates/columns_definitions/table_fields_definitions.twig:59
13012 #: templates/columns_definitions/table_fields_definitions.twig:65
13013 msgid "Move column"
13016 #: templates/columns_definitions/table_fields_definitions.twig:75
13017 #: templates/columns_definitions/table_fields_definitions.twig:86
13018 msgid "List of available transformations and their options"
13021 #: templates/columns_definitions/table_fields_definitions.twig:77
13022 #: templates/transformation_overview.twig:18
13023 msgid "Browser display transformation"
13026 #: templates/columns_definitions/table_fields_definitions.twig:81
13027 msgid "Browser display transformation options"
13030 #: templates/columns_definitions/table_fields_definitions.twig:82
13031 #: templates/columns_definitions/table_fields_definitions.twig:93
13033 "Please enter the values for transformation options using this format: 'a', "
13034 "100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
13035 "quote (\"'\") amongst those values, precede it with a backslash (for example "
13036 "'\\\\xyz' or 'a\\'b')."
13039 #: templates/columns_definitions/table_fields_definitions.twig:88
13040 #: templates/transformation_overview.twig:37
13041 msgid "Input transformation"
13044 #: templates/columns_definitions/table_fields_definitions.twig:92
13045 msgid "Input transformation options"
13048 #: templates/config/form_display/input.twig:15
13049 msgid "This setting is disabled, it will not be applied to your configuration."
13052 #: templates/config/form_display/input.twig:57
13053 #: templates/config/form_display/input.twig:58
13055 msgid "Set value: %s"
13058 #: templates/config/form_display/input.twig:63
13059 #: templates/config/form_display/input.twig:64
13060 msgid "Restore default value"
13063 #: templates/config/form_display/input.twig:79
13064 #: templates/config/form_display/input.twig:80
13065 msgid "Allow users to customize this value"
13068 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:38
13069 #: templates/console/display.twig:104 templates/console/display.twig:196
13073 #: templates/console/bookmark_content.twig:8 templates/console/display.twig:39
13074 #: templates/console/display.twig:105 templates/console/display.twig:197
13078 #: templates/console/bookmark_content.twig:9 templates/console/display.twig:40
13079 #: templates/console/display.twig:198
13083 #: templates/console/display.twig:5
13084 msgid "SQL Query Console"
13087 #: templates/console/display.twig:9 templates/setup/home/index.twig:166
13088 #: templates/sql/query.twig:38
13092 #: templates/console/display.twig:12
13096 #: templates/console/display.twig:19 templates/console/display.twig:118
13100 #: templates/console/display.twig:31
13101 msgid "Press Ctrl+Enter to execute query"
13104 #: templates/console/display.twig:32
13105 msgid "Press Enter to execute query"
13108 #: templates/console/display.twig:42 templates/console/display.twig:200
13112 #: templates/console/display.twig:45 templates/console/display.twig:203
13116 #: templates/console/display.twig:47 templates/console/display.twig:205
13117 msgid "Query failed"
13120 #: templates/console/display.twig:49 templates/console/display.twig:207
13121 msgid "Queried time"
13124 #: templates/console/display.twig:49
13125 msgid "During current session"
13128 #: templates/console/display.twig:67
13132 #: templates/console/display.twig:70
13136 #: templates/console/display.twig:73
13140 #: templates/console/display.twig:79 templates/console/display.twig:108
13141 #: templates/table/find_replace/replace_preview.twig:16
13145 #: templates/console/display.twig:82
13146 msgid "Execution order"
13149 #: templates/console/display.twig:85 templates/console/display.twig:109
13153 #: templates/console/display.twig:88 templates/table/search/index.twig:146
13157 #: templates/console/display.twig:94
13158 msgid "Ungroup queries"
13161 #: templates/console/display.twig:106
13163 #| msgid "not active"
13165 msgstr "nit aktief"
13167 #: templates/console/display.twig:107
13171 #: templates/console/display.twig:135
13172 msgid "Add bookmark"
13175 #: templates/console/display.twig:142
13179 #: templates/console/display.twig:145
13181 #| msgid "Select All"
13182 msgid "Target database"
13183 msgstr "Alle ußwähle"
13185 #: templates/console/display.twig:148
13186 msgid "Share this bookmark"
13189 #: templates/console/display.twig:166
13192 msgid "Set default"
13193 msgstr "Schtandatt"
13195 #: templates/console/display.twig:185
13197 "Execute queries on Enter and insert new line with Shift+Enter. To make this "
13198 "permanent, view settings."
13201 #: templates/create_tracking_version.twig:10
13203 msgid "Create version %1$s of %2$s"
13206 #: templates/create_tracking_version.twig:15
13208 msgid "Create version %1$s"
13211 #: templates/create_tracking_version.twig:21
13212 msgid "Track these data definition statements:"
13215 #: templates/create_tracking_version.twig:60
13216 msgid "Track these data manipulation statements:"
13219 #: templates/create_tracking_version.twig:77
13220 msgid "Create version"
13223 #: templates/database/central_columns/edit.twig:15
13224 msgctxt "Auto Increment"
13228 #: templates/database/central_columns/main.twig:4
13229 msgid "Add new column"
13232 #: templates/database/central_columns/main.twig:24
13233 #: templates/database/central_columns/main.twig:228
13234 msgid "Length/Value"
13237 #: templates/database/central_columns/main.twig:36
13238 #: templates/database/central_columns/main.twig:240
13242 #: templates/database/central_columns/main.twig:44
13243 #: templates/database/central_columns/main.twig:248
13247 #: templates/database/central_columns/main.twig:129
13249 #| msgid "The central list of columns for the current database is empty."
13250 msgid "The central list of columns for the current database is empty"
13251 msgstr "De Houpleß met de Kolonne för heh di Dahtebangk es läddesch."
13253 #: templates/database/central_columns/main.twig:166
13254 #: templates/display/results/table.twig:137
13255 msgid "Filter rows"
13258 #: templates/database/central_columns/main.twig:167
13259 #: templates/display/results/table.twig:139
13260 msgid "Search this table"
13263 #: templates/database/central_columns/main.twig:178
13264 #: templates/table/structure/display_structure.twig:418
13268 #: templates/database/central_columns/main.twig:187
13270 #| msgid "Select All"
13271 msgid "Select a table"
13272 msgstr "Alle ußwähle"
13274 #: templates/database/central_columns/main.twig:194
13276 #| msgid "Select All"
13277 msgid "Select a column."
13278 msgstr "Alle ußwähle"
13280 #: templates/database/central_columns/main.twig:213
13281 msgid "Click to sort."
13282 msgstr "Aanklecke för ze zoteere."
13284 #: templates/database/central_columns/main.twig:218
13285 #: templates/database/privileges/index.twig:22
13286 #: templates/database/structure/table_header.twig:22
13287 #: templates/database/tracking/tables.twig:18
13288 #: templates/database/tracking/tables.twig:154 templates/indexes.twig:15
13289 #: templates/server/databases/index.twig:163
13290 #: templates/server/privileges/privileges_summary.twig:23
13291 #: templates/server/privileges/users_overview.twig:22
13292 #: templates/server/user_groups/user_groups.twig:21
13293 #: templates/server/variables/index.twig:30
13294 #: templates/table/privileges/index.twig:24
13295 #: templates/table/structure/display_partitions.twig:33
13296 #: templates/table/structure/display_structure.twig:34
13297 #: templates/table/structure/display_structure.twig:457
13298 #: templates/table/tracking/main.twig:32
13299 #: templates/table/tracking/report_table.twig:8
13303 #: templates/database/create_table.twig:3
13304 #: templates/database/operations/index.twig:27
13307 msgid "Create new table"
13310 #: templates/database/create_table.twig:10
13311 #: templates/database/operations/index.twig:34
13312 msgid "Number of columns"
13315 #: templates/database/create_table.twig:14
13316 #: templates/database/operations/index.twig:39 templates/export.twig:27
13317 #: templates/server/databases/index.twig:46
13321 #: templates/database/data_dictionary/index.twig:4
13323 #| msgid "Database"
13324 msgid "Database comment:"
13325 msgstr "Dahtebangk"
13327 #: templates/database/data_dictionary/index.twig:8
13328 #: templates/database/data_dictionary/index.twig:124
13329 #: templates/database/structure/index.twig:19
13330 #: templates/display/results/table.twig:334
13331 #: templates/table/structure/display_structure.twig:376
13335 #: templates/database/data_dictionary/index.twig:76 templates/indexes.twig:19
13336 #: templates/table/structure/display_structure.twig:461
13337 #: templates/table/tracking/structure_snapshot_indexes.twig:8
13341 #: templates/database/data_dictionary/index.twig:78 templates/indexes.twig:21
13342 #: templates/table/structure/display_structure.twig:463
13343 #: templates/table/tracking/structure_snapshot_indexes.twig:10
13344 msgid "Cardinality"
13347 #: templates/database/data_dictionary/index.twig:117 templates/indexes.twig:92
13348 #: templates/table/structure/display_structure.twig:542
13349 msgid "No index defined!"
13352 #: templates/database/designer/database_tables.twig:31
13353 #: templates/database/export/index.twig:28
13354 #: templates/database/search/main.twig:43 templates/server/export/index.twig:10
13355 #: templates/server/privileges/privileges_table.twig:29
13356 #: templates/server/privileges/privileges_table.twig:56
13357 #: templates/server/privileges/privileges_table.twig:83
13358 #: templates/server/privileges/privileges_table.twig:110
13359 #: templates/server/replication/database_multibox.twig:7
13361 #| msgid "Select All"
13363 msgstr "Alle ußwähle"
13365 #: templates/database/designer/database_tables.twig:37
13366 msgid "Show/hide columns"
13369 #: templates/database/designer/database_tables.twig:46
13370 msgid "See table structure"
13373 #: templates/database/designer/database_tables.twig:91
13374 #, fuzzy, php-format
13375 #| msgid "Select All"
13376 msgid "Select \"%s\""
13377 msgstr "Alle ußwähle"
13379 #: templates/database/designer/database_tables.twig:109
13381 msgid "Add an option for column \"%s\"."
13384 #: templates/database/designer/edit_delete_pages.twig:6
13385 msgid "Page to open"
13388 #: templates/database/designer/edit_delete_pages.twig:6
13389 msgid "Page to delete"
13392 #: templates/database/designer/main.twig:19
13393 #: templates/database/designer/main.twig:25
13394 msgid "Show/Hide tables list"
13397 #: templates/database/designer/main.twig:29
13398 #: templates/database/designer/main.twig:35
13399 #: templates/database/designer/main.twig:36
13400 msgid "View in fullscreen"
13403 #: templates/database/designer/main.twig:34
13404 msgid "Exit fullscreen"
13407 #: templates/database/designer/main.twig:48
13408 #: templates/database/designer/main.twig:52
13412 #: templates/database/designer/main.twig:77
13413 #: templates/database/designer/main.twig:80
13414 msgid "Delete pages"
13417 #: templates/database/designer/main.twig:84
13418 #: templates/database/designer/main.twig:87
13419 #: templates/database/structure/show_create.twig:11
13420 msgid "Create table"
13423 #: templates/database/designer/main.twig:91
13424 #: templates/database/designer/main.twig:94
13425 #: templates/database/designer/main.twig:271
13426 msgid "Create relationship"
13429 #: templates/database/designer/main.twig:105
13430 #: templates/database/designer/main.twig:108
13434 #: templates/database/designer/main.twig:112
13435 #: templates/database/designer/main.twig:115
13439 #: templates/database/designer/main.twig:120
13440 #: templates/database/designer/main.twig:123
13441 msgid "Angular links"
13444 #: templates/database/designer/main.twig:120
13445 #: templates/database/designer/main.twig:123
13446 msgid "Direct links"
13449 #: templates/database/designer/main.twig:127
13450 #: templates/database/designer/main.twig:129
13451 msgid "Snap to grid"
13454 #: templates/database/designer/main.twig:133
13455 #: templates/database/designer/main.twig:139
13456 msgid "Small/Big All"
13459 #: templates/database/designer/main.twig:143
13460 #: templates/database/designer/main.twig:146
13461 msgid "Toggle small/big"
13464 #: templates/database/designer/main.twig:150
13465 #: templates/database/designer/main.twig:153
13466 msgid "Toggle relationship lines"
13469 #: templates/database/designer/main.twig:158
13470 #: templates/database/designer/main.twig:161
13471 msgid "Export schema"
13474 #: templates/database/designer/main.twig:169
13475 #: templates/database/designer/main.twig:172
13476 msgid "Build Query"
13479 #: templates/database/designer/main.twig:177
13480 #: templates/database/designer/main.twig:181
13484 #: templates/database/designer/main.twig:185
13485 #: templates/database/designer/main.twig:190
13489 #: templates/database/designer/main.twig:202
13490 msgid "Hide/Show all"
13493 #: templates/database/designer/main.twig:212
13494 msgid "Hide/Show tables with no relationship"
13497 #: templates/database/designer/main.twig:223
13498 msgid "Number of tables:"
13501 #: templates/database/designer/main.twig:381
13502 msgid "Delete relationship"
13505 #: templates/database/designer/main.twig:445
13506 #: templates/database/designer/main.twig:610
13507 msgid "Relationship operator"
13510 #: templates/database/designer/main.twig:474
13511 #: templates/database/designer/main.twig:639
13512 #: templates/database/designer/main.twig:845
13513 #: templates/database/designer/main.twig:1038
13517 #: templates/database/designer/main.twig:484
13518 #: templates/database/designer/main.twig:649
13519 #: templates/database/designer/main.twig:855
13520 #: templates/database/designer/main.twig:1048
13521 #: templates/database/routines/execute_form.twig:20
13522 #: templates/server/replication/status_table.twig:17
13523 #: templates/server/status/variables/index.twig:76
13524 #: templates/server/variables/index.twig:32
13525 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:9
13526 #: templates/table/search/index.twig:42
13527 #: templates/table/zoom_search/index.twig:40
13528 #: templates/table/zoom_search/result_form.twig:37
13532 #: templates/database/designer/main.twig:486
13533 #: templates/database/designer/main.twig:651
13534 #: templates/database/designer/main.twig:857
13535 #: templates/database/designer/main.twig:1050
13539 #: templates/database/designer/main.twig:495
13540 #: templates/database/designer/main.twig:711
13544 #: templates/database/designer/main.twig:501
13545 #: templates/database/designer/main.twig:719
13549 #: templates/database/designer/main.twig:510
13550 #: templates/database/designer/main.twig:916
13554 #: templates/database/designer/main.twig:516
13555 #: templates/database/designer/main.twig:580
13556 #: templates/database/designer/main.twig:785
13557 #: templates/database/designer/main.twig:816
13558 #: templates/database/designer/main.twig:924
13559 #: templates/database/designer/main.twig:1009
13560 #: templates/table/search/index.twig:41
13561 #: templates/table/zoom_search/index.twig:39
13565 #: templates/database/designer/main.twig:1090
13566 msgid "Active options"
13569 #: templates/database/designer/page_save_as.twig:19
13570 msgid "Save to selected page"
13573 #: templates/database/designer/page_save_as.twig:23
13574 msgid "Create a page and save to it"
13577 #: templates/database/designer/page_save_as.twig:29
13578 msgid "New page name"
13581 #: templates/database/designer/page_selector.twig:2
13582 msgid "Select page"
13585 #: templates/database/designer/schema_export.twig:4
13586 msgid "Select Export Relational Type"
13589 #: templates/database/events/editor_form.twig:10
13590 #: templates/database/routines/editor_form.twig:11
13591 #: templates/database/triggers/editor_form.twig:14 templates/view_create.twig:8
13595 #: templates/database/events/editor_form.twig:19
13597 #| msgid "The database name is empty!"
13599 msgstr "Kein Name för di Dahtebangk!"
13601 #: templates/database/events/editor_form.twig:35
13602 #: templates/server/binlog/index.twig:86
13606 #: templates/database/events/editor_form.twig:48
13607 #: templates/database/routines/editor_form.twig:38
13609 msgid "Change to %s"
13612 #: templates/database/events/editor_form.twig:53
13616 #: templates/database/events/editor_form.twig:59
13617 msgid "Execute every"
13620 #: templates/database/events/editor_form.twig:70
13621 msgctxt "Start of recurring event"
13625 #: templates/database/events/editor_form.twig:76
13626 msgctxt "End of recurring event"
13630 #: templates/database/events/editor_form.twig:90
13631 msgid "On completion preserve"
13634 #: templates/database/events/editor_form.twig:96
13635 #: templates/database/routines/editor_form.twig:138
13636 #: templates/database/triggers/editor_form.twig:61
13637 #: templates/view_create.twig:45
13641 #: templates/database/events/index.twig:13
13642 #: templates/database/privileges/index.twig:113
13643 #: templates/database/privileges/index.twig:114
13644 #: templates/database/routines/index.twig:13
13645 #: templates/database/structure/check_all_tables.twig:3
13646 #: templates/database/structure/check_all_tables.twig:4
13647 #: templates/database/triggers/list.twig:13
13648 #: templates/display/results/table.twig:298
13649 #: templates/display/results/table.twig:299 templates/select_all.twig:4
13650 #: templates/select_all.twig:5 templates/server/databases/index.twig:64
13651 #: templates/server/privileges/edit_routine_privileges.twig:58
13652 #: templates/server/privileges/privileges_table.twig:269
13653 #: templates/server/privileges/privileges_table.twig:270
13654 #: templates/server/privileges/privileges_table.twig:279
13655 #: templates/server/privileges/privileges_table.twig:356
13656 #: templates/server/privileges/privileges_table.twig:560
13657 #: templates/server/privileges/users_overview.twig:121
13658 #: templates/server/privileges/users_overview.twig:122
13659 #: templates/server/user_groups/edit_user_groups.twig:11
13660 #: templates/table/privileges/index.twig:117
13661 #: templates/table/privileges/index.twig:118
13664 msgstr "Ein Tabäll"
13666 #: templates/database/events/index.twig:27
13669 msgid "Create new event"
13672 #: templates/database/events/index.twig:36
13673 msgid "There are no events to display."
13676 #: templates/database/events/index.twig:112
13677 msgid "Event scheduler status"
13680 #: templates/database/events/index.twig:117
13681 #: templates/database/tracking/tables.twig:47
13682 msgid "Click to toggle"
13685 #: templates/database/events/index.twig:130
13689 #: templates/database/events/index.twig:141
13693 #: templates/database/export/index.twig:61
13695 "@SERVER@ will become the server name and @DATABASE@ will become the database "
13699 #. l10n: A query that the user has written freely
13700 #: templates/database/export/index.twig:5 templates/table/export/index.twig:5
13701 msgid "Exporting a raw query"
13704 #: templates/database/export/index.twig:7
13706 msgid "Exporting tables from \"%s\" database"
13709 #: templates/database/export/index.twig:30
13710 msgid "Export the structure of all tables."
13713 #: templates/database/export/index.twig:33
13714 msgid "Export the data of all tables."
13717 #: templates/database/import/index.twig:3
13719 msgid "Importing into the database \"%s\""
13722 #: templates/database/multi_table_query/form.twig:4
13723 #: templates/database/qbe/index.twig:4
13724 msgid "Multi-table query"
13727 #: templates/database/multi_table_query/form.twig:10
13728 #: templates/database/qbe/index.twig:10
13729 msgid "Query by example"
13732 #: templates/database/multi_table_query/form.twig:17
13733 msgid "Query window"
13736 #: templates/database/multi_table_query/form.twig:38
13737 #: templates/database/multi_table_query/form.twig:128
13739 #| msgid "Select All"
13740 msgid "select table"
13741 msgstr "Alle ußwähle"
13743 #: templates/database/multi_table_query/form.twig:45
13744 #: templates/database/multi_table_query/form.twig:136
13746 #| msgid "Select All"
13747 msgid "select column"
13748 msgstr "Alle ußwähle"
13750 #: templates/database/multi_table_query/form.twig:51
13753 msgid "Table alias"
13756 #: templates/database/multi_table_query/form.twig:52
13759 msgid "Column alias"
13762 #: templates/database/multi_table_query/form.twig:55
13763 msgid "Use this column in criteria"
13766 #: templates/database/multi_table_query/form.twig:59
13770 #: templates/database/multi_table_query/form.twig:73
13774 #: templates/database/multi_table_query/form.twig:119
13775 msgid "Another column"
13778 #: templates/database/multi_table_query/form.twig:146
13779 msgid "Enter criteria as free text"
13782 #: templates/database/multi_table_query/form.twig:153
13784 #| msgid "Select All"
13785 msgid "Remove this column"
13786 msgstr "Alle ußwähle"
13788 #: templates/database/multi_table_query/form.twig:159
13789 #: templates/table/relation/foreign_key_row.twig:85
13790 msgid "+ Add column"
13793 #: templates/database/multi_table_query/form.twig:174
13794 #: templates/database/qbe/selection_form.twig:80
13795 #: templates/database/qbe/selection_form.twig:96
13796 msgid "Update query"
13799 #: templates/database/operations/index.twig:9
13800 #: templates/database/operations/index.twig:13
13801 msgid "Database comment"
13804 #: templates/database/operations/index.twig:54
13805 msgid "Rename database to"
13808 #: templates/database/operations/index.twig:58 templates/export.twig:282
13810 #| msgid "The database name is empty!"
13811 msgid "New database name"
13812 msgstr "Kein Name för di Dahtebangk!"
13814 #: templates/database/operations/index.twig:66
13815 #: templates/database/operations/index.twig:171
13816 #: templates/table/operations/index.twig:77
13817 #: templates/table/operations/index.twig:113
13818 #: templates/table/operations/index.twig:313
13820 "You don't have sufficient privileges to perform this operation; Please refer "
13821 "to the documentation for more details."
13824 #: templates/database/operations/index.twig:83
13825 msgid "Remove database"
13828 #: templates/database/operations/index.twig:89
13830 msgid "Database %s has been dropped."
13833 #: templates/database/operations/index.twig:94
13834 msgid "Drop the database (DROP)"
13837 #: templates/database/operations/index.twig:118
13838 msgid "Copy database to"
13841 #: templates/database/operations/index.twig:150
13842 msgid "CREATE DATABASE before copying"
13845 #: templates/database/operations/index.twig:165
13846 #: templates/database/structure/copy_form.twig:44
13847 #: templates/table/operations/index.twig:306
13848 msgid "Add constraints"
13851 #: templates/database/operations/index.twig:180
13852 msgid "Switch to copied database"
13855 #: templates/database/operations/index.twig:216
13856 msgid "Change all tables collations"
13859 #: templates/database/operations/index.twig:220
13860 msgid "Change all tables columns collations"
13863 #: templates/database/privileges/index.twig:9
13864 #: templates/table/privileges/index.twig:8
13866 msgid "Users having access to \"%s\""
13869 #: templates/database/privileges/index.twig:17
13870 #: templates/server/privileges/login_information_fields.twig:7
13871 #: templates/server/privileges/login_information_fields.twig:12
13872 #: templates/server/privileges/users_overview.twig:8
13873 #: templates/server/replication/change_primary.twig:15
13874 #: templates/server/replication/primary_add_replica_user.twig:19
13875 #: templates/server/replication/primary_add_replica_user.twig:24
13876 #: templates/table/privileges/index.twig:19
13880 #: templates/database/privileges/index.twig:18
13881 #: templates/server/privileges/login_information_fields.twig:26
13882 #: templates/server/privileges/login_information_fields.twig:38
13883 #: templates/server/privileges/users_overview.twig:9
13884 #: templates/table/privileges/index.twig:20
13888 #: templates/database/privileges/index.twig:21
13889 #: templates/server/privileges/privileges_summary.twig:17
13890 #: templates/server/privileges/users_overview.twig:18
13891 #: templates/table/privileges/index.twig:23
13895 #: templates/database/privileges/index.twig:36
13896 #: templates/server/privileges/new_user_ajax.twig:9
13897 #: templates/server/privileges/users_overview.twig:36
13898 #: templates/table/privileges/index.twig:38
13902 #: templates/database/privileges/index.twig:47
13903 #: templates/table/privileges/index.twig:49
13907 #: templates/database/privileges/index.twig:50
13908 #: templates/table/privileges/index.twig:52
13909 msgid "database-specific"
13912 #: templates/database/privileges/index.twig:52
13913 #: templates/table/privileges/index.twig:54
13917 #: templates/database/privileges/index.twig:55
13918 #: templates/table/privileges/index.twig:59
13922 #: templates/database/privileges/index.twig:112
13923 #: templates/database/privileges/index.twig:115
13924 #: templates/database/structure/check_all_tables.twig:2
13925 #: templates/database/structure/check_all_tables.twig:9
13926 #: templates/display/results/table.twig:297
13927 #: templates/display/results/table.twig:300 templates/select_all.twig:2
13928 #: templates/select_all.twig:6
13929 #: templates/server/privileges/users_overview.twig:120
13930 #: templates/server/privileges/users_overview.twig:123
13931 #: templates/table/privileges/index.twig:116
13932 #: templates/table/privileges/index.twig:119
13933 msgid "With selected:"
13936 #: templates/database/privileges/index.twig:131
13937 #: templates/server/privileges/add_user_fieldset.twig:4
13938 #: templates/server/privileges/user_overview.twig:22
13939 #: templates/server/privileges/users_overview.twig:137
13940 #: templates/table/privileges/index.twig:134
13941 msgctxt "Create new user"
13945 #: templates/database/privileges/index.twig:136
13946 #: templates/server/privileges/add_user_fieldset.twig:9
13947 #: templates/server/privileges/add_user.twig:4
13948 #: templates/server/privileges/user_overview.twig:24
13949 #: templates/server/privileges/users_overview.twig:140
13950 #: templates/table/privileges/index.twig:140
13951 msgid "Add user account"
13954 #: templates/database/qbe/index.twig:16
13956 msgid "Switch to %svisual builder%s"
13959 #: templates/database/qbe/index.twig:20
13960 msgid "You have to choose at least one column to display!"
13961 msgstr "Do moß winnischsdens ein Kolonn zom Aanzeije ußsöhke!"
13963 #: templates/database/qbe/ins_del_and_or_cell.twig:5
13967 #: templates/database/qbe/ins_del_and_or_cell.twig:12
13971 #: templates/database/qbe/ins_del_and_or_cell.twig:17
13975 #: templates/database/qbe/selection_form.twig:12
13976 #: templates/table/find_replace/index.twig:41
13980 #: templates/database/qbe/selection_form.twig:17
13984 #: templates/database/qbe/selection_form.twig:22
13988 #: templates/database/qbe/selection_form.twig:27
13992 #: templates/database/qbe/selection_form.twig:32
13993 msgid "Sort order:"
13996 #: templates/database/qbe/selection_form.twig:37
14000 #: templates/database/qbe/selection_form.twig:44
14004 #: templates/database/qbe/selection_form.twig:54
14005 msgid "Add/Delete criteria rows:"
14008 #: templates/database/qbe/selection_form.twig:67
14010 #| msgid "Select All"
14011 msgid "Add/Delete columns:"
14012 msgstr "Alle ußwähle"
14014 #: templates/database/qbe/selection_form.twig:86
14015 #: templates/database/qbe/selection_form.twig:88
14018 msgstr "Ein Tabäll"
14020 #: templates/database/qbe/selection_form.twig:107
14022 msgid "SQL query on database <b>%s</b>:"
14025 #: templates/database/routines/editor_form.twig:20
14026 msgid "Routine name"
14029 #: templates/database/routines/editor_form.twig:43
14033 #: templates/database/routines/editor_form.twig:49
14037 #: templates/database/routines/editor_form.twig:66
14038 msgid "Add parameter"
14041 #: templates/database/routines/editor_form.twig:67
14042 msgid "Remove last parameter"
14045 #: templates/database/routines/editor_form.twig:71
14046 msgid "Return type"
14049 #: templates/database/routines/editor_form.twig:79
14050 msgid "Return length/values"
14053 #: templates/database/routines/editor_form.twig:86
14054 msgid "Return options"
14057 #: templates/database/routines/editor_form.twig:90
14058 #: templates/database/routines/parameter_row.twig:31
14059 #: templates/database/structure/table_header.twig:42
14063 #: templates/database/routines/editor_form.twig:115
14064 msgid "Is deterministic"
14067 #: templates/database/routines/editor_form.twig:131
14069 "You do not have sufficient privileges to perform this operation; Please "
14070 "refer to the documentation for more details."
14073 #: templates/database/routines/editor_form.twig:144
14074 msgid "Security type"
14077 #: templates/database/routines/editor_form.twig:153
14078 msgid "SQL data access"
14081 #: templates/database/routines/execute_form.twig:7
14082 #: templates/database/routines/execute_form.twig:12
14083 msgid "Routine parameters"
14086 #: templates/database/routines/index.twig:33
14089 msgid "Create new routine"
14092 #: templates/database/routines/index.twig:42
14093 msgid "There are no routines to display."
14096 #: templates/database/routines/index.twig:51
14100 #: templates/database/routines/parameter_row.twig:24
14101 #: templates/modals/enum_set_editor.twig:5
14102 msgid "ENUM/SET editor"
14105 #: templates/database/routines/row.twig:38
14106 #: templates/database/routines/row.twig:48
14107 #: templates/database/routines/row.twig:52
14111 #: templates/database/search/main.twig:5
14112 msgid "Search in database"
14115 #: templates/database/search/main.twig:8
14116 msgid "Words or values to search for (wildcard: \"%\"):"
14119 #: templates/database/search/main.twig:15
14120 #: templates/table/find_replace/index.twig:31
14124 #: templates/database/search/main.twig:19
14125 #: templates/database/search/main.twig:23
14126 msgid "Words are separated by a space character (\" \")."
14129 #: templates/database/search/main.twig:40
14130 msgid "Inside tables:"
14133 #: templates/database/search/main.twig:46 templates/server/export/index.twig:11
14134 #: templates/server/replication/database_multibox.twig:8
14136 #| msgid "Unselect All"
14137 msgid "Unselect all"
14138 msgstr "Alle nit mieh ußwähle"
14140 #: templates/database/search/main.twig:67
14141 msgid "Inside column:"
14144 #: templates/database/search/results.twig:12
14146 msgid "%1$s match in <strong>%2$s</strong>"
14147 msgid_plural "%1$s matches in <strong>%2$s</strong>"
14152 #: templates/database/search/results.twig:56
14153 msgid "<strong>Total:</strong> <em>%count%</em> match"
14154 msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
14159 #: templates/database/structure/add_prefix.twig:7
14160 #: templates/database/structure/add_prefix.twig:9
14164 #: templates/database/structure/body_for_table_summary.twig:6
14165 #, fuzzy, php-format
14167 msgid_plural "%s tables"
14168 msgstr[0] "Ein Tabäll"
14169 msgstr[1] "%s Tabälle"
14172 #: templates/database/structure/body_for_table_summary.twig:17
14176 #: templates/database/structure/change_prefix_form.twig:7
14180 #: templates/database/structure/change_prefix_form.twig:13
14184 #: templates/database/structure/check_all_tables.twig:6
14185 msgid "Check tables having overhead"
14188 #: templates/database/structure/check_all_tables.twig:10
14190 #| msgid "Select All"
14192 msgstr "Alle ußwähle"
14194 #: templates/database/structure/check_all_tables.twig:11
14195 msgid "Show create"
14198 #: templates/database/structure/check_all_tables.twig:14
14199 #: templates/table/operations/index.twig:403
14200 #: templates/table/operations/view.twig:26
14201 msgid "Delete data or table"
14204 #: templates/database/structure/check_all_tables.twig:15
14205 #: templates/database/structure/structure_table_row.twig:74
14209 #: templates/database/structure/check_all_tables.twig:18
14210 #: templates/table/operations/index.twig:334
14211 msgid "Table maintenance"
14214 #: templates/database/structure/check_all_tables.twig:19
14215 #: templates/table/maintenance/analyze.twig:3
14216 #: templates/table/operations/index.twig:339
14217 msgid "Analyze table"
14220 #: templates/database/structure/check_all_tables.twig:20
14221 #: templates/table/maintenance/check.twig:3
14222 #: templates/table/operations/index.twig:348
14223 msgid "Check table"
14226 #: templates/database/structure/check_all_tables.twig:21
14227 #: templates/table/maintenance/checksum.twig:3
14228 #: templates/table/operations/index.twig:356
14230 msgid "Checksum table"
14231 msgstr "Ein Tabäll"
14233 #: templates/database/structure/check_all_tables.twig:22
14234 #: templates/table/maintenance/optimize.twig:3
14235 #: templates/table/operations/index.twig:384
14236 #: templates/table/structure/display_table_stats.twig:68
14237 msgid "Optimize table"
14240 #: templates/database/structure/check_all_tables.twig:23
14241 #: templates/table/maintenance/repair.twig:3
14242 #: templates/table/operations/index.twig:393
14243 msgid "Repair table"
14246 #: templates/database/structure/check_all_tables.twig:25
14250 #: templates/database/structure/check_all_tables.twig:26
14251 msgid "Add prefix to table"
14254 #: templates/database/structure/check_all_tables.twig:27
14255 msgid "Replace table prefix"
14258 #: templates/database/structure/check_all_tables.twig:33
14259 msgid "Add columns to central list"
14262 #: templates/database/structure/check_all_tables.twig:34
14263 msgid "Remove columns from central list"
14266 #: templates/database/structure/check_all_tables.twig:35
14267 msgid "Make consistent with central list"
14270 #: templates/database/structure/check_all_tables.twig:53
14271 #: templates/database/structure/check_all_tables.twig:73
14275 #: templates/database/structure/check_all_tables.twig:65
14276 msgid "Are you sure?"
14279 #: templates/database/structure/check_all_tables.twig:69
14281 "This action may change some of the columns definition.[br]Are you sure you "
14282 "want to continue?"
14285 #: templates/database/structure/copy_form.twig:14
14289 #: templates/database/structure/copy_form.twig:39
14290 msgid "Add AUTO INCREMENT value"
14293 #: templates/database/structure/drop_form.twig:6
14294 #: templates/database/structure/empty_form.twig:6
14295 #: templates/table/delete/confirm.twig:12
14296 #: templates/table/structure/drop_confirm.twig:7
14297 #: templates/table/structure/primary.twig:6
14298 msgid "Do you really want to execute the following query?"
14301 #: templates/database/structure/favorite_anchor.twig:4
14302 #: templates/recent_favorite_table_favorite.twig:6
14303 msgid "Remove from Favorites"
14306 #: templates/database/structure/favorite_anchor.twig:4
14307 msgid "Add to Favorites"
14310 #: templates/database/structure/show_create.twig:2
14311 msgid "Showing create queries"
14314 #: templates/database/structure/show_create.twig:33
14315 #: templates/display/results/table.twig:373 templates/modals/create_view.twig:5
14316 #: templates/sql/no_results_returned.twig:13 templates/view_create.twig:11
14317 msgid "Create view"
14320 #: templates/database/structure/structure_table_row.twig:17
14321 #: templates/server/databases/index.twig:219
14322 #: templates/server/databases/index.twig:231
14323 msgid "Not replicated"
14326 #: templates/database/structure/structure_table_row.twig:18
14327 #: templates/server/databases/index.twig:215
14328 #: templates/server/databases/index.twig:227
14332 #: templates/database/structure/structure_table_row.twig:223
14334 msgstr "weed jebruch"
14336 #: templates/database/structure/table_header.twig:27
14338 "May be approximate. Click on the number to get the exact count. See "
14339 "[doc@faq3-11]FAQ 3.11[/doc]."
14342 #: templates/database/structure/table_header.twig:36
14343 #: templates/table/index_form.twig:141
14347 #: templates/database/structure/table_header.twig:51
14348 #: templates/table/structure/display_table_stats.twig:154
14352 #: templates/database/structure/table_header.twig:56
14353 #: templates/table/structure/display_table_stats.twig:161
14354 msgid "Last update"
14357 #: templates/database/structure/table_header.twig:61
14358 #: templates/table/structure/display_table_stats.twig:168
14362 #: templates/database/structure/tracking_icon.twig:3
14363 msgid "Tracking is active."
14366 #: templates/database/structure/tracking_icon.twig:5
14367 msgid "Tracking is not active."
14370 #: templates/database/tracking/tables.twig:4
14371 msgid "Tracked tables"
14374 #: templates/database/tracking/tables.twig:14
14375 msgid "Last version"
14378 #: templates/database/tracking/tables.twig:15
14379 #: templates/table/tracking/main.twig:29
14383 #: templates/database/tracking/tables.twig:16
14384 #: templates/table/tracking/main.twig:30
14388 #: templates/database/tracking/tables.twig:61
14389 #: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
14393 #: templates/database/tracking/tables.twig:73
14394 #: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
14396 msgstr "nit aktief"
14398 #: templates/database/tracking/tables.twig:93
14399 #: templates/database/tracking/tables.twig:138
14400 #: templates/database/tracking/tables.twig:139
14401 msgid "Delete tracking"
14404 #: templates/database/tracking/tables.twig:104
14408 #: templates/database/tracking/tables.twig:145
14409 msgid "Untracked tables"
14412 #: templates/database/tracking/tables.twig:176
14413 #: templates/database/tracking/tables.twig:188
14414 #: templates/database/tracking/tables.twig:189
14415 #: templates/table/structure/display_structure.twig:396
14416 msgid "Track table"
14419 #: templates/database/triggers/editor_form.twig:23
14420 msgid "Trigger name"
14423 #: templates/database/triggers/editor_form.twig:37
14424 msgctxt "Trigger action time"
14428 #: templates/database/triggers/list.twig:27
14431 msgid "Create new trigger"
14434 #: templates/database/triggers/list.twig:36
14435 msgid "There are no triggers to display."
14438 #: templates/display/results/checkbox_and_links.twig:16
14439 #: templates/display/results/checkbox_and_links.twig:78
14440 msgid "You can also edit most values by clicking directly on them."
14443 #: templates/display/results/checkbox_and_links.twig:18
14444 #: templates/display/results/checkbox_and_links.twig:80
14445 msgid "You can also edit most values by double-clicking directly on them."
14448 #: templates/display/results/table.twig:18
14449 #: templates/display/results/table.twig:21 templates/list_navigator.twig:8
14450 #: templates/list_navigator.twig:13
14451 msgctxt "First page"
14455 #: templates/display/results/table.twig:35
14456 #: templates/display/results/table.twig:38 templates/list_navigator.twig:16
14457 #: templates/list_navigator.twig:21 templates/server/binlog/index.twig:47
14458 #: templates/server/binlog/index.twig:52
14459 msgctxt "Previous page"
14463 #: templates/display/results/table.twig:55
14464 #: templates/display/results/table.twig:59 templates/list_navigator.twig:33
14465 #: templates/list_navigator.twig:35 templates/server/binlog/index.twig:72
14466 #: templates/server/binlog/index.twig:77
14467 msgctxt "Next page"
14471 #: templates/display/results/table.twig:76
14472 #: templates/display/results/table.twig:80 templates/list_navigator.twig:42
14473 #: templates/list_navigator.twig:44
14474 msgctxt "Last page"
14478 #: templates/display/results/table.twig:107
14479 msgid "Save edited data"
14482 #: templates/display/results/table.twig:113
14483 msgid "Restore column order"
14486 #: templates/display/results/table.twig:124 templates/export.twig:149
14487 #: templates/table/start_and_number_of_rows_fieldset.twig:9
14488 msgid "Number of rows:"
14491 #: templates/display/results/table.twig:127
14495 #: templates/display/results/table.twig:145
14496 msgid "Sort by key:"
14499 #: templates/display/results/table.twig:194
14500 #: templates/table/search/index.twig:102
14501 msgid "Extra options"
14504 #: templates/display/results/table.twig:216
14505 msgid "Relational key"
14508 #: templates/display/results/table.twig:220
14510 #| msgid "Select All"
14511 msgid "Display column for relationships"
14512 msgstr "Alle ußwähle"
14514 #: templates/display/results/table.twig:228
14515 msgid "Show binary contents"
14518 #: templates/display/results/table.twig:232
14519 msgid "Show BLOB contents"
14522 #: templates/display/results/table.twig:242
14523 msgid "Hide browser transformation"
14526 #: templates/display/results/table.twig:254
14527 msgid "Well Known Text"
14530 #: templates/display/results/table.twig:258
14531 msgid "Well Known Binary"
14534 #: templates/display/results/table.twig:330
14535 #: templates/sql/no_results_returned.twig:9
14536 msgid "Query results operations"
14539 #: templates/display/results/table.twig:336
14540 msgid "Copy to clipboard"
14543 #: templates/display/results/table.twig:355
14544 #: templates/table/chart/tbl_chart.twig:2
14545 msgid "Display chart"
14548 #: templates/display/results/table.twig:363
14549 msgid "Visualize GIS data"
14552 #: templates/encoding/kanji_encoding_form.twig:6
14553 msgctxt "None encoding conversion"
14557 #: templates/encoding/kanji_encoding_form.twig:17
14558 msgid "Convert to Kana"
14561 #: templates/error/report_form.twig:3
14563 "This report automatically includes data about the error and information "
14564 "about relevant configuration settings. It will be sent to the phpMyAdmin "
14565 "team for debugging the error."
14568 #: templates/error/report_form.twig:11
14570 "Can you tell us the steps leading to this error? It decisively helps in "
14574 #: templates/error/report_form.twig:18
14575 msgid "You may examine the data in the error report:"
14578 #: templates/error/report_modal.twig:5
14579 msgid "Submit error report"
14582 #: templates/error/report_modal.twig:12
14583 msgid "Send error report"
14586 #: templates/export/template_options.twig:1 templates/export.twig:42
14588 #| msgid "Select All"
14589 msgid "Select a template"
14590 msgstr "Alle ußwähle"
14592 #: templates/export.twig:14
14593 msgid "Export templates:"
14596 #: templates/export.twig:18
14597 msgid "New template:"
14600 #: templates/export.twig:21 templates/export.twig:24
14602 #| msgid "The database name is empty!"
14603 msgid "Template name"
14604 msgstr "Kein Name för di Dahtebangk!"
14606 #: templates/export.twig:35
14607 msgid "Existing templates:"
14610 #: templates/export.twig:38
14614 #: templates/export.twig:51
14618 #: templates/export.twig:72
14619 msgid "Show SQL query"
14622 #: templates/export.twig:104
14623 msgid "Export method:"
14626 #: templates/export.twig:108
14627 msgid "Quick - display only the minimal options"
14630 #: templates/export.twig:112
14631 msgid "Custom - display all possible options"
14634 #: templates/export.twig:121
14635 msgid "File format to export"
14638 #: templates/export.twig:137
14642 #: templates/export.twig:141
14643 msgid "Dump all rows"
14646 #: templates/export.twig:145
14647 msgid "Dump some row(s)"
14650 #: templates/export.twig:160
14651 msgid "Row to begin at:"
14654 #: templates/export.twig:170 templates/export.twig:332
14658 #: templates/export.twig:175 templates/export.twig:370
14660 msgid "Save on server in the directory <strong>%s</strong>"
14663 #: templates/export.twig:193 templates/export.twig:337
14664 msgid "Rename exported databases/tables/columns"
14667 #: templates/export.twig:201
14668 msgid "Defined aliases"
14671 #: templates/export.twig:216 templates/export.twig:230
14672 #: templates/export.twig:243 templates/export.twig:260
14676 #: templates/export.twig:269
14677 msgid "Define new aliases"
14680 #: templates/export.twig:274
14682 #| msgid "Select All"
14683 msgid "Select database:"
14684 msgstr "Alle ußwähle"
14686 #: templates/export.twig:290
14688 #| msgid "Select All"
14689 msgid "Select table:"
14690 msgstr "Alle ußwähle"
14692 #: templates/export.twig:298
14693 msgid "New table name"
14696 #: templates/export.twig:306
14698 #| msgid "Select All"
14699 msgid "Select column:"
14700 msgstr "Alle ußwähle"
14702 #: templates/export.twig:314
14703 msgid "New column name"
14706 #: templates/export.twig:347
14708 msgid "Use %s statement"
14711 #: templates/export.twig:356
14712 msgid "View output as text"
14715 #: templates/export.twig:360
14716 msgid "Save output to a file"
14719 #: templates/export.twig:387
14720 msgid "File name template:"
14723 #: templates/export.twig:388
14726 "This value is interpreted using the 'strftime' function, so you can use time "
14727 "formatting strings. Additionally the following transformations will happen: "
14728 "%s Other text will be kept as is. See the FAQ 6.27 for details."
14731 #: templates/export.twig:398
14732 msgid "Use this for future exports"
14735 #: templates/export.twig:409 templates/import.twig:103
14736 msgid "Character set of the file:"
14739 #: templates/export.twig:429
14740 msgid "Compression:"
14743 #: templates/export.twig:437
14747 #: templates/export.twig:443
14751 #: templates/export.twig:461
14752 msgid "Export databases as separate files"
14755 #: templates/export.twig:463
14756 msgid "Export tables as separate files"
14759 #: templates/export.twig:474
14760 msgid "Skip tables larger than:"
14763 #: templates/export.twig:476
14764 msgid "The size is measured in MiB."
14767 #: templates/export.twig:482 templates/import.twig:182
14768 msgid "Format-specific options:"
14771 #: templates/export.twig:491 templates/import.twig:191
14772 msgid "Encoding Conversion:"
14775 #: templates/filter.twig:2 templates/server/status/processes/index.twig:6
14776 #: templates/server/status/variables/index.twig:7
14780 #: templates/filter.twig:4 templates/server/status/variables/index.twig:12
14781 msgid "Containing the word:"
14784 #: templates/footer.twig:10 templates/footer.twig:12 templates/footer.twig:14
14785 msgid "Open new phpMyAdmin window"
14788 #: templates/footer.twig:29 templates/home/index.twig:18
14789 #: templates/login/form.twig:5
14790 msgid "phpMyAdmin Demo Server"
14793 #: templates/footer.twig:37
14795 msgid "Currently running Git revision %1$s from the %2$s branch."
14798 #: templates/footer.twig:39
14799 msgid "Git information missing!"
14802 #: templates/gis_data_editor_form.twig:4
14804 msgid "Value for the column \"%s\""
14807 #: templates/gis_data_editor_form.twig:22
14808 #: templates/table/gis_visualization/gis_visualization.twig:34
14809 msgid "Use OpenStreetMaps as Base Layer"
14812 #: templates/gis_data_editor_form.twig:38
14813 msgctxt "Spatial Reference System Identifier"
14817 #: templates/gis_data_editor_form.twig:53
14819 msgid "Geometry %d:"
14822 #: templates/gis_data_editor_form.twig:73
14826 #: templates/gis_data_editor_form.twig:93
14827 #: templates/gis_data_editor_form.twig:134
14828 #: templates/gis_data_editor_form.twig:186
14829 #, fuzzy, php-format
14830 #| msgid "Point %d"
14834 #: templates/gis_data_editor_form.twig:113
14836 msgid "Linestring %d:"
14839 #: templates/gis_data_editor_form.twig:115
14840 #: templates/gis_data_editor_form.twig:170
14841 msgid "Outer ring:"
14844 #: templates/gis_data_editor_form.twig:117
14845 #: templates/gis_data_editor_form.twig:172
14847 msgid "Inner ring %d:"
14850 #: templates/gis_data_editor_form.twig:144
14851 msgid "Add a linestring"
14854 #: templates/gis_data_editor_form.twig:157
14856 msgid "Polygon %d:"
14859 #: templates/gis_data_editor_form.twig:199
14860 msgid "Add a polygon"
14863 #: templates/gis_data_editor_form.twig:205
14864 msgid "Add geometry"
14867 #: templates/gis_data_editor_form.twig:214
14871 #: templates/gis_data_editor_form.twig:216
14873 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
14874 "below into the \"Value\" field."
14877 #: templates/header.twig:34 templates/login/header.twig:13
14878 msgid "Javascript must be enabled past this point!"
14881 #: templates/header.twig:45
14882 msgid "Click on the bar to scroll to top of page"
14885 #: templates/home/git_info.twig:2
14886 msgid "Git revision:"
14889 #: templates/home/git_info.twig:13
14893 #: templates/home/git_info.twig:15 templates/home/git_info.twig:22
14895 msgid "from %s branch"
14898 #: templates/home/git_info.twig:25
14900 msgid "committed on %s by %s"
14903 #: templates/home/git_info.twig:32
14905 msgid "authored on %s by %s"
14908 #: templates/home/index.twig:22 templates/login/form.twig:8
14911 "You are using the demo server. You can do anything here, but please do not "
14912 "change root, debian-sys-maint and pma users. More information is available "
14916 #: templates/home/index.twig:32
14917 msgid "General settings"
14920 #: templates/home/index.twig:57
14921 msgid "Server connection collation:"
14924 #: templates/home/index.twig:83 templates/preferences/manage/main.twig:56
14925 msgid "More settings"
14928 #: templates/home/index.twig:93
14929 msgid "Appearance settings"
14932 #: templates/home/index.twig:103 templates/home/index.twig:104
14933 #: templates/login/form.twig:23 templates/login/form.twig:24
14934 #: templates/setup/home/index.twig:8 templates/setup/home/index.twig:9
14938 #: templates/home/index.twig:131
14942 #: templates/home/index.twig:142
14943 msgctxt "View all themes"
14947 #: templates/home/index.twig:157
14948 msgid "Database server"
14951 #: templates/home/index.twig:161 templates/login/form.twig:65
14952 #: templates/menu/breadcrumbs.twig:7
14956 #: templates/home/index.twig:165
14957 msgid "Server type:"
14960 #: templates/home/index.twig:169
14961 msgid "Server connection:"
14964 #: templates/home/index.twig:177
14965 msgid "Protocol version:"
14968 #: templates/home/index.twig:181
14972 #: templates/home/index.twig:185
14973 msgid "Server charset:"
14976 #: templates/home/index.twig:197
14980 #: templates/home/index.twig:207
14981 msgid "Database client version:"
14984 #: templates/home/index.twig:211
14985 msgid "PHP extension:"
14988 #: templates/home/index.twig:218
14990 #| msgid "Versions"
14991 msgid "PHP version:"
14994 #: templates/home/index.twig:225
14995 msgid "Show PHP information"
14998 #: templates/home/index.twig:239
14999 msgid "Version information:"
15002 #: templates/home/index.twig:249
15003 msgid "Official Homepage"
15006 #: templates/home/index.twig:254
15010 #: templates/home/index.twig:259
15011 msgid "Get support"
15014 #: templates/home/index.twig:264
15015 msgid "List of changes"
15018 #: templates/home/index.twig:269 templates/server/plugins/index.twig:30
15022 #: templates/home/index.twig:280 templates/setup/error.twig:2
15026 #: templates/home/index.twig:282
15030 #: templates/home/index.twig:295
15031 msgid "phpMyAdmin Themes"
15034 #: templates/home/index.twig:306
15035 msgid "Get more themes!"
15038 #: templates/home/themes.twig:8
15039 #, fuzzy, php-format
15040 #| msgid "Select All"
15041 msgid "Screenshot of the %s theme."
15042 msgstr "Alle ußwähle"
15044 #. l10n: Choose the theme button in the themes list modal
15045 #: templates/home/themes.twig:14
15049 #: templates/import/javascript.twig:12
15051 "The file being uploaded is probably larger than the maximum allowed size or "
15052 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
15056 #: templates/import/javascript.twig:13
15061 #: templates/import/javascript.twig:14
15066 #: templates/import/javascript.twig:15
15067 msgid "About %MIN min. %SEC sec. remaining."
15070 #: templates/import/javascript.twig:16
15071 msgid "About %SEC sec. remaining."
15074 #: templates/import/javascript.twig:17
15075 msgid "The file is being processed, please be patient."
15078 #: templates/import/javascript.twig:29
15079 msgid "Uploading your import file…"
15082 #: templates/import/javascript.twig:152
15084 "Please be patient, the file is being uploaded. Details about the upload are "
15088 #: templates/import.twig:26
15089 msgid "File to import:"
15092 #: templates/import.twig:31
15094 msgid "File may be compressed (%s) or uncompressed."
15097 #: templates/import.twig:32
15099 "A compressed file's name must end in <strong>.[format].[compression]</"
15100 "strong>. Example: <strong>.sql.zip</strong>"
15103 #: templates/import.twig:40
15104 msgid "Upload a file"
15107 #: templates/import.twig:43
15109 #| msgid "Select All"
15110 msgid "Select file to import"
15111 msgstr "Alle ußwähle"
15113 #: templates/import.twig:50 templates/import.twig:77
15114 #: templates/preferences/manage/main.twig:22
15115 msgid "Browse your computer:"
15118 #: templates/import.twig:55 templates/import.twig:82
15119 msgid "You may also drag and drop a file on any page."
15122 #: templates/import.twig:62 templates/import.twig:88
15124 msgid "Select from the web server upload directory [strong]%s[/strong]:"
15127 #: templates/import.twig:69 templates/import.twig:96
15129 #| msgid "Select All"
15130 msgid "There are no files to import!"
15131 msgstr "Alle ußwähle"
15133 #: templates/import.twig:100
15134 msgid "File uploads are not allowed on this server."
15137 #: templates/import.twig:126
15138 msgid "Partial import:"
15141 #: templates/import.twig:131
15144 "Previous import timed out, after resubmitting will continue from position %d."
15147 #: templates/import.twig:138
15149 "Allow the interruption of an import in case the script detects it is close "
15150 "to the PHP timeout limit."
15153 #: templates/import.twig:140
15155 "This might be a good way to import large files, however it can break "
15159 #: templates/import.twig:144
15160 msgid "Skip this number of queries (for SQL) starting from the first one:"
15163 #: templates/import.twig:154
15164 msgid "Other options"
15167 #: templates/indexes.twig:39
15168 #: templates/table/structure/display_structure.twig:489
15172 #: templates/indexes.twig:45
15173 #: templates/table/structure/display_structure.twig:495
15174 msgid "The primary key has been dropped."
15177 #: templates/indexes.twig:50
15178 #: templates/table/structure/display_structure.twig:500
15180 msgid "Index %s has been dropped."
15183 #: templates/login/form.twig:58 templates/login/form.twig:117
15184 #: templates/login/form.twig:121 templates/login/form.twig:124
15188 #: templates/login/form.twig:64 templates/login/form.twig:69
15189 msgid "You can enter hostname/IP address and port separated by space."
15192 #: templates/login/form.twig:76
15196 #: templates/login/form.twig:85
15197 #: templates/server/privileges/change_password.twig:22
15198 #: templates/server/privileges/login_information_fields.twig:44
15199 #: templates/server/replication/change_primary.twig:18
15200 #: templates/server/replication/primary_add_replica_user.twig:49
15204 #: templates/login/form.twig:95
15205 msgid "Server choice:"
15208 #: templates/login/header.twig:17
15210 "There is a mismatch between HTTPS indicated on the server and client. This "
15211 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
15212 "server configuration to indicate HTTPS properly."
15215 #: templates/login/twofactor/application_configure.twig:3
15217 "Please scan following QR code into the two-factor authentication app on your "
15218 "device and enter authentication code it generates."
15221 #: templates/login/twofactor/application_configure.twig:13
15222 msgid "Secret/key:"
15225 #: templates/login/twofactor/application_configure.twig:16
15226 #: templates/login/twofactor/application.twig:2
15227 msgid "Authentication code:"
15230 #: templates/login/twofactor/application.twig:5
15232 "Open the two-factor authentication app on your device to view your "
15233 "authentication code and verify your identity."
15236 #: templates/login/twofactor/invalid.twig:2
15238 "The configured two factor authentication is not available, please install "
15239 "missing dependencies."
15242 #: templates/login/twofactor/key_configure.twig:3
15244 "Please connect your FIDO U2F device into your computer's USB port. Then "
15245 "confirm registration on the device."
15248 #: templates/login/twofactor/key-https-warning.twig:3
15250 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
15251 "most likely refuse to authenticate you."
15254 #: templates/login/twofactor/key.twig:3
15256 "Please connect your FIDO U2F device into your computer's USB port. Then "
15257 "confirm login on the device."
15260 #: templates/login/twofactor.twig:10
15264 #: templates/menu/breadcrumbs.twig:27
15268 #: templates/modals/function_confirm.twig:5
15269 #: templates/server/databases/index.twig:318
15273 #: templates/modals/function_confirm.twig:10
15277 #: templates/modals/unhide_nav_item.twig:5
15278 msgid "Show hidden navigation tree items."
15281 #: templates/navigation/item_unhide_dialog.twig:20
15285 #: templates/navigation/main.twig:25 templates/navigation/main.twig:26
15289 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15290 msgid "Empty session data"
15293 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15297 #: templates/navigation/main.twig:35 templates/navigation/main.twig:36
15298 msgid "phpMyAdmin documentation"
15301 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15302 msgid "MariaDB Documentation"
15305 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15306 msgid "MySQL Documentation"
15309 #: templates/navigation/main.twig:43 templates/navigation/main.twig:44
15310 msgid "Navigation panel settings"
15313 #: templates/navigation/main.twig:47 templates/navigation/main.twig:48
15314 msgid "Reload navigation panel"
15317 #: templates/navigation/main.twig:67
15318 msgid "An error has occurred while loading the navigation display"
15321 #: templates/navigation/main.twig:88
15325 #: templates/navigation/tree/fast_filter.twig:11
15326 #: templates/navigation/tree/fast_filter.twig:12
15327 msgid "Type to filter these, Enter to search all"
15330 #: templates/navigation/tree/fast_filter.twig:16
15331 msgid "Clear fast filter"
15334 #: templates/preferences/autoload.twig:7
15336 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
15337 "import it for current session?"
15340 #: templates/preferences/autoload.twig:13
15341 msgid "Delete settings"
15344 #: templates/preferences/forms/main.twig:4
15345 msgid "Cannot save settings, submitted form contains errors!"
15348 #: templates/preferences/header.twig:6
15349 msgid "Manage your settings"
15352 #: templates/preferences/header.twig:12
15353 msgid "Two-factor authentication"
15356 #: templates/preferences/header.twig:55
15357 #: templates/preferences/manage/main.twig:72
15358 msgid "Configuration has been saved."
15361 #: templates/preferences/header.twig:60
15364 "Your preferences will be saved for current session only. Storing them "
15365 "permanently requires %sphpMyAdmin configuration storage%s."
15368 #: templates/preferences/manage/error.twig:1
15369 msgid "Configuration contains incorrect data for some fields."
15372 #: templates/preferences/manage/error.twig:16
15373 msgid "Do you want to import remaining settings?"
15376 #: templates/preferences/manage/main.twig:3
15377 #: templates/preferences/manage/main.twig:33
15378 msgid "Saved on: @DATE@"
15381 #: templates/preferences/manage/main.twig:20
15382 msgid "Import from file"
15385 #: templates/preferences/manage/main.twig:27
15386 msgid "Import from browser's storage"
15389 #: templates/preferences/manage/main.twig:30
15390 msgid "Settings will be imported from your browser's local storage."
15393 #: templates/preferences/manage/main.twig:36
15394 msgid "You have no saved settings!"
15397 #: templates/preferences/manage/main.twig:40
15398 #: templates/preferences/manage/main.twig:104
15399 msgid "This feature is not supported by your web browser"
15402 #: templates/preferences/manage/main.twig:44
15403 msgid "Merge with current configuration"
15406 #: templates/preferences/manage/main.twig:59
15409 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
15413 #: templates/preferences/manage/main.twig:81
15414 msgid "Save as JSON file"
15417 #: templates/preferences/manage/main.twig:85
15418 msgid "Save as PHP file"
15421 #: templates/preferences/manage/main.twig:90
15422 msgid "Save to browser's storage"
15425 #: templates/preferences/manage/main.twig:96
15426 msgid "Settings will be saved in your browser's local storage."
15429 #: templates/preferences/manage/main.twig:99
15430 msgid "Existing settings will be overwritten!"
15433 #: templates/preferences/manage/main.twig:120
15434 msgid "You can reset all your settings and restore them to default values."
15437 #: templates/preferences/two_factor/configure.twig:5
15438 #: templates/preferences/two_factor/main.twig:57
15439 #: templates/preferences/two_factor/main.twig:70
15440 msgid "Configure two-factor authentication"
15443 #: templates/preferences/two_factor/configure.twig:12
15444 msgid "Enable two-factor authentication"
15447 #: templates/preferences/two_factor/confirm.twig:5
15448 msgid "Confirm disabling two-factor authentication"
15451 #: templates/preferences/two_factor/confirm.twig:9
15453 "By disabling two factor authentication you will be again able to login using "
15457 #: templates/preferences/two_factor/confirm.twig:13
15458 #: templates/preferences/two_factor/main.twig:46
15459 msgid "Disable two-factor authentication"
15462 #: templates/preferences/two_factor/main.twig:5
15463 msgid "Two-factor authentication status"
15466 #: templates/preferences/two_factor/main.twig:11
15468 "Two-factor authentication is not available, please install optional "
15469 "dependencies to enable authentication backends."
15472 #: templates/preferences/two_factor/main.twig:12
15473 msgid "Following composer packages are missing:"
15476 #: templates/preferences/two_factor/main.twig:20
15477 msgid "Two-factor authentication is available and configured for this account."
15480 #: templates/preferences/two_factor/main.twig:22
15482 "Two-factor authentication is available, but not configured for this account."
15485 #: templates/preferences/two_factor/main.twig:26
15487 "Two-factor authentication is not available, enable phpMyAdmin configuration "
15488 "storage to use it."
15491 #: templates/preferences/two_factor/main.twig:41
15492 msgid "You have enabled two factor authentication."
15495 #: templates/recent_favorite_table_no_tables.twig:3
15496 msgid "There are no recent tables."
15499 #: templates/recent_favorite_table_no_tables.twig:5
15500 msgid "There are no favorite tables."
15503 #: templates/relation/check_relations.twig:3
15504 msgid "phpMyAdmin configuration storage"
15507 #: templates/relation/check_relations.twig:9
15508 msgid "Configuration of pmadb…"
15511 #: templates/relation/check_relations.twig:10
15512 #: templates/relation/check_relations.twig:56
15513 #: templates/relation/check_relations.twig:81
15514 #: templates/relation/check_relations.twig:106
15515 #: templates/relation/check_relations.twig:119
15516 #: templates/relation/check_relations.twig:144
15517 #: templates/relation/check_relations.twig:189
15518 #: templates/relation/check_relations.twig:214
15519 #: templates/relation/check_relations.twig:239
15520 #: templates/relation/check_relations.twig:264
15521 #: templates/relation/check_relations.twig:289
15522 #: templates/relation/check_relations.twig:314
15523 #: templates/relation/check_relations.twig:339
15524 #: templates/relation/check_relations.twig:364
15525 #: templates/relation/check_relations.twig:377
15526 #: templates/relation/check_relations.twig:402
15527 #: templates/relation/check_relations.twig:427
15528 #: templates/relation/check_relations.twig:452
15529 #: templates/relation/check_relations.twig:477
15530 #: templates/relation/check_relations.twig:502
15534 #: templates/relation/check_relations.twig:14
15535 msgid "General relation features"
15538 #: templates/relation/check_relations.twig:20
15541 "%sCreate%s a database named '%s' and setup the phpMyAdmin configuration "
15545 #: templates/relation/check_relations.twig:24
15548 "%sCreate%s the phpMyAdmin configuration storage in the current database."
15551 #: templates/relation/check_relations.twig:31
15553 msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
15556 #: templates/relation/check_relations.twig:42
15557 #: templates/relation/check_relations.twig:54
15558 #: templates/relation/check_relations.twig:79
15559 #: templates/relation/check_relations.twig:104
15560 #: templates/relation/check_relations.twig:117
15561 #: templates/relation/check_relations.twig:142
15562 #: templates/relation/check_relations.twig:187
15563 #: templates/relation/check_relations.twig:212
15564 #: templates/relation/check_relations.twig:237
15565 #: templates/relation/check_relations.twig:262
15566 #: templates/relation/check_relations.twig:287
15567 #: templates/relation/check_relations.twig:312
15568 #: templates/relation/check_relations.twig:337
15569 #: templates/relation/check_relations.twig:362
15570 #: templates/relation/check_relations.twig:375
15571 #: templates/relation/check_relations.twig:400
15572 #: templates/relation/check_relations.twig:425
15573 #: templates/relation/check_relations.twig:450
15574 #: templates/relation/check_relations.twig:475
15575 #: templates/relation/check_relations.twig:500
15576 msgctxt "Correctly working"
15580 #: templates/relation/check_relations.twig:62
15581 msgid "General relation features:"
15584 #: templates/relation/check_relations.twig:64
15585 #: templates/relation/check_relations.twig:89
15586 #: templates/relation/check_relations.twig:127
15587 #: templates/relation/check_relations.twig:152
15588 #: templates/relation/check_relations.twig:162
15589 #: templates/relation/check_relations.twig:197
15590 #: templates/relation/check_relations.twig:222
15591 #: templates/relation/check_relations.twig:247
15592 #: templates/relation/check_relations.twig:272
15593 #: templates/relation/check_relations.twig:297
15594 #: templates/relation/check_relations.twig:322
15595 #: templates/relation/check_relations.twig:347
15596 #: templates/relation/check_relations.twig:385
15597 #: templates/relation/check_relations.twig:410
15598 #: templates/relation/check_relations.twig:435
15599 #: templates/relation/check_relations.twig:460
15600 #: templates/relation/check_relations.twig:485
15601 #: templates/relation/check_relations.twig:510
15605 #: templates/relation/check_relations.twig:87
15606 msgid "Display features:"
15609 #: templates/relation/check_relations.twig:125
15610 msgid "Designer and creation of PDFs:"
15613 #: templates/relation/check_relations.twig:150
15615 #| msgid "Select All"
15616 msgid "Displaying column comments:"
15617 msgstr "Alle ußwähle"
15619 #: templates/relation/check_relations.twig:160
15620 msgid "Browser transformation:"
15623 #: templates/relation/check_relations.twig:172
15624 msgid "Please see the documentation on how to update your column_info table."
15627 #: templates/relation/check_relations.twig:195
15628 msgid "Bookmarked SQL query:"
15631 #: templates/relation/check_relations.twig:220
15632 msgid "SQL history:"
15635 #: templates/relation/check_relations.twig:245
15636 msgid "Persistent recently used tables:"
15639 #: templates/relation/check_relations.twig:270
15641 msgid "Persistent favorite tables:"
15642 msgstr "Ein Tabäll"
15644 #: templates/relation/check_relations.twig:295
15645 msgid "Persistent tables' UI preferences:"
15648 #: templates/relation/check_relations.twig:320
15652 #: templates/relation/check_relations.twig:345
15653 msgid "User preferences:"
15656 #: templates/relation/check_relations.twig:383
15657 msgid "Configurable menus:"
15660 #: templates/relation/check_relations.twig:408
15661 msgid "Hide/show navigation items:"
15664 #: templates/relation/check_relations.twig:433
15665 msgid "Saving Query-By-Example searches:"
15668 #: templates/relation/check_relations.twig:458
15669 msgid "Managing central list of columns:"
15672 #: templates/relation/check_relations.twig:483
15673 msgid "Remembering designer settings:"
15676 #: templates/relation/check_relations.twig:508
15677 msgid "Saving export templates:"
15680 #: templates/relation/check_relations.twig:519
15681 msgid "Quick steps to set up advanced features:"
15684 #: templates/relation/check_relations.twig:523
15686 msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
15689 #: templates/relation/check_relations.twig:527
15690 msgid "Create a pma user and give access to these tables."
15693 #: templates/relation/check_relations.twig:531
15695 "Enable advanced features in configuration file (<code>config.inc.php</"
15696 "code>), for example by starting from <code>config.sample.inc.php</code>."
15699 #: templates/relation/check_relations.twig:535
15700 msgid "Re-login to phpMyAdmin to load the updated configuration file."
15703 #: templates/server/binlog/index.twig:10
15704 msgid "Select binary log to view"
15707 #: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
15708 #: templates/server/status/processes/list.twig:20
15709 msgid "Truncate shown queries"
15712 #: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
15713 #: templates/server/status/processes/list.twig:26
15714 msgid "Show full queries"
15717 #: templates/server/binlog/index.twig:84
15721 #: templates/server/binlog/index.twig:85
15725 #: templates/server/binlog/index.twig:87
15726 #: templates/server/replication/primary_replication.twig:24
15730 #: templates/server/binlog/index.twig:88
15731 msgid "Original position"
15734 #: templates/server/binlog/index.twig:89
15735 #: templates/table/structure/display_table_stats.twig:3
15736 msgid "Information"
15739 #: templates/server/collations/index.twig:4
15740 msgid "Character sets and collations"
15743 #: templates/server/collations/index.twig:23
15746 msgctxt "The collation is the default one"
15748 msgstr "Schtandatt"
15750 #: templates/server/databases/index.twig:3
15751 msgid "Databases statistics"
15754 #: templates/server/databases/index.twig:9
15755 msgid "Create database"
15758 #: templates/server/databases/index.twig:50
15759 msgid "No privileges to create databases"
15762 #: templates/server/databases/index.twig:156
15763 #: templates/server/replication/index.twig:18
15764 #: templates/server/replication/primary_replication.twig:3
15765 msgid "Primary replication"
15768 #: templates/server/databases/index.twig:160
15769 #: templates/server/replication/replica_configuration.twig:2
15770 msgid "Replica replication"
15773 #: templates/server/databases/index.twig:181
15775 msgid "Jump to database '%s'"
15778 #: templates/server/databases/index.twig:242
15780 msgid "Check privileges for database \"%s\"."
15783 #: templates/server/databases/index.twig:243
15784 msgid "Check privileges"
15787 #: templates/server/databases/index.twig:298
15789 "Note: Enabling the database statistics here might cause heavy traffic "
15790 "between the web server and the MySQL server."
15793 #: templates/server/databases/index.twig:300
15794 #: templates/server/databases/index.twig:301
15797 msgid "Enable statistics"
15800 #: templates/server/databases/index.twig:308
15801 msgid "No databases"
15804 #: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
15805 msgid "Storage engines"
15808 #: templates/server/engines/index.twig:13
15809 msgid "Storage Engine"
15812 #: templates/server/engines/show.twig:45
15813 msgid "Unknown storage engine."
15816 #: templates/server/export/index.twig:26
15817 msgid "@SERVER@ will become the server name."
15820 #: templates/server/export/index.twig:3
15821 msgid "Exporting databases from the current server"
15824 #: templates/server/import/index.twig:3
15825 msgid "Importing into the current server"
15828 #: templates/server/plugins/index.twig:26
15832 #: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
15836 #: templates/server/plugins/index.twig:29
15840 #: templates/server/plugins/index.twig:41
15846 #: templates/server/plugins/index.twig:43
15850 #: templates/server/plugins/index.twig:45
15854 #: templates/server/plugins/index.twig:47
15858 #: templates/server/privileges/add_user.twig:13
15859 msgid "Database for user account"
15862 #: templates/server/privileges/add_user.twig:16
15863 msgid "Create database with same name and grant all privileges."
15866 #: templates/server/privileges/add_user.twig:20
15867 msgid "Grant all privileges on wildcard name (username\\_%)."
15870 #: templates/server/privileges/add_user.twig:25
15872 msgid "Grant all privileges on database %s."
15875 #: templates/server/privileges/add_user.twig:38
15878 msgid "Create user"
15881 #: templates/server/privileges/change_password.twig:16
15882 msgid "No Password"
15885 #: templates/server/privileges/change_password.twig:25
15889 #: templates/server/privileges/change_password.twig:29
15890 #: templates/server/privileges/login_information_fields.twig:55
15891 msgctxt "Password strength"
15895 #: templates/server/privileges/change_password.twig:33
15896 #: templates/server/privileges/login_information_fields.twig:61
15897 #: templates/server/replication/primary_add_replica_user.twig:62
15901 #: templates/server/privileges/change_password.twig:41
15902 msgid "Password Hashing:"
15905 #: templates/server/privileges/change_password.twig:59
15907 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
15908 "connection that encrypts the password using RSA</i>'; while connecting to "
15912 #: templates/server/privileges/choose_user_group.twig:5
15913 msgid "User group:"
15916 #: templates/server/privileges/edit_routine_privileges.twig:4
15917 #: templates/server/privileges/user_properties.twig:4
15918 msgid "Edit privileges:"
15921 #: templates/server/privileges/edit_routine_privileges.twig:5
15922 #: templates/server/privileges/user_properties.twig:5
15923 msgid "User account"
15926 #: templates/server/privileges/edit_routine_privileges.twig:34
15927 #: templates/server/privileges/user_properties.twig:53
15929 "Note: You are attempting to edit privileges of the user with which you are "
15930 "currently logged in."
15933 #: templates/server/privileges/edit_routine_privileges.twig:52
15934 #: templates/server/privileges/privileges_table.twig:11
15935 #: templates/server/privileges/privileges_table.twig:274
15936 msgid "Note: MySQL privilege names are expressed in English."
15939 #: templates/server/privileges/edit_routine_privileges.twig:65
15940 #: templates/server/privileges/edit_routine_privileges.twig:69
15942 "Allows user to give to other users or remove from other users privileges "
15943 "that user possess on this routine."
15946 #: templates/server/privileges/edit_routine_privileges.twig:78
15947 #: templates/server/privileges/edit_routine_privileges.twig:81
15948 msgid "Allows altering and dropping this routine."
15951 #: templates/server/privileges/edit_routine_privileges.twig:90
15952 #: templates/server/privileges/edit_routine_privileges.twig:93
15953 msgid "Allows executing this routine."
15956 #: templates/server/privileges/initials_row.twig:1
15957 msgid "Pagination of user accounts"
15960 #: templates/server/privileges/login_information_fields.twig:2
15961 #: templates/server/privileges/user_properties.twig:106
15962 msgid "Login Information"
15965 #: templates/server/privileges/login_information_fields.twig:5
15966 #: templates/server/replication/change_primary.twig:14
15967 #: templates/server/replication/primary_add_replica_user.twig:16
15971 #: templates/server/privileges/login_information_fields.twig:8
15972 #: templates/server/replication/primary_add_replica_user.twig:20
15976 #: templates/server/privileges/login_information_fields.twig:9
15977 #: templates/server/privileges/login_information_fields.twig:34
15978 #: templates/server/privileges/login_information_fields.twig:51
15979 #: templates/server/privileges/privileges_summary.twig:76
15980 #: templates/server/privileges/privileges_summary.twig:91
15981 msgid "Use text field"
15984 #: templates/server/privileges/login_information_fields.twig:17
15986 "An account already exists with the same username but possibly a different "
15990 #: templates/server/privileges/login_information_fields.twig:23
15994 #: templates/server/privileges/login_information_fields.twig:28
15995 #: templates/server/replication/primary_add_replica_user.twig:34
15999 #: templates/server/privileges/login_information_fields.twig:29
16000 #: templates/server/replication/primary_add_replica_user.twig:35
16004 #: templates/server/privileges/login_information_fields.twig:31
16005 #: templates/server/replication/primary_add_replica_user.twig:37
16009 #: templates/server/privileges/login_information_fields.twig:33
16010 #: templates/server/replication/primary_add_replica_user.twig:39
16012 #| msgid "Select All"
16013 msgid "Use host table"
16014 msgstr "Alle ußwähle"
16016 #: templates/server/privileges/login_information_fields.twig:40
16017 #: templates/server/replication/primary_add_replica_user.twig:44
16019 "When Host table is used, this field is ignored and values stored in Host "
16020 "table are used instead."
16023 #: templates/server/privileges/login_information_fields.twig:46
16024 #: templates/server/privileges/login_information_fields.twig:54
16025 #: templates/server/privileges/users_overview.twig:10
16026 #: templates/server/replication/change_primary.twig:19
16027 #: templates/server/replication/primary_add_replica_user.twig:52
16028 #: templates/server/replication/primary_add_replica_user.twig:57
16032 #: templates/server/privileges/login_information_fields.twig:48
16033 msgid "Do not change the password"
16036 #: templates/server/privileges/login_information_fields.twig:50
16037 #: templates/server/replication/primary_add_replica_user.twig:53
16038 msgid "No password"
16041 #: templates/server/privileges/login_information_fields.twig:63
16042 #: templates/server/replication/primary_add_replica_user.twig:65
16046 #: templates/server/privileges/login_information_fields.twig:69
16047 msgid "Authentication plugin"
16050 #: templates/server/privileges/login_information_fields.twig:71
16051 msgid "Password hashing method"
16054 #: templates/server/privileges/login_information_fields.twig:84
16056 "This method requires using an '<em>SSL connection</em>' or an "
16057 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
16058 "while connecting to the server."
16061 #: templates/server/privileges/new_user_ajax.twig:52
16062 #: templates/server/privileges/users_overview.twig:83
16063 #: templates/server/privileges/users_overview.twig:168
16064 msgid "Edit user group"
16067 #: templates/server/privileges/privileges_summary.twig:21
16068 msgid "Column-specific privileges"
16071 #: templates/server/privileges/privileges_summary.twig:55
16072 msgid "Add privileges on the following database(s):"
16075 #: templates/server/privileges/privileges_summary.twig:68
16076 msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
16079 #: templates/server/privileges/privileges_summary.twig:72
16080 msgid "Add privileges on the following table:"
16083 #: templates/server/privileges/privileges_summary.twig:87
16084 msgid "Add privileges on the following routine:"
16087 #: templates/server/privileges/privileges_table.twig:36
16088 #: templates/server/privileges/privileges_table.twig:37
16089 #: templates/server/privileges/privileges_table.twig:63
16090 #: templates/server/privileges/privileges_table.twig:64
16091 #: templates/server/privileges/privileges_table.twig:90
16092 #: templates/server/privileges/privileges_table.twig:91
16093 #: templates/server/privileges/privileges_table.twig:117
16094 #: templates/server/privileges/privileges_table.twig:118
16095 msgctxt "None privileges"
16099 #: templates/server/privileges/privileges_table.twig:161
16100 #: templates/server/privileges/privileges_table.twig:165
16101 #: templates/server/privileges/privileges_table.twig:649
16102 #: templates/server/privileges/privileges_table.twig:653
16104 "Allows user to give to other users or remove from other users the privileges "
16105 "that user possess yourself."
16108 #: templates/server/privileges/privileges_table.twig:256
16112 #: templates/server/privileges/privileges_table.twig:263
16113 #: templates/server/privileges/users_overview.twig:12
16114 msgid "Global privileges"
16117 #: templates/server/privileges/privileges_table.twig:561
16118 msgid "Administration"
16121 #: templates/server/privileges/privileges_table.twig:570
16122 #: templates/server/privileges/privileges_table.twig:573
16124 "Allows adding users and privileges without reloading the privilege tables."
16127 #: templates/server/privileges/privileges_table.twig:681
16128 msgid "Allows creating foreign key relations."
16131 #: templates/server/privileges/privileges_table.twig:681
16132 msgid "Not used on MariaDB."
16135 #: templates/server/privileges/privileges_table.twig:681
16136 msgid "Not used for this MySQL version."
16139 #: templates/server/privileges/privileges_table.twig:735
16140 msgid "Resource limits"
16143 #: templates/server/privileges/privileges_table.twig:738
16144 msgid "Note: Setting these options to 0 (zero) removes the limit."
16147 #: templates/server/privileges/privileges_table.twig:744
16148 #: templates/server/privileges/privileges_table.twig:751
16149 msgid "Limits the number of queries the user may send to the server per hour."
16152 #: templates/server/privileges/privileges_table.twig:757
16153 #: templates/server/privileges/privileges_table.twig:764
16155 "Limits the number of commands that change any table or database the user may "
16156 "execute per hour."
16159 #: templates/server/privileges/privileges_table.twig:770
16160 #: templates/server/privileges/privileges_table.twig:777
16161 msgid "Limits the number of new connections the user may open per hour."
16164 #: templates/server/privileges/privileges_table.twig:783
16165 #: templates/server/privileges/privileges_table.twig:790
16166 msgid "Limits the number of simultaneous connections the user may have."
16169 #: templates/server/privileges/privileges_table.twig:803
16170 msgid "Does not require SSL-encrypted connections."
16173 #: templates/server/privileges/privileges_table.twig:812
16174 msgid "Requires SSL-encrypted connections."
16177 #: templates/server/privileges/privileges_table.twig:821
16178 msgid "Requires a valid X509 certificate."
16181 #: templates/server/privileges/privileges_table.twig:842
16182 msgid "Requires that a specific cipher method be used for a connection."
16185 #: templates/server/privileges/privileges_table.twig:851
16186 msgid "Requires that a valid X509 certificate issued by this CA be presented."
16189 #: templates/server/privileges/privileges_table.twig:860
16190 msgid "Requires that a valid X509 certificate with this subject be presented."
16193 #: templates/server/privileges/privileges_table.twig:878
16194 msgid "Update user privileges"
16197 #: templates/server/privileges/subnav.twig:5
16198 #: templates/server/privileges/user_overview.twig:5
16199 msgid "User accounts overview"
16202 #: templates/server/privileges/subnav.twig:11
16203 #: templates/server/user_groups/user_groups.twig:1
16204 #: templates/server/user_groups/user_groups.twig:9
16205 msgid "User groups"
16208 #: templates/server/privileges/user_properties.twig:57
16209 #: templates/server/privileges/users_overview.twig:57
16210 msgid "The selected user was not found in the privilege table."
16213 #: templates/server/privileges/user_properties.twig:107
16214 msgid "Change login information / Copy user account"
16217 #: templates/server/privileges/user_properties.twig:115
16218 msgid "Create a new user account with the same privileges and …"
16221 #: templates/server/privileges/user_properties.twig:123
16222 msgid "… keep the old one."
16225 #: templates/server/privileges/user_properties.twig:130
16226 msgid "… delete the old one from the user tables."
16229 #: templates/server/privileges/user_properties.twig:137
16231 "… revoke all active privileges from the old one and delete it afterwards."
16234 #: templates/server/privileges/user_properties.twig:144
16236 "… delete the old one from the user tables and reload the privileges "
16240 #: templates/server/privileges/users_overview.twig:16
16244 #: templates/server/privileges/users_overview.twig:147
16245 msgid "Remove selected user accounts"
16248 #: templates/server/privileges/users_overview.twig:149
16249 msgid "Revoke all active privileges from the users and delete them afterwards."
16252 #: templates/server/privileges/users_overview.twig:153
16253 msgid "Drop the databases that have the same names as the users."
16256 #: templates/server/privileges/users_overview.twig:178
16257 msgid "Save changes"
16260 #: templates/server/replication/change_primary.twig:5
16261 msgid "Replica configuration"
16264 #: templates/server/replication/change_primary.twig:6
16265 #: templates/server/replication/replica_configuration.twig:97
16266 msgid "Change or reconfigure primary server"
16269 #: templates/server/replication/change_primary.twig:9
16271 "Make sure you have a unique server-id in your configuration file (my.cnf). "
16272 "If not, please add the following line into [mysqld] section:"
16275 #: templates/server/replication/change_primary.twig:26
16279 #: templates/server/replication/index.twig:21
16282 "This server is not configured as primary in a replication process. Would you "
16283 "like to %sconfigure%s it?"
16286 #: templates/server/replication/index.twig:43
16287 msgid "No privileges"
16290 #: templates/server/replication/primary_add_replica_user.twig:6
16291 #: templates/server/replication/primary_replication.twig:44
16292 msgid "Add replica replication user"
16295 #: templates/server/replication/primary_add_replica_user.twig:21
16296 #: templates/server/replication/primary_add_replica_user.twig:40
16297 #: templates/server/replication/primary_add_replica_user.twig:54
16298 msgid "Use text field:"
16301 #: templates/server/replication/primary_add_replica_user.twig:70
16302 msgid "Generate password:"
16305 #: templates/server/replication/primary_configuration.twig:2
16306 msgid "Primary configuration"
16309 #: templates/server/replication/primary_configuration.twig:4
16311 "This server is not configured as a primary server in a replication process. "
16312 "You can choose from either replicating all databases and ignoring some of "
16313 "them (useful if you want to replicate a majority of the databases) or you "
16314 "can choose to ignore all databases by default and allow only certain "
16315 "databases to be replicated. Please select the mode:"
16318 #: templates/server/replication/primary_configuration.twig:9
16319 msgid "Replicate all databases; Ignore:"
16322 #: templates/server/replication/primary_configuration.twig:10
16323 msgid "Ignore all databases; Replicate:"
16326 #: templates/server/replication/primary_configuration.twig:12
16327 msgid "Please select databases:"
16330 #: templates/server/replication/primary_configuration.twig:15
16332 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
16333 "and please restart the MySQL server afterwards."
16336 #: templates/server/replication/primary_configuration.twig:21
16338 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
16339 "should see a message informing you, that this server <strong>is</strong> "
16340 "configured as primary."
16343 #: templates/server/replication/primary_replication.twig:5
16344 msgid "This server is configured as primary in a replication process."
16347 #: templates/server/replication/primary_replication.twig:16
16348 msgid "Show connected replicas"
16351 #: templates/server/replication/primary_replication.twig:38
16353 "Only replicas started with the --report-host=host_name option are visible in "
16357 #: templates/server/replication/replica_configuration.twig:5
16358 msgid "Primary connection:"
16361 #: templates/server/replication/replica_configuration.twig:25
16362 msgid "Replica SQL Thread not running!"
16365 #: templates/server/replication/replica_configuration.twig:28
16366 msgid "Replica IO Thread not running!"
16369 #: templates/server/replication/replica_configuration.twig:31
16371 "Server is configured as replica in a replication process. Would you like to:"
16374 #: templates/server/replication/replica_configuration.twig:34
16376 #| msgid "Select All"
16377 msgid "See replica status table"
16378 msgstr "Alle ußwähle"
16380 #: templates/server/replication/replica_configuration.twig:38
16381 msgid "Control replica:"
16384 #: templates/server/replication/replica_configuration.twig:48
16386 #| msgid "Select All"
16387 msgid "Reset replica"
16388 msgstr "Alle ußwähle"
16390 #: templates/server/replication/replica_configuration.twig:54
16391 msgid "Start SQL Thread only"
16394 #: templates/server/replication/replica_configuration.twig:56
16395 msgid "Stop SQL Thread only"
16398 #: templates/server/replication/replica_configuration.twig:63
16399 msgid "Start IO Thread only"
16402 #: templates/server/replication/replica_configuration.twig:65
16403 msgid "Stop IO Thread only"
16406 #: templates/server/replication/replica_configuration.twig:74
16407 msgid "Error management:"
16410 #: templates/server/replication/replica_configuration.twig:77
16411 msgid "Skipping errors might lead into unsynchronized primary and replica!"
16414 #: templates/server/replication/replica_configuration.twig:81
16415 msgid "Skip current error"
16418 #: templates/server/replication/replica_configuration.twig:87
16420 msgid "Skip next %s errors."
16423 #: templates/server/replication/replica_configuration.twig:107
16426 "This server is not configured as replica in a replication process. Would you "
16427 "like to %sconfigure%s it?"
16430 #: templates/server/replication/status_table.twig:6
16431 msgid "Primary status"
16434 #: templates/server/replication/status_table.twig:8
16435 msgid "Replica status"
16438 #: templates/server/replication/status_table.twig:16
16439 #: templates/server/status/variables/index.twig:75
16440 #: templates/server/variables/index.twig:31
16444 #: templates/server/select/index.twig:7 templates/server/select/index.twig:19
16445 msgid "Current server:"
16448 #: templates/server/status/advisor/index.twig:6
16449 #: templates/server/status/advisor/index.twig:19
16450 msgid "Advisor system"
16453 #: templates/server/status/advisor/index.twig:9
16454 msgid "Not enough privilege to view the advisor."
16457 #: templates/server/status/advisor/index.twig:12
16458 msgid "Instructions"
16461 #: templates/server/status/advisor/index.twig:24
16463 "The Advisor system can provide recommendations on server variables by "
16464 "analyzing the server status variables."
16467 #: templates/server/status/advisor/index.twig:29
16469 "Do note however that this system provides recommendations based on simple "
16470 "calculations and by rule of thumb which may not necessarily apply to your "
16474 #: templates/server/status/advisor/index.twig:34
16476 "Prior to changing any of the configuration, be sure to know what you are "
16477 "changing (by reading the documentation) and how to undo the change. Wrong "
16478 "tuning can have a very negative effect on performance."
16481 #: templates/server/status/advisor/index.twig:39
16483 "The best way to tune your system would be to change only one setting at a "
16484 "time, observe or benchmark your database, and undo the change if there was "
16485 "no clearly measurable improvement."
16488 #: templates/server/status/advisor/index.twig:53
16489 msgid "Errors occurred while executing rule expressions:"
16492 #: templates/server/status/advisor/index.twig:63
16493 msgid "Possible performance issues"
16496 #: templates/server/status/advisor/index.twig:76
16500 #: templates/server/status/advisor/index.twig:79
16501 msgid "Recommendation:"
16504 #: templates/server/status/advisor/index.twig:82
16505 msgid "Justification:"
16508 #: templates/server/status/advisor/index.twig:85
16509 msgid "Used variable / formula:"
16512 #: templates/server/status/advisor/index.twig:88
16516 #: templates/server/status/base.twig:16
16517 msgid "Query statistics"
16520 #: templates/server/status/base.twig:21
16521 msgid "All status variables"
16524 #: templates/server/status/base.twig:26
16528 #: templates/server/status/base.twig:31
16532 #: templates/server/status/monitor/index.twig:8
16533 msgid "Start Monitor"
16536 #: templates/server/status/monitor/index.twig:16
16537 msgid "Instructions/Setup"
16540 #: templates/server/status/monitor/index.twig:20
16541 msgid "Done dragging (rearranging) charts"
16544 #: templates/server/status/monitor/index.twig:27
16548 #: templates/server/status/monitor/index.twig:31
16549 msgid "Enable charts dragging"
16552 #: templates/server/status/monitor/index.twig:36
16553 #: templates/server/status/processes/index.twig:33
16554 msgid "Refresh rate"
16557 #: templates/server/status/monitor/index.twig:43
16558 #: templates/server/status/processes/index.twig:40
16559 #, fuzzy, php-format
16560 #| msgid "Select All"
16562 msgstr "Alle ußwähle"
16564 #: templates/server/status/monitor/index.twig:45
16565 #: templates/server/status/processes/index.twig:42
16566 #, fuzzy, php-format
16567 #| msgid "Select All"
16569 msgstr "Alle ußwähle"
16571 #: templates/server/status/monitor/index.twig:49
16572 #: templates/server/status/processes/index.twig:46
16573 #, fuzzy, php-format
16574 #| msgid "Select All"
16576 msgstr "Alle ußwähle"
16578 #: templates/server/status/monitor/index.twig:51
16579 #: templates/server/status/processes/index.twig:48
16580 #, fuzzy, php-format
16581 #| msgid "Select All"
16583 msgstr "Alle ußwähle"
16585 #: templates/server/status/monitor/index.twig:61
16586 msgid "Chart columns"
16589 #: templates/server/status/monitor/index.twig:74
16590 msgid "Chart arrangement"
16593 #: templates/server/status/monitor/index.twig:75
16595 "The arrangement of the charts is stored to the browsers local storage. You "
16596 "may want to export it if you have a complicated set up."
16599 #: templates/server/status/monitor/index.twig:84
16600 msgid "Reset to default"
16603 #: templates/server/status/monitor/index.twig:89
16604 msgid "Monitor Instructions"
16607 #: templates/server/status/monitor/index.twig:91
16609 "The phpMyAdmin Monitor can assist you in optimizing the server configuration "
16610 "and track down time intensive queries. For the latter you will need to set "
16611 "log_output to 'TABLE' and have either the slow_query_log or general_log "
16612 "enabled. Note however, that the general_log produces a lot of data and "
16613 "increases server load by up to 15%."
16616 #: templates/server/status/monitor/index.twig:101
16617 msgid "Using the monitor:"
16620 #: templates/server/status/monitor/index.twig:103
16622 "Your browser will refresh all displayed charts in a regular interval. You "
16623 "may add charts and change the refresh rate under 'Settings', or remove any "
16624 "chart using the cog icon on each respective chart."
16627 #: templates/server/status/monitor/index.twig:108
16629 "To display queries from the logs, select the relevant time span on any chart "
16630 "by holding down the left mouse button and panning over the chart. Once "
16631 "confirmed, this will load a table of grouped queries, there you may click on "
16632 "any occurring SELECT statements to further analyze them."
16635 #: templates/server/status/monitor/index.twig:114
16636 msgid "Please note:"
16639 #: templates/server/status/monitor/index.twig:117
16641 "Enabling the general_log may increase the server load by 5-15%. Also be "
16642 "aware that generating statistics from the logs is a load intensive task, so "
16643 "it is advisable to select only a small time span and to disable the "
16644 "general_log and empty its table once monitoring is not required any more."
16647 #: templates/server/status/monitor/index.twig:128
16648 #: templates/server/status/monitor/index.twig:134
16649 msgid "Chart Title"
16652 #: templates/server/status/monitor/index.twig:138
16653 msgid "Preset chart"
16656 #: templates/server/status/monitor/index.twig:144
16657 msgid "Status variable(s)"
16660 #: templates/server/status/monitor/index.twig:149
16661 msgid "Select series:"
16664 #: templates/server/status/monitor/index.twig:152
16665 msgid "Commonly monitored"
16668 #: templates/server/status/monitor/index.twig:170
16669 msgid "or type variable name:"
16672 #: templates/server/status/monitor/index.twig:177
16673 msgid "Display as differential value"
16676 #: templates/server/status/monitor/index.twig:182
16677 msgid "Apply a divisor"
16680 #: templates/server/status/monitor/index.twig:193
16681 msgid "Append unit to data values"
16684 #: templates/server/status/monitor/index.twig:201
16685 msgid "Add this series"
16688 #: templates/server/status/monitor/index.twig:204
16689 msgid "Clear series"
16692 #: templates/server/status/monitor/index.twig:208
16693 msgid "Series in chart:"
16696 #: templates/server/status/monitor/index.twig:224
16697 msgid "Log statistics"
16700 #: templates/server/status/monitor/index.twig:226
16701 msgid "Selected time range:"
16704 #: templates/server/status/monitor/index.twig:234
16705 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
16708 #: templates/server/status/monitor/index.twig:240
16709 msgid "Remove variable data in INSERT statements for better grouping"
16712 #: templates/server/status/monitor/index.twig:244
16713 msgid "Choose from which log you want the statistics to be generated from."
16716 #: templates/server/status/monitor/index.twig:247
16717 msgid "Results are grouped by query text."
16720 #: templates/server/status/monitor/index.twig:251
16721 msgid "Query analyzer"
16724 #: templates/server/status/processes/index.twig:14
16726 #| msgid "not active"
16727 msgid "Show only active"
16728 msgstr "nit aktief"
16730 #: templates/server/status/processes/index.twig:28
16732 "Note: Enabling the auto refresh here might cause heavy traffic between the "
16733 "web server and the MySQL server."
16736 #. l10n: Questions is the name of a MySQL Status variable
16737 #: templates/server/status/queries/index.twig:8
16738 msgid "Questions since startup:"
16741 #: templates/server/status/queries/index.twig:20
16745 #: templates/server/status/queries/index.twig:21
16746 msgid "per minute:"
16749 #: templates/server/status/queries/index.twig:23
16750 msgid "per second:"
16753 #: templates/server/status/queries/index.twig:37
16757 #. l10n: # = Amount of queries
16758 #: templates/server/status/queries/index.twig:38
16762 #: templates/server/status/queries/index.twig:39
16763 #: templates/server/status/status/index.twig:18
16764 #: templates/server/status/status/index.twig:38
16768 #: templates/server/status/queries/index.twig:59
16769 msgid "Not enough privilege to view query statistics."
16772 #: templates/server/status/status/index.twig:6
16774 msgid "Network traffic since startup: %s"
16777 #: templates/server/status/status/index.twig:7
16779 msgid "This MySQL server has been running for %1$s. It started up on %2$s."
16782 #: templates/server/status/status/index.twig:15
16784 "On a busy server, the byte counters may overrun, so those statistics as "
16785 "reported by the MySQL server may be incorrect."
16788 #: templates/server/status/status/index.twig:59
16790 "This MySQL server works as <b>primary</b> and <b>replica</b> in "
16791 "<b>replication</b> process."
16794 #: templates/server/status/status/index.twig:61
16796 "This MySQL server works as <b>primary</b> in <b>replication</b> process."
16799 #: templates/server/status/status/index.twig:63
16801 "This MySQL server works as <b>replica</b> in <b>replication</b> process."
16804 #: templates/server/status/status/index.twig:69
16805 msgid "Replication status"
16808 #: templates/server/status/status/index.twig:75
16809 msgid "Not enough privilege to view server status."
16812 #: templates/server/status/variables/index.twig:20
16813 msgid "Show only alert values"
16816 #: templates/server/status/variables/index.twig:25
16817 #: templates/server/status/variables/index.twig:27
16818 msgid "Filter by category…"
16821 #: templates/server/status/variables/index.twig:37
16822 msgid "Show unformatted values"
16825 #: templates/server/status/variables/index.twig:50
16826 msgid "Related links:"
16829 #: templates/server/status/variables/index.twig:139
16830 msgid "Not enough privilege to view status variables."
16833 #: templates/server/user_groups/edit_user_groups.twig:2
16834 #: templates/server/user_groups/user_groups.twig:64
16835 msgid "Add user group"
16838 #: templates/server/user_groups/edit_user_groups.twig:4
16840 msgid "Edit user group: '%s'"
16843 #: templates/server/user_groups/edit_user_groups.twig:9
16844 msgid "User group menu assignments"
16847 #: templates/server/user_groups/edit_user_groups.twig:14
16848 msgid "Group name:"
16851 #: templates/server/user_groups/user_groups.twig:12
16852 msgid "Server level tabs"
16855 #: templates/server/user_groups/user_groups.twig:15
16856 msgid "Database level tabs"
16859 #: templates/server/user_groups/user_groups.twig:18
16860 msgid "Table level tabs"
16863 #: templates/server/user_groups/user_groups.twig:50
16864 msgid "Delete user group"
16867 #: templates/server/user_groups/user_listings.twig:1
16869 msgid "Users of '%s' user group"
16872 #: templates/server/user_groups/user_listings.twig:3
16873 msgid "No users were found belonging to this user group."
16876 #: templates/server/variables/index.twig:5
16877 msgid "Server variables and settings"
16880 #: templates/server/variables/index.twig:43
16881 msgid "This is a read-only variable and can not be edited"
16884 #: templates/server/variables/index.twig:69
16885 msgid "Session value"
16888 #: templates/server/variables/index.twig:80
16890 msgid "Not enough privilege to view server variables and settings. %s"
16893 #: templates/setup/base.twig:29 templates/setup/home/index.twig:20
16897 #: templates/setup/config/index.twig:4 templates/setup/home/index.twig:98
16898 msgid "Configuration file"
16901 #: templates/setup/config/index.twig:16
16902 msgid "Generated configuration file"
16905 #: templates/setup/config/index.twig:22 templates/setup/home/index.twig:165
16909 #: templates/setup/error.twig:3
16910 msgid "Submitted form contains errors"
16913 #: templates/setup/error.twig:6
16914 msgid "Try to revert erroneous fields to their default values"
16917 #: templates/setup/error.twig:14
16918 msgid "Ignore errors"
16921 #: templates/setup/error.twig:18
16925 #: templates/setup/home/index.twig:23
16926 msgid "Show hidden messages"
16929 #: templates/setup/home/index.twig:79
16930 msgid "There are no configured servers"
16933 #: templates/setup/home/index.twig:88
16937 #: templates/setup/home/index.twig:110
16938 msgid "Default language"
16941 #: templates/setup/home/index.twig:128
16942 msgid "Default server"
16945 #: templates/setup/home/index.twig:139
16946 msgid "let the user choose"
16949 #: templates/setup/home/index.twig:146
16953 #: templates/setup/home/index.twig:153
16954 msgid "End of line"
16957 #: templates/setup/home/index.twig:164
16961 #: templates/setup/home/index.twig:175
16962 msgid "phpMyAdmin homepage"
16965 #: templates/setup/home/index.twig:176
16969 #: templates/setup/home/index.twig:177
16970 msgid "Check for latest version"
16973 #: templates/setup/servers/index.twig:6
16974 msgid "Edit server"
16977 #: templates/setup/servers/index.twig:11
16978 msgid "Add a new server"
16981 #: templates/setup/servers/index.twig:17
16982 msgid "Something went wrong."
16985 #: templates/sql/bookmark.twig:11
16986 msgid "Bookmark this SQL query"
16989 #: templates/sql/bookmark.twig:14
16990 msgid "Bookmark label:"
16993 #: templates/sql/bookmark.twig:20 templates/sql/query.twig:93
16994 msgid "Let every user access this bookmark"
16997 #: templates/sql/bookmark.twig:24
17000 msgid "Create new bookmark"
17003 #: templates/sql/profiling_chart.twig:4
17004 msgid "Detailed profile"
17007 #: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
17011 #: templates/sql/profiling_chart.twig:38
17012 msgid "Summary by state"
17015 #: templates/sql/profiling_chart.twig:47
17019 #: templates/sql/profiling_chart.twig:51
17023 #: templates/sql/profiling_chart.twig:55
17027 #: templates/sql/profiling_chart.twig:59
17031 #: templates/sql/query.twig:44
17032 msgid "Get auto-saved query"
17035 #. l10n: Bind parameters in the SQL query using :parameterName format
17036 #: templates/sql/query.twig:51
17037 msgid "Bind parameters"
17040 #: templates/sql/query.twig:84
17041 msgid "Bookmark this SQL query:"
17044 #: templates/sql/query.twig:100
17045 msgid "Replace existing bookmark of same name"
17048 #: templates/sql/query.twig:110 templates/sql/query.twig:111
17052 #: templates/sql/query.twig:119
17053 msgid "Show this query here again"
17056 #: templates/sql/query.twig:134
17057 msgid "Rollback when finished"
17060 #: templates/sql/query.twig:156
17061 msgid "Bookmarked SQL query"
17064 #: templates/sql/query.twig:160
17068 #: templates/sql/query.twig:169
17072 #: templates/sql/query.twig:182
17076 #: templates/table/browse_foreigners/column_element.twig:4
17077 msgid "Use this value"
17080 #: templates/table/chart/tbl_chart.twig:10
17084 #: templates/table/chart/tbl_chart.twig:13
17085 msgctxt "Chart type"
17089 #: templates/table/chart/tbl_chart.twig:17
17090 msgctxt "Chart type"
17094 #: templates/table/chart/tbl_chart.twig:21
17095 msgctxt "Chart type"
17099 #: templates/table/chart/tbl_chart.twig:25
17100 msgctxt "Chart type"
17104 #: templates/table/chart/tbl_chart.twig:29
17105 msgctxt "Chart type"
17109 #: templates/table/chart/tbl_chart.twig:33
17110 msgctxt "Chart type"
17114 #: templates/table/chart/tbl_chart.twig:37
17115 msgctxt "Chart type"
17119 #: templates/table/chart/tbl_chart.twig:41
17120 msgctxt "Chart type"
17124 #: templates/table/chart/tbl_chart.twig:47
17128 #: templates/table/chart/tbl_chart.twig:51
17129 msgid "Chart title:"
17132 #: templates/table/chart/tbl_chart.twig:57
17136 #: templates/table/chart/tbl_chart.twig:73
17140 #: templates/table/chart/tbl_chart.twig:101
17141 msgid "X-Axis label:"
17144 #: templates/table/chart/tbl_chart.twig:102
17148 #: templates/table/chart/tbl_chart.twig:106
17149 msgid "Y-Axis label:"
17152 #: templates/table/chart/tbl_chart.twig:107
17156 #: templates/table/chart/tbl_chart.twig:112
17157 msgid "Series names are in a column"
17160 #: templates/table/chart/tbl_chart.twig:116
17161 msgid "Series column:"
17164 #: templates/table/chart/tbl_chart.twig:126
17167 msgid "Value Column:"
17170 #: templates/table/chart/tbl_chart.twig:147
17171 msgid "Save chart as image"
17174 #: templates/table/export/index.twig:12
17176 "@SERVER@ will become the server name, @DATABASE@ will become the database "
17177 "name and @TABLE@ will become the table name."
17180 #: templates/table/export/index.twig:7
17182 msgid "Exporting rows from \"%s\" table"
17185 #: templates/table/find_replace/index.twig:4
17186 #: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
17187 msgid "Table search"
17190 #: templates/table/find_replace/index.twig:10
17191 #: templates/table/search/index.twig:10
17192 #: templates/table/zoom_search/index.twig:10
17193 msgid "Zoom search"
17196 #: templates/table/find_replace/index.twig:16
17197 #: templates/table/find_replace/index.twig:27
17198 #: templates/table/search/index.twig:16
17199 #: templates/table/zoom_search/index.twig:16
17200 msgid "Find and replace"
17203 #: templates/table/find_replace/index.twig:36
17204 msgid "Replace with:"
17207 #: templates/table/find_replace/index.twig:57
17208 msgid "Use regular expression"
17211 #: templates/table/find_replace/replace_preview.twig:10
17212 msgid "Find and replace - preview"
17215 #: templates/table/find_replace/replace_preview.twig:17
17216 msgid "Original string"
17219 #: templates/table/find_replace/replace_preview.twig:18
17220 msgid "Replaced string"
17223 #: templates/table/find_replace/replace_preview.twig:36
17227 #: templates/table/gis_visualization/gis_visualization.twig:2
17228 msgid "Display GIS Visualization"
17231 #: templates/table/gis_visualization/gis_visualization.twig:10
17232 msgid "Label column"
17235 #: templates/table/gis_visualization/gis_visualization.twig:12
17239 #: templates/table/gis_visualization/gis_visualization.twig:21
17240 msgid "Spatial column"
17243 #: templates/table/import/index.twig:3
17245 msgid "Importing into the table \"%s\""
17248 #: templates/table/index_form.twig:15 templates/table/index_rename_form.twig:11
17249 msgid "Index name:"
17252 #: templates/table/index_form.twig:16 templates/table/index_rename_form.twig:12
17254 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
17257 #: templates/table/index_form.twig:34
17258 msgid "Index choice:"
17261 #: templates/table/index_form.twig:54
17262 msgid "Advanced options"
17265 #: templates/table/index_form.twig:64
17266 msgid "Key block size:"
17269 #: templates/table/index_form.twig:81
17270 msgid "Index type:"
17273 #: templates/table/index_form.twig:98
17277 #: templates/table/index_form.twig:114
17281 #: templates/table/index_form.twig:159 templates/table/index_form.twig:196
17282 msgid "Drag to reorder"
17285 #: templates/table/insert/actions_panel.twig:9
17286 msgid "Insert as new row"
17289 #: templates/table/insert/actions_panel.twig:10
17290 msgid "Insert as new row and ignore errors"
17293 #: templates/table/insert/actions_panel.twig:11
17294 msgid "Show insert query"
17297 #: templates/table/insert/actions_panel.twig:15
17301 #: templates/table/insert/actions_panel.twig:19
17302 msgid "Go back to previous page"
17305 #: templates/table/insert/actions_panel.twig:20
17306 msgid "Insert another new row"
17309 #: templates/table/insert/actions_panel.twig:22
17310 msgid "Go back to this page"
17313 #: templates/table/insert/actions_panel.twig:24
17314 msgid "Edit next row"
17317 #: templates/table/insert/actions_panel.twig:32
17319 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
17322 #: templates/table/insert/column_row.twig:15
17326 #: templates/table/insert/column_row.twig:30
17327 msgid "Use the NULL value for this column."
17330 #: templates/table/insert/column_row.twig:65
17331 msgid "Because of its length,<br> this column might not be editable."
17334 #: templates/table/insert/column_row.twig:93
17335 msgid "Binary - do not edit"
17338 #: templates/table/insert/column_row.twig:122
17339 #: templates/table/search/input_box.twig:37
17340 msgid "Edit/Insert"
17343 #: templates/table/insert/continue_insertion_form.twig:18
17345 msgid "Continue insertion with %s rows"
17348 #: templates/table/maintenance/checksum.twig:13
17351 msgstr "Ein Tabäll"
17353 #: templates/table/operations/index.twig:9
17354 msgid "Alter table order by"
17357 #: templates/table/operations/index.twig:20
17358 msgctxt "Alter table order by a single field."
17362 #: templates/table/operations/index.twig:50
17363 msgid "Move table to (database.table)"
17366 #: templates/table/operations/index.twig:101
17367 msgid "Table options"
17370 #: templates/table/operations/index.twig:105
17371 msgid "Rename table to"
17374 #: templates/table/operations/index.twig:123
17375 msgid "Table comments"
17378 #: templates/table/operations/index.twig:170
17379 msgid "Change all column collations"
17382 #: templates/table/operations/index.twig:251
17383 msgid "Copy table to (database.table)"
17386 #: templates/table/operations/index.twig:322
17387 msgid "Switch to copied table"
17390 #: templates/table/operations/index.twig:364
17391 msgid "Defragment table"
17394 #: templates/table/operations/index.twig:372
17396 msgid "Table %s has been flushed."
17399 #: templates/table/operations/index.twig:376
17400 msgid "Flush the table (FLUSH)"
17403 #: templates/table/operations/index.twig:413
17404 msgid "Empty the table (TRUNCATE)"
17407 #: templates/table/operations/index.twig:431
17408 msgid "Empty the table (DELETE FROM)"
17411 #: templates/table/operations/index.twig:452
17412 msgid "Delete the table (DROP)"
17415 #: templates/table/operations/index.twig:474
17416 msgid "Partition maintenance"
17419 #: templates/table/operations/index.twig:500
17420 #: templates/table/structure/display_partitions.twig:201
17421 msgid "Remove partitioning"
17424 #: templates/table/operations/index.twig:513
17425 msgid "Check referential integrity"
17428 #: templates/table/operations/view.twig:12
17429 msgid "Rename view to"
17432 #: templates/table/operations/view.twig:37
17433 msgid "Delete the view (DROP)"
17436 #: templates/table/page_with_secondary_tabs.twig:11
17437 msgid "Relation view"
17440 #: templates/table/partition/analyze.twig:2
17441 msgid "Analyze partition"
17444 #: templates/table/partition/check.twig:2
17445 msgid "Check partition"
17448 #: templates/table/partition/drop.twig:2
17449 msgid "Drop partition"
17452 #: templates/table/partition/optimize.twig:2
17453 msgid "Optimize partition"
17456 #: templates/table/partition/rebuild.twig:2
17457 msgid "Rebuild partition"
17460 #: templates/table/partition/repair.twig:2
17461 msgid "Repair partition"
17464 #: templates/table/partition/truncate.twig:2
17465 msgid "Truncate partition"
17468 #: templates/table/privileges/index.twig:57
17469 msgid "table-specific"
17472 #: templates/table/relation/common_form.twig:9
17473 msgid "Foreign key constraints"
17476 #: templates/table/relation/common_form.twig:14
17480 #: templates/table/relation/common_form.twig:15
17481 msgid "Constraint properties"
17484 #: templates/table/relation/common_form.twig:19
17486 "Creating a foreign key over a non-indexed column would automatically create "
17487 "an index on it. Alternatively, you can define an index below, before "
17488 "creating the foreign key."
17491 #: templates/table/relation/common_form.twig:24
17493 "Only columns with index will be displayed. You can define an index below."
17496 #: templates/table/relation/common_form.twig:28
17497 msgid "Foreign key constraint"
17500 #: templates/table/relation/common_form.twig:93
17501 msgid "+ Add constraint"
17504 #: templates/table/relation/common_form.twig:106
17505 #: templates/table/relation/common_form.twig:114
17506 msgid "Internal relationships"
17509 #: templates/table/relation/common_form.twig:122
17510 msgid "Internal relation"
17513 #: templates/table/relation/common_form.twig:124
17515 "An internal relation is not necessary when a corresponding FOREIGN KEY "
17519 #: templates/table/relation/common_form.twig:208
17520 msgid "Choose column to display:"
17523 #: templates/table/relation/foreign_key_row.twig:15
17525 msgid "Foreign key constraint %s has been dropped"
17528 #: templates/table/relation/foreign_key_row.twig:33
17529 msgid "Constraint name"
17532 #: templates/table/search/index.twig:27
17533 msgid "Do a \"query by example\" (wildcard: \"%\")"
17536 #: templates/table/search/index.twig:111
17537 msgid "Select columns (at least one):"
17540 #: templates/table/search/index.twig:130
17541 msgid "Add search conditions (body of the \"where\" clause):"
17544 #: templates/table/search/index.twig:138
17545 msgid "Number of rows per page"
17548 #: templates/table/search/index.twig:144
17549 msgid "Display order:"
17552 #: templates/table/search/index.twig:181
17553 msgid "Range search"
17556 #: templates/table/search/index.twig:187
17557 msgid "Minimum value:"
17560 #: templates/table/search/index.twig:190
17561 msgid "Maximum value:"
17564 #: templates/table/start_and_number_of_rows_fieldset.twig:3
17568 #: templates/table/structure/display_partitions.twig:4
17569 #: templates/table/structure/display_structure.twig:580
17573 #: templates/table/structure/display_partitions.twig:8
17574 msgid "No partitioning defined!"
17577 #: templates/table/structure/display_partitions.twig:11
17578 msgid "Partitioned by:"
17581 #: templates/table/structure/display_partitions.twig:16
17582 msgid "Sub partitioned by:"
17585 #: templates/table/structure/display_partitions.twig:29
17586 msgid "Data length"
17589 #: templates/table/structure/display_partitions.twig:30
17590 msgid "Index length"
17593 #: templates/table/structure/display_partitions.twig:194
17595 msgid "Partition table"
17596 msgstr "Ein Tabäll"
17598 #: templates/table/structure/display_partitions.twig:207
17599 #: templates/table/structure/partition_definition_form.twig:5
17600 msgid "Edit partitioning"
17603 #: templates/table/structure/display_structure.twig:70
17604 msgid "Media type:"
17607 #: templates/table/structure/display_structure.twig:91
17608 #: templates/table/tracking/structure_snapshot_columns.twig:47
17609 msgctxt "None for default"
17613 #: templates/table/structure/display_structure.twig:108
17614 #: templates/table/structure/display_structure.twig:287
17618 #: templates/table/structure/display_structure.twig:116
17620 msgid "Column %s has been dropped."
17623 #: templates/table/structure/display_structure.twig:142
17625 msgid "A primary key has been added on %s."
17628 #: templates/table/structure/display_structure.twig:157
17629 #: templates/table/structure/display_structure.twig:172
17630 #: templates/table/structure/display_structure.twig:197
17631 #: templates/table/structure/display_structure.twig:216
17633 msgid "An index has been added on %s."
17636 #: templates/table/structure/display_structure.twig:238
17637 msgid "Distinct values"
17640 #: templates/table/structure/display_structure.twig:249
17641 #: templates/table/structure/display_structure.twig:315
17642 msgid "Remove from central columns"
17645 #: templates/table/structure/display_structure.twig:257
17646 #: templates/table/structure/display_structure.twig:312
17647 msgid "Add to central columns"
17650 #: templates/table/structure/display_structure.twig:328
17651 #: templates/table/structure/display_structure.twig:332
17652 #: templates/table/structure/display_structure.twig:400
17653 msgid "Move columns"
17656 #: templates/table/structure/display_structure.twig:333
17657 msgid "Move the columns by dragging them up and down."
17660 #: templates/table/structure/display_structure.twig:372
17661 #: templates/view_create.twig:13
17665 #: templates/table/structure/display_structure.twig:386
17666 msgid "Propose table structure"
17669 #: templates/table/structure/display_structure.twig:403
17673 #: templates/table/structure/display_structure.twig:409
17677 #: templates/table/structure/display_structure.twig:423
17679 msgid "Add %s column(s)"
17682 #: templates/table/structure/display_structure.twig:428
17683 msgid "at beginning of table"
17686 #: templates/table/structure/display_structure.twig:552
17688 msgid "Create an index on %s columns"
17691 #: templates/table/structure/display_table_stats.twig:14
17692 msgid "Space usage"
17695 #: templates/table/structure/display_table_stats.twig:37
17699 #: templates/table/structure/display_table_stats.twig:80
17700 msgid "Row statistics"
17703 #: templates/table/structure/display_table_stats.twig:86
17707 #: templates/table/structure/display_table_stats.twig:88
17711 #: templates/table/structure/display_table_stats.twig:99
17712 msgid "partitioned"
17715 #: templates/table/structure/display_table_stats.twig:128
17719 #: templates/table/structure/display_table_stats.twig:140
17723 #: templates/table/structure/display_table_stats.twig:147
17724 msgid "Next autoindex"
17727 #: templates/table/structure/drop_confirm.twig:2
17728 msgid "Dropping columns from the table"
17731 #: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:91
17732 #: templates/table/tracking/main.twig:92
17733 msgid "Delete version"
17736 #: templates/table/tracking/main.twig:102
17738 msgid "Activate tracking for %s"
17741 #: templates/table/tracking/main.twig:104
17742 msgid "Activate now"
17745 #: templates/table/tracking/main.twig:106
17747 msgid "Deactivate tracking for %s"
17750 #: templates/table/tracking/main.twig:108
17751 msgid "Deactivate now"
17754 #: templates/table/tracking/report_table.twig:4
17755 #: templates/table/tracking/structure_snapshot_columns.twig:5
17760 #: templates/table/tracking/report_table.twig:5
17764 #: templates/table/tracking/report_table.twig:6
17768 #: templates/table/zoom_search/index.twig:27
17769 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
17772 #: templates/table/zoom_search/index.twig:54
17773 msgid "Additional search criteria"
17776 #: templates/table/zoom_search/index.twig:116
17777 msgid "Use this column to label each point"
17780 #: templates/table/zoom_search/index.twig:141
17781 msgid "Maximum rows to plot"
17784 #: templates/table/zoom_search/result_form.twig:7
17785 msgid "Browse/Edit the points"
17788 #: templates/table/zoom_search/result_form.twig:14
17792 #: templates/table/zoom_search/result_form.twig:17
17796 #. l10n: Show or hide the menu using the hamburger style button
17797 #: templates/top_menu.twig:4
17798 msgid "Toggle navigation"
17801 #. l10n: Current page
17802 #: templates/top_menu.twig:14
17806 #: templates/transformation_overview.twig:1
17807 msgid "Available media types"
17810 #: templates/transformation_overview.twig:13
17811 msgid "Available browser display transformations"
17814 #: templates/transformation_overview.twig:19
17815 #: templates/transformation_overview.twig:38
17816 msgctxt "for media type transformation"
17817 msgid "Description"
17820 #: templates/transformation_overview.twig:32
17821 msgid "Available input transformations"
17824 #: templates/view_create.twig:65
17828 #: templates/view_create.twig:79
17829 msgid "Column names"
17833 #~| msgid "Database"
17834 #~ msgid "Databases:"
17835 #~ msgstr "Dahtebangk"
17837 #~ msgid "Select All"
17838 #~ msgstr "Alle ußwähle"
17841 #~| msgid "Select All"
17842 #~ msgid "Select one ..."
17843 #~ msgstr "Alle ußwähle"