Translated using Weblate (Indonesian)
[phpmyadmin.git] / po / am.po
blob27a3d702858458be3c0ff24fb02b42efa6298100
1 # phpMyAdmin translation.
2 # Copyright (C) 2003 - 2019 phpMyAdmin devel team
3 # This file is distributed under the same license as the phpMyAdmin package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: phpMyAdmin 5.2.0-dev\n"
9 "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10 "POT-Creation-Date: 2022-04-21 15:54-0300\n"
11 "PO-Revision-Date: 2022-02-17 10:35+0000\n"
12 "Last-Translator: Maurício Meneghini Fauth <mauricio@fauth.dev>\n"
13 "Language-Team: Amharic <https://hosted.weblate.org/projects/phpmyadmin/5-2/"
14 "am/>\n"
15 "Language: am\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=n > 1;\n"
20 "X-Generator: Weblate 4.11-dev\n"
22 #: libraries/advisory_rules_generic.php:9
23 msgid "Uptime below one day"
24 msgstr ""
26 #: libraries/advisory_rules_generic.php:12
27 msgid "Uptime is less than 1 day, performance tuning may not be accurate."
28 msgstr ""
30 #: libraries/advisory_rules_generic.php:14
31 msgid ""
32 "To have more accurate averages it is recommended to let the server run for "
33 "longer than a day before running this analyzer"
34 msgstr ""
36 #: libraries/advisory_rules_generic.php:17
37 #, php-format
38 msgid "The uptime is only %s"
39 msgstr ""
41 #: libraries/advisory_rules_generic.php:22
42 msgid "Questions below 1,000"
43 msgstr ""
45 #: libraries/advisory_rules_generic.php:26
46 msgid ""
47 "Fewer than 1,000 questions have been run against this server. The "
48 "recommendations may not be accurate."
49 msgstr ""
51 #: libraries/advisory_rules_generic.php:30
52 msgid ""
53 "Let the server run for a longer time until it has executed a greater amount "
54 "of queries."
55 msgstr ""
57 #: libraries/advisory_rules_generic.php:32
58 #, php-format
59 msgid "Current amount of Questions: %s"
60 msgstr ""
62 #: libraries/advisory_rules_generic.php:37
63 msgid "Percentage of slow queries"
64 msgstr ""
66 #: libraries/advisory_rules_generic.php:41
67 msgid ""
68 "There is a lot of slow queries compared to the overall amount of Queries."
69 msgstr ""
71 #: libraries/advisory_rules_generic.php:43
72 #: libraries/advisory_rules_generic.php:56
73 msgid ""
74 "You might want to increase {long_query_time} or optimize the queries listed "
75 "in the slow query log"
76 msgstr ""
78 #: libraries/advisory_rules_generic.php:45
79 #, php-format
80 msgid "The slow query rate should be below 5%%, your value is %s%%."
81 msgstr ""
83 #: libraries/advisory_rules_generic.php:50
84 msgid "Slow query rate"
85 msgstr ""
87 #: libraries/advisory_rules_generic.php:54
88 msgid ""
89 "There is a high percentage of slow queries compared to the server uptime."
90 msgstr ""
92 #: libraries/advisory_rules_generic.php:58
93 #, php-format
94 msgid ""
95 "You have a slow query rate of %s per hour, you should have less than 1%% per "
96 "hour."
97 msgstr ""
99 #: libraries/advisory_rules_generic.php:63
100 msgid "Long query time"
101 msgstr ""
103 #: libraries/advisory_rules_generic.php:67
104 msgid ""
105 "{long_query_time} is set to 10 seconds or more, thus only slow queries that "
106 "take above 10 seconds are logged."
107 msgstr ""
109 #: libraries/advisory_rules_generic.php:71
110 msgid ""
111 "It is suggested to set {long_query_time} to a lower value, depending on your "
112 "environment. Usually a value of 1-5 seconds is suggested."
113 msgstr ""
115 #: libraries/advisory_rules_generic.php:74
116 #, php-format
117 msgid "long_query_time is currently set to %ds."
118 msgstr ""
120 #: libraries/advisory_rules_generic.php:79
121 #: libraries/advisory_rules_generic.php:92
122 msgid "Slow query logging"
123 msgstr ""
125 #: libraries/advisory_rules_generic.php:83
126 #: libraries/advisory_rules_generic.php:96
127 msgid "The slow query log is disabled."
128 msgstr ""
130 #: libraries/advisory_rules_generic.php:85
131 msgid ""
132 "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
133 "help troubleshooting badly performing queries."
134 msgstr ""
136 #: libraries/advisory_rules_generic.php:88
137 msgid "log_slow_queries is set to 'OFF'"
138 msgstr ""
140 #: libraries/advisory_rules_generic.php:98
141 msgid ""
142 "Enable slow query logging by setting {slow_query_log} to 'ON'. This will "
143 "help troubleshooting badly performing queries."
144 msgstr ""
146 #: libraries/advisory_rules_generic.php:101
147 msgid "slow_query_log is set to 'OFF'"
148 msgstr ""
150 #: libraries/advisory_rules_generic.php:106
151 msgid "Release Series"
152 msgstr ""
154 #: libraries/advisory_rules_generic.php:109
155 msgid "The MySQL server version less than 5.1."
156 msgstr ""
158 #: libraries/advisory_rules_generic.php:111
159 msgid ""
160 "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
161 "even more so."
162 msgstr ""
164 #: libraries/advisory_rules_generic.php:113
165 #: libraries/advisory_rules_generic.php:127
166 #: libraries/advisory_rules_generic.php:138
167 #, php-format
168 msgid "Current version: %s"
169 msgstr ""
171 #: libraries/advisory_rules_generic.php:118
172 #: libraries/advisory_rules_generic.php:132
173 msgid "Minor Version"
174 msgstr ""
176 #: libraries/advisory_rules_generic.php:122
177 msgid "Version less than 5.1.30 (the first GA release of 5.1)."
178 msgstr ""
180 #: libraries/advisory_rules_generic.php:124
181 msgid ""
182 "You should upgrade, as recent versions of MySQL 5.1 have improved "
183 "performance and MySQL 5.5 even more so."
184 msgstr ""
186 #: libraries/advisory_rules_generic.php:136
187 msgid "Version less than 5.5.8 (the first GA release of 5.5)."
188 msgstr ""
190 #: libraries/advisory_rules_generic.php:137
191 msgid "You should upgrade, to a stable version of MySQL 5.5."
192 msgstr ""
194 #: libraries/advisory_rules_generic.php:143
195 #: libraries/advisory_rules_generic.php:156
196 msgid "Distribution"
197 msgstr ""
199 #: libraries/advisory_rules_generic.php:146
200 msgid "Version is compiled from source, not a MySQL official binary."
201 msgstr ""
203 #: libraries/advisory_rules_generic.php:148
204 msgid ""
205 "If you did not compile from source, you may be using a package modified by a "
206 "distribution. The MySQL manual only is accurate for official MySQL binaries, "
207 "not any package distributions (such as RedHat, Debian/Ubuntu etc)."
208 msgstr ""
210 #: libraries/advisory_rules_generic.php:152
211 msgid "'source' found in version_comment"
212 msgstr ""
214 #: libraries/advisory_rules_generic.php:159
215 msgid "The MySQL manual only is accurate for official MySQL binaries."
216 msgstr ""
218 #: libraries/advisory_rules_generic.php:161
219 msgid ""
220 "Percona documentation is at <a href=\"https://www.percona.com/software/"
221 "documentation/\">https://www.percona.com/software/documentation/</a>"
222 msgstr ""
224 #: libraries/advisory_rules_generic.php:164
225 msgid "'percona' found in version_comment"
226 msgstr ""
228 #: libraries/advisory_rules_generic.php:168
229 msgid "MySQL Architecture"
230 msgstr ""
232 #: libraries/advisory_rules_generic.php:172
233 msgid "MySQL is not compiled as a 64-bit package."
234 msgstr ""
236 #: libraries/advisory_rules_generic.php:174
237 msgid ""
238 "Your memory capacity is above 3 GiB (assuming the Server is on localhost), "
239 "so MySQL might not be able to access all of your memory. You might want to "
240 "consider installing the 64-bit version of MySQL."
241 msgstr ""
243 #: libraries/advisory_rules_generic.php:178
244 #, php-format
245 msgid "Available memory on this host: %s"
246 msgstr ""
248 #: libraries/advisory_rules_generic.php:184
249 msgid "Query caching method"
250 msgstr ""
252 #: libraries/advisory_rules_generic.php:188
253 msgid "Suboptimal caching method."
254 msgstr ""
256 #: libraries/advisory_rules_generic.php:190
257 msgid ""
258 "You are using the MySQL Query cache with a fairly high traffic database. It "
259 "might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
260 "refman/5.6/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
261 "cache, especially if you have multiple replicas."
262 msgstr ""
264 #: libraries/advisory_rules_generic.php:196
265 #, php-format
266 msgid ""
267 "The query cache is enabled and the server receives %d queries per second. "
268 "This rule fires if there is more than 100 queries per second."
269 msgstr ""
271 #: libraries/advisory_rules_generic.php:204
272 msgid "Percentage of sorts that cause temporary tables"
273 msgstr ""
275 #: libraries/advisory_rules_generic.php:208
276 #: libraries/advisory_rules_generic.php:221
277 msgid "Too many sorts are causing temporary tables."
278 msgstr ""
280 #: libraries/advisory_rules_generic.php:210
281 #: libraries/advisory_rules_generic.php:223
282 msgid ""
283 "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
284 "depending on your system memory limits."
285 msgstr ""
287 #: libraries/advisory_rules_generic.php:213
288 #, php-format
289 msgid ""
290 "%s%% of all sorts cause temporary tables, this value should be lower than "
291 "10%%."
292 msgstr ""
294 #: libraries/advisory_rules_generic.php:218
295 msgid "Rate of sorts that cause temporary tables"
296 msgstr ""
298 #: libraries/advisory_rules_generic.php:226
299 #, php-format
300 msgid ""
301 "Temporary tables average: %s, this value should be less than 1 per hour."
302 msgstr ""
304 #: libraries/advisory_rules_generic.php:231
305 msgid "Sort rows"
306 msgstr ""
308 #: libraries/advisory_rules_generic.php:234
309 msgid "There are lots of rows being sorted."
310 msgstr ""
312 #: libraries/advisory_rules_generic.php:236
313 msgid ""
314 "While there is nothing wrong with a high amount of row sorting, you might "
315 "want to make sure that the queries which require a lot of sorting use "
316 "indexed columns in the ORDER BY clause, as this will result in much faster "
317 "sorting."
318 msgstr ""
320 #: libraries/advisory_rules_generic.php:240
321 #, php-format
322 msgid "Sorted rows average: %s"
323 msgstr ""
325 #: libraries/advisory_rules_generic.php:246
326 msgid "Rate of joins without indexes"
327 msgstr ""
329 #: libraries/advisory_rules_generic.php:249
330 msgid "There are too many joins without indexes."
331 msgstr ""
333 #: libraries/advisory_rules_generic.php:251
334 msgid ""
335 "This means that joins are doing full table scans. Adding indexes for the "
336 "columns being used in the join conditions will greatly speed up table joins."
337 msgstr ""
339 #: libraries/advisory_rules_generic.php:254
340 #, php-format
341 msgid "Table joins average: %s, this value should be less than 1 per hour"
342 msgstr ""
344 #: libraries/advisory_rules_generic.php:259
345 msgid "Rate of reading first index entry"
346 msgstr ""
348 #: libraries/advisory_rules_generic.php:262
349 msgid "The rate of reading the first index entry is high."
350 msgstr ""
352 #: libraries/advisory_rules_generic.php:264
353 msgid ""
354 "This usually indicates frequent full index scans. Full index scans are "
355 "faster than table scans but require lots of CPU cycles in big tables, if "
356 "those tables that have or had high volumes of UPDATEs and DELETEs, running "
357 "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index "
358 "scans. Other than that full index scans can only be reduced by rewriting "
359 "queries."
360 msgstr ""
362 #: libraries/advisory_rules_generic.php:270
363 #, php-format
364 msgid "Index scans average: %s, this value should be less than 1 per hour"
365 msgstr ""
367 #: libraries/advisory_rules_generic.php:275
368 msgid "Rate of reading fixed position"
369 msgstr ""
371 #: libraries/advisory_rules_generic.php:278
372 msgid "The rate of reading data from a fixed position is high."
373 msgstr ""
375 #: libraries/advisory_rules_generic.php:280
376 msgid ""
377 "This indicates that many queries need to sort results and/or do a full table "
378 "scan, including join queries that do not use indexes. Add indexes where "
379 "applicable."
380 msgstr ""
382 #: libraries/advisory_rules_generic.php:283
383 #, php-format
384 msgid ""
385 "Rate of reading fixed position average: %s, this value should be less than 1 "
386 "per hour"
387 msgstr ""
389 #: libraries/advisory_rules_generic.php:288
390 msgid "Rate of reading next table row"
391 msgstr ""
393 #: libraries/advisory_rules_generic.php:291
394 msgid "The rate of reading the next table row is high."
395 msgstr ""
397 #: libraries/advisory_rules_generic.php:293
398 msgid ""
399 "This indicates that many queries are doing full table scans. Add indexes "
400 "where applicable."
401 msgstr ""
403 #: libraries/advisory_rules_generic.php:295
404 #, php-format
405 msgid ""
406 "Rate of reading next table row: %s, this value should be less than 1 per hour"
407 msgstr ""
409 #: libraries/advisory_rules_generic.php:301
410 msgid "Different tmp_table_size and max_heap_table_size"
411 msgstr ""
413 #: libraries/advisory_rules_generic.php:304
414 msgid "{tmp_table_size} and {max_heap_table_size} are not the same."
415 msgstr ""
417 #: libraries/advisory_rules_generic.php:306
418 msgid ""
419 "If you have deliberately changed one of either: The server uses the lower "
420 "value of either to determine the maximum size of in-memory tables. So if you "
421 "wish to increase the in-memory table limit you will have to increase the "
422 "other value as well."
423 msgstr ""
425 #: libraries/advisory_rules_generic.php:310
426 #, php-format
427 msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
428 msgstr ""
430 #: libraries/advisory_rules_generic.php:316
431 msgid "Percentage of temp tables on disk"
432 msgstr ""
434 #: libraries/advisory_rules_generic.php:320
435 #: libraries/advisory_rules_generic.php:341
436 msgid ""
437 "Many temporary tables are being written to disk instead of being kept in "
438 "memory."
439 msgstr ""
441 #: libraries/advisory_rules_generic.php:322
442 msgid ""
443 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
444 "some temporary tables are always being written to disk, independent of the "
445 "value of these variables. To eliminate these you will have to rewrite your "
446 "queries to avoid those conditions (Within a temporary table: Presence of a "
447 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
448 "mentioned in the beginning of an <a href=\"https://www.facebook.com/note.php?"
449 "note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
450 msgstr ""
452 #: libraries/advisory_rules_generic.php:331
453 #, php-format
454 msgid ""
455 "%s%% of all temporary tables are being written to disk, this value should be "
456 "below 25%%"
457 msgstr ""
459 #: libraries/advisory_rules_generic.php:337
460 msgid "Temp disk rate"
461 msgstr ""
463 #: libraries/advisory_rules_generic.php:343
464 msgid ""
465 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
466 "some temporary tables are always being written to disk, independent of the "
467 "value of these variables. To eliminate these you will have to rewrite your "
468 "queries to avoid those conditions (Within a temporary table: Presence of a "
469 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
470 "mentioned in the <a href=\"https://dev.mysql.com/doc/refman/8.0/en/internal-"
471 "temporary-tables.html\">MySQL Documentation</a>"
472 msgstr ""
474 #: libraries/advisory_rules_generic.php:352
475 #, php-format
476 msgid ""
477 "Rate of temporary tables being written to disk: %s, this value should be "
478 "less than 1 per hour"
479 msgstr ""
481 #: libraries/advisory_rules_generic.php:359
482 msgid "MyISAM key buffer size"
483 msgstr ""
485 #: libraries/advisory_rules_generic.php:362
486 msgid "Key buffer is not initialized. No MyISAM indexes will be cached."
487 msgstr ""
489 #: libraries/advisory_rules_generic.php:364
490 msgid ""
491 "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
492 "good start."
493 msgstr ""
495 #: libraries/advisory_rules_generic.php:366
496 msgid "key_buffer_size is 0"
497 msgstr ""
499 #: libraries/advisory_rules_generic.php:371
500 #, no-php-format
501 msgid "Max % MyISAM key buffer ever used"
502 msgstr ""
504 #: libraries/advisory_rules_generic.php:376
505 #: libraries/advisory_rules_generic.php:393
506 #, no-php-format
507 msgid "MyISAM key buffer (index cache) % used is low."
508 msgstr ""
510 #: libraries/advisory_rules_generic.php:378
511 #: libraries/advisory_rules_generic.php:395
512 msgid ""
513 "You may need to decrease the size of {key_buffer_size}, re-examine your "
514 "tables to see if indexes have been removed, or examine queries and "
515 "expectations about what indexes are being used."
516 msgstr ""
518 #: libraries/advisory_rules_generic.php:382
519 #, php-format
520 msgid ""
521 "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
522 msgstr ""
524 #: libraries/advisory_rules_generic.php:387
525 msgid "Percentage of MyISAM key buffer used"
526 msgstr ""
528 #: libraries/advisory_rules_generic.php:399
529 #, php-format
530 msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
531 msgstr ""
533 #: libraries/advisory_rules_generic.php:404
534 msgid "Percentage of index reads from memory"
535 msgstr ""
537 #: libraries/advisory_rules_generic.php:409
538 #, no-php-format
539 msgid "The % of indexes that use the MyISAM key buffer is low."
540 msgstr ""
542 #: libraries/advisory_rules_generic.php:410
543 msgid "You may need to increase {key_buffer_size}."
544 msgstr ""
546 #: libraries/advisory_rules_generic.php:411
547 #, php-format
548 msgid "Index reads from memory: %s%%, this value should be above 95%%"
549 msgstr ""
551 #: libraries/advisory_rules_generic.php:417
552 msgid "Rate of table open"
553 msgstr ""
555 #: libraries/advisory_rules_generic.php:420
556 msgid "The rate of opening tables is high."
557 msgstr ""
559 #: libraries/advisory_rules_generic.php:422
560 msgid ""
561 "Opening tables requires disk I/O which is costly. Increasing "
562 "{table_open_cache} might avoid this."
563 msgstr ""
565 #: libraries/advisory_rules_generic.php:424
566 #, php-format
567 msgid "Opened table rate: %s, this value should be less than 10 per hour"
568 msgstr ""
570 #: libraries/advisory_rules_generic.php:429
571 msgid "Percentage of used open files limit"
572 msgstr ""
574 #: libraries/advisory_rules_generic.php:433
575 msgid ""
576 "The number of open files is approaching the max number of open files. You "
577 "may get a \"Too many open files\" error."
578 msgstr ""
580 #: libraries/advisory_rules_generic.php:437
581 #: libraries/advisory_rules_generic.php:450
582 msgid ""
583 "Consider increasing {open_files_limit}, and check the error log when "
584 "restarting after changing {open_files_limit}."
585 msgstr ""
587 #: libraries/advisory_rules_generic.php:440
588 #, php-format
589 msgid ""
590 "The number of opened files is at %s%% of the limit. It should be below 85%%"
591 msgstr ""
593 #: libraries/advisory_rules_generic.php:445
594 msgid "Rate of open files"
595 msgstr ""
597 #: libraries/advisory_rules_generic.php:448
598 msgid "The rate of opening files is high."
599 msgstr ""
601 #: libraries/advisory_rules_generic.php:453
602 #, php-format
603 msgid "Opened files rate: %s, this value should be less than 5 per hour"
604 msgstr ""
606 #: libraries/advisory_rules_generic.php:459
607 #, no-php-format
608 msgid "Immediate table locks %"
609 msgstr ""
611 #: libraries/advisory_rules_generic.php:463
612 #: libraries/advisory_rules_generic.php:473
613 msgid "Too many table locks were not granted immediately."
614 msgstr ""
616 #: libraries/advisory_rules_generic.php:464
617 #: libraries/advisory_rules_generic.php:474
618 msgid "Optimize queries and/or use InnoDB to reduce lock wait."
619 msgstr ""
621 #: libraries/advisory_rules_generic.php:465
622 #, php-format
623 msgid "Immediate table locks: %s%%, this value should be above 95%%"
624 msgstr ""
626 #: libraries/advisory_rules_generic.php:470
627 msgid "Table lock wait rate"
628 msgstr ""
630 #: libraries/advisory_rules_generic.php:475
631 #, php-format
632 msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
633 msgstr ""
635 #: libraries/advisory_rules_generic.php:480
636 msgid "Thread cache"
637 msgstr ""
639 #: libraries/advisory_rules_generic.php:483
640 msgid ""
641 "Thread cache is disabled, resulting in more overhead from new connections to "
642 "MySQL."
643 msgstr ""
645 #: libraries/advisory_rules_generic.php:484
646 msgid "Enable the thread cache by setting {thread_cache_size} > 0."
647 msgstr ""
649 #: libraries/advisory_rules_generic.php:485
650 msgid "The thread cache is set to 0"
651 msgstr ""
653 #: libraries/advisory_rules_generic.php:490
654 #, no-php-format
655 msgid "Thread cache hit rate %"
656 msgstr ""
658 #: libraries/advisory_rules_generic.php:494
659 msgid "Thread cache is not efficient."
660 msgstr ""
662 #: libraries/advisory_rules_generic.php:495
663 msgid "Increase {thread_cache_size}."
664 msgstr ""
666 #: libraries/advisory_rules_generic.php:496
667 #, php-format
668 msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
669 msgstr ""
671 #: libraries/advisory_rules_generic.php:501
672 msgid "Threads that are slow to launch"
673 msgstr ""
675 #: libraries/advisory_rules_generic.php:505
676 msgid "There are too many threads that are slow to launch."
677 msgstr ""
679 #: libraries/advisory_rules_generic.php:507
680 msgid ""
681 "This generally happens in case of general system overload as it is pretty "
682 "simple operations. You might want to monitor your system load carefully."
683 msgstr ""
685 #: libraries/advisory_rules_generic.php:510
686 #, php-format
687 msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
688 msgstr ""
690 #: libraries/advisory_rules_generic.php:515
691 msgid "Slow launch time"
692 msgstr ""
694 #: libraries/advisory_rules_generic.php:518
695 msgid "Slow_launch_time is above 2s."
696 msgstr ""
698 #: libraries/advisory_rules_generic.php:520
699 msgid ""
700 "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
701 "to launch."
702 msgstr ""
704 #: libraries/advisory_rules_generic.php:522
705 #, php-format
706 msgid "slow_launch_time is set to %s"
707 msgstr ""
709 #: libraries/advisory_rules_generic.php:528
710 msgid "Percentage of used connections"
711 msgstr ""
713 #: libraries/advisory_rules_generic.php:531
714 msgid ""
715 "The maximum amount of used connections is getting close to the value of "
716 "{max_connections}."
717 msgstr ""
719 #: libraries/advisory_rules_generic.php:533
720 msgid ""
721 "Increase {max_connections}, or decrease {wait_timeout} so that connections "
722 "that do not close database handlers properly get killed sooner. Make sure "
723 "the code closes database handlers properly."
724 msgstr ""
726 #: libraries/advisory_rules_generic.php:537
727 #, php-format
728 msgid ""
729 "Max_used_connections is at %s%% of max_connections, it should be below 80%%"
730 msgstr ""
732 #: libraries/advisory_rules_generic.php:542
733 msgid "Percentage of aborted connections"
734 msgstr ""
736 #: libraries/advisory_rules_generic.php:545
737 #: libraries/advisory_rules_generic.php:559
738 msgid "Too many connections are aborted."
739 msgstr ""
741 #: libraries/advisory_rules_generic.php:547
742 #: libraries/advisory_rules_generic.php:561
743 msgid ""
744 "Connections are usually aborted when they cannot be authorized. <a "
745 "href=\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-"
746 "of-aborted_connects/\">This article</a> might help you track down the source."
747 msgstr ""
749 #: libraries/advisory_rules_generic.php:551
750 #, php-format
751 msgid "%s%% of all connections are aborted. This value should be below 1%%"
752 msgstr ""
754 #: libraries/advisory_rules_generic.php:556
755 msgid "Rate of aborted connections"
756 msgstr ""
758 #: libraries/advisory_rules_generic.php:565
759 #, php-format
760 msgid ""
761 "Aborted connections rate is at %s, this value should be less than 1 per hour"
762 msgstr ""
764 #: libraries/advisory_rules_generic.php:570
765 msgid "Percentage of aborted clients"
766 msgstr ""
768 #: libraries/advisory_rules_generic.php:573
769 #: libraries/advisory_rules_generic.php:587
770 msgid "Too many clients are aborted."
771 msgstr ""
773 #: libraries/advisory_rules_generic.php:575
774 #: libraries/advisory_rules_generic.php:589
775 msgid ""
776 "Clients are usually aborted when they did not close their connection to "
777 "MySQL properly. This can be due to network issues or code not closing a "
778 "database handler properly. Check your network and code."
779 msgstr ""
781 #: libraries/advisory_rules_generic.php:579
782 #, php-format
783 msgid "%s%% of all clients are aborted. This value should be below 2%%"
784 msgstr ""
786 #: libraries/advisory_rules_generic.php:584
787 msgid "Rate of aborted clients"
788 msgstr ""
790 #: libraries/advisory_rules_generic.php:593
791 #, php-format
792 msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
793 msgstr ""
795 #: libraries/advisory_rules_generic.php:599
796 msgid "Is InnoDB disabled?"
797 msgstr ""
799 #: libraries/advisory_rules_generic.php:603
800 msgid "You do not have InnoDB enabled."
801 msgstr ""
803 #: libraries/advisory_rules_generic.php:604
804 msgid "InnoDB is usually the better choice for table engines."
805 msgstr ""
807 #: libraries/advisory_rules_generic.php:605
808 msgid "have_innodb is set to 'value'"
809 msgstr ""
811 #: libraries/advisory_rules_generic.php:609
812 #: libraries/advisory_rules_generic.php:633
813 msgid "InnoDB log size"
814 msgstr ""
816 #: libraries/advisory_rules_generic.php:613
817 #: libraries/advisory_rules_generic.php:640
818 msgid ""
819 "The InnoDB log file size is not an appropriate size, in relation to the "
820 "InnoDB buffer pool."
821 msgstr ""
823 #: libraries/advisory_rules_generic.php:615
824 #: libraries/advisory_rules_generic.php:642
825 #, no-php-format
826 msgid ""
827 "Especially on a system with a lot of writes to InnoDB tables you should set "
828 "{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the "
829 "bigger this value, the longer the recovery time will be when database "
830 "crashes, so this value should not be set much higher than 256 MiB. Please "
831 "note however that you cannot simply change the value of this variable. You "
832 "need to shutdown the server, remove the InnoDB log files, set the new value "
833 "in my.cnf, start the server, then check the error logs if everything went "
834 "fine. See also <a href=\"https://mysqldatabaseadministration.blogspot."
835 "com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
836 msgstr ""
838 #: libraries/advisory_rules_generic.php:626
839 #: libraries/advisory_rules_generic.php:653
840 #, php-format
841 msgid ""
842 "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
843 "it should not be below 20%%"
844 msgstr ""
846 #: libraries/advisory_rules_generic.php:660
847 msgid "Max InnoDB log size"
848 msgstr ""
850 #: libraries/advisory_rules_generic.php:664
851 msgid "The InnoDB log file size is inadequately large."
852 msgstr ""
854 #: libraries/advisory_rules_generic.php:666
855 #, no-php-format
856 msgid ""
857 "It is usually sufficient to set {innodb_log_file_size} to 25% of the size of "
858 "{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the "
859 "recovery time after a database crash considerably. See also <a "
860 "href=\"https://www.percona.com/blog/2006/07/03/choosing-proper-"
861 "innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
862 "remove the InnoDB log files, set the new value in my.cnf, start the server, "
863 "then check the error logs if everything went fine. See also <a "
864 "href=\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
865 "innodblogfilesize-proper-way.html\">this blog entry</a>"
866 msgstr ""
868 #: libraries/advisory_rules_generic.php:676
869 #, php-format
870 msgid "Your absolute InnoDB log size is %s MiB"
871 msgstr ""
873 #: libraries/advisory_rules_generic.php:681
874 msgid "InnoDB buffer pool size"
875 msgstr ""
877 #: libraries/advisory_rules_generic.php:685
878 msgid "Your InnoDB buffer pool is fairly small."
879 msgstr ""
881 #: libraries/advisory_rules_generic.php:687
882 #, no-php-format
883 msgid ""
884 "The InnoDB buffer pool has a profound impact on performance for InnoDB "
885 "tables. Assign all your remaining memory to this buffer. For database "
886 "servers that use solely InnoDB as storage engine and have no other services "
887 "(e.g. a web server) running, you may set this as high as 80% of your "
888 "available memory. If that is not the case, you need to carefully assess the "
889 "memory consumption of your other services and non-InnoDB-Tables and set this "
890 "variable accordingly. If it is set too high, your system will start "
891 "swapping, which decreases performance significantly. See also <a "
892 "href=\"https://www.percona.com/blog/2007/11/03/choosing-"
893 "innodb_buffer_pool_size/\">this article</a>"
894 msgstr ""
896 #: libraries/advisory_rules_generic.php:697
897 #, php-format
898 msgid ""
899 "You are currently using %s%% of your memory for the InnoDB buffer pool. This "
900 "rule fires if you are assigning less than 60%%, however this might be "
901 "perfectly adequate for your system if you don't have much InnoDB tables or "
902 "other services running on the same machine."
903 msgstr ""
905 #: libraries/advisory_rules_generic.php:707
906 msgid "MyISAM concurrent inserts"
907 msgstr ""
909 #: libraries/advisory_rules_generic.php:710
910 msgid "Enable {concurrent_insert} by setting it to 1"
911 msgstr ""
913 #: libraries/advisory_rules_generic.php:712
914 msgid ""
915 "Setting {concurrent_insert} to 1 reduces contention between readers and "
916 "writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
917 "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
918 msgstr ""
920 #: libraries/advisory_rules_generic.php:716
921 msgid "concurrent_insert is set to 0"
922 msgstr ""
924 #: libraries/advisory_rules_mysql_before80003.php:9
925 msgid "Query cache disabled"
926 msgstr ""
928 #: libraries/advisory_rules_mysql_before80003.php:12
929 msgid "The query cache is not enabled."
930 msgstr ""
932 #: libraries/advisory_rules_mysql_before80003.php:14
933 msgid ""
934 "The query cache is known to greatly improve performance if configured "
935 "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value "
936 "and setting {query_cache_type} to 'ON'. <b>Note:</b> If you are using "
937 "memcached, ignore this recommendation."
938 msgstr ""
940 #: libraries/advisory_rules_mysql_before80003.php:18
941 msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
942 msgstr ""
944 #: libraries/advisory_rules_mysql_before80003.php:23
945 #, no-php-format
946 msgid "Query cache efficiency (%)"
947 msgstr ""
949 #: libraries/advisory_rules_mysql_before80003.php:27
950 msgid "Query cache not running efficiently, it has a low hit rate."
951 msgstr ""
953 #: libraries/advisory_rules_mysql_before80003.php:28
954 msgid "Consider increasing {query_cache_limit}."
955 msgstr ""
957 #: libraries/advisory_rules_mysql_before80003.php:29
958 #, php-format
959 msgid "The current query cache hit rate of %s%% is below 20%%"
960 msgstr ""
962 #: libraries/advisory_rules_mysql_before80003.php:34
963 msgid "Query Cache usage"
964 msgstr ""
966 #: libraries/advisory_rules_mysql_before80003.php:39
967 #, no-php-format
968 msgid "Less than 80% of the query cache is being utilized."
969 msgstr ""
971 #: libraries/advisory_rules_mysql_before80003.php:41
972 msgid ""
973 "This might be caused by {query_cache_limit} being too low. Flushing the "
974 "query cache might help as well."
975 msgstr ""
977 #: libraries/advisory_rules_mysql_before80003.php:45
978 #, php-format
979 msgid ""
980 "The current ratio of free query cache memory to total query cache size is "
981 "%s%%. It should be above 80%%"
982 msgstr ""
984 #: libraries/advisory_rules_mysql_before80003.php:52
985 msgid "Query cache fragmentation"
986 msgstr ""
988 #: libraries/advisory_rules_mysql_before80003.php:56
989 msgid "The query cache is considerably fragmented."
990 msgstr ""
992 #: libraries/advisory_rules_mysql_before80003.php:58
993 msgid ""
994 "Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. "
995 "This might be caused by many Query cache low memory prunes due to "
996 "{query_cache_size} being too small. For a immediate but short lived fix you "
997 "can flush the query cache (might lock the query cache for a long time). "
998 "Carefully adjusting {query_cache_min_res_unit} to a lower value might help "
999 "too, e.g. you can set it to the average size of your queries in the cache "
1000 "using this formula: (query_cache_size - qcache_free_memory) / "
1001 "qcache_queries_in_cache"
1002 msgstr ""
1004 #: libraries/advisory_rules_mysql_before80003.php:66
1005 #, php-format
1006 msgid ""
1007 "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning "
1008 "that the query cache is an alternating pattern of free and used blocks. This "
1009 "value should be below 20%%."
1010 msgstr ""
1012 #: libraries/advisory_rules_mysql_before80003.php:73
1013 msgid "Query cache low memory prunes"
1014 msgstr ""
1016 #: libraries/advisory_rules_mysql_before80003.php:77
1017 msgid ""
1018 "Cached queries are removed due to low query cache memory from the query "
1019 "cache."
1020 msgstr ""
1022 #: libraries/advisory_rules_mysql_before80003.php:79
1023 msgid ""
1024 "You might want to increase {query_cache_size}, however keep in mind that the "
1025 "overhead of maintaining the cache is likely to increase with its size, so do "
1026 "this in small increments and monitor the results."
1027 msgstr ""
1029 #: libraries/advisory_rules_mysql_before80003.php:84
1030 #, php-format
1031 msgid ""
1032 "The ratio of removed queries to inserted queries is %s%%. The lower this "
1033 "value is, the better (This rules firing limit: 0.1%%)"
1034 msgstr ""
1036 #: libraries/advisory_rules_mysql_before80003.php:91
1037 msgid "Query cache max size"
1038 msgstr ""
1040 #: libraries/advisory_rules_mysql_before80003.php:96
1041 msgid ""
1042 "The query cache size is above 128 MiB. Big query caches may cause "
1043 "significant overhead that is required to maintain the cache."
1044 msgstr ""
1046 #: libraries/advisory_rules_mysql_before80003.php:100
1047 msgid ""
1048 "Depending on your environment, it might be performance increasing to reduce "
1049 "this value."
1050 msgstr ""
1052 #: libraries/advisory_rules_mysql_before80003.php:102
1053 #, php-format
1054 msgid "Current query cache size: %s"
1055 msgstr ""
1057 #: libraries/advisory_rules_mysql_before80003.php:107
1058 msgid "Query cache min result size"
1059 msgstr ""
1061 #: libraries/advisory_rules_mysql_before80003.php:111
1062 msgid ""
1063 "The max size of the result set in the query cache is the default of 1 MiB."
1064 msgstr ""
1066 #: libraries/advisory_rules_mysql_before80003.php:113
1067 msgid ""
1068 "Changing {query_cache_limit} (usually by increasing) may increase "
1069 "efficiency. This variable determines the maximum size a query result may "
1070 "have to be inserted into the query cache. If there are many query results "
1071 "above 1 MiB that are well cacheable (many reads, little writes) then "
1072 "increasing {query_cache_limit} will increase efficiency. Whereas in the case "
1073 "of many query results being above 1 MiB that are not very well cacheable "
1074 "(often invalidated due to table updates) increasing {query_cache_limit} "
1075 "might reduce efficiency."
1076 msgstr ""
1078 #: libraries/advisory_rules_mysql_before80003.php:120
1079 msgid "query_cache_limit is set to 1 MiB"
1080 msgstr ""
1082 #: libraries/classes/Advisor.php:234
1083 #, php-format
1084 msgid "Error when evaluating: %s"
1085 msgstr ""
1087 #: libraries/classes/Advisor.php:261
1088 #, php-format
1089 msgid "Failed evaluating precondition for rule '%s'."
1090 msgstr ""
1092 #: libraries/classes/Advisor.php:281
1093 #, php-format
1094 msgid "Failed calculating value for rule '%s'."
1095 msgstr ""
1097 #: libraries/classes/Advisor.php:300
1098 #, php-format
1099 msgid "Failed running test for rule '%s'."
1100 msgstr ""
1102 #: libraries/classes/Advisor.php:328
1103 #, php-format
1104 msgid "Failed formatting string for rule '%s'."
1105 msgstr ""
1107 #: libraries/classes/Advisor.php:413
1108 msgid "per second"
1109 msgstr ""
1111 #: libraries/classes/Advisor.php:416
1112 msgid "per minute"
1113 msgstr ""
1115 #: libraries/classes/Advisor.php:419
1116 msgid "per hour"
1117 msgstr ""
1119 #: libraries/classes/Advisor.php:422
1120 msgid "per day"
1121 msgstr ""
1123 #: libraries/classes/BrowseForeigners.php:200
1124 msgid "Search:"
1125 msgstr ""
1127 #: libraries/classes/BrowseForeigners.php:206
1128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:324
1129 #: libraries/classes/Controllers/Server/PrivilegesController.php:330
1130 #: libraries/classes/Normalization.php:255
1131 #: libraries/classes/Normalization.php:978 libraries/classes/Tracking.php:327
1132 #: libraries/classes/Tracking.php:481
1133 #: templates/columns_definitions/column_definitions_form.twig:43
1134 #: templates/database/designer/main.twig:1102
1135 #: templates/database/events/editor_form.twig:115
1136 #: templates/database/operations/index.twig:19
1137 #: templates/database/operations/index.twig:75
1138 #: templates/database/operations/index.twig:185
1139 #: templates/database/operations/index.twig:225
1140 #: templates/database/routines/editor_form.twig:176
1141 #: templates/database/routines/execute_form.twig:55
1142 #: templates/database/search/main.twig:74
1143 #: templates/database/triggers/editor_form.twig:69
1144 #: templates/display/results/table.twig:190
1145 #: templates/gis_data_editor_form.twig:211 templates/header_location.twig:18
1146 #: templates/modals/create_view.twig:10
1147 #: templates/modals/enum_set_editor.twig:10
1148 #: templates/modals/index_dialog_modal.twig:10
1149 #: templates/preferences/manage/main.twig:46
1150 #: templates/preferences/manage/main.twig:108
1151 #: templates/server/binlog/index.twig:34
1152 #: templates/server/privileges/add_user.twig:36
1153 #: templates/server/privileges/change_password.twig:70
1154 #: templates/server/privileges/edit_routine_privileges.twig:102
1155 #: templates/server/privileges/privileges_summary.twig:102
1156 #: templates/server/privileges/privileges_table.twig:858
1157 #: templates/server/privileges/user_properties.twig:149
1158 #: templates/server/privileges/users_overview.twig:159
1159 #: templates/server/replication/change_primary.twig:33
1160 #: templates/server/replication/primary_add_replica_user.twig:81
1161 #: templates/server/replication/primary_configuration.twig:30
1162 #: templates/server/replication/replica_configuration.twig:16
1163 #: templates/server/replication/replica_configuration.twig:88
1164 #: templates/server/user_groups/edit_user_groups.twig:21
1165 #: templates/sql/query.twig:147 templates/sql/query.twig:198
1166 #: templates/table/find_replace/index.twig:62
1167 #: templates/table/insert/actions_panel.twig:37
1168 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:15
1169 #: templates/table/operations/index.twig:38
1170 #: templates/table/operations/index.twig:86
1171 #: templates/table/operations/index.twig:241
1172 #: templates/table/operations/index.twig:328
1173 #: templates/table/operations/index.twig:505
1174 #: templates/table/operations/view.twig:20
1175 #: templates/table/search/index.twig:172 templates/table/search/index.twig:196
1176 #: templates/table/start_and_number_of_rows_fieldset.twig:15
1177 #: templates/table/structure/display_structure.twig:343
1178 #: templates/table/structure/display_structure.twig:437
1179 #: templates/table/structure/display_structure.twig:555
1180 #: templates/table/zoom_search/index.twig:152 templates/view_create.twig:116
1181 msgid "Go"
1182 msgstr ""
1184 #: libraries/classes/BrowseForeigners.php:221
1185 #: libraries/classes/BrowseForeigners.php:225
1186 #: templates/database/data_dictionary/index.twig:73 templates/indexes.twig:16
1187 #: templates/table/structure/display_structure.twig:458
1188 #: templates/table/tracking/structure_snapshot_indexes.twig:5
1189 msgid "Keyname"
1190 msgstr ""
1192 #: libraries/classes/BrowseForeigners.php:222
1193 #: libraries/classes/BrowseForeigners.php:224
1194 #: templates/server/engines/index.twig:14
1195 #: templates/server/plugins/index.twig:27
1196 #: templates/server/status/variables/index.twig:77
1197 msgid "Description"
1198 msgstr ""
1200 #: libraries/classes/BrowseForeigners.php:321
1201 #: libraries/classes/Language.php:204 libraries/classes/Pdf.php:81
1202 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:496
1203 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:530
1204 #: templates/list_navigator.twig:4
1205 msgid "Page number:"
1206 msgstr ""
1208 #: libraries/classes/BrowseForeigners.php:335
1209 #: libraries/classes/Controllers/JavaScriptMessagesController.php:561
1210 #: templates/display/results/table.twig:24
1211 #: templates/server/privileges/initials_row.twig:17
1212 #: templates/table/browse_foreigners/show_all.twig:4
1213 msgid "Show all"
1214 msgstr ""
1216 #: libraries/classes/Charsets/Collation.php:170
1217 #: libraries/classes/Charsets.php:176 libraries/classes/Charsets.php:177
1218 msgid "Unknown"
1219 msgstr ""
1221 #: libraries/classes/Charsets/Collation.php:203
1222 #: libraries/classes/Charsets/Collation.php:501
1223 msgctxt "Collation"
1224 msgid "German (phone book order)"
1225 msgstr ""
1227 #: libraries/classes/Charsets/Collation.php:207
1228 #: libraries/classes/Charsets/Collation.php:498
1229 msgctxt "Collation"
1230 msgid "German (dictionary order)"
1231 msgstr ""
1233 #: libraries/classes/Charsets/Collation.php:216
1234 #: libraries/classes/Charsets/Collation.php:576
1235 msgctxt "Collation"
1236 msgid "Spanish (traditional)"
1237 msgstr ""
1239 #: libraries/classes/Charsets/Collation.php:220
1240 #: libraries/classes/Charsets/Collation.php:569
1241 msgctxt "Collation"
1242 msgid "Spanish (modern)"
1243 msgstr ""
1245 #: libraries/classes/Charsets/Collation.php:298
1246 msgctxt "Collation variant"
1247 msgid "case-insensitive"
1248 msgstr ""
1250 #: libraries/classes/Charsets/Collation.php:301
1251 msgctxt "Collation variant"
1252 msgid "case-sensitive"
1253 msgstr ""
1255 #: libraries/classes/Charsets/Collation.php:304
1256 msgctxt "Collation variant"
1257 msgid "accent-insensitive"
1258 msgstr ""
1260 #: libraries/classes/Charsets/Collation.php:307
1261 msgctxt "Collation variant"
1262 msgid "accent-sensitive"
1263 msgstr ""
1265 #: libraries/classes/Charsets/Collation.php:310
1266 msgctxt "Collation variant"
1267 msgid "kana-sensitive"
1268 msgstr ""
1270 #: libraries/classes/Charsets/Collation.php:314
1271 msgctxt "Collation variant"
1272 msgid "multi-level"
1273 msgstr ""
1275 #: libraries/classes/Charsets/Collation.php:317
1276 msgctxt "Collation variant"
1277 msgid "binary"
1278 msgstr ""
1280 #: libraries/classes/Charsets/Collation.php:320
1281 msgctxt "Collation variant"
1282 msgid "no-pad"
1283 msgstr ""
1285 #: libraries/classes/Charsets/Collation.php:339
1286 msgctxt "Collation"
1287 msgid "Binary"
1288 msgstr ""
1290 #: libraries/classes/Charsets/Collation.php:351
1291 #: libraries/classes/Charsets/Collation.php:600
1292 msgctxt "Collation"
1293 msgid "Unicode"
1294 msgstr ""
1296 #: libraries/classes/Charsets/Collation.php:361
1297 #: libraries/classes/Charsets/Collation.php:547
1298 msgctxt "Collation"
1299 msgid "West European"
1300 msgstr ""
1302 #: libraries/classes/Charsets/Collation.php:368
1303 msgctxt "Collation"
1304 msgid "Central European"
1305 msgstr ""
1307 #: libraries/classes/Charsets/Collation.php:373
1308 #: libraries/classes/Charsets/Collation.php:554
1309 msgctxt "Collation"
1310 msgid "Russian"
1311 msgstr ""
1313 #: libraries/classes/Charsets/Collation.php:378
1314 msgctxt "Collation"
1315 msgid "Simplified Chinese"
1316 msgstr ""
1318 #: libraries/classes/Charsets/Collation.php:381
1319 msgctxt "Collation"
1320 msgid "Traditional Chinese"
1321 msgstr ""
1323 #: libraries/classes/Charsets/Collation.php:384
1324 #: libraries/classes/Charsets/Collation.php:469
1325 msgctxt "Collation"
1326 msgid "Chinese"
1327 msgstr ""
1329 #: libraries/classes/Charsets/Collation.php:392
1330 #: libraries/classes/Charsets/Collation.php:518
1331 msgctxt "Collation"
1332 msgid "Japanese"
1333 msgstr ""
1335 #: libraries/classes/Charsets/Collation.php:397
1336 msgctxt "Collation"
1337 msgid "Baltic"
1338 msgstr ""
1340 #: libraries/classes/Charsets/Collation.php:402
1341 msgctxt "Collation"
1342 msgid "Armenian"
1343 msgstr ""
1345 #: libraries/classes/Charsets/Collation.php:405
1346 msgctxt "Collation"
1347 msgid "Cyrillic"
1348 msgstr ""
1350 #: libraries/classes/Charsets/Collation.php:408
1351 msgctxt "Collation"
1352 msgid "Arabic"
1353 msgstr ""
1355 #: libraries/classes/Charsets/Collation.php:411
1356 #: libraries/classes/Charsets/Collation.php:533
1357 msgctxt "Collation"
1358 msgid "Korean"
1359 msgstr ""
1361 #: libraries/classes/Charsets/Collation.php:414
1362 msgctxt "Collation"
1363 msgid "Hebrew"
1364 msgstr ""
1366 #: libraries/classes/Charsets/Collation.php:417
1367 msgctxt "Collation"
1368 msgid "Georgian"
1369 msgstr ""
1371 #: libraries/classes/Charsets/Collation.php:420
1372 msgctxt "Collation"
1373 msgid "Greek"
1374 msgstr ""
1376 #: libraries/classes/Charsets/Collation.php:423
1377 msgctxt "Collation"
1378 msgid "Czech-Slovak"
1379 msgstr ""
1381 #: libraries/classes/Charsets/Collation.php:426
1382 #: libraries/classes/Charsets/Collation.php:592
1383 msgctxt "Collation"
1384 msgid "Ukrainian"
1385 msgstr ""
1387 #: libraries/classes/Charsets/Collation.php:429
1388 #: libraries/classes/Charsets/Collation.php:588
1389 msgctxt "Collation"
1390 msgid "Turkish"
1391 msgstr ""
1393 #: libraries/classes/Charsets/Collation.php:432
1394 #: libraries/classes/Charsets/Collation.php:580
1395 msgctxt "Collation"
1396 msgid "Swedish"
1397 msgstr ""
1399 #: libraries/classes/Charsets/Collation.php:435
1400 #: libraries/classes/Charsets/Collation.php:584
1401 msgctxt "Collation"
1402 msgid "Thai"
1403 msgstr ""
1405 #: libraries/classes/Charsets/Collation.php:438
1406 msgctxt "Collation"
1407 msgid "Unknown"
1408 msgstr ""
1410 #: libraries/classes/Charsets/Collation.php:463
1411 msgctxt "Collation"
1412 msgid "Bulgarian"
1413 msgstr ""
1415 #: libraries/classes/Charsets/Collation.php:475
1416 msgctxt "Collation"
1417 msgid "Croatian"
1418 msgstr ""
1420 #: libraries/classes/Charsets/Collation.php:479
1421 msgctxt "Collation"
1422 msgid "Czech"
1423 msgstr ""
1425 #: libraries/classes/Charsets/Collation.php:483
1426 msgctxt "Collation"
1427 msgid "Danish"
1428 msgstr ""
1430 #: libraries/classes/Charsets/Collation.php:487
1431 msgctxt "Collation"
1432 msgid "English"
1433 msgstr ""
1435 #: libraries/classes/Charsets/Collation.php:491
1436 msgctxt "Collation"
1437 msgid "Esperanto"
1438 msgstr ""
1440 #: libraries/classes/Charsets/Collation.php:495
1441 msgctxt "Collation"
1442 msgid "Estonian"
1443 msgstr ""
1445 #: libraries/classes/Charsets/Collation.php:510
1446 msgctxt "Collation"
1447 msgid "Hungarian"
1448 msgstr ""
1450 #: libraries/classes/Charsets/Collation.php:514
1451 msgctxt "Collation"
1452 msgid "Icelandic"
1453 msgstr ""
1455 #: libraries/classes/Charsets/Collation.php:521
1456 msgctxt "Collation"
1457 msgid "Classical Latin"
1458 msgstr ""
1460 #: libraries/classes/Charsets/Collation.php:525
1461 msgctxt "Collation"
1462 msgid "Latvian"
1463 msgstr ""
1465 #: libraries/classes/Charsets/Collation.php:529
1466 msgctxt "Collation"
1467 msgid "Lithuanian"
1468 msgstr ""
1470 #: libraries/classes/Charsets/Collation.php:537
1471 msgctxt "Collation"
1472 msgid "Burmese"
1473 msgstr ""
1475 #: libraries/classes/Charsets/Collation.php:540
1476 msgctxt "Collation"
1477 msgid "Persian"
1478 msgstr ""
1480 #: libraries/classes/Charsets/Collation.php:544
1481 msgctxt "Collation"
1482 msgid "Polish"
1483 msgstr ""
1485 #: libraries/classes/Charsets/Collation.php:551
1486 msgctxt "Collation"
1487 msgid "Romanian"
1488 msgstr ""
1490 #: libraries/classes/Charsets/Collation.php:558
1491 msgctxt "Collation"
1492 msgid "Sinhalese"
1493 msgstr ""
1495 #: libraries/classes/Charsets/Collation.php:562
1496 msgctxt "Collation"
1497 msgid "Slovak"
1498 msgstr ""
1500 #: libraries/classes/Charsets/Collation.php:566
1501 msgctxt "Collation"
1502 msgid "Slovenian"
1503 msgstr ""
1505 #: libraries/classes/Charsets/Collation.php:596
1506 msgctxt "Collation"
1507 msgid "Vietnamese"
1508 msgstr ""
1510 #: libraries/classes/Common.php:244
1511 #, php-format
1512 msgid "You should upgrade to %s %s or later."
1513 msgstr ""
1515 #: libraries/classes/Common.php:276
1516 msgid "Error: Token mismatch"
1517 msgstr ""
1519 #: libraries/classes/Common.php:490
1520 msgid ""
1521 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
1522 "access phpMyAdmin."
1523 msgstr ""
1525 #: libraries/classes/Common.php:549
1526 msgid ""
1527 "You have enabled mbstring.func_overload in your PHP configuration. This "
1528 "option is incompatible with phpMyAdmin and might cause some data to be "
1529 "corrupted!"
1530 msgstr ""
1532 #: libraries/classes/Common.php:566
1533 msgid ""
1534 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
1535 "requires these functions!"
1536 msgstr ""
1538 #: libraries/classes/Common.php:577
1539 msgid "GLOBALS overwrite attempt"
1540 msgstr ""
1542 #: libraries/classes/Common.php:587
1543 msgid "possible exploit"
1544 msgstr ""
1546 #: libraries/classes/Config/Descriptions.php:69
1547 #: libraries/classes/Config/Descriptions.php:70
1548 #: libraries/classes/Config/Descriptions.php:71
1549 msgid "Users cannot set a higher value"
1550 msgstr ""
1552 #: libraries/classes/Config/Descriptions.php:89
1553 msgid ""
1554 "If enabled, user can enter any MySQL server in login form for cookie auth."
1555 msgstr ""
1557 #: libraries/classes/Config/Descriptions.php:92
1558 msgid ""
1559 "Restricts the MySQL servers the user can enter when a login to an arbitrary "
1560 "MySQL server is enabled by matching the IP or hostname of the MySQL server "
1561 "to the given regular expression."
1562 msgstr ""
1564 #: libraries/classes/Config/Descriptions.php:97
1565 msgid ""
1566 "Enabling this allows a page located on a different domain to call phpMyAdmin "
1567 "inside a frame, and is a potential [strong]security hole[/strong] allowing "
1568 "cross-frame scripting (XSS) attacks."
1569 msgstr ""
1571 #: libraries/classes/Config/Descriptions.php:102
1572 msgid ""
1573 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1574 "authentication."
1575 msgstr ""
1577 #: libraries/classes/Config/Descriptions.php:104
1578 msgid "Enable bzip2 compression for import operations."
1579 msgstr ""
1581 #: libraries/classes/Config/Descriptions.php:105
1582 msgid "Enter the URL for your reCAPTCHA v2 compatible API."
1583 msgstr ""
1585 #: libraries/classes/Config/Descriptions.php:106
1586 msgid ""
1587 "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
1588 "API."
1589 msgstr ""
1591 #: libraries/classes/Config/Descriptions.php:107
1592 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API."
1593 msgstr ""
1595 #: libraries/classes/Config/Descriptions.php:108
1596 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API."
1597 msgstr ""
1599 #: libraries/classes/Config/Descriptions.php:109
1600 msgid "Enter your public key for the reCAPTCHA service on your domain."
1601 msgstr ""
1603 #: libraries/classes/Config/Descriptions.php:110
1604 msgid "Enter your private key for your domain reCAPTCHA service."
1605 msgstr ""
1607 #: libraries/classes/Config/Descriptions.php:111
1608 msgid "Enter your siteverify URL for your reCAPTCHA service."
1609 msgstr ""
1611 #: libraries/classes/Config/Descriptions.php:113
1612 msgid ""
1613 "Defines which type of editing controls should be used for CHAR and VARCHAR "
1614 "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
1615 "kbd] - allows newlines in columns."
1616 msgstr ""
1618 #: libraries/classes/Config/Descriptions.php:118
1619 msgid ""
1620 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1621 "highlighting and line numbers."
1622 msgstr ""
1624 #: libraries/classes/Config/Descriptions.php:123
1625 msgid ""
1626 "Find any errors in the query before executing it. Requires CodeMirror to be "
1627 "enabled."
1628 msgstr ""
1630 #: libraries/classes/Config/Descriptions.php:126
1631 msgid ""
1632 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1633 "columns."
1634 msgstr ""
1636 #: libraries/classes/Config/Descriptions.php:129
1637 msgid ""
1638 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1639 "columns."
1640 msgstr ""
1642 #: libraries/classes/Config/Descriptions.php:132
1643 msgid ""
1644 "Compress gzip exports on the fly without the need for much memory; if you "
1645 "encounter problems with created gzip files disable this feature."
1646 msgstr ""
1648 #: libraries/classes/Config/Descriptions.php:136
1649 msgid ""
1650 "Whether a warning (\"Are your really sure…\") should be displayed when "
1651 "you're about to lose data."
1652 msgstr ""
1654 #: libraries/classes/Config/Descriptions.php:139
1655 msgid "Autocomplete of the table and column names in the SQL queries."
1656 msgstr ""
1658 #: libraries/classes/Config/Descriptions.php:142
1659 #: libraries/classes/Config/Descriptions.php:146
1660 #: libraries/classes/Config/Descriptions.php:150
1661 #: libraries/classes/Config/Descriptions.php:154
1662 #: libraries/classes/Config/Descriptions.php:158
1663 #: libraries/classes/Config/Descriptions.php:162
1664 #: libraries/classes/Config/Descriptions.php:166
1665 #: libraries/classes/Config/Descriptions.php:170
1666 #: libraries/classes/Config/Descriptions.php:174
1667 msgid ""
1668 "Values for options list for default transformations. These will be "
1669 "overwritten if transformation is filled in at table structure page."
1670 msgstr ""
1672 #: libraries/classes/Config/Descriptions.php:178
1673 msgid ""
1674 "Disable the table maintenance mass operations, like optimizing or repairing "
1675 "the selected tables of a database."
1676 msgstr ""
1678 #: libraries/classes/Config/Descriptions.php:182
1679 msgid ""
1680 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
1681 "limit)."
1682 msgstr ""
1684 #: libraries/classes/Config/Descriptions.php:184
1685 #: libraries/classes/Config/Descriptions.php:728
1686 #: libraries/classes/Plugins/Export/ExportSql.php:345
1687 msgid "Exclude definition of current user"
1688 msgstr ""
1690 #: libraries/classes/Config/Descriptions.php:186
1691 msgid ""
1692 "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
1693 "the referenced data, [kbd]id[/kbd] is the key value."
1694 msgstr ""
1696 #: libraries/classes/Config/Descriptions.php:190
1697 msgid ""
1698 "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
1699 "for magic strings that can be used to get special values."
1700 msgstr ""
1702 #: libraries/classes/Config/Descriptions.php:195
1703 msgid ""
1704 "Please note that phpMyAdmin is just a user interface and its features do not "
1705 "limit MySQL."
1706 msgstr ""
1708 #: libraries/classes/Config/Descriptions.php:198
1709 msgid ""
1710 "Advanced server configuration, do not change these options unless you know "
1711 "what they are for."
1712 msgstr ""
1714 #: libraries/classes/Config/Descriptions.php:201
1715 msgid ""
1716 "Configure phpMyAdmin configuration storage to gain access to additional "
1717 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1718 "documentation."
1719 msgstr ""
1721 #: libraries/classes/Config/Descriptions.php:206
1722 msgid ""
1723 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1724 "storage."
1725 msgstr ""
1727 #: libraries/classes/Config/Descriptions.php:209
1728 msgid "Customize browse mode."
1729 msgstr ""
1731 #: libraries/classes/Config/Descriptions.php:210
1732 #: libraries/classes/Config/Descriptions.php:211
1733 #: libraries/classes/Config/Descriptions.php:218
1734 #: libraries/classes/Config/Descriptions.php:224
1735 #: libraries/classes/Config/Descriptions.php:225
1736 #: libraries/classes/Config/Descriptions.php:230
1737 msgid "Customize default options."
1738 msgstr ""
1740 #: libraries/classes/Config/Descriptions.php:212
1741 msgid "Settings for phpMyAdmin developers."
1742 msgstr ""
1744 #: libraries/classes/Config/Descriptions.php:213
1745 msgid "Customize edit mode."
1746 msgstr ""
1748 #: libraries/classes/Config/Descriptions.php:214
1749 msgid "Customize default export options."
1750 msgstr ""
1752 #: libraries/classes/Config/Descriptions.php:215
1753 msgid "Set some commonly used options."
1754 msgstr ""
1756 #: libraries/classes/Config/Descriptions.php:216
1757 msgid "Customize default common import options."
1758 msgstr ""
1760 #: libraries/classes/Config/Descriptions.php:217
1761 msgid "Set import and export directories and compression options."
1762 msgstr ""
1764 #: libraries/classes/Config/Descriptions.php:219
1765 msgid "Databases display options."
1766 msgstr ""
1768 #: libraries/classes/Config/Descriptions.php:220
1769 msgid "Customize appearance of the navigation panel."
1770 msgstr ""
1772 #: libraries/classes/Config/Descriptions.php:221
1773 msgid "Customize the navigation tree."
1774 msgstr ""
1776 #: libraries/classes/Config/Descriptions.php:222
1777 msgid "Servers display options."
1778 msgstr ""
1780 #: libraries/classes/Config/Descriptions.php:223
1781 msgid "Tables display options."
1782 msgstr ""
1784 #: libraries/classes/Config/Descriptions.php:226
1785 msgid "Settings that didn't fit anywhere else."
1786 msgstr ""
1788 #: libraries/classes/Config/Descriptions.php:227
1789 msgid "Authentication settings."
1790 msgstr ""
1792 #: libraries/classes/Config/Descriptions.php:228
1793 msgid "Enter server connection parameters."
1794 msgstr ""
1796 #: libraries/classes/Config/Descriptions.php:229
1797 msgid "Customize links shown in SQL Query boxes."
1798 msgstr ""
1800 #: libraries/classes/Config/Descriptions.php:231
1801 msgid "SQL queries settings."
1802 msgstr ""
1804 #: libraries/classes/Config/Descriptions.php:232
1805 msgid "Customize startup page."
1806 msgstr ""
1808 #: libraries/classes/Config/Descriptions.php:233
1809 msgid ""
1810 "Choose which details to show in the database structure (list of tables)."
1811 msgstr ""
1813 #: libraries/classes/Config/Descriptions.php:234
1814 msgid "Settings for the table structure (list of columns)."
1815 msgstr ""
1817 #: libraries/classes/Config/Descriptions.php:235
1818 msgid "Choose how you want tabs to work."
1819 msgstr ""
1821 #: libraries/classes/Config/Descriptions.php:236
1822 msgid "Customize text input fields."
1823 msgstr ""
1825 #: libraries/classes/Config/Descriptions.php:237
1826 msgid "Customize default options"
1827 msgstr ""
1829 #: libraries/classes/Config/Descriptions.php:238
1830 msgid "Disable some of the warnings shown by phpMyAdmin."
1831 msgstr ""
1833 #: libraries/classes/Config/Descriptions.php:240
1834 msgid "Enable gzip compression for import and export operations."
1835 msgstr ""
1837 #: libraries/classes/Config/Descriptions.php:242
1838 msgid ""
1839 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
1840 "if one of the queries failed."
1841 msgstr ""
1843 #: libraries/classes/Config/Descriptions.php:246
1844 msgid ""
1845 "Allow interrupt of import in case script detects it is close to time limit. "
1846 "This might be a good way to import large files, however it can break "
1847 "transactions."
1848 msgstr ""
1850 #: libraries/classes/Config/Descriptions.php:251
1851 msgid ""
1852 "Default format; be aware that this list depends on location (database, "
1853 "table) and only SQL is always available."
1854 msgstr ""
1856 #: libraries/classes/Config/Descriptions.php:254
1857 #: libraries/classes/Config/Descriptions.php:255
1858 msgid "Update data when duplicate keys found on import"
1859 msgstr ""
1861 #: libraries/classes/Config/Descriptions.php:256
1862 msgid "Number of queries to skip from start."
1863 msgstr ""
1865 #: libraries/classes/Config/Descriptions.php:258
1866 msgid ""
1867 "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
1868 "only occurs for the current server. Setting this to FALSE makes it easy to "
1869 "forget to log out from other servers when connected to multiple servers."
1870 msgstr ""
1872 #: libraries/classes/Config/Descriptions.php:263
1873 msgid ""
1874 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
1875 "kbd] authentication mode."
1876 msgstr ""
1878 #: libraries/classes/Config/Descriptions.php:267
1879 msgid ""
1880 "Defines how long (in seconds) a login cookie should be stored in browser. "
1881 "The default of 0 means that it will be kept for the existing session only, "
1882 "and will be deleted as soon as you close the browser window. This is "
1883 "recommended for non-trusted environments."
1884 msgstr ""
1886 #: libraries/classes/Config/Descriptions.php:273
1887 msgid "Maximum number of characters used when a SQL query is displayed."
1888 msgstr ""
1890 #: libraries/classes/Config/Descriptions.php:276
1891 msgid ""
1892 "The number of items that can be displayed on each page on the first level of "
1893 "the navigation tree."
1894 msgstr ""
1896 #: libraries/classes/Config/Descriptions.php:279
1897 msgid ""
1898 "The number of items that can be displayed on each page of the navigation "
1899 "tree."
1900 msgstr ""
1902 #: libraries/classes/Config/Descriptions.php:282
1903 msgid ""
1904 "Number of rows displayed when browsing a result set. If the result set "
1905 "contains more rows, \"Previous\" and \"Next\" links will be shown."
1906 msgstr ""
1908 #: libraries/classes/Config/Descriptions.php:287
1909 msgid ""
1910 "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
1911 "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
1912 msgstr ""
1914 #: libraries/classes/Config/Descriptions.php:291
1915 msgid "In the navigation panel, replaces the database tree with a selector"
1916 msgstr ""
1918 #: libraries/classes/Config/Descriptions.php:294
1919 msgid "Link with main panel by highlighting the current database or table."
1920 msgstr ""
1922 #: libraries/classes/Config/Descriptions.php:297
1923 msgid ""
1924 "Open the linked page in the main window ([code]main[/code]) or in a new one "
1925 "([code]new[/code])."
1926 msgstr ""
1928 #: libraries/classes/Config/Descriptions.php:300
1929 msgid ""
1930 "Defines the minimum number of items (tables, views, routines and events) to "
1931 "display a filter box."
1932 msgstr ""
1934 #: libraries/classes/Config/Descriptions.php:303
1935 msgid ""
1936 "Group items in the navigation tree (determined by the separator defined in "
1937 "the Databases and Tables tabs above)."
1938 msgstr ""
1940 #: libraries/classes/Config/Descriptions.php:307
1941 msgid ""
1942 "Whether to offer the possibility of tree expansion in the navigation panel."
1943 msgstr ""
1945 #: libraries/classes/Config/Descriptions.php:310
1946 msgid "Whether to show procedures under database in the navigation tree"
1947 msgstr ""
1949 #: libraries/classes/Config/Descriptions.php:313
1950 msgid "Whether to expand single database in the navigation tree automatically."
1951 msgstr ""
1953 #: libraries/classes/Config/Descriptions.php:315
1954 msgid "Set to 0 to collapse navigation panel."
1955 msgstr ""
1957 #: libraries/classes/Config/Descriptions.php:316
1958 msgid "Show logo in navigation panel."
1959 msgstr ""
1961 #: libraries/classes/Config/Descriptions.php:317
1962 msgid "URL where logo in the navigation panel will point to."
1963 msgstr ""
1965 #: libraries/classes/Config/Descriptions.php:318
1966 msgid "Display server choice at the top of the navigation panel."
1967 msgstr ""
1969 #: libraries/classes/Config/Descriptions.php:319
1970 msgid "String that separates databases into different tree levels."
1971 msgstr ""
1973 #: libraries/classes/Config/Descriptions.php:320
1974 msgid "String that separates tables into different tree levels."
1975 msgstr ""
1977 #: libraries/classes/Config/Descriptions.php:321
1978 msgid "Highlight server under the mouse cursor."
1979 msgstr ""
1981 #: libraries/classes/Config/Descriptions.php:322
1982 msgid "Whether to show tables under database in the navigation tree"
1983 msgstr ""
1985 #: libraries/classes/Config/Descriptions.php:323
1986 msgid "Whether to show views under database in the navigation tree"
1987 msgstr ""
1989 #: libraries/classes/Config/Descriptions.php:324
1990 msgid "Whether to show functions under database in the navigation tree"
1991 msgstr ""
1993 #: libraries/classes/Config/Descriptions.php:325
1994 msgid "Whether to show events under database in the navigation tree"
1995 msgstr ""
1997 #: libraries/classes/Config/Descriptions.php:327
1998 msgid ""
1999 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
2000 "DATETIME and TIMESTAMP, ascending order otherwise."
2001 msgstr ""
2003 #: libraries/classes/Config/Descriptions.php:331
2004 msgid ""
2005 "Disable the default warning that is displayed on the database details "
2006 "Structure page if any of the required tables for the phpMyAdmin "
2007 "configuration storage could not be found."
2008 msgstr ""
2010 #: libraries/classes/Config/Descriptions.php:336
2011 msgid ""
2012 "Disable the default warning that is displayed on the Structure page if "
2013 "column names in a table are reserved MySQL words."
2014 msgstr ""
2016 #: libraries/classes/Config/Descriptions.php:340
2017 msgid ""
2018 "Enable if you want DB-based query history (requires phpMyAdmin configuration "
2019 "storage). If disabled, this utilizes JS-routines to display query history "
2020 "(lost by window close)."
2021 msgstr ""
2023 #: libraries/classes/Config/Descriptions.php:345
2024 msgid ""
2025 "Sets the effective timezone; possibly different than the one from your "
2026 "database server"
2027 msgstr ""
2029 #: libraries/classes/Config/Descriptions.php:348
2030 msgid ""
2031 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
2032 "[kbd]pma__bookmark[/kbd]"
2033 msgstr ""
2035 #: libraries/classes/Config/Descriptions.php:351
2036 msgid ""
2037 "Leave blank for no column comments/media types, suggested: "
2038 "[kbd]pma__column_info[/kbd]."
2039 msgstr ""
2041 #: libraries/classes/Config/Descriptions.php:354
2042 msgid ""
2043 "A special MySQL user configured with limited permissions, more information "
2044 "available on [doc@linked-tables]documentation[/doc]."
2045 msgstr ""
2047 #: libraries/classes/Config/Descriptions.php:358
2048 msgid ""
2049 "An alternate host to hold the configuration storage; leave blank to use the "
2050 "already defined host."
2051 msgstr ""
2053 #: libraries/classes/Config/Descriptions.php:361
2054 msgid ""
2055 "An alternate port to connect to the host that holds the configuration "
2056 "storage; leave blank to use the default port, or the already defined port, "
2057 "if the controlhost equals host."
2058 msgstr ""
2060 #: libraries/classes/Config/Descriptions.php:366
2061 msgid ""
2062 "More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
2063 "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
2064 "com/19588]MySQL Bugs[/a]"
2065 msgstr ""
2067 #: libraries/classes/Config/Descriptions.php:370
2068 msgid ""
2069 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2070 "kbd]."
2071 msgstr ""
2073 #: libraries/classes/Config/Descriptions.php:373
2074 msgid ""
2075 "Limits number of table preferences which are stored in database, the oldest "
2076 "records are automatically removed."
2077 msgstr ""
2079 #: libraries/classes/Config/Descriptions.php:377
2080 msgid ""
2081 "Leave blank for no QBE saved searches support, suggested: "
2082 "[kbd]pma__savedsearches[/kbd]."
2083 msgstr ""
2085 #: libraries/classes/Config/Descriptions.php:380
2086 msgid ""
2087 "Leave blank for no export template support, suggested: "
2088 "[kbd]pma__export_templates[/kbd]."
2089 msgstr ""
2091 #: libraries/classes/Config/Descriptions.php:383
2092 msgid ""
2093 "Leave blank for no central columns support, suggested: "
2094 "[kbd]pma__central_columns[/kbd]."
2095 msgstr ""
2097 #: libraries/classes/Config/Descriptions.php:386
2098 msgid ""
2099 "You can use MySQL wildcard characters (% and _), escape them if you want to "
2100 "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
2101 "[kbd]'my_db'[/kbd]."
2102 msgstr ""
2104 #: libraries/classes/Config/Descriptions.php:391
2105 msgid ""
2106 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2107 msgstr ""
2109 #: libraries/classes/Config/Descriptions.php:394
2110 msgid ""
2111 "Database used for relations, bookmarks, and PDF features. See [doc@linked-"
2112 "tables]pmadb[/doc] for complete information. Leave blank for no support. "
2113 "Suggested: [kbd]phpmyadmin[/kbd]."
2114 msgstr ""
2116 #: libraries/classes/Config/Descriptions.php:399
2117 msgid ""
2118 "Leave blank for no \"persistent\" recently used tables across sessions, "
2119 "suggested: [kbd]pma__recent[/kbd]."
2120 msgstr ""
2122 #: libraries/classes/Config/Descriptions.php:403
2123 msgid ""
2124 "Leave blank for no \"persistent\" favorite tables across sessions, "
2125 "suggested: [kbd]pma__favorite[/kbd]."
2126 msgstr ""
2128 #: libraries/classes/Config/Descriptions.php:407
2129 msgid ""
2130 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2131 "[kbd]pma__relation[/kbd]."
2132 msgstr ""
2134 #: libraries/classes/Config/Descriptions.php:412
2135 msgid ""
2136 "See [doc@authentication-modes]authentication types[/doc] for an example."
2137 msgstr ""
2139 #: libraries/classes/Config/Descriptions.php:415
2140 msgid ""
2141 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2142 "kbd]."
2143 msgstr ""
2145 #: libraries/classes/Config/Descriptions.php:418
2146 msgid ""
2147 "Table to describe the display columns, leave blank for no support; "
2148 "suggested: [kbd]pma__table_info[/kbd]."
2149 msgstr ""
2151 #: libraries/classes/Config/Descriptions.php:422
2152 msgid ""
2153 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2154 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2155 msgstr ""
2157 #: libraries/classes/Config/Descriptions.php:426
2158 msgid ""
2159 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2160 "the log when creating a database."
2161 msgstr ""
2163 #: libraries/classes/Config/Descriptions.php:430
2164 msgid ""
2165 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2166 "log when creating a table."
2167 msgstr ""
2169 #: libraries/classes/Config/Descriptions.php:434
2170 msgid ""
2171 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2172 "log when creating a view."
2173 msgstr ""
2175 #: libraries/classes/Config/Descriptions.php:438
2176 msgid "Defines the list of statements the auto-creation uses for new versions."
2177 msgstr ""
2179 #: libraries/classes/Config/Descriptions.php:441
2180 msgid ""
2181 "Leave blank for no SQL query tracking support, suggested: "
2182 "[kbd]pma__tracking[/kbd]."
2183 msgstr ""
2185 #: libraries/classes/Config/Descriptions.php:444
2186 msgid ""
2187 "Whether the tracking mechanism creates versions for tables and views "
2188 "automatically."
2189 msgstr ""
2191 #: libraries/classes/Config/Descriptions.php:447
2192 msgid ""
2193 "Leave blank for no user preferences storage in database, suggested: "
2194 "[kbd]pma__userconfig[/kbd]."
2195 msgstr ""
2197 #: libraries/classes/Config/Descriptions.php:450
2198 msgid ""
2199 "Both this table and the user groups table are required to enable the "
2200 "configurable menus feature; leaving either one of them blank will disable "
2201 "this feature, suggested: [kbd]pma__users[/kbd]."
2202 msgstr ""
2204 #: libraries/classes/Config/Descriptions.php:455
2205 msgid ""
2206 "Both this table and the users table are required to enable the configurable "
2207 "menus feature; leaving either one of them blank will disable this feature, "
2208 "suggested: [kbd]pma__usergroups[/kbd]."
2209 msgstr ""
2211 #: libraries/classes/Config/Descriptions.php:460
2212 msgid ""
2213 "Leave blank to disable the feature to hide and show navigation items, "
2214 "suggested: [kbd]pma__navigationhiding[/kbd]."
2215 msgstr ""
2217 #: libraries/classes/Config/Descriptions.php:464
2218 msgid ""
2219 "A user-friendly description of this server. Leave blank to display the "
2220 "hostname instead."
2221 msgstr ""
2223 #: libraries/classes/Config/Descriptions.php:466
2224 msgid "Leave blank if not used."
2225 msgstr ""
2227 #: libraries/classes/Config/Descriptions.php:467
2228 msgid "Leave blank for defaults."
2229 msgstr ""
2231 #: libraries/classes/Config/Descriptions.php:468
2232 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2233 msgstr ""
2235 #: libraries/classes/Config/Descriptions.php:469
2236 msgid "Authentication method to use."
2237 msgstr ""
2239 #: libraries/classes/Config/Descriptions.php:470
2240 msgid "Compress connection to MySQL server."
2241 msgstr ""
2243 #: libraries/classes/Config/Descriptions.php:471
2244 msgid "Hide databases matching regular expression (PCRE)."
2245 msgstr ""
2247 #: libraries/classes/Config/Descriptions.php:472
2248 msgid "Hostname where MySQL server is running."
2249 msgstr ""
2251 #: libraries/classes/Config/Descriptions.php:473
2252 #: libraries/classes/Config/Descriptions.php:477
2253 msgid "Leave empty if not using config auth."
2254 msgstr ""
2256 #: libraries/classes/Config/Descriptions.php:474
2257 msgid "Port on which MySQL server is listening, leave empty for default."
2258 msgstr ""
2260 #: libraries/classes/Config/Descriptions.php:475
2261 msgid "Socket on which MySQL server is listening, leave empty for default."
2262 msgstr ""
2264 #: libraries/classes/Config/Descriptions.php:476
2265 msgid "Enable SSL for connection to MySQL server."
2266 msgstr ""
2268 #: libraries/classes/Config/Descriptions.php:479
2269 msgid ""
2270 "Please note that enabling this has no effect with [kbd]config[/kbd] "
2271 "authentication mode because the password is hard coded in the configuration "
2272 "file; this does not limit the ability to execute the same command directly."
2273 msgstr ""
2275 #: libraries/classes/Config/Descriptions.php:484
2276 msgid "Show or hide a column displaying the Creation timestamp for all tables."
2277 msgstr ""
2279 #: libraries/classes/Config/Descriptions.php:487
2280 msgid ""
2281 "Show or hide a column displaying the Last update timestamp for all tables."
2282 msgstr ""
2284 #: libraries/classes/Config/Descriptions.php:490
2285 msgid ""
2286 "Show or hide a column displaying the Last check timestamp for all tables."
2287 msgstr ""
2289 #: libraries/classes/Config/Descriptions.php:493
2290 msgid ""
2291 "Defines whether or not type fields should be initially displayed in edit/"
2292 "insert mode."
2293 msgstr ""
2295 #: libraries/classes/Config/Descriptions.php:496
2296 msgid ""
2297 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2298 "[/a] output."
2299 msgstr ""
2301 #: libraries/classes/Config/Descriptions.php:498
2302 msgid "Whether a user should be displayed a \"show all (rows)\" button."
2303 msgstr ""
2305 #: libraries/classes/Config/Descriptions.php:499
2306 msgid "Show or hide a column displaying the comments for all tables."
2307 msgstr ""
2309 #: libraries/classes/Config/Descriptions.php:500
2310 msgid "Show or hide a column displaying the charset for all tables."
2311 msgstr ""
2313 #: libraries/classes/Config/Descriptions.php:501
2314 msgid "Display the function fields in edit/insert mode."
2315 msgstr ""
2317 #: libraries/classes/Config/Descriptions.php:502
2318 msgid "Whether to show hint or not."
2319 msgstr ""
2321 #: libraries/classes/Config/Descriptions.php:503
2322 msgid ""
2323 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2324 msgstr ""
2326 #: libraries/classes/Config/Descriptions.php:504
2327 msgid "Allow to display database and table statistics (e.g. space usage)."
2328 msgstr ""
2330 #: libraries/classes/Config/Descriptions.php:506
2331 msgid ""
2332 "Mark used tables and make it possible to show databases with locked tables."
2333 msgstr ""
2335 #: libraries/classes/Config/Descriptions.php:509
2336 msgid ""
2337 "Disable the default warning that is displayed on the main page if Suhosin is "
2338 "detected."
2339 msgstr ""
2341 #: libraries/classes/Config/Descriptions.php:512
2342 msgid ""
2343 "Disable the default warning that is displayed on the main page if the value "
2344 "of the PHP setting session.gc_maxlifetime is less than the value of "
2345 "`LoginCookieValidity`."
2346 msgstr ""
2348 #: libraries/classes/Config/Descriptions.php:517
2349 msgid ""
2350 "Textarea size (columns) in edit mode, this value will be emphasized for SQL "
2351 "query textareas (*2)."
2352 msgstr ""
2354 #: libraries/classes/Config/Descriptions.php:520
2355 msgid ""
2356 "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
2357 "query textareas (*2)."
2358 msgstr ""
2360 #: libraries/classes/Config/Descriptions.php:523
2361 msgid ""
2362 "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
2363 "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
2364 "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
2365 "HTTP_X_FORWARDED_FOR[/kbd]."
2366 msgstr ""
2368 #: libraries/classes/Config/Descriptions.php:529
2369 msgid ""
2370 "When disabled, users cannot set any of the options below, regardless of the "
2371 "checkbox on the right."
2372 msgstr ""
2374 #: libraries/classes/Config/Descriptions.php:532
2375 msgid ""
2376 "The URL of the proxy to be used when retrieving the information about the "
2377 "latest version of phpMyAdmin, or when submitting error reports. You need "
2378 "this if the server where phpMyAdmin is installed does not have direct access "
2379 "to the Internet. The format is: \"hostname:portnumber\"."
2380 msgstr ""
2382 #: libraries/classes/Config/Descriptions.php:538
2383 msgid ""
2384 "The username for authenticating with the proxy. By default, no "
2385 "authentication is performed. If a username is supplied, Basic Authentication "
2386 "will be performed. No other types of authentication are currently supported."
2387 msgstr ""
2389 #: libraries/classes/Config/Descriptions.php:544
2390 msgid ""
2391 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2392 "will be inserted with Shift+Enter."
2393 msgstr ""
2395 #: libraries/classes/Config/Descriptions.php:548
2396 msgid ""
2397 "Enable Zero Configuration mode which lets you set up phpMyAdmin "
2398 "configuration storage tables automatically."
2399 msgstr ""
2401 #: libraries/classes/Config/Descriptions.php:551
2402 msgid "Highlight selected rows."
2403 msgstr ""
2405 #: libraries/classes/Config/Descriptions.php:552
2406 msgid "Highlight row pointed by the mouse cursor."
2407 msgstr ""
2409 #: libraries/classes/Config/Descriptions.php:553
2410 msgid "Number of columns for CHAR/VARCHAR textareas."
2411 msgstr ""
2413 #: libraries/classes/Config/Descriptions.php:554
2414 msgid "Number of rows for CHAR/VARCHAR textareas."
2415 msgstr ""
2417 #: libraries/classes/Config/Descriptions.php:555
2418 msgid ""
2419 "Log SQL queries and their execution time, to be displayed in the console"
2420 msgstr ""
2422 #: libraries/classes/Config/Descriptions.php:556
2423 msgid "Tab that is displayed when entering a database."
2424 msgstr ""
2426 #: libraries/classes/Config/Descriptions.php:557
2427 msgid "Tab that is displayed when entering a server."
2428 msgstr ""
2430 #: libraries/classes/Config/Descriptions.php:558
2431 msgid "Tab that is displayed when entering a table."
2432 msgstr ""
2434 #: libraries/classes/Config/Descriptions.php:559
2435 msgid "Whether the table structure actions should be hidden."
2436 msgstr ""
2438 #: libraries/classes/Config/Descriptions.php:560
2439 msgid "Whether column comments should be shown in table structure view"
2440 msgstr ""
2442 #: libraries/classes/Config/Descriptions.php:561
2443 msgid "Show server listing as a list instead of a drop down."
2444 msgstr ""
2446 #: libraries/classes/Config/Descriptions.php:562
2447 msgid "A dropdown will be used if fewer items are present."
2448 msgstr ""
2450 #: libraries/classes/Config/Descriptions.php:563
2451 msgid "Default value for foreign key checks checkbox for some queries."
2452 msgstr ""
2454 #: libraries/classes/Config/Descriptions.php:564
2455 msgid "Uncheck the checkbox to disable drag and drop import"
2456 msgstr ""
2458 #: libraries/classes/Config/Descriptions.php:565
2459 msgid "How many rows can be inserted at one time."
2460 msgstr ""
2462 #: libraries/classes/Config/Descriptions.php:566
2463 msgid ""
2464 "Maximum number of characters shown in any non-numeric column on browse view."
2465 msgstr ""
2467 #: libraries/classes/Config/Descriptions.php:567
2468 msgid "Define how long (in seconds) a login cookie is valid."
2469 msgstr ""
2471 #: libraries/classes/Config/Descriptions.php:568
2472 msgid "Double size of textarea for LONGTEXT columns."
2473 msgstr ""
2475 #: libraries/classes/Config/Descriptions.php:569
2476 msgid "Maximum number of databases displayed in database list."
2477 msgstr ""
2479 #: libraries/classes/Config/Descriptions.php:570
2480 msgid "Maximum number of tables displayed in table list."
2481 msgstr ""
2483 #: libraries/classes/Config/Descriptions.php:571
2484 msgid "Maximum number of recently used tables; set 0 to disable."
2485 msgstr ""
2487 #: libraries/classes/Config/Descriptions.php:572
2488 msgid "Maximum number of favorite tables; set 0 to disable."
2489 msgstr ""
2491 #: libraries/classes/Config/Descriptions.php:573
2492 msgid "These are Edit, Copy and Delete links."
2493 msgstr ""
2495 #: libraries/classes/Config/Descriptions.php:574
2496 msgid "Whether to show row links even in the absence of a unique key."
2497 msgstr ""
2499 #: libraries/classes/Config/Descriptions.php:575
2500 #: libraries/classes/Config/Descriptions.php:858
2501 msgid "Disable shortcut keys"
2502 msgstr ""
2504 #: libraries/classes/Config/Descriptions.php:576
2505 msgid "Use natural order for sorting table and database names."
2506 msgstr ""
2508 #: libraries/classes/Config/Descriptions.php:577
2509 #: libraries/classes/Config/Descriptions.php:580
2510 #: libraries/classes/Config/Descriptions.php:581
2511 msgid "Use only icons, only text or both."
2512 msgstr ""
2514 #: libraries/classes/Config/Descriptions.php:578
2515 msgid "Use GZip output buffering for increased speed in HTTP transfers."
2516 msgstr ""
2518 #: libraries/classes/Config/Descriptions.php:579
2519 msgid "Use persistent connections to MySQL databases."
2520 msgstr ""
2522 #: libraries/classes/Config/Descriptions.php:582
2523 msgid "Disallow BLOB and BINARY columns from editing."
2524 msgstr ""
2526 #: libraries/classes/Config/Descriptions.php:583
2527 msgid "How many queries are kept in history."
2528 msgstr ""
2530 #: libraries/classes/Config/Descriptions.php:584
2531 msgid "Select which functions will be used for character set conversion."
2532 msgstr ""
2534 #: libraries/classes/Config/Descriptions.php:585
2535 msgid "When browsing tables, the sorting of each table is remembered."
2536 msgstr ""
2538 #: libraries/classes/Config/Descriptions.php:586
2539 msgid "Default sort order for tables with a primary key."
2540 msgstr ""
2542 #: libraries/classes/Config/Descriptions.php:587
2543 msgid ""
2544 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2545 msgstr ""
2547 #: libraries/classes/Config/Descriptions.php:588
2548 msgid "For display Options"
2549 msgstr ""
2551 #: libraries/classes/Config/Descriptions.php:589
2552 msgid "Directory where exports can be saved on server."
2553 msgstr ""
2555 #: libraries/classes/Config/Descriptions.php:590
2556 msgid ""
2557 "Defines whether the query box should stay on-screen after its submission."
2558 msgstr ""
2560 #: libraries/classes/Config/Descriptions.php:591
2561 msgid "Title of browser window when a database is selected."
2562 msgstr ""
2564 #: libraries/classes/Config/Descriptions.php:592
2565 msgid "Title of browser window when nothing is selected."
2566 msgstr ""
2568 #: libraries/classes/Config/Descriptions.php:593
2569 msgid "Title of browser window when a server is selected."
2570 msgstr ""
2572 #: libraries/classes/Config/Descriptions.php:594
2573 msgid "Title of browser window when a table is selected."
2574 msgstr ""
2576 #: libraries/classes/Config/Descriptions.php:595
2577 msgid "Directory on server where you can upload files for import."
2578 msgstr ""
2580 #: libraries/classes/Config/Descriptions.php:596
2581 msgid "Allow for searching inside the entire database."
2582 msgstr ""
2584 #: libraries/classes/Config/Descriptions.php:597
2585 msgid "Enables check for latest version on main phpMyAdmin page."
2586 msgstr ""
2588 #: libraries/classes/Config/Descriptions.php:598
2589 msgid "The password for authenticating with the proxy."
2590 msgstr ""
2592 #: libraries/classes/Config/Descriptions.php:599
2593 msgid "Enable ZIP compression for import and export operations."
2594 msgstr ""
2596 #: libraries/classes/Config/Descriptions.php:600
2597 msgid "Choose the default action when sending error reports."
2598 msgstr ""
2600 #: libraries/classes/Config/Descriptions.php:617
2601 msgid "Allow login to any MySQL server"
2602 msgstr ""
2604 #: libraries/classes/Config/Descriptions.php:618
2605 msgid "Restrict login to MySQL server"
2606 msgstr ""
2608 #: libraries/classes/Config/Descriptions.php:619
2609 msgid "Allow third party framing"
2610 msgstr ""
2612 #: libraries/classes/Config/Descriptions.php:620
2613 msgid "Show \"Drop database\" link to normal users"
2614 msgstr ""
2616 #: libraries/classes/Config/Descriptions.php:621
2617 msgid "Blowfish secret"
2618 msgstr ""
2620 #: libraries/classes/Config/Descriptions.php:622
2621 msgid "Row marker"
2622 msgstr ""
2624 #: libraries/classes/Config/Descriptions.php:623
2625 msgid "Highlight pointer"
2626 msgstr ""
2628 #: libraries/classes/Config/Descriptions.php:624
2629 msgid "Bzip2"
2630 msgstr ""
2632 #: libraries/classes/Config/Descriptions.php:625
2633 msgid "CHAR columns editing"
2634 msgstr ""
2636 #: libraries/classes/Config/Descriptions.php:626
2637 msgid "Enable CodeMirror"
2638 msgstr ""
2640 #: libraries/classes/Config/Descriptions.php:627
2641 msgid "Enable linter"
2642 msgstr ""
2644 #: libraries/classes/Config/Descriptions.php:628
2645 msgid "Minimum size for input field"
2646 msgstr ""
2648 #: libraries/classes/Config/Descriptions.php:629
2649 msgid "Maximum size for input field"
2650 msgstr ""
2652 #: libraries/classes/Config/Descriptions.php:630
2653 msgid "CHAR textarea columns"
2654 msgstr ""
2656 #: libraries/classes/Config/Descriptions.php:631
2657 msgid "CHAR textarea rows"
2658 msgstr ""
2660 #: libraries/classes/Config/Descriptions.php:632
2661 msgid "Check config file permissions"
2662 msgstr ""
2664 #: libraries/classes/Config/Descriptions.php:633
2665 msgid "Compress on the fly"
2666 msgstr ""
2668 #: libraries/classes/Config/Descriptions.php:634
2669 msgid "Confirm DROP queries"
2670 msgstr ""
2672 #: libraries/classes/Config/Descriptions.php:635
2673 #: templates/console/display.twig:11 templates/console/display.twig:64
2674 msgid "Debug SQL"
2675 msgstr ""
2677 #: libraries/classes/Config/Descriptions.php:636
2678 #: libraries/classes/Plugins/Schema/SchemaDia.php:66
2679 #: libraries/classes/Plugins/Schema/SchemaPdf.php:76
2680 msgid "Paper size"
2681 msgstr ""
2683 #: libraries/classes/Config/Descriptions.php:637
2684 msgid "Default database tab"
2685 msgstr ""
2687 #: libraries/classes/Config/Descriptions.php:638
2688 msgid "Default server tab"
2689 msgstr ""
2691 #: libraries/classes/Config/Descriptions.php:639
2692 msgid "Default table tab"
2693 msgstr ""
2695 #: libraries/classes/Config/Descriptions.php:640
2696 msgid "Enable autocomplete for table and column names"
2697 msgstr ""
2699 #: libraries/classes/Config/Descriptions.php:641
2700 msgid "Show column comments"
2701 msgstr ""
2703 #: libraries/classes/Config/Descriptions.php:642
2704 msgid "Hide table structure actions"
2705 msgstr ""
2707 #: libraries/classes/Config/Descriptions.php:643
2708 msgid "Default transformations for Hex"
2709 msgstr ""
2711 #: libraries/classes/Config/Descriptions.php:644
2712 msgid "Default transformations for Substring"
2713 msgstr ""
2715 #: libraries/classes/Config/Descriptions.php:645
2716 msgid "Default transformations for Bool2Text"
2717 msgstr ""
2719 #: libraries/classes/Config/Descriptions.php:646
2720 msgid "Default transformations for External"
2721 msgstr ""
2723 #: libraries/classes/Config/Descriptions.php:647
2724 msgid "Default transformations for PreApPend"
2725 msgstr ""
2727 #: libraries/classes/Config/Descriptions.php:648
2728 msgid "Default transformations for DateFormat"
2729 msgstr ""
2731 #: libraries/classes/Config/Descriptions.php:649
2732 msgid "Default transformations for Inline"
2733 msgstr ""
2735 #: libraries/classes/Config/Descriptions.php:650
2736 msgid "Default transformations for TextImageLink"
2737 msgstr ""
2739 #: libraries/classes/Config/Descriptions.php:651
2740 msgid "Default transformations for TextLink"
2741 msgstr ""
2743 #: libraries/classes/Config/Descriptions.php:652
2744 msgid "Display servers as a list"
2745 msgstr ""
2747 #: libraries/classes/Config/Descriptions.php:653
2748 msgid "Disable multi table maintenance"
2749 msgstr ""
2751 #: libraries/classes/Config/Descriptions.php:654
2752 msgid "Maximum execution time"
2753 msgstr ""
2755 #: libraries/classes/Config/Descriptions.php:655
2756 msgid "Use [code]LOCK TABLES[/code] statement"
2757 msgstr ""
2759 #: libraries/classes/Config/Descriptions.php:656
2760 msgid "Save as file"
2761 msgstr ""
2763 #: libraries/classes/Config/Descriptions.php:657
2764 #: libraries/classes/Config/Descriptions.php:792
2765 msgid "Character set of the file"
2766 msgstr ""
2768 #: libraries/classes/Config/Descriptions.php:658
2769 #: libraries/classes/Config/Descriptions.php:674 templates/import.twig:165
2770 #: templates/import.twig:167 templates/sql/query.twig:40
2771 #: templates/table/structure/display_table_stats.twig:84
2772 msgid "Format"
2773 msgstr ""
2775 #: libraries/classes/Config/Descriptions.php:659
2776 msgid "Compression"
2777 msgstr ""
2779 #: libraries/classes/Config/Descriptions.php:660
2780 #: libraries/classes/Config/Descriptions.php:667
2781 #: libraries/classes/Config/Descriptions.php:675
2782 #: libraries/classes/Config/Descriptions.php:679
2783 #: libraries/classes/Config/Descriptions.php:692
2784 #: libraries/classes/Config/Descriptions.php:694
2785 #: libraries/classes/Config/Descriptions.php:741
2786 #: libraries/classes/Plugins/Export/ExportCsv.php:88
2787 #: libraries/classes/Plugins/Export/ExportExcel.php:61
2788 #: libraries/classes/Plugins/Export/ExportHtmlword.php:85
2789 #: libraries/classes/Plugins/Export/ExportOds.php:70
2790 #: libraries/classes/Plugins/Export/ExportOdt.php:127
2791 #: libraries/classes/Plugins/Export/ExportTexytext.php:79
2792 msgid "Put columns names in the first row"
2793 msgstr ""
2795 #: libraries/classes/Config/Descriptions.php:661
2796 #: libraries/classes/Config/Descriptions.php:794
2797 #: libraries/classes/Config/Descriptions.php:800
2798 #: libraries/classes/Plugins/Import/ImportCsv.php:666
2799 msgid "Columns enclosed with"
2800 msgstr ""
2802 #: libraries/classes/Config/Descriptions.php:662
2803 #: libraries/classes/Config/Descriptions.php:795
2804 #: libraries/classes/Config/Descriptions.php:801
2805 #: libraries/classes/Plugins/Import/ImportCsv.php:677
2806 msgid "Columns escaped with"
2807 msgstr ""
2809 #: libraries/classes/Config/Descriptions.php:663
2810 #: libraries/classes/Config/Descriptions.php:669
2811 #: libraries/classes/Config/Descriptions.php:676
2812 #: libraries/classes/Config/Descriptions.php:685
2813 #: libraries/classes/Config/Descriptions.php:693
2814 #: libraries/classes/Config/Descriptions.php:697
2815 #: libraries/classes/Config/Descriptions.php:742
2816 msgid "Replace NULL with"
2817 msgstr ""
2819 #: libraries/classes/Config/Descriptions.php:664
2820 #: libraries/classes/Config/Descriptions.php:670
2821 msgid "Remove CRLF characters within columns"
2822 msgstr ""
2824 #: libraries/classes/Config/Descriptions.php:665
2825 #: libraries/classes/Config/Descriptions.php:798
2826 #: libraries/classes/Config/Descriptions.php:805
2827 #: libraries/classes/Plugins/Import/ImportCsv.php:651
2828 msgid "Columns terminated with"
2829 msgstr ""
2831 #: libraries/classes/Config/Descriptions.php:666
2832 #: libraries/classes/Config/Descriptions.php:793
2833 #: libraries/classes/Plugins/Import/ImportCsv.php:684
2834 msgid "Lines terminated with"
2835 msgstr ""
2837 #: libraries/classes/Config/Descriptions.php:668
2838 msgid "Excel edition"
2839 msgstr ""
2841 #: libraries/classes/Config/Descriptions.php:671
2842 msgid "Database name template"
2843 msgstr ""
2845 #: libraries/classes/Config/Descriptions.php:672
2846 msgid "Server name template"
2847 msgstr ""
2849 #: libraries/classes/Config/Descriptions.php:673
2850 msgid "Table name template"
2851 msgstr ""
2853 #: libraries/classes/Config/Descriptions.php:677
2854 #: libraries/classes/Config/Descriptions.php:690
2855 #: libraries/classes/Config/Descriptions.php:699
2856 #: libraries/classes/Config/Descriptions.php:737
2857 #: libraries/classes/Config/Descriptions.php:743
2858 #: libraries/classes/Plugins/Export/ExportHtmlword.php:56
2859 #: libraries/classes/Plugins/Export/ExportLatex.php:88
2860 #: libraries/classes/Plugins/Export/ExportMediawiki.php:55
2861 #: libraries/classes/Plugins/Export/ExportMediawiki.php:61
2862 #: libraries/classes/Plugins/Export/ExportOdt.php:69
2863 #: libraries/classes/Plugins/Export/ExportPdf.php:86
2864 #: libraries/classes/Plugins/Export/ExportSql.php:237
2865 #: libraries/classes/Plugins/Export/ExportTexytext.php:55
2866 msgid "Dump table"
2867 msgstr ""
2869 #: libraries/classes/Config/Descriptions.php:678
2870 #: libraries/classes/Plugins/Export/ExportLatex.php:79
2871 msgid "Include table caption"
2872 msgstr ""
2874 #: libraries/classes/Config/Descriptions.php:680
2875 #: libraries/classes/Config/Descriptions.php:695
2876 #: libraries/classes/Config/Descriptions.php:731
2877 #: libraries/classes/Plugins/Export/ExportHtmlword.php:386
2878 #: libraries/classes/Plugins/Export/ExportLatex.php:544
2879 #: libraries/classes/Plugins/Export/ExportOdt.php:490
2880 #: libraries/classes/Plugins/Export/ExportTexytext.php:388
2881 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:548
2882 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:685
2883 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:708
2884 #: templates/columns_definitions/table_fields_definitions.twig:54
2885 #: templates/database/data_dictionary/index.twig:29
2886 #: templates/table/structure/display_structure.twig:28
2887 msgid "Comments"
2888 msgstr "ኮሜንት"
2890 #: libraries/classes/Config/Descriptions.php:681
2891 #: libraries/classes/Config/Descriptions.php:687
2892 msgid "Table caption"
2893 msgstr ""
2895 #: libraries/classes/Config/Descriptions.php:682
2896 #: libraries/classes/Config/Descriptions.php:688
2897 msgid "Continued table caption"
2898 msgstr ""
2900 #: libraries/classes/Config/Descriptions.php:683
2901 #: libraries/classes/Config/Descriptions.php:689
2902 msgid "Label key"
2903 msgstr ""
2905 #: libraries/classes/Config/Descriptions.php:684
2906 #: libraries/classes/Config/Descriptions.php:696
2907 #: libraries/classes/Config/Descriptions.php:734
2908 #: libraries/classes/Plugins/Export/ExportHtmlword.php:393
2909 #: libraries/classes/Plugins/Export/ExportOdt.php:497
2910 #: libraries/classes/Plugins/Export/ExportTexytext.php:393
2911 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:556
2912 #: templates/columns_definitions/table_fields_definitions.twig:71
2913 #: templates/database/data_dictionary/index.twig:31
2914 #, fuzzy
2915 #| msgid "Bad type!"
2916 msgid "Media type"
2917 msgstr "የማይረባ ዓይነት!"
2919 #: libraries/classes/Config/Descriptions.php:686
2920 #: libraries/classes/Config/Descriptions.php:698
2921 #: libraries/classes/Config/Descriptions.php:736
2922 msgid "Relationships"
2923 msgstr ""
2925 #: libraries/classes/Config/Descriptions.php:691
2926 msgid "Export method"
2927 msgstr ""
2929 #: libraries/classes/Config/Descriptions.php:700
2930 #: libraries/classes/Config/Descriptions.php:703
2931 msgid "Save on server"
2932 msgstr ""
2934 #: libraries/classes/Config/Descriptions.php:701
2935 #: libraries/classes/Config/Descriptions.php:704 templates/export.twig:182
2936 #: templates/export.twig:377
2937 msgid "Overwrite existing file(s)"
2938 msgstr ""
2940 #: libraries/classes/Config/Descriptions.php:702
2941 msgid "Export as separate files"
2942 msgstr ""
2944 #: libraries/classes/Config/Descriptions.php:705
2945 msgid "Remember filename template"
2946 msgstr ""
2948 #: libraries/classes/Config/Descriptions.php:706
2949 msgid "Remove DEFINER clause from definitions"
2950 msgstr ""
2952 #: libraries/classes/Config/Descriptions.php:707
2953 #: templates/database/operations/index.twig:160
2954 #: templates/table/operations/index.twig:72
2955 #: templates/table/operations/index.twig:300
2956 msgid "Add AUTO_INCREMENT value"
2957 msgstr ""
2959 #: libraries/classes/Config/Descriptions.php:708
2960 msgid "Enclose table and column names with backquotes"
2961 msgstr ""
2963 #: libraries/classes/Config/Descriptions.php:709
2964 #: libraries/classes/Config/Descriptions.php:811
2965 msgid "SQL compatibility mode"
2966 msgstr ""
2968 #: libraries/classes/Config/Descriptions.php:710
2969 msgid "Creation/Update/Check dates"
2970 msgstr ""
2972 #: libraries/classes/Config/Descriptions.php:711
2973 msgid "Use delayed inserts"
2974 msgstr ""
2976 #: libraries/classes/Config/Descriptions.php:712
2977 #: libraries/classes/Plugins/Export/ExportSql.php:183
2978 msgid "Disable foreign key checks"
2979 msgstr ""
2981 #: libraries/classes/Config/Descriptions.php:713
2982 #: libraries/classes/Plugins/Export/ExportSql.php:197
2983 msgid "Export views as tables"
2984 msgstr ""
2986 #: libraries/classes/Config/Descriptions.php:714
2987 msgid "Export related metadata from phpMyAdmin configuration storage"
2988 msgstr ""
2990 #: libraries/classes/Config/Descriptions.php:715
2991 #: libraries/classes/Config/Descriptions.php:716
2992 #: libraries/classes/Config/Descriptions.php:718
2993 #: libraries/classes/Config/Descriptions.php:721
2994 #: libraries/classes/Config/Descriptions.php:722
2995 #: libraries/classes/Config/Descriptions.php:723
2996 #: libraries/classes/Config/Descriptions.php:735
2997 #: templates/database/operations/index.twig:155
2998 #: templates/table/operations/index.twig:295
2999 #, php-format
3000 msgid "Add %s"
3001 msgstr ""
3003 #: libraries/classes/Config/Descriptions.php:724
3004 msgid "Use hexadecimal for BINARY & BLOB"
3005 msgstr ""
3007 #: libraries/classes/Config/Descriptions.php:726
3008 msgid ""
3009 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
3010 "creation)"
3011 msgstr ""
3013 #: libraries/classes/Config/Descriptions.php:729
3014 #: libraries/classes/Plugins/Export/ExportSql.php:351
3015 #, php-format
3016 msgid "%s view"
3017 msgstr ""
3019 #: libraries/classes/Config/Descriptions.php:730
3020 msgid "Use ignore inserts"
3021 msgstr ""
3023 #: libraries/classes/Config/Descriptions.php:732
3024 msgid "Syntax to use when inserting data"
3025 msgstr ""
3027 #: libraries/classes/Config/Descriptions.php:733
3028 #: libraries/classes/Plugins/Export/ExportSql.php:488
3029 msgid "Maximal length of created query"
3030 msgstr ""
3032 #: libraries/classes/Config/Descriptions.php:738
3033 msgid "Export type"
3034 msgstr ""
3036 #: libraries/classes/Config/Descriptions.php:739
3037 #: libraries/classes/Plugins/Export/ExportSql.php:169
3038 msgid "Enclose export in a transaction"
3039 msgstr ""
3041 #: libraries/classes/Config/Descriptions.php:740
3042 msgid "Export time in UTC"
3043 msgstr ""
3045 #: libraries/classes/Config/Descriptions.php:744
3046 msgid "Foreign key dropdown order"
3047 msgstr ""
3049 #: libraries/classes/Config/Descriptions.php:745
3050 msgid "Foreign key limit"
3051 msgstr ""
3053 #: libraries/classes/Config/Descriptions.php:746
3054 msgid "Foreign key checks"
3055 msgstr ""
3057 #: libraries/classes/Config/Descriptions.php:747
3058 msgid "First day of calendar"
3059 msgstr ""
3061 #: libraries/classes/Config/Descriptions.php:748
3062 #: libraries/classes/Config/Descriptions.php:759 libraries/classes/Menu.php:480
3063 #: libraries/classes/Util.php:1944 libraries/config.values.php:155
3064 #: templates/navigation/tree/database_select.twig:10
3065 #: templates/server/databases/index.twig:3 templates/server/export/index.twig:7
3066 #: templates/server/export/index.twig:14
3067 #: templates/server/privileges/user_properties.twig:20
3068 msgid "Databases"
3069 msgstr ""
3071 #: libraries/classes/Config/Descriptions.php:749
3072 msgid "Browse mode"
3073 msgstr ""
3075 #: libraries/classes/Config/Descriptions.php:751
3076 #: libraries/classes/Config/Forms/User/ExportForm.php:82
3077 #: libraries/classes/Config/Forms/User/ImportForm.php:35
3078 msgid "CSV"
3079 msgstr ""
3081 #: libraries/classes/Config/Descriptions.php:752
3082 msgid "Developer"
3083 msgstr ""
3085 #: libraries/classes/Config/Descriptions.php:753
3086 msgid "Edit mode"
3087 msgstr ""
3089 #: libraries/classes/Config/Descriptions.php:754
3090 msgid "Export defaults"
3091 msgstr ""
3093 #: libraries/classes/Config/Descriptions.php:755
3094 msgid "General"
3095 msgstr ""
3097 #: libraries/classes/Config/Descriptions.php:756
3098 msgid "Import defaults"
3099 msgstr ""
3101 #: libraries/classes/Config/Descriptions.php:757
3102 msgid "Import / export"
3103 msgstr ""
3105 #: libraries/classes/Config/Descriptions.php:758
3106 msgid "LaTeX"
3107 msgstr ""
3109 #: libraries/classes/Config/Descriptions.php:760
3110 #: libraries/classes/Config/Forms/User/NaviForm.php:68
3111 #: templates/preferences/header.twig:30
3112 msgid "Navigation panel"
3113 msgstr ""
3115 #: libraries/classes/Config/Descriptions.php:761
3116 msgid "Navigation tree"
3117 msgstr ""
3119 #: libraries/classes/Config/Descriptions.php:762
3120 #: templates/server/select/index.twig:9 templates/setup/home/index.twig:34
3121 msgid "Servers"
3122 msgstr ""
3124 #: libraries/classes/Config/Descriptions.php:763
3125 #: libraries/classes/Controllers/Server/DatabasesController.php:307
3126 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
3127 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26
3128 #: libraries/classes/Plugins/Export/ExportXml.php:115
3129 #: libraries/classes/Server/Status/Data.php:159
3130 #: templates/database/export/index.twig:22
3131 #: templates/database/structure/show_create.twig:6
3132 msgid "Tables"
3133 msgstr "ቴብሎች"
3135 #: libraries/classes/Config/Descriptions.php:764
3136 #: libraries/classes/Config/Forms/User/MainForm.php:90
3137 #: templates/preferences/header.twig:36
3138 msgid "Main panel"
3139 msgstr ""
3141 #: libraries/classes/Config/Descriptions.php:765
3142 msgid "Microsoft Office"
3143 msgstr ""
3145 #: libraries/classes/Config/Descriptions.php:767
3146 msgid "Other core settings"
3147 msgstr ""
3149 #: libraries/classes/Config/Descriptions.php:768
3150 msgid "Page titles"
3151 msgstr ""
3153 #: libraries/classes/Config/Descriptions.php:769
3154 msgid "Security"
3155 msgstr ""
3157 #: libraries/classes/Config/Descriptions.php:770
3158 msgid "Basic settings"
3159 msgstr ""
3161 #: libraries/classes/Config/Descriptions.php:771
3162 msgid "Authentication"
3163 msgstr ""
3165 #: libraries/classes/Config/Descriptions.php:772
3166 msgid "Server configuration"
3167 msgstr ""
3169 #: libraries/classes/Config/Descriptions.php:773
3170 msgid "Configuration storage"
3171 msgstr ""
3173 #: libraries/classes/Config/Descriptions.php:774
3174 msgid "Changes tracking"
3175 msgstr ""
3177 #: libraries/classes/Config/Descriptions.php:775 libraries/classes/Menu.php:255
3178 #: libraries/classes/Menu.php:362 libraries/classes/Menu.php:485
3179 #: libraries/classes/Navigation/Nodes/NodeTable.php:310
3180 #: libraries/classes/Util.php:1478 libraries/classes/Util.php:1945
3181 #: libraries/classes/Util.php:1960 libraries/classes/Util.php:1977
3182 #: libraries/config.values.php:62 libraries/config.values.php:76
3183 #: libraries/config.values.php:167 libraries/config.values.php:177
3184 msgid "SQL"
3185 msgstr ""
3187 #: libraries/classes/Config/Descriptions.php:776
3188 msgid "SQL Query box"
3189 msgstr ""
3191 #: libraries/classes/Config/Descriptions.php:777
3192 #: libraries/classes/Config/Forms/User/SqlForm.php:48
3193 #: templates/preferences/header.twig:24
3194 msgid "SQL queries"
3195 msgstr ""
3197 #: libraries/classes/Config/Descriptions.php:778
3198 msgid "Startup"
3199 msgstr ""
3201 #: libraries/classes/Config/Descriptions.php:779
3202 msgid "Database structure"
3203 msgstr ""
3205 #: libraries/classes/Config/Descriptions.php:780
3206 #: libraries/classes/Plugins/Export/ExportPdf.php:258
3207 #: templates/table/page_with_secondary_tabs.twig:5
3208 msgid "Table structure"
3209 msgstr ""
3211 #: libraries/classes/Config/Descriptions.php:781
3212 msgid "Tabs"
3213 msgstr ""
3215 #: libraries/classes/Config/Descriptions.php:782
3216 msgid "Display relational schema"
3217 msgstr ""
3219 #: libraries/classes/Config/Descriptions.php:783
3220 msgid "Text fields"
3221 msgstr ""
3223 #: libraries/classes/Config/Descriptions.php:784
3224 msgid "Texy! text"
3225 msgstr ""
3227 #: libraries/classes/Config/Descriptions.php:785
3228 msgid "Warnings"
3229 msgstr ""
3231 #: libraries/classes/Config/Descriptions.php:786
3232 #: templates/console/display.twig:4
3233 msgid "Console"
3234 msgstr ""
3236 #: libraries/classes/Config/Descriptions.php:787
3237 msgid "GZip"
3238 msgstr ""
3240 #: libraries/classes/Config/Descriptions.php:788
3241 msgid "Extra parameters for iconv"
3242 msgstr ""
3244 #: libraries/classes/Config/Descriptions.php:789
3245 msgid "Ignore multiple statement errors"
3246 msgstr ""
3248 #: libraries/classes/Config/Descriptions.php:790
3249 msgid "Enable drag and drop import"
3250 msgstr ""
3252 #: libraries/classes/Config/Descriptions.php:791
3253 msgid "Partial import: allow interrupt"
3254 msgstr ""
3256 #: libraries/classes/Config/Descriptions.php:796
3257 #: libraries/classes/Config/Descriptions.php:802
3258 #: libraries/classes/Plugins/Import/ImportCsv.php:141
3259 #: libraries/classes/Plugins/Import/ImportLdi.php:68
3260 msgid "Do not abort on INSERT error"
3261 msgstr ""
3263 #: libraries/classes/Config/Descriptions.php:797
3264 #: libraries/classes/Config/Descriptions.php:804
3265 msgid "Add ON DUPLICATE KEY UPDATE"
3266 msgstr ""
3268 #: libraries/classes/Config/Descriptions.php:799
3269 msgid "Format of imported file"
3270 msgstr ""
3272 #: libraries/classes/Config/Descriptions.php:803
3273 #: libraries/classes/Plugins/Import/ImportLdi.php:74
3274 msgid "Use LOCAL keyword"
3275 msgstr ""
3277 #: libraries/classes/Config/Descriptions.php:806
3278 msgid "Column names in first row"
3279 msgstr ""
3281 #: libraries/classes/Config/Descriptions.php:807
3282 #: libraries/classes/Plugins/Import/ImportOds.php:74
3283 msgid "Do not import empty rows"
3284 msgstr ""
3286 #: libraries/classes/Config/Descriptions.php:808
3287 msgid "Import currencies ($5.00 to 5.00)"
3288 msgstr ""
3290 #: libraries/classes/Config/Descriptions.php:809
3291 msgid "Import percentages as proper decimals (12.00% to .12)"
3292 msgstr ""
3294 #: libraries/classes/Config/Descriptions.php:810
3295 msgid "Partial import: skip queries"
3296 msgstr ""
3298 #: libraries/classes/Config/Descriptions.php:812
3299 msgid "Do not use AUTO_INCREMENT for zero values"
3300 msgstr ""
3302 #: libraries/classes/Config/Descriptions.php:813
3303 msgid "Read as multibytes"
3304 msgstr ""
3306 #: libraries/classes/Config/Descriptions.php:814
3307 msgid "Initial state for sliders"
3308 msgstr ""
3310 #: libraries/classes/Config/Descriptions.php:815
3311 msgid "Number of inserted rows"
3312 msgstr ""
3314 #: libraries/classes/Config/Descriptions.php:816
3315 msgid "Limit column characters"
3316 msgstr ""
3318 #: libraries/classes/Config/Descriptions.php:817
3319 msgid "Delete all cookies on logout"
3320 msgstr ""
3322 #: libraries/classes/Config/Descriptions.php:818
3323 msgid "Recall user name"
3324 msgstr ""
3326 #: libraries/classes/Config/Descriptions.php:819
3327 msgid "Login cookie store"
3328 msgstr ""
3330 #: libraries/classes/Config/Descriptions.php:820
3331 msgid "Login cookie validity"
3332 msgstr ""
3334 #: libraries/classes/Config/Descriptions.php:821
3335 msgid "Bigger textarea for LONGTEXT"
3336 msgstr ""
3338 #: libraries/classes/Config/Descriptions.php:822
3339 msgid "Maximum displayed SQL length"
3340 msgstr ""
3342 #: libraries/classes/Config/Descriptions.php:823
3343 msgid "Maximum databases"
3344 msgstr ""
3346 #: libraries/classes/Config/Descriptions.php:824
3347 msgid "Maximum items on first level"
3348 msgstr ""
3350 #: libraries/classes/Config/Descriptions.php:825
3351 msgid "Maximum items in branch"
3352 msgstr ""
3354 #: libraries/classes/Config/Descriptions.php:826
3355 msgid "Maximum number of rows to display"
3356 msgstr ""
3358 #: libraries/classes/Config/Descriptions.php:827
3359 msgid "Maximum tables"
3360 msgstr ""
3362 #: libraries/classes/Config/Descriptions.php:828
3363 msgid "Memory limit"
3364 msgstr ""
3366 #: libraries/classes/Config/Descriptions.php:829
3367 msgid "Show databases navigation as tree"
3368 msgstr ""
3370 #: libraries/classes/Config/Descriptions.php:830
3371 msgid "Navigation panel width"
3372 msgstr ""
3374 #: libraries/classes/Config/Descriptions.php:831
3375 #: libraries/classes/Controllers/JavaScriptMessagesController.php:601
3376 #: libraries/classes/Navigation/NavigationTree.php:1354
3377 msgid "Link with main panel"
3378 msgstr ""
3380 #: libraries/classes/Config/Descriptions.php:832
3381 msgid "Display logo"
3382 msgstr ""
3384 #: libraries/classes/Config/Descriptions.php:833
3385 msgid "Logo link URL"
3386 msgstr ""
3388 #: libraries/classes/Config/Descriptions.php:834
3389 msgid "Logo link target"
3390 msgstr ""
3392 #: libraries/classes/Config/Descriptions.php:835
3393 msgid "Display servers selection"
3394 msgstr ""
3396 #: libraries/classes/Config/Descriptions.php:836
3397 msgid "Target for quick access icon"
3398 msgstr ""
3400 #: libraries/classes/Config/Descriptions.php:837
3401 msgid "Target for second quick access icon"
3402 msgstr ""
3404 #: libraries/classes/Config/Descriptions.php:838
3405 msgid "Minimum number of items to display the filter box"
3406 msgstr ""
3408 #: libraries/classes/Config/Descriptions.php:840
3409 msgid "Minimum number of databases to display the database filter box"
3410 msgstr ""
3412 #: libraries/classes/Config/Descriptions.php:842
3413 msgid "Group items in the tree"
3414 msgstr ""
3416 #: libraries/classes/Config/Descriptions.php:843
3417 msgid "Database tree separator"
3418 msgstr ""
3420 #: libraries/classes/Config/Descriptions.php:844
3421 msgid "Table tree separator"
3422 msgstr ""
3424 #: libraries/classes/Config/Descriptions.php:845
3425 msgid "Maximum table tree depth"
3426 msgstr ""
3428 #: libraries/classes/Config/Descriptions.php:846
3429 msgid "Enable highlighting"
3430 msgstr ""
3432 #: libraries/classes/Config/Descriptions.php:847
3433 msgid "Enable navigation tree expansion"
3434 msgstr ""
3436 #: libraries/classes/Config/Descriptions.php:848
3437 msgid "Show tables in tree"
3438 msgstr ""
3440 #: libraries/classes/Config/Descriptions.php:849
3441 msgid "Show views in tree"
3442 msgstr ""
3444 #: libraries/classes/Config/Descriptions.php:850
3445 msgid "Show functions in tree"
3446 msgstr ""
3448 #: libraries/classes/Config/Descriptions.php:851
3449 msgid "Show procedures in tree"
3450 msgstr ""
3452 #: libraries/classes/Config/Descriptions.php:852
3453 msgid "Show events in tree"
3454 msgstr ""
3456 #: libraries/classes/Config/Descriptions.php:853
3457 msgid "Expand single database"
3458 msgstr ""
3460 #: libraries/classes/Config/Descriptions.php:854
3461 msgid "Recently used tables"
3462 msgstr ""
3464 #: libraries/classes/Config/Descriptions.php:855
3465 #: libraries/classes/RecentFavoriteTable.php:251
3466 msgid "Favorite tables"
3467 msgstr ""
3469 #: libraries/classes/Config/Descriptions.php:856
3470 msgid "Where to show the table row links"
3471 msgstr ""
3473 #: libraries/classes/Config/Descriptions.php:857
3474 msgid "Show row links anyway"
3475 msgstr ""
3477 #: libraries/classes/Config/Descriptions.php:859
3478 msgid "Natural order"
3479 msgstr ""
3481 #: libraries/classes/Config/Descriptions.php:860
3482 msgid "Table navigation bar"
3483 msgstr ""
3485 #: libraries/classes/Config/Descriptions.php:861
3486 msgid "GZip output buffering"
3487 msgstr ""
3489 #: libraries/classes/Config/Descriptions.php:862
3490 msgid "Default sorting order"
3491 msgstr ""
3493 #: libraries/classes/Config/Descriptions.php:863
3494 msgid "Persistent connections"
3495 msgstr ""
3497 #: libraries/classes/Config/Descriptions.php:864
3498 msgid "Missing phpMyAdmin configuration storage tables"
3499 msgstr ""
3501 #: libraries/classes/Config/Descriptions.php:865
3502 msgid "MySQL reserved word warning"
3503 msgstr ""
3505 #: libraries/classes/Config/Descriptions.php:866
3506 msgid "How to display the menu tabs"
3507 msgstr ""
3509 #: libraries/classes/Config/Descriptions.php:867
3510 msgid "How to display various action links"
3511 msgstr ""
3513 #: libraries/classes/Config/Descriptions.php:868
3514 msgid "Protect binary columns"
3515 msgstr ""
3517 #: libraries/classes/Config/Descriptions.php:869
3518 msgid "Permanent query history"
3519 msgstr ""
3521 #: libraries/classes/Config/Descriptions.php:870
3522 msgid "Query history length"
3523 msgstr ""
3525 #: libraries/classes/Config/Descriptions.php:871
3526 msgid "Recoding engine"
3527 msgstr ""
3529 #: libraries/classes/Config/Descriptions.php:872
3530 msgid "Remember table's sorting"
3531 msgstr ""
3533 #: libraries/classes/Config/Descriptions.php:873
3534 msgid "Primary key default sort order"
3535 msgstr ""
3537 #: libraries/classes/Config/Descriptions.php:874
3538 msgid "Repeat headers"
3539 msgstr ""
3541 #: libraries/classes/Config/Descriptions.php:875
3542 msgid "Grid editing: trigger action"
3543 msgstr ""
3545 #: libraries/classes/Config/Descriptions.php:876
3546 msgid "Relational display"
3547 msgstr ""
3549 #: libraries/classes/Config/Descriptions.php:877
3550 msgid "Grid editing: save all edited cells at once"
3551 msgstr ""
3553 #: libraries/classes/Config/Descriptions.php:878
3554 msgid "Save directory"
3555 msgstr ""
3557 #: libraries/classes/Config/Descriptions.php:879
3558 msgid "Host authorization order"
3559 msgstr ""
3561 #: libraries/classes/Config/Descriptions.php:880
3562 msgid "Host authorization rules"
3563 msgstr ""
3565 #: libraries/classes/Config/Descriptions.php:881
3566 msgid "Allow logins without a password"
3567 msgstr ""
3569 #: libraries/classes/Config/Descriptions.php:882
3570 msgid "Allow root login"
3571 msgstr ""
3573 #: libraries/classes/Config/Descriptions.php:883
3574 msgid "Session timezone"
3575 msgstr ""
3577 #: libraries/classes/Config/Descriptions.php:884
3578 msgid "HTTP Realm"
3579 msgstr ""
3581 #: libraries/classes/Config/Descriptions.php:885
3582 #: templates/setup/home/index.twig:50
3583 msgid "Authentication type"
3584 msgstr ""
3586 #: libraries/classes/Config/Descriptions.php:886
3587 msgid "Bookmark table"
3588 msgstr ""
3590 #: libraries/classes/Config/Descriptions.php:887
3591 msgid "Column information table"
3592 msgstr ""
3594 #: libraries/classes/Config/Descriptions.php:888
3595 msgid "Compress connection"
3596 msgstr ""
3598 #: libraries/classes/Config/Descriptions.php:889
3599 msgid "Control user password"
3600 msgstr ""
3602 #: libraries/classes/Config/Descriptions.php:890
3603 msgid "Control user"
3604 msgstr ""
3606 #: libraries/classes/Config/Descriptions.php:891
3607 msgid "Control host"
3608 msgstr ""
3610 #: libraries/classes/Config/Descriptions.php:892
3611 msgid "Control port"
3612 msgstr ""
3614 #: libraries/classes/Config/Descriptions.php:893
3615 msgid "Disable use of INFORMATION_SCHEMA"
3616 msgstr ""
3618 #: libraries/classes/Config/Descriptions.php:894
3619 msgid "Hide databases"
3620 msgstr ""
3622 #: libraries/classes/Config/Descriptions.php:895
3623 msgid "SQL query history table"
3624 msgstr ""
3626 #: libraries/classes/Config/Descriptions.php:896
3627 msgid "Server hostname"
3628 msgstr ""
3630 #: libraries/classes/Config/Descriptions.php:897
3631 msgid "Logout URL"
3632 msgstr ""
3634 #: libraries/classes/Config/Descriptions.php:898
3635 msgid "Maximal number of table preferences to store"
3636 msgstr ""
3638 #: libraries/classes/Config/Descriptions.php:899
3639 msgid "QBE saved searches table"
3640 msgstr ""
3642 #: libraries/classes/Config/Descriptions.php:900
3643 msgid "Export templates table"
3644 msgstr ""
3646 #: libraries/classes/Config/Descriptions.php:901
3647 msgid "Central columns table"
3648 msgstr ""
3650 #: libraries/classes/Config/Descriptions.php:902
3651 msgid "Show only listed databases"
3652 msgstr ""
3654 #: libraries/classes/Config/Descriptions.php:903
3655 msgid "Password for config auth"
3656 msgstr ""
3658 #: libraries/classes/Config/Descriptions.php:904
3659 msgid "PDF schema: pages table"
3660 msgstr ""
3662 #: libraries/classes/Config/Descriptions.php:905
3663 #: templates/database/operations/index.twig:122
3664 #: templates/server/databases/index.twig:24
3665 msgid "Database name"
3666 msgstr ""
3668 #: libraries/classes/Config/Descriptions.php:906
3669 msgid "Server port"
3670 msgstr ""
3672 #: libraries/classes/Config/Descriptions.php:907
3673 msgid "Recently used table"
3674 msgstr ""
3676 #: libraries/classes/Config/Descriptions.php:908
3677 msgid "Favorites table"
3678 msgstr ""
3680 #: libraries/classes/Config/Descriptions.php:909
3681 msgid "Relation table"
3682 msgstr ""
3684 #: libraries/classes/Config/Descriptions.php:910
3685 msgid "Signon session name"
3686 msgstr ""
3688 #: libraries/classes/Config/Descriptions.php:911
3689 msgid "Signon URL"
3690 msgstr ""
3692 #: libraries/classes/Config/Descriptions.php:912
3693 msgid "Server socket"
3694 msgstr ""
3696 #: libraries/classes/Config/Descriptions.php:913
3697 msgid "Use SSL"
3698 msgstr ""
3700 #: libraries/classes/Config/Descriptions.php:914
3701 msgid "Designer and PDF schema: table coordinates"
3702 msgstr ""
3704 #: libraries/classes/Config/Descriptions.php:915
3705 msgid "Display columns table"
3706 msgstr ""
3708 #: libraries/classes/Config/Descriptions.php:916
3709 msgid "UI preferences table"
3710 msgstr ""
3712 #: libraries/classes/Config/Descriptions.php:917
3713 msgid "Add DROP DATABASE"
3714 msgstr ""
3716 #: libraries/classes/Config/Descriptions.php:918
3717 #: templates/database/structure/copy_form.twig:34
3718 msgid "Add DROP TABLE"
3719 msgstr ""
3721 #: libraries/classes/Config/Descriptions.php:919
3722 msgid "Add DROP VIEW"
3723 msgstr ""
3725 #: libraries/classes/Config/Descriptions.php:920
3726 msgid "Statements to track"
3727 msgstr ""
3729 #: libraries/classes/Config/Descriptions.php:921
3730 msgid "SQL query tracking table"
3731 msgstr ""
3733 #: libraries/classes/Config/Descriptions.php:922
3734 msgid "Automatically create versions"
3735 msgstr ""
3737 #: libraries/classes/Config/Descriptions.php:923
3738 msgid "User preferences storage table"
3739 msgstr ""
3741 #: libraries/classes/Config/Descriptions.php:924
3742 msgid "Users table"
3743 msgstr ""
3745 #: libraries/classes/Config/Descriptions.php:925
3746 msgid "User groups table"
3747 msgstr ""
3749 #: libraries/classes/Config/Descriptions.php:926
3750 msgid "Hidden navigation items table"
3751 msgstr ""
3753 #: libraries/classes/Config/Descriptions.php:927
3754 msgid "User for config auth"
3755 msgstr ""
3757 #: libraries/classes/Config/Descriptions.php:928
3758 msgid "Verbose name of this server"
3759 msgstr ""
3761 #: libraries/classes/Config/Descriptions.php:929
3762 msgid "Allow to display all the rows"
3763 msgstr ""
3765 #: libraries/classes/Config/Descriptions.php:930
3766 msgid "Show password change form"
3767 msgstr ""
3769 #: libraries/classes/Config/Descriptions.php:931
3770 msgid "Show create database form"
3771 msgstr ""
3773 #: libraries/classes/Config/Descriptions.php:932
3774 msgid "Show table comments"
3775 msgstr ""
3777 #: libraries/classes/Config/Descriptions.php:933
3778 msgid "Show creation timestamp"
3779 msgstr ""
3781 #: libraries/classes/Config/Descriptions.php:934
3782 msgid "Show last update timestamp"
3783 msgstr ""
3785 #: libraries/classes/Config/Descriptions.php:935
3786 msgid "Show last check timestamp"
3787 msgstr ""
3789 #: libraries/classes/Config/Descriptions.php:936
3790 msgid "Show table charset"
3791 msgstr ""
3793 #: libraries/classes/Config/Descriptions.php:937
3794 msgid "Show field types"
3795 msgstr ""
3797 #: libraries/classes/Config/Descriptions.php:938
3798 msgid "Show function fields"
3799 msgstr ""
3801 #: libraries/classes/Config/Descriptions.php:939
3802 msgid "Show hint"
3803 msgstr ""
3805 #: libraries/classes/Config/Descriptions.php:940
3806 msgid "Show phpinfo() link"
3807 msgstr ""
3809 #: libraries/classes/Config/Descriptions.php:941
3810 msgid "Show detailed MySQL server information"
3811 msgstr ""
3813 #: libraries/classes/Config/Descriptions.php:942
3814 msgid "Show SQL queries"
3815 msgstr ""
3817 #: libraries/classes/Config/Descriptions.php:943 templates/sql/query.twig:127
3818 msgid "Retain query box"
3819 msgstr ""
3821 #: libraries/classes/Config/Descriptions.php:944
3822 msgid "Show statistics"
3823 msgstr ""
3825 #: libraries/classes/Config/Descriptions.php:945
3826 msgid "Skip locked tables"
3827 msgstr ""
3829 #: libraries/classes/Config/Descriptions.php:946
3830 #: libraries/classes/ConfigStorage/UserGroups.php:124
3831 #: libraries/classes/Controllers/JavaScriptMessagesController.php:388
3832 #: libraries/classes/Display/Results.php:2962
3833 #: libraries/classes/Html/Generator.php:664
3834 #: libraries/classes/Html/Generator.php:915
3835 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
3836 #: templates/console/display.twig:175
3837 #: templates/database/central_columns/main.twig:265
3838 #: templates/database/central_columns/main.twig:376
3839 #: templates/database/central_columns/main.twig:377
3840 #: templates/database/events/index.twig:74
3841 #: templates/database/events/index.twig:77
3842 #: templates/database/events/row.twig:23 templates/database/events/row.twig:26
3843 #: templates/database/routines/row.twig:24
3844 #: templates/database/routines/row.twig:27
3845 #: templates/database/structure/structure_table_row.twig:66
3846 #: templates/database/triggers/row.twig:28
3847 #: templates/database/triggers/row.twig:31
3848 #: templates/display/results/table.twig:227
3849 #: templates/display/results/table.twig:228 templates/indexes.twig:34
3850 #: templates/server/variables/index.twig:41
3851 #: templates/server/variables/index.twig:44 templates/setup/home/index.twig:63
3852 #: templates/table/structure/display_structure.twig:480
3853 msgid "Edit"
3854 msgstr ""
3856 #: libraries/classes/Config/Descriptions.php:947
3857 #: libraries/classes/Html/Generator.php:632
3858 msgid "Explain SQL"
3859 msgstr ""
3861 #: libraries/classes/Config/Descriptions.php:948
3862 #: libraries/classes/Export.php:592 libraries/classes/Html/Generator.php:712
3863 #: templates/console/display.twig:99
3864 #: templates/server/status/processes/index.twig:19
3865 #: templates/server/status/variables/index.twig:42
3866 msgid "Refresh"
3867 msgstr ""
3869 #: libraries/classes/Config/Descriptions.php:949
3870 #: libraries/classes/Html/Generator.php:696
3871 msgid "Create PHP code"
3872 msgstr ""
3874 #: libraries/classes/Config/Descriptions.php:950
3875 msgid "Suhosin warning"
3876 msgstr ""
3878 #: libraries/classes/Config/Descriptions.php:951
3879 msgid "Login cookie validity warning"
3880 msgstr ""
3882 #: libraries/classes/Config/Descriptions.php:952
3883 msgid "Textarea columns"
3884 msgstr ""
3886 #: libraries/classes/Config/Descriptions.php:953
3887 msgid "Textarea rows"
3888 msgstr ""
3890 #: libraries/classes/Config/Descriptions.php:954
3891 #: libraries/classes/Plugins/Export/ExportHtmlword.php:141
3892 #: libraries/classes/Plugins/Export/ExportOdt.php:185
3893 #: libraries/classes/Plugins/Export/ExportTexytext.php:125
3894 #: libraries/classes/Server/Privileges.php:1812
3895 #: libraries/classes/Server/Privileges.php:1814
3896 #: libraries/classes/Server/Status/Processes.php:126
3897 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:40
3898 #: templates/console/display.twig:184 templates/server/databases/index.twig:106
3899 #: templates/server/privileges/edit_routine_privileges.twig:17
3900 #: templates/server/privileges/privileges_table.twig:257
3901 #: templates/server/privileges/user_properties.twig:22
3902 #: templates/server/privileges/user_properties.twig:71
3903 #: templates/table/operations/index.twig:56
3904 #: templates/table/operations/index.twig:62
3905 #: templates/table/operations/index.twig:257
3906 #: templates/table/operations/index.twig:263
3907 #: templates/table/relation/common_form.twig:36
3908 #: templates/table/relation/common_form.twig:175
3909 #: templates/table/relation/foreign_key_row.twig:97
3910 msgid "Database"
3911 msgstr ""
3913 #: libraries/classes/Config/Descriptions.php:955
3914 msgid "Default title"
3915 msgstr ""
3917 #: libraries/classes/Config/Descriptions.php:956
3918 #: templates/server/status/base.twig:6
3919 msgid "Server"
3920 msgstr ""
3922 #: libraries/classes/Config/Descriptions.php:957
3923 #: libraries/classes/Plugins/Export/ExportXml.php:466
3924 #: libraries/classes/Server/Privileges.php:1818
3925 #: libraries/classes/Server/Privileges.php:1820
3926 #: templates/database/structure/show_create.twig:10
3927 #: templates/database/structure/table_header.twig:8
3928 #: templates/database/tracking/tables.twig:13
3929 #: templates/database/tracking/tables.twig:153
3930 #: templates/database/triggers/editor_form.twig:27
3931 #: templates/database/triggers/list.twig:45
3932 #: templates/server/privileges/privileges_table.twig:6
3933 #: templates/server/privileges/privileges_table.twig:259
3934 #: templates/server/privileges/user_properties.twig:37
3935 #: templates/server/privileges/user_properties.twig:82
3936 #: templates/table/maintenance/checksum.twig:12
3937 #: templates/table/operations/index.twig:65
3938 #: templates/table/operations/index.twig:266
3939 #: templates/table/relation/common_form.twig:37
3940 #: templates/table/relation/common_form.twig:182
3941 #: templates/table/relation/foreign_key_row.twig:108
3942 msgid "Table"
3943 msgstr ""
3945 #: libraries/classes/Config/Descriptions.php:958
3946 msgid "List of trusted proxies for IP allow/deny"
3947 msgstr ""
3949 #: libraries/classes/Config/Descriptions.php:959
3950 msgid "Upload directory"
3951 msgstr ""
3953 #: libraries/classes/Config/Descriptions.php:960
3954 msgid "Use database search"
3955 msgstr ""
3957 #: libraries/classes/Config/Descriptions.php:961
3958 msgid "Enable the Developer tab in settings"
3959 msgstr ""
3961 #: libraries/classes/Config/Descriptions.php:962
3962 #: libraries/classes/Setup/Index.php:128 libraries/classes/Setup/Index.php:151
3963 #: libraries/classes/Setup/Index.php:163 libraries/classes/Setup/Index.php:176
3964 #: libraries/classes/Setup/Index.php:185 libraries/classes/Setup/Index.php:193
3965 msgid "Version check"
3966 msgstr ""
3968 #: libraries/classes/Config/Descriptions.php:963
3969 msgid "Proxy URL"
3970 msgstr ""
3972 #: libraries/classes/Config/Descriptions.php:964
3973 msgid "Proxy username"
3974 msgstr ""
3976 #: libraries/classes/Config/Descriptions.php:965
3977 msgid "Proxy password"
3978 msgstr ""
3980 #: libraries/classes/Config/Descriptions.php:966
3981 msgid "ZIP"
3982 msgstr ""
3984 #: libraries/classes/Config/Descriptions.php:967
3985 msgid "URL for reCAPTCHA v2 API"
3986 msgstr ""
3988 #: libraries/classes/Config/Descriptions.php:968
3989 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API"
3990 msgstr ""
3992 #: libraries/classes/Config/Descriptions.php:969
3993 msgid "Request parameter for reCAPTCHA v2 API"
3994 msgstr ""
3996 #: libraries/classes/Config/Descriptions.php:970
3997 msgid "Response parameter for reCAPTCHA v2 API"
3998 msgstr ""
4000 #: libraries/classes/Config/Descriptions.php:971
4001 msgid "Public key for reCAPTCHA"
4002 msgstr ""
4004 #: libraries/classes/Config/Descriptions.php:972
4005 msgid "Private key for reCAPTCHA"
4006 msgstr ""
4008 #: libraries/classes/Config/Descriptions.php:973
4009 msgid "URL for reCAPTCHA siteverify"
4010 msgstr ""
4012 #: libraries/classes/Config/Descriptions.php:974
4013 msgid "Send error reports"
4014 msgstr ""
4016 #: libraries/classes/Config/Descriptions.php:975
4017 msgid "Enter executes queries in console"
4018 msgstr ""
4020 #: libraries/classes/Config/Descriptions.php:976
4021 msgid "Enable Zero Configuration mode"
4022 msgstr ""
4024 #: libraries/classes/Config/Descriptions.php:977
4025 #: templates/console/display.twig:153
4026 msgid "Show query history at start"
4027 msgstr ""
4029 #: libraries/classes/Config/Descriptions.php:978
4030 #: templates/console/display.twig:149
4031 msgid "Always expand query messages"
4032 msgstr ""
4034 #: libraries/classes/Config/Descriptions.php:979
4035 #: templates/console/display.twig:157
4036 msgid "Show current browsing query"
4037 msgstr ""
4039 #: libraries/classes/Config/Descriptions.php:980
4040 msgid "Execute queries on Enter and insert new line with Shift+Enter"
4041 msgstr ""
4043 #: libraries/classes/Config/Descriptions.php:981
4044 #: templates/console/display.twig:168
4045 msgid "Switch to dark theme"
4046 msgstr ""
4048 #: libraries/classes/Config/Descriptions.php:982
4049 msgid "Console height"
4050 msgstr ""
4052 #: libraries/classes/Config/Descriptions.php:983
4053 msgid "Console mode"
4054 msgstr ""
4056 #: libraries/classes/Config/Descriptions.php:984
4057 #: templates/console/display.twig:64
4058 msgid "Group queries"
4059 msgstr ""
4061 #: libraries/classes/Config/Descriptions.php:985
4062 #: templates/sql/profiling_chart.twig:9
4063 msgid "Order"
4064 msgstr ""
4066 #: libraries/classes/Config/Descriptions.php:986
4067 msgid "Order by"
4068 msgstr ""
4070 #: libraries/classes/Config/Descriptions.php:987
4071 msgid "Server connection collation"
4072 msgstr ""
4074 #: libraries/classes/Config/FormDisplay.php:605
4075 #, php-format
4076 msgid "Missing data for %s"
4077 msgstr ""
4079 #: libraries/classes/Config/FormDisplay.php:646
4080 #: libraries/classes/Config/Validator.php:590
4081 #: templates/config/form_display/display.twig:67
4082 msgid "Incorrect value!"
4083 msgstr ""
4085 #: libraries/classes/Config/FormDisplay.php:797
4086 #: libraries/classes/Config/FormDisplay.php:806
4087 msgid "unavailable"
4088 msgstr ""
4090 #: libraries/classes/Config/FormDisplay.php:799
4091 #: libraries/classes/Config/FormDisplay.php:808
4092 #, php-format
4093 msgid "\"%s\" requires %s extension"
4094 msgstr ""
4096 #: libraries/classes/Config/FormDisplay.php:839
4097 #, php-format
4098 msgid "Compressed import will not work due to missing function %s."
4099 msgstr ""
4101 #: libraries/classes/Config/FormDisplay.php:848
4102 #, php-format
4103 msgid "Compressed export will not work due to missing function %s."
4104 msgstr ""
4106 #: libraries/classes/Config/FormDisplay.php:867
4107 #, php-format
4108 msgid "maximum %s"
4109 msgstr ""
4111 #: libraries/classes/Config/Forms/Setup/ServersForm.php:39
4112 msgid "Config authentication"
4113 msgstr ""
4115 #: libraries/classes/Config/Forms/Setup/ServersForm.php:43
4116 msgid "HTTP authentication"
4117 msgstr ""
4119 #: libraries/classes/Config/Forms/Setup/ServersForm.php:46
4120 msgid "Signon authentication"
4121 msgstr ""
4123 #: libraries/classes/Config/Forms/User/ExportForm.php:25
4124 msgid "Quick"
4125 msgstr ""
4127 #: libraries/classes/Config/Forms/User/ExportForm.php:29
4128 msgid "Custom"
4129 msgstr ""
4131 #: libraries/classes/Config/Forms/User/ExportForm.php:55
4132 #: libraries/classes/Config/Forms/User/ExportForm.php:100
4133 #: libraries/classes/Config/Forms/User/ExportForm.php:128
4134 #: libraries/classes/Controllers/JavaScriptMessagesController.php:706
4135 #: libraries/classes/Import.php:1299 libraries/classes/Menu.php:247
4136 #: libraries/classes/Menu.php:357
4137 #: libraries/classes/Navigation/Nodes/NodeColumn.php:42
4138 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:50
4139 #: libraries/classes/Navigation/Nodes/NodeTable.php:301
4140 #: libraries/classes/Util.php:1477 libraries/classes/Util.php:1959
4141 #: libraries/classes/Util.php:1976 libraries/config.values.php:60
4142 #: libraries/config.values.php:74 libraries/config.values.php:165
4143 #: libraries/config.values.php:175
4144 #: templates/columns_definitions/table_fields_definitions.twig:4
4145 #: templates/database/central_columns/edit.twig:3
4146 #: templates/database/export/index.twig:23
4147 #: templates/database/structure/structure_table_row.twig:48
4148 #: templates/server/privileges/privileges_table.twig:352
4149 #: templates/table/tracking/structure_snapshot_columns.twig:1
4150 msgid "Structure"
4151 msgstr ""
4153 #: libraries/classes/Config/Forms/User/ExportForm.php:71
4154 #: libraries/classes/Config/Forms/User/ExportForm.php:108
4155 #: libraries/classes/Config/Forms/User/ExportForm.php:133
4156 #: libraries/classes/Config/Forms/User/ExportForm.php:139
4157 #: libraries/classes/Controllers/Server/DatabasesController.php:317
4158 #: templates/database/export/index.twig:24
4159 #: templates/server/privileges/privileges_table.twig:278
4160 #: templates/table/structure/display_table_stats.twig:17
4161 msgid "Data"
4162 msgstr "ዳታ"
4164 #: libraries/classes/Config/Forms/User/ExportForm.php:91
4165 msgid "CSV for MS Excel"
4166 msgstr ""
4168 #: libraries/classes/Config/Forms/User/ExportForm.php:116
4169 msgid "Microsoft Word 2000"
4170 msgstr ""
4172 #: libraries/classes/Config/Forms/User/ExportForm.php:122
4173 #: libraries/classes/Config/Forms/User/ImportForm.php:52
4174 msgid "OpenDocument Spreadsheet"
4175 msgstr ""
4177 #: libraries/classes/Config/Forms/User/ExportForm.php:126
4178 msgid "OpenDocument Text"
4179 msgstr ""
4181 #: libraries/classes/Config/Forms/User/ExportForm.php:153
4182 #: libraries/classes/Controllers/JavaScriptMessagesController.php:373
4183 #: libraries/classes/Menu.php:277 libraries/classes/Menu.php:382
4184 #: libraries/classes/Menu.php:513 libraries/classes/Server/Privileges.php:1506
4185 #: libraries/classes/Util.php:1948 libraries/classes/Util.php:1963
4186 #: libraries/classes/Util.php:1980 templates/database/events/index.twig:16
4187 #: templates/database/events/index.twig:17
4188 #: templates/database/events/index.twig:86
4189 #: templates/database/events/row.twig:36
4190 #: templates/database/privileges/index.twig:91
4191 #: templates/database/privileges/index.twig:116
4192 #: templates/database/privileges/index.twig:117
4193 #: templates/database/routines/index.twig:16
4194 #: templates/database/routines/index.twig:17
4195 #: templates/database/routines/row.twig:64
4196 #: templates/database/routines/row.twig:67
4197 #: templates/database/structure/check_all_tables.twig:12
4198 #: templates/database/triggers/list.twig:16
4199 #: templates/database/triggers/list.twig:17
4200 #: templates/database/triggers/row.twig:41
4201 #: templates/display/results/table.twig:240
4202 #: templates/display/results/table.twig:241
4203 #: templates/display/results/table.twig:272 templates/export.twig:3
4204 #: templates/export.twig:499 templates/preferences/header.twig:42
4205 #: templates/preferences/manage/main.twig:68
4206 #: templates/server/privileges/new_user_ajax.twig:63
4207 #: templates/server/privileges/users_overview.twig:95
4208 #: templates/server/privileges/users_overview.twig:125
4209 #: templates/server/privileges/users_overview.twig:126
4210 #: templates/server/status/monitor/index.twig:81
4211 #: templates/table/privileges/index.twig:95
4212 #: templates/table/privileges/index.twig:120
4213 #: templates/table/privileges/index.twig:121
4214 msgid "Export"
4215 msgstr ""
4217 #: libraries/classes/Config/Forms/User/FeaturesForm.php:90
4218 #: templates/preferences/header.twig:18
4219 msgid "Features"
4220 msgstr ""
4222 #: libraries/classes/Config/Forms/User/ImportForm.php:43
4223 msgid "CSV using LOAD DATA"
4224 msgstr ""
4226 #: libraries/classes/Config/Forms/User/ImportForm.php:67
4227 #: libraries/classes/Controllers/JavaScriptMessagesController.php:310
4228 #: libraries/classes/Menu.php:286 libraries/classes/Menu.php:392
4229 #: libraries/classes/Menu.php:518 libraries/classes/Util.php:1949
4230 #: libraries/classes/Util.php:1964 libraries/classes/Util.php:1981
4231 #: templates/import.twig:3 templates/import.twig:199
4232 #: templates/preferences/header.twig:48
4233 #: templates/preferences/manage/main.twig:11
4234 #: templates/server/status/monitor/index.twig:78
4235 msgid "Import"
4236 msgstr ""
4238 #: libraries/classes/Config/Forms/User/MainForm.php:37
4239 msgid "Default transformations"
4240 msgstr ""
4242 #: libraries/classes/Config/PageSettings.php:135
4243 msgid "Cannot save settings, submitted configuration form contains errors!"
4244 msgstr ""
4246 #: libraries/classes/Config.php:646
4247 #, php-format
4248 msgid "Existing configuration file (%s) is not readable."
4249 msgstr ""
4251 #: libraries/classes/Config.php:684
4252 msgid "Wrong permissions on configuration file, should not be world writable!"
4253 msgstr ""
4255 #: libraries/classes/Config.php:699
4256 msgid "Failed to read configuration file!"
4257 msgstr ""
4259 #: libraries/classes/Config.php:701
4260 msgid ""
4261 "This usually means there is a syntax error in it, please check any errors "
4262 "shown below."
4263 msgstr ""
4265 #: libraries/classes/Config.php:1228
4266 #, php-format
4267 msgid "Invalid server index: %s"
4268 msgstr ""
4270 #: libraries/classes/Config.php:1241
4271 #, php-format
4272 msgid "Server %d"
4273 msgstr ""
4275 #: libraries/classes/Config/ServerConfigChecks.php:67
4276 #, php-format
4277 msgid ""
4278 "This %soption%s should be disabled as it allows attackers to bruteforce "
4279 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4280 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4281 "protection with trusted proxies list may not be reliable if your IP belongs "
4282 "to an ISP where thousands of users, including you, are connected to."
4283 msgstr ""
4285 #: libraries/classes/Config/ServerConfigChecks.php:92
4286 msgid ""
4287 "This value should be double checked to ensure that this directory is neither "
4288 "world accessible nor readable or writable by other users on your server."
4289 msgstr ""
4291 #: libraries/classes/Config/ServerConfigChecks.php:162
4292 msgid "You should use SSL connections if your database server supports it."
4293 msgstr ""
4295 #: libraries/classes/Config/ServerConfigChecks.php:169
4296 #, php-format
4297 msgid ""
4298 "If you feel this is necessary, use additional protection settings - %1$shost "
4299 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4300 "based protection may not be reliable if your IP belongs to an ISP where "
4301 "thousands of users, including you, are connected to."
4302 msgstr ""
4304 #: libraries/classes/Config/ServerConfigChecks.php:195
4305 #, php-format
4306 msgid ""
4307 "You set the [kbd]config[/kbd] authentication type and included username and "
4308 "password for auto-login, which is not a desirable option for live hosts. "
4309 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4310 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4311 "[kbd]http[/kbd]."
4312 msgstr ""
4314 #: libraries/classes/Config/ServerConfigChecks.php:224
4315 msgid "You allow for connecting to the server without a password."
4316 msgstr ""
4318 #: libraries/classes/Config/ServerConfigChecks.php:304
4319 #, php-format
4320 msgid ""
4321 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4322 "system."
4323 msgstr ""
4325 #: libraries/classes/Config/ServerConfigChecks.php:325
4326 #, php-format
4327 msgid ""
4328 "%sZip compression%s requires functions (%s) which are unavailable on this "
4329 "system."
4330 msgstr ""
4332 #: libraries/classes/Config/ServerConfigChecks.php:359
4333 msgid ""
4334 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4335 "authentication, so a key was automatically generated for you. It is used to "
4336 "encrypt cookies; you don't need to remember it."
4337 msgstr ""
4339 #: libraries/classes/Config/ServerConfigChecks.php:373
4340 msgid "Key is too short, it should have at least 32 characters."
4341 msgstr ""
4343 #: libraries/classes/Config/ServerConfigChecks.php:383
4344 msgid "Key should contain letters, numbers [em]and[/em] special characters."
4345 msgstr ""
4347 #: libraries/classes/Config/ServerConfigChecks.php:416
4348 #, php-format
4349 msgid ""
4350 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4351 "may cause random session invalidation (currently session.gc_maxlifetime is "
4352 "%5$d)."
4353 msgstr ""
4355 #: libraries/classes/Config/ServerConfigChecks.php:438
4356 #, php-format
4357 msgid ""
4358 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4359 "most. Values larger than 1800 may pose a security risk such as impersonation."
4360 msgstr ""
4362 #: libraries/classes/Config/ServerConfigChecks.php:464
4363 #, php-format
4364 msgid ""
4365 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4366 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4367 msgstr ""
4369 #: libraries/classes/Config/ServerConfigChecks.php:503
4370 #, php-format
4371 msgid ""
4372 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4373 "are unavailable on this system."
4374 msgstr ""
4376 #: libraries/classes/Config/ServerConfigChecks.php:534
4377 #, php-format
4378 msgid ""
4379 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4380 "are unavailable on this system."
4381 msgstr ""
4383 #: libraries/classes/ConfigStorage/Relation.php:1361
4384 msgid "no description"
4385 msgstr ""
4387 #: libraries/classes/ConfigStorage/Relation.php:1563
4388 #, php-format
4389 msgid ""
4390 "You do not have necessary privileges to create a database named '%s'. You "
4391 "may go to 'Operations' tab of any database to set up the phpMyAdmin "
4392 "configuration storage there."
4393 msgstr ""
4395 #: libraries/classes/ConfigStorage/UserGroups.php:114
4396 msgid "View users"
4397 msgstr ""
4399 #: libraries/classes/ConfigStorage/UserGroups.php:247
4400 msgid "Server-level tabs"
4401 msgstr ""
4403 #: libraries/classes/ConfigStorage/UserGroups.php:252
4404 msgid "Database-level tabs"
4405 msgstr ""
4407 #: libraries/classes/ConfigStorage/UserGroups.php:257
4408 msgid "Table-level tabs"
4409 msgstr ""
4411 #: libraries/classes/Config/Validator.php:243
4412 msgid "Could not connect to the database server!"
4413 msgstr ""
4415 #: libraries/classes/Config/Validator.php:279
4416 msgid "Invalid authentication type!"
4417 msgstr ""
4419 #: libraries/classes/Config/Validator.php:284
4420 msgid "Empty username while using [kbd]config[/kbd] authentication method!"
4421 msgstr ""
4423 #: libraries/classes/Config/Validator.php:290
4424 msgid ""
4425 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4426 "method!"
4427 msgstr ""
4429 #: libraries/classes/Config/Validator.php:297
4430 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4431 msgstr ""
4433 #: libraries/classes/Config/Validator.php:351
4434 msgid ""
4435 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4436 msgstr ""
4438 #: libraries/classes/Config/Validator.php:358
4439 msgid ""
4440 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4441 "storage!"
4442 msgstr ""
4444 #: libraries/classes/Config/Validator.php:449
4445 msgid "Incorrect value:"
4446 msgstr ""
4448 #: libraries/classes/Config/Validator.php:460
4449 #, php-format
4450 msgid "Incorrect IP address: %s"
4451 msgstr ""
4453 #: libraries/classes/Config/Validator.php:523
4454 #: templates/config/form_display/display.twig:66
4455 msgid "Not a valid port number!"
4456 msgstr ""
4458 #: libraries/classes/Config/Validator.php:545
4459 #: templates/config/form_display/display.twig:64
4460 msgid "Not a positive number!"
4461 msgstr ""
4463 #: libraries/classes/Config/Validator.php:567
4464 #: templates/config/form_display/display.twig:65
4465 msgid "Not a non-negative number!"
4466 msgstr ""
4468 #: libraries/classes/Config/Validator.php:608
4469 #: templates/config/form_display/display.twig:68
4470 #, php-format
4471 msgid "Value must be less than or equal to %s!"
4472 msgstr ""
4474 #: libraries/classes/Console.php:92
4475 #, php-format
4476 msgid "Showing %1$d bookmark (both private and shared)"
4477 msgid_plural "Showing %1$d bookmarks (both private and shared)"
4478 msgstr[0] ""
4479 msgstr[1] ""
4481 #: libraries/classes/Console.php:99
4482 msgid "No bookmarks"
4483 msgstr ""
4485 #: libraries/classes/Console.php:128
4486 msgid "SQL Query Console"
4487 msgstr ""
4489 #: libraries/classes/Controllers/AbstractController.php:73
4490 #: libraries/classes/Controllers/JavaScriptMessagesController.php:343
4491 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:68
4492 #: libraries/classes/DbTableExists.php:47
4493 msgid "No databases selected."
4494 msgstr ""
4496 #: libraries/classes/Controllers/ChangeLogController.php:38
4497 #: libraries/classes/Controllers/LicenseController.php:36
4498 #, php-format
4499 msgid ""
4500 "The %s file is not available on this system, please visit %s for more "
4501 "information."
4502 msgstr ""
4504 #: libraries/classes/Controllers/Database/CentralColumnsController.php:140
4505 #, php-format
4506 msgid "Showing rows %1$s - %2$s."
4507 msgstr ""
4509 #. l10n: The user tries to save a page with an existing name in Designer
4510 #: libraries/classes/Controllers/Database/DesignerController.php:92
4511 #, php-format
4512 msgid ""
4513 "There already exists a page named \"%s\" please rename it to something else."
4514 msgstr ""
4516 #: libraries/classes/Controllers/Database/ExportController.php:81
4517 #: libraries/classes/Controllers/Database/TrackingController.php:130
4518 #: libraries/classes/Controllers/Export/ExportController.php:442
4519 #: libraries/classes/Database/Qbe.php:322
4520 #: templates/database/structure/index.twig:25
4521 #: templates/navigation/tree/path.twig:9
4522 msgid "No tables found in database."
4523 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
4525 #: libraries/classes/Controllers/Database/ExportController.php:143
4526 #: libraries/classes/Controllers/Server/ExportController.php:73
4527 #: libraries/classes/Controllers/Table/ExportController.php:104
4528 msgid "Could not load export plugins, please check your installation!"
4529 msgstr ""
4531 #: libraries/classes/Controllers/Database/ImportController.php:72
4532 #: libraries/classes/Controllers/Import/ImportController.php:564
4533 #: libraries/classes/Controllers/Server/ImportController.php:58
4534 #: libraries/classes/Controllers/Table/ImportController.php:69
4535 msgid "Could not load import plugins, please check your installation!"
4536 msgstr ""
4538 #: libraries/classes/Controllers/Database/Operations/CollationController.php:48
4539 #: libraries/classes/Controllers/Table/OperationsController.php:258
4540 msgid "No collation provided."
4541 msgstr ""
4543 #: libraries/classes/Controllers/Database/OperationsController.php:90
4544 #: libraries/classes/Controllers/Table/CreateController.php:72
4545 msgid "The database name is empty!"
4546 msgstr "የዳታቤዝ ስም ባዶ ነው!"
4548 #: libraries/classes/Controllers/Database/OperationsController.php:99
4549 msgid "Cannot copy database to the same name. Change the name and try again."
4550 msgstr ""
4552 #: libraries/classes/Controllers/Database/OperationsController.php:177
4553 #, php-format
4554 msgid "Database %1$s has been renamed to %2$s."
4555 msgstr ""
4557 #: libraries/classes/Controllers/Database/OperationsController.php:187
4558 #, php-format
4559 msgid "Database %1$s has been copied to %2$s."
4560 msgstr ""
4562 #: libraries/classes/Controllers/Database/OperationsController.php:296
4563 #, php-format
4564 msgid ""
4565 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4566 msgstr ""
4568 #: libraries/classes/Controllers/Database/SearchController.php:52
4569 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:90
4570 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:103
4571 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:82
4572 #: libraries/classes/Plugins/AuthenticationPlugin.php:184
4573 msgid "Access denied!"
4574 msgstr "የተከለከለ ነው!"
4576 #: libraries/classes/Controllers/Database/Structure/AddPrefixController.php:21
4577 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:45
4578 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:45
4579 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:45
4580 #: libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php:22
4581 #: libraries/classes/Controllers/Database/Structure/CopyFormController.php:21
4582 #: libraries/classes/Controllers/Database/Structure/DropFormController.php:37
4583 #: libraries/classes/Controllers/Database/Structure/EmptyFormController.php:24
4584 #: libraries/classes/Controllers/Database/Structure/ShowCreateController.php:32
4585 #: libraries/classes/Controllers/Export/TablesController.php:29
4586 #: libraries/classes/Controllers/JavaScriptMessagesController.php:344
4587 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:54
4588 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:54
4589 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:54
4590 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:54
4591 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:54
4592 #, fuzzy
4593 #| msgid "No tables selected."
4594 msgid "No table selected."
4595 msgstr "ምንም ቴብል አልተመረጠም።"
4597 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:53
4598 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:53
4599 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:53
4600 msgid "Success!"
4601 msgstr ""
4603 #: libraries/classes/Controllers/Database/StructureController.php:366
4604 #: templates/table/operations/index.twig:451
4605 #: templates/table/operations/view.twig:32
4606 #, php-format
4607 msgid "View %s has been dropped."
4608 msgstr ""
4610 #: libraries/classes/Controllers/Database/StructureController.php:367
4611 #: templates/table/operations/index.twig:451
4612 #, php-format
4613 msgid "Table %s has been dropped."
4614 msgstr ""
4616 #: libraries/classes/Controllers/Database/StructureController.php:414
4617 #: templates/table/operations/index.twig:410
4618 #: templates/table/operations/index.twig:428
4619 #, php-format
4620 msgid "Table %s has been emptied."
4621 msgstr ""
4623 #: libraries/classes/Controllers/Database/StructureController.php:577
4624 #: libraries/classes/Display/Results.php:3971
4625 #, php-format
4626 msgid ""
4627 "This view has at least this number of rows. Please refer to "
4628 "%sdocumentation%s."
4629 msgstr ""
4631 #: libraries/classes/Controllers/Database/StructureController.php:766
4632 msgid "unknown"
4633 msgstr ""
4635 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:56
4636 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:72
4637 #: libraries/classes/Controllers/JavaScriptMessagesController.php:488
4638 #: libraries/classes/Controllers/Table/DeleteRowsController.php:56
4639 #: libraries/classes/Controllers/Table/DropColumnController.php:57
4640 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:58
4641 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:82
4642 #: libraries/classes/IndexColumn.php:164 libraries/classes/Index.php:525
4643 #: libraries/classes/Plugins/Export/ExportHtmlword.php:633
4644 #: libraries/classes/Plugins/Export/ExportLatex.php:625
4645 #: libraries/classes/Plugins/Export/ExportOdt.php:783
4646 #: libraries/classes/Plugins/Export/ExportTexytext.php:619
4647 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:754
4648 #: templates/config/form_display/input.twig:42
4649 #: templates/database/central_columns/main.twig:356
4650 #: templates/database/data_dictionary/index.twig:47
4651 #: templates/database/data_dictionary/index.twig:91
4652 #: templates/database/designer/main.twig:1117
4653 #: templates/database/privileges/index.twig:69
4654 #: templates/database/structure/drop_form.twig:19
4655 #: templates/database/structure/empty_form.twig:19 templates/indexes.twig:65
4656 #: templates/preferences/autoload.twig:11
4657 #: templates/preferences/manage/error.twig:18
4658 #: templates/server/privileges/new_user_ajax.twig:20
4659 #: templates/server/privileges/new_user_ajax.twig:34
4660 #: templates/server/privileges/privileges_summary.twig:37
4661 #: templates/server/privileges/privileges_summary.twig:40
4662 #: templates/server/privileges/privileges_summary.twig:42
4663 #: templates/server/privileges/users_overview.twig:53
4664 #: templates/server/privileges/users_overview.twig:65
4665 #: templates/table/delete/confirm.twig:28
4666 #: templates/table/privileges/index.twig:73
4667 #: templates/table/structure/display_structure.twig:80
4668 #: templates/table/structure/display_structure.twig:515
4669 #: templates/table/structure/drop_confirm.twig:19
4670 #: templates/table/structure/primary.twig:22
4671 #: templates/table/tracking/structure_snapshot_columns.twig:33
4672 #: templates/table/tracking/structure_snapshot_indexes.twig:23
4673 #: templates/table/tracking/structure_snapshot_indexes.twig:24
4674 msgid "Yes"
4675 msgstr "አዎ"
4677 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:57
4678 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:73
4679 #: libraries/classes/Controllers/Table/DropColumnController.php:74
4680 #: libraries/classes/Controllers/Table/OperationsController.php:318
4681 #: libraries/classes/Controllers/Table/ReplaceController.php:419
4682 #: libraries/classes/Core.php:728 templates/preview_sql.twig:3
4683 msgid "No change"
4684 msgstr ""
4686 #: libraries/classes/Controllers/Database/Structure/FavoriteTableController.php:105
4687 msgid "Favorite List is full!"
4688 msgstr ""
4690 #: libraries/classes/Controllers/Database/TrackingController.php:83
4691 #: libraries/classes/Controllers/Database/TrackingController.php:103
4692 msgid "Tracking data deleted successfully."
4693 msgstr ""
4695 #: libraries/classes/Controllers/Database/TrackingController.php:90
4696 #, php-format
4697 msgid ""
4698 "Version %1$s was created for selected tables, tracking is active for them."
4699 msgstr ""
4701 #: libraries/classes/Controllers/Database/TrackingController.php:120
4702 msgid "No tables selected."
4703 msgstr "ምንም ቴብል አልተመረጠም።"
4705 #: libraries/classes/Controllers/Database/TrackingController.php:155
4706 msgid "Database Log"
4707 msgstr ""
4709 #: libraries/classes/Controllers/ErrorReportController.php:106
4710 msgid ""
4711 "An error has been detected and an error report has been automatically "
4712 "submitted based on your settings."
4713 msgstr ""
4715 #: libraries/classes/Controllers/ErrorReportController.php:110
4716 msgid "Thank you for submitting this report."
4717 msgstr ""
4719 #: libraries/classes/Controllers/ErrorReportController.php:114
4720 msgid ""
4721 "An error has been detected and an error report has been generated but failed "
4722 "to be sent."
4723 msgstr ""
4725 #: libraries/classes/Controllers/ErrorReportController.php:117
4726 msgid "If you experience any problems please submit a bug report manually."
4727 msgstr ""
4729 #: libraries/classes/Controllers/ErrorReportController.php:120
4730 msgid "You may want to refresh the page."
4731 msgstr ""
4733 #: libraries/classes/Controllers/Export/ExportController.php:239
4734 #: libraries/classes/Export.php:1334
4735 msgid "Bad type!"
4736 msgstr "የማይረባ ዓይነት!"
4738 #: libraries/classes/Controllers/Export/ExportController.php:333
4739 msgid "Bad parameters!"
4740 msgstr ""
4742 #: libraries/classes/Controllers/HomeController.php:95
4743 msgid ""
4744 "You were logged out from one server, to logout completely from phpMyAdmin, "
4745 "you need to logout from all servers."
4746 msgstr ""
4748 #: libraries/classes/Controllers/HomeController.php:196
4749 #, php-format
4750 msgid ""
4751 "The phpMyAdmin configuration storage is not completely configured, some "
4752 "extended features have been deactivated. %sFind out why%s. "
4753 msgstr ""
4755 #: libraries/classes/Controllers/HomeController.php:202
4756 msgid ""
4757 "Or alternately go to 'Operations' tab of any database to set it up there."
4758 msgstr ""
4760 #: libraries/classes/Controllers/HomeController.php:265
4761 msgid ""
4762 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
4763 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
4764 "than cookie validity configured in phpMyAdmin, because of this, your login "
4765 "might expire sooner than configured in phpMyAdmin."
4766 msgstr ""
4768 #: libraries/classes/Controllers/HomeController.php:282
4769 msgid ""
4770 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
4771 "because of this, your login will expire sooner than configured in phpMyAdmin."
4772 msgstr ""
4774 #: libraries/classes/Controllers/HomeController.php:301
4775 msgid ""
4776 "Your server is running with default values for the controluser and password "
4777 "(controlpass) and is open to intrusion; you really should fix this security "
4778 "weakness by changing the password for controluser 'pma'."
4779 msgstr ""
4781 #: libraries/classes/Controllers/HomeController.php:317
4782 msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
4783 msgstr ""
4785 #: libraries/classes/Controllers/HomeController.php:325
4786 #, php-format
4787 msgid ""
4788 "The secret passphrase in configuration (blowfish_secret) is not the correct "
4789 "length. It should be %d bytes long."
4790 msgstr ""
4792 #: libraries/classes/Controllers/HomeController.php:342
4793 msgid ""
4794 "Directory [code]config[/code], which is used by the setup script, still "
4795 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
4796 "once phpMyAdmin has been configured. Otherwise the security of your server "
4797 "may be compromised by unauthorized people downloading your configuration."
4798 msgstr ""
4800 #: libraries/classes/Controllers/HomeController.php:363
4801 #, php-format
4802 msgid ""
4803 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
4804 "issues."
4805 msgstr ""
4807 #: libraries/classes/Controllers/HomeController.php:377
4808 #, php-format
4809 msgid ""
4810 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
4811 "templates and will be slow because of this."
4812 msgstr ""
4814 #: libraries/classes/Controllers/HomeController.php:434
4815 msgid ""
4816 "The mbstring PHP extension was not found and you seem to be using a "
4817 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
4818 "split strings correctly and it may result in unexpected results."
4819 msgstr ""
4821 #: libraries/classes/Controllers/HomeController.php:452
4822 msgid ""
4823 "The curl extension was not found and allow_url_fopen is disabled. Due to "
4824 "this some features such as error reporting or version check are disabled."
4825 msgstr ""
4827 #: libraries/classes/Controllers/Import/ImportController.php:108
4828 msgid "Incomplete params"
4829 msgstr ""
4831 #: libraries/classes/Controllers/Import/ImportController.php:122
4832 msgid "Succeeded"
4833 msgstr ""
4835 #: libraries/classes/Controllers/Import/ImportController.php:126
4836 #: libraries/classes/Controllers/JavaScriptMessagesController.php:575
4837 msgid "Failed"
4838 msgstr ""
4840 #: libraries/classes/Controllers/Import/ImportController.php:217
4841 #, php-format
4842 msgid ""
4843 "You probably tried to upload a file that is too large. Please refer to "
4844 "%sdocumentation%s for a workaround for this limit."
4845 msgstr ""
4847 #: libraries/classes/Controllers/Import/ImportController.php:372
4848 #: libraries/classes/Controllers/Import/ImportController.php:604
4849 msgid "Showing bookmark"
4850 msgstr ""
4852 #: libraries/classes/Controllers/Import/ImportController.php:393
4853 #: libraries/classes/Controllers/Import/ImportController.php:600
4854 msgid "The bookmark has been deleted."
4855 msgstr ""
4857 #: libraries/classes/Controllers/Import/ImportController.php:510
4858 msgid ""
4859 "No data was received to import. Either no file name was submitted, or the "
4860 "file size exceeded the maximum size permitted by your PHP configuration. See "
4861 "[doc@faq1-16]FAQ 1.16[/doc]."
4862 msgstr ""
4864 #: libraries/classes/Controllers/Import/ImportController.php:612
4865 #, php-format
4866 msgid "Import has been successfully finished, %d query executed."
4867 msgid_plural "Import has been successfully finished, %d queries executed."
4868 msgstr[0] ""
4869 msgstr[1] ""
4871 #: libraries/classes/Controllers/Import/ImportController.php:644
4872 #, php-format
4873 msgid ""
4874 "Script timeout passed, if you want to finish import, please %sresubmit the "
4875 "same file%s and import will resume."
4876 msgstr ""
4878 #: libraries/classes/Controllers/Import/ImportController.php:654
4879 msgid ""
4880 "However on last run no data has been parsed, this usually means phpMyAdmin "
4881 "won't be able to finish this import unless you increase php time limits."
4882 msgstr ""
4884 #: libraries/classes/Controllers/Import/ImportController.php:725
4885 #: libraries/classes/Controllers/Sql/SqlController.php:163
4886 msgid "\"DROP DATABASE\" statements are disabled."
4887 msgstr ""
4889 #: libraries/classes/Controllers/Import/SimulateDmlController.php:38
4890 msgid "Only single-table UPDATE and DELETE queries can be simulated."
4891 msgstr ""
4893 #: libraries/classes/Controllers/Import/StatusController.php:66
4894 msgid "Could not load the progress of the import."
4895 msgstr ""
4897 #: libraries/classes/Controllers/JavaScriptMessagesController.php:39
4898 #: templates/server/databases/index.twig:318
4899 msgid "Confirm"
4900 msgstr ""
4902 #: libraries/classes/Controllers/JavaScriptMessagesController.php:40
4903 #, php-format
4904 msgid "Do you really want to execute \"%s\"?"
4905 msgstr ""
4907 #: libraries/classes/Controllers/JavaScriptMessagesController.php:41
4908 msgid "You are about to DESTROY a complete database!"
4909 msgstr ""
4911 #: libraries/classes/Controllers/JavaScriptMessagesController.php:43
4912 msgid "Cannot rename database to the same name. Change the name and try again"
4913 msgstr ""
4915 #: libraries/classes/Controllers/JavaScriptMessagesController.php:45
4916 msgid "You are about to DESTROY a complete table!"
4917 msgstr ""
4919 #: libraries/classes/Controllers/JavaScriptMessagesController.php:46
4920 msgid "You are about to TRUNCATE a complete table!"
4921 msgstr ""
4923 #: libraries/classes/Controllers/JavaScriptMessagesController.php:47
4924 msgid "You are about to DELETE all the rows of the table!"
4925 msgstr ""
4927 #: libraries/classes/Controllers/JavaScriptMessagesController.php:48
4928 msgid "Delete tracking data for this table?"
4929 msgstr ""
4931 #: libraries/classes/Controllers/JavaScriptMessagesController.php:49
4932 msgid "Delete tracking data for these tables?"
4933 msgstr ""
4935 #: libraries/classes/Controllers/JavaScriptMessagesController.php:50
4936 msgid "Delete tracking data for this version?"
4937 msgstr ""
4939 #: libraries/classes/Controllers/JavaScriptMessagesController.php:51
4940 msgid "Delete tracking data for these versions?"
4941 msgstr ""
4943 #: libraries/classes/Controllers/JavaScriptMessagesController.php:52
4944 msgid "Delete entry from tracking report?"
4945 msgstr ""
4947 #: libraries/classes/Controllers/JavaScriptMessagesController.php:53
4948 msgid "Deleting tracking data"
4949 msgstr ""
4951 #: libraries/classes/Controllers/JavaScriptMessagesController.php:54
4952 msgid "Dropping Primary Key/Index"
4953 msgstr ""
4955 #: libraries/classes/Controllers/JavaScriptMessagesController.php:55
4956 msgid "Dropping Foreign key."
4957 msgstr ""
4959 #: libraries/classes/Controllers/JavaScriptMessagesController.php:56
4960 msgid "This operation could take a long time. Proceed anyway?"
4961 msgstr ""
4963 #: libraries/classes/Controllers/JavaScriptMessagesController.php:57
4964 #, php-format
4965 msgid "Do you really want to delete user group \"%s\"?"
4966 msgstr ""
4968 #: libraries/classes/Controllers/JavaScriptMessagesController.php:58
4969 #, php-format
4970 msgid "Do you really want to delete the search \"%s\"?"
4971 msgstr ""
4973 #: libraries/classes/Controllers/JavaScriptMessagesController.php:59
4974 msgid "You have unsaved changes; are you sure you want to leave this page?"
4975 msgstr ""
4977 #: libraries/classes/Controllers/JavaScriptMessagesController.php:61
4978 msgid ""
4979 "You are trying to reduce the number of rows, but have already entered data "
4980 "in those rows which will be lost. Do you wish to continue?"
4981 msgstr ""
4983 #: libraries/classes/Controllers/JavaScriptMessagesController.php:64
4984 msgid "Do you really want to revoke the selected user(s) ?"
4985 msgstr ""
4987 #: libraries/classes/Controllers/JavaScriptMessagesController.php:65
4988 msgid "Do you really want to delete this central column?"
4989 msgstr ""
4991 #: libraries/classes/Controllers/JavaScriptMessagesController.php:66
4992 msgid "Do you really want to delete the selected items?"
4993 msgstr ""
4995 #: libraries/classes/Controllers/JavaScriptMessagesController.php:68
4996 msgid ""
4997 "Do you really want to DROP the selected partition(s)? This will also DELETE "
4998 "the data related to the selected partition(s)!"
4999 msgstr ""
5001 #: libraries/classes/Controllers/JavaScriptMessagesController.php:71
5002 msgid "Do you really want to TRUNCATE the selected partition(s)?"
5003 msgstr ""
5005 #: libraries/classes/Controllers/JavaScriptMessagesController.php:72
5006 msgid "Do you really want to remove partitioning?"
5007 msgstr ""
5009 #: libraries/classes/Controllers/JavaScriptMessagesController.php:73
5010 msgid "Do you really want to reset the replica (RESET REPLICA)?"
5011 msgstr ""
5013 #: libraries/classes/Controllers/JavaScriptMessagesController.php:75
5014 msgid ""
5015 "This operation will attempt to convert your data to the new collation. In "
5016 "rare cases, especially where a character doesn't exist in the new collation, "
5017 "this process could cause the data to appear incorrectly under the new "
5018 "collation; in this case we suggest you revert to the original collation and "
5019 "refer to the tips at "
5020 msgstr ""
5022 #: libraries/classes/Controllers/JavaScriptMessagesController.php:81
5023 msgid "Garbled Data"
5024 msgstr ""
5026 #: libraries/classes/Controllers/JavaScriptMessagesController.php:83
5027 msgid "Are you sure you wish to change the collation and convert the data?"
5028 msgstr ""
5030 #: libraries/classes/Controllers/JavaScriptMessagesController.php:86
5031 msgid ""
5032 "Through this operation, MySQL attempts to map the data values between "
5033 "collations. If the character sets are incompatible, there may be data loss "
5034 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5035 "column collation(s). <b>To convert existing data, it is suggested to use the "
5036 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5037 "</b>"
5038 msgstr ""
5040 #: libraries/classes/Controllers/JavaScriptMessagesController.php:94
5041 msgid ""
5042 "Are you sure you wish to change all the column collations and convert the "
5043 "data?"
5044 msgstr ""
5046 #: libraries/classes/Controllers/JavaScriptMessagesController.php:97
5047 #: templates/export.twig:324
5048 msgid "Save & close"
5049 msgstr ""
5051 #: libraries/classes/Controllers/JavaScriptMessagesController.php:98
5052 #: templates/config/form_display/display.twig:47
5053 #: templates/preferences/manage/main.twig:114
5054 #: templates/preferences/manage/main.twig:122
5055 #: templates/table/insert/actions_panel.twig:36
5056 msgid "Reset"
5057 msgstr ""
5059 #: libraries/classes/Controllers/JavaScriptMessagesController.php:99
5060 msgid "Reset all"
5061 msgstr ""
5063 #: libraries/classes/Controllers/JavaScriptMessagesController.php:102
5064 msgid "Missing value in the form!"
5065 msgstr ""
5067 #: libraries/classes/Controllers/JavaScriptMessagesController.php:103
5068 msgid "Select at least one of the options!"
5069 msgstr ""
5071 #: libraries/classes/Controllers/JavaScriptMessagesController.php:104
5072 msgid "Please enter a valid number!"
5073 msgstr ""
5075 #: libraries/classes/Controllers/JavaScriptMessagesController.php:105
5076 msgid "Please enter a valid length!"
5077 msgstr ""
5079 #: libraries/classes/Controllers/JavaScriptMessagesController.php:106
5080 msgid "Add index"
5081 msgstr ""
5083 #: libraries/classes/Controllers/JavaScriptMessagesController.php:107
5084 msgid "Edit index"
5085 msgstr ""
5087 #. l10n: Rename a table Index
5088 #: libraries/classes/Controllers/JavaScriptMessagesController.php:109
5089 msgid "Rename index"
5090 msgstr ""
5092 #: libraries/classes/Controllers/JavaScriptMessagesController.php:110
5093 #: templates/table/index_form.twig:234
5094 #, php-format
5095 msgid "Add %s column(s) to index"
5096 msgstr ""
5098 #: libraries/classes/Controllers/JavaScriptMessagesController.php:111
5099 msgid "Create single-column index"
5100 msgstr ""
5102 #: libraries/classes/Controllers/JavaScriptMessagesController.php:112
5103 msgid "Create composite index"
5104 msgstr ""
5106 #: libraries/classes/Controllers/JavaScriptMessagesController.php:113
5107 msgid "Composite with:"
5108 msgstr ""
5110 #: libraries/classes/Controllers/JavaScriptMessagesController.php:114
5111 msgid "Please select column(s) for the index."
5112 msgstr ""
5114 #: libraries/classes/Controllers/JavaScriptMessagesController.php:117
5115 #: templates/columns_definitions/column_definitions_form.twig:157
5116 #: templates/modals/index_dialog_modal.twig:11
5117 #: templates/table/index_form.twig:240
5118 #: templates/table/index_rename_form.twig:28
5119 #: templates/table/insert/actions_panel.twig:35
5120 #: templates/table/relation/common_form.twig:224
5121 #: templates/table/structure/display_structure.twig:344
5122 msgid "Preview SQL"
5123 msgstr ""
5125 #: libraries/classes/Controllers/JavaScriptMessagesController.php:120
5126 #: templates/sql/query.twig:218
5127 msgid "Simulate query"
5128 msgstr ""
5130 #: libraries/classes/Controllers/JavaScriptMessagesController.php:121
5131 msgid "Matched rows:"
5132 msgstr ""
5134 #: libraries/classes/Controllers/JavaScriptMessagesController.php:122
5135 #: libraries/classes/Html/Generator.php:887 templates/export.twig:67
5136 msgid "SQL query:"
5137 msgstr ""
5139 #. l10n: Default label for the y-Axis of Charts
5140 #: libraries/classes/Controllers/JavaScriptMessagesController.php:126
5141 msgid "Y values"
5142 msgstr ""
5144 #: libraries/classes/Controllers/JavaScriptMessagesController.php:129
5145 msgid "Please enter the SQL query first."
5146 msgstr ""
5148 #: libraries/classes/Controllers/JavaScriptMessagesController.php:132
5149 msgid "The host name is empty!"
5150 msgstr ""
5152 #: libraries/classes/Controllers/JavaScriptMessagesController.php:133
5153 msgid "The user name is empty!"
5154 msgstr ""
5156 #: libraries/classes/Controllers/JavaScriptMessagesController.php:134
5157 #: libraries/classes/Server/Privileges.php:943
5158 #: libraries/classes/UserPassword.php:42
5159 msgid "The password is empty!"
5160 msgstr ""
5162 #: libraries/classes/Controllers/JavaScriptMessagesController.php:135
5163 #: libraries/classes/Server/Privileges.php:941
5164 #: libraries/classes/UserPassword.php:46
5165 msgid "The passwords aren't the same!"
5166 msgstr ""
5168 #: libraries/classes/Controllers/JavaScriptMessagesController.php:136
5169 msgid "Removing Selected Users"
5170 msgstr ""
5172 #: libraries/classes/Controllers/JavaScriptMessagesController.php:137
5173 #: libraries/classes/Tracking.php:237 libraries/classes/Tracking.php:641
5174 #: templates/columns_definitions/column_definitions_form.twig:176
5175 #: templates/columns_definitions/column_definitions_form.twig:181
5176 #: templates/error/report_modal.twig:14 templates/export_modal.twig:6
5177 #: templates/export_modal.twig:10 templates/export.twig:82
5178 #: templates/export.twig:92 templates/export.twig:194
5179 #: templates/home/index.twig:285 templates/home/index.twig:293
5180 #: templates/modals/build_query.twig:6 templates/modals/build_query.twig:16
5181 #: templates/modals/create_view.twig:6 templates/modals/create_view.twig:11
5182 #: templates/modals/enum_set_editor.twig:6
5183 #: templates/modals/enum_set_editor.twig:11
5184 #: templates/modals/index_dialog_modal.twig:6
5185 #: templates/modals/index_dialog_modal.twig:12
5186 #: templates/modals/preview_sql_confirmation.twig:6
5187 #: templates/modals/preview_sql_confirmation.twig:15
5188 #: templates/modals/preview_sql_modal.twig:6
5189 #: templates/modals/preview_sql_modal.twig:10
5190 #: templates/modals/unhide_nav_item.twig:6
5191 #: templates/modals/unhide_nav_item.twig:10
5192 #: templates/server/privileges/users_overview.twig:169
5193 #: templates/server/privileges/users_overview.twig:177
5194 #: templates/server/status/advisor/index.twig:20
5195 #: templates/server/status/advisor/index.twig:45
5196 #: templates/server/status/monitor/index.twig:129
5197 #: templates/server/status/monitor/index.twig:218
5198 #: templates/server/user_groups/user_groups.twig:51
5199 #: templates/server/user_groups/user_groups.twig:55
5200 #: templates/sql/query.twig:219 templates/sql/query.twig:224
5201 #: templates/table/insert/actions_panel.twig:47
5202 #: templates/table/insert/actions_panel.twig:52
5203 #: templates/table/relation/common_form.twig:234
5204 #: templates/table/relation/common_form.twig:239
5205 #: templates/table/search/index.twig:182
5206 #: templates/table/structure/display_structure.twig:329
5207 #: templates/table/structure/display_structure.twig:345
5208 #: templates/table/structure/display_structure.twig:356
5209 #: templates/table/zoom_search/result_form.twig:27
5210 #: templates/table/zoom_search/result_form.twig:79
5211 #: templates/table/zoom_search/result_form.twig:96
5212 msgid "Close"
5213 msgstr ""
5215 #: libraries/classes/Controllers/JavaScriptMessagesController.php:138
5216 #: templates/server/privileges/users_overview.twig:105
5217 msgctxt "Lock the account."
5218 msgid "Lock"
5219 msgstr ""
5221 #: libraries/classes/Controllers/JavaScriptMessagesController.php:139
5222 #: templates/server/privileges/users_overview.twig:102
5223 msgctxt "Unlock the account."
5224 msgid "Unlock"
5225 msgstr ""
5227 #: libraries/classes/Controllers/JavaScriptMessagesController.php:140
5228 #: templates/server/privileges/users_overview.twig:100
5229 msgid "Lock this account."
5230 msgstr ""
5232 #: libraries/classes/Controllers/JavaScriptMessagesController.php:141
5233 #: templates/server/privileges/users_overview.twig:100
5234 msgid "Unlock this account."
5235 msgstr ""
5237 #: libraries/classes/Controllers/JavaScriptMessagesController.php:144
5238 msgid "Template was created."
5239 msgstr ""
5241 #: libraries/classes/Controllers/JavaScriptMessagesController.php:145
5242 msgid "Template was loaded."
5243 msgstr ""
5245 #: libraries/classes/Controllers/JavaScriptMessagesController.php:146
5246 msgid "Template was updated."
5247 msgstr ""
5249 #: libraries/classes/Controllers/JavaScriptMessagesController.php:147
5250 msgid "Template was deleted."
5251 msgstr ""
5253 #. l10n: Other, small valued, queries
5254 #: libraries/classes/Controllers/JavaScriptMessagesController.php:150
5255 #: libraries/classes/Controllers/Server/Status/QueriesController.php:95
5256 #: libraries/classes/Server/Status/Data.php:163
5257 msgid "Other"
5258 msgstr ""
5260 #. l10n: Thousands separator
5261 #: libraries/classes/Controllers/JavaScriptMessagesController.php:152
5262 #: libraries/classes/Util.php:548 libraries/classes/Util.php:580
5263 msgid ","
5264 msgstr ""
5266 #. l10n: Decimal separator
5267 #: libraries/classes/Controllers/JavaScriptMessagesController.php:154
5268 #: libraries/classes/Util.php:546 libraries/classes/Util.php:578
5269 msgid "."
5270 msgstr ""
5272 #: libraries/classes/Controllers/JavaScriptMessagesController.php:156
5273 msgid "Connections / Processes"
5274 msgstr ""
5276 #: libraries/classes/Controllers/JavaScriptMessagesController.php:159
5277 msgid "Local monitor configuration incompatible!"
5278 msgstr ""
5280 #: libraries/classes/Controllers/JavaScriptMessagesController.php:161
5281 msgid ""
5282 "The chart arrangement configuration in your browsers local storage is not "
5283 "compatible anymore to the newer version of the monitor dialog. It is very "
5284 "likely that your current configuration will not work anymore. Please reset "
5285 "your configuration to default in the <i>Settings</i> menu."
5286 msgstr ""
5288 #: libraries/classes/Controllers/JavaScriptMessagesController.php:167
5289 msgid "Query cache efficiency"
5290 msgstr ""
5292 #: libraries/classes/Controllers/JavaScriptMessagesController.php:168
5293 msgid "Query cache usage"
5294 msgstr ""
5296 #: libraries/classes/Controllers/JavaScriptMessagesController.php:169
5297 msgid "Query cache used"
5298 msgstr ""
5300 #: libraries/classes/Controllers/JavaScriptMessagesController.php:171
5301 msgid "System CPU usage"
5302 msgstr ""
5304 #: libraries/classes/Controllers/JavaScriptMessagesController.php:172
5305 msgid "System memory"
5306 msgstr ""
5308 #: libraries/classes/Controllers/JavaScriptMessagesController.php:173
5309 msgid "System swap"
5310 msgstr ""
5312 #: libraries/classes/Controllers/JavaScriptMessagesController.php:175
5313 msgid "Average load"
5314 msgstr ""
5316 #: libraries/classes/Controllers/JavaScriptMessagesController.php:176
5317 msgid "Total memory"
5318 msgstr ""
5320 #: libraries/classes/Controllers/JavaScriptMessagesController.php:177
5321 msgid "Cached memory"
5322 msgstr ""
5324 #: libraries/classes/Controllers/JavaScriptMessagesController.php:178
5325 msgid "Buffered memory"
5326 msgstr ""
5328 #: libraries/classes/Controllers/JavaScriptMessagesController.php:179
5329 msgid "Free memory"
5330 msgstr ""
5332 #: libraries/classes/Controllers/JavaScriptMessagesController.php:180
5333 msgid "Used memory"
5334 msgstr ""
5336 #: libraries/classes/Controllers/JavaScriptMessagesController.php:182
5337 msgid "Total swap"
5338 msgstr ""
5340 #: libraries/classes/Controllers/JavaScriptMessagesController.php:183
5341 msgid "Cached swap"
5342 msgstr ""
5344 #: libraries/classes/Controllers/JavaScriptMessagesController.php:184
5345 msgid "Used swap"
5346 msgstr ""
5348 #: libraries/classes/Controllers/JavaScriptMessagesController.php:185
5349 msgid "Free swap"
5350 msgstr ""
5352 #: libraries/classes/Controllers/JavaScriptMessagesController.php:187
5353 msgid "Bytes sent"
5354 msgstr ""
5356 #: libraries/classes/Controllers/JavaScriptMessagesController.php:188
5357 msgid "Bytes received"
5358 msgstr ""
5360 #: libraries/classes/Controllers/JavaScriptMessagesController.php:189
5361 #: templates/server/status/status/index.twig:36
5362 msgid "Connections"
5363 msgstr ""
5365 #: libraries/classes/Controllers/JavaScriptMessagesController.php:190
5366 #: templates/server/status/base.twig:11
5367 #: templates/server/status/processes/list.twig:5
5368 msgid "Processes"
5369 msgstr ""
5371 #. l10n: shortcuts for Byte
5372 #: libraries/classes/Controllers/JavaScriptMessagesController.php:193
5373 #: libraries/classes/Util.php:456
5374 msgid "B"
5375 msgstr ""
5377 #. l10n: shortcuts for Kilobyte
5378 #: libraries/classes/Controllers/JavaScriptMessagesController.php:194
5379 #: libraries/classes/Util.php:458
5380 #: templates/server/status/monitor/index.twig:186
5381 msgid "KiB"
5382 msgstr ""
5384 #. l10n: shortcuts for Megabyte
5385 #: libraries/classes/Controllers/JavaScriptMessagesController.php:195
5386 #: libraries/classes/Util.php:460
5387 #: templates/server/status/monitor/index.twig:187
5388 msgid "MiB"
5389 msgstr ""
5391 #. l10n: shortcuts for Gigabyte
5392 #: libraries/classes/Controllers/JavaScriptMessagesController.php:196
5393 #: libraries/classes/Util.php:462
5394 msgid "GiB"
5395 msgstr ""
5397 #. l10n: shortcuts for Terabyte
5398 #: libraries/classes/Controllers/JavaScriptMessagesController.php:197
5399 #: libraries/classes/Util.php:464
5400 msgid "TiB"
5401 msgstr ""
5403 #. l10n: shortcuts for Petabyte
5404 #: libraries/classes/Controllers/JavaScriptMessagesController.php:198
5405 #: libraries/classes/Util.php:466
5406 msgid "PiB"
5407 msgstr ""
5409 #. l10n: shortcuts for Exabyte
5410 #: libraries/classes/Controllers/JavaScriptMessagesController.php:199
5411 #: libraries/classes/Util.php:468
5412 msgid "EiB"
5413 msgstr ""
5415 #: libraries/classes/Controllers/JavaScriptMessagesController.php:200
5416 #, php-format
5417 msgid "%d table(s)"
5418 msgstr ""
5420 #. l10n: Questions is the name of a MySQL Status variable
5421 #: libraries/classes/Controllers/JavaScriptMessagesController.php:203
5422 msgid "Questions"
5423 msgstr ""
5425 #: libraries/classes/Controllers/JavaScriptMessagesController.php:204
5426 #: templates/server/status/status/index.twig:14
5427 msgid "Traffic"
5428 msgstr ""
5430 #: libraries/classes/Controllers/JavaScriptMessagesController.php:205
5431 #: libraries/classes/Menu.php:523 libraries/classes/Util.php:1950
5432 #: templates/server/status/monitor/index.twig:12
5433 msgid "Settings"
5434 msgstr ""
5436 #: libraries/classes/Controllers/JavaScriptMessagesController.php:206
5437 #: templates/server/status/monitor/index.twig:217
5438 msgid "Add chart to grid"
5439 msgstr ""
5441 #: libraries/classes/Controllers/JavaScriptMessagesController.php:207
5442 msgid "Please add at least one variable to the series!"
5443 msgstr ""
5445 #: libraries/classes/Controllers/JavaScriptMessagesController.php:208
5446 #: libraries/classes/Display/Results.php:1261
5447 #: libraries/classes/Plugins/Export/ExportSql.php:2226
5448 #: libraries/classes/Plugins/Schema/SchemaPdf.php:99
5449 #: libraries/config.values.php:111
5450 #: templates/columns_definitions/column_attributes.twig:208
5451 #: templates/columns_definitions/column_attributes.twig:229
5452 #: templates/database/central_columns/main.twig:305
5453 #: templates/database/designer/main.twig:588 templates/export.twig:433
5454 #: templates/server/privileges/privileges_summary.twig:30
5455 #: templates/server/status/monitor/index.twig:211
5456 #: templates/server/status/processes/list.twig:54
5457 #: templates/table/zoom_search/index.twig:62
5458 #: templates/table/zoom_search/index.twig:122
5459 msgid "None"
5460 msgstr ""
5462 #. l10n: SQL Query on modal to show exported query
5463 #: libraries/classes/Controllers/JavaScriptMessagesController.php:210
5464 msgid "SQL Query"
5465 msgstr ""
5467 #: libraries/classes/Controllers/JavaScriptMessagesController.php:211
5468 msgid "Resume monitor"
5469 msgstr ""
5471 #: libraries/classes/Controllers/JavaScriptMessagesController.php:212
5472 msgid "Pause monitor"
5473 msgstr ""
5475 #: libraries/classes/Controllers/JavaScriptMessagesController.php:213
5476 #: templates/server/status/processes/index.twig:57
5477 msgid "Start auto refresh"
5478 msgstr ""
5480 #: libraries/classes/Controllers/JavaScriptMessagesController.php:214
5481 msgid "Stop auto refresh"
5482 msgstr ""
5484 #: libraries/classes/Controllers/JavaScriptMessagesController.php:216
5485 msgid "general_log and slow_query_log are enabled."
5486 msgstr ""
5488 #: libraries/classes/Controllers/JavaScriptMessagesController.php:217
5489 msgid "general_log is enabled."
5490 msgstr ""
5492 #: libraries/classes/Controllers/JavaScriptMessagesController.php:218
5493 msgid "slow_query_log is enabled."
5494 msgstr ""
5496 #: libraries/classes/Controllers/JavaScriptMessagesController.php:219
5497 msgid "slow_query_log and general_log are disabled."
5498 msgstr ""
5500 #: libraries/classes/Controllers/JavaScriptMessagesController.php:220
5501 msgid "log_output is not set to TABLE."
5502 msgstr ""
5504 #: libraries/classes/Controllers/JavaScriptMessagesController.php:221
5505 msgid "log_output is set to TABLE."
5506 msgstr ""
5508 #: libraries/classes/Controllers/JavaScriptMessagesController.php:223
5509 #, php-format
5510 msgid ""
5511 "slow_query_log is enabled, but the server logs only queries that take longer "
5512 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5513 "depending on your system."
5514 msgstr ""
5516 #: libraries/classes/Controllers/JavaScriptMessagesController.php:227
5517 #, php-format
5518 msgid "long_query_time is set to %d second(s)."
5519 msgstr ""
5521 #: libraries/classes/Controllers/JavaScriptMessagesController.php:229
5522 msgid ""
5523 "Following settings will be applied globally and reset to default on server "
5524 "restart:"
5525 msgstr ""
5527 #. l10n: %s is FILE or TABLE
5528 #: libraries/classes/Controllers/JavaScriptMessagesController.php:232
5529 #, php-format
5530 msgid "Set log_output to %s"
5531 msgstr ""
5533 #. l10n: Enable in this context means setting a status variable to ON
5534 #: libraries/classes/Controllers/JavaScriptMessagesController.php:234
5535 #, php-format
5536 msgid "Enable %s"
5537 msgstr ""
5539 #. l10n: Disable in this context means setting a status variable to OFF
5540 #: libraries/classes/Controllers/JavaScriptMessagesController.php:236
5541 #, php-format
5542 msgid "Disable %s"
5543 msgstr ""
5545 #. l10n: %d seconds
5546 #: libraries/classes/Controllers/JavaScriptMessagesController.php:238
5547 #, php-format
5548 msgid "Set long_query_time to %d seconds."
5549 msgstr ""
5551 #: libraries/classes/Controllers/JavaScriptMessagesController.php:240
5552 msgid ""
5553 "You can't change these variables. Please log in as root or contact your "
5554 "database administrator."
5555 msgstr ""
5557 #: libraries/classes/Controllers/JavaScriptMessagesController.php:242
5558 msgid "Change settings"
5559 msgstr ""
5561 #: libraries/classes/Controllers/JavaScriptMessagesController.php:243
5562 msgid "Current settings"
5563 msgstr ""
5565 #: libraries/classes/Controllers/JavaScriptMessagesController.php:245
5566 msgid "Chart title"
5567 msgstr ""
5569 #. l10n: As in differential values
5570 #: libraries/classes/Controllers/JavaScriptMessagesController.php:247
5571 msgid "Differential"
5572 msgstr ""
5574 #: libraries/classes/Controllers/JavaScriptMessagesController.php:248
5575 #, php-format
5576 msgid "Divided by %s"
5577 msgstr ""
5579 #: libraries/classes/Controllers/JavaScriptMessagesController.php:249
5580 msgid "Unit"
5581 msgstr ""
5583 #: libraries/classes/Controllers/JavaScriptMessagesController.php:251
5584 msgid "From slow log"
5585 msgstr ""
5587 #: libraries/classes/Controllers/JavaScriptMessagesController.php:252
5588 msgid "From general log"
5589 msgstr ""
5591 #: libraries/classes/Controllers/JavaScriptMessagesController.php:253
5592 msgid "The database name is not known for this query in the server's logs."
5593 msgstr ""
5595 #: libraries/classes/Controllers/JavaScriptMessagesController.php:254
5596 msgid "Analysing logs"
5597 msgstr ""
5599 #: libraries/classes/Controllers/JavaScriptMessagesController.php:255
5600 msgid "Analysing & loading logs. This may take a while."
5601 msgstr ""
5603 #: libraries/classes/Controllers/JavaScriptMessagesController.php:256
5604 msgid "Cancel request"
5605 msgstr ""
5607 #: libraries/classes/Controllers/JavaScriptMessagesController.php:258
5608 msgid ""
5609 "This column shows the amount of identical queries that are grouped together. "
5610 "However only the SQL query itself has been used as a grouping criteria, so "
5611 "the other attributes of queries, such as start time, may differ."
5612 msgstr ""
5614 #: libraries/classes/Controllers/JavaScriptMessagesController.php:263
5615 msgid ""
5616 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5617 "same table are also being grouped together, disregarding of the inserted "
5618 "data."
5619 msgstr ""
5621 #: libraries/classes/Controllers/JavaScriptMessagesController.php:267
5622 msgid "Log data loaded. Queries executed in this time span:"
5623 msgstr ""
5625 #: libraries/classes/Controllers/JavaScriptMessagesController.php:269
5626 msgid "Jump to Log table"
5627 msgstr ""
5629 #: libraries/classes/Controllers/JavaScriptMessagesController.php:270
5630 msgid "No data found"
5631 msgstr ""
5633 #: libraries/classes/Controllers/JavaScriptMessagesController.php:271
5634 msgid "Log analysed, but no data found in this time span."
5635 msgstr ""
5637 #: libraries/classes/Controllers/JavaScriptMessagesController.php:273
5638 msgid "Analyzing…"
5639 msgstr ""
5641 #: libraries/classes/Controllers/JavaScriptMessagesController.php:274
5642 msgid "Explain output"
5643 msgstr ""
5645 #: libraries/classes/Controllers/JavaScriptMessagesController.php:275
5646 #: libraries/classes/Menu.php:490
5647 #: libraries/classes/Server/Status/Processes.php:138
5648 #: libraries/classes/Util.php:1946 libraries/config.values.php:157
5649 #: templates/database/events/editor_form.twig:25
5650 #: templates/database/events/index.twig:44
5651 #: templates/database/tracking/tables.twig:17
5652 #: templates/table/tracking/main.twig:31
5653 msgid "Status"
5654 msgstr ""
5656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:276
5657 #: libraries/classes/Plugins/Export/ExportHtmlword.php:474
5658 #: libraries/classes/Plugins/Export/ExportOdt.php:597
5659 #: libraries/classes/Plugins/Export/ExportTexytext.php:455
5660 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:361
5661 #: libraries/classes/Server/Status/Processes.php:134
5662 #: templates/database/triggers/list.twig:47
5663 #: templates/javascript/variables.twig:81 templates/sql/profiling_chart.twig:17
5664 msgid "Time"
5665 msgstr ""
5667 #: libraries/classes/Controllers/JavaScriptMessagesController.php:277
5668 msgid "Total time:"
5669 msgstr ""
5671 #: libraries/classes/Controllers/JavaScriptMessagesController.php:278
5672 msgid "Profiling results"
5673 msgstr ""
5675 #: libraries/classes/Controllers/JavaScriptMessagesController.php:279
5676 msgctxt "Display format"
5677 msgid "Table"
5678 msgstr ""
5680 #: libraries/classes/Controllers/JavaScriptMessagesController.php:280
5681 msgid "Chart"
5682 msgstr ""
5684 #: libraries/classes/Controllers/JavaScriptMessagesController.php:282
5685 #: templates/export.twig:210
5686 msgctxt "Alias"
5687 msgid "Database"
5688 msgstr ""
5690 #: libraries/classes/Controllers/JavaScriptMessagesController.php:283
5691 #: templates/export.twig:224
5692 msgctxt "Alias"
5693 msgid "Table"
5694 msgstr ""
5696 #: libraries/classes/Controllers/JavaScriptMessagesController.php:284
5697 #: templates/export.twig:237
5698 msgctxt "Alias"
5699 msgid "Column"
5700 msgstr ""
5702 #. l10n: A collection of available filters
5703 #: libraries/classes/Controllers/JavaScriptMessagesController.php:287
5704 msgid "Log table filter options"
5705 msgstr ""
5707 #. l10n: Filter as in "Start Filtering"
5708 #: libraries/classes/Controllers/JavaScriptMessagesController.php:289
5709 msgid "Filter"
5710 msgstr ""
5712 #: libraries/classes/Controllers/JavaScriptMessagesController.php:290
5713 msgid "Filter queries by word/regexp:"
5714 msgstr ""
5716 #: libraries/classes/Controllers/JavaScriptMessagesController.php:291
5717 msgid "Group queries, ignoring variable data in WHERE clauses"
5718 msgstr ""
5720 #: libraries/classes/Controllers/JavaScriptMessagesController.php:292
5721 msgid "Sum of grouped rows:"
5722 msgstr ""
5724 #: libraries/classes/Controllers/JavaScriptMessagesController.php:293
5725 #: libraries/classes/Engines/Innodb.php:140
5726 #: templates/server/databases/index.twig:253
5727 msgid "Total:"
5728 msgstr ""
5730 #: libraries/classes/Controllers/JavaScriptMessagesController.php:295
5731 msgid "Loading logs"
5732 msgstr ""
5734 #: libraries/classes/Controllers/JavaScriptMessagesController.php:296
5735 msgid "Monitor refresh failed"
5736 msgstr ""
5738 #: libraries/classes/Controllers/JavaScriptMessagesController.php:298
5739 msgid ""
5740 "While requesting new chart data the server returned an invalid response. "
5741 "This is most likely because your session expired. Reloading the page and "
5742 "reentering your credentials should help."
5743 msgstr ""
5745 #: libraries/classes/Controllers/JavaScriptMessagesController.php:302
5746 msgid "Reload page"
5747 msgstr ""
5749 #: libraries/classes/Controllers/JavaScriptMessagesController.php:304
5750 msgid "Affected rows:"
5751 msgstr ""
5753 #: libraries/classes/Controllers/JavaScriptMessagesController.php:306
5754 msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
5755 msgstr ""
5757 #: libraries/classes/Controllers/JavaScriptMessagesController.php:308
5758 msgid ""
5759 "Failed building chart grid with imported config. Resetting to default config…"
5760 msgstr ""
5762 #: libraries/classes/Controllers/JavaScriptMessagesController.php:311
5763 msgid "Import monitor configuration"
5764 msgstr ""
5766 #: libraries/classes/Controllers/JavaScriptMessagesController.php:312
5767 msgid "Please select the file you want to import."
5768 msgstr ""
5770 #: libraries/classes/Controllers/JavaScriptMessagesController.php:313
5771 msgid "Please enter a valid table name."
5772 msgstr ""
5774 #: libraries/classes/Controllers/JavaScriptMessagesController.php:314
5775 msgid "Please enter a valid database name."
5776 msgstr ""
5778 #: libraries/classes/Controllers/JavaScriptMessagesController.php:315
5779 msgid "No files available on server for import!"
5780 msgstr ""
5782 #: libraries/classes/Controllers/JavaScriptMessagesController.php:317
5783 msgid "Analyse query"
5784 msgstr ""
5786 #: libraries/classes/Controllers/JavaScriptMessagesController.php:320
5787 msgid "Formatting SQL…"
5788 msgstr ""
5790 #: libraries/classes/Controllers/JavaScriptMessagesController.php:321
5791 msgid "No parameters found!"
5792 msgstr ""
5794 #: libraries/classes/Controllers/JavaScriptMessagesController.php:325
5795 #: templates/database/central_columns/main.twig:269
5796 #: templates/database/designer/main.twig:339
5797 #: templates/database/designer/main.twig:390
5798 #: templates/database/designer/main.twig:668
5799 #: templates/database/designer/main.twig:734
5800 #: templates/database/designer/main.twig:873
5801 #: templates/database/designer/main.twig:958
5802 #: templates/database/designer/main.twig:1063
5803 #: templates/database/designer/main.twig:1098
5804 #: templates/database/designer/main.twig:1103
5805 #: templates/database/designer/main.twig:1113
5806 #: templates/database/designer/main.twig:1119
5807 #: templates/database/structure/check_all_tables.twig:48
5808 #: templates/database/structure/check_all_tables.twig:52
5809 #: templates/database/structure/check_all_tables.twig:66
5810 #: templates/database/structure/check_all_tables.twig:72
5811 #: templates/error/report_modal.twig:6 templates/error/report_modal.twig:11
5812 #: templates/server/databases/index.twig:319
5813 #: templates/server/databases/index.twig:323
5814 #: templates/server/variables/index.twig:15
5815 #: templates/table/search/index.twig:197
5816 msgid "Cancel"
5817 msgstr ""
5819 #: libraries/classes/Controllers/JavaScriptMessagesController.php:328
5820 #: templates/header.twig:43
5821 msgid "Page-related settings"
5822 msgstr ""
5824 #: libraries/classes/Controllers/JavaScriptMessagesController.php:329
5825 #: templates/config/form_display/display.twig:46
5826 msgid "Apply"
5827 msgstr ""
5829 #: libraries/classes/Controllers/JavaScriptMessagesController.php:332
5830 #: templates/home/index.twig:289 templates/navigation/main.twig:58
5831 #: templates/server/privileges/users_overview.twig:173
5832 #: templates/server/status/monitor/index.twig:95
5833 msgid "Loading…"
5834 msgstr ""
5836 #: libraries/classes/Controllers/JavaScriptMessagesController.php:333
5837 msgid "Request aborted!!"
5838 msgstr ""
5840 #: libraries/classes/Controllers/JavaScriptMessagesController.php:334
5841 msgid "Processing request"
5842 msgstr ""
5844 #: libraries/classes/Controllers/JavaScriptMessagesController.php:335
5845 msgid "Request failed!!"
5846 msgstr ""
5848 #: libraries/classes/Controllers/JavaScriptMessagesController.php:336
5849 #: libraries/classes/Controllers/Sql/EnumValuesController.php:51
5850 #: libraries/classes/Controllers/Sql/SetValuesController.php:54
5851 msgid "Error in processing request"
5852 msgstr ""
5854 #: libraries/classes/Controllers/JavaScriptMessagesController.php:337
5855 #, php-format
5856 msgid "Error code: %s"
5857 msgstr ""
5859 #: libraries/classes/Controllers/JavaScriptMessagesController.php:338
5860 #, php-format
5861 msgid "Error text: %s"
5862 msgstr ""
5864 #: libraries/classes/Controllers/JavaScriptMessagesController.php:340
5865 msgid ""
5866 "It seems that the connection to server has been lost. Please check your "
5867 "network connectivity and server status."
5868 msgstr ""
5870 #: libraries/classes/Controllers/JavaScriptMessagesController.php:345
5871 msgid "No accounts selected."
5872 msgstr ""
5874 #: libraries/classes/Controllers/JavaScriptMessagesController.php:346
5875 msgid "Dropping column"
5876 msgstr ""
5878 #: libraries/classes/Controllers/JavaScriptMessagesController.php:347
5879 msgid "Adding primary key"
5880 msgstr ""
5882 #: libraries/classes/Controllers/JavaScriptMessagesController.php:348
5883 #: templates/console/display.twig:129 templates/database/designer/main.twig:337
5884 #: templates/database/designer/main.twig:666
5885 #: templates/database/designer/main.twig:730
5886 #: templates/database/designer/main.twig:869
5887 #: templates/database/designer/main.twig:954
5888 #: templates/database/designer/main.twig:1061
5889 #: templates/modals/preview_sql_confirmation.twig:14
5890 #: templates/table/structure/display_structure.twig:361
5891 msgid "OK"
5892 msgstr ""
5894 #: libraries/classes/Controllers/JavaScriptMessagesController.php:349
5895 msgid "Click to dismiss this notification"
5896 msgstr ""
5898 #: libraries/classes/Controllers/JavaScriptMessagesController.php:352
5899 msgid "Renaming databases"
5900 msgstr ""
5902 #: libraries/classes/Controllers/JavaScriptMessagesController.php:353
5903 msgid "Copying database"
5904 msgstr ""
5906 #: libraries/classes/Controllers/JavaScriptMessagesController.php:354
5907 msgid "Changing charset"
5908 msgstr ""
5910 #: libraries/classes/Controllers/JavaScriptMessagesController.php:355
5911 #: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:498
5912 #: libraries/classes/Index.php:526
5913 #: libraries/classes/Plugins/Export/ExportHtmlword.php:632
5914 #: libraries/classes/Plugins/Export/ExportLatex.php:625
5915 #: libraries/classes/Plugins/Export/ExportOdt.php:782
5916 #: libraries/classes/Plugins/Export/ExportTexytext.php:619
5917 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:753
5918 #: templates/config/form_display/input.twig:42
5919 #: templates/database/central_columns/main.twig:356
5920 #: templates/database/data_dictionary/index.twig:47
5921 #: templates/database/data_dictionary/index.twig:91
5922 #: templates/database/designer/main.twig:1118
5923 #: templates/database/privileges/index.twig:69
5924 #: templates/database/structure/drop_form.twig:20
5925 #: templates/database/structure/empty_form.twig:20 templates/indexes.twig:65
5926 #: templates/preferences/autoload.twig:12
5927 #: templates/preferences/manage/error.twig:19
5928 #: templates/server/privileges/new_user_ajax.twig:22
5929 #: templates/server/privileges/new_user_ajax.twig:34
5930 #: templates/server/privileges/privileges_summary.twig:37
5931 #: templates/server/privileges/privileges_summary.twig:40
5932 #: templates/server/privileges/privileges_summary.twig:42
5933 #: templates/server/privileges/users_overview.twig:55
5934 #: templates/server/privileges/users_overview.twig:65
5935 #: templates/table/delete/confirm.twig:29
5936 #: templates/table/privileges/index.twig:73
5937 #: templates/table/structure/display_structure.twig:80
5938 #: templates/table/structure/display_structure.twig:515
5939 #: templates/table/structure/drop_confirm.twig:20
5940 #: templates/table/structure/primary.twig:23
5941 #: templates/table/tracking/structure_snapshot_columns.twig:33
5942 #: templates/table/tracking/structure_snapshot_indexes.twig:23
5943 #: templates/table/tracking/structure_snapshot_indexes.twig:24
5944 msgid "No"
5945 msgstr "አይደለም"
5947 #: libraries/classes/Controllers/JavaScriptMessagesController.php:358
5948 #: templates/database/structure/drop_form.twig:16
5949 #: templates/database/structure/empty_form.twig:16 templates/import.twig:159
5950 #: templates/sql/query.twig:142 templates/table/delete/confirm.twig:25
5951 msgid "Enable foreign key checks"
5952 msgstr ""
5954 #: libraries/classes/Controllers/JavaScriptMessagesController.php:361
5955 msgid "Failed to get real row count."
5956 msgstr ""
5958 #: libraries/classes/Controllers/JavaScriptMessagesController.php:364
5959 msgid "Searching"
5960 msgstr ""
5962 #: libraries/classes/Controllers/JavaScriptMessagesController.php:365
5963 msgid "Hide search results"
5964 msgstr ""
5966 #: libraries/classes/Controllers/JavaScriptMessagesController.php:366
5967 msgid "Show search results"
5968 msgstr ""
5970 #: libraries/classes/Controllers/JavaScriptMessagesController.php:367
5971 msgid "Browsing"
5972 msgstr ""
5974 #: libraries/classes/Controllers/JavaScriptMessagesController.php:368
5975 msgid "Deleting"
5976 msgstr ""
5978 #: libraries/classes/Controllers/JavaScriptMessagesController.php:369
5979 #, php-format
5980 msgid "Delete the matches for the %s table?"
5981 msgstr ""
5983 #: libraries/classes/Controllers/JavaScriptMessagesController.php:372
5984 msgid "The definition of a stored function must contain a RETURN statement!"
5985 msgstr ""
5987 #: libraries/classes/Controllers/JavaScriptMessagesController.php:374
5988 msgid "No routine is exportable. Required privileges may be lacking."
5989 msgstr ""
5991 #: libraries/classes/Controllers/JavaScriptMessagesController.php:377
5992 #, php-format
5993 msgid "Values for column %s"
5994 msgstr ""
5996 #: libraries/classes/Controllers/JavaScriptMessagesController.php:378
5997 msgid "Values for a new column"
5998 msgstr ""
6000 #: libraries/classes/Controllers/JavaScriptMessagesController.php:379
6001 msgid "Enter each value in a separate field."
6002 msgstr ""
6004 #: libraries/classes/Controllers/JavaScriptMessagesController.php:380
6005 #, php-format
6006 msgid "Add %d value(s)"
6007 msgstr ""
6009 #: libraries/classes/Controllers/JavaScriptMessagesController.php:383
6010 msgid ""
6011 "Note: If the file contains multiple tables, they will be combined into one."
6012 msgstr ""
6014 #: libraries/classes/Controllers/JavaScriptMessagesController.php:386
6015 msgid "Hide query box"
6016 msgstr ""
6018 #: libraries/classes/Controllers/JavaScriptMessagesController.php:387
6019 msgid "Show query box"
6020 msgstr ""
6022 #: libraries/classes/Controllers/JavaScriptMessagesController.php:389
6023 #: libraries/classes/Display/Results.php:3030
6024 #: libraries/classes/Tracking.php:260 templates/console/bookmark_content.twig:7
6025 #: templates/database/central_columns/main.twig:268
6026 #: templates/database/central_columns/main.twig:380
6027 #: templates/database/central_columns/main.twig:381
6028 #: templates/database/designer/main.twig:388
6029 #: templates/database/qbe/ins_del_and_or_cell.twig:18
6030 #: templates/database/search/results.twig:43
6031 #: templates/display/results/table.twig:235
6032 #: templates/display/results/table.twig:236 templates/export.twig:54
6033 #: templates/server/user_groups/user_groups.twig:37
6034 #: templates/server/user_groups/user_groups.twig:56
6035 #: templates/setup/home/index.twig:68 templates/sql/query.twig:186
6036 msgid "Delete"
6037 msgstr ""
6039 #: libraries/classes/Controllers/JavaScriptMessagesController.php:390
6040 #, php-format
6041 msgid "%d is not valid row number."
6042 msgstr ""
6044 #: libraries/classes/Controllers/JavaScriptMessagesController.php:391
6045 #: templates/sql/relational_column_dropdown.twig:3
6046 #: templates/table/insert/column_row.twig:48
6047 #: templates/table/search/input_box.twig:27
6048 msgid "Browse foreign values"
6049 msgstr ""
6051 #: libraries/classes/Controllers/JavaScriptMessagesController.php:392
6052 msgid "No previously auto-saved query is available. Loading default query."
6053 msgstr ""
6055 #: libraries/classes/Controllers/JavaScriptMessagesController.php:394
6056 msgid ""
6057 "You have a previously saved query. Click Get auto-saved query to load the "
6058 "query."
6059 msgstr ""
6061 #: libraries/classes/Controllers/JavaScriptMessagesController.php:396
6062 #, php-format
6063 msgid "Variable %d:"
6064 msgstr ""
6066 #: libraries/classes/Controllers/JavaScriptMessagesController.php:399
6067 #: libraries/classes/Normalization.php:1051
6068 msgid "Pick"
6069 msgstr ""
6071 #: libraries/classes/Controllers/JavaScriptMessagesController.php:400
6072 msgid "Column selector"
6073 msgstr ""
6075 #: libraries/classes/Controllers/JavaScriptMessagesController.php:401
6076 msgid "Search this list"
6077 msgstr ""
6079 #: libraries/classes/Controllers/JavaScriptMessagesController.php:403
6080 #, php-format
6081 msgid ""
6082 "No columns in the central list. Make sure the Central columns list for "
6083 "database %s has columns that are not present in the current table."
6084 msgstr ""
6086 #: libraries/classes/Controllers/JavaScriptMessagesController.php:406
6087 msgid "See more"
6088 msgstr ""
6090 #: libraries/classes/Controllers/JavaScriptMessagesController.php:409
6091 msgid "Add primary key"
6092 msgstr ""
6094 #: libraries/classes/Controllers/JavaScriptMessagesController.php:410
6095 msgid "Primary key added."
6096 msgstr ""
6098 #: libraries/classes/Controllers/JavaScriptMessagesController.php:411
6099 #: libraries/classes/Normalization.php:282
6100 msgid "Taking you to next step…"
6101 msgstr ""
6103 #: libraries/classes/Controllers/JavaScriptMessagesController.php:412
6104 #, php-format
6105 msgid "The first step of normalization is complete for table '%s'."
6106 msgstr ""
6108 #: libraries/classes/Controllers/JavaScriptMessagesController.php:413
6109 #: libraries/classes/Normalization.php:540
6110 #: libraries/classes/Normalization.php:602
6111 #: libraries/classes/Normalization.php:699
6112 #: libraries/classes/Normalization.php:775
6113 msgid "End of step"
6114 msgstr ""
6116 #: libraries/classes/Controllers/JavaScriptMessagesController.php:414
6117 msgid "Second step of normalization (2NF)"
6118 msgstr ""
6120 #. l10n: Display text for calendar close link
6121 #: libraries/classes/Controllers/JavaScriptMessagesController.php:415
6122 #: libraries/classes/Normalization.php:375
6123 #: templates/javascript/variables.twig:15
6124 msgid "Done"
6125 msgstr ""
6127 #: libraries/classes/Controllers/JavaScriptMessagesController.php:416
6128 msgid "Confirm partial dependencies"
6129 msgstr ""
6131 #: libraries/classes/Controllers/JavaScriptMessagesController.php:417
6132 msgid "Selected partial dependencies are as follows:"
6133 msgstr ""
6135 #: libraries/classes/Controllers/JavaScriptMessagesController.php:419
6136 msgid ""
6137 "Note: a, b -> d,f implies values of columns a and b combined together can "
6138 "determine values of column d and column f."
6139 msgstr ""
6141 #: libraries/classes/Controllers/JavaScriptMessagesController.php:422
6142 msgid "No partial dependencies selected!"
6143 msgstr ""
6145 #: libraries/classes/Controllers/JavaScriptMessagesController.php:423
6146 #: libraries/classes/Export.php:587 libraries/classes/Html/Generator.php:987
6147 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:292
6148 #: templates/import_status.twig:2 templates/user_password.twig:2
6149 msgid "Back"
6150 msgstr ""
6152 #: libraries/classes/Controllers/JavaScriptMessagesController.php:424
6153 msgid "Show me the possible partial dependencies based on data in the table"
6154 msgstr ""
6156 #: libraries/classes/Controllers/JavaScriptMessagesController.php:425
6157 msgid "Hide partial dependencies list"
6158 msgstr ""
6160 #: libraries/classes/Controllers/JavaScriptMessagesController.php:427
6161 msgid ""
6162 "Sit tight! It may take few seconds depending on data size and column count "
6163 "of the table."
6164 msgstr ""
6166 #: libraries/classes/Controllers/JavaScriptMessagesController.php:429
6167 msgid "Step"
6168 msgstr ""
6170 #: libraries/classes/Controllers/JavaScriptMessagesController.php:430
6171 msgid "The following actions will be performed:"
6172 msgstr ""
6174 #: libraries/classes/Controllers/JavaScriptMessagesController.php:431
6175 #, php-format
6176 msgid "DROP columns %s from the table %s"
6177 msgstr ""
6179 #: libraries/classes/Controllers/JavaScriptMessagesController.php:432
6180 msgid "Create the following table"
6181 msgstr ""
6183 #: libraries/classes/Controllers/JavaScriptMessagesController.php:435
6184 msgid "Third step of normalization (3NF)"
6185 msgstr ""
6187 #: libraries/classes/Controllers/JavaScriptMessagesController.php:436
6188 msgid "Confirm transitive dependencies"
6189 msgstr ""
6191 #: libraries/classes/Controllers/JavaScriptMessagesController.php:437
6192 msgid "Selected dependencies are as follows:"
6193 msgstr ""
6195 #: libraries/classes/Controllers/JavaScriptMessagesController.php:438
6196 msgid "No dependencies selected!"
6197 msgstr ""
6199 #: libraries/classes/Controllers/JavaScriptMessagesController.php:441
6200 #: templates/columns_definitions/column_definitions_form.twig:160
6201 #: templates/database/central_columns/edit.twig:22
6202 #: templates/database/central_columns/main.twig:119
6203 #: templates/database/central_columns/main.twig:272
6204 #: templates/server/variables/index.twig:12
6205 #: templates/table/gis_visualization/gis_visualization.twig:40
6206 #: templates/table/insert/actions_panel.twig:7
6207 #: templates/table/relation/common_form.twig:225
6208 #: templates/table/structure/partition_definition_form.twig:12
6209 #: templates/table/zoom_search/result_form.twig:78
6210 msgid "Save"
6211 msgstr ""
6213 #: libraries/classes/Controllers/JavaScriptMessagesController.php:444
6214 msgid "Hide search criteria"
6215 msgstr ""
6217 #: libraries/classes/Controllers/JavaScriptMessagesController.php:445
6218 msgid "Show search criteria"
6219 msgstr ""
6221 #: libraries/classes/Controllers/JavaScriptMessagesController.php:446
6222 msgid "Column maximum:"
6223 msgstr ""
6225 #: libraries/classes/Controllers/JavaScriptMessagesController.php:447
6226 msgid "Column minimum:"
6227 msgstr ""
6229 #: libraries/classes/Controllers/JavaScriptMessagesController.php:450
6230 msgid "Hide find and replace criteria"
6231 msgstr ""
6233 #: libraries/classes/Controllers/JavaScriptMessagesController.php:451
6234 msgid "Show find and replace criteria"
6235 msgstr ""
6237 #: libraries/classes/Controllers/JavaScriptMessagesController.php:455
6238 msgid "Each point represents a data row."
6239 msgstr ""
6241 #: libraries/classes/Controllers/JavaScriptMessagesController.php:457
6242 msgid "Hovering over a point will show its label."
6243 msgstr ""
6245 #: libraries/classes/Controllers/JavaScriptMessagesController.php:459
6246 msgid "To zoom in, select a section of the plot with the mouse."
6247 msgstr ""
6249 #: libraries/classes/Controllers/JavaScriptMessagesController.php:461
6250 msgid "Click reset zoom button to come back to original state."
6251 msgstr ""
6253 #: libraries/classes/Controllers/JavaScriptMessagesController.php:463
6254 msgid "Click a data point to view and possibly edit the data row."
6255 msgstr ""
6257 #: libraries/classes/Controllers/JavaScriptMessagesController.php:465
6258 msgid "The plot can be resized by dragging it along the bottom right corner."
6259 msgstr ""
6261 #: libraries/classes/Controllers/JavaScriptMessagesController.php:468
6262 msgid "Select two columns"
6263 msgstr ""
6265 #: libraries/classes/Controllers/JavaScriptMessagesController.php:470
6266 msgid "Select two different columns"
6267 msgstr ""
6269 #: libraries/classes/Controllers/JavaScriptMessagesController.php:472
6270 msgid "Data point content"
6271 msgstr ""
6273 #: libraries/classes/Controllers/JavaScriptMessagesController.php:475
6274 #: libraries/classes/Controllers/JavaScriptMessagesController.php:631
6275 #: libraries/classes/ErrorHandler.php:439 libraries/classes/InsertEdit.php:2000
6276 #: templates/table/index_form.twig:164 templates/table/index_form.twig:200
6277 msgid "Ignore"
6278 msgstr ""
6280 #: libraries/classes/Controllers/JavaScriptMessagesController.php:476
6281 #: libraries/classes/Display/Results.php:2966
6282 #: libraries/classes/Html/Generator.php:76
6283 #: templates/display/results/table.twig:231
6284 #: templates/display/results/table.twig:232
6285 msgid "Copy"
6286 msgstr ""
6288 #: libraries/classes/Controllers/JavaScriptMessagesController.php:477
6289 #: templates/gis_data_editor_form.twig:74
6290 #: templates/gis_data_editor_form.twig:94
6291 #: templates/gis_data_editor_form.twig:135
6292 #: templates/gis_data_editor_form.twig:187
6293 msgid "X"
6294 msgstr "X"
6296 #: libraries/classes/Controllers/JavaScriptMessagesController.php:478
6297 #: templates/gis_data_editor_form.twig:76
6298 #: templates/gis_data_editor_form.twig:96
6299 #: templates/gis_data_editor_form.twig:137
6300 #: templates/gis_data_editor_form.twig:189
6301 msgid "Y"
6302 msgstr "Y"
6304 #: libraries/classes/Controllers/JavaScriptMessagesController.php:479
6305 msgid "Point"
6306 msgstr ""
6308 #: libraries/classes/Controllers/JavaScriptMessagesController.php:480
6309 #, php-format
6310 msgid "Point %d"
6311 msgstr ""
6313 #: libraries/classes/Controllers/JavaScriptMessagesController.php:481
6314 msgid "Linestring"
6315 msgstr ""
6317 #: libraries/classes/Controllers/JavaScriptMessagesController.php:482
6318 msgid "Polygon"
6319 msgstr ""
6321 #: libraries/classes/Controllers/JavaScriptMessagesController.php:483
6322 #: templates/display/results/table.twig:174
6323 msgid "Geometry"
6324 msgstr ""
6326 #: libraries/classes/Controllers/JavaScriptMessagesController.php:484
6327 msgid "Inner ring"
6328 msgstr ""
6330 #: libraries/classes/Controllers/JavaScriptMessagesController.php:485
6331 msgid "Outer ring"
6332 msgstr ""
6334 #: libraries/classes/Controllers/JavaScriptMessagesController.php:486
6335 #: templates/gis_data_editor_form.twig:99
6336 #: templates/gis_data_editor_form.twig:140
6337 #: templates/gis_data_editor_form.twig:192
6338 msgid "Add a point"
6339 msgstr ""
6341 #: libraries/classes/Controllers/JavaScriptMessagesController.php:487
6342 #: templates/gis_data_editor_form.twig:144
6343 #: templates/gis_data_editor_form.twig:195
6344 msgid "Add an inner ring"
6345 msgstr ""
6347 #: libraries/classes/Controllers/JavaScriptMessagesController.php:489
6348 msgid "Do you want to copy encryption key?"
6349 msgstr ""
6351 #: libraries/classes/Controllers/JavaScriptMessagesController.php:490
6352 msgid "Encryption key"
6353 msgstr ""
6355 #: libraries/classes/Controllers/JavaScriptMessagesController.php:493
6356 msgid ""
6357 "The HEX function will treat the integer as a string while calculating the "
6358 "hexadecimal value"
6359 msgstr ""
6361 #: libraries/classes/Controllers/JavaScriptMessagesController.php:498
6362 msgid ""
6363 "MySQL accepts additional values not selectable by the slider; key in those "
6364 "values directly if desired"
6365 msgstr ""
6367 #: libraries/classes/Controllers/JavaScriptMessagesController.php:504
6368 msgid ""
6369 "MySQL accepts additional values not selectable by the datepicker; key in "
6370 "those values directly if desired"
6371 msgstr ""
6373 #: libraries/classes/Controllers/JavaScriptMessagesController.php:510
6374 msgid ""
6375 "Indicates that you have made changes to this page; you will be prompted for "
6376 "confirmation before abandoning changes"
6377 msgstr ""
6379 #: libraries/classes/Controllers/JavaScriptMessagesController.php:515
6380 msgid "Select referenced key"
6381 msgstr ""
6383 #: libraries/classes/Controllers/JavaScriptMessagesController.php:516
6384 msgid "Select Foreign Key"
6385 msgstr ""
6387 #: libraries/classes/Controllers/JavaScriptMessagesController.php:517
6388 msgid "Please select the primary key or a unique key!"
6389 msgstr ""
6391 #: libraries/classes/Controllers/JavaScriptMessagesController.php:518
6392 #: templates/database/designer/main.twig:98
6393 #: templates/database/designer/main.twig:101
6394 msgid "Choose column to display"
6395 msgstr ""
6397 #: libraries/classes/Controllers/JavaScriptMessagesController.php:520
6398 msgid ""
6399 "You haven't saved the changes in the layout. They will be lost if you don't "
6400 "save them. Do you want to continue?"
6401 msgstr ""
6403 #: libraries/classes/Controllers/JavaScriptMessagesController.php:523
6404 msgid "value/subQuery is empty"
6405 msgstr ""
6407 #: libraries/classes/Controllers/JavaScriptMessagesController.php:524
6408 #: templates/database/designer/main.twig:40
6409 #: templates/database/designer/main.twig:43
6410 msgid "Add tables from other databases"
6411 msgstr ""
6413 #: libraries/classes/Controllers/JavaScriptMessagesController.php:525
6414 msgid "Page name"
6415 msgstr ""
6417 #: libraries/classes/Controllers/JavaScriptMessagesController.php:526
6418 #: templates/database/designer/main.twig:63
6419 #: templates/database/designer/main.twig:66
6420 msgid "Save page"
6421 msgstr ""
6423 #: libraries/classes/Controllers/JavaScriptMessagesController.php:527
6424 #: templates/database/designer/main.twig:70
6425 #: templates/database/designer/main.twig:73
6426 msgid "Save page as"
6427 msgstr ""
6429 #: libraries/classes/Controllers/JavaScriptMessagesController.php:528
6430 #: templates/database/designer/main.twig:56
6431 #: templates/database/designer/main.twig:59
6432 msgid "Open page"
6433 msgstr ""
6435 #: libraries/classes/Controllers/JavaScriptMessagesController.php:529
6436 msgid "Delete page"
6437 msgstr ""
6439 #. l10n: When the user opens a page saved in the Designer
6440 #: libraries/classes/Controllers/JavaScriptMessagesController.php:531
6441 msgid "Some tables saved in this page might have been renamed or deleted."
6442 msgstr ""
6444 #: libraries/classes/Controllers/JavaScriptMessagesController.php:532
6445 #: templates/database/designer/main.twig:10
6446 msgid "Untitled"
6447 msgstr ""
6449 #: libraries/classes/Controllers/JavaScriptMessagesController.php:533
6450 msgid "Please select a page to continue"
6451 msgstr ""
6453 #: libraries/classes/Controllers/JavaScriptMessagesController.php:534
6454 msgid "Please enter a valid page name"
6455 msgstr ""
6457 #: libraries/classes/Controllers/JavaScriptMessagesController.php:535
6458 msgid "Do you want to save the changes to the current page?"
6459 msgstr ""
6461 #: libraries/classes/Controllers/JavaScriptMessagesController.php:536
6462 msgid "Successfully deleted the page"
6463 msgstr ""
6465 #: libraries/classes/Controllers/JavaScriptMessagesController.php:537
6466 msgid "Export relational schema"
6467 msgstr ""
6469 #: libraries/classes/Controllers/JavaScriptMessagesController.php:538
6470 msgid "Modifications have been saved"
6471 msgstr ""
6473 #: libraries/classes/Controllers/JavaScriptMessagesController.php:541
6474 #, php-format
6475 msgid "%d object(s) created."
6476 msgstr ""
6478 #: libraries/classes/Controllers/JavaScriptMessagesController.php:542
6479 msgid "Column name"
6480 msgstr ""
6482 #: libraries/classes/Controllers/JavaScriptMessagesController.php:543
6483 #: templates/modals/build_query.twig:17 templates/sql/query.twig:178
6484 msgid "Submit"
6485 msgstr ""
6487 #: libraries/classes/Controllers/JavaScriptMessagesController.php:546
6488 msgid "Press escape to cancel editing.<br>- Shift+Enter for a newline."
6489 msgstr ""
6491 #: libraries/classes/Controllers/JavaScriptMessagesController.php:548
6492 msgid ""
6493 "You have edited some data and they have not been saved. Are you sure you "
6494 "want to leave this page before saving the data?"
6495 msgstr ""
6497 #: libraries/classes/Controllers/JavaScriptMessagesController.php:551
6498 msgid "Drag to reorder."
6499 msgstr ""
6501 #: libraries/classes/Controllers/JavaScriptMessagesController.php:552
6502 msgid "Click to sort results by this column."
6503 msgstr ""
6505 #: libraries/classes/Controllers/JavaScriptMessagesController.php:554
6506 msgid ""
6507 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6508 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6509 "from ORDER BY clause"
6510 msgstr ""
6512 #: libraries/classes/Controllers/JavaScriptMessagesController.php:558
6513 msgid "Click to mark/unmark."
6514 msgstr ""
6516 #: libraries/classes/Controllers/JavaScriptMessagesController.php:559
6517 msgid "Double-click to copy column name."
6518 msgstr ""
6520 #: libraries/classes/Controllers/JavaScriptMessagesController.php:560
6521 msgid "Click the drop-down arrow<br>to toggle column's visibility."
6522 msgstr ""
6524 #: libraries/classes/Controllers/JavaScriptMessagesController.php:563
6525 msgid ""
6526 "This table does not contain a unique column. Features related to the grid "
6527 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6528 msgstr ""
6530 #: libraries/classes/Controllers/JavaScriptMessagesController.php:566
6531 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6532 msgstr ""
6534 #: libraries/classes/Controllers/JavaScriptMessagesController.php:568
6535 msgid ""
6536 "Do you really want to see all of the rows? For a big table this could crash "
6537 "the browser."
6538 msgstr ""
6540 #: libraries/classes/Controllers/JavaScriptMessagesController.php:570
6541 msgid "Original length"
6542 msgstr ""
6544 #: libraries/classes/Controllers/JavaScriptMessagesController.php:573
6545 msgid "cancel"
6546 msgstr ""
6548 #: libraries/classes/Controllers/JavaScriptMessagesController.php:574
6549 #: libraries/classes/Controllers/Server/Status/StatusController.php:193
6550 msgid "Aborted"
6551 msgstr ""
6553 #: libraries/classes/Controllers/JavaScriptMessagesController.php:576
6554 msgid "Success"
6555 msgstr ""
6557 #: libraries/classes/Controllers/JavaScriptMessagesController.php:577
6558 msgid "Import status"
6559 msgstr ""
6561 #: libraries/classes/Controllers/JavaScriptMessagesController.php:578
6562 #: templates/navigation/main.twig:84
6563 msgid "Drop files here"
6564 msgstr ""
6566 #: libraries/classes/Controllers/JavaScriptMessagesController.php:579
6567 msgid "Select database first"
6568 msgstr ""
6570 #: libraries/classes/Controllers/JavaScriptMessagesController.php:583
6571 msgid "You can also edit most values<br>by double-clicking directly on them."
6572 msgstr ""
6574 #: libraries/classes/Controllers/JavaScriptMessagesController.php:585
6575 msgid "You can also edit most values<br>by clicking directly on them."
6576 msgstr ""
6578 #: libraries/classes/Controllers/JavaScriptMessagesController.php:588
6579 msgid "Go to link:"
6580 msgstr ""
6582 #: libraries/classes/Controllers/JavaScriptMessagesController.php:591
6583 msgid "Generate password"
6584 msgstr ""
6586 #: libraries/classes/Controllers/JavaScriptMessagesController.php:592
6587 #: templates/server/replication/primary_add_replica_user.twig:73
6588 msgid "Generate"
6589 msgstr ""
6591 #: libraries/classes/Controllers/JavaScriptMessagesController.php:593
6592 #: libraries/classes/Controllers/UserPasswordController.php:84
6593 #: templates/home/index.twig:46
6594 #: templates/server/privileges/change_password.twig:10
6595 msgid "Change password"
6596 msgstr ""
6598 #: libraries/classes/Controllers/JavaScriptMessagesController.php:596
6599 #: templates/table/structure/display_structure.twig:130
6600 msgid "More"
6601 msgstr ""
6603 #: libraries/classes/Controllers/JavaScriptMessagesController.php:599
6604 msgid "Show panel"
6605 msgstr ""
6607 #: libraries/classes/Controllers/JavaScriptMessagesController.php:600
6608 msgid "Hide panel"
6609 msgstr ""
6611 #: libraries/classes/Controllers/JavaScriptMessagesController.php:602
6612 #: libraries/classes/Navigation/NavigationTree.php:1357
6613 msgid "Unlink from main panel"
6614 msgstr ""
6616 #: libraries/classes/Controllers/JavaScriptMessagesController.php:606
6617 #: libraries/classes/Setup/Index.php:177
6618 #, php-format
6619 msgid ""
6620 "A newer version of phpMyAdmin is available and you should consider "
6621 "upgrading. The newest version is %s, released on %s."
6622 msgstr ""
6624 #. l10n: Latest available phpMyAdmin version
6625 #: libraries/classes/Controllers/JavaScriptMessagesController.php:610
6626 msgid ", latest stable version:"
6627 msgstr ""
6629 #: libraries/classes/Controllers/JavaScriptMessagesController.php:611
6630 msgid "up to date"
6631 msgstr ""
6633 #: libraries/classes/Controllers/JavaScriptMessagesController.php:614
6634 msgid ""
6635 "A fatal JavaScript error has occurred. Would you like to send an error "
6636 "report?"
6637 msgstr ""
6639 #: libraries/classes/Controllers/JavaScriptMessagesController.php:615
6640 msgid "Change report settings"
6641 msgstr ""
6643 #: libraries/classes/Controllers/JavaScriptMessagesController.php:616
6644 msgid "Show report details"
6645 msgstr ""
6647 #: libraries/classes/Controllers/JavaScriptMessagesController.php:617
6648 msgid ""
6649 "Your export is incomplete, due to a low execution time limit at the PHP "
6650 "level!"
6651 msgstr ""
6653 #: libraries/classes/Controllers/JavaScriptMessagesController.php:620
6654 #, php-format
6655 msgid ""
6656 "Warning: a form on this page has more than %d fields. On submission, some of "
6657 "the fields might be ignored, due to PHP's max_input_vars configuration."
6658 msgstr ""
6660 #: libraries/classes/Controllers/JavaScriptMessagesController.php:626
6661 #: libraries/classes/Controllers/JavaScriptMessagesController.php:639
6662 msgid "Some errors have been detected on the server!"
6663 msgstr ""
6665 #: libraries/classes/Controllers/JavaScriptMessagesController.php:628
6666 msgid "Please look at the bottom of this window."
6667 msgstr ""
6669 #: libraries/classes/Controllers/JavaScriptMessagesController.php:634
6670 #: libraries/classes/ErrorHandler.php:444
6671 msgid "Ignore All"
6672 msgstr ""
6674 #: libraries/classes/Controllers/JavaScriptMessagesController.php:641
6675 msgid ""
6676 "As per your settings, they are being submitted currently, please be patient."
6677 msgstr ""
6679 #: libraries/classes/Controllers/JavaScriptMessagesController.php:647
6680 msgid "Column name successfully copied to clipboard!"
6681 msgstr ""
6683 #: libraries/classes/Controllers/JavaScriptMessagesController.php:648
6684 msgid "Column name copying to clipboard failed!"
6685 msgstr ""
6687 #: libraries/classes/Controllers/JavaScriptMessagesController.php:649
6688 msgid "Successfully copied!"
6689 msgstr ""
6691 #: libraries/classes/Controllers/JavaScriptMessagesController.php:650
6692 msgid "Copying failed!"
6693 msgstr ""
6695 #: libraries/classes/Controllers/JavaScriptMessagesController.php:653
6696 msgid "Execute this query again?"
6697 msgstr ""
6699 #: libraries/classes/Controllers/JavaScriptMessagesController.php:654
6700 msgid "Do you really want to delete this bookmark?"
6701 msgstr ""
6703 #: libraries/classes/Controllers/JavaScriptMessagesController.php:655
6704 msgid "Some error occurred while getting SQL debug info."
6705 msgstr ""
6707 #: libraries/classes/Controllers/JavaScriptMessagesController.php:656
6708 #, php-format
6709 msgid "%s queries executed %s times in %s seconds."
6710 msgstr ""
6712 #: libraries/classes/Controllers/JavaScriptMessagesController.php:657
6713 #, php-format
6714 msgid "%s argument(s) passed"
6715 msgstr ""
6717 #: libraries/classes/Controllers/JavaScriptMessagesController.php:658
6718 msgid "Show arguments"
6719 msgstr ""
6721 #: libraries/classes/Controllers/JavaScriptMessagesController.php:659
6722 msgid "Hide arguments"
6723 msgstr ""
6725 #: libraries/classes/Controllers/JavaScriptMessagesController.php:660
6726 msgid "Time taken:"
6727 msgstr ""
6729 #: libraries/classes/Controllers/JavaScriptMessagesController.php:662
6730 msgid ""
6731 "There was a problem accessing your browser storage, some features may not "
6732 "work properly for you. It is likely that the browser doesn't support storage "
6733 "or the quota limit has been reached. In Firefox, corrupted storage can also "
6734 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
6735 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
6736 msgstr ""
6738 #: libraries/classes/Controllers/JavaScriptMessagesController.php:669
6739 msgid "Copy tables to"
6740 msgstr ""
6742 #: libraries/classes/Controllers/JavaScriptMessagesController.php:670
6743 msgid "Add table prefix"
6744 msgstr ""
6746 #: libraries/classes/Controllers/JavaScriptMessagesController.php:671
6747 msgid "Replace table with prefix"
6748 msgstr ""
6750 #: libraries/classes/Controllers/JavaScriptMessagesController.php:672
6751 #: templates/database/structure/check_all_tables.twig:28
6752 msgid "Copy table with prefix"
6753 msgstr ""
6755 #: libraries/classes/Controllers/JavaScriptMessagesController.php:675
6756 msgid "Extremely weak"
6757 msgstr ""
6759 #: libraries/classes/Controllers/JavaScriptMessagesController.php:676
6760 msgid "Very weak"
6761 msgstr ""
6763 #: libraries/classes/Controllers/JavaScriptMessagesController.php:677
6764 msgid "Weak"
6765 msgstr ""
6767 #: libraries/classes/Controllers/JavaScriptMessagesController.php:678
6768 msgid "Good"
6769 msgstr ""
6771 #: libraries/classes/Controllers/JavaScriptMessagesController.php:679
6772 msgid "Strong"
6773 msgstr ""
6775 #. l10n: error code 5 (from U2F API)
6776 #: libraries/classes/Controllers/JavaScriptMessagesController.php:683
6777 msgctxt "U2F error"
6778 msgid "Timed out waiting for security key activation."
6779 msgstr ""
6781 #. l10n: error code 2 (from U2F API)
6782 #: libraries/classes/Controllers/JavaScriptMessagesController.php:685
6783 msgctxt "U2F error"
6784 msgid "Invalid request sent to security key."
6785 msgstr ""
6787 #. l10n: unknown error code (from U2F API)
6788 #: libraries/classes/Controllers/JavaScriptMessagesController.php:687
6789 msgctxt "U2F error"
6790 msgid "Unknown security key error."
6791 msgstr ""
6793 #. l10n: error code 3 (from U2F API)
6794 #: libraries/classes/Controllers/JavaScriptMessagesController.php:689
6795 msgctxt "U2F error"
6796 msgid "Client does not support security key."
6797 msgstr ""
6799 #. l10n: error code 4 (from U2F API) on register
6800 #: libraries/classes/Controllers/JavaScriptMessagesController.php:691
6801 msgctxt "U2F error"
6802 msgid "Failed security key activation."
6803 msgstr ""
6805 #. l10n: error code 4 (from U2F API) on authanticate
6806 #: libraries/classes/Controllers/JavaScriptMessagesController.php:693
6807 msgctxt "U2F error"
6808 msgid "Invalid security key."
6809 msgstr ""
6811 #: libraries/classes/Controllers/JavaScriptMessagesController.php:697
6812 msgid ""
6813 "You can not open, save or delete your page layout, as IndexedDB is not "
6814 "working in your browser and your phpMyAdmin configuration storage is not "
6815 "configured for this."
6816 msgstr ""
6818 #: libraries/classes/Controllers/JavaScriptMessagesController.php:702
6819 #, php-format
6820 msgctxt ""
6821 "The table already exists in the designer and can not be added once more."
6822 msgid "Table %s already exists!"
6823 msgstr ""
6825 #: libraries/classes/Controllers/JavaScriptMessagesController.php:704
6826 #: libraries/classes/InsertEdit.php:327
6827 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:53
6828 msgid "Hide"
6829 msgstr ""
6831 #: libraries/classes/Controllers/JavaScriptMessagesController.php:705
6832 #: libraries/classes/Controllers/Table/ChangeController.php:188
6833 #: templates/database/multi_table_query/form.twig:49
6834 #: templates/database/tracking/tables.twig:19
6835 #: templates/table/tracking/main.twig:33
6836 msgid "Show"
6837 msgstr ""
6839 #: libraries/classes/Controllers/NavigationController.php:46
6840 msgid "Fatal error: The navigation can only be accessed via AJAX"
6841 msgstr ""
6843 #: libraries/classes/Controllers/NormalizationController.php:40
6844 #: libraries/classes/Normalization.php:245
6845 msgid "Select one…"
6846 msgstr ""
6848 #: libraries/classes/Controllers/NormalizationController.php:41
6849 #: libraries/classes/Normalization.php:246
6850 msgid "No such column"
6851 msgstr ""
6853 #: libraries/classes/Controllers/NormalizationController.php:46
6854 #: libraries/classes/Normalization.php:250 libraries/classes/Types.php:798
6855 msgctxt "string types"
6856 msgid "String"
6857 msgstr ""
6859 #: libraries/classes/Controllers/Preferences/ManageController.php:93
6860 msgid "phpMyAdmin configuration snippet"
6861 msgstr ""
6863 #: libraries/classes/Controllers/Preferences/ManageController.php:94
6864 msgid "Paste it to your config.inc.php"
6865 msgstr ""
6867 #: libraries/classes/Controllers/Preferences/ManageController.php:140
6868 msgid "Could not import configuration"
6869 msgstr ""
6871 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:52
6872 msgid "Two-factor authentication has been removed."
6873 msgstr ""
6875 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:63
6876 msgid "Two-factor authentication has been configured."
6877 msgstr ""
6879 #: libraries/classes/Controllers/Server/DatabasesController.php:312
6880 #: libraries/classes/Import.php:144
6881 #: templates/database/structure/table_header.twig:26
6882 #: templates/table/structure/display_partitions.twig:28
6883 #: templates/table/structure/display_structure.twig:230
6884 #: templates/table/structure/display_table_stats.twig:119
6885 msgid "Rows"
6886 msgstr ""
6888 #: libraries/classes/Controllers/Server/DatabasesController.php:322
6889 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
6890 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26
6891 #: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:3
6892 #: templates/table/structure/display_structure.twig:445
6893 #: templates/table/tracking/structure_snapshot_indexes.twig:1
6894 msgid "Indexes"
6895 msgstr ""
6897 #: libraries/classes/Controllers/Server/DatabasesController.php:327
6898 #: libraries/classes/Controllers/Server/Status/StatusController.php:147
6899 #: libraries/classes/Controllers/Server/Status/StatusController.php:199
6900 #: templates/table/structure/display_table_stats.twig:45
6901 msgid "Total"
6902 msgstr ""
6904 #: libraries/classes/Controllers/Server/DatabasesController.php:332
6905 #: templates/database/structure/table_header.twig:38
6906 #: templates/table/structure/display_table_stats.twig:32
6907 msgid "Overhead"
6908 msgstr ""
6910 #: libraries/classes/Controllers/Server/Databases/CreateController.php:87
6911 #, php-format
6912 msgid "Database %1$s has been created."
6913 msgstr ""
6915 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:93
6916 #, php-format
6917 msgid "%1$d database has been dropped successfully."
6918 msgid_plural "%1$d databases have been dropped successfully."
6919 msgstr[0] ""
6920 msgstr[1] ""
6922 #: libraries/classes/Controllers/Server/Privileges/AccountLockController.php:47
6923 #, php-format
6924 msgid "The account %s@%s has been successfully locked."
6925 msgstr ""
6927 #: libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php:47
6928 #, php-format
6929 msgid "The account %s@%s has been successfully unlocked."
6930 msgstr ""
6932 #: libraries/classes/Controllers/Server/PrivilegesController.php:153
6933 #: libraries/classes/Controllers/Server/UserGroupsController.php:53
6934 msgid "No Privileges"
6935 msgstr ""
6937 #: libraries/classes/Controllers/Server/PrivilegesController.php:162
6938 msgid "You do not have the privileges to administrate the users!"
6939 msgstr ""
6941 #: libraries/classes/Controllers/Server/PrivilegesController.php:177
6942 msgid ""
6943 "Username and hostname didn't change. If you only want to change the "
6944 "password, 'Change password' tab should be used."
6945 msgstr ""
6947 #: libraries/classes/Controllers/Server/PrivilegesController.php:406
6948 msgid "User has been added."
6949 msgstr ""
6951 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:42
6952 #, php-format
6953 msgid "Thread %s was successfully killed."
6954 msgstr ""
6956 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:48
6957 #, php-format
6958 msgid ""
6959 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
6960 msgstr ""
6962 #: libraries/classes/Controllers/Server/Status/StatusController.php:137
6963 msgid "Received"
6964 msgstr ""
6966 #: libraries/classes/Controllers/Server/Status/StatusController.php:142
6967 msgid "Sent"
6968 msgstr ""
6970 #: libraries/classes/Controllers/Server/Status/StatusController.php:181
6971 msgid "Max. concurrent connections"
6972 msgstr ""
6974 #: libraries/classes/Controllers/Server/Status/StatusController.php:187
6975 msgid "Failed attempts"
6976 msgstr ""
6978 #: libraries/classes/Controllers/Server/Status/VariablesController.php:238
6979 msgid ""
6980 "The number of connections that were aborted because the client died without "
6981 "closing the connection properly."
6982 msgstr ""
6984 #: libraries/classes/Controllers/Server/Status/VariablesController.php:241
6985 msgid "The number of failed attempts to connect to the MySQL server."
6986 msgstr ""
6988 #: libraries/classes/Controllers/Server/Status/VariablesController.php:243
6989 msgid ""
6990 "The number of transactions that used the temporary binary log cache but that "
6991 "exceeded the value of binlog_cache_size and used a temporary file to store "
6992 "statements from the transaction."
6993 msgstr ""
6995 #: libraries/classes/Controllers/Server/Status/VariablesController.php:247
6996 msgid "The number of transactions that used the temporary binary log cache."
6997 msgstr ""
6999 #: libraries/classes/Controllers/Server/Status/VariablesController.php:248
7000 msgid ""
7001 "The number of connection attempts (successful or not) to the MySQL server."
7002 msgstr ""
7004 #: libraries/classes/Controllers/Server/Status/VariablesController.php:250
7005 msgid ""
7006 "The number of temporary tables on disk created automatically by the server "
7007 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7008 "to increase the tmp_table_size  value to cause temporary tables to be memory-"
7009 "based instead of disk-based."
7010 msgstr ""
7012 #: libraries/classes/Controllers/Server/Status/VariablesController.php:256
7013 msgid "How many temporary files mysqld has created."
7014 msgstr ""
7016 #: libraries/classes/Controllers/Server/Status/VariablesController.php:258
7017 msgid ""
7018 "The number of in-memory temporary tables created automatically by the server "
7019 "while executing statements."
7020 msgstr ""
7022 #: libraries/classes/Controllers/Server/Status/VariablesController.php:262
7023 msgid ""
7024 "The number of rows written with INSERT DELAYED for which some error occurred "
7025 "(probably duplicate key)."
7026 msgstr ""
7028 #: libraries/classes/Controllers/Server/Status/VariablesController.php:266
7029 msgid ""
7030 "The number of INSERT DELAYED handler threads in use. Every different table "
7031 "on which one uses INSERT DELAYED gets its own thread."
7032 msgstr ""
7034 #: libraries/classes/Controllers/Server/Status/VariablesController.php:270
7035 msgid "The number of INSERT DELAYED rows written."
7036 msgstr ""
7038 #: libraries/classes/Controllers/Server/Status/VariablesController.php:271
7039 msgid "The number of executed FLUSH statements."
7040 msgstr ""
7042 #: libraries/classes/Controllers/Server/Status/VariablesController.php:272
7043 msgid "The number of internal COMMIT statements."
7044 msgstr ""
7046 #: libraries/classes/Controllers/Server/Status/VariablesController.php:273
7047 msgid "The number of times a row was deleted from a table."
7048 msgstr ""
7050 #: libraries/classes/Controllers/Server/Status/VariablesController.php:275
7051 msgid ""
7052 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7053 "table with a given name. This is called discovery. Handler_discover "
7054 "indicates the number of time tables have been discovered."
7055 msgstr ""
7057 #: libraries/classes/Controllers/Server/Status/VariablesController.php:281
7058 msgid ""
7059 "The number of times the first entry was read from an index. If this is high, "
7060 "it suggests that the server is doing a lot of full index scans; for example, "
7061 "SELECT col1 FROM foo, assuming that col1 is indexed."
7062 msgstr ""
7064 #: libraries/classes/Controllers/Server/Status/VariablesController.php:287
7065 msgid ""
7066 "The number of requests to read a row based on a key. If this is high, it is "
7067 "a good indication that your queries and tables are properly indexed."
7068 msgstr ""
7070 #: libraries/classes/Controllers/Server/Status/VariablesController.php:292
7071 msgid ""
7072 "The number of requests to read the next row in key order. This is "
7073 "incremented if you are querying an index column with a range constraint or "
7074 "if you are doing an index scan."
7075 msgstr ""
7077 #: libraries/classes/Controllers/Server/Status/VariablesController.php:297
7078 msgid ""
7079 "The number of requests to read the previous row in key order. This read "
7080 "method is mainly used to optimize ORDER BY … DESC."
7081 msgstr ""
7083 #: libraries/classes/Controllers/Server/Status/VariablesController.php:301
7084 msgid ""
7085 "The number of requests to read a row based on a fixed position. This is high "
7086 "if you are doing a lot of queries that require sorting of the result. You "
7087 "probably have a lot of queries that require MySQL to scan whole tables or "
7088 "you have joins that don't use keys properly."
7089 msgstr ""
7091 #: libraries/classes/Controllers/Server/Status/VariablesController.php:308
7092 msgid ""
7093 "The number of requests to read the next row in the data file. This is high "
7094 "if you are doing a lot of table scans. Generally this suggests that your "
7095 "tables are not properly indexed or that your queries are not written to take "
7096 "advantage of the indexes you have."
7097 msgstr ""
7099 #: libraries/classes/Controllers/Server/Status/VariablesController.php:314
7100 msgid "The number of internal ROLLBACK statements."
7101 msgstr ""
7103 #: libraries/classes/Controllers/Server/Status/VariablesController.php:315
7104 msgid "The number of requests to update a row in a table."
7105 msgstr ""
7107 #: libraries/classes/Controllers/Server/Status/VariablesController.php:316
7108 msgid "The number of requests to insert a row in a table."
7109 msgstr ""
7111 #: libraries/classes/Controllers/Server/Status/VariablesController.php:317
7112 msgid "The number of pages containing data (dirty or clean)."
7113 msgstr ""
7115 #: libraries/classes/Controllers/Server/Status/VariablesController.php:318
7116 msgid "The number of pages currently dirty."
7117 msgstr ""
7119 #: libraries/classes/Controllers/Server/Status/VariablesController.php:320
7120 msgid "The number of buffer pool pages that have been requested to be flushed."
7121 msgstr ""
7123 #: libraries/classes/Controllers/Server/Status/VariablesController.php:322
7124 msgid "The number of free pages."
7125 msgstr ""
7127 #: libraries/classes/Controllers/Server/Status/VariablesController.php:324
7128 msgid ""
7129 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7130 "being read or written or that can't be flushed or removed for some other "
7131 "reason."
7132 msgstr ""
7134 #: libraries/classes/Controllers/Server/Status/VariablesController.php:329
7135 msgid ""
7136 "The number of pages busy because they have been allocated for administrative "
7137 "overhead such as row locks or the adaptive hash index. This value can also "
7138 "be calculated as Innodb_buffer_pool_pages_total - "
7139 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7140 msgstr ""
7142 #: libraries/classes/Controllers/Server/Status/VariablesController.php:335
7143 msgid "Total size of buffer pool, in pages."
7144 msgstr ""
7146 #: libraries/classes/Controllers/Server/Status/VariablesController.php:337
7147 msgid ""
7148 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7149 "query is to scan a large portion of a table but in random order."
7150 msgstr ""
7152 #: libraries/classes/Controllers/Server/Status/VariablesController.php:342
7153 msgid ""
7154 "The number of sequential read-aheads InnoDB initiated. This happens when "
7155 "InnoDB does a sequential full table scan."
7156 msgstr ""
7158 #: libraries/classes/Controllers/Server/Status/VariablesController.php:345
7159 msgid "The number of logical read requests InnoDB has done."
7160 msgstr ""
7162 #: libraries/classes/Controllers/Server/Status/VariablesController.php:347
7163 msgid ""
7164 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7165 "and had to do a single-page read."
7166 msgstr ""
7168 #: libraries/classes/Controllers/Server/Status/VariablesController.php:351
7169 msgid ""
7170 "Normally, writes to the InnoDB buffer pool happen in the background. "
7171 "However, if it's necessary to read or create a page and no clean pages are "
7172 "available, it's necessary to wait for pages to be flushed first. This "
7173 "counter counts instances of these waits. If the buffer pool size was set "
7174 "properly, this value should be small."
7175 msgstr ""
7177 #: libraries/classes/Controllers/Server/Status/VariablesController.php:358
7178 msgid "The number writes done to the InnoDB buffer pool."
7179 msgstr ""
7181 #: libraries/classes/Controllers/Server/Status/VariablesController.php:359
7182 msgid "The number of fsync() operations so far."
7183 msgstr ""
7185 #: libraries/classes/Controllers/Server/Status/VariablesController.php:360
7186 msgid "The current number of pending fsync() operations."
7187 msgstr ""
7189 #: libraries/classes/Controllers/Server/Status/VariablesController.php:361
7190 msgid "The current number of pending reads."
7191 msgstr ""
7193 #: libraries/classes/Controllers/Server/Status/VariablesController.php:362
7194 msgid "The current number of pending writes."
7195 msgstr ""
7197 #: libraries/classes/Controllers/Server/Status/VariablesController.php:363
7198 msgid "The amount of data read so far, in bytes."
7199 msgstr ""
7201 #: libraries/classes/Controllers/Server/Status/VariablesController.php:364
7202 msgid "The total number of data reads."
7203 msgstr ""
7205 #: libraries/classes/Controllers/Server/Status/VariablesController.php:365
7206 msgid "The total number of data writes."
7207 msgstr ""
7209 #: libraries/classes/Controllers/Server/Status/VariablesController.php:366
7210 msgid "The amount of data written so far, in bytes."
7211 msgstr ""
7213 #: libraries/classes/Controllers/Server/Status/VariablesController.php:368
7214 msgid "The number of pages that have been written for doublewrite operations."
7215 msgstr ""
7217 #: libraries/classes/Controllers/Server/Status/VariablesController.php:370
7218 msgid "The number of doublewrite operations that have been performed."
7219 msgstr ""
7221 #: libraries/classes/Controllers/Server/Status/VariablesController.php:372
7222 msgid ""
7223 "The number of waits we had because log buffer was too small and we had to "
7224 "wait for it to be flushed before continuing."
7225 msgstr ""
7227 #: libraries/classes/Controllers/Server/Status/VariablesController.php:375
7228 msgid "The number of log write requests."
7229 msgstr ""
7231 #: libraries/classes/Controllers/Server/Status/VariablesController.php:376
7232 msgid "The number of physical writes to the log file."
7233 msgstr ""
7235 #: libraries/classes/Controllers/Server/Status/VariablesController.php:377
7236 msgid "The number of fsync() writes done to the log file."
7237 msgstr ""
7239 #: libraries/classes/Controllers/Server/Status/VariablesController.php:378
7240 msgid "The number of pending log file fsyncs."
7241 msgstr ""
7243 #: libraries/classes/Controllers/Server/Status/VariablesController.php:379
7244 msgid "Pending log file writes."
7245 msgstr ""
7247 #: libraries/classes/Controllers/Server/Status/VariablesController.php:380
7248 msgid "The number of bytes written to the log file."
7249 msgstr ""
7251 #: libraries/classes/Controllers/Server/Status/VariablesController.php:381
7252 msgid "The number of pages created."
7253 msgstr ""
7255 #: libraries/classes/Controllers/Server/Status/VariablesController.php:383
7256 msgid ""
7257 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7258 "pages; the page size allows them to be easily converted to bytes."
7259 msgstr ""
7261 #: libraries/classes/Controllers/Server/Status/VariablesController.php:387
7262 msgid "The number of pages read."
7263 msgstr ""
7265 #: libraries/classes/Controllers/Server/Status/VariablesController.php:388
7266 msgid "The number of pages written."
7267 msgstr ""
7269 #: libraries/classes/Controllers/Server/Status/VariablesController.php:389
7270 msgid "The number of row locks currently being waited for."
7271 msgstr ""
7273 #: libraries/classes/Controllers/Server/Status/VariablesController.php:390
7274 msgid "The average time to acquire a row lock, in milliseconds."
7275 msgstr ""
7277 #: libraries/classes/Controllers/Server/Status/VariablesController.php:391
7278 msgid "The total time spent in acquiring row locks, in milliseconds."
7279 msgstr ""
7281 #: libraries/classes/Controllers/Server/Status/VariablesController.php:392
7282 msgid "The maximum time to acquire a row lock, in milliseconds."
7283 msgstr ""
7285 #: libraries/classes/Controllers/Server/Status/VariablesController.php:393
7286 msgid "The number of times a row lock had to be waited for."
7287 msgstr ""
7289 #: libraries/classes/Controllers/Server/Status/VariablesController.php:394
7290 msgid "The number of rows deleted from InnoDB tables."
7291 msgstr ""
7293 #: libraries/classes/Controllers/Server/Status/VariablesController.php:395
7294 msgid "The number of rows inserted in InnoDB tables."
7295 msgstr ""
7297 #: libraries/classes/Controllers/Server/Status/VariablesController.php:396
7298 msgid "The number of rows read from InnoDB tables."
7299 msgstr ""
7301 #: libraries/classes/Controllers/Server/Status/VariablesController.php:397
7302 msgid "The number of rows updated in InnoDB tables."
7303 msgstr ""
7305 #: libraries/classes/Controllers/Server/Status/VariablesController.php:399
7306 msgid ""
7307 "The number of key blocks in the key cache that have changed but haven't yet "
7308 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7309 msgstr ""
7311 #: libraries/classes/Controllers/Server/Status/VariablesController.php:404
7312 msgid ""
7313 "The number of unused blocks in the key cache. You can use this value to "
7314 "determine how much of the key cache is in use."
7315 msgstr ""
7317 #: libraries/classes/Controllers/Server/Status/VariablesController.php:408
7318 msgid ""
7319 "The number of used blocks in the key cache. This value is a high-water mark "
7320 "that indicates the maximum number of blocks that have ever been in use at "
7321 "one time."
7322 msgstr ""
7324 #: libraries/classes/Controllers/Server/Status/VariablesController.php:412
7325 msgid "Percentage of used key cache (calculated value)"
7326 msgstr ""
7328 #: libraries/classes/Controllers/Server/Status/VariablesController.php:413
7329 msgid "The number of requests to read a key block from the cache."
7330 msgstr ""
7332 #: libraries/classes/Controllers/Server/Status/VariablesController.php:415
7333 msgid ""
7334 "The number of physical reads of a key block from disk. If Key_reads is big, "
7335 "then your key_buffer_size value is probably too small. The cache miss rate "
7336 "can be calculated as Key_reads/Key_read_requests."
7337 msgstr ""
7339 #: libraries/classes/Controllers/Server/Status/VariablesController.php:421
7340 msgid ""
7341 "Key cache miss calculated as rate of physical reads compared to read "
7342 "requests (calculated value)"
7343 msgstr ""
7345 #: libraries/classes/Controllers/Server/Status/VariablesController.php:423
7346 msgid "The number of requests to write a key block to the cache."
7347 msgstr ""
7349 #: libraries/classes/Controllers/Server/Status/VariablesController.php:424
7350 msgid "The number of physical writes of a key block to disk."
7351 msgstr ""
7353 #: libraries/classes/Controllers/Server/Status/VariablesController.php:425
7354 msgid ""
7355 "Percentage of physical writes compared to write requests (calculated value)"
7356 msgstr ""
7358 #: libraries/classes/Controllers/Server/Status/VariablesController.php:427
7359 msgid ""
7360 "The total cost of the last compiled query as computed by the query "
7361 "optimizer. Useful for comparing the cost of different query plans for the "
7362 "same query. The default value of 0 means that no query has been compiled yet."
7363 msgstr ""
7365 #: libraries/classes/Controllers/Server/Status/VariablesController.php:433
7366 msgid ""
7367 "The maximum number of connections that have been in use simultaneously since "
7368 "the server started."
7369 msgstr ""
7371 #: libraries/classes/Controllers/Server/Status/VariablesController.php:435
7372 msgid "The number of rows waiting to be written in INSERT DELAYED queues."
7373 msgstr ""
7375 #: libraries/classes/Controllers/Server/Status/VariablesController.php:437
7376 msgid ""
7377 "The number of tables that have been opened. If opened tables is big, your "
7378 "table_open_cache value is probably too small."
7379 msgstr ""
7381 #: libraries/classes/Controllers/Server/Status/VariablesController.php:440
7382 msgid "The number of files that are open."
7383 msgstr ""
7385 #: libraries/classes/Controllers/Server/Status/VariablesController.php:441
7386 msgid "The number of streams that are open (used mainly for logging)."
7387 msgstr ""
7389 #: libraries/classes/Controllers/Server/Status/VariablesController.php:442
7390 msgid "The number of tables that are open."
7391 msgstr ""
7393 #: libraries/classes/Controllers/Server/Status/VariablesController.php:444
7394 msgid ""
7395 "The number of free memory blocks in query cache. High numbers can indicate "
7396 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7397 "statement."
7398 msgstr ""
7400 #: libraries/classes/Controllers/Server/Status/VariablesController.php:448
7401 msgid "The amount of free memory for query cache."
7402 msgstr ""
7404 #: libraries/classes/Controllers/Server/Status/VariablesController.php:449
7405 msgid "The number of cache hits."
7406 msgstr ""
7408 #: libraries/classes/Controllers/Server/Status/VariablesController.php:450
7409 msgid "The number of queries added to the cache."
7410 msgstr ""
7412 #: libraries/classes/Controllers/Server/Status/VariablesController.php:452
7413 msgid ""
7414 "The number of queries that have been removed from the cache to free up "
7415 "memory for caching new queries. This information can help you tune the query "
7416 "cache size. The query cache uses a least recently used (LRU) strategy to "
7417 "decide which queries to remove from the cache."
7418 msgstr ""
7420 #: libraries/classes/Controllers/Server/Status/VariablesController.php:459
7421 msgid ""
7422 "The number of non-cached queries (not cachable, or not cached due to the "
7423 "query_cache_type setting)."
7424 msgstr ""
7426 #: libraries/classes/Controllers/Server/Status/VariablesController.php:461
7427 msgid "The number of queries registered in the cache."
7428 msgstr ""
7430 #: libraries/classes/Controllers/Server/Status/VariablesController.php:462
7431 msgid "The total number of blocks in the query cache."
7432 msgstr ""
7434 #: libraries/classes/Controllers/Server/Status/VariablesController.php:463
7435 msgid "The status of failsafe replication (not yet implemented)."
7436 msgstr ""
7438 #: libraries/classes/Controllers/Server/Status/VariablesController.php:465
7439 msgid ""
7440 "The number of joins that do not use indexes. If this value is not 0, you "
7441 "should carefully check the indexes of your tables."
7442 msgstr ""
7444 #: libraries/classes/Controllers/Server/Status/VariablesController.php:468
7445 msgid "The number of joins that used a range search on a reference table."
7446 msgstr ""
7448 #: libraries/classes/Controllers/Server/Status/VariablesController.php:470
7449 msgid ""
7450 "The number of joins without keys that check for key usage after each row. "
7451 "(If this is not 0, you should carefully check the indexes of your tables.)"
7452 msgstr ""
7454 #: libraries/classes/Controllers/Server/Status/VariablesController.php:475
7455 msgid ""
7456 "The number of joins that used ranges on the first table. (It's normally not "
7457 "critical even if this is big.)"
7458 msgstr ""
7460 #: libraries/classes/Controllers/Server/Status/VariablesController.php:478
7461 msgid "The number of joins that did a full scan of the first table."
7462 msgstr ""
7464 #: libraries/classes/Controllers/Server/Status/VariablesController.php:479
7465 msgid ""
7466 "The number of temporary tables currently open by the replica SQL thread."
7467 msgstr ""
7469 #: libraries/classes/Controllers/Server/Status/VariablesController.php:481
7470 msgid ""
7471 "Total (since startup) number of times the replication replica SQL thread has "
7472 "retried transactions."
7473 msgstr ""
7475 #: libraries/classes/Controllers/Server/Status/VariablesController.php:483
7476 msgid "This is ON if this server is a replica that is connected to a primary."
7477 msgstr ""
7479 #: libraries/classes/Controllers/Server/Status/VariablesController.php:485
7480 msgid ""
7481 "The number of threads that have taken more than slow_launch_time seconds to "
7482 "create."
7483 msgstr ""
7485 #: libraries/classes/Controllers/Server/Status/VariablesController.php:487
7486 msgid ""
7487 "The number of queries that have taken more than long_query_time seconds."
7488 msgstr ""
7490 #: libraries/classes/Controllers/Server/Status/VariablesController.php:489
7491 msgid ""
7492 "The number of merge passes the sort algorithm has had to do. If this value "
7493 "is large, you should consider increasing the value of the sort_buffer_size "
7494 "system variable."
7495 msgstr ""
7497 #: libraries/classes/Controllers/Server/Status/VariablesController.php:493
7498 msgid "The number of sorts that were done with ranges."
7499 msgstr ""
7501 #: libraries/classes/Controllers/Server/Status/VariablesController.php:494
7502 msgid "The number of sorted rows."
7503 msgstr ""
7505 #: libraries/classes/Controllers/Server/Status/VariablesController.php:495
7506 msgid "The number of sorts that were done by scanning the table."
7507 msgstr ""
7509 #: libraries/classes/Controllers/Server/Status/VariablesController.php:496
7510 msgid "The number of times that a table lock was acquired immediately."
7511 msgstr ""
7513 #: libraries/classes/Controllers/Server/Status/VariablesController.php:498
7514 msgid ""
7515 "The number of times that a table lock could not be acquired immediately and "
7516 "a wait was needed. If this is high, and you have performance problems, you "
7517 "should first optimize your queries, and then either split your table or "
7518 "tables or use replication."
7519 msgstr ""
7521 #: libraries/classes/Controllers/Server/Status/VariablesController.php:504
7522 msgid ""
7523 "The number of threads in the thread cache. The cache hit rate can be "
7524 "calculated as Threads_created/Connections. If this value is red you should "
7525 "raise your thread_cache_size."
7526 msgstr ""
7528 #: libraries/classes/Controllers/Server/Status/VariablesController.php:508
7529 msgid "The number of currently open connections."
7530 msgstr ""
7532 #: libraries/classes/Controllers/Server/Status/VariablesController.php:510
7533 msgid ""
7534 "The number of threads created to handle connections. If Threads_created is "
7535 "big, you may want to increase the thread_cache_size value. (Normally this "
7536 "doesn't give a notable performance improvement if you have a good thread "
7537 "implementation.)"
7538 msgstr ""
7540 #: libraries/classes/Controllers/Server/Status/VariablesController.php:516
7541 msgid "Thread cache hit rate (calculated value)"
7542 msgstr ""
7544 #: libraries/classes/Controllers/Server/Status/VariablesController.php:517
7545 msgid "The number of threads that are not sleeping."
7546 msgstr ""
7548 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:46
7549 #: libraries/classes/Util.php:835
7550 msgid "Missing parameter:"
7551 msgstr ""
7553 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:60
7554 msgid "User groups management is not enabled."
7555 msgstr ""
7557 #: libraries/classes/Controllers/Server/Variables/SetVariableController.php:93
7558 msgid "Setting variable failed"
7559 msgstr ""
7561 #: libraries/classes/Controllers/Setup/FormController.php:32
7562 msgid "Incorrect form specified!"
7563 msgstr ""
7565 #: libraries/classes/Controllers/Setup/HomeController.php:42
7566 msgid ""
7567 "You are not using a secure connection; all data (including potentially "
7568 "sensitive information, like passwords) is transferred unencrypted!"
7569 msgstr ""
7571 #: libraries/classes/Controllers/Setup/HomeController.php:47
7572 msgid ""
7573 "If your server is also configured to accept HTTPS requests follow this link "
7574 "to use a secure connection."
7575 msgstr ""
7577 #: libraries/classes/Controllers/Setup/HomeController.php:51
7578 msgid "Insecure connection"
7579 msgstr ""
7581 #: libraries/classes/Controllers/Sql/SqlController.php:236
7582 #: libraries/classes/Sql.php:1154
7583 #, php-format
7584 msgid "Bookmark %s has been created."
7585 msgstr ""
7587 #: libraries/classes/Controllers/Sql/SqlController.php:243
7588 msgid "Bookmark not created!"
7589 msgstr ""
7591 #: libraries/classes/Controllers/Table/AddFieldController.php:151
7592 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:275
7593 #: libraries/classes/Controllers/Table/Structure/SaveController.php:223
7594 #: libraries/classes/Table/Indexes.php:85
7595 #, php-format
7596 msgid "Table %1$s has been altered successfully."
7597 msgstr ""
7599 #: libraries/classes/Controllers/Table/ChangeRowsController.php:36
7600 #: libraries/classes/Controllers/Table/DeleteConfirmController.php:25
7601 #: libraries/classes/Controllers/Table/ExportRowsController.php:36
7602 msgid "No row selected."
7603 msgstr ""
7605 #: libraries/classes/Controllers/Table/ChartController.php:60
7606 #: libraries/classes/Controllers/Table/GisVisualizationController.php:70
7607 msgid "No SQL query was set to fetch data."
7608 msgstr ""
7610 #: libraries/classes/Controllers/Table/ChartController.php:145
7611 msgid "No numeric columns present in the table to plot."
7612 msgstr ""
7614 #: libraries/classes/Controllers/Table/ChartController.php:208
7615 msgid "No data to display"
7616 msgstr ""
7618 #: libraries/classes/Controllers/Table/CreateController.php:84
7619 #: libraries/classes/Controllers/Table/GetFieldController.php:55
7620 #, php-format
7621 msgid "'%s' database does not exist."
7622 msgstr ""
7624 #: libraries/classes/Controllers/Table/CreateController.php:94
7625 #, php-format
7626 msgid "Table %s already exists!"
7627 msgstr ""
7629 #: libraries/classes/Controllers/Table/DeleteRowsController.php:77
7630 #: libraries/classes/Controllers/Table/FindReplaceController.php:181
7631 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:83
7632 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:83
7633 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:83
7634 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:83
7635 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:83
7636 #: libraries/classes/Controllers/Table/Partition/AnalyzeController.php:55
7637 #: libraries/classes/Controllers/Table/Partition/CheckController.php:55
7638 #: libraries/classes/Controllers/Table/Partition/DropController.php:56
7639 #: libraries/classes/Controllers/Table/Partition/OptimizeController.php:55
7640 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:56
7641 #: libraries/classes/Controllers/Table/Partition/RepairController.php:55
7642 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:56
7643 #: libraries/classes/Controllers/Table/RelationController.php:241
7644 #: libraries/classes/Controllers/View/OperationsController.php:87
7645 #: libraries/classes/Database/Routines.php:1224
7646 #: libraries/classes/Display/Results.php:3683 libraries/classes/Message.php:172
7647 #: templates/sql/query.twig:7
7648 msgid "Your SQL query has been executed successfully."
7649 msgstr ""
7651 #: libraries/classes/Controllers/Table/DropColumnConfirmationController.php:23
7652 #: libraries/classes/Controllers/Table/DropColumnController.php:51
7653 #: libraries/classes/Controllers/Table/Structure/AddIndexController.php:47
7654 #: libraries/classes/Controllers/Table/Structure/BrowseController.php:34
7655 #: libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php:45
7656 #: libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php:45
7657 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:59
7658 #: libraries/classes/Controllers/Table/Structure/FulltextController.php:47
7659 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:50
7660 #: libraries/classes/Controllers/Table/Structure/SpatialController.php:47
7661 #: libraries/classes/Controllers/Table/Structure/UniqueController.php:47
7662 msgid "No column selected."
7663 msgstr ""
7665 #: libraries/classes/Controllers/Table/DropColumnController.php:80
7666 #, php-format
7667 msgid "%1$d column has been dropped successfully."
7668 msgid_plural "%1$d columns have been dropped successfully."
7669 msgstr[0] ""
7670 msgstr[1] ""
7672 #: libraries/classes/Controllers/Table/GetFieldController.php:63
7673 msgid "Invalid table name"
7674 msgstr ""
7676 #. l10n: In case a SQL query did not pass a security check
7677 #: libraries/classes/Controllers/Table/GetFieldController.php:72
7678 #: libraries/classes/Controllers/Transformation/WrapperController.php:103
7679 msgid "There is an issue with your request."
7680 msgstr ""
7682 #: libraries/classes/Controllers/Table/GetFieldController.php:86
7683 #: libraries/classes/Database/Routines.php:1243
7684 #: libraries/classes/Import.php:149 libraries/classes/InsertEdit.php:221
7685 #: libraries/classes/Sql.php:967
7686 msgid "MySQL returned an empty result set (i.e. zero rows)."
7687 msgstr ""
7689 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:75
7690 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:75
7691 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:75
7692 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:75
7693 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:75
7694 msgid "Maintenance operations on multiple tables are disabled."
7695 msgstr ""
7697 #: libraries/classes/Controllers/Table/OperationsController.php:109
7698 #: libraries/classes/Controllers/Table/OperationsController.php:298
7699 #: libraries/classes/Controllers/Table/StructureController.php:100
7700 #: libraries/classes/Navigation/Nodes/NodeView.php:28
7701 #: templates/database/structure/show_create.twig:32
7702 #: templates/database/structure/structure_table_row.twig:122
7703 #: templates/database/structure/structure_table_row.twig:186
7704 msgid "View"
7705 msgstr ""
7707 #: libraries/classes/Controllers/Table/Partition/DropController.php:62
7708 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:62
7709 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:62
7710 #: libraries/classes/Controllers/View/OperationsController.php:90
7711 #: libraries/classes/Html/Generator.php:863 libraries/classes/Import.php:133
7712 #: libraries/classes/InsertEdit.php:716 libraries/classes/Message.php:192
7713 #: templates/error/generic.twig:37
7714 #: templates/table/structure/display_structure.twig:355
7715 msgid "Error"
7716 msgstr ""
7718 #: libraries/classes/Controllers/Table/RelationController.php:182
7719 msgid "Display column was successfully updated."
7720 msgstr ""
7722 #: libraries/classes/Controllers/Table/RelationController.php:275
7723 msgid "Internal relationships were successfully updated."
7724 msgstr ""
7726 #: libraries/classes/Controllers/Table/ReplaceController.php:300
7727 #, php-format
7728 msgid "Row: %1$s, Column: %2$s, Error: %3$s"
7729 msgstr ""
7731 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:91
7732 #, php-format
7733 msgid "Failed to get description of column %s!"
7734 msgstr ""
7736 #: libraries/classes/Controllers/Table/StructureController.php:226
7737 #: templates/columns_definitions/column_attributes.twig:107
7738 #: templates/database/data_dictionary/index.twig:41
7739 #: templates/table/structure/display_structure.twig:137
7740 #: templates/table/structure/display_structure.twig:145
7741 #: templates/table/structure/display_structure.twig:295
7742 #: templates/table/tracking/structure_snapshot_columns.twig:25
7743 msgid "Primary"
7744 msgstr "የመጀመሪያ"
7746 #: libraries/classes/Controllers/Table/StructureController.php:230
7747 #: libraries/classes/Navigation/Nodes/NodeIndex.php:28
7748 #: templates/columns_definitions/column_attributes.twig:115
7749 #: templates/columns_definitions/table_fields_definitions.twig:46
7750 #: templates/table/structure/display_structure.twig:167
7751 #: templates/table/structure/display_structure.twig:175
7752 #: templates/table/structure/display_structure.twig:301
7753 #: templates/table/structure/display_table_stats.twig:24
7754 #: templates/table/tracking/structure_snapshot_columns.twig:27
7755 msgid "Index"
7756 msgstr ""
7758 #: libraries/classes/Controllers/Table/Structure/MoveColumnsController.php:172
7759 msgid "The columns have been moved successfully."
7760 msgstr ""
7762 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:267
7763 #: libraries/classes/Controllers/Table/Structure/SaveController.php:273
7764 #: libraries/classes/Tracking.php:776
7765 msgid "Query error"
7766 msgstr ""
7768 #: libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php:48
7769 #, php-format
7770 msgid "The name '%s' is a MySQL reserved keyword."
7771 msgid_plural "The names '%s' are MySQL reserved keywords."
7772 msgstr[0] ""
7773 msgstr[1] ""
7775 #: libraries/classes/Controllers/Table/Structure/SaveController.php:218
7776 #, php-format
7777 msgid ""
7778 "Table %1$s has been altered successfully. Privileges have been adjusted."
7779 msgstr ""
7781 #: libraries/classes/Controllers/Table/TrackingController.php:69
7782 #, php-format
7783 msgid "Tracking of %s is activated."
7784 msgstr ""
7786 #: libraries/classes/Controllers/Table/TrackingController.php:140
7787 msgid "Tracking versions deleted successfully."
7788 msgstr ""
7790 #: libraries/classes/Controllers/Table/TrackingController.php:145
7791 msgid "No versions selected."
7792 msgstr ""
7794 #: libraries/classes/Controllers/Table/TrackingController.php:174
7795 msgid "SQL statements executed."
7796 msgstr ""
7798 #: libraries/classes/Controllers/UserPasswordController.php:54
7799 msgid "You don't have sufficient privileges to be here right now!"
7800 msgstr ""
7802 #: libraries/classes/Controllers/View/CreateController.php:81
7803 msgid "View name can not be empty!"
7804 msgstr ""
7806 #: libraries/classes/Core.php:200 libraries/classes/ZipExtension.php:62
7807 #, php-format
7808 msgid "The %s extension is missing. Please check your PHP configuration."
7809 msgstr ""
7811 #: libraries/classes/Database/CentralColumns.php:293
7812 #: libraries/classes/Database/CentralColumns.php:399
7813 #: libraries/classes/Database/CentralColumns.php:611
7814 msgid ""
7815 "The configuration storage is not ready for the central list of columns "
7816 "feature."
7817 msgstr ""
7819 #: libraries/classes/Database/CentralColumns.php:351
7820 #, php-format
7821 msgid "Could not add %1$s as they already exist in central list!"
7822 msgstr ""
7824 #: libraries/classes/Database/CentralColumns.php:367
7825 msgid "Could not add columns!"
7826 msgstr ""
7828 #: libraries/classes/Database/CentralColumns.php:451
7829 #, php-format
7830 msgid ""
7831 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
7832 msgstr ""
7834 #: libraries/classes/Database/CentralColumns.php:464
7835 msgid "Could not remove columns!"
7836 msgstr ""
7838 #: libraries/classes/Database/CentralColumns.php:625
7839 msgid "YES"
7840 msgstr ""
7842 #: libraries/classes/Database/CentralColumns.php:625
7843 msgid "NO"
7844 msgstr ""
7846 #: libraries/classes/Database/Designer/Common.php:528
7847 msgctxt ""
7848 "phpMyAdmin configuration storage is not configured for \"Display Features\" "
7849 "on designer when user tries to set a display field."
7850 msgid ""
7851 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
7852 msgstr ""
7854 #: libraries/classes/Database/Designer/Common.php:573
7855 msgid "Error: relationship already exists."
7856 msgstr ""
7858 #: libraries/classes/Database/Designer/Common.php:625
7859 msgid "FOREIGN KEY relationship has been added."
7860 msgstr ""
7862 #: libraries/classes/Database/Designer/Common.php:633
7863 msgid "Error: FOREIGN KEY relationship could not be added!"
7864 msgstr ""
7866 #: libraries/classes/Database/Designer/Common.php:640
7867 msgid "Error: Missing index on column(s)."
7868 msgstr ""
7870 #: libraries/classes/Database/Designer/Common.php:648
7871 #: libraries/classes/Database/Designer/Common.php:727
7872 msgid "Error: Relational features are disabled!"
7873 msgstr ""
7875 #: libraries/classes/Database/Designer/Common.php:672
7876 msgid "Internal relationship has been added."
7877 msgstr ""
7879 #: libraries/classes/Database/Designer/Common.php:680
7880 msgid "Error: Internal relationship could not be added!"
7881 msgstr ""
7883 #: libraries/classes/Database/Designer/Common.php:718
7884 msgid "FOREIGN KEY relationship has been removed."
7885 msgstr ""
7887 #: libraries/classes/Database/Designer/Common.php:749
7888 msgid "Error: Internal relationship could not be removed!"
7889 msgstr ""
7891 #: libraries/classes/Database/Designer/Common.php:755
7892 msgid "Internal relationship has been removed."
7893 msgstr ""
7895 #: libraries/classes/Database/Designer.php:136
7896 msgid "Could not load schema plugins, please check your installation!"
7897 msgstr ""
7899 #: libraries/classes/Database/Events.php:104
7900 #: libraries/classes/Database/Events.php:113
7901 #: libraries/classes/Database/Events.php:139
7902 #: libraries/classes/Database/Routines.php:225
7903 #: libraries/classes/Database/Routines.php:246
7904 #: libraries/classes/Database/Routines.php:348
7905 #: libraries/classes/Database/Routines.php:1250
7906 #: libraries/classes/Database/Triggers.php:117
7907 #: libraries/classes/Database/Triggers.php:126
7908 #: libraries/classes/Database/Triggers.php:153
7909 #, php-format
7910 msgid "The following query has failed: \"%s\""
7911 msgstr ""
7913 #: libraries/classes/Database/Events.php:108
7914 #: libraries/classes/Database/Events.php:117
7915 #: libraries/classes/Database/Events.php:143
7916 #: libraries/classes/Database/Events.php:505
7917 #: libraries/classes/Database/Routines.php:229
7918 #: libraries/classes/Database/Routines.php:250
7919 #: libraries/classes/Database/Routines.php:352
7920 #: libraries/classes/Database/Routines.php:1254
7921 #: libraries/classes/Database/Routines.php:1540
7922 #: libraries/classes/Database/Triggers.php:121
7923 #: libraries/classes/Database/Triggers.php:130
7924 #: libraries/classes/Database/Triggers.php:157
7925 #: libraries/classes/Database/Triggers.php:437
7926 #: libraries/classes/Html/Generator.php:931
7927 msgid "MySQL said: "
7928 msgstr ""
7930 #: libraries/classes/Database/Events.php:126
7931 #, php-format
7932 msgid "Event %1$s has been modified."
7933 msgstr ""
7935 #: libraries/classes/Database/Events.php:146
7936 #, php-format
7937 msgid "Event %1$s has been created."
7938 msgstr ""
7940 #: libraries/classes/Database/Events.php:160
7941 #: libraries/classes/Database/Routines.php:266
7942 #: libraries/classes/Database/Triggers.php:174
7943 msgid "One or more errors have occurred while processing your request:"
7944 msgstr ""
7946 #: libraries/classes/Database/Events.php:239
7947 msgid "Add event"
7948 msgstr ""
7950 #: libraries/classes/Database/Events.php:243
7951 msgid "Edit event"
7952 msgstr ""
7954 #: libraries/classes/Database/Events.php:404
7955 #: libraries/classes/Database/Routines.php:984
7956 #: libraries/classes/Database/Triggers.php:381
7957 msgid "The definer must be in the \"username@hostname\" format!"
7958 msgstr ""
7960 #: libraries/classes/Database/Events.php:412
7961 msgid "You must provide an event name!"
7962 msgstr ""
7964 #: libraries/classes/Database/Events.php:426
7965 msgid "You must provide a valid interval value for the event."
7966 msgstr ""
7968 #: libraries/classes/Database/Events.php:446
7969 msgid "You must provide a valid execution time for the event."
7970 msgstr ""
7972 #: libraries/classes/Database/Events.php:450
7973 msgid "You must provide a valid type for the event."
7974 msgstr ""
7976 #: libraries/classes/Database/Events.php:476
7977 msgid "You must provide an event definition."
7978 msgstr ""
7980 #: libraries/classes/Database/Events.php:502
7981 msgid "Sorry, we failed to restore the dropped event."
7982 msgstr ""
7984 #: libraries/classes/Database/Events.php:503
7985 #: libraries/classes/Database/Routines.php:1538
7986 #: libraries/classes/Database/Triggers.php:435
7987 msgid "The backed up query was:"
7988 msgstr ""
7990 #: libraries/classes/Database/Events.php:534
7991 #: libraries/classes/Database/Routines.php:151
7992 #: libraries/classes/Database/Routines.php:1143
7993 #: libraries/classes/Database/Routines.php:1312
7994 #: libraries/classes/Database/Triggers.php:466
7995 msgid "Error in processing request:"
7996 msgstr ""
7998 #: libraries/classes/Database/Events.php:536
7999 #, php-format
8000 msgid "No event with name %1$s found in database %2$s."
8001 msgstr ""
8003 #: libraries/classes/Database/Events.php:568
8004 #, php-format
8005 msgid "Export of event %s"
8006 msgstr ""
8008 #: libraries/classes/Database/Events.php:589
8009 #, php-format
8010 msgid ""
8011 "Error in processing request: No event with name %1$s found in database %2$s."
8012 msgstr ""
8014 #: libraries/classes/DatabaseInterface.php:1130
8015 #, php-format
8016 msgid ""
8017 "Unable to use timezone \"%1$s\" for server %2$d. Please check your "
8018 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8019 "phpMyAdmin is currently using the default time zone of the database server."
8020 msgstr ""
8022 #: libraries/classes/DatabaseInterface.php:1175
8023 msgid "Failed to set configured collation connection!"
8024 msgstr ""
8026 #: libraries/classes/DatabaseInterface.php:1868
8027 msgid "Missing connection parameters!"
8028 msgstr ""
8030 #: libraries/classes/DatabaseInterface.php:1893
8031 msgid "Connection for controluser as defined in your configuration failed."
8032 msgstr ""
8034 #: libraries/classes/DatabaseInterface.php:2298
8035 #, php-format
8036 msgid "See %sour documentation%s for more information."
8037 msgstr ""
8039 #: libraries/classes/Database/Qbe.php:756
8040 #: templates/database/qbe/ins_del_and_or_cell.twig:21
8041 msgid "Or:"
8042 msgstr ""
8044 #: libraries/classes/Database/Qbe.php:760
8045 #: templates/database/qbe/ins_del_and_or_cell.twig:9
8046 msgid "And:"
8047 msgstr ""
8049 #: libraries/classes/Database/Qbe.php:766
8050 msgid "Ins"
8051 msgstr ""
8053 #: libraries/classes/Database/Qbe.php:769
8054 msgid "Del"
8055 msgstr ""
8057 #: libraries/classes/Database/Qbe.php:1674
8058 msgid "Saved bookmarked search:"
8059 msgstr ""
8061 #: libraries/classes/Database/Qbe.php:1676
8062 msgid "New bookmark"
8063 msgstr ""
8065 #: libraries/classes/Database/Qbe.php:1703
8066 msgid "Create bookmark"
8067 msgstr ""
8069 #: libraries/classes/Database/Qbe.php:1706
8070 msgid "Update bookmark"
8071 msgstr ""
8073 #: libraries/classes/Database/Qbe.php:1708
8074 msgid "Delete bookmark"
8075 msgstr ""
8077 #: libraries/classes/Database/Routines.php:118
8078 msgid "Add routine"
8079 msgstr ""
8081 #: libraries/classes/Database/Routines.php:122
8082 msgid "Edit routine"
8083 msgstr ""
8085 #: libraries/classes/Database/Routines.php:154
8086 #, php-format
8087 msgid ""
8088 "No routine with name %1$s found in database %2$s. You might be lacking the "
8089 "necessary privileges to edit this routine."
8090 msgstr ""
8092 #: libraries/classes/Database/Routines.php:206
8093 #: libraries/classes/Database/Routines.php:992
8094 #, php-format
8095 msgid "Invalid routine type: \"%s\""
8096 msgstr ""
8098 #: libraries/classes/Database/Routines.php:253
8099 #, php-format
8100 msgid "Routine %1$s has been created."
8101 msgstr ""
8103 #: libraries/classes/Database/Routines.php:413
8104 #, php-format
8105 msgid "Routine %1$s has been modified. Privileges have been adjusted."
8106 msgstr ""
8108 #: libraries/classes/Database/Routines.php:418
8109 #, php-format
8110 msgid "Routine %1$s has been modified."
8111 msgstr ""
8113 #: libraries/classes/Database/Routines.php:825
8114 msgid "You must provide a name and a type for each routine parameter."
8115 msgstr ""
8117 #: libraries/classes/Database/Routines.php:843
8118 #, php-format
8119 msgid "Invalid direction \"%s\" given for parameter."
8120 msgstr ""
8122 #: libraries/classes/Database/Routines.php:863
8123 #: libraries/classes/Database/Routines.php:930
8124 msgid ""
8125 "You must provide length/values for routine parameters of type ENUM, SET, "
8126 "VARCHAR and VARBINARY."
8127 msgstr ""
8129 #: libraries/classes/Database/Routines.php:912
8130 msgid "You must provide a valid return type for the routine."
8131 msgstr ""
8133 #: libraries/classes/Database/Routines.php:1000
8134 msgid "You must provide a routine name!"
8135 msgstr ""
8137 #: libraries/classes/Database/Routines.php:1065
8138 msgid "You must provide a routine definition."
8139 msgstr ""
8141 #: libraries/classes/Database/Routines.php:1145
8142 #: libraries/classes/Database/Routines.php:1314
8143 #, php-format
8144 msgid "No routine with name %1$s found in database %2$s."
8145 msgstr ""
8147 #: libraries/classes/Database/Routines.php:1184
8148 #, php-format
8149 msgid "Execution results of routine %s"
8150 msgstr ""
8152 #: libraries/classes/Database/Routines.php:1232
8153 #, php-format
8154 msgid "%d row affected by the last statement inside the procedure."
8155 msgid_plural "%d rows affected by the last statement inside the procedure."
8156 msgstr[0] ""
8157 msgstr[1] ""
8159 #: libraries/classes/Database/Routines.php:1297
8160 #: libraries/classes/Database/Routines.php:1304
8161 msgid "Execute routine"
8162 msgstr ""
8164 #: libraries/classes/Database/Routines.php:1537
8165 msgid "Sorry, we failed to restore the dropped routine."
8166 msgstr ""
8168 #: libraries/classes/Database/Routines.php:1567
8169 #, php-format
8170 msgid "Export of routine %s"
8171 msgstr ""
8173 #: libraries/classes/Database/Routines.php:1589
8174 #, php-format
8175 msgid ""
8176 "Error in processing request: No routine with name %1$s found in database "
8177 "%2$s. You might be lacking the necessary privileges to view/export this "
8178 "routine."
8179 msgstr ""
8181 #: libraries/classes/Database/Search.php:103
8182 #: templates/database/search/main.twig:19
8183 msgid "at least one of the words"
8184 msgstr ""
8186 #: libraries/classes/Database/Search.php:104
8187 #: templates/database/search/main.twig:23
8188 msgid "all of the words"
8189 msgstr ""
8191 #: libraries/classes/Database/Search.php:105
8192 #: templates/database/search/main.twig:27
8193 msgid "the exact phrase as substring"
8194 msgstr ""
8196 #: libraries/classes/Database/Search.php:106
8197 #: templates/database/search/main.twig:31
8198 msgid "the exact phrase as whole field"
8199 msgstr ""
8201 #: libraries/classes/Database/Search.php:107
8202 #: templates/database/search/main.twig:35
8203 msgid "as regular expression"
8204 msgstr ""
8206 #: libraries/classes/Database/Triggers.php:140
8207 #, php-format
8208 msgid "Trigger %1$s has been modified."
8209 msgstr ""
8211 #: libraries/classes/Database/Triggers.php:160
8212 #, php-format
8213 msgid "Trigger %1$s has been created."
8214 msgstr ""
8216 #: libraries/classes/Database/Triggers.php:255
8217 msgid "Add trigger"
8218 msgstr ""
8220 #: libraries/classes/Database/Triggers.php:259
8221 msgid "Edit trigger"
8222 msgstr ""
8224 #: libraries/classes/Database/Triggers.php:389
8225 msgid "You must provide a trigger name!"
8226 msgstr ""
8228 #: libraries/classes/Database/Triggers.php:395
8229 msgid "You must provide a valid timing for the trigger!"
8230 msgstr ""
8232 #: libraries/classes/Database/Triggers.php:401
8233 msgid "You must provide a valid event for the trigger!"
8234 msgstr ""
8236 #: libraries/classes/Database/Triggers.php:408
8237 msgid "You must provide a valid table name!"
8238 msgstr ""
8240 #: libraries/classes/Database/Triggers.php:415
8241 msgid "You must provide a trigger definition."
8242 msgstr ""
8244 #: libraries/classes/Database/Triggers.php:434
8245 msgid "Sorry, we failed to restore the dropped trigger."
8246 msgstr ""
8248 #: libraries/classes/Database/Triggers.php:468
8249 #, php-format
8250 msgid "No trigger with name %1$s found in database %2$s."
8251 msgstr ""
8253 #: libraries/classes/Database/Triggers.php:502
8254 #: templates/database/triggers/export.twig:2
8255 #, php-format
8256 msgid "Export of trigger %s"
8257 msgstr ""
8259 #: libraries/classes/Database/Triggers.php:520
8260 #, php-format
8261 msgid ""
8262 "Error in processing request: No trigger with name %1$s found in database "
8263 "%2$s."
8264 msgstr ""
8266 #: libraries/classes/Dbal/DbiMysqli.php:152
8267 msgid "SSL connection enforced by server, automatically enabling it."
8268 msgstr ""
8270 #: libraries/classes/Dbal/DbiMysqli.php:164
8271 #, php-format
8272 msgid ""
8273 "Error 1045: Access denied for user. Additional error information may be "
8274 "available, but is being hidden by the %s configuration directive."
8275 msgstr ""
8277 #: libraries/classes/Display/Results.php:897 templates/list_navigator.twig:8
8278 #: templates/list_navigator.twig:13
8279 msgctxt "First page"
8280 msgid "Begin"
8281 msgstr ""
8283 #: libraries/classes/Display/Results.php:904 templates/list_navigator.twig:16
8284 #: templates/list_navigator.twig:21 templates/server/binlog/index.twig:47
8285 #: templates/server/binlog/index.twig:52
8286 msgctxt "Previous page"
8287 msgid "Previous"
8288 msgstr ""
8290 #: libraries/classes/Display/Results.php:930 templates/list_navigator.twig:33
8291 #: templates/list_navigator.twig:35 templates/server/binlog/index.twig:72
8292 #: templates/server/binlog/index.twig:77
8293 msgctxt "Next page"
8294 msgid "Next"
8295 msgstr ""
8297 #: libraries/classes/Display/Results.php:955 templates/list_navigator.twig:42
8298 #: templates/list_navigator.twig:44
8299 msgctxt "Last page"
8300 msgid "End"
8301 msgstr ""
8303 #: libraries/classes/Display/Results.php:1468
8304 #: templates/display/results/table.twig:129
8305 msgid "Partial texts"
8306 msgstr ""
8308 #: libraries/classes/Display/Results.php:1472
8309 #: templates/display/results/table.twig:133
8310 msgid "Full texts"
8311 msgstr ""
8313 #: libraries/classes/Display/Results.php:1813
8314 #: libraries/classes/Display/Results.php:1839 libraries/classes/Util.php:2575
8315 #: libraries/classes/Util.php:2598 libraries/config.values.php:113
8316 #: templates/database/multi_table_query/form.twig:69
8317 #: templates/database/qbe/sort_select_cell.twig:7
8318 #: templates/server/databases/index.twig:111
8319 #: templates/server/databases/index.twig:128
8320 #: templates/server/databases/index.twig:147
8321 #: templates/server/status/processes/list.twig:12
8322 #: templates/table/operations/index.twig:31
8323 #: templates/table/search/index.twig:163
8324 msgid "Descending"
8325 msgstr ""
8327 #: libraries/classes/Display/Results.php:1821
8328 #: libraries/classes/Display/Results.php:1831 libraries/classes/Util.php:2567
8329 #: libraries/classes/Util.php:2590 libraries/config.values.php:112
8330 #: templates/database/multi_table_query/form.twig:68
8331 #: templates/database/qbe/sort_select_cell.twig:5
8332 #: templates/server/databases/index.twig:109
8333 #: templates/server/databases/index.twig:126
8334 #: templates/server/databases/index.twig:145
8335 #: templates/server/status/processes/list.twig:14
8336 #: templates/table/operations/index.twig:27
8337 #: templates/table/search/index.twig:159
8338 msgid "Ascending"
8339 msgstr ""
8341 #: libraries/classes/Display/Results.php:3006
8342 #: libraries/classes/Display/Results.php:3021
8343 msgid "The row has been deleted."
8344 msgstr ""
8346 #: libraries/classes/Display/Results.php:3053
8347 #: templates/server/status/processes/list.twig:44
8348 msgid "Kill"
8349 msgstr ""
8351 #: libraries/classes/Display/Results.php:3614
8352 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
8353 msgstr ""
8355 #: libraries/classes/Display/Results.php:3980
8356 #, php-format
8357 msgid "Showing rows %1s - %2s"
8358 msgstr ""
8360 #: libraries/classes/Display/Results.php:3994
8361 #, php-format
8362 msgid "%1$d total, %2$d in query"
8363 msgstr ""
8365 #: libraries/classes/Display/Results.php:3999
8366 #, php-format
8367 msgid "%d total"
8368 msgstr ""
8370 #: libraries/classes/Display/Results.php:4012 libraries/classes/Sql.php:973
8371 #, php-format
8372 msgid "Query took %01.4f seconds."
8373 msgstr ""
8375 #: libraries/classes/Display/Results.php:4343
8376 msgid "Link not found!"
8377 msgstr ""
8379 #: libraries/classes/Engines/Bdb.php:28
8380 msgid "Version information"
8381 msgstr ""
8383 #: libraries/classes/Engines/Innodb.php:31
8384 msgid "Data home directory"
8385 msgstr ""
8387 #: libraries/classes/Engines/Innodb.php:32
8388 msgid "The common part of the directory path for all InnoDB data files."
8389 msgstr ""
8391 #: libraries/classes/Engines/Innodb.php:35
8392 msgid "Data files"
8393 msgstr ""
8395 #: libraries/classes/Engines/Innodb.php:38
8396 msgid "Autoextend increment"
8397 msgstr ""
8399 #: libraries/classes/Engines/Innodb.php:40
8400 msgid ""
8401 "The increment size for extending the size of an autoextending tablespace "
8402 "when it becomes full."
8403 msgstr ""
8405 #: libraries/classes/Engines/Innodb.php:45
8406 msgid "Buffer pool size"
8407 msgstr ""
8409 #: libraries/classes/Engines/Innodb.php:46
8410 msgid ""
8411 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
8412 "tables."
8413 msgstr ""
8415 #: libraries/classes/Engines/Innodb.php:107
8416 msgid "Buffer Pool"
8417 msgstr ""
8419 #: libraries/classes/Engines/Innodb.php:108
8420 #: libraries/classes/Server/Status/Data.php:233
8421 msgid "InnoDB Status"
8422 msgstr ""
8424 #: libraries/classes/Engines/Innodb.php:135
8425 msgid "Buffer Pool Usage"
8426 msgstr ""
8428 #: libraries/classes/Engines/Innodb.php:142
8429 msgid "pages"
8430 msgstr ""
8432 #: libraries/classes/Engines/Innodb.php:150
8433 msgid "Free pages"
8434 msgstr ""
8436 #: libraries/classes/Engines/Innodb.php:156
8437 msgid "Dirty pages"
8438 msgstr ""
8440 #: libraries/classes/Engines/Innodb.php:162
8441 msgid "Pages containing data"
8442 msgstr ""
8444 #: libraries/classes/Engines/Innodb.php:168
8445 msgid "Pages to be flushed"
8446 msgstr ""
8448 #: libraries/classes/Engines/Innodb.php:174
8449 msgid "Busy pages"
8450 msgstr ""
8452 #: libraries/classes/Engines/Innodb.php:183
8453 msgid "Latched pages"
8454 msgstr ""
8456 #: libraries/classes/Engines/Innodb.php:194
8457 msgid "Buffer Pool Activity"
8458 msgstr ""
8460 #: libraries/classes/Engines/Innodb.php:198
8461 msgid "Read requests"
8462 msgstr ""
8464 #: libraries/classes/Engines/Innodb.php:204
8465 msgid "Write requests"
8466 msgstr ""
8468 #: libraries/classes/Engines/Innodb.php:210
8469 msgid "Read misses"
8470 msgstr ""
8472 #: libraries/classes/Engines/Innodb.php:216
8473 msgid "Write waits"
8474 msgstr ""
8476 #: libraries/classes/Engines/Innodb.php:222
8477 msgid "Read misses in %"
8478 msgstr ""
8480 #: libraries/classes/Engines/Innodb.php:237
8481 msgid "Write waits in %"
8482 msgstr ""
8484 #: libraries/classes/Engines/Myisam.php:28
8485 msgid "Data pointer size"
8486 msgstr ""
8488 #: libraries/classes/Engines/Myisam.php:30
8489 msgid ""
8490 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
8491 "tables when no MAX_ROWS option is specified."
8492 msgstr ""
8494 #: libraries/classes/Engines/Myisam.php:36
8495 msgid "Automatic recovery mode"
8496 msgstr ""
8498 #: libraries/classes/Engines/Myisam.php:38
8499 msgid ""
8500 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
8501 "myisam-recover server startup option."
8502 msgstr ""
8504 #: libraries/classes/Engines/Myisam.php:43
8505 msgid "Maximum size for temporary sort files"
8506 msgstr ""
8508 #: libraries/classes/Engines/Myisam.php:45
8509 msgid ""
8510 "The maximum size of the temporary file MySQL is allowed to use while re-"
8511 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
8512 "INFILE)."
8513 msgstr ""
8515 #: libraries/classes/Engines/Myisam.php:52
8516 msgid "Maximum size for temporary files on index creation"
8517 msgstr ""
8519 #: libraries/classes/Engines/Myisam.php:54
8520 msgid ""
8521 "If the temporary file used for fast MyISAM index creation would be larger "
8522 "than using the key cache by the amount specified here, prefer the key cache "
8523 "method."
8524 msgstr ""
8526 #: libraries/classes/Engines/Myisam.php:61
8527 msgid "Repair threads"
8528 msgstr ""
8530 #: libraries/classes/Engines/Myisam.php:63
8531 msgid ""
8532 "If this value is greater than 1, MyISAM table indexes are created in "
8533 "parallel (each index in its own thread) during the repair by sorting process."
8534 msgstr ""
8536 #: libraries/classes/Engines/Myisam.php:70
8537 msgid "Sort buffer size"
8538 msgstr ""
8540 #: libraries/classes/Engines/Myisam.php:72
8541 msgid ""
8542 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
8543 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
8544 msgstr ""
8546 #: libraries/classes/Engines/Pbxt.php:33
8547 msgid "Index cache size"
8548 msgstr ""
8550 #: libraries/classes/Engines/Pbxt.php:35
8551 msgid ""
8552 "This is the amount of memory allocated to the index cache. Default value is "
8553 "32MB. The memory allocated here is used only for caching index pages."
8554 msgstr ""
8556 #: libraries/classes/Engines/Pbxt.php:42
8557 msgid "Record cache size"
8558 msgstr ""
8560 #: libraries/classes/Engines/Pbxt.php:44
8561 msgid ""
8562 "This is the amount of memory allocated to the record cache used to cache "
8563 "table data. The default value is 32MB. This memory is used to cache changes "
8564 "to the handle data (.xtd) and row pointer (.xtr) files."
8565 msgstr ""
8567 #: libraries/classes/Engines/Pbxt.php:52
8568 msgid "Log cache size"
8569 msgstr ""
8571 #: libraries/classes/Engines/Pbxt.php:54
8572 msgid ""
8573 "The amount of memory allocated to the transaction log cache used to cache on "
8574 "transaction log data. The default is 16MB."
8575 msgstr ""
8577 #: libraries/classes/Engines/Pbxt.php:61
8578 msgid "Log file threshold"
8579 msgstr ""
8581 #: libraries/classes/Engines/Pbxt.php:63
8582 msgid ""
8583 "The size of a transaction log before rollover, and a new log is created. The "
8584 "default value is 16MB."
8585 msgstr ""
8587 #: libraries/classes/Engines/Pbxt.php:69
8588 msgid "Transaction buffer size"
8589 msgstr ""
8591 #: libraries/classes/Engines/Pbxt.php:71
8592 msgid ""
8593 "The size of the global transaction log buffer (the engine allocates 2 "
8594 "buffers of this size). The default is 1MB."
8595 msgstr ""
8597 #: libraries/classes/Engines/Pbxt.php:78
8598 msgid "Checkpoint frequency"
8599 msgstr ""
8601 #: libraries/classes/Engines/Pbxt.php:80
8602 msgid ""
8603 "The amount of data written to the transaction log before a checkpoint is "
8604 "performed. The default value is 24MB."
8605 msgstr ""
8607 #: libraries/classes/Engines/Pbxt.php:87
8608 msgid "Data log threshold"
8609 msgstr ""
8611 #: libraries/classes/Engines/Pbxt.php:89
8612 msgid ""
8613 "The maximum size of a data log file. The default value is 64MB. PBXT can "
8614 "create a maximum of 32000 data logs, which are used by all tables. So the "
8615 "value of this variable can be increased to increase the total amount of data "
8616 "that can be stored in the database."
8617 msgstr ""
8619 #: libraries/classes/Engines/Pbxt.php:98
8620 msgid "Garbage threshold"
8621 msgstr ""
8623 #: libraries/classes/Engines/Pbxt.php:100
8624 msgid ""
8625 "The percentage of garbage in a data log file before it is compacted. This is "
8626 "a value between 1 and 99. The default is 50."
8627 msgstr ""
8629 #: libraries/classes/Engines/Pbxt.php:107
8630 msgid "Log buffer size"
8631 msgstr ""
8633 #: libraries/classes/Engines/Pbxt.php:109
8634 msgid ""
8635 "The size of the buffer used when writing a data log. The default is 256MB. "
8636 "The engine allocates one buffer per thread, but only if the thread is "
8637 "required to write a data log."
8638 msgstr ""
8640 #: libraries/classes/Engines/Pbxt.php:117
8641 msgid "Data file grow size"
8642 msgstr ""
8644 #: libraries/classes/Engines/Pbxt.php:118
8645 msgid "The grow size of the handle data (.xtd) files."
8646 msgstr ""
8648 #: libraries/classes/Engines/Pbxt.php:122
8649 msgid "Row file grow size"
8650 msgstr ""
8652 #: libraries/classes/Engines/Pbxt.php:123
8653 msgid "The grow size of the row pointer (.xtr) files."
8654 msgstr ""
8656 #: libraries/classes/Engines/Pbxt.php:127
8657 msgid "Log file count"
8658 msgstr ""
8660 #: libraries/classes/Engines/Pbxt.php:129
8661 msgid ""
8662 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
8663 "system will maintain. If the number of logs exceeds this value then old logs "
8664 "will be deleted, otherwise they are renamed and given the next highest "
8665 "number."
8666 msgstr ""
8668 #: libraries/classes/Engines/Pbxt.php:169
8669 #: libraries/classes/Html/Generator.php:792
8670 #: libraries/classes/Html/MySQLDocumentation.php:50
8671 #: libraries/classes/Sanitize.php:203
8672 #: templates/config/form_display/input.twig:10 templates/home/index.twig:244
8673 #: templates/server/variables/index.twig:17 templates/setup/home/index.twig:113
8674 #: templates/setup/home/index.twig:131
8675 msgid "Documentation"
8676 msgstr ""
8678 #: libraries/classes/Engines/Pbxt.php:185
8679 #, php-format
8680 msgid ""
8681 "Documentation and further information about PBXT can be found on the "
8682 "%sPrimeBase XT Home Page%s."
8683 msgstr ""
8685 #: libraries/classes/ErrorHandler.php:104
8686 msgid "Too many error messages, some are not displayed."
8687 msgstr ""
8689 #: libraries/classes/ErrorHandler.php:428
8690 msgid "Report"
8691 msgstr ""
8693 #: libraries/classes/ErrorHandler.php:433 templates/error/report_form.twig:25
8694 msgid "Automatically send report next time"
8695 msgstr ""
8697 #: libraries/classes/Export.php:158 libraries/classes/Export.php:194
8698 #: libraries/classes/Export.php:468
8699 #, php-format
8700 msgid "Insufficient space to save the file %s."
8701 msgstr ""
8703 #: libraries/classes/Export.php:417
8704 #, php-format
8705 msgid ""
8706 "File %s already exists on server, change filename or check overwrite option."
8707 msgstr ""
8709 #: libraries/classes/Export.php:424 libraries/classes/Export.php:434
8710 #, php-format
8711 msgid "The web server does not have permission to save the file %s."
8712 msgstr ""
8714 #: libraries/classes/Export.php:474
8715 #, php-format
8716 msgid "Dump has been saved to file %s."
8717 msgstr ""
8719 #. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
8720 #: libraries/classes/Export.php:981
8721 msgid "Exporting a raw query is not supported for this export method."
8722 msgstr ""
8724 #: libraries/classes/File.php:231
8725 msgid "File was not an uploaded file."
8726 msgstr ""
8728 #: libraries/classes/File.php:266
8729 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
8730 msgstr ""
8732 #: libraries/classes/File.php:271
8733 msgid ""
8734 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
8735 "the HTML form."
8736 msgstr ""
8738 #: libraries/classes/File.php:276
8739 msgid "The uploaded file was only partially uploaded."
8740 msgstr ""
8742 #: libraries/classes/File.php:280
8743 msgid "Missing a temporary folder."
8744 msgstr ""
8746 #: libraries/classes/File.php:283
8747 msgid "Failed to write file to disk."
8748 msgstr ""
8750 #: libraries/classes/File.php:286
8751 msgid "File upload stopped by extension."
8752 msgstr ""
8754 #: libraries/classes/File.php:289
8755 msgid "Unknown error in file upload."
8756 msgstr ""
8758 #: libraries/classes/File.php:422
8759 msgid "File is a symbolic link"
8760 msgstr ""
8762 #: libraries/classes/File.php:429 libraries/classes/File.php:520
8763 msgid "File could not be read!"
8764 msgstr ""
8766 #: libraries/classes/File.php:465
8767 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
8768 msgstr ""
8770 #: libraries/classes/File.php:485
8771 msgid "Error while moving uploaded file."
8772 msgstr ""
8774 #: libraries/classes/File.php:494
8775 msgid "Cannot read uploaded file."
8776 msgstr ""
8778 #: libraries/classes/File.php:571
8779 #, php-format
8780 msgid ""
8781 "You attempted to load file with unsupported compression (%s). Either support "
8782 "for it is not implemented or disabled by your configuration."
8783 msgstr ""
8785 #: libraries/classes/FlashMessages.php:24
8786 msgid "Session not found."
8787 msgstr ""
8789 #: libraries/classes/Html/Generator.php:146
8790 #, php-format
8791 msgid "Jump to database “%s”."
8792 msgstr ""
8794 #: libraries/classes/Html/Generator.php:174
8795 #, php-format
8796 msgid "The %s functionality is affected by a known bug, see %s"
8797 msgstr ""
8799 #: libraries/classes/Html/Generator.php:242
8800 msgid "SSL is not being used"
8801 msgstr ""
8803 #: libraries/classes/Html/Generator.php:247
8804 msgid "SSL is used with disabled verification"
8805 msgstr ""
8807 #: libraries/classes/Html/Generator.php:249
8808 msgid "SSL is used without certification authority"
8809 msgstr ""
8811 #: libraries/classes/Html/Generator.php:252
8812 msgid "SSL is used"
8813 msgstr ""
8815 #: libraries/classes/Html/Generator.php:357
8816 msgid "The PHP function password_hash() with default options."
8817 msgstr ""
8819 #: libraries/classes/Html/Generator.php:358
8820 msgid "password_hash() PHP function"
8821 msgstr ""
8823 #: libraries/classes/Html/Generator.php:640
8824 msgid "Skip Explain SQL"
8825 msgstr ""
8827 #: libraries/classes/Html/Generator.php:649
8828 #, php-format
8829 msgid "Analyze Explain at %s"
8830 msgstr ""
8832 #: libraries/classes/Html/Generator.php:678
8833 msgid "Without PHP code"
8834 msgstr ""
8836 #: libraries/classes/Html/Generator.php:686
8837 #: templates/database/multi_table_query/form.twig:175
8838 #: templates/database/qbe/selection_form.twig:115
8839 msgid "Submit query"
8840 msgstr ""
8842 #: libraries/classes/Html/Generator.php:733 templates/console/display.twig:31
8843 #: templates/console/display.twig:175 templates/sql/profiling_chart.twig:2
8844 msgid "Profiling"
8845 msgstr ""
8847 #: libraries/classes/Html/Generator.php:746
8848 msgctxt "Inline edit query"
8849 msgid "Edit inline"
8850 msgstr ""
8852 #: libraries/classes/Html/Generator.php:870
8853 msgid "Static analysis:"
8854 msgstr ""
8856 #: libraries/classes/Html/Generator.php:873
8857 #, php-format
8858 msgid "%d errors were found during analysis."
8859 msgstr ""
8861 #: libraries/classes/Import.php:287 libraries/classes/Sql.php:981
8862 msgid "[ROLLBACK occurred.]"
8863 msgstr ""
8865 #: libraries/classes/Import.php:1258
8866 msgid ""
8867 "The following structures have either been created or altered. Here you can:"
8868 msgstr ""
8870 #: libraries/classes/Import.php:1260
8871 msgid "View a structure's contents by clicking on its name."
8872 msgstr ""
8874 #: libraries/classes/Import.php:1261
8875 msgid ""
8876 "Change any of its settings by clicking the corresponding \"Options\" link."
8877 msgstr ""
8879 #: libraries/classes/Import.php:1262
8880 msgid "Edit structure by following the \"Structure\" link."
8881 msgstr ""
8883 #: libraries/classes/Import.php:1266 libraries/classes/Import.php:1300
8884 #: libraries/classes/Plugins/Export/ExportCodegen.php:66
8885 #: libraries/classes/Plugins/Export/ExportCsv.php:46
8886 #: libraries/classes/Plugins/Export/ExportExcel.php:39
8887 #: libraries/classes/Plugins/Export/ExportHtmlword.php:46
8888 #: libraries/classes/Plugins/Export/ExportJson.php:72
8889 #: libraries/classes/Plugins/Export/ExportLatex.php:67
8890 #: libraries/classes/Plugins/Export/ExportMediawiki.php:45
8891 #: libraries/classes/Plugins/Export/ExportOds.php:53
8892 #: libraries/classes/Plugins/Export/ExportOdt.php:59
8893 #: libraries/classes/Plugins/Export/ExportPdf.php:65
8894 #: libraries/classes/Plugins/Export/ExportPhparray.php:45
8895 #: libraries/classes/Plugins/Export/ExportSql.php:115
8896 #: libraries/classes/Plugins/Export/ExportTexytext.php:45
8897 #: libraries/classes/Plugins/Export/ExportXml.php:76
8898 #: libraries/classes/Plugins/Export/ExportYaml.php:44
8899 #: libraries/classes/Plugins/Import/ImportCsv.php:70
8900 #: libraries/classes/Plugins/Import/ImportLdi.php:51
8901 #: libraries/classes/Plugins/Import/ImportMediawiki.php:59
8902 #: libraries/classes/Plugins/Import/ImportOds.php:53
8903 #: libraries/classes/Plugins/Import/ImportShp.php:70
8904 #: libraries/classes/Plugins/Import/ImportSql.php:46
8905 #: libraries/classes/Plugins/Import/ImportXml.php:51
8906 #: templates/console/display.twig:7 templates/console/display.twig:140
8907 #: templates/database/designer/database_tables.twig:114
8908 #: templates/database/routines/editor_form.twig:53
8909 #: templates/table/structure/display_table_stats.twig:97
8910 msgid "Options"
8911 msgstr ""
8913 #: libraries/classes/Import.php:1269
8914 #, php-format
8915 msgid "Go to database: %s"
8916 msgstr ""
8918 #: libraries/classes/Import.php:1275 libraries/classes/Import.php:1318
8919 #, php-format
8920 msgid "Edit settings for %s"
8921 msgstr ""
8923 #: libraries/classes/Import.php:1303
8924 #, php-format
8925 msgid "Go to table: %s"
8926 msgstr ""
8928 #: libraries/classes/Import.php:1311
8929 #, php-format
8930 msgid "Structure of %s"
8931 msgstr ""
8933 #: libraries/classes/Import.php:1329
8934 #, php-format
8935 msgid "Go to view: %s"
8936 msgstr ""
8938 #: libraries/classes/Import.php:1357
8939 msgid ""
8940 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
8941 "engine tables can be rolled back."
8942 msgstr ""
8944 #: libraries/classes/Index.php:620
8945 #, php-format
8946 msgid ""
8947 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
8948 "removed."
8949 msgstr ""
8951 #: libraries/classes/InsertEdit.php:343
8952 #: libraries/classes/Navigation/Nodes/NodeFunction.php:28
8953 #: templates/database/routines/execute_form.twig:18
8954 #: templates/table/search/index.twig:36
8955 #: templates/table/zoom_search/index.twig:34
8956 msgid "Function"
8957 msgstr ""
8959 #: libraries/classes/InsertEdit.php:346
8960 #: libraries/classes/Plugins/Export/ExportHtmlword.php:275
8961 #: libraries/classes/Plugins/Export/ExportHtmlword.php:370
8962 #: libraries/classes/Plugins/Export/ExportLatex.php:536
8963 #: libraries/classes/Plugins/Export/ExportOdt.php:370
8964 #: libraries/classes/Plugins/Export/ExportOdt.php:474
8965 #: libraries/classes/Plugins/Export/ExportTexytext.php:288
8966 #: libraries/classes/Plugins/Export/ExportTexytext.php:380
8967 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:527
8968 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668
8969 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702
8970 #: templates/columns_definitions/table_fields_definitions.twig:12
8971 #: templates/database/central_columns/edit.twig:9
8972 #: templates/database/central_columns/main.twig:20
8973 #: templates/database/central_columns/main.twig:224
8974 #: templates/database/data_dictionary/index.twig:23
8975 #: templates/database/data_dictionary/index.twig:74
8976 #: templates/database/events/index.twig:45
8977 #: templates/database/privileges/index.twig:19
8978 #: templates/database/routines/editor_form.twig:26
8979 #: templates/database/routines/editor_form.twig:51
8980 #: templates/database/routines/execute_form.twig:16
8981 #: templates/database/routines/index.twig:50
8982 #: templates/database/structure/table_header.twig:30 templates/indexes.twig:17
8983 #: templates/table/privileges/index.twig:21
8984 #: templates/table/search/index.twig:39
8985 #: templates/table/structure/display_structure.twig:22
8986 #: templates/table/structure/display_structure.twig:459
8987 #: templates/table/tracking/structure_snapshot_columns.twig:7
8988 #: templates/table/tracking/structure_snapshot_indexes.twig:6
8989 #: templates/table/zoom_search/index.twig:37
8990 msgid "Type"
8991 msgstr "ዓይነት"
8993 #: libraries/classes/InsertEdit.php:717 templates/import.twig:60
8994 #: templates/import.twig:85
8995 msgid "The directory you set for upload work cannot be reached."
8996 msgstr ""
8998 #: libraries/classes/InsertEdit.php:725
8999 #: templates/database/qbe/ins_del_and_or_cell.twig:24
9000 #: templates/server/privileges/privileges_table.twig:32
9001 #: templates/server/privileges/privileges_table.twig:59
9002 #: templates/server/privileges/privileges_table.twig:86
9003 #: templates/server/privileges/privileges_table.twig:113
9004 #: templates/table/search/index.twig:129
9005 msgid "Or"
9006 msgstr ""
9008 #: libraries/classes/InsertEdit.php:726
9009 msgid "web server upload directory:"
9010 msgstr ""
9012 #: libraries/classes/InsertEdit.php:1333 libraries/classes/Sql.php:964
9013 msgid "Showing SQL query"
9014 msgstr ""
9016 #: libraries/classes/InsertEdit.php:1357 libraries/classes/Sql.php:944
9017 #, php-format
9018 msgid "Inserted row id: %1$d"
9019 msgstr ""
9021 #: libraries/classes/LanguageManager.php:979
9022 msgid "Ignoring unsupported language code."
9023 msgstr ""
9025 #: libraries/classes/Linter.php:108
9026 msgid ""
9027 "Linting is disabled for this query because it exceeds the maximum length."
9028 msgstr ""
9030 #: libraries/classes/Linter.php:162
9031 #, php-format
9032 msgid "%1$s (near <code>%2$s</code>)"
9033 msgstr ""
9035 #: libraries/classes/Menu.php:240
9036 #: libraries/classes/Navigation/Nodes/NodeTable.php:313
9037 #: libraries/classes/Util.php:1481 libraries/classes/Util.php:1975
9038 #: libraries/config.values.php:68 libraries/config.values.php:82
9039 #: libraries/config.values.php:183 templates/database/search/results.twig:34
9040 #: templates/database/structure/structure_table_row.twig:43
9041 #: templates/table/structure/display_structure.twig:282
9042 msgid "Browse"
9043 msgstr ""
9045 #: libraries/classes/Menu.php:259 libraries/classes/Menu.php:366
9046 #: libraries/classes/Navigation/Nodes/NodeTable.php:304
9047 #: libraries/classes/Util.php:1479 libraries/classes/Util.php:1961
9048 #: libraries/classes/Util.php:1978 libraries/config.values.php:64
9049 #: libraries/config.values.php:78 libraries/config.values.php:169
9050 #: libraries/config.values.php:179 templates/database/routines/index.twig:27
9051 #: templates/database/routines/index.twig:28
9052 #: templates/database/structure/structure_table_row.twig:53
9053 #: templates/server/databases/index.twig:76
9054 #: templates/server/databases/index.twig:77
9055 msgid "Search"
9056 msgstr ""
9058 #: libraries/classes/Menu.php:270
9059 #: libraries/classes/Navigation/Nodes/NodeTable.php:307
9060 #: libraries/classes/Util.php:1480 libraries/classes/Util.php:1979
9061 #: libraries/config.values.php:66 libraries/config.values.php:80
9062 #: libraries/config.values.php:181
9063 #: templates/database/qbe/ins_del_and_or_cell.twig:6
9064 #: templates/database/structure/structure_table_row.twig:59
9065 #: templates/sql/query.twig:75
9066 msgid "Insert"
9067 msgstr ""
9069 #: libraries/classes/Menu.php:296 libraries/classes/Menu.php:406
9070 #: libraries/classes/Server/Privileges.php:2842 libraries/classes/Util.php:1966
9071 #: libraries/classes/Util.php:1982 libraries/config.values.php:161
9072 #: templates/database/privileges/index.twig:20
9073 #: templates/server/privileges/privileges_summary.twig:15
9074 #: templates/server/sub_page_header.twig:2
9075 #: templates/table/privileges/index.twig:22
9076 msgid "Privileges"
9077 msgstr ""
9079 #: libraries/classes/Menu.php:307 libraries/classes/Menu.php:317
9080 #: libraries/classes/Menu.php:397 libraries/classes/Util.php:1482
9081 #: libraries/classes/Util.php:1965 libraries/classes/Util.php:1983
9082 #: libraries/config.values.php:171 templates/table/operations/view.twig:8
9083 msgid "Operations"
9084 msgstr ""
9086 #: libraries/classes/Menu.php:323 libraries/classes/Menu.php:432
9087 #: libraries/classes/Util.php:1970 libraries/classes/Util.php:1984
9088 msgid "Tracking"
9089 msgstr ""
9091 #: libraries/classes/Menu.php:330 libraries/classes/Menu.php:425
9092 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25
9093 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26
9094 #: libraries/classes/Plugins/Export/ExportHtmlword.php:558
9095 #: libraries/classes/Plugins/Export/ExportOdt.php:703
9096 #: libraries/classes/Plugins/Export/ExportPdf.php:261
9097 #: libraries/classes/Plugins/Export/ExportSql.php:2097
9098 #: libraries/classes/Plugins/Export/ExportTexytext.php:541
9099 #: libraries/classes/Plugins/Export/ExportXml.php:120
9100 #: libraries/classes/Util.php:1969 libraries/classes/Util.php:1985
9101 #: templates/database/triggers/list.twig:3
9102 msgid "Triggers"
9103 msgstr ""
9105 #: libraries/classes/Menu.php:371 libraries/classes/Menu.php:379
9106 #: libraries/classes/Menu.php:387
9107 msgid "Database seems to be empty!"
9108 msgstr ""
9110 #: libraries/classes/Menu.php:374 libraries/classes/Util.php:1962
9111 msgid "Query"
9112 msgstr ""
9114 #: libraries/classes/Menu.php:412 libraries/classes/Util.php:1967
9115 #: templates/database/routines/index.twig:3
9116 msgid "Routines"
9117 msgstr ""
9119 #: libraries/classes/Menu.php:418
9120 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25
9121 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26
9122 #: libraries/classes/Plugins/Export/ExportSql.php:1014
9123 #: libraries/classes/Plugins/Export/ExportXml.php:100
9124 #: libraries/classes/Util.php:1968 templates/database/events/index.twig:3
9125 msgid "Events"
9126 msgstr ""
9128 #: libraries/classes/Menu.php:439 libraries/classes/Util.php:1971
9129 msgid "Designer"
9130 msgstr ""
9132 #: libraries/classes/Menu.php:446 libraries/classes/Util.php:1972
9133 #: templates/database/structure/check_all_tables.twig:32
9134 msgid "Central columns"
9135 msgstr ""
9137 #: libraries/classes/Menu.php:503
9138 msgid "User accounts"
9139 msgstr ""
9141 #: libraries/classes/Menu.php:538 libraries/classes/Server/Status/Data.php:152
9142 #: libraries/classes/Util.php:1951 templates/server/binlog/index.twig:3
9143 msgid "Binary log"
9144 msgstr ""
9146 #: libraries/classes/Menu.php:545 libraries/classes/Server/Status/Data.php:157
9147 #: libraries/classes/Util.php:1952
9148 #: templates/database/structure/body_for_table_summary.twig:11
9149 #: templates/database/structure/table_header.twig:10
9150 #: templates/server/replication/index.twig:5
9151 msgid "Replication"
9152 msgstr ""
9154 #: libraries/classes/Menu.php:551 libraries/classes/Server/Status/Data.php:229
9155 #: libraries/classes/Util.php:1953 libraries/config.values.php:159
9156 #: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
9157 #: templates/sql/query.twig:191
9158 msgid "Variables"
9159 msgstr ""
9161 #: libraries/classes/Menu.php:556 libraries/classes/Util.php:1954
9162 msgid "Charsets"
9163 msgstr ""
9165 #: libraries/classes/Menu.php:561 libraries/classes/Util.php:1956
9166 msgid "Engines"
9167 msgstr ""
9169 #: libraries/classes/Menu.php:566 libraries/classes/Util.php:1955
9170 #: templates/server/plugins/index.twig:4
9171 msgid "Plugins"
9172 msgstr ""
9174 #: libraries/classes/Message.php:252
9175 #, php-format
9176 msgid "%1$d row affected."
9177 msgid_plural "%1$d rows affected."
9178 msgstr[0] ""
9179 msgstr[1] ""
9181 #: libraries/classes/Message.php:273
9182 #, php-format
9183 msgid "%1$d row deleted."
9184 msgid_plural "%1$d rows deleted."
9185 msgstr[0] ""
9186 msgstr[1] ""
9188 #: libraries/classes/Message.php:294
9189 #, php-format
9190 msgid "%1$d row inserted."
9191 msgid_plural "%1$d rows inserted."
9192 msgstr[0] ""
9193 msgstr[1] ""
9195 #: libraries/classes/Navigation/Navigation.php:231
9196 msgid "Groups:"
9197 msgstr ""
9199 #: libraries/classes/Navigation/Navigation.php:232
9200 msgid "Events:"
9201 msgstr ""
9203 #: libraries/classes/Navigation/Navigation.php:233
9204 msgid "Functions:"
9205 msgstr ""
9207 #: libraries/classes/Navigation/Navigation.php:234
9208 msgid "Procedures:"
9209 msgstr ""
9211 #: libraries/classes/Navigation/Navigation.php:235
9212 #: templates/database/export/index.twig:14
9213 msgid "Tables:"
9214 msgstr ""
9216 #: libraries/classes/Navigation/Navigation.php:236
9217 msgid "Views:"
9218 msgstr ""
9220 #: libraries/classes/Navigation/NavigationTree.php:759
9221 msgid ""
9222 "There are large item groups in navigation panel which may affect the "
9223 "performance. Consider disabling item grouping in the navigation panel."
9224 msgstr ""
9226 #: libraries/classes/Navigation/NavigationTree.php:833
9227 msgid "Groups"
9228 msgstr ""
9230 #: libraries/classes/Navigation/NavigationTree.php:946
9231 #, php-format
9232 msgid "%s result found"
9233 msgid_plural "%s results found"
9234 msgstr[0] ""
9235 msgstr[1] ""
9237 #: libraries/classes/Navigation/NavigationTree.php:1348
9238 msgid "Collapse all"
9239 msgstr ""
9241 #. l10n: The word "Node" must not be translated here
9242 #: libraries/classes/Navigation/NodeFactory.php:43
9243 #, php-format
9244 msgid "Invalid class name \"%1$s\", using default of \"Node\""
9245 msgstr ""
9247 #: libraries/classes/Navigation/NodeFactory.php:73
9248 #, php-format
9249 msgid "Could not load class \"%1$s\""
9250 msgstr ""
9252 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
9253 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
9254 #: templates/sql/query.twig:62
9255 msgid "Columns"
9256 msgstr ""
9258 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:33
9259 msgctxt "Create new column"
9260 msgid "New"
9261 msgstr ""
9263 #: libraries/classes/Navigation/Nodes/NodeColumn.php:32
9264 #: libraries/classes/Plugins/Export/ExportHtmlword.php:272
9265 #: libraries/classes/Plugins/Export/ExportHtmlword.php:367
9266 #: libraries/classes/Plugins/Export/ExportLatex.php:535
9267 #: libraries/classes/Plugins/Export/ExportOdt.php:367
9268 #: libraries/classes/Plugins/Export/ExportOdt.php:471
9269 #: libraries/classes/Plugins/Export/ExportTexytext.php:287
9270 #: libraries/classes/Plugins/Export/ExportTexytext.php:379
9271 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:525
9272 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:667
9273 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:701
9274 #: templates/columns_definitions/column_name.twig:16
9275 #: templates/database/data_dictionary/index.twig:22
9276 #: templates/database/data_dictionary/index.twig:77 templates/indexes.twig:20
9277 #: templates/table/index_form.twig:138
9278 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:5
9279 #: templates/table/operations/index.twig:13
9280 #: templates/table/relation/common_form.twig:18
9281 #: templates/table/relation/common_form.twig:23
9282 #: templates/table/relation/common_form.twig:38
9283 #: templates/table/relation/common_form.twig:120
9284 #: templates/table/relation/common_form.twig:189
9285 #: templates/table/relation/foreign_key_row.twig:120
9286 #: templates/table/relation/foreign_key_row.twig:130
9287 #: templates/table/search/index.twig:38
9288 #: templates/table/structure/display_structure.twig:462
9289 #: templates/table/tracking/structure_snapshot_columns.twig:6
9290 #: templates/table/tracking/structure_snapshot_indexes.twig:9
9291 #: templates/table/zoom_search/index.twig:36
9292 #: templates/table/zoom_search/result_form.twig:35
9293 msgid "Column"
9294 msgstr "ኮለመን"
9296 #: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:38
9297 msgctxt "Create new database"
9298 msgid "New"
9299 msgstr ""
9301 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:42
9302 msgid "Database operations"
9303 msgstr ""
9305 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:664
9306 msgid "Show hidden items"
9307 msgstr ""
9309 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:33
9310 msgctxt "Create new event"
9311 msgid "New"
9312 msgstr ""
9314 #: libraries/classes/Navigation/Nodes/NodeEvent.php:28
9315 #: libraries/classes/Plugins/Export/ExportHtmlword.php:475
9316 #: libraries/classes/Plugins/Export/ExportOdt.php:600
9317 #: libraries/classes/Plugins/Export/ExportTexytext.php:456
9318 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:363
9319 #: templates/database/triggers/editor_form.twig:47
9320 #: templates/database/triggers/list.twig:48
9321 msgid "Event"
9322 msgstr ""
9324 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
9325 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
9326 #: libraries/classes/Plugins/Export/ExportSql.php:634
9327 #: libraries/classes/Plugins/Export/ExportXml.php:105
9328 msgid "Functions"
9329 msgstr ""
9331 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:33
9332 msgctxt "Create new function"
9333 msgid "New"
9334 msgstr ""
9336 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:33
9337 msgctxt "Create new index"
9338 msgid "New"
9339 msgstr ""
9341 #: libraries/classes/Navigation/Nodes/Node.php:630
9342 msgid "Expand/Collapse"
9343 msgstr ""
9345 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
9346 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
9347 #: libraries/classes/Plugins/Export/ExportSql.php:623
9348 #: libraries/classes/Plugins/Export/ExportXml.php:110
9349 msgid "Procedures"
9350 msgstr ""
9352 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:33
9353 msgctxt "Create new procedure"
9354 msgid "New"
9355 msgstr ""
9357 #: libraries/classes/Navigation/Nodes/NodeProcedure.php:28
9358 msgid "Procedure"
9359 msgstr ""
9361 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:34
9362 msgctxt "Create new table"
9363 msgid "New"
9364 msgstr ""
9366 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:33
9367 msgctxt "Create new trigger"
9368 msgid "New"
9369 msgstr ""
9371 #: libraries/classes/Navigation/Nodes/NodeTrigger.php:28
9372 msgid "Trigger"
9373 msgstr ""
9375 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
9376 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
9377 #: libraries/classes/Plugins/Export/ExportXml.php:125
9378 #: templates/database/structure/show_create.twig:28
9379 msgid "Views"
9380 msgstr ""
9382 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:34
9383 msgctxt "Create new view"
9384 msgid "New"
9385 msgstr ""
9387 #: libraries/classes/Normalization.php:223
9388 msgid "Make all columns atomic"
9389 msgstr ""
9391 #: libraries/classes/Normalization.php:225
9392 #: libraries/classes/Normalization.php:961
9393 msgid "First step of normalization (1NF)"
9394 msgstr ""
9396 #: libraries/classes/Normalization.php:228
9397 #: libraries/classes/Normalization.php:278
9398 #: libraries/classes/Normalization.php:324
9399 #: libraries/classes/Normalization.php:361
9400 msgid "Step 1."
9401 msgstr ""
9403 #: libraries/classes/Normalization.php:230
9404 msgid ""
9405 "Do you have any column which can be split into more than one column? For "
9406 "example: address can be split into street, city, country and zip."
9407 msgstr ""
9409 #: libraries/classes/Normalization.php:236
9410 msgid "Show me the central list of columns that are not already in this table"
9411 msgstr ""
9413 #: libraries/classes/Normalization.php:238
9414 msgid ""
9415 "Select a column which can be split into more than one (on select of 'no such "
9416 "column', it'll move to next step)."
9417 msgstr ""
9419 #: libraries/classes/Normalization.php:253
9420 msgid "split into "
9421 msgstr ""
9423 #: libraries/classes/Normalization.php:275
9424 msgid "Have a primary key"
9425 msgstr ""
9427 #: libraries/classes/Normalization.php:281
9428 msgid "Primary key already exists."
9429 msgstr ""
9431 #: libraries/classes/Normalization.php:286
9432 msgid ""
9433 "There is no primary key; please add one.<br>Hint: A primary key is a column "
9434 "(or combination of columns) that uniquely identify all rows."
9435 msgstr ""
9437 #: libraries/classes/Normalization.php:294
9438 msgid "Add a primary key on existing column(s)"
9439 msgstr ""
9441 #: libraries/classes/Normalization.php:298
9442 msgid ""
9443 "If it's not possible to make existing column combinations as primary key"
9444 msgstr ""
9446 #: libraries/classes/Normalization.php:300
9447 msgid "+ Add a new primary key column"
9448 msgstr ""
9450 #: libraries/classes/Normalization.php:323
9451 msgid "Remove redundant columns"
9452 msgstr ""
9454 #: libraries/classes/Normalization.php:326
9455 msgid ""
9456 "Do you have a group of columns which on combining gives an existing column? "
9457 "For example, if you have first_name, last_name and full_name then combining "
9458 "first_name and last_name gives full_name which is redundant."
9459 msgstr ""
9461 #: libraries/classes/Normalization.php:332
9462 msgid ""
9463 "Check the columns which are redundant and click on remove. If no redundant "
9464 "column, click on 'No redundant column'"
9465 msgstr ""
9467 #: libraries/classes/Normalization.php:337
9468 msgid "Remove selected"
9469 msgstr ""
9471 #: libraries/classes/Normalization.php:338
9472 msgid "No redundant column"
9473 msgstr ""
9475 #: libraries/classes/Normalization.php:360
9476 msgid "Move repeating groups"
9477 msgstr ""
9479 #: libraries/classes/Normalization.php:363
9480 msgid ""
9481 "Do you have a group of two or more columns that are closely related and are "
9482 "all repeating the same attribute? For example, a table that holds data on "
9483 "books might have columns such as book_id, author1, author2, author3 and so "
9484 "on which form a repeating group. In this case a new table (book_id, author) "
9485 "should be created."
9486 msgstr ""
9488 #: libraries/classes/Normalization.php:371
9489 msgid ""
9490 "Check the columns which form a repeating group. If no such group, click on "
9491 "'No repeating group'"
9492 msgstr ""
9494 #: libraries/classes/Normalization.php:376
9495 msgid "No repeating group"
9496 msgstr ""
9498 #: libraries/classes/Normalization.php:404
9499 msgid "Step 2."
9500 msgstr ""
9502 #: libraries/classes/Normalization.php:404
9503 msgid "Find partial dependencies"
9504 msgstr ""
9506 #: libraries/classes/Normalization.php:425
9507 #, php-format
9508 msgid ""
9509 "No partial dependencies possible as no non-primary column exists since "
9510 "primary key ( %1$s ) is composed of all the columns in the table."
9511 msgstr ""
9513 #: libraries/classes/Normalization.php:431
9514 #: libraries/classes/Normalization.php:473
9515 msgid "Table is already in second normal form."
9516 msgstr ""
9518 #: libraries/classes/Normalization.php:436
9519 #, php-format
9520 msgid ""
9521 "The primary key ( %1$s ) consists of more than one column so we need to find "
9522 "the partial dependencies."
9523 msgstr ""
9525 #: libraries/classes/Normalization.php:440
9526 #: libraries/classes/Normalization.php:870
9527 msgid ""
9528 "Please answer the following question(s) carefully to obtain a correct "
9529 "normalization."
9530 msgstr ""
9532 #: libraries/classes/Normalization.php:442
9533 msgid "+ Show me the possible partial dependencies based on data in the table"
9534 msgstr ""
9536 #: libraries/classes/Normalization.php:445
9537 msgid ""
9538 "For each column below, please select the <b>minimal set</b> of columns among "
9539 "given set whose values combined together are sufficient to determine the "
9540 "value of the column."
9541 msgstr ""
9543 #: libraries/classes/Normalization.php:458
9544 #: libraries/classes/Normalization.php:912
9545 #, php-format
9546 msgid "'%1$s' depends on:"
9547 msgstr ""
9549 #: libraries/classes/Normalization.php:469
9550 #, php-format
9551 msgid ""
9552 "No partial dependencies possible as the primary key ( %1$s ) has just one "
9553 "column."
9554 msgstr ""
9556 #: libraries/classes/Normalization.php:497
9557 #, php-format
9558 msgid ""
9559 "In order to put the original table '%1$s' into Second normal form we need to "
9560 "create the following tables:"
9561 msgstr ""
9563 #: libraries/classes/Normalization.php:535
9564 #, php-format
9565 msgid "The second step of normalization is complete for table '%1$s'."
9566 msgstr ""
9568 #: libraries/classes/Normalization.php:591
9569 #: libraries/classes/Normalization.php:764
9570 #: libraries/classes/Normalization.php:842
9571 msgid "Error in processing!"
9572 msgstr ""
9574 #: libraries/classes/Normalization.php:638
9575 #, php-format
9576 msgid ""
9577 "In order to put the original table '%1$s' into Third normal form we need to "
9578 "create the following tables:"
9579 msgstr ""
9581 #: libraries/classes/Normalization.php:695
9582 msgid "The third step of normalization is complete."
9583 msgstr ""
9585 #: libraries/classes/Normalization.php:815
9586 #, php-format
9587 msgid "Selected repeating group has been moved to the table '%s'"
9588 msgstr ""
9590 #: libraries/classes/Normalization.php:868
9591 msgid "Step 3."
9592 msgstr ""
9594 #: libraries/classes/Normalization.php:868
9595 msgid "Find transitive dependencies"
9596 msgstr ""
9598 #: libraries/classes/Normalization.php:872
9599 msgid ""
9600 "For each column below, please select the <b>minimal set</b> of columns among "
9601 "given set whose values combined together are sufficient to determine the "
9602 "value of the column.<br>Note: A column may have no transitive dependency, in "
9603 "that case you don't have to select any."
9604 msgstr ""
9606 #: libraries/classes/Normalization.php:926
9607 msgid ""
9608 "No Transitive dependencies possible as the table doesn't have any non "
9609 "primary key columns"
9610 msgstr ""
9612 #: libraries/classes/Normalization.php:929
9613 msgid "Table is already in Third normal form!"
9614 msgstr ""
9616 #: libraries/classes/Normalization.php:955
9617 msgid "Improve table structure (Normalization):"
9618 msgstr ""
9620 #: libraries/classes/Normalization.php:956
9621 msgid "Select up to what step you want to normalize"
9622 msgstr ""
9624 #: libraries/classes/Normalization.php:966
9625 msgid "Second step of normalization (1NF+2NF)"
9626 msgstr ""
9628 #: libraries/classes/Normalization.php:971
9629 msgid "Third step of normalization (1NF+2NF+3NF)"
9630 msgstr ""
9632 #: libraries/classes/Normalization.php:976
9633 msgid ""
9634 "Hint: Please follow the procedure carefully in order to obtain correct "
9635 "normalization"
9636 msgstr ""
9638 #: libraries/classes/Normalization.php:1047
9639 msgid ""
9640 "This list is based on a subset of the table's data and is not necessarily "
9641 "accurate. "
9642 msgstr ""
9644 #: libraries/classes/Normalization.php:1062
9645 msgid "No partial dependencies found!"
9646 msgstr ""
9648 #: libraries/classes/Operations.php:555
9649 #: templates/table/structure/display_partitions.twig:84
9650 msgid "Analyze"
9651 msgstr ""
9653 #: libraries/classes/Operations.php:556
9654 #: templates/table/structure/display_partitions.twig:94
9655 msgid "Check"
9656 msgstr ""
9658 #: libraries/classes/Operations.php:557
9659 #: templates/table/structure/display_partitions.twig:104
9660 msgid "Optimize"
9661 msgstr ""
9663 #: libraries/classes/Operations.php:558
9664 #: templates/table/structure/display_partitions.twig:114
9665 msgid "Rebuild"
9666 msgstr ""
9668 #: libraries/classes/Operations.php:559
9669 #: templates/table/structure/display_partitions.twig:124
9670 msgid "Repair"
9671 msgstr ""
9673 #: libraries/classes/Operations.php:560
9674 #: templates/table/structure/display_partitions.twig:134
9675 msgid "Truncate"
9676 msgstr ""
9678 #: libraries/classes/Operations.php:572 templates/database/events/index.twig:19
9679 #: templates/database/events/index.twig:20
9680 #: templates/database/events/index.twig:96
9681 #: templates/database/events/index.twig:102
9682 #: templates/database/events/row.twig:47 templates/database/events/row.twig:53
9683 #: templates/database/routines/index.twig:19
9684 #: templates/database/routines/index.twig:20
9685 #: templates/database/routines/parameter_row.twig:51
9686 #: templates/database/routines/row.twig:77
9687 #: templates/database/structure/check_all_tables.twig:16
9688 #: templates/database/structure/structure_table_row.twig:87
9689 #: templates/database/triggers/list.twig:19
9690 #: templates/database/triggers/list.twig:20
9691 #: templates/database/triggers/row.twig:52
9692 #: templates/database/triggers/row.twig:58 templates/indexes.twig:58
9693 #: templates/server/databases/index.twig:67
9694 #: templates/server/databases/index.twig:68
9695 #: templates/server/databases/index.twig:324
9696 #: templates/table/relation/foreign_key_row.twig:25
9697 #: templates/table/structure/display_partitions.twig:145
9698 #: templates/table/structure/display_structure.twig:120
9699 #: templates/table/structure/display_structure.twig:290
9700 #: templates/table/structure/display_structure.twig:508
9701 msgid "Drop"
9702 msgstr ""
9704 #: libraries/classes/Operations.php:574
9705 msgid "Coalesce"
9706 msgstr ""
9708 #: libraries/classes/Operations.php:930
9709 msgid "Can't move table to same one!"
9710 msgstr ""
9712 #: libraries/classes/Operations.php:932
9713 msgid "Can't copy table to same one!"
9714 msgstr ""
9716 #: libraries/classes/Operations.php:956
9717 #, php-format
9718 msgid "Table %s has been moved to %s. Privileges have been adjusted."
9719 msgstr ""
9721 #: libraries/classes/Operations.php:962
9722 #, php-format
9723 msgid "Table %s has been copied to %s. Privileges have been adjusted."
9724 msgstr ""
9726 #: libraries/classes/Operations.php:969
9727 #, php-format
9728 msgid "Table %s has been moved to %s."
9729 msgstr ""
9731 #: libraries/classes/Operations.php:973
9732 #, php-format
9733 msgid "Table %s has been copied to %s."
9734 msgstr ""
9736 #: libraries/classes/Operations.php:997
9737 msgid "The table name is empty!"
9738 msgstr ""
9740 #: libraries/classes/Pdf.php:136
9741 msgid "Error while creating PDF:"
9742 msgstr ""
9744 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:81
9745 msgid "Cannot connect: invalid settings."
9746 msgstr ""
9748 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:95
9749 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:87
9750 #: templates/login/header.twig:10
9751 #, php-format
9752 msgid "Welcome to %s"
9753 msgstr ""
9755 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:109
9756 #, php-format
9757 msgid ""
9758 "You probably did not create a configuration file. You might want to use the "
9759 "%1$ssetup script%2$s to create one."
9760 msgstr ""
9762 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:130
9763 msgid ""
9764 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
9765 "connection. You should check the host, username and password in your "
9766 "configuration and make sure that they correspond to the information given by "
9767 "the administrator of the MySQL server."
9768 msgstr ""
9770 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:151
9771 msgid "Retry to connect"
9772 msgstr ""
9774 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:133
9775 msgid "Your session has expired. Please log in again."
9776 msgstr ""
9778 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:252
9779 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
9780 msgstr ""
9782 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:287
9783 msgid "Failed to connect to the reCAPTCHA service!"
9784 msgstr ""
9786 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:289
9787 msgid "Entered captcha is wrong, try again!"
9788 msgstr ""
9790 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:301
9791 msgid ""
9792 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
9793 "restricts passwords to less than 1000 characters."
9794 msgstr ""
9796 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:320
9797 msgid "You are not allowed to log in to this MySQL server!"
9798 msgstr ""
9800 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:92
9801 msgid "Wrong username/password. Access denied."
9802 msgstr ""
9804 #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:149
9805 msgid "Can not find signon authentication script:"
9806 msgstr ""
9808 #: libraries/classes/Plugins/AuthenticationPlugin.php:180
9809 msgid ""
9810 "Login without a password is forbidden by configuration (see AllowNoPassword)"
9811 msgstr ""
9813 #: libraries/classes/Plugins/AuthenticationPlugin.php:189
9814 #, php-format
9815 msgid ""
9816 "You have been automatically logged out due to inactivity of %s seconds. Once "
9817 "you log in again, you should be able to resume the work where you left off."
9818 msgstr ""
9820 #: libraries/classes/Plugins/AuthenticationPlugin.php:202
9821 #: libraries/classes/Plugins/AuthenticationPlugin.php:205
9822 msgid "Cannot log in to the MySQL server"
9823 msgstr ""
9825 #: libraries/classes/Plugins/AuthenticationPlugin.php:348
9826 msgid "You have enabled two factor authentication, please confirm your login."
9827 msgstr ""
9829 #: libraries/classes/Plugins/Export/ExportCodegen.php:80
9830 #: templates/export.twig:119
9831 msgid "Format:"
9832 msgstr ""
9834 #: libraries/classes/Plugins/Export/ExportCsv.php:58
9835 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:36
9836 msgid "Columns separated with:"
9837 msgstr ""
9839 #: libraries/classes/Plugins/Export/ExportCsv.php:63
9840 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:42
9841 msgid "Columns enclosed with:"
9842 msgstr ""
9844 #: libraries/classes/Plugins/Export/ExportCsv.php:68
9845 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49
9846 msgid "Columns escaped with:"
9847 msgstr ""
9849 #: libraries/classes/Plugins/Export/ExportCsv.php:73
9850 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56
9851 msgid "Lines terminated with:"
9852 msgstr ""
9854 #: libraries/classes/Plugins/Export/ExportCsv.php:78
9855 #: libraries/classes/Plugins/Export/ExportExcel.php:51
9856 #: libraries/classes/Plugins/Export/ExportHtmlword.php:80
9857 #: libraries/classes/Plugins/Export/ExportLatex.php:187
9858 #: libraries/classes/Plugins/Export/ExportOds.php:65
9859 #: libraries/classes/Plugins/Export/ExportOdt.php:132
9860 #: libraries/classes/Plugins/Export/ExportTexytext.php:84
9861 msgid "Replace NULL with:"
9862 msgstr ""
9864 #: libraries/classes/Plugins/Export/ExportCsv.php:83
9865 #: libraries/classes/Plugins/Export/ExportExcel.php:56
9866 msgid "Remove carriage return/line feed characters within columns"
9867 msgstr ""
9869 #: libraries/classes/Plugins/Export/ExportExcel.php:66
9870 msgid "Excel edition:"
9871 msgstr ""
9873 #: libraries/classes/Plugins/Export/ExportHtmlword.php:62
9874 #: libraries/classes/Plugins/Export/ExportLatex.php:94
9875 #: libraries/classes/Plugins/Export/ExportMediawiki.php:66
9876 #: libraries/classes/Plugins/Export/ExportOdt.php:75
9877 #: libraries/classes/Plugins/Export/ExportPdf.php:91
9878 #: libraries/classes/Plugins/Export/ExportSql.php:242
9879 #: libraries/classes/Plugins/Export/ExportTexytext.php:61
9880 #: libraries/config.values.php:254 libraries/config.values.php:318
9881 #: libraries/config.values.php:334 libraries/config.values.php:342
9882 #: libraries/config.values.php:347
9883 msgid "structure"
9884 msgstr ""
9886 #: libraries/classes/Plugins/Export/ExportHtmlword.php:63
9887 #: libraries/classes/Plugins/Export/ExportLatex.php:95
9888 #: libraries/classes/Plugins/Export/ExportMediawiki.php:67
9889 #: libraries/classes/Plugins/Export/ExportOdt.php:76
9890 #: libraries/classes/Plugins/Export/ExportPdf.php:92
9891 #: libraries/classes/Plugins/Export/ExportSql.php:243
9892 #: libraries/classes/Plugins/Export/ExportTexytext.php:62
9893 #: libraries/config.values.php:255 libraries/config.values.php:319
9894 #: libraries/config.values.php:335 libraries/config.values.php:343
9895 #: libraries/config.values.php:348
9896 msgid "data"
9897 msgstr ""
9899 #: libraries/classes/Plugins/Export/ExportHtmlword.php:64
9900 #: libraries/classes/Plugins/Export/ExportLatex.php:96
9901 #: libraries/classes/Plugins/Export/ExportMediawiki.php:68
9902 #: libraries/classes/Plugins/Export/ExportOdt.php:77
9903 #: libraries/classes/Plugins/Export/ExportPdf.php:93
9904 #: libraries/classes/Plugins/Export/ExportSql.php:244
9905 #: libraries/classes/Plugins/Export/ExportTexytext.php:63
9906 #: libraries/config.values.php:256 libraries/config.values.php:320
9907 #: libraries/config.values.php:336 libraries/config.values.php:344
9908 #: libraries/config.values.php:349
9909 msgid "structure and data"
9910 msgstr ""
9912 #: libraries/classes/Plugins/Export/ExportHtmlword.php:74
9913 #: libraries/classes/Plugins/Export/ExportLatex.php:158
9914 #: libraries/classes/Plugins/Export/ExportOdt.php:121
9915 #: libraries/classes/Plugins/Export/ExportTexytext.php:73
9916 #: libraries/classes/Plugins/Export/ExportXml.php:133
9917 msgid "Data dump options"
9918 msgstr ""
9920 #: libraries/classes/Plugins/Export/ExportHtmlword.php:194
9921 #: libraries/classes/Plugins/Export/ExportOdt.php:245
9922 #: libraries/classes/Plugins/Export/ExportSql.php:2347
9923 #: libraries/classes/Plugins/Export/ExportTexytext.php:178
9924 msgid "Dumping data for table"
9925 msgstr ""
9927 #: libraries/classes/Plugins/Export/ExportHtmlword.php:278
9928 #: libraries/classes/Plugins/Export/ExportHtmlword.php:373
9929 #: libraries/classes/Plugins/Export/ExportLatex.php:537
9930 #: libraries/classes/Plugins/Export/ExportOdt.php:373
9931 #: libraries/classes/Plugins/Export/ExportOdt.php:477
9932 #: libraries/classes/Plugins/Export/ExportTexytext.php:289
9933 #: libraries/classes/Plugins/Export/ExportTexytext.php:381
9934 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:529
9935 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:670
9936 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:704
9937 #: templates/columns_definitions/table_fields_definitions.twig:30
9938 #: templates/database/central_columns/edit.twig:14
9939 #: templates/database/central_columns/main.twig:40
9940 #: templates/database/central_columns/main.twig:244
9941 #: templates/database/data_dictionary/index.twig:24
9942 #: templates/database/data_dictionary/index.twig:80 templates/indexes.twig:23
9943 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:8
9944 #: templates/table/structure/display_structure.twig:25
9945 #: templates/table/structure/display_structure.twig:465
9946 #: templates/table/tracking/structure_snapshot_columns.twig:9
9947 #: templates/table/tracking/structure_snapshot_indexes.twig:12
9948 #: templates/table/zoom_search/result_form.twig:36
9949 msgid "Null"
9950 msgstr "ባዶ"
9952 #: libraries/classes/Plugins/Export/ExportHtmlword.php:281
9953 #: libraries/classes/Plugins/Export/ExportHtmlword.php:376
9954 #: libraries/classes/Plugins/Export/ExportLatex.php:538
9955 #: libraries/classes/Plugins/Export/ExportOdt.php:376
9956 #: libraries/classes/Plugins/Export/ExportOdt.php:480
9957 #: libraries/classes/Plugins/Export/ExportTexytext.php:290
9958 #: libraries/classes/Plugins/Export/ExportTexytext.php:382
9959 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:531
9960 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671
9961 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705
9962 #: templates/columns_definitions/table_fields_definitions.twig:20
9963 #: templates/database/central_columns/edit.twig:11
9964 #: templates/database/central_columns/main.twig:28
9965 #: templates/database/central_columns/main.twig:232
9966 #: templates/database/data_dictionary/index.twig:25
9967 #: templates/database/structure/body_for_table_summary.twig:52
9968 #: templates/server/replication/replica_configuration.twig:9
9969 #: templates/table/structure/display_structure.twig:26
9970 #: templates/table/tracking/structure_snapshot_columns.twig:10
9971 msgid "Default"
9972 msgstr ""
9974 #: libraries/classes/Plugins/Export/ExportHtmlword.php:380
9975 #: libraries/classes/Plugins/Export/ExportLatex.php:540
9976 #: libraries/classes/Plugins/Export/ExportOdt.php:484
9977 #: libraries/classes/Plugins/Export/ExportTexytext.php:384
9978 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:540
9979 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:673
9980 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:707
9981 #: templates/database/data_dictionary/index.twig:27
9982 msgid "Links to"
9983 msgstr "አገናኝ ከ"
9985 #: libraries/classes/Plugins/Export/ExportHtmlword.php:473
9986 #: libraries/classes/Plugins/Export/ExportOdt.php:594
9987 #: libraries/classes/Plugins/Export/ExportTexytext.php:454
9988 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:359
9989 #: templates/columns_definitions/table_fields_definitions.twig:9
9990 #: templates/database/central_columns/edit.twig:8
9991 #: templates/database/central_columns/main.twig:16
9992 #: templates/database/central_columns/main.twig:220
9993 #: templates/database/events/index.twig:43
9994 #: templates/database/routines/editor_form.twig:50
9995 #: templates/database/routines/execute_form.twig:15
9996 #: templates/database/routines/index.twig:49
9997 #: templates/database/triggers/list.twig:43 templates/setup/home/index.twig:49
9998 #: templates/table/structure/display_structure.twig:21
9999 msgid "Name"
10000 msgstr ""
10002 #: libraries/classes/Plugins/Export/ExportHtmlword.php:476
10003 #: libraries/classes/Plugins/Export/ExportOdt.php:603
10004 #: libraries/classes/Plugins/Export/ExportTexytext.php:457
10005 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:365
10006 #: templates/database/events/editor_form.twig:82
10007 #: templates/database/routines/editor_form.twig:109
10008 #: templates/database/triggers/editor_form.twig:57
10009 msgid "Definition"
10010 msgstr ""
10012 #: libraries/classes/Plugins/Export/ExportHtmlword.php:548
10013 #: libraries/classes/Plugins/Export/ExportOdt.php:681
10014 #: libraries/classes/Plugins/Export/ExportSql.php:2083
10015 #: libraries/classes/Plugins/Export/ExportTexytext.php:521
10016 msgid "Table structure for table"
10017 msgstr ""
10019 #: libraries/classes/Plugins/Export/ExportHtmlword.php:566
10020 #: libraries/classes/Plugins/Export/ExportOdt.php:713
10021 #: libraries/classes/Plugins/Export/ExportSql.php:2134
10022 #: libraries/classes/Plugins/Export/ExportTexytext.php:547
10023 msgid "Structure for view"
10024 msgstr ""
10026 #: libraries/classes/Plugins/Export/ExportHtmlword.php:572
10027 #: libraries/classes/Plugins/Export/ExportOdt.php:733
10028 #: libraries/classes/Plugins/Export/ExportSql.php:2166
10029 #: libraries/classes/Plugins/Export/ExportTexytext.php:563
10030 msgid "Stand-in structure for view"
10031 msgstr ""
10033 #: libraries/classes/Plugins/Export/ExportJson.php:87
10034 msgid "Output pretty-printed JSON (Use human-readable formatting)"
10035 msgstr ""
10037 #: libraries/classes/Plugins/Export/ExportJson.php:93
10038 msgid "Output unicode characters unescaped"
10039 msgstr ""
10041 #: libraries/classes/Plugins/Export/ExportLatex.php:50
10042 msgid "Content of table @TABLE@"
10043 msgstr ""
10045 #: libraries/classes/Plugins/Export/ExportLatex.php:51
10046 msgid "(continued)"
10047 msgstr ""
10049 #: libraries/classes/Plugins/Export/ExportLatex.php:52
10050 msgid "Structure of table @TABLE@"
10051 msgstr ""
10053 #: libraries/classes/Plugins/Export/ExportLatex.php:107
10054 #: libraries/classes/Plugins/Export/ExportOdt.php:88
10055 #: libraries/classes/Plugins/Export/ExportSql.php:257
10056 msgid "Object creation options"
10057 msgstr ""
10059 #: libraries/classes/Plugins/Export/ExportLatex.php:113
10060 #: libraries/classes/Plugins/Export/ExportLatex.php:169
10061 msgid "Table caption:"
10062 msgstr ""
10064 #: libraries/classes/Plugins/Export/ExportLatex.php:119
10065 #: libraries/classes/Plugins/Export/ExportLatex.php:175
10066 msgid "Table caption (continued):"
10067 msgstr ""
10069 #: libraries/classes/Plugins/Export/ExportLatex.php:125
10070 #: libraries/classes/Plugins/Export/ExportLatex.php:181
10071 msgid "Label key:"
10072 msgstr ""
10074 #: libraries/classes/Plugins/Export/ExportLatex.php:133
10075 #: libraries/classes/Plugins/Export/ExportOdt.php:96
10076 #: libraries/classes/Plugins/Export/ExportSql.php:151
10077 msgid "Display foreign key relationships"
10078 msgstr ""
10080 #: libraries/classes/Plugins/Export/ExportLatex.php:140
10081 #: libraries/classes/Plugins/Export/ExportOdt.php:103
10082 msgid "Display comments"
10083 msgstr ""
10085 #: libraries/classes/Plugins/Export/ExportLatex.php:146
10086 #: libraries/classes/Plugins/Export/ExportOdt.php:109
10087 #: libraries/classes/Plugins/Export/ExportSql.php:159
10088 msgid "Display media types"
10089 msgstr ""
10091 #: libraries/classes/Plugins/Export/ExportLatex.php:164
10092 msgid "Put columns names in the first row:"
10093 msgstr ""
10095 #: libraries/classes/Plugins/Export/ExportLatex.php:210
10096 #: libraries/classes/Plugins/Export/ExportSql.php:754
10097 #: libraries/classes/Plugins/Export/ExportXml.php:232
10098 #: templates/server/replication/change_primary.twig:22
10099 #: templates/server/replication/primary_add_replica_user.twig:29
10100 msgid "Host:"
10101 msgstr ""
10103 #: libraries/classes/Plugins/Export/ExportLatex.php:216
10104 #: libraries/classes/Plugins/Export/ExportSql.php:761
10105 #: libraries/classes/Plugins/Export/ExportXml.php:238
10106 msgid "Generation Time:"
10107 msgstr ""
10109 #: libraries/classes/Plugins/Export/ExportLatex.php:218
10110 #: libraries/classes/Plugins/Export/ExportSql.php:765
10111 #: libraries/classes/Plugins/Export/ExportXml.php:240
10112 #: templates/home/index.twig:173
10113 msgid "Server version:"
10114 msgstr ""
10116 #: libraries/classes/Plugins/Export/ExportLatex.php:219
10117 #: libraries/classes/Plugins/Export/ExportSql.php:767
10118 #: libraries/classes/Plugins/Export/ExportXml.php:241
10119 msgid "PHP Version:"
10120 msgstr ""
10122 #: libraries/classes/Plugins/Export/ExportLatex.php:246
10123 #: libraries/classes/Plugins/Export/ExportSql.php:947
10124 #: libraries/classes/Plugins/Export/ExportXml.php:390
10125 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:201
10126 #: templates/database/structure/copy_form.twig:5
10127 #: templates/menu/breadcrumbs.twig:16
10128 msgid "Database:"
10129 msgstr ""
10131 #: libraries/classes/Plugins/Export/ExportLatex.php:312
10132 #: libraries/classes/Plugins/Export/ExportSql.php:2226
10133 msgid "Data:"
10134 msgstr ""
10136 #: libraries/classes/Plugins/Export/ExportLatex.php:513
10137 msgid "Structure:"
10138 msgstr ""
10140 #: libraries/classes/Plugins/Export/ExportMediawiki.php:77
10141 msgid "Export table names"
10142 msgstr ""
10144 #: libraries/classes/Plugins/Export/ExportMediawiki.php:84
10145 msgid "Export table headers"
10146 msgstr ""
10148 #: libraries/classes/Plugins/Export/ExportOdt.php:246
10149 #: libraries/classes/Plugins/Export/ExportTexytext.php:179
10150 msgid "Dumping data for query result"
10151 msgstr ""
10153 #: libraries/classes/Plugins/Export/ExportPdf.php:77
10154 msgid "Report title:"
10155 msgstr ""
10157 #: libraries/classes/Plugins/Export/ExportPdf.php:192
10158 msgid "Dumping data"
10159 msgstr ""
10161 #: libraries/classes/Plugins/Export/ExportPdf.php:210
10162 msgid "Query result data"
10163 msgstr ""
10165 #: libraries/classes/Plugins/Export/ExportPdf.php:264
10166 msgid "View structure"
10167 msgstr ""
10169 #: libraries/classes/Plugins/Export/ExportPdf.php:267
10170 msgid "Stand in"
10171 msgstr ""
10173 #: libraries/classes/Plugins/Export/ExportSql.php:130
10174 msgid ""
10175 "Display comments <i>(includes info such as export timestamp, PHP version, "
10176 "and server version)</i>"
10177 msgstr ""
10179 #: libraries/classes/Plugins/Export/ExportSql.php:137
10180 msgid "Additional custom header comment (\\n splits lines):"
10181 msgstr ""
10183 #: libraries/classes/Plugins/Export/ExportSql.php:143
10184 msgid ""
10185 "Include a timestamp of when databases were created, last updated, and last "
10186 "checked"
10187 msgstr ""
10189 #: libraries/classes/Plugins/Export/ExportSql.php:204
10190 msgid "Export metadata"
10191 msgstr ""
10193 #: libraries/classes/Plugins/Export/ExportSql.php:219
10194 msgid ""
10195 "Database system or older MySQL server to maximize output compatibility with:"
10196 msgstr ""
10198 #: libraries/classes/Plugins/Export/ExportSql.php:265
10199 msgid "Add statements:"
10200 msgstr ""
10202 #: libraries/classes/Plugins/Export/ExportSql.php:273
10203 #: libraries/classes/Plugins/Export/ExportSql.php:282
10204 #: libraries/classes/Plugins/Export/ExportSql.php:299
10205 #: libraries/classes/Plugins/Export/ExportSql.php:308
10206 #: libraries/classes/Plugins/Export/ExportSql.php:332
10207 #: libraries/classes/Plugins/Export/ExportSql.php:360
10208 #: libraries/classes/Plugins/Export/ExportSql.php:369
10209 #, php-format
10210 msgid "Add %s statement"
10211 msgstr ""
10213 #: libraries/classes/Plugins/Export/ExportSql.php:315
10214 msgid "(less efficient as indexes will be generated during table creation)"
10215 msgstr ""
10217 #: libraries/classes/Plugins/Export/ExportSql.php:322
10218 #, php-format
10219 msgid "%s value"
10220 msgstr ""
10222 #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
10223 #: libraries/classes/Plugins/Export/ExportSql.php:339
10224 msgid "Use simple view export"
10225 msgstr ""
10227 #: libraries/classes/Plugins/Export/ExportSql.php:378
10228 msgid ""
10229 "Enclose table and column names with backquotes <i>(Protects column and table "
10230 "names formed with special characters or keywords)</i>"
10231 msgstr ""
10233 #: libraries/classes/Plugins/Export/ExportSql.php:393
10234 msgid "Data creation options"
10235 msgstr ""
10237 #: libraries/classes/Plugins/Export/ExportSql.php:398
10238 #: libraries/classes/Plugins/Export/ExportSql.php:2304
10239 msgid "Truncate table before insert"
10240 msgstr ""
10242 #: libraries/classes/Plugins/Export/ExportSql.php:405
10243 msgid "Instead of <code>INSERT</code> statements, use:"
10244 msgstr ""
10246 #: libraries/classes/Plugins/Export/ExportSql.php:411
10247 msgid "<code>INSERT DELAYED</code> statements"
10248 msgstr ""
10250 #: libraries/classes/Plugins/Export/ExportSql.php:423
10251 #: libraries/classes/Plugins/Export/ExportSql.php:457
10252 msgid "<code>INSERT IGNORE</code> statements"
10253 msgstr ""
10255 #: libraries/classes/Plugins/Export/ExportSql.php:437
10256 msgid "Function to use when dumping data:"
10257 msgstr ""
10259 #: libraries/classes/Plugins/Export/ExportSql.php:452
10260 msgid "Syntax to use when inserting data:"
10261 msgstr ""
10263 #: libraries/classes/Plugins/Export/ExportSql.php:462
10264 msgid ""
10265 "include column names in every <code>INSERT</code> statement <br> &nbsp; "
10266 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
10267 "(1,2,3)</code>"
10268 msgstr ""
10270 #: libraries/classes/Plugins/Export/ExportSql.php:467
10271 msgid ""
10272 "insert multiple rows in every <code>INSERT</code> statement<br> &nbsp; "
10273 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
10274 "(7,8,9)</code>"
10275 msgstr ""
10277 #: libraries/classes/Plugins/Export/ExportSql.php:472
10278 msgid ""
10279 "both of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10280 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
10281 msgstr ""
10283 #: libraries/classes/Plugins/Export/ExportSql.php:477
10284 msgid ""
10285 "neither of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10286 "tbl_name VALUES (1,2,3)</code>"
10287 msgstr ""
10289 #: libraries/classes/Plugins/Export/ExportSql.php:496
10290 msgid ""
10291 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
10292 "0x616263)</i>"
10293 msgstr ""
10295 #: libraries/classes/Plugins/Export/ExportSql.php:505
10296 msgid ""
10297 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
10298 "reloaded between servers in different time zones)</i>"
10299 msgstr ""
10301 #: libraries/classes/Plugins/Export/ExportSql.php:582
10302 msgid "It appears your database uses routines;"
10303 msgstr ""
10305 #: libraries/classes/Plugins/Export/ExportSql.php:585
10306 #: libraries/classes/Plugins/Export/ExportSql.php:1614
10307 #: libraries/classes/Plugins/Export/ExportSql.php:2122
10308 msgid "alias export may not work reliably in all cases."
10309 msgstr ""
10311 #: libraries/classes/Plugins/Export/ExportSql.php:1066
10312 msgid "Metadata"
10313 msgstr ""
10315 #: libraries/classes/Plugins/Export/ExportSql.php:1134
10316 #, php-format
10317 msgid "Metadata for table %s"
10318 msgstr ""
10320 #: libraries/classes/Plugins/Export/ExportSql.php:1141
10321 #, php-format
10322 msgid "Metadata for database %s"
10323 msgstr ""
10325 #: libraries/classes/Plugins/Export/ExportSql.php:1458
10326 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:631
10327 msgid "Creation:"
10328 msgstr ""
10330 #: libraries/classes/Plugins/Export/ExportSql.php:1468
10331 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:642
10332 msgid "Last update:"
10333 msgstr ""
10335 #: libraries/classes/Plugins/Export/ExportSql.php:1478
10336 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:653
10337 msgid "Last check:"
10338 msgstr ""
10340 #: libraries/classes/Plugins/Export/ExportSql.php:1529
10341 #, php-format
10342 msgid "Error reading structure for table %s:"
10343 msgstr ""
10345 #: libraries/classes/Plugins/Export/ExportSql.php:1611
10346 msgid "It appears your database uses views;"
10347 msgstr ""
10349 #: libraries/classes/Plugins/Export/ExportSql.php:1778
10350 msgid "Constraints for dumped tables"
10351 msgstr ""
10353 #: libraries/classes/Plugins/Export/ExportSql.php:1779
10354 msgid "Constraints for table"
10355 msgstr ""
10357 #: libraries/classes/Plugins/Export/ExportSql.php:1806
10358 msgid "Indexes for dumped tables"
10359 msgstr ""
10361 #: libraries/classes/Plugins/Export/ExportSql.php:1807
10362 msgid "Indexes for table"
10363 msgstr ""
10365 #: libraries/classes/Plugins/Export/ExportSql.php:1843
10366 msgid "AUTO_INCREMENT for dumped tables"
10367 msgstr ""
10369 #: libraries/classes/Plugins/Export/ExportSql.php:1844
10370 msgid "AUTO_INCREMENT for table"
10371 msgstr ""
10373 #: libraries/classes/Plugins/Export/ExportSql.php:1919
10374 msgid "MEDIA TYPES FOR TABLE"
10375 msgstr ""
10377 #: libraries/classes/Plugins/Export/ExportSql.php:1944
10378 msgid "RELATIONSHIPS FOR TABLE"
10379 msgstr ""
10381 #: libraries/classes/Plugins/Export/ExportSql.php:2119
10382 msgid "It appears your table uses triggers;"
10383 msgstr ""
10385 #: libraries/classes/Plugins/Export/ExportSql.php:2149
10386 #, php-format
10387 msgid "Structure for view %s exported as a table"
10388 msgstr ""
10390 #: libraries/classes/Plugins/Export/ExportSql.php:2169
10391 msgid "(See below for the actual view)"
10392 msgstr ""
10394 #: libraries/classes/Plugins/Export/ExportSql.php:2237
10395 #, php-format
10396 msgid "Error reading data for table %s:"
10397 msgstr ""
10399 #: libraries/classes/Plugins/Export/ExportXml.php:94
10400 msgid "Object creation options (all are recommended)"
10401 msgstr ""
10403 #: libraries/classes/Plugins/Export/ExportXml.php:138
10404 msgid "Export contents"
10405 msgstr ""
10407 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:202
10408 #: templates/menu/breadcrumbs.twig:29
10409 msgid "Table:"
10410 msgstr ""
10412 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:203
10413 msgid "Purpose:"
10414 msgstr ""
10416 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:30
10417 msgid ""
10418 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
10419 msgstr ""
10421 #: libraries/classes/Plugins/Import/ImportCsv.php:83
10422 msgid "Name of the new table (optional):"
10423 msgstr ""
10425 #: libraries/classes/Plugins/Import/ImportCsv.php:92
10426 msgid "Name of the new database (optional):"
10427 msgstr ""
10429 #: libraries/classes/Plugins/Import/ImportCsv.php:101
10430 #: libraries/classes/Plugins/Import/ImportCsv.php:119
10431 msgid "Import these many number of rows (optional):"
10432 msgstr ""
10434 #: libraries/classes/Plugins/Import/ImportCsv.php:109
10435 #: libraries/classes/Plugins/Import/ImportOds.php:66
10436 msgid ""
10437 "The first line of the file contains the table column names <i>(if this is "
10438 "unchecked, the first line will become part of the data)</i>"
10439 msgstr ""
10441 #: libraries/classes/Plugins/Import/ImportCsv.php:126
10442 msgid ""
10443 "If the data in each row of the file is not in the same order as in the "
10444 "database, list the corresponding column names here. Column names must be "
10445 "separated by commas and not enclosed in quotations."
10446 msgstr ""
10448 #: libraries/classes/Plugins/Import/ImportCsv.php:134
10449 msgid "Column names:"
10450 msgstr ""
10452 #: libraries/classes/Plugins/Import/ImportCsv.php:272
10453 #: libraries/classes/Plugins/Import/ImportCsv.php:631
10454 #, php-format
10455 msgid "Invalid format of CSV input on line %d."
10456 msgstr ""
10458 #: libraries/classes/Plugins/Import/ImportCsv.php:490
10459 #, php-format
10460 msgid "Invalid column count in CSV input on line %d."
10461 msgstr ""
10463 #: libraries/classes/Plugins/Import/ImportCsv.php:649
10464 #: libraries/classes/Plugins/Import/ImportCsv.php:664
10465 #: libraries/classes/Plugins/Import/ImportCsv.php:675
10466 #: libraries/classes/Plugins/Import/ImportCsv.php:682
10467 #, php-format
10468 msgid "Invalid parameter for CSV import: %s"
10469 msgstr ""
10471 #: libraries/classes/Plugins/Import/ImportCsv.php:813
10472 #, php-format
10473 msgid ""
10474 "Invalid column (%s) specified! Ensure that columns names are spelled "
10475 "correctly, separated by commas, and not enclosed in quotes."
10476 msgstr ""
10478 #: libraries/classes/Plugins/Import/ImportLdi.php:62
10479 msgid "Column names: "
10480 msgstr ""
10482 #: libraries/classes/Plugins/Import/ImportLdi.php:106
10483 msgid "This plugin does not support compressed imports!"
10484 msgstr ""
10486 #: libraries/classes/Plugins/Import/ImportMediawiki.php:56
10487 msgid "MediaWiki Table"
10488 msgstr ""
10490 #: libraries/classes/Plugins/Import/ImportMediawiki.php:275
10491 #, php-format
10492 msgid "Invalid format of mediawiki input on line: <br>%s."
10493 msgstr ""
10495 #: libraries/classes/Plugins/Import/ImportOds.php:80
10496 msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
10497 msgstr ""
10499 #: libraries/classes/Plugins/Import/ImportOds.php:86
10500 msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
10501 msgstr ""
10503 #: libraries/classes/Plugins/Import/ImportOds.php:153
10504 #: libraries/classes/Plugins/Import/ImportXml.php:112
10505 #: libraries/classes/Plugins/Import/ImportXml.php:175
10506 msgid ""
10507 "The XML file specified was either malformed or incomplete. Please correct "
10508 "the issue and try again."
10509 msgstr ""
10511 #: libraries/classes/Plugins/Import/ImportOds.php:163
10512 msgid "Could not parse OpenDocument Spreadsheet!"
10513 msgstr ""
10515 #: libraries/classes/Plugins/Import/ImportShp.php:68
10516 msgid "ESRI Shape File"
10517 msgstr ""
10519 #: libraries/classes/Plugins/Import/ImportShp.php:101
10520 #: libraries/classes/Plugins/Import/ImportShp.php:163
10521 #, php-format
10522 msgid "There was an error importing the ESRI shape file: \"%s\"."
10523 msgstr ""
10525 #: libraries/classes/Plugins/Import/ImportShp.php:193
10526 #, php-format
10527 msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
10528 msgstr ""
10530 #: libraries/classes/Plugins/Import/ImportShp.php:242
10531 msgid "The imported file does not contain any data!"
10532 msgstr ""
10534 #: libraries/classes/Plugins/Import/ImportSql.php:65
10535 msgid "SQL compatibility mode:"
10536 msgstr ""
10538 #: libraries/classes/Plugins/Import/ImportSql.php:77
10539 msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
10540 msgstr ""
10542 #: libraries/classes/Plugins/Import/ImportXml.php:48
10543 msgid "XML"
10544 msgstr ""
10546 #: libraries/classes/Plugins.php:592
10547 msgid "This format has no options"
10548 msgstr ""
10550 #: libraries/classes/Plugins.php:610
10551 msgid "Invalid authentication method set in configuration:"
10552 msgstr ""
10554 #: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:68
10555 #: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:87
10556 #: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:90
10557 #: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:87
10558 #, php-format
10559 msgid "The %s table doesn't exist!"
10560 msgstr ""
10562 #: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:62
10563 #: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:78
10564 #, php-format
10565 msgid "Schema of the %s database - Page %s"
10566 msgstr ""
10568 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:278
10569 msgid "SCHEMA ERROR: "
10570 msgstr ""
10572 #: libraries/classes/Plugins/Schema/Pdf/Pdf.php:272
10573 msgid "PDF export page"
10574 msgstr ""
10576 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:135
10577 #, php-format
10578 msgid "Schema of the %s database"
10579 msgstr ""
10581 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:163
10582 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:541
10583 msgid "Relational schema"
10584 msgstr ""
10586 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:486
10587 msgid "Table of contents"
10588 msgstr ""
10590 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:620
10591 #: templates/columns_definitions/column_definitions_form.twig:72
10592 #: templates/database/data_dictionary/index.twig:16
10593 #: templates/table/structure/display_table_stats.twig:6
10594 msgid "Table comments:"
10595 msgstr "የቴብል ኮሜንት"
10597 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669
10598 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703
10599 #: templates/columns_definitions/table_fields_definitions.twig:27
10600 #: templates/database/central_columns/edit.twig:13
10601 #: templates/table/structure/display_structure.twig:24
10602 msgid "Attributes"
10603 msgstr ""
10605 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:672
10606 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:706
10607 #: templates/table/structure/display_structure.twig:30
10608 #: templates/table/tracking/structure_snapshot_columns.twig:11
10609 msgid "Extra"
10610 msgstr ""
10612 #: libraries/classes/Plugins/SchemaPlugin.php:74
10613 msgid "Show color"
10614 msgstr ""
10616 #: libraries/classes/Plugins/SchemaPlugin.php:76
10617 msgid "Only show keys"
10618 msgstr ""
10620 #: libraries/classes/Plugins/Schema/SchemaDia.php:54
10621 #: libraries/classes/Plugins/Schema/SchemaEps.php:62
10622 #: libraries/classes/Plugins/Schema/SchemaPdf.php:64
10623 msgid "Orientation"
10624 msgstr ""
10626 #: libraries/classes/Plugins/Schema/SchemaDia.php:58
10627 #: libraries/classes/Plugins/Schema/SchemaEps.php:66
10628 #: libraries/classes/Plugins/Schema/SchemaPdf.php:68
10629 msgid "Landscape"
10630 msgstr ""
10632 #: libraries/classes/Plugins/Schema/SchemaDia.php:59
10633 #: libraries/classes/Plugins/Schema/SchemaEps.php:67
10634 #: libraries/classes/Plugins/Schema/SchemaPdf.php:69
10635 msgid "Portrait"
10636 msgstr ""
10638 #: libraries/classes/Plugins/Schema/SchemaEps.php:56
10639 #: libraries/classes/Plugins/Schema/SchemaPdf.php:58
10640 #: libraries/classes/Plugins/Schema/SchemaSvg.php:55
10641 msgid "Same width for all tables"
10642 msgstr ""
10644 #: libraries/classes/Plugins/Schema/SchemaPdf.php:83
10645 msgid "Show grid"
10646 msgstr ""
10648 #: libraries/classes/Plugins/Schema/SchemaPdf.php:89
10649 #: templates/database/structure/index.twig:21
10650 msgid "Data dictionary"
10651 msgstr ""
10653 #: libraries/classes/Plugins/Schema/SchemaPdf.php:95
10654 msgid "Order of the tables"
10655 msgstr ""
10657 #: libraries/classes/Plugins/Schema/SchemaPdf.php:100
10658 msgid "Name (Ascending)"
10659 msgstr ""
10661 #: libraries/classes/Plugins/Schema/SchemaPdf.php:101
10662 msgid "Name (Descending)"
10663 msgstr ""
10665 #: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:28
10666 msgid ""
10667 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
10668 "TRUE, second for FALSE. Nonzero=true."
10669 msgstr ""
10671 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:39
10672 msgid ""
10673 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
10674 "formatted date. The first option is the offset (in hours) which will be "
10675 "added to the timestamp (Default: 0). Use second option to specify a "
10676 "different date/time format string. Third option determines whether you want "
10677 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
10678 "According to that, date format has different value - for \"local\" see the "
10679 "documentation for PHP's strftime() function and for \"utc\" it is done using "
10680 "gmdate() function."
10681 msgstr ""
10683 #. l10n: See https://www.php.net/manual/en/function.strftime.php
10684 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:72
10685 #: libraries/classes/Util.php:707
10686 msgid "%B %d, %Y at %I:%M %p"
10687 msgstr ""
10689 #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:31
10690 msgid ""
10691 "Displays a link to download the binary data of the column. You can use the "
10692 "first option to specify the filename, or use the second option as the name "
10693 "of a column which contains the filename. If you use the second option, you "
10694 "need to set the first option to the empty string."
10695 msgstr ""
10697 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:42
10698 msgid ""
10699 "LINUX ONLY: Launches an external application and feeds it the column data "
10700 "via standard input. Returns the standard output of the application. The "
10701 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
10702 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
10703 "ExternalTransformationsPlugin.php and list the tools you want to make "
10704 "available. The first option is then the number of the program you want to "
10705 "use. The second option should be blank for historical reasons. The third "
10706 "option, if set to 1, will convert the output using htmlspecialchars() "
10707 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
10708 "ensure that the output appears all on one line (Default 1)."
10709 msgstr ""
10711 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:122
10712 #, php-format
10713 msgid ""
10714 "You are using the external transformation command line options field, which "
10715 "has been deprecated for security reasons. Add all command line options "
10716 "directly to the definition in %s."
10717 msgstr ""
10719 #: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:29
10720 msgid ""
10721 "Displays the contents of the column as-is, without running it through "
10722 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
10723 msgstr ""
10725 #: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:31
10726 msgid ""
10727 "Displays hexadecimal representation of data. Optional first parameter "
10728 "specifies how often space will be added (defaults to 2 nibbles)."
10729 msgstr ""
10731 #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:29
10732 msgid "Displays a link to download this image."
10733 msgstr ""
10735 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:31
10736 msgid ""
10737 "Image upload functionality which also displays a thumbnail. The options are "
10738 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
10739 msgstr ""
10741 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:91
10742 msgid "Image preview here"
10743 msgstr ""
10745 #: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:31
10746 msgid ""
10747 "Displays a clickable thumbnail. The options are the maximum width and height "
10748 "in pixels. The original aspect ratio is preserved."
10749 msgstr ""
10751 #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:30
10752 msgid ""
10753 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
10754 "in Internet standard dotted format."
10755 msgstr ""
10757 #: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:29
10758 msgid ""
10759 "Prepends and/or Appends text to a string. First option is text to be "
10760 "prepended, second is appended (enclosed in single quotes, default empty "
10761 "string)."
10762 msgstr ""
10764 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:32
10765 msgid ""
10766 "Validates the string using regular expression and performs insert only if "
10767 "string matches it. The first option is the Regular Expression."
10768 msgstr ""
10770 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:54
10771 #, php-format
10772 msgid "Validation failed for the input string %s."
10773 msgstr ""
10775 #: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:28
10776 msgid "Formats text as SQL query with syntax highlighting."
10777 msgstr ""
10779 #: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:31
10780 msgid ""
10781 "Displays a part of a string. The first option is the number of characters to "
10782 "skip from the beginning of the string (Default 0). The second option is the "
10783 "number of characters to return (Default: until end of string). The third "
10784 "option is the string to append and/or prepend when truncation occurs "
10785 "(Default: \"…\")."
10786 msgstr ""
10788 #: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:29
10789 msgid ""
10790 "File upload functionality for TEXT columns. It does not have a textarea for "
10791 "input."
10792 msgstr ""
10794 #: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:31
10795 msgid ""
10796 "Displays an image and a link; the column contains the filename. The first "
10797 "option is a URL prefix like \"https://www.example.com/\". The second and "
10798 "third options are the width and the height in pixels."
10799 msgstr ""
10801 #: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:30
10802 msgid ""
10803 "Displays a link; the column contains the filename. The first option is a URL "
10804 "prefix like \"https://www.example.com/\". The second option is a title for "
10805 "the link."
10806 msgstr ""
10808 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:32
10809 msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
10810 msgstr ""
10812 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:29
10813 msgid ""
10814 "Converts an Internet network address in (IPv4/IPv6) format into a long "
10815 "integer."
10816 msgstr ""
10818 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:26
10819 msgid "Syntax highlighted CodeMirror editor for JSON."
10820 msgstr ""
10822 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:26
10823 msgid "Syntax highlighted CodeMirror editor for SQL."
10824 msgstr ""
10826 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:26
10827 msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
10828 msgstr ""
10830 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:29
10831 msgid ""
10832 "Converts an Internet network address stored as a binary string into a string "
10833 "in Internet standard (IPv4/IPv6) format."
10834 msgstr ""
10836 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:44
10837 msgid "Formats text as JSON with syntax highlighting."
10838 msgstr ""
10840 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:44
10841 msgid "Formats text as XML with syntax highlighting."
10842 msgstr ""
10844 #: libraries/classes/Plugins/TwoFactor/Application.php:135
10845 msgid "Authentication Application (2FA)"
10846 msgstr ""
10848 #: libraries/classes/Plugins/TwoFactor/Application.php:146
10849 msgid ""
10850 "Provides authentication using HOTP and TOTP applications such as FreeOTP, "
10851 "Google Authenticator or Authy."
10852 msgstr ""
10854 #: libraries/classes/Plugins/TwoFactor/Key.php:204
10855 msgid "Hardware Security Key (FIDO U2F)"
10856 msgstr ""
10858 #: libraries/classes/Plugins/TwoFactor/Key.php:214
10859 msgid ""
10860 "Provides authentication using hardware security tokens supporting FIDO U2F, "
10861 "such as a Yubikey."
10862 msgstr ""
10864 #: libraries/classes/Plugins/TwoFactorPlugin.php:73
10865 #, php-format
10866 msgid "Two-factor authentication failed: %s"
10867 msgstr ""
10869 #: libraries/classes/Plugins/TwoFactorPlugin.php:78
10870 msgid "Two-factor authentication failed."
10871 msgstr ""
10873 #: libraries/classes/Plugins/TwoFactorPlugin.php:128
10874 msgid "No Two-Factor Authentication"
10875 msgstr ""
10877 #: libraries/classes/Plugins/TwoFactorPlugin.php:138
10878 msgid "Login using password only."
10879 msgstr ""
10881 #: libraries/classes/Plugins/TwoFactor/Simple.php:49
10882 msgid "Simple two-factor authentication"
10883 msgstr ""
10885 #: libraries/classes/Plugins/TwoFactor/Simple.php:59
10886 msgid "For testing purposes only!"
10887 msgstr ""
10889 #: libraries/classes/Query/Utilities.php:96
10890 msgid ""
10891 "The server is not responding (or the local server's socket is not correctly "
10892 "configured)."
10893 msgstr ""
10895 #: libraries/classes/Query/Utilities.php:99
10896 msgid "The server is not responding."
10897 msgstr ""
10899 #: libraries/classes/Query/Utilities.php:103
10900 msgid "Logout and try as another user."
10901 msgstr ""
10903 #: libraries/classes/Query/Utilities.php:108
10904 msgid "Please check privileges of directory containing database."
10905 msgstr ""
10907 #: libraries/classes/Query/Utilities.php:117
10908 msgid "Details…"
10909 msgstr ""
10911 #: libraries/classes/RecentFavoriteTable.php:159
10912 msgid "Could not save recent table!"
10913 msgstr ""
10915 #: libraries/classes/RecentFavoriteTable.php:163
10916 msgid "Could not save favorite table!"
10917 msgstr ""
10919 #: libraries/classes/RecentFavoriteTable.php:247
10920 msgid "Recent tables"
10921 msgstr ""
10923 #: libraries/classes/RecentFavoriteTable.php:249
10924 msgid "Recent"
10925 msgstr ""
10927 #: libraries/classes/RecentFavoriteTable.php:253
10928 msgid "Favorites"
10929 msgstr ""
10931 #: libraries/classes/ReplicationGui.php:438
10932 msgid ""
10933 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
10934 "in phpMyAdmin configuration."
10935 msgstr ""
10937 #: libraries/classes/ReplicationGui.php:449
10938 msgid "Replication started successfully."
10939 msgstr ""
10941 #: libraries/classes/ReplicationGui.php:450
10942 msgid "Error starting replication."
10943 msgstr ""
10945 #: libraries/classes/ReplicationGui.php:453
10946 msgid "Replication stopped successfully."
10947 msgstr ""
10949 #: libraries/classes/ReplicationGui.php:454
10950 msgid "Error stopping replication."
10951 msgstr ""
10953 #: libraries/classes/ReplicationGui.php:457
10954 msgid "Replication resetting successfully."
10955 msgstr ""
10957 #: libraries/classes/ReplicationGui.php:458
10958 msgid "Error resetting replication."
10959 msgstr ""
10961 #: libraries/classes/ReplicationGui.php:461
10962 msgid "Success."
10963 msgstr ""
10965 #: libraries/classes/ReplicationGui.php:462
10966 msgid "Error."
10967 msgstr ""
10969 #: libraries/classes/ReplicationGui.php:507
10970 msgid "Unknown error"
10971 msgstr ""
10973 #: libraries/classes/ReplicationGui.php:520
10974 #, php-format
10975 msgid "Unable to connect to primary %s."
10976 msgstr ""
10978 #: libraries/classes/ReplicationGui.php:530
10979 msgid ""
10980 "Unable to read primary log position. Possible privilege problem on primary."
10981 msgstr ""
10983 #: libraries/classes/ReplicationGui.php:548
10984 msgid "Unable to change primary!"
10985 msgstr ""
10987 #: libraries/classes/ReplicationGui.php:552
10988 #, php-format
10989 msgid "Primary server changed successfully to %s."
10990 msgstr ""
10992 #: libraries/classes/Routing.php:104
10993 #, php-format
10994 msgid ""
10995 "The routing cache could not be written, you need to adjust permissions on "
10996 "the folder/file \"%s\""
10997 msgstr ""
10999 #: libraries/classes/Routing.php:163
11000 #, php-format
11001 msgid "Error 404! The page %s was not found."
11002 msgstr ""
11004 #: libraries/classes/Routing.php:174
11005 msgid "Error 405! Request method not allowed."
11006 msgstr ""
11008 #: libraries/classes/SavedSearches.php:239
11009 msgid "Please provide a name for this bookmarked search."
11010 msgstr ""
11012 #: libraries/classes/SavedSearches.php:255
11013 msgid "Missing information to save the bookmarked search."
11014 msgstr ""
11016 #: libraries/classes/SavedSearches.php:276
11017 #: libraries/classes/SavedSearches.php:310
11018 msgid "An entry with this name already exists."
11019 msgstr ""
11021 #: libraries/classes/SavedSearches.php:338
11022 msgid "Missing information to delete the search."
11023 msgstr ""
11025 #: libraries/classes/SavedSearches.php:365
11026 msgid "Missing information to load the search."
11027 msgstr ""
11029 #: libraries/classes/SavedSearches.php:385
11030 msgid "Error while loading the search."
11031 msgstr ""
11033 #: libraries/classes/Server/Plugins.php:68
11034 #: libraries/classes/Server/Privileges.php:788
11035 #: libraries/classes/Server/Privileges.php:3719
11036 msgid "Native MySQL authentication"
11037 msgstr ""
11039 #: libraries/classes/Server/Plugins.php:73
11040 msgid "SHA256 password authentication"
11041 msgstr ""
11043 #: libraries/classes/Server/Plugins.php:78
11044 msgid "Caching sha2 authentication"
11045 msgstr ""
11047 #: libraries/classes/Server/Plugins.php:83
11048 msgid "Unix Socket based authentication"
11049 msgstr ""
11051 #: libraries/classes/Server/Plugins.php:88
11052 msgid "Old MySQL-4.0 authentication"
11053 msgstr ""
11055 #: libraries/classes/Server/Privileges/AccountLocking.php:30
11056 #: libraries/classes/Server/Privileges/AccountLocking.php:51
11057 msgid "Account locking is not supported."
11058 msgstr ""
11060 #: libraries/classes/Server/Privileges.php:262
11061 msgid "No privileges."
11062 msgstr ""
11064 #: libraries/classes/Server/Privileges.php:270
11065 msgid "Includes all privileges except GRANT."
11066 msgstr ""
11068 #: libraries/classes/Server/Privileges.php:292
11069 #: libraries/classes/Server/Privileges.php:359
11070 #: templates/server/privileges/privileges_table.twig:124
11071 #: templates/server/privileges/privileges_table.twig:127
11072 #: templates/server/privileges/privileges_table.twig:323
11073 #: templates/server/privileges/privileges_table.twig:326
11074 msgid "Allows deleting data."
11075 msgstr ""
11077 #: libraries/classes/Server/Privileges.php:297
11078 #: templates/server/privileges/privileges_table.twig:136
11079 #: templates/server/privileges/privileges_table.twig:139
11080 #: templates/server/privileges/privileges_table.twig:361
11081 #: templates/server/privileges/privileges_table.twig:369
11082 msgid "Allows creating new tables."
11083 msgstr ""
11085 #: libraries/classes/Server/Privileges.php:302
11086 #: templates/server/privileges/privileges_table.twig:148
11087 #: templates/server/privileges/privileges_table.twig:151
11088 #: templates/server/privileges/privileges_table.twig:409
11089 #: templates/server/privileges/privileges_table.twig:417
11090 msgid "Allows dropping tables."
11091 msgstr ""
11093 #: libraries/classes/Server/Privileges.php:307
11094 #: libraries/classes/Server/Privileges.php:399
11095 #: templates/server/privileges/privileges_table.twig:173
11096 #: templates/server/privileges/privileges_table.twig:176
11097 #: templates/server/privileges/privileges_table.twig:393
11098 #: templates/server/privileges/privileges_table.twig:396
11099 msgid "Allows creating and dropping indexes."
11100 msgstr ""
11102 #: libraries/classes/Server/Privileges.php:312
11103 #: libraries/classes/Server/Privileges.php:404
11104 #: templates/server/privileges/privileges_table.twig:185
11105 #: templates/server/privileges/privileges_table.twig:188
11106 #: templates/server/privileges/privileges_table.twig:380
11107 #: templates/server/privileges/privileges_table.twig:383
11108 msgid "Allows altering the structure of existing tables."
11109 msgstr ""
11111 #: libraries/classes/Server/Privileges.php:317
11112 #: libraries/classes/Server/Privileges.php:443
11113 #: libraries/classes/Server/Privileges.php:459
11114 #: templates/server/privileges/privileges_table.twig:197
11115 #: templates/server/privileges/privileges_table.twig:200
11116 #: templates/server/privileges/privileges_table.twig:494
11117 #: templates/server/privileges/privileges_table.twig:497
11118 #: templates/server/privileges/privileges_table.twig:509
11119 #: templates/server/privileges/privileges_table.twig:512
11120 msgid "Allows creating new views."
11121 msgstr ""
11123 #: libraries/classes/Server/Privileges.php:322
11124 #: libraries/classes/Server/Privileges.php:464
11125 #: libraries/classes/Server/Privileges.php:470
11126 #: templates/server/privileges/privileges_table.twig:209
11127 #: templates/server/privileges/privileges_table.twig:212
11128 #: templates/server/privileges/privileges_table.twig:441
11129 #: templates/server/privileges/privileges_table.twig:444
11130 msgid "Allows performing SHOW CREATE VIEW queries."
11131 msgstr ""
11133 #: libraries/classes/Server/Privileges.php:327
11134 #: libraries/classes/Server/Privileges.php:453
11135 #: templates/server/privileges/privileges_table.twig:221
11136 #: templates/server/privileges/privileges_table.twig:224
11137 #: templates/server/privileges/privileges_table.twig:537
11138 #: templates/server/privileges/privileges_table.twig:540
11139 msgid "Allows creating and dropping triggers."
11140 msgstr ""
11142 #: libraries/classes/Server/Privileges.php:344
11143 #: templates/server/privileges/privileges_table.twig:15
11144 #: templates/server/privileges/privileges_table.twig:284
11145 #: templates/server/privileges/privileges_table.twig:287
11146 msgid "Allows reading data."
11147 msgstr ""
11149 #: libraries/classes/Server/Privileges.php:349
11150 #: templates/server/privileges/privileges_table.twig:42
11151 #: templates/server/privileges/privileges_table.twig:297
11152 #: templates/server/privileges/privileges_table.twig:300
11153 msgid "Allows inserting and replacing data."
11154 msgstr ""
11156 #: libraries/classes/Server/Privileges.php:354
11157 #: templates/server/privileges/privileges_table.twig:69
11158 #: templates/server/privileges/privileges_table.twig:310
11159 #: templates/server/privileges/privileges_table.twig:313
11160 msgid "Allows changing data."
11161 msgstr ""
11163 #: libraries/classes/Server/Privileges.php:364
11164 #: templates/server/privileges/privileges_table.twig:359
11165 #: templates/server/privileges/privileges_table.twig:367
11166 msgid "Allows creating new databases and tables."
11167 msgstr ""
11169 #: libraries/classes/Server/Privileges.php:369
11170 #: templates/server/privileges/privileges_table.twig:407
11171 #: templates/server/privileges/privileges_table.twig:415
11172 msgid "Allows dropping databases and tables."
11173 msgstr ""
11175 #: libraries/classes/Server/Privileges.php:374
11176 #: templates/server/privileges/privileges_table.twig:599
11177 #: templates/server/privileges/privileges_table.twig:602
11178 msgid "Allows reloading server settings and flushing the server's caches."
11179 msgstr ""
11181 #: libraries/classes/Server/Privileges.php:379
11182 #: templates/server/privileges/privileges_table.twig:612
11183 #: templates/server/privileges/privileges_table.twig:615
11184 msgid "Allows shutting down the server."
11185 msgstr ""
11187 #: libraries/classes/Server/Privileges.php:384
11188 #: templates/server/privileges/privileges_table.twig:586
11189 #: templates/server/privileges/privileges_table.twig:589
11190 msgid "Allows viewing processes of all users."
11191 msgstr ""
11193 #: libraries/classes/Server/Privileges.php:389
11194 #: templates/server/privileges/privileges_table.twig:337
11195 #: templates/server/privileges/privileges_table.twig:340
11196 msgid "Allows importing data from and exporting data into files."
11197 msgstr ""
11199 #: libraries/classes/Server/Privileges.php:394
11200 #: templates/server/privileges/privileges_table.twig:96
11201 #: templates/server/privileges/privileges_table.twig:666
11202 msgid "Has no effect in this MySQL version."
11203 msgstr ""
11205 #: libraries/classes/Server/Privileges.php:409
11206 #: templates/server/privileges/privileges_table.twig:625
11207 #: templates/server/privileges/privileges_table.twig:628
11208 msgid "Gives access to the complete list of databases."
11209 msgstr ""
11211 #: libraries/classes/Server/Privileges.php:415
11212 #: templates/server/privileges/privileges_table.twig:572
11213 #: templates/server/privileges/privileges_table.twig:576
11214 msgid ""
11215 "Allows connecting, even if maximum number of connections is reached; "
11216 "required for most administrative operations like setting global variables or "
11217 "killing threads of other users."
11218 msgstr ""
11220 #: libraries/classes/Server/Privileges.php:423
11221 #: templates/server/privileges/privileges_table.twig:428
11222 #: templates/server/privileges/privileges_table.twig:431
11223 msgid "Allows creating temporary tables."
11224 msgstr ""
11226 #: libraries/classes/Server/Privileges.php:428
11227 #: templates/server/privileges/privileges_table.twig:653
11228 #: templates/server/privileges/privileges_table.twig:656
11229 msgid "Allows locking tables for the current thread."
11230 msgstr ""
11232 #: libraries/classes/Server/Privileges.php:433
11233 #: templates/server/privileges/privileges_table.twig:694
11234 #: templates/server/privileges/privileges_table.twig:697
11235 msgid "Needed for the replication replicas."
11236 msgstr ""
11238 #: libraries/classes/Server/Privileges.php:438
11239 #: templates/server/privileges/privileges_table.twig:681
11240 #: templates/server/privileges/privileges_table.twig:684
11241 msgid "Allows the user to ask where the replicas / primaries are."
11242 msgstr ""
11244 #: libraries/classes/Server/Privileges.php:448
11245 #: templates/server/privileges/privileges_table.twig:524
11246 #: templates/server/privileges/privileges_table.twig:527
11247 msgid "Allows to set up events for the event scheduler."
11248 msgstr ""
11250 #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
11251 #: libraries/classes/Server/Privileges.php:477
11252 #: libraries/classes/Server/Privileges.php:486
11253 #: templates/server/privileges/privileges_table.twig:234
11254 #: templates/server/privileges/privileges_table.twig:238
11255 msgid "Allows deleting historical rows."
11256 msgstr ""
11258 #: libraries/classes/Server/Privileges.php:491
11259 #: templates/server/privileges/privileges_table.twig:454
11260 #: templates/server/privileges/privileges_table.twig:457
11261 msgid "Allows creating stored routines."
11262 msgstr ""
11264 #: libraries/classes/Server/Privileges.php:496
11265 #: templates/server/privileges/privileges_table.twig:467
11266 #: templates/server/privileges/privileges_table.twig:470
11267 msgid "Allows altering and dropping stored routines."
11268 msgstr ""
11270 #: libraries/classes/Server/Privileges.php:501
11271 #: templates/server/privileges/privileges_table.twig:707
11272 #: templates/server/privileges/privileges_table.twig:710
11273 msgid "Allows creating, dropping and renaming user accounts."
11274 msgstr ""
11276 #: libraries/classes/Server/Privileges.php:506
11277 #: templates/server/privileges/privileges_table.twig:480
11278 #: templates/server/privileges/privileges_table.twig:483
11279 msgid "Allows executing stored routines."
11280 msgstr ""
11282 #: libraries/classes/Server/Privileges.php:1076
11283 #, php-format
11284 msgid "The password for %s was changed successfully."
11285 msgstr ""
11287 #: libraries/classes/Server/Privileges.php:1124
11288 #, php-format
11289 msgid "You have revoked the privileges for %s."
11290 msgstr ""
11292 #: libraries/classes/Server/Privileges.php:1436
11293 #: templates/database/privileges/index.twig:124
11294 #: templates/table/privileges/index.twig:127
11295 msgid "Not enough privilege to view users."
11296 msgstr ""
11298 #: libraries/classes/Server/Privileges.php:1498
11299 #: templates/database/privileges/index.twig:80
11300 #: templates/server/privileges/new_user_ajax.twig:45
11301 #: templates/server/privileges/users_overview.twig:75
11302 #: templates/table/privileges/index.twig:84
11303 msgid "Edit privileges"
11304 msgstr ""
11306 #: libraries/classes/Server/Privileges.php:1502
11307 msgid "Revoke"
11308 msgstr ""
11310 #: libraries/classes/Server/Privileges.php:1813
11311 #: templates/server/privileges/privileges_table.twig:264
11312 msgid "Database-specific privileges"
11313 msgstr ""
11315 #: libraries/classes/Server/Privileges.php:1819
11316 #: templates/server/privileges/privileges_summary.twig:18
11317 #: templates/server/privileges/privileges_table.twig:7
11318 #: templates/server/privileges/privileges_table.twig:266
11319 msgid "Table-specific privileges"
11320 msgstr ""
11322 #: libraries/classes/Server/Privileges.php:1824
11323 #: libraries/classes/Server/Privileges.php:1826
11324 #: templates/server/privileges/edit_routine_privileges.twig:29
11325 #: templates/server/privileges/edit_routine_privileges.twig:46
11326 #: templates/server/privileges/edit_routine_privileges.twig:58
11327 msgid "Routine"
11328 msgstr ""
11330 #: libraries/classes/Server/Privileges.php:1825
11331 #: templates/server/privileges/edit_routine_privileges.twig:47
11332 msgid "Routine-specific privileges"
11333 msgstr ""
11335 #: libraries/classes/Server/Privileges.php:2170
11336 msgid "No users selected for deleting!"
11337 msgstr ""
11339 #: libraries/classes/Server/Privileges.php:2173
11340 msgid "Reloading the privileges"
11341 msgstr ""
11343 #: libraries/classes/Server/Privileges.php:2198
11344 msgid "The selected users have been deleted successfully."
11345 msgstr ""
11347 #: libraries/classes/Server/Privileges.php:2275
11348 #, php-format
11349 msgid "You have updated the privileges for %s."
11350 msgstr ""
11352 #: libraries/classes/Server/Privileges.php:2362
11353 #: templates/database/privileges/index.twig:102
11354 #: templates/table/privileges/index.twig:106
11355 msgid "No user found."
11356 msgstr ""
11358 #: libraries/classes/Server/Privileges.php:2449
11359 #, php-format
11360 msgid "Deleting %s"
11361 msgstr ""
11363 #: libraries/classes/Server/Privileges.php:2480
11364 msgid "The privileges were reloaded successfully."
11365 msgstr ""
11367 #: libraries/classes/Server/Privileges.php:2584
11368 #, php-format
11369 msgid "The user %s already exists!"
11370 msgstr ""
11372 #: libraries/classes/Server/Privileges.php:2859
11373 #, php-format
11374 msgid "Privileges for %s"
11375 msgstr ""
11377 #: libraries/classes/Server/Privileges.php:2868
11378 #: libraries/classes/Server/Status/Processes.php:118
11379 #: templates/server/user_groups/user_listings.twig:9
11380 msgid "User"
11381 msgstr ""
11383 #: libraries/classes/Server/Privileges.php:2982
11384 msgid ""
11385 "A user account allowing any user from localhost to connect is present. This "
11386 "will prevent other users from connecting if the host part of their account "
11387 "allows a connection from any (%) host."
11388 msgstr ""
11390 #: libraries/classes/Server/Privileges.php:3016
11391 #, php-format
11392 msgid ""
11393 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11394 "tables. The content of these tables may differ from the privileges the "
11395 "server uses, if they have been changed manually. In this case, you should "
11396 "%sreload the privileges%s before you continue."
11397 msgstr ""
11399 #: libraries/classes/Server/Privileges.php:3032
11400 msgid ""
11401 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11402 "tables. The content of these tables may differ from the privileges the "
11403 "server uses, if they have been changed manually. In this case, the "
11404 "privileges have to be reloaded but currently, you don't have the RELOAD "
11405 "privilege."
11406 msgstr ""
11408 #: libraries/classes/Server/Privileges.php:3346
11409 msgid "You have added a new user."
11410 msgstr ""
11412 #: libraries/classes/Server/Status/Data.php:146
11413 #: libraries/classes/Server/Status/Processes.php:146
11414 #: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:20
11415 msgid "SQL query"
11416 msgstr ""
11418 #: libraries/classes/Server/Status/Data.php:149
11419 msgid "Handler"
11420 msgstr ""
11422 #: libraries/classes/Server/Status/Data.php:150
11423 msgid "Query cache"
11424 msgstr ""
11426 #: libraries/classes/Server/Status/Data.php:151
11427 msgid "Threads"
11428 msgstr ""
11430 #: libraries/classes/Server/Status/Data.php:153
11431 msgid "Temporary data"
11432 msgstr ""
11434 #: libraries/classes/Server/Status/Data.php:154
11435 msgid "Delayed inserts"
11436 msgstr ""
11438 #: libraries/classes/Server/Status/Data.php:155
11439 msgid "Key cache"
11440 msgstr ""
11442 #: libraries/classes/Server/Status/Data.php:156
11443 msgid "Joins"
11444 msgstr ""
11446 #: libraries/classes/Server/Status/Data.php:158
11447 msgid "Sorting"
11448 msgstr ""
11450 #: libraries/classes/Server/Status/Data.php:160
11451 msgid "Transaction coordinator"
11452 msgstr ""
11454 #: libraries/classes/Server/Status/Data.php:161
11455 #: templates/server/binlog/index.twig:27
11456 msgid "Files"
11457 msgstr ""
11459 #: libraries/classes/Server/Status/Data.php:180
11460 msgid "Flush (close) all tables"
11461 msgstr ""
11463 #: libraries/classes/Server/Status/Data.php:184
11464 msgid "Show open tables"
11465 msgstr ""
11467 #: libraries/classes/Server/Status/Data.php:193
11468 msgid "Show replica hosts"
11469 msgstr ""
11471 #: libraries/classes/Server/Status/Data.php:200
11472 #: templates/server/replication/primary_replication.twig:9
11473 msgid "Show primary status"
11474 msgstr ""
11476 #: libraries/classes/Server/Status/Data.php:207
11477 msgid "Show replica status"
11478 msgstr ""
11480 #: libraries/classes/Server/Status/Data.php:215
11481 msgid "Flush query cache"
11482 msgstr ""
11484 #: libraries/classes/Server/Status/Processes.php:114
11485 msgid "ID"
11486 msgstr ""
11488 #: libraries/classes/Server/Status/Processes.php:122
11489 #: templates/server/replication/primary_add_replica_user.twig:32
11490 #: templates/server/replication/primary_add_replica_user.twig:43
11491 #: templates/server/replication/primary_replication.twig:25
11492 msgid "Host"
11493 msgstr ""
11495 #: libraries/classes/Server/Status/Processes.php:130
11496 msgid "Command"
11497 msgstr ""
11499 #: libraries/classes/Server/Status/Processes.php:142
11500 msgid "Progress"
11501 msgstr ""
11503 #: libraries/classes/Setup/Index.php:130
11504 msgid ""
11505 "Reading of version failed. Maybe you're offline or the upgrade server does "
11506 "not respond."
11507 msgstr ""
11509 #: libraries/classes/Setup/Index.php:152
11510 msgid "Got invalid version string from server"
11511 msgstr ""
11513 #: libraries/classes/Setup/Index.php:164
11514 msgid "Unparsable version string"
11515 msgstr ""
11517 #: libraries/classes/Setup/Index.php:186
11518 #, php-format
11519 msgid ""
11520 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
11521 "version is %s, released on %s."
11522 msgstr ""
11524 #: libraries/classes/Setup/Index.php:194
11525 msgid "No newer stable version is available"
11526 msgstr ""
11528 #: libraries/classes/Sql.php:497
11529 #, php-format
11530 msgid "Using bookmark \"%s\" as default browse query."
11531 msgstr ""
11533 #: libraries/classes/Sql.php:961
11534 msgid "Showing as PHP code"
11535 msgstr ""
11537 #: libraries/classes/Sql.php:1337
11538 #, php-format
11539 msgid ""
11540 "Current selection does not contain a unique column. Grid edit, checkbox, "
11541 "Edit, Copy and Delete features are not available. %s"
11542 msgstr ""
11544 #: libraries/classes/Sql.php:1351
11545 #, php-format
11546 msgid ""
11547 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
11548 "and Delete features may result in undesired behavior. %s"
11549 msgstr ""
11551 #: libraries/classes/SqlQueryForm.php:149
11552 #, php-format
11553 msgid "Run SQL query/queries on server “%s”"
11554 msgstr ""
11556 #: libraries/classes/SqlQueryForm.php:165
11557 #, php-format
11558 msgid "Run SQL query/queries on database %s"
11559 msgstr ""
11561 #: libraries/classes/SqlQueryForm.php:180
11562 #, php-format
11563 msgid "Run SQL query/queries on table %s"
11564 msgstr ""
11566 #: libraries/classes/StorageEngine.php:368
11567 msgid ""
11568 "There is no detailed status information available for this storage engine."
11569 msgstr ""
11571 #: libraries/classes/StorageEngine.php:470
11572 #: templates/database/structure/body_for_table_summary.twig:46
11573 #, php-format
11574 msgid "%s is the default storage engine on this MySQL server."
11575 msgstr ""
11577 #: libraries/classes/StorageEngine.php:473
11578 #, php-format
11579 msgid "%s is available on this MySQL server."
11580 msgstr ""
11582 #: libraries/classes/StorageEngine.php:476
11583 #, php-format
11584 msgid "%s has been disabled for this MySQL server."
11585 msgstr ""
11587 #: libraries/classes/StorageEngine.php:480
11588 #, php-format
11589 msgid "This MySQL server does not support the %s storage engine."
11590 msgstr ""
11592 #: libraries/classes/Table/Indexes.php:58 libraries/classes/Table.php:2101
11593 msgid "The name of the primary key must be \"PRIMARY\"!"
11594 msgstr ""
11596 #: libraries/classes/Table/Maintenance.php:122
11597 #, php-format
11598 msgid "Problems with indexes of table `%s`"
11599 msgstr ""
11601 #: libraries/classes/Table.php:348
11602 msgid "Unknown table status:"
11603 msgstr ""
11605 #: libraries/classes/Table.php:1006
11606 #, php-format
11607 msgid "Source database `%s` was not found!"
11608 msgstr ""
11610 #: libraries/classes/Table.php:1015
11611 #, php-format
11612 msgid "Target database `%s` was not found!"
11613 msgstr ""
11615 #: libraries/classes/Table.php:1473
11616 msgid "Invalid database:"
11617 msgstr ""
11619 #: libraries/classes/Table.php:1491
11620 msgid "Invalid table name:"
11621 msgstr ""
11623 #: libraries/classes/Table.php:1531
11624 #, php-format
11625 msgid "Failed to rename table %1$s to %2$s!"
11626 msgstr ""
11628 #: libraries/classes/Table.php:1548
11629 #, php-format
11630 msgid "Table %1$s has been renamed to %2$s."
11631 msgstr ""
11633 #: libraries/classes/Table.php:1793
11634 msgid "Could not save table UI preferences!"
11635 msgstr ""
11637 #: libraries/classes/Table.php:1819
11638 #, php-format
11639 msgid ""
11640 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
11641 "['MaxTableUiprefs'] %s)"
11642 msgstr ""
11644 #: libraries/classes/Table.php:1954
11645 #, php-format
11646 msgid ""
11647 "Cannot save UI property \"%s\". The changes made will not be persistent "
11648 "after you refresh this page. Please check if the table structure has been "
11649 "changed."
11650 msgstr ""
11652 #: libraries/classes/Table.php:2113
11653 msgid "Can't rename index to PRIMARY!"
11654 msgstr ""
11656 #: libraries/classes/Table.php:2139
11657 msgid "No index parts defined!"
11658 msgstr ""
11660 #: libraries/classes/Table.php:2435
11661 #, php-format
11662 msgid "Error creating foreign key on %1$s (check data types)"
11663 msgstr ""
11665 #: libraries/classes/Template.php:135
11666 #, php-format
11667 msgid "Error while working with template cache: %s"
11668 msgstr ""
11670 #: libraries/classes/ThemeManager.php:83
11671 #, php-format
11672 msgid "Default theme %s not found!"
11673 msgstr ""
11675 #: libraries/classes/ThemeManager.php:142
11676 #, php-format
11677 msgid "Theme %s not found!"
11678 msgstr ""
11680 #: libraries/classes/Theme.php:168
11681 #, php-format
11682 msgid "No valid image path for theme %s found!"
11683 msgstr ""
11685 #: libraries/classes/Tracking.php:236
11686 #: templates/database/tracking/tables.twig:115
11687 #: templates/table/tracking/main.twig:73
11688 msgid "Tracking report"
11689 msgstr ""
11691 #: libraries/classes/Tracking.php:240
11692 msgid "Tracking statements"
11693 msgstr ""
11695 #: libraries/classes/Tracking.php:255
11696 msgid "Delete tracking data row from report"
11697 msgstr ""
11699 #: libraries/classes/Tracking.php:267
11700 msgid "No data"
11701 msgstr ""
11703 #: libraries/classes/Tracking.php:312
11704 #: templates/database/operations/index.twig:131
11705 #: templates/database/structure/copy_form.twig:19
11706 #: templates/table/operations/index.twig:275
11707 msgid "Structure only"
11708 msgstr ""
11710 #: libraries/classes/Tracking.php:315
11711 #: templates/database/operations/index.twig:143
11712 #: templates/database/structure/copy_form.twig:29
11713 #: templates/table/operations/index.twig:287
11714 msgid "Data only"
11715 msgstr ""
11717 #: libraries/classes/Tracking.php:318
11718 #: templates/database/operations/index.twig:137
11719 #: templates/database/structure/copy_form.twig:24
11720 #: templates/table/operations/index.twig:281
11721 msgid "Structure and data"
11722 msgstr ""
11724 #: libraries/classes/Tracking.php:383 libraries/classes/Tracking.php:451
11725 #, php-format
11726 msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
11727 msgstr ""
11729 #: libraries/classes/Tracking.php:472
11730 msgid "SQL dump (file download)"
11731 msgstr ""
11733 #: libraries/classes/Tracking.php:474
11734 msgid "SQL dump"
11735 msgstr ""
11737 #: libraries/classes/Tracking.php:477
11738 msgid "This option will replace your table and contained data."
11739 msgstr ""
11741 #: libraries/classes/Tracking.php:479
11742 msgid "SQL execution"
11743 msgstr ""
11745 #: libraries/classes/Tracking.php:483
11746 #, php-format
11747 msgid "Export as %s"
11748 msgstr ""
11750 #: libraries/classes/Tracking.php:521
11751 msgid "Data manipulation statement"
11752 msgstr ""
11754 #: libraries/classes/Tracking.php:557
11755 msgid "Data definition statement"
11756 msgstr ""
11758 #: libraries/classes/Tracking.php:640
11759 #: templates/database/tracking/tables.twig:126
11760 #: templates/table/tracking/main.twig:80
11761 msgid "Structure snapshot"
11762 msgstr ""
11764 #: libraries/classes/Tracking.php:658
11765 #, php-format
11766 msgid "Version %s snapshot (SQL code)"
11767 msgstr ""
11769 #: libraries/classes/Tracking.php:728
11770 msgid "Tracking data definition successfully deleted"
11771 msgstr ""
11773 #: libraries/classes/Tracking.php:740
11774 msgid "Tracking data manipulation successfully deleted"
11775 msgstr ""
11777 #: libraries/classes/Tracking.php:797
11778 msgid ""
11779 "You can execute the dump by creating and using a temporary database. Please "
11780 "ensure that you have the privileges to do so."
11781 msgstr ""
11783 #: libraries/classes/Tracking.php:801
11784 msgid "Comment out these two lines if you do not need them."
11785 msgstr ""
11787 #: libraries/classes/Tracking.php:812
11788 msgid "SQL statements exported. Please copy the dump or execute it."
11789 msgstr ""
11791 #: libraries/classes/Tracking.php:845
11792 #, php-format
11793 msgid "Tracking report for table `%s`"
11794 msgstr ""
11796 #: libraries/classes/Tracking.php:877
11797 #, php-format
11798 msgid "Tracking for %1$s was activated at version %2$s."
11799 msgstr ""
11801 #: libraries/classes/Tracking.php:880
11802 #, php-format
11803 msgid "Tracking for %1$s was deactivated at version %2$s."
11804 msgstr ""
11806 #: libraries/classes/Tracking.php:979
11807 #, php-format
11808 msgid "Version %1$s of %2$s was deleted."
11809 msgstr ""
11811 #: libraries/classes/Tracking.php:1010
11812 #, php-format
11813 msgid "Version %1$s was created, tracking for %2$s is active."
11814 msgstr ""
11816 #: libraries/classes/Types.php:207
11817 msgid ""
11818 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
11819 msgstr ""
11821 #: libraries/classes/Types.php:210
11822 msgid ""
11823 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
11824 "65,535"
11825 msgstr ""
11827 #: libraries/classes/Types.php:214
11828 msgid ""
11829 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
11830 "0 to 16,777,215"
11831 msgstr ""
11833 #: libraries/classes/Types.php:219
11834 msgid ""
11835 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
11836 "range is 0 to 4,294,967,295"
11837 msgstr ""
11839 #: libraries/classes/Types.php:226
11840 msgid ""
11841 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
11842 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
11843 msgstr ""
11845 #: libraries/classes/Types.php:233
11846 msgid ""
11847 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
11848 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
11849 msgstr ""
11851 #: libraries/classes/Types.php:240
11852 msgid ""
11853 "A small floating-point number, allowable values are -3.402823466E+38 to "
11854 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
11855 msgstr ""
11857 #: libraries/classes/Types.php:247
11858 msgid ""
11859 "A double-precision floating-point number, allowable values are "
11860 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
11861 "2.2250738585072014E-308 to 1.7976931348623157E+308"
11862 msgstr ""
11864 #: libraries/classes/Types.php:253
11865 msgid ""
11866 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
11867 "FLOAT)"
11868 msgstr ""
11870 #: libraries/classes/Types.php:256
11871 msgid ""
11872 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
11873 "64)"
11874 msgstr ""
11876 #: libraries/classes/Types.php:260
11877 msgid ""
11878 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
11879 "values are considered true"
11880 msgstr ""
11882 #: libraries/classes/Types.php:264
11883 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
11884 msgstr ""
11886 #: libraries/classes/Types.php:268
11887 #, php-format
11888 msgid "A date, supported range is %1$s to %2$s"
11889 msgstr ""
11891 #: libraries/classes/Types.php:275
11892 #, php-format
11893 msgid "A date and time combination, supported range is %1$s to %2$s"
11894 msgstr ""
11896 #: libraries/classes/Types.php:282
11897 msgid ""
11898 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
11899 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
11900 msgstr ""
11902 #: libraries/classes/Types.php:289
11903 #, php-format
11904 msgid "A time, range is %1$s to %2$s"
11905 msgstr ""
11907 #: libraries/classes/Types.php:296
11908 msgid ""
11909 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
11910 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
11911 msgstr ""
11913 #: libraries/classes/Types.php:303
11914 msgid ""
11915 "A fixed-length (0-255, default 1) string that is always right-padded with "
11916 "spaces to the specified length when stored"
11917 msgstr ""
11919 #: libraries/classes/Types.php:310
11920 #, php-format
11921 msgid ""
11922 "A variable-length (%s) string, the effective maximum length is subject to "
11923 "the maximum row size"
11924 msgstr ""
11926 #: libraries/classes/Types.php:317
11927 msgid ""
11928 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
11929 "a one-byte prefix indicating the length of the value in bytes"
11930 msgstr ""
11932 #: libraries/classes/Types.php:324
11933 msgid ""
11934 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
11935 "with a two-byte prefix indicating the length of the value in bytes"
11936 msgstr ""
11938 #: libraries/classes/Types.php:331
11939 msgid ""
11940 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
11941 "stored with a three-byte prefix indicating the length of the value in bytes"
11942 msgstr ""
11944 #: libraries/classes/Types.php:338
11945 msgid ""
11946 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
11947 "characters, stored with a four-byte prefix indicating the length of the "
11948 "value in bytes"
11949 msgstr ""
11951 #: libraries/classes/Types.php:345
11952 msgid ""
11953 "Similar to the CHAR type, but stores binary byte strings rather than non-"
11954 "binary character strings"
11955 msgstr ""
11957 #: libraries/classes/Types.php:350
11958 msgid ""
11959 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
11960 "binary character strings"
11961 msgstr ""
11963 #: libraries/classes/Types.php:356
11964 msgid ""
11965 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
11966 "one-byte prefix indicating the length of the value"
11967 msgstr ""
11969 #: libraries/classes/Types.php:362
11970 msgid ""
11971 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
11972 "with a three-byte prefix indicating the length of the value"
11973 msgstr ""
11975 #: libraries/classes/Types.php:369
11976 msgid ""
11977 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
11978 "a two-byte prefix indicating the length of the value"
11979 msgstr ""
11981 #: libraries/classes/Types.php:375
11982 msgid ""
11983 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
11984 "bytes, stored with a four-byte prefix indicating the length of the value"
11985 msgstr ""
11987 #: libraries/classes/Types.php:382
11988 msgid ""
11989 "An enumeration, chosen from the list of up to 65,535 values or the special "
11990 "'' error value"
11991 msgstr ""
11993 #: libraries/classes/Types.php:386
11994 msgid "A single value chosen from a set of up to 64 members"
11995 msgstr ""
11997 #: libraries/classes/Types.php:389
11998 msgid "A type that can store a geometry of any type"
11999 msgstr ""
12001 #: libraries/classes/Types.php:392
12002 msgid "A point in 2-dimensional space"
12003 msgstr ""
12005 #: libraries/classes/Types.php:395
12006 msgid "A curve with linear interpolation between points"
12007 msgstr ""
12009 #: libraries/classes/Types.php:398
12010 msgid "A polygon"
12011 msgstr ""
12013 #: libraries/classes/Types.php:401
12014 msgid "A collection of points"
12015 msgstr ""
12017 #: libraries/classes/Types.php:404
12018 msgid "A collection of curves with linear interpolation between points"
12019 msgstr ""
12021 #: libraries/classes/Types.php:407
12022 msgid "A collection of polygons"
12023 msgstr ""
12025 #: libraries/classes/Types.php:410
12026 msgid "A collection of geometry objects of any type"
12027 msgstr ""
12029 #: libraries/classes/Types.php:413
12030 msgid ""
12031 "Stores and enables efficient access to data in JSON (JavaScript Object "
12032 "Notation) documents"
12033 msgstr ""
12035 #: libraries/classes/Types.php:416
12036 msgid ""
12037 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
12038 "conventional mapping of IPv4 addresses into IPv6 addresses"
12039 msgstr ""
12041 #: libraries/classes/Types.php:746
12042 msgctxt "numeric types"
12043 msgid "Numeric"
12044 msgstr ""
12046 #: libraries/classes/Types.php:764
12047 msgctxt "date and time types"
12048 msgid "Date and time"
12049 msgstr ""
12051 #: libraries/classes/Types.php:800
12052 msgctxt "spatial types"
12053 msgid "Spatial"
12054 msgstr ""
12056 #: libraries/classes/UrlRedirector.php:55
12057 msgid "Taking you to the target site."
12058 msgstr ""
12060 #: libraries/classes/UserPassword.php:38
12061 msgid "The profile has been updated."
12062 msgstr ""
12064 #: libraries/classes/UserPassword.php:50
12065 msgid "Password is too long!"
12066 msgstr ""
12068 #: libraries/classes/UserPreferences.php:173
12069 msgid "Could not save configuration"
12070 msgstr ""
12072 #: libraries/classes/UserPreferences.php:184
12073 msgid "The phpMyAdmin configuration storage database could not be accessed."
12074 msgstr ""
12076 #: libraries/classes/Util.php:131
12077 #, php-format
12078 msgid "Max: %s%s"
12079 msgstr ""
12081 #. l10n: Short month name
12082 #. l10n: Short month name for January
12083 #: libraries/classes/Util.php:664 templates/javascript/variables.twig:34
12084 msgid "Jan"
12085 msgstr ""
12087 #. l10n: Short month name
12088 #. l10n: Short month name for February
12089 #: libraries/classes/Util.php:666 templates/javascript/variables.twig:35
12090 msgid "Feb"
12091 msgstr ""
12093 #. l10n: Short month name
12094 #. l10n: Short month name for March
12095 #: libraries/classes/Util.php:668 templates/javascript/variables.twig:36
12096 msgid "Mar"
12097 msgstr ""
12099 #. l10n: Short month name
12100 #. l10n: Short month name for April
12101 #: libraries/classes/Util.php:670 templates/javascript/variables.twig:37
12102 msgid "Apr"
12103 msgstr ""
12105 #. l10n: Short month name
12106 #: libraries/classes/Util.php:672
12107 msgctxt "Short month name"
12108 msgid "May"
12109 msgstr ""
12111 #. l10n: Short month name
12112 #. l10n: Short month name for June
12113 #: libraries/classes/Util.php:674 templates/javascript/variables.twig:39
12114 msgid "Jun"
12115 msgstr ""
12117 #. l10n: Short month name
12118 #. l10n: Short month name for July
12119 #: libraries/classes/Util.php:676 templates/javascript/variables.twig:40
12120 msgid "Jul"
12121 msgstr ""
12123 #. l10n: Short month name
12124 #. l10n: Short month name for August
12125 #: libraries/classes/Util.php:678 templates/javascript/variables.twig:41
12126 msgid "Aug"
12127 msgstr ""
12129 #. l10n: Short month name
12130 #. l10n: Short month name for September
12131 #: libraries/classes/Util.php:680 templates/javascript/variables.twig:42
12132 msgid "Sep"
12133 msgstr ""
12135 #. l10n: Short month name
12136 #. l10n: Short month name for October
12137 #: libraries/classes/Util.php:682 templates/javascript/variables.twig:43
12138 msgid "Oct"
12139 msgstr ""
12141 #. l10n: Short month name
12142 #. l10n: Short month name for November
12143 #: libraries/classes/Util.php:684 templates/javascript/variables.twig:44
12144 msgid "Nov"
12145 msgstr ""
12147 #. l10n: Short month name
12148 #. l10n: Short month name for December
12149 #: libraries/classes/Util.php:686 templates/javascript/variables.twig:45
12150 msgid "Dec"
12151 msgstr ""
12153 #. l10n: Short week day name for Sunday
12154 #: libraries/classes/Util.php:690
12155 msgctxt "Short week day name for Sunday"
12156 msgid "Sun"
12157 msgstr ""
12159 #. l10n: Short week day name for Monday
12160 #: libraries/classes/Util.php:692 templates/javascript/variables.twig:58
12161 msgid "Mon"
12162 msgstr ""
12164 #. l10n: Short week day name for Tuesday
12165 #: libraries/classes/Util.php:694 templates/javascript/variables.twig:59
12166 msgid "Tue"
12167 msgstr ""
12169 #. l10n: Short week day name for Wednesday
12170 #: libraries/classes/Util.php:696 templates/javascript/variables.twig:60
12171 msgid "Wed"
12172 msgstr ""
12174 #. l10n: Short week day name for Thursday
12175 #: libraries/classes/Util.php:698 templates/javascript/variables.twig:61
12176 msgid "Thu"
12177 msgstr ""
12179 #. l10n: Short week day name for Friday
12180 #: libraries/classes/Util.php:700 templates/javascript/variables.twig:62
12181 msgid "Fri"
12182 msgstr ""
12184 #. l10n: Short week day name for Saturday
12185 #: libraries/classes/Util.php:702 templates/javascript/variables.twig:63
12186 msgid "Sat"
12187 msgstr ""
12189 #: libraries/classes/Util.php:728
12190 msgctxt "AM/PM indication in time"
12191 msgid "PM"
12192 msgstr ""
12194 #: libraries/classes/Util.php:730
12195 msgctxt "AM/PM indication in time"
12196 msgid "AM"
12197 msgstr ""
12199 #: libraries/classes/Util.php:801
12200 #, php-format
12201 msgid "%s days, %s hours, %s minutes and %s seconds"
12202 msgstr ""
12204 #: libraries/classes/Util.php:1947
12205 msgid "Users"
12206 msgstr ""
12208 #: libraries/classes/Util.php:2559
12209 #: templates/database/multi_table_query/form.twig:67
12210 msgid "Sort"
12211 msgstr ""
12213 #: libraries/classes/ZipExtension.php:73 libraries/classes/ZipExtension.php:119
12214 msgid "Error in ZIP archive:"
12215 msgstr ""
12217 #: libraries/classes/ZipExtension.php:83
12218 msgid "No files found inside ZIP archive!"
12219 msgstr ""
12221 #: libraries/config.values.php:88 libraries/config.values.php:126
12222 #: libraries/config.values.php:138
12223 msgid "Icons"
12224 msgstr ""
12226 #: libraries/config.values.php:89 libraries/config.values.php:127
12227 #: libraries/config.values.php:139
12228 #: templates/database/multi_table_query/form.twig:118
12229 msgid "Text"
12230 msgstr ""
12232 #: libraries/config.values.php:90 libraries/config.values.php:108
12233 #: libraries/config.values.php:128 libraries/config.values.php:140
12234 msgid "Both"
12235 msgstr ""
12237 #: libraries/config.values.php:105
12238 msgid "Nowhere"
12239 msgstr ""
12241 #: libraries/config.values.php:106
12242 msgid "Left"
12243 msgstr ""
12245 #: libraries/config.values.php:107
12246 msgid "Right"
12247 msgstr ""
12249 #: libraries/config.values.php:143
12250 msgid "Click"
12251 msgstr ""
12253 #: libraries/config.values.php:144
12254 msgid "Double click"
12255 msgstr ""
12257 #: libraries/config.values.php:145 libraries/config.values.php:188
12258 #: templates/config/form_display/input.twig:16
12259 #: templates/relation/check_relations.twig:15
12260 #: templates/relation/check_relations.twig:66
12261 #: templates/relation/check_relations.twig:91
12262 #: templates/relation/check_relations.twig:129
12263 #: templates/relation/check_relations.twig:154
12264 #: templates/relation/check_relations.twig:164
12265 #: templates/relation/check_relations.twig:199
12266 #: templates/relation/check_relations.twig:224
12267 #: templates/relation/check_relations.twig:249
12268 #: templates/relation/check_relations.twig:274
12269 #: templates/relation/check_relations.twig:299
12270 #: templates/relation/check_relations.twig:324
12271 #: templates/relation/check_relations.twig:349
12272 #: templates/relation/check_relations.twig:387
12273 #: templates/relation/check_relations.twig:412
12274 #: templates/relation/check_relations.twig:437
12275 #: templates/relation/check_relations.twig:462
12276 #: templates/relation/check_relations.twig:487
12277 #: templates/relation/check_relations.twig:512
12278 msgid "Disabled"
12279 msgstr ""
12281 #: libraries/config.values.php:148
12282 msgid "key"
12283 msgstr ""
12285 #: libraries/config.values.php:149
12286 msgid "display column"
12287 msgstr ""
12289 #: libraries/config.values.php:153
12290 msgid "Welcome"
12291 msgstr ""
12293 #: libraries/config.values.php:186
12294 msgid "Open"
12295 msgstr ""
12297 #: libraries/config.values.php:187
12298 msgid "Closed"
12299 msgstr ""
12301 #: libraries/config.values.php:191 templates/javascript/variables.twig:49
12302 msgid "Monday"
12303 msgstr ""
12305 #: libraries/config.values.php:192 templates/javascript/variables.twig:50
12306 msgid "Tuesday"
12307 msgstr ""
12309 #: libraries/config.values.php:193 templates/javascript/variables.twig:51
12310 msgid "Wednesday"
12311 msgstr ""
12313 #: libraries/config.values.php:194 templates/javascript/variables.twig:52
12314 msgid "Thursday"
12315 msgstr ""
12317 #: libraries/config.values.php:195 templates/javascript/variables.twig:53
12318 msgid "Friday"
12319 msgstr ""
12321 #: libraries/config.values.php:196 templates/javascript/variables.twig:54
12322 msgid "Saturday"
12323 msgstr ""
12325 #: libraries/config.values.php:197 templates/javascript/variables.twig:48
12326 msgid "Sunday"
12327 msgstr ""
12329 #: libraries/config.values.php:200
12330 msgid "Ask before sending error reports"
12331 msgstr ""
12333 #: libraries/config.values.php:201
12334 msgid "Always send error reports"
12335 msgstr ""
12337 #: libraries/config.values.php:202
12338 msgid "Never send error reports"
12339 msgstr ""
12341 #: libraries/config.values.php:205
12342 msgid "Server default"
12343 msgstr ""
12345 #: libraries/config.values.php:206
12346 msgid "Enable"
12347 msgstr ""
12349 #: libraries/config.values.php:207
12350 msgid "Disable"
12351 msgstr ""
12353 #: libraries/config.values.php:259
12354 msgid "Quick - display only the minimal options to configure"
12355 msgstr ""
12357 #: libraries/config.values.php:260
12358 msgid "Custom - display all possible options to configure"
12359 msgstr ""
12361 #: libraries/config.values.php:261
12362 msgid "Custom - like above, but without the quick/custom choice"
12363 msgstr ""
12365 #: libraries/config.values.php:328
12366 msgid "complete inserts"
12367 msgstr ""
12369 #: libraries/config.values.php:329
12370 msgid "extended inserts"
12371 msgstr ""
12373 #: libraries/config.values.php:330
12374 msgid "both of the above"
12375 msgstr ""
12377 #: libraries/config.values.php:331
12378 msgid "neither of the above"
12379 msgstr ""
12381 #: setup/index.php:32
12382 msgid "Configuration already exists, setup is disabled!"
12383 msgstr ""
12385 #: setup/validate.php:31
12386 msgid "Wrong data"
12387 msgstr ""
12389 #: setup/validate.php:38
12390 #, php-format
12391 msgid "Wrong data or no validation for %s"
12392 msgstr ""
12394 #: templates/columns_definitions/column_attributes.twig:31
12395 #: templates/database/central_columns/edit_table_row.twig:23
12396 #: templates/database/central_columns/main.twig:71
12397 #: templates/database/central_columns/main.twig:298
12398 msgid "Edit ENUM/SET values"
12399 msgstr ""
12401 #: templates/columns_definitions/column_attributes.twig:38
12402 #: templates/database/central_columns/edit_table_row.twig:30
12403 #: templates/database/central_columns/main.twig:76
12404 #: templates/database/central_columns/main.twig:309
12405 msgctxt "for default"
12406 msgid "None"
12407 msgstr ""
12409 #: templates/columns_definitions/column_attributes.twig:41
12410 #: templates/database/central_columns/edit_table_row.twig:33
12411 #: templates/database/central_columns/main.twig:77
12412 #: templates/database/central_columns/main.twig:312
12413 msgid "As defined:"
12414 msgstr ""
12416 #: templates/columns_definitions/column_attributes.twig:97
12417 msgid ""
12418 "You don't have sufficient privileges to perform this operation; Please refer "
12419 "to the documentation for more details"
12420 msgstr ""
12422 #: templates/columns_definitions/column_attributes.twig:111
12423 #: templates/database/data_dictionary/index.twig:75 templates/indexes.twig:18
12424 #: templates/table/structure/display_structure.twig:152
12425 #: templates/table/structure/display_structure.twig:160
12426 #: templates/table/structure/display_structure.twig:298
12427 #: templates/table/structure/display_structure.twig:460
12428 #: templates/table/tracking/structure_snapshot_indexes.twig:7
12429 msgid "Unique"
12430 msgstr ""
12432 #: templates/columns_definitions/column_attributes.twig:119
12433 #: templates/table/structure/display_structure.twig:219
12434 #: templates/table/structure/display_structure.twig:222
12435 #: templates/table/structure/display_structure.twig:307
12436 msgid "Fulltext"
12437 msgstr ""
12439 #: templates/columns_definitions/column_attributes.twig:123
12440 #: templates/table/structure/display_structure.twig:192
12441 #: templates/table/structure/display_structure.twig:200
12442 #: templates/table/structure/display_structure.twig:304
12443 msgid "Spatial"
12444 msgstr ""
12446 #: templates/columns_definitions/column_attributes.twig:156
12447 #: templates/table/structure/display_partitions.twig:26
12448 msgid "Expression"
12449 msgstr ""
12451 #: templates/columns_definitions/column_attributes.twig:177
12452 msgid "first"
12453 msgstr ""
12455 #: templates/columns_definitions/column_attributes.twig:182
12456 #: templates/table/structure/display_structure.twig:433
12457 #, php-format
12458 msgid "after %s"
12459 msgstr ""
12461 #: templates/columns_definitions/column_definitions_form.twig:23
12462 #: templates/database/create_table.twig:6
12463 #: templates/database/operations/index.twig:30
12464 msgid "Table name"
12465 msgstr ""
12467 #: templates/columns_definitions/column_definitions_form.twig:32
12468 #: templates/console/display.twig:99
12469 #: templates/database/central_columns/main.twig:196 templates/export.twig:285
12470 #: templates/export.twig:301 templates/export.twig:317
12471 msgid "Add"
12472 msgstr ""
12474 #: templates/columns_definitions/column_definitions_form.twig:40
12475 msgid "column(s)"
12476 msgstr ""
12478 #: templates/columns_definitions/column_definitions_form.twig:74
12479 msgid "Collation:"
12480 msgstr ""
12482 #: templates/columns_definitions/column_definitions_form.twig:77
12483 msgid "Storage Engine:"
12484 msgstr ""
12486 #: templates/columns_definitions/column_definitions_form.twig:82
12487 msgid "Connection:"
12488 msgstr ""
12490 #: templates/columns_definitions/column_definitions_form.twig:113
12491 #: templates/columns_definitions/partitions.twig:137
12492 #: templates/table/operations/index.twig:133
12493 msgid "Storage engine"
12494 msgstr ""
12496 #: templates/columns_definitions/column_definitions_form.twig:136
12497 msgid "PARTITION definition:"
12498 msgstr ""
12500 #: templates/columns_definitions/column_definitions_form.twig:154
12501 msgctxt "Online transaction part of the SQL DDL for InnoDB"
12502 msgid "Online transaction"
12503 msgstr ""
12505 #: templates/columns_definitions/column_definitions_form.twig:166
12506 msgid ""
12507 "The column width of integer types is ignored in your MySQL version unless "
12508 "defining a TINYINT(1) column"
12509 msgstr ""
12511 #: templates/columns_definitions/column_definitions_form.twig:175
12512 #: templates/database/designer/main.twig:1097
12513 #: templates/database/designer/main.twig:1112 templates/export_modal.twig:5
12514 #: templates/export.twig:81 templates/modals/build_query.twig:5
12515 #: templates/modals/index_dialog_modal.twig:5
12516 #: templates/modals/preview_sql_confirmation.twig:5
12517 #: templates/modals/preview_sql_modal.twig:5
12518 #: templates/table/insert/actions_panel.twig:46
12519 #: templates/table/relation/common_form.twig:233
12520 #: templates/table/zoom_search/result_form.twig:26
12521 #: templates/table/zoom_search/result_form.twig:95
12522 msgid "Loading"
12523 msgstr ""
12525 #: templates/columns_definitions/column_name.twig:4
12526 #, php-format
12527 msgid "Referenced by %s."
12528 msgstr ""
12530 #: templates/columns_definitions/column_name.twig:12
12531 msgid "Is a foreign key."
12532 msgstr ""
12534 #: templates/columns_definitions/column_name.twig:39
12535 msgid "Pick from Central Columns"
12536 msgstr ""
12538 #: templates/columns_definitions/partitions.twig:17
12539 msgid "Partition by:"
12540 msgstr ""
12542 #: templates/columns_definitions/partitions.twig:32
12543 #: templates/columns_definitions/partitions.twig:60
12544 msgid "Expression or column list"
12545 msgstr ""
12547 #: templates/columns_definitions/partitions.twig:37
12548 msgid "Partitions:"
12549 msgstr ""
12551 #: templates/columns_definitions/partitions.twig:45
12552 msgid "Subpartition by:"
12553 msgstr ""
12555 #: templates/columns_definitions/partitions.twig:65
12556 msgid "Subpartitions:"
12557 msgstr ""
12559 #: templates/columns_definitions/partitions.twig:76
12560 #: templates/table/operations/index.twig:480
12561 #: templates/table/structure/display_partitions.twig:24
12562 msgid "Partition"
12563 msgstr ""
12565 #: templates/columns_definitions/partitions.twig:78
12566 msgid "Values"
12567 msgstr ""
12569 #: templates/columns_definitions/partitions.twig:82
12570 msgid "Subpartition"
12571 msgstr ""
12573 #: templates/columns_definitions/partitions.twig:84
12574 msgid "Engine"
12575 msgstr ""
12577 #: templates/columns_definitions/partitions.twig:85
12578 #: templates/config/form_display/input.twig:53
12579 #: templates/database/data_dictionary/index.twig:81
12580 #: templates/database/events/editor_form.twig:102
12581 #: templates/database/routines/editor_form.twig:163
12582 #: templates/database/structure/table_header.twig:46 templates/indexes.twig:24
12583 #: templates/table/structure/display_partitions.twig:31
12584 #: templates/table/structure/display_structure.twig:466
12585 #: templates/table/tracking/structure_snapshot_columns.twig:12
12586 #: templates/table/tracking/structure_snapshot_indexes.twig:13
12587 msgid "Comment"
12588 msgstr ""
12590 #: templates/columns_definitions/partitions.twig:86
12591 msgid "Data directory"
12592 msgstr ""
12594 #: templates/columns_definitions/partitions.twig:87
12595 msgid "Index directory"
12596 msgstr ""
12598 #: templates/columns_definitions/partitions.twig:88
12599 msgid "Max rows"
12600 msgstr ""
12602 #: templates/columns_definitions/partitions.twig:89
12603 msgid "Min rows"
12604 msgstr ""
12606 #: templates/columns_definitions/partitions.twig:90
12607 msgid "Table space"
12608 msgstr ""
12610 #: templates/columns_definitions/partitions.twig:91
12611 msgid "Node group"
12612 msgstr ""
12614 #: templates/columns_definitions/table_fields_definitions.twig:16
12615 #: templates/database/central_columns/edit.twig:10
12616 #: templates/database/routines/editor_form.twig:52
12617 msgid "Length/Values"
12618 msgstr ""
12620 #: templates/columns_definitions/table_fields_definitions.twig:17
12621 msgid ""
12622 "If column type is \"enum\" or \"set\", please enter the values using this "
12623 "format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
12624 "single quote (\"'\") amongst those values, precede it with a backslash (for "
12625 "example '\\\\xyz' or 'a\\'b')."
12626 msgstr ""
12628 #: templates/columns_definitions/table_fields_definitions.twig:21
12629 msgid ""
12630 "For default values, please enter just a single value, without backslash "
12631 "escaping or quotes, using this format: a"
12632 msgstr ""
12634 #: templates/columns_definitions/table_fields_definitions.twig:24
12635 #: templates/database/central_columns/edit.twig:12
12636 #: templates/database/central_columns/main.twig:32
12637 #: templates/database/central_columns/main.twig:236
12638 #: templates/database/data_dictionary/index.twig:79
12639 #: templates/database/operations/index.twig:194
12640 #: templates/database/operations/index.twig:198
12641 #: templates/database/structure/table_header.twig:31
12642 #: templates/home/index.twig:64 templates/indexes.twig:22
12643 #: templates/server/databases/index.twig:29
12644 #: templates/server/databases/index.twig:30
12645 #: templates/server/databases/index.twig:123
12646 #: templates/table/operations/index.twig:151
12647 #: templates/table/search/index.twig:40
12648 #: templates/table/structure/display_structure.twig:23
12649 #: templates/table/structure/display_structure.twig:464
12650 #: templates/table/structure/display_table_stats.twig:108
12651 #: templates/table/tracking/structure_snapshot_columns.twig:8
12652 #: templates/table/tracking/structure_snapshot_indexes.twig:11
12653 #: templates/table/zoom_search/index.twig:38
12654 msgid "Collation"
12655 msgstr ""
12657 #: templates/columns_definitions/table_fields_definitions.twig:36
12658 #: templates/database/operations/index.twig:68
12659 #: templates/database/operations/index.twig:173
12660 #: templates/database/routines/editor_form.twig:124
12661 #: templates/database/structure/copy_form.twig:50
12662 #: templates/table/operations/index.twig:79
12663 #: templates/table/operations/index.twig:115
12664 #: templates/table/operations/index.twig:315
12665 msgid "Adjust privileges"
12666 msgstr ""
12668 #: templates/columns_definitions/table_fields_definitions.twig:59
12669 msgid "Virtuality"
12670 msgstr ""
12672 #: templates/columns_definitions/table_fields_definitions.twig:65
12673 msgid "Move column"
12674 msgstr ""
12676 #: templates/columns_definitions/table_fields_definitions.twig:75
12677 #: templates/columns_definitions/table_fields_definitions.twig:86
12678 msgid "List of available transformations and their options"
12679 msgstr ""
12681 #: templates/columns_definitions/table_fields_definitions.twig:77
12682 #: templates/transformation_overview.twig:18
12683 msgid "Browser display transformation"
12684 msgstr ""
12686 #: templates/columns_definitions/table_fields_definitions.twig:81
12687 msgid "Browser display transformation options"
12688 msgstr ""
12690 #: templates/columns_definitions/table_fields_definitions.twig:82
12691 #: templates/columns_definitions/table_fields_definitions.twig:93
12692 msgid ""
12693 "Please enter the values for transformation options using this format: 'a', "
12694 "100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
12695 "quote (\"'\") amongst those values, precede it with a backslash (for example "
12696 "'\\\\xyz' or 'a\\'b')."
12697 msgstr ""
12699 #: templates/columns_definitions/table_fields_definitions.twig:88
12700 #: templates/transformation_overview.twig:37
12701 msgid "Input transformation"
12702 msgstr ""
12704 #: templates/columns_definitions/table_fields_definitions.twig:92
12705 msgid "Input transformation options"
12706 msgstr ""
12708 #: templates/config/form_display/input.twig:15
12709 msgid "This setting is disabled, it will not be applied to your configuration."
12710 msgstr ""
12712 #: templates/config/form_display/input.twig:57
12713 #: templates/config/form_display/input.twig:58
12714 #, php-format
12715 msgid "Set value: %s"
12716 msgstr ""
12718 #: templates/config/form_display/input.twig:63
12719 #: templates/config/form_display/input.twig:64
12720 msgid "Restore default value"
12721 msgstr ""
12723 #: templates/config/form_display/input.twig:79
12724 #: templates/config/form_display/input.twig:80
12725 msgid "Allow users to customize this value"
12726 msgstr ""
12728 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12729 #: templates/console/display.twig:84 templates/console/display.twig:175
12730 msgid "Collapse"
12731 msgstr ""
12733 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12734 #: templates/console/display.twig:84 templates/console/display.twig:175
12735 msgid "Expand"
12736 msgstr ""
12738 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12739 #: templates/console/display.twig:175
12740 msgid "Requery"
12741 msgstr ""
12743 #: templates/console/display.twig:7 templates/setup/home/index.twig:166
12744 #: templates/sql/query.twig:38
12745 msgid "Clear"
12746 msgstr ""
12748 #: templates/console/display.twig:7
12749 msgid "History"
12750 msgstr ""
12752 #: templates/console/display.twig:11 templates/console/display.twig:99
12753 msgid "Bookmarks"
12754 msgstr ""
12756 #: templates/console/display.twig:20
12757 msgid "Press Ctrl+Enter to execute query"
12758 msgstr ""
12760 #: templates/console/display.twig:23
12761 msgid "Press Enter to execute query"
12762 msgstr ""
12764 #: templates/console/display.twig:31 templates/console/display.twig:175
12765 msgid "Explain"
12766 msgstr ""
12768 #: templates/console/display.twig:40 templates/console/display.twig:184
12769 msgid "Bookmark"
12770 msgstr ""
12772 #: templates/console/display.twig:40 templates/console/display.twig:184
12773 msgid "Query failed"
12774 msgstr ""
12776 #: templates/console/display.twig:42 templates/console/display.twig:184
12777 msgid "Queried time"
12778 msgstr ""
12780 #: templates/console/display.twig:47
12781 msgid "During current session"
12782 msgstr ""
12784 #: templates/console/display.twig:64
12785 msgid "ascending"
12786 msgstr ""
12788 #: templates/console/display.twig:64
12789 msgid "descending"
12790 msgstr ""
12792 #: templates/console/display.twig:64
12793 msgid "Order:"
12794 msgstr ""
12796 #: templates/console/display.twig:64 templates/console/display.twig:84
12797 #: templates/table/find_replace/replace_preview.twig:16
12798 msgid "Count"
12799 msgstr ""
12801 #: templates/console/display.twig:64
12802 msgid "Execution order"
12803 msgstr ""
12805 #: templates/console/display.twig:64 templates/console/display.twig:84
12806 msgid "Time taken"
12807 msgstr ""
12809 #: templates/console/display.twig:64 templates/table/search/index.twig:146
12810 msgid "Order by:"
12811 msgstr ""
12813 #: templates/console/display.twig:64
12814 msgid "Ungroup queries"
12815 msgstr ""
12817 #: templates/console/display.twig:84
12818 msgid "Show trace"
12819 msgstr ""
12821 #: templates/console/display.twig:84
12822 msgid "Hide trace"
12823 msgstr ""
12825 #: templates/console/display.twig:112
12826 msgid "Add bookmark"
12827 msgstr ""
12829 #: templates/console/display.twig:121
12830 msgid "Label"
12831 msgstr ""
12833 #: templates/console/display.twig:124
12834 msgid "Target database"
12835 msgstr ""
12837 #: templates/console/display.twig:127
12838 msgid "Share this bookmark"
12839 msgstr ""
12841 #: templates/console/display.twig:140
12842 msgid "Set default"
12843 msgstr ""
12845 #: templates/console/display.twig:162
12846 msgid ""
12847 "Execute queries on Enter and insert new line with Shift+Enter. To make this "
12848 "permanent, view settings."
12849 msgstr ""
12851 #: templates/create_tracking_version.twig:10
12852 #, php-format
12853 msgid "Create version %1$s of %2$s"
12854 msgstr ""
12856 #: templates/create_tracking_version.twig:15
12857 #, php-format
12858 msgid "Create version %1$s"
12859 msgstr ""
12861 #: templates/create_tracking_version.twig:21
12862 msgid "Track these data definition statements:"
12863 msgstr ""
12865 #: templates/create_tracking_version.twig:60
12866 msgid "Track these data manipulation statements:"
12867 msgstr ""
12869 #: templates/create_tracking_version.twig:77
12870 msgid "Create version"
12871 msgstr ""
12873 #: templates/database/central_columns/edit.twig:15
12874 msgctxt "Auto Increment"
12875 msgid "A_I"
12876 msgstr ""
12878 #: templates/database/central_columns/main.twig:4
12879 msgid "Add new column"
12880 msgstr ""
12882 #: templates/database/central_columns/main.twig:24
12883 #: templates/database/central_columns/main.twig:228
12884 msgid "Length/Value"
12885 msgstr ""
12887 #: templates/database/central_columns/main.twig:36
12888 #: templates/database/central_columns/main.twig:240
12889 msgid "Attribute"
12890 msgstr ""
12892 #: templates/database/central_columns/main.twig:44
12893 #: templates/database/central_columns/main.twig:248
12894 msgid "A_I"
12895 msgstr ""
12897 #: templates/database/central_columns/main.twig:129
12898 msgid "The central list of columns for the current database is empty"
12899 msgstr ""
12901 #: templates/database/central_columns/main.twig:166
12902 #: templates/display/results/table.twig:62
12903 msgid "Filter rows"
12904 msgstr ""
12906 #: templates/database/central_columns/main.twig:167
12907 #: templates/display/results/table.twig:64
12908 msgid "Search this table"
12909 msgstr ""
12911 #: templates/database/central_columns/main.twig:178
12912 #: templates/table/structure/display_structure.twig:418
12913 msgid "Add column"
12914 msgstr ""
12916 #: templates/database/central_columns/main.twig:187
12917 msgid "Select a table"
12918 msgstr ""
12920 #: templates/database/central_columns/main.twig:194
12921 msgid "Select a column."
12922 msgstr ""
12924 #: templates/database/central_columns/main.twig:213
12925 msgid "Click to sort."
12926 msgstr "ለመደርደር ይጫኑ"
12928 #: templates/database/central_columns/main.twig:218
12929 #: templates/database/privileges/index.twig:22
12930 #: templates/database/structure/table_header.twig:22
12931 #: templates/database/tracking/tables.twig:18
12932 #: templates/database/tracking/tables.twig:154 templates/indexes.twig:15
12933 #: templates/server/databases/index.twig:163
12934 #: templates/server/privileges/privileges_summary.twig:22
12935 #: templates/server/privileges/users_overview.twig:22
12936 #: templates/server/user_groups/user_groups.twig:21
12937 #: templates/server/variables/index.twig:30
12938 #: templates/table/privileges/index.twig:24
12939 #: templates/table/structure/display_partitions.twig:33
12940 #: templates/table/structure/display_structure.twig:34
12941 #: templates/table/structure/display_structure.twig:457
12942 #: templates/table/tracking/main.twig:32
12943 #: templates/table/tracking/report_table.twig:8
12944 msgid "Action"
12945 msgstr ""
12947 #: templates/database/create_table.twig:3
12948 #: templates/database/operations/index.twig:27
12949 msgid "Create new table"
12950 msgstr ""
12952 #: templates/database/create_table.twig:10
12953 #: templates/database/operations/index.twig:34
12954 msgid "Number of columns"
12955 msgstr ""
12957 #: templates/database/create_table.twig:14
12958 #: templates/database/operations/index.twig:39 templates/export.twig:27
12959 #: templates/server/databases/index.twig:46
12960 msgid "Create"
12961 msgstr ""
12963 #: templates/database/data_dictionary/index.twig:4
12964 msgid "Database comment:"
12965 msgstr ""
12967 #: templates/database/data_dictionary/index.twig:8
12968 #: templates/database/data_dictionary/index.twig:124
12969 #: templates/database/structure/index.twig:19
12970 #: templates/display/results/table.twig:258
12971 #: templates/table/structure/display_structure.twig:376
12972 msgid "Print"
12973 msgstr ""
12975 #: templates/database/data_dictionary/index.twig:76 templates/indexes.twig:19
12976 #: templates/table/structure/display_structure.twig:461
12977 #: templates/table/tracking/structure_snapshot_indexes.twig:8
12978 msgid "Packed"
12979 msgstr ""
12981 #: templates/database/data_dictionary/index.twig:78 templates/indexes.twig:21
12982 #: templates/table/structure/display_structure.twig:463
12983 #: templates/table/tracking/structure_snapshot_indexes.twig:10
12984 msgid "Cardinality"
12985 msgstr ""
12987 #: templates/database/data_dictionary/index.twig:117 templates/indexes.twig:92
12988 #: templates/table/structure/display_structure.twig:542
12989 msgid "No index defined!"
12990 msgstr ""
12992 #: templates/database/designer/database_tables.twig:31
12993 #: templates/database/export/index.twig:28
12994 #: templates/database/search/main.twig:43 templates/server/export/index.twig:10
12995 #: templates/server/privileges/privileges_table.twig:28
12996 #: templates/server/privileges/privileges_table.twig:55
12997 #: templates/server/privileges/privileges_table.twig:82
12998 #: templates/server/privileges/privileges_table.twig:109
12999 #: templates/server/replication/database_multibox.twig:7
13000 msgid "Select all"
13001 msgstr "ሁሉንም ምረጥ"
13003 #: templates/database/designer/database_tables.twig:37
13004 msgid "Show/hide columns"
13005 msgstr ""
13007 #: templates/database/designer/database_tables.twig:46
13008 msgid "See table structure"
13009 msgstr ""
13011 #: templates/database/designer/database_tables.twig:91
13012 #, php-format
13013 msgid "Select \"%s\""
13014 msgstr ""
13016 #: templates/database/designer/database_tables.twig:109
13017 #, php-format
13018 msgid "Add an option for column \"%s\"."
13019 msgstr ""
13021 #: templates/database/designer/edit_delete_pages.twig:6
13022 msgid "Page to open"
13023 msgstr ""
13025 #: templates/database/designer/edit_delete_pages.twig:6
13026 msgid "Page to delete"
13027 msgstr ""
13029 #: templates/database/designer/main.twig:19
13030 #: templates/database/designer/main.twig:25
13031 msgid "Show/Hide tables list"
13032 msgstr ""
13034 #: templates/database/designer/main.twig:29
13035 #: templates/database/designer/main.twig:35
13036 #: templates/database/designer/main.twig:36
13037 msgid "View in fullscreen"
13038 msgstr ""
13040 #: templates/database/designer/main.twig:34
13041 msgid "Exit fullscreen"
13042 msgstr ""
13044 #: templates/database/designer/main.twig:48
13045 #: templates/database/designer/main.twig:52
13046 msgid "New page"
13047 msgstr ""
13049 #: templates/database/designer/main.twig:77
13050 #: templates/database/designer/main.twig:80
13051 msgid "Delete pages"
13052 msgstr ""
13054 #: templates/database/designer/main.twig:84
13055 #: templates/database/designer/main.twig:87
13056 #: templates/database/structure/show_create.twig:11
13057 msgid "Create table"
13058 msgstr ""
13060 #: templates/database/designer/main.twig:91
13061 #: templates/database/designer/main.twig:94
13062 #: templates/database/designer/main.twig:271
13063 msgid "Create relationship"
13064 msgstr ""
13066 #: templates/database/designer/main.twig:105
13067 #: templates/database/designer/main.twig:108
13068 msgid "Reload"
13069 msgstr ""
13071 #: templates/database/designer/main.twig:112
13072 #: templates/database/designer/main.twig:115
13073 msgid "Help"
13074 msgstr ""
13076 #: templates/database/designer/main.twig:120
13077 #: templates/database/designer/main.twig:123
13078 msgid "Angular links"
13079 msgstr ""
13081 #: templates/database/designer/main.twig:120
13082 #: templates/database/designer/main.twig:123
13083 msgid "Direct links"
13084 msgstr ""
13086 #: templates/database/designer/main.twig:127
13087 #: templates/database/designer/main.twig:129
13088 msgid "Snap to grid"
13089 msgstr ""
13091 #: templates/database/designer/main.twig:133
13092 #: templates/database/designer/main.twig:139
13093 msgid "Small/Big All"
13094 msgstr ""
13096 #: templates/database/designer/main.twig:143
13097 #: templates/database/designer/main.twig:146
13098 msgid "Toggle small/big"
13099 msgstr ""
13101 #: templates/database/designer/main.twig:150
13102 #: templates/database/designer/main.twig:153
13103 msgid "Toggle relationship lines"
13104 msgstr ""
13106 #: templates/database/designer/main.twig:158
13107 #: templates/database/designer/main.twig:161
13108 msgid "Export schema"
13109 msgstr ""
13111 #: templates/database/designer/main.twig:169
13112 #: templates/database/designer/main.twig:172
13113 msgid "Build Query"
13114 msgstr ""
13116 #: templates/database/designer/main.twig:177
13117 #: templates/database/designer/main.twig:181
13118 msgid "Move Menu"
13119 msgstr ""
13121 #: templates/database/designer/main.twig:185
13122 #: templates/database/designer/main.twig:190
13123 msgid "Pin text"
13124 msgstr ""
13126 #: templates/database/designer/main.twig:202
13127 msgid "Hide/Show all"
13128 msgstr ""
13130 #: templates/database/designer/main.twig:212
13131 msgid "Hide/Show tables with no relationship"
13132 msgstr ""
13134 #: templates/database/designer/main.twig:223
13135 msgid "Number of tables:"
13136 msgstr ""
13138 #: templates/database/designer/main.twig:381
13139 msgid "Delete relationship"
13140 msgstr ""
13142 #: templates/database/designer/main.twig:445
13143 #: templates/database/designer/main.twig:610
13144 msgid "Relationship operator"
13145 msgstr ""
13147 #: templates/database/designer/main.twig:474
13148 #: templates/database/designer/main.twig:639
13149 #: templates/database/designer/main.twig:845
13150 #: templates/database/designer/main.twig:1038
13151 msgid "Except"
13152 msgstr ""
13154 #: templates/database/designer/main.twig:484
13155 #: templates/database/designer/main.twig:649
13156 #: templates/database/designer/main.twig:855
13157 #: templates/database/designer/main.twig:1048
13158 #: templates/database/routines/execute_form.twig:20
13159 #: templates/server/replication/status_table.twig:17
13160 #: templates/server/status/variables/index.twig:76
13161 #: templates/server/variables/index.twig:32
13162 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:9
13163 #: templates/table/search/index.twig:42
13164 #: templates/table/zoom_search/index.twig:40
13165 #: templates/table/zoom_search/result_form.twig:37
13166 msgid "Value"
13167 msgstr ""
13169 #: templates/database/designer/main.twig:486
13170 #: templates/database/designer/main.twig:651
13171 #: templates/database/designer/main.twig:857
13172 #: templates/database/designer/main.twig:1050
13173 msgid "subquery"
13174 msgstr ""
13176 #: templates/database/designer/main.twig:495
13177 #: templates/database/designer/main.twig:711
13178 msgid "Rename to"
13179 msgstr ""
13181 #: templates/database/designer/main.twig:501
13182 #: templates/database/designer/main.twig:719
13183 msgid "New name"
13184 msgstr ""
13186 #: templates/database/designer/main.twig:510
13187 #: templates/database/designer/main.twig:916
13188 msgid "Aggregate"
13189 msgstr ""
13191 #: templates/database/designer/main.twig:516
13192 #: templates/database/designer/main.twig:580
13193 #: templates/database/designer/main.twig:785
13194 #: templates/database/designer/main.twig:816
13195 #: templates/database/designer/main.twig:924
13196 #: templates/database/designer/main.twig:1009
13197 #: templates/table/search/index.twig:41
13198 #: templates/table/zoom_search/index.twig:39
13199 msgid "Operator"
13200 msgstr ""
13202 #: templates/database/designer/main.twig:1090
13203 msgid "Active options"
13204 msgstr ""
13206 #: templates/database/designer/page_save_as.twig:19
13207 msgid "Save to selected page"
13208 msgstr ""
13210 #: templates/database/designer/page_save_as.twig:23
13211 msgid "Create a page and save to it"
13212 msgstr ""
13214 #: templates/database/designer/page_save_as.twig:29
13215 msgid "New page name"
13216 msgstr ""
13218 #: templates/database/designer/page_selector.twig:2
13219 msgid "Select page"
13220 msgstr ""
13222 #: templates/database/designer/schema_export.twig:4
13223 msgid "Select Export Relational Type"
13224 msgstr ""
13226 #: templates/database/events/editor_form.twig:10
13227 #: templates/database/routines/editor_form.twig:11
13228 #: templates/database/triggers/editor_form.twig:14 templates/view_create.twig:8
13229 msgid "Details"
13230 msgstr ""
13232 #: templates/database/events/editor_form.twig:19
13233 msgid "Event name"
13234 msgstr ""
13236 #: templates/database/events/editor_form.twig:35
13237 #: templates/server/binlog/index.twig:86
13238 msgid "Event type"
13239 msgstr ""
13241 #: templates/database/events/editor_form.twig:48
13242 #: templates/database/routines/editor_form.twig:38
13243 #, php-format
13244 msgid "Change to %s"
13245 msgstr ""
13247 #: templates/database/events/editor_form.twig:53
13248 msgid "Execute at"
13249 msgstr ""
13251 #: templates/database/events/editor_form.twig:59
13252 msgid "Execute every"
13253 msgstr ""
13255 #: templates/database/events/editor_form.twig:70
13256 msgctxt "Start of recurring event"
13257 msgid "Start"
13258 msgstr ""
13260 #: templates/database/events/editor_form.twig:76
13261 msgctxt "End of recurring event"
13262 msgid "End"
13263 msgstr ""
13265 #: templates/database/events/editor_form.twig:90
13266 msgid "On completion preserve"
13267 msgstr ""
13269 #: templates/database/events/editor_form.twig:96
13270 #: templates/database/routines/editor_form.twig:138
13271 #: templates/database/triggers/editor_form.twig:61
13272 #: templates/view_create.twig:45
13273 msgid "Definer"
13274 msgstr ""
13276 #: templates/database/events/index.twig:13
13277 #: templates/database/privileges/index.twig:113
13278 #: templates/database/privileges/index.twig:114
13279 #: templates/database/routines/index.twig:13
13280 #: templates/database/structure/check_all_tables.twig:3
13281 #: templates/database/structure/check_all_tables.twig:4
13282 #: templates/database/triggers/list.twig:13
13283 #: templates/display/results/table.twig:223
13284 #: templates/display/results/table.twig:224 templates/select_all.twig:4
13285 #: templates/select_all.twig:5 templates/server/databases/index.twig:64
13286 #: templates/server/privileges/edit_routine_privileges.twig:57
13287 #: templates/server/privileges/privileges_table.twig:268
13288 #: templates/server/privileges/privileges_table.twig:269
13289 #: templates/server/privileges/privileges_table.twig:277
13290 #: templates/server/privileges/privileges_table.twig:351
13291 #: templates/server/privileges/privileges_table.twig:551
13292 #: templates/server/privileges/users_overview.twig:121
13293 #: templates/server/privileges/users_overview.twig:122
13294 #: templates/server/user_groups/edit_user_groups.twig:11
13295 #: templates/table/privileges/index.twig:117
13296 #: templates/table/privileges/index.twig:118
13297 msgid "Check all"
13298 msgstr ""
13300 #: templates/database/events/index.twig:27
13301 msgid "Create new event"
13302 msgstr ""
13304 #: templates/database/events/index.twig:36
13305 msgid "There are no events to display."
13306 msgstr ""
13308 #: templates/database/events/index.twig:112
13309 msgid "Event scheduler status"
13310 msgstr ""
13312 #: templates/database/events/index.twig:117
13313 #: templates/database/tracking/tables.twig:47
13314 msgid "Click to toggle"
13315 msgstr ""
13317 #: templates/database/events/index.twig:130
13318 msgid "ON"
13319 msgstr ""
13321 #: templates/database/events/index.twig:141
13322 msgid "OFF"
13323 msgstr ""
13325 #: templates/database/export/index.twig:61
13326 msgid ""
13327 "@SERVER@ will become the server name and @DATABASE@ will become the database "
13328 "name."
13329 msgstr ""
13331 #. l10n: A query that the user has written freely
13332 #: templates/database/export/index.twig:5 templates/table/export/index.twig:5
13333 msgid "Exporting a raw query"
13334 msgstr ""
13336 #: templates/database/export/index.twig:7
13337 #, php-format
13338 msgid "Exporting tables from \"%s\" database"
13339 msgstr ""
13341 #: templates/database/export/index.twig:30
13342 msgid "Export the structure of all tables."
13343 msgstr ""
13345 #: templates/database/export/index.twig:33
13346 msgid "Export the data of all tables."
13347 msgstr ""
13349 #: templates/database/import/index.twig:3
13350 #, php-format
13351 msgid "Importing into the database \"%s\""
13352 msgstr ""
13354 #: templates/database/multi_table_query/form.twig:4
13355 #: templates/database/qbe/index.twig:4
13356 msgid "Multi-table query"
13357 msgstr ""
13359 #: templates/database/multi_table_query/form.twig:10
13360 #: templates/database/qbe/index.twig:10
13361 msgid "Query by example"
13362 msgstr ""
13364 #: templates/database/multi_table_query/form.twig:17
13365 msgid "Query window"
13366 msgstr ""
13368 #: templates/database/multi_table_query/form.twig:38
13369 #: templates/database/multi_table_query/form.twig:128
13370 msgid "select table"
13371 msgstr ""
13373 #: templates/database/multi_table_query/form.twig:45
13374 #: templates/database/multi_table_query/form.twig:136
13375 msgid "select column"
13376 msgstr ""
13378 #: templates/database/multi_table_query/form.twig:51
13379 msgid "Table alias"
13380 msgstr ""
13382 #: templates/database/multi_table_query/form.twig:52
13383 msgid "Column alias"
13384 msgstr ""
13386 #: templates/database/multi_table_query/form.twig:55
13387 msgid "Use this column in criteria"
13388 msgstr ""
13390 #: templates/database/multi_table_query/form.twig:59
13391 msgid "criteria"
13392 msgstr ""
13394 #: templates/database/multi_table_query/form.twig:73
13395 msgid "Add as"
13396 msgstr ""
13398 #: templates/database/multi_table_query/form.twig:119
13399 msgid "Another column"
13400 msgstr ""
13402 #: templates/database/multi_table_query/form.twig:146
13403 msgid "Enter criteria as free text"
13404 msgstr ""
13406 #: templates/database/multi_table_query/form.twig:153
13407 msgid "Remove this column"
13408 msgstr ""
13410 #: templates/database/multi_table_query/form.twig:159
13411 #: templates/table/relation/foreign_key_row.twig:85
13412 msgid "+ Add column"
13413 msgstr ""
13415 #: templates/database/multi_table_query/form.twig:174
13416 #: templates/database/qbe/selection_form.twig:80
13417 #: templates/database/qbe/selection_form.twig:96
13418 msgid "Update query"
13419 msgstr ""
13421 #: templates/database/operations/index.twig:9
13422 #: templates/database/operations/index.twig:13
13423 msgid "Database comment"
13424 msgstr "የዳታቤዝ ኮሜንት"
13426 #: templates/database/operations/index.twig:54
13427 msgid "Rename database to"
13428 msgstr ""
13430 #: templates/database/operations/index.twig:58 templates/export.twig:282
13431 msgid "New database name"
13432 msgstr ""
13434 #: templates/database/operations/index.twig:66
13435 #: templates/database/operations/index.twig:171
13436 #: templates/table/operations/index.twig:77
13437 #: templates/table/operations/index.twig:113
13438 #: templates/table/operations/index.twig:313
13439 msgid ""
13440 "You don't have sufficient privileges to perform this operation; Please refer "
13441 "to the documentation for more details."
13442 msgstr ""
13444 #: templates/database/operations/index.twig:83
13445 msgid "Remove database"
13446 msgstr ""
13448 #: templates/database/operations/index.twig:89
13449 #, php-format
13450 msgid "Database %s has been dropped."
13451 msgstr ""
13453 #: templates/database/operations/index.twig:94
13454 msgid "Drop the database (DROP)"
13455 msgstr ""
13457 #: templates/database/operations/index.twig:118
13458 msgid "Copy database to"
13459 msgstr ""
13461 #: templates/database/operations/index.twig:150
13462 msgid "CREATE DATABASE before copying"
13463 msgstr ""
13465 #: templates/database/operations/index.twig:165
13466 #: templates/database/structure/copy_form.twig:44
13467 #: templates/table/operations/index.twig:306
13468 msgid "Add constraints"
13469 msgstr ""
13471 #: templates/database/operations/index.twig:180
13472 msgid "Switch to copied database"
13473 msgstr ""
13475 #: templates/database/operations/index.twig:216
13476 msgid "Change all tables collations"
13477 msgstr ""
13479 #: templates/database/operations/index.twig:220
13480 msgid "Change all tables columns collations"
13481 msgstr ""
13483 #: templates/database/privileges/index.twig:9
13484 #: templates/table/privileges/index.twig:8
13485 #, php-format
13486 msgid "Users having access to \"%s\""
13487 msgstr ""
13489 #: templates/database/privileges/index.twig:17
13490 #: templates/server/privileges/login_information_fields.twig:6
13491 #: templates/server/privileges/login_information_fields.twig:11
13492 #: templates/server/privileges/users_overview.twig:8
13493 #: templates/server/replication/change_primary.twig:15
13494 #: templates/server/replication/primary_add_replica_user.twig:19
13495 #: templates/server/replication/primary_add_replica_user.twig:24
13496 #: templates/table/privileges/index.twig:19
13497 msgid "User name"
13498 msgstr ""
13500 #: templates/database/privileges/index.twig:18
13501 #: templates/server/privileges/login_information_fields.twig:25
13502 #: templates/server/privileges/login_information_fields.twig:37
13503 #: templates/server/privileges/users_overview.twig:9
13504 #: templates/table/privileges/index.twig:20
13505 msgid "Host name"
13506 msgstr ""
13508 #: templates/database/privileges/index.twig:21
13509 #: templates/server/privileges/privileges_summary.twig:16
13510 #: templates/server/privileges/users_overview.twig:18
13511 #: templates/table/privileges/index.twig:23
13512 msgid "Grant"
13513 msgstr ""
13515 #: templates/database/privileges/index.twig:36
13516 #: templates/server/privileges/new_user_ajax.twig:9
13517 #: templates/server/privileges/users_overview.twig:36
13518 #: templates/table/privileges/index.twig:38
13519 msgid "Any"
13520 msgstr ""
13522 #: templates/database/privileges/index.twig:47
13523 #: templates/table/privileges/index.twig:49
13524 msgid "global"
13525 msgstr ""
13527 #: templates/database/privileges/index.twig:50
13528 #: templates/table/privileges/index.twig:52
13529 msgid "database-specific"
13530 msgstr ""
13532 #: templates/database/privileges/index.twig:52
13533 #: templates/table/privileges/index.twig:54
13534 msgid "wildcard"
13535 msgstr ""
13537 #: templates/database/privileges/index.twig:55
13538 #: templates/table/privileges/index.twig:59
13539 msgid "routine"
13540 msgstr ""
13542 #: templates/database/privileges/index.twig:112
13543 #: templates/database/privileges/index.twig:115
13544 #: templates/database/structure/check_all_tables.twig:2
13545 #: templates/database/structure/check_all_tables.twig:9
13546 #: templates/display/results/table.twig:222
13547 #: templates/display/results/table.twig:225 templates/select_all.twig:2
13548 #: templates/select_all.twig:6
13549 #: templates/server/privileges/users_overview.twig:120
13550 #: templates/server/privileges/users_overview.twig:123
13551 #: templates/table/privileges/index.twig:116
13552 #: templates/table/privileges/index.twig:119
13553 msgid "With selected:"
13554 msgstr ""
13556 #: templates/database/privileges/index.twig:131
13557 #: templates/server/privileges/add_user_fieldset.twig:4
13558 #: templates/server/privileges/user_overview.twig:22
13559 #: templates/server/privileges/users_overview.twig:137
13560 #: templates/table/privileges/index.twig:134
13561 msgctxt "Create new user"
13562 msgid "New"
13563 msgstr ""
13565 #: templates/database/privileges/index.twig:136
13566 #: templates/server/privileges/add_user_fieldset.twig:9
13567 #: templates/server/privileges/add_user.twig:3
13568 #: templates/server/privileges/user_overview.twig:24
13569 #: templates/server/privileges/users_overview.twig:140
13570 #: templates/table/privileges/index.twig:140
13571 msgid "Add user account"
13572 msgstr ""
13574 #: templates/database/qbe/index.twig:16
13575 #, php-format
13576 msgid "Switch to %svisual builder%s"
13577 msgstr ""
13579 #: templates/database/qbe/index.twig:20
13580 msgid "You have to choose at least one column to display!"
13581 msgstr ""
13583 #: templates/database/qbe/ins_del_and_or_cell.twig:5
13584 msgid "Ins:"
13585 msgstr ""
13587 #: templates/database/qbe/ins_del_and_or_cell.twig:12
13588 msgid "And"
13589 msgstr ""
13591 #: templates/database/qbe/ins_del_and_or_cell.twig:17
13592 msgid "Del:"
13593 msgstr ""
13595 #: templates/database/qbe/selection_form.twig:12
13596 #: templates/table/find_replace/index.twig:41
13597 msgid "Column:"
13598 msgstr ""
13600 #: templates/database/qbe/selection_form.twig:17
13601 msgid "Alias:"
13602 msgstr ""
13604 #: templates/database/qbe/selection_form.twig:22
13605 msgid "Show:"
13606 msgstr ""
13608 #: templates/database/qbe/selection_form.twig:27
13609 msgid "Sort:"
13610 msgstr ""
13612 #: templates/database/qbe/selection_form.twig:32
13613 msgid "Sort order:"
13614 msgstr ""
13616 #: templates/database/qbe/selection_form.twig:37
13617 msgid "Criteria:"
13618 msgstr ""
13620 #: templates/database/qbe/selection_form.twig:44
13621 msgid "Modify:"
13622 msgstr ""
13624 #: templates/database/qbe/selection_form.twig:54
13625 msgid "Add/Delete criteria rows:"
13626 msgstr ""
13628 #: templates/database/qbe/selection_form.twig:67
13629 msgid "Add/Delete columns:"
13630 msgstr ""
13632 #: templates/database/qbe/selection_form.twig:86
13633 #: templates/database/qbe/selection_form.twig:88
13634 #, fuzzy
13635 #| msgid "Tables"
13636 msgid "Use tables"
13637 msgstr "ቴብሎች"
13639 #: templates/database/qbe/selection_form.twig:107
13640 #, php-format
13641 msgid "SQL query on database <b>%s</b>:"
13642 msgstr ""
13644 #: templates/database/routines/editor_form.twig:20
13645 msgid "Routine name"
13646 msgstr ""
13648 #: templates/database/routines/editor_form.twig:43
13649 msgid "Parameters"
13650 msgstr ""
13652 #: templates/database/routines/editor_form.twig:49
13653 msgid "Direction"
13654 msgstr ""
13656 #: templates/database/routines/editor_form.twig:66
13657 msgid "Add parameter"
13658 msgstr ""
13660 #: templates/database/routines/editor_form.twig:67
13661 msgid "Remove last parameter"
13662 msgstr ""
13664 #: templates/database/routines/editor_form.twig:71
13665 msgid "Return type"
13666 msgstr ""
13668 #: templates/database/routines/editor_form.twig:79
13669 msgid "Return length/values"
13670 msgstr ""
13672 #: templates/database/routines/editor_form.twig:86
13673 msgid "Return options"
13674 msgstr ""
13676 #: templates/database/routines/editor_form.twig:90
13677 #: templates/database/routines/parameter_row.twig:31
13678 #: templates/database/structure/table_header.twig:42
13679 msgid "Charset"
13680 msgstr ""
13682 #: templates/database/routines/editor_form.twig:115
13683 msgid "Is deterministic"
13684 msgstr ""
13686 #: templates/database/routines/editor_form.twig:131
13687 msgid ""
13688 "You do not have sufficient privileges to perform this operation; Please "
13689 "refer to the documentation for more details."
13690 msgstr ""
13692 #: templates/database/routines/editor_form.twig:144
13693 msgid "Security type"
13694 msgstr ""
13696 #: templates/database/routines/editor_form.twig:153
13697 msgid "SQL data access"
13698 msgstr ""
13700 #: templates/database/routines/execute_form.twig:7
13701 #: templates/database/routines/execute_form.twig:12
13702 msgid "Routine parameters"
13703 msgstr ""
13705 #: templates/database/routines/index.twig:33
13706 msgid "Create new routine"
13707 msgstr ""
13709 #: templates/database/routines/index.twig:42
13710 msgid "There are no routines to display."
13711 msgstr ""
13713 #: templates/database/routines/index.twig:51
13714 msgid "Returns"
13715 msgstr ""
13717 #: templates/database/routines/parameter_row.twig:24
13718 #: templates/modals/enum_set_editor.twig:5
13719 msgid "ENUM/SET editor"
13720 msgstr ""
13722 #: templates/database/routines/row.twig:38
13723 #: templates/database/routines/row.twig:48
13724 #: templates/database/routines/row.twig:52
13725 msgid "Execute"
13726 msgstr ""
13728 #: templates/database/search/main.twig:5
13729 msgid "Search in database"
13730 msgstr ""
13732 #: templates/database/search/main.twig:8
13733 msgid "Words or values to search for (wildcard: \"%\"):"
13734 msgstr ""
13736 #: templates/database/search/main.twig:15
13737 #: templates/table/find_replace/index.twig:31
13738 msgid "Find:"
13739 msgstr ""
13741 #: templates/database/search/main.twig:19
13742 #: templates/database/search/main.twig:23
13743 msgid "Words are separated by a space character (\" \")."
13744 msgstr ""
13746 #: templates/database/search/main.twig:40
13747 msgid "Inside tables:"
13748 msgstr ""
13750 #: templates/database/search/main.twig:46 templates/server/export/index.twig:11
13751 #: templates/server/replication/database_multibox.twig:8
13752 msgid "Unselect all"
13753 msgstr ""
13755 #: templates/database/search/main.twig:67
13756 msgid "Inside column:"
13757 msgstr ""
13759 #: templates/database/search/results.twig:12
13760 #, php-format
13761 msgid "%1$s match in <strong>%2$s</strong>"
13762 msgid_plural "%1$s matches in <strong>%2$s</strong>"
13763 msgstr[0] ""
13764 msgstr[1] ""
13766 #: templates/database/search/results.twig:56
13767 msgid "<strong>Total:</strong> <em>%count%</em> match"
13768 msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
13769 msgstr[0] ""
13770 msgstr[1] ""
13772 #: templates/database/structure/add_prefix.twig:7
13773 #: templates/database/structure/add_prefix.twig:9
13774 msgid "Add prefix"
13775 msgstr ""
13777 #: templates/database/structure/body_for_table_summary.twig:6
13778 #, php-format
13779 msgid "%s table"
13780 msgid_plural "%s tables"
13781 msgstr[0] ""
13782 msgstr[1] ""
13784 #: templates/database/structure/body_for_table_summary.twig:17
13785 msgid "Sum"
13786 msgstr ""
13788 #: templates/database/structure/change_prefix_form.twig:7
13789 msgid "From"
13790 msgstr ""
13792 #: templates/database/structure/change_prefix_form.twig:13
13793 msgid "To"
13794 msgstr ""
13796 #: templates/database/structure/check_all_tables.twig:6
13797 msgid "Check tables having overhead"
13798 msgstr ""
13800 #: templates/database/structure/check_all_tables.twig:10
13801 msgid "Copy table"
13802 msgstr ""
13804 #: templates/database/structure/check_all_tables.twig:11
13805 msgid "Show create"
13806 msgstr ""
13808 #: templates/database/structure/check_all_tables.twig:14
13809 #: templates/table/operations/index.twig:403
13810 #: templates/table/operations/view.twig:26
13811 msgid "Delete data or table"
13812 msgstr ""
13814 #: templates/database/structure/check_all_tables.twig:15
13815 #: templates/database/structure/structure_table_row.twig:74
13816 msgid "Empty"
13817 msgstr ""
13819 #: templates/database/structure/check_all_tables.twig:18
13820 #: templates/table/operations/index.twig:334
13821 msgid "Table maintenance"
13822 msgstr ""
13824 #: templates/database/structure/check_all_tables.twig:19
13825 #: templates/table/maintenance/analyze.twig:3
13826 #: templates/table/operations/index.twig:339
13827 msgid "Analyze table"
13828 msgstr ""
13830 #: templates/database/structure/check_all_tables.twig:20
13831 #: templates/table/maintenance/check.twig:3
13832 #: templates/table/operations/index.twig:348
13833 msgid "Check table"
13834 msgstr ""
13836 #: templates/database/structure/check_all_tables.twig:21
13837 #: templates/table/maintenance/checksum.twig:3
13838 #: templates/table/operations/index.twig:356
13839 msgid "Checksum table"
13840 msgstr ""
13842 #: templates/database/structure/check_all_tables.twig:22
13843 #: templates/table/maintenance/optimize.twig:3
13844 #: templates/table/operations/index.twig:384
13845 #: templates/table/structure/display_table_stats.twig:68
13846 msgid "Optimize table"
13847 msgstr ""
13849 #: templates/database/structure/check_all_tables.twig:23
13850 #: templates/table/maintenance/repair.twig:3
13851 #: templates/table/operations/index.twig:393
13852 msgid "Repair table"
13853 msgstr ""
13855 #: templates/database/structure/check_all_tables.twig:25
13856 msgid "Prefix"
13857 msgstr ""
13859 #: templates/database/structure/check_all_tables.twig:26
13860 msgid "Add prefix to table"
13861 msgstr ""
13863 #: templates/database/structure/check_all_tables.twig:27
13864 msgid "Replace table prefix"
13865 msgstr ""
13867 #: templates/database/structure/check_all_tables.twig:33
13868 msgid "Add columns to central list"
13869 msgstr ""
13871 #: templates/database/structure/check_all_tables.twig:34
13872 msgid "Remove columns from central list"
13873 msgstr ""
13875 #: templates/database/structure/check_all_tables.twig:35
13876 msgid "Make consistent with central list"
13877 msgstr ""
13879 #: templates/database/structure/check_all_tables.twig:53
13880 #: templates/database/structure/check_all_tables.twig:73
13881 msgid "Continue"
13882 msgstr ""
13884 #: templates/database/structure/check_all_tables.twig:65
13885 msgid "Are you sure?"
13886 msgstr ""
13888 #: templates/database/structure/check_all_tables.twig:69
13889 msgid ""
13890 "This action may change some of the columns definition.[br]Are you sure you "
13891 "want to continue?"
13892 msgstr ""
13894 #: templates/database/structure/copy_form.twig:14
13895 msgid "Options:"
13896 msgstr ""
13898 #: templates/database/structure/copy_form.twig:39
13899 msgid "Add AUTO INCREMENT value"
13900 msgstr ""
13902 #: templates/database/structure/drop_form.twig:6
13903 #: templates/database/structure/empty_form.twig:6
13904 #: templates/table/delete/confirm.twig:12
13905 #: templates/table/structure/drop_confirm.twig:6
13906 #: templates/table/structure/primary.twig:6
13907 msgid "Do you really want to execute the following query?"
13908 msgstr ""
13910 #: templates/database/structure/favorite_anchor.twig:4
13911 #: templates/recent_favorite_table_favorite.twig:6
13912 msgid "Remove from Favorites"
13913 msgstr ""
13915 #: templates/database/structure/favorite_anchor.twig:4
13916 msgid "Add to Favorites"
13917 msgstr ""
13919 #: templates/database/structure/show_create.twig:2
13920 msgid "Showing create queries"
13921 msgstr ""
13923 #: templates/database/structure/show_create.twig:33
13924 #: templates/display/results/table.twig:297 templates/modals/create_view.twig:5
13925 #: templates/sql/no_results_returned.twig:13 templates/view_create.twig:11
13926 msgid "Create view"
13927 msgstr ""
13929 #: templates/database/structure/structure_table_row.twig:17
13930 #: templates/server/databases/index.twig:219
13931 #: templates/server/databases/index.twig:231
13932 msgid "Not replicated"
13933 msgstr ""
13935 #: templates/database/structure/structure_table_row.twig:18
13936 #: templates/server/databases/index.twig:215
13937 #: templates/server/databases/index.twig:227
13938 msgid "Replicated"
13939 msgstr ""
13941 #: templates/database/structure/structure_table_row.twig:223
13942 msgid "in use"
13943 msgstr ""
13945 #: templates/database/structure/table_header.twig:27
13946 msgid ""
13947 "May be approximate. Click on the number to get the exact count. See "
13948 "[doc@faq3-11]FAQ 3.11[/doc]."
13949 msgstr ""
13951 #: templates/database/structure/table_header.twig:36
13952 #: templates/table/index_form.twig:141
13953 msgid "Size"
13954 msgstr ""
13956 #: templates/database/structure/table_header.twig:51
13957 #: templates/table/structure/display_table_stats.twig:154
13958 msgid "Creation"
13959 msgstr ""
13961 #: templates/database/structure/table_header.twig:56
13962 #: templates/table/structure/display_table_stats.twig:161
13963 msgid "Last update"
13964 msgstr ""
13966 #: templates/database/structure/table_header.twig:61
13967 #: templates/table/structure/display_table_stats.twig:168
13968 msgid "Last check"
13969 msgstr ""
13971 #: templates/database/structure/tracking_icon.twig:3
13972 msgid "Tracking is active."
13973 msgstr ""
13975 #: templates/database/structure/tracking_icon.twig:5
13976 msgid "Tracking is not active."
13977 msgstr ""
13979 #: templates/database/tracking/tables.twig:4
13980 msgid "Tracked tables"
13981 msgstr ""
13983 #: templates/database/tracking/tables.twig:14
13984 msgid "Last version"
13985 msgstr ""
13987 #: templates/database/tracking/tables.twig:15
13988 #: templates/table/tracking/main.twig:29
13989 msgid "Created"
13990 msgstr ""
13992 #: templates/database/tracking/tables.twig:16
13993 #: templates/table/tracking/main.twig:30
13994 msgid "Updated"
13995 msgstr ""
13997 #: templates/database/tracking/tables.twig:61
13998 #: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
13999 msgid "active"
14000 msgstr ""
14002 #: templates/database/tracking/tables.twig:73
14003 #: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
14004 msgid "not active"
14005 msgstr ""
14007 #: templates/database/tracking/tables.twig:93
14008 #: templates/database/tracking/tables.twig:138
14009 #: templates/database/tracking/tables.twig:139
14010 msgid "Delete tracking"
14011 msgstr ""
14013 #: templates/database/tracking/tables.twig:104
14014 msgid "Versions"
14015 msgstr ""
14017 #: templates/database/tracking/tables.twig:145
14018 msgid "Untracked tables"
14019 msgstr ""
14021 #: templates/database/tracking/tables.twig:176
14022 #: templates/database/tracking/tables.twig:188
14023 #: templates/database/tracking/tables.twig:189
14024 #: templates/table/structure/display_structure.twig:396
14025 msgid "Track table"
14026 msgstr ""
14028 #: templates/database/triggers/editor_form.twig:23
14029 msgid "Trigger name"
14030 msgstr ""
14032 #: templates/database/triggers/editor_form.twig:37
14033 msgctxt "Trigger action time"
14034 msgid "Time"
14035 msgstr ""
14037 #: templates/database/triggers/list.twig:27
14038 msgid "Create new trigger"
14039 msgstr ""
14041 #: templates/database/triggers/list.twig:36
14042 msgid "There are no triggers to display."
14043 msgstr ""
14045 #: templates/display/results/table.twig:32
14046 msgid "Save edited data"
14047 msgstr ""
14049 #: templates/display/results/table.twig:38
14050 msgid "Restore column order"
14051 msgstr ""
14053 #: templates/display/results/table.twig:49 templates/export.twig:149
14054 #: templates/table/start_and_number_of_rows_fieldset.twig:9
14055 msgid "Number of rows:"
14056 msgstr ""
14058 #: templates/display/results/table.twig:52
14059 msgid "All"
14060 msgstr ""
14062 #: templates/display/results/table.twig:70
14063 msgid "Sort by key:"
14064 msgstr ""
14066 #: templates/display/results/table.twig:119
14067 #: templates/table/search/index.twig:102
14068 msgid "Extra options"
14069 msgstr ""
14071 #: templates/display/results/table.twig:141
14072 msgid "Relational key"
14073 msgstr ""
14075 #: templates/display/results/table.twig:145
14076 msgid "Display column for relationships"
14077 msgstr ""
14079 #: templates/display/results/table.twig:153
14080 msgid "Show binary contents"
14081 msgstr ""
14083 #: templates/display/results/table.twig:157
14084 msgid "Show BLOB contents"
14085 msgstr ""
14087 #: templates/display/results/table.twig:167
14088 msgid "Hide browser transformation"
14089 msgstr ""
14091 #: templates/display/results/table.twig:179
14092 msgid "Well Known Text"
14093 msgstr ""
14095 #: templates/display/results/table.twig:183
14096 msgid "Well Known Binary"
14097 msgstr ""
14099 #: templates/display/results/table.twig:255
14100 #: templates/sql/no_results_returned.twig:9
14101 msgid "Query results operations"
14102 msgstr ""
14104 #: templates/display/results/table.twig:260
14105 msgid "Copy to clipboard"
14106 msgstr ""
14108 #: templates/display/results/table.twig:279
14109 #: templates/table/chart/tbl_chart.twig:2
14110 msgid "Display chart"
14111 msgstr ""
14113 #: templates/display/results/table.twig:287
14114 msgid "Visualize GIS data"
14115 msgstr ""
14117 #: templates/encoding/kanji_encoding_form.twig:6
14118 msgctxt "None encoding conversion"
14119 msgid "None"
14120 msgstr ""
14122 #: templates/encoding/kanji_encoding_form.twig:17
14123 msgid "Convert to Kana"
14124 msgstr ""
14126 #: templates/error/report_form.twig:3
14127 msgid ""
14128 "This report automatically includes data about the error and information "
14129 "about relevant configuration settings. It will be sent to the phpMyAdmin "
14130 "team for debugging the error."
14131 msgstr ""
14133 #: templates/error/report_form.twig:11
14134 msgid ""
14135 "Can you tell us the steps leading to this error? It decisively helps in "
14136 "debugging:"
14137 msgstr ""
14139 #: templates/error/report_form.twig:18
14140 msgid "You may examine the data in the error report:"
14141 msgstr ""
14143 #: templates/error/report_modal.twig:5
14144 msgid "Submit error report"
14145 msgstr ""
14147 #: templates/error/report_modal.twig:12
14148 msgid "Send error report"
14149 msgstr ""
14151 #: templates/export/template_options.twig:1 templates/export.twig:42
14152 msgid "Select a template"
14153 msgstr ""
14155 #: templates/export.twig:14
14156 msgid "Export templates:"
14157 msgstr ""
14159 #: templates/export.twig:18
14160 msgid "New template:"
14161 msgstr ""
14163 #: templates/export.twig:21 templates/export.twig:24
14164 msgid "Template name"
14165 msgstr ""
14167 #: templates/export.twig:35
14168 msgid "Existing templates:"
14169 msgstr ""
14171 #: templates/export.twig:38
14172 msgid "Template:"
14173 msgstr ""
14175 #: templates/export.twig:51
14176 msgid "Update"
14177 msgstr ""
14179 #: templates/export.twig:72
14180 msgid "Show SQL query"
14181 msgstr ""
14183 #: templates/export.twig:104
14184 msgid "Export method:"
14185 msgstr ""
14187 #: templates/export.twig:108
14188 msgid "Quick - display only the minimal options"
14189 msgstr ""
14191 #: templates/export.twig:112
14192 msgid "Custom - display all possible options"
14193 msgstr ""
14195 #: templates/export.twig:121
14196 msgid "File format to export"
14197 msgstr ""
14199 #: templates/export.twig:137
14200 msgid "Rows:"
14201 msgstr ""
14203 #: templates/export.twig:141
14204 msgid "Dump all rows"
14205 msgstr ""
14207 #: templates/export.twig:145
14208 msgid "Dump some row(s)"
14209 msgstr ""
14211 #: templates/export.twig:160
14212 msgid "Row to begin at:"
14213 msgstr ""
14215 #: templates/export.twig:170 templates/export.twig:332
14216 msgid "Output:"
14217 msgstr ""
14219 #: templates/export.twig:175 templates/export.twig:370
14220 #, php-format
14221 msgid "Save on server in the directory <strong>%s</strong>"
14222 msgstr ""
14224 #: templates/export.twig:193 templates/export.twig:337
14225 msgid "Rename exported databases/tables/columns"
14226 msgstr ""
14228 #: templates/export.twig:201
14229 msgid "Defined aliases"
14230 msgstr ""
14232 #: templates/export.twig:216 templates/export.twig:230
14233 #: templates/export.twig:243 templates/export.twig:260
14234 msgid "Remove"
14235 msgstr ""
14237 #: templates/export.twig:269
14238 msgid "Define new aliases"
14239 msgstr ""
14241 #: templates/export.twig:274
14242 msgid "Select database:"
14243 msgstr ""
14245 #: templates/export.twig:290
14246 msgid "Select table:"
14247 msgstr ""
14249 #: templates/export.twig:298
14250 msgid "New table name"
14251 msgstr ""
14253 #: templates/export.twig:306
14254 msgid "Select column:"
14255 msgstr ""
14257 #: templates/export.twig:314
14258 msgid "New column name"
14259 msgstr ""
14261 #: templates/export.twig:347
14262 #, php-format
14263 msgid "Use %s statement"
14264 msgstr ""
14266 #: templates/export.twig:356
14267 msgid "View output as text"
14268 msgstr ""
14270 #: templates/export.twig:360
14271 msgid "Save output to a file"
14272 msgstr ""
14274 #: templates/export.twig:387
14275 msgid "File name template:"
14276 msgstr ""
14278 #: templates/export.twig:388
14279 #, php-format
14280 msgid ""
14281 "This value is interpreted using the 'strftime' function, so you can use time "
14282 "formatting strings. Additionally the following transformations will happen: "
14283 "%s Other text will be kept as is. See the FAQ 6.27 for details."
14284 msgstr ""
14286 #: templates/export.twig:398
14287 msgid "Use this for future exports"
14288 msgstr ""
14290 #: templates/export.twig:409 templates/import.twig:103
14291 msgid "Character set of the file:"
14292 msgstr ""
14294 #: templates/export.twig:429
14295 msgid "Compression:"
14296 msgstr ""
14298 #: templates/export.twig:437
14299 msgid "zipped"
14300 msgstr ""
14302 #: templates/export.twig:443
14303 msgid "gzipped"
14304 msgstr ""
14306 #: templates/export.twig:461
14307 msgid "Export databases as separate files"
14308 msgstr ""
14310 #: templates/export.twig:463
14311 msgid "Export tables as separate files"
14312 msgstr ""
14314 #: templates/export.twig:474
14315 msgid "Skip tables larger than:"
14316 msgstr ""
14318 #: templates/export.twig:476
14319 msgid "The size is measured in MiB."
14320 msgstr ""
14322 #: templates/export.twig:482 templates/import.twig:182
14323 msgid "Format-specific options:"
14324 msgstr ""
14326 #: templates/export.twig:491 templates/import.twig:191
14327 msgid "Encoding Conversion:"
14328 msgstr ""
14330 #: templates/filter.twig:2 templates/server/status/processes/index.twig:6
14331 #: templates/server/status/variables/index.twig:7
14332 msgid "Filters"
14333 msgstr ""
14335 #: templates/filter.twig:4 templates/server/status/variables/index.twig:12
14336 msgid "Containing the word:"
14337 msgstr ""
14339 #: templates/footer.twig:7 templates/footer.twig:9 templates/footer.twig:11
14340 msgid "Open new phpMyAdmin window"
14341 msgstr ""
14343 #: templates/footer.twig:26 templates/home/index.twig:18
14344 #: templates/login/form.twig:5
14345 msgid "phpMyAdmin Demo Server"
14346 msgstr ""
14348 #: templates/footer.twig:34
14349 #, php-format
14350 msgid "Currently running Git revision %1$s from the %2$s branch."
14351 msgstr ""
14353 #: templates/footer.twig:36
14354 msgid "Git information missing!"
14355 msgstr ""
14357 #: templates/gis_data_editor_form.twig:4
14358 #, php-format
14359 msgid "Value for the column \"%s\""
14360 msgstr ""
14362 #: templates/gis_data_editor_form.twig:22
14363 #: templates/table/gis_visualization/gis_visualization.twig:34
14364 msgid "Use OpenStreetMaps as Base Layer"
14365 msgstr ""
14367 #: templates/gis_data_editor_form.twig:38
14368 msgctxt "Spatial Reference System Identifier"
14369 msgid "SRID:"
14370 msgstr ""
14372 #: templates/gis_data_editor_form.twig:53
14373 #, php-format
14374 msgid "Geometry %d:"
14375 msgstr ""
14377 #: templates/gis_data_editor_form.twig:73
14378 msgid "Point:"
14379 msgstr ""
14381 #: templates/gis_data_editor_form.twig:93
14382 #: templates/gis_data_editor_form.twig:134
14383 #: templates/gis_data_editor_form.twig:186
14384 #, php-format
14385 msgid "Point %d:"
14386 msgstr ""
14388 #: templates/gis_data_editor_form.twig:113
14389 #, php-format
14390 msgid "Linestring %d:"
14391 msgstr ""
14393 #: templates/gis_data_editor_form.twig:115
14394 #: templates/gis_data_editor_form.twig:170
14395 msgid "Outer ring:"
14396 msgstr ""
14398 #: templates/gis_data_editor_form.twig:117
14399 #: templates/gis_data_editor_form.twig:172
14400 #, php-format
14401 msgid "Inner ring %d:"
14402 msgstr ""
14404 #: templates/gis_data_editor_form.twig:144
14405 msgid "Add a linestring"
14406 msgstr ""
14408 #: templates/gis_data_editor_form.twig:157
14409 #, php-format
14410 msgid "Polygon %d:"
14411 msgstr ""
14413 #: templates/gis_data_editor_form.twig:199
14414 msgid "Add a polygon"
14415 msgstr ""
14417 #: templates/gis_data_editor_form.twig:205
14418 msgid "Add geometry"
14419 msgstr ""
14421 #: templates/gis_data_editor_form.twig:214
14422 msgid "Output"
14423 msgstr ""
14425 #: templates/gis_data_editor_form.twig:216
14426 msgid ""
14427 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
14428 "below into the \"Value\" field."
14429 msgstr ""
14431 #: templates/header.twig:34 templates/login/header.twig:13
14432 msgid "Javascript must be enabled past this point!"
14433 msgstr ""
14435 #: templates/header.twig:45
14436 msgid "Click on the bar to scroll to top of page"
14437 msgstr ""
14439 #: templates/home/git_info.twig:2
14440 msgid "Git revision:"
14441 msgstr ""
14443 #: templates/home/git_info.twig:13
14444 msgid "no branch"
14445 msgstr ""
14447 #: templates/home/git_info.twig:15 templates/home/git_info.twig:22
14448 #, php-format
14449 msgid "from %s branch"
14450 msgstr ""
14452 #: templates/home/git_info.twig:25
14453 #, php-format
14454 msgid "committed on %s by %s"
14455 msgstr ""
14457 #: templates/home/git_info.twig:32
14458 #, php-format
14459 msgid "authored on %s by %s"
14460 msgstr ""
14462 #: templates/home/index.twig:22 templates/login/form.twig:8
14463 #, php-format
14464 msgid ""
14465 "You are using the demo server. You can do anything here, but please do not "
14466 "change root, debian-sys-maint and pma users. More information is available "
14467 "at %s."
14468 msgstr ""
14470 #: templates/home/index.twig:32
14471 msgid "General settings"
14472 msgstr ""
14474 #: templates/home/index.twig:57
14475 msgid "Server connection collation:"
14476 msgstr ""
14478 #: templates/home/index.twig:83 templates/preferences/manage/main.twig:56
14479 msgid "More settings"
14480 msgstr ""
14482 #: templates/home/index.twig:93
14483 msgid "Appearance settings"
14484 msgstr ""
14486 #: templates/home/index.twig:103 templates/home/index.twig:104
14487 #: templates/login/form.twig:23 templates/login/form.twig:24
14488 #: templates/setup/home/index.twig:8 templates/setup/home/index.twig:9
14489 msgid "Language"
14490 msgstr ""
14492 #: templates/home/index.twig:131
14493 msgid "Theme"
14494 msgstr ""
14496 #: templates/home/index.twig:142
14497 msgctxt "View all themes"
14498 msgid "View all"
14499 msgstr ""
14501 #: templates/home/index.twig:157
14502 msgid "Database server"
14503 msgstr ""
14505 #: templates/home/index.twig:161 templates/login/form.twig:65
14506 #: templates/menu/breadcrumbs.twig:7
14507 msgid "Server:"
14508 msgstr ""
14510 #: templates/home/index.twig:165
14511 msgid "Server type:"
14512 msgstr ""
14514 #: templates/home/index.twig:169
14515 msgid "Server connection:"
14516 msgstr ""
14518 #: templates/home/index.twig:177
14519 msgid "Protocol version:"
14520 msgstr ""
14522 #: templates/home/index.twig:181
14523 msgid "User:"
14524 msgstr ""
14526 #: templates/home/index.twig:185
14527 msgid "Server charset:"
14528 msgstr ""
14530 #: templates/home/index.twig:197
14531 msgid "Web server"
14532 msgstr ""
14534 #: templates/home/index.twig:207
14535 msgid "Database client version:"
14536 msgstr ""
14538 #: templates/home/index.twig:211
14539 msgid "PHP extension:"
14540 msgstr ""
14542 #: templates/home/index.twig:218
14543 msgid "PHP version:"
14544 msgstr ""
14546 #: templates/home/index.twig:225
14547 msgid "Show PHP information"
14548 msgstr ""
14550 #: templates/home/index.twig:239
14551 msgid "Version information:"
14552 msgstr ""
14554 #: templates/home/index.twig:249
14555 msgid "Official Homepage"
14556 msgstr ""
14558 #: templates/home/index.twig:254
14559 msgid "Contribute"
14560 msgstr ""
14562 #: templates/home/index.twig:259
14563 msgid "Get support"
14564 msgstr ""
14566 #: templates/home/index.twig:264
14567 msgid "List of changes"
14568 msgstr ""
14570 #: templates/home/index.twig:269 templates/server/plugins/index.twig:30
14571 msgid "License"
14572 msgstr ""
14574 #: templates/home/index.twig:284
14575 msgid "phpMyAdmin Themes"
14576 msgstr ""
14578 #: templates/home/index.twig:295
14579 msgid "Get more themes!"
14580 msgstr ""
14582 #: templates/home/themes.twig:7
14583 #, php-format
14584 msgid "Screenshot of the %s theme."
14585 msgstr ""
14587 #. l10n: Choose the theme button in the themes list modal
14588 #: templates/home/themes.twig:12
14589 msgid "Take it"
14590 msgstr ""
14592 #: templates/import/javascript.twig:12
14593 msgid ""
14594 "The file being uploaded is probably larger than the maximum allowed size or "
14595 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
14596 "browsers."
14597 msgstr ""
14599 #: templates/import/javascript.twig:13
14600 #, php-format
14601 msgid "%s of %s"
14602 msgstr ""
14604 #: templates/import/javascript.twig:14
14605 #, php-format
14606 msgid "%s/sec."
14607 msgstr ""
14609 #: templates/import/javascript.twig:15
14610 msgid "About %MIN min. %SEC sec. remaining."
14611 msgstr ""
14613 #: templates/import/javascript.twig:16
14614 msgid "About %SEC sec. remaining."
14615 msgstr ""
14617 #: templates/import/javascript.twig:17
14618 msgid "The file is being processed, please be patient."
14619 msgstr ""
14621 #: templates/import/javascript.twig:29
14622 msgid "Uploading your import file…"
14623 msgstr ""
14625 #: templates/import/javascript.twig:152
14626 msgid ""
14627 "Please be patient, the file is being uploaded. Details about the upload are "
14628 "not available."
14629 msgstr ""
14631 #: templates/import.twig:26
14632 msgid "File to import:"
14633 msgstr ""
14635 #: templates/import.twig:31
14636 #, php-format
14637 msgid "File may be compressed (%s) or uncompressed."
14638 msgstr ""
14640 #: templates/import.twig:32
14641 msgid ""
14642 "A compressed file's name must end in <strong>.[format].[compression]</"
14643 "strong>. Example: <strong>.sql.zip</strong>"
14644 msgstr ""
14646 #: templates/import.twig:40
14647 msgid "Upload a file"
14648 msgstr ""
14650 #: templates/import.twig:43
14651 msgid "Select file to import"
14652 msgstr ""
14654 #: templates/import.twig:50 templates/import.twig:77
14655 #: templates/preferences/manage/main.twig:22
14656 msgid "Browse your computer:"
14657 msgstr ""
14659 #: templates/import.twig:55 templates/import.twig:82
14660 msgid "You may also drag and drop a file on any page."
14661 msgstr ""
14663 #: templates/import.twig:62 templates/import.twig:88
14664 #, php-format
14665 msgid "Select from the web server upload directory [strong]%s[/strong]:"
14666 msgstr ""
14668 #: templates/import.twig:69 templates/import.twig:96
14669 msgid "There are no files to import!"
14670 msgstr ""
14672 #: templates/import.twig:100
14673 msgid "File uploads are not allowed on this server."
14674 msgstr ""
14676 #: templates/import.twig:126
14677 msgid "Partial import:"
14678 msgstr ""
14680 #: templates/import.twig:131
14681 #, php-format
14682 msgid ""
14683 "Previous import timed out, after resubmitting will continue from position %d."
14684 msgstr ""
14686 #: templates/import.twig:138
14687 msgid ""
14688 "Allow the interruption of an import in case the script detects it is close "
14689 "to the PHP timeout limit."
14690 msgstr ""
14692 #: templates/import.twig:140
14693 msgid ""
14694 "This might be a good way to import large files, however it can break "
14695 "transactions."
14696 msgstr ""
14698 #: templates/import.twig:144
14699 msgid "Skip this number of queries (for SQL) starting from the first one:"
14700 msgstr ""
14702 #: templates/import.twig:154
14703 msgid "Other options"
14704 msgstr ""
14706 #: templates/indexes.twig:39
14707 #: templates/table/structure/display_structure.twig:489
14708 msgid "Rename"
14709 msgstr ""
14711 #: templates/indexes.twig:45
14712 #: templates/table/structure/display_structure.twig:495
14713 msgid "The primary key has been dropped."
14714 msgstr ""
14716 #: templates/indexes.twig:50
14717 #: templates/table/structure/display_structure.twig:500
14718 #, php-format
14719 msgid "Index %s has been dropped."
14720 msgstr ""
14722 #. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
14723 #: templates/javascript/variables.twig:8
14724 #, fuzzy
14725 msgid "calendar-month-year"
14726 msgstr "calendar-month-year"
14728 #. l10n: Year suffix for calendar, "none" is empty.
14729 #: templates/javascript/variables.twig:11
14730 msgid "none"
14731 msgstr ""
14733 #. l10n: Previous month. Display text for previous month link in calendar
14734 #: templates/javascript/variables.twig:16
14735 msgid "Prev"
14736 msgstr ""
14738 #. l10n: Next month. Display text for next month link in calendar
14739 #: templates/javascript/variables.twig:17
14740 msgid "Next"
14741 msgstr ""
14743 #. l10n: Display text for current month link in calendar
14744 #: templates/javascript/variables.twig:18
14745 msgid "Today"
14746 msgstr ""
14748 #: templates/javascript/variables.twig:20
14749 msgid "January"
14750 msgstr ""
14752 #: templates/javascript/variables.twig:21
14753 msgid "February"
14754 msgstr ""
14756 #: templates/javascript/variables.twig:22
14757 msgid "March"
14758 msgstr ""
14760 #: templates/javascript/variables.twig:23
14761 msgid "April"
14762 msgstr ""
14764 #. l10n: Short month name for May
14765 #: templates/javascript/variables.twig:24
14766 #: templates/javascript/variables.twig:38
14767 msgid "May"
14768 msgstr ""
14770 #: templates/javascript/variables.twig:25
14771 msgid "June"
14772 msgstr ""
14774 #: templates/javascript/variables.twig:26
14775 msgid "July"
14776 msgstr ""
14778 #: templates/javascript/variables.twig:27
14779 msgid "August"
14780 msgstr ""
14782 #: templates/javascript/variables.twig:28
14783 msgid "September"
14784 msgstr ""
14786 #: templates/javascript/variables.twig:29
14787 msgid "October"
14788 msgstr ""
14790 #: templates/javascript/variables.twig:30
14791 msgid "November"
14792 msgstr ""
14794 #: templates/javascript/variables.twig:31
14795 msgid "December"
14796 msgstr ""
14798 #. l10n: Short week day name for Sunday
14799 #: templates/javascript/variables.twig:57
14800 msgid "Sun"
14801 msgstr ""
14803 #. l10n: Minimal week day name for Sunday
14804 #: templates/javascript/variables.twig:66
14805 msgid "Su"
14806 msgstr ""
14808 #. l10n: Minimal week day name for Monday
14809 #: templates/javascript/variables.twig:67
14810 msgid "Mo"
14811 msgstr ""
14813 #. l10n: Minimal week day name for Tuesday
14814 #: templates/javascript/variables.twig:68
14815 msgid "Tu"
14816 msgstr ""
14818 #. l10n: Minimal week day name for Wednesday
14819 #: templates/javascript/variables.twig:69
14820 msgid "We"
14821 msgstr ""
14823 #. l10n: Minimal week day name for Thursday
14824 #: templates/javascript/variables.twig:70
14825 msgid "Th"
14826 msgstr ""
14828 #. l10n: Minimal week day name for Friday
14829 #: templates/javascript/variables.twig:71
14830 msgid "Fr"
14831 msgstr ""
14833 #. l10n: Minimal week day name for Saturday
14834 #: templates/javascript/variables.twig:72
14835 msgid "Sa"
14836 msgstr ""
14838 #. l10n: Column header for week of the year in calendar
14839 #: templates/javascript/variables.twig:74
14840 msgid "Wk"
14841 msgstr ""
14843 #: templates/javascript/variables.twig:82
14844 msgid "Hour"
14845 msgstr ""
14847 #: templates/javascript/variables.twig:83
14848 msgid "Minute"
14849 msgstr ""
14851 #: templates/javascript/variables.twig:84
14852 msgid "Second"
14853 msgstr ""
14855 #: templates/javascript/variables.twig:90
14856 msgid "This field is required"
14857 msgstr ""
14859 #: templates/javascript/variables.twig:91
14860 msgid "Please fix this field"
14861 msgstr ""
14863 #: templates/javascript/variables.twig:92
14864 msgid "Please enter a valid email address"
14865 msgstr ""
14867 #: templates/javascript/variables.twig:93
14868 msgid "Please enter a valid URL"
14869 msgstr ""
14871 #: templates/javascript/variables.twig:94
14872 msgid "Please enter a valid date"
14873 msgstr ""
14875 #: templates/javascript/variables.twig:95
14876 msgid "Please enter a valid date ( ISO )"
14877 msgstr ""
14879 #: templates/javascript/variables.twig:96
14880 msgid "Please enter a valid number"
14881 msgstr ""
14883 #: templates/javascript/variables.twig:97
14884 msgid "Please enter a valid credit card number"
14885 msgstr ""
14887 #: templates/javascript/variables.twig:98
14888 msgid "Please enter only digits"
14889 msgstr ""
14891 #: templates/javascript/variables.twig:99
14892 msgid "Please enter the same value again"
14893 msgstr ""
14895 #: templates/javascript/variables.twig:100
14896 msgid "Please enter no more than {0} characters"
14897 msgstr ""
14899 #: templates/javascript/variables.twig:101
14900 msgid "Please enter at least {0} characters"
14901 msgstr ""
14903 #: templates/javascript/variables.twig:102
14904 msgid "Please enter a value between {0} and {1} characters long"
14905 msgstr ""
14907 #: templates/javascript/variables.twig:103
14908 msgid "Please enter a value between {0} and {1}"
14909 msgstr ""
14911 #: templates/javascript/variables.twig:104
14912 msgid "Please enter a value less than or equal to {0}"
14913 msgstr ""
14915 #: templates/javascript/variables.twig:105
14916 msgid "Please enter a value greater than or equal to {0}"
14917 msgstr ""
14919 #: templates/javascript/variables.twig:106
14920 msgid "Please enter a valid date or time"
14921 msgstr ""
14923 #: templates/javascript/variables.twig:107
14924 msgid "Please enter a valid HEX input"
14925 msgstr ""
14927 #. l10n: To validate the usage of a MD5 function on the column
14928 #: templates/javascript/variables.twig:108
14929 msgid "This column can not contain a 32 chars value"
14930 msgstr ""
14932 #. l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
14933 #: templates/javascript/variables.twig:109
14934 msgid ""
14935 "These functions are meant to return a binary result; to avoid inconsistent "
14936 "results you should store it in a BINARY, VARBINARY, or BLOB column."
14937 msgstr ""
14939 #: templates/login/form.twig:58 templates/login/form.twig:117
14940 #: templates/login/form.twig:121 templates/login/form.twig:124
14941 msgid "Log in"
14942 msgstr ""
14944 #: templates/login/form.twig:64 templates/login/form.twig:69
14945 msgid "You can enter hostname/IP address and port separated by space."
14946 msgstr ""
14948 #: templates/login/form.twig:76
14949 msgid "Username:"
14950 msgstr ""
14952 #: templates/login/form.twig:85
14953 #: templates/server/privileges/change_password.twig:21
14954 #: templates/server/privileges/login_information_fields.twig:43
14955 #: templates/server/replication/change_primary.twig:18
14956 #: templates/server/replication/primary_add_replica_user.twig:49
14957 msgid "Password:"
14958 msgstr ""
14960 #: templates/login/form.twig:95
14961 msgid "Server choice:"
14962 msgstr ""
14964 #: templates/login/header.twig:17
14965 msgid ""
14966 "There is a mismatch between HTTPS indicated on the server and client. This "
14967 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
14968 "server configuration to indicate HTTPS properly."
14969 msgstr ""
14971 #: templates/login/twofactor/application_configure.twig:3
14972 msgid ""
14973 "Please scan following QR code into the two-factor authentication app on your "
14974 "device and enter authentication code it generates."
14975 msgstr ""
14977 #: templates/login/twofactor/application_configure.twig:13
14978 msgid "Secret/key:"
14979 msgstr ""
14981 #: templates/login/twofactor/application_configure.twig:16
14982 #: templates/login/twofactor/application.twig:2
14983 msgid "Authentication code:"
14984 msgstr ""
14986 #: templates/login/twofactor/application.twig:5
14987 msgid ""
14988 "Open the two-factor authentication app on your device to view your "
14989 "authentication code and verify your identity."
14990 msgstr ""
14992 #: templates/login/twofactor/invalid.twig:2
14993 msgid ""
14994 "The configured two factor authentication is not available, please install "
14995 "missing dependencies."
14996 msgstr ""
14998 #: templates/login/twofactor/key_configure.twig:3
14999 msgid ""
15000 "Please connect your FIDO U2F device into your computer's USB port. Then "
15001 "confirm registration on the device."
15002 msgstr ""
15004 #: templates/login/twofactor/key-https-warning.twig:3
15005 msgid ""
15006 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
15007 "most likely refuse to authenticate you."
15008 msgstr ""
15010 #: templates/login/twofactor/key.twig:3
15011 msgid ""
15012 "Please connect your FIDO U2F device into your computer's USB port. Then "
15013 "confirm login on the device."
15014 msgstr ""
15016 #: templates/login/twofactor.twig:10
15017 msgid "Verify"
15018 msgstr ""
15020 #: templates/menu/breadcrumbs.twig:27
15021 msgid "View:"
15022 msgstr ""
15024 #: templates/modals/unhide_nav_item.twig:5
15025 msgid "Show hidden navigation tree items."
15026 msgstr ""
15028 #: templates/navigation/item_unhide_dialog.twig:20
15029 msgid "Unhide"
15030 msgstr ""
15032 #: templates/navigation/main.twig:25 templates/navigation/main.twig:26
15033 msgid "Home"
15034 msgstr ""
15036 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15037 msgid "Empty session data"
15038 msgstr ""
15040 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15041 msgid "Log out"
15042 msgstr ""
15044 #: templates/navigation/main.twig:35 templates/navigation/main.twig:36
15045 msgid "phpMyAdmin documentation"
15046 msgstr ""
15048 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15049 msgid "MariaDB Documentation"
15050 msgstr ""
15052 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15053 msgid "MySQL Documentation"
15054 msgstr ""
15056 #: templates/navigation/main.twig:43 templates/navigation/main.twig:44
15057 msgid "Navigation panel settings"
15058 msgstr ""
15060 #: templates/navigation/main.twig:47 templates/navigation/main.twig:48
15061 msgid "Reload navigation panel"
15062 msgstr ""
15064 #: templates/navigation/main.twig:67
15065 msgid "An error has occurred while loading the navigation display"
15066 msgstr ""
15068 #: templates/navigation/main.twig:88
15069 msgid "SQL upload"
15070 msgstr ""
15072 #: templates/navigation/tree/fast_filter.twig:11
15073 #: templates/navigation/tree/fast_filter.twig:12
15074 msgid "Type to filter these, Enter to search all"
15075 msgstr ""
15077 #: templates/navigation/tree/fast_filter.twig:16
15078 msgid "Clear fast filter"
15079 msgstr ""
15081 #: templates/preferences/autoload.twig:7
15082 msgid ""
15083 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
15084 "import it for current session?"
15085 msgstr ""
15087 #: templates/preferences/autoload.twig:13
15088 msgid "Delete settings"
15089 msgstr ""
15091 #: templates/preferences/forms/main.twig:4
15092 msgid "Cannot save settings, submitted form contains errors!"
15093 msgstr ""
15095 #: templates/preferences/header.twig:6
15096 msgid "Manage your settings"
15097 msgstr ""
15099 #: templates/preferences/header.twig:12
15100 msgid "Two-factor authentication"
15101 msgstr ""
15103 #: templates/preferences/header.twig:55
15104 #: templates/preferences/manage/main.twig:72
15105 msgid "Configuration has been saved."
15106 msgstr ""
15108 #: templates/preferences/header.twig:60
15109 #, php-format
15110 msgid ""
15111 "Your preferences will be saved for current session only. Storing them "
15112 "permanently requires %sphpMyAdmin configuration storage%s."
15113 msgstr ""
15115 #: templates/preferences/manage/error.twig:1
15116 msgid "Configuration contains incorrect data for some fields."
15117 msgstr ""
15119 #: templates/preferences/manage/error.twig:16
15120 msgid "Do you want to import remaining settings?"
15121 msgstr ""
15123 #: templates/preferences/manage/main.twig:3
15124 #: templates/preferences/manage/main.twig:33
15125 msgid "Saved on: @DATE@"
15126 msgstr ""
15128 #: templates/preferences/manage/main.twig:20
15129 msgid "Import from file"
15130 msgstr ""
15132 #: templates/preferences/manage/main.twig:27
15133 msgid "Import from browser's storage"
15134 msgstr ""
15136 #: templates/preferences/manage/main.twig:30
15137 msgid "Settings will be imported from your browser's local storage."
15138 msgstr ""
15140 #: templates/preferences/manage/main.twig:36
15141 msgid "You have no saved settings!"
15142 msgstr ""
15144 #: templates/preferences/manage/main.twig:40
15145 #: templates/preferences/manage/main.twig:104
15146 msgid "This feature is not supported by your web browser"
15147 msgstr ""
15149 #: templates/preferences/manage/main.twig:44
15150 msgid "Merge with current configuration"
15151 msgstr ""
15153 #: templates/preferences/manage/main.twig:59
15154 #, php-format
15155 msgid ""
15156 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
15157 "script%s."
15158 msgstr ""
15160 #: templates/preferences/manage/main.twig:81
15161 msgid "Save as JSON file"
15162 msgstr ""
15164 #: templates/preferences/manage/main.twig:85
15165 msgid "Save as PHP file"
15166 msgstr ""
15168 #: templates/preferences/manage/main.twig:90
15169 msgid "Save to browser's storage"
15170 msgstr ""
15172 #: templates/preferences/manage/main.twig:96
15173 msgid "Settings will be saved in your browser's local storage."
15174 msgstr ""
15176 #: templates/preferences/manage/main.twig:99
15177 msgid "Existing settings will be overwritten!"
15178 msgstr ""
15180 #: templates/preferences/manage/main.twig:120
15181 msgid "You can reset all your settings and restore them to default values."
15182 msgstr ""
15184 #: templates/preferences/two_factor/configure.twig:5
15185 #: templates/preferences/two_factor/main.twig:57
15186 #: templates/preferences/two_factor/main.twig:70
15187 msgid "Configure two-factor authentication"
15188 msgstr ""
15190 #: templates/preferences/two_factor/configure.twig:12
15191 msgid "Enable two-factor authentication"
15192 msgstr ""
15194 #: templates/preferences/two_factor/confirm.twig:5
15195 msgid "Confirm disabling two-factor authentication"
15196 msgstr ""
15198 #: templates/preferences/two_factor/confirm.twig:9
15199 msgid ""
15200 "By disabling two factor authentication you will be again able to login using "
15201 "password only."
15202 msgstr ""
15204 #: templates/preferences/two_factor/confirm.twig:13
15205 #: templates/preferences/two_factor/main.twig:46
15206 msgid "Disable two-factor authentication"
15207 msgstr ""
15209 #: templates/preferences/two_factor/main.twig:5
15210 msgid "Two-factor authentication status"
15211 msgstr ""
15213 #: templates/preferences/two_factor/main.twig:11
15214 msgid ""
15215 "Two-factor authentication is not available, please install optional "
15216 "dependencies to enable authentication backends."
15217 msgstr ""
15219 #: templates/preferences/two_factor/main.twig:12
15220 msgid "Following composer packages are missing:"
15221 msgstr ""
15223 #: templates/preferences/two_factor/main.twig:20
15224 msgid "Two-factor authentication is available and configured for this account."
15225 msgstr ""
15227 #: templates/preferences/two_factor/main.twig:22
15228 msgid ""
15229 "Two-factor authentication is available, but not configured for this account."
15230 msgstr ""
15232 #: templates/preferences/two_factor/main.twig:26
15233 msgid ""
15234 "Two-factor authentication is not available, enable phpMyAdmin configuration "
15235 "storage to use it."
15236 msgstr ""
15238 #: templates/preferences/two_factor/main.twig:41
15239 msgid "You have enabled two factor authentication."
15240 msgstr ""
15242 #: templates/recent_favorite_table_no_tables.twig:3
15243 msgid "There are no recent tables."
15244 msgstr ""
15246 #: templates/recent_favorite_table_no_tables.twig:5
15247 msgid "There are no favorite tables."
15248 msgstr ""
15250 #: templates/relation/check_relations.twig:3
15251 msgid "phpMyAdmin configuration storage"
15252 msgstr ""
15254 #: templates/relation/check_relations.twig:9
15255 msgid "Configuration of pmadb…"
15256 msgstr ""
15258 #: templates/relation/check_relations.twig:10
15259 #: templates/relation/check_relations.twig:56
15260 #: templates/relation/check_relations.twig:81
15261 #: templates/relation/check_relations.twig:106
15262 #: templates/relation/check_relations.twig:119
15263 #: templates/relation/check_relations.twig:144
15264 #: templates/relation/check_relations.twig:189
15265 #: templates/relation/check_relations.twig:214
15266 #: templates/relation/check_relations.twig:239
15267 #: templates/relation/check_relations.twig:264
15268 #: templates/relation/check_relations.twig:289
15269 #: templates/relation/check_relations.twig:314
15270 #: templates/relation/check_relations.twig:339
15271 #: templates/relation/check_relations.twig:364
15272 #: templates/relation/check_relations.twig:377
15273 #: templates/relation/check_relations.twig:402
15274 #: templates/relation/check_relations.twig:427
15275 #: templates/relation/check_relations.twig:452
15276 #: templates/relation/check_relations.twig:477
15277 #: templates/relation/check_relations.twig:502
15278 msgid "not OK"
15279 msgstr ""
15281 #: templates/relation/check_relations.twig:14
15282 msgid "General relation features"
15283 msgstr ""
15285 #: templates/relation/check_relations.twig:20
15286 #, php-format
15287 msgid ""
15288 "%sCreate%s a database named '%s' and setup the phpMyAdmin configuration "
15289 "storage there."
15290 msgstr ""
15292 #: templates/relation/check_relations.twig:24
15293 #, php-format
15294 msgid ""
15295 "%sCreate%s the phpMyAdmin configuration storage in the current database."
15296 msgstr ""
15298 #: templates/relation/check_relations.twig:31
15299 #, php-format
15300 msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
15301 msgstr ""
15303 #: templates/relation/check_relations.twig:42
15304 #: templates/relation/check_relations.twig:54
15305 #: templates/relation/check_relations.twig:79
15306 #: templates/relation/check_relations.twig:104
15307 #: templates/relation/check_relations.twig:117
15308 #: templates/relation/check_relations.twig:142
15309 #: templates/relation/check_relations.twig:187
15310 #: templates/relation/check_relations.twig:212
15311 #: templates/relation/check_relations.twig:237
15312 #: templates/relation/check_relations.twig:262
15313 #: templates/relation/check_relations.twig:287
15314 #: templates/relation/check_relations.twig:312
15315 #: templates/relation/check_relations.twig:337
15316 #: templates/relation/check_relations.twig:362
15317 #: templates/relation/check_relations.twig:375
15318 #: templates/relation/check_relations.twig:400
15319 #: templates/relation/check_relations.twig:425
15320 #: templates/relation/check_relations.twig:450
15321 #: templates/relation/check_relations.twig:475
15322 #: templates/relation/check_relations.twig:500
15323 msgctxt "Correctly working"
15324 msgid "OK"
15325 msgstr ""
15327 #: templates/relation/check_relations.twig:62
15328 msgid "General relation features:"
15329 msgstr ""
15331 #: templates/relation/check_relations.twig:64
15332 #: templates/relation/check_relations.twig:89
15333 #: templates/relation/check_relations.twig:127
15334 #: templates/relation/check_relations.twig:152
15335 #: templates/relation/check_relations.twig:162
15336 #: templates/relation/check_relations.twig:197
15337 #: templates/relation/check_relations.twig:222
15338 #: templates/relation/check_relations.twig:247
15339 #: templates/relation/check_relations.twig:272
15340 #: templates/relation/check_relations.twig:297
15341 #: templates/relation/check_relations.twig:322
15342 #: templates/relation/check_relations.twig:347
15343 #: templates/relation/check_relations.twig:385
15344 #: templates/relation/check_relations.twig:410
15345 #: templates/relation/check_relations.twig:435
15346 #: templates/relation/check_relations.twig:460
15347 #: templates/relation/check_relations.twig:485
15348 #: templates/relation/check_relations.twig:510
15349 msgid "Enabled"
15350 msgstr ""
15352 #: templates/relation/check_relations.twig:87
15353 msgid "Display features:"
15354 msgstr ""
15356 #: templates/relation/check_relations.twig:125
15357 msgid "Designer and creation of PDFs:"
15358 msgstr ""
15360 #: templates/relation/check_relations.twig:150
15361 msgid "Displaying column comments:"
15362 msgstr ""
15364 #: templates/relation/check_relations.twig:160
15365 msgid "Browser transformation:"
15366 msgstr ""
15368 #: templates/relation/check_relations.twig:172
15369 msgid "Please see the documentation on how to update your column_info table."
15370 msgstr ""
15372 #: templates/relation/check_relations.twig:195
15373 msgid "Bookmarked SQL query:"
15374 msgstr ""
15376 #: templates/relation/check_relations.twig:220
15377 msgid "SQL history:"
15378 msgstr ""
15380 #: templates/relation/check_relations.twig:245
15381 msgid "Persistent recently used tables:"
15382 msgstr ""
15384 #: templates/relation/check_relations.twig:270
15385 msgid "Persistent favorite tables:"
15386 msgstr ""
15388 #: templates/relation/check_relations.twig:295
15389 msgid "Persistent tables' UI preferences:"
15390 msgstr ""
15392 #: templates/relation/check_relations.twig:320
15393 msgid "Tracking:"
15394 msgstr ""
15396 #: templates/relation/check_relations.twig:345
15397 msgid "User preferences:"
15398 msgstr ""
15400 #: templates/relation/check_relations.twig:383
15401 msgid "Configurable menus:"
15402 msgstr ""
15404 #: templates/relation/check_relations.twig:408
15405 msgid "Hide/show navigation items:"
15406 msgstr ""
15408 #: templates/relation/check_relations.twig:433
15409 msgid "Saving Query-By-Example searches:"
15410 msgstr ""
15412 #: templates/relation/check_relations.twig:458
15413 msgid "Managing central list of columns:"
15414 msgstr ""
15416 #: templates/relation/check_relations.twig:483
15417 msgid "Remembering designer settings:"
15418 msgstr ""
15420 #: templates/relation/check_relations.twig:508
15421 msgid "Saving export templates:"
15422 msgstr ""
15424 #: templates/relation/check_relations.twig:519
15425 msgid "Quick steps to set up advanced features:"
15426 msgstr ""
15428 #: templates/relation/check_relations.twig:523
15429 #, php-format
15430 msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
15431 msgstr ""
15433 #: templates/relation/check_relations.twig:527
15434 msgid "Create a pma user and give access to these tables."
15435 msgstr ""
15437 #: templates/relation/check_relations.twig:531
15438 msgid ""
15439 "Enable advanced features in configuration file (<code>config.inc.php</"
15440 "code>), for example by starting from <code>config.sample.inc.php</code>."
15441 msgstr ""
15443 #: templates/relation/check_relations.twig:535
15444 msgid "Re-login to phpMyAdmin to load the updated configuration file."
15445 msgstr ""
15447 #: templates/server/binlog/index.twig:10
15448 msgid "Select binary log to view"
15449 msgstr ""
15451 #: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
15452 #: templates/server/status/processes/list.twig:20
15453 msgid "Truncate shown queries"
15454 msgstr ""
15456 #: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
15457 #: templates/server/status/processes/list.twig:26
15458 msgid "Show full queries"
15459 msgstr ""
15461 #: templates/server/binlog/index.twig:84
15462 msgid "Log name"
15463 msgstr ""
15465 #: templates/server/binlog/index.twig:85
15466 msgid "Position"
15467 msgstr ""
15469 #: templates/server/binlog/index.twig:87
15470 #: templates/server/replication/primary_replication.twig:24
15471 msgid "Server ID"
15472 msgstr ""
15474 #: templates/server/binlog/index.twig:88
15475 msgid "Original position"
15476 msgstr ""
15478 #: templates/server/binlog/index.twig:89
15479 #: templates/table/structure/display_table_stats.twig:3
15480 msgid "Information"
15481 msgstr ""
15483 #: templates/server/collations/index.twig:4
15484 msgid "Character sets and collations"
15485 msgstr ""
15487 #: templates/server/collations/index.twig:23
15488 msgctxt "The collation is the default one"
15489 msgid "default"
15490 msgstr ""
15492 #: templates/server/databases/index.twig:3
15493 msgid "Databases statistics"
15494 msgstr ""
15496 #: templates/server/databases/index.twig:9
15497 msgid "Create database"
15498 msgstr ""
15500 #: templates/server/databases/index.twig:50
15501 msgid "No privileges to create databases"
15502 msgstr ""
15504 #: templates/server/databases/index.twig:156
15505 #: templates/server/replication/index.twig:18
15506 #: templates/server/replication/primary_replication.twig:3
15507 msgid "Primary replication"
15508 msgstr ""
15510 #: templates/server/databases/index.twig:160
15511 #: templates/server/replication/replica_configuration.twig:2
15512 msgid "Replica replication"
15513 msgstr ""
15515 #: templates/server/databases/index.twig:181
15516 #, php-format
15517 msgid "Jump to database '%s'"
15518 msgstr ""
15520 #: templates/server/databases/index.twig:242
15521 #, php-format
15522 msgid "Check privileges for database \"%s\"."
15523 msgstr ""
15525 #: templates/server/databases/index.twig:243
15526 msgid "Check privileges"
15527 msgstr ""
15529 #: templates/server/databases/index.twig:298
15530 msgid ""
15531 "Note: Enabling the database statistics here might cause heavy traffic "
15532 "between the web server and the MySQL server."
15533 msgstr ""
15535 #: templates/server/databases/index.twig:300
15536 #: templates/server/databases/index.twig:301
15537 msgid "Enable statistics"
15538 msgstr ""
15540 #: templates/server/databases/index.twig:308
15541 msgid "No databases"
15542 msgstr ""
15544 #: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
15545 msgid "Storage engines"
15546 msgstr ""
15548 #: templates/server/engines/index.twig:13
15549 msgid "Storage Engine"
15550 msgstr ""
15552 #: templates/server/engines/show.twig:45
15553 msgid "Unknown storage engine."
15554 msgstr ""
15556 #: templates/server/export/index.twig:26
15557 msgid "@SERVER@ will become the server name."
15558 msgstr ""
15560 #: templates/server/export/index.twig:3
15561 msgid "Exporting databases from the current server"
15562 msgstr ""
15564 #: templates/server/import/index.twig:3
15565 msgid "Importing into the current server"
15566 msgstr ""
15568 #: templates/server/plugins/index.twig:26
15569 msgid "Plugin"
15570 msgstr ""
15572 #: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
15573 msgid "Version"
15574 msgstr ""
15576 #: templates/server/plugins/index.twig:29
15577 msgid "Author"
15578 msgstr ""
15580 #: templates/server/plugins/index.twig:41
15581 msgid "inactive"
15582 msgstr ""
15584 #: templates/server/plugins/index.twig:43
15585 msgid "disabled"
15586 msgstr ""
15588 #: templates/server/plugins/index.twig:45
15589 msgid "deleting"
15590 msgstr ""
15592 #: templates/server/plugins/index.twig:47
15593 msgid "deleted"
15594 msgstr ""
15596 #: templates/server/privileges/add_user.twig:12
15597 msgid "Database for user account"
15598 msgstr ""
15600 #: templates/server/privileges/add_user.twig:15
15601 msgid "Create database with same name and grant all privileges."
15602 msgstr ""
15604 #: templates/server/privileges/add_user.twig:19
15605 msgid "Grant all privileges on wildcard name (username\\_%)."
15606 msgstr ""
15608 #: templates/server/privileges/add_user.twig:24
15609 #, php-format
15610 msgid "Grant all privileges on database %s."
15611 msgstr ""
15613 #: templates/server/privileges/change_password.twig:15
15614 msgid "No Password"
15615 msgstr ""
15617 #: templates/server/privileges/change_password.twig:24
15618 msgid "Enter:"
15619 msgstr ""
15621 #: templates/server/privileges/change_password.twig:28
15622 #: templates/server/privileges/login_information_fields.twig:54
15623 msgctxt "Password strength"
15624 msgid "Strength:"
15625 msgstr ""
15627 #: templates/server/privileges/change_password.twig:32
15628 #: templates/server/privileges/login_information_fields.twig:60
15629 #: templates/server/replication/primary_add_replica_user.twig:62
15630 msgid "Re-type:"
15631 msgstr ""
15633 #: templates/server/privileges/change_password.twig:40
15634 msgid "Password Hashing:"
15635 msgstr ""
15637 #: templates/server/privileges/change_password.twig:58
15638 msgid ""
15639 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
15640 "connection that encrypts the password using RSA</i>'; while connecting to "
15641 "the server."
15642 msgstr ""
15644 #: templates/server/privileges/choose_user_group.twig:5
15645 msgid "User group:"
15646 msgstr ""
15648 #: templates/server/privileges/edit_routine_privileges.twig:4
15649 #: templates/server/privileges/user_properties.twig:4
15650 msgid "Edit privileges:"
15651 msgstr ""
15653 #: templates/server/privileges/edit_routine_privileges.twig:5
15654 #: templates/server/privileges/user_properties.twig:5
15655 msgid "User account"
15656 msgstr ""
15658 #: templates/server/privileges/edit_routine_privileges.twig:34
15659 #: templates/server/privileges/user_properties.twig:53
15660 msgid ""
15661 "Note: You are attempting to edit privileges of the user with which you are "
15662 "currently logged in."
15663 msgstr ""
15665 #: templates/server/privileges/edit_routine_privileges.twig:51
15666 #: templates/server/privileges/privileges_table.twig:10
15667 #: templates/server/privileges/privileges_table.twig:272
15668 msgid "Note: MySQL privilege names are expressed in English."
15669 msgstr ""
15671 #: templates/server/privileges/edit_routine_privileges.twig:63
15672 #: templates/server/privileges/edit_routine_privileges.twig:67
15673 msgid ""
15674 "Allows user to give to other users or remove from other users privileges "
15675 "that user possess on this routine."
15676 msgstr ""
15678 #: templates/server/privileges/edit_routine_privileges.twig:76
15679 #: templates/server/privileges/edit_routine_privileges.twig:79
15680 msgid "Allows altering and dropping this routine."
15681 msgstr ""
15683 #: templates/server/privileges/edit_routine_privileges.twig:88
15684 #: templates/server/privileges/edit_routine_privileges.twig:91
15685 msgid "Allows executing this routine."
15686 msgstr ""
15688 #: templates/server/privileges/initials_row.twig:1
15689 msgid "Pagination of user accounts"
15690 msgstr ""
15692 #: templates/server/privileges/login_information_fields.twig:2
15693 #: templates/server/privileges/user_properties.twig:106
15694 msgid "Login Information"
15695 msgstr ""
15697 #: templates/server/privileges/login_information_fields.twig:4
15698 #: templates/server/replication/change_primary.twig:14
15699 #: templates/server/replication/primary_add_replica_user.twig:16
15700 msgid "User name:"
15701 msgstr ""
15703 #: templates/server/privileges/login_information_fields.twig:7
15704 #: templates/server/replication/primary_add_replica_user.twig:20
15705 msgid "Any user"
15706 msgstr ""
15708 #: templates/server/privileges/login_information_fields.twig:8
15709 #: templates/server/privileges/login_information_fields.twig:33
15710 #: templates/server/privileges/login_information_fields.twig:50
15711 #: templates/server/privileges/privileges_summary.twig:75
15712 #: templates/server/privileges/privileges_summary.twig:90
15713 msgid "Use text field"
15714 msgstr ""
15716 #: templates/server/privileges/login_information_fields.twig:16
15717 msgid ""
15718 "An account already exists with the same username but possibly a different "
15719 "hostname."
15720 msgstr ""
15722 #: templates/server/privileges/login_information_fields.twig:22
15723 msgid "Host name:"
15724 msgstr ""
15726 #: templates/server/privileges/login_information_fields.twig:27
15727 #: templates/server/replication/primary_add_replica_user.twig:34
15728 msgid "Any host"
15729 msgstr ""
15731 #: templates/server/privileges/login_information_fields.twig:28
15732 #: templates/server/replication/primary_add_replica_user.twig:35
15733 msgid "Local"
15734 msgstr ""
15736 #: templates/server/privileges/login_information_fields.twig:30
15737 #: templates/server/replication/primary_add_replica_user.twig:37
15738 msgid "This host"
15739 msgstr ""
15741 #: templates/server/privileges/login_information_fields.twig:32
15742 #: templates/server/replication/primary_add_replica_user.twig:39
15743 msgid "Use host table"
15744 msgstr ""
15746 #: templates/server/privileges/login_information_fields.twig:39
15747 #: templates/server/replication/primary_add_replica_user.twig:44
15748 msgid ""
15749 "When Host table is used, this field is ignored and values stored in Host "
15750 "table are used instead."
15751 msgstr ""
15753 #: templates/server/privileges/login_information_fields.twig:45
15754 #: templates/server/privileges/login_information_fields.twig:53
15755 #: templates/server/privileges/users_overview.twig:10
15756 #: templates/server/replication/change_primary.twig:19
15757 #: templates/server/replication/primary_add_replica_user.twig:52
15758 #: templates/server/replication/primary_add_replica_user.twig:57
15759 msgid "Password"
15760 msgstr ""
15762 #: templates/server/privileges/login_information_fields.twig:47
15763 msgid "Do not change the password"
15764 msgstr ""
15766 #: templates/server/privileges/login_information_fields.twig:49
15767 #: templates/server/replication/primary_add_replica_user.twig:53
15768 msgid "No password"
15769 msgstr ""
15771 #: templates/server/privileges/login_information_fields.twig:62
15772 #: templates/server/replication/primary_add_replica_user.twig:65
15773 msgid "Re-type"
15774 msgstr ""
15776 #: templates/server/privileges/login_information_fields.twig:68
15777 msgid "Authentication plugin"
15778 msgstr ""
15780 #: templates/server/privileges/login_information_fields.twig:70
15781 msgid "Password hashing method"
15782 msgstr ""
15784 #: templates/server/privileges/login_information_fields.twig:83
15785 msgid ""
15786 "This method requires using an '<em>SSL connection</em>' or an "
15787 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
15788 "while connecting to the server."
15789 msgstr ""
15791 #: templates/server/privileges/new_user_ajax.twig:52
15792 #: templates/server/privileges/users_overview.twig:83
15793 #: templates/server/privileges/users_overview.twig:168
15794 msgid "Edit user group"
15795 msgstr ""
15797 #: templates/server/privileges/privileges_summary.twig:20
15798 msgid "Column-specific privileges"
15799 msgstr ""
15801 #: templates/server/privileges/privileges_summary.twig:54
15802 msgid "Add privileges on the following database(s):"
15803 msgstr ""
15805 #: templates/server/privileges/privileges_summary.twig:67
15806 msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
15807 msgstr ""
15809 #: templates/server/privileges/privileges_summary.twig:71
15810 msgid "Add privileges on the following table:"
15811 msgstr ""
15813 #: templates/server/privileges/privileges_summary.twig:86
15814 msgid "Add privileges on the following routine:"
15815 msgstr ""
15817 #: templates/server/privileges/privileges_table.twig:35
15818 #: templates/server/privileges/privileges_table.twig:36
15819 #: templates/server/privileges/privileges_table.twig:62
15820 #: templates/server/privileges/privileges_table.twig:63
15821 #: templates/server/privileges/privileges_table.twig:89
15822 #: templates/server/privileges/privileges_table.twig:90
15823 #: templates/server/privileges/privileges_table.twig:116
15824 #: templates/server/privileges/privileges_table.twig:117
15825 msgctxt "None privileges"
15826 msgid "None"
15827 msgstr ""
15829 #: templates/server/privileges/privileges_table.twig:160
15830 #: templates/server/privileges/privileges_table.twig:164
15831 #: templates/server/privileges/privileges_table.twig:638
15832 #: templates/server/privileges/privileges_table.twig:642
15833 msgid ""
15834 "Allows user to give to other users or remove from other users the privileges "
15835 "that user possess yourself."
15836 msgstr ""
15838 #: templates/server/privileges/privileges_table.twig:255
15839 msgid "Global"
15840 msgstr ""
15842 #: templates/server/privileges/privileges_table.twig:262
15843 #: templates/server/privileges/users_overview.twig:12
15844 msgid "Global privileges"
15845 msgstr ""
15847 #: templates/server/privileges/privileges_table.twig:552
15848 msgid "Administration"
15849 msgstr ""
15851 #: templates/server/privileges/privileges_table.twig:559
15852 #: templates/server/privileges/privileges_table.twig:562
15853 msgid ""
15854 "Allows adding users and privileges without reloading the privilege tables."
15855 msgstr ""
15857 #: templates/server/privileges/privileges_table.twig:670
15858 msgid "Allows creating foreign key relations."
15859 msgstr ""
15861 #: templates/server/privileges/privileges_table.twig:670
15862 msgid "Not used on MariaDB."
15863 msgstr ""
15865 #: templates/server/privileges/privileges_table.twig:670
15866 msgid "Not used for this MySQL version."
15867 msgstr ""
15869 #: templates/server/privileges/privileges_table.twig:721
15870 msgid "Resource limits"
15871 msgstr ""
15873 #: templates/server/privileges/privileges_table.twig:723
15874 msgid "Note: Setting these options to 0 (zero) removes the limit."
15875 msgstr ""
15877 #: templates/server/privileges/privileges_table.twig:729
15878 #: templates/server/privileges/privileges_table.twig:736
15879 msgid "Limits the number of queries the user may send to the server per hour."
15880 msgstr ""
15882 #: templates/server/privileges/privileges_table.twig:742
15883 #: templates/server/privileges/privileges_table.twig:749
15884 msgid ""
15885 "Limits the number of commands that change any table or database the user may "
15886 "execute per hour."
15887 msgstr ""
15889 #: templates/server/privileges/privileges_table.twig:755
15890 #: templates/server/privileges/privileges_table.twig:762
15891 msgid "Limits the number of new connections the user may open per hour."
15892 msgstr ""
15894 #: templates/server/privileges/privileges_table.twig:768
15895 #: templates/server/privileges/privileges_table.twig:775
15896 msgid "Limits the number of simultaneous connections the user may have."
15897 msgstr ""
15899 #: templates/server/privileges/privileges_table.twig:784
15900 msgid "Does not require SSL-encrypted connections."
15901 msgstr ""
15903 #: templates/server/privileges/privileges_table.twig:793
15904 msgid "Requires SSL-encrypted connections."
15905 msgstr ""
15907 #: templates/server/privileges/privileges_table.twig:802
15908 msgid "Requires a valid X509 certificate."
15909 msgstr ""
15911 #: templates/server/privileges/privileges_table.twig:823
15912 msgid "Requires that a specific cipher method be used for a connection."
15913 msgstr ""
15915 #: templates/server/privileges/privileges_table.twig:832
15916 msgid "Requires that a valid X509 certificate issued by this CA be presented."
15917 msgstr ""
15919 #: templates/server/privileges/privileges_table.twig:841
15920 msgid "Requires that a valid X509 certificate with this subject be presented."
15921 msgstr ""
15923 #: templates/server/privileges/subnav.twig:5
15924 #: templates/server/privileges/user_overview.twig:5
15925 msgid "User accounts overview"
15926 msgstr ""
15928 #: templates/server/privileges/subnav.twig:11
15929 #: templates/server/user_groups/user_groups.twig:1
15930 #: templates/server/user_groups/user_groups.twig:9
15931 msgid "User groups"
15932 msgstr ""
15934 #: templates/server/privileges/user_properties.twig:57
15935 #: templates/server/privileges/users_overview.twig:57
15936 msgid "The selected user was not found in the privilege table."
15937 msgstr ""
15939 #: templates/server/privileges/user_properties.twig:107
15940 msgid "Change login information / Copy user account"
15941 msgstr ""
15943 #: templates/server/privileges/user_properties.twig:114
15944 msgid "Create a new user account with the same privileges and …"
15945 msgstr ""
15947 #: templates/server/privileges/user_properties.twig:120
15948 msgid "… keep the old one."
15949 msgstr ""
15951 #: templates/server/privileges/user_properties.twig:127
15952 msgid "… delete the old one from the user tables."
15953 msgstr ""
15955 #: templates/server/privileges/user_properties.twig:134
15956 msgid ""
15957 "… revoke all active privileges from the old one and delete it afterwards."
15958 msgstr ""
15960 #: templates/server/privileges/user_properties.twig:141
15961 msgid ""
15962 "… delete the old one from the user tables and reload the privileges "
15963 "afterwards."
15964 msgstr ""
15966 #: templates/server/privileges/users_overview.twig:16
15967 msgid "User group"
15968 msgstr ""
15970 #: templates/server/privileges/users_overview.twig:147
15971 msgid "Remove selected user accounts"
15972 msgstr ""
15974 #: templates/server/privileges/users_overview.twig:149
15975 msgid "Revoke all active privileges from the users and delete them afterwards."
15976 msgstr ""
15978 #: templates/server/privileges/users_overview.twig:153
15979 msgid "Drop the databases that have the same names as the users."
15980 msgstr ""
15982 #: templates/server/privileges/users_overview.twig:178
15983 msgid "Save changes"
15984 msgstr ""
15986 #: templates/server/replication/change_primary.twig:5
15987 msgid "Replica configuration"
15988 msgstr ""
15990 #: templates/server/replication/change_primary.twig:6
15991 #: templates/server/replication/replica_configuration.twig:97
15992 msgid "Change or reconfigure primary server"
15993 msgstr ""
15995 #: templates/server/replication/change_primary.twig:9
15996 msgid ""
15997 "Make sure you have a unique server-id in your configuration file (my.cnf). "
15998 "If not, please add the following line into [mysqld] section:"
15999 msgstr ""
16001 #: templates/server/replication/change_primary.twig:26
16002 msgid "Port:"
16003 msgstr ""
16005 #: templates/server/replication/index.twig:21
16006 #, php-format
16007 msgid ""
16008 "This server is not configured as primary in a replication process. Would you "
16009 "like to %sconfigure%s it?"
16010 msgstr ""
16012 #: templates/server/replication/index.twig:43
16013 msgid "No privileges"
16014 msgstr ""
16016 #: templates/server/replication/primary_add_replica_user.twig:6
16017 #: templates/server/replication/primary_replication.twig:44
16018 msgid "Add replica replication user"
16019 msgstr ""
16021 #: templates/server/replication/primary_add_replica_user.twig:21
16022 #: templates/server/replication/primary_add_replica_user.twig:40
16023 #: templates/server/replication/primary_add_replica_user.twig:54
16024 msgid "Use text field:"
16025 msgstr ""
16027 #: templates/server/replication/primary_add_replica_user.twig:70
16028 msgid "Generate password:"
16029 msgstr ""
16031 #: templates/server/replication/primary_configuration.twig:2
16032 msgid "Primary configuration"
16033 msgstr ""
16035 #: templates/server/replication/primary_configuration.twig:4
16036 msgid ""
16037 "This server is not configured as a primary server in a replication process. "
16038 "You can choose from either replicating all databases and ignoring some of "
16039 "them (useful if you want to replicate a majority of the databases) or you "
16040 "can choose to ignore all databases by default and allow only certain "
16041 "databases to be replicated. Please select the mode:"
16042 msgstr ""
16044 #: templates/server/replication/primary_configuration.twig:9
16045 msgid "Replicate all databases; Ignore:"
16046 msgstr ""
16048 #: templates/server/replication/primary_configuration.twig:10
16049 msgid "Ignore all databases; Replicate:"
16050 msgstr ""
16052 #: templates/server/replication/primary_configuration.twig:12
16053 msgid "Please select databases:"
16054 msgstr ""
16056 #: templates/server/replication/primary_configuration.twig:15
16057 msgid ""
16058 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
16059 "and please restart the MySQL server afterwards."
16060 msgstr ""
16062 #: templates/server/replication/primary_configuration.twig:21
16063 msgid ""
16064 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
16065 "should see a message informing you, that this server <strong>is</strong> "
16066 "configured as primary."
16067 msgstr ""
16069 #: templates/server/replication/primary_replication.twig:5
16070 msgid "This server is configured as primary in a replication process."
16071 msgstr ""
16073 #: templates/server/replication/primary_replication.twig:16
16074 msgid "Show connected replicas"
16075 msgstr ""
16077 #: templates/server/replication/primary_replication.twig:38
16078 msgid ""
16079 "Only replicas started with the --report-host=host_name option are visible in "
16080 "this list."
16081 msgstr ""
16083 #: templates/server/replication/replica_configuration.twig:5
16084 msgid "Primary connection:"
16085 msgstr ""
16087 #: templates/server/replication/replica_configuration.twig:25
16088 msgid "Replica SQL Thread not running!"
16089 msgstr ""
16091 #: templates/server/replication/replica_configuration.twig:28
16092 msgid "Replica IO Thread not running!"
16093 msgstr ""
16095 #: templates/server/replication/replica_configuration.twig:31
16096 msgid ""
16097 "Server is configured as replica in a replication process. Would you like to:"
16098 msgstr ""
16100 #: templates/server/replication/replica_configuration.twig:34
16101 msgid "See replica status table"
16102 msgstr ""
16104 #: templates/server/replication/replica_configuration.twig:38
16105 msgid "Control replica:"
16106 msgstr ""
16108 #: templates/server/replication/replica_configuration.twig:48
16109 msgid "Reset replica"
16110 msgstr ""
16112 #: templates/server/replication/replica_configuration.twig:54
16113 msgid "Start SQL Thread only"
16114 msgstr ""
16116 #: templates/server/replication/replica_configuration.twig:56
16117 msgid "Stop SQL Thread only"
16118 msgstr ""
16120 #: templates/server/replication/replica_configuration.twig:63
16121 msgid "Start IO Thread only"
16122 msgstr ""
16124 #: templates/server/replication/replica_configuration.twig:65
16125 msgid "Stop IO Thread only"
16126 msgstr ""
16128 #: templates/server/replication/replica_configuration.twig:74
16129 msgid "Error management:"
16130 msgstr ""
16132 #: templates/server/replication/replica_configuration.twig:77
16133 msgid "Skipping errors might lead into unsynchronized primary and replica!"
16134 msgstr ""
16136 #: templates/server/replication/replica_configuration.twig:81
16137 msgid "Skip current error"
16138 msgstr ""
16140 #: templates/server/replication/replica_configuration.twig:87
16141 #, php-format
16142 msgid "Skip next %s errors."
16143 msgstr ""
16145 #: templates/server/replication/replica_configuration.twig:107
16146 #, php-format
16147 msgid ""
16148 "This server is not configured as replica in a replication process. Would you "
16149 "like to %sconfigure%s it?"
16150 msgstr ""
16152 #: templates/server/replication/status_table.twig:6
16153 #, fuzzy
16154 #| msgid "Primary"
16155 msgid "Primary status"
16156 msgstr "የመጀመሪያ"
16158 #: templates/server/replication/status_table.twig:8
16159 msgid "Replica status"
16160 msgstr ""
16162 #: templates/server/replication/status_table.twig:16
16163 #: templates/server/status/variables/index.twig:75
16164 #: templates/server/variables/index.twig:31
16165 msgid "Variable"
16166 msgstr ""
16168 #: templates/server/select/index.twig:7 templates/server/select/index.twig:19
16169 msgid "Current server:"
16170 msgstr ""
16172 #: templates/server/status/advisor/index.twig:6
16173 #: templates/server/status/advisor/index.twig:19
16174 msgid "Advisor system"
16175 msgstr ""
16177 #: templates/server/status/advisor/index.twig:9
16178 msgid "Not enough privilege to view the advisor."
16179 msgstr ""
16181 #: templates/server/status/advisor/index.twig:12
16182 msgid "Instructions"
16183 msgstr ""
16185 #: templates/server/status/advisor/index.twig:24
16186 msgid ""
16187 "The Advisor system can provide recommendations on server variables by "
16188 "analyzing the server status variables."
16189 msgstr ""
16191 #: templates/server/status/advisor/index.twig:29
16192 msgid ""
16193 "Do note however that this system provides recommendations based on simple "
16194 "calculations and by rule of thumb which may not necessarily apply to your "
16195 "system."
16196 msgstr ""
16198 #: templates/server/status/advisor/index.twig:34
16199 msgid ""
16200 "Prior to changing any of the configuration, be sure to know what you are "
16201 "changing (by reading the documentation) and how to undo the change. Wrong "
16202 "tuning can have a very negative effect on performance."
16203 msgstr ""
16205 #: templates/server/status/advisor/index.twig:39
16206 msgid ""
16207 "The best way to tune your system would be to change only one setting at a "
16208 "time, observe or benchmark your database, and undo the change if there was "
16209 "no clearly measurable improvement."
16210 msgstr ""
16212 #: templates/server/status/advisor/index.twig:53
16213 msgid "Errors occurred while executing rule expressions:"
16214 msgstr ""
16216 #: templates/server/status/advisor/index.twig:63
16217 msgid "Possible performance issues"
16218 msgstr ""
16220 #: templates/server/status/advisor/index.twig:76
16221 msgid "Issue:"
16222 msgstr ""
16224 #: templates/server/status/advisor/index.twig:79
16225 #, fuzzy
16226 #| msgid "Table comments:"
16227 msgid "Recommendation:"
16228 msgstr "የቴብል ኮሜንት"
16230 #: templates/server/status/advisor/index.twig:82
16231 msgid "Justification:"
16232 msgstr ""
16234 #: templates/server/status/advisor/index.twig:85
16235 msgid "Used variable / formula:"
16236 msgstr ""
16238 #: templates/server/status/advisor/index.twig:88
16239 msgid "Test:"
16240 msgstr ""
16242 #: templates/server/status/base.twig:16
16243 msgid "Query statistics"
16244 msgstr ""
16246 #: templates/server/status/base.twig:21
16247 msgid "All status variables"
16248 msgstr ""
16250 #: templates/server/status/base.twig:26
16251 msgid "Monitor"
16252 msgstr ""
16254 #: templates/server/status/base.twig:31
16255 msgid "Advisor"
16256 msgstr ""
16258 #: templates/server/status/monitor/index.twig:8
16259 msgid "Start Monitor"
16260 msgstr ""
16262 #: templates/server/status/monitor/index.twig:16
16263 msgid "Instructions/Setup"
16264 msgstr ""
16266 #: templates/server/status/monitor/index.twig:20
16267 msgid "Done dragging (rearranging) charts"
16268 msgstr ""
16270 #: templates/server/status/monitor/index.twig:27
16271 msgid "Add chart"
16272 msgstr ""
16274 #: templates/server/status/monitor/index.twig:31
16275 msgid "Enable charts dragging"
16276 msgstr ""
16278 #: templates/server/status/monitor/index.twig:36
16279 #: templates/server/status/processes/index.twig:33
16280 msgid "Refresh rate"
16281 msgstr ""
16283 #: templates/server/status/monitor/index.twig:43
16284 #: templates/server/status/processes/index.twig:40
16285 #, php-format
16286 msgid "%d second"
16287 msgstr ""
16289 #: templates/server/status/monitor/index.twig:45
16290 #: templates/server/status/processes/index.twig:42
16291 #, php-format
16292 msgid "%d seconds"
16293 msgstr ""
16295 #: templates/server/status/monitor/index.twig:49
16296 #: templates/server/status/processes/index.twig:46
16297 #, php-format
16298 msgid "%d minute"
16299 msgstr ""
16301 #: templates/server/status/monitor/index.twig:51
16302 #: templates/server/status/processes/index.twig:48
16303 #, php-format
16304 msgid "%d minutes"
16305 msgstr ""
16307 #: templates/server/status/monitor/index.twig:61
16308 msgid "Chart columns"
16309 msgstr ""
16311 #: templates/server/status/monitor/index.twig:74
16312 msgid "Chart arrangement"
16313 msgstr ""
16315 #: templates/server/status/monitor/index.twig:75
16316 msgid ""
16317 "The arrangement of the charts is stored to the browsers local storage. You "
16318 "may want to export it if you have a complicated set up."
16319 msgstr ""
16321 #: templates/server/status/monitor/index.twig:84
16322 msgid "Reset to default"
16323 msgstr ""
16325 #: templates/server/status/monitor/index.twig:89
16326 msgid "Monitor Instructions"
16327 msgstr ""
16329 #: templates/server/status/monitor/index.twig:91
16330 msgid ""
16331 "The phpMyAdmin Monitor can assist you in optimizing the server configuration "
16332 "and track down time intensive queries. For the latter you will need to set "
16333 "log_output to 'TABLE' and have either the slow_query_log or general_log "
16334 "enabled. Note however, that the general_log produces a lot of data and "
16335 "increases server load by up to 15%."
16336 msgstr ""
16338 #: templates/server/status/monitor/index.twig:101
16339 msgid "Using the monitor:"
16340 msgstr ""
16342 #: templates/server/status/monitor/index.twig:103
16343 msgid ""
16344 "Your browser will refresh all displayed charts in a regular interval. You "
16345 "may add charts and change the refresh rate under 'Settings', or remove any "
16346 "chart using the cog icon on each respective chart."
16347 msgstr ""
16349 #: templates/server/status/monitor/index.twig:108
16350 msgid ""
16351 "To display queries from the logs, select the relevant time span on any chart "
16352 "by holding down the left mouse button and panning over the chart. Once "
16353 "confirmed, this will load a table of grouped queries, there you may click on "
16354 "any occurring SELECT statements to further analyze them."
16355 msgstr ""
16357 #: templates/server/status/monitor/index.twig:114
16358 msgid "Please note:"
16359 msgstr ""
16361 #: templates/server/status/monitor/index.twig:117
16362 msgid ""
16363 "Enabling the general_log may increase the server load by 5-15%. Also be "
16364 "aware that generating statistics from the logs is a load intensive task, so "
16365 "it is advisable to select only a small time span and to disable the "
16366 "general_log and empty its table once monitoring is not required any more."
16367 msgstr ""
16369 #: templates/server/status/monitor/index.twig:128
16370 #: templates/server/status/monitor/index.twig:134
16371 msgid "Chart Title"
16372 msgstr ""
16374 #: templates/server/status/monitor/index.twig:138
16375 msgid "Preset chart"
16376 msgstr ""
16378 #: templates/server/status/monitor/index.twig:144
16379 msgid "Status variable(s)"
16380 msgstr ""
16382 #: templates/server/status/monitor/index.twig:149
16383 msgid "Select series:"
16384 msgstr ""
16386 #: templates/server/status/monitor/index.twig:152
16387 msgid "Commonly monitored"
16388 msgstr ""
16390 #: templates/server/status/monitor/index.twig:170
16391 msgid "or type variable name:"
16392 msgstr ""
16394 #: templates/server/status/monitor/index.twig:177
16395 msgid "Display as differential value"
16396 msgstr ""
16398 #: templates/server/status/monitor/index.twig:182
16399 msgid "Apply a divisor"
16400 msgstr ""
16402 #: templates/server/status/monitor/index.twig:193
16403 msgid "Append unit to data values"
16404 msgstr ""
16406 #: templates/server/status/monitor/index.twig:201
16407 msgid "Add this series"
16408 msgstr ""
16410 #: templates/server/status/monitor/index.twig:204
16411 msgid "Clear series"
16412 msgstr ""
16414 #: templates/server/status/monitor/index.twig:208
16415 msgid "Series in chart:"
16416 msgstr ""
16418 #: templates/server/status/monitor/index.twig:224
16419 msgid "Log statistics"
16420 msgstr ""
16422 #: templates/server/status/monitor/index.twig:226
16423 msgid "Selected time range:"
16424 msgstr ""
16426 #: templates/server/status/monitor/index.twig:234
16427 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
16428 msgstr ""
16430 #: templates/server/status/monitor/index.twig:240
16431 msgid "Remove variable data in INSERT statements for better grouping"
16432 msgstr ""
16434 #: templates/server/status/monitor/index.twig:244
16435 msgid "Choose from which log you want the statistics to be generated from."
16436 msgstr ""
16438 #: templates/server/status/monitor/index.twig:247
16439 msgid "Results are grouped by query text."
16440 msgstr ""
16442 #: templates/server/status/monitor/index.twig:251
16443 msgid "Query analyzer"
16444 msgstr ""
16446 #: templates/server/status/processes/index.twig:14
16447 msgid "Show only active"
16448 msgstr ""
16450 #: templates/server/status/processes/index.twig:28
16451 msgid ""
16452 "Note: Enabling the auto refresh here might cause heavy traffic between the "
16453 "web server and the MySQL server."
16454 msgstr ""
16456 #. l10n: Questions is the name of a MySQL Status variable
16457 #: templates/server/status/queries/index.twig:8
16458 msgid "Questions since startup:"
16459 msgstr ""
16461 #: templates/server/status/queries/index.twig:20
16462 msgid "per hour:"
16463 msgstr ""
16465 #: templates/server/status/queries/index.twig:21
16466 msgid "per minute:"
16467 msgstr ""
16469 #: templates/server/status/queries/index.twig:23
16470 msgid "per second:"
16471 msgstr ""
16473 #: templates/server/status/queries/index.twig:37
16474 msgid "Statements"
16475 msgstr ""
16477 #. l10n: # = Amount of queries
16478 #: templates/server/status/queries/index.twig:38
16479 msgid "#"
16480 msgstr ""
16482 #: templates/server/status/queries/index.twig:39
16483 #: templates/server/status/status/index.twig:18
16484 #: templates/server/status/status/index.twig:38
16485 msgid "ø per hour"
16486 msgstr ""
16488 #: templates/server/status/queries/index.twig:59
16489 msgid "Not enough privilege to view query statistics."
16490 msgstr ""
16492 #: templates/server/status/status/index.twig:6
16493 #, php-format
16494 msgid "Network traffic since startup: %s"
16495 msgstr ""
16497 #: templates/server/status/status/index.twig:7
16498 #, php-format
16499 msgid "This MySQL server has been running for %1$s. It started up on %2$s."
16500 msgstr ""
16502 #: templates/server/status/status/index.twig:15
16503 msgid ""
16504 "On a busy server, the byte counters may overrun, so those statistics as "
16505 "reported by the MySQL server may be incorrect."
16506 msgstr ""
16508 #: templates/server/status/status/index.twig:59
16509 msgid ""
16510 "This MySQL server works as <b>primary</b> and <b>replica</b> in "
16511 "<b>replication</b> process."
16512 msgstr ""
16514 #: templates/server/status/status/index.twig:61
16515 msgid ""
16516 "This MySQL server works as <b>primary</b> in <b>replication</b> process."
16517 msgstr ""
16519 #: templates/server/status/status/index.twig:63
16520 msgid ""
16521 "This MySQL server works as <b>replica</b> in <b>replication</b> process."
16522 msgstr ""
16524 #: templates/server/status/status/index.twig:69
16525 msgid "Replication status"
16526 msgstr ""
16528 #: templates/server/status/status/index.twig:75
16529 msgid "Not enough privilege to view server status."
16530 msgstr ""
16532 #: templates/server/status/variables/index.twig:20
16533 msgid "Show only alert values"
16534 msgstr ""
16536 #: templates/server/status/variables/index.twig:25
16537 #: templates/server/status/variables/index.twig:27
16538 msgid "Filter by category…"
16539 msgstr ""
16541 #: templates/server/status/variables/index.twig:37
16542 msgid "Show unformatted values"
16543 msgstr ""
16545 #: templates/server/status/variables/index.twig:50
16546 msgid "Related links:"
16547 msgstr ""
16549 #: templates/server/status/variables/index.twig:139
16550 msgid "Not enough privilege to view status variables."
16551 msgstr ""
16553 #: templates/server/user_groups/edit_user_groups.twig:2
16554 #: templates/server/user_groups/user_groups.twig:64
16555 msgid "Add user group"
16556 msgstr ""
16558 #: templates/server/user_groups/edit_user_groups.twig:4
16559 #, php-format
16560 msgid "Edit user group: '%s'"
16561 msgstr ""
16563 #: templates/server/user_groups/edit_user_groups.twig:9
16564 msgid "User group menu assignments"
16565 msgstr ""
16567 #: templates/server/user_groups/edit_user_groups.twig:14
16568 msgid "Group name:"
16569 msgstr ""
16571 #: templates/server/user_groups/user_groups.twig:12
16572 msgid "Server level tabs"
16573 msgstr ""
16575 #: templates/server/user_groups/user_groups.twig:15
16576 msgid "Database level tabs"
16577 msgstr ""
16579 #: templates/server/user_groups/user_groups.twig:18
16580 msgid "Table level tabs"
16581 msgstr ""
16583 #: templates/server/user_groups/user_groups.twig:50
16584 msgid "Delete user group"
16585 msgstr ""
16587 #: templates/server/user_groups/user_listings.twig:1
16588 #, php-format
16589 msgid "Users of '%s' user group"
16590 msgstr ""
16592 #: templates/server/user_groups/user_listings.twig:3
16593 msgid "No users were found belonging to this user group."
16594 msgstr ""
16596 #: templates/server/variables/index.twig:5
16597 msgid "Server variables and settings"
16598 msgstr ""
16600 #: templates/server/variables/index.twig:43
16601 msgid "This is a read-only variable and can not be edited"
16602 msgstr ""
16604 #: templates/server/variables/index.twig:69
16605 msgid "Session value"
16606 msgstr ""
16608 #: templates/server/variables/index.twig:80
16609 #, php-format
16610 msgid "Not enough privilege to view server variables and settings. %s"
16611 msgstr ""
16613 #: templates/setup/base.twig:29 templates/setup/home/index.twig:20
16614 msgid "Overview"
16615 msgstr ""
16617 #: templates/setup/config/index.twig:4 templates/setup/home/index.twig:98
16618 msgid "Configuration file"
16619 msgstr ""
16621 #: templates/setup/config/index.twig:16
16622 msgid "Generated configuration file"
16623 msgstr ""
16625 #: templates/setup/config/index.twig:22 templates/setup/home/index.twig:165
16626 msgid "Download"
16627 msgstr ""
16629 #: templates/setup/error.twig:2
16630 msgid "Warning"
16631 msgstr ""
16633 #: templates/setup/error.twig:3
16634 msgid "Submitted form contains errors"
16635 msgstr ""
16637 #: templates/setup/error.twig:6
16638 msgid "Try to revert erroneous fields to their default values"
16639 msgstr ""
16641 #: templates/setup/error.twig:14
16642 msgid "Ignore errors"
16643 msgstr ""
16645 #: templates/setup/error.twig:18
16646 msgid "Show form"
16647 msgstr ""
16649 #: templates/setup/home/index.twig:23
16650 msgid "Show hidden messages"
16651 msgstr ""
16653 #: templates/setup/home/index.twig:79
16654 msgid "There are no configured servers"
16655 msgstr ""
16657 #: templates/setup/home/index.twig:88
16658 msgid "New server"
16659 msgstr ""
16661 #: templates/setup/home/index.twig:110
16662 msgid "Default language"
16663 msgstr ""
16665 #: templates/setup/home/index.twig:128
16666 msgid "Default server"
16667 msgstr ""
16669 #: templates/setup/home/index.twig:139
16670 msgid "let the user choose"
16671 msgstr ""
16673 #: templates/setup/home/index.twig:146
16674 msgid "- none -"
16675 msgstr ""
16677 #: templates/setup/home/index.twig:153
16678 msgid "End of line"
16679 msgstr ""
16681 #: templates/setup/home/index.twig:164
16682 msgid "Display"
16683 msgstr ""
16685 #: templates/setup/home/index.twig:175
16686 msgid "phpMyAdmin homepage"
16687 msgstr ""
16689 #: templates/setup/home/index.twig:176
16690 msgid "Donate"
16691 msgstr ""
16693 #: templates/setup/home/index.twig:177
16694 msgid "Check for latest version"
16695 msgstr ""
16697 #: templates/setup/servers/index.twig:6
16698 msgid "Edit server"
16699 msgstr ""
16701 #: templates/setup/servers/index.twig:11
16702 msgid "Add a new server"
16703 msgstr ""
16705 #: templates/setup/servers/index.twig:17
16706 msgid "Something went wrong."
16707 msgstr ""
16709 #: templates/sql/bookmark.twig:11 templates/sql/bookmark.twig:29
16710 msgid "Bookmark this SQL query"
16711 msgstr ""
16713 #: templates/sql/bookmark.twig:15
16714 msgid "Label:"
16715 msgstr ""
16717 #: templates/sql/bookmark.twig:22 templates/sql/query.twig:93
16718 msgid "Let every user access this bookmark"
16719 msgstr ""
16721 #: templates/sql/profiling_chart.twig:4
16722 msgid "Detailed profile"
16723 msgstr ""
16725 #: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
16726 msgid "State"
16727 msgstr ""
16729 #: templates/sql/profiling_chart.twig:38
16730 msgid "Summary by state"
16731 msgstr ""
16733 #: templates/sql/profiling_chart.twig:47
16734 msgid "Total Time"
16735 msgstr ""
16737 #: templates/sql/profiling_chart.twig:51
16738 msgid "% Time"
16739 msgstr ""
16741 #: templates/sql/profiling_chart.twig:55
16742 msgid "Calls"
16743 msgstr ""
16745 #: templates/sql/profiling_chart.twig:59
16746 msgid "ø Time"
16747 msgstr ""
16749 #: templates/sql/query.twig:44
16750 msgid "Get auto-saved query"
16751 msgstr ""
16753 #. l10n: Bind parameters in the SQL query using :parameterName format
16754 #: templates/sql/query.twig:51
16755 msgid "Bind parameters"
16756 msgstr ""
16758 #: templates/sql/query.twig:84
16759 msgid "Bookmark this SQL query:"
16760 msgstr ""
16762 #: templates/sql/query.twig:100
16763 msgid "Replace existing bookmark of same name"
16764 msgstr ""
16766 #: templates/sql/query.twig:110 templates/sql/query.twig:111
16767 msgid "Delimiter"
16768 msgstr ""
16770 #: templates/sql/query.twig:119
16771 msgid "Show this query here again"
16772 msgstr ""
16774 #: templates/sql/query.twig:134
16775 msgid "Rollback when finished"
16776 msgstr ""
16778 #: templates/sql/query.twig:156
16779 msgid "Bookmarked SQL query"
16780 msgstr ""
16782 #: templates/sql/query.twig:160
16783 msgid "Bookmark:"
16784 msgstr ""
16786 #: templates/sql/query.twig:169
16787 msgid "shared"
16788 msgstr ""
16790 #: templates/sql/query.twig:182
16791 msgid "View only"
16792 msgstr ""
16794 #: templates/table/browse_foreigners/column_element.twig:4
16795 msgid "Use this value"
16796 msgstr ""
16798 #: templates/table/chart/tbl_chart.twig:10
16799 #, fuzzy
16800 #| msgid "Bad type!"
16801 msgid "Chart type"
16802 msgstr "የማይረባ ዓይነት!"
16804 #: templates/table/chart/tbl_chart.twig:13
16805 msgctxt "Chart type"
16806 msgid "Bar"
16807 msgstr ""
16809 #: templates/table/chart/tbl_chart.twig:17
16810 msgctxt "Chart type"
16811 msgid "Column"
16812 msgstr ""
16814 #: templates/table/chart/tbl_chart.twig:21
16815 msgctxt "Chart type"
16816 msgid "Line"
16817 msgstr ""
16819 #: templates/table/chart/tbl_chart.twig:25
16820 msgctxt "Chart type"
16821 msgid "Spline"
16822 msgstr ""
16824 #: templates/table/chart/tbl_chart.twig:29
16825 msgctxt "Chart type"
16826 msgid "Area"
16827 msgstr ""
16829 #: templates/table/chart/tbl_chart.twig:33
16830 msgctxt "Chart type"
16831 msgid "Pie"
16832 msgstr ""
16834 #: templates/table/chart/tbl_chart.twig:37
16835 msgctxt "Chart type"
16836 msgid "Timeline"
16837 msgstr ""
16839 #: templates/table/chart/tbl_chart.twig:41
16840 msgctxt "Chart type"
16841 msgid "Scatter"
16842 msgstr ""
16844 #: templates/table/chart/tbl_chart.twig:47
16845 msgid "Stacked"
16846 msgstr ""
16848 #: templates/table/chart/tbl_chart.twig:51
16849 msgid "Chart title:"
16850 msgstr ""
16852 #: templates/table/chart/tbl_chart.twig:57
16853 msgid "X-Axis:"
16854 msgstr ""
16856 #: templates/table/chart/tbl_chart.twig:73
16857 msgid "Series:"
16858 msgstr ""
16860 #: templates/table/chart/tbl_chart.twig:101
16861 msgid "X-Axis label:"
16862 msgstr ""
16864 #: templates/table/chart/tbl_chart.twig:102
16865 msgid "X Values"
16866 msgstr ""
16868 #: templates/table/chart/tbl_chart.twig:106
16869 msgid "Y-Axis label:"
16870 msgstr ""
16872 #: templates/table/chart/tbl_chart.twig:107
16873 msgid "Y Values"
16874 msgstr ""
16876 #: templates/table/chart/tbl_chart.twig:112
16877 msgid "Series names are in a column"
16878 msgstr ""
16880 #: templates/table/chart/tbl_chart.twig:116
16881 msgid "Series column:"
16882 msgstr ""
16884 #: templates/table/chart/tbl_chart.twig:126
16885 msgid "Value Column:"
16886 msgstr ""
16888 #: templates/table/chart/tbl_chart.twig:147
16889 msgid "Save chart as image"
16890 msgstr ""
16892 #: templates/table/export/index.twig:12
16893 msgid ""
16894 "@SERVER@ will become the server name, @DATABASE@ will become the database "
16895 "name and @TABLE@ will become the table name."
16896 msgstr ""
16898 #: templates/table/export/index.twig:7
16899 #, php-format
16900 msgid "Exporting rows from \"%s\" table"
16901 msgstr ""
16903 #: templates/table/find_replace/index.twig:4
16904 #: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
16905 msgid "Table search"
16906 msgstr ""
16908 #: templates/table/find_replace/index.twig:10
16909 #: templates/table/search/index.twig:10
16910 #: templates/table/zoom_search/index.twig:10
16911 msgid "Zoom search"
16912 msgstr ""
16914 #: templates/table/find_replace/index.twig:16
16915 #: templates/table/find_replace/index.twig:27
16916 #: templates/table/search/index.twig:16
16917 #: templates/table/zoom_search/index.twig:16
16918 msgid "Find and replace"
16919 msgstr ""
16921 #: templates/table/find_replace/index.twig:36
16922 msgid "Replace with:"
16923 msgstr ""
16925 #: templates/table/find_replace/index.twig:57
16926 msgid "Use regular expression"
16927 msgstr ""
16929 #: templates/table/find_replace/replace_preview.twig:10
16930 msgid "Find and replace - preview"
16931 msgstr ""
16933 #: templates/table/find_replace/replace_preview.twig:17
16934 msgid "Original string"
16935 msgstr ""
16937 #: templates/table/find_replace/replace_preview.twig:18
16938 msgid "Replaced string"
16939 msgstr ""
16941 #: templates/table/find_replace/replace_preview.twig:36
16942 msgid "Replace"
16943 msgstr ""
16945 #: templates/table/gis_visualization/gis_visualization.twig:2
16946 msgid "Display GIS Visualization"
16947 msgstr ""
16949 #: templates/table/gis_visualization/gis_visualization.twig:10
16950 msgid "Label column"
16951 msgstr ""
16953 #: templates/table/gis_visualization/gis_visualization.twig:12
16954 msgid "-- None --"
16955 msgstr ""
16957 #: templates/table/gis_visualization/gis_visualization.twig:21
16958 msgid "Spatial column"
16959 msgstr ""
16961 #: templates/table/import/index.twig:3
16962 #, php-format
16963 msgid "Importing into the table \"%s\""
16964 msgstr ""
16966 #: templates/table/index_form.twig:15 templates/table/index_rename_form.twig:11
16967 msgid "Index name:"
16968 msgstr ""
16970 #: templates/table/index_form.twig:16 templates/table/index_rename_form.twig:12
16971 msgid ""
16972 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
16973 msgstr ""
16975 #: templates/table/index_form.twig:34
16976 msgid "Index choice:"
16977 msgstr ""
16979 #: templates/table/index_form.twig:54
16980 msgid "Advanced options"
16981 msgstr ""
16983 #: templates/table/index_form.twig:64
16984 msgid "Key block size:"
16985 msgstr ""
16987 #: templates/table/index_form.twig:81
16988 msgid "Index type:"
16989 msgstr ""
16991 #: templates/table/index_form.twig:98
16992 msgid "Parser:"
16993 msgstr ""
16995 #: templates/table/index_form.twig:114
16996 msgid "Comment:"
16997 msgstr ""
16999 #: templates/table/index_form.twig:159 templates/table/index_form.twig:196
17000 msgid "Drag to reorder"
17001 msgstr ""
17003 #: templates/table/insert/actions_panel.twig:9
17004 msgid "Insert as new row"
17005 msgstr ""
17007 #: templates/table/insert/actions_panel.twig:10
17008 msgid "Insert as new row and ignore errors"
17009 msgstr ""
17011 #: templates/table/insert/actions_panel.twig:11
17012 msgid "Show insert query"
17013 msgstr ""
17015 #: templates/table/insert/actions_panel.twig:15
17016 msgid "and then"
17017 msgstr ""
17019 #: templates/table/insert/actions_panel.twig:19
17020 msgid "Go back to previous page"
17021 msgstr ""
17023 #: templates/table/insert/actions_panel.twig:20
17024 msgid "Insert another new row"
17025 msgstr ""
17027 #: templates/table/insert/actions_panel.twig:22
17028 msgid "Go back to this page"
17029 msgstr ""
17031 #: templates/table/insert/actions_panel.twig:24
17032 msgid "Edit next row"
17033 msgstr ""
17035 #: templates/table/insert/actions_panel.twig:32
17036 msgid ""
17037 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
17038 msgstr ""
17040 #: templates/table/insert/column_row.twig:15
17041 msgid "Binary"
17042 msgstr ""
17044 #: templates/table/insert/column_row.twig:30
17045 msgid "Use the NULL value for this column."
17046 msgstr ""
17048 #: templates/table/insert/column_row.twig:65
17049 msgid "Because of its length,<br> this column might not be editable."
17050 msgstr ""
17052 #: templates/table/insert/column_row.twig:93
17053 msgid "Binary - do not edit"
17054 msgstr ""
17056 #: templates/table/insert/column_row.twig:122
17057 #: templates/table/search/input_box.twig:37
17058 msgid "Edit/Insert"
17059 msgstr ""
17061 #: templates/table/insert/continue_insertion_form.twig:18
17062 #, php-format
17063 msgid "Continue insertion with %s rows"
17064 msgstr ""
17066 #: templates/table/maintenance/checksum.twig:13
17067 msgid "Checksum"
17068 msgstr ""
17070 #: templates/table/operations/index.twig:9
17071 msgid "Alter table order by"
17072 msgstr ""
17074 #: templates/table/operations/index.twig:20
17075 msgctxt "Alter table order by a single field."
17076 msgid "(singly)"
17077 msgstr ""
17079 #: templates/table/operations/index.twig:50
17080 #, fuzzy
17081 #| msgid "No tables found in database."
17082 msgid "Move table to (database.table)"
17083 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
17085 #: templates/table/operations/index.twig:101
17086 msgid "Table options"
17087 msgstr ""
17089 #: templates/table/operations/index.twig:105
17090 msgid "Rename table to"
17091 msgstr ""
17093 #: templates/table/operations/index.twig:123
17094 msgid "Table comments"
17095 msgstr ""
17097 #: templates/table/operations/index.twig:170
17098 msgid "Change all column collations"
17099 msgstr ""
17101 #: templates/table/operations/index.twig:251
17102 #, fuzzy
17103 #| msgid "No tables found in database."
17104 msgid "Copy table to (database.table)"
17105 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
17107 #: templates/table/operations/index.twig:322
17108 msgid "Switch to copied table"
17109 msgstr ""
17111 #: templates/table/operations/index.twig:364
17112 msgid "Defragment table"
17113 msgstr ""
17115 #: templates/table/operations/index.twig:372
17116 #, php-format
17117 msgid "Table %s has been flushed."
17118 msgstr ""
17120 #: templates/table/operations/index.twig:376
17121 msgid "Flush the table (FLUSH)"
17122 msgstr ""
17124 #: templates/table/operations/index.twig:413
17125 msgid "Empty the table (TRUNCATE)"
17126 msgstr ""
17128 #: templates/table/operations/index.twig:431
17129 msgid "Empty the table (DELETE FROM)"
17130 msgstr ""
17132 #: templates/table/operations/index.twig:452
17133 msgid "Delete the table (DROP)"
17134 msgstr ""
17136 #: templates/table/operations/index.twig:474
17137 msgid "Partition maintenance"
17138 msgstr ""
17140 #: templates/table/operations/index.twig:500
17141 #: templates/table/structure/display_partitions.twig:201
17142 msgid "Remove partitioning"
17143 msgstr ""
17145 #: templates/table/operations/index.twig:513
17146 msgid "Check referential integrity"
17147 msgstr ""
17149 #: templates/table/operations/view.twig:12
17150 msgid "Rename view to"
17151 msgstr ""
17153 #: templates/table/operations/view.twig:37
17154 msgid "Delete the view (DROP)"
17155 msgstr ""
17157 #: templates/table/page_with_secondary_tabs.twig:11
17158 msgid "Relation view"
17159 msgstr ""
17161 #: templates/table/partition/analyze.twig:2
17162 msgid "Analyze partition"
17163 msgstr ""
17165 #: templates/table/partition/check.twig:2
17166 msgid "Check partition"
17167 msgstr ""
17169 #: templates/table/partition/drop.twig:2
17170 msgid "Drop partition"
17171 msgstr ""
17173 #: templates/table/partition/optimize.twig:2
17174 msgid "Optimize partition"
17175 msgstr ""
17177 #: templates/table/partition/rebuild.twig:2
17178 msgid "Rebuild partition"
17179 msgstr ""
17181 #: templates/table/partition/repair.twig:2
17182 msgid "Repair partition"
17183 msgstr ""
17185 #: templates/table/partition/truncate.twig:2
17186 msgid "Truncate partition"
17187 msgstr ""
17189 #: templates/table/privileges/index.twig:57
17190 msgid "table-specific"
17191 msgstr ""
17193 #: templates/table/relation/common_form.twig:9
17194 msgid "Foreign key constraints"
17195 msgstr ""
17197 #: templates/table/relation/common_form.twig:14
17198 msgid "Actions"
17199 msgstr ""
17201 #: templates/table/relation/common_form.twig:15
17202 msgid "Constraint properties"
17203 msgstr ""
17205 #: templates/table/relation/common_form.twig:19
17206 msgid ""
17207 "Creating a foreign key over a non-indexed column would automatically create "
17208 "an index on it. Alternatively, you can define an index below, before "
17209 "creating the foreign key."
17210 msgstr ""
17212 #: templates/table/relation/common_form.twig:24
17213 msgid ""
17214 "Only columns with index will be displayed. You can define an index below."
17215 msgstr ""
17217 #: templates/table/relation/common_form.twig:28
17218 msgid "Foreign key constraint"
17219 msgstr ""
17221 #: templates/table/relation/common_form.twig:93
17222 msgid "+ Add constraint"
17223 msgstr ""
17225 #: templates/table/relation/common_form.twig:106
17226 #: templates/table/relation/common_form.twig:114
17227 msgid "Internal relationships"
17228 msgstr ""
17230 #: templates/table/relation/common_form.twig:122
17231 msgid "Internal relation"
17232 msgstr ""
17234 #: templates/table/relation/common_form.twig:124
17235 msgid ""
17236 "An internal relation is not necessary when a corresponding FOREIGN KEY "
17237 "relation exists."
17238 msgstr ""
17240 #: templates/table/relation/common_form.twig:208
17241 msgid "Choose column to display:"
17242 msgstr ""
17244 #: templates/table/relation/foreign_key_row.twig:15
17245 #, php-format
17246 msgid "Foreign key constraint %s has been dropped"
17247 msgstr ""
17249 #: templates/table/relation/foreign_key_row.twig:33
17250 msgid "Constraint name"
17251 msgstr ""
17253 #: templates/table/search/index.twig:27
17254 msgid "Do a \"query by example\" (wildcard: \"%\")"
17255 msgstr ""
17257 #: templates/table/search/index.twig:111
17258 msgid "Select columns (at least one):"
17259 msgstr ""
17261 #: templates/table/search/index.twig:130
17262 msgid "Add search conditions (body of the \"where\" clause):"
17263 msgstr ""
17265 #: templates/table/search/index.twig:138
17266 msgid "Number of rows per page"
17267 msgstr ""
17269 #: templates/table/search/index.twig:144
17270 msgid "Display order:"
17271 msgstr ""
17273 #: templates/table/search/index.twig:181
17274 msgid "Range search"
17275 msgstr ""
17277 #: templates/table/search/index.twig:187
17278 msgid "Minimum value:"
17279 msgstr ""
17281 #: templates/table/search/index.twig:190
17282 msgid "Maximum value:"
17283 msgstr ""
17285 #: templates/table/start_and_number_of_rows_fieldset.twig:3
17286 msgid "Start row:"
17287 msgstr ""
17289 #: templates/table/structure/display_partitions.twig:4
17290 #: templates/table/structure/display_structure.twig:580
17291 msgid "Partitions"
17292 msgstr ""
17294 #: templates/table/structure/display_partitions.twig:8
17295 msgid "No partitioning defined!"
17296 msgstr ""
17298 #: templates/table/structure/display_partitions.twig:11
17299 msgid "Partitioned by:"
17300 msgstr ""
17302 #: templates/table/structure/display_partitions.twig:16
17303 msgid "Sub partitioned by:"
17304 msgstr ""
17306 #: templates/table/structure/display_partitions.twig:29
17307 msgid "Data length"
17308 msgstr ""
17310 #: templates/table/structure/display_partitions.twig:30
17311 msgid "Index length"
17312 msgstr ""
17314 #: templates/table/structure/display_partitions.twig:194
17315 msgid "Partition table"
17316 msgstr ""
17318 #: templates/table/structure/display_partitions.twig:207
17319 #: templates/table/structure/partition_definition_form.twig:5
17320 msgid "Edit partitioning"
17321 msgstr ""
17323 #: templates/table/structure/display_structure.twig:70
17324 #, fuzzy
17325 #| msgid "Bad type!"
17326 msgid "Media type:"
17327 msgstr "የማይረባ ዓይነት!"
17329 #: templates/table/structure/display_structure.twig:91
17330 #: templates/table/tracking/structure_snapshot_columns.twig:47
17331 msgctxt "None for default"
17332 msgid "None"
17333 msgstr ""
17335 #: templates/table/structure/display_structure.twig:108
17336 #: templates/table/structure/display_structure.twig:287
17337 msgid "Change"
17338 msgstr ""
17340 #: templates/table/structure/display_structure.twig:116
17341 #, php-format
17342 msgid "Column %s has been dropped."
17343 msgstr ""
17345 #: templates/table/structure/display_structure.twig:142
17346 #, php-format
17347 msgid "A primary key has been added on %s."
17348 msgstr ""
17350 #: templates/table/structure/display_structure.twig:157
17351 #: templates/table/structure/display_structure.twig:172
17352 #: templates/table/structure/display_structure.twig:197
17353 #: templates/table/structure/display_structure.twig:216
17354 #, php-format
17355 msgid "An index has been added on %s."
17356 msgstr ""
17358 #: templates/table/structure/display_structure.twig:238
17359 msgid "Distinct values"
17360 msgstr ""
17362 #: templates/table/structure/display_structure.twig:249
17363 #: templates/table/structure/display_structure.twig:315
17364 msgid "Remove from central columns"
17365 msgstr ""
17367 #: templates/table/structure/display_structure.twig:257
17368 #: templates/table/structure/display_structure.twig:312
17369 msgid "Add to central columns"
17370 msgstr ""
17372 #: templates/table/structure/display_structure.twig:328
17373 #: templates/table/structure/display_structure.twig:332
17374 #: templates/table/structure/display_structure.twig:400
17375 msgid "Move columns"
17376 msgstr ""
17378 #: templates/table/structure/display_structure.twig:333
17379 msgid "Move the columns by dragging them up and down."
17380 msgstr ""
17382 #: templates/table/structure/display_structure.twig:372
17383 #: templates/view_create.twig:13
17384 msgid "Edit view"
17385 msgstr ""
17387 #: templates/table/structure/display_structure.twig:386
17388 msgid "Propose table structure"
17389 msgstr ""
17391 #: templates/table/structure/display_structure.twig:403
17392 msgid "Normalize"
17393 msgstr ""
17395 #: templates/table/structure/display_structure.twig:409
17396 msgid "Track view"
17397 msgstr ""
17399 #: templates/table/structure/display_structure.twig:423
17400 #, php-format
17401 msgid "Add %s column(s)"
17402 msgstr ""
17404 #: templates/table/structure/display_structure.twig:428
17405 msgid "at beginning of table"
17406 msgstr ""
17408 #: templates/table/structure/display_structure.twig:552
17409 #, php-format
17410 msgid "Create an index on %s columns"
17411 msgstr ""
17413 #: templates/table/structure/display_table_stats.twig:14
17414 msgid "Space usage"
17415 msgstr ""
17417 #: templates/table/structure/display_table_stats.twig:37
17418 msgid "Effective"
17419 msgstr ""
17421 #: templates/table/structure/display_table_stats.twig:80
17422 msgid "Row statistics"
17423 msgstr ""
17425 #: templates/table/structure/display_table_stats.twig:86
17426 msgid "static"
17427 msgstr ""
17429 #: templates/table/structure/display_table_stats.twig:88
17430 msgid "dynamic"
17431 msgstr ""
17433 #: templates/table/structure/display_table_stats.twig:99
17434 msgid "partitioned"
17435 msgstr ""
17437 #: templates/table/structure/display_table_stats.twig:128
17438 msgid "Row length"
17439 msgstr ""
17441 #: templates/table/structure/display_table_stats.twig:140
17442 msgid "Row size"
17443 msgstr ""
17445 #: templates/table/structure/display_table_stats.twig:147
17446 msgid "Next autoindex"
17447 msgstr ""
17449 #: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:91
17450 #: templates/table/tracking/main.twig:92
17451 msgid "Delete version"
17452 msgstr ""
17454 #: templates/table/tracking/main.twig:102
17455 #, php-format
17456 msgid "Activate tracking for %s"
17457 msgstr ""
17459 #: templates/table/tracking/main.twig:104
17460 msgid "Activate now"
17461 msgstr ""
17463 #: templates/table/tracking/main.twig:106
17464 #, php-format
17465 msgid "Deactivate tracking for %s"
17466 msgstr ""
17468 #: templates/table/tracking/main.twig:108
17469 msgid "Deactivate now"
17470 msgstr ""
17472 #: templates/table/tracking/report_table.twig:4
17473 #: templates/table/tracking/structure_snapshot_columns.twig:5
17474 msgctxt "Number"
17475 msgid "#"
17476 msgstr ""
17478 #: templates/table/tracking/report_table.twig:5
17479 msgid "Date"
17480 msgstr ""
17482 #: templates/table/tracking/report_table.twig:6
17483 msgid "Username"
17484 msgstr ""
17486 #: templates/table/zoom_search/index.twig:27
17487 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
17488 msgstr ""
17490 #: templates/table/zoom_search/index.twig:54
17491 msgid "Additional search criteria"
17492 msgstr ""
17494 #: templates/table/zoom_search/index.twig:116
17495 msgid "Use this column to label each point"
17496 msgstr ""
17498 #: templates/table/zoom_search/index.twig:141
17499 msgid "Maximum rows to plot"
17500 msgstr ""
17502 #: templates/table/zoom_search/result_form.twig:7
17503 msgid "Browse/Edit the points"
17504 msgstr ""
17506 #: templates/table/zoom_search/result_form.twig:14
17507 msgid "How to use"
17508 msgstr ""
17510 #: templates/table/zoom_search/result_form.twig:17
17511 msgid "Reset zoom"
17512 msgstr ""
17514 #. l10n: Show or hide the menu using the hamburger style button
17515 #: templates/top_menu.twig:4
17516 msgid "Toggle navigation"
17517 msgstr ""
17519 #. l10n: Current page
17520 #: templates/top_menu.twig:14
17521 msgid "(current)"
17522 msgstr ""
17524 #: templates/transformation_overview.twig:1
17525 msgid "Available media types"
17526 msgstr ""
17528 #: templates/transformation_overview.twig:13
17529 msgid "Available browser display transformations"
17530 msgstr ""
17532 #: templates/transformation_overview.twig:19
17533 #: templates/transformation_overview.twig:38
17534 msgctxt "for media type transformation"
17535 msgid "Description"
17536 msgstr ""
17538 #: templates/transformation_overview.twig:32
17539 msgid "Available input transformations"
17540 msgstr ""
17542 #: templates/view_create.twig:65
17543 msgid "VIEW name"
17544 msgstr ""
17546 #: templates/view_create.twig:79
17547 msgid "Column names"
17548 msgstr ""