Translated using Weblate (German)
[phpmyadmin.git] / po / am.po
blob3f071e2793a63d78baef9e9a2bd62c82a8ad0203
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.2-dev\n"
9 "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10 "POT-Creation-Date: 2023-11-12 15:23-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:323
1129 #: libraries/classes/Controllers/Server/PrivilegesController.php:329
1130 #: libraries/classes/Normalization.php:255
1131 #: libraries/classes/Normalization.php:978 libraries/classes/Tracking.php:327
1132 #: libraries/classes/Tracking.php:481
1133 #: templates/columns_definitions/column_definitions_form.twig:43
1134 #: templates/database/designer/main.twig:1102
1135 #: templates/database/events/editor_form.twig:115
1136 #: templates/database/operations/index.twig:19
1137 #: templates/database/operations/index.twig:75
1138 #: templates/database/operations/index.twig:185
1139 #: templates/database/operations/index.twig:225
1140 #: templates/database/routines/editor_form.twig:180
1141 #: templates/database/routines/execute_form.twig:55
1142 #: templates/database/search/main.twig:74
1143 #: templates/database/triggers/editor_form.twig:69
1144 #: templates/display/results/table.twig:190
1145 #: templates/gis_data_editor_form.twig:236 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:148
1158 #: templates/server/privileges/users_overview.twig:159
1159 #: templates/server/replication/change_primary.twig:33
1160 #: templates/server/replication/primary_add_replica_user.twig:81
1161 #: templates/server/replication/primary_configuration.twig:30
1162 #: templates/server/replication/replica_configuration.twig:16
1163 #: templates/server/replication/replica_configuration.twig:88
1164 #: templates/server/user_groups/edit_user_groups.twig:21
1165 #: templates/sql/query.twig:147 templates/sql/query.twig:198
1166 #: templates/table/find_replace/index.twig:62
1167 #: templates/table/index_form.twig:245
1168 #: templates/table/insert/actions_panel.twig:37
1169 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:15
1170 #: templates/table/operations/index.twig:38
1171 #: templates/table/operations/index.twig:86
1172 #: templates/table/operations/index.twig:241
1173 #: templates/table/operations/index.twig:328
1174 #: templates/table/operations/index.twig:505
1175 #: templates/table/operations/view.twig:20
1176 #: templates/table/search/index.twig:172 templates/table/search/index.twig:196
1177 #: templates/table/start_and_number_of_rows_fieldset.twig:15
1178 #: templates/table/structure/display_structure.twig:343
1179 #: templates/table/structure/display_structure.twig:454
1180 #: templates/table/structure/display_structure.twig:572
1181 #: templates/table/zoom_search/index.twig:155 templates/view_create.twig:116
1182 msgid "Go"
1183 msgstr ""
1185 #: libraries/classes/BrowseForeigners.php:221
1186 #: libraries/classes/BrowseForeigners.php:225
1187 #: templates/database/data_dictionary/index.twig:73 templates/indexes.twig:16
1188 #: templates/table/structure/display_structure.twig:475
1189 #: templates/table/tracking/structure_snapshot_indexes.twig:5
1190 msgid "Keyname"
1191 msgstr ""
1193 #: libraries/classes/BrowseForeigners.php:222
1194 #: libraries/classes/BrowseForeigners.php:224
1195 #: templates/server/engines/index.twig:14
1196 #: templates/server/plugins/index.twig:27
1197 #: templates/server/status/variables/index.twig:77
1198 msgid "Description"
1199 msgstr ""
1201 #: libraries/classes/BrowseForeigners.php:321
1202 #: libraries/classes/Language.php:204 libraries/classes/Pdf.php:81
1203 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:496
1204 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:530
1205 #: templates/list_navigator.twig:4
1206 msgid "Page number:"
1207 msgstr ""
1209 #: libraries/classes/BrowseForeigners.php:335
1210 #: libraries/classes/Controllers/JavaScriptMessagesController.php:560
1211 #: templates/display/results/table.twig:24
1212 #: templates/server/privileges/initials_row.twig:23
1213 #: templates/table/browse_foreigners/show_all.twig:4
1214 msgid "Show all"
1215 msgstr ""
1217 #: libraries/classes/Charsets/Collation.php:170
1218 #: libraries/classes/Charsets.php:191 libraries/classes/Charsets.php:192
1219 msgid "Unknown"
1220 msgstr ""
1222 #: libraries/classes/Charsets/Collation.php:203
1223 #: libraries/classes/Charsets/Collation.php:502
1224 msgctxt "Collation"
1225 msgid "German (phone book order)"
1226 msgstr ""
1228 #: libraries/classes/Charsets/Collation.php:207
1229 #: libraries/classes/Charsets/Collation.php:499
1230 msgctxt "Collation"
1231 msgid "German (dictionary order)"
1232 msgstr ""
1234 #: libraries/classes/Charsets/Collation.php:216
1235 #: libraries/classes/Charsets/Collation.php:577
1236 msgctxt "Collation"
1237 msgid "Spanish (traditional)"
1238 msgstr ""
1240 #: libraries/classes/Charsets/Collation.php:220
1241 #: libraries/classes/Charsets/Collation.php:570
1242 msgctxt "Collation"
1243 msgid "Spanish (modern)"
1244 msgstr ""
1246 #: libraries/classes/Charsets/Collation.php:298
1247 msgctxt "Collation variant"
1248 msgid "case-insensitive"
1249 msgstr ""
1251 #: libraries/classes/Charsets/Collation.php:301
1252 msgctxt "Collation variant"
1253 msgid "case-sensitive"
1254 msgstr ""
1256 #: libraries/classes/Charsets/Collation.php:304
1257 msgctxt "Collation variant"
1258 msgid "accent-insensitive"
1259 msgstr ""
1261 #: libraries/classes/Charsets/Collation.php:307
1262 msgctxt "Collation variant"
1263 msgid "accent-sensitive"
1264 msgstr ""
1266 #: libraries/classes/Charsets/Collation.php:310
1267 msgctxt "Collation variant"
1268 msgid "kana-sensitive"
1269 msgstr ""
1271 #: libraries/classes/Charsets/Collation.php:314
1272 msgctxt "Collation variant"
1273 msgid "multi-level"
1274 msgstr ""
1276 #: libraries/classes/Charsets/Collation.php:317
1277 msgctxt "Collation variant"
1278 msgid "binary"
1279 msgstr ""
1281 #: libraries/classes/Charsets/Collation.php:320
1282 msgctxt "Collation variant"
1283 msgid "no-pad"
1284 msgstr ""
1286 #: libraries/classes/Charsets/Collation.php:339
1287 msgctxt "Collation"
1288 msgid "Binary"
1289 msgstr ""
1291 #: libraries/classes/Charsets/Collation.php:352
1292 #: libraries/classes/Charsets/Collation.php:601
1293 msgctxt "Collation"
1294 msgid "Unicode"
1295 msgstr ""
1297 #: libraries/classes/Charsets/Collation.php:362
1298 #: libraries/classes/Charsets/Collation.php:548
1299 msgctxt "Collation"
1300 msgid "West European"
1301 msgstr ""
1303 #: libraries/classes/Charsets/Collation.php:369
1304 msgctxt "Collation"
1305 msgid "Central European"
1306 msgstr ""
1308 #: libraries/classes/Charsets/Collation.php:374
1309 #: libraries/classes/Charsets/Collation.php:555
1310 msgctxt "Collation"
1311 msgid "Russian"
1312 msgstr ""
1314 #: libraries/classes/Charsets/Collation.php:379
1315 msgctxt "Collation"
1316 msgid "Simplified Chinese"
1317 msgstr ""
1319 #: libraries/classes/Charsets/Collation.php:382
1320 msgctxt "Collation"
1321 msgid "Traditional Chinese"
1322 msgstr ""
1324 #: libraries/classes/Charsets/Collation.php:385
1325 #: libraries/classes/Charsets/Collation.php:470
1326 msgctxt "Collation"
1327 msgid "Chinese"
1328 msgstr ""
1330 #: libraries/classes/Charsets/Collation.php:393
1331 #: libraries/classes/Charsets/Collation.php:519
1332 msgctxt "Collation"
1333 msgid "Japanese"
1334 msgstr ""
1336 #: libraries/classes/Charsets/Collation.php:398
1337 msgctxt "Collation"
1338 msgid "Baltic"
1339 msgstr ""
1341 #: libraries/classes/Charsets/Collation.php:403
1342 msgctxt "Collation"
1343 msgid "Armenian"
1344 msgstr ""
1346 #: libraries/classes/Charsets/Collation.php:406
1347 msgctxt "Collation"
1348 msgid "Cyrillic"
1349 msgstr ""
1351 #: libraries/classes/Charsets/Collation.php:409
1352 msgctxt "Collation"
1353 msgid "Arabic"
1354 msgstr ""
1356 #: libraries/classes/Charsets/Collation.php:412
1357 #: libraries/classes/Charsets/Collation.php:534
1358 msgctxt "Collation"
1359 msgid "Korean"
1360 msgstr ""
1362 #: libraries/classes/Charsets/Collation.php:415
1363 msgctxt "Collation"
1364 msgid "Hebrew"
1365 msgstr ""
1367 #: libraries/classes/Charsets/Collation.php:418
1368 msgctxt "Collation"
1369 msgid "Georgian"
1370 msgstr ""
1372 #: libraries/classes/Charsets/Collation.php:421
1373 msgctxt "Collation"
1374 msgid "Greek"
1375 msgstr ""
1377 #: libraries/classes/Charsets/Collation.php:424
1378 msgctxt "Collation"
1379 msgid "Czech-Slovak"
1380 msgstr ""
1382 #: libraries/classes/Charsets/Collation.php:427
1383 #: libraries/classes/Charsets/Collation.php:593
1384 msgctxt "Collation"
1385 msgid "Ukrainian"
1386 msgstr ""
1388 #: libraries/classes/Charsets/Collation.php:430
1389 #: libraries/classes/Charsets/Collation.php:589
1390 msgctxt "Collation"
1391 msgid "Turkish"
1392 msgstr ""
1394 #: libraries/classes/Charsets/Collation.php:433
1395 #: libraries/classes/Charsets/Collation.php:581
1396 msgctxt "Collation"
1397 msgid "Swedish"
1398 msgstr ""
1400 #: libraries/classes/Charsets/Collation.php:436
1401 #: libraries/classes/Charsets/Collation.php:585
1402 msgctxt "Collation"
1403 msgid "Thai"
1404 msgstr ""
1406 #: libraries/classes/Charsets/Collation.php:439
1407 msgctxt "Collation"
1408 msgid "Unknown"
1409 msgstr ""
1411 #: libraries/classes/Charsets/Collation.php:464
1412 msgctxt "Collation"
1413 msgid "Bulgarian"
1414 msgstr ""
1416 #: libraries/classes/Charsets/Collation.php:476
1417 msgctxt "Collation"
1418 msgid "Croatian"
1419 msgstr ""
1421 #: libraries/classes/Charsets/Collation.php:480
1422 msgctxt "Collation"
1423 msgid "Czech"
1424 msgstr ""
1426 #: libraries/classes/Charsets/Collation.php:484
1427 msgctxt "Collation"
1428 msgid "Danish"
1429 msgstr ""
1431 #: libraries/classes/Charsets/Collation.php:488
1432 msgctxt "Collation"
1433 msgid "English"
1434 msgstr ""
1436 #: libraries/classes/Charsets/Collation.php:492
1437 msgctxt "Collation"
1438 msgid "Esperanto"
1439 msgstr ""
1441 #: libraries/classes/Charsets/Collation.php:496
1442 msgctxt "Collation"
1443 msgid "Estonian"
1444 msgstr ""
1446 #: libraries/classes/Charsets/Collation.php:511
1447 msgctxt "Collation"
1448 msgid "Hungarian"
1449 msgstr ""
1451 #: libraries/classes/Charsets/Collation.php:515
1452 msgctxt "Collation"
1453 msgid "Icelandic"
1454 msgstr ""
1456 #: libraries/classes/Charsets/Collation.php:522
1457 msgctxt "Collation"
1458 msgid "Classical Latin"
1459 msgstr ""
1461 #: libraries/classes/Charsets/Collation.php:526
1462 msgctxt "Collation"
1463 msgid "Latvian"
1464 msgstr ""
1466 #: libraries/classes/Charsets/Collation.php:530
1467 msgctxt "Collation"
1468 msgid "Lithuanian"
1469 msgstr ""
1471 #: libraries/classes/Charsets/Collation.php:538
1472 msgctxt "Collation"
1473 msgid "Burmese"
1474 msgstr ""
1476 #: libraries/classes/Charsets/Collation.php:541
1477 msgctxt "Collation"
1478 msgid "Persian"
1479 msgstr ""
1481 #: libraries/classes/Charsets/Collation.php:545
1482 msgctxt "Collation"
1483 msgid "Polish"
1484 msgstr ""
1486 #: libraries/classes/Charsets/Collation.php:552
1487 msgctxt "Collation"
1488 msgid "Romanian"
1489 msgstr ""
1491 #: libraries/classes/Charsets/Collation.php:559
1492 msgctxt "Collation"
1493 msgid "Sinhalese"
1494 msgstr ""
1496 #: libraries/classes/Charsets/Collation.php:563
1497 msgctxt "Collation"
1498 msgid "Slovak"
1499 msgstr ""
1501 #: libraries/classes/Charsets/Collation.php:567
1502 msgctxt "Collation"
1503 msgid "Slovenian"
1504 msgstr ""
1506 #: libraries/classes/Charsets/Collation.php:597
1507 msgctxt "Collation"
1508 msgid "Vietnamese"
1509 msgstr ""
1511 #: libraries/classes/Common.php:245
1512 #, php-format
1513 msgid "You should upgrade to %s %s or later."
1514 msgstr ""
1516 #: libraries/classes/Common.php:277
1517 msgid "Error: Token mismatch"
1518 msgstr ""
1520 #: libraries/classes/Common.php:491
1521 msgid ""
1522 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
1523 "access phpMyAdmin."
1524 msgstr ""
1526 #: libraries/classes/Common.php:552
1527 msgid ""
1528 "You have enabled mbstring.func_overload in your PHP configuration. This "
1529 "option is incompatible with phpMyAdmin and might cause some data to be "
1530 "corrupted!"
1531 msgstr ""
1533 #: libraries/classes/Common.php:569
1534 msgid ""
1535 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
1536 "requires these functions!"
1537 msgstr ""
1539 #: libraries/classes/Common.php:580
1540 msgid "GLOBALS overwrite attempt"
1541 msgstr ""
1543 #: libraries/classes/Common.php:590
1544 msgid "possible exploit"
1545 msgstr ""
1547 #: libraries/classes/Config/Descriptions.php:69
1548 #: libraries/classes/Config/Descriptions.php:70
1549 #: libraries/classes/Config/Descriptions.php:71
1550 msgid "Users cannot set a higher value"
1551 msgstr ""
1553 #: libraries/classes/Config/Descriptions.php:89
1554 msgid ""
1555 "If enabled, user can enter any MySQL server in login form for cookie auth."
1556 msgstr ""
1558 #: libraries/classes/Config/Descriptions.php:92
1559 msgid ""
1560 "Restricts the MySQL servers the user can enter when a login to an arbitrary "
1561 "MySQL server is enabled by matching the IP or hostname of the MySQL server "
1562 "to the given regular expression."
1563 msgstr ""
1565 #: libraries/classes/Config/Descriptions.php:97
1566 msgid ""
1567 "Enabling this allows a page located on a different domain to call phpMyAdmin "
1568 "inside a frame, and is a potential [strong]security hole[/strong] allowing "
1569 "cross-frame scripting (XSS) attacks."
1570 msgstr ""
1572 #: libraries/classes/Config/Descriptions.php:102
1573 msgid ""
1574 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1575 "authentication."
1576 msgstr ""
1578 #: libraries/classes/Config/Descriptions.php:104
1579 msgid "Enable bzip2 compression for import operations."
1580 msgstr ""
1582 #: libraries/classes/Config/Descriptions.php:105
1583 msgid "Enter the URL for your reCAPTCHA v2 compatible API."
1584 msgstr ""
1586 #: libraries/classes/Config/Descriptions.php:106
1587 msgid ""
1588 "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
1589 "API."
1590 msgstr ""
1592 #: libraries/classes/Config/Descriptions.php:107
1593 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API."
1594 msgstr ""
1596 #: libraries/classes/Config/Descriptions.php:108
1597 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API."
1598 msgstr ""
1600 #: libraries/classes/Config/Descriptions.php:109
1601 msgid "Enter your public key for the reCAPTCHA service on your domain."
1602 msgstr ""
1604 #: libraries/classes/Config/Descriptions.php:110
1605 msgid "Enter your private key for your domain reCAPTCHA service."
1606 msgstr ""
1608 #: libraries/classes/Config/Descriptions.php:111
1609 msgid "Enter your siteverify URL for your reCAPTCHA service."
1610 msgstr ""
1612 #: libraries/classes/Config/Descriptions.php:113
1613 msgid ""
1614 "Defines which type of editing controls should be used for CHAR and VARCHAR "
1615 "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
1616 "kbd] - allows newlines in columns."
1617 msgstr ""
1619 #: libraries/classes/Config/Descriptions.php:118
1620 msgid ""
1621 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1622 "highlighting and line numbers."
1623 msgstr ""
1625 #: libraries/classes/Config/Descriptions.php:123
1626 msgid ""
1627 "Find any errors in the query before executing it. Requires CodeMirror to be "
1628 "enabled."
1629 msgstr ""
1631 #: libraries/classes/Config/Descriptions.php:126
1632 msgid ""
1633 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1634 "columns."
1635 msgstr ""
1637 #: libraries/classes/Config/Descriptions.php:129
1638 msgid ""
1639 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1640 "columns."
1641 msgstr ""
1643 #: libraries/classes/Config/Descriptions.php:132
1644 msgid ""
1645 "Compress gzip exports on the fly without the need for much memory; if you "
1646 "encounter problems with created gzip files disable this feature."
1647 msgstr ""
1649 #: libraries/classes/Config/Descriptions.php:136
1650 msgid ""
1651 "Whether a warning (\"Are your really sure…\") should be displayed when "
1652 "you're about to lose data."
1653 msgstr ""
1655 #: libraries/classes/Config/Descriptions.php:139
1656 msgid "Autocomplete of the table and column names in the SQL queries."
1657 msgstr ""
1659 #: libraries/classes/Config/Descriptions.php:142
1660 #: libraries/classes/Config/Descriptions.php:146
1661 #: libraries/classes/Config/Descriptions.php:150
1662 #: libraries/classes/Config/Descriptions.php:154
1663 #: libraries/classes/Config/Descriptions.php:158
1664 #: libraries/classes/Config/Descriptions.php:162
1665 #: libraries/classes/Config/Descriptions.php:166
1666 #: libraries/classes/Config/Descriptions.php:170
1667 #: libraries/classes/Config/Descriptions.php:174
1668 msgid ""
1669 "Values for options list for default transformations. These will be "
1670 "overwritten if transformation is filled in at table structure page."
1671 msgstr ""
1673 #: libraries/classes/Config/Descriptions.php:178
1674 msgid ""
1675 "Disable the table maintenance mass operations, like optimizing or repairing "
1676 "the selected tables of a database."
1677 msgstr ""
1679 #: libraries/classes/Config/Descriptions.php:182
1680 msgid ""
1681 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
1682 "limit)."
1683 msgstr ""
1685 #: libraries/classes/Config/Descriptions.php:184
1686 #: libraries/classes/Config/Descriptions.php:728
1687 #: libraries/classes/Plugins/Export/ExportSql.php:345
1688 msgid "Exclude definition of current user"
1689 msgstr ""
1691 #: libraries/classes/Config/Descriptions.php:186
1692 msgid ""
1693 "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
1694 "the referenced data, [kbd]id[/kbd] is the key value."
1695 msgstr ""
1697 #: libraries/classes/Config/Descriptions.php:190
1698 msgid ""
1699 "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
1700 "for magic strings that can be used to get special values."
1701 msgstr ""
1703 #: libraries/classes/Config/Descriptions.php:195
1704 msgid ""
1705 "Please note that phpMyAdmin is just a user interface and its features do not "
1706 "limit MySQL."
1707 msgstr ""
1709 #: libraries/classes/Config/Descriptions.php:198
1710 msgid ""
1711 "Advanced server configuration, do not change these options unless you know "
1712 "what they are for."
1713 msgstr ""
1715 #: libraries/classes/Config/Descriptions.php:201
1716 msgid ""
1717 "Configure phpMyAdmin configuration storage to gain access to additional "
1718 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1719 "documentation."
1720 msgstr ""
1722 #: libraries/classes/Config/Descriptions.php:206
1723 msgid ""
1724 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1725 "storage."
1726 msgstr ""
1728 #: libraries/classes/Config/Descriptions.php:209
1729 msgid "Customize browse mode."
1730 msgstr ""
1732 #: libraries/classes/Config/Descriptions.php:210
1733 #: libraries/classes/Config/Descriptions.php:211
1734 #: libraries/classes/Config/Descriptions.php:218
1735 #: libraries/classes/Config/Descriptions.php:224
1736 #: libraries/classes/Config/Descriptions.php:225
1737 #: libraries/classes/Config/Descriptions.php:230
1738 msgid "Customize default options."
1739 msgstr ""
1741 #: libraries/classes/Config/Descriptions.php:212
1742 msgid "Settings for phpMyAdmin developers."
1743 msgstr ""
1745 #: libraries/classes/Config/Descriptions.php:213
1746 msgid "Customize edit mode."
1747 msgstr ""
1749 #: libraries/classes/Config/Descriptions.php:214
1750 msgid "Customize default export options."
1751 msgstr ""
1753 #: libraries/classes/Config/Descriptions.php:215
1754 msgid "Set some commonly used options."
1755 msgstr ""
1757 #: libraries/classes/Config/Descriptions.php:216
1758 msgid "Customize default common import options."
1759 msgstr ""
1761 #: libraries/classes/Config/Descriptions.php:217
1762 msgid "Set import and export directories and compression options."
1763 msgstr ""
1765 #: libraries/classes/Config/Descriptions.php:219
1766 msgid "Databases display options."
1767 msgstr ""
1769 #: libraries/classes/Config/Descriptions.php:220
1770 msgid "Customize appearance of the navigation panel."
1771 msgstr ""
1773 #: libraries/classes/Config/Descriptions.php:221
1774 msgid "Customize the navigation tree."
1775 msgstr ""
1777 #: libraries/classes/Config/Descriptions.php:222
1778 msgid "Servers display options."
1779 msgstr ""
1781 #: libraries/classes/Config/Descriptions.php:223
1782 msgid "Tables display options."
1783 msgstr ""
1785 #: libraries/classes/Config/Descriptions.php:226
1786 msgid "Settings that didn't fit anywhere else."
1787 msgstr ""
1789 #: libraries/classes/Config/Descriptions.php:227
1790 msgid "Authentication settings."
1791 msgstr ""
1793 #: libraries/classes/Config/Descriptions.php:228
1794 msgid "Enter server connection parameters."
1795 msgstr ""
1797 #: libraries/classes/Config/Descriptions.php:229
1798 msgid "Customize links shown in SQL Query boxes."
1799 msgstr ""
1801 #: libraries/classes/Config/Descriptions.php:231
1802 msgid "SQL queries settings."
1803 msgstr ""
1805 #: libraries/classes/Config/Descriptions.php:232
1806 msgid "Customize startup page."
1807 msgstr ""
1809 #: libraries/classes/Config/Descriptions.php:233
1810 msgid ""
1811 "Choose which details to show in the database structure (list of tables)."
1812 msgstr ""
1814 #: libraries/classes/Config/Descriptions.php:234
1815 msgid "Settings for the table structure (list of columns)."
1816 msgstr ""
1818 #: libraries/classes/Config/Descriptions.php:235
1819 msgid "Choose how you want tabs to work."
1820 msgstr ""
1822 #: libraries/classes/Config/Descriptions.php:236
1823 msgid "Customize text input fields."
1824 msgstr ""
1826 #: libraries/classes/Config/Descriptions.php:237
1827 msgid "Customize default options"
1828 msgstr ""
1830 #: libraries/classes/Config/Descriptions.php:238
1831 msgid "Disable some of the warnings shown by phpMyAdmin."
1832 msgstr ""
1834 #: libraries/classes/Config/Descriptions.php:240
1835 msgid "Enable gzip compression for import and export operations."
1836 msgstr ""
1838 #: libraries/classes/Config/Descriptions.php:242
1839 msgid ""
1840 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
1841 "if one of the queries failed."
1842 msgstr ""
1844 #: libraries/classes/Config/Descriptions.php:246
1845 msgid ""
1846 "Allow interrupt of import in case script detects it is close to time limit. "
1847 "This might be a good way to import large files, however it can break "
1848 "transactions."
1849 msgstr ""
1851 #: libraries/classes/Config/Descriptions.php:251
1852 msgid ""
1853 "Default format; be aware that this list depends on location (database, "
1854 "table) and only SQL is always available."
1855 msgstr ""
1857 #: libraries/classes/Config/Descriptions.php:254
1858 #: libraries/classes/Config/Descriptions.php:255
1859 msgid "Update data when duplicate keys found on import"
1860 msgstr ""
1862 #: libraries/classes/Config/Descriptions.php:256
1863 msgid "Number of queries to skip from start."
1864 msgstr ""
1866 #: libraries/classes/Config/Descriptions.php:258
1867 msgid ""
1868 "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
1869 "only occurs for the current server. Setting this to FALSE makes it easy to "
1870 "forget to log out from other servers when connected to multiple servers."
1871 msgstr ""
1873 #: libraries/classes/Config/Descriptions.php:263
1874 msgid ""
1875 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
1876 "kbd] authentication mode."
1877 msgstr ""
1879 #: libraries/classes/Config/Descriptions.php:267
1880 msgid ""
1881 "Defines how long (in seconds) a login cookie should be stored in browser. "
1882 "The default of 0 means that it will be kept for the existing session only, "
1883 "and will be deleted as soon as you close the browser window. This is "
1884 "recommended for non-trusted environments."
1885 msgstr ""
1887 #: libraries/classes/Config/Descriptions.php:273
1888 msgid "Maximum number of characters used when a SQL query is displayed."
1889 msgstr ""
1891 #: libraries/classes/Config/Descriptions.php:276
1892 msgid ""
1893 "The number of items that can be displayed on each page on the first level of "
1894 "the navigation tree."
1895 msgstr ""
1897 #: libraries/classes/Config/Descriptions.php:279
1898 msgid ""
1899 "The number of items that can be displayed on each page of the navigation "
1900 "tree."
1901 msgstr ""
1903 #: libraries/classes/Config/Descriptions.php:282
1904 msgid ""
1905 "Number of rows displayed when browsing a result set. If the result set "
1906 "contains more rows, \"Previous\" and \"Next\" links will be shown."
1907 msgstr ""
1909 #: libraries/classes/Config/Descriptions.php:287
1910 msgid ""
1911 "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
1912 "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
1913 msgstr ""
1915 #: libraries/classes/Config/Descriptions.php:291
1916 msgid "In the navigation panel, replaces the database tree with a selector"
1917 msgstr ""
1919 #: libraries/classes/Config/Descriptions.php:294
1920 msgid "Link with main panel by highlighting the current database or table."
1921 msgstr ""
1923 #: libraries/classes/Config/Descriptions.php:297
1924 msgid ""
1925 "Open the linked page in the main window ([code]main[/code]) or in a new one "
1926 "([code]new[/code])."
1927 msgstr ""
1929 #: libraries/classes/Config/Descriptions.php:300
1930 msgid ""
1931 "Defines the minimum number of items (tables, views, routines and events) to "
1932 "display a filter box."
1933 msgstr ""
1935 #: libraries/classes/Config/Descriptions.php:303
1936 msgid ""
1937 "Group items in the navigation tree (determined by the separator defined in "
1938 "the Databases and Tables tabs above)."
1939 msgstr ""
1941 #: libraries/classes/Config/Descriptions.php:307
1942 msgid ""
1943 "Whether to offer the possibility of tree expansion in the navigation panel."
1944 msgstr ""
1946 #: libraries/classes/Config/Descriptions.php:310
1947 msgid "Whether to show procedures under database in the navigation tree"
1948 msgstr ""
1950 #: libraries/classes/Config/Descriptions.php:313
1951 msgid "Whether to expand single database in the navigation tree automatically."
1952 msgstr ""
1954 #: libraries/classes/Config/Descriptions.php:315
1955 msgid "Set to 0 to collapse navigation panel."
1956 msgstr ""
1958 #: libraries/classes/Config/Descriptions.php:316
1959 msgid "Show logo in navigation panel."
1960 msgstr ""
1962 #: libraries/classes/Config/Descriptions.php:317
1963 msgid "URL where logo in the navigation panel will point to."
1964 msgstr ""
1966 #: libraries/classes/Config/Descriptions.php:318
1967 msgid "Display server choice at the top of the navigation panel."
1968 msgstr ""
1970 #: libraries/classes/Config/Descriptions.php:319
1971 msgid "String that separates databases into different tree levels."
1972 msgstr ""
1974 #: libraries/classes/Config/Descriptions.php:320
1975 msgid "String that separates tables into different tree levels."
1976 msgstr ""
1978 #: libraries/classes/Config/Descriptions.php:321
1979 msgid "Highlight server under the mouse cursor."
1980 msgstr ""
1982 #: libraries/classes/Config/Descriptions.php:322
1983 msgid "Whether to show tables under database in the navigation tree"
1984 msgstr ""
1986 #: libraries/classes/Config/Descriptions.php:323
1987 msgid "Whether to show views under database in the navigation tree"
1988 msgstr ""
1990 #: libraries/classes/Config/Descriptions.php:324
1991 msgid "Whether to show functions under database in the navigation tree"
1992 msgstr ""
1994 #: libraries/classes/Config/Descriptions.php:325
1995 msgid "Whether to show events under database in the navigation tree"
1996 msgstr ""
1998 #: libraries/classes/Config/Descriptions.php:327
1999 msgid ""
2000 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
2001 "DATETIME and TIMESTAMP, ascending order otherwise."
2002 msgstr ""
2004 #: libraries/classes/Config/Descriptions.php:331
2005 msgid ""
2006 "Disable the default warning that is displayed on the database details "
2007 "Structure page if any of the required tables for the phpMyAdmin "
2008 "configuration storage could not be found."
2009 msgstr ""
2011 #: libraries/classes/Config/Descriptions.php:336
2012 msgid ""
2013 "Disable the default warning that is displayed on the Structure page if "
2014 "column names in a table are reserved MySQL words."
2015 msgstr ""
2017 #: libraries/classes/Config/Descriptions.php:340
2018 msgid ""
2019 "Enable if you want DB-based query history (requires phpMyAdmin configuration "
2020 "storage). If disabled, this utilizes JS-routines to display query history "
2021 "(lost by window close)."
2022 msgstr ""
2024 #: libraries/classes/Config/Descriptions.php:345
2025 msgid ""
2026 "Sets the effective timezone; possibly different than the one from your "
2027 "database server"
2028 msgstr ""
2030 #: libraries/classes/Config/Descriptions.php:348
2031 msgid ""
2032 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
2033 "[kbd]pma__bookmark[/kbd]"
2034 msgstr ""
2036 #: libraries/classes/Config/Descriptions.php:351
2037 msgid ""
2038 "Leave blank for no column comments/media types, suggested: "
2039 "[kbd]pma__column_info[/kbd]."
2040 msgstr ""
2042 #: libraries/classes/Config/Descriptions.php:354
2043 msgid ""
2044 "A special MySQL user configured with limited permissions, more information "
2045 "available on [doc@linked-tables]documentation[/doc]."
2046 msgstr ""
2048 #: libraries/classes/Config/Descriptions.php:358
2049 msgid ""
2050 "An alternate host to hold the configuration storage; leave blank to use the "
2051 "already defined host."
2052 msgstr ""
2054 #: libraries/classes/Config/Descriptions.php:361
2055 msgid ""
2056 "An alternate port to connect to the host that holds the configuration "
2057 "storage; leave blank to use the default port, or the already defined port, "
2058 "if the controlhost equals host."
2059 msgstr ""
2061 #: libraries/classes/Config/Descriptions.php:366
2062 msgid ""
2063 "More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
2064 "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
2065 "com/19588]MySQL Bugs[/a]"
2066 msgstr ""
2068 #: libraries/classes/Config/Descriptions.php:370
2069 msgid ""
2070 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2071 "kbd]."
2072 msgstr ""
2074 #: libraries/classes/Config/Descriptions.php:373
2075 msgid ""
2076 "Limits number of table preferences which are stored in database, the oldest "
2077 "records are automatically removed."
2078 msgstr ""
2080 #: libraries/classes/Config/Descriptions.php:377
2081 msgid ""
2082 "Leave blank for no QBE saved searches support, suggested: "
2083 "[kbd]pma__savedsearches[/kbd]."
2084 msgstr ""
2086 #: libraries/classes/Config/Descriptions.php:380
2087 msgid ""
2088 "Leave blank for no export template support, suggested: "
2089 "[kbd]pma__export_templates[/kbd]."
2090 msgstr ""
2092 #: libraries/classes/Config/Descriptions.php:383
2093 msgid ""
2094 "Leave blank for no central columns support, suggested: "
2095 "[kbd]pma__central_columns[/kbd]."
2096 msgstr ""
2098 #: libraries/classes/Config/Descriptions.php:386
2099 msgid ""
2100 "You can use MySQL wildcard characters (% and _), escape them if you want to "
2101 "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
2102 "[kbd]'my_db'[/kbd]."
2103 msgstr ""
2105 #: libraries/classes/Config/Descriptions.php:391
2106 msgid ""
2107 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2108 msgstr ""
2110 #: libraries/classes/Config/Descriptions.php:394
2111 msgid ""
2112 "Database used for relations, bookmarks, and PDF features. See [doc@linked-"
2113 "tables]pmadb[/doc] for complete information. Leave blank for no support. "
2114 "Suggested: [kbd]phpmyadmin[/kbd]."
2115 msgstr ""
2117 #: libraries/classes/Config/Descriptions.php:399
2118 msgid ""
2119 "Leave blank for no \"persistent\" recently used tables across sessions, "
2120 "suggested: [kbd]pma__recent[/kbd]."
2121 msgstr ""
2123 #: libraries/classes/Config/Descriptions.php:403
2124 msgid ""
2125 "Leave blank for no \"persistent\" favorite tables across sessions, "
2126 "suggested: [kbd]pma__favorite[/kbd]."
2127 msgstr ""
2129 #: libraries/classes/Config/Descriptions.php:407
2130 msgid ""
2131 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2132 "[kbd]pma__relation[/kbd]."
2133 msgstr ""
2135 #: libraries/classes/Config/Descriptions.php:412
2136 msgid ""
2137 "See [doc@authentication-modes]authentication types[/doc] for an example."
2138 msgstr ""
2140 #: libraries/classes/Config/Descriptions.php:415
2141 msgid ""
2142 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2143 "kbd]."
2144 msgstr ""
2146 #: libraries/classes/Config/Descriptions.php:418
2147 msgid ""
2148 "Table to describe the display columns, leave blank for no support; "
2149 "suggested: [kbd]pma__table_info[/kbd]."
2150 msgstr ""
2152 #: libraries/classes/Config/Descriptions.php:422
2153 msgid ""
2154 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2155 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2156 msgstr ""
2158 #: libraries/classes/Config/Descriptions.php:426
2159 msgid ""
2160 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2161 "the log when creating a database."
2162 msgstr ""
2164 #: libraries/classes/Config/Descriptions.php:430
2165 msgid ""
2166 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2167 "log when creating a table."
2168 msgstr ""
2170 #: libraries/classes/Config/Descriptions.php:434
2171 msgid ""
2172 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2173 "log when creating a view."
2174 msgstr ""
2176 #: libraries/classes/Config/Descriptions.php:438
2177 msgid "Defines the list of statements the auto-creation uses for new versions."
2178 msgstr ""
2180 #: libraries/classes/Config/Descriptions.php:441
2181 msgid ""
2182 "Leave blank for no SQL query tracking support, suggested: "
2183 "[kbd]pma__tracking[/kbd]."
2184 msgstr ""
2186 #: libraries/classes/Config/Descriptions.php:444
2187 msgid ""
2188 "Whether the tracking mechanism creates versions for tables and views "
2189 "automatically."
2190 msgstr ""
2192 #: libraries/classes/Config/Descriptions.php:447
2193 msgid ""
2194 "Leave blank for no user preferences storage in database, suggested: "
2195 "[kbd]pma__userconfig[/kbd]."
2196 msgstr ""
2198 #: libraries/classes/Config/Descriptions.php:450
2199 msgid ""
2200 "Both this table and the user groups table are required to enable the "
2201 "configurable menus feature; leaving either one of them blank will disable "
2202 "this feature, suggested: [kbd]pma__users[/kbd]."
2203 msgstr ""
2205 #: libraries/classes/Config/Descriptions.php:455
2206 msgid ""
2207 "Both this table and the users table are required to enable the configurable "
2208 "menus feature; leaving either one of them blank will disable this feature, "
2209 "suggested: [kbd]pma__usergroups[/kbd]."
2210 msgstr ""
2212 #: libraries/classes/Config/Descriptions.php:460
2213 msgid ""
2214 "Leave blank to disable the feature to hide and show navigation items, "
2215 "suggested: [kbd]pma__navigationhiding[/kbd]."
2216 msgstr ""
2218 #: libraries/classes/Config/Descriptions.php:464
2219 msgid ""
2220 "A user-friendly description of this server. Leave blank to display the "
2221 "hostname instead."
2222 msgstr ""
2224 #: libraries/classes/Config/Descriptions.php:466
2225 msgid "Leave blank if not used."
2226 msgstr ""
2228 #: libraries/classes/Config/Descriptions.php:467
2229 msgid "Leave blank for defaults."
2230 msgstr ""
2232 #: libraries/classes/Config/Descriptions.php:468
2233 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2234 msgstr ""
2236 #: libraries/classes/Config/Descriptions.php:469
2237 msgid "Authentication method to use."
2238 msgstr ""
2240 #: libraries/classes/Config/Descriptions.php:470
2241 msgid "Compress connection to MySQL server."
2242 msgstr ""
2244 #: libraries/classes/Config/Descriptions.php:471
2245 msgid "Hide databases matching regular expression (PCRE)."
2246 msgstr ""
2248 #: libraries/classes/Config/Descriptions.php:472
2249 msgid "Hostname where MySQL server is running."
2250 msgstr ""
2252 #: libraries/classes/Config/Descriptions.php:473
2253 #: libraries/classes/Config/Descriptions.php:477
2254 msgid "Leave empty if not using config auth."
2255 msgstr ""
2257 #: libraries/classes/Config/Descriptions.php:474
2258 msgid "Port on which MySQL server is listening, leave empty for default."
2259 msgstr ""
2261 #: libraries/classes/Config/Descriptions.php:475
2262 msgid "Socket on which MySQL server is listening, leave empty for default."
2263 msgstr ""
2265 #: libraries/classes/Config/Descriptions.php:476
2266 msgid "Enable SSL for connection to MySQL server."
2267 msgstr ""
2269 #: libraries/classes/Config/Descriptions.php:479
2270 msgid ""
2271 "Please note that enabling this has no effect with [kbd]config[/kbd] "
2272 "authentication mode because the password is hard coded in the configuration "
2273 "file; this does not limit the ability to execute the same command directly."
2274 msgstr ""
2276 #: libraries/classes/Config/Descriptions.php:484
2277 msgid "Show or hide a column displaying the Creation timestamp for all tables."
2278 msgstr ""
2280 #: libraries/classes/Config/Descriptions.php:487
2281 msgid ""
2282 "Show or hide a column displaying the Last update timestamp for all tables."
2283 msgstr ""
2285 #: libraries/classes/Config/Descriptions.php:490
2286 msgid ""
2287 "Show or hide a column displaying the Last check timestamp for all tables."
2288 msgstr ""
2290 #: libraries/classes/Config/Descriptions.php:493
2291 msgid ""
2292 "Defines whether or not type fields should be initially displayed in edit/"
2293 "insert mode."
2294 msgstr ""
2296 #: libraries/classes/Config/Descriptions.php:496
2297 msgid ""
2298 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2299 "[/a] output."
2300 msgstr ""
2302 #: libraries/classes/Config/Descriptions.php:498
2303 msgid "Whether a user should be displayed a \"show all (rows)\" button."
2304 msgstr ""
2306 #: libraries/classes/Config/Descriptions.php:499
2307 msgid "Show or hide a column displaying the comments for all tables."
2308 msgstr ""
2310 #: libraries/classes/Config/Descriptions.php:500
2311 msgid "Show or hide a column displaying the charset for all tables."
2312 msgstr ""
2314 #: libraries/classes/Config/Descriptions.php:501
2315 msgid "Display the function fields in edit/insert mode."
2316 msgstr ""
2318 #: libraries/classes/Config/Descriptions.php:502
2319 msgid "Whether to show hint or not."
2320 msgstr ""
2322 #: libraries/classes/Config/Descriptions.php:503
2323 msgid ""
2324 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2325 msgstr ""
2327 #: libraries/classes/Config/Descriptions.php:504
2328 msgid "Allow to display database and table statistics (e.g. space usage)."
2329 msgstr ""
2331 #: libraries/classes/Config/Descriptions.php:506
2332 msgid ""
2333 "Mark used tables and make it possible to show databases with locked tables."
2334 msgstr ""
2336 #: libraries/classes/Config/Descriptions.php:509
2337 msgid ""
2338 "Disable the default warning that is displayed on the main page if Suhosin is "
2339 "detected."
2340 msgstr ""
2342 #: libraries/classes/Config/Descriptions.php:512
2343 msgid ""
2344 "Disable the default warning that is displayed on the main page if the value "
2345 "of the PHP setting session.gc_maxlifetime is less than the value of "
2346 "`LoginCookieValidity`."
2347 msgstr ""
2349 #: libraries/classes/Config/Descriptions.php:517
2350 msgid ""
2351 "Textarea size (columns) in edit mode, this value will be emphasized for SQL "
2352 "query textareas (*2)."
2353 msgstr ""
2355 #: libraries/classes/Config/Descriptions.php:520
2356 msgid ""
2357 "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
2358 "query textareas (*2)."
2359 msgstr ""
2361 #: libraries/classes/Config/Descriptions.php:523
2362 msgid ""
2363 "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
2364 "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
2365 "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
2366 "HTTP_X_FORWARDED_FOR[/kbd]."
2367 msgstr ""
2369 #: libraries/classes/Config/Descriptions.php:529
2370 msgid ""
2371 "When disabled, users cannot set any of the options below, regardless of the "
2372 "checkbox on the right."
2373 msgstr ""
2375 #: libraries/classes/Config/Descriptions.php:532
2376 msgid ""
2377 "The URL of the proxy to be used when retrieving the information about the "
2378 "latest version of phpMyAdmin, or when submitting error reports. You need "
2379 "this if the server where phpMyAdmin is installed does not have direct access "
2380 "to the Internet. The format is: \"hostname:portnumber\"."
2381 msgstr ""
2383 #: libraries/classes/Config/Descriptions.php:538
2384 msgid ""
2385 "The username for authenticating with the proxy. By default, no "
2386 "authentication is performed. If a username is supplied, Basic Authentication "
2387 "will be performed. No other types of authentication are currently supported."
2388 msgstr ""
2390 #: libraries/classes/Config/Descriptions.php:544
2391 msgid ""
2392 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2393 "will be inserted with Shift+Enter."
2394 msgstr ""
2396 #: libraries/classes/Config/Descriptions.php:548
2397 msgid ""
2398 "Enable Zero Configuration mode which lets you set up phpMyAdmin "
2399 "configuration storage tables automatically."
2400 msgstr ""
2402 #: libraries/classes/Config/Descriptions.php:551
2403 msgid "Highlight selected rows."
2404 msgstr ""
2406 #: libraries/classes/Config/Descriptions.php:552
2407 msgid "Highlight row pointed by the mouse cursor."
2408 msgstr ""
2410 #: libraries/classes/Config/Descriptions.php:553
2411 msgid "Number of columns for CHAR/VARCHAR textareas."
2412 msgstr ""
2414 #: libraries/classes/Config/Descriptions.php:554
2415 msgid "Number of rows for CHAR/VARCHAR textareas."
2416 msgstr ""
2418 #: libraries/classes/Config/Descriptions.php:555
2419 msgid ""
2420 "Log SQL queries and their execution time, to be displayed in the console"
2421 msgstr ""
2423 #: libraries/classes/Config/Descriptions.php:556
2424 msgid "Tab that is displayed when entering a database."
2425 msgstr ""
2427 #: libraries/classes/Config/Descriptions.php:557
2428 msgid "Tab that is displayed when entering a server."
2429 msgstr ""
2431 #: libraries/classes/Config/Descriptions.php:558
2432 msgid "Tab that is displayed when entering a table."
2433 msgstr ""
2435 #: libraries/classes/Config/Descriptions.php:559
2436 msgid "Whether the table structure actions should be hidden."
2437 msgstr ""
2439 #: libraries/classes/Config/Descriptions.php:560
2440 msgid "Whether column comments should be shown in table structure view"
2441 msgstr ""
2443 #: libraries/classes/Config/Descriptions.php:561
2444 msgid "Show server listing as a list instead of a drop down."
2445 msgstr ""
2447 #: libraries/classes/Config/Descriptions.php:562
2448 msgid "A dropdown will be used if fewer items are present."
2449 msgstr ""
2451 #: libraries/classes/Config/Descriptions.php:563
2452 msgid "Default value for foreign key checks checkbox for some queries."
2453 msgstr ""
2455 #: libraries/classes/Config/Descriptions.php:564
2456 msgid "Uncheck the checkbox to disable drag and drop import"
2457 msgstr ""
2459 #: libraries/classes/Config/Descriptions.php:565
2460 msgid "How many rows can be inserted at one time."
2461 msgstr ""
2463 #: libraries/classes/Config/Descriptions.php:566
2464 msgid ""
2465 "Maximum number of characters shown in any non-numeric column on browse view."
2466 msgstr ""
2468 #: libraries/classes/Config/Descriptions.php:567
2469 msgid "Define how long (in seconds) a login cookie is valid."
2470 msgstr ""
2472 #: libraries/classes/Config/Descriptions.php:568
2473 msgid "Double size of textarea for LONGTEXT columns."
2474 msgstr ""
2476 #: libraries/classes/Config/Descriptions.php:569
2477 msgid "Maximum number of databases displayed in database list."
2478 msgstr ""
2480 #: libraries/classes/Config/Descriptions.php:570
2481 msgid "Maximum number of tables displayed in table list."
2482 msgstr ""
2484 #: libraries/classes/Config/Descriptions.php:571
2485 msgid "Maximum number of recently used tables; set 0 to disable."
2486 msgstr ""
2488 #: libraries/classes/Config/Descriptions.php:572
2489 msgid "Maximum number of favorite tables; set 0 to disable."
2490 msgstr ""
2492 #: libraries/classes/Config/Descriptions.php:573
2493 msgid "These are Edit, Copy and Delete links."
2494 msgstr ""
2496 #: libraries/classes/Config/Descriptions.php:574
2497 msgid "Whether to show row links even in the absence of a unique key."
2498 msgstr ""
2500 #: libraries/classes/Config/Descriptions.php:575
2501 #: libraries/classes/Config/Descriptions.php:858
2502 msgid "Disable shortcut keys"
2503 msgstr ""
2505 #: libraries/classes/Config/Descriptions.php:576
2506 msgid "Use natural order for sorting table and database names."
2507 msgstr ""
2509 #: libraries/classes/Config/Descriptions.php:577
2510 #: libraries/classes/Config/Descriptions.php:580
2511 #: libraries/classes/Config/Descriptions.php:581
2512 msgid "Use only icons, only text or both."
2513 msgstr ""
2515 #: libraries/classes/Config/Descriptions.php:578
2516 msgid "Use GZip output buffering for increased speed in HTTP transfers."
2517 msgstr ""
2519 #: libraries/classes/Config/Descriptions.php:579
2520 msgid "Use persistent connections to MySQL databases."
2521 msgstr ""
2523 #: libraries/classes/Config/Descriptions.php:582
2524 msgid "Disallow BLOB and BINARY columns from editing."
2525 msgstr ""
2527 #: libraries/classes/Config/Descriptions.php:583
2528 msgid "How many queries are kept in history."
2529 msgstr ""
2531 #: libraries/classes/Config/Descriptions.php:584
2532 msgid "Select which functions will be used for character set conversion."
2533 msgstr ""
2535 #: libraries/classes/Config/Descriptions.php:585
2536 msgid "When browsing tables, the sorting of each table is remembered."
2537 msgstr ""
2539 #: libraries/classes/Config/Descriptions.php:586
2540 msgid "Default sort order for tables with a primary key."
2541 msgstr ""
2543 #: libraries/classes/Config/Descriptions.php:587
2544 msgid ""
2545 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2546 msgstr ""
2548 #: libraries/classes/Config/Descriptions.php:588
2549 msgid "For display Options"
2550 msgstr ""
2552 #: libraries/classes/Config/Descriptions.php:589
2553 msgid "Directory where exports can be saved on server."
2554 msgstr ""
2556 #: libraries/classes/Config/Descriptions.php:590
2557 msgid ""
2558 "Defines whether the query box should stay on-screen after its submission."
2559 msgstr ""
2561 #: libraries/classes/Config/Descriptions.php:591
2562 msgid "Title of browser window when a database is selected."
2563 msgstr ""
2565 #: libraries/classes/Config/Descriptions.php:592
2566 msgid "Title of browser window when nothing is selected."
2567 msgstr ""
2569 #: libraries/classes/Config/Descriptions.php:593
2570 msgid "Title of browser window when a server is selected."
2571 msgstr ""
2573 #: libraries/classes/Config/Descriptions.php:594
2574 msgid "Title of browser window when a table is selected."
2575 msgstr ""
2577 #: libraries/classes/Config/Descriptions.php:595
2578 msgid "Directory on server where you can upload files for import."
2579 msgstr ""
2581 #: libraries/classes/Config/Descriptions.php:596
2582 msgid "Allow for searching inside the entire database."
2583 msgstr ""
2585 #: libraries/classes/Config/Descriptions.php:597
2586 msgid "Enables check for latest version on main phpMyAdmin page."
2587 msgstr ""
2589 #: libraries/classes/Config/Descriptions.php:598
2590 msgid "The password for authenticating with the proxy."
2591 msgstr ""
2593 #: libraries/classes/Config/Descriptions.php:599
2594 msgid "Enable ZIP compression for import and export operations."
2595 msgstr ""
2597 #: libraries/classes/Config/Descriptions.php:600
2598 msgid "Choose the default action when sending error reports."
2599 msgstr ""
2601 #: libraries/classes/Config/Descriptions.php:617
2602 msgid "Allow login to any MySQL server"
2603 msgstr ""
2605 #: libraries/classes/Config/Descriptions.php:618
2606 msgid "Restrict login to MySQL server"
2607 msgstr ""
2609 #: libraries/classes/Config/Descriptions.php:619
2610 msgid "Allow third party framing"
2611 msgstr ""
2613 #: libraries/classes/Config/Descriptions.php:620
2614 msgid "Show \"Drop database\" link to normal users"
2615 msgstr ""
2617 #: libraries/classes/Config/Descriptions.php:621
2618 msgid "Blowfish secret"
2619 msgstr ""
2621 #: libraries/classes/Config/Descriptions.php:622
2622 msgid "Row marker"
2623 msgstr ""
2625 #: libraries/classes/Config/Descriptions.php:623
2626 msgid "Highlight pointer"
2627 msgstr ""
2629 #: libraries/classes/Config/Descriptions.php:624
2630 msgid "Bzip2"
2631 msgstr ""
2633 #: libraries/classes/Config/Descriptions.php:625
2634 msgid "CHAR columns editing"
2635 msgstr ""
2637 #: libraries/classes/Config/Descriptions.php:626
2638 msgid "Enable CodeMirror"
2639 msgstr ""
2641 #: libraries/classes/Config/Descriptions.php:627
2642 msgid "Enable linter"
2643 msgstr ""
2645 #: libraries/classes/Config/Descriptions.php:628
2646 msgid "Minimum size for input field"
2647 msgstr ""
2649 #: libraries/classes/Config/Descriptions.php:629
2650 msgid "Maximum size for input field"
2651 msgstr ""
2653 #: libraries/classes/Config/Descriptions.php:630
2654 msgid "CHAR textarea columns"
2655 msgstr ""
2657 #: libraries/classes/Config/Descriptions.php:631
2658 msgid "CHAR textarea rows"
2659 msgstr ""
2661 #: libraries/classes/Config/Descriptions.php:632
2662 msgid "Check config file permissions"
2663 msgstr ""
2665 #: libraries/classes/Config/Descriptions.php:633
2666 msgid "Compress on the fly"
2667 msgstr ""
2669 #: libraries/classes/Config/Descriptions.php:634
2670 msgid "Confirm DROP queries"
2671 msgstr ""
2673 #: libraries/classes/Config/Descriptions.php:635
2674 #: templates/console/display.twig:11 templates/console/display.twig:64
2675 msgid "Debug SQL"
2676 msgstr ""
2678 #: libraries/classes/Config/Descriptions.php:636
2679 #: libraries/classes/Plugins/Schema/SchemaDia.php:66
2680 #: libraries/classes/Plugins/Schema/SchemaPdf.php:76
2681 msgid "Paper size"
2682 msgstr ""
2684 #: libraries/classes/Config/Descriptions.php:637
2685 msgid "Default database tab"
2686 msgstr ""
2688 #: libraries/classes/Config/Descriptions.php:638
2689 msgid "Default server tab"
2690 msgstr ""
2692 #: libraries/classes/Config/Descriptions.php:639
2693 msgid "Default table tab"
2694 msgstr ""
2696 #: libraries/classes/Config/Descriptions.php:640
2697 msgid "Enable autocomplete for table and column names"
2698 msgstr ""
2700 #: libraries/classes/Config/Descriptions.php:641
2701 msgid "Show column comments"
2702 msgstr ""
2704 #: libraries/classes/Config/Descriptions.php:642
2705 msgid "Hide table structure actions"
2706 msgstr ""
2708 #: libraries/classes/Config/Descriptions.php:643
2709 msgid "Default transformations for Hex"
2710 msgstr ""
2712 #: libraries/classes/Config/Descriptions.php:644
2713 msgid "Default transformations for Substring"
2714 msgstr ""
2716 #: libraries/classes/Config/Descriptions.php:645
2717 msgid "Default transformations for Bool2Text"
2718 msgstr ""
2720 #: libraries/classes/Config/Descriptions.php:646
2721 msgid "Default transformations for External"
2722 msgstr ""
2724 #: libraries/classes/Config/Descriptions.php:647
2725 msgid "Default transformations for PreApPend"
2726 msgstr ""
2728 #: libraries/classes/Config/Descriptions.php:648
2729 msgid "Default transformations for DateFormat"
2730 msgstr ""
2732 #: libraries/classes/Config/Descriptions.php:649
2733 msgid "Default transformations for Inline"
2734 msgstr ""
2736 #: libraries/classes/Config/Descriptions.php:650
2737 msgid "Default transformations for TextImageLink"
2738 msgstr ""
2740 #: libraries/classes/Config/Descriptions.php:651
2741 msgid "Default transformations for TextLink"
2742 msgstr ""
2744 #: libraries/classes/Config/Descriptions.php:652
2745 msgid "Display servers as a list"
2746 msgstr ""
2748 #: libraries/classes/Config/Descriptions.php:653
2749 msgid "Disable multi table maintenance"
2750 msgstr ""
2752 #: libraries/classes/Config/Descriptions.php:654
2753 msgid "Maximum execution time"
2754 msgstr ""
2756 #: libraries/classes/Config/Descriptions.php:655
2757 msgid "Use [code]LOCK TABLES[/code] statement"
2758 msgstr ""
2760 #: libraries/classes/Config/Descriptions.php:656
2761 msgid "Save as file"
2762 msgstr ""
2764 #: libraries/classes/Config/Descriptions.php:657
2765 #: libraries/classes/Config/Descriptions.php:792
2766 msgid "Character set of the file"
2767 msgstr ""
2769 #: libraries/classes/Config/Descriptions.php:658
2770 #: libraries/classes/Config/Descriptions.php:674 templates/import.twig:165
2771 #: templates/import.twig:167 templates/sql/query.twig:40
2772 #: templates/table/structure/display_table_stats.twig:84
2773 msgid "Format"
2774 msgstr ""
2776 #: libraries/classes/Config/Descriptions.php:659
2777 msgid "Compression"
2778 msgstr ""
2780 #: libraries/classes/Config/Descriptions.php:660
2781 #: libraries/classes/Config/Descriptions.php:667
2782 #: libraries/classes/Config/Descriptions.php:675
2783 #: libraries/classes/Config/Descriptions.php:679
2784 #: libraries/classes/Config/Descriptions.php:692
2785 #: libraries/classes/Config/Descriptions.php:694
2786 #: libraries/classes/Config/Descriptions.php:741
2787 #: libraries/classes/Plugins/Export/ExportCsv.php:88
2788 #: libraries/classes/Plugins/Export/ExportExcel.php:61
2789 #: libraries/classes/Plugins/Export/ExportHtmlword.php:85
2790 #: libraries/classes/Plugins/Export/ExportOds.php:70
2791 #: libraries/classes/Plugins/Export/ExportOdt.php:127
2792 #: libraries/classes/Plugins/Export/ExportTexytext.php:79
2793 msgid "Put columns names in the first row"
2794 msgstr ""
2796 #: libraries/classes/Config/Descriptions.php:661
2797 #: libraries/classes/Config/Descriptions.php:794
2798 #: libraries/classes/Config/Descriptions.php:800
2799 #: libraries/classes/Plugins/Import/ImportCsv.php:666
2800 msgid "Columns enclosed with"
2801 msgstr ""
2803 #: libraries/classes/Config/Descriptions.php:662
2804 #: libraries/classes/Config/Descriptions.php:795
2805 #: libraries/classes/Config/Descriptions.php:801
2806 #: libraries/classes/Plugins/Import/ImportCsv.php:677
2807 msgid "Columns escaped with"
2808 msgstr ""
2810 #: libraries/classes/Config/Descriptions.php:663
2811 #: libraries/classes/Config/Descriptions.php:669
2812 #: libraries/classes/Config/Descriptions.php:676
2813 #: libraries/classes/Config/Descriptions.php:685
2814 #: libraries/classes/Config/Descriptions.php:693
2815 #: libraries/classes/Config/Descriptions.php:697
2816 #: libraries/classes/Config/Descriptions.php:742
2817 msgid "Replace NULL with"
2818 msgstr ""
2820 #: libraries/classes/Config/Descriptions.php:664
2821 #: libraries/classes/Config/Descriptions.php:670
2822 msgid "Remove CRLF characters within columns"
2823 msgstr ""
2825 #: libraries/classes/Config/Descriptions.php:665
2826 #: libraries/classes/Config/Descriptions.php:798
2827 #: libraries/classes/Config/Descriptions.php:805
2828 #: libraries/classes/Plugins/Import/ImportCsv.php:651
2829 msgid "Columns terminated with"
2830 msgstr ""
2832 #: libraries/classes/Config/Descriptions.php:666
2833 #: libraries/classes/Config/Descriptions.php:793
2834 #: libraries/classes/Plugins/Import/ImportCsv.php:684
2835 msgid "Lines terminated with"
2836 msgstr ""
2838 #: libraries/classes/Config/Descriptions.php:668
2839 msgid "Excel edition"
2840 msgstr ""
2842 #: libraries/classes/Config/Descriptions.php:671
2843 msgid "Database name template"
2844 msgstr ""
2846 #: libraries/classes/Config/Descriptions.php:672
2847 msgid "Server name template"
2848 msgstr ""
2850 #: libraries/classes/Config/Descriptions.php:673
2851 msgid "Table name template"
2852 msgstr ""
2854 #: libraries/classes/Config/Descriptions.php:677
2855 #: libraries/classes/Config/Descriptions.php:690
2856 #: libraries/classes/Config/Descriptions.php:699
2857 #: libraries/classes/Config/Descriptions.php:737
2858 #: libraries/classes/Config/Descriptions.php:743
2859 #: libraries/classes/Plugins/Export/ExportHtmlword.php:56
2860 #: libraries/classes/Plugins/Export/ExportLatex.php:88
2861 #: libraries/classes/Plugins/Export/ExportMediawiki.php:55
2862 #: libraries/classes/Plugins/Export/ExportMediawiki.php:61
2863 #: libraries/classes/Plugins/Export/ExportOdt.php:69
2864 #: libraries/classes/Plugins/Export/ExportPdf.php:86
2865 #: libraries/classes/Plugins/Export/ExportSql.php:237
2866 #: libraries/classes/Plugins/Export/ExportTexytext.php:55
2867 msgid "Dump table"
2868 msgstr ""
2870 #: libraries/classes/Config/Descriptions.php:678
2871 #: libraries/classes/Plugins/Export/ExportLatex.php:79
2872 msgid "Include table caption"
2873 msgstr ""
2875 #: libraries/classes/Config/Descriptions.php:680
2876 #: libraries/classes/Config/Descriptions.php:695
2877 #: libraries/classes/Config/Descriptions.php:731
2878 #: libraries/classes/Plugins/Export/ExportHtmlword.php:386
2879 #: libraries/classes/Plugins/Export/ExportLatex.php:551
2880 #: libraries/classes/Plugins/Export/ExportOdt.php:495
2881 #: libraries/classes/Plugins/Export/ExportTexytext.php:395
2882 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:548
2883 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:685
2884 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:708
2885 #: templates/columns_definitions/table_fields_definitions.twig:54
2886 #: templates/database/data_dictionary/index.twig:29
2887 #: templates/table/structure/display_structure.twig:28
2888 msgid "Comments"
2889 msgstr "ኮሜንት"
2891 #: libraries/classes/Config/Descriptions.php:681
2892 #: libraries/classes/Config/Descriptions.php:687
2893 msgid "Table caption"
2894 msgstr ""
2896 #: libraries/classes/Config/Descriptions.php:682
2897 #: libraries/classes/Config/Descriptions.php:688
2898 msgid "Continued table caption"
2899 msgstr ""
2901 #: libraries/classes/Config/Descriptions.php:683
2902 #: libraries/classes/Config/Descriptions.php:689
2903 msgid "Label key"
2904 msgstr ""
2906 #: libraries/classes/Config/Descriptions.php:684
2907 #: libraries/classes/Config/Descriptions.php:696
2908 #: libraries/classes/Config/Descriptions.php:734
2909 #: libraries/classes/Plugins/Export/ExportHtmlword.php:393
2910 #: libraries/classes/Plugins/Export/ExportOdt.php:502
2911 #: libraries/classes/Plugins/Export/ExportTexytext.php:400
2912 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:556
2913 #: templates/columns_definitions/table_fields_definitions.twig:71
2914 #: templates/database/data_dictionary/index.twig:31
2915 #, fuzzy
2916 #| msgid "Bad type!"
2917 msgid "Media type"
2918 msgstr "የማይረባ ዓይነት!"
2920 #: libraries/classes/Config/Descriptions.php:686
2921 #: libraries/classes/Config/Descriptions.php:698
2922 #: libraries/classes/Config/Descriptions.php:736
2923 msgid "Relationships"
2924 msgstr ""
2926 #: libraries/classes/Config/Descriptions.php:691
2927 msgid "Export method"
2928 msgstr ""
2930 #: libraries/classes/Config/Descriptions.php:700
2931 #: libraries/classes/Config/Descriptions.php:703
2932 msgid "Save on server"
2933 msgstr ""
2935 #: libraries/classes/Config/Descriptions.php:701
2936 #: libraries/classes/Config/Descriptions.php:704 templates/export.twig:182
2937 #: templates/export.twig:377
2938 msgid "Overwrite existing file(s)"
2939 msgstr ""
2941 #: libraries/classes/Config/Descriptions.php:702
2942 msgid "Export as separate files"
2943 msgstr ""
2945 #: libraries/classes/Config/Descriptions.php:705
2946 msgid "Remember filename template"
2947 msgstr ""
2949 #: libraries/classes/Config/Descriptions.php:706
2950 msgid "Remove DEFINER clause from definitions"
2951 msgstr ""
2953 #: libraries/classes/Config/Descriptions.php:707
2954 #: templates/database/operations/index.twig:160
2955 #: templates/table/operations/index.twig:72
2956 #: templates/table/operations/index.twig:300
2957 msgid "Add AUTO_INCREMENT value"
2958 msgstr ""
2960 #: libraries/classes/Config/Descriptions.php:708
2961 msgid "Enclose table and column names with backquotes"
2962 msgstr ""
2964 #: libraries/classes/Config/Descriptions.php:709
2965 #: libraries/classes/Config/Descriptions.php:811
2966 msgid "SQL compatibility mode"
2967 msgstr ""
2969 #: libraries/classes/Config/Descriptions.php:710
2970 msgid "Creation/Update/Check dates"
2971 msgstr ""
2973 #: libraries/classes/Config/Descriptions.php:711
2974 msgid "Use delayed inserts"
2975 msgstr ""
2977 #: libraries/classes/Config/Descriptions.php:712
2978 #: libraries/classes/Plugins/Export/ExportSql.php:183
2979 msgid "Disable foreign key checks"
2980 msgstr ""
2982 #: libraries/classes/Config/Descriptions.php:713
2983 #: libraries/classes/Plugins/Export/ExportSql.php:197
2984 msgid "Export views as tables"
2985 msgstr ""
2987 #: libraries/classes/Config/Descriptions.php:714
2988 msgid "Export related metadata from phpMyAdmin configuration storage"
2989 msgstr ""
2991 #: libraries/classes/Config/Descriptions.php:715
2992 #: libraries/classes/Config/Descriptions.php:716
2993 #: libraries/classes/Config/Descriptions.php:718
2994 #: libraries/classes/Config/Descriptions.php:721
2995 #: libraries/classes/Config/Descriptions.php:722
2996 #: libraries/classes/Config/Descriptions.php:723
2997 #: libraries/classes/Config/Descriptions.php:735
2998 #: templates/database/operations/index.twig:155
2999 #: templates/table/operations/index.twig:295
3000 #, php-format
3001 msgid "Add %s"
3002 msgstr ""
3004 #: libraries/classes/Config/Descriptions.php:724
3005 msgid "Use hexadecimal for BINARY & BLOB"
3006 msgstr ""
3008 #: libraries/classes/Config/Descriptions.php:726
3009 msgid ""
3010 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
3011 "creation)"
3012 msgstr ""
3014 #: libraries/classes/Config/Descriptions.php:729
3015 #: libraries/classes/Plugins/Export/ExportSql.php:351
3016 #, php-format
3017 msgid "%s view"
3018 msgstr ""
3020 #: libraries/classes/Config/Descriptions.php:730
3021 msgid "Use ignore inserts"
3022 msgstr ""
3024 #: libraries/classes/Config/Descriptions.php:732
3025 msgid "Syntax to use when inserting data"
3026 msgstr ""
3028 #: libraries/classes/Config/Descriptions.php:733
3029 #: libraries/classes/Plugins/Export/ExportSql.php:488
3030 msgid "Maximal length of created query"
3031 msgstr ""
3033 #: libraries/classes/Config/Descriptions.php:738
3034 msgid "Export type"
3035 msgstr ""
3037 #: libraries/classes/Config/Descriptions.php:739
3038 #: libraries/classes/Plugins/Export/ExportSql.php:169
3039 msgid "Enclose export in a transaction"
3040 msgstr ""
3042 #: libraries/classes/Config/Descriptions.php:740
3043 msgid "Export time in UTC"
3044 msgstr ""
3046 #: libraries/classes/Config/Descriptions.php:744
3047 msgid "Foreign key dropdown order"
3048 msgstr ""
3050 #: libraries/classes/Config/Descriptions.php:745
3051 msgid "Foreign key limit"
3052 msgstr ""
3054 #: libraries/classes/Config/Descriptions.php:746
3055 msgid "Foreign key checks"
3056 msgstr ""
3058 #: libraries/classes/Config/Descriptions.php:747
3059 msgid "First day of calendar"
3060 msgstr ""
3062 #: libraries/classes/Config/Descriptions.php:748
3063 #: libraries/classes/Config/Descriptions.php:759 libraries/classes/Menu.php:480
3064 #: libraries/classes/Util.php:1931 libraries/config.values.php:155
3065 #: templates/navigation/tree/database_select.twig:10
3066 #: templates/server/databases/index.twig:3 templates/server/export/index.twig:7
3067 #: templates/server/export/index.twig:14
3068 #: templates/server/privileges/user_properties.twig:20
3069 msgid "Databases"
3070 msgstr ""
3072 #: libraries/classes/Config/Descriptions.php:749
3073 msgid "Browse mode"
3074 msgstr ""
3076 #: libraries/classes/Config/Descriptions.php:751
3077 #: libraries/classes/Config/Forms/User/ExportForm.php:82
3078 #: libraries/classes/Config/Forms/User/ImportForm.php:35
3079 msgid "CSV"
3080 msgstr ""
3082 #: libraries/classes/Config/Descriptions.php:752
3083 msgid "Developer"
3084 msgstr ""
3086 #: libraries/classes/Config/Descriptions.php:753
3087 msgid "Edit mode"
3088 msgstr ""
3090 #: libraries/classes/Config/Descriptions.php:754
3091 msgid "Export defaults"
3092 msgstr ""
3094 #: libraries/classes/Config/Descriptions.php:755
3095 msgid "General"
3096 msgstr ""
3098 #: libraries/classes/Config/Descriptions.php:756
3099 msgid "Import defaults"
3100 msgstr ""
3102 #: libraries/classes/Config/Descriptions.php:757
3103 msgid "Import / export"
3104 msgstr ""
3106 #: libraries/classes/Config/Descriptions.php:758
3107 msgid "LaTeX"
3108 msgstr ""
3110 #: libraries/classes/Config/Descriptions.php:760
3111 #: libraries/classes/Config/Forms/User/NaviForm.php:68
3112 #: templates/preferences/header.twig:30
3113 msgid "Navigation panel"
3114 msgstr ""
3116 #: libraries/classes/Config/Descriptions.php:761
3117 msgid "Navigation tree"
3118 msgstr ""
3120 #: libraries/classes/Config/Descriptions.php:762
3121 #: templates/server/select/index.twig:9 templates/setup/home/index.twig:34
3122 msgid "Servers"
3123 msgstr ""
3125 #: libraries/classes/Config/Descriptions.php:763
3126 #: libraries/classes/Controllers/Server/DatabasesController.php:307
3127 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
3128 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26
3129 #: libraries/classes/Plugins/Export/ExportXml.php:115
3130 #: libraries/classes/Server/Status/Data.php:159
3131 #: templates/database/export/index.twig:22
3132 #: templates/database/structure/show_create.twig:6
3133 msgid "Tables"
3134 msgstr "ቴብሎች"
3136 #: libraries/classes/Config/Descriptions.php:764
3137 #: libraries/classes/Config/Forms/User/MainForm.php:90
3138 #: templates/preferences/header.twig:36
3139 msgid "Main panel"
3140 msgstr ""
3142 #: libraries/classes/Config/Descriptions.php:765
3143 msgid "Microsoft Office"
3144 msgstr ""
3146 #: libraries/classes/Config/Descriptions.php:767
3147 msgid "Other core settings"
3148 msgstr ""
3150 #: libraries/classes/Config/Descriptions.php:768
3151 msgid "Page titles"
3152 msgstr ""
3154 #: libraries/classes/Config/Descriptions.php:769
3155 msgid "Security"
3156 msgstr ""
3158 #: libraries/classes/Config/Descriptions.php:770
3159 msgid "Basic settings"
3160 msgstr ""
3162 #: libraries/classes/Config/Descriptions.php:771
3163 msgid "Authentication"
3164 msgstr ""
3166 #: libraries/classes/Config/Descriptions.php:772
3167 msgid "Server configuration"
3168 msgstr ""
3170 #: libraries/classes/Config/Descriptions.php:773
3171 msgid "Configuration storage"
3172 msgstr ""
3174 #: libraries/classes/Config/Descriptions.php:774
3175 msgid "Changes tracking"
3176 msgstr ""
3178 #: libraries/classes/Config/Descriptions.php:775 libraries/classes/Menu.php:255
3179 #: libraries/classes/Menu.php:362 libraries/classes/Menu.php:485
3180 #: libraries/classes/Navigation/Nodes/NodeTable.php:310
3181 #: libraries/classes/Util.php:1487 libraries/classes/Util.php:1932
3182 #: libraries/classes/Util.php:1947 libraries/classes/Util.php:1964
3183 #: libraries/config.values.php:62 libraries/config.values.php:76
3184 #: libraries/config.values.php:167 libraries/config.values.php:177
3185 msgid "SQL"
3186 msgstr ""
3188 #: libraries/classes/Config/Descriptions.php:776
3189 msgid "SQL Query box"
3190 msgstr ""
3192 #: libraries/classes/Config/Descriptions.php:777
3193 #: libraries/classes/Config/Forms/User/SqlForm.php:48
3194 #: templates/preferences/header.twig:24
3195 msgid "SQL queries"
3196 msgstr ""
3198 #: libraries/classes/Config/Descriptions.php:778
3199 msgid "Startup"
3200 msgstr ""
3202 #: libraries/classes/Config/Descriptions.php:779
3203 msgid "Database structure"
3204 msgstr ""
3206 #: libraries/classes/Config/Descriptions.php:780
3207 #: libraries/classes/Plugins/Export/ExportPdf.php:267
3208 #: templates/table/page_with_secondary_tabs.twig:5
3209 msgid "Table structure"
3210 msgstr ""
3212 #: libraries/classes/Config/Descriptions.php:781
3213 msgid "Tabs"
3214 msgstr ""
3216 #: libraries/classes/Config/Descriptions.php:782
3217 msgid "Display relational schema"
3218 msgstr ""
3220 #: libraries/classes/Config/Descriptions.php:783
3221 msgid "Text fields"
3222 msgstr ""
3224 #: libraries/classes/Config/Descriptions.php:784
3225 msgid "Texy! text"
3226 msgstr ""
3228 #: libraries/classes/Config/Descriptions.php:785
3229 msgid "Warnings"
3230 msgstr ""
3232 #: libraries/classes/Config/Descriptions.php:786
3233 #: templates/console/display.twig:4
3234 msgid "Console"
3235 msgstr ""
3237 #: libraries/classes/Config/Descriptions.php:787
3238 msgid "GZip"
3239 msgstr ""
3241 #: libraries/classes/Config/Descriptions.php:788
3242 msgid "Extra parameters for iconv"
3243 msgstr ""
3245 #: libraries/classes/Config/Descriptions.php:789
3246 msgid "Ignore multiple statement errors"
3247 msgstr ""
3249 #: libraries/classes/Config/Descriptions.php:790
3250 msgid "Enable drag and drop import"
3251 msgstr ""
3253 #: libraries/classes/Config/Descriptions.php:791
3254 msgid "Partial import: allow interrupt"
3255 msgstr ""
3257 #: libraries/classes/Config/Descriptions.php:796
3258 #: libraries/classes/Config/Descriptions.php:802
3259 #: libraries/classes/Plugins/Import/ImportCsv.php:141
3260 #: libraries/classes/Plugins/Import/ImportLdi.php:68
3261 msgid "Do not abort on INSERT error"
3262 msgstr ""
3264 #: libraries/classes/Config/Descriptions.php:797
3265 #: libraries/classes/Config/Descriptions.php:804
3266 msgid "Add ON DUPLICATE KEY UPDATE"
3267 msgstr ""
3269 #: libraries/classes/Config/Descriptions.php:799
3270 msgid "Format of imported file"
3271 msgstr ""
3273 #: libraries/classes/Config/Descriptions.php:803
3274 #: libraries/classes/Plugins/Import/ImportLdi.php:74
3275 msgid "Use LOCAL keyword"
3276 msgstr ""
3278 #: libraries/classes/Config/Descriptions.php:806
3279 msgid "Column names in first row"
3280 msgstr ""
3282 #: libraries/classes/Config/Descriptions.php:807
3283 #: libraries/classes/Plugins/Import/ImportOds.php:74
3284 msgid "Do not import empty rows"
3285 msgstr ""
3287 #: libraries/classes/Config/Descriptions.php:808
3288 msgid "Import currencies ($5.00 to 5.00)"
3289 msgstr ""
3291 #: libraries/classes/Config/Descriptions.php:809
3292 msgid "Import percentages as proper decimals (12.00% to .12)"
3293 msgstr ""
3295 #: libraries/classes/Config/Descriptions.php:810
3296 msgid "Partial import: skip queries"
3297 msgstr ""
3299 #: libraries/classes/Config/Descriptions.php:812
3300 msgid "Do not use AUTO_INCREMENT for zero values"
3301 msgstr ""
3303 #: libraries/classes/Config/Descriptions.php:813
3304 msgid "Read as multibytes"
3305 msgstr ""
3307 #: libraries/classes/Config/Descriptions.php:814
3308 msgid "Initial state for sliders"
3309 msgstr ""
3311 #: libraries/classes/Config/Descriptions.php:815
3312 msgid "Number of inserted rows"
3313 msgstr ""
3315 #: libraries/classes/Config/Descriptions.php:816
3316 msgid "Limit column characters"
3317 msgstr ""
3319 #: libraries/classes/Config/Descriptions.php:817
3320 msgid "Delete all cookies on logout"
3321 msgstr ""
3323 #: libraries/classes/Config/Descriptions.php:818
3324 msgid "Recall user name"
3325 msgstr ""
3327 #: libraries/classes/Config/Descriptions.php:819
3328 msgid "Login cookie store"
3329 msgstr ""
3331 #: libraries/classes/Config/Descriptions.php:820
3332 msgid "Login cookie validity"
3333 msgstr ""
3335 #: libraries/classes/Config/Descriptions.php:821
3336 msgid "Bigger textarea for LONGTEXT"
3337 msgstr ""
3339 #: libraries/classes/Config/Descriptions.php:822
3340 msgid "Maximum displayed SQL length"
3341 msgstr ""
3343 #: libraries/classes/Config/Descriptions.php:823
3344 msgid "Maximum databases"
3345 msgstr ""
3347 #: libraries/classes/Config/Descriptions.php:824
3348 msgid "Maximum items on first level"
3349 msgstr ""
3351 #: libraries/classes/Config/Descriptions.php:825
3352 msgid "Maximum items in branch"
3353 msgstr ""
3355 #: libraries/classes/Config/Descriptions.php:826
3356 msgid "Maximum number of rows to display"
3357 msgstr ""
3359 #: libraries/classes/Config/Descriptions.php:827
3360 msgid "Maximum tables"
3361 msgstr ""
3363 #: libraries/classes/Config/Descriptions.php:828
3364 msgid "Memory limit"
3365 msgstr ""
3367 #: libraries/classes/Config/Descriptions.php:829
3368 msgid "Show databases navigation as tree"
3369 msgstr ""
3371 #: libraries/classes/Config/Descriptions.php:830
3372 msgid "Navigation panel width"
3373 msgstr ""
3375 #: libraries/classes/Config/Descriptions.php:831
3376 #: libraries/classes/Controllers/JavaScriptMessagesController.php:600
3377 #: libraries/classes/Navigation/NavigationTree.php:1352
3378 msgid "Link with main panel"
3379 msgstr ""
3381 #: libraries/classes/Config/Descriptions.php:832
3382 msgid "Display logo"
3383 msgstr ""
3385 #: libraries/classes/Config/Descriptions.php:833
3386 msgid "Logo link URL"
3387 msgstr ""
3389 #: libraries/classes/Config/Descriptions.php:834
3390 msgid "Logo link target"
3391 msgstr ""
3393 #: libraries/classes/Config/Descriptions.php:835
3394 msgid "Display servers selection"
3395 msgstr ""
3397 #: libraries/classes/Config/Descriptions.php:836
3398 msgid "Target for quick access icon"
3399 msgstr ""
3401 #: libraries/classes/Config/Descriptions.php:837
3402 msgid "Target for second quick access icon"
3403 msgstr ""
3405 #: libraries/classes/Config/Descriptions.php:838
3406 msgid "Minimum number of items to display the filter box"
3407 msgstr ""
3409 #: libraries/classes/Config/Descriptions.php:840
3410 msgid "Minimum number of databases to display the database filter box"
3411 msgstr ""
3413 #: libraries/classes/Config/Descriptions.php:842
3414 msgid "Group items in the tree"
3415 msgstr ""
3417 #: libraries/classes/Config/Descriptions.php:843
3418 msgid "Database tree separator"
3419 msgstr ""
3421 #: libraries/classes/Config/Descriptions.php:844
3422 msgid "Table tree separator"
3423 msgstr ""
3425 #: libraries/classes/Config/Descriptions.php:845
3426 msgid "Maximum table tree depth"
3427 msgstr ""
3429 #: libraries/classes/Config/Descriptions.php:846
3430 msgid "Enable highlighting"
3431 msgstr ""
3433 #: libraries/classes/Config/Descriptions.php:847
3434 msgid "Enable navigation tree expansion"
3435 msgstr ""
3437 #: libraries/classes/Config/Descriptions.php:848
3438 msgid "Show tables in tree"
3439 msgstr ""
3441 #: libraries/classes/Config/Descriptions.php:849
3442 msgid "Show views in tree"
3443 msgstr ""
3445 #: libraries/classes/Config/Descriptions.php:850
3446 msgid "Show functions in tree"
3447 msgstr ""
3449 #: libraries/classes/Config/Descriptions.php:851
3450 msgid "Show procedures in tree"
3451 msgstr ""
3453 #: libraries/classes/Config/Descriptions.php:852
3454 msgid "Show events in tree"
3455 msgstr ""
3457 #: libraries/classes/Config/Descriptions.php:853
3458 msgid "Expand single database"
3459 msgstr ""
3461 #: libraries/classes/Config/Descriptions.php:854
3462 msgid "Recently used tables"
3463 msgstr ""
3465 #: libraries/classes/Config/Descriptions.php:855
3466 #: libraries/classes/RecentFavoriteTable.php:254
3467 msgid "Favorite tables"
3468 msgstr ""
3470 #: libraries/classes/Config/Descriptions.php:856
3471 msgid "Where to show the table row links"
3472 msgstr ""
3474 #: libraries/classes/Config/Descriptions.php:857
3475 msgid "Show row links anyway"
3476 msgstr ""
3478 #: libraries/classes/Config/Descriptions.php:859
3479 msgid "Natural order"
3480 msgstr ""
3482 #: libraries/classes/Config/Descriptions.php:860
3483 msgid "Table navigation bar"
3484 msgstr ""
3486 #: libraries/classes/Config/Descriptions.php:861
3487 msgid "GZip output buffering"
3488 msgstr ""
3490 #: libraries/classes/Config/Descriptions.php:862
3491 msgid "Default sorting order"
3492 msgstr ""
3494 #: libraries/classes/Config/Descriptions.php:863
3495 msgid "Persistent connections"
3496 msgstr ""
3498 #: libraries/classes/Config/Descriptions.php:864
3499 msgid "Missing phpMyAdmin configuration storage tables"
3500 msgstr ""
3502 #: libraries/classes/Config/Descriptions.php:865
3503 msgid "MySQL reserved word warning"
3504 msgstr ""
3506 #: libraries/classes/Config/Descriptions.php:866
3507 msgid "How to display the menu tabs"
3508 msgstr ""
3510 #: libraries/classes/Config/Descriptions.php:867
3511 msgid "How to display various action links"
3512 msgstr ""
3514 #: libraries/classes/Config/Descriptions.php:868
3515 msgid "Protect binary columns"
3516 msgstr ""
3518 #: libraries/classes/Config/Descriptions.php:869
3519 msgid "Permanent query history"
3520 msgstr ""
3522 #: libraries/classes/Config/Descriptions.php:870
3523 msgid "Query history length"
3524 msgstr ""
3526 #: libraries/classes/Config/Descriptions.php:871
3527 msgid "Recoding engine"
3528 msgstr ""
3530 #: libraries/classes/Config/Descriptions.php:872
3531 msgid "Remember table's sorting"
3532 msgstr ""
3534 #: libraries/classes/Config/Descriptions.php:873
3535 msgid "Primary key default sort order"
3536 msgstr ""
3538 #: libraries/classes/Config/Descriptions.php:874
3539 msgid "Repeat headers"
3540 msgstr ""
3542 #: libraries/classes/Config/Descriptions.php:875
3543 msgid "Grid editing: trigger action"
3544 msgstr ""
3546 #: libraries/classes/Config/Descriptions.php:876
3547 msgid "Relational display"
3548 msgstr ""
3550 #: libraries/classes/Config/Descriptions.php:877
3551 msgid "Grid editing: save all edited cells at once"
3552 msgstr ""
3554 #: libraries/classes/Config/Descriptions.php:878
3555 msgid "Save directory"
3556 msgstr ""
3558 #: libraries/classes/Config/Descriptions.php:879
3559 msgid "Host authorization order"
3560 msgstr ""
3562 #: libraries/classes/Config/Descriptions.php:880
3563 msgid "Host authorization rules"
3564 msgstr ""
3566 #: libraries/classes/Config/Descriptions.php:881
3567 msgid "Allow logins without a password"
3568 msgstr ""
3570 #: libraries/classes/Config/Descriptions.php:882
3571 msgid "Allow root login"
3572 msgstr ""
3574 #: libraries/classes/Config/Descriptions.php:883
3575 msgid "Session timezone"
3576 msgstr ""
3578 #: libraries/classes/Config/Descriptions.php:884
3579 msgid "HTTP Realm"
3580 msgstr ""
3582 #: libraries/classes/Config/Descriptions.php:885
3583 #: templates/setup/home/index.twig:50
3584 msgid "Authentication type"
3585 msgstr ""
3587 #: libraries/classes/Config/Descriptions.php:886
3588 msgid "Bookmark table"
3589 msgstr ""
3591 #: libraries/classes/Config/Descriptions.php:887
3592 msgid "Column information table"
3593 msgstr ""
3595 #: libraries/classes/Config/Descriptions.php:888
3596 msgid "Compress connection"
3597 msgstr ""
3599 #: libraries/classes/Config/Descriptions.php:889
3600 msgid "Control user password"
3601 msgstr ""
3603 #: libraries/classes/Config/Descriptions.php:890
3604 msgid "Control user"
3605 msgstr ""
3607 #: libraries/classes/Config/Descriptions.php:891
3608 msgid "Control host"
3609 msgstr ""
3611 #: libraries/classes/Config/Descriptions.php:892
3612 msgid "Control port"
3613 msgstr ""
3615 #: libraries/classes/Config/Descriptions.php:893
3616 msgid "Disable use of INFORMATION_SCHEMA"
3617 msgstr ""
3619 #: libraries/classes/Config/Descriptions.php:894
3620 msgid "Hide databases"
3621 msgstr ""
3623 #: libraries/classes/Config/Descriptions.php:895
3624 msgid "SQL query history table"
3625 msgstr ""
3627 #: libraries/classes/Config/Descriptions.php:896
3628 msgid "Server hostname"
3629 msgstr ""
3631 #: libraries/classes/Config/Descriptions.php:897
3632 msgid "Logout URL"
3633 msgstr ""
3635 #: libraries/classes/Config/Descriptions.php:898
3636 msgid "Maximal number of table preferences to store"
3637 msgstr ""
3639 #: libraries/classes/Config/Descriptions.php:899
3640 msgid "QBE saved searches table"
3641 msgstr ""
3643 #: libraries/classes/Config/Descriptions.php:900
3644 msgid "Export templates table"
3645 msgstr ""
3647 #: libraries/classes/Config/Descriptions.php:901
3648 msgid "Central columns table"
3649 msgstr ""
3651 #: libraries/classes/Config/Descriptions.php:902
3652 msgid "Show only listed databases"
3653 msgstr ""
3655 #: libraries/classes/Config/Descriptions.php:903
3656 msgid "Password for config auth"
3657 msgstr ""
3659 #: libraries/classes/Config/Descriptions.php:904
3660 msgid "PDF schema: pages table"
3661 msgstr ""
3663 #: libraries/classes/Config/Descriptions.php:905
3664 #: templates/database/operations/index.twig:122
3665 #: templates/server/databases/index.twig:24
3666 msgid "Database name"
3667 msgstr ""
3669 #: libraries/classes/Config/Descriptions.php:906
3670 msgid "Server port"
3671 msgstr ""
3673 #: libraries/classes/Config/Descriptions.php:907
3674 msgid "Recently used table"
3675 msgstr ""
3677 #: libraries/classes/Config/Descriptions.php:908
3678 msgid "Favorites table"
3679 msgstr ""
3681 #: libraries/classes/Config/Descriptions.php:909
3682 msgid "Relation table"
3683 msgstr ""
3685 #: libraries/classes/Config/Descriptions.php:910
3686 msgid "Signon session name"
3687 msgstr ""
3689 #: libraries/classes/Config/Descriptions.php:911
3690 msgid "Signon URL"
3691 msgstr ""
3693 #: libraries/classes/Config/Descriptions.php:912
3694 msgid "Server socket"
3695 msgstr ""
3697 #: libraries/classes/Config/Descriptions.php:913
3698 msgid "Use SSL"
3699 msgstr ""
3701 #: libraries/classes/Config/Descriptions.php:914
3702 msgid "Designer and PDF schema: table coordinates"
3703 msgstr ""
3705 #: libraries/classes/Config/Descriptions.php:915
3706 msgid "Display columns table"
3707 msgstr ""
3709 #: libraries/classes/Config/Descriptions.php:916
3710 msgid "UI preferences table"
3711 msgstr ""
3713 #: libraries/classes/Config/Descriptions.php:917
3714 msgid "Add DROP DATABASE"
3715 msgstr ""
3717 #: libraries/classes/Config/Descriptions.php:918
3718 #: templates/database/structure/copy_form.twig:34
3719 msgid "Add DROP TABLE"
3720 msgstr ""
3722 #: libraries/classes/Config/Descriptions.php:919
3723 msgid "Add DROP VIEW"
3724 msgstr ""
3726 #: libraries/classes/Config/Descriptions.php:920
3727 msgid "Statements to track"
3728 msgstr ""
3730 #: libraries/classes/Config/Descriptions.php:921
3731 msgid "SQL query tracking table"
3732 msgstr ""
3734 #: libraries/classes/Config/Descriptions.php:922
3735 msgid "Automatically create versions"
3736 msgstr ""
3738 #: libraries/classes/Config/Descriptions.php:923
3739 msgid "User preferences storage table"
3740 msgstr ""
3742 #: libraries/classes/Config/Descriptions.php:924
3743 msgid "Users table"
3744 msgstr ""
3746 #: libraries/classes/Config/Descriptions.php:925
3747 msgid "User groups table"
3748 msgstr ""
3750 #: libraries/classes/Config/Descriptions.php:926
3751 msgid "Hidden navigation items table"
3752 msgstr ""
3754 #: libraries/classes/Config/Descriptions.php:927
3755 msgid "User for config auth"
3756 msgstr ""
3758 #: libraries/classes/Config/Descriptions.php:928
3759 msgid "Verbose name of this server"
3760 msgstr ""
3762 #: libraries/classes/Config/Descriptions.php:929
3763 msgid "Allow to display all the rows"
3764 msgstr ""
3766 #: libraries/classes/Config/Descriptions.php:930
3767 msgid "Show password change form"
3768 msgstr ""
3770 #: libraries/classes/Config/Descriptions.php:931
3771 msgid "Show create database form"
3772 msgstr ""
3774 #: libraries/classes/Config/Descriptions.php:932
3775 msgid "Show table comments"
3776 msgstr ""
3778 #: libraries/classes/Config/Descriptions.php:933
3779 msgid "Show creation timestamp"
3780 msgstr ""
3782 #: libraries/classes/Config/Descriptions.php:934
3783 msgid "Show last update timestamp"
3784 msgstr ""
3786 #: libraries/classes/Config/Descriptions.php:935
3787 msgid "Show last check timestamp"
3788 msgstr ""
3790 #: libraries/classes/Config/Descriptions.php:936
3791 msgid "Show table charset"
3792 msgstr ""
3794 #: libraries/classes/Config/Descriptions.php:937
3795 msgid "Show field types"
3796 msgstr ""
3798 #: libraries/classes/Config/Descriptions.php:938
3799 msgid "Show function fields"
3800 msgstr ""
3802 #: libraries/classes/Config/Descriptions.php:939
3803 msgid "Show hint"
3804 msgstr ""
3806 #: libraries/classes/Config/Descriptions.php:940
3807 msgid "Show phpinfo() link"
3808 msgstr ""
3810 #: libraries/classes/Config/Descriptions.php:941
3811 msgid "Show detailed MySQL server information"
3812 msgstr ""
3814 #: libraries/classes/Config/Descriptions.php:942
3815 msgid "Show SQL queries"
3816 msgstr ""
3818 #: libraries/classes/Config/Descriptions.php:943 templates/sql/query.twig:127
3819 msgid "Retain query box"
3820 msgstr ""
3822 #: libraries/classes/Config/Descriptions.php:944
3823 msgid "Show statistics"
3824 msgstr ""
3826 #: libraries/classes/Config/Descriptions.php:945
3827 msgid "Skip locked tables"
3828 msgstr ""
3830 #: libraries/classes/Config/Descriptions.php:946
3831 #: libraries/classes/ConfigStorage/UserGroups.php:122
3832 #: libraries/classes/Controllers/JavaScriptMessagesController.php:387
3833 #: libraries/classes/Display/Results.php:2974
3834 #: libraries/classes/Html/Generator.php:614
3835 #: libraries/classes/Html/Generator.php:865
3836 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
3837 #: templates/console/display.twig:175
3838 #: templates/database/central_columns/main.twig:265
3839 #: templates/database/central_columns/main.twig:376
3840 #: templates/database/central_columns/main.twig:377
3841 #: templates/database/events/index.twig:76
3842 #: templates/database/events/index.twig:79
3843 #: templates/database/events/row.twig:23 templates/database/events/row.twig:26
3844 #: templates/database/routines/row.twig:20
3845 #: templates/database/routines/row.twig:23
3846 #: templates/database/structure/structure_table_row.twig:66
3847 #: templates/database/triggers/row.twig:28
3848 #: templates/database/triggers/row.twig:31
3849 #: templates/display/results/table.twig:227
3850 #: templates/display/results/table.twig:228 templates/indexes.twig:34
3851 #: templates/server/variables/index.twig:41
3852 #: templates/server/variables/index.twig:44 templates/setup/home/index.twig:63
3853 #: templates/table/structure/display_structure.twig:497
3854 msgid "Edit"
3855 msgstr ""
3857 #: libraries/classes/Config/Descriptions.php:947
3858 #: libraries/classes/Html/Generator.php:594
3859 msgid "Explain SQL"
3860 msgstr ""
3862 #: libraries/classes/Config/Descriptions.php:948
3863 #: libraries/classes/Export.php:594 libraries/classes/Html/Generator.php:662
3864 #: templates/console/display.twig:99
3865 #: templates/server/status/processes/index.twig:19
3866 #: templates/server/status/variables/index.twig:42
3867 msgid "Refresh"
3868 msgstr ""
3870 #: libraries/classes/Config/Descriptions.php:949
3871 #: libraries/classes/Html/Generator.php:646
3872 msgid "Create PHP code"
3873 msgstr ""
3875 #: libraries/classes/Config/Descriptions.php:950
3876 msgid "Suhosin warning"
3877 msgstr ""
3879 #: libraries/classes/Config/Descriptions.php:951
3880 msgid "Login cookie validity warning"
3881 msgstr ""
3883 #: libraries/classes/Config/Descriptions.php:952
3884 msgid "Textarea columns"
3885 msgstr ""
3887 #: libraries/classes/Config/Descriptions.php:953
3888 msgid "Textarea rows"
3889 msgstr ""
3891 #: libraries/classes/Config/Descriptions.php:954
3892 #: libraries/classes/Plugins/Export/ExportHtmlword.php:141
3893 #: libraries/classes/Plugins/Export/ExportOdt.php:185
3894 #: libraries/classes/Plugins/Export/ExportTexytext.php:125
3895 #: libraries/classes/Server/Privileges.php:1819
3896 #: libraries/classes/Server/Privileges.php:1821
3897 #: libraries/classes/Server/Status/Processes.php:122
3898 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:40
3899 #: templates/console/display.twig:184 templates/server/databases/index.twig:106
3900 #: templates/server/privileges/edit_routine_privileges.twig:17
3901 #: templates/server/privileges/privileges_table.twig:257
3902 #: templates/server/privileges/user_properties.twig:22
3903 #: templates/server/privileges/user_properties.twig:70
3904 #: templates/table/operations/index.twig:56
3905 #: templates/table/operations/index.twig:62
3906 #: templates/table/operations/index.twig:257
3907 #: templates/table/operations/index.twig:263
3908 #: templates/table/relation/common_form.twig:36
3909 #: templates/table/relation/common_form.twig:175
3910 #: templates/table/relation/foreign_key_row.twig:97
3911 msgid "Database"
3912 msgstr ""
3914 #: libraries/classes/Config/Descriptions.php:955
3915 msgid "Default title"
3916 msgstr ""
3918 #: libraries/classes/Config/Descriptions.php:956
3919 #: templates/server/status/base.twig:6
3920 msgid "Server"
3921 msgstr ""
3923 #: libraries/classes/Config/Descriptions.php:957
3924 #: libraries/classes/Plugins/Export/ExportXml.php:471
3925 #: libraries/classes/Server/Privileges.php:1825
3926 #: libraries/classes/Server/Privileges.php:1827
3927 #: templates/database/structure/show_create.twig:10
3928 #: templates/database/structure/table_header.twig:8
3929 #: templates/database/tracking/tables.twig:13
3930 #: templates/database/tracking/tables.twig:153
3931 #: templates/database/triggers/editor_form.twig:27
3932 #: templates/database/triggers/list.twig:47
3933 #: templates/server/privileges/privileges_table.twig:6
3934 #: templates/server/privileges/privileges_table.twig:259
3935 #: templates/server/privileges/user_properties.twig:37
3936 #: templates/server/privileges/user_properties.twig:81
3937 #: templates/table/maintenance/checksum.twig:12
3938 #: templates/table/operations/index.twig:65
3939 #: templates/table/operations/index.twig:266
3940 #: templates/table/relation/common_form.twig:37
3941 #: templates/table/relation/common_form.twig:182
3942 #: templates/table/relation/foreign_key_row.twig:108
3943 msgid "Table"
3944 msgstr ""
3946 #: libraries/classes/Config/Descriptions.php:958
3947 msgid "List of trusted proxies for IP allow/deny"
3948 msgstr ""
3950 #: libraries/classes/Config/Descriptions.php:959
3951 msgid "Upload directory"
3952 msgstr ""
3954 #: libraries/classes/Config/Descriptions.php:960
3955 msgid "Use database search"
3956 msgstr ""
3958 #: libraries/classes/Config/Descriptions.php:961
3959 msgid "Enable the Developer tab in settings"
3960 msgstr ""
3962 #: libraries/classes/Config/Descriptions.php:962
3963 #: libraries/classes/Setup/Index.php:128 libraries/classes/Setup/Index.php:151
3964 #: libraries/classes/Setup/Index.php:163 libraries/classes/Setup/Index.php:176
3965 #: libraries/classes/Setup/Index.php:185 libraries/classes/Setup/Index.php:193
3966 msgid "Version check"
3967 msgstr ""
3969 #: libraries/classes/Config/Descriptions.php:963
3970 msgid "Proxy URL"
3971 msgstr ""
3973 #: libraries/classes/Config/Descriptions.php:964
3974 msgid "Proxy username"
3975 msgstr ""
3977 #: libraries/classes/Config/Descriptions.php:965
3978 msgid "Proxy password"
3979 msgstr ""
3981 #: libraries/classes/Config/Descriptions.php:966
3982 msgid "ZIP"
3983 msgstr ""
3985 #: libraries/classes/Config/Descriptions.php:967
3986 msgid "URL for reCAPTCHA v2 API"
3987 msgstr ""
3989 #: libraries/classes/Config/Descriptions.php:968
3990 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API"
3991 msgstr ""
3993 #: libraries/classes/Config/Descriptions.php:969
3994 msgid "Request parameter for reCAPTCHA v2 API"
3995 msgstr ""
3997 #: libraries/classes/Config/Descriptions.php:970
3998 msgid "Response parameter for reCAPTCHA v2 API"
3999 msgstr ""
4001 #: libraries/classes/Config/Descriptions.php:971
4002 msgid "Public key for reCAPTCHA"
4003 msgstr ""
4005 #: libraries/classes/Config/Descriptions.php:972
4006 msgid "Private key for reCAPTCHA"
4007 msgstr ""
4009 #: libraries/classes/Config/Descriptions.php:973
4010 msgid "URL for reCAPTCHA siteverify"
4011 msgstr ""
4013 #: libraries/classes/Config/Descriptions.php:974
4014 msgid "Send error reports"
4015 msgstr ""
4017 #: libraries/classes/Config/Descriptions.php:975
4018 msgid "Enter executes queries in console"
4019 msgstr ""
4021 #: libraries/classes/Config/Descriptions.php:976
4022 msgid "Enable Zero Configuration mode"
4023 msgstr ""
4025 #: libraries/classes/Config/Descriptions.php:977
4026 #: templates/console/display.twig:153
4027 msgid "Show query history at start"
4028 msgstr ""
4030 #: libraries/classes/Config/Descriptions.php:978
4031 #: templates/console/display.twig:149
4032 msgid "Always expand query messages"
4033 msgstr ""
4035 #: libraries/classes/Config/Descriptions.php:979
4036 #: templates/console/display.twig:157
4037 msgid "Show current browsing query"
4038 msgstr ""
4040 #: libraries/classes/Config/Descriptions.php:980
4041 msgid "Execute queries on Enter and insert new line with Shift+Enter"
4042 msgstr ""
4044 #: libraries/classes/Config/Descriptions.php:981
4045 #: templates/console/display.twig:168
4046 msgid "Switch to dark theme"
4047 msgstr ""
4049 #: libraries/classes/Config/Descriptions.php:982
4050 msgid "Console height"
4051 msgstr ""
4053 #: libraries/classes/Config/Descriptions.php:983
4054 msgid "Console mode"
4055 msgstr ""
4057 #: libraries/classes/Config/Descriptions.php:984
4058 #: templates/console/display.twig:64
4059 msgid "Group queries"
4060 msgstr ""
4062 #: libraries/classes/Config/Descriptions.php:985
4063 #: templates/sql/profiling_chart.twig:9
4064 msgid "Order"
4065 msgstr ""
4067 #: libraries/classes/Config/Descriptions.php:986
4068 msgid "Order by"
4069 msgstr ""
4071 #: libraries/classes/Config/Descriptions.php:987
4072 msgid "Server connection collation"
4073 msgstr ""
4075 #: libraries/classes/Config/FormDisplay.php:605
4076 #, php-format
4077 msgid "Missing data for %s"
4078 msgstr ""
4080 #: libraries/classes/Config/FormDisplay.php:646
4081 #: libraries/classes/Config/Validator.php:590
4082 #: templates/config/form_display/display.twig:67
4083 msgid "Incorrect value!"
4084 msgstr ""
4086 #: libraries/classes/Config/FormDisplay.php:797
4087 #: libraries/classes/Config/FormDisplay.php:806
4088 msgid "unavailable"
4089 msgstr ""
4091 #: libraries/classes/Config/FormDisplay.php:799
4092 #: libraries/classes/Config/FormDisplay.php:808
4093 #, php-format
4094 msgid "\"%s\" requires %s extension"
4095 msgstr ""
4097 #: libraries/classes/Config/FormDisplay.php:839
4098 #, php-format
4099 msgid "Compressed import will not work due to missing function %s."
4100 msgstr ""
4102 #: libraries/classes/Config/FormDisplay.php:848
4103 #, php-format
4104 msgid "Compressed export will not work due to missing function %s."
4105 msgstr ""
4107 #: libraries/classes/Config/FormDisplay.php:867
4108 #, php-format
4109 msgid "maximum %s"
4110 msgstr ""
4112 #: libraries/classes/Config/Forms/Setup/ServersForm.php:39
4113 msgid "Config authentication"
4114 msgstr ""
4116 #: libraries/classes/Config/Forms/Setup/ServersForm.php:43
4117 msgid "HTTP authentication"
4118 msgstr ""
4120 #: libraries/classes/Config/Forms/Setup/ServersForm.php:46
4121 msgid "Signon authentication"
4122 msgstr ""
4124 #: libraries/classes/Config/Forms/User/ExportForm.php:25
4125 msgid "Quick"
4126 msgstr ""
4128 #: libraries/classes/Config/Forms/User/ExportForm.php:29
4129 msgid "Custom"
4130 msgstr ""
4132 #: libraries/classes/Config/Forms/User/ExportForm.php:55
4133 #: libraries/classes/Config/Forms/User/ExportForm.php:100
4134 #: libraries/classes/Config/Forms/User/ExportForm.php:128
4135 #: libraries/classes/Controllers/JavaScriptMessagesController.php:710
4136 #: libraries/classes/Import.php:1299 libraries/classes/Menu.php:247
4137 #: libraries/classes/Menu.php:357
4138 #: libraries/classes/Navigation/Nodes/NodeColumn.php:42
4139 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:50
4140 #: libraries/classes/Navigation/Nodes/NodeTable.php:301
4141 #: libraries/classes/Util.php:1486 libraries/classes/Util.php:1946
4142 #: libraries/classes/Util.php:1963 libraries/config.values.php:60
4143 #: libraries/config.values.php:74 libraries/config.values.php:165
4144 #: libraries/config.values.php:175
4145 #: templates/columns_definitions/table_fields_definitions.twig:4
4146 #: templates/database/central_columns/edit.twig:3
4147 #: templates/database/export/index.twig:23
4148 #: templates/database/structure/structure_table_row.twig:48
4149 #: templates/server/privileges/privileges_table.twig:352
4150 #: templates/table/tracking/structure_snapshot_columns.twig:1
4151 msgid "Structure"
4152 msgstr ""
4154 #: libraries/classes/Config/Forms/User/ExportForm.php:71
4155 #: libraries/classes/Config/Forms/User/ExportForm.php:108
4156 #: libraries/classes/Config/Forms/User/ExportForm.php:133
4157 #: libraries/classes/Config/Forms/User/ExportForm.php:139
4158 #: libraries/classes/Controllers/Server/DatabasesController.php:317
4159 #: templates/database/export/index.twig:24
4160 #: templates/server/privileges/privileges_table.twig:278
4161 #: templates/table/structure/display_table_stats.twig:17
4162 msgid "Data"
4163 msgstr "ዳታ"
4165 #: libraries/classes/Config/Forms/User/ExportForm.php:91
4166 msgid "CSV for MS Excel"
4167 msgstr ""
4169 #: libraries/classes/Config/Forms/User/ExportForm.php:116
4170 msgid "Microsoft Word 2000"
4171 msgstr ""
4173 #: libraries/classes/Config/Forms/User/ExportForm.php:122
4174 #: libraries/classes/Config/Forms/User/ImportForm.php:52
4175 msgid "OpenDocument Spreadsheet"
4176 msgstr ""
4178 #: libraries/classes/Config/Forms/User/ExportForm.php:126
4179 msgid "OpenDocument Text"
4180 msgstr ""
4182 #: libraries/classes/Config/Forms/User/ExportForm.php:153
4183 #: libraries/classes/Controllers/JavaScriptMessagesController.php:372
4184 #: libraries/classes/Menu.php:277 libraries/classes/Menu.php:382
4185 #: libraries/classes/Menu.php:513 libraries/classes/Server/Privileges.php:1513
4186 #: libraries/classes/Util.php:1935 libraries/classes/Util.php:1950
4187 #: libraries/classes/Util.php:1967 templates/database/events/index.twig:17
4188 #: templates/database/events/index.twig:18
4189 #: templates/database/events/index.twig:88
4190 #: templates/database/events/row.twig:36
4191 #: templates/database/privileges/index.twig:91
4192 #: templates/database/privileges/index.twig:116
4193 #: templates/database/privileges/index.twig:117
4194 #: templates/database/routines/index.twig:17
4195 #: templates/database/routines/index.twig:18
4196 #: templates/database/routines/row.twig:60
4197 #: templates/database/routines/row.twig:63
4198 #: templates/database/structure/check_all_tables.twig:12
4199 #: templates/database/triggers/list.twig:17
4200 #: templates/database/triggers/list.twig:18
4201 #: templates/database/triggers/row.twig:41
4202 #: templates/display/results/table.twig:240
4203 #: templates/display/results/table.twig:241
4204 #: templates/display/results/table.twig:272 templates/export.twig:3
4205 #: templates/export.twig:499 templates/preferences/header.twig:42
4206 #: templates/preferences/manage/main.twig:68
4207 #: templates/server/privileges/new_user_ajax.twig:63
4208 #: templates/server/privileges/users_overview.twig:95
4209 #: templates/server/privileges/users_overview.twig:125
4210 #: templates/server/privileges/users_overview.twig:126
4211 #: templates/server/status/monitor/index.twig:81
4212 #: templates/table/privileges/index.twig:95
4213 #: templates/table/privileges/index.twig:120
4214 #: templates/table/privileges/index.twig:121
4215 msgid "Export"
4216 msgstr ""
4218 #: libraries/classes/Config/Forms/User/FeaturesForm.php:90
4219 #: templates/preferences/header.twig:18
4220 msgid "Features"
4221 msgstr ""
4223 #: libraries/classes/Config/Forms/User/ImportForm.php:43
4224 msgid "CSV using LOAD DATA"
4225 msgstr ""
4227 #: libraries/classes/Config/Forms/User/ImportForm.php:67
4228 #: libraries/classes/Controllers/JavaScriptMessagesController.php:309
4229 #: libraries/classes/Menu.php:286 libraries/classes/Menu.php:392
4230 #: libraries/classes/Menu.php:518 libraries/classes/Util.php:1936
4231 #: libraries/classes/Util.php:1951 libraries/classes/Util.php:1968
4232 #: templates/import.twig:3 templates/import.twig:199
4233 #: templates/preferences/header.twig:48
4234 #: templates/preferences/manage/main.twig:11
4235 #: templates/server/status/monitor/index.twig:78
4236 msgid "Import"
4237 msgstr ""
4239 #: libraries/classes/Config/Forms/User/MainForm.php:37
4240 msgid "Default transformations"
4241 msgstr ""
4243 #: libraries/classes/Config/PageSettings.php:135
4244 msgid "Cannot save settings, submitted configuration form contains errors!"
4245 msgstr ""
4247 #: libraries/classes/Config.php:652
4248 #, php-format
4249 msgid "Existing configuration file (%s) is not readable."
4250 msgstr ""
4252 #: libraries/classes/Config.php:690
4253 msgid "Wrong permissions on configuration file, should not be world writable!"
4254 msgstr ""
4256 #: libraries/classes/Config.php:705
4257 msgid "Failed to read configuration file!"
4258 msgstr ""
4260 #: libraries/classes/Config.php:707
4261 msgid ""
4262 "This usually means there is a syntax error in it, please check any errors "
4263 "shown below."
4264 msgstr ""
4266 #: libraries/classes/Config.php:1234
4267 #, php-format
4268 msgid "Invalid server index: %s"
4269 msgstr ""
4271 #: libraries/classes/Config.php:1247
4272 #, php-format
4273 msgid "Server %d"
4274 msgstr ""
4276 #: libraries/classes/Config/ServerConfigChecks.php:67
4277 #, php-format
4278 msgid ""
4279 "This %soption%s should be disabled as it allows attackers to bruteforce "
4280 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4281 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4282 "protection with trusted proxies list may not be reliable if your IP belongs "
4283 "to an ISP where thousands of users, including you, are connected to."
4284 msgstr ""
4286 #: libraries/classes/Config/ServerConfigChecks.php:92
4287 msgid ""
4288 "This value should be double checked to ensure that this directory is neither "
4289 "world accessible nor readable or writable by other users on your server."
4290 msgstr ""
4292 #: libraries/classes/Config/ServerConfigChecks.php:162
4293 msgid "You should use SSL connections if your database server supports it."
4294 msgstr ""
4296 #: libraries/classes/Config/ServerConfigChecks.php:169
4297 #, php-format
4298 msgid ""
4299 "If you feel this is necessary, use additional protection settings - %1$shost "
4300 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4301 "based protection may not be reliable if your IP belongs to an ISP where "
4302 "thousands of users, including you, are connected to."
4303 msgstr ""
4305 #: libraries/classes/Config/ServerConfigChecks.php:195
4306 #, php-format
4307 msgid ""
4308 "You set the [kbd]config[/kbd] authentication type and included username and "
4309 "password for auto-login, which is not a desirable option for live hosts. "
4310 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4311 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4312 "[kbd]http[/kbd]."
4313 msgstr ""
4315 #: libraries/classes/Config/ServerConfigChecks.php:224
4316 msgid "You allow for connecting to the server without a password."
4317 msgstr ""
4319 #: libraries/classes/Config/ServerConfigChecks.php:307
4320 #, php-format
4321 msgid ""
4322 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4323 "system."
4324 msgstr ""
4326 #: libraries/classes/Config/ServerConfigChecks.php:328
4327 #, php-format
4328 msgid ""
4329 "%sZip compression%s requires functions (%s) which are unavailable on this "
4330 "system."
4331 msgstr ""
4333 #: libraries/classes/Config/ServerConfigChecks.php:361
4334 msgid ""
4335 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4336 "authentication, so a key was automatically generated for you. It is used to "
4337 "encrypt cookies; you don't need to remember it."
4338 msgstr ""
4340 #: libraries/classes/Config/ServerConfigChecks.php:385
4341 #, php-format
4342 msgid ""
4343 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4344 "may cause random session invalidation (currently session.gc_maxlifetime is "
4345 "%5$d)."
4346 msgstr ""
4348 #: libraries/classes/Config/ServerConfigChecks.php:407
4349 #, php-format
4350 msgid ""
4351 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4352 "most. Values larger than 1800 may pose a security risk such as impersonation."
4353 msgstr ""
4355 #: libraries/classes/Config/ServerConfigChecks.php:433
4356 #, php-format
4357 msgid ""
4358 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4359 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4360 msgstr ""
4362 #: libraries/classes/Config/ServerConfigChecks.php:472
4363 #, php-format
4364 msgid ""
4365 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4366 "are unavailable on this system."
4367 msgstr ""
4369 #: libraries/classes/Config/ServerConfigChecks.php:503
4370 #, php-format
4371 msgid ""
4372 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4373 "are unavailable on this system."
4374 msgstr ""
4376 #: libraries/classes/ConfigStorage/Relation.php:1365
4377 msgid "no description"
4378 msgstr ""
4380 #: libraries/classes/ConfigStorage/Relation.php:1567
4381 #, php-format
4382 msgid ""
4383 "You do not have necessary privileges to create a database named '%s'. You "
4384 "may go to 'Operations' tab of any database to set up the phpMyAdmin "
4385 "configuration storage there."
4386 msgstr ""
4388 #: libraries/classes/ConfigStorage/UserGroups.php:112
4389 msgid "View users"
4390 msgstr ""
4392 #: libraries/classes/ConfigStorage/UserGroups.php:245
4393 msgid "Server-level tabs"
4394 msgstr ""
4396 #: libraries/classes/ConfigStorage/UserGroups.php:250
4397 msgid "Database-level tabs"
4398 msgstr ""
4400 #: libraries/classes/ConfigStorage/UserGroups.php:255
4401 msgid "Table-level tabs"
4402 msgstr ""
4404 #: libraries/classes/Config/Validator.php:243
4405 msgid "Could not connect to the database server!"
4406 msgstr ""
4408 #: libraries/classes/Config/Validator.php:279
4409 msgid "Invalid authentication type!"
4410 msgstr ""
4412 #: libraries/classes/Config/Validator.php:284
4413 msgid "Empty username while using [kbd]config[/kbd] authentication method!"
4414 msgstr ""
4416 #: libraries/classes/Config/Validator.php:290
4417 msgid ""
4418 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4419 "method!"
4420 msgstr ""
4422 #: libraries/classes/Config/Validator.php:297
4423 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4424 msgstr ""
4426 #: libraries/classes/Config/Validator.php:351
4427 msgid ""
4428 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4429 msgstr ""
4431 #: libraries/classes/Config/Validator.php:358
4432 msgid ""
4433 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4434 "storage!"
4435 msgstr ""
4437 #: libraries/classes/Config/Validator.php:449
4438 msgid "Incorrect value:"
4439 msgstr ""
4441 #: libraries/classes/Config/Validator.php:460
4442 #, php-format
4443 msgid "Incorrect IP address: %s"
4444 msgstr ""
4446 #: libraries/classes/Config/Validator.php:523
4447 #: templates/config/form_display/display.twig:66
4448 msgid "Not a valid port number!"
4449 msgstr ""
4451 #: libraries/classes/Config/Validator.php:545
4452 #: templates/config/form_display/display.twig:64
4453 msgid "Not a positive number!"
4454 msgstr ""
4456 #: libraries/classes/Config/Validator.php:567
4457 #: templates/config/form_display/display.twig:65
4458 msgid "Not a non-negative number!"
4459 msgstr ""
4461 #: libraries/classes/Config/Validator.php:608
4462 #: templates/config/form_display/display.twig:68
4463 #, php-format
4464 msgid "Value must be less than or equal to %s!"
4465 msgstr ""
4467 #: libraries/classes/Console.php:92
4468 #, php-format
4469 msgid "Showing %1$d bookmark (both private and shared)"
4470 msgid_plural "Showing %1$d bookmarks (both private and shared)"
4471 msgstr[0] ""
4472 msgstr[1] ""
4474 #: libraries/classes/Console.php:99
4475 msgid "No bookmarks"
4476 msgstr ""
4478 #: libraries/classes/Console.php:128
4479 msgid "SQL Query Console"
4480 msgstr ""
4482 #: libraries/classes/Controllers/AbstractController.php:73
4483 #: libraries/classes/Controllers/JavaScriptMessagesController.php:342
4484 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:68
4485 #: libraries/classes/DbTableExists.php:47
4486 msgid "No databases selected."
4487 msgstr ""
4489 #: libraries/classes/Controllers/ChangeLogController.php:38
4490 #: libraries/classes/Controllers/LicenseController.php:36
4491 #, php-format
4492 msgid ""
4493 "The %s file is not available on this system, please visit %s for more "
4494 "information."
4495 msgstr ""
4497 #: libraries/classes/Controllers/Database/CentralColumnsController.php:140
4498 #, php-format
4499 msgid "Showing rows %1$s - %2$s."
4500 msgstr ""
4502 #. l10n: The user tries to save a page with an existing name in Designer
4503 #: libraries/classes/Controllers/Database/DesignerController.php:92
4504 #, php-format
4505 msgid ""
4506 "There already exists a page named \"%s\" please rename it to something else."
4507 msgstr ""
4509 #: libraries/classes/Controllers/Database/ExportController.php:81
4510 #: libraries/classes/Controllers/Database/TrackingController.php:130
4511 #: libraries/classes/Controllers/Export/ExportController.php:442
4512 #: libraries/classes/Database/Qbe.php:322
4513 #: templates/database/structure/index.twig:25
4514 #: templates/navigation/tree/path.twig:9
4515 msgid "No tables found in database."
4516 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
4518 #: libraries/classes/Controllers/Database/ExportController.php:143
4519 #: libraries/classes/Controllers/Server/ExportController.php:73
4520 #: libraries/classes/Controllers/Table/ExportController.php:104
4521 msgid "Could not load export plugins, please check your installation!"
4522 msgstr ""
4524 #: libraries/classes/Controllers/Database/ImportController.php:72
4525 #: libraries/classes/Controllers/Import/ImportController.php:570
4526 #: libraries/classes/Controllers/Server/ImportController.php:58
4527 #: libraries/classes/Controllers/Table/ImportController.php:69
4528 msgid "Could not load import plugins, please check your installation!"
4529 msgstr ""
4531 #: libraries/classes/Controllers/Database/Operations/CollationController.php:48
4532 #: libraries/classes/Controllers/Table/OperationsController.php:258
4533 msgid "No collation provided."
4534 msgstr ""
4536 #: libraries/classes/Controllers/Database/OperationsController.php:90
4537 #: libraries/classes/Controllers/Table/CreateController.php:72
4538 msgid "The database name is empty!"
4539 msgstr "የዳታቤዝ ስም ባዶ ነው!"
4541 #: libraries/classes/Controllers/Database/OperationsController.php:99
4542 msgid "Cannot copy database to the same name. Change the name and try again."
4543 msgstr ""
4545 #: libraries/classes/Controllers/Database/OperationsController.php:177
4546 #, php-format
4547 msgid "Database %1$s has been renamed to %2$s."
4548 msgstr ""
4550 #: libraries/classes/Controllers/Database/OperationsController.php:187
4551 #, php-format
4552 msgid "Database %1$s has been copied to %2$s."
4553 msgstr ""
4555 #: libraries/classes/Controllers/Database/OperationsController.php:296
4556 #, php-format
4557 msgid ""
4558 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4559 msgstr ""
4561 #: libraries/classes/Controllers/Database/SearchController.php:47
4562 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:90
4563 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:103
4564 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:82
4565 #: libraries/classes/Plugins/AuthenticationPlugin.php:184
4566 msgid "Access denied!"
4567 msgstr "የተከለከለ ነው!"
4569 #: libraries/classes/Controllers/Database/Structure/AddPrefixController.php:21
4570 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:45
4571 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:45
4572 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:45
4573 #: libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php:22
4574 #: libraries/classes/Controllers/Database/Structure/CopyFormController.php:21
4575 #: libraries/classes/Controllers/Database/Structure/DropFormController.php:37
4576 #: libraries/classes/Controllers/Database/Structure/EmptyFormController.php:24
4577 #: libraries/classes/Controllers/Database/Structure/ShowCreateController.php:32
4578 #: libraries/classes/Controllers/Export/TablesController.php:29
4579 #: libraries/classes/Controllers/JavaScriptMessagesController.php:343
4580 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:54
4581 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:54
4582 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:54
4583 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:54
4584 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:54
4585 #, fuzzy
4586 #| msgid "No tables selected."
4587 msgid "No table selected."
4588 msgstr "ምንም ቴብል አልተመረጠም።"
4590 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:53
4591 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:53
4592 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:53
4593 msgid "Success!"
4594 msgstr ""
4596 #: libraries/classes/Controllers/Database/StructureController.php:367
4597 #: templates/table/operations/index.twig:451
4598 #: templates/table/operations/view.twig:32
4599 #, php-format
4600 msgid "View %s has been dropped."
4601 msgstr ""
4603 #: libraries/classes/Controllers/Database/StructureController.php:368
4604 #: templates/table/operations/index.twig:451
4605 #, php-format
4606 msgid "Table %s has been dropped."
4607 msgstr ""
4609 #: libraries/classes/Controllers/Database/StructureController.php:415
4610 #: templates/table/operations/index.twig:410
4611 #: templates/table/operations/index.twig:428
4612 #, php-format
4613 msgid "Table %s has been emptied."
4614 msgstr ""
4616 #: libraries/classes/Controllers/Database/StructureController.php:578
4617 #: libraries/classes/Display/Results.php:3987
4618 #, php-format
4619 msgid ""
4620 "This view has at least this number of rows. Please refer to "
4621 "%sdocumentation%s."
4622 msgstr ""
4624 #: libraries/classes/Controllers/Database/StructureController.php:765
4625 msgid "unknown"
4626 msgstr ""
4628 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:56
4629 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:74
4630 #: libraries/classes/Controllers/JavaScriptMessagesController.php:487
4631 #: libraries/classes/Controllers/Table/DeleteRowsController.php:56
4632 #: libraries/classes/Controllers/Table/DropColumnController.php:57
4633 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:58
4634 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:82
4635 #: libraries/classes/IndexColumn.php:164 libraries/classes/Index.php:525
4636 #: libraries/classes/Plugins/Export/ExportHtmlword.php:633
4637 #: libraries/classes/Plugins/Export/ExportLatex.php:632
4638 #: libraries/classes/Plugins/Export/ExportOdt.php:788
4639 #: libraries/classes/Plugins/Export/ExportTexytext.php:626
4640 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:754
4641 #: templates/config/form_display/input.twig:42
4642 #: templates/database/central_columns/main.twig:356
4643 #: templates/database/data_dictionary/index.twig:47
4644 #: templates/database/data_dictionary/index.twig:91
4645 #: templates/database/designer/main.twig:1117
4646 #: templates/database/privileges/index.twig:69
4647 #: templates/database/structure/drop_form.twig:19
4648 #: templates/database/structure/empty_form.twig:19 templates/indexes.twig:65
4649 #: templates/preferences/autoload.twig:11
4650 #: templates/preferences/manage/error.twig:18
4651 #: templates/server/privileges/new_user_ajax.twig:20
4652 #: templates/server/privileges/new_user_ajax.twig:34
4653 #: templates/server/privileges/privileges_summary.twig:37
4654 #: templates/server/privileges/privileges_summary.twig:40
4655 #: templates/server/privileges/privileges_summary.twig:42
4656 #: templates/server/privileges/users_overview.twig:53
4657 #: templates/server/privileges/users_overview.twig:65
4658 #: templates/table/delete/confirm.twig:28
4659 #: templates/table/privileges/index.twig:73
4660 #: templates/table/structure/display_structure.twig:80
4661 #: templates/table/structure/display_structure.twig:532
4662 #: templates/table/structure/drop_confirm.twig:19
4663 #: templates/table/structure/primary.twig:22
4664 #: templates/table/tracking/structure_snapshot_columns.twig:33
4665 #: templates/table/tracking/structure_snapshot_indexes.twig:23
4666 #: templates/table/tracking/structure_snapshot_indexes.twig:24
4667 msgid "Yes"
4668 msgstr "አዎ"
4670 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:57
4671 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:75
4672 #: libraries/classes/Controllers/Table/DropColumnController.php:74
4673 #: libraries/classes/Controllers/Table/OperationsController.php:318
4674 #: libraries/classes/Controllers/Table/ReplaceController.php:415
4675 #: libraries/classes/Core.php:719 templates/preview_sql.twig:3
4676 msgid "No change"
4677 msgstr ""
4679 #: libraries/classes/Controllers/Database/Structure/FavoriteTableController.php:109
4680 msgid "Favorite List is full!"
4681 msgstr ""
4683 #: libraries/classes/Controllers/Database/TrackingController.php:83
4684 #: libraries/classes/Controllers/Database/TrackingController.php:103
4685 msgid "Tracking data deleted successfully."
4686 msgstr ""
4688 #: libraries/classes/Controllers/Database/TrackingController.php:90
4689 #, php-format
4690 msgid ""
4691 "Version %1$s was created for selected tables, tracking is active for them."
4692 msgstr ""
4694 #: libraries/classes/Controllers/Database/TrackingController.php:120
4695 msgid "No tables selected."
4696 msgstr "ምንም ቴብል አልተመረጠም።"
4698 #: libraries/classes/Controllers/Database/TrackingController.php:155
4699 msgid "Database Log"
4700 msgstr ""
4702 #: libraries/classes/Controllers/ErrorReportController.php:106
4703 msgid ""
4704 "An error has been detected and an error report has been automatically "
4705 "submitted based on your settings."
4706 msgstr ""
4708 #: libraries/classes/Controllers/ErrorReportController.php:110
4709 msgid "Thank you for submitting this report."
4710 msgstr ""
4712 #: libraries/classes/Controllers/ErrorReportController.php:114
4713 msgid ""
4714 "An error has been detected and an error report has been generated but failed "
4715 "to be sent."
4716 msgstr ""
4718 #: libraries/classes/Controllers/ErrorReportController.php:117
4719 msgid "If you experience any problems please submit a bug report manually."
4720 msgstr ""
4722 #: libraries/classes/Controllers/ErrorReportController.php:120
4723 msgid "You may want to refresh the page."
4724 msgstr ""
4726 #: libraries/classes/Controllers/Export/ExportController.php:239
4727 #: libraries/classes/Export.php:1345
4728 msgid "Bad type!"
4729 msgstr "የማይረባ ዓይነት!"
4731 #: libraries/classes/Controllers/Export/ExportController.php:333
4732 msgid "Bad parameters!"
4733 msgstr ""
4735 #: libraries/classes/Controllers/HomeController.php:99
4736 msgid ""
4737 "You were logged out from one server, to logout completely from phpMyAdmin, "
4738 "you need to logout from all servers."
4739 msgstr ""
4741 #: libraries/classes/Controllers/HomeController.php:196
4742 #, php-format
4743 msgid ""
4744 "The phpMyAdmin configuration storage is not completely configured, some "
4745 "extended features have been deactivated. %sFind out why%s. "
4746 msgstr ""
4748 #: libraries/classes/Controllers/HomeController.php:202
4749 msgid ""
4750 "Or alternately go to 'Operations' tab of any database to set it up there."
4751 msgstr ""
4753 #: libraries/classes/Controllers/HomeController.php:266
4754 msgid ""
4755 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
4756 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
4757 "than cookie validity configured in phpMyAdmin, because of this, your login "
4758 "might expire sooner than configured in phpMyAdmin."
4759 msgstr ""
4761 #: libraries/classes/Controllers/HomeController.php:283
4762 msgid ""
4763 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
4764 "because of this, your login will expire sooner than configured in phpMyAdmin."
4765 msgstr ""
4767 #: libraries/classes/Controllers/HomeController.php:302
4768 msgid ""
4769 "Your server is running with default values for the controluser and password "
4770 "(controlpass) and is open to intrusion; you really should fix this security "
4771 "weakness by changing the password for controluser 'pma'."
4772 msgstr ""
4774 #: libraries/classes/Controllers/HomeController.php:324
4775 msgid ""
4776 "The configuration file needs a valid key for cookie encryption. A temporary "
4777 "key was automatically generated for you. Please refer to the "
4778 "[doc@cfg_blowfish_secret]documentation[/doc]."
4779 msgstr ""
4781 #: libraries/classes/Controllers/HomeController.php:334
4782 #, php-format
4783 msgid ""
4784 "The cookie encryption key in the configuration file is longer than "
4785 "necessary. It should only be %d bytes long. Please refer to the "
4786 "[doc@cfg_blowfish_secret]documentation[/doc]."
4787 msgstr ""
4789 #: libraries/classes/Controllers/HomeController.php:352
4790 msgid ""
4791 "Directory [code]config[/code], which is used by the setup script, still "
4792 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
4793 "once phpMyAdmin has been configured. Otherwise the security of your server "
4794 "may be compromised by unauthorized people downloading your configuration."
4795 msgstr ""
4797 #: libraries/classes/Controllers/HomeController.php:373
4798 #, php-format
4799 msgid ""
4800 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
4801 "issues."
4802 msgstr ""
4804 #: libraries/classes/Controllers/HomeController.php:387
4805 #, php-format
4806 msgid ""
4807 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
4808 "templates and will be slow because of this."
4809 msgstr ""
4811 #: libraries/classes/Controllers/HomeController.php:444
4812 msgid ""
4813 "The mbstring PHP extension was not found and you seem to be using a "
4814 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
4815 "split strings correctly and it may result in unexpected results."
4816 msgstr ""
4818 #: libraries/classes/Controllers/HomeController.php:462
4819 msgid ""
4820 "The curl extension was not found and allow_url_fopen is disabled. Due to "
4821 "this some features such as error reporting or version check are disabled."
4822 msgstr ""
4824 #: libraries/classes/Controllers/Import/ImportController.php:109
4825 msgid "Incomplete params"
4826 msgstr ""
4828 #: libraries/classes/Controllers/Import/ImportController.php:123
4829 msgid "Succeeded"
4830 msgstr ""
4832 #: libraries/classes/Controllers/Import/ImportController.php:127
4833 #: libraries/classes/Controllers/JavaScriptMessagesController.php:574
4834 msgid "Failed"
4835 msgstr ""
4837 #: libraries/classes/Controllers/Import/ImportController.php:217
4838 #, php-format
4839 msgid ""
4840 "You probably tried to upload a file that is too large. Please refer to "
4841 "%sdocumentation%s for a workaround for this limit."
4842 msgstr ""
4844 #: libraries/classes/Controllers/Import/ImportController.php:372
4845 #: libraries/classes/Controllers/Import/ImportController.php:610
4846 msgid "Showing bookmark"
4847 msgstr ""
4849 #: libraries/classes/Controllers/Import/ImportController.php:393
4850 #: libraries/classes/Controllers/Import/ImportController.php:606
4851 msgid "The bookmark has been deleted."
4852 msgstr ""
4854 #: libraries/classes/Controllers/Import/ImportController.php:516
4855 msgid ""
4856 "No data was received to import. Either no file name was submitted, or the "
4857 "file size exceeded the maximum size permitted by your PHP configuration. See "
4858 "[doc@faq1-16]FAQ 1.16[/doc]."
4859 msgstr ""
4861 #: libraries/classes/Controllers/Import/ImportController.php:618
4862 #, php-format
4863 msgid "Import has been successfully finished, %d query executed."
4864 msgid_plural "Import has been successfully finished, %d queries executed."
4865 msgstr[0] ""
4866 msgstr[1] ""
4868 #: libraries/classes/Controllers/Import/ImportController.php:655
4869 #, php-format
4870 msgid ""
4871 "Script timeout passed, if you want to finish import, please %sresubmit the "
4872 "same file%s and import will resume."
4873 msgstr ""
4875 #: libraries/classes/Controllers/Import/ImportController.php:665
4876 msgid ""
4877 "However on last run no data has been parsed, this usually means phpMyAdmin "
4878 "won't be able to finish this import unless you increase php time limits."
4879 msgstr ""
4881 #: libraries/classes/Controllers/Import/ImportController.php:736
4882 #: libraries/classes/Controllers/Sql/SqlController.php:162
4883 msgid "\"DROP DATABASE\" statements are disabled."
4884 msgstr ""
4886 #: libraries/classes/Controllers/Import/SimulateDmlController.php:38
4887 msgid "Only single-table UPDATE and DELETE queries can be simulated."
4888 msgstr ""
4890 #: libraries/classes/Controllers/Import/StatusController.php:66
4891 msgid "Could not load the progress of the import."
4892 msgstr ""
4894 #: libraries/classes/Controllers/JavaScriptMessagesController.php:39
4895 #: templates/server/databases/index.twig:318
4896 msgid "Confirm"
4897 msgstr ""
4899 #: libraries/classes/Controllers/JavaScriptMessagesController.php:40
4900 #, php-format
4901 msgid "Do you really want to execute \"%s\"?"
4902 msgstr ""
4904 #: libraries/classes/Controllers/JavaScriptMessagesController.php:41
4905 msgid "You are about to DESTROY a complete database!"
4906 msgstr ""
4908 #: libraries/classes/Controllers/JavaScriptMessagesController.php:43
4909 msgid "Cannot rename database to the same name. Change the name and try again"
4910 msgstr ""
4912 #: libraries/classes/Controllers/JavaScriptMessagesController.php:45
4913 msgid "You are about to DESTROY a complete table!"
4914 msgstr ""
4916 #: libraries/classes/Controllers/JavaScriptMessagesController.php:46
4917 msgid "You are about to TRUNCATE a complete table!"
4918 msgstr ""
4920 #: libraries/classes/Controllers/JavaScriptMessagesController.php:47
4921 msgid "You are about to DELETE all the rows of the table!"
4922 msgstr ""
4924 #: libraries/classes/Controllers/JavaScriptMessagesController.php:48
4925 msgid "Delete tracking data for this table?"
4926 msgstr ""
4928 #: libraries/classes/Controllers/JavaScriptMessagesController.php:49
4929 msgid "Delete tracking data for these tables?"
4930 msgstr ""
4932 #: libraries/classes/Controllers/JavaScriptMessagesController.php:50
4933 msgid "Delete tracking data for this version?"
4934 msgstr ""
4936 #: libraries/classes/Controllers/JavaScriptMessagesController.php:51
4937 msgid "Delete tracking data for these versions?"
4938 msgstr ""
4940 #: libraries/classes/Controllers/JavaScriptMessagesController.php:52
4941 msgid "Delete entry from tracking report?"
4942 msgstr ""
4944 #: libraries/classes/Controllers/JavaScriptMessagesController.php:53
4945 msgid "Deleting tracking data"
4946 msgstr ""
4948 #: libraries/classes/Controllers/JavaScriptMessagesController.php:54
4949 msgid "Dropping Primary Key/Index"
4950 msgstr ""
4952 #: libraries/classes/Controllers/JavaScriptMessagesController.php:55
4953 msgid "Dropping Foreign key."
4954 msgstr ""
4956 #: libraries/classes/Controllers/JavaScriptMessagesController.php:56
4957 msgid "This operation could take a long time. Proceed anyway?"
4958 msgstr ""
4960 #: libraries/classes/Controllers/JavaScriptMessagesController.php:57
4961 #, php-format
4962 msgid "Do you really want to delete user group \"%s\"?"
4963 msgstr ""
4965 #: libraries/classes/Controllers/JavaScriptMessagesController.php:58
4966 #, php-format
4967 msgid "Do you really want to delete the search \"%s\"?"
4968 msgstr ""
4970 #: libraries/classes/Controllers/JavaScriptMessagesController.php:59
4971 msgid "You have unsaved changes; are you sure you want to leave this page?"
4972 msgstr ""
4974 #: libraries/classes/Controllers/JavaScriptMessagesController.php:61
4975 msgid ""
4976 "You are trying to reduce the number of rows, but have already entered data "
4977 "in those rows which will be lost. Do you wish to continue?"
4978 msgstr ""
4980 #: libraries/classes/Controllers/JavaScriptMessagesController.php:64
4981 msgid "Do you really want to revoke the selected user(s) ?"
4982 msgstr ""
4984 #: libraries/classes/Controllers/JavaScriptMessagesController.php:65
4985 msgid "Do you really want to delete this central column?"
4986 msgstr ""
4988 #: libraries/classes/Controllers/JavaScriptMessagesController.php:66
4989 msgid "Do you really want to delete the selected items?"
4990 msgstr ""
4992 #: libraries/classes/Controllers/JavaScriptMessagesController.php:68
4993 msgid ""
4994 "Do you really want to DROP the selected partition(s)? This will also DELETE "
4995 "the data related to the selected partition(s)!"
4996 msgstr ""
4998 #: libraries/classes/Controllers/JavaScriptMessagesController.php:71
4999 msgid "Do you really want to TRUNCATE the selected partition(s)?"
5000 msgstr ""
5002 #: libraries/classes/Controllers/JavaScriptMessagesController.php:72
5003 msgid "Do you really want to remove partitioning?"
5004 msgstr ""
5006 #: libraries/classes/Controllers/JavaScriptMessagesController.php:73
5007 msgid "Do you really want to reset the replica (RESET REPLICA)?"
5008 msgstr ""
5010 #: libraries/classes/Controllers/JavaScriptMessagesController.php:75
5011 msgid ""
5012 "This operation will attempt to convert your data to the new collation. In "
5013 "rare cases, especially where a character doesn't exist in the new collation, "
5014 "this process could cause the data to appear incorrectly under the new "
5015 "collation; in this case we suggest you revert to the original collation and "
5016 "refer to the tips at "
5017 msgstr ""
5019 #: libraries/classes/Controllers/JavaScriptMessagesController.php:81
5020 msgid "Garbled Data"
5021 msgstr ""
5023 #: libraries/classes/Controllers/JavaScriptMessagesController.php:83
5024 msgid "Are you sure you wish to change the collation and convert the data?"
5025 msgstr ""
5027 #: libraries/classes/Controllers/JavaScriptMessagesController.php:86
5028 msgid ""
5029 "Through this operation, MySQL attempts to map the data values between "
5030 "collations. If the character sets are incompatible, there may be data loss "
5031 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5032 "column collation(s). <b>To convert existing data, it is suggested to use the "
5033 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5034 "</b>"
5035 msgstr ""
5037 #: libraries/classes/Controllers/JavaScriptMessagesController.php:94
5038 msgid ""
5039 "Are you sure you wish to change all the column collations and convert the "
5040 "data?"
5041 msgstr ""
5043 #: libraries/classes/Controllers/JavaScriptMessagesController.php:97
5044 #: templates/export.twig:324
5045 msgid "Save & close"
5046 msgstr ""
5048 #: libraries/classes/Controllers/JavaScriptMessagesController.php:98
5049 #: templates/config/form_display/display.twig:47
5050 #: templates/preferences/manage/main.twig:114
5051 #: templates/preferences/manage/main.twig:122
5052 #: templates/table/insert/actions_panel.twig:36
5053 msgid "Reset"
5054 msgstr ""
5056 #: libraries/classes/Controllers/JavaScriptMessagesController.php:99
5057 msgid "Reset all"
5058 msgstr ""
5060 #: libraries/classes/Controllers/JavaScriptMessagesController.php:102
5061 msgid "Missing value in the form!"
5062 msgstr ""
5064 #: libraries/classes/Controllers/JavaScriptMessagesController.php:103
5065 msgid "Select at least one of the options!"
5066 msgstr ""
5068 #: libraries/classes/Controllers/JavaScriptMessagesController.php:104
5069 msgid "Please enter a valid number!"
5070 msgstr ""
5072 #: libraries/classes/Controllers/JavaScriptMessagesController.php:105
5073 msgid "Please enter a valid length!"
5074 msgstr ""
5076 #: libraries/classes/Controllers/JavaScriptMessagesController.php:106
5077 msgid "Add index"
5078 msgstr ""
5080 #: libraries/classes/Controllers/JavaScriptMessagesController.php:107
5081 msgid "Edit index"
5082 msgstr ""
5084 #. l10n: Rename a table Index
5085 #: libraries/classes/Controllers/JavaScriptMessagesController.php:109
5086 msgid "Rename index"
5087 msgstr ""
5089 #: libraries/classes/Controllers/JavaScriptMessagesController.php:110
5090 #: templates/table/index_form.twig:237
5091 #, php-format
5092 msgid "Add %s column(s) to index"
5093 msgstr ""
5095 #: libraries/classes/Controllers/JavaScriptMessagesController.php:111
5096 msgid "Create single-column index"
5097 msgstr ""
5099 #: libraries/classes/Controllers/JavaScriptMessagesController.php:112
5100 msgid "Create composite index"
5101 msgstr ""
5103 #: libraries/classes/Controllers/JavaScriptMessagesController.php:113
5104 msgid "Composite with:"
5105 msgstr ""
5107 #: libraries/classes/Controllers/JavaScriptMessagesController.php:114
5108 msgid "Please select column(s) for the index."
5109 msgstr ""
5111 #: libraries/classes/Controllers/JavaScriptMessagesController.php:117
5112 #: templates/columns_definitions/column_definitions_form.twig:157
5113 #: templates/modals/index_dialog_modal.twig:11
5114 #: templates/modals/index_dialog_modal.twig:21
5115 #: templates/table/index_form.twig:246
5116 #: templates/table/index_rename_form.twig:28
5117 #: templates/table/insert/actions_panel.twig:35
5118 #: templates/table/relation/common_form.twig:224
5119 #: templates/table/structure/display_structure.twig:344
5120 #: templates/table/structure/display_structure.twig:354
5121 msgid "Preview SQL"
5122 msgstr ""
5124 #: libraries/classes/Controllers/JavaScriptMessagesController.php:120
5125 #: templates/sql/query.twig:218
5126 msgid "Simulate query"
5127 msgstr ""
5129 #: libraries/classes/Controllers/JavaScriptMessagesController.php:121
5130 #: libraries/classes/Html/Generator.php:837 templates/export.twig:67
5131 msgid "SQL query:"
5132 msgstr ""
5134 #. l10n: Default label for the y-Axis of Charts
5135 #: libraries/classes/Controllers/JavaScriptMessagesController.php:125
5136 msgid "Y values"
5137 msgstr ""
5139 #: libraries/classes/Controllers/JavaScriptMessagesController.php:128
5140 msgid "Please enter the SQL query first."
5141 msgstr ""
5143 #: libraries/classes/Controllers/JavaScriptMessagesController.php:131
5144 msgid "The host name is empty!"
5145 msgstr ""
5147 #: libraries/classes/Controllers/JavaScriptMessagesController.php:132
5148 msgid "The user name is empty!"
5149 msgstr ""
5151 #: libraries/classes/Controllers/JavaScriptMessagesController.php:133
5152 #: libraries/classes/Server/Privileges.php:950
5153 #: libraries/classes/UserPassword.php:42
5154 msgid "The password is empty!"
5155 msgstr ""
5157 #: libraries/classes/Controllers/JavaScriptMessagesController.php:134
5158 #: libraries/classes/Server/Privileges.php:948
5159 #: libraries/classes/UserPassword.php:46
5160 msgid "The passwords aren't the same!"
5161 msgstr ""
5163 #: libraries/classes/Controllers/JavaScriptMessagesController.php:135
5164 msgid "Removing Selected Users"
5165 msgstr ""
5167 #: libraries/classes/Controllers/JavaScriptMessagesController.php:136
5168 #: libraries/classes/Tracking.php:237 libraries/classes/Tracking.php:641
5169 #: templates/columns_definitions/column_definitions_form.twig:176
5170 #: templates/columns_definitions/column_definitions_form.twig:181
5171 #: templates/error/report_modal.twig:14 templates/export_modal.twig:6
5172 #: templates/export_modal.twig:10 templates/export.twig:82
5173 #: templates/export.twig:92 templates/export.twig:194
5174 #: templates/home/index.twig:298 templates/home/index.twig:306
5175 #: templates/modals/build_query.twig:6 templates/modals/build_query.twig:16
5176 #: templates/modals/create_view.twig:6 templates/modals/create_view.twig:11
5177 #: templates/modals/enum_set_editor.twig:6
5178 #: templates/modals/enum_set_editor.twig:11
5179 #: templates/modals/index_dialog_modal.twig:6
5180 #: templates/modals/index_dialog_modal.twig:12
5181 #: templates/modals/index_dialog_modal.twig:22
5182 #: templates/modals/preview_sql_confirmation.twig:6
5183 #: templates/modals/preview_sql_confirmation.twig:15
5184 #: templates/modals/preview_sql_modal.twig:6
5185 #: templates/modals/preview_sql_modal.twig:10
5186 #: templates/modals/unhide_nav_item.twig:6
5187 #: templates/modals/unhide_nav_item.twig:10
5188 #: templates/server/privileges/users_overview.twig:169
5189 #: templates/server/privileges/users_overview.twig:177
5190 #: templates/server/status/advisor/index.twig:20
5191 #: templates/server/status/advisor/index.twig:45
5192 #: templates/server/status/monitor/index.twig:129
5193 #: templates/server/status/monitor/index.twig:218
5194 #: templates/server/user_groups/user_groups.twig:51
5195 #: templates/server/user_groups/user_groups.twig:55
5196 #: templates/sql/query.twig:219 templates/sql/query.twig:224
5197 #: templates/table/insert/actions_panel.twig:47
5198 #: templates/table/insert/actions_panel.twig:52
5199 #: templates/table/relation/common_form.twig:234
5200 #: templates/table/relation/common_form.twig:239
5201 #: templates/table/search/index.twig:182
5202 #: templates/table/structure/display_structure.twig:329
5203 #: templates/table/structure/display_structure.twig:345
5204 #: templates/table/structure/display_structure.twig:355
5205 #: templates/table/structure/display_structure.twig:373
5206 #: templates/table/zoom_search/result_form.twig:27
5207 #: templates/table/zoom_search/result_form.twig:79
5208 #: templates/table/zoom_search/result_form.twig:96
5209 msgid "Close"
5210 msgstr ""
5212 #: libraries/classes/Controllers/JavaScriptMessagesController.php:137
5213 #: templates/server/privileges/users_overview.twig:105
5214 msgctxt "Lock the account."
5215 msgid "Lock"
5216 msgstr ""
5218 #: libraries/classes/Controllers/JavaScriptMessagesController.php:138
5219 #: templates/server/privileges/users_overview.twig:102
5220 msgctxt "Unlock the account."
5221 msgid "Unlock"
5222 msgstr ""
5224 #: libraries/classes/Controllers/JavaScriptMessagesController.php:139
5225 #: templates/server/privileges/users_overview.twig:100
5226 msgid "Lock this account."
5227 msgstr ""
5229 #: libraries/classes/Controllers/JavaScriptMessagesController.php:140
5230 #: templates/server/privileges/users_overview.twig:100
5231 msgid "Unlock this account."
5232 msgstr ""
5234 #: libraries/classes/Controllers/JavaScriptMessagesController.php:143
5235 msgid "Template was created."
5236 msgstr ""
5238 #: libraries/classes/Controllers/JavaScriptMessagesController.php:144
5239 msgid "Template was loaded."
5240 msgstr ""
5242 #: libraries/classes/Controllers/JavaScriptMessagesController.php:145
5243 msgid "Template was updated."
5244 msgstr ""
5246 #: libraries/classes/Controllers/JavaScriptMessagesController.php:146
5247 msgid "Template was deleted."
5248 msgstr ""
5250 #. l10n: Other, small valued, queries
5251 #: libraries/classes/Controllers/JavaScriptMessagesController.php:149
5252 #: libraries/classes/Controllers/Server/Status/QueriesController.php:95
5253 #: libraries/classes/Server/Status/Data.php:163
5254 msgid "Other"
5255 msgstr ""
5257 #. l10n: Thousands separator
5258 #: libraries/classes/Controllers/JavaScriptMessagesController.php:151
5259 #: libraries/classes/Util.php:550 libraries/classes/Util.php:582
5260 msgid ","
5261 msgstr ""
5263 #. l10n: Decimal separator
5264 #: libraries/classes/Controllers/JavaScriptMessagesController.php:153
5265 #: libraries/classes/Util.php:548 libraries/classes/Util.php:580
5266 msgid "."
5267 msgstr ""
5269 #: libraries/classes/Controllers/JavaScriptMessagesController.php:155
5270 msgid "Connections / Processes"
5271 msgstr ""
5273 #: libraries/classes/Controllers/JavaScriptMessagesController.php:158
5274 msgid "Local monitor configuration incompatible!"
5275 msgstr ""
5277 #: libraries/classes/Controllers/JavaScriptMessagesController.php:160
5278 msgid ""
5279 "The chart arrangement configuration in your browsers local storage is not "
5280 "compatible anymore to the newer version of the monitor dialog. It is very "
5281 "likely that your current configuration will not work anymore. Please reset "
5282 "your configuration to default in the <i>Settings</i> menu."
5283 msgstr ""
5285 #: libraries/classes/Controllers/JavaScriptMessagesController.php:166
5286 msgid "Query cache efficiency"
5287 msgstr ""
5289 #: libraries/classes/Controllers/JavaScriptMessagesController.php:167
5290 msgid "Query cache usage"
5291 msgstr ""
5293 #: libraries/classes/Controllers/JavaScriptMessagesController.php:168
5294 msgid "Query cache used"
5295 msgstr ""
5297 #: libraries/classes/Controllers/JavaScriptMessagesController.php:170
5298 msgid "System CPU usage"
5299 msgstr ""
5301 #: libraries/classes/Controllers/JavaScriptMessagesController.php:171
5302 msgid "System memory"
5303 msgstr ""
5305 #: libraries/classes/Controllers/JavaScriptMessagesController.php:172
5306 msgid "System swap"
5307 msgstr ""
5309 #: libraries/classes/Controllers/JavaScriptMessagesController.php:174
5310 msgid "Average load"
5311 msgstr ""
5313 #: libraries/classes/Controllers/JavaScriptMessagesController.php:175
5314 msgid "Total memory"
5315 msgstr ""
5317 #: libraries/classes/Controllers/JavaScriptMessagesController.php:176
5318 msgid "Cached memory"
5319 msgstr ""
5321 #: libraries/classes/Controllers/JavaScriptMessagesController.php:177
5322 msgid "Buffered memory"
5323 msgstr ""
5325 #: libraries/classes/Controllers/JavaScriptMessagesController.php:178
5326 msgid "Free memory"
5327 msgstr ""
5329 #: libraries/classes/Controllers/JavaScriptMessagesController.php:179
5330 msgid "Used memory"
5331 msgstr ""
5333 #: libraries/classes/Controllers/JavaScriptMessagesController.php:181
5334 msgid "Total swap"
5335 msgstr ""
5337 #: libraries/classes/Controllers/JavaScriptMessagesController.php:182
5338 msgid "Cached swap"
5339 msgstr ""
5341 #: libraries/classes/Controllers/JavaScriptMessagesController.php:183
5342 msgid "Used swap"
5343 msgstr ""
5345 #: libraries/classes/Controllers/JavaScriptMessagesController.php:184
5346 msgid "Free swap"
5347 msgstr ""
5349 #: libraries/classes/Controllers/JavaScriptMessagesController.php:186
5350 msgid "Bytes sent"
5351 msgstr ""
5353 #: libraries/classes/Controllers/JavaScriptMessagesController.php:187
5354 msgid "Bytes received"
5355 msgstr ""
5357 #: libraries/classes/Controllers/JavaScriptMessagesController.php:188
5358 #: templates/server/status/status/index.twig:36
5359 msgid "Connections"
5360 msgstr ""
5362 #: libraries/classes/Controllers/JavaScriptMessagesController.php:189
5363 #: templates/server/status/base.twig:11
5364 #: templates/server/status/processes/list.twig:5
5365 msgid "Processes"
5366 msgstr ""
5368 #. l10n: shortcuts for Byte
5369 #: libraries/classes/Controllers/JavaScriptMessagesController.php:192
5370 #: libraries/classes/Util.php:458
5371 msgid "B"
5372 msgstr ""
5374 #. l10n: shortcuts for Kilobyte
5375 #: libraries/classes/Controllers/JavaScriptMessagesController.php:193
5376 #: libraries/classes/Util.php:460
5377 #: templates/server/status/monitor/index.twig:186
5378 msgid "KiB"
5379 msgstr ""
5381 #. l10n: shortcuts for Megabyte
5382 #: libraries/classes/Controllers/JavaScriptMessagesController.php:194
5383 #: libraries/classes/Util.php:462
5384 #: templates/server/status/monitor/index.twig:187
5385 msgid "MiB"
5386 msgstr ""
5388 #. l10n: shortcuts for Gigabyte
5389 #: libraries/classes/Controllers/JavaScriptMessagesController.php:195
5390 #: libraries/classes/Util.php:464
5391 msgid "GiB"
5392 msgstr ""
5394 #. l10n: shortcuts for Terabyte
5395 #: libraries/classes/Controllers/JavaScriptMessagesController.php:196
5396 #: libraries/classes/Util.php:466
5397 msgid "TiB"
5398 msgstr ""
5400 #. l10n: shortcuts for Petabyte
5401 #: libraries/classes/Controllers/JavaScriptMessagesController.php:197
5402 #: libraries/classes/Util.php:468
5403 msgid "PiB"
5404 msgstr ""
5406 #. l10n: shortcuts for Exabyte
5407 #: libraries/classes/Controllers/JavaScriptMessagesController.php:198
5408 #: libraries/classes/Util.php:470
5409 msgid "EiB"
5410 msgstr ""
5412 #: libraries/classes/Controllers/JavaScriptMessagesController.php:199
5413 #, php-format
5414 msgid "%d table(s)"
5415 msgstr ""
5417 #. l10n: Questions is the name of a MySQL Status variable
5418 #: libraries/classes/Controllers/JavaScriptMessagesController.php:202
5419 msgid "Questions"
5420 msgstr ""
5422 #: libraries/classes/Controllers/JavaScriptMessagesController.php:203
5423 #: templates/server/status/status/index.twig:14
5424 msgid "Traffic"
5425 msgstr ""
5427 #: libraries/classes/Controllers/JavaScriptMessagesController.php:204
5428 #: libraries/classes/Menu.php:523 libraries/classes/Util.php:1937
5429 #: templates/server/status/monitor/index.twig:12
5430 msgid "Settings"
5431 msgstr ""
5433 #: libraries/classes/Controllers/JavaScriptMessagesController.php:205
5434 #: templates/server/status/monitor/index.twig:217
5435 msgid "Add chart to grid"
5436 msgstr ""
5438 #: libraries/classes/Controllers/JavaScriptMessagesController.php:206
5439 msgid "Please add at least one variable to the series!"
5440 msgstr ""
5442 #: libraries/classes/Controllers/JavaScriptMessagesController.php:207
5443 #: libraries/classes/Display/Results.php:1266
5444 #: libraries/classes/Plugins/Export/ExportSql.php:2233
5445 #: libraries/classes/Plugins/Schema/SchemaPdf.php:99
5446 #: libraries/config.values.php:111
5447 #: templates/columns_definitions/column_attributes.twig:217
5448 #: templates/columns_definitions/column_attributes.twig:240
5449 #: templates/database/central_columns/main.twig:305
5450 #: templates/database/designer/main.twig:588 templates/export.twig:433
5451 #: templates/server/privileges/privileges_summary.twig:30
5452 #: templates/server/status/monitor/index.twig:211
5453 #: templates/server/status/processes/list.twig:72
5454 #: templates/table/zoom_search/index.twig:62
5455 #: templates/table/zoom_search/index.twig:122
5456 msgid "None"
5457 msgstr ""
5459 #. l10n: SQL Query on modal to show exported query
5460 #: libraries/classes/Controllers/JavaScriptMessagesController.php:209
5461 msgid "SQL Query"
5462 msgstr ""
5464 #: libraries/classes/Controllers/JavaScriptMessagesController.php:210
5465 msgid "Resume monitor"
5466 msgstr ""
5468 #: libraries/classes/Controllers/JavaScriptMessagesController.php:211
5469 msgid "Pause monitor"
5470 msgstr ""
5472 #: libraries/classes/Controllers/JavaScriptMessagesController.php:212
5473 #: templates/server/status/processes/index.twig:57
5474 msgid "Start auto refresh"
5475 msgstr ""
5477 #: libraries/classes/Controllers/JavaScriptMessagesController.php:213
5478 msgid "Stop auto refresh"
5479 msgstr ""
5481 #: libraries/classes/Controllers/JavaScriptMessagesController.php:215
5482 msgid "general_log and slow_query_log are enabled."
5483 msgstr ""
5485 #: libraries/classes/Controllers/JavaScriptMessagesController.php:216
5486 msgid "general_log is enabled."
5487 msgstr ""
5489 #: libraries/classes/Controllers/JavaScriptMessagesController.php:217
5490 msgid "slow_query_log is enabled."
5491 msgstr ""
5493 #: libraries/classes/Controllers/JavaScriptMessagesController.php:218
5494 msgid "slow_query_log and general_log are disabled."
5495 msgstr ""
5497 #: libraries/classes/Controllers/JavaScriptMessagesController.php:219
5498 msgid "log_output is not set to TABLE."
5499 msgstr ""
5501 #: libraries/classes/Controllers/JavaScriptMessagesController.php:220
5502 msgid "log_output is set to TABLE."
5503 msgstr ""
5505 #: libraries/classes/Controllers/JavaScriptMessagesController.php:222
5506 #, php-format
5507 msgid ""
5508 "slow_query_log is enabled, but the server logs only queries that take longer "
5509 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5510 "depending on your system."
5511 msgstr ""
5513 #: libraries/classes/Controllers/JavaScriptMessagesController.php:226
5514 #, php-format
5515 msgid "long_query_time is set to %d second(s)."
5516 msgstr ""
5518 #: libraries/classes/Controllers/JavaScriptMessagesController.php:228
5519 msgid ""
5520 "Following settings will be applied globally and reset to default on server "
5521 "restart:"
5522 msgstr ""
5524 #. l10n: %s is FILE or TABLE
5525 #: libraries/classes/Controllers/JavaScriptMessagesController.php:231
5526 #, php-format
5527 msgid "Set log_output to %s"
5528 msgstr ""
5530 #. l10n: Enable in this context means setting a status variable to ON
5531 #: libraries/classes/Controllers/JavaScriptMessagesController.php:233
5532 #, php-format
5533 msgid "Enable %s"
5534 msgstr ""
5536 #. l10n: Disable in this context means setting a status variable to OFF
5537 #: libraries/classes/Controllers/JavaScriptMessagesController.php:235
5538 #, php-format
5539 msgid "Disable %s"
5540 msgstr ""
5542 #. l10n: %d seconds
5543 #: libraries/classes/Controllers/JavaScriptMessagesController.php:237
5544 #, php-format
5545 msgid "Set long_query_time to %d seconds."
5546 msgstr ""
5548 #: libraries/classes/Controllers/JavaScriptMessagesController.php:239
5549 msgid ""
5550 "You can't change these variables. Please log in as root or contact your "
5551 "database administrator."
5552 msgstr ""
5554 #: libraries/classes/Controllers/JavaScriptMessagesController.php:241
5555 msgid "Change settings"
5556 msgstr ""
5558 #: libraries/classes/Controllers/JavaScriptMessagesController.php:242
5559 msgid "Current settings"
5560 msgstr ""
5562 #: libraries/classes/Controllers/JavaScriptMessagesController.php:244
5563 msgid "Chart title"
5564 msgstr ""
5566 #. l10n: As in differential values
5567 #: libraries/classes/Controllers/JavaScriptMessagesController.php:246
5568 msgid "Differential"
5569 msgstr ""
5571 #: libraries/classes/Controllers/JavaScriptMessagesController.php:247
5572 #, php-format
5573 msgid "Divided by %s"
5574 msgstr ""
5576 #: libraries/classes/Controllers/JavaScriptMessagesController.php:248
5577 msgid "Unit"
5578 msgstr ""
5580 #: libraries/classes/Controllers/JavaScriptMessagesController.php:250
5581 msgid "From slow log"
5582 msgstr ""
5584 #: libraries/classes/Controllers/JavaScriptMessagesController.php:251
5585 msgid "From general log"
5586 msgstr ""
5588 #: libraries/classes/Controllers/JavaScriptMessagesController.php:252
5589 msgid "The database name is not known for this query in the server's logs."
5590 msgstr ""
5592 #: libraries/classes/Controllers/JavaScriptMessagesController.php:253
5593 msgid "Analysing logs"
5594 msgstr ""
5596 #: libraries/classes/Controllers/JavaScriptMessagesController.php:254
5597 msgid "Analysing & loading logs. This may take a while."
5598 msgstr ""
5600 #: libraries/classes/Controllers/JavaScriptMessagesController.php:255
5601 msgid "Cancel request"
5602 msgstr ""
5604 #: libraries/classes/Controllers/JavaScriptMessagesController.php:257
5605 msgid ""
5606 "This column shows the amount of identical queries that are grouped together. "
5607 "However only the SQL query itself has been used as a grouping criteria, so "
5608 "the other attributes of queries, such as start time, may differ."
5609 msgstr ""
5611 #: libraries/classes/Controllers/JavaScriptMessagesController.php:262
5612 msgid ""
5613 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5614 "same table are also being grouped together, disregarding of the inserted "
5615 "data."
5616 msgstr ""
5618 #: libraries/classes/Controllers/JavaScriptMessagesController.php:266
5619 msgid "Log data loaded. Queries executed in this time span:"
5620 msgstr ""
5622 #: libraries/classes/Controllers/JavaScriptMessagesController.php:268
5623 msgid "Jump to Log table"
5624 msgstr ""
5626 #: libraries/classes/Controllers/JavaScriptMessagesController.php:269
5627 msgid "No data found"
5628 msgstr ""
5630 #: libraries/classes/Controllers/JavaScriptMessagesController.php:270
5631 msgid "Log analysed, but no data found in this time span."
5632 msgstr ""
5634 #: libraries/classes/Controllers/JavaScriptMessagesController.php:272
5635 msgid "Analyzing…"
5636 msgstr ""
5638 #: libraries/classes/Controllers/JavaScriptMessagesController.php:273
5639 msgid "Explain output"
5640 msgstr ""
5642 #: libraries/classes/Controllers/JavaScriptMessagesController.php:274
5643 #: libraries/classes/Menu.php:490
5644 #: libraries/classes/Server/Status/Processes.php:134
5645 #: libraries/classes/Util.php:1933 libraries/config.values.php:157
5646 #: templates/database/events/editor_form.twig:25
5647 #: templates/database/events/index.twig:46
5648 #: templates/database/tracking/tables.twig:17
5649 #: templates/table/tracking/main.twig:31
5650 msgid "Status"
5651 msgstr ""
5653 #: libraries/classes/Controllers/JavaScriptMessagesController.php:275
5654 #: libraries/classes/Plugins/Export/ExportHtmlword.php:474
5655 #: libraries/classes/Plugins/Export/ExportOdt.php:602
5656 #: libraries/classes/Plugins/Export/ExportTexytext.php:462
5657 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:361
5658 #: libraries/classes/Server/Status/Processes.php:130
5659 #: templates/database/triggers/list.twig:49
5660 #: templates/javascript/variables.twig:81 templates/sql/profiling_chart.twig:17
5661 msgid "Time"
5662 msgstr ""
5664 #: libraries/classes/Controllers/JavaScriptMessagesController.php:276
5665 msgid "Total time:"
5666 msgstr ""
5668 #: libraries/classes/Controllers/JavaScriptMessagesController.php:277
5669 msgid "Profiling results"
5670 msgstr ""
5672 #: libraries/classes/Controllers/JavaScriptMessagesController.php:278
5673 msgctxt "Display format"
5674 msgid "Table"
5675 msgstr ""
5677 #: libraries/classes/Controllers/JavaScriptMessagesController.php:279
5678 msgid "Chart"
5679 msgstr ""
5681 #: libraries/classes/Controllers/JavaScriptMessagesController.php:281
5682 #: templates/export.twig:210
5683 msgctxt "Alias"
5684 msgid "Database"
5685 msgstr ""
5687 #: libraries/classes/Controllers/JavaScriptMessagesController.php:282
5688 #: templates/export.twig:224
5689 msgctxt "Alias"
5690 msgid "Table"
5691 msgstr ""
5693 #: libraries/classes/Controllers/JavaScriptMessagesController.php:283
5694 #: templates/export.twig:237
5695 msgctxt "Alias"
5696 msgid "Column"
5697 msgstr ""
5699 #. l10n: A collection of available filters
5700 #: libraries/classes/Controllers/JavaScriptMessagesController.php:286
5701 msgid "Log table filter options"
5702 msgstr ""
5704 #. l10n: Filter as in "Start Filtering"
5705 #: libraries/classes/Controllers/JavaScriptMessagesController.php:288
5706 msgid "Filter"
5707 msgstr ""
5709 #: libraries/classes/Controllers/JavaScriptMessagesController.php:289
5710 msgid "Filter queries by word/regexp:"
5711 msgstr ""
5713 #: libraries/classes/Controllers/JavaScriptMessagesController.php:290
5714 msgid "Group queries, ignoring variable data in WHERE clauses"
5715 msgstr ""
5717 #: libraries/classes/Controllers/JavaScriptMessagesController.php:291
5718 msgid "Sum of grouped rows:"
5719 msgstr ""
5721 #: libraries/classes/Controllers/JavaScriptMessagesController.php:292
5722 #: libraries/classes/Engines/Innodb.php:140
5723 #: templates/server/databases/index.twig:253
5724 msgid "Total:"
5725 msgstr ""
5727 #: libraries/classes/Controllers/JavaScriptMessagesController.php:294
5728 msgid "Loading logs"
5729 msgstr ""
5731 #: libraries/classes/Controllers/JavaScriptMessagesController.php:295
5732 msgid "Monitor refresh failed"
5733 msgstr ""
5735 #: libraries/classes/Controllers/JavaScriptMessagesController.php:297
5736 msgid ""
5737 "While requesting new chart data the server returned an invalid response. "
5738 "This is most likely because your session expired. Reloading the page and "
5739 "reentering your credentials should help."
5740 msgstr ""
5742 #: libraries/classes/Controllers/JavaScriptMessagesController.php:301
5743 msgid "Reload page"
5744 msgstr ""
5746 #: libraries/classes/Controllers/JavaScriptMessagesController.php:303
5747 msgid "Affected rows:"
5748 msgstr ""
5750 #: libraries/classes/Controllers/JavaScriptMessagesController.php:305
5751 msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
5752 msgstr ""
5754 #: libraries/classes/Controllers/JavaScriptMessagesController.php:307
5755 msgid ""
5756 "Failed building chart grid with imported config. Resetting to default config…"
5757 msgstr ""
5759 #: libraries/classes/Controllers/JavaScriptMessagesController.php:310
5760 msgid "Import monitor configuration"
5761 msgstr ""
5763 #: libraries/classes/Controllers/JavaScriptMessagesController.php:311
5764 msgid "Please select the file you want to import:"
5765 msgstr ""
5767 #: libraries/classes/Controllers/JavaScriptMessagesController.php:312
5768 msgid "Please enter a valid table name."
5769 msgstr ""
5771 #: libraries/classes/Controllers/JavaScriptMessagesController.php:313
5772 msgid "Please enter a valid database name."
5773 msgstr ""
5775 #: libraries/classes/Controllers/JavaScriptMessagesController.php:314
5776 msgid "No files available on server for import!"
5777 msgstr ""
5779 #: libraries/classes/Controllers/JavaScriptMessagesController.php:316
5780 msgid "Analyse query"
5781 msgstr ""
5783 #: libraries/classes/Controllers/JavaScriptMessagesController.php:319
5784 msgid "Formatting SQL…"
5785 msgstr ""
5787 #: libraries/classes/Controllers/JavaScriptMessagesController.php:320
5788 msgid "No parameters found!"
5789 msgstr ""
5791 #: libraries/classes/Controllers/JavaScriptMessagesController.php:324
5792 #: templates/database/central_columns/main.twig:269
5793 #: templates/database/designer/main.twig:339
5794 #: templates/database/designer/main.twig:390
5795 #: templates/database/designer/main.twig:668
5796 #: templates/database/designer/main.twig:734
5797 #: templates/database/designer/main.twig:873
5798 #: templates/database/designer/main.twig:958
5799 #: templates/database/designer/main.twig:1063
5800 #: templates/database/designer/main.twig:1098
5801 #: templates/database/designer/main.twig:1103
5802 #: templates/database/designer/main.twig:1113
5803 #: templates/database/designer/main.twig:1119
5804 #: templates/database/structure/bulk_action_modal.twig:7
5805 #: templates/database/structure/bulk_action_modal.twig:11
5806 #: templates/database/structure/check_all_tables.twig:49
5807 #: templates/database/structure/check_all_tables.twig:55
5808 #: templates/error/report_modal.twig:6 templates/error/report_modal.twig:11
5809 #: templates/server/databases/index.twig:319
5810 #: templates/server/databases/index.twig:323
5811 #: templates/server/variables/index.twig:15
5812 #: templates/table/search/index.twig:197
5813 msgid "Cancel"
5814 msgstr ""
5816 #: libraries/classes/Controllers/JavaScriptMessagesController.php:327
5817 #: templates/header.twig:44
5818 msgid "Page-related settings"
5819 msgstr ""
5821 #: libraries/classes/Controllers/JavaScriptMessagesController.php:328
5822 #: templates/config/form_display/display.twig:46
5823 msgid "Apply"
5824 msgstr ""
5826 #: libraries/classes/Controllers/JavaScriptMessagesController.php:331
5827 #: templates/home/index.twig:302 templates/modals/index_dialog_modal.twig:26
5828 #: templates/navigation/main.twig:58
5829 #: templates/server/privileges/users_overview.twig:173
5830 #: templates/server/status/monitor/index.twig:95
5831 #: templates/table/structure/display_structure.twig:359
5832 msgid "Loading…"
5833 msgstr ""
5835 #: libraries/classes/Controllers/JavaScriptMessagesController.php:332
5836 msgid "Request aborted!!"
5837 msgstr ""
5839 #: libraries/classes/Controllers/JavaScriptMessagesController.php:333
5840 msgid "Processing request"
5841 msgstr ""
5843 #: libraries/classes/Controllers/JavaScriptMessagesController.php:334
5844 msgid "Request failed!!"
5845 msgstr ""
5847 #: libraries/classes/Controllers/JavaScriptMessagesController.php:335
5848 #: libraries/classes/Controllers/Sql/EnumValuesController.php:49
5849 #: libraries/classes/Controllers/Sql/SetValuesController.php:52
5850 msgid "Error in processing request"
5851 msgstr ""
5853 #: libraries/classes/Controllers/JavaScriptMessagesController.php:336
5854 #, php-format
5855 msgid "Error code: %s"
5856 msgstr ""
5858 #: libraries/classes/Controllers/JavaScriptMessagesController.php:337
5859 #, php-format
5860 msgid "Error text: %s"
5861 msgstr ""
5863 #: libraries/classes/Controllers/JavaScriptMessagesController.php:339
5864 msgid ""
5865 "It seems that the connection to server has been lost. Please check your "
5866 "network connectivity and server status."
5867 msgstr ""
5869 #: libraries/classes/Controllers/JavaScriptMessagesController.php:344
5870 msgid "No accounts selected."
5871 msgstr ""
5873 #: libraries/classes/Controllers/JavaScriptMessagesController.php:345
5874 msgid "Dropping column"
5875 msgstr ""
5877 #: libraries/classes/Controllers/JavaScriptMessagesController.php:346
5878 msgid "Adding primary key"
5879 msgstr ""
5881 #: libraries/classes/Controllers/JavaScriptMessagesController.php:347
5882 #: templates/console/display.twig:129 templates/database/designer/main.twig:337
5883 #: templates/database/designer/main.twig:666
5884 #: templates/database/designer/main.twig:730
5885 #: templates/database/designer/main.twig:869
5886 #: templates/database/designer/main.twig:954
5887 #: templates/database/designer/main.twig:1061
5888 #: templates/modals/preview_sql_confirmation.twig:14
5889 #: templates/table/structure/display_structure.twig:378
5890 msgid "OK"
5891 msgstr ""
5893 #: libraries/classes/Controllers/JavaScriptMessagesController.php:348
5894 msgid "Click to dismiss this notification"
5895 msgstr ""
5897 #: libraries/classes/Controllers/JavaScriptMessagesController.php:351
5898 msgid "Renaming databases"
5899 msgstr ""
5901 #: libraries/classes/Controllers/JavaScriptMessagesController.php:352
5902 msgid "Copying database"
5903 msgstr ""
5905 #: libraries/classes/Controllers/JavaScriptMessagesController.php:353
5906 msgid "Changing charset"
5907 msgstr ""
5909 #: libraries/classes/Controllers/JavaScriptMessagesController.php:354
5910 #: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:498
5911 #: libraries/classes/Index.php:526
5912 #: libraries/classes/Plugins/Export/ExportHtmlword.php:632
5913 #: libraries/classes/Plugins/Export/ExportLatex.php:632
5914 #: libraries/classes/Plugins/Export/ExportOdt.php:787
5915 #: libraries/classes/Plugins/Export/ExportTexytext.php:626
5916 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:753
5917 #: templates/config/form_display/input.twig:42
5918 #: templates/database/central_columns/main.twig:356
5919 #: templates/database/data_dictionary/index.twig:47
5920 #: templates/database/data_dictionary/index.twig:91
5921 #: templates/database/designer/main.twig:1118
5922 #: templates/database/privileges/index.twig:69
5923 #: templates/database/structure/drop_form.twig:20
5924 #: templates/database/structure/empty_form.twig:20 templates/indexes.twig:65
5925 #: templates/preferences/autoload.twig:12
5926 #: templates/preferences/manage/error.twig:19
5927 #: templates/server/privileges/new_user_ajax.twig:22
5928 #: templates/server/privileges/new_user_ajax.twig:34
5929 #: templates/server/privileges/privileges_summary.twig:37
5930 #: templates/server/privileges/privileges_summary.twig:40
5931 #: templates/server/privileges/privileges_summary.twig:42
5932 #: templates/server/privileges/users_overview.twig:55
5933 #: templates/server/privileges/users_overview.twig:65
5934 #: templates/table/delete/confirm.twig:29
5935 #: templates/table/privileges/index.twig:73
5936 #: templates/table/structure/display_structure.twig:80
5937 #: templates/table/structure/display_structure.twig:532
5938 #: templates/table/structure/drop_confirm.twig:20
5939 #: templates/table/structure/primary.twig:23
5940 #: templates/table/tracking/structure_snapshot_columns.twig:33
5941 #: templates/table/tracking/structure_snapshot_indexes.twig:23
5942 #: templates/table/tracking/structure_snapshot_indexes.twig:24
5943 msgid "No"
5944 msgstr "አይደለም"
5946 #: libraries/classes/Controllers/JavaScriptMessagesController.php:357
5947 #: templates/database/structure/drop_form.twig:16
5948 #: templates/database/structure/empty_form.twig:16 templates/import.twig:159
5949 #: templates/sql/query.twig:142 templates/table/delete/confirm.twig:25
5950 msgid "Enable foreign key checks"
5951 msgstr ""
5953 #: libraries/classes/Controllers/JavaScriptMessagesController.php:360
5954 msgid "Failed to get real row count."
5955 msgstr ""
5957 #: libraries/classes/Controllers/JavaScriptMessagesController.php:363
5958 msgid "Searching"
5959 msgstr ""
5961 #: libraries/classes/Controllers/JavaScriptMessagesController.php:364
5962 msgid "Hide search results"
5963 msgstr ""
5965 #: libraries/classes/Controllers/JavaScriptMessagesController.php:365
5966 msgid "Show search results"
5967 msgstr ""
5969 #: libraries/classes/Controllers/JavaScriptMessagesController.php:366
5970 msgid "Browsing"
5971 msgstr ""
5973 #: libraries/classes/Controllers/JavaScriptMessagesController.php:367
5974 msgid "Deleting"
5975 msgstr ""
5977 #: libraries/classes/Controllers/JavaScriptMessagesController.php:368
5978 #, php-format
5979 msgid "Delete the matches for the %s table?"
5980 msgstr ""
5982 #: libraries/classes/Controllers/JavaScriptMessagesController.php:371
5983 msgid "The definition of a stored function must contain a RETURN statement!"
5984 msgstr ""
5986 #: libraries/classes/Controllers/JavaScriptMessagesController.php:373
5987 msgid "No routine is exportable. Required privileges may be lacking."
5988 msgstr ""
5990 #: libraries/classes/Controllers/JavaScriptMessagesController.php:376
5991 #, php-format
5992 msgid "Values for column %s"
5993 msgstr ""
5995 #: libraries/classes/Controllers/JavaScriptMessagesController.php:377
5996 msgid "Values for a new column"
5997 msgstr ""
5999 #: libraries/classes/Controllers/JavaScriptMessagesController.php:378
6000 msgid "Enter each value in a separate field."
6001 msgstr ""
6003 #: libraries/classes/Controllers/JavaScriptMessagesController.php:379
6004 #, php-format
6005 msgid "Add %d value(s)"
6006 msgstr ""
6008 #: libraries/classes/Controllers/JavaScriptMessagesController.php:382
6009 msgid ""
6010 "Note: If the file contains multiple tables, they will be combined into one."
6011 msgstr ""
6013 #: libraries/classes/Controllers/JavaScriptMessagesController.php:385
6014 msgid "Hide query box"
6015 msgstr ""
6017 #: libraries/classes/Controllers/JavaScriptMessagesController.php:386
6018 msgid "Show query box"
6019 msgstr ""
6021 #: libraries/classes/Controllers/JavaScriptMessagesController.php:388
6022 #: libraries/classes/Display/Results.php:3042
6023 #: libraries/classes/Tracking.php:260 templates/console/bookmark_content.twig:7
6024 #: templates/database/central_columns/main.twig:268
6025 #: templates/database/central_columns/main.twig:380
6026 #: templates/database/central_columns/main.twig:381
6027 #: templates/database/designer/main.twig:388
6028 #: templates/database/qbe/ins_del_and_or_cell.twig:18
6029 #: templates/database/search/results.twig:43
6030 #: templates/display/results/table.twig:235
6031 #: templates/display/results/table.twig:236 templates/export.twig:54
6032 #: templates/server/user_groups/user_groups.twig:37
6033 #: templates/server/user_groups/user_groups.twig:56
6034 #: templates/setup/home/index.twig:68 templates/sql/query.twig:186
6035 msgid "Delete"
6036 msgstr ""
6038 #: libraries/classes/Controllers/JavaScriptMessagesController.php:389
6039 #, php-format
6040 msgid "%d is not valid row number."
6041 msgstr ""
6043 #: libraries/classes/Controllers/JavaScriptMessagesController.php:390
6044 #: templates/sql/relational_column_dropdown.twig:3
6045 #: templates/table/insert/column_row.twig:48
6046 #: templates/table/search/input_box.twig:27
6047 msgid "Browse foreign values"
6048 msgstr ""
6050 #: libraries/classes/Controllers/JavaScriptMessagesController.php:391
6051 msgid "No previously auto-saved query is available. Loading default query."
6052 msgstr ""
6054 #: libraries/classes/Controllers/JavaScriptMessagesController.php:393
6055 msgid ""
6056 "You have a previously saved query. Click Get auto-saved query to load the "
6057 "query."
6058 msgstr ""
6060 #: libraries/classes/Controllers/JavaScriptMessagesController.php:395
6061 #, php-format
6062 msgid "Variable %d:"
6063 msgstr ""
6065 #: libraries/classes/Controllers/JavaScriptMessagesController.php:398
6066 #: libraries/classes/Normalization.php:1051
6067 msgid "Pick"
6068 msgstr ""
6070 #: libraries/classes/Controllers/JavaScriptMessagesController.php:399
6071 msgid "Column selector"
6072 msgstr ""
6074 #: libraries/classes/Controllers/JavaScriptMessagesController.php:400
6075 msgid "Search this list"
6076 msgstr ""
6078 #: libraries/classes/Controllers/JavaScriptMessagesController.php:402
6079 #, php-format
6080 msgid ""
6081 "No columns in the central list. Make sure the Central columns list for "
6082 "database %s has columns that are not present in the current table."
6083 msgstr ""
6085 #: libraries/classes/Controllers/JavaScriptMessagesController.php:405
6086 msgid "See more"
6087 msgstr ""
6089 #: libraries/classes/Controllers/JavaScriptMessagesController.php:408
6090 msgid "Add primary key"
6091 msgstr ""
6093 #: libraries/classes/Controllers/JavaScriptMessagesController.php:409
6094 msgid "Primary key added."
6095 msgstr ""
6097 #: libraries/classes/Controllers/JavaScriptMessagesController.php:410
6098 #: libraries/classes/Normalization.php:282
6099 msgid "Taking you to next step…"
6100 msgstr ""
6102 #: libraries/classes/Controllers/JavaScriptMessagesController.php:411
6103 #, php-format
6104 msgid "The first step of normalization is complete for table '%s'."
6105 msgstr ""
6107 #: libraries/classes/Controllers/JavaScriptMessagesController.php:412
6108 #: libraries/classes/Normalization.php:540
6109 #: libraries/classes/Normalization.php:602
6110 #: libraries/classes/Normalization.php:699
6111 #: libraries/classes/Normalization.php:775
6112 msgid "End of step"
6113 msgstr ""
6115 #: libraries/classes/Controllers/JavaScriptMessagesController.php:413
6116 msgid "Second step of normalization (2NF)"
6117 msgstr ""
6119 #. l10n: Display text for calendar close link
6120 #: libraries/classes/Controllers/JavaScriptMessagesController.php:414
6121 #: libraries/classes/Normalization.php:375
6122 #: templates/javascript/variables.twig:15
6123 msgid "Done"
6124 msgstr ""
6126 #: libraries/classes/Controllers/JavaScriptMessagesController.php:415
6127 msgid "Confirm partial dependencies"
6128 msgstr ""
6130 #: libraries/classes/Controllers/JavaScriptMessagesController.php:416
6131 msgid "Selected partial dependencies are as follows:"
6132 msgstr ""
6134 #: libraries/classes/Controllers/JavaScriptMessagesController.php:418
6135 msgid ""
6136 "Note: a, b -> d,f implies values of columns a and b combined together can "
6137 "determine values of column d and column f."
6138 msgstr ""
6140 #: libraries/classes/Controllers/JavaScriptMessagesController.php:421
6141 msgid "No partial dependencies selected!"
6142 msgstr ""
6144 #: libraries/classes/Controllers/JavaScriptMessagesController.php:422
6145 #: libraries/classes/Export.php:589 libraries/classes/Html/Generator.php:937
6146 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:292
6147 #: templates/import_status.twig:2 templates/user_password.twig:2
6148 msgid "Back"
6149 msgstr ""
6151 #: libraries/classes/Controllers/JavaScriptMessagesController.php:423
6152 msgid "Show me the possible partial dependencies based on data in the table"
6153 msgstr ""
6155 #: libraries/classes/Controllers/JavaScriptMessagesController.php:424
6156 msgid "Hide partial dependencies list"
6157 msgstr ""
6159 #: libraries/classes/Controllers/JavaScriptMessagesController.php:426
6160 msgid ""
6161 "Sit tight! It may take few seconds depending on data size and column count "
6162 "of the table."
6163 msgstr ""
6165 #: libraries/classes/Controllers/JavaScriptMessagesController.php:428
6166 msgid "Step"
6167 msgstr ""
6169 #: libraries/classes/Controllers/JavaScriptMessagesController.php:429
6170 msgid "The following actions will be performed:"
6171 msgstr ""
6173 #: libraries/classes/Controllers/JavaScriptMessagesController.php:430
6174 #, php-format
6175 msgid "DROP columns %s from the table %s"
6176 msgstr ""
6178 #: libraries/classes/Controllers/JavaScriptMessagesController.php:431
6179 msgid "Create the following table"
6180 msgstr ""
6182 #: libraries/classes/Controllers/JavaScriptMessagesController.php:434
6183 msgid "Third step of normalization (3NF)"
6184 msgstr ""
6186 #: libraries/classes/Controllers/JavaScriptMessagesController.php:435
6187 msgid "Confirm transitive dependencies"
6188 msgstr ""
6190 #: libraries/classes/Controllers/JavaScriptMessagesController.php:436
6191 msgid "Selected dependencies are as follows:"
6192 msgstr ""
6194 #: libraries/classes/Controllers/JavaScriptMessagesController.php:437
6195 msgid "No dependencies selected!"
6196 msgstr ""
6198 #: libraries/classes/Controllers/JavaScriptMessagesController.php:440
6199 #: templates/columns_definitions/column_definitions_form.twig:160
6200 #: templates/database/central_columns/edit.twig:22
6201 #: templates/database/central_columns/main.twig:119
6202 #: templates/database/central_columns/main.twig:272
6203 #: templates/server/variables/index.twig:12
6204 #: templates/table/gis_visualization/gis_visualization.twig:40
6205 #: templates/table/insert/actions_panel.twig:7
6206 #: templates/table/relation/common_form.twig:225
6207 #: templates/table/structure/partition_definition_form.twig:12
6208 #: templates/table/zoom_search/result_form.twig:78
6209 msgid "Save"
6210 msgstr ""
6212 #: libraries/classes/Controllers/JavaScriptMessagesController.php:443
6213 msgid "Hide search criteria"
6214 msgstr ""
6216 #: libraries/classes/Controllers/JavaScriptMessagesController.php:444
6217 msgid "Show search criteria"
6218 msgstr ""
6220 #: libraries/classes/Controllers/JavaScriptMessagesController.php:445
6221 msgid "Column maximum:"
6222 msgstr ""
6224 #: libraries/classes/Controllers/JavaScriptMessagesController.php:446
6225 msgid "Column minimum:"
6226 msgstr ""
6228 #: libraries/classes/Controllers/JavaScriptMessagesController.php:449
6229 msgid "Hide find and replace criteria"
6230 msgstr ""
6232 #: libraries/classes/Controllers/JavaScriptMessagesController.php:450
6233 msgid "Show find and replace criteria"
6234 msgstr ""
6236 #: libraries/classes/Controllers/JavaScriptMessagesController.php:454
6237 msgid "Each point represents a data row."
6238 msgstr ""
6240 #: libraries/classes/Controllers/JavaScriptMessagesController.php:456
6241 msgid "Hovering over a point will show its label."
6242 msgstr ""
6244 #: libraries/classes/Controllers/JavaScriptMessagesController.php:458
6245 msgid "To zoom in, select a section of the plot with the mouse."
6246 msgstr ""
6248 #: libraries/classes/Controllers/JavaScriptMessagesController.php:460
6249 msgid "Click reset zoom button to come back to original state."
6250 msgstr ""
6252 #: libraries/classes/Controllers/JavaScriptMessagesController.php:462
6253 msgid "Click a data point to view and possibly edit the data row."
6254 msgstr ""
6256 #: libraries/classes/Controllers/JavaScriptMessagesController.php:464
6257 msgid "The plot can be resized by dragging it along the bottom right corner."
6258 msgstr ""
6260 #: libraries/classes/Controllers/JavaScriptMessagesController.php:467
6261 msgid "Select two columns"
6262 msgstr ""
6264 #: libraries/classes/Controllers/JavaScriptMessagesController.php:469
6265 msgid "Select two different columns"
6266 msgstr ""
6268 #: libraries/classes/Controllers/JavaScriptMessagesController.php:471
6269 msgid "Data point content"
6270 msgstr ""
6272 #: libraries/classes/Controllers/JavaScriptMessagesController.php:474
6273 #: libraries/classes/Controllers/JavaScriptMessagesController.php:631
6274 #: libraries/classes/ErrorHandler.php:423 libraries/classes/InsertEdit.php:2013
6275 #: templates/table/index_form.twig:167 templates/table/index_form.twig:203
6276 msgid "Ignore"
6277 msgstr ""
6279 #: libraries/classes/Controllers/JavaScriptMessagesController.php:475
6280 #: libraries/classes/Display/Results.php:2978
6281 #: libraries/classes/Html/Generator.php:75
6282 #: templates/display/results/table.twig:231
6283 #: templates/display/results/table.twig:232
6284 msgid "Copy"
6285 msgstr ""
6287 #: libraries/classes/Controllers/JavaScriptMessagesController.php:476
6288 #: templates/gis_data_editor_form.twig:84
6289 #: templates/gis_data_editor_form.twig:108
6290 #: templates/gis_data_editor_form.twig:153
6291 #: templates/gis_data_editor_form.twig:209
6292 msgid "X"
6293 msgstr "X"
6295 #: libraries/classes/Controllers/JavaScriptMessagesController.php:477
6296 #: templates/gis_data_editor_form.twig:88
6297 #: templates/gis_data_editor_form.twig:112
6298 #: templates/gis_data_editor_form.twig:157
6299 #: templates/gis_data_editor_form.twig:213
6300 msgid "Y"
6301 msgstr "Y"
6303 #: libraries/classes/Controllers/JavaScriptMessagesController.php:478
6304 msgid "Point"
6305 msgstr ""
6307 #: libraries/classes/Controllers/JavaScriptMessagesController.php:479
6308 #, php-format
6309 msgid "Point %d"
6310 msgstr ""
6312 #: libraries/classes/Controllers/JavaScriptMessagesController.php:480
6313 msgid "Linestring"
6314 msgstr ""
6316 #: libraries/classes/Controllers/JavaScriptMessagesController.php:481
6317 msgid "Polygon"
6318 msgstr ""
6320 #: libraries/classes/Controllers/JavaScriptMessagesController.php:482
6321 #: templates/display/results/table.twig:174
6322 msgid "Geometry"
6323 msgstr ""
6325 #: libraries/classes/Controllers/JavaScriptMessagesController.php:483
6326 msgid "Inner ring"
6327 msgstr ""
6329 #: libraries/classes/Controllers/JavaScriptMessagesController.php:484
6330 msgid "Outer ring"
6331 msgstr ""
6333 #: libraries/classes/Controllers/JavaScriptMessagesController.php:485
6334 #: templates/gis_data_editor_form.twig:116
6335 #: templates/gis_data_editor_form.twig:161
6336 #: templates/gis_data_editor_form.twig:217
6337 msgid "Add a point"
6338 msgstr ""
6340 #: libraries/classes/Controllers/JavaScriptMessagesController.php:486
6341 #: templates/gis_data_editor_form.twig:165
6342 #: templates/gis_data_editor_form.twig:220
6343 msgid "Add an inner ring"
6344 msgstr ""
6346 #: libraries/classes/Controllers/JavaScriptMessagesController.php:488
6347 msgid "Do you want to copy encryption key?"
6348 msgstr ""
6350 #: libraries/classes/Controllers/JavaScriptMessagesController.php:489
6351 msgid "Encryption key"
6352 msgstr ""
6354 #: libraries/classes/Controllers/JavaScriptMessagesController.php:492
6355 msgid ""
6356 "The HEX function will treat the integer as a string while calculating the "
6357 "hexadecimal value"
6358 msgstr ""
6360 #: libraries/classes/Controllers/JavaScriptMessagesController.php:497
6361 msgid ""
6362 "MySQL accepts additional values not selectable by the slider; key in those "
6363 "values directly if desired"
6364 msgstr ""
6366 #: libraries/classes/Controllers/JavaScriptMessagesController.php:503
6367 msgid ""
6368 "MySQL accepts additional values not selectable by the datepicker; key in "
6369 "those values directly if desired"
6370 msgstr ""
6372 #: libraries/classes/Controllers/JavaScriptMessagesController.php:509
6373 msgid ""
6374 "Indicates that you have made changes to this page; you will be prompted for "
6375 "confirmation before abandoning changes"
6376 msgstr ""
6378 #: libraries/classes/Controllers/JavaScriptMessagesController.php:514
6379 msgid "Select referenced key"
6380 msgstr ""
6382 #: libraries/classes/Controllers/JavaScriptMessagesController.php:515
6383 msgid "Select Foreign Key"
6384 msgstr ""
6386 #: libraries/classes/Controllers/JavaScriptMessagesController.php:516
6387 msgid "Please select the primary key or a unique key!"
6388 msgstr ""
6390 #: libraries/classes/Controllers/JavaScriptMessagesController.php:517
6391 #: templates/database/designer/main.twig:98
6392 #: templates/database/designer/main.twig:101
6393 msgid "Choose column to display"
6394 msgstr ""
6396 #: libraries/classes/Controllers/JavaScriptMessagesController.php:519
6397 msgid ""
6398 "You haven't saved the changes in the layout. They will be lost if you don't "
6399 "save them. Do you want to continue?"
6400 msgstr ""
6402 #: libraries/classes/Controllers/JavaScriptMessagesController.php:522
6403 msgid "value/subQuery is empty"
6404 msgstr ""
6406 #: libraries/classes/Controllers/JavaScriptMessagesController.php:523
6407 #: templates/database/designer/main.twig:40
6408 #: templates/database/designer/main.twig:43
6409 msgid "Add tables from other databases"
6410 msgstr ""
6412 #: libraries/classes/Controllers/JavaScriptMessagesController.php:524
6413 msgid "Page name"
6414 msgstr ""
6416 #: libraries/classes/Controllers/JavaScriptMessagesController.php:525
6417 #: templates/database/designer/main.twig:63
6418 #: templates/database/designer/main.twig:66
6419 msgid "Save page"
6420 msgstr ""
6422 #: libraries/classes/Controllers/JavaScriptMessagesController.php:526
6423 #: templates/database/designer/main.twig:70
6424 #: templates/database/designer/main.twig:73
6425 msgid "Save page as"
6426 msgstr ""
6428 #: libraries/classes/Controllers/JavaScriptMessagesController.php:527
6429 #: templates/database/designer/main.twig:56
6430 #: templates/database/designer/main.twig:59
6431 msgid "Open page"
6432 msgstr ""
6434 #: libraries/classes/Controllers/JavaScriptMessagesController.php:528
6435 msgid "Delete page"
6436 msgstr ""
6438 #. l10n: When the user opens a page saved in the Designer
6439 #: libraries/classes/Controllers/JavaScriptMessagesController.php:530
6440 msgid "Some tables saved in this page might have been renamed or deleted."
6441 msgstr ""
6443 #: libraries/classes/Controllers/JavaScriptMessagesController.php:531
6444 #: templates/database/designer/main.twig:10
6445 msgid "Untitled"
6446 msgstr ""
6448 #: libraries/classes/Controllers/JavaScriptMessagesController.php:532
6449 msgid "Please select a page to continue"
6450 msgstr ""
6452 #: libraries/classes/Controllers/JavaScriptMessagesController.php:533
6453 msgid "Please enter a valid page name"
6454 msgstr ""
6456 #: libraries/classes/Controllers/JavaScriptMessagesController.php:534
6457 msgid "Do you want to save the changes to the current page?"
6458 msgstr ""
6460 #: libraries/classes/Controllers/JavaScriptMessagesController.php:535
6461 msgid "Successfully deleted the page"
6462 msgstr ""
6464 #: libraries/classes/Controllers/JavaScriptMessagesController.php:536
6465 msgid "Export relational schema"
6466 msgstr ""
6468 #: libraries/classes/Controllers/JavaScriptMessagesController.php:537
6469 msgid "Modifications have been saved"
6470 msgstr ""
6472 #: libraries/classes/Controllers/JavaScriptMessagesController.php:540
6473 #, php-format
6474 msgid "%d object(s) created."
6475 msgstr ""
6477 #: libraries/classes/Controllers/JavaScriptMessagesController.php:541
6478 msgid "Column name"
6479 msgstr ""
6481 #: libraries/classes/Controllers/JavaScriptMessagesController.php:542
6482 #: templates/modals/build_query.twig:17 templates/sql/query.twig:178
6483 msgid "Submit"
6484 msgstr ""
6486 #: libraries/classes/Controllers/JavaScriptMessagesController.php:545
6487 msgid "Press escape to cancel editing.<br>- Shift+Enter for a newline."
6488 msgstr ""
6490 #: libraries/classes/Controllers/JavaScriptMessagesController.php:547
6491 msgid ""
6492 "You have edited some data and they have not been saved. Are you sure you "
6493 "want to leave this page before saving the data?"
6494 msgstr ""
6496 #: libraries/classes/Controllers/JavaScriptMessagesController.php:550
6497 msgid "Drag to reorder."
6498 msgstr ""
6500 #: libraries/classes/Controllers/JavaScriptMessagesController.php:551
6501 msgid "Click to sort results by this column."
6502 msgstr ""
6504 #: libraries/classes/Controllers/JavaScriptMessagesController.php:553
6505 msgid ""
6506 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6507 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6508 "from ORDER BY clause"
6509 msgstr ""
6511 #: libraries/classes/Controllers/JavaScriptMessagesController.php:557
6512 msgid "Click to mark/unmark."
6513 msgstr ""
6515 #: libraries/classes/Controllers/JavaScriptMessagesController.php:558
6516 msgid "Double-click to copy column name."
6517 msgstr ""
6519 #: libraries/classes/Controllers/JavaScriptMessagesController.php:559
6520 msgid "Click the drop-down arrow<br>to toggle column's visibility."
6521 msgstr ""
6523 #: libraries/classes/Controllers/JavaScriptMessagesController.php:562
6524 msgid ""
6525 "This table does not contain a unique column. Features related to the grid "
6526 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6527 msgstr ""
6529 #: libraries/classes/Controllers/JavaScriptMessagesController.php:565
6530 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6531 msgstr ""
6533 #: libraries/classes/Controllers/JavaScriptMessagesController.php:567
6534 msgid ""
6535 "Do you really want to see all of the rows? For a big table this could crash "
6536 "the browser."
6537 msgstr ""
6539 #: libraries/classes/Controllers/JavaScriptMessagesController.php:569
6540 msgid "Original length"
6541 msgstr ""
6543 #: libraries/classes/Controllers/JavaScriptMessagesController.php:572
6544 msgid "cancel"
6545 msgstr ""
6547 #: libraries/classes/Controllers/JavaScriptMessagesController.php:573
6548 #: libraries/classes/Controllers/Server/Status/StatusController.php:193
6549 msgid "Aborted"
6550 msgstr ""
6552 #: libraries/classes/Controllers/JavaScriptMessagesController.php:575
6553 msgid "Success"
6554 msgstr ""
6556 #: libraries/classes/Controllers/JavaScriptMessagesController.php:576
6557 msgid "Import status"
6558 msgstr ""
6560 #: libraries/classes/Controllers/JavaScriptMessagesController.php:577
6561 #: templates/navigation/main.twig:84
6562 msgid "Drop files here"
6563 msgstr ""
6565 #: libraries/classes/Controllers/JavaScriptMessagesController.php:578
6566 msgid "Select database first"
6567 msgstr ""
6569 #: libraries/classes/Controllers/JavaScriptMessagesController.php:582
6570 msgid "You can also edit most values<br>by double-clicking directly on them."
6571 msgstr ""
6573 #: libraries/classes/Controllers/JavaScriptMessagesController.php:584
6574 msgid "You can also edit most values<br>by clicking directly on them."
6575 msgstr ""
6577 #: libraries/classes/Controllers/JavaScriptMessagesController.php:587
6578 msgid "Go to link:"
6579 msgstr ""
6581 #: libraries/classes/Controllers/JavaScriptMessagesController.php:590
6582 msgid "Generate password"
6583 msgstr ""
6585 #: libraries/classes/Controllers/JavaScriptMessagesController.php:591
6586 #: templates/server/replication/primary_add_replica_user.twig:73
6587 msgid "Generate"
6588 msgstr ""
6590 #: libraries/classes/Controllers/JavaScriptMessagesController.php:592
6591 #: libraries/classes/Controllers/UserPasswordController.php:84
6592 #: templates/home/index.twig:46
6593 #: templates/server/privileges/change_password.twig:10
6594 msgid "Change password"
6595 msgstr ""
6597 #: libraries/classes/Controllers/JavaScriptMessagesController.php:595
6598 #: templates/table/structure/display_structure.twig:130
6599 msgid "More"
6600 msgstr ""
6602 #: libraries/classes/Controllers/JavaScriptMessagesController.php:598
6603 msgid "Show panel"
6604 msgstr ""
6606 #: libraries/classes/Controllers/JavaScriptMessagesController.php:599
6607 msgid "Hide panel"
6608 msgstr ""
6610 #: libraries/classes/Controllers/JavaScriptMessagesController.php:601
6611 #: libraries/classes/Navigation/NavigationTree.php:1355
6612 msgid "Unlink from main panel"
6613 msgstr ""
6615 #: libraries/classes/Controllers/JavaScriptMessagesController.php:605
6616 #: libraries/classes/Setup/Index.php:177
6617 #, php-format
6618 msgid ""
6619 "A newer version of phpMyAdmin is available and you should consider "
6620 "upgrading. The newest version is %s, released on %s."
6621 msgstr ""
6623 #. l10n: Latest available phpMyAdmin version
6624 #: libraries/classes/Controllers/JavaScriptMessagesController.php:609
6625 msgid ", latest stable version:"
6626 msgstr ""
6628 #: libraries/classes/Controllers/JavaScriptMessagesController.php:610
6629 msgid "up to date"
6630 msgstr ""
6632 #: libraries/classes/Controllers/JavaScriptMessagesController.php:611
6633 msgid "There was an error in loading the Git information."
6634 msgstr ""
6636 #: libraries/classes/Controllers/JavaScriptMessagesController.php:614
6637 msgid ""
6638 "A fatal JavaScript error has occurred. Would you like to send an error "
6639 "report?"
6640 msgstr ""
6642 #: libraries/classes/Controllers/JavaScriptMessagesController.php:615
6643 msgid "Change report settings"
6644 msgstr ""
6646 #: libraries/classes/Controllers/JavaScriptMessagesController.php:616
6647 msgid "Show report details"
6648 msgstr ""
6650 #: libraries/classes/Controllers/JavaScriptMessagesController.php:617
6651 msgid ""
6652 "Your export is incomplete, due to a low execution time limit at the PHP "
6653 "level!"
6654 msgstr ""
6656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:620
6657 #, php-format
6658 msgid ""
6659 "Warning: a form on this page has more than %d fields. On submission, some of "
6660 "the fields might be ignored, due to PHP's max_input_vars configuration."
6661 msgstr ""
6663 #: libraries/classes/Controllers/JavaScriptMessagesController.php:626
6664 #: libraries/classes/Controllers/JavaScriptMessagesController.php:639
6665 msgid "Some errors have been detected on the server!"
6666 msgstr ""
6668 #: libraries/classes/Controllers/JavaScriptMessagesController.php:628
6669 msgid "Please look at the bottom of this window."
6670 msgstr ""
6672 #: libraries/classes/Controllers/JavaScriptMessagesController.php:634
6673 #: libraries/classes/ErrorHandler.php:428
6674 msgid "Ignore All"
6675 msgstr ""
6677 #: libraries/classes/Controllers/JavaScriptMessagesController.php:641
6678 msgid ""
6679 "As per your settings, they are being submitted currently, please be patient."
6680 msgstr ""
6682 #: libraries/classes/Controllers/JavaScriptMessagesController.php:647
6683 msgid "Column name successfully copied to clipboard!"
6684 msgstr ""
6686 #: libraries/classes/Controllers/JavaScriptMessagesController.php:648
6687 msgid "Column name copying to clipboard failed!"
6688 msgstr ""
6690 #: libraries/classes/Controllers/JavaScriptMessagesController.php:649
6691 msgid "Successfully copied!"
6692 msgstr ""
6694 #: libraries/classes/Controllers/JavaScriptMessagesController.php:650
6695 msgid "Copying failed!"
6696 msgstr ""
6698 #: libraries/classes/Controllers/JavaScriptMessagesController.php:653
6699 msgid "Execute this query again?"
6700 msgstr ""
6702 #: libraries/classes/Controllers/JavaScriptMessagesController.php:654
6703 msgid "Do you really want to delete this bookmark?"
6704 msgstr ""
6706 #: libraries/classes/Controllers/JavaScriptMessagesController.php:655
6707 msgid "Some error occurred while getting SQL debug info."
6708 msgstr ""
6710 #: libraries/classes/Controllers/JavaScriptMessagesController.php:656
6711 #, php-format
6712 msgid "%s queries executed %s times in %s seconds."
6713 msgstr ""
6715 #: libraries/classes/Controllers/JavaScriptMessagesController.php:657
6716 #, php-format
6717 msgid "%s argument(s) passed"
6718 msgstr ""
6720 #: libraries/classes/Controllers/JavaScriptMessagesController.php:658
6721 msgid "Show arguments"
6722 msgstr ""
6724 #: libraries/classes/Controllers/JavaScriptMessagesController.php:659
6725 msgid "Hide arguments"
6726 msgstr ""
6728 #: libraries/classes/Controllers/JavaScriptMessagesController.php:660
6729 msgid "Time taken:"
6730 msgstr ""
6732 #: libraries/classes/Controllers/JavaScriptMessagesController.php:662
6733 msgid ""
6734 "There was a problem accessing your browser storage, some features may not "
6735 "work properly for you. It is likely that the browser doesn't support storage "
6736 "or the quota limit has been reached. In Firefox, corrupted storage can also "
6737 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
6738 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
6739 msgstr ""
6741 #: libraries/classes/Controllers/JavaScriptMessagesController.php:669
6742 msgid "Copy tables to"
6743 msgstr ""
6745 #: libraries/classes/Controllers/JavaScriptMessagesController.php:670
6746 msgid "Add table prefix"
6747 msgstr ""
6749 #: libraries/classes/Controllers/JavaScriptMessagesController.php:671
6750 msgid "Replace table with prefix"
6751 msgstr ""
6753 #: libraries/classes/Controllers/JavaScriptMessagesController.php:672
6754 #: templates/database/structure/check_all_tables.twig:28
6755 msgid "Copy table with prefix"
6756 msgstr ""
6758 #: libraries/classes/Controllers/JavaScriptMessagesController.php:675
6759 msgid "Extremely weak"
6760 msgstr ""
6762 #: libraries/classes/Controllers/JavaScriptMessagesController.php:676
6763 msgid "Very weak"
6764 msgstr ""
6766 #: libraries/classes/Controllers/JavaScriptMessagesController.php:677
6767 msgid "Weak"
6768 msgstr ""
6770 #: libraries/classes/Controllers/JavaScriptMessagesController.php:678
6771 msgid "Good"
6772 msgstr ""
6774 #: libraries/classes/Controllers/JavaScriptMessagesController.php:679
6775 msgid "Strong"
6776 msgstr ""
6778 #. l10n: error code 5 (from U2F API)
6779 #: libraries/classes/Controllers/JavaScriptMessagesController.php:683
6780 msgctxt "U2F error"
6781 msgid "Timed out waiting for security key activation."
6782 msgstr ""
6784 #. l10n: error code 2 (from U2F API)
6785 #: libraries/classes/Controllers/JavaScriptMessagesController.php:685
6786 msgctxt "U2F error"
6787 msgid "Invalid request sent to security key."
6788 msgstr ""
6790 #. l10n: unknown error code (from U2F API)
6791 #: libraries/classes/Controllers/JavaScriptMessagesController.php:687
6792 msgctxt "U2F error"
6793 msgid "Unknown security key error."
6794 msgstr ""
6796 #. l10n: error code 3 (from U2F API)
6797 #: libraries/classes/Controllers/JavaScriptMessagesController.php:689
6798 msgctxt "U2F error"
6799 msgid "Client does not support security key."
6800 msgstr ""
6802 #. l10n: error code 4 (from U2F API) on register
6803 #: libraries/classes/Controllers/JavaScriptMessagesController.php:691
6804 msgctxt "U2F error"
6805 msgid "Failed security key activation."
6806 msgstr ""
6808 #. l10n: error code 4 (from U2F API) on authanticate
6809 #: libraries/classes/Controllers/JavaScriptMessagesController.php:693
6810 msgctxt "U2F error"
6811 msgid "Invalid security key."
6812 msgstr ""
6814 #: libraries/classes/Controllers/JavaScriptMessagesController.php:696
6815 msgid ""
6816 "WebAuthn is not available. Please use a supported browser in a secure "
6817 "context (HTTPS)."
6818 msgstr ""
6820 #: libraries/classes/Controllers/JavaScriptMessagesController.php:701
6821 msgid ""
6822 "You can not open, save or delete your page layout, as IndexedDB is not "
6823 "working in your browser and your phpMyAdmin configuration storage is not "
6824 "configured for this."
6825 msgstr ""
6827 #: libraries/classes/Controllers/JavaScriptMessagesController.php:706
6828 #, php-format
6829 msgctxt ""
6830 "The table already exists in the designer and can not be added once more."
6831 msgid "Table %s already exists!"
6832 msgstr ""
6834 #: libraries/classes/Controllers/JavaScriptMessagesController.php:708
6835 #: libraries/classes/InsertEdit.php:335
6836 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:53
6837 msgid "Hide"
6838 msgstr ""
6840 #: libraries/classes/Controllers/JavaScriptMessagesController.php:709
6841 #: libraries/classes/Controllers/Table/ChangeController.php:194
6842 #: templates/database/multi_table_query/form.twig:49
6843 #: templates/database/tracking/tables.twig:19
6844 #: templates/table/tracking/main.twig:33
6845 msgid "Show"
6846 msgstr ""
6848 #: libraries/classes/Controllers/NavigationController.php:46
6849 msgid "Fatal error: The navigation can only be accessed via AJAX"
6850 msgstr ""
6852 #: libraries/classes/Controllers/NormalizationController.php:40
6853 #: libraries/classes/Normalization.php:245
6854 msgid "Select one…"
6855 msgstr ""
6857 #: libraries/classes/Controllers/NormalizationController.php:41
6858 #: libraries/classes/Normalization.php:246
6859 msgid "No such column"
6860 msgstr ""
6862 #: libraries/classes/Controllers/NormalizationController.php:46
6863 #: libraries/classes/Normalization.php:250 libraries/classes/Types.php:843
6864 msgctxt "string types"
6865 msgid "String"
6866 msgstr ""
6868 #: libraries/classes/Controllers/Preferences/ManageController.php:94
6869 msgid "phpMyAdmin configuration snippet"
6870 msgstr ""
6872 #: libraries/classes/Controllers/Preferences/ManageController.php:95
6873 msgid "Paste it to your config.inc.php"
6874 msgstr ""
6876 #: libraries/classes/Controllers/Preferences/ManageController.php:144
6877 msgid "Could not import configuration"
6878 msgstr ""
6880 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:53
6881 msgid "Two-factor authentication has been removed."
6882 msgstr ""
6884 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:64
6885 msgid "Two-factor authentication has been configured."
6886 msgstr ""
6888 #: libraries/classes/Controllers/Server/DatabasesController.php:312
6889 #: libraries/classes/Import.php:144
6890 #: templates/database/structure/table_header.twig:26
6891 #: templates/table/structure/display_partitions.twig:28
6892 #: templates/table/structure/display_structure.twig:230
6893 #: templates/table/structure/display_table_stats.twig:119
6894 msgid "Rows"
6895 msgstr ""
6897 #: libraries/classes/Controllers/Server/DatabasesController.php:322
6898 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
6899 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26
6900 #: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:3
6901 #: templates/table/structure/display_structure.twig:462
6902 #: templates/table/tracking/structure_snapshot_indexes.twig:1
6903 msgid "Indexes"
6904 msgstr ""
6906 #: libraries/classes/Controllers/Server/DatabasesController.php:327
6907 #: libraries/classes/Controllers/Server/Status/StatusController.php:147
6908 #: libraries/classes/Controllers/Server/Status/StatusController.php:199
6909 #: templates/table/structure/display_table_stats.twig:45
6910 msgid "Total"
6911 msgstr ""
6913 #: libraries/classes/Controllers/Server/DatabasesController.php:332
6914 #: templates/database/structure/table_header.twig:38
6915 #: templates/table/structure/display_table_stats.twig:32
6916 msgid "Overhead"
6917 msgstr ""
6919 #: libraries/classes/Controllers/Server/Databases/CreateController.php:87
6920 #, php-format
6921 msgid "Database %1$s has been created."
6922 msgstr ""
6924 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:93
6925 #, php-format
6926 msgid "%1$d database has been dropped successfully."
6927 msgid_plural "%1$d databases have been dropped successfully."
6928 msgstr[0] ""
6929 msgstr[1] ""
6931 #: libraries/classes/Controllers/Server/Privileges/AccountLockController.php:47
6932 #, php-format
6933 msgid "The account %s@%s has been successfully locked."
6934 msgstr ""
6936 #: libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php:47
6937 #, php-format
6938 msgid "The account %s@%s has been successfully unlocked."
6939 msgstr ""
6941 #: libraries/classes/Controllers/Server/PrivilegesController.php:152
6942 #: libraries/classes/Controllers/Server/UserGroupsController.php:53
6943 msgid "No Privileges"
6944 msgstr ""
6946 #: libraries/classes/Controllers/Server/PrivilegesController.php:161
6947 msgid "You do not have the privileges to administrate the users!"
6948 msgstr ""
6950 #: libraries/classes/Controllers/Server/PrivilegesController.php:176
6951 msgid ""
6952 "Username and hostname didn't change. If you only want to change the "
6953 "password, 'Change password' tab should be used."
6954 msgstr ""
6956 #: libraries/classes/Controllers/Server/PrivilegesController.php:405
6957 msgid "User has been added."
6958 msgstr ""
6960 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:42
6961 #, php-format
6962 msgid "Thread %s was successfully killed."
6963 msgstr ""
6965 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:48
6966 #, php-format
6967 msgid ""
6968 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
6969 msgstr ""
6971 #: libraries/classes/Controllers/Server/Status/StatusController.php:137
6972 msgid "Received"
6973 msgstr ""
6975 #: libraries/classes/Controllers/Server/Status/StatusController.php:142
6976 msgid "Sent"
6977 msgstr ""
6979 #: libraries/classes/Controllers/Server/Status/StatusController.php:181
6980 msgid "Max. concurrent connections"
6981 msgstr ""
6983 #: libraries/classes/Controllers/Server/Status/StatusController.php:187
6984 msgid "Failed attempts"
6985 msgstr ""
6987 #: libraries/classes/Controllers/Server/Status/VariablesController.php:238
6988 msgid ""
6989 "The number of connections that were aborted because the client died without "
6990 "closing the connection properly."
6991 msgstr ""
6993 #: libraries/classes/Controllers/Server/Status/VariablesController.php:241
6994 msgid "The number of failed attempts to connect to the MySQL server."
6995 msgstr ""
6997 #: libraries/classes/Controllers/Server/Status/VariablesController.php:243
6998 msgid ""
6999 "The number of transactions that used the temporary binary log cache but that "
7000 "exceeded the value of binlog_cache_size and used a temporary file to store "
7001 "statements from the transaction."
7002 msgstr ""
7004 #: libraries/classes/Controllers/Server/Status/VariablesController.php:247
7005 msgid "The number of transactions that used the temporary binary log cache."
7006 msgstr ""
7008 #: libraries/classes/Controllers/Server/Status/VariablesController.php:248
7009 msgid ""
7010 "The number of connection attempts (successful or not) to the MySQL server."
7011 msgstr ""
7013 #: libraries/classes/Controllers/Server/Status/VariablesController.php:250
7014 msgid ""
7015 "The number of temporary tables on disk created automatically by the server "
7016 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7017 "to increase the tmp_table_size  value to cause temporary tables to be memory-"
7018 "based instead of disk-based."
7019 msgstr ""
7021 #: libraries/classes/Controllers/Server/Status/VariablesController.php:256
7022 msgid "How many temporary files mysqld has created."
7023 msgstr ""
7025 #: libraries/classes/Controllers/Server/Status/VariablesController.php:258
7026 msgid ""
7027 "The number of in-memory temporary tables created automatically by the server "
7028 "while executing statements."
7029 msgstr ""
7031 #: libraries/classes/Controllers/Server/Status/VariablesController.php:262
7032 msgid ""
7033 "The number of rows written with INSERT DELAYED for which some error occurred "
7034 "(probably duplicate key)."
7035 msgstr ""
7037 #: libraries/classes/Controllers/Server/Status/VariablesController.php:266
7038 msgid ""
7039 "The number of INSERT DELAYED handler threads in use. Every different table "
7040 "on which one uses INSERT DELAYED gets its own thread."
7041 msgstr ""
7043 #: libraries/classes/Controllers/Server/Status/VariablesController.php:270
7044 msgid "The number of INSERT DELAYED rows written."
7045 msgstr ""
7047 #: libraries/classes/Controllers/Server/Status/VariablesController.php:271
7048 msgid "The number of executed FLUSH statements."
7049 msgstr ""
7051 #: libraries/classes/Controllers/Server/Status/VariablesController.php:272
7052 msgid "The number of internal COMMIT statements."
7053 msgstr ""
7055 #: libraries/classes/Controllers/Server/Status/VariablesController.php:273
7056 msgid "The number of times a row was deleted from a table."
7057 msgstr ""
7059 #: libraries/classes/Controllers/Server/Status/VariablesController.php:275
7060 msgid ""
7061 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7062 "table with a given name. This is called discovery. Handler_discover "
7063 "indicates the number of time tables have been discovered."
7064 msgstr ""
7066 #: libraries/classes/Controllers/Server/Status/VariablesController.php:281
7067 msgid ""
7068 "The number of times the first entry was read from an index. If this is high, "
7069 "it suggests that the server is doing a lot of full index scans; for example, "
7070 "SELECT col1 FROM foo, assuming that col1 is indexed."
7071 msgstr ""
7073 #: libraries/classes/Controllers/Server/Status/VariablesController.php:287
7074 msgid ""
7075 "The number of requests to read a row based on a key. If this is high, it is "
7076 "a good indication that your queries and tables are properly indexed."
7077 msgstr ""
7079 #: libraries/classes/Controllers/Server/Status/VariablesController.php:292
7080 msgid ""
7081 "The number of requests to read the next row in key order. This is "
7082 "incremented if you are querying an index column with a range constraint or "
7083 "if you are doing an index scan."
7084 msgstr ""
7086 #: libraries/classes/Controllers/Server/Status/VariablesController.php:297
7087 msgid ""
7088 "The number of requests to read the previous row in key order. This read "
7089 "method is mainly used to optimize ORDER BY … DESC."
7090 msgstr ""
7092 #: libraries/classes/Controllers/Server/Status/VariablesController.php:301
7093 msgid ""
7094 "The number of requests to read a row based on a fixed position. This is high "
7095 "if you are doing a lot of queries that require sorting of the result. You "
7096 "probably have a lot of queries that require MySQL to scan whole tables or "
7097 "you have joins that don't use keys properly."
7098 msgstr ""
7100 #: libraries/classes/Controllers/Server/Status/VariablesController.php:308
7101 msgid ""
7102 "The number of requests to read the next row in the data file. This is high "
7103 "if you are doing a lot of table scans. Generally this suggests that your "
7104 "tables are not properly indexed or that your queries are not written to take "
7105 "advantage of the indexes you have."
7106 msgstr ""
7108 #: libraries/classes/Controllers/Server/Status/VariablesController.php:314
7109 msgid "The number of internal ROLLBACK statements."
7110 msgstr ""
7112 #: libraries/classes/Controllers/Server/Status/VariablesController.php:315
7113 msgid "The number of requests to update a row in a table."
7114 msgstr ""
7116 #: libraries/classes/Controllers/Server/Status/VariablesController.php:316
7117 msgid "The number of requests to insert a row in a table."
7118 msgstr ""
7120 #: libraries/classes/Controllers/Server/Status/VariablesController.php:317
7121 msgid "The number of pages containing data (dirty or clean)."
7122 msgstr ""
7124 #: libraries/classes/Controllers/Server/Status/VariablesController.php:318
7125 msgid "The number of pages currently dirty."
7126 msgstr ""
7128 #: libraries/classes/Controllers/Server/Status/VariablesController.php:320
7129 msgid "The number of buffer pool pages that have been requested to be flushed."
7130 msgstr ""
7132 #: libraries/classes/Controllers/Server/Status/VariablesController.php:322
7133 msgid "The number of free pages."
7134 msgstr ""
7136 #: libraries/classes/Controllers/Server/Status/VariablesController.php:324
7137 msgid ""
7138 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7139 "being read or written or that can't be flushed or removed for some other "
7140 "reason."
7141 msgstr ""
7143 #: libraries/classes/Controllers/Server/Status/VariablesController.php:329
7144 msgid ""
7145 "The number of pages busy because they have been allocated for administrative "
7146 "overhead such as row locks or the adaptive hash index. This value can also "
7147 "be calculated as Innodb_buffer_pool_pages_total - "
7148 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7149 msgstr ""
7151 #: libraries/classes/Controllers/Server/Status/VariablesController.php:335
7152 msgid "Total size of buffer pool, in pages."
7153 msgstr ""
7155 #: libraries/classes/Controllers/Server/Status/VariablesController.php:337
7156 msgid ""
7157 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7158 "query is to scan a large portion of a table but in random order."
7159 msgstr ""
7161 #: libraries/classes/Controllers/Server/Status/VariablesController.php:342
7162 msgid ""
7163 "The number of sequential read-aheads InnoDB initiated. This happens when "
7164 "InnoDB does a sequential full table scan."
7165 msgstr ""
7167 #: libraries/classes/Controllers/Server/Status/VariablesController.php:345
7168 msgid "The number of logical read requests InnoDB has done."
7169 msgstr ""
7171 #: libraries/classes/Controllers/Server/Status/VariablesController.php:347
7172 msgid ""
7173 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7174 "and had to do a single-page read."
7175 msgstr ""
7177 #: libraries/classes/Controllers/Server/Status/VariablesController.php:351
7178 msgid ""
7179 "Normally, writes to the InnoDB buffer pool happen in the background. "
7180 "However, if it's necessary to read or create a page and no clean pages are "
7181 "available, it's necessary to wait for pages to be flushed first. This "
7182 "counter counts instances of these waits. If the buffer pool size was set "
7183 "properly, this value should be small."
7184 msgstr ""
7186 #: libraries/classes/Controllers/Server/Status/VariablesController.php:358
7187 msgid "The number writes done to the InnoDB buffer pool."
7188 msgstr ""
7190 #: libraries/classes/Controllers/Server/Status/VariablesController.php:359
7191 msgid "The number of fsync() operations so far."
7192 msgstr ""
7194 #: libraries/classes/Controllers/Server/Status/VariablesController.php:360
7195 msgid "The current number of pending fsync() operations."
7196 msgstr ""
7198 #: libraries/classes/Controllers/Server/Status/VariablesController.php:361
7199 msgid "The current number of pending reads."
7200 msgstr ""
7202 #: libraries/classes/Controllers/Server/Status/VariablesController.php:362
7203 msgid "The current number of pending writes."
7204 msgstr ""
7206 #: libraries/classes/Controllers/Server/Status/VariablesController.php:363
7207 msgid "The amount of data read so far, in bytes."
7208 msgstr ""
7210 #: libraries/classes/Controllers/Server/Status/VariablesController.php:364
7211 msgid "The total number of data reads."
7212 msgstr ""
7214 #: libraries/classes/Controllers/Server/Status/VariablesController.php:365
7215 msgid "The total number of data writes."
7216 msgstr ""
7218 #: libraries/classes/Controllers/Server/Status/VariablesController.php:366
7219 msgid "The amount of data written so far, in bytes."
7220 msgstr ""
7222 #: libraries/classes/Controllers/Server/Status/VariablesController.php:368
7223 msgid "The number of pages that have been written for doublewrite operations."
7224 msgstr ""
7226 #: libraries/classes/Controllers/Server/Status/VariablesController.php:370
7227 msgid "The number of doublewrite operations that have been performed."
7228 msgstr ""
7230 #: libraries/classes/Controllers/Server/Status/VariablesController.php:372
7231 msgid ""
7232 "The number of waits we had because log buffer was too small and we had to "
7233 "wait for it to be flushed before continuing."
7234 msgstr ""
7236 #: libraries/classes/Controllers/Server/Status/VariablesController.php:375
7237 msgid "The number of log write requests."
7238 msgstr ""
7240 #: libraries/classes/Controllers/Server/Status/VariablesController.php:376
7241 msgid "The number of physical writes to the log file."
7242 msgstr ""
7244 #: libraries/classes/Controllers/Server/Status/VariablesController.php:377
7245 msgid "The number of fsync() writes done to the log file."
7246 msgstr ""
7248 #: libraries/classes/Controllers/Server/Status/VariablesController.php:378
7249 msgid "The number of pending log file fsyncs."
7250 msgstr ""
7252 #: libraries/classes/Controllers/Server/Status/VariablesController.php:379
7253 msgid "Pending log file writes."
7254 msgstr ""
7256 #: libraries/classes/Controllers/Server/Status/VariablesController.php:380
7257 msgid "The number of bytes written to the log file."
7258 msgstr ""
7260 #: libraries/classes/Controllers/Server/Status/VariablesController.php:381
7261 msgid "The number of pages created."
7262 msgstr ""
7264 #: libraries/classes/Controllers/Server/Status/VariablesController.php:383
7265 msgid ""
7266 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7267 "pages; the page size allows them to be easily converted to bytes."
7268 msgstr ""
7270 #: libraries/classes/Controllers/Server/Status/VariablesController.php:387
7271 msgid "The number of pages read."
7272 msgstr ""
7274 #: libraries/classes/Controllers/Server/Status/VariablesController.php:388
7275 msgid "The number of pages written."
7276 msgstr ""
7278 #: libraries/classes/Controllers/Server/Status/VariablesController.php:389
7279 msgid "The number of row locks currently being waited for."
7280 msgstr ""
7282 #: libraries/classes/Controllers/Server/Status/VariablesController.php:390
7283 msgid "The average time to acquire a row lock, in milliseconds."
7284 msgstr ""
7286 #: libraries/classes/Controllers/Server/Status/VariablesController.php:391
7287 msgid "The total time spent in acquiring row locks, in milliseconds."
7288 msgstr ""
7290 #: libraries/classes/Controllers/Server/Status/VariablesController.php:392
7291 msgid "The maximum time to acquire a row lock, in milliseconds."
7292 msgstr ""
7294 #: libraries/classes/Controllers/Server/Status/VariablesController.php:393
7295 msgid "The number of times a row lock had to be waited for."
7296 msgstr ""
7298 #: libraries/classes/Controllers/Server/Status/VariablesController.php:394
7299 msgid "The number of rows deleted from InnoDB tables."
7300 msgstr ""
7302 #: libraries/classes/Controllers/Server/Status/VariablesController.php:395
7303 msgid "The number of rows inserted in InnoDB tables."
7304 msgstr ""
7306 #: libraries/classes/Controllers/Server/Status/VariablesController.php:396
7307 msgid "The number of rows read from InnoDB tables."
7308 msgstr ""
7310 #: libraries/classes/Controllers/Server/Status/VariablesController.php:397
7311 msgid "The number of rows updated in InnoDB tables."
7312 msgstr ""
7314 #: libraries/classes/Controllers/Server/Status/VariablesController.php:399
7315 msgid ""
7316 "The number of key blocks in the key cache that have changed but haven't yet "
7317 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7318 msgstr ""
7320 #: libraries/classes/Controllers/Server/Status/VariablesController.php:404
7321 msgid ""
7322 "The number of unused blocks in the key cache. You can use this value to "
7323 "determine how much of the key cache is in use."
7324 msgstr ""
7326 #: libraries/classes/Controllers/Server/Status/VariablesController.php:408
7327 msgid ""
7328 "The number of used blocks in the key cache. This value is a high-water mark "
7329 "that indicates the maximum number of blocks that have ever been in use at "
7330 "one time."
7331 msgstr ""
7333 #: libraries/classes/Controllers/Server/Status/VariablesController.php:412
7334 msgid "Percentage of used key cache (calculated value)"
7335 msgstr ""
7337 #: libraries/classes/Controllers/Server/Status/VariablesController.php:413
7338 msgid "The number of requests to read a key block from the cache."
7339 msgstr ""
7341 #: libraries/classes/Controllers/Server/Status/VariablesController.php:415
7342 msgid ""
7343 "The number of physical reads of a key block from disk. If Key_reads is big, "
7344 "then your key_buffer_size value is probably too small. The cache miss rate "
7345 "can be calculated as Key_reads/Key_read_requests."
7346 msgstr ""
7348 #: libraries/classes/Controllers/Server/Status/VariablesController.php:421
7349 msgid ""
7350 "Key cache miss calculated as rate of physical reads compared to read "
7351 "requests (calculated value)"
7352 msgstr ""
7354 #: libraries/classes/Controllers/Server/Status/VariablesController.php:423
7355 msgid "The number of requests to write a key block to the cache."
7356 msgstr ""
7358 #: libraries/classes/Controllers/Server/Status/VariablesController.php:424
7359 msgid "The number of physical writes of a key block to disk."
7360 msgstr ""
7362 #: libraries/classes/Controllers/Server/Status/VariablesController.php:425
7363 msgid ""
7364 "Percentage of physical writes compared to write requests (calculated value)"
7365 msgstr ""
7367 #: libraries/classes/Controllers/Server/Status/VariablesController.php:427
7368 msgid ""
7369 "The total cost of the last compiled query as computed by the query "
7370 "optimizer. Useful for comparing the cost of different query plans for the "
7371 "same query. The default value of 0 means that no query has been compiled yet."
7372 msgstr ""
7374 #: libraries/classes/Controllers/Server/Status/VariablesController.php:433
7375 msgid ""
7376 "The maximum number of connections that have been in use simultaneously since "
7377 "the server started."
7378 msgstr ""
7380 #: libraries/classes/Controllers/Server/Status/VariablesController.php:435
7381 msgid "The number of rows waiting to be written in INSERT DELAYED queues."
7382 msgstr ""
7384 #: libraries/classes/Controllers/Server/Status/VariablesController.php:437
7385 msgid ""
7386 "The number of tables that have been opened. If opened tables is big, your "
7387 "table_open_cache value is probably too small."
7388 msgstr ""
7390 #: libraries/classes/Controllers/Server/Status/VariablesController.php:440
7391 msgid "The number of files that are open."
7392 msgstr ""
7394 #: libraries/classes/Controllers/Server/Status/VariablesController.php:441
7395 msgid "The number of streams that are open (used mainly for logging)."
7396 msgstr ""
7398 #: libraries/classes/Controllers/Server/Status/VariablesController.php:442
7399 msgid "The number of tables that are open."
7400 msgstr ""
7402 #: libraries/classes/Controllers/Server/Status/VariablesController.php:444
7403 msgid ""
7404 "The number of free memory blocks in query cache. High numbers can indicate "
7405 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7406 "statement."
7407 msgstr ""
7409 #: libraries/classes/Controllers/Server/Status/VariablesController.php:448
7410 msgid "The amount of free memory for query cache."
7411 msgstr ""
7413 #: libraries/classes/Controllers/Server/Status/VariablesController.php:449
7414 msgid "The number of cache hits."
7415 msgstr ""
7417 #: libraries/classes/Controllers/Server/Status/VariablesController.php:450
7418 msgid "The number of queries added to the cache."
7419 msgstr ""
7421 #: libraries/classes/Controllers/Server/Status/VariablesController.php:452
7422 msgid ""
7423 "The number of queries that have been removed from the cache to free up "
7424 "memory for caching new queries. This information can help you tune the query "
7425 "cache size. The query cache uses a least recently used (LRU) strategy to "
7426 "decide which queries to remove from the cache."
7427 msgstr ""
7429 #: libraries/classes/Controllers/Server/Status/VariablesController.php:459
7430 msgid ""
7431 "The number of non-cached queries (not cachable, or not cached due to the "
7432 "query_cache_type setting)."
7433 msgstr ""
7435 #: libraries/classes/Controllers/Server/Status/VariablesController.php:461
7436 msgid "The number of queries registered in the cache."
7437 msgstr ""
7439 #: libraries/classes/Controllers/Server/Status/VariablesController.php:462
7440 msgid "The total number of blocks in the query cache."
7441 msgstr ""
7443 #: libraries/classes/Controllers/Server/Status/VariablesController.php:463
7444 msgid "The status of failsafe replication (not yet implemented)."
7445 msgstr ""
7447 #: libraries/classes/Controllers/Server/Status/VariablesController.php:465
7448 msgid ""
7449 "The number of joins that do not use indexes. If this value is not 0, you "
7450 "should carefully check the indexes of your tables."
7451 msgstr ""
7453 #: libraries/classes/Controllers/Server/Status/VariablesController.php:468
7454 msgid "The number of joins that used a range search on a reference table."
7455 msgstr ""
7457 #: libraries/classes/Controllers/Server/Status/VariablesController.php:470
7458 msgid ""
7459 "The number of joins without keys that check for key usage after each row. "
7460 "(If this is not 0, you should carefully check the indexes of your tables.)"
7461 msgstr ""
7463 #: libraries/classes/Controllers/Server/Status/VariablesController.php:475
7464 msgid ""
7465 "The number of joins that used ranges on the first table. (It's normally not "
7466 "critical even if this is big.)"
7467 msgstr ""
7469 #: libraries/classes/Controllers/Server/Status/VariablesController.php:478
7470 msgid "The number of joins that did a full scan of the first table."
7471 msgstr ""
7473 #: libraries/classes/Controllers/Server/Status/VariablesController.php:479
7474 msgid ""
7475 "The number of temporary tables currently open by the replica SQL thread."
7476 msgstr ""
7478 #: libraries/classes/Controllers/Server/Status/VariablesController.php:481
7479 msgid ""
7480 "Total (since startup) number of times the replication replica SQL thread has "
7481 "retried transactions."
7482 msgstr ""
7484 #: libraries/classes/Controllers/Server/Status/VariablesController.php:483
7485 msgid "This is ON if this server is a replica that is connected to a primary."
7486 msgstr ""
7488 #: libraries/classes/Controllers/Server/Status/VariablesController.php:485
7489 msgid ""
7490 "The number of threads that have taken more than slow_launch_time seconds to "
7491 "create."
7492 msgstr ""
7494 #: libraries/classes/Controllers/Server/Status/VariablesController.php:487
7495 msgid ""
7496 "The number of queries that have taken more than long_query_time seconds."
7497 msgstr ""
7499 #: libraries/classes/Controllers/Server/Status/VariablesController.php:489
7500 msgid ""
7501 "The number of merge passes the sort algorithm has had to do. If this value "
7502 "is large, you should consider increasing the value of the sort_buffer_size "
7503 "system variable."
7504 msgstr ""
7506 #: libraries/classes/Controllers/Server/Status/VariablesController.php:493
7507 msgid "The number of sorts that were done with ranges."
7508 msgstr ""
7510 #: libraries/classes/Controllers/Server/Status/VariablesController.php:494
7511 msgid "The number of sorted rows."
7512 msgstr ""
7514 #: libraries/classes/Controllers/Server/Status/VariablesController.php:495
7515 msgid "The number of sorts that were done by scanning the table."
7516 msgstr ""
7518 #: libraries/classes/Controllers/Server/Status/VariablesController.php:496
7519 msgid "The number of times that a table lock was acquired immediately."
7520 msgstr ""
7522 #: libraries/classes/Controllers/Server/Status/VariablesController.php:498
7523 msgid ""
7524 "The number of times that a table lock could not be acquired immediately and "
7525 "a wait was needed. If this is high, and you have performance problems, you "
7526 "should first optimize your queries, and then either split your table or "
7527 "tables or use replication."
7528 msgstr ""
7530 #: libraries/classes/Controllers/Server/Status/VariablesController.php:504
7531 msgid ""
7532 "The number of threads in the thread cache. The cache hit rate can be "
7533 "calculated as Threads_created/Connections. If this value is red you should "
7534 "raise your thread_cache_size."
7535 msgstr ""
7537 #: libraries/classes/Controllers/Server/Status/VariablesController.php:508
7538 msgid "The number of currently open connections."
7539 msgstr ""
7541 #: libraries/classes/Controllers/Server/Status/VariablesController.php:510
7542 msgid ""
7543 "The number of threads created to handle connections. If Threads_created is "
7544 "big, you may want to increase the thread_cache_size value. (Normally this "
7545 "doesn't give a notable performance improvement if you have a good thread "
7546 "implementation.)"
7547 msgstr ""
7549 #: libraries/classes/Controllers/Server/Status/VariablesController.php:516
7550 msgid "Thread cache hit rate (calculated value)"
7551 msgstr ""
7553 #: libraries/classes/Controllers/Server/Status/VariablesController.php:517
7554 msgid "The number of threads that are not sleeping."
7555 msgstr ""
7557 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:46
7558 #: libraries/classes/Util.php:837
7559 msgid "Missing parameter:"
7560 msgstr ""
7562 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:60
7563 msgid "User groups management is not enabled."
7564 msgstr ""
7566 #: libraries/classes/Controllers/Server/Variables/SetVariableController.php:93
7567 msgid "Setting variable failed"
7568 msgstr ""
7570 #: libraries/classes/Controllers/Setup/FormController.php:32
7571 msgid "Incorrect form specified!"
7572 msgstr ""
7574 #: libraries/classes/Controllers/Setup/HomeController.php:42
7575 msgid ""
7576 "You are not using a secure connection; all data (including potentially "
7577 "sensitive information, like passwords) is transferred unencrypted!"
7578 msgstr ""
7580 #: libraries/classes/Controllers/Setup/HomeController.php:47
7581 msgid ""
7582 "If your server is also configured to accept HTTPS requests follow this link "
7583 "to use a secure connection."
7584 msgstr ""
7586 #: libraries/classes/Controllers/Setup/HomeController.php:51
7587 msgid "Insecure connection"
7588 msgstr ""
7590 #: libraries/classes/Controllers/Sql/SqlController.php:235
7591 #: libraries/classes/Sql.php:1159
7592 #, php-format
7593 msgid "Bookmark %s has been created."
7594 msgstr ""
7596 #: libraries/classes/Controllers/Sql/SqlController.php:242
7597 msgid "Bookmark not created!"
7598 msgstr ""
7600 #: libraries/classes/Controllers/Table/AddFieldController.php:151
7601 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:275
7602 #: libraries/classes/Controllers/Table/Structure/SaveController.php:223
7603 #: libraries/classes/Table/Indexes.php:85
7604 #, php-format
7605 msgid "Table %1$s has been altered successfully."
7606 msgstr ""
7608 #: libraries/classes/Controllers/Table/ChangeRowsController.php:36
7609 #: libraries/classes/Controllers/Table/DeleteConfirmController.php:25
7610 #: libraries/classes/Controllers/Table/ExportRowsController.php:36
7611 msgid "No row selected."
7612 msgstr ""
7614 #: libraries/classes/Controllers/Table/ChartController.php:60
7615 #: libraries/classes/Controllers/Table/GisVisualizationController.php:70
7616 msgid "No SQL query was set to fetch data."
7617 msgstr ""
7619 #: libraries/classes/Controllers/Table/ChartController.php:145
7620 msgid "No numeric columns present in the table to plot."
7621 msgstr ""
7623 #: libraries/classes/Controllers/Table/ChartController.php:208
7624 msgid "No data to display"
7625 msgstr ""
7627 #: libraries/classes/Controllers/Table/CreateController.php:84
7628 #: libraries/classes/Controllers/Table/GetFieldController.php:55
7629 #, php-format
7630 msgid "'%s' database does not exist."
7631 msgstr ""
7633 #: libraries/classes/Controllers/Table/CreateController.php:94
7634 #, php-format
7635 msgid "Table %s already exists!"
7636 msgstr ""
7638 #: libraries/classes/Controllers/Table/DeleteRowsController.php:77
7639 #: libraries/classes/Controllers/Table/FindReplaceController.php:181
7640 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:83
7641 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:83
7642 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:83
7643 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:83
7644 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:83
7645 #: libraries/classes/Controllers/Table/Partition/AnalyzeController.php:55
7646 #: libraries/classes/Controllers/Table/Partition/CheckController.php:55
7647 #: libraries/classes/Controllers/Table/Partition/DropController.php:56
7648 #: libraries/classes/Controllers/Table/Partition/OptimizeController.php:55
7649 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:56
7650 #: libraries/classes/Controllers/Table/Partition/RepairController.php:55
7651 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:56
7652 #: libraries/classes/Controllers/Table/RelationController.php:241
7653 #: libraries/classes/Controllers/View/OperationsController.php:87
7654 #: libraries/classes/Database/Routines.php:1224
7655 #: libraries/classes/Display/Results.php:3700 libraries/classes/Message.php:172
7656 #: templates/sql/query.twig:7
7657 msgid "Your SQL query has been executed successfully."
7658 msgstr ""
7660 #: libraries/classes/Controllers/Table/DropColumnConfirmationController.php:23
7661 #: libraries/classes/Controllers/Table/DropColumnController.php:51
7662 #: libraries/classes/Controllers/Table/Structure/AddIndexController.php:47
7663 #: libraries/classes/Controllers/Table/Structure/BrowseController.php:34
7664 #: libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php:45
7665 #: libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php:45
7666 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:59
7667 #: libraries/classes/Controllers/Table/Structure/FulltextController.php:47
7668 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:50
7669 #: libraries/classes/Controllers/Table/Structure/SpatialController.php:47
7670 #: libraries/classes/Controllers/Table/Structure/UniqueController.php:47
7671 msgid "No column selected."
7672 msgstr ""
7674 #: libraries/classes/Controllers/Table/DropColumnController.php:80
7675 #, php-format
7676 msgid "%1$d column has been dropped successfully."
7677 msgid_plural "%1$d columns have been dropped successfully."
7678 msgstr[0] ""
7679 msgstr[1] ""
7681 #: libraries/classes/Controllers/Table/GetFieldController.php:63
7682 msgid "Invalid table name"
7683 msgstr ""
7685 #. l10n: In case a SQL query did not pass a security check
7686 #: libraries/classes/Controllers/Table/GetFieldController.php:72
7687 #: libraries/classes/Controllers/Transformation/WrapperController.php:103
7688 msgid "There is an issue with your request."
7689 msgstr ""
7691 #: libraries/classes/Controllers/Table/GetFieldController.php:86
7692 #: libraries/classes/Database/Routines.php:1243
7693 #: libraries/classes/Import.php:149 libraries/classes/InsertEdit.php:229
7694 #: libraries/classes/Sql.php:973
7695 msgid "MySQL returned an empty result set (i.e. zero rows)."
7696 msgstr ""
7698 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:75
7699 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:75
7700 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:75
7701 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:75
7702 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:75
7703 msgid "Maintenance operations on multiple tables are disabled."
7704 msgstr ""
7706 #: libraries/classes/Controllers/Table/OperationsController.php:109
7707 #: libraries/classes/Controllers/Table/OperationsController.php:298
7708 #: libraries/classes/Controllers/Table/StructureController.php:100
7709 #: libraries/classes/Navigation/Nodes/NodeView.php:28
7710 #: templates/database/structure/show_create.twig:32
7711 #: templates/database/structure/structure_table_row.twig:122
7712 #: templates/database/structure/structure_table_row.twig:186
7713 msgid "View"
7714 msgstr ""
7716 #: libraries/classes/Controllers/Table/Partition/DropController.php:62
7717 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:62
7718 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:62
7719 #: libraries/classes/Controllers/View/OperationsController.php:90
7720 #: libraries/classes/Html/Generator.php:813 libraries/classes/Import.php:133
7721 #: libraries/classes/InsertEdit.php:724 libraries/classes/Message.php:192
7722 #: templates/error/generic.twig:37
7723 #: templates/table/structure/display_structure.twig:372
7724 msgid "Error"
7725 msgstr ""
7727 #: libraries/classes/Controllers/Table/RelationController.php:182
7728 msgid "Display column was successfully updated."
7729 msgstr ""
7731 #: libraries/classes/Controllers/Table/RelationController.php:275
7732 msgid "Internal relationships were successfully updated."
7733 msgstr ""
7735 #: libraries/classes/Controllers/Table/ReplaceController.php:294
7736 #, php-format
7737 msgid "Row: %1$s, Column: %2$s, Error: %3$s"
7738 msgstr ""
7740 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:91
7741 #, php-format
7742 msgid "Failed to get description of column %s!"
7743 msgstr ""
7745 #: libraries/classes/Controllers/Table/StructureController.php:226
7746 #: templates/columns_definitions/column_attributes.twig:112
7747 #: templates/database/data_dictionary/index.twig:41
7748 #: templates/table/structure/display_structure.twig:137
7749 #: templates/table/structure/display_structure.twig:145
7750 #: templates/table/structure/display_structure.twig:295
7751 #: templates/table/tracking/structure_snapshot_columns.twig:25
7752 msgid "Primary"
7753 msgstr "የመጀመሪያ"
7755 #: libraries/classes/Controllers/Table/StructureController.php:230
7756 #: libraries/classes/Navigation/Nodes/NodeIndex.php:28
7757 #: templates/columns_definitions/column_attributes.twig:120
7758 #: templates/columns_definitions/table_fields_definitions.twig:46
7759 #: templates/table/structure/display_structure.twig:167
7760 #: templates/table/structure/display_structure.twig:175
7761 #: templates/table/structure/display_structure.twig:301
7762 #: templates/table/structure/display_table_stats.twig:24
7763 #: templates/table/tracking/structure_snapshot_columns.twig:27
7764 msgid "Index"
7765 msgstr ""
7767 #: libraries/classes/Controllers/Table/Structure/MoveColumnsController.php:178
7768 msgid "The columns have been moved successfully."
7769 msgstr ""
7771 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:267
7772 #: libraries/classes/Controllers/Table/Structure/SaveController.php:273
7773 #: libraries/classes/Tracking.php:776
7774 msgid "Query error"
7775 msgstr ""
7777 #: libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php:48
7778 #, php-format
7779 msgid "The name '%s' is a MySQL reserved keyword."
7780 msgid_plural "The names '%s' are MySQL reserved keywords."
7781 msgstr[0] ""
7782 msgstr[1] ""
7784 #: libraries/classes/Controllers/Table/Structure/SaveController.php:218
7785 #, php-format
7786 msgid ""
7787 "Table %1$s has been altered successfully. Privileges have been adjusted."
7788 msgstr ""
7790 #: libraries/classes/Controllers/Table/TrackingController.php:69
7791 #, php-format
7792 msgid "Tracking of %s is activated."
7793 msgstr ""
7795 #: libraries/classes/Controllers/Table/TrackingController.php:140
7796 msgid "Tracking versions deleted successfully."
7797 msgstr ""
7799 #: libraries/classes/Controllers/Table/TrackingController.php:145
7800 msgid "No versions selected."
7801 msgstr ""
7803 #: libraries/classes/Controllers/Table/TrackingController.php:174
7804 msgid "SQL statements executed."
7805 msgstr ""
7807 #: libraries/classes/Controllers/UserPasswordController.php:54
7808 msgid "You don't have sufficient privileges to be here right now!"
7809 msgstr ""
7811 #: libraries/classes/Controllers/View/CreateController.php:81
7812 msgid "View name can not be empty!"
7813 msgstr ""
7815 #: libraries/classes/Core.php:203 libraries/classes/ZipExtension.php:62
7816 #, php-format
7817 msgid "The %s extension is missing. Please check your PHP configuration."
7818 msgstr ""
7820 #: libraries/classes/Database/CentralColumns.php:293
7821 #: libraries/classes/Database/CentralColumns.php:399
7822 #: libraries/classes/Database/CentralColumns.php:611
7823 msgid ""
7824 "The configuration storage is not ready for the central list of columns "
7825 "feature."
7826 msgstr ""
7828 #: libraries/classes/Database/CentralColumns.php:351
7829 #, php-format
7830 msgid "Could not add %1$s as they already exist in central list!"
7831 msgstr ""
7833 #: libraries/classes/Database/CentralColumns.php:367
7834 msgid "Could not add columns!"
7835 msgstr ""
7837 #: libraries/classes/Database/CentralColumns.php:451
7838 #, php-format
7839 msgid ""
7840 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
7841 msgstr ""
7843 #: libraries/classes/Database/CentralColumns.php:464
7844 msgid "Could not remove columns!"
7845 msgstr ""
7847 #: libraries/classes/Database/CentralColumns.php:625
7848 msgid "YES"
7849 msgstr ""
7851 #: libraries/classes/Database/CentralColumns.php:625
7852 msgid "NO"
7853 msgstr ""
7855 #: libraries/classes/Database/Designer/Common.php:528
7856 msgctxt ""
7857 "phpMyAdmin configuration storage is not configured for \"Display Features\" "
7858 "on designer when user tries to set a display field."
7859 msgid ""
7860 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
7861 msgstr ""
7863 #: libraries/classes/Database/Designer/Common.php:573
7864 msgid "Error: relationship already exists."
7865 msgstr ""
7867 #: libraries/classes/Database/Designer/Common.php:625
7868 msgid "FOREIGN KEY relationship has been added."
7869 msgstr ""
7871 #: libraries/classes/Database/Designer/Common.php:633
7872 msgid "Error: FOREIGN KEY relationship could not be added!"
7873 msgstr ""
7875 #: libraries/classes/Database/Designer/Common.php:640
7876 msgid "Error: Missing index on column(s)."
7877 msgstr ""
7879 #: libraries/classes/Database/Designer/Common.php:648
7880 #: libraries/classes/Database/Designer/Common.php:727
7881 msgid "Error: Relational features are disabled!"
7882 msgstr ""
7884 #: libraries/classes/Database/Designer/Common.php:672
7885 msgid "Internal relationship has been added."
7886 msgstr ""
7888 #: libraries/classes/Database/Designer/Common.php:680
7889 msgid "Error: Internal relationship could not be added!"
7890 msgstr ""
7892 #: libraries/classes/Database/Designer/Common.php:718
7893 msgid "FOREIGN KEY relationship has been removed."
7894 msgstr ""
7896 #: libraries/classes/Database/Designer/Common.php:749
7897 msgid "Error: Internal relationship could not be removed!"
7898 msgstr ""
7900 #: libraries/classes/Database/Designer/Common.php:755
7901 msgid "Internal relationship has been removed."
7902 msgstr ""
7904 #: libraries/classes/Database/Designer.php:136
7905 msgid "Could not load schema plugins, please check your installation!"
7906 msgstr ""
7908 #: libraries/classes/Database/Events.php:104
7909 #: libraries/classes/Database/Events.php:113
7910 #: libraries/classes/Database/Events.php:139
7911 #: libraries/classes/Database/Routines.php:225
7912 #: libraries/classes/Database/Routines.php:246
7913 #: libraries/classes/Database/Routines.php:348
7914 #: libraries/classes/Database/Routines.php:1250
7915 #: libraries/classes/Database/Triggers.php:117
7916 #: libraries/classes/Database/Triggers.php:126
7917 #: libraries/classes/Database/Triggers.php:153
7918 #, php-format
7919 msgid "The following query has failed: \"%s\""
7920 msgstr ""
7922 #: libraries/classes/Database/Events.php:108
7923 #: libraries/classes/Database/Events.php:117
7924 #: libraries/classes/Database/Events.php:143
7925 #: libraries/classes/Database/Events.php:505
7926 #: libraries/classes/Database/Routines.php:229
7927 #: libraries/classes/Database/Routines.php:250
7928 #: libraries/classes/Database/Routines.php:352
7929 #: libraries/classes/Database/Routines.php:1254
7930 #: libraries/classes/Database/Routines.php:1540
7931 #: libraries/classes/Database/Triggers.php:121
7932 #: libraries/classes/Database/Triggers.php:130
7933 #: libraries/classes/Database/Triggers.php:157
7934 #: libraries/classes/Database/Triggers.php:437
7935 #: libraries/classes/Html/Generator.php:881
7936 msgid "MySQL said: "
7937 msgstr ""
7939 #: libraries/classes/Database/Events.php:126
7940 #, php-format
7941 msgid "Event %1$s has been modified."
7942 msgstr ""
7944 #: libraries/classes/Database/Events.php:146
7945 #, php-format
7946 msgid "Event %1$s has been created."
7947 msgstr ""
7949 #: libraries/classes/Database/Events.php:160
7950 #: libraries/classes/Database/Routines.php:266
7951 #: libraries/classes/Database/Triggers.php:174
7952 msgid "One or more errors have occurred while processing your request:"
7953 msgstr ""
7955 #: libraries/classes/Database/Events.php:239
7956 msgid "Add event"
7957 msgstr ""
7959 #: libraries/classes/Database/Events.php:243
7960 msgid "Edit event"
7961 msgstr ""
7963 #: libraries/classes/Database/Events.php:404
7964 #: libraries/classes/Database/Routines.php:984
7965 #: libraries/classes/Database/Triggers.php:381
7966 msgid "The definer must be in the \"username@hostname\" format!"
7967 msgstr ""
7969 #: libraries/classes/Database/Events.php:412
7970 msgid "You must provide an event name!"
7971 msgstr ""
7973 #: libraries/classes/Database/Events.php:426
7974 msgid "You must provide a valid interval value for the event."
7975 msgstr ""
7977 #: libraries/classes/Database/Events.php:446
7978 msgid "You must provide a valid execution time for the event."
7979 msgstr ""
7981 #: libraries/classes/Database/Events.php:450
7982 msgid "You must provide a valid type for the event."
7983 msgstr ""
7985 #: libraries/classes/Database/Events.php:476
7986 msgid "You must provide an event definition."
7987 msgstr ""
7989 #: libraries/classes/Database/Events.php:502
7990 msgid "Sorry, we failed to restore the dropped event."
7991 msgstr ""
7993 #: libraries/classes/Database/Events.php:503
7994 #: libraries/classes/Database/Routines.php:1538
7995 #: libraries/classes/Database/Triggers.php:435
7996 msgid "The backed up query was:"
7997 msgstr ""
7999 #: libraries/classes/Database/Events.php:534
8000 #: libraries/classes/Database/Routines.php:151
8001 #: libraries/classes/Database/Routines.php:1143
8002 #: libraries/classes/Database/Routines.php:1312
8003 #: libraries/classes/Database/Triggers.php:466
8004 msgid "Error in processing request:"
8005 msgstr ""
8007 #: libraries/classes/Database/Events.php:536
8008 #, php-format
8009 msgid "No event with name %1$s found in database %2$s."
8010 msgstr ""
8012 #: libraries/classes/Database/Events.php:568
8013 #, php-format
8014 msgid "Export of event %s"
8015 msgstr ""
8017 #: libraries/classes/Database/Events.php:589
8018 #, php-format
8019 msgid ""
8020 "Error in processing request: No event with name %1$s found in database %2$s."
8021 msgstr ""
8023 #: libraries/classes/DatabaseInterface.php:1132
8024 #, php-format
8025 msgid ""
8026 "Unable to use timezone \"%1$s\" for server %2$d. Please check your "
8027 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8028 "phpMyAdmin is currently using the default time zone of the database server."
8029 msgstr ""
8031 #: libraries/classes/DatabaseInterface.php:1177
8032 msgid "Failed to set configured collation connection!"
8033 msgstr ""
8035 #: libraries/classes/DatabaseInterface.php:1870
8036 msgid "Missing connection parameters!"
8037 msgstr ""
8039 #: libraries/classes/DatabaseInterface.php:1895
8040 msgid "Connection for controluser as defined in your configuration failed."
8041 msgstr ""
8043 #: libraries/classes/DatabaseInterface.php:2316
8044 #, php-format
8045 msgid "See %sour documentation%s for more information."
8046 msgstr ""
8048 #: libraries/classes/Database/Qbe.php:756
8049 #: templates/database/qbe/ins_del_and_or_cell.twig:21
8050 msgid "Or:"
8051 msgstr ""
8053 #: libraries/classes/Database/Qbe.php:760
8054 #: templates/database/qbe/ins_del_and_or_cell.twig:9
8055 msgid "And:"
8056 msgstr ""
8058 #: libraries/classes/Database/Qbe.php:766
8059 msgid "Ins"
8060 msgstr ""
8062 #: libraries/classes/Database/Qbe.php:769
8063 msgid "Del"
8064 msgstr ""
8066 #: libraries/classes/Database/Qbe.php:1672
8067 msgid "Saved bookmarked search:"
8068 msgstr ""
8070 #: libraries/classes/Database/Qbe.php:1674
8071 msgid "New bookmark"
8072 msgstr ""
8074 #: libraries/classes/Database/Qbe.php:1701
8075 msgid "Create bookmark"
8076 msgstr ""
8078 #: libraries/classes/Database/Qbe.php:1704
8079 msgid "Update bookmark"
8080 msgstr ""
8082 #: libraries/classes/Database/Qbe.php:1706
8083 msgid "Delete bookmark"
8084 msgstr ""
8086 #: libraries/classes/Database/Routines.php:118
8087 msgid "Add routine"
8088 msgstr ""
8090 #: libraries/classes/Database/Routines.php:122
8091 msgid "Edit routine"
8092 msgstr ""
8094 #: libraries/classes/Database/Routines.php:154
8095 #, php-format
8096 msgid ""
8097 "No routine with name %1$s found in database %2$s. You might be lacking the "
8098 "necessary privileges to edit this routine."
8099 msgstr ""
8101 #: libraries/classes/Database/Routines.php:206
8102 #: libraries/classes/Database/Routines.php:992
8103 #, php-format
8104 msgid "Invalid routine type: \"%s\""
8105 msgstr ""
8107 #: libraries/classes/Database/Routines.php:253
8108 #, php-format
8109 msgid "Routine %1$s has been created."
8110 msgstr ""
8112 #: libraries/classes/Database/Routines.php:413
8113 #, php-format
8114 msgid "Routine %1$s has been modified. Privileges have been adjusted."
8115 msgstr ""
8117 #: libraries/classes/Database/Routines.php:418
8118 #, php-format
8119 msgid "Routine %1$s has been modified."
8120 msgstr ""
8122 #: libraries/classes/Database/Routines.php:825
8123 msgid "You must provide a name and a type for each routine parameter."
8124 msgstr ""
8126 #: libraries/classes/Database/Routines.php:843
8127 #, php-format
8128 msgid "Invalid direction \"%s\" given for parameter."
8129 msgstr ""
8131 #: libraries/classes/Database/Routines.php:863
8132 #: libraries/classes/Database/Routines.php:930
8133 msgid ""
8134 "You must provide length/values for routine parameters of type ENUM, SET, "
8135 "VARCHAR and VARBINARY."
8136 msgstr ""
8138 #: libraries/classes/Database/Routines.php:912
8139 msgid "You must provide a valid return type for the routine."
8140 msgstr ""
8142 #: libraries/classes/Database/Routines.php:1000
8143 msgid "You must provide a routine name!"
8144 msgstr ""
8146 #: libraries/classes/Database/Routines.php:1065
8147 msgid "You must provide a routine definition."
8148 msgstr ""
8150 #: libraries/classes/Database/Routines.php:1145
8151 #: libraries/classes/Database/Routines.php:1314
8152 #, php-format
8153 msgid "No routine with name %1$s found in database %2$s."
8154 msgstr ""
8156 #: libraries/classes/Database/Routines.php:1184
8157 #, php-format
8158 msgid "Execution results of routine %s"
8159 msgstr ""
8161 #: libraries/classes/Database/Routines.php:1232
8162 #, php-format
8163 msgid "%d row affected by the last statement inside the procedure."
8164 msgid_plural "%d rows affected by the last statement inside the procedure."
8165 msgstr[0] ""
8166 msgstr[1] ""
8168 #: libraries/classes/Database/Routines.php:1297
8169 #: libraries/classes/Database/Routines.php:1304
8170 msgid "Execute routine"
8171 msgstr ""
8173 #: libraries/classes/Database/Routines.php:1537
8174 msgid "Sorry, we failed to restore the dropped routine."
8175 msgstr ""
8177 #: libraries/classes/Database/Routines.php:1567
8178 #, php-format
8179 msgid "Export of routine %s"
8180 msgstr ""
8182 #: libraries/classes/Database/Routines.php:1589
8183 #, php-format
8184 msgid ""
8185 "Error in processing request: No routine with name %1$s found in database "
8186 "%2$s. You might be lacking the necessary privileges to view/export this "
8187 "routine."
8188 msgstr ""
8190 #: libraries/classes/Database/Search.php:103
8191 #: templates/database/search/main.twig:19
8192 msgid "at least one of the words"
8193 msgstr ""
8195 #: libraries/classes/Database/Search.php:104
8196 #: templates/database/search/main.twig:23
8197 msgid "all of the words"
8198 msgstr ""
8200 #: libraries/classes/Database/Search.php:105
8201 #: templates/database/search/main.twig:27
8202 msgid "the exact phrase as substring"
8203 msgstr ""
8205 #: libraries/classes/Database/Search.php:106
8206 #: templates/database/search/main.twig:31
8207 msgid "the exact phrase as whole field"
8208 msgstr ""
8210 #: libraries/classes/Database/Search.php:107
8211 #: templates/database/search/main.twig:35
8212 msgid "as regular expression"
8213 msgstr ""
8215 #: libraries/classes/Database/Triggers.php:140
8216 #, php-format
8217 msgid "Trigger %1$s has been modified."
8218 msgstr ""
8220 #: libraries/classes/Database/Triggers.php:160
8221 #, php-format
8222 msgid "Trigger %1$s has been created."
8223 msgstr ""
8225 #: libraries/classes/Database/Triggers.php:255
8226 msgid "Add trigger"
8227 msgstr ""
8229 #: libraries/classes/Database/Triggers.php:259
8230 msgid "Edit trigger"
8231 msgstr ""
8233 #: libraries/classes/Database/Triggers.php:389
8234 msgid "You must provide a trigger name!"
8235 msgstr ""
8237 #: libraries/classes/Database/Triggers.php:395
8238 msgid "You must provide a valid timing for the trigger!"
8239 msgstr ""
8241 #: libraries/classes/Database/Triggers.php:401
8242 msgid "You must provide a valid event for the trigger!"
8243 msgstr ""
8245 #: libraries/classes/Database/Triggers.php:408
8246 msgid "You must provide a valid table name!"
8247 msgstr ""
8249 #: libraries/classes/Database/Triggers.php:415
8250 msgid "You must provide a trigger definition."
8251 msgstr ""
8253 #: libraries/classes/Database/Triggers.php:434
8254 msgid "Sorry, we failed to restore the dropped trigger."
8255 msgstr ""
8257 #: libraries/classes/Database/Triggers.php:468
8258 #, php-format
8259 msgid "No trigger with name %1$s found in database %2$s."
8260 msgstr ""
8262 #: libraries/classes/Database/Triggers.php:502
8263 #: templates/database/triggers/export.twig:2
8264 #, php-format
8265 msgid "Export of trigger %s"
8266 msgstr ""
8268 #: libraries/classes/Database/Triggers.php:520
8269 #, php-format
8270 msgid ""
8271 "Error in processing request: No trigger with name %1$s found in database "
8272 "%2$s."
8273 msgstr ""
8275 #: libraries/classes/Dbal/DbiMysqli.php:152
8276 msgid "SSL connection enforced by server, automatically enabling it."
8277 msgstr ""
8279 #: libraries/classes/Dbal/DbiMysqli.php:164
8280 #, php-format
8281 msgid ""
8282 "Error 1045: Access denied for user. Additional error information may be "
8283 "available, but is being hidden by the %s configuration directive."
8284 msgstr ""
8286 #: libraries/classes/Display/Results.php:897 templates/list_navigator.twig:8
8287 #: templates/list_navigator.twig:13
8288 msgctxt "First page"
8289 msgid "Begin"
8290 msgstr ""
8292 #: libraries/classes/Display/Results.php:904 templates/list_navigator.twig:16
8293 #: templates/list_navigator.twig:21 templates/server/binlog/index.twig:47
8294 #: templates/server/binlog/index.twig:52
8295 msgctxt "Previous page"
8296 msgid "Previous"
8297 msgstr ""
8299 #: libraries/classes/Display/Results.php:930 templates/list_navigator.twig:33
8300 #: templates/list_navigator.twig:35 templates/server/binlog/index.twig:72
8301 #: templates/server/binlog/index.twig:77
8302 msgctxt "Next page"
8303 msgid "Next"
8304 msgstr ""
8306 #: libraries/classes/Display/Results.php:960 templates/list_navigator.twig:42
8307 #: templates/list_navigator.twig:44
8308 msgctxt "Last page"
8309 msgid "End"
8310 msgstr ""
8312 #: libraries/classes/Display/Results.php:1473
8313 #: templates/display/results/table.twig:129
8314 msgid "Partial texts"
8315 msgstr ""
8317 #: libraries/classes/Display/Results.php:1477
8318 #: templates/display/results/table.twig:133
8319 msgid "Full texts"
8320 msgstr ""
8322 #: libraries/classes/Display/Results.php:1823
8323 #: libraries/classes/Display/Results.php:1849 libraries/classes/Util.php:2560
8324 #: libraries/classes/Util.php:2583 libraries/config.values.php:113
8325 #: templates/database/multi_table_query/form.twig:69
8326 #: templates/database/qbe/sort_select_cell.twig:7
8327 #: templates/server/databases/index.twig:111
8328 #: templates/server/databases/index.twig:128
8329 #: templates/server/databases/index.twig:147
8330 #: templates/server/status/processes/list.twig:12
8331 #: templates/table/operations/index.twig:31
8332 #: templates/table/search/index.twig:163
8333 msgid "Descending"
8334 msgstr ""
8336 #: libraries/classes/Display/Results.php:1831
8337 #: libraries/classes/Display/Results.php:1841 libraries/classes/Util.php:2552
8338 #: libraries/classes/Util.php:2575 libraries/config.values.php:112
8339 #: templates/database/multi_table_query/form.twig:68
8340 #: templates/database/qbe/sort_select_cell.twig:5
8341 #: templates/server/databases/index.twig:109
8342 #: templates/server/databases/index.twig:126
8343 #: templates/server/databases/index.twig:145
8344 #: templates/server/status/processes/list.twig:14
8345 #: templates/table/operations/index.twig:27
8346 #: templates/table/search/index.twig:159
8347 msgid "Ascending"
8348 msgstr ""
8350 #: libraries/classes/Display/Results.php:3018
8351 #: libraries/classes/Display/Results.php:3033
8352 msgid "The row has been deleted."
8353 msgstr ""
8355 #: libraries/classes/Display/Results.php:3065
8356 #: templates/server/status/processes/list.twig:44
8357 msgid "Kill"
8358 msgstr ""
8360 #: libraries/classes/Display/Results.php:3633
8361 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
8362 msgstr ""
8364 #: libraries/classes/Display/Results.php:3996
8365 #, php-format
8366 msgid "Showing rows %1s - %2s"
8367 msgstr ""
8369 #: libraries/classes/Display/Results.php:4010
8370 #, php-format
8371 msgid "%1$d total, %2$d in query"
8372 msgstr ""
8374 #: libraries/classes/Display/Results.php:4015
8375 #, php-format
8376 msgid "%d total"
8377 msgstr ""
8379 #: libraries/classes/Display/Results.php:4028 libraries/classes/Sql.php:979
8380 #, php-format
8381 msgid "Query took %01.4f seconds."
8382 msgstr ""
8384 #: libraries/classes/Display/Results.php:4359
8385 msgid "Link not found!"
8386 msgstr ""
8388 #: libraries/classes/Engines/Bdb.php:28
8389 msgid "Version information"
8390 msgstr ""
8392 #: libraries/classes/Engines/Innodb.php:31
8393 msgid "Data home directory"
8394 msgstr ""
8396 #: libraries/classes/Engines/Innodb.php:32
8397 msgid "The common part of the directory path for all InnoDB data files."
8398 msgstr ""
8400 #: libraries/classes/Engines/Innodb.php:35
8401 msgid "Data files"
8402 msgstr ""
8404 #: libraries/classes/Engines/Innodb.php:38
8405 msgid "Autoextend increment"
8406 msgstr ""
8408 #: libraries/classes/Engines/Innodb.php:40
8409 msgid ""
8410 "The increment size for extending the size of an autoextending tablespace "
8411 "when it becomes full."
8412 msgstr ""
8414 #: libraries/classes/Engines/Innodb.php:45
8415 msgid "Buffer pool size"
8416 msgstr ""
8418 #: libraries/classes/Engines/Innodb.php:46
8419 msgid ""
8420 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
8421 "tables."
8422 msgstr ""
8424 #: libraries/classes/Engines/Innodb.php:107
8425 msgid "Buffer Pool"
8426 msgstr ""
8428 #: libraries/classes/Engines/Innodb.php:108
8429 #: libraries/classes/Server/Status/Data.php:233
8430 msgid "InnoDB Status"
8431 msgstr ""
8433 #: libraries/classes/Engines/Innodb.php:135
8434 msgid "Buffer Pool Usage"
8435 msgstr ""
8437 #: libraries/classes/Engines/Innodb.php:142
8438 msgid "pages"
8439 msgstr ""
8441 #: libraries/classes/Engines/Innodb.php:150
8442 msgid "Free pages"
8443 msgstr ""
8445 #: libraries/classes/Engines/Innodb.php:156
8446 msgid "Dirty pages"
8447 msgstr ""
8449 #: libraries/classes/Engines/Innodb.php:162
8450 msgid "Pages containing data"
8451 msgstr ""
8453 #: libraries/classes/Engines/Innodb.php:168
8454 msgid "Pages to be flushed"
8455 msgstr ""
8457 #: libraries/classes/Engines/Innodb.php:174
8458 msgid "Busy pages"
8459 msgstr ""
8461 #: libraries/classes/Engines/Innodb.php:183
8462 msgid "Latched pages"
8463 msgstr ""
8465 #: libraries/classes/Engines/Innodb.php:194
8466 msgid "Buffer Pool Activity"
8467 msgstr ""
8469 #: libraries/classes/Engines/Innodb.php:198
8470 msgid "Read requests"
8471 msgstr ""
8473 #: libraries/classes/Engines/Innodb.php:204
8474 msgid "Write requests"
8475 msgstr ""
8477 #: libraries/classes/Engines/Innodb.php:210
8478 msgid "Read misses"
8479 msgstr ""
8481 #: libraries/classes/Engines/Innodb.php:216
8482 msgid "Write waits"
8483 msgstr ""
8485 #: libraries/classes/Engines/Innodb.php:222
8486 msgid "Read misses in %"
8487 msgstr ""
8489 #: libraries/classes/Engines/Innodb.php:237
8490 msgid "Write waits in %"
8491 msgstr ""
8493 #: libraries/classes/Engines/Myisam.php:28
8494 msgid "Data pointer size"
8495 msgstr ""
8497 #: libraries/classes/Engines/Myisam.php:30
8498 msgid ""
8499 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
8500 "tables when no MAX_ROWS option is specified."
8501 msgstr ""
8503 #: libraries/classes/Engines/Myisam.php:36
8504 msgid "Automatic recovery mode"
8505 msgstr ""
8507 #: libraries/classes/Engines/Myisam.php:38
8508 msgid ""
8509 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
8510 "myisam-recover server startup option."
8511 msgstr ""
8513 #: libraries/classes/Engines/Myisam.php:43
8514 msgid "Maximum size for temporary sort files"
8515 msgstr ""
8517 #: libraries/classes/Engines/Myisam.php:45
8518 msgid ""
8519 "The maximum size of the temporary file MySQL is allowed to use while re-"
8520 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
8521 "INFILE)."
8522 msgstr ""
8524 #: libraries/classes/Engines/Myisam.php:52
8525 msgid "Maximum size for temporary files on index creation"
8526 msgstr ""
8528 #: libraries/classes/Engines/Myisam.php:54
8529 msgid ""
8530 "If the temporary file used for fast MyISAM index creation would be larger "
8531 "than using the key cache by the amount specified here, prefer the key cache "
8532 "method."
8533 msgstr ""
8535 #: libraries/classes/Engines/Myisam.php:61
8536 msgid "Repair threads"
8537 msgstr ""
8539 #: libraries/classes/Engines/Myisam.php:63
8540 msgid ""
8541 "If this value is greater than 1, MyISAM table indexes are created in "
8542 "parallel (each index in its own thread) during the repair by sorting process."
8543 msgstr ""
8545 #: libraries/classes/Engines/Myisam.php:70
8546 msgid "Sort buffer size"
8547 msgstr ""
8549 #: libraries/classes/Engines/Myisam.php:72
8550 msgid ""
8551 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
8552 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
8553 msgstr ""
8555 #: libraries/classes/Engines/Pbxt.php:33
8556 msgid "Index cache size"
8557 msgstr ""
8559 #: libraries/classes/Engines/Pbxt.php:35
8560 msgid ""
8561 "This is the amount of memory allocated to the index cache. Default value is "
8562 "32MB. The memory allocated here is used only for caching index pages."
8563 msgstr ""
8565 #: libraries/classes/Engines/Pbxt.php:42
8566 msgid "Record cache size"
8567 msgstr ""
8569 #: libraries/classes/Engines/Pbxt.php:44
8570 msgid ""
8571 "This is the amount of memory allocated to the record cache used to cache "
8572 "table data. The default value is 32MB. This memory is used to cache changes "
8573 "to the handle data (.xtd) and row pointer (.xtr) files."
8574 msgstr ""
8576 #: libraries/classes/Engines/Pbxt.php:52
8577 msgid "Log cache size"
8578 msgstr ""
8580 #: libraries/classes/Engines/Pbxt.php:54
8581 msgid ""
8582 "The amount of memory allocated to the transaction log cache used to cache on "
8583 "transaction log data. The default is 16MB."
8584 msgstr ""
8586 #: libraries/classes/Engines/Pbxt.php:61
8587 msgid "Log file threshold"
8588 msgstr ""
8590 #: libraries/classes/Engines/Pbxt.php:63
8591 msgid ""
8592 "The size of a transaction log before rollover, and a new log is created. The "
8593 "default value is 16MB."
8594 msgstr ""
8596 #: libraries/classes/Engines/Pbxt.php:69
8597 msgid "Transaction buffer size"
8598 msgstr ""
8600 #: libraries/classes/Engines/Pbxt.php:71
8601 msgid ""
8602 "The size of the global transaction log buffer (the engine allocates 2 "
8603 "buffers of this size). The default is 1MB."
8604 msgstr ""
8606 #: libraries/classes/Engines/Pbxt.php:78
8607 msgid "Checkpoint frequency"
8608 msgstr ""
8610 #: libraries/classes/Engines/Pbxt.php:80
8611 msgid ""
8612 "The amount of data written to the transaction log before a checkpoint is "
8613 "performed. The default value is 24MB."
8614 msgstr ""
8616 #: libraries/classes/Engines/Pbxt.php:87
8617 msgid "Data log threshold"
8618 msgstr ""
8620 #: libraries/classes/Engines/Pbxt.php:89
8621 msgid ""
8622 "The maximum size of a data log file. The default value is 64MB. PBXT can "
8623 "create a maximum of 32000 data logs, which are used by all tables. So the "
8624 "value of this variable can be increased to increase the total amount of data "
8625 "that can be stored in the database."
8626 msgstr ""
8628 #: libraries/classes/Engines/Pbxt.php:98
8629 msgid "Garbage threshold"
8630 msgstr ""
8632 #: libraries/classes/Engines/Pbxt.php:100
8633 msgid ""
8634 "The percentage of garbage in a data log file before it is compacted. This is "
8635 "a value between 1 and 99. The default is 50."
8636 msgstr ""
8638 #: libraries/classes/Engines/Pbxt.php:107
8639 msgid "Log buffer size"
8640 msgstr ""
8642 #: libraries/classes/Engines/Pbxt.php:109
8643 msgid ""
8644 "The size of the buffer used when writing a data log. The default is 256MB. "
8645 "The engine allocates one buffer per thread, but only if the thread is "
8646 "required to write a data log."
8647 msgstr ""
8649 #: libraries/classes/Engines/Pbxt.php:117
8650 msgid "Data file grow size"
8651 msgstr ""
8653 #: libraries/classes/Engines/Pbxt.php:118
8654 msgid "The grow size of the handle data (.xtd) files."
8655 msgstr ""
8657 #: libraries/classes/Engines/Pbxt.php:122
8658 msgid "Row file grow size"
8659 msgstr ""
8661 #: libraries/classes/Engines/Pbxt.php:123
8662 msgid "The grow size of the row pointer (.xtr) files."
8663 msgstr ""
8665 #: libraries/classes/Engines/Pbxt.php:127
8666 msgid "Log file count"
8667 msgstr ""
8669 #: libraries/classes/Engines/Pbxt.php:129
8670 msgid ""
8671 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
8672 "system will maintain. If the number of logs exceeds this value then old logs "
8673 "will be deleted, otherwise they are renamed and given the next highest "
8674 "number."
8675 msgstr ""
8677 #: libraries/classes/Engines/Pbxt.php:169
8678 #: libraries/classes/Html/Generator.php:742
8679 #: libraries/classes/Html/MySQLDocumentation.php:50
8680 #: libraries/classes/Sanitize.php:203
8681 #: templates/config/form_display/input.twig:10 templates/home/index.twig:246
8682 #: templates/server/variables/index.twig:17 templates/setup/home/index.twig:113
8683 #: templates/setup/home/index.twig:131
8684 msgid "Documentation"
8685 msgstr ""
8687 #: libraries/classes/Engines/Pbxt.php:185
8688 #, php-format
8689 msgid ""
8690 "Documentation and further information about PBXT can be found on the "
8691 "%sPrimeBase XT Home Page%s."
8692 msgstr ""
8694 #: libraries/classes/ErrorHandler.php:104
8695 msgid "Too many error messages, some are not displayed."
8696 msgstr ""
8698 #: libraries/classes/ErrorHandler.php:412
8699 msgid "Report"
8700 msgstr ""
8702 #: libraries/classes/ErrorHandler.php:417 templates/error/report_form.twig:25
8703 msgid "Automatically send report next time"
8704 msgstr ""
8706 #: libraries/classes/Export.php:160 libraries/classes/Export.php:196
8707 #: libraries/classes/Export.php:470
8708 #, php-format
8709 msgid "Insufficient space to save the file %s."
8710 msgstr ""
8712 #: libraries/classes/Export.php:419
8713 #, php-format
8714 msgid ""
8715 "File %s already exists on server, change filename or check overwrite option."
8716 msgstr ""
8718 #: libraries/classes/Export.php:426 libraries/classes/Export.php:436
8719 #, php-format
8720 msgid "The web server does not have permission to save the file %s."
8721 msgstr ""
8723 #: libraries/classes/Export.php:476
8724 #, php-format
8725 msgid "Dump has been saved to file %s."
8726 msgstr ""
8728 #. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
8729 #: libraries/classes/Export.php:992
8730 msgid "Exporting a raw query is not supported for this export method."
8731 msgstr ""
8733 #: libraries/classes/File.php:231
8734 msgid "File was not an uploaded file."
8735 msgstr ""
8737 #: libraries/classes/File.php:266
8738 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
8739 msgstr ""
8741 #: libraries/classes/File.php:271
8742 msgid ""
8743 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
8744 "the HTML form."
8745 msgstr ""
8747 #: libraries/classes/File.php:276
8748 msgid "The uploaded file was only partially uploaded."
8749 msgstr ""
8751 #: libraries/classes/File.php:280
8752 msgid "Missing a temporary folder."
8753 msgstr ""
8755 #: libraries/classes/File.php:283
8756 msgid "Failed to write file to disk."
8757 msgstr ""
8759 #: libraries/classes/File.php:286
8760 msgid "File upload stopped by extension."
8761 msgstr ""
8763 #: libraries/classes/File.php:289
8764 msgid "Unknown error in file upload."
8765 msgstr ""
8767 #: libraries/classes/File.php:422
8768 msgid "File is a symbolic link"
8769 msgstr ""
8771 #: libraries/classes/File.php:429 libraries/classes/File.php:520
8772 msgid "File could not be read!"
8773 msgstr ""
8775 #: libraries/classes/File.php:465
8776 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
8777 msgstr ""
8779 #: libraries/classes/File.php:485
8780 msgid "Error while moving uploaded file."
8781 msgstr ""
8783 #: libraries/classes/File.php:494
8784 msgid "Cannot read uploaded file."
8785 msgstr ""
8787 #: libraries/classes/File.php:571
8788 #, php-format
8789 msgid ""
8790 "You attempted to load file with unsupported compression (%s). Either support "
8791 "for it is not implemented or disabled by your configuration."
8792 msgstr ""
8794 #: libraries/classes/FlashMessages.php:24
8795 msgid "Session not found."
8796 msgstr ""
8798 #: libraries/classes/Html/Generator.php:146
8799 #, php-format
8800 msgid "Jump to database “%s”."
8801 msgstr ""
8803 #: libraries/classes/Html/Generator.php:174
8804 #, php-format
8805 msgid "The %s functionality is affected by a known bug, see %s"
8806 msgstr ""
8808 #: libraries/classes/Html/Generator.php:242
8809 msgid "SSL is not being used"
8810 msgstr ""
8812 #: libraries/classes/Html/Generator.php:247
8813 msgid "SSL is used with disabled verification"
8814 msgstr ""
8816 #: libraries/classes/Html/Generator.php:249
8817 msgid "SSL is used without certification authority"
8818 msgstr ""
8820 #: libraries/classes/Html/Generator.php:252
8821 msgid "SSL is used"
8822 msgstr ""
8824 #: libraries/classes/Html/Generator.php:362
8825 msgid "The PHP function password_hash() with default options."
8826 msgstr ""
8828 #: libraries/classes/Html/Generator.php:363
8829 msgid "password_hash() PHP function"
8830 msgstr ""
8832 #: libraries/classes/Html/Generator.php:602
8833 msgid "Skip Explain SQL"
8834 msgstr ""
8836 #: libraries/classes/Html/Generator.php:628
8837 msgid "Without PHP code"
8838 msgstr ""
8840 #: libraries/classes/Html/Generator.php:636
8841 #: templates/database/multi_table_query/form.twig:175
8842 #: templates/database/qbe/selection_form.twig:115
8843 msgid "Submit query"
8844 msgstr ""
8846 #: libraries/classes/Html/Generator.php:683 templates/console/display.twig:31
8847 #: templates/console/display.twig:175 templates/sql/profiling_chart.twig:2
8848 msgid "Profiling"
8849 msgstr ""
8851 #: libraries/classes/Html/Generator.php:696
8852 msgctxt "Inline edit query"
8853 msgid "Edit inline"
8854 msgstr ""
8856 #: libraries/classes/Html/Generator.php:820
8857 msgid "Static analysis:"
8858 msgstr ""
8860 #: libraries/classes/Html/Generator.php:823
8861 #, php-format
8862 msgid "%d errors were found during analysis."
8863 msgstr ""
8865 #: libraries/classes/Import.php:287 libraries/classes/Sql.php:987
8866 msgid "[ROLLBACK occurred.]"
8867 msgstr ""
8869 #: libraries/classes/Import.php:1258
8870 msgid ""
8871 "The following structures have either been created or altered. Here you can:"
8872 msgstr ""
8874 #: libraries/classes/Import.php:1260
8875 msgid "View a structure's contents by clicking on its name."
8876 msgstr ""
8878 #: libraries/classes/Import.php:1261
8879 msgid ""
8880 "Change any of its settings by clicking the corresponding \"Options\" link."
8881 msgstr ""
8883 #: libraries/classes/Import.php:1262
8884 msgid "Edit structure by following the \"Structure\" link."
8885 msgstr ""
8887 #: libraries/classes/Import.php:1266 libraries/classes/Import.php:1300
8888 #: libraries/classes/Plugins/Export/ExportCodegen.php:66
8889 #: libraries/classes/Plugins/Export/ExportCsv.php:46
8890 #: libraries/classes/Plugins/Export/ExportExcel.php:39
8891 #: libraries/classes/Plugins/Export/ExportHtmlword.php:46
8892 #: libraries/classes/Plugins/Export/ExportJson.php:72
8893 #: libraries/classes/Plugins/Export/ExportLatex.php:67
8894 #: libraries/classes/Plugins/Export/ExportMediawiki.php:45
8895 #: libraries/classes/Plugins/Export/ExportOds.php:53
8896 #: libraries/classes/Plugins/Export/ExportOdt.php:59
8897 #: libraries/classes/Plugins/Export/ExportPdf.php:65
8898 #: libraries/classes/Plugins/Export/ExportPhparray.php:45
8899 #: libraries/classes/Plugins/Export/ExportSql.php:115
8900 #: libraries/classes/Plugins/Export/ExportTexytext.php:45
8901 #: libraries/classes/Plugins/Export/ExportXml.php:76
8902 #: libraries/classes/Plugins/Export/ExportYaml.php:44
8903 #: libraries/classes/Plugins/Import/ImportCsv.php:70
8904 #: libraries/classes/Plugins/Import/ImportLdi.php:51
8905 #: libraries/classes/Plugins/Import/ImportMediawiki.php:59
8906 #: libraries/classes/Plugins/Import/ImportOds.php:53
8907 #: libraries/classes/Plugins/Import/ImportShp.php:70
8908 #: libraries/classes/Plugins/Import/ImportSql.php:46
8909 #: libraries/classes/Plugins/Import/ImportXml.php:51
8910 #: templates/console/display.twig:7 templates/console/display.twig:140
8911 #: templates/database/designer/database_tables.twig:114
8912 #: templates/database/routines/editor_form.twig:53
8913 #: templates/table/structure/display_table_stats.twig:97
8914 msgid "Options"
8915 msgstr ""
8917 #: libraries/classes/Import.php:1269
8918 #, php-format
8919 msgid "Go to database: %s"
8920 msgstr ""
8922 #: libraries/classes/Import.php:1275 libraries/classes/Import.php:1318
8923 #, php-format
8924 msgid "Edit settings for %s"
8925 msgstr ""
8927 #: libraries/classes/Import.php:1303
8928 #, php-format
8929 msgid "Go to table: %s"
8930 msgstr ""
8932 #: libraries/classes/Import.php:1311
8933 #, php-format
8934 msgid "Structure of %s"
8935 msgstr ""
8937 #: libraries/classes/Import.php:1329
8938 #, php-format
8939 msgid "Go to view: %s"
8940 msgstr ""
8942 #: libraries/classes/Import.php:1357
8943 msgid ""
8944 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
8945 "engine tables can be rolled back."
8946 msgstr ""
8948 #: libraries/classes/Index.php:620
8949 #, php-format
8950 msgid ""
8951 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
8952 "removed."
8953 msgstr ""
8955 #: libraries/classes/InsertEdit.php:351
8956 #: libraries/classes/Navigation/Nodes/NodeFunction.php:28
8957 #: templates/database/routines/execute_form.twig:18
8958 #: templates/table/search/index.twig:36
8959 #: templates/table/zoom_search/index.twig:34
8960 msgid "Function"
8961 msgstr ""
8963 #: libraries/classes/InsertEdit.php:354
8964 #: libraries/classes/Plugins/Export/ExportHtmlword.php:275
8965 #: libraries/classes/Plugins/Export/ExportHtmlword.php:370
8966 #: libraries/classes/Plugins/Export/ExportLatex.php:543
8967 #: libraries/classes/Plugins/Export/ExportOdt.php:375
8968 #: libraries/classes/Plugins/Export/ExportOdt.php:479
8969 #: libraries/classes/Plugins/Export/ExportTexytext.php:295
8970 #: libraries/classes/Plugins/Export/ExportTexytext.php:387
8971 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:527
8972 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668
8973 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702
8974 #: templates/columns_definitions/table_fields_definitions.twig:12
8975 #: templates/database/central_columns/edit.twig:9
8976 #: templates/database/central_columns/main.twig:20
8977 #: templates/database/central_columns/main.twig:224
8978 #: templates/database/data_dictionary/index.twig:23
8979 #: templates/database/data_dictionary/index.twig:74
8980 #: templates/database/events/index.twig:47
8981 #: templates/database/privileges/index.twig:19
8982 #: templates/database/routines/editor_form.twig:26
8983 #: templates/database/routines/editor_form.twig:51
8984 #: templates/database/routines/execute_form.twig:16
8985 #: templates/database/routines/index.twig:53
8986 #: templates/database/structure/table_header.twig:30 templates/indexes.twig:17
8987 #: templates/table/privileges/index.twig:21
8988 #: templates/table/search/index.twig:39
8989 #: templates/table/structure/display_structure.twig:22
8990 #: templates/table/structure/display_structure.twig:476
8991 #: templates/table/tracking/structure_snapshot_columns.twig:7
8992 #: templates/table/tracking/structure_snapshot_indexes.twig:6
8993 #: templates/table/zoom_search/index.twig:37
8994 msgid "Type"
8995 msgstr "ዓይነት"
8997 #: libraries/classes/InsertEdit.php:725 templates/import.twig:60
8998 #: templates/import.twig:85
8999 msgid "The directory you set for upload work cannot be reached."
9000 msgstr ""
9002 #: libraries/classes/InsertEdit.php:733
9003 #: templates/database/qbe/ins_del_and_or_cell.twig:24
9004 #: templates/server/privileges/privileges_table.twig:32
9005 #: templates/server/privileges/privileges_table.twig:59
9006 #: templates/server/privileges/privileges_table.twig:86
9007 #: templates/server/privileges/privileges_table.twig:113
9008 #: templates/table/search/index.twig:129
9009 msgid "Or"
9010 msgstr ""
9012 #: libraries/classes/InsertEdit.php:734
9013 msgid "web server upload directory:"
9014 msgstr ""
9016 #: libraries/classes/InsertEdit.php:1344 libraries/classes/Sql.php:970
9017 msgid "Showing SQL query"
9018 msgstr ""
9020 #: libraries/classes/InsertEdit.php:1368 libraries/classes/Sql.php:950
9021 #, php-format
9022 msgid "Inserted row id: %1$d"
9023 msgstr ""
9025 #: libraries/classes/LanguageManager.php:979
9026 msgid "Ignoring unsupported language code."
9027 msgstr ""
9029 #: libraries/classes/Linter.php:108
9030 msgid ""
9031 "Linting is disabled for this query because it exceeds the maximum length."
9032 msgstr ""
9034 #: libraries/classes/Linter.php:162
9035 #, php-format
9036 msgid "%1$s (near <code>%2$s</code>)"
9037 msgstr ""
9039 #: libraries/classes/Menu.php:240
9040 #: libraries/classes/Navigation/Nodes/NodeTable.php:313
9041 #: libraries/classes/Util.php:1490 libraries/classes/Util.php:1962
9042 #: libraries/config.values.php:68 libraries/config.values.php:82
9043 #: libraries/config.values.php:183 templates/database/search/results.twig:34
9044 #: templates/database/structure/structure_table_row.twig:43
9045 #: templates/table/structure/display_structure.twig:282
9046 msgid "Browse"
9047 msgstr ""
9049 #: libraries/classes/Menu.php:259 libraries/classes/Menu.php:366
9050 #: libraries/classes/Navigation/Nodes/NodeTable.php:304
9051 #: libraries/classes/Util.php:1488 libraries/classes/Util.php:1948
9052 #: libraries/classes/Util.php:1965 libraries/config.values.php:64
9053 #: libraries/config.values.php:78 libraries/config.values.php:169
9054 #: libraries/config.values.php:179 templates/database/routines/index.twig:28
9055 #: templates/database/routines/index.twig:29
9056 #: templates/database/structure/structure_table_row.twig:53
9057 #: templates/server/databases/index.twig:76
9058 #: templates/server/databases/index.twig:77
9059 msgid "Search"
9060 msgstr ""
9062 #: libraries/classes/Menu.php:270
9063 #: libraries/classes/Navigation/Nodes/NodeTable.php:307
9064 #: libraries/classes/Util.php:1489 libraries/classes/Util.php:1966
9065 #: libraries/config.values.php:66 libraries/config.values.php:80
9066 #: libraries/config.values.php:181
9067 #: templates/database/qbe/ins_del_and_or_cell.twig:6
9068 #: templates/database/structure/structure_table_row.twig:59
9069 #: templates/sql/query.twig:75
9070 msgid "Insert"
9071 msgstr ""
9073 #: libraries/classes/Menu.php:296 libraries/classes/Menu.php:406
9074 #: libraries/classes/Server/Privileges.php:2845 libraries/classes/Util.php:1953
9075 #: libraries/classes/Util.php:1969 libraries/config.values.php:161
9076 #: templates/database/privileges/index.twig:20
9077 #: templates/server/privileges/privileges_summary.twig:15
9078 #: templates/server/sub_page_header.twig:2
9079 #: templates/table/privileges/index.twig:22
9080 msgid "Privileges"
9081 msgstr ""
9083 #: libraries/classes/Menu.php:307 libraries/classes/Menu.php:317
9084 #: libraries/classes/Menu.php:397 libraries/classes/Util.php:1491
9085 #: libraries/classes/Util.php:1952 libraries/classes/Util.php:1970
9086 #: libraries/config.values.php:171 templates/table/operations/view.twig:8
9087 msgid "Operations"
9088 msgstr ""
9090 #: libraries/classes/Menu.php:323 libraries/classes/Menu.php:432
9091 #: libraries/classes/Util.php:1957 libraries/classes/Util.php:1971
9092 msgid "Tracking"
9093 msgstr ""
9095 #: libraries/classes/Menu.php:330 libraries/classes/Menu.php:425
9096 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25
9097 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26
9098 #: libraries/classes/Plugins/Export/ExportHtmlword.php:558
9099 #: libraries/classes/Plugins/Export/ExportOdt.php:708
9100 #: libraries/classes/Plugins/Export/ExportPdf.php:270
9101 #: libraries/classes/Plugins/Export/ExportSql.php:2104
9102 #: libraries/classes/Plugins/Export/ExportTexytext.php:548
9103 #: libraries/classes/Plugins/Export/ExportXml.php:120
9104 #: libraries/classes/Util.php:1956 libraries/classes/Util.php:1972
9105 #: templates/database/triggers/list.twig:3
9106 msgid "Triggers"
9107 msgstr ""
9109 #: libraries/classes/Menu.php:371 libraries/classes/Menu.php:379
9110 #: libraries/classes/Menu.php:387
9111 msgid "Database seems to be empty!"
9112 msgstr ""
9114 #: libraries/classes/Menu.php:374 libraries/classes/Util.php:1949
9115 msgid "Query"
9116 msgstr ""
9118 #: libraries/classes/Menu.php:412 libraries/classes/Util.php:1954
9119 #: templates/database/routines/index.twig:3
9120 msgid "Routines"
9121 msgstr ""
9123 #: libraries/classes/Menu.php:418
9124 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25
9125 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26
9126 #: libraries/classes/Plugins/Export/ExportSql.php:1014
9127 #: libraries/classes/Plugins/Export/ExportXml.php:100
9128 #: libraries/classes/Util.php:1955 templates/database/events/index.twig:3
9129 msgid "Events"
9130 msgstr ""
9132 #: libraries/classes/Menu.php:439 libraries/classes/Util.php:1958
9133 msgid "Designer"
9134 msgstr ""
9136 #: libraries/classes/Menu.php:446 libraries/classes/Util.php:1959
9137 #: templates/database/structure/check_all_tables.twig:32
9138 msgid "Central columns"
9139 msgstr ""
9141 #: libraries/classes/Menu.php:503
9142 msgid "User accounts"
9143 msgstr ""
9145 #: libraries/classes/Menu.php:538 libraries/classes/Server/Status/Data.php:152
9146 #: libraries/classes/Util.php:1938 templates/server/binlog/index.twig:3
9147 msgid "Binary log"
9148 msgstr ""
9150 #: libraries/classes/Menu.php:545 libraries/classes/Server/Status/Data.php:157
9151 #: libraries/classes/Util.php:1939
9152 #: templates/database/structure/body_for_table_summary.twig:11
9153 #: templates/database/structure/table_header.twig:10
9154 #: templates/server/replication/index.twig:5
9155 msgid "Replication"
9156 msgstr ""
9158 #: libraries/classes/Menu.php:551 libraries/classes/Server/Status/Data.php:229
9159 #: libraries/classes/Util.php:1940 libraries/config.values.php:159
9160 #: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
9161 #: templates/sql/query.twig:191
9162 msgid "Variables"
9163 msgstr ""
9165 #: libraries/classes/Menu.php:556 libraries/classes/Util.php:1941
9166 msgid "Charsets"
9167 msgstr ""
9169 #: libraries/classes/Menu.php:561 libraries/classes/Util.php:1943
9170 msgid "Engines"
9171 msgstr ""
9173 #: libraries/classes/Menu.php:566 libraries/classes/Util.php:1942
9174 #: templates/server/plugins/index.twig:4
9175 msgid "Plugins"
9176 msgstr ""
9178 #: libraries/classes/Message.php:252
9179 #, php-format
9180 msgid "%1$d row affected."
9181 msgid_plural "%1$d rows affected."
9182 msgstr[0] ""
9183 msgstr[1] ""
9185 #: libraries/classes/Message.php:273
9186 #, php-format
9187 msgid "%1$d row deleted."
9188 msgid_plural "%1$d rows deleted."
9189 msgstr[0] ""
9190 msgstr[1] ""
9192 #: libraries/classes/Message.php:294
9193 #, php-format
9194 msgid "%1$d row inserted."
9195 msgid_plural "%1$d rows inserted."
9196 msgstr[0] ""
9197 msgstr[1] ""
9199 #: libraries/classes/Navigation/Navigation.php:231
9200 msgid "Groups:"
9201 msgstr ""
9203 #: libraries/classes/Navigation/Navigation.php:232
9204 msgid "Events:"
9205 msgstr ""
9207 #: libraries/classes/Navigation/Navigation.php:233
9208 msgid "Functions:"
9209 msgstr ""
9211 #: libraries/classes/Navigation/Navigation.php:234
9212 msgid "Procedures:"
9213 msgstr ""
9215 #: libraries/classes/Navigation/Navigation.php:235
9216 #: templates/database/export/index.twig:14
9217 msgid "Tables:"
9218 msgstr ""
9220 #: libraries/classes/Navigation/Navigation.php:236
9221 msgid "Views:"
9222 msgstr ""
9224 #: libraries/classes/Navigation/NavigationTree.php:758
9225 msgid ""
9226 "There are large item groups in navigation panel which may affect the "
9227 "performance. Consider disabling item grouping in the navigation panel."
9228 msgstr ""
9230 #: libraries/classes/Navigation/NavigationTree.php:832
9231 msgid "Groups"
9232 msgstr ""
9234 #: libraries/classes/Navigation/NavigationTree.php:945
9235 #, php-format
9236 msgid "%s result found"
9237 msgid_plural "%s results found"
9238 msgstr[0] ""
9239 msgstr[1] ""
9241 #: libraries/classes/Navigation/NavigationTree.php:1346
9242 msgid "Collapse all"
9243 msgstr ""
9245 #. l10n: The word "Node" must not be translated here
9246 #: libraries/classes/Navigation/NodeFactory.php:43
9247 #, php-format
9248 msgid "Invalid class name \"%1$s\", using default of \"Node\""
9249 msgstr ""
9251 #: libraries/classes/Navigation/NodeFactory.php:73
9252 #, php-format
9253 msgid "Could not load class \"%1$s\""
9254 msgstr ""
9256 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
9257 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
9258 #: templates/sql/query.twig:62
9259 msgid "Columns"
9260 msgstr ""
9262 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:33
9263 msgctxt "Create new column"
9264 msgid "New"
9265 msgstr ""
9267 #: libraries/classes/Navigation/Nodes/NodeColumn.php:32
9268 #: libraries/classes/Plugins/Export/ExportHtmlword.php:272
9269 #: libraries/classes/Plugins/Export/ExportHtmlword.php:367
9270 #: libraries/classes/Plugins/Export/ExportLatex.php:542
9271 #: libraries/classes/Plugins/Export/ExportOdt.php:372
9272 #: libraries/classes/Plugins/Export/ExportOdt.php:476
9273 #: libraries/classes/Plugins/Export/ExportTexytext.php:294
9274 #: libraries/classes/Plugins/Export/ExportTexytext.php:386
9275 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:525
9276 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:667
9277 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:701
9278 #: templates/columns_definitions/column_name.twig:16
9279 #: templates/database/data_dictionary/index.twig:22
9280 #: templates/database/data_dictionary/index.twig:77 templates/indexes.twig:20
9281 #: templates/table/index_form.twig:141
9282 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:5
9283 #: templates/table/operations/index.twig:13
9284 #: templates/table/relation/common_form.twig:18
9285 #: templates/table/relation/common_form.twig:23
9286 #: templates/table/relation/common_form.twig:38
9287 #: templates/table/relation/common_form.twig:120
9288 #: templates/table/relation/common_form.twig:189
9289 #: templates/table/relation/foreign_key_row.twig:120
9290 #: templates/table/relation/foreign_key_row.twig:130
9291 #: templates/table/search/index.twig:38
9292 #: templates/table/structure/display_structure.twig:479
9293 #: templates/table/tracking/structure_snapshot_columns.twig:6
9294 #: templates/table/tracking/structure_snapshot_indexes.twig:9
9295 #: templates/table/zoom_search/index.twig:36
9296 #: templates/table/zoom_search/result_form.twig:35
9297 msgid "Column"
9298 msgstr "ኮለመን"
9300 #: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:38
9301 msgctxt "Create new database"
9302 msgid "New"
9303 msgstr ""
9305 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:42
9306 msgid "Database operations"
9307 msgstr ""
9309 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:664
9310 msgid "Show hidden items"
9311 msgstr ""
9313 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:33
9314 msgctxt "Create new event"
9315 msgid "New"
9316 msgstr ""
9318 #: libraries/classes/Navigation/Nodes/NodeEvent.php:28
9319 #: libraries/classes/Plugins/Export/ExportHtmlword.php:475
9320 #: libraries/classes/Plugins/Export/ExportOdt.php:605
9321 #: libraries/classes/Plugins/Export/ExportTexytext.php:463
9322 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:363
9323 #: templates/database/triggers/editor_form.twig:47
9324 #: templates/database/triggers/list.twig:50
9325 msgid "Event"
9326 msgstr ""
9328 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
9329 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
9330 #: libraries/classes/Plugins/Export/ExportSql.php:634
9331 #: libraries/classes/Plugins/Export/ExportXml.php:105
9332 msgid "Functions"
9333 msgstr ""
9335 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:33
9336 msgctxt "Create new function"
9337 msgid "New"
9338 msgstr ""
9340 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:33
9341 msgctxt "Create new index"
9342 msgid "New"
9343 msgstr ""
9345 #: libraries/classes/Navigation/Nodes/Node.php:630
9346 msgid "Expand/Collapse"
9347 msgstr ""
9349 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
9350 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
9351 #: libraries/classes/Plugins/Export/ExportSql.php:623
9352 #: libraries/classes/Plugins/Export/ExportXml.php:110
9353 msgid "Procedures"
9354 msgstr ""
9356 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:33
9357 msgctxt "Create new procedure"
9358 msgid "New"
9359 msgstr ""
9361 #: libraries/classes/Navigation/Nodes/NodeProcedure.php:28
9362 msgid "Procedure"
9363 msgstr ""
9365 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:34
9366 msgctxt "Create new table"
9367 msgid "New"
9368 msgstr ""
9370 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:33
9371 msgctxt "Create new trigger"
9372 msgid "New"
9373 msgstr ""
9375 #: libraries/classes/Navigation/Nodes/NodeTrigger.php:28
9376 msgid "Trigger"
9377 msgstr ""
9379 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
9380 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
9381 #: libraries/classes/Plugins/Export/ExportXml.php:125
9382 #: templates/database/structure/show_create.twig:28
9383 msgid "Views"
9384 msgstr ""
9386 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:34
9387 msgctxt "Create new view"
9388 msgid "New"
9389 msgstr ""
9391 #: libraries/classes/Normalization.php:223
9392 msgid "Make all columns atomic"
9393 msgstr ""
9395 #: libraries/classes/Normalization.php:225
9396 #: libraries/classes/Normalization.php:961
9397 msgid "First step of normalization (1NF)"
9398 msgstr ""
9400 #: libraries/classes/Normalization.php:228
9401 #: libraries/classes/Normalization.php:278
9402 #: libraries/classes/Normalization.php:324
9403 #: libraries/classes/Normalization.php:361
9404 msgid "Step 1."
9405 msgstr ""
9407 #: libraries/classes/Normalization.php:230
9408 msgid ""
9409 "Do you have any column which can be split into more than one column? For "
9410 "example: address can be split into street, city, country and zip."
9411 msgstr ""
9413 #: libraries/classes/Normalization.php:236
9414 msgid "Show me the central list of columns that are not already in this table"
9415 msgstr ""
9417 #: libraries/classes/Normalization.php:238
9418 msgid ""
9419 "Select a column which can be split into more than one (on select of 'no such "
9420 "column', it'll move to next step)."
9421 msgstr ""
9423 #: libraries/classes/Normalization.php:253
9424 msgid "split into "
9425 msgstr ""
9427 #: libraries/classes/Normalization.php:275
9428 msgid "Have a primary key"
9429 msgstr ""
9431 #: libraries/classes/Normalization.php:281
9432 msgid "Primary key already exists."
9433 msgstr ""
9435 #: libraries/classes/Normalization.php:286
9436 msgid ""
9437 "There is no primary key; please add one.<br>Hint: A primary key is a column "
9438 "(or combination of columns) that uniquely identify all rows."
9439 msgstr ""
9441 #: libraries/classes/Normalization.php:294
9442 msgid "Add a primary key on existing column(s)"
9443 msgstr ""
9445 #: libraries/classes/Normalization.php:298
9446 msgid ""
9447 "If it's not possible to make existing column combinations as primary key"
9448 msgstr ""
9450 #: libraries/classes/Normalization.php:300
9451 msgid "+ Add a new primary key column"
9452 msgstr ""
9454 #: libraries/classes/Normalization.php:323
9455 msgid "Remove redundant columns"
9456 msgstr ""
9458 #: libraries/classes/Normalization.php:326
9459 msgid ""
9460 "Do you have a group of columns which on combining gives an existing column? "
9461 "For example, if you have first_name, last_name and full_name then combining "
9462 "first_name and last_name gives full_name which is redundant."
9463 msgstr ""
9465 #: libraries/classes/Normalization.php:332
9466 msgid ""
9467 "Check the columns which are redundant and click on remove. If no redundant "
9468 "column, click on 'No redundant column'"
9469 msgstr ""
9471 #: libraries/classes/Normalization.php:337
9472 msgid "Remove selected"
9473 msgstr ""
9475 #: libraries/classes/Normalization.php:338
9476 msgid "No redundant column"
9477 msgstr ""
9479 #: libraries/classes/Normalization.php:360
9480 msgid "Move repeating groups"
9481 msgstr ""
9483 #: libraries/classes/Normalization.php:363
9484 msgid ""
9485 "Do you have a group of two or more columns that are closely related and are "
9486 "all repeating the same attribute? For example, a table that holds data on "
9487 "books might have columns such as book_id, author1, author2, author3 and so "
9488 "on which form a repeating group. In this case a new table (book_id, author) "
9489 "should be created."
9490 msgstr ""
9492 #: libraries/classes/Normalization.php:371
9493 msgid ""
9494 "Check the columns which form a repeating group. If no such group, click on "
9495 "'No repeating group'"
9496 msgstr ""
9498 #: libraries/classes/Normalization.php:376
9499 msgid "No repeating group"
9500 msgstr ""
9502 #: libraries/classes/Normalization.php:404
9503 msgid "Step 2."
9504 msgstr ""
9506 #: libraries/classes/Normalization.php:404
9507 msgid "Find partial dependencies"
9508 msgstr ""
9510 #: libraries/classes/Normalization.php:425
9511 #, php-format
9512 msgid ""
9513 "No partial dependencies possible as no non-primary column exists since "
9514 "primary key ( %1$s ) is composed of all the columns in the table."
9515 msgstr ""
9517 #: libraries/classes/Normalization.php:431
9518 #: libraries/classes/Normalization.php:473
9519 msgid "Table is already in second normal form."
9520 msgstr ""
9522 #: libraries/classes/Normalization.php:436
9523 #, php-format
9524 msgid ""
9525 "The primary key ( %1$s ) consists of more than one column so we need to find "
9526 "the partial dependencies."
9527 msgstr ""
9529 #: libraries/classes/Normalization.php:440
9530 #: libraries/classes/Normalization.php:870
9531 msgid ""
9532 "Please answer the following question(s) carefully to obtain a correct "
9533 "normalization."
9534 msgstr ""
9536 #: libraries/classes/Normalization.php:442
9537 msgid "+ Show me the possible partial dependencies based on data in the table"
9538 msgstr ""
9540 #: libraries/classes/Normalization.php:445
9541 msgid ""
9542 "For each column below, please select the <b>minimal set</b> of columns among "
9543 "given set whose values combined together are sufficient to determine the "
9544 "value of the column."
9545 msgstr ""
9547 #: libraries/classes/Normalization.php:458
9548 #: libraries/classes/Normalization.php:912
9549 #, php-format
9550 msgid "'%1$s' depends on:"
9551 msgstr ""
9553 #: libraries/classes/Normalization.php:469
9554 #, php-format
9555 msgid ""
9556 "No partial dependencies possible as the primary key ( %1$s ) has just one "
9557 "column."
9558 msgstr ""
9560 #: libraries/classes/Normalization.php:497
9561 #, php-format
9562 msgid ""
9563 "In order to put the original table '%1$s' into Second normal form we need to "
9564 "create the following tables:"
9565 msgstr ""
9567 #: libraries/classes/Normalization.php:535
9568 #, php-format
9569 msgid "The second step of normalization is complete for table '%1$s'."
9570 msgstr ""
9572 #: libraries/classes/Normalization.php:591
9573 #: libraries/classes/Normalization.php:764
9574 #: libraries/classes/Normalization.php:842
9575 msgid "Error in processing!"
9576 msgstr ""
9578 #: libraries/classes/Normalization.php:638
9579 #, php-format
9580 msgid ""
9581 "In order to put the original table '%1$s' into Third normal form we need to "
9582 "create the following tables:"
9583 msgstr ""
9585 #: libraries/classes/Normalization.php:695
9586 msgid "The third step of normalization is complete."
9587 msgstr ""
9589 #: libraries/classes/Normalization.php:815
9590 #, php-format
9591 msgid "Selected repeating group has been moved to the table '%s'"
9592 msgstr ""
9594 #: libraries/classes/Normalization.php:868
9595 msgid "Step 3."
9596 msgstr ""
9598 #: libraries/classes/Normalization.php:868
9599 msgid "Find transitive dependencies"
9600 msgstr ""
9602 #: libraries/classes/Normalization.php:872
9603 msgid ""
9604 "For each column below, please select the <b>minimal set</b> of columns among "
9605 "given set whose values combined together are sufficient to determine the "
9606 "value of the column.<br>Note: A column may have no transitive dependency, in "
9607 "that case you don't have to select any."
9608 msgstr ""
9610 #: libraries/classes/Normalization.php:926
9611 msgid ""
9612 "No Transitive dependencies possible as the table doesn't have any non "
9613 "primary key columns"
9614 msgstr ""
9616 #: libraries/classes/Normalization.php:929
9617 msgid "Table is already in Third normal form!"
9618 msgstr ""
9620 #: libraries/classes/Normalization.php:955
9621 msgid "Improve table structure (Normalization):"
9622 msgstr ""
9624 #: libraries/classes/Normalization.php:956
9625 msgid "Select up to what step you want to normalize"
9626 msgstr ""
9628 #: libraries/classes/Normalization.php:966
9629 msgid "Second step of normalization (1NF+2NF)"
9630 msgstr ""
9632 #: libraries/classes/Normalization.php:971
9633 msgid "Third step of normalization (1NF+2NF+3NF)"
9634 msgstr ""
9636 #: libraries/classes/Normalization.php:976
9637 msgid ""
9638 "Hint: Please follow the procedure carefully in order to obtain correct "
9639 "normalization"
9640 msgstr ""
9642 #: libraries/classes/Normalization.php:1047
9643 msgid ""
9644 "This list is based on a subset of the table's data and is not necessarily "
9645 "accurate. "
9646 msgstr ""
9648 #: libraries/classes/Normalization.php:1062
9649 msgid "No partial dependencies found!"
9650 msgstr ""
9652 #: libraries/classes/Operations.php:554
9653 #: templates/table/structure/display_partitions.twig:84
9654 msgid "Analyze"
9655 msgstr ""
9657 #: libraries/classes/Operations.php:555
9658 #: templates/table/structure/display_partitions.twig:94
9659 msgid "Check"
9660 msgstr ""
9662 #: libraries/classes/Operations.php:556
9663 #: templates/table/structure/display_partitions.twig:104
9664 msgid "Optimize"
9665 msgstr ""
9667 #: libraries/classes/Operations.php:557
9668 #: templates/table/structure/display_partitions.twig:114
9669 msgid "Rebuild"
9670 msgstr ""
9672 #: libraries/classes/Operations.php:558
9673 #: templates/table/structure/display_partitions.twig:124
9674 msgid "Repair"
9675 msgstr ""
9677 #: libraries/classes/Operations.php:559
9678 #: templates/table/structure/display_partitions.twig:134
9679 msgid "Truncate"
9680 msgstr ""
9682 #: libraries/classes/Operations.php:571 templates/database/events/index.twig:20
9683 #: templates/database/events/index.twig:21
9684 #: templates/database/events/index.twig:98
9685 #: templates/database/events/index.twig:104
9686 #: templates/database/events/row.twig:47 templates/database/events/row.twig:53
9687 #: templates/database/routines/index.twig:20
9688 #: templates/database/routines/index.twig:21
9689 #: templates/database/routines/parameter_row.twig:51
9690 #: templates/database/routines/row.twig:73
9691 #: templates/database/structure/check_all_tables.twig:16
9692 #: templates/database/structure/structure_table_row.twig:87
9693 #: templates/database/triggers/list.twig:20
9694 #: templates/database/triggers/list.twig:21
9695 #: templates/database/triggers/row.twig:52
9696 #: templates/database/triggers/row.twig:58 templates/indexes.twig:58
9697 #: templates/server/databases/index.twig:67
9698 #: templates/server/databases/index.twig:68
9699 #: templates/server/databases/index.twig:324
9700 #: templates/table/relation/foreign_key_row.twig:25
9701 #: templates/table/structure/display_partitions.twig:145
9702 #: templates/table/structure/display_structure.twig:120
9703 #: templates/table/structure/display_structure.twig:290
9704 #: templates/table/structure/display_structure.twig:525
9705 msgid "Drop"
9706 msgstr ""
9708 #: libraries/classes/Operations.php:573
9709 msgid "Coalesce"
9710 msgstr ""
9712 #: libraries/classes/Operations.php:929
9713 msgid "Can't move table to same one!"
9714 msgstr ""
9716 #: libraries/classes/Operations.php:931
9717 msgid "Can't copy table to same one!"
9718 msgstr ""
9720 #: libraries/classes/Operations.php:955
9721 #, php-format
9722 msgid "Table %s has been moved to %s. Privileges have been adjusted."
9723 msgstr ""
9725 #: libraries/classes/Operations.php:961
9726 #, php-format
9727 msgid "Table %s has been copied to %s. Privileges have been adjusted."
9728 msgstr ""
9730 #: libraries/classes/Operations.php:968
9731 #, php-format
9732 msgid "Table %s has been moved to %s."
9733 msgstr ""
9735 #: libraries/classes/Operations.php:972
9736 #, php-format
9737 msgid "Table %s has been copied to %s."
9738 msgstr ""
9740 #: libraries/classes/Operations.php:996
9741 msgid "The table name is empty!"
9742 msgstr ""
9744 #: libraries/classes/Partitioning/Maintenance.php:141
9745 msgid "This table is a view, it can not be truncated."
9746 msgstr ""
9748 #: libraries/classes/Pdf.php:136
9749 msgid "Error while creating PDF:"
9750 msgstr ""
9752 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:81
9753 msgid "Cannot connect: invalid settings."
9754 msgstr ""
9756 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:95
9757 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:87
9758 #: templates/login/header.twig:10
9759 #, php-format
9760 msgid "Welcome to %s"
9761 msgstr ""
9763 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:109
9764 #, php-format
9765 msgid ""
9766 "You probably did not create a configuration file. You might want to use the "
9767 "%1$ssetup script%2$s to create one."
9768 msgstr ""
9770 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:130
9771 msgid ""
9772 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
9773 "connection. You should check the host, username and password in your "
9774 "configuration and make sure that they correspond to the information given by "
9775 "the administrator of the MySQL server."
9776 msgstr ""
9778 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:151
9779 msgid "Retry to connect"
9780 msgstr ""
9782 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:133
9783 msgid "Your session has expired. Please log in again."
9784 msgstr ""
9786 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:252
9787 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
9788 msgstr ""
9790 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:287
9791 msgid "Failed to connect to the reCAPTCHA service!"
9792 msgstr ""
9794 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:289
9795 msgid "Entered captcha is wrong, try again!"
9796 msgstr ""
9798 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:301
9799 msgid ""
9800 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
9801 "restricts passwords to less than 2000 characters."
9802 msgstr ""
9804 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:320
9805 msgid "You are not allowed to log in to this MySQL server!"
9806 msgstr ""
9808 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:92
9809 msgid "Wrong username/password. Access denied."
9810 msgstr ""
9812 #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:149
9813 msgid "Can not find signon authentication script:"
9814 msgstr ""
9816 #: libraries/classes/Plugins/AuthenticationPlugin.php:180
9817 msgid ""
9818 "Login without a password is forbidden by configuration (see AllowNoPassword)"
9819 msgstr ""
9821 #: libraries/classes/Plugins/AuthenticationPlugin.php:189
9822 #, php-format
9823 msgid ""
9824 "You have been automatically logged out due to inactivity of %s seconds. Once "
9825 "you log in again, you should be able to resume the work where you left off."
9826 msgstr ""
9828 #: libraries/classes/Plugins/AuthenticationPlugin.php:202
9829 #: libraries/classes/Plugins/AuthenticationPlugin.php:205
9830 msgid "Cannot log in to the MySQL server"
9831 msgstr ""
9833 #: libraries/classes/Plugins/AuthenticationPlugin.php:348
9834 msgid "You have enabled two factor authentication, please confirm your login."
9835 msgstr ""
9837 #: libraries/classes/Plugins/Export/ExportCodegen.php:80
9838 #: templates/export.twig:119
9839 msgid "Format:"
9840 msgstr ""
9842 #: libraries/classes/Plugins/Export/ExportCsv.php:58
9843 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:36
9844 msgid "Columns separated with:"
9845 msgstr ""
9847 #: libraries/classes/Plugins/Export/ExportCsv.php:63
9848 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:42
9849 msgid "Columns enclosed with:"
9850 msgstr ""
9852 #: libraries/classes/Plugins/Export/ExportCsv.php:68
9853 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49
9854 msgid "Columns escaped with:"
9855 msgstr ""
9857 #: libraries/classes/Plugins/Export/ExportCsv.php:73
9858 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56
9859 msgid "Lines terminated with:"
9860 msgstr ""
9862 #: libraries/classes/Plugins/Export/ExportCsv.php:78
9863 #: libraries/classes/Plugins/Export/ExportExcel.php:51
9864 #: libraries/classes/Plugins/Export/ExportHtmlword.php:80
9865 #: libraries/classes/Plugins/Export/ExportLatex.php:187
9866 #: libraries/classes/Plugins/Export/ExportOds.php:65
9867 #: libraries/classes/Plugins/Export/ExportOdt.php:132
9868 #: libraries/classes/Plugins/Export/ExportTexytext.php:84
9869 msgid "Replace NULL with:"
9870 msgstr ""
9872 #: libraries/classes/Plugins/Export/ExportCsv.php:83
9873 #: libraries/classes/Plugins/Export/ExportExcel.php:56
9874 msgid "Remove carriage return/line feed characters within columns"
9875 msgstr ""
9877 #: libraries/classes/Plugins/Export/ExportExcel.php:66
9878 msgid "Excel edition:"
9879 msgstr ""
9881 #: libraries/classes/Plugins/Export/ExportHtmlword.php:62
9882 #: libraries/classes/Plugins/Export/ExportLatex.php:94
9883 #: libraries/classes/Plugins/Export/ExportMediawiki.php:66
9884 #: libraries/classes/Plugins/Export/ExportOdt.php:75
9885 #: libraries/classes/Plugins/Export/ExportPdf.php:91
9886 #: libraries/classes/Plugins/Export/ExportSql.php:242
9887 #: libraries/classes/Plugins/Export/ExportTexytext.php:61
9888 #: libraries/config.values.php:254 libraries/config.values.php:318
9889 #: libraries/config.values.php:334 libraries/config.values.php:342
9890 #: libraries/config.values.php:347
9891 msgid "structure"
9892 msgstr ""
9894 #: libraries/classes/Plugins/Export/ExportHtmlword.php:63
9895 #: libraries/classes/Plugins/Export/ExportLatex.php:95
9896 #: libraries/classes/Plugins/Export/ExportMediawiki.php:67
9897 #: libraries/classes/Plugins/Export/ExportOdt.php:76
9898 #: libraries/classes/Plugins/Export/ExportPdf.php:92
9899 #: libraries/classes/Plugins/Export/ExportSql.php:243
9900 #: libraries/classes/Plugins/Export/ExportTexytext.php:62
9901 #: libraries/config.values.php:255 libraries/config.values.php:319
9902 #: libraries/config.values.php:335 libraries/config.values.php:343
9903 #: libraries/config.values.php:348
9904 msgid "data"
9905 msgstr ""
9907 #: libraries/classes/Plugins/Export/ExportHtmlword.php:64
9908 #: libraries/classes/Plugins/Export/ExportLatex.php:96
9909 #: libraries/classes/Plugins/Export/ExportMediawiki.php:68
9910 #: libraries/classes/Plugins/Export/ExportOdt.php:77
9911 #: libraries/classes/Plugins/Export/ExportPdf.php:93
9912 #: libraries/classes/Plugins/Export/ExportSql.php:244
9913 #: libraries/classes/Plugins/Export/ExportTexytext.php:63
9914 #: libraries/config.values.php:256 libraries/config.values.php:320
9915 #: libraries/config.values.php:336 libraries/config.values.php:344
9916 #: libraries/config.values.php:349
9917 msgid "structure and data"
9918 msgstr ""
9920 #: libraries/classes/Plugins/Export/ExportHtmlword.php:74
9921 #: libraries/classes/Plugins/Export/ExportLatex.php:158
9922 #: libraries/classes/Plugins/Export/ExportOdt.php:121
9923 #: libraries/classes/Plugins/Export/ExportTexytext.php:73
9924 #: libraries/classes/Plugins/Export/ExportXml.php:133
9925 msgid "Data dump options"
9926 msgstr ""
9928 #: libraries/classes/Plugins/Export/ExportHtmlword.php:194
9929 #: libraries/classes/Plugins/Export/ExportOdt.php:245
9930 #: libraries/classes/Plugins/Export/ExportSql.php:2354
9931 #: libraries/classes/Plugins/Export/ExportTexytext.php:178
9932 msgid "Dumping data for table"
9933 msgstr ""
9935 #: libraries/classes/Plugins/Export/ExportHtmlword.php:278
9936 #: libraries/classes/Plugins/Export/ExportHtmlword.php:373
9937 #: libraries/classes/Plugins/Export/ExportLatex.php:544
9938 #: libraries/classes/Plugins/Export/ExportOdt.php:378
9939 #: libraries/classes/Plugins/Export/ExportOdt.php:482
9940 #: libraries/classes/Plugins/Export/ExportTexytext.php:296
9941 #: libraries/classes/Plugins/Export/ExportTexytext.php:388
9942 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:529
9943 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:670
9944 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:704
9945 #: templates/columns_definitions/table_fields_definitions.twig:30
9946 #: templates/database/central_columns/edit.twig:14
9947 #: templates/database/central_columns/main.twig:40
9948 #: templates/database/central_columns/main.twig:244
9949 #: templates/database/data_dictionary/index.twig:24
9950 #: templates/database/data_dictionary/index.twig:80 templates/indexes.twig:23
9951 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:8
9952 #: templates/table/structure/display_structure.twig:25
9953 #: templates/table/structure/display_structure.twig:482
9954 #: templates/table/tracking/structure_snapshot_columns.twig:9
9955 #: templates/table/tracking/structure_snapshot_indexes.twig:12
9956 #: templates/table/zoom_search/result_form.twig:36
9957 msgid "Null"
9958 msgstr "ባዶ"
9960 #: libraries/classes/Plugins/Export/ExportHtmlword.php:281
9961 #: libraries/classes/Plugins/Export/ExportHtmlword.php:376
9962 #: libraries/classes/Plugins/Export/ExportLatex.php:545
9963 #: libraries/classes/Plugins/Export/ExportOdt.php:381
9964 #: libraries/classes/Plugins/Export/ExportOdt.php:485
9965 #: libraries/classes/Plugins/Export/ExportTexytext.php:297
9966 #: libraries/classes/Plugins/Export/ExportTexytext.php:389
9967 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:531
9968 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671
9969 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705
9970 #: templates/columns_definitions/table_fields_definitions.twig:20
9971 #: templates/database/central_columns/edit.twig:11
9972 #: templates/database/central_columns/main.twig:28
9973 #: templates/database/central_columns/main.twig:232
9974 #: templates/database/data_dictionary/index.twig:25
9975 #: templates/database/structure/body_for_table_summary.twig:52
9976 #: templates/server/replication/replica_configuration.twig:9
9977 #: templates/table/structure/display_structure.twig:26
9978 #: templates/table/tracking/structure_snapshot_columns.twig:10
9979 msgid "Default"
9980 msgstr ""
9982 #: libraries/classes/Plugins/Export/ExportHtmlword.php:380
9983 #: libraries/classes/Plugins/Export/ExportLatex.php:547
9984 #: libraries/classes/Plugins/Export/ExportOdt.php:489
9985 #: libraries/classes/Plugins/Export/ExportTexytext.php:391
9986 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:540
9987 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:673
9988 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:707
9989 #: templates/database/data_dictionary/index.twig:27
9990 msgid "Links to"
9991 msgstr "አገናኝ ከ"
9993 #: libraries/classes/Plugins/Export/ExportHtmlword.php:473
9994 #: libraries/classes/Plugins/Export/ExportOdt.php:599
9995 #: libraries/classes/Plugins/Export/ExportTexytext.php:461
9996 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:359
9997 #: templates/columns_definitions/table_fields_definitions.twig:9
9998 #: templates/database/central_columns/edit.twig:8
9999 #: templates/database/central_columns/main.twig:16
10000 #: templates/database/central_columns/main.twig:220
10001 #: templates/database/events/index.twig:45
10002 #: templates/database/routines/editor_form.twig:50
10003 #: templates/database/routines/execute_form.twig:15
10004 #: templates/database/routines/index.twig:52
10005 #: templates/database/triggers/list.twig:45 templates/setup/home/index.twig:49
10006 #: templates/table/structure/display_structure.twig:21
10007 msgid "Name"
10008 msgstr ""
10010 #: libraries/classes/Plugins/Export/ExportHtmlword.php:476
10011 #: libraries/classes/Plugins/Export/ExportOdt.php:608
10012 #: libraries/classes/Plugins/Export/ExportTexytext.php:464
10013 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:365
10014 #: templates/database/events/editor_form.twig:82
10015 #: templates/database/routines/editor_form.twig:113
10016 #: templates/database/triggers/editor_form.twig:57
10017 msgid "Definition"
10018 msgstr ""
10020 #: libraries/classes/Plugins/Export/ExportHtmlword.php:548
10021 #: libraries/classes/Plugins/Export/ExportOdt.php:686
10022 #: libraries/classes/Plugins/Export/ExportSql.php:2090
10023 #: libraries/classes/Plugins/Export/ExportTexytext.php:528
10024 msgid "Table structure for table"
10025 msgstr ""
10027 #: libraries/classes/Plugins/Export/ExportHtmlword.php:566
10028 #: libraries/classes/Plugins/Export/ExportOdt.php:718
10029 #: libraries/classes/Plugins/Export/ExportSql.php:2141
10030 #: libraries/classes/Plugins/Export/ExportTexytext.php:554
10031 msgid "Structure for view"
10032 msgstr ""
10034 #: libraries/classes/Plugins/Export/ExportHtmlword.php:572
10035 #: libraries/classes/Plugins/Export/ExportOdt.php:738
10036 #: libraries/classes/Plugins/Export/ExportSql.php:2173
10037 #: libraries/classes/Plugins/Export/ExportTexytext.php:570
10038 msgid "Stand-in structure for view"
10039 msgstr ""
10041 #: libraries/classes/Plugins/Export/ExportJson.php:87
10042 msgid "Output pretty-printed JSON (Use human-readable formatting)"
10043 msgstr ""
10045 #: libraries/classes/Plugins/Export/ExportJson.php:93
10046 msgid "Output unicode characters unescaped"
10047 msgstr ""
10049 #: libraries/classes/Plugins/Export/ExportLatex.php:50
10050 msgid "Content of table @TABLE@"
10051 msgstr ""
10053 #: libraries/classes/Plugins/Export/ExportLatex.php:51
10054 msgid "(continued)"
10055 msgstr ""
10057 #: libraries/classes/Plugins/Export/ExportLatex.php:52
10058 msgid "Structure of table @TABLE@"
10059 msgstr ""
10061 #: libraries/classes/Plugins/Export/ExportLatex.php:107
10062 #: libraries/classes/Plugins/Export/ExportOdt.php:88
10063 #: libraries/classes/Plugins/Export/ExportSql.php:257
10064 msgid "Object creation options"
10065 msgstr ""
10067 #: libraries/classes/Plugins/Export/ExportLatex.php:113
10068 #: libraries/classes/Plugins/Export/ExportLatex.php:169
10069 msgid "Table caption:"
10070 msgstr ""
10072 #: libraries/classes/Plugins/Export/ExportLatex.php:119
10073 #: libraries/classes/Plugins/Export/ExportLatex.php:175
10074 msgid "Table caption (continued):"
10075 msgstr ""
10077 #: libraries/classes/Plugins/Export/ExportLatex.php:125
10078 #: libraries/classes/Plugins/Export/ExportLatex.php:181
10079 msgid "Label key:"
10080 msgstr ""
10082 #: libraries/classes/Plugins/Export/ExportLatex.php:133
10083 #: libraries/classes/Plugins/Export/ExportOdt.php:96
10084 #: libraries/classes/Plugins/Export/ExportSql.php:151
10085 msgid "Display foreign key relationships"
10086 msgstr ""
10088 #: libraries/classes/Plugins/Export/ExportLatex.php:140
10089 #: libraries/classes/Plugins/Export/ExportOdt.php:103
10090 msgid "Display comments"
10091 msgstr ""
10093 #: libraries/classes/Plugins/Export/ExportLatex.php:146
10094 #: libraries/classes/Plugins/Export/ExportOdt.php:109
10095 #: libraries/classes/Plugins/Export/ExportSql.php:159
10096 msgid "Display media types"
10097 msgstr ""
10099 #: libraries/classes/Plugins/Export/ExportLatex.php:164
10100 msgid "Put columns names in the first row:"
10101 msgstr ""
10103 #: libraries/classes/Plugins/Export/ExportLatex.php:210
10104 #: libraries/classes/Plugins/Export/ExportSql.php:754
10105 #: libraries/classes/Plugins/Export/ExportXml.php:232
10106 #: templates/server/replication/change_primary.twig:22
10107 #: templates/server/replication/primary_add_replica_user.twig:29
10108 msgid "Host:"
10109 msgstr ""
10111 #: libraries/classes/Plugins/Export/ExportLatex.php:216
10112 #: libraries/classes/Plugins/Export/ExportSql.php:761
10113 #: libraries/classes/Plugins/Export/ExportXml.php:238
10114 msgid "Generation Time:"
10115 msgstr ""
10117 #: libraries/classes/Plugins/Export/ExportLatex.php:218
10118 #: libraries/classes/Plugins/Export/ExportSql.php:765
10119 #: libraries/classes/Plugins/Export/ExportXml.php:240
10120 #: templates/home/index.twig:175
10121 msgid "Server version:"
10122 msgstr ""
10124 #: libraries/classes/Plugins/Export/ExportLatex.php:219
10125 #: libraries/classes/Plugins/Export/ExportSql.php:767
10126 #: libraries/classes/Plugins/Export/ExportXml.php:241
10127 msgid "PHP Version:"
10128 msgstr ""
10130 #: libraries/classes/Plugins/Export/ExportLatex.php:246
10131 #: libraries/classes/Plugins/Export/ExportSql.php:947
10132 #: libraries/classes/Plugins/Export/ExportXml.php:395
10133 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:201
10134 #: templates/database/structure/copy_form.twig:5
10135 #: templates/menu/breadcrumbs.twig:16
10136 msgid "Database:"
10137 msgstr ""
10139 #: libraries/classes/Plugins/Export/ExportLatex.php:312
10140 #: libraries/classes/Plugins/Export/ExportSql.php:2233
10141 msgid "Data:"
10142 msgstr ""
10144 #: libraries/classes/Plugins/Export/ExportLatex.php:520
10145 msgid "Structure:"
10146 msgstr ""
10148 #: libraries/classes/Plugins/Export/ExportMediawiki.php:77
10149 msgid "Export table names"
10150 msgstr ""
10152 #: libraries/classes/Plugins/Export/ExportMediawiki.php:84
10153 msgid "Export table headers"
10154 msgstr ""
10156 #: libraries/classes/Plugins/Export/ExportOdt.php:246
10157 #: libraries/classes/Plugins/Export/ExportTexytext.php:179
10158 msgid "Dumping data for query result"
10159 msgstr ""
10161 #: libraries/classes/Plugins/Export/ExportPdf.php:77
10162 msgid "Report title:"
10163 msgstr ""
10165 #: libraries/classes/Plugins/Export/ExportPdf.php:192
10166 msgid "Dumping data"
10167 msgstr ""
10169 #: libraries/classes/Plugins/Export/ExportPdf.php:213
10170 msgid "Query result data"
10171 msgstr ""
10173 #: libraries/classes/Plugins/Export/ExportPdf.php:273
10174 msgid "View structure"
10175 msgstr ""
10177 #: libraries/classes/Plugins/Export/ExportPdf.php:276
10178 msgid "Stand in"
10179 msgstr ""
10181 #: libraries/classes/Plugins/Export/ExportSql.php:130
10182 msgid ""
10183 "Display comments <i>(includes info such as export timestamp, PHP version, "
10184 "and server version)</i>"
10185 msgstr ""
10187 #: libraries/classes/Plugins/Export/ExportSql.php:137
10188 msgid "Additional custom header comment (\\n splits lines):"
10189 msgstr ""
10191 #: libraries/classes/Plugins/Export/ExportSql.php:143
10192 msgid ""
10193 "Include a timestamp of when databases were created, last updated, and last "
10194 "checked"
10195 msgstr ""
10197 #: libraries/classes/Plugins/Export/ExportSql.php:204
10198 msgid "Export metadata"
10199 msgstr ""
10201 #: libraries/classes/Plugins/Export/ExportSql.php:219
10202 msgid ""
10203 "Database system or older MySQL server to maximize output compatibility with:"
10204 msgstr ""
10206 #: libraries/classes/Plugins/Export/ExportSql.php:265
10207 msgid "Add statements:"
10208 msgstr ""
10210 #: libraries/classes/Plugins/Export/ExportSql.php:273
10211 #: libraries/classes/Plugins/Export/ExportSql.php:282
10212 #: libraries/classes/Plugins/Export/ExportSql.php:299
10213 #: libraries/classes/Plugins/Export/ExportSql.php:308
10214 #: libraries/classes/Plugins/Export/ExportSql.php:332
10215 #: libraries/classes/Plugins/Export/ExportSql.php:360
10216 #: libraries/classes/Plugins/Export/ExportSql.php:369
10217 #, php-format
10218 msgid "Add %s statement"
10219 msgstr ""
10221 #: libraries/classes/Plugins/Export/ExportSql.php:315
10222 msgid "(less efficient as indexes will be generated during table creation)"
10223 msgstr ""
10225 #: libraries/classes/Plugins/Export/ExportSql.php:322
10226 #, php-format
10227 msgid "%s value"
10228 msgstr ""
10230 #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
10231 #: libraries/classes/Plugins/Export/ExportSql.php:339
10232 msgid "Use simple view export"
10233 msgstr ""
10235 #: libraries/classes/Plugins/Export/ExportSql.php:378
10236 msgid ""
10237 "Enclose table and column names with backquotes <i>(Protects column and table "
10238 "names formed with special characters or keywords)</i>"
10239 msgstr ""
10241 #: libraries/classes/Plugins/Export/ExportSql.php:393
10242 msgid "Data creation options"
10243 msgstr ""
10245 #: libraries/classes/Plugins/Export/ExportSql.php:398
10246 #: libraries/classes/Plugins/Export/ExportSql.php:2311
10247 msgid "Truncate table before insert"
10248 msgstr ""
10250 #: libraries/classes/Plugins/Export/ExportSql.php:405
10251 msgid "Instead of <code>INSERT</code> statements, use:"
10252 msgstr ""
10254 #: libraries/classes/Plugins/Export/ExportSql.php:411
10255 msgid "<code>INSERT DELAYED</code> statements"
10256 msgstr ""
10258 #: libraries/classes/Plugins/Export/ExportSql.php:423
10259 #: libraries/classes/Plugins/Export/ExportSql.php:457
10260 msgid "<code>INSERT IGNORE</code> statements"
10261 msgstr ""
10263 #: libraries/classes/Plugins/Export/ExportSql.php:437
10264 msgid "Function to use when dumping data:"
10265 msgstr ""
10267 #: libraries/classes/Plugins/Export/ExportSql.php:452
10268 msgid "Syntax to use when inserting data:"
10269 msgstr ""
10271 #: libraries/classes/Plugins/Export/ExportSql.php:462
10272 msgid ""
10273 "include column names in every <code>INSERT</code> statement <br> &nbsp; "
10274 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
10275 "(1,2,3)</code>"
10276 msgstr ""
10278 #: libraries/classes/Plugins/Export/ExportSql.php:467
10279 msgid ""
10280 "insert multiple rows in every <code>INSERT</code> statement<br> &nbsp; "
10281 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
10282 "(7,8,9)</code>"
10283 msgstr ""
10285 #: libraries/classes/Plugins/Export/ExportSql.php:472
10286 msgid ""
10287 "both of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10288 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
10289 msgstr ""
10291 #: libraries/classes/Plugins/Export/ExportSql.php:477
10292 msgid ""
10293 "neither of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10294 "tbl_name VALUES (1,2,3)</code>"
10295 msgstr ""
10297 #: libraries/classes/Plugins/Export/ExportSql.php:496
10298 msgid ""
10299 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
10300 "0x616263)</i>"
10301 msgstr ""
10303 #: libraries/classes/Plugins/Export/ExportSql.php:505
10304 msgid ""
10305 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
10306 "reloaded between servers in different time zones)</i>"
10307 msgstr ""
10309 #: libraries/classes/Plugins/Export/ExportSql.php:582
10310 msgid "It appears your database uses routines;"
10311 msgstr ""
10313 #: libraries/classes/Plugins/Export/ExportSql.php:585
10314 #: libraries/classes/Plugins/Export/ExportSql.php:1614
10315 #: libraries/classes/Plugins/Export/ExportSql.php:2129
10316 msgid "alias export may not work reliably in all cases."
10317 msgstr ""
10319 #: libraries/classes/Plugins/Export/ExportSql.php:1066
10320 msgid "Metadata"
10321 msgstr ""
10323 #: libraries/classes/Plugins/Export/ExportSql.php:1134
10324 #, php-format
10325 msgid "Metadata for table %s"
10326 msgstr ""
10328 #: libraries/classes/Plugins/Export/ExportSql.php:1141
10329 #, php-format
10330 msgid "Metadata for database %s"
10331 msgstr ""
10333 #: libraries/classes/Plugins/Export/ExportSql.php:1458
10334 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:631
10335 msgid "Creation:"
10336 msgstr ""
10338 #: libraries/classes/Plugins/Export/ExportSql.php:1468
10339 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:642
10340 msgid "Last update:"
10341 msgstr ""
10343 #: libraries/classes/Plugins/Export/ExportSql.php:1478
10344 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:653
10345 msgid "Last check:"
10346 msgstr ""
10348 #: libraries/classes/Plugins/Export/ExportSql.php:1529
10349 #, php-format
10350 msgid "Error reading structure for table %s:"
10351 msgstr ""
10353 #: libraries/classes/Plugins/Export/ExportSql.php:1611
10354 msgid "It appears your database uses views;"
10355 msgstr ""
10357 #: libraries/classes/Plugins/Export/ExportSql.php:1778
10358 msgid "Constraints for dumped tables"
10359 msgstr ""
10361 #: libraries/classes/Plugins/Export/ExportSql.php:1779
10362 msgid "Constraints for table"
10363 msgstr ""
10365 #: libraries/classes/Plugins/Export/ExportSql.php:1806
10366 msgid "Indexes for dumped tables"
10367 msgstr ""
10369 #: libraries/classes/Plugins/Export/ExportSql.php:1807
10370 msgid "Indexes for table"
10371 msgstr ""
10373 #: libraries/classes/Plugins/Export/ExportSql.php:1843
10374 msgid "AUTO_INCREMENT for dumped tables"
10375 msgstr ""
10377 #: libraries/classes/Plugins/Export/ExportSql.php:1844
10378 msgid "AUTO_INCREMENT for table"
10379 msgstr ""
10381 #: libraries/classes/Plugins/Export/ExportSql.php:1919
10382 msgid "MEDIA TYPES FOR TABLE"
10383 msgstr ""
10385 #: libraries/classes/Plugins/Export/ExportSql.php:1944
10386 msgid "RELATIONSHIPS FOR TABLE"
10387 msgstr ""
10389 #: libraries/classes/Plugins/Export/ExportSql.php:2126
10390 msgid "It appears your table uses triggers;"
10391 msgstr ""
10393 #: libraries/classes/Plugins/Export/ExportSql.php:2156
10394 #, php-format
10395 msgid "Structure for view %s exported as a table"
10396 msgstr ""
10398 #: libraries/classes/Plugins/Export/ExportSql.php:2176
10399 msgid "(See below for the actual view)"
10400 msgstr ""
10402 #: libraries/classes/Plugins/Export/ExportSql.php:2244
10403 #, php-format
10404 msgid "Error reading data for table %s:"
10405 msgstr ""
10407 #: libraries/classes/Plugins/Export/ExportXml.php:94
10408 msgid "Object creation options (all are recommended)"
10409 msgstr ""
10411 #: libraries/classes/Plugins/Export/ExportXml.php:138
10412 msgid "Export contents"
10413 msgstr ""
10415 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:202
10416 #: templates/menu/breadcrumbs.twig:29
10417 msgid "Table:"
10418 msgstr ""
10420 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:203
10421 msgid "Purpose:"
10422 msgstr ""
10424 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:30
10425 msgid ""
10426 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
10427 msgstr ""
10429 #: libraries/classes/Plugins/Import/ImportCsv.php:83
10430 msgid "Name of the new table (optional):"
10431 msgstr ""
10433 #: libraries/classes/Plugins/Import/ImportCsv.php:92
10434 msgid "Name of the new database (optional):"
10435 msgstr ""
10437 #: libraries/classes/Plugins/Import/ImportCsv.php:101
10438 #: libraries/classes/Plugins/Import/ImportCsv.php:119
10439 msgid "Import these many number of rows (optional):"
10440 msgstr ""
10442 #: libraries/classes/Plugins/Import/ImportCsv.php:109
10443 #: libraries/classes/Plugins/Import/ImportOds.php:66
10444 msgid ""
10445 "The first line of the file contains the table column names <i>(if this is "
10446 "unchecked, the first line will become part of the data)</i>"
10447 msgstr ""
10449 #: libraries/classes/Plugins/Import/ImportCsv.php:126
10450 msgid ""
10451 "If the data in each row of the file is not in the same order as in the "
10452 "database, list the corresponding column names here. Column names must be "
10453 "separated by commas and not enclosed in quotations."
10454 msgstr ""
10456 #: libraries/classes/Plugins/Import/ImportCsv.php:134
10457 msgid "Column names:"
10458 msgstr ""
10460 #: libraries/classes/Plugins/Import/ImportCsv.php:272
10461 #: libraries/classes/Plugins/Import/ImportCsv.php:631
10462 #, php-format
10463 msgid "Invalid format of CSV input on line %d."
10464 msgstr ""
10466 #: libraries/classes/Plugins/Import/ImportCsv.php:490
10467 #, php-format
10468 msgid "Invalid column count in CSV input on line %d."
10469 msgstr ""
10471 #: libraries/classes/Plugins/Import/ImportCsv.php:649
10472 #: libraries/classes/Plugins/Import/ImportCsv.php:664
10473 #: libraries/classes/Plugins/Import/ImportCsv.php:675
10474 #: libraries/classes/Plugins/Import/ImportCsv.php:682
10475 #, php-format
10476 msgid "Invalid parameter for CSV import: %s"
10477 msgstr ""
10479 #: libraries/classes/Plugins/Import/ImportCsv.php:813
10480 #, php-format
10481 msgid ""
10482 "Invalid column (%s) specified! Ensure that columns names are spelled "
10483 "correctly, separated by commas, and not enclosed in quotes."
10484 msgstr ""
10486 #: libraries/classes/Plugins/Import/ImportLdi.php:62
10487 msgid "Column names: "
10488 msgstr ""
10490 #: libraries/classes/Plugins/Import/ImportLdi.php:106
10491 msgid "This plugin does not support compressed imports!"
10492 msgstr ""
10494 #: libraries/classes/Plugins/Import/ImportMediawiki.php:56
10495 msgid "MediaWiki Table"
10496 msgstr ""
10498 #: libraries/classes/Plugins/Import/ImportMediawiki.php:275
10499 #, php-format
10500 msgid "Invalid format of mediawiki input on line: <br>%s."
10501 msgstr ""
10503 #: libraries/classes/Plugins/Import/ImportOds.php:80
10504 msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
10505 msgstr ""
10507 #: libraries/classes/Plugins/Import/ImportOds.php:86
10508 msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
10509 msgstr ""
10511 #: libraries/classes/Plugins/Import/ImportOds.php:153
10512 #: libraries/classes/Plugins/Import/ImportXml.php:112
10513 #: libraries/classes/Plugins/Import/ImportXml.php:175
10514 msgid ""
10515 "The XML file specified was either malformed or incomplete. Please correct "
10516 "the issue and try again."
10517 msgstr ""
10519 #: libraries/classes/Plugins/Import/ImportOds.php:163
10520 msgid "Could not parse OpenDocument Spreadsheet!"
10521 msgstr ""
10523 #: libraries/classes/Plugins/Import/ImportShp.php:68
10524 msgid "ESRI Shape File"
10525 msgstr ""
10527 #: libraries/classes/Plugins/Import/ImportShp.php:101
10528 #: libraries/classes/Plugins/Import/ImportShp.php:163
10529 #, php-format
10530 msgid "There was an error importing the ESRI shape file: \"%s\"."
10531 msgstr ""
10533 #: libraries/classes/Plugins/Import/ImportShp.php:193
10534 #, php-format
10535 msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
10536 msgstr ""
10538 #: libraries/classes/Plugins/Import/ImportShp.php:242
10539 msgid "The imported file does not contain any data!"
10540 msgstr ""
10542 #: libraries/classes/Plugins/Import/ImportSql.php:65
10543 msgid "SQL compatibility mode:"
10544 msgstr ""
10546 #: libraries/classes/Plugins/Import/ImportSql.php:77
10547 msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
10548 msgstr ""
10550 #: libraries/classes/Plugins/Import/ImportXml.php:48
10551 msgid "XML"
10552 msgstr ""
10554 #: libraries/classes/Plugins.php:589
10555 msgid "This format has no options"
10556 msgstr ""
10558 #: libraries/classes/Plugins.php:607
10559 msgid "Invalid authentication method set in configuration:"
10560 msgstr ""
10562 #: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:68
10563 #: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:87
10564 #: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:90
10565 #: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:87
10566 #, php-format
10567 msgid "The %s table doesn't exist!"
10568 msgstr ""
10570 #: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:62
10571 #: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:78
10572 #, php-format
10573 msgid "Schema of the %s database - Page %s"
10574 msgstr ""
10576 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:278
10577 msgid "SCHEMA ERROR: "
10578 msgstr ""
10580 #: libraries/classes/Plugins/Schema/Pdf/Pdf.php:272
10581 msgid "PDF export page"
10582 msgstr ""
10584 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:135
10585 #, php-format
10586 msgid "Schema of the %s database"
10587 msgstr ""
10589 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:163
10590 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:541
10591 msgid "Relational schema"
10592 msgstr ""
10594 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:486
10595 msgid "Table of contents"
10596 msgstr ""
10598 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:620
10599 #: templates/columns_definitions/column_definitions_form.twig:72
10600 #: templates/database/data_dictionary/index.twig:16
10601 #: templates/table/structure/display_table_stats.twig:6
10602 msgid "Table comments:"
10603 msgstr "የቴብል ኮሜንት"
10605 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669
10606 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703
10607 #: templates/columns_definitions/table_fields_definitions.twig:27
10608 #: templates/database/central_columns/edit.twig:13
10609 #: templates/table/structure/display_structure.twig:24
10610 msgid "Attributes"
10611 msgstr ""
10613 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:672
10614 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:706
10615 #: templates/table/structure/display_structure.twig:30
10616 #: templates/table/tracking/structure_snapshot_columns.twig:11
10617 msgid "Extra"
10618 msgstr ""
10620 #: libraries/classes/Plugins/SchemaPlugin.php:74
10621 msgid "Show color"
10622 msgstr ""
10624 #: libraries/classes/Plugins/SchemaPlugin.php:76
10625 msgid "Only show keys"
10626 msgstr ""
10628 #: libraries/classes/Plugins/Schema/SchemaDia.php:54
10629 #: libraries/classes/Plugins/Schema/SchemaEps.php:62
10630 #: libraries/classes/Plugins/Schema/SchemaPdf.php:64
10631 msgid "Orientation"
10632 msgstr ""
10634 #: libraries/classes/Plugins/Schema/SchemaDia.php:58
10635 #: libraries/classes/Plugins/Schema/SchemaEps.php:66
10636 #: libraries/classes/Plugins/Schema/SchemaPdf.php:68
10637 msgid "Landscape"
10638 msgstr ""
10640 #: libraries/classes/Plugins/Schema/SchemaDia.php:59
10641 #: libraries/classes/Plugins/Schema/SchemaEps.php:67
10642 #: libraries/classes/Plugins/Schema/SchemaPdf.php:69
10643 msgid "Portrait"
10644 msgstr ""
10646 #: libraries/classes/Plugins/Schema/SchemaEps.php:56
10647 #: libraries/classes/Plugins/Schema/SchemaPdf.php:58
10648 #: libraries/classes/Plugins/Schema/SchemaSvg.php:55
10649 msgid "Same width for all tables"
10650 msgstr ""
10652 #: libraries/classes/Plugins/Schema/SchemaPdf.php:83
10653 msgid "Show grid"
10654 msgstr ""
10656 #: libraries/classes/Plugins/Schema/SchemaPdf.php:89
10657 #: templates/database/structure/index.twig:21
10658 msgid "Data dictionary"
10659 msgstr ""
10661 #: libraries/classes/Plugins/Schema/SchemaPdf.php:95
10662 msgid "Order of the tables"
10663 msgstr ""
10665 #: libraries/classes/Plugins/Schema/SchemaPdf.php:100
10666 msgid "Name (Ascending)"
10667 msgstr ""
10669 #: libraries/classes/Plugins/Schema/SchemaPdf.php:101
10670 msgid "Name (Descending)"
10671 msgstr ""
10673 #: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:28
10674 msgid ""
10675 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
10676 "TRUE, second for FALSE. Nonzero=true."
10677 msgstr ""
10679 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:39
10680 msgid ""
10681 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
10682 "formatted date. The first option is the offset (in hours) which will be "
10683 "added to the timestamp (Default: 0). Use second option to specify a "
10684 "different date/time format string. Third option determines whether you want "
10685 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
10686 "According to that, date format has different value - for \"local\" see the "
10687 "documentation for PHP's strftime() function and for \"utc\" it is done using "
10688 "gmdate() function."
10689 msgstr ""
10691 #. l10n: See https://www.php.net/manual/en/function.strftime.php
10692 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:72
10693 #: libraries/classes/Util.php:709
10694 msgid "%B %d, %Y at %I:%M %p"
10695 msgstr ""
10697 #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:31
10698 msgid ""
10699 "Displays a link to download the binary data of the column. You can use the "
10700 "first option to specify the filename, or use the second option as the name "
10701 "of a column which contains the filename. If you use the second option, you "
10702 "need to set the first option to the empty string."
10703 msgstr ""
10705 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:41
10706 msgid ""
10707 "LINUX ONLY: Launches an external application and feeds it the column data "
10708 "via standard input. Returns the standard output of the application. The "
10709 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
10710 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
10711 "ExternalTransformationsPlugin.php and list the tools you want to make "
10712 "available. The first option is then the number of the program you want to "
10713 "use. The second option should be blank for historical reasons. The third "
10714 "option, if set to 1, will convert the output using htmlspecialchars() "
10715 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
10716 "ensure that the output appears all on one line (Default 1)."
10717 msgstr ""
10719 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:121
10720 #, php-format
10721 msgid ""
10722 "You are using the external transformation command line options field, which "
10723 "has been deprecated for security reasons. Add all command line options "
10724 "directly to the definition in %s."
10725 msgstr ""
10727 #: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:29
10728 msgid ""
10729 "Displays the contents of the column as-is, without running it through "
10730 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
10731 msgstr ""
10733 #: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:31
10734 msgid ""
10735 "Displays hexadecimal representation of data. Optional first parameter "
10736 "specifies how often space will be added (defaults to 2 nibbles)."
10737 msgstr ""
10739 #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:29
10740 msgid "Displays a link to download this image."
10741 msgstr ""
10743 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:31
10744 msgid ""
10745 "Image upload functionality which also displays a thumbnail. The options are "
10746 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
10747 msgstr ""
10749 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:91
10750 msgid "Image preview here"
10751 msgstr ""
10753 #: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:31
10754 msgid ""
10755 "Displays a clickable thumbnail. The options are the maximum width and height "
10756 "in pixels. The original aspect ratio is preserved."
10757 msgstr ""
10759 #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:30
10760 msgid ""
10761 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
10762 "in Internet standard dotted format."
10763 msgstr ""
10765 #: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:29
10766 msgid ""
10767 "Prepends and/or Appends text to a string. First option is text to be "
10768 "prepended, second is appended (enclosed in single quotes, default empty "
10769 "string)."
10770 msgstr ""
10772 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:32
10773 msgid ""
10774 "Validates the string using regular expression and performs insert only if "
10775 "string matches it. The first option is the Regular Expression."
10776 msgstr ""
10778 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:54
10779 #, php-format
10780 msgid "Validation failed for the input string %s."
10781 msgstr ""
10783 #: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:28
10784 msgid "Formats text as SQL query with syntax highlighting."
10785 msgstr ""
10787 #: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:31
10788 msgid ""
10789 "Displays a part of a string. The first option is the number of characters to "
10790 "skip from the beginning of the string (Default 0). The second option is the "
10791 "number of characters to return (Default: until end of string). The third "
10792 "option is the string to append and/or prepend when truncation occurs "
10793 "(Default: \"…\")."
10794 msgstr ""
10796 #: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:29
10797 msgid ""
10798 "File upload functionality for TEXT columns. It does not have a textarea for "
10799 "input."
10800 msgstr ""
10802 #: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:31
10803 msgid ""
10804 "Displays an image and a link; the column contains the filename. The first "
10805 "option is a URL prefix like \"https://www.example.com/\". The second and "
10806 "third options are the width and the height in pixels."
10807 msgstr ""
10809 #: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:30
10810 msgid ""
10811 "Displays a link; the column contains the filename. The first option is a URL "
10812 "prefix like \"https://www.example.com/\". The second option is a title for "
10813 "the link."
10814 msgstr ""
10816 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:32
10817 msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
10818 msgstr ""
10820 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:29
10821 msgid ""
10822 "Converts an Internet network address in (IPv4/IPv6) format into a long "
10823 "integer."
10824 msgstr ""
10826 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:26
10827 msgid "Syntax highlighted CodeMirror editor for JSON."
10828 msgstr ""
10830 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:26
10831 msgid "Syntax highlighted CodeMirror editor for SQL."
10832 msgstr ""
10834 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:26
10835 msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
10836 msgstr ""
10838 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:29
10839 msgid ""
10840 "Converts an Internet network address stored as a binary string into a string "
10841 "in Internet standard (IPv4/IPv6) format."
10842 msgstr ""
10844 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:44
10845 msgid "Formats text as JSON with syntax highlighting."
10846 msgstr ""
10848 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:44
10849 msgid "Formats text as XML with syntax highlighting."
10850 msgstr ""
10852 #: libraries/classes/Plugins/TwoFactor/Application.php:135
10853 msgid "Authentication Application (2FA)"
10854 msgstr ""
10856 #: libraries/classes/Plugins/TwoFactor/Application.php:146
10857 msgid ""
10858 "Provides authentication using HOTP and TOTP applications such as FreeOTP, "
10859 "Google Authenticator or Authy."
10860 msgstr ""
10862 #: libraries/classes/Plugins/TwoFactor/Key.php:208
10863 msgid "Hardware Security Key (FIDO U2F)"
10864 msgstr ""
10866 #: libraries/classes/Plugins/TwoFactor/Key.php:218
10867 msgid ""
10868 "Provides authentication using hardware security tokens supporting FIDO U2F, "
10869 "such as a YubiKey."
10870 msgstr ""
10872 #: libraries/classes/Plugins/TwoFactorPlugin.php:73
10873 #, php-format
10874 msgid "Two-factor authentication failed: %s"
10875 msgstr ""
10877 #: libraries/classes/Plugins/TwoFactorPlugin.php:78
10878 msgid "Two-factor authentication failed."
10879 msgstr ""
10881 #: libraries/classes/Plugins/TwoFactorPlugin.php:128
10882 msgid "No Two-Factor Authentication"
10883 msgstr ""
10885 #: libraries/classes/Plugins/TwoFactorPlugin.php:138
10886 msgid "Login using password only."
10887 msgstr ""
10889 #: libraries/classes/Plugins/TwoFactor/Simple.php:49
10890 msgid "Simple two-factor authentication"
10891 msgstr ""
10893 #: libraries/classes/Plugins/TwoFactor/Simple.php:59
10894 msgid "For testing purposes only!"
10895 msgstr ""
10897 #: libraries/classes/Plugins/TwoFactor/WebAuthn.php:180
10898 msgid "Hardware Security Key (WebAuthn/FIDO2)"
10899 msgstr ""
10901 #: libraries/classes/Plugins/TwoFactor/WebAuthn.php:186
10902 msgid ""
10903 "Provides authentication using hardware security tokens supporting the "
10904 "WebAuthn/FIDO2 protocol, such as a YubiKey."
10905 msgstr ""
10907 #: libraries/classes/Query/Utilities.php:97
10908 msgid ""
10909 "The server is not responding (or the local server's socket is not correctly "
10910 "configured)."
10911 msgstr ""
10913 #: libraries/classes/Query/Utilities.php:100
10914 msgid "The server is not responding."
10915 msgstr ""
10917 #: libraries/classes/Query/Utilities.php:104
10918 msgid "Logout and try as another user."
10919 msgstr ""
10921 #: libraries/classes/Query/Utilities.php:109
10922 msgid "Please check privileges of directory containing database."
10923 msgstr ""
10925 #: libraries/classes/Query/Utilities.php:118
10926 msgid "Details…"
10927 msgstr ""
10929 #: libraries/classes/RecentFavoriteTable.php:162
10930 msgid "Could not save recent table!"
10931 msgstr ""
10933 #: libraries/classes/RecentFavoriteTable.php:166
10934 msgid "Could not save favorite table!"
10935 msgstr ""
10937 #: libraries/classes/RecentFavoriteTable.php:250
10938 msgid "Recent tables"
10939 msgstr ""
10941 #: libraries/classes/RecentFavoriteTable.php:252
10942 msgid "Recent"
10943 msgstr ""
10945 #: libraries/classes/RecentFavoriteTable.php:256
10946 msgid "Favorites"
10947 msgstr ""
10949 #: libraries/classes/ReplicationGui.php:438
10950 msgid ""
10951 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
10952 "in phpMyAdmin configuration."
10953 msgstr ""
10955 #: libraries/classes/ReplicationGui.php:449
10956 msgid "Replication started successfully."
10957 msgstr ""
10959 #: libraries/classes/ReplicationGui.php:450
10960 msgid "Error starting replication."
10961 msgstr ""
10963 #: libraries/classes/ReplicationGui.php:453
10964 msgid "Replication stopped successfully."
10965 msgstr ""
10967 #: libraries/classes/ReplicationGui.php:454
10968 msgid "Error stopping replication."
10969 msgstr ""
10971 #: libraries/classes/ReplicationGui.php:457
10972 msgid "Replication resetting successfully."
10973 msgstr ""
10975 #: libraries/classes/ReplicationGui.php:458
10976 msgid "Error resetting replication."
10977 msgstr ""
10979 #: libraries/classes/ReplicationGui.php:461
10980 msgid "Success."
10981 msgstr ""
10983 #: libraries/classes/ReplicationGui.php:462
10984 msgid "Error."
10985 msgstr ""
10987 #: libraries/classes/ReplicationGui.php:507
10988 msgid "Unknown error"
10989 msgstr ""
10991 #: libraries/classes/ReplicationGui.php:520
10992 #, php-format
10993 msgid "Unable to connect to primary %s."
10994 msgstr ""
10996 #: libraries/classes/ReplicationGui.php:530
10997 msgid ""
10998 "Unable to read primary log position. Possible privilege problem on primary."
10999 msgstr ""
11001 #: libraries/classes/ReplicationGui.php:548
11002 msgid "Unable to change primary!"
11003 msgstr ""
11005 #: libraries/classes/ReplicationGui.php:552
11006 #, php-format
11007 msgid "Primary server changed successfully to %s."
11008 msgstr ""
11010 #: libraries/classes/Routing.php:103
11011 #, php-format
11012 msgid ""
11013 "The routing cache could not be written, you need to adjust permissions on "
11014 "the folder/file \"%s\""
11015 msgstr ""
11017 #: libraries/classes/Routing.php:162
11018 #, php-format
11019 msgid "Error 404! The page %s was not found."
11020 msgstr ""
11022 #: libraries/classes/Routing.php:173
11023 msgid "Error 405! Request method not allowed."
11024 msgstr ""
11026 #: libraries/classes/SavedSearches.php:239
11027 msgid "Please provide a name for this bookmarked search."
11028 msgstr ""
11030 #: libraries/classes/SavedSearches.php:255
11031 msgid "Missing information to save the bookmarked search."
11032 msgstr ""
11034 #: libraries/classes/SavedSearches.php:276
11035 #: libraries/classes/SavedSearches.php:310
11036 msgid "An entry with this name already exists."
11037 msgstr ""
11039 #: libraries/classes/SavedSearches.php:338
11040 msgid "Missing information to delete the search."
11041 msgstr ""
11043 #: libraries/classes/SavedSearches.php:365
11044 msgid "Missing information to load the search."
11045 msgstr ""
11047 #: libraries/classes/SavedSearches.php:385
11048 msgid "Error while loading the search."
11049 msgstr ""
11051 #: libraries/classes/Server/Plugins.php:68
11052 #: libraries/classes/Server/Privileges.php:795
11053 #: libraries/classes/Server/Privileges.php:3720
11054 msgid "Native MySQL authentication"
11055 msgstr ""
11057 #: libraries/classes/Server/Plugins.php:73
11058 msgid "SHA256 password authentication"
11059 msgstr ""
11061 #: libraries/classes/Server/Plugins.php:78
11062 msgid "Caching sha2 authentication"
11063 msgstr ""
11065 #: libraries/classes/Server/Plugins.php:83
11066 msgid "Unix Socket based authentication"
11067 msgstr ""
11069 #: libraries/classes/Server/Plugins.php:88
11070 msgid "Old MySQL-4.0 authentication"
11071 msgstr ""
11073 #: libraries/classes/Server/Privileges/AccountLocking.php:30
11074 #: libraries/classes/Server/Privileges/AccountLocking.php:51
11075 msgid "Account locking is not supported."
11076 msgstr ""
11078 #: libraries/classes/Server/Privileges.php:269
11079 msgid "No privileges."
11080 msgstr ""
11082 #: libraries/classes/Server/Privileges.php:277
11083 msgid "Includes all privileges except GRANT."
11084 msgstr ""
11086 #: libraries/classes/Server/Privileges.php:299
11087 #: libraries/classes/Server/Privileges.php:366
11088 #: templates/server/privileges/privileges_table.twig:124
11089 #: templates/server/privileges/privileges_table.twig:127
11090 #: templates/server/privileges/privileges_table.twig:323
11091 #: templates/server/privileges/privileges_table.twig:326
11092 msgid "Allows deleting data."
11093 msgstr ""
11095 #: libraries/classes/Server/Privileges.php:304
11096 #: templates/server/privileges/privileges_table.twig:136
11097 #: templates/server/privileges/privileges_table.twig:139
11098 #: templates/server/privileges/privileges_table.twig:361
11099 #: templates/server/privileges/privileges_table.twig:369
11100 msgid "Allows creating new tables."
11101 msgstr ""
11103 #: libraries/classes/Server/Privileges.php:309
11104 #: templates/server/privileges/privileges_table.twig:148
11105 #: templates/server/privileges/privileges_table.twig:151
11106 #: templates/server/privileges/privileges_table.twig:409
11107 #: templates/server/privileges/privileges_table.twig:417
11108 msgid "Allows dropping tables."
11109 msgstr ""
11111 #: libraries/classes/Server/Privileges.php:314
11112 #: libraries/classes/Server/Privileges.php:406
11113 #: templates/server/privileges/privileges_table.twig:173
11114 #: templates/server/privileges/privileges_table.twig:176
11115 #: templates/server/privileges/privileges_table.twig:393
11116 #: templates/server/privileges/privileges_table.twig:396
11117 msgid "Allows creating and dropping indexes."
11118 msgstr ""
11120 #: libraries/classes/Server/Privileges.php:319
11121 #: libraries/classes/Server/Privileges.php:411
11122 #: templates/server/privileges/privileges_table.twig:185
11123 #: templates/server/privileges/privileges_table.twig:188
11124 #: templates/server/privileges/privileges_table.twig:380
11125 #: templates/server/privileges/privileges_table.twig:383
11126 msgid "Allows altering the structure of existing tables."
11127 msgstr ""
11129 #: libraries/classes/Server/Privileges.php:324
11130 #: libraries/classes/Server/Privileges.php:450
11131 #: libraries/classes/Server/Privileges.php:466
11132 #: templates/server/privileges/privileges_table.twig:197
11133 #: templates/server/privileges/privileges_table.twig:200
11134 #: templates/server/privileges/privileges_table.twig:494
11135 #: templates/server/privileges/privileges_table.twig:497
11136 #: templates/server/privileges/privileges_table.twig:509
11137 #: templates/server/privileges/privileges_table.twig:512
11138 msgid "Allows creating new views."
11139 msgstr ""
11141 #: libraries/classes/Server/Privileges.php:329
11142 #: libraries/classes/Server/Privileges.php:471
11143 #: libraries/classes/Server/Privileges.php:477
11144 #: templates/server/privileges/privileges_table.twig:209
11145 #: templates/server/privileges/privileges_table.twig:212
11146 #: templates/server/privileges/privileges_table.twig:441
11147 #: templates/server/privileges/privileges_table.twig:444
11148 msgid "Allows performing SHOW CREATE VIEW queries."
11149 msgstr ""
11151 #: libraries/classes/Server/Privileges.php:334
11152 #: libraries/classes/Server/Privileges.php:460
11153 #: templates/server/privileges/privileges_table.twig:221
11154 #: templates/server/privileges/privileges_table.twig:224
11155 #: templates/server/privileges/privileges_table.twig:537
11156 #: templates/server/privileges/privileges_table.twig:540
11157 msgid "Allows creating and dropping triggers."
11158 msgstr ""
11160 #: libraries/classes/Server/Privileges.php:351
11161 #: templates/server/privileges/privileges_table.twig:15
11162 #: templates/server/privileges/privileges_table.twig:284
11163 #: templates/server/privileges/privileges_table.twig:287
11164 msgid "Allows reading data."
11165 msgstr ""
11167 #: libraries/classes/Server/Privileges.php:356
11168 #: templates/server/privileges/privileges_table.twig:42
11169 #: templates/server/privileges/privileges_table.twig:297
11170 #: templates/server/privileges/privileges_table.twig:300
11171 msgid "Allows inserting and replacing data."
11172 msgstr ""
11174 #: libraries/classes/Server/Privileges.php:361
11175 #: templates/server/privileges/privileges_table.twig:69
11176 #: templates/server/privileges/privileges_table.twig:310
11177 #: templates/server/privileges/privileges_table.twig:313
11178 msgid "Allows changing data."
11179 msgstr ""
11181 #: libraries/classes/Server/Privileges.php:371
11182 #: templates/server/privileges/privileges_table.twig:359
11183 #: templates/server/privileges/privileges_table.twig:367
11184 msgid "Allows creating new databases and tables."
11185 msgstr ""
11187 #: libraries/classes/Server/Privileges.php:376
11188 #: templates/server/privileges/privileges_table.twig:407
11189 #: templates/server/privileges/privileges_table.twig:415
11190 msgid "Allows dropping databases and tables."
11191 msgstr ""
11193 #: libraries/classes/Server/Privileges.php:381
11194 #: templates/server/privileges/privileges_table.twig:599
11195 #: templates/server/privileges/privileges_table.twig:602
11196 msgid "Allows reloading server settings and flushing the server's caches."
11197 msgstr ""
11199 #: libraries/classes/Server/Privileges.php:386
11200 #: templates/server/privileges/privileges_table.twig:612
11201 #: templates/server/privileges/privileges_table.twig:615
11202 msgid "Allows shutting down the server."
11203 msgstr ""
11205 #: libraries/classes/Server/Privileges.php:391
11206 #: templates/server/privileges/privileges_table.twig:586
11207 #: templates/server/privileges/privileges_table.twig:589
11208 msgid "Allows viewing processes of all users."
11209 msgstr ""
11211 #: libraries/classes/Server/Privileges.php:396
11212 #: templates/server/privileges/privileges_table.twig:337
11213 #: templates/server/privileges/privileges_table.twig:340
11214 msgid "Allows importing data from and exporting data into files."
11215 msgstr ""
11217 #: libraries/classes/Server/Privileges.php:401
11218 #: templates/server/privileges/privileges_table.twig:96
11219 #: templates/server/privileges/privileges_table.twig:666
11220 msgid "Has no effect in this MySQL version."
11221 msgstr ""
11223 #: libraries/classes/Server/Privileges.php:416
11224 #: templates/server/privileges/privileges_table.twig:625
11225 #: templates/server/privileges/privileges_table.twig:628
11226 msgid "Gives access to the complete list of databases."
11227 msgstr ""
11229 #: libraries/classes/Server/Privileges.php:422
11230 #: templates/server/privileges/privileges_table.twig:572
11231 #: templates/server/privileges/privileges_table.twig:576
11232 msgid ""
11233 "Allows connecting, even if maximum number of connections is reached; "
11234 "required for most administrative operations like setting global variables or "
11235 "killing threads of other users."
11236 msgstr ""
11238 #: libraries/classes/Server/Privileges.php:430
11239 #: templates/server/privileges/privileges_table.twig:428
11240 #: templates/server/privileges/privileges_table.twig:431
11241 msgid "Allows creating temporary tables."
11242 msgstr ""
11244 #: libraries/classes/Server/Privileges.php:435
11245 #: templates/server/privileges/privileges_table.twig:653
11246 #: templates/server/privileges/privileges_table.twig:656
11247 msgid "Allows locking tables for the current thread."
11248 msgstr ""
11250 #: libraries/classes/Server/Privileges.php:440
11251 #: templates/server/privileges/privileges_table.twig:694
11252 #: templates/server/privileges/privileges_table.twig:697
11253 msgid "Needed for the replication replicas."
11254 msgstr ""
11256 #: libraries/classes/Server/Privileges.php:445
11257 #: templates/server/privileges/privileges_table.twig:681
11258 #: templates/server/privileges/privileges_table.twig:684
11259 msgid "Allows the user to ask where the replicas / primaries are."
11260 msgstr ""
11262 #: libraries/classes/Server/Privileges.php:455
11263 #: templates/server/privileges/privileges_table.twig:524
11264 #: templates/server/privileges/privileges_table.twig:527
11265 msgid "Allows to set up events for the event scheduler."
11266 msgstr ""
11268 #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
11269 #: libraries/classes/Server/Privileges.php:484
11270 #: libraries/classes/Server/Privileges.php:493
11271 #: templates/server/privileges/privileges_table.twig:234
11272 #: templates/server/privileges/privileges_table.twig:238
11273 msgid "Allows deleting historical rows."
11274 msgstr ""
11276 #: libraries/classes/Server/Privileges.php:498
11277 #: templates/server/privileges/privileges_table.twig:454
11278 #: templates/server/privileges/privileges_table.twig:457
11279 msgid "Allows creating stored routines."
11280 msgstr ""
11282 #: libraries/classes/Server/Privileges.php:503
11283 #: templates/server/privileges/privileges_table.twig:467
11284 #: templates/server/privileges/privileges_table.twig:470
11285 msgid "Allows altering and dropping stored routines."
11286 msgstr ""
11288 #: libraries/classes/Server/Privileges.php:508
11289 #: templates/server/privileges/privileges_table.twig:707
11290 #: templates/server/privileges/privileges_table.twig:710
11291 msgid "Allows creating, dropping and renaming user accounts."
11292 msgstr ""
11294 #: libraries/classes/Server/Privileges.php:513
11295 #: templates/server/privileges/privileges_table.twig:480
11296 #: templates/server/privileges/privileges_table.twig:483
11297 msgid "Allows executing stored routines."
11298 msgstr ""
11300 #: libraries/classes/Server/Privileges.php:1083
11301 #, php-format
11302 msgid "The password for %s was changed successfully."
11303 msgstr ""
11305 #: libraries/classes/Server/Privileges.php:1131
11306 #, php-format
11307 msgid "You have revoked the privileges for %s."
11308 msgstr ""
11310 #: libraries/classes/Server/Privileges.php:1443
11311 #: templates/database/privileges/index.twig:124
11312 #: templates/table/privileges/index.twig:127
11313 msgid "Not enough privilege to view users."
11314 msgstr ""
11316 #: libraries/classes/Server/Privileges.php:1505
11317 #: templates/database/privileges/index.twig:80
11318 #: templates/server/privileges/new_user_ajax.twig:45
11319 #: templates/server/privileges/users_overview.twig:75
11320 #: templates/table/privileges/index.twig:84
11321 msgid "Edit privileges"
11322 msgstr ""
11324 #: libraries/classes/Server/Privileges.php:1509
11325 msgid "Revoke"
11326 msgstr ""
11328 #: libraries/classes/Server/Privileges.php:1820
11329 #: templates/server/privileges/privileges_table.twig:264
11330 msgid "Database-specific privileges"
11331 msgstr ""
11333 #: libraries/classes/Server/Privileges.php:1826
11334 #: templates/server/privileges/privileges_summary.twig:18
11335 #: templates/server/privileges/privileges_table.twig:7
11336 #: templates/server/privileges/privileges_table.twig:266
11337 msgid "Table-specific privileges"
11338 msgstr ""
11340 #: libraries/classes/Server/Privileges.php:1831
11341 #: libraries/classes/Server/Privileges.php:1833
11342 #: templates/server/privileges/edit_routine_privileges.twig:29
11343 #: templates/server/privileges/edit_routine_privileges.twig:46
11344 #: templates/server/privileges/edit_routine_privileges.twig:58
11345 msgid "Routine"
11346 msgstr ""
11348 #: libraries/classes/Server/Privileges.php:1832
11349 #: templates/server/privileges/edit_routine_privileges.twig:47
11350 msgid "Routine-specific privileges"
11351 msgstr ""
11353 #: libraries/classes/Server/Privileges.php:2173
11354 msgid "No users selected for deleting!"
11355 msgstr ""
11357 #: libraries/classes/Server/Privileges.php:2176
11358 msgid "Reloading the privileges"
11359 msgstr ""
11361 #: libraries/classes/Server/Privileges.php:2201
11362 msgid "The selected users have been deleted successfully."
11363 msgstr ""
11365 #: libraries/classes/Server/Privileges.php:2278
11366 #, php-format
11367 msgid "You have updated the privileges for %s."
11368 msgstr ""
11370 #: libraries/classes/Server/Privileges.php:2365
11371 #: templates/database/privileges/index.twig:102
11372 #: templates/table/privileges/index.twig:106
11373 msgid "No user found."
11374 msgstr ""
11376 #: libraries/classes/Server/Privileges.php:2452
11377 #, php-format
11378 msgid "Deleting %s"
11379 msgstr ""
11381 #: libraries/classes/Server/Privileges.php:2483
11382 msgid "The privileges were reloaded successfully."
11383 msgstr ""
11385 #: libraries/classes/Server/Privileges.php:2587
11386 #, php-format
11387 msgid "The user %s already exists!"
11388 msgstr ""
11390 #: libraries/classes/Server/Privileges.php:2862
11391 #, php-format
11392 msgid "Privileges for %s"
11393 msgstr ""
11395 #: libraries/classes/Server/Privileges.php:2871
11396 #: libraries/classes/Server/Status/Processes.php:114
11397 #: templates/server/user_groups/user_listings.twig:9
11398 msgid "User"
11399 msgstr ""
11401 #: libraries/classes/Server/Privileges.php:2982
11402 msgid ""
11403 "A user account allowing any user from localhost to connect is present. This "
11404 "will prevent other users from connecting if the host part of their account "
11405 "allows a connection from any (%) host."
11406 msgstr ""
11408 #: libraries/classes/Server/Privileges.php:3017
11409 #, php-format
11410 msgid ""
11411 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11412 "tables. The content of these tables may differ from the privileges the "
11413 "server uses, if they have been changed manually. In this case, you should "
11414 "%sreload the privileges%s before you continue."
11415 msgstr ""
11417 #: libraries/classes/Server/Privileges.php:3033
11418 msgid ""
11419 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11420 "tables. The content of these tables may differ from the privileges the "
11421 "server uses, if they have been changed manually. In this case, the "
11422 "privileges have to be reloaded but currently, you don't have the RELOAD "
11423 "privilege."
11424 msgstr ""
11426 #: libraries/classes/Server/Privileges.php:3347
11427 msgid "You have added a new user."
11428 msgstr ""
11430 #: libraries/classes/Server/Status/Data.php:146
11431 #: libraries/classes/Server/Status/Processes.php:147
11432 #: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:20
11433 msgid "SQL query"
11434 msgstr ""
11436 #: libraries/classes/Server/Status/Data.php:149
11437 msgid "Handler"
11438 msgstr ""
11440 #: libraries/classes/Server/Status/Data.php:150
11441 msgid "Query cache"
11442 msgstr ""
11444 #: libraries/classes/Server/Status/Data.php:151
11445 msgid "Threads"
11446 msgstr ""
11448 #: libraries/classes/Server/Status/Data.php:153
11449 msgid "Temporary data"
11450 msgstr ""
11452 #: libraries/classes/Server/Status/Data.php:154
11453 msgid "Delayed inserts"
11454 msgstr ""
11456 #: libraries/classes/Server/Status/Data.php:155
11457 msgid "Key cache"
11458 msgstr ""
11460 #: libraries/classes/Server/Status/Data.php:156
11461 msgid "Joins"
11462 msgstr ""
11464 #: libraries/classes/Server/Status/Data.php:158
11465 msgid "Sorting"
11466 msgstr ""
11468 #: libraries/classes/Server/Status/Data.php:160
11469 msgid "Transaction coordinator"
11470 msgstr ""
11472 #: libraries/classes/Server/Status/Data.php:161
11473 #: templates/server/binlog/index.twig:27
11474 msgid "Files"
11475 msgstr ""
11477 #: libraries/classes/Server/Status/Data.php:180
11478 msgid "Flush (close) all tables"
11479 msgstr ""
11481 #: libraries/classes/Server/Status/Data.php:184
11482 msgid "Show open tables"
11483 msgstr ""
11485 #: libraries/classes/Server/Status/Data.php:193
11486 msgid "Show replica hosts"
11487 msgstr ""
11489 #: libraries/classes/Server/Status/Data.php:200
11490 #: templates/server/replication/primary_replication.twig:9
11491 msgid "Show primary status"
11492 msgstr ""
11494 #: libraries/classes/Server/Status/Data.php:207
11495 msgid "Show replica status"
11496 msgstr ""
11498 #: libraries/classes/Server/Status/Data.php:215
11499 msgid "Flush query cache"
11500 msgstr ""
11502 #: libraries/classes/Server/Status/Processes.php:110
11503 msgid "ID"
11504 msgstr ""
11506 #: libraries/classes/Server/Status/Processes.php:118
11507 #: templates/server/replication/primary_add_replica_user.twig:32
11508 #: templates/server/replication/primary_add_replica_user.twig:43
11509 #: templates/server/replication/primary_replication.twig:25
11510 msgid "Host"
11511 msgstr ""
11513 #: libraries/classes/Server/Status/Processes.php:126
11514 msgid "Command"
11515 msgstr ""
11517 #: libraries/classes/Server/Status/Processes.php:141
11518 msgid "Progress"
11519 msgstr ""
11521 #: libraries/classes/Setup/Index.php:130
11522 msgid ""
11523 "Reading of version failed. Maybe you're offline or the upgrade server does "
11524 "not respond."
11525 msgstr ""
11527 #: libraries/classes/Setup/Index.php:152
11528 msgid "Got invalid version string from server"
11529 msgstr ""
11531 #: libraries/classes/Setup/Index.php:164
11532 msgid "Unparsable version string"
11533 msgstr ""
11535 #: libraries/classes/Setup/Index.php:186
11536 #, php-format
11537 msgid ""
11538 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
11539 "version is %s, released on %s."
11540 msgstr ""
11542 #: libraries/classes/Setup/Index.php:194
11543 msgid "No newer stable version is available"
11544 msgstr ""
11546 #: libraries/classes/Sql.php:499
11547 #, php-format
11548 msgid "Using bookmark \"%s\" as default browse query."
11549 msgstr ""
11551 #: libraries/classes/Sql.php:967
11552 msgid "Showing as PHP code"
11553 msgstr ""
11555 #: libraries/classes/Sql.php:1342
11556 #, php-format
11557 msgid ""
11558 "Current selection does not contain a unique column. Grid edit, checkbox, "
11559 "Edit, Copy and Delete features are not available. %s"
11560 msgstr ""
11562 #: libraries/classes/Sql.php:1356
11563 #, php-format
11564 msgid ""
11565 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
11566 "and Delete features may result in undesired behavior. %s"
11567 msgstr ""
11569 #: libraries/classes/SqlQueryForm.php:149
11570 #, php-format
11571 msgid "Run SQL query/queries on server “%s”"
11572 msgstr ""
11574 #: libraries/classes/SqlQueryForm.php:165
11575 #, php-format
11576 msgid "Run SQL query/queries on database %s"
11577 msgstr ""
11579 #: libraries/classes/SqlQueryForm.php:180
11580 #, php-format
11581 msgid "Run SQL query/queries on table %s"
11582 msgstr ""
11584 #: libraries/classes/StorageEngine.php:368
11585 msgid ""
11586 "There is no detailed status information available for this storage engine."
11587 msgstr ""
11589 #: libraries/classes/StorageEngine.php:470
11590 #: templates/database/structure/body_for_table_summary.twig:46
11591 #, php-format
11592 msgid "%s is the default storage engine on this MySQL server."
11593 msgstr ""
11595 #: libraries/classes/StorageEngine.php:473
11596 #, php-format
11597 msgid "%s is available on this MySQL server."
11598 msgstr ""
11600 #: libraries/classes/StorageEngine.php:476
11601 #, php-format
11602 msgid "%s has been disabled for this MySQL server."
11603 msgstr ""
11605 #: libraries/classes/StorageEngine.php:480
11606 #, php-format
11607 msgid "This MySQL server does not support the %s storage engine."
11608 msgstr ""
11610 #: libraries/classes/Table/Indexes.php:58 libraries/classes/Table.php:2110
11611 msgid "The name of the primary key must be \"PRIMARY\"!"
11612 msgstr ""
11614 #: libraries/classes/Table/Maintenance.php:122
11615 #, php-format
11616 msgid "Problems with indexes of table `%s`"
11617 msgstr ""
11619 #: libraries/classes/Table.php:348
11620 msgid "Unknown table status:"
11621 msgstr ""
11623 #: libraries/classes/Table.php:1011
11624 #, php-format
11625 msgid "Source database `%s` was not found!"
11626 msgstr ""
11628 #: libraries/classes/Table.php:1020
11629 #, php-format
11630 msgid "Target database `%s` was not found!"
11631 msgstr ""
11633 #: libraries/classes/Table.php:1487
11634 msgid "Invalid database:"
11635 msgstr ""
11637 #: libraries/classes/Table.php:1505
11638 msgid "Invalid table name:"
11639 msgstr ""
11641 #: libraries/classes/Table.php:1557
11642 #, php-format
11643 msgid "Table %1$s has been renamed to %2$s."
11644 msgstr ""
11646 #: libraries/classes/Table.php:1802
11647 msgid "Could not save table UI preferences!"
11648 msgstr ""
11650 #: libraries/classes/Table.php:1828
11651 #, php-format
11652 msgid ""
11653 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
11654 "['MaxTableUiprefs'] %s)"
11655 msgstr ""
11657 #: libraries/classes/Table.php:1963
11658 #, php-format
11659 msgid ""
11660 "Cannot save UI property \"%s\". The changes made will not be persistent "
11661 "after you refresh this page. Please check if the table structure has been "
11662 "changed."
11663 msgstr ""
11665 #: libraries/classes/Table.php:2122
11666 msgid "Can't rename index to PRIMARY!"
11667 msgstr ""
11669 #: libraries/classes/Table.php:2148
11670 msgid "No index parts defined!"
11671 msgstr ""
11673 #: libraries/classes/Table.php:2444
11674 #, php-format
11675 msgid "Error creating foreign key on %1$s (check data types)"
11676 msgstr ""
11678 #: libraries/classes/Template.php:135
11679 #, php-format
11680 msgid "Error while working with template cache: %s"
11681 msgstr ""
11683 #: libraries/classes/ThemeManager.php:83
11684 #, php-format
11685 msgid "Default theme %s not found!"
11686 msgstr ""
11688 #: libraries/classes/ThemeManager.php:142
11689 #, php-format
11690 msgid "Theme %s not found!"
11691 msgstr ""
11693 #: libraries/classes/Theme.php:168
11694 #, php-format
11695 msgid "No valid image path for theme %s found!"
11696 msgstr ""
11698 #: libraries/classes/Tracking.php:236
11699 #: templates/database/tracking/tables.twig:115
11700 #: templates/table/tracking/main.twig:73
11701 msgid "Tracking report"
11702 msgstr ""
11704 #: libraries/classes/Tracking.php:240
11705 msgid "Tracking statements"
11706 msgstr ""
11708 #: libraries/classes/Tracking.php:255
11709 msgid "Delete tracking data row from report"
11710 msgstr ""
11712 #: libraries/classes/Tracking.php:267
11713 msgid "No data"
11714 msgstr ""
11716 #: libraries/classes/Tracking.php:312
11717 #: templates/database/operations/index.twig:131
11718 #: templates/database/structure/copy_form.twig:19
11719 #: templates/table/operations/index.twig:275
11720 msgid "Structure only"
11721 msgstr ""
11723 #: libraries/classes/Tracking.php:315
11724 #: templates/database/operations/index.twig:143
11725 #: templates/database/structure/copy_form.twig:29
11726 #: templates/table/operations/index.twig:287
11727 msgid "Data only"
11728 msgstr ""
11730 #: libraries/classes/Tracking.php:318
11731 #: templates/database/operations/index.twig:137
11732 #: templates/database/structure/copy_form.twig:24
11733 #: templates/table/operations/index.twig:281
11734 msgid "Structure and data"
11735 msgstr ""
11737 #: libraries/classes/Tracking.php:383 libraries/classes/Tracking.php:451
11738 #, php-format
11739 msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
11740 msgstr ""
11742 #: libraries/classes/Tracking.php:472
11743 msgid "SQL dump (file download)"
11744 msgstr ""
11746 #: libraries/classes/Tracking.php:474
11747 msgid "SQL dump"
11748 msgstr ""
11750 #: libraries/classes/Tracking.php:477
11751 msgid "This option will replace your table and contained data."
11752 msgstr ""
11754 #: libraries/classes/Tracking.php:479
11755 msgid "SQL execution"
11756 msgstr ""
11758 #: libraries/classes/Tracking.php:483
11759 #, php-format
11760 msgid "Export as %s"
11761 msgstr ""
11763 #: libraries/classes/Tracking.php:521
11764 msgid "Data manipulation statement"
11765 msgstr ""
11767 #: libraries/classes/Tracking.php:557
11768 msgid "Data definition statement"
11769 msgstr ""
11771 #: libraries/classes/Tracking.php:640
11772 #: templates/database/tracking/tables.twig:126
11773 #: templates/table/tracking/main.twig:80
11774 msgid "Structure snapshot"
11775 msgstr ""
11777 #: libraries/classes/Tracking.php:658
11778 #, php-format
11779 msgid "Version %s snapshot (SQL code)"
11780 msgstr ""
11782 #: libraries/classes/Tracking.php:728
11783 msgid "Tracking data definition successfully deleted"
11784 msgstr ""
11786 #: libraries/classes/Tracking.php:740
11787 msgid "Tracking data manipulation successfully deleted"
11788 msgstr ""
11790 #: libraries/classes/Tracking.php:797
11791 msgid ""
11792 "You can execute the dump by creating and using a temporary database. Please "
11793 "ensure that you have the privileges to do so."
11794 msgstr ""
11796 #: libraries/classes/Tracking.php:801
11797 msgid "Comment out these two lines if you do not need them."
11798 msgstr ""
11800 #: libraries/classes/Tracking.php:812
11801 msgid "SQL statements exported. Please copy the dump or execute it."
11802 msgstr ""
11804 #: libraries/classes/Tracking.php:845
11805 #, php-format
11806 msgid "Tracking report for table `%s`"
11807 msgstr ""
11809 #: libraries/classes/Tracking.php:877
11810 #, php-format
11811 msgid "Tracking for %1$s was activated at version %2$s."
11812 msgstr ""
11814 #: libraries/classes/Tracking.php:880
11815 #, php-format
11816 msgid "Tracking for %1$s was deactivated at version %2$s."
11817 msgstr ""
11819 #: libraries/classes/Tracking.php:979
11820 #, php-format
11821 msgid "Version %1$s of %2$s was deleted."
11822 msgstr ""
11824 #: libraries/classes/Tracking.php:1010
11825 #, php-format
11826 msgid "Version %1$s was created, tracking for %2$s is active."
11827 msgstr ""
11829 #: libraries/classes/Types.php:231
11830 msgid ""
11831 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
11832 msgstr ""
11834 #: libraries/classes/Types.php:234
11835 msgid ""
11836 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
11837 "65,535"
11838 msgstr ""
11840 #: libraries/classes/Types.php:238
11841 msgid ""
11842 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
11843 "0 to 16,777,215"
11844 msgstr ""
11846 #: libraries/classes/Types.php:243
11847 msgid ""
11848 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
11849 "range is 0 to 4,294,967,295"
11850 msgstr ""
11852 #: libraries/classes/Types.php:250
11853 msgid ""
11854 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
11855 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
11856 msgstr ""
11858 #: libraries/classes/Types.php:257
11859 msgid ""
11860 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
11861 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
11862 msgstr ""
11864 #: libraries/classes/Types.php:264
11865 msgid ""
11866 "A small floating-point number, allowable values are -3.402823466E+38 to "
11867 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
11868 msgstr ""
11870 #: libraries/classes/Types.php:271
11871 msgid ""
11872 "A double-precision floating-point number, allowable values are "
11873 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
11874 "2.2250738585072014E-308 to 1.7976931348623157E+308"
11875 msgstr ""
11877 #: libraries/classes/Types.php:277
11878 msgid ""
11879 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
11880 "FLOAT)"
11881 msgstr ""
11883 #: libraries/classes/Types.php:280
11884 msgid ""
11885 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
11886 "64)"
11887 msgstr ""
11889 #: libraries/classes/Types.php:284
11890 msgid ""
11891 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
11892 "values are considered true"
11893 msgstr ""
11895 #: libraries/classes/Types.php:288
11896 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
11897 msgstr ""
11899 #: libraries/classes/Types.php:292
11900 #, php-format
11901 msgid "A date, supported range is %1$s to %2$s"
11902 msgstr ""
11904 #: libraries/classes/Types.php:299
11905 #, php-format
11906 msgid "A date and time combination, supported range is %1$s to %2$s"
11907 msgstr ""
11909 #: libraries/classes/Types.php:306
11910 msgid ""
11911 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
11912 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
11913 msgstr ""
11915 #: libraries/classes/Types.php:313
11916 #, php-format
11917 msgid "A time, range is %1$s to %2$s"
11918 msgstr ""
11920 #: libraries/classes/Types.php:320
11921 msgid ""
11922 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
11923 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
11924 msgstr ""
11926 #: libraries/classes/Types.php:327
11927 msgid ""
11928 "A fixed-length (0-255, default 1) string that is always right-padded with "
11929 "spaces to the specified length when stored"
11930 msgstr ""
11932 #: libraries/classes/Types.php:334
11933 #, php-format
11934 msgid ""
11935 "A variable-length (%s) string, the effective maximum length is subject to "
11936 "the maximum row size"
11937 msgstr ""
11939 #: libraries/classes/Types.php:341
11940 msgid ""
11941 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
11942 "a one-byte prefix indicating the length of the value in bytes"
11943 msgstr ""
11945 #: libraries/classes/Types.php:348
11946 msgid ""
11947 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
11948 "with a two-byte prefix indicating the length of the value in bytes"
11949 msgstr ""
11951 #: libraries/classes/Types.php:355
11952 msgid ""
11953 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
11954 "stored with a three-byte prefix indicating the length of the value in bytes"
11955 msgstr ""
11957 #: libraries/classes/Types.php:362
11958 msgid ""
11959 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
11960 "characters, stored with a four-byte prefix indicating the length of the "
11961 "value in bytes"
11962 msgstr ""
11964 #: libraries/classes/Types.php:369
11965 msgid ""
11966 "Similar to the CHAR type, but stores binary byte strings rather than non-"
11967 "binary character strings"
11968 msgstr ""
11970 #: libraries/classes/Types.php:374
11971 msgid ""
11972 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
11973 "binary character strings"
11974 msgstr ""
11976 #: libraries/classes/Types.php:380
11977 msgid ""
11978 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
11979 "one-byte prefix indicating the length of the value"
11980 msgstr ""
11982 #: libraries/classes/Types.php:386
11983 msgid ""
11984 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
11985 "with a three-byte prefix indicating the length of the value"
11986 msgstr ""
11988 #: libraries/classes/Types.php:393
11989 msgid ""
11990 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
11991 "a two-byte prefix indicating the length of the value"
11992 msgstr ""
11994 #: libraries/classes/Types.php:399
11995 msgid ""
11996 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
11997 "bytes, stored with a four-byte prefix indicating the length of the value"
11998 msgstr ""
12000 #: libraries/classes/Types.php:406
12001 msgid ""
12002 "An enumeration, chosen from the list of up to 65,535 values or the special "
12003 "'' error value"
12004 msgstr ""
12006 #: libraries/classes/Types.php:410
12007 msgid "A single value chosen from a set of up to 64 members"
12008 msgstr ""
12010 #: libraries/classes/Types.php:413
12011 msgid "A type that can store a geometry of any type"
12012 msgstr ""
12014 #: libraries/classes/Types.php:416
12015 msgid "A point in 2-dimensional space"
12016 msgstr ""
12018 #: libraries/classes/Types.php:419
12019 msgid "A curve with linear interpolation between points"
12020 msgstr ""
12022 #: libraries/classes/Types.php:422
12023 msgid "A polygon"
12024 msgstr ""
12026 #: libraries/classes/Types.php:425
12027 msgid "A collection of points"
12028 msgstr ""
12030 #: libraries/classes/Types.php:428
12031 msgid "A collection of curves with linear interpolation between points"
12032 msgstr ""
12034 #: libraries/classes/Types.php:431
12035 msgid "A collection of polygons"
12036 msgstr ""
12038 #: libraries/classes/Types.php:434
12039 msgid "A collection of geometry objects of any type"
12040 msgstr ""
12042 #: libraries/classes/Types.php:437
12043 msgid ""
12044 "Stores and enables efficient access to data in JSON (JavaScript Object "
12045 "Notation) documents"
12046 msgstr ""
12048 #: libraries/classes/Types.php:440
12049 msgid ""
12050 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
12051 "conventional mapping of IPv4 addresses into IPv6 addresses"
12052 msgstr ""
12054 #: libraries/classes/Types.php:445
12055 msgid "128-bit UUID (Universally Unique Identifier)"
12056 msgstr ""
12058 #: libraries/classes/Types.php:791
12059 msgctxt "numeric types"
12060 msgid "Numeric"
12061 msgstr ""
12063 #: libraries/classes/Types.php:809
12064 msgctxt "date and time types"
12065 msgid "Date and time"
12066 msgstr ""
12068 #: libraries/classes/Types.php:845
12069 msgctxt "spatial types"
12070 msgid "Spatial"
12071 msgstr ""
12073 #: libraries/classes/UrlRedirector.php:55
12074 msgid "Taking you to the target site."
12075 msgstr ""
12077 #: libraries/classes/UserPassword.php:38
12078 msgid "The profile has been updated."
12079 msgstr ""
12081 #: libraries/classes/UserPassword.php:50
12082 msgid "Password is too long!"
12083 msgstr ""
12085 #: libraries/classes/UserPreferences.php:181
12086 msgid "Could not save configuration"
12087 msgstr ""
12089 #: libraries/classes/UserPreferences.php:192
12090 msgid "The phpMyAdmin configuration storage database could not be accessed."
12091 msgstr ""
12093 #: libraries/classes/Util.php:131
12094 #, php-format
12095 msgid "Max: %s%s"
12096 msgstr ""
12098 #. l10n: Short month name
12099 #. l10n: Short month name for January
12100 #: libraries/classes/Util.php:666 templates/javascript/variables.twig:34
12101 msgid "Jan"
12102 msgstr ""
12104 #. l10n: Short month name
12105 #. l10n: Short month name for February
12106 #: libraries/classes/Util.php:668 templates/javascript/variables.twig:35
12107 msgid "Feb"
12108 msgstr ""
12110 #. l10n: Short month name
12111 #. l10n: Short month name for March
12112 #: libraries/classes/Util.php:670 templates/javascript/variables.twig:36
12113 msgid "Mar"
12114 msgstr ""
12116 #. l10n: Short month name
12117 #. l10n: Short month name for April
12118 #: libraries/classes/Util.php:672 templates/javascript/variables.twig:37
12119 msgid "Apr"
12120 msgstr ""
12122 #. l10n: Short month name
12123 #: libraries/classes/Util.php:674
12124 msgctxt "Short month name"
12125 msgid "May"
12126 msgstr ""
12128 #. l10n: Short month name
12129 #. l10n: Short month name for June
12130 #: libraries/classes/Util.php:676 templates/javascript/variables.twig:39
12131 msgid "Jun"
12132 msgstr ""
12134 #. l10n: Short month name
12135 #. l10n: Short month name for July
12136 #: libraries/classes/Util.php:678 templates/javascript/variables.twig:40
12137 msgid "Jul"
12138 msgstr ""
12140 #. l10n: Short month name
12141 #. l10n: Short month name for August
12142 #: libraries/classes/Util.php:680 templates/javascript/variables.twig:41
12143 msgid "Aug"
12144 msgstr ""
12146 #. l10n: Short month name
12147 #. l10n: Short month name for September
12148 #: libraries/classes/Util.php:682 templates/javascript/variables.twig:42
12149 msgid "Sep"
12150 msgstr ""
12152 #. l10n: Short month name
12153 #. l10n: Short month name for October
12154 #: libraries/classes/Util.php:684 templates/javascript/variables.twig:43
12155 msgid "Oct"
12156 msgstr ""
12158 #. l10n: Short month name
12159 #. l10n: Short month name for November
12160 #: libraries/classes/Util.php:686 templates/javascript/variables.twig:44
12161 msgid "Nov"
12162 msgstr ""
12164 #. l10n: Short month name
12165 #. l10n: Short month name for December
12166 #: libraries/classes/Util.php:688 templates/javascript/variables.twig:45
12167 msgid "Dec"
12168 msgstr ""
12170 #. l10n: Short week day name for Sunday
12171 #: libraries/classes/Util.php:692
12172 msgctxt "Short week day name for Sunday"
12173 msgid "Sun"
12174 msgstr ""
12176 #. l10n: Short week day name for Monday
12177 #: libraries/classes/Util.php:694 templates/javascript/variables.twig:58
12178 msgid "Mon"
12179 msgstr ""
12181 #. l10n: Short week day name for Tuesday
12182 #: libraries/classes/Util.php:696 templates/javascript/variables.twig:59
12183 msgid "Tue"
12184 msgstr ""
12186 #. l10n: Short week day name for Wednesday
12187 #: libraries/classes/Util.php:698 templates/javascript/variables.twig:60
12188 msgid "Wed"
12189 msgstr ""
12191 #. l10n: Short week day name for Thursday
12192 #: libraries/classes/Util.php:700 templates/javascript/variables.twig:61
12193 msgid "Thu"
12194 msgstr ""
12196 #. l10n: Short week day name for Friday
12197 #: libraries/classes/Util.php:702 templates/javascript/variables.twig:62
12198 msgid "Fri"
12199 msgstr ""
12201 #. l10n: Short week day name for Saturday
12202 #: libraries/classes/Util.php:704 templates/javascript/variables.twig:63
12203 msgid "Sat"
12204 msgstr ""
12206 #: libraries/classes/Util.php:730
12207 msgctxt "AM/PM indication in time"
12208 msgid "PM"
12209 msgstr ""
12211 #: libraries/classes/Util.php:732
12212 msgctxt "AM/PM indication in time"
12213 msgid "AM"
12214 msgstr ""
12216 #: libraries/classes/Util.php:803
12217 #, php-format
12218 msgid "%s days, %s hours, %s minutes and %s seconds"
12219 msgstr ""
12221 #: libraries/classes/Util.php:1934
12222 msgid "Users"
12223 msgstr ""
12225 #: libraries/classes/Util.php:2544
12226 #: templates/database/multi_table_query/form.twig:67
12227 msgid "Sort"
12228 msgstr ""
12230 #: libraries/classes/ZipExtension.php:73 libraries/classes/ZipExtension.php:119
12231 msgid "Error in ZIP archive:"
12232 msgstr ""
12234 #: libraries/classes/ZipExtension.php:83
12235 msgid "No files found inside ZIP archive!"
12236 msgstr ""
12238 #: libraries/config.values.php:88 libraries/config.values.php:126
12239 #: libraries/config.values.php:138
12240 msgid "Icons"
12241 msgstr ""
12243 #: libraries/config.values.php:89 libraries/config.values.php:127
12244 #: libraries/config.values.php:139
12245 #: templates/database/multi_table_query/form.twig:118
12246 msgid "Text"
12247 msgstr ""
12249 #: libraries/config.values.php:90 libraries/config.values.php:108
12250 #: libraries/config.values.php:128 libraries/config.values.php:140
12251 msgid "Both"
12252 msgstr ""
12254 #: libraries/config.values.php:105
12255 msgid "Nowhere"
12256 msgstr ""
12258 #: libraries/config.values.php:106
12259 msgid "Left"
12260 msgstr ""
12262 #: libraries/config.values.php:107
12263 msgid "Right"
12264 msgstr ""
12266 #: libraries/config.values.php:143
12267 msgid "Click"
12268 msgstr ""
12270 #: libraries/config.values.php:144
12271 msgid "Double click"
12272 msgstr ""
12274 #: libraries/config.values.php:145 libraries/config.values.php:188
12275 #: templates/config/form_display/input.twig:16
12276 #: templates/relation/check_relations.twig:15
12277 #: templates/relation/check_relations.twig:66
12278 #: templates/relation/check_relations.twig:91
12279 #: templates/relation/check_relations.twig:129
12280 #: templates/relation/check_relations.twig:154
12281 #: templates/relation/check_relations.twig:164
12282 #: templates/relation/check_relations.twig:199
12283 #: templates/relation/check_relations.twig:224
12284 #: templates/relation/check_relations.twig:249
12285 #: templates/relation/check_relations.twig:274
12286 #: templates/relation/check_relations.twig:299
12287 #: templates/relation/check_relations.twig:324
12288 #: templates/relation/check_relations.twig:349
12289 #: templates/relation/check_relations.twig:387
12290 #: templates/relation/check_relations.twig:412
12291 #: templates/relation/check_relations.twig:437
12292 #: templates/relation/check_relations.twig:462
12293 #: templates/relation/check_relations.twig:487
12294 #: templates/relation/check_relations.twig:512
12295 msgid "Disabled"
12296 msgstr ""
12298 #: libraries/config.values.php:148
12299 msgid "key"
12300 msgstr ""
12302 #: libraries/config.values.php:149
12303 msgid "display column"
12304 msgstr ""
12306 #: libraries/config.values.php:153
12307 msgid "Welcome"
12308 msgstr ""
12310 #: libraries/config.values.php:186
12311 msgid "Open"
12312 msgstr ""
12314 #: libraries/config.values.php:187
12315 msgid "Closed"
12316 msgstr ""
12318 #: libraries/config.values.php:191 templates/javascript/variables.twig:49
12319 msgid "Monday"
12320 msgstr ""
12322 #: libraries/config.values.php:192 templates/javascript/variables.twig:50
12323 msgid "Tuesday"
12324 msgstr ""
12326 #: libraries/config.values.php:193 templates/javascript/variables.twig:51
12327 msgid "Wednesday"
12328 msgstr ""
12330 #: libraries/config.values.php:194 templates/javascript/variables.twig:52
12331 msgid "Thursday"
12332 msgstr ""
12334 #: libraries/config.values.php:195 templates/javascript/variables.twig:53
12335 msgid "Friday"
12336 msgstr ""
12338 #: libraries/config.values.php:196 templates/javascript/variables.twig:54
12339 msgid "Saturday"
12340 msgstr ""
12342 #: libraries/config.values.php:197 templates/javascript/variables.twig:48
12343 msgid "Sunday"
12344 msgstr ""
12346 #: libraries/config.values.php:200
12347 msgid "Ask before sending error reports"
12348 msgstr ""
12350 #: libraries/config.values.php:201
12351 msgid "Always send error reports"
12352 msgstr ""
12354 #: libraries/config.values.php:202
12355 msgid "Never send error reports"
12356 msgstr ""
12358 #: libraries/config.values.php:205
12359 msgid "Server default"
12360 msgstr ""
12362 #: libraries/config.values.php:206
12363 msgid "Enable"
12364 msgstr ""
12366 #: libraries/config.values.php:207
12367 msgid "Disable"
12368 msgstr ""
12370 #: libraries/config.values.php:259
12371 msgid "Quick - display only the minimal options to configure"
12372 msgstr ""
12374 #: libraries/config.values.php:260
12375 msgid "Custom - display all possible options to configure"
12376 msgstr ""
12378 #: libraries/config.values.php:261
12379 msgid "Custom - like above, but without the quick/custom choice"
12380 msgstr ""
12382 #: libraries/config.values.php:328
12383 msgid "complete inserts"
12384 msgstr ""
12386 #: libraries/config.values.php:329
12387 msgid "extended inserts"
12388 msgstr ""
12390 #: libraries/config.values.php:330
12391 msgid "both of the above"
12392 msgstr ""
12394 #: libraries/config.values.php:331
12395 msgid "neither of the above"
12396 msgstr ""
12398 #: setup/index.php:33
12399 msgid "Configuration already exists, setup is disabled!"
12400 msgstr ""
12402 #: setup/validate.php:31
12403 msgid "Wrong data"
12404 msgstr ""
12406 #: setup/validate.php:38
12407 #, php-format
12408 msgid "Wrong data or no validation for %s"
12409 msgstr ""
12411 #: templates/columns_definitions/column_attributes.twig:31
12412 #: templates/database/central_columns/edit_table_row.twig:23
12413 #: templates/database/central_columns/main.twig:71
12414 #: templates/database/central_columns/main.twig:298
12415 msgid "Edit ENUM/SET values"
12416 msgstr ""
12418 #: templates/columns_definitions/column_attributes.twig:38
12419 #: templates/database/central_columns/edit_table_row.twig:30
12420 #: templates/database/central_columns/main.twig:76
12421 #: templates/database/central_columns/main.twig:309
12422 msgctxt "for default"
12423 msgid "None"
12424 msgstr ""
12426 #: templates/columns_definitions/column_attributes.twig:41
12427 #: templates/database/central_columns/edit_table_row.twig:33
12428 #: templates/database/central_columns/main.twig:77
12429 #: templates/database/central_columns/main.twig:312
12430 msgid "As defined:"
12431 msgstr ""
12433 #: templates/columns_definitions/column_attributes.twig:102
12434 msgid ""
12435 "You don't have sufficient privileges to perform this operation; Please refer "
12436 "to the documentation for more details"
12437 msgstr ""
12439 #: templates/columns_definitions/column_attributes.twig:116
12440 #: templates/database/data_dictionary/index.twig:75 templates/indexes.twig:18
12441 #: templates/table/structure/display_structure.twig:152
12442 #: templates/table/structure/display_structure.twig:160
12443 #: templates/table/structure/display_structure.twig:298
12444 #: templates/table/structure/display_structure.twig:477
12445 #: templates/table/tracking/structure_snapshot_indexes.twig:7
12446 msgid "Unique"
12447 msgstr ""
12449 #: templates/columns_definitions/column_attributes.twig:124
12450 #: templates/table/structure/display_structure.twig:219
12451 #: templates/table/structure/display_structure.twig:222
12452 #: templates/table/structure/display_structure.twig:307
12453 msgid "Fulltext"
12454 msgstr ""
12456 #: templates/columns_definitions/column_attributes.twig:128
12457 #: templates/table/structure/display_structure.twig:192
12458 #: templates/table/structure/display_structure.twig:200
12459 #: templates/table/structure/display_structure.twig:304
12460 msgid "Spatial"
12461 msgstr ""
12463 #: templates/columns_definitions/column_attributes.twig:165
12464 #: templates/table/structure/display_partitions.twig:26
12465 msgid "Expression"
12466 msgstr ""
12468 #: templates/columns_definitions/column_attributes.twig:186
12469 msgid "first"
12470 msgstr ""
12472 #: templates/columns_definitions/column_attributes.twig:191
12473 #: templates/table/structure/display_structure.twig:450
12474 #, php-format
12475 msgid "after %s"
12476 msgstr ""
12478 #: templates/columns_definitions/column_definitions_form.twig:23
12479 #: templates/database/create_table.twig:6
12480 #: templates/database/operations/index.twig:30
12481 msgid "Table name"
12482 msgstr ""
12484 #: templates/columns_definitions/column_definitions_form.twig:32
12485 #: templates/console/display.twig:99
12486 #: templates/database/central_columns/main.twig:196 templates/export.twig:285
12487 #: templates/export.twig:301 templates/export.twig:317
12488 msgid "Add"
12489 msgstr ""
12491 #: templates/columns_definitions/column_definitions_form.twig:40
12492 msgid "column(s)"
12493 msgstr ""
12495 #: templates/columns_definitions/column_definitions_form.twig:74
12496 msgid "Collation:"
12497 msgstr ""
12499 #: templates/columns_definitions/column_definitions_form.twig:77
12500 msgid "Storage Engine:"
12501 msgstr ""
12503 #: templates/columns_definitions/column_definitions_form.twig:82
12504 msgid "Connection:"
12505 msgstr ""
12507 #: templates/columns_definitions/column_definitions_form.twig:113
12508 #: templates/columns_definitions/partitions.twig:137
12509 #: templates/table/operations/index.twig:133
12510 msgid "Storage engine"
12511 msgstr ""
12513 #: templates/columns_definitions/column_definitions_form.twig:136
12514 msgid "PARTITION definition:"
12515 msgstr ""
12517 #: templates/columns_definitions/column_definitions_form.twig:154
12518 msgctxt "Online transaction part of the SQL DDL for InnoDB"
12519 msgid "Online transaction"
12520 msgstr ""
12522 #: templates/columns_definitions/column_definitions_form.twig:166
12523 msgid ""
12524 "The column width of integer types is ignored in your MySQL version unless "
12525 "defining a TINYINT(1) column"
12526 msgstr ""
12528 #: templates/columns_definitions/column_definitions_form.twig:175
12529 #: templates/database/designer/main.twig:1097
12530 #: templates/database/designer/main.twig:1112 templates/export_modal.twig:5
12531 #: templates/export.twig:81 templates/modals/build_query.twig:5
12532 #: templates/modals/index_dialog_modal.twig:5
12533 #: templates/modals/preview_sql_confirmation.twig:5
12534 #: templates/modals/preview_sql_modal.twig:5
12535 #: templates/table/insert/actions_panel.twig:46
12536 #: templates/table/relation/common_form.twig:233
12537 #: templates/table/zoom_search/result_form.twig:26
12538 #: templates/table/zoom_search/result_form.twig:95
12539 msgid "Loading"
12540 msgstr ""
12542 #: templates/columns_definitions/column_name.twig:4
12543 #, php-format
12544 msgid "Referenced by %s."
12545 msgstr ""
12547 #: templates/columns_definitions/column_name.twig:12
12548 msgid "Is a foreign key."
12549 msgstr ""
12551 #: templates/columns_definitions/column_name.twig:39
12552 msgid "Pick from Central Columns"
12553 msgstr ""
12555 #: templates/columns_definitions/partitions.twig:17
12556 msgid "Partition by:"
12557 msgstr ""
12559 #: templates/columns_definitions/partitions.twig:32
12560 #: templates/columns_definitions/partitions.twig:60
12561 msgid "Expression or column list"
12562 msgstr ""
12564 #: templates/columns_definitions/partitions.twig:37
12565 msgid "Partitions:"
12566 msgstr ""
12568 #: templates/columns_definitions/partitions.twig:45
12569 msgid "Subpartition by:"
12570 msgstr ""
12572 #: templates/columns_definitions/partitions.twig:65
12573 msgid "Subpartitions:"
12574 msgstr ""
12576 #: templates/columns_definitions/partitions.twig:76
12577 #: templates/table/operations/index.twig:480
12578 #: templates/table/structure/display_partitions.twig:24
12579 msgid "Partition"
12580 msgstr ""
12582 #: templates/columns_definitions/partitions.twig:78
12583 msgid "Values"
12584 msgstr ""
12586 #: templates/columns_definitions/partitions.twig:82
12587 msgid "Subpartition"
12588 msgstr ""
12590 #: templates/columns_definitions/partitions.twig:84
12591 msgid "Engine"
12592 msgstr ""
12594 #: templates/columns_definitions/partitions.twig:85
12595 #: templates/config/form_display/input.twig:53
12596 #: templates/database/data_dictionary/index.twig:81
12597 #: templates/database/events/editor_form.twig:102
12598 #: templates/database/routines/editor_form.twig:167
12599 #: templates/database/structure/table_header.twig:46 templates/indexes.twig:24
12600 #: templates/table/structure/display_partitions.twig:31
12601 #: templates/table/structure/display_structure.twig:483
12602 #: templates/table/tracking/structure_snapshot_columns.twig:12
12603 #: templates/table/tracking/structure_snapshot_indexes.twig:13
12604 msgid "Comment"
12605 msgstr ""
12607 #: templates/columns_definitions/partitions.twig:86
12608 msgid "Data directory"
12609 msgstr ""
12611 #: templates/columns_definitions/partitions.twig:87
12612 msgid "Index directory"
12613 msgstr ""
12615 #: templates/columns_definitions/partitions.twig:88
12616 msgid "Max rows"
12617 msgstr ""
12619 #: templates/columns_definitions/partitions.twig:89
12620 msgid "Min rows"
12621 msgstr ""
12623 #: templates/columns_definitions/partitions.twig:90
12624 msgid "Table space"
12625 msgstr ""
12627 #: templates/columns_definitions/partitions.twig:91
12628 msgid "Node group"
12629 msgstr ""
12631 #: templates/columns_definitions/table_fields_definitions.twig:16
12632 #: templates/database/central_columns/edit.twig:10
12633 #: templates/database/routines/editor_form.twig:52
12634 msgid "Length/Values"
12635 msgstr ""
12637 #: templates/columns_definitions/table_fields_definitions.twig:17
12638 msgid ""
12639 "If column type is \"enum\" or \"set\", please enter the values using this "
12640 "format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
12641 "single quote (\"'\") amongst those values, precede it with a backslash (for "
12642 "example '\\\\xyz' or 'a\\'b')."
12643 msgstr ""
12645 #: templates/columns_definitions/table_fields_definitions.twig:21
12646 msgid ""
12647 "For default values, please enter just a single value, without backslash "
12648 "escaping or quotes, using this format: a"
12649 msgstr ""
12651 #: templates/columns_definitions/table_fields_definitions.twig:24
12652 #: templates/database/central_columns/edit.twig:12
12653 #: templates/database/central_columns/main.twig:32
12654 #: templates/database/central_columns/main.twig:236
12655 #: templates/database/data_dictionary/index.twig:79
12656 #: templates/database/operations/index.twig:194
12657 #: templates/database/operations/index.twig:198
12658 #: templates/database/structure/table_header.twig:31
12659 #: templates/home/index.twig:64 templates/indexes.twig:22
12660 #: templates/server/databases/index.twig:29
12661 #: templates/server/databases/index.twig:30
12662 #: templates/server/databases/index.twig:123
12663 #: templates/table/operations/index.twig:151
12664 #: templates/table/search/index.twig:40
12665 #: templates/table/structure/display_structure.twig:23
12666 #: templates/table/structure/display_structure.twig:481
12667 #: templates/table/structure/display_table_stats.twig:108
12668 #: templates/table/tracking/structure_snapshot_columns.twig:8
12669 #: templates/table/tracking/structure_snapshot_indexes.twig:11
12670 #: templates/table/zoom_search/index.twig:38
12671 msgid "Collation"
12672 msgstr ""
12674 #: templates/columns_definitions/table_fields_definitions.twig:36
12675 #: templates/database/operations/index.twig:68
12676 #: templates/database/operations/index.twig:173
12677 #: templates/database/routines/editor_form.twig:128
12678 #: templates/database/structure/copy_form.twig:50
12679 #: templates/table/operations/index.twig:79
12680 #: templates/table/operations/index.twig:115
12681 #: templates/table/operations/index.twig:315
12682 msgid "Adjust privileges"
12683 msgstr ""
12685 #: templates/columns_definitions/table_fields_definitions.twig:59
12686 msgid "Virtuality"
12687 msgstr ""
12689 #: templates/columns_definitions/table_fields_definitions.twig:65
12690 msgid "Move column"
12691 msgstr ""
12693 #: templates/columns_definitions/table_fields_definitions.twig:75
12694 #: templates/columns_definitions/table_fields_definitions.twig:86
12695 msgid "List of available transformations and their options"
12696 msgstr ""
12698 #: templates/columns_definitions/table_fields_definitions.twig:77
12699 #: templates/transformation_overview.twig:18
12700 msgid "Browser display transformation"
12701 msgstr ""
12703 #: templates/columns_definitions/table_fields_definitions.twig:81
12704 msgid "Browser display transformation options"
12705 msgstr ""
12707 #: templates/columns_definitions/table_fields_definitions.twig:82
12708 #: templates/columns_definitions/table_fields_definitions.twig:93
12709 msgid ""
12710 "Please enter the values for transformation options using this format: 'a', "
12711 "100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
12712 "quote (\"'\") amongst those values, precede it with a backslash (for example "
12713 "'\\\\xyz' or 'a\\'b')."
12714 msgstr ""
12716 #: templates/columns_definitions/table_fields_definitions.twig:88
12717 #: templates/transformation_overview.twig:37
12718 msgid "Input transformation"
12719 msgstr ""
12721 #: templates/columns_definitions/table_fields_definitions.twig:92
12722 msgid "Input transformation options"
12723 msgstr ""
12725 #: templates/config/form_display/input.twig:15
12726 msgid "This setting is disabled, it will not be applied to your configuration."
12727 msgstr ""
12729 #: templates/config/form_display/input.twig:57
12730 #: templates/config/form_display/input.twig:58
12731 #, php-format
12732 msgid "Set value: %s"
12733 msgstr ""
12735 #: templates/config/form_display/input.twig:63
12736 #: templates/config/form_display/input.twig:64
12737 msgid "Restore default value"
12738 msgstr ""
12740 #: templates/config/form_display/input.twig:79
12741 #: templates/config/form_display/input.twig:80
12742 msgid "Allow users to customize this value"
12743 msgstr ""
12745 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12746 #: templates/console/display.twig:84 templates/console/display.twig:175
12747 msgid "Collapse"
12748 msgstr ""
12750 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12751 #: templates/console/display.twig:84 templates/console/display.twig:175
12752 msgid "Expand"
12753 msgstr ""
12755 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
12756 #: templates/console/display.twig:175
12757 msgid "Requery"
12758 msgstr ""
12760 #: templates/console/display.twig:7 templates/setup/home/index.twig:166
12761 #: templates/sql/query.twig:38
12762 msgid "Clear"
12763 msgstr ""
12765 #: templates/console/display.twig:7
12766 msgid "History"
12767 msgstr ""
12769 #: templates/console/display.twig:11 templates/console/display.twig:99
12770 msgid "Bookmarks"
12771 msgstr ""
12773 #: templates/console/display.twig:20
12774 msgid "Press Ctrl+Enter to execute query"
12775 msgstr ""
12777 #: templates/console/display.twig:23
12778 msgid "Press Enter to execute query"
12779 msgstr ""
12781 #: templates/console/display.twig:31 templates/console/display.twig:175
12782 msgid "Explain"
12783 msgstr ""
12785 #: templates/console/display.twig:40 templates/console/display.twig:184
12786 msgid "Bookmark"
12787 msgstr ""
12789 #: templates/console/display.twig:40 templates/console/display.twig:184
12790 msgid "Query failed"
12791 msgstr ""
12793 #: templates/console/display.twig:42 templates/console/display.twig:184
12794 msgid "Queried time"
12795 msgstr ""
12797 #: templates/console/display.twig:47
12798 msgid "During current session"
12799 msgstr ""
12801 #: templates/console/display.twig:64
12802 msgid "ascending"
12803 msgstr ""
12805 #: templates/console/display.twig:64
12806 msgid "descending"
12807 msgstr ""
12809 #: templates/console/display.twig:64
12810 msgid "Order:"
12811 msgstr ""
12813 #: templates/console/display.twig:64 templates/console/display.twig:84
12814 #: templates/table/find_replace/replace_preview.twig:16
12815 msgid "Count"
12816 msgstr ""
12818 #: templates/console/display.twig:64
12819 msgid "Execution order"
12820 msgstr ""
12822 #: templates/console/display.twig:64 templates/console/display.twig:84
12823 msgid "Time taken"
12824 msgstr ""
12826 #: templates/console/display.twig:64 templates/table/search/index.twig:146
12827 msgid "Order by:"
12828 msgstr ""
12830 #: templates/console/display.twig:64
12831 msgid "Ungroup queries"
12832 msgstr ""
12834 #: templates/console/display.twig:84
12835 msgid "Show trace"
12836 msgstr ""
12838 #: templates/console/display.twig:84
12839 msgid "Hide trace"
12840 msgstr ""
12842 #: templates/console/display.twig:112
12843 msgid "Add bookmark"
12844 msgstr ""
12846 #: templates/console/display.twig:121
12847 msgid "Label"
12848 msgstr ""
12850 #: templates/console/display.twig:124
12851 msgid "Target database"
12852 msgstr ""
12854 #: templates/console/display.twig:127
12855 msgid "Share this bookmark"
12856 msgstr ""
12858 #: templates/console/display.twig:140
12859 msgid "Set default"
12860 msgstr ""
12862 #: templates/console/display.twig:162
12863 msgid ""
12864 "Execute queries on Enter and insert new line with Shift+Enter. To make this "
12865 "permanent, view settings."
12866 msgstr ""
12868 #: templates/create_tracking_version.twig:10
12869 #, php-format
12870 msgid "Create version %1$s of %2$s"
12871 msgstr ""
12873 #: templates/create_tracking_version.twig:15
12874 #, php-format
12875 msgid "Create version %1$s"
12876 msgstr ""
12878 #: templates/create_tracking_version.twig:21
12879 msgid "Track these data definition statements:"
12880 msgstr ""
12882 #: templates/create_tracking_version.twig:60
12883 msgid "Track these data manipulation statements:"
12884 msgstr ""
12886 #: templates/create_tracking_version.twig:77
12887 msgid "Create version"
12888 msgstr ""
12890 #: templates/database/central_columns/edit.twig:15
12891 msgctxt "Auto Increment"
12892 msgid "A_I"
12893 msgstr ""
12895 #: templates/database/central_columns/main.twig:4
12896 msgid "Add new column"
12897 msgstr ""
12899 #: templates/database/central_columns/main.twig:24
12900 #: templates/database/central_columns/main.twig:228
12901 msgid "Length/Value"
12902 msgstr ""
12904 #: templates/database/central_columns/main.twig:36
12905 #: templates/database/central_columns/main.twig:240
12906 msgid "Attribute"
12907 msgstr ""
12909 #: templates/database/central_columns/main.twig:44
12910 #: templates/database/central_columns/main.twig:248
12911 msgid "A_I"
12912 msgstr ""
12914 #: templates/database/central_columns/main.twig:129
12915 msgid "The central list of columns for the current database is empty"
12916 msgstr ""
12918 #: templates/database/central_columns/main.twig:166
12919 #: templates/display/results/table.twig:62
12920 msgid "Filter rows"
12921 msgstr ""
12923 #: templates/database/central_columns/main.twig:167
12924 #: templates/display/results/table.twig:64
12925 msgid "Search this table"
12926 msgstr ""
12928 #: templates/database/central_columns/main.twig:178
12929 #: templates/table/structure/display_structure.twig:435
12930 msgid "Add column"
12931 msgstr ""
12933 #: templates/database/central_columns/main.twig:187
12934 msgid "Select a table"
12935 msgstr ""
12937 #: templates/database/central_columns/main.twig:194
12938 msgid "Select a column."
12939 msgstr ""
12941 #: templates/database/central_columns/main.twig:213
12942 msgid "Click to sort."
12943 msgstr "ለመደርደር ይጫኑ"
12945 #: templates/database/central_columns/main.twig:218
12946 #: templates/database/privileges/index.twig:22
12947 #: templates/database/structure/table_header.twig:22
12948 #: templates/database/tracking/tables.twig:18
12949 #: templates/database/tracking/tables.twig:154 templates/indexes.twig:15
12950 #: templates/server/databases/index.twig:163
12951 #: templates/server/privileges/privileges_summary.twig:22
12952 #: templates/server/privileges/users_overview.twig:22
12953 #: templates/server/user_groups/user_groups.twig:21
12954 #: templates/server/variables/index.twig:30
12955 #: templates/table/privileges/index.twig:24
12956 #: templates/table/structure/display_partitions.twig:33
12957 #: templates/table/structure/display_structure.twig:34
12958 #: templates/table/structure/display_structure.twig:474
12959 #: templates/table/tracking/main.twig:32
12960 #: templates/table/tracking/report_table.twig:8
12961 msgid "Action"
12962 msgstr ""
12964 #: templates/database/create_table.twig:3
12965 #: templates/database/operations/index.twig:27
12966 msgid "Create new table"
12967 msgstr ""
12969 #: templates/database/create_table.twig:10
12970 #: templates/database/operations/index.twig:34
12971 msgid "Number of columns"
12972 msgstr ""
12974 #: templates/database/create_table.twig:14
12975 #: templates/database/operations/index.twig:39 templates/export.twig:27
12976 #: templates/server/databases/index.twig:46
12977 msgid "Create"
12978 msgstr ""
12980 #: templates/database/data_dictionary/index.twig:4
12981 msgid "Database comment:"
12982 msgstr ""
12984 #: templates/database/data_dictionary/index.twig:8
12985 #: templates/database/data_dictionary/index.twig:124
12986 #: templates/database/structure/index.twig:19
12987 #: templates/display/results/table.twig:258
12988 #: templates/table/structure/display_structure.twig:393
12989 msgid "Print"
12990 msgstr ""
12992 #: templates/database/data_dictionary/index.twig:76 templates/indexes.twig:19
12993 #: templates/table/structure/display_structure.twig:478
12994 #: templates/table/tracking/structure_snapshot_indexes.twig:8
12995 msgid "Packed"
12996 msgstr ""
12998 #: templates/database/data_dictionary/index.twig:78 templates/indexes.twig:21
12999 #: templates/table/structure/display_structure.twig:480
13000 #: templates/table/tracking/structure_snapshot_indexes.twig:10
13001 msgid "Cardinality"
13002 msgstr ""
13004 #: templates/database/data_dictionary/index.twig:117 templates/indexes.twig:92
13005 #: templates/table/structure/display_structure.twig:559
13006 msgid "No index defined!"
13007 msgstr ""
13009 #: templates/database/designer/database_tables.twig:31
13010 #: templates/database/export/index.twig:28
13011 #: templates/database/search/main.twig:43 templates/server/export/index.twig:10
13012 #: templates/server/privileges/privileges_table.twig:28
13013 #: templates/server/privileges/privileges_table.twig:55
13014 #: templates/server/privileges/privileges_table.twig:82
13015 #: templates/server/privileges/privileges_table.twig:109
13016 #: templates/server/replication/database_multibox.twig:7
13017 msgid "Select all"
13018 msgstr "ሁሉንም ምረጥ"
13020 #: templates/database/designer/database_tables.twig:37
13021 msgid "Show/hide columns"
13022 msgstr ""
13024 #: templates/database/designer/database_tables.twig:46
13025 msgid "See table structure"
13026 msgstr ""
13028 #: templates/database/designer/database_tables.twig:91
13029 #, php-format
13030 msgid "Select \"%s\""
13031 msgstr ""
13033 #: templates/database/designer/database_tables.twig:109
13034 #, php-format
13035 msgid "Add an option for column \"%s\"."
13036 msgstr ""
13038 #: templates/database/designer/edit_delete_pages.twig:6
13039 msgid "Page to open"
13040 msgstr ""
13042 #: templates/database/designer/edit_delete_pages.twig:6
13043 msgid "Page to delete"
13044 msgstr ""
13046 #: templates/database/designer/main.twig:19
13047 #: templates/database/designer/main.twig:25
13048 msgid "Show/Hide tables list"
13049 msgstr ""
13051 #: templates/database/designer/main.twig:29
13052 #: templates/database/designer/main.twig:35
13053 #: templates/database/designer/main.twig:36
13054 msgid "View in fullscreen"
13055 msgstr ""
13057 #: templates/database/designer/main.twig:34
13058 msgid "Exit fullscreen"
13059 msgstr ""
13061 #: templates/database/designer/main.twig:48
13062 #: templates/database/designer/main.twig:52
13063 msgid "New page"
13064 msgstr ""
13066 #: templates/database/designer/main.twig:77
13067 #: templates/database/designer/main.twig:80
13068 msgid "Delete pages"
13069 msgstr ""
13071 #: templates/database/designer/main.twig:84
13072 #: templates/database/designer/main.twig:87
13073 #: templates/database/structure/show_create.twig:11
13074 msgid "Create table"
13075 msgstr ""
13077 #: templates/database/designer/main.twig:91
13078 #: templates/database/designer/main.twig:94
13079 #: templates/database/designer/main.twig:271
13080 msgid "Create relationship"
13081 msgstr ""
13083 #: templates/database/designer/main.twig:105
13084 #: templates/database/designer/main.twig:108
13085 msgid "Reload"
13086 msgstr ""
13088 #: templates/database/designer/main.twig:112
13089 #: templates/database/designer/main.twig:115
13090 msgid "Help"
13091 msgstr ""
13093 #: templates/database/designer/main.twig:120
13094 #: templates/database/designer/main.twig:123
13095 msgid "Angular links"
13096 msgstr ""
13098 #: templates/database/designer/main.twig:120
13099 #: templates/database/designer/main.twig:123
13100 msgid "Direct links"
13101 msgstr ""
13103 #: templates/database/designer/main.twig:127
13104 #: templates/database/designer/main.twig:129
13105 msgid "Snap to grid"
13106 msgstr ""
13108 #: templates/database/designer/main.twig:133
13109 #: templates/database/designer/main.twig:139
13110 msgid "Small/Big All"
13111 msgstr ""
13113 #: templates/database/designer/main.twig:143
13114 #: templates/database/designer/main.twig:146
13115 msgid "Toggle small/big"
13116 msgstr ""
13118 #: templates/database/designer/main.twig:150
13119 #: templates/database/designer/main.twig:153
13120 msgid "Toggle relationship lines"
13121 msgstr ""
13123 #: templates/database/designer/main.twig:158
13124 #: templates/database/designer/main.twig:161
13125 msgid "Export schema"
13126 msgstr ""
13128 #: templates/database/designer/main.twig:169
13129 #: templates/database/designer/main.twig:172
13130 msgid "Build Query"
13131 msgstr ""
13133 #: templates/database/designer/main.twig:177
13134 #: templates/database/designer/main.twig:181
13135 msgid "Move Menu"
13136 msgstr ""
13138 #: templates/database/designer/main.twig:185
13139 #: templates/database/designer/main.twig:190
13140 msgid "Pin text"
13141 msgstr ""
13143 #: templates/database/designer/main.twig:202
13144 msgid "Hide/Show all"
13145 msgstr ""
13147 #: templates/database/designer/main.twig:212
13148 msgid "Hide/Show tables with no relationship"
13149 msgstr ""
13151 #: templates/database/designer/main.twig:223
13152 msgid "Number of tables:"
13153 msgstr ""
13155 #: templates/database/designer/main.twig:381
13156 msgid "Delete relationship"
13157 msgstr ""
13159 #: templates/database/designer/main.twig:445
13160 #: templates/database/designer/main.twig:610
13161 msgid "Relationship operator"
13162 msgstr ""
13164 #: templates/database/designer/main.twig:474
13165 #: templates/database/designer/main.twig:639
13166 #: templates/database/designer/main.twig:845
13167 #: templates/database/designer/main.twig:1038
13168 msgid "Except"
13169 msgstr ""
13171 #: templates/database/designer/main.twig:484
13172 #: templates/database/designer/main.twig:649
13173 #: templates/database/designer/main.twig:855
13174 #: templates/database/designer/main.twig:1048
13175 #: templates/database/routines/execute_form.twig:20
13176 #: templates/server/replication/status_table.twig:17
13177 #: templates/server/status/variables/index.twig:76
13178 #: templates/server/variables/index.twig:32
13179 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:9
13180 #: templates/table/search/index.twig:42
13181 #: templates/table/zoom_search/index.twig:40
13182 #: templates/table/zoom_search/result_form.twig:37
13183 msgid "Value"
13184 msgstr ""
13186 #: templates/database/designer/main.twig:486
13187 #: templates/database/designer/main.twig:651
13188 #: templates/database/designer/main.twig:857
13189 #: templates/database/designer/main.twig:1050
13190 msgid "subquery"
13191 msgstr ""
13193 #: templates/database/designer/main.twig:495
13194 #: templates/database/designer/main.twig:711
13195 msgid "Rename to"
13196 msgstr ""
13198 #: templates/database/designer/main.twig:501
13199 #: templates/database/designer/main.twig:719
13200 msgid "New name"
13201 msgstr ""
13203 #: templates/database/designer/main.twig:510
13204 #: templates/database/designer/main.twig:916
13205 msgid "Aggregate"
13206 msgstr ""
13208 #: templates/database/designer/main.twig:516
13209 #: templates/database/designer/main.twig:580
13210 #: templates/database/designer/main.twig:785
13211 #: templates/database/designer/main.twig:816
13212 #: templates/database/designer/main.twig:924
13213 #: templates/database/designer/main.twig:1009
13214 #: templates/table/search/index.twig:41
13215 #: templates/table/zoom_search/index.twig:39
13216 msgid "Operator"
13217 msgstr ""
13219 #: templates/database/designer/main.twig:1090
13220 msgid "Active options"
13221 msgstr ""
13223 #: templates/database/designer/page_save_as.twig:19
13224 msgid "Save to selected page"
13225 msgstr ""
13227 #: templates/database/designer/page_save_as.twig:23
13228 msgid "Create a page and save to it"
13229 msgstr ""
13231 #: templates/database/designer/page_save_as.twig:29
13232 msgid "New page name"
13233 msgstr ""
13235 #: templates/database/designer/page_selector.twig:2
13236 msgid "Select page"
13237 msgstr ""
13239 #: templates/database/designer/schema_export.twig:4
13240 msgid "Select Export Relational Type"
13241 msgstr ""
13243 #: templates/database/events/editor_form.twig:10
13244 #: templates/database/routines/editor_form.twig:11
13245 #: templates/database/triggers/editor_form.twig:14 templates/view_create.twig:8
13246 msgid "Details"
13247 msgstr ""
13249 #: templates/database/events/editor_form.twig:19
13250 msgid "Event name"
13251 msgstr ""
13253 #: templates/database/events/editor_form.twig:35
13254 #: templates/server/binlog/index.twig:86
13255 msgid "Event type"
13256 msgstr ""
13258 #: templates/database/events/editor_form.twig:48
13259 #: templates/database/routines/editor_form.twig:38
13260 #, php-format
13261 msgid "Change to %s"
13262 msgstr ""
13264 #: templates/database/events/editor_form.twig:53
13265 msgid "Execute at"
13266 msgstr ""
13268 #: templates/database/events/editor_form.twig:59
13269 msgid "Execute every"
13270 msgstr ""
13272 #: templates/database/events/editor_form.twig:70
13273 msgctxt "Start of recurring event"
13274 msgid "Start"
13275 msgstr ""
13277 #: templates/database/events/editor_form.twig:76
13278 msgctxt "End of recurring event"
13279 msgid "End"
13280 msgstr ""
13282 #: templates/database/events/editor_form.twig:90
13283 msgid "On completion preserve"
13284 msgstr ""
13286 #: templates/database/events/editor_form.twig:96
13287 #: templates/database/routines/editor_form.twig:142
13288 #: templates/database/triggers/editor_form.twig:61
13289 #: templates/view_create.twig:45
13290 msgid "Definer"
13291 msgstr ""
13293 #: templates/database/events/index.twig:14
13294 #: templates/database/privileges/index.twig:113
13295 #: templates/database/privileges/index.twig:114
13296 #: templates/database/routines/index.twig:14
13297 #: templates/database/structure/check_all_tables.twig:3
13298 #: templates/database/structure/check_all_tables.twig:4
13299 #: templates/database/triggers/list.twig:14
13300 #: templates/display/results/table.twig:223
13301 #: templates/display/results/table.twig:224 templates/select_all.twig:4
13302 #: templates/select_all.twig:5 templates/server/databases/index.twig:64
13303 #: templates/server/privileges/edit_routine_privileges.twig:57
13304 #: templates/server/privileges/privileges_table.twig:268
13305 #: templates/server/privileges/privileges_table.twig:269
13306 #: templates/server/privileges/privileges_table.twig:277
13307 #: templates/server/privileges/privileges_table.twig:351
13308 #: templates/server/privileges/privileges_table.twig:551
13309 #: templates/server/privileges/users_overview.twig:121
13310 #: templates/server/privileges/users_overview.twig:122
13311 #: templates/server/user_groups/edit_user_groups.twig:11
13312 #: templates/table/privileges/index.twig:117
13313 #: templates/table/privileges/index.twig:118
13314 msgid "Check all"
13315 msgstr ""
13317 #: templates/database/events/index.twig:29
13318 msgid "Create new event"
13319 msgstr ""
13321 #: templates/database/events/index.twig:38
13322 msgid "There are no events to display."
13323 msgstr ""
13325 #: templates/database/events/index.twig:114
13326 msgid "Event scheduler status"
13327 msgstr ""
13329 #: templates/database/events/index.twig:119
13330 #: templates/database/tracking/tables.twig:47
13331 msgid "Click to toggle"
13332 msgstr ""
13334 #: templates/database/events/index.twig:132
13335 msgid "ON"
13336 msgstr ""
13338 #: templates/database/events/index.twig:143
13339 msgid "OFF"
13340 msgstr ""
13342 #: templates/database/export/index.twig:61
13343 msgid ""
13344 "@SERVER@ will become the server name and @DATABASE@ will become the database "
13345 "name."
13346 msgstr ""
13348 #. l10n: A query that the user has written freely
13349 #: templates/database/export/index.twig:5 templates/table/export/index.twig:5
13350 msgid "Exporting a raw query"
13351 msgstr ""
13353 #: templates/database/export/index.twig:7
13354 #, php-format
13355 msgid "Exporting tables from \"%s\" database"
13356 msgstr ""
13358 #: templates/database/export/index.twig:30
13359 msgid "Export the structure of all tables."
13360 msgstr ""
13362 #: templates/database/export/index.twig:33
13363 msgid "Export the data of all tables."
13364 msgstr ""
13366 #: templates/database/import/index.twig:3
13367 #, php-format
13368 msgid "Importing into the database \"%s\""
13369 msgstr ""
13371 #: templates/database/multi_table_query/form.twig:4
13372 #: templates/database/qbe/index.twig:4
13373 msgid "Multi-table query"
13374 msgstr ""
13376 #: templates/database/multi_table_query/form.twig:10
13377 #: templates/database/qbe/index.twig:10
13378 msgid "Query by example"
13379 msgstr ""
13381 #: templates/database/multi_table_query/form.twig:17
13382 msgid "Query window"
13383 msgstr ""
13385 #: templates/database/multi_table_query/form.twig:38
13386 #: templates/database/multi_table_query/form.twig:128
13387 msgid "select table"
13388 msgstr ""
13390 #: templates/database/multi_table_query/form.twig:45
13391 #: templates/database/multi_table_query/form.twig:136
13392 msgid "select column"
13393 msgstr ""
13395 #: templates/database/multi_table_query/form.twig:51
13396 msgid "Table alias"
13397 msgstr ""
13399 #: templates/database/multi_table_query/form.twig:52
13400 msgid "Column alias"
13401 msgstr ""
13403 #: templates/database/multi_table_query/form.twig:55
13404 msgid "Use this column in criteria"
13405 msgstr ""
13407 #: templates/database/multi_table_query/form.twig:59
13408 msgid "criteria"
13409 msgstr ""
13411 #: templates/database/multi_table_query/form.twig:73
13412 msgid "Add as"
13413 msgstr ""
13415 #: templates/database/multi_table_query/form.twig:119
13416 msgid "Another column"
13417 msgstr ""
13419 #: templates/database/multi_table_query/form.twig:146
13420 msgid "Enter criteria as free text"
13421 msgstr ""
13423 #: templates/database/multi_table_query/form.twig:153
13424 msgid "Remove this column"
13425 msgstr ""
13427 #: templates/database/multi_table_query/form.twig:159
13428 #: templates/table/relation/foreign_key_row.twig:85
13429 msgid "+ Add column"
13430 msgstr ""
13432 #: templates/database/multi_table_query/form.twig:174
13433 #: templates/database/qbe/selection_form.twig:80
13434 #: templates/database/qbe/selection_form.twig:96
13435 msgid "Update query"
13436 msgstr ""
13438 #: templates/database/operations/index.twig:9
13439 #: templates/database/operations/index.twig:13
13440 msgid "Database comment"
13441 msgstr "የዳታቤዝ ኮሜንት"
13443 #: templates/database/operations/index.twig:54
13444 msgid "Rename database to"
13445 msgstr ""
13447 #: templates/database/operations/index.twig:58 templates/export.twig:282
13448 msgid "New database name"
13449 msgstr ""
13451 #: templates/database/operations/index.twig:66
13452 #: templates/database/operations/index.twig:171
13453 #: templates/table/operations/index.twig:77
13454 #: templates/table/operations/index.twig:113
13455 #: templates/table/operations/index.twig:313
13456 msgid ""
13457 "You don't have sufficient privileges to perform this operation; Please refer "
13458 "to the documentation for more details."
13459 msgstr ""
13461 #: templates/database/operations/index.twig:83
13462 msgid "Remove database"
13463 msgstr ""
13465 #: templates/database/operations/index.twig:89
13466 #, php-format
13467 msgid "Database %s has been dropped."
13468 msgstr ""
13470 #: templates/database/operations/index.twig:94
13471 msgid "Drop the database (DROP)"
13472 msgstr ""
13474 #: templates/database/operations/index.twig:118
13475 msgid "Copy database to"
13476 msgstr ""
13478 #: templates/database/operations/index.twig:150
13479 msgid "CREATE DATABASE before copying"
13480 msgstr ""
13482 #: templates/database/operations/index.twig:165
13483 #: templates/database/structure/copy_form.twig:44
13484 #: templates/table/operations/index.twig:306
13485 msgid "Add constraints"
13486 msgstr ""
13488 #: templates/database/operations/index.twig:180
13489 msgid "Switch to copied database"
13490 msgstr ""
13492 #: templates/database/operations/index.twig:216
13493 msgid "Change all tables collations"
13494 msgstr ""
13496 #: templates/database/operations/index.twig:220
13497 msgid "Change all tables columns collations"
13498 msgstr ""
13500 #: templates/database/privileges/index.twig:9
13501 #: templates/table/privileges/index.twig:8
13502 #, php-format
13503 msgid "Users having access to \"%s\""
13504 msgstr ""
13506 #: templates/database/privileges/index.twig:17
13507 #: templates/server/privileges/login_information_fields.twig:6
13508 #: templates/server/privileges/login_information_fields.twig:11
13509 #: templates/server/privileges/users_overview.twig:8
13510 #: templates/server/replication/change_primary.twig:15
13511 #: templates/server/replication/primary_add_replica_user.twig:19
13512 #: templates/server/replication/primary_add_replica_user.twig:24
13513 #: templates/table/privileges/index.twig:19
13514 msgid "User name"
13515 msgstr ""
13517 #: templates/database/privileges/index.twig:18
13518 #: templates/server/privileges/login_information_fields.twig:25
13519 #: templates/server/privileges/login_information_fields.twig:37
13520 #: templates/server/privileges/users_overview.twig:9
13521 #: templates/table/privileges/index.twig:20
13522 msgid "Host name"
13523 msgstr ""
13525 #: templates/database/privileges/index.twig:21
13526 #: templates/server/privileges/privileges_summary.twig:16
13527 #: templates/server/privileges/users_overview.twig:18
13528 #: templates/table/privileges/index.twig:23
13529 msgid "Grant"
13530 msgstr ""
13532 #: templates/database/privileges/index.twig:36
13533 #: templates/server/privileges/initials_row.twig:9
13534 #: templates/server/privileges/new_user_ajax.twig:9
13535 #: templates/server/privileges/users_overview.twig:36
13536 #: templates/table/privileges/index.twig:38
13537 msgid "Any"
13538 msgstr ""
13540 #: templates/database/privileges/index.twig:47
13541 #: templates/table/privileges/index.twig:49
13542 msgid "global"
13543 msgstr ""
13545 #: templates/database/privileges/index.twig:50
13546 #: templates/table/privileges/index.twig:52
13547 msgid "database-specific"
13548 msgstr ""
13550 #: templates/database/privileges/index.twig:52
13551 #: templates/table/privileges/index.twig:54
13552 msgid "wildcard"
13553 msgstr ""
13555 #: templates/database/privileges/index.twig:55
13556 #: templates/table/privileges/index.twig:59
13557 msgid "routine"
13558 msgstr ""
13560 #: templates/database/privileges/index.twig:112
13561 #: templates/database/privileges/index.twig:115
13562 #: templates/database/structure/check_all_tables.twig:2
13563 #: templates/database/structure/check_all_tables.twig:9
13564 #: templates/display/results/table.twig:222
13565 #: templates/display/results/table.twig:225 templates/select_all.twig:2
13566 #: templates/select_all.twig:6
13567 #: templates/server/privileges/users_overview.twig:120
13568 #: templates/server/privileges/users_overview.twig:123
13569 #: templates/table/privileges/index.twig:116
13570 #: templates/table/privileges/index.twig:119
13571 msgid "With selected:"
13572 msgstr ""
13574 #: templates/database/privileges/index.twig:131
13575 #: templates/server/privileges/add_user_fieldset.twig:4
13576 #: templates/server/privileges/user_overview.twig:22
13577 #: templates/server/privileges/users_overview.twig:137
13578 #: templates/table/privileges/index.twig:134
13579 msgctxt "Create new user"
13580 msgid "New"
13581 msgstr ""
13583 #: templates/database/privileges/index.twig:136
13584 #: templates/server/privileges/add_user_fieldset.twig:9
13585 #: templates/server/privileges/add_user.twig:3
13586 #: templates/server/privileges/user_overview.twig:24
13587 #: templates/server/privileges/users_overview.twig:140
13588 #: templates/table/privileges/index.twig:140
13589 msgid "Add user account"
13590 msgstr ""
13592 #: templates/database/qbe/index.twig:16
13593 #, php-format
13594 msgid "Switch to %svisual builder%s"
13595 msgstr ""
13597 #: templates/database/qbe/index.twig:20
13598 msgid "You have to choose at least one column to display!"
13599 msgstr ""
13601 #: templates/database/qbe/ins_del_and_or_cell.twig:5
13602 msgid "Ins:"
13603 msgstr ""
13605 #: templates/database/qbe/ins_del_and_or_cell.twig:12
13606 msgid "And"
13607 msgstr ""
13609 #: templates/database/qbe/ins_del_and_or_cell.twig:17
13610 msgid "Del:"
13611 msgstr ""
13613 #: templates/database/qbe/selection_form.twig:12
13614 #: templates/table/find_replace/index.twig:41
13615 msgid "Column:"
13616 msgstr ""
13618 #: templates/database/qbe/selection_form.twig:17
13619 msgid "Alias:"
13620 msgstr ""
13622 #: templates/database/qbe/selection_form.twig:22
13623 msgid "Show:"
13624 msgstr ""
13626 #: templates/database/qbe/selection_form.twig:27
13627 msgid "Sort:"
13628 msgstr ""
13630 #: templates/database/qbe/selection_form.twig:32
13631 msgid "Sort order:"
13632 msgstr ""
13634 #: templates/database/qbe/selection_form.twig:37
13635 msgid "Criteria:"
13636 msgstr ""
13638 #: templates/database/qbe/selection_form.twig:44
13639 msgid "Modify:"
13640 msgstr ""
13642 #: templates/database/qbe/selection_form.twig:54
13643 msgid "Add/Delete criteria rows:"
13644 msgstr ""
13646 #: templates/database/qbe/selection_form.twig:67
13647 msgid "Add/Delete columns:"
13648 msgstr ""
13650 #: templates/database/qbe/selection_form.twig:86
13651 #: templates/database/qbe/selection_form.twig:88
13652 #, fuzzy
13653 #| msgid "Tables"
13654 msgid "Use tables"
13655 msgstr "ቴብሎች"
13657 #: templates/database/qbe/selection_form.twig:107
13658 #, php-format
13659 msgid "SQL query on database <b>%s</b>:"
13660 msgstr ""
13662 #: templates/database/routines/editor_form.twig:20
13663 msgid "Routine name"
13664 msgstr ""
13666 #: templates/database/routines/editor_form.twig:43
13667 msgid "Parameters"
13668 msgstr ""
13670 #: templates/database/routines/editor_form.twig:49
13671 msgid "Direction"
13672 msgstr ""
13674 #: templates/database/routines/editor_form.twig:67
13675 #: templates/database/routines/editor_form.twig:69
13676 msgid "Add parameter"
13677 msgstr ""
13679 #: templates/database/routines/editor_form.twig:70
13680 msgid "Remove last parameter"
13681 msgstr ""
13683 #: templates/database/routines/editor_form.twig:75
13684 msgid "Return type"
13685 msgstr ""
13687 #: templates/database/routines/editor_form.twig:83
13688 msgid "Return length/values"
13689 msgstr ""
13691 #: templates/database/routines/editor_form.twig:90
13692 msgid "Return options"
13693 msgstr ""
13695 #: templates/database/routines/editor_form.twig:94
13696 #: templates/database/routines/parameter_row.twig:31
13697 #: templates/database/structure/table_header.twig:42
13698 msgid "Charset"
13699 msgstr ""
13701 #: templates/database/routines/editor_form.twig:119
13702 msgid "Is deterministic"
13703 msgstr ""
13705 #: templates/database/routines/editor_form.twig:135
13706 msgid ""
13707 "You do not have sufficient privileges to perform this operation; Please "
13708 "refer to the documentation for more details."
13709 msgstr ""
13711 #: templates/database/routines/editor_form.twig:148
13712 msgid "Security type"
13713 msgstr ""
13715 #: templates/database/routines/editor_form.twig:157
13716 msgid "SQL data access"
13717 msgstr ""
13719 #: templates/database/routines/execute_form.twig:7
13720 #: templates/database/routines/execute_form.twig:12
13721 msgid "Routine parameters"
13722 msgstr ""
13724 #: templates/database/routines/index.twig:36
13725 msgid "Create new routine"
13726 msgstr ""
13728 #: templates/database/routines/index.twig:45
13729 msgid "There are no routines to display."
13730 msgstr ""
13732 #: templates/database/routines/index.twig:54
13733 msgid "Returns"
13734 msgstr ""
13736 #: templates/database/routines/parameter_row.twig:24
13737 #: templates/modals/enum_set_editor.twig:5
13738 msgid "ENUM/SET editor"
13739 msgstr ""
13741 #: templates/database/routines/row.twig:34
13742 #: templates/database/routines/row.twig:44
13743 #: templates/database/routines/row.twig:48
13744 msgid "Execute"
13745 msgstr ""
13747 #: templates/database/search/main.twig:5
13748 msgid "Search in database"
13749 msgstr ""
13751 #: templates/database/search/main.twig:8
13752 msgid "Words or values to search for (wildcard: \"%\"):"
13753 msgstr ""
13755 #: templates/database/search/main.twig:15
13756 #: templates/table/find_replace/index.twig:31
13757 msgid "Find:"
13758 msgstr ""
13760 #: templates/database/search/main.twig:19
13761 #: templates/database/search/main.twig:23
13762 msgid "Words are separated by a space character (\" \")."
13763 msgstr ""
13765 #: templates/database/search/main.twig:40
13766 msgid "Inside tables:"
13767 msgstr ""
13769 #: templates/database/search/main.twig:46 templates/server/export/index.twig:11
13770 #: templates/server/replication/database_multibox.twig:8
13771 msgid "Unselect all"
13772 msgstr ""
13774 #: templates/database/search/main.twig:67
13775 msgid "Inside column:"
13776 msgstr ""
13778 #: templates/database/search/results.twig:12
13779 #, php-format
13780 msgid "%1$s match in <strong>%2$s</strong>"
13781 msgid_plural "%1$s matches in <strong>%2$s</strong>"
13782 msgstr[0] ""
13783 msgstr[1] ""
13785 #: templates/database/search/results.twig:56
13786 msgid "<strong>Total:</strong> <em>%count%</em> match"
13787 msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
13788 msgstr[0] ""
13789 msgstr[1] ""
13791 #: templates/database/structure/add_prefix.twig:7
13792 #: templates/database/structure/add_prefix.twig:9
13793 msgid "Add prefix"
13794 msgstr ""
13796 #: templates/database/structure/body_for_table_summary.twig:6
13797 #, php-format
13798 msgid "%s table"
13799 msgid_plural "%s tables"
13800 msgstr[0] ""
13801 msgstr[1] ""
13803 #: templates/database/structure/body_for_table_summary.twig:17
13804 msgid "Sum"
13805 msgstr ""
13807 #: templates/database/structure/bulk_action_modal.twig:12
13808 #: templates/database/structure/check_all_tables.twig:56
13809 msgid "Continue"
13810 msgstr ""
13812 #: templates/database/structure/change_prefix_form.twig:7
13813 msgid "From"
13814 msgstr ""
13816 #: templates/database/structure/change_prefix_form.twig:13
13817 msgid "To"
13818 msgstr ""
13820 #: templates/database/structure/check_all_tables.twig:6
13821 msgid "Check tables having overhead"
13822 msgstr ""
13824 #: templates/database/structure/check_all_tables.twig:10
13825 msgid "Copy table"
13826 msgstr ""
13828 #: templates/database/structure/check_all_tables.twig:11
13829 msgid "Show create"
13830 msgstr ""
13832 #: templates/database/structure/check_all_tables.twig:14
13833 #: templates/table/operations/index.twig:403
13834 #: templates/table/operations/view.twig:26
13835 msgid "Delete data or table"
13836 msgstr ""
13838 #: templates/database/structure/check_all_tables.twig:15
13839 #: templates/database/structure/structure_table_row.twig:74
13840 msgid "Empty"
13841 msgstr ""
13843 #: templates/database/structure/check_all_tables.twig:18
13844 #: templates/table/operations/index.twig:334
13845 msgid "Table maintenance"
13846 msgstr ""
13848 #: templates/database/structure/check_all_tables.twig:19
13849 #: templates/table/maintenance/analyze.twig:3
13850 #: templates/table/operations/index.twig:339
13851 msgid "Analyze table"
13852 msgstr ""
13854 #: templates/database/structure/check_all_tables.twig:20
13855 #: templates/table/maintenance/check.twig:3
13856 #: templates/table/operations/index.twig:348
13857 msgid "Check table"
13858 msgstr ""
13860 #: templates/database/structure/check_all_tables.twig:21
13861 #: templates/table/maintenance/checksum.twig:3
13862 #: templates/table/operations/index.twig:356
13863 msgid "Checksum table"
13864 msgstr ""
13866 #: templates/database/structure/check_all_tables.twig:22
13867 #: templates/table/maintenance/optimize.twig:3
13868 #: templates/table/operations/index.twig:384
13869 #: templates/table/structure/display_table_stats.twig:68
13870 msgid "Optimize table"
13871 msgstr ""
13873 #: templates/database/structure/check_all_tables.twig:23
13874 #: templates/table/maintenance/repair.twig:3
13875 #: templates/table/operations/index.twig:393
13876 msgid "Repair table"
13877 msgstr ""
13879 #: templates/database/structure/check_all_tables.twig:25
13880 msgid "Prefix"
13881 msgstr ""
13883 #: templates/database/structure/check_all_tables.twig:26
13884 msgid "Add prefix to table"
13885 msgstr ""
13887 #: templates/database/structure/check_all_tables.twig:27
13888 msgid "Replace table prefix"
13889 msgstr ""
13891 #: templates/database/structure/check_all_tables.twig:33
13892 msgid "Add columns to central list"
13893 msgstr ""
13895 #: templates/database/structure/check_all_tables.twig:34
13896 msgid "Remove columns from central list"
13897 msgstr ""
13899 #: templates/database/structure/check_all_tables.twig:35
13900 msgid "Make consistent with central list"
13901 msgstr ""
13903 #: templates/database/structure/check_all_tables.twig:48
13904 msgid "Are you sure?"
13905 msgstr ""
13907 #: templates/database/structure/check_all_tables.twig:52
13908 msgid ""
13909 "This action may change some of the columns definition.[br]Are you sure you "
13910 "want to continue?"
13911 msgstr ""
13913 #: templates/database/structure/copy_form.twig:14
13914 msgid "Options:"
13915 msgstr ""
13917 #: templates/database/structure/copy_form.twig:39
13918 msgid "Add AUTO INCREMENT value"
13919 msgstr ""
13921 #: templates/database/structure/drop_form.twig:6
13922 #: templates/database/structure/empty_form.twig:6
13923 #: templates/table/delete/confirm.twig:12
13924 #: templates/table/structure/drop_confirm.twig:6
13925 #: templates/table/structure/primary.twig:6
13926 msgid "Do you really want to execute the following query?"
13927 msgstr ""
13929 #: templates/database/structure/favorite_anchor.twig:4
13930 #: templates/recent_favorite_table_favorite.twig:6
13931 msgid "Remove from Favorites"
13932 msgstr ""
13934 #: templates/database/structure/favorite_anchor.twig:4
13935 msgid "Add to Favorites"
13936 msgstr ""
13938 #: templates/database/structure/show_create.twig:2
13939 msgid "Showing create queries"
13940 msgstr ""
13942 #: templates/database/structure/show_create.twig:33
13943 #: templates/display/results/table.twig:297 templates/modals/create_view.twig:5
13944 #: templates/sql/no_results_returned.twig:13 templates/view_create.twig:11
13945 msgid "Create view"
13946 msgstr ""
13948 #: templates/database/structure/structure_table_row.twig:17
13949 #: templates/server/databases/index.twig:219
13950 #: templates/server/databases/index.twig:231
13951 msgid "Not replicated"
13952 msgstr ""
13954 #: templates/database/structure/structure_table_row.twig:18
13955 #: templates/server/databases/index.twig:215
13956 #: templates/server/databases/index.twig:227
13957 msgid "Replicated"
13958 msgstr ""
13960 #: templates/database/structure/structure_table_row.twig:237
13961 msgid "in use"
13962 msgstr ""
13964 #: templates/database/structure/table_header.twig:27
13965 msgid ""
13966 "May be approximate. Click on the number to get the exact count. See "
13967 "[doc@faq3-11]FAQ 3.11[/doc]."
13968 msgstr ""
13970 #: templates/database/structure/table_header.twig:36
13971 #: templates/table/index_form.twig:144
13972 msgid "Size"
13973 msgstr ""
13975 #: templates/database/structure/table_header.twig:51
13976 #: templates/table/structure/display_table_stats.twig:154
13977 msgid "Creation"
13978 msgstr ""
13980 #: templates/database/structure/table_header.twig:56
13981 #: templates/table/structure/display_table_stats.twig:161
13982 msgid "Last update"
13983 msgstr ""
13985 #: templates/database/structure/table_header.twig:61
13986 #: templates/table/structure/display_table_stats.twig:168
13987 msgid "Last check"
13988 msgstr ""
13990 #: templates/database/structure/tracking_icon.twig:3
13991 msgid "Tracking is active."
13992 msgstr ""
13994 #: templates/database/structure/tracking_icon.twig:5
13995 msgid "Tracking is not active."
13996 msgstr ""
13998 #: templates/database/tracking/tables.twig:4
13999 msgid "Tracked tables"
14000 msgstr ""
14002 #: templates/database/tracking/tables.twig:14
14003 msgid "Last version"
14004 msgstr ""
14006 #: templates/database/tracking/tables.twig:15
14007 #: templates/table/tracking/main.twig:29
14008 msgid "Created"
14009 msgstr ""
14011 #: templates/database/tracking/tables.twig:16
14012 #: templates/table/tracking/main.twig:30
14013 msgid "Updated"
14014 msgstr ""
14016 #: templates/database/tracking/tables.twig:61
14017 #: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
14018 msgid "active"
14019 msgstr ""
14021 #: templates/database/tracking/tables.twig:73
14022 #: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
14023 msgid "not active"
14024 msgstr ""
14026 #: templates/database/tracking/tables.twig:93
14027 #: templates/database/tracking/tables.twig:138
14028 #: templates/database/tracking/tables.twig:139
14029 msgid "Delete tracking"
14030 msgstr ""
14032 #: templates/database/tracking/tables.twig:104
14033 msgid "Versions"
14034 msgstr ""
14036 #: templates/database/tracking/tables.twig:145
14037 msgid "Untracked tables"
14038 msgstr ""
14040 #: templates/database/tracking/tables.twig:176
14041 #: templates/database/tracking/tables.twig:188
14042 #: templates/database/tracking/tables.twig:189
14043 #: templates/table/structure/display_structure.twig:413
14044 msgid "Track table"
14045 msgstr ""
14047 #: templates/database/triggers/editor_form.twig:23
14048 msgid "Trigger name"
14049 msgstr ""
14051 #: templates/database/triggers/editor_form.twig:37
14052 msgctxt "Trigger action time"
14053 msgid "Time"
14054 msgstr ""
14056 #: templates/database/triggers/list.twig:29
14057 msgid "Create new trigger"
14058 msgstr ""
14060 #: templates/database/triggers/list.twig:38
14061 msgid "There are no triggers to display."
14062 msgstr ""
14064 #: templates/display/results/table.twig:32
14065 msgid "Save edited data"
14066 msgstr ""
14068 #: templates/display/results/table.twig:38
14069 msgid "Restore column order"
14070 msgstr ""
14072 #: templates/display/results/table.twig:49 templates/export.twig:149
14073 #: templates/table/start_and_number_of_rows_fieldset.twig:9
14074 msgid "Number of rows:"
14075 msgstr ""
14077 #: templates/display/results/table.twig:52
14078 msgid "All"
14079 msgstr ""
14081 #: templates/display/results/table.twig:70
14082 msgid "Sort by key:"
14083 msgstr ""
14085 #: templates/display/results/table.twig:119
14086 #: templates/table/search/index.twig:102
14087 msgid "Extra options"
14088 msgstr ""
14090 #: templates/display/results/table.twig:141
14091 msgid "Relational key"
14092 msgstr ""
14094 #: templates/display/results/table.twig:145
14095 msgid "Display column for relationships"
14096 msgstr ""
14098 #: templates/display/results/table.twig:153
14099 msgid "Show binary contents"
14100 msgstr ""
14102 #: templates/display/results/table.twig:157
14103 msgid "Show BLOB contents"
14104 msgstr ""
14106 #: templates/display/results/table.twig:167
14107 msgid "Hide browser transformation"
14108 msgstr ""
14110 #: templates/display/results/table.twig:179
14111 msgid "Well Known Text"
14112 msgstr ""
14114 #: templates/display/results/table.twig:183
14115 msgid "Well Known Binary"
14116 msgstr ""
14118 #: templates/display/results/table.twig:255
14119 #: templates/sql/no_results_returned.twig:9
14120 msgid "Query results operations"
14121 msgstr ""
14123 #: templates/display/results/table.twig:260
14124 msgid "Copy to clipboard"
14125 msgstr ""
14127 #: templates/display/results/table.twig:279
14128 #: templates/table/chart/tbl_chart.twig:2
14129 msgid "Display chart"
14130 msgstr ""
14132 #: templates/display/results/table.twig:287
14133 msgid "Visualize GIS data"
14134 msgstr ""
14136 #: templates/encoding/kanji_encoding_form.twig:6
14137 msgctxt "None encoding conversion"
14138 msgid "None"
14139 msgstr ""
14141 #: templates/encoding/kanji_encoding_form.twig:17
14142 msgid "Convert to Kana"
14143 msgstr ""
14145 #: templates/error/report_form.twig:3
14146 msgid ""
14147 "This report automatically includes data about the error and information "
14148 "about relevant configuration settings. It will be sent to the phpMyAdmin "
14149 "team for debugging the error."
14150 msgstr ""
14152 #: templates/error/report_form.twig:11
14153 msgid ""
14154 "Can you tell us the steps leading to this error? It decisively helps in "
14155 "debugging:"
14156 msgstr ""
14158 #: templates/error/report_form.twig:18
14159 msgid "You may examine the data in the error report:"
14160 msgstr ""
14162 #: templates/error/report_modal.twig:5
14163 msgid "Submit error report"
14164 msgstr ""
14166 #: templates/error/report_modal.twig:12
14167 msgid "Send error report"
14168 msgstr ""
14170 #: templates/export/template_options.twig:1 templates/export.twig:42
14171 msgid "Select a template"
14172 msgstr ""
14174 #: templates/export.twig:14
14175 msgid "Export templates:"
14176 msgstr ""
14178 #: templates/export.twig:18
14179 msgid "New template:"
14180 msgstr ""
14182 #: templates/export.twig:21 templates/export.twig:24
14183 msgid "Template name"
14184 msgstr ""
14186 #: templates/export.twig:35
14187 msgid "Existing templates:"
14188 msgstr ""
14190 #: templates/export.twig:38
14191 msgid "Template:"
14192 msgstr ""
14194 #: templates/export.twig:51
14195 msgid "Update"
14196 msgstr ""
14198 #: templates/export.twig:72
14199 msgid "Show SQL query"
14200 msgstr ""
14202 #: templates/export.twig:104
14203 msgid "Export method:"
14204 msgstr ""
14206 #: templates/export.twig:108
14207 msgid "Quick - display only the minimal options"
14208 msgstr ""
14210 #: templates/export.twig:112
14211 msgid "Custom - display all possible options"
14212 msgstr ""
14214 #: templates/export.twig:121
14215 msgid "File format to export"
14216 msgstr ""
14218 #: templates/export.twig:137
14219 msgid "Rows:"
14220 msgstr ""
14222 #: templates/export.twig:141
14223 msgid "Dump all rows"
14224 msgstr ""
14226 #: templates/export.twig:145
14227 msgid "Dump some row(s)"
14228 msgstr ""
14230 #: templates/export.twig:160
14231 msgid "Row to begin at:"
14232 msgstr ""
14234 #: templates/export.twig:170 templates/export.twig:332
14235 msgid "Output:"
14236 msgstr ""
14238 #: templates/export.twig:175 templates/export.twig:370
14239 #, php-format
14240 msgid "Save on server in the directory <strong>%s</strong>"
14241 msgstr ""
14243 #: templates/export.twig:193 templates/export.twig:337
14244 msgid "Rename exported databases/tables/columns"
14245 msgstr ""
14247 #: templates/export.twig:201
14248 msgid "Defined aliases"
14249 msgstr ""
14251 #: templates/export.twig:216 templates/export.twig:230
14252 #: templates/export.twig:243 templates/export.twig:260
14253 msgid "Remove"
14254 msgstr ""
14256 #: templates/export.twig:269
14257 msgid "Define new aliases"
14258 msgstr ""
14260 #: templates/export.twig:274
14261 msgid "Select database:"
14262 msgstr ""
14264 #: templates/export.twig:290
14265 msgid "Select table:"
14266 msgstr ""
14268 #: templates/export.twig:298
14269 msgid "New table name"
14270 msgstr ""
14272 #: templates/export.twig:306
14273 msgid "Select column:"
14274 msgstr ""
14276 #: templates/export.twig:314
14277 msgid "New column name"
14278 msgstr ""
14280 #: templates/export.twig:347
14281 #, php-format
14282 msgid "Use %s statement"
14283 msgstr ""
14285 #: templates/export.twig:356
14286 msgid "View output as text"
14287 msgstr ""
14289 #: templates/export.twig:360
14290 msgid "Save output to a file"
14291 msgstr ""
14293 #: templates/export.twig:387
14294 msgid "File name template:"
14295 msgstr ""
14297 #: templates/export.twig:388
14298 #, php-format
14299 msgid ""
14300 "This value is interpreted using the 'strftime' function, so you can use time "
14301 "formatting strings. Additionally the following transformations will happen: "
14302 "%s Other text will be kept as is. See the FAQ 6.27 for details."
14303 msgstr ""
14305 #: templates/export.twig:398
14306 msgid "Use this for future exports"
14307 msgstr ""
14309 #: templates/export.twig:409 templates/import.twig:103
14310 msgid "Character set of the file:"
14311 msgstr ""
14313 #: templates/export.twig:429
14314 msgid "Compression:"
14315 msgstr ""
14317 #: templates/export.twig:437
14318 msgid "zipped"
14319 msgstr ""
14321 #: templates/export.twig:443
14322 msgid "gzipped"
14323 msgstr ""
14325 #: templates/export.twig:461
14326 msgid "Export databases as separate files"
14327 msgstr ""
14329 #: templates/export.twig:463
14330 msgid "Export tables as separate files"
14331 msgstr ""
14333 #: templates/export.twig:474
14334 msgid "Skip tables larger than:"
14335 msgstr ""
14337 #: templates/export.twig:476
14338 msgid "The size is measured in MiB."
14339 msgstr ""
14341 #: templates/export.twig:482 templates/import.twig:182
14342 msgid "Format-specific options:"
14343 msgstr ""
14345 #: templates/export.twig:491 templates/import.twig:191
14346 msgid "Encoding Conversion:"
14347 msgstr ""
14349 #: templates/filter.twig:2 templates/server/status/processes/index.twig:6
14350 #: templates/server/status/variables/index.twig:7
14351 msgid "Filters"
14352 msgstr ""
14354 #: templates/filter.twig:4 templates/server/status/variables/index.twig:12
14355 msgid "Containing the word:"
14356 msgstr ""
14358 #: templates/footer.twig:7 templates/footer.twig:9 templates/footer.twig:11
14359 msgid "Open new phpMyAdmin window"
14360 msgstr ""
14362 #: templates/footer.twig:26 templates/home/index.twig:18
14363 #: templates/login/form.twig:5
14364 msgid "phpMyAdmin Demo Server"
14365 msgstr ""
14367 #: templates/footer.twig:34
14368 #, php-format
14369 msgid "Currently running Git revision %1$s from the %2$s branch."
14370 msgstr ""
14372 #: templates/footer.twig:36
14373 msgid "Git information missing!"
14374 msgstr ""
14376 #: templates/gis_data_editor_form.twig:4
14377 #, php-format
14378 msgid "Value for the column \"%s\""
14379 msgstr ""
14381 #: templates/gis_data_editor_form.twig:23
14382 #: templates/table/gis_visualization/gis_visualization.twig:34
14383 msgid "Use OpenStreetMaps as Base Layer"
14384 msgstr ""
14386 #: templates/gis_data_editor_form.twig:39
14387 msgctxt "Spatial Reference System Identifier"
14388 msgid "SRID:"
14389 msgstr ""
14391 #: templates/gis_data_editor_form.twig:62
14392 #, php-format
14393 msgid "Geometry %d:"
14394 msgstr ""
14396 #: templates/gis_data_editor_form.twig:82
14397 msgid "Point:"
14398 msgstr ""
14400 #: templates/gis_data_editor_form.twig:106
14401 #: templates/gis_data_editor_form.twig:151
14402 #: templates/gis_data_editor_form.twig:207
14403 #, php-format
14404 msgid "Point %d:"
14405 msgstr ""
14407 #: templates/gis_data_editor_form.twig:130
14408 #, php-format
14409 msgid "Linestring %d:"
14410 msgstr ""
14412 #: templates/gis_data_editor_form.twig:132
14413 #: templates/gis_data_editor_form.twig:191
14414 msgid "Outer ring:"
14415 msgstr ""
14417 #: templates/gis_data_editor_form.twig:134
14418 #: templates/gis_data_editor_form.twig:193
14419 #, php-format
14420 msgid "Inner ring %d:"
14421 msgstr ""
14423 #: templates/gis_data_editor_form.twig:165
14424 msgid "Add a linestring"
14425 msgstr ""
14427 #: templates/gis_data_editor_form.twig:178
14428 #, php-format
14429 msgid "Polygon %d:"
14430 msgstr ""
14432 #: templates/gis_data_editor_form.twig:224
14433 msgid "Add a polygon"
14434 msgstr ""
14436 #: templates/gis_data_editor_form.twig:230
14437 msgid "Add geometry"
14438 msgstr ""
14440 #: templates/gis_data_editor_form.twig:239
14441 msgid "Output"
14442 msgstr ""
14444 #: templates/gis_data_editor_form.twig:241
14445 msgid ""
14446 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
14447 "below into the \"Value\" field."
14448 msgstr ""
14450 #: templates/header.twig:35 templates/login/header.twig:13
14451 msgid "Javascript must be enabled past this point!"
14452 msgstr ""
14454 #: templates/header.twig:46
14455 msgid "Click on the bar to scroll to top of page"
14456 msgstr ""
14458 #: templates/home/git_info.twig:2
14459 msgid "Git revision:"
14460 msgstr ""
14462 #: templates/home/git_info.twig:13
14463 msgid "no branch"
14464 msgstr ""
14466 #: templates/home/git_info.twig:15 templates/home/git_info.twig:22
14467 #, php-format
14468 msgid "from %s branch"
14469 msgstr ""
14471 #: templates/home/git_info.twig:25
14472 #, php-format
14473 msgid "committed on %s by %s"
14474 msgstr ""
14476 #: templates/home/git_info.twig:32
14477 #, php-format
14478 msgid "authored on %s by %s"
14479 msgstr ""
14481 #: templates/home/index.twig:22 templates/login/form.twig:8
14482 #, php-format
14483 msgid ""
14484 "You are using the demo server. You can do anything here, but please do not "
14485 "change root, debian-sys-maint and pma users. More information is available "
14486 "at %s."
14487 msgstr ""
14489 #: templates/home/index.twig:32
14490 msgid "General settings"
14491 msgstr ""
14493 #: templates/home/index.twig:57
14494 msgid "Server connection collation:"
14495 msgstr ""
14497 #: templates/home/index.twig:83 templates/preferences/manage/main.twig:56
14498 msgid "More settings"
14499 msgstr ""
14501 #: templates/home/index.twig:94
14502 msgid "Appearance settings"
14503 msgstr ""
14505 #: templates/home/index.twig:104 templates/home/index.twig:105
14506 #: templates/login/form.twig:23 templates/login/form.twig:24
14507 #: templates/setup/home/index.twig:8 templates/setup/home/index.twig:9
14508 msgid "Language"
14509 msgstr ""
14511 #: templates/home/index.twig:132
14512 msgid "Theme"
14513 msgstr ""
14515 #: templates/home/index.twig:143
14516 msgctxt "View all themes"
14517 msgid "View all"
14518 msgstr ""
14520 #: templates/home/index.twig:159
14521 msgid "Database server"
14522 msgstr ""
14524 #: templates/home/index.twig:163 templates/login/form.twig:65
14525 #: templates/menu/breadcrumbs.twig:7
14526 msgid "Server:"
14527 msgstr ""
14529 #: templates/home/index.twig:167
14530 msgid "Server type:"
14531 msgstr ""
14533 #: templates/home/index.twig:171
14534 msgid "Server connection:"
14535 msgstr ""
14537 #: templates/home/index.twig:179
14538 msgid "Protocol version:"
14539 msgstr ""
14541 #: templates/home/index.twig:183
14542 msgid "User:"
14543 msgstr ""
14545 #: templates/home/index.twig:187
14546 msgid "Server charset:"
14547 msgstr ""
14549 #: templates/home/index.twig:199
14550 msgid "Web server"
14551 msgstr ""
14553 #: templates/home/index.twig:209
14554 msgid "Database client version:"
14555 msgstr ""
14557 #: templates/home/index.twig:213
14558 msgid "PHP extension:"
14559 msgstr ""
14561 #: templates/home/index.twig:220
14562 msgid "PHP version:"
14563 msgstr ""
14565 #: templates/home/index.twig:227
14566 msgid "Show PHP information"
14567 msgstr ""
14569 #: templates/home/index.twig:241
14570 msgid "Version information:"
14571 msgstr ""
14573 #: templates/home/index.twig:251
14574 msgid "Official Homepage"
14575 msgstr ""
14577 #: templates/home/index.twig:256
14578 msgid "Contribute"
14579 msgstr ""
14581 #: templates/home/index.twig:261
14582 msgid "Get support"
14583 msgstr ""
14585 #: templates/home/index.twig:266
14586 msgid "List of changes"
14587 msgstr ""
14589 #: templates/home/index.twig:271 templates/server/plugins/index.twig:30
14590 msgid "License"
14591 msgstr ""
14593 #: templates/home/index.twig:282 templates/setup/error.twig:2
14594 msgid "Warning"
14595 msgstr ""
14597 #: templates/home/index.twig:284
14598 msgid "Notice"
14599 msgstr ""
14601 #: templates/home/index.twig:297
14602 msgid "phpMyAdmin Themes"
14603 msgstr ""
14605 #: templates/home/index.twig:308
14606 msgid "Get more themes!"
14607 msgstr ""
14609 #: templates/home/themes.twig:7
14610 #, php-format
14611 msgid "Screenshot of the %s theme."
14612 msgstr ""
14614 #. l10n: Choose the theme button in the themes list modal
14615 #: templates/home/themes.twig:12
14616 msgid "Take it"
14617 msgstr ""
14619 #: templates/import/javascript.twig:12
14620 msgid ""
14621 "The file being uploaded is probably larger than the maximum allowed size or "
14622 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
14623 "browsers."
14624 msgstr ""
14626 #: templates/import/javascript.twig:13
14627 #, php-format
14628 msgid "%s of %s"
14629 msgstr ""
14631 #: templates/import/javascript.twig:14
14632 #, php-format
14633 msgid "%s/sec."
14634 msgstr ""
14636 #: templates/import/javascript.twig:15
14637 msgid "About %MIN min. %SEC sec. remaining."
14638 msgstr ""
14640 #: templates/import/javascript.twig:16
14641 msgid "About %SEC sec. remaining."
14642 msgstr ""
14644 #: templates/import/javascript.twig:17
14645 msgid "The file is being processed, please be patient."
14646 msgstr ""
14648 #: templates/import/javascript.twig:29
14649 msgid "Uploading your import file…"
14650 msgstr ""
14652 #: templates/import/javascript.twig:152
14653 msgid ""
14654 "Please be patient, the file is being uploaded. Details about the upload are "
14655 "not available."
14656 msgstr ""
14658 #: templates/import.twig:26
14659 msgid "File to import:"
14660 msgstr ""
14662 #: templates/import.twig:31
14663 #, php-format
14664 msgid "File may be compressed (%s) or uncompressed."
14665 msgstr ""
14667 #: templates/import.twig:32
14668 msgid ""
14669 "A compressed file's name must end in <strong>.[format].[compression]</"
14670 "strong>. Example: <strong>.sql.zip</strong>"
14671 msgstr ""
14673 #: templates/import.twig:40
14674 msgid "Upload a file"
14675 msgstr ""
14677 #: templates/import.twig:43
14678 msgid "Select file to import"
14679 msgstr ""
14681 #: templates/import.twig:50 templates/import.twig:77
14682 #: templates/preferences/manage/main.twig:22
14683 msgid "Browse your computer:"
14684 msgstr ""
14686 #: templates/import.twig:55 templates/import.twig:82
14687 msgid "You may also drag and drop a file on any page."
14688 msgstr ""
14690 #: templates/import.twig:62 templates/import.twig:88
14691 #, php-format
14692 msgid "Select from the web server upload directory [strong]%s[/strong]:"
14693 msgstr ""
14695 #: templates/import.twig:69 templates/import.twig:96
14696 msgid "There are no files to import!"
14697 msgstr ""
14699 #: templates/import.twig:100
14700 msgid "File uploads are not allowed on this server."
14701 msgstr ""
14703 #: templates/import.twig:126
14704 msgid "Partial import:"
14705 msgstr ""
14707 #: templates/import.twig:131
14708 #, php-format
14709 msgid ""
14710 "Previous import timed out, after resubmitting will continue from position %d."
14711 msgstr ""
14713 #: templates/import.twig:138
14714 msgid ""
14715 "Allow the interruption of an import in case the script detects it is close "
14716 "to the PHP timeout limit."
14717 msgstr ""
14719 #: templates/import.twig:140
14720 msgid ""
14721 "This might be a good way to import large files, however it can break "
14722 "transactions."
14723 msgstr ""
14725 #: templates/import.twig:144
14726 msgid "Skip this number of queries (for SQL) starting from the first one:"
14727 msgstr ""
14729 #: templates/import.twig:154
14730 msgid "Other options"
14731 msgstr ""
14733 #: templates/indexes.twig:39
14734 #: templates/table/structure/display_structure.twig:506
14735 msgid "Rename"
14736 msgstr ""
14738 #: templates/indexes.twig:45
14739 #: templates/table/structure/display_structure.twig:512
14740 msgid "The primary key has been dropped."
14741 msgstr ""
14743 #: templates/indexes.twig:50
14744 #: templates/table/structure/display_structure.twig:517
14745 #, php-format
14746 msgid "Index %s has been dropped."
14747 msgstr ""
14749 #. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
14750 #: templates/javascript/variables.twig:8
14751 #, fuzzy
14752 msgid "calendar-month-year"
14753 msgstr "calendar-month-year"
14755 #. l10n: Year suffix for calendar, "none" is empty.
14756 #: templates/javascript/variables.twig:11
14757 msgid "none"
14758 msgstr ""
14760 #. l10n: Previous month. Display text for previous month link in calendar
14761 #: templates/javascript/variables.twig:16
14762 msgid "Prev"
14763 msgstr ""
14765 #. l10n: Next month. Display text for next month link in calendar
14766 #: templates/javascript/variables.twig:17
14767 msgid "Next"
14768 msgstr ""
14770 #. l10n: Display text for current month link in calendar
14771 #: templates/javascript/variables.twig:18
14772 msgid "Today"
14773 msgstr ""
14775 #: templates/javascript/variables.twig:20
14776 msgid "January"
14777 msgstr ""
14779 #: templates/javascript/variables.twig:21
14780 msgid "February"
14781 msgstr ""
14783 #: templates/javascript/variables.twig:22
14784 msgid "March"
14785 msgstr ""
14787 #: templates/javascript/variables.twig:23
14788 msgid "April"
14789 msgstr ""
14791 #. l10n: Short month name for May
14792 #: templates/javascript/variables.twig:24
14793 #: templates/javascript/variables.twig:38
14794 msgid "May"
14795 msgstr ""
14797 #: templates/javascript/variables.twig:25
14798 msgid "June"
14799 msgstr ""
14801 #: templates/javascript/variables.twig:26
14802 msgid "July"
14803 msgstr ""
14805 #: templates/javascript/variables.twig:27
14806 msgid "August"
14807 msgstr ""
14809 #: templates/javascript/variables.twig:28
14810 msgid "September"
14811 msgstr ""
14813 #: templates/javascript/variables.twig:29
14814 msgid "October"
14815 msgstr ""
14817 #: templates/javascript/variables.twig:30
14818 msgid "November"
14819 msgstr ""
14821 #: templates/javascript/variables.twig:31
14822 msgid "December"
14823 msgstr ""
14825 #. l10n: Short week day name for Sunday
14826 #: templates/javascript/variables.twig:57
14827 msgid "Sun"
14828 msgstr ""
14830 #. l10n: Minimal week day name for Sunday
14831 #: templates/javascript/variables.twig:66
14832 msgid "Su"
14833 msgstr ""
14835 #. l10n: Minimal week day name for Monday
14836 #: templates/javascript/variables.twig:67
14837 msgid "Mo"
14838 msgstr ""
14840 #. l10n: Minimal week day name for Tuesday
14841 #: templates/javascript/variables.twig:68
14842 msgid "Tu"
14843 msgstr ""
14845 #. l10n: Minimal week day name for Wednesday
14846 #: templates/javascript/variables.twig:69
14847 msgid "We"
14848 msgstr ""
14850 #. l10n: Minimal week day name for Thursday
14851 #: templates/javascript/variables.twig:70
14852 msgid "Th"
14853 msgstr ""
14855 #. l10n: Minimal week day name for Friday
14856 #: templates/javascript/variables.twig:71
14857 msgid "Fr"
14858 msgstr ""
14860 #. l10n: Minimal week day name for Saturday
14861 #: templates/javascript/variables.twig:72
14862 msgid "Sa"
14863 msgstr ""
14865 #. l10n: Column header for week of the year in calendar
14866 #: templates/javascript/variables.twig:74
14867 msgid "Wk"
14868 msgstr ""
14870 #: templates/javascript/variables.twig:82
14871 msgid "Hour"
14872 msgstr ""
14874 #: templates/javascript/variables.twig:83
14875 msgid "Minute"
14876 msgstr ""
14878 #: templates/javascript/variables.twig:84
14879 msgid "Second"
14880 msgstr ""
14882 #: templates/javascript/variables.twig:90
14883 msgid "This field is required"
14884 msgstr ""
14886 #: templates/javascript/variables.twig:91
14887 msgid "Please fix this field"
14888 msgstr ""
14890 #: templates/javascript/variables.twig:92
14891 msgid "Please enter a valid email address"
14892 msgstr ""
14894 #: templates/javascript/variables.twig:93
14895 msgid "Please enter a valid URL"
14896 msgstr ""
14898 #: templates/javascript/variables.twig:94
14899 msgid "Please enter a valid date"
14900 msgstr ""
14902 #: templates/javascript/variables.twig:95
14903 msgid "Please enter a valid date ( ISO )"
14904 msgstr ""
14906 #: templates/javascript/variables.twig:96
14907 msgid "Please enter a valid number"
14908 msgstr ""
14910 #: templates/javascript/variables.twig:97
14911 msgid "Please enter a valid credit card number"
14912 msgstr ""
14914 #: templates/javascript/variables.twig:98
14915 msgid "Please enter only digits"
14916 msgstr ""
14918 #: templates/javascript/variables.twig:99
14919 msgid "Please enter the same value again"
14920 msgstr ""
14922 #: templates/javascript/variables.twig:100
14923 msgid "Please enter no more than {0} characters"
14924 msgstr ""
14926 #: templates/javascript/variables.twig:101
14927 msgid "Please enter at least {0} characters"
14928 msgstr ""
14930 #: templates/javascript/variables.twig:102
14931 msgid "Please enter a value between {0} and {1} characters long"
14932 msgstr ""
14934 #: templates/javascript/variables.twig:103
14935 msgid "Please enter a value between {0} and {1}"
14936 msgstr ""
14938 #: templates/javascript/variables.twig:104
14939 msgid "Please enter a value less than or equal to {0}"
14940 msgstr ""
14942 #: templates/javascript/variables.twig:105
14943 msgid "Please enter a value greater than or equal to {0}"
14944 msgstr ""
14946 #: templates/javascript/variables.twig:106
14947 msgid "Please enter a valid date or time"
14948 msgstr ""
14950 #: templates/javascript/variables.twig:107
14951 msgid "Please enter a valid HEX input"
14952 msgstr ""
14954 #. l10n: To validate the usage of a MD5 function on the column
14955 #: templates/javascript/variables.twig:108
14956 msgid "This column can not contain a 32 chars value"
14957 msgstr ""
14959 #. l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
14960 #: templates/javascript/variables.twig:109
14961 msgid ""
14962 "These functions are meant to return a binary result; to avoid inconsistent "
14963 "results you should store it in a BINARY, VARBINARY, or BLOB column."
14964 msgstr ""
14966 #: templates/login/form.twig:58 templates/login/form.twig:117
14967 #: templates/login/form.twig:121 templates/login/form.twig:124
14968 msgid "Log in"
14969 msgstr ""
14971 #: templates/login/form.twig:64 templates/login/form.twig:69
14972 msgid "You can enter hostname/IP address and port separated by space."
14973 msgstr ""
14975 #: templates/login/form.twig:76
14976 msgid "Username:"
14977 msgstr ""
14979 #: templates/login/form.twig:85
14980 #: templates/server/privileges/change_password.twig:21
14981 #: templates/server/privileges/login_information_fields.twig:43
14982 #: templates/server/replication/change_primary.twig:18
14983 #: templates/server/replication/primary_add_replica_user.twig:49
14984 msgid "Password:"
14985 msgstr ""
14987 #: templates/login/form.twig:95
14988 msgid "Server choice:"
14989 msgstr ""
14991 #: templates/login/header.twig:17
14992 msgid ""
14993 "There is a mismatch between HTTPS indicated on the server and client. This "
14994 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
14995 "server configuration to indicate HTTPS properly."
14996 msgstr ""
14998 #: templates/login/twofactor/application_configure.twig:3
14999 msgid ""
15000 "Please scan following QR code into the two-factor authentication app on your "
15001 "device and enter authentication code it generates."
15002 msgstr ""
15004 #: templates/login/twofactor/application_configure.twig:13
15005 msgid "Secret/key:"
15006 msgstr ""
15008 #: templates/login/twofactor/application_configure.twig:16
15009 #: templates/login/twofactor/application.twig:2
15010 msgid "Authentication code:"
15011 msgstr ""
15013 #: templates/login/twofactor/application.twig:5
15014 msgid ""
15015 "Open the two-factor authentication app on your device to view your "
15016 "authentication code and verify your identity."
15017 msgstr ""
15019 #: templates/login/twofactor/invalid.twig:2
15020 msgid ""
15021 "The configured two factor authentication is not available, please install "
15022 "missing dependencies."
15023 msgstr ""
15025 #: templates/login/twofactor/key_configure.twig:3
15026 #: templates/login/twofactor/key.twig:3
15027 #: templates/preferences/two_factor/main.twig:56
15028 msgid "Deprecated!"
15029 msgstr ""
15031 #: templates/login/twofactor/key_configure.twig:4
15032 #: templates/login/twofactor/key.twig:4
15033 #: templates/preferences/two_factor/main.twig:57
15034 #: templates/preferences/two_factor/main.twig:90
15035 msgid ""
15036 "The FIDO U2F API has been deprecated in favor of the Web Authentication API "
15037 "(WebAuthn)."
15038 msgstr ""
15040 #: templates/login/twofactor/key_configure.twig:6
15041 #: templates/login/twofactor/key.twig:6
15042 #: templates/preferences/two_factor/main.twig:59
15043 msgid ""
15044 "You can still use Firefox to authenticate your account using the FIDO U2F "
15045 "API, however it's recommended that you use the WebAuthn authentication "
15046 "instead."
15047 msgstr ""
15049 #: templates/login/twofactor/key_configure.twig:10
15050 msgid ""
15051 "Please connect your FIDO U2F device into your computer's USB port. Then "
15052 "confirm registration on the device."
15053 msgstr ""
15055 #: templates/login/twofactor/key-https-warning.twig:3
15056 msgid ""
15057 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
15058 "most likely refuse to authenticate you."
15059 msgstr ""
15061 #: templates/login/twofactor/key.twig:10
15062 msgid ""
15063 "Please connect your FIDO U2F device into your computer's USB port. Then "
15064 "confirm login on the device."
15065 msgstr ""
15067 #: templates/login/twofactor.twig:10
15068 msgid "Verify"
15069 msgstr ""
15071 #: templates/login/twofactor/webauthn_creation.twig:1
15072 msgid ""
15073 "Please connect your WebAuthn/FIDO2 device. Then confirm registration on the "
15074 "device."
15075 msgstr ""
15077 #: templates/login/twofactor/webauthn_request.twig:1
15078 msgid ""
15079 "Please connect your WebAuthn/FIDO2 device. Then confirm login on the device."
15080 msgstr ""
15082 #: templates/menu/breadcrumbs.twig:27
15083 msgid "View:"
15084 msgstr ""
15086 #: templates/modals/index_dialog_modal.twig:30
15087 #: templates/table/structure/display_structure.twig:363
15088 msgid "Go back"
15089 msgstr ""
15091 #: templates/modals/unhide_nav_item.twig:5
15092 msgid "Show hidden navigation tree items."
15093 msgstr ""
15095 #: templates/navigation/item_unhide_dialog.twig:20
15096 msgid "Unhide"
15097 msgstr ""
15099 #: templates/navigation/main.twig:25 templates/navigation/main.twig:26
15100 msgid "Home"
15101 msgstr ""
15103 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15104 msgid "Empty session data"
15105 msgstr ""
15107 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15108 msgid "Log out"
15109 msgstr ""
15111 #: templates/navigation/main.twig:35 templates/navigation/main.twig:36
15112 msgid "phpMyAdmin documentation"
15113 msgstr ""
15115 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15116 msgid "MariaDB Documentation"
15117 msgstr ""
15119 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15120 msgid "MySQL Documentation"
15121 msgstr ""
15123 #: templates/navigation/main.twig:43 templates/navigation/main.twig:44
15124 msgid "Navigation panel settings"
15125 msgstr ""
15127 #: templates/navigation/main.twig:47 templates/navigation/main.twig:48
15128 msgid "Reload navigation panel"
15129 msgstr ""
15131 #: templates/navigation/main.twig:67
15132 msgid "An error has occurred while loading the navigation display"
15133 msgstr ""
15135 #: templates/navigation/main.twig:88
15136 msgid "SQL upload"
15137 msgstr ""
15139 #: templates/navigation/tree/fast_filter.twig:11
15140 #: templates/navigation/tree/fast_filter.twig:12
15141 msgid "Type to filter these, Enter to search all"
15142 msgstr ""
15144 #: templates/navigation/tree/fast_filter.twig:16
15145 msgid "Clear fast filter"
15146 msgstr ""
15148 #: templates/preferences/autoload.twig:7
15149 msgid ""
15150 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
15151 "import it for current session?"
15152 msgstr ""
15154 #: templates/preferences/autoload.twig:13
15155 msgid "Delete settings"
15156 msgstr ""
15158 #: templates/preferences/forms/main.twig:4
15159 msgid "Cannot save settings, submitted form contains errors!"
15160 msgstr ""
15162 #: templates/preferences/header.twig:6
15163 msgid "Manage your settings"
15164 msgstr ""
15166 #: templates/preferences/header.twig:12
15167 msgid "Two-factor authentication"
15168 msgstr ""
15170 #: templates/preferences/header.twig:55
15171 #: templates/preferences/manage/main.twig:72
15172 msgid "Configuration has been saved."
15173 msgstr ""
15175 #: templates/preferences/header.twig:60
15176 #, php-format
15177 msgid ""
15178 "Your preferences will be saved for current session only. Storing them "
15179 "permanently requires %sphpMyAdmin configuration storage%s."
15180 msgstr ""
15182 #: templates/preferences/manage/error.twig:1
15183 msgid "Configuration contains incorrect data for some fields."
15184 msgstr ""
15186 #: templates/preferences/manage/error.twig:16
15187 msgid "Do you want to import remaining settings?"
15188 msgstr ""
15190 #: templates/preferences/manage/main.twig:3
15191 #: templates/preferences/manage/main.twig:33
15192 msgid "Saved on: @DATE@"
15193 msgstr ""
15195 #: templates/preferences/manage/main.twig:20
15196 msgid "Import from file"
15197 msgstr ""
15199 #: templates/preferences/manage/main.twig:27
15200 msgid "Import from browser's storage"
15201 msgstr ""
15203 #: templates/preferences/manage/main.twig:30
15204 msgid "Settings will be imported from your browser's local storage."
15205 msgstr ""
15207 #: templates/preferences/manage/main.twig:36
15208 msgid "You have no saved settings!"
15209 msgstr ""
15211 #: templates/preferences/manage/main.twig:40
15212 #: templates/preferences/manage/main.twig:104
15213 msgid "This feature is not supported by your web browser"
15214 msgstr ""
15216 #: templates/preferences/manage/main.twig:44
15217 msgid "Merge with current configuration"
15218 msgstr ""
15220 #: templates/preferences/manage/main.twig:59
15221 #, php-format
15222 msgid ""
15223 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
15224 "script%s."
15225 msgstr ""
15227 #: templates/preferences/manage/main.twig:81
15228 msgid "Save as JSON file"
15229 msgstr ""
15231 #: templates/preferences/manage/main.twig:85
15232 msgid "Save as PHP file"
15233 msgstr ""
15235 #: templates/preferences/manage/main.twig:90
15236 msgid "Save to browser's storage"
15237 msgstr ""
15239 #: templates/preferences/manage/main.twig:96
15240 msgid "Settings will be saved in your browser's local storage."
15241 msgstr ""
15243 #: templates/preferences/manage/main.twig:99
15244 msgid "Existing settings will be overwritten!"
15245 msgstr ""
15247 #: templates/preferences/manage/main.twig:120
15248 msgid "You can reset all your settings and restore them to default values."
15249 msgstr ""
15251 #: templates/preferences/two_factor/configure.twig:5
15252 #: templates/preferences/two_factor/main.twig:77
15253 #: templates/preferences/two_factor/main.twig:98
15254 msgid "Configure two-factor authentication"
15255 msgstr ""
15257 #: templates/preferences/two_factor/configure.twig:12
15258 msgid "Enable two-factor authentication"
15259 msgstr ""
15261 #: templates/preferences/two_factor/confirm.twig:5
15262 msgid "Confirm disabling two-factor authentication"
15263 msgstr ""
15265 #: templates/preferences/two_factor/confirm.twig:9
15266 msgid ""
15267 "By disabling two factor authentication you will be again able to login using "
15268 "password only."
15269 msgstr ""
15271 #: templates/preferences/two_factor/confirm.twig:13
15272 #: templates/preferences/two_factor/main.twig:66
15273 msgid "Disable two-factor authentication"
15274 msgstr ""
15276 #: templates/preferences/two_factor/main.twig:5
15277 msgid "Two-factor authentication status"
15278 msgstr ""
15280 #: templates/preferences/two_factor/main.twig:11
15281 msgid ""
15282 "Two-factor authentication is not available, please install optional "
15283 "dependencies to enable authentication backends."
15284 msgstr ""
15286 #: templates/preferences/two_factor/main.twig:12
15287 #: templates/preferences/two_factor/main.twig:27
15288 msgid "Following composer packages are missing:"
15289 msgstr ""
15291 #: templates/preferences/two_factor/main.twig:20
15292 msgid "Two-factor authentication is available and configured for this account."
15293 msgstr ""
15295 #: templates/preferences/two_factor/main.twig:22
15296 msgid ""
15297 "Two-factor authentication is available, but not configured for this account."
15298 msgstr ""
15300 #: templates/preferences/two_factor/main.twig:26
15301 msgid ""
15302 "Please install optional dependencies to enable more authentication backends."
15303 msgstr ""
15305 #: templates/preferences/two_factor/main.twig:37
15306 msgid ""
15307 "Two-factor authentication is not available, enable phpMyAdmin configuration "
15308 "storage to use it."
15309 msgstr ""
15311 #: templates/preferences/two_factor/main.twig:52
15312 msgid "You have enabled two factor authentication."
15313 msgstr ""
15315 #: templates/recent_favorite_table_no_tables.twig:3
15316 msgid "There are no recent tables."
15317 msgstr ""
15319 #: templates/recent_favorite_table_no_tables.twig:5
15320 msgid "There are no favorite tables."
15321 msgstr ""
15323 #: templates/relation/check_relations.twig:3
15324 msgid "phpMyAdmin configuration storage"
15325 msgstr ""
15327 #: templates/relation/check_relations.twig:9
15328 msgid "Configuration of pmadb…"
15329 msgstr ""
15331 #: templates/relation/check_relations.twig:10
15332 #: templates/relation/check_relations.twig:56
15333 #: templates/relation/check_relations.twig:81
15334 #: templates/relation/check_relations.twig:106
15335 #: templates/relation/check_relations.twig:119
15336 #: templates/relation/check_relations.twig:144
15337 #: templates/relation/check_relations.twig:189
15338 #: templates/relation/check_relations.twig:214
15339 #: templates/relation/check_relations.twig:239
15340 #: templates/relation/check_relations.twig:264
15341 #: templates/relation/check_relations.twig:289
15342 #: templates/relation/check_relations.twig:314
15343 #: templates/relation/check_relations.twig:339
15344 #: templates/relation/check_relations.twig:364
15345 #: templates/relation/check_relations.twig:377
15346 #: templates/relation/check_relations.twig:402
15347 #: templates/relation/check_relations.twig:427
15348 #: templates/relation/check_relations.twig:452
15349 #: templates/relation/check_relations.twig:477
15350 #: templates/relation/check_relations.twig:502
15351 msgid "not OK"
15352 msgstr ""
15354 #: templates/relation/check_relations.twig:14
15355 msgid "General relation features"
15356 msgstr ""
15358 #: templates/relation/check_relations.twig:20
15359 #, php-format
15360 msgid ""
15361 "%sCreate%s a database named '%s' and setup the phpMyAdmin configuration "
15362 "storage there."
15363 msgstr ""
15365 #: templates/relation/check_relations.twig:24
15366 #, php-format
15367 msgid ""
15368 "%sCreate%s the phpMyAdmin configuration storage in the current database."
15369 msgstr ""
15371 #: templates/relation/check_relations.twig:31
15372 #, php-format
15373 msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
15374 msgstr ""
15376 #: templates/relation/check_relations.twig:42
15377 #: templates/relation/check_relations.twig:54
15378 #: templates/relation/check_relations.twig:79
15379 #: templates/relation/check_relations.twig:104
15380 #: templates/relation/check_relations.twig:117
15381 #: templates/relation/check_relations.twig:142
15382 #: templates/relation/check_relations.twig:187
15383 #: templates/relation/check_relations.twig:212
15384 #: templates/relation/check_relations.twig:237
15385 #: templates/relation/check_relations.twig:262
15386 #: templates/relation/check_relations.twig:287
15387 #: templates/relation/check_relations.twig:312
15388 #: templates/relation/check_relations.twig:337
15389 #: templates/relation/check_relations.twig:362
15390 #: templates/relation/check_relations.twig:375
15391 #: templates/relation/check_relations.twig:400
15392 #: templates/relation/check_relations.twig:425
15393 #: templates/relation/check_relations.twig:450
15394 #: templates/relation/check_relations.twig:475
15395 #: templates/relation/check_relations.twig:500
15396 msgctxt "Correctly working"
15397 msgid "OK"
15398 msgstr ""
15400 #: templates/relation/check_relations.twig:62
15401 msgid "General relation features:"
15402 msgstr ""
15404 #: templates/relation/check_relations.twig:64
15405 #: templates/relation/check_relations.twig:89
15406 #: templates/relation/check_relations.twig:127
15407 #: templates/relation/check_relations.twig:152
15408 #: templates/relation/check_relations.twig:162
15409 #: templates/relation/check_relations.twig:197
15410 #: templates/relation/check_relations.twig:222
15411 #: templates/relation/check_relations.twig:247
15412 #: templates/relation/check_relations.twig:272
15413 #: templates/relation/check_relations.twig:297
15414 #: templates/relation/check_relations.twig:322
15415 #: templates/relation/check_relations.twig:347
15416 #: templates/relation/check_relations.twig:385
15417 #: templates/relation/check_relations.twig:410
15418 #: templates/relation/check_relations.twig:435
15419 #: templates/relation/check_relations.twig:460
15420 #: templates/relation/check_relations.twig:485
15421 #: templates/relation/check_relations.twig:510
15422 msgid "Enabled"
15423 msgstr ""
15425 #: templates/relation/check_relations.twig:87
15426 msgid "Display features:"
15427 msgstr ""
15429 #: templates/relation/check_relations.twig:125
15430 msgid "Designer and creation of PDFs:"
15431 msgstr ""
15433 #: templates/relation/check_relations.twig:150
15434 msgid "Displaying column comments:"
15435 msgstr ""
15437 #: templates/relation/check_relations.twig:160
15438 msgid "Browser transformation:"
15439 msgstr ""
15441 #: templates/relation/check_relations.twig:172
15442 msgid "Please see the documentation on how to update your column_info table."
15443 msgstr ""
15445 #: templates/relation/check_relations.twig:195
15446 msgid "Bookmarked SQL query:"
15447 msgstr ""
15449 #: templates/relation/check_relations.twig:220
15450 msgid "SQL history:"
15451 msgstr ""
15453 #: templates/relation/check_relations.twig:245
15454 msgid "Persistent recently used tables:"
15455 msgstr ""
15457 #: templates/relation/check_relations.twig:270
15458 msgid "Persistent favorite tables:"
15459 msgstr ""
15461 #: templates/relation/check_relations.twig:295
15462 msgid "Persistent tables' UI preferences:"
15463 msgstr ""
15465 #: templates/relation/check_relations.twig:320
15466 msgid "Tracking:"
15467 msgstr ""
15469 #: templates/relation/check_relations.twig:345
15470 msgid "User preferences:"
15471 msgstr ""
15473 #: templates/relation/check_relations.twig:383
15474 msgid "Configurable menus:"
15475 msgstr ""
15477 #: templates/relation/check_relations.twig:408
15478 msgid "Hide/show navigation items:"
15479 msgstr ""
15481 #: templates/relation/check_relations.twig:433
15482 msgid "Saving Query-By-Example searches:"
15483 msgstr ""
15485 #: templates/relation/check_relations.twig:458
15486 msgid "Managing central list of columns:"
15487 msgstr ""
15489 #: templates/relation/check_relations.twig:483
15490 msgid "Remembering designer settings:"
15491 msgstr ""
15493 #: templates/relation/check_relations.twig:508
15494 msgid "Saving export templates:"
15495 msgstr ""
15497 #: templates/relation/check_relations.twig:519
15498 msgid "Quick steps to set up advanced features:"
15499 msgstr ""
15501 #: templates/relation/check_relations.twig:523
15502 #, php-format
15503 msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
15504 msgstr ""
15506 #: templates/relation/check_relations.twig:527
15507 msgid "Create a pma user and give access to these tables."
15508 msgstr ""
15510 #: templates/relation/check_relations.twig:531
15511 msgid ""
15512 "Enable advanced features in configuration file (<code>config.inc.php</"
15513 "code>), for example by starting from <code>config.sample.inc.php</code>."
15514 msgstr ""
15516 #: templates/relation/check_relations.twig:535
15517 msgid "Re-login to phpMyAdmin to load the updated configuration file."
15518 msgstr ""
15520 #: templates/server/binlog/index.twig:10
15521 msgid "Select binary log to view"
15522 msgstr ""
15524 #: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
15525 #: templates/server/status/processes/list.twig:20
15526 msgid "Truncate shown queries"
15527 msgstr ""
15529 #: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
15530 #: templates/server/status/processes/list.twig:26
15531 msgid "Show full queries"
15532 msgstr ""
15534 #: templates/server/binlog/index.twig:84
15535 msgid "Log name"
15536 msgstr ""
15538 #: templates/server/binlog/index.twig:85
15539 msgid "Position"
15540 msgstr ""
15542 #: templates/server/binlog/index.twig:87
15543 #: templates/server/replication/primary_replication.twig:24
15544 msgid "Server ID"
15545 msgstr ""
15547 #: templates/server/binlog/index.twig:88
15548 msgid "Original position"
15549 msgstr ""
15551 #: templates/server/binlog/index.twig:89
15552 #: templates/table/structure/display_table_stats.twig:3
15553 msgid "Information"
15554 msgstr ""
15556 #: templates/server/collations/index.twig:4
15557 msgid "Character sets and collations"
15558 msgstr ""
15560 #: templates/server/collations/index.twig:23
15561 msgctxt "The collation is the default one"
15562 msgid "default"
15563 msgstr ""
15565 #: templates/server/databases/index.twig:3
15566 msgid "Databases statistics"
15567 msgstr ""
15569 #: templates/server/databases/index.twig:9
15570 msgid "Create database"
15571 msgstr ""
15573 #: templates/server/databases/index.twig:50
15574 msgid "No privileges to create databases"
15575 msgstr ""
15577 #: templates/server/databases/index.twig:156
15578 #: templates/server/replication/index.twig:18
15579 #: templates/server/replication/primary_replication.twig:3
15580 msgid "Primary replication"
15581 msgstr ""
15583 #: templates/server/databases/index.twig:160
15584 #: templates/server/replication/replica_configuration.twig:2
15585 msgid "Replica replication"
15586 msgstr ""
15588 #: templates/server/databases/index.twig:181
15589 #, php-format
15590 msgid "Jump to database '%s'"
15591 msgstr ""
15593 #: templates/server/databases/index.twig:242
15594 #, php-format
15595 msgid "Check privileges for database \"%s\"."
15596 msgstr ""
15598 #: templates/server/databases/index.twig:243
15599 msgid "Check privileges"
15600 msgstr ""
15602 #: templates/server/databases/index.twig:298
15603 msgid ""
15604 "Note: Enabling the database statistics here might cause heavy traffic "
15605 "between the web server and the MySQL server."
15606 msgstr ""
15608 #: templates/server/databases/index.twig:300
15609 #: templates/server/databases/index.twig:301
15610 msgid "Enable statistics"
15611 msgstr ""
15613 #: templates/server/databases/index.twig:308
15614 msgid "No databases"
15615 msgstr ""
15617 #: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
15618 msgid "Storage engines"
15619 msgstr ""
15621 #: templates/server/engines/index.twig:13
15622 msgid "Storage Engine"
15623 msgstr ""
15625 #: templates/server/engines/show.twig:45
15626 msgid "Unknown storage engine."
15627 msgstr ""
15629 #: templates/server/export/index.twig:26
15630 msgid "@SERVER@ will become the server name."
15631 msgstr ""
15633 #: templates/server/export/index.twig:3
15634 msgid "Exporting databases from the current server"
15635 msgstr ""
15637 #: templates/server/import/index.twig:3
15638 msgid "Importing into the current server"
15639 msgstr ""
15641 #: templates/server/plugins/index.twig:26
15642 msgid "Plugin"
15643 msgstr ""
15645 #: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
15646 msgid "Version"
15647 msgstr ""
15649 #: templates/server/plugins/index.twig:29
15650 msgid "Author"
15651 msgstr ""
15653 #: templates/server/plugins/index.twig:41
15654 msgid "inactive"
15655 msgstr ""
15657 #: templates/server/plugins/index.twig:43
15658 msgid "disabled"
15659 msgstr ""
15661 #: templates/server/plugins/index.twig:45
15662 msgid "deleting"
15663 msgstr ""
15665 #: templates/server/plugins/index.twig:47
15666 msgid "deleted"
15667 msgstr ""
15669 #: templates/server/privileges/add_user.twig:12
15670 msgid "Database for user account"
15671 msgstr ""
15673 #: templates/server/privileges/add_user.twig:15
15674 msgid "Create database with same name and grant all privileges."
15675 msgstr ""
15677 #: templates/server/privileges/add_user.twig:19
15678 msgid "Grant all privileges on wildcard name (username\\_%)."
15679 msgstr ""
15681 #: templates/server/privileges/add_user.twig:24
15682 #, php-format
15683 msgid "Grant all privileges on database %s."
15684 msgstr ""
15686 #: templates/server/privileges/change_password.twig:15
15687 msgid "No Password"
15688 msgstr ""
15690 #: templates/server/privileges/change_password.twig:24
15691 msgid "Enter:"
15692 msgstr ""
15694 #: templates/server/privileges/change_password.twig:28
15695 #: templates/server/privileges/login_information_fields.twig:54
15696 msgctxt "Password strength"
15697 msgid "Strength:"
15698 msgstr ""
15700 #: templates/server/privileges/change_password.twig:32
15701 #: templates/server/privileges/login_information_fields.twig:60
15702 #: templates/server/replication/primary_add_replica_user.twig:62
15703 msgid "Re-type:"
15704 msgstr ""
15706 #: templates/server/privileges/change_password.twig:40
15707 msgid "Password Hashing:"
15708 msgstr ""
15710 #: templates/server/privileges/change_password.twig:58
15711 msgid ""
15712 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
15713 "connection that encrypts the password using RSA</i>'; while connecting to "
15714 "the server."
15715 msgstr ""
15717 #: templates/server/privileges/choose_user_group.twig:5
15718 msgid "User group:"
15719 msgstr ""
15721 #: templates/server/privileges/edit_routine_privileges.twig:4
15722 #: templates/server/privileges/user_properties.twig:4
15723 msgid "Edit privileges:"
15724 msgstr ""
15726 #: templates/server/privileges/edit_routine_privileges.twig:5
15727 #: templates/server/privileges/user_properties.twig:5
15728 msgid "User account"
15729 msgstr ""
15731 #: templates/server/privileges/edit_routine_privileges.twig:34
15732 #: templates/server/privileges/user_properties.twig:53
15733 msgid ""
15734 "Note: You are attempting to edit privileges of the user with which you are "
15735 "currently logged in."
15736 msgstr ""
15738 #: templates/server/privileges/edit_routine_privileges.twig:51
15739 #: templates/server/privileges/privileges_table.twig:10
15740 #: templates/server/privileges/privileges_table.twig:272
15741 msgid "Note: MySQL privilege names are expressed in English."
15742 msgstr ""
15744 #: templates/server/privileges/edit_routine_privileges.twig:63
15745 #: templates/server/privileges/edit_routine_privileges.twig:67
15746 msgid ""
15747 "Allows user to give to other users or remove from other users privileges "
15748 "that user possess on this routine."
15749 msgstr ""
15751 #: templates/server/privileges/edit_routine_privileges.twig:76
15752 #: templates/server/privileges/edit_routine_privileges.twig:79
15753 msgid "Allows altering and dropping this routine."
15754 msgstr ""
15756 #: templates/server/privileges/edit_routine_privileges.twig:88
15757 #: templates/server/privileges/edit_routine_privileges.twig:91
15758 msgid "Allows executing this routine."
15759 msgstr ""
15761 #: templates/server/privileges/initials_row.twig:1
15762 msgid "Pagination of user accounts"
15763 msgstr ""
15765 #: templates/server/privileges/login_information_fields.twig:2
15766 #: templates/server/privileges/user_properties.twig:105
15767 msgid "Login Information"
15768 msgstr ""
15770 #: templates/server/privileges/login_information_fields.twig:4
15771 #: templates/server/replication/change_primary.twig:14
15772 #: templates/server/replication/primary_add_replica_user.twig:16
15773 msgid "User name:"
15774 msgstr ""
15776 #: templates/server/privileges/login_information_fields.twig:7
15777 #: templates/server/replication/primary_add_replica_user.twig:20
15778 msgid "Any user"
15779 msgstr ""
15781 #: templates/server/privileges/login_information_fields.twig:8
15782 #: templates/server/privileges/login_information_fields.twig:33
15783 #: templates/server/privileges/login_information_fields.twig:50
15784 #: templates/server/privileges/privileges_summary.twig:75
15785 #: templates/server/privileges/privileges_summary.twig:90
15786 msgid "Use text field"
15787 msgstr ""
15789 #: templates/server/privileges/login_information_fields.twig:16
15790 msgid ""
15791 "An account already exists with the same username but possibly a different "
15792 "hostname."
15793 msgstr ""
15795 #: templates/server/privileges/login_information_fields.twig:22
15796 msgid "Host name:"
15797 msgstr ""
15799 #: templates/server/privileges/login_information_fields.twig:27
15800 #: templates/server/replication/primary_add_replica_user.twig:34
15801 msgid "Any host"
15802 msgstr ""
15804 #: templates/server/privileges/login_information_fields.twig:28
15805 #: templates/server/replication/primary_add_replica_user.twig:35
15806 msgid "Local"
15807 msgstr ""
15809 #: templates/server/privileges/login_information_fields.twig:30
15810 #: templates/server/replication/primary_add_replica_user.twig:37
15811 msgid "This host"
15812 msgstr ""
15814 #: templates/server/privileges/login_information_fields.twig:32
15815 #: templates/server/replication/primary_add_replica_user.twig:39
15816 msgid "Use host table"
15817 msgstr ""
15819 #: templates/server/privileges/login_information_fields.twig:39
15820 #: templates/server/replication/primary_add_replica_user.twig:44
15821 msgid ""
15822 "When Host table is used, this field is ignored and values stored in Host "
15823 "table are used instead."
15824 msgstr ""
15826 #: templates/server/privileges/login_information_fields.twig:45
15827 #: templates/server/privileges/login_information_fields.twig:53
15828 #: templates/server/privileges/users_overview.twig:10
15829 #: templates/server/replication/change_primary.twig:19
15830 #: templates/server/replication/primary_add_replica_user.twig:52
15831 #: templates/server/replication/primary_add_replica_user.twig:57
15832 msgid "Password"
15833 msgstr ""
15835 #: templates/server/privileges/login_information_fields.twig:47
15836 msgid "Do not change the password"
15837 msgstr ""
15839 #: templates/server/privileges/login_information_fields.twig:49
15840 #: templates/server/replication/primary_add_replica_user.twig:53
15841 msgid "No password"
15842 msgstr ""
15844 #: templates/server/privileges/login_information_fields.twig:62
15845 #: templates/server/replication/primary_add_replica_user.twig:65
15846 msgid "Re-type"
15847 msgstr ""
15849 #: templates/server/privileges/login_information_fields.twig:68
15850 msgid "Authentication plugin"
15851 msgstr ""
15853 #: templates/server/privileges/login_information_fields.twig:70
15854 msgid "Password hashing method"
15855 msgstr ""
15857 #: templates/server/privileges/login_information_fields.twig:83
15858 msgid ""
15859 "This method requires using an '<em>SSL connection</em>' or an "
15860 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
15861 "while connecting to the server."
15862 msgstr ""
15864 #: templates/server/privileges/new_user_ajax.twig:52
15865 #: templates/server/privileges/users_overview.twig:83
15866 #: templates/server/privileges/users_overview.twig:168
15867 msgid "Edit user group"
15868 msgstr ""
15870 #: templates/server/privileges/privileges_summary.twig:20
15871 msgid "Column-specific privileges"
15872 msgstr ""
15874 #: templates/server/privileges/privileges_summary.twig:54
15875 msgid "Add privileges on the following database(s):"
15876 msgstr ""
15878 #: templates/server/privileges/privileges_summary.twig:67
15879 msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
15880 msgstr ""
15882 #: templates/server/privileges/privileges_summary.twig:71
15883 msgid "Add privileges on the following table:"
15884 msgstr ""
15886 #: templates/server/privileges/privileges_summary.twig:86
15887 msgid "Add privileges on the following routine:"
15888 msgstr ""
15890 #: templates/server/privileges/privileges_table.twig:35
15891 #: templates/server/privileges/privileges_table.twig:36
15892 #: templates/server/privileges/privileges_table.twig:62
15893 #: templates/server/privileges/privileges_table.twig:63
15894 #: templates/server/privileges/privileges_table.twig:89
15895 #: templates/server/privileges/privileges_table.twig:90
15896 #: templates/server/privileges/privileges_table.twig:116
15897 #: templates/server/privileges/privileges_table.twig:117
15898 msgctxt "None privileges"
15899 msgid "None"
15900 msgstr ""
15902 #: templates/server/privileges/privileges_table.twig:160
15903 #: templates/server/privileges/privileges_table.twig:164
15904 #: templates/server/privileges/privileges_table.twig:638
15905 #: templates/server/privileges/privileges_table.twig:642
15906 msgid ""
15907 "Allows user to give to other users or remove from other users the privileges "
15908 "that user possess yourself."
15909 msgstr ""
15911 #: templates/server/privileges/privileges_table.twig:255
15912 msgid "Global"
15913 msgstr ""
15915 #: templates/server/privileges/privileges_table.twig:262
15916 #: templates/server/privileges/users_overview.twig:12
15917 msgid "Global privileges"
15918 msgstr ""
15920 #: templates/server/privileges/privileges_table.twig:552
15921 msgid "Administration"
15922 msgstr ""
15924 #: templates/server/privileges/privileges_table.twig:559
15925 #: templates/server/privileges/privileges_table.twig:562
15926 msgid ""
15927 "Allows adding users and privileges without reloading the privilege tables."
15928 msgstr ""
15930 #: templates/server/privileges/privileges_table.twig:670
15931 msgid "Allows creating foreign key relations."
15932 msgstr ""
15934 #: templates/server/privileges/privileges_table.twig:670
15935 msgid "Not used on MariaDB."
15936 msgstr ""
15938 #: templates/server/privileges/privileges_table.twig:670
15939 msgid "Not used for this MySQL version."
15940 msgstr ""
15942 #: templates/server/privileges/privileges_table.twig:721
15943 msgid "Resource limits"
15944 msgstr ""
15946 #: templates/server/privileges/privileges_table.twig:723
15947 msgid "Note: Setting these options to 0 (zero) removes the limit."
15948 msgstr ""
15950 #: templates/server/privileges/privileges_table.twig:729
15951 #: templates/server/privileges/privileges_table.twig:736
15952 msgid "Limits the number of queries the user may send to the server per hour."
15953 msgstr ""
15955 #: templates/server/privileges/privileges_table.twig:742
15956 #: templates/server/privileges/privileges_table.twig:749
15957 msgid ""
15958 "Limits the number of commands that change any table or database the user may "
15959 "execute per hour."
15960 msgstr ""
15962 #: templates/server/privileges/privileges_table.twig:755
15963 #: templates/server/privileges/privileges_table.twig:762
15964 msgid "Limits the number of new connections the user may open per hour."
15965 msgstr ""
15967 #: templates/server/privileges/privileges_table.twig:768
15968 #: templates/server/privileges/privileges_table.twig:775
15969 msgid "Limits the number of simultaneous connections the user may have."
15970 msgstr ""
15972 #: templates/server/privileges/privileges_table.twig:784
15973 msgid "Does not require SSL-encrypted connections."
15974 msgstr ""
15976 #: templates/server/privileges/privileges_table.twig:793
15977 msgid "Requires SSL-encrypted connections."
15978 msgstr ""
15980 #: templates/server/privileges/privileges_table.twig:802
15981 msgid "Requires a valid X509 certificate."
15982 msgstr ""
15984 #: templates/server/privileges/privileges_table.twig:823
15985 msgid "Requires that a specific cipher method be used for a connection."
15986 msgstr ""
15988 #: templates/server/privileges/privileges_table.twig:832
15989 msgid "Requires that a valid X509 certificate issued by this CA be presented."
15990 msgstr ""
15992 #: templates/server/privileges/privileges_table.twig:841
15993 msgid "Requires that a valid X509 certificate with this subject be presented."
15994 msgstr ""
15996 #: templates/server/privileges/subnav.twig:5
15997 #: templates/server/privileges/user_overview.twig:5
15998 msgid "User accounts overview"
15999 msgstr ""
16001 #: templates/server/privileges/subnav.twig:11
16002 #: templates/server/user_groups/user_groups.twig:1
16003 #: templates/server/user_groups/user_groups.twig:9
16004 msgid "User groups"
16005 msgstr ""
16007 #: templates/server/privileges/user_properties.twig:57
16008 #: templates/server/privileges/users_overview.twig:57
16009 msgid "The selected user was not found in the privilege table."
16010 msgstr ""
16012 #: templates/server/privileges/user_properties.twig:106
16013 msgid "Change login information / Copy user account"
16014 msgstr ""
16016 #: templates/server/privileges/user_properties.twig:113
16017 msgid "Create a new user account with the same privileges and …"
16018 msgstr ""
16020 #: templates/server/privileges/user_properties.twig:119
16021 msgid "… keep the old one."
16022 msgstr ""
16024 #: templates/server/privileges/user_properties.twig:126
16025 msgid "… delete the old one from the user tables."
16026 msgstr ""
16028 #: templates/server/privileges/user_properties.twig:133
16029 msgid ""
16030 "… revoke all active privileges from the old one and delete it afterwards."
16031 msgstr ""
16033 #: templates/server/privileges/user_properties.twig:140
16034 msgid ""
16035 "… delete the old one from the user tables and reload the privileges "
16036 "afterwards."
16037 msgstr ""
16039 #: templates/server/privileges/users_overview.twig:16
16040 msgid "User group"
16041 msgstr ""
16043 #: templates/server/privileges/users_overview.twig:147
16044 msgid "Remove selected user accounts"
16045 msgstr ""
16047 #: templates/server/privileges/users_overview.twig:149
16048 msgid "Revoke all active privileges from the users and delete them afterwards."
16049 msgstr ""
16051 #: templates/server/privileges/users_overview.twig:153
16052 msgid "Drop the databases that have the same names as the users."
16053 msgstr ""
16055 #: templates/server/privileges/users_overview.twig:178
16056 msgid "Save changes"
16057 msgstr ""
16059 #: templates/server/replication/change_primary.twig:5
16060 msgid "Replica configuration"
16061 msgstr ""
16063 #: templates/server/replication/change_primary.twig:6
16064 #: templates/server/replication/replica_configuration.twig:97
16065 msgid "Change or reconfigure primary server"
16066 msgstr ""
16068 #: templates/server/replication/change_primary.twig:9
16069 msgid ""
16070 "Make sure you have a unique server-id in your configuration file (my.cnf). "
16071 "If not, please add the following line into [mysqld] section:"
16072 msgstr ""
16074 #: templates/server/replication/change_primary.twig:26
16075 msgid "Port:"
16076 msgstr ""
16078 #: templates/server/replication/index.twig:21
16079 #, php-format
16080 msgid ""
16081 "This server is not configured as primary in a replication process. Would you "
16082 "like to %sconfigure%s it?"
16083 msgstr ""
16085 #: templates/server/replication/index.twig:43
16086 msgid "No privileges"
16087 msgstr ""
16089 #: templates/server/replication/primary_add_replica_user.twig:6
16090 #: templates/server/replication/primary_replication.twig:44
16091 msgid "Add replica replication user"
16092 msgstr ""
16094 #: templates/server/replication/primary_add_replica_user.twig:21
16095 #: templates/server/replication/primary_add_replica_user.twig:40
16096 #: templates/server/replication/primary_add_replica_user.twig:54
16097 msgid "Use text field:"
16098 msgstr ""
16100 #: templates/server/replication/primary_add_replica_user.twig:70
16101 msgid "Generate password:"
16102 msgstr ""
16104 #: templates/server/replication/primary_configuration.twig:2
16105 msgid "Primary configuration"
16106 msgstr ""
16108 #: templates/server/replication/primary_configuration.twig:4
16109 msgid ""
16110 "This server is not configured as a primary server in a replication process. "
16111 "You can choose from either replicating all databases and ignoring some of "
16112 "them (useful if you want to replicate a majority of the databases) or you "
16113 "can choose to ignore all databases by default and allow only certain "
16114 "databases to be replicated. Please select the mode:"
16115 msgstr ""
16117 #: templates/server/replication/primary_configuration.twig:9
16118 msgid "Replicate all databases; Ignore:"
16119 msgstr ""
16121 #: templates/server/replication/primary_configuration.twig:10
16122 msgid "Ignore all databases; Replicate:"
16123 msgstr ""
16125 #: templates/server/replication/primary_configuration.twig:12
16126 msgid "Please select databases:"
16127 msgstr ""
16129 #: templates/server/replication/primary_configuration.twig:15
16130 msgid ""
16131 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
16132 "and please restart the MySQL server afterwards."
16133 msgstr ""
16135 #: templates/server/replication/primary_configuration.twig:21
16136 msgid ""
16137 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
16138 "should see a message informing you, that this server <strong>is</strong> "
16139 "configured as primary."
16140 msgstr ""
16142 #: templates/server/replication/primary_replication.twig:5
16143 msgid "This server is configured as primary in a replication process."
16144 msgstr ""
16146 #: templates/server/replication/primary_replication.twig:16
16147 msgid "Show connected replicas"
16148 msgstr ""
16150 #: templates/server/replication/primary_replication.twig:38
16151 msgid ""
16152 "Only replicas started with the --report-host=host_name option are visible in "
16153 "this list."
16154 msgstr ""
16156 #: templates/server/replication/replica_configuration.twig:5
16157 msgid "Primary connection:"
16158 msgstr ""
16160 #: templates/server/replication/replica_configuration.twig:25
16161 msgid "Replica SQL Thread not running!"
16162 msgstr ""
16164 #: templates/server/replication/replica_configuration.twig:28
16165 msgid "Replica IO Thread not running!"
16166 msgstr ""
16168 #: templates/server/replication/replica_configuration.twig:31
16169 msgid ""
16170 "Server is configured as replica in a replication process. Would you like to:"
16171 msgstr ""
16173 #: templates/server/replication/replica_configuration.twig:34
16174 msgid "See replica status table"
16175 msgstr ""
16177 #: templates/server/replication/replica_configuration.twig:38
16178 msgid "Control replica:"
16179 msgstr ""
16181 #: templates/server/replication/replica_configuration.twig:48
16182 msgid "Reset replica"
16183 msgstr ""
16185 #: templates/server/replication/replica_configuration.twig:54
16186 msgid "Start SQL Thread only"
16187 msgstr ""
16189 #: templates/server/replication/replica_configuration.twig:56
16190 msgid "Stop SQL Thread only"
16191 msgstr ""
16193 #: templates/server/replication/replica_configuration.twig:63
16194 msgid "Start IO Thread only"
16195 msgstr ""
16197 #: templates/server/replication/replica_configuration.twig:65
16198 msgid "Stop IO Thread only"
16199 msgstr ""
16201 #: templates/server/replication/replica_configuration.twig:74
16202 msgid "Error management:"
16203 msgstr ""
16205 #: templates/server/replication/replica_configuration.twig:77
16206 msgid "Skipping errors might lead into unsynchronized primary and replica!"
16207 msgstr ""
16209 #: templates/server/replication/replica_configuration.twig:81
16210 msgid "Skip current error"
16211 msgstr ""
16213 #: templates/server/replication/replica_configuration.twig:87
16214 #, php-format
16215 msgid "Skip next %s errors."
16216 msgstr ""
16218 #: templates/server/replication/replica_configuration.twig:107
16219 #, php-format
16220 msgid ""
16221 "This server is not configured as replica in a replication process. Would you "
16222 "like to %sconfigure%s it?"
16223 msgstr ""
16225 #: templates/server/replication/status_table.twig:6
16226 #, fuzzy
16227 #| msgid "Primary"
16228 msgid "Primary status"
16229 msgstr "የመጀመሪያ"
16231 #: templates/server/replication/status_table.twig:8
16232 msgid "Replica status"
16233 msgstr ""
16235 #: templates/server/replication/status_table.twig:16
16236 #: templates/server/status/variables/index.twig:75
16237 #: templates/server/variables/index.twig:31
16238 msgid "Variable"
16239 msgstr ""
16241 #: templates/server/select/index.twig:7 templates/server/select/index.twig:19
16242 msgid "Current server:"
16243 msgstr ""
16245 #: templates/server/status/advisor/index.twig:6
16246 #: templates/server/status/advisor/index.twig:19
16247 msgid "Advisor system"
16248 msgstr ""
16250 #: templates/server/status/advisor/index.twig:9
16251 msgid "Not enough privilege to view the advisor."
16252 msgstr ""
16254 #: templates/server/status/advisor/index.twig:12
16255 msgid "Instructions"
16256 msgstr ""
16258 #: templates/server/status/advisor/index.twig:24
16259 msgid ""
16260 "The Advisor system can provide recommendations on server variables by "
16261 "analyzing the server status variables."
16262 msgstr ""
16264 #: templates/server/status/advisor/index.twig:29
16265 msgid ""
16266 "Do note however that this system provides recommendations based on simple "
16267 "calculations and by rule of thumb which may not necessarily apply to your "
16268 "system."
16269 msgstr ""
16271 #: templates/server/status/advisor/index.twig:34
16272 msgid ""
16273 "Prior to changing any of the configuration, be sure to know what you are "
16274 "changing (by reading the documentation) and how to undo the change. Wrong "
16275 "tuning can have a very negative effect on performance."
16276 msgstr ""
16278 #: templates/server/status/advisor/index.twig:39
16279 msgid ""
16280 "The best way to tune your system would be to change only one setting at a "
16281 "time, observe or benchmark your database, and undo the change if there was "
16282 "no clearly measurable improvement."
16283 msgstr ""
16285 #: templates/server/status/advisor/index.twig:53
16286 msgid "Errors occurred while executing rule expressions:"
16287 msgstr ""
16289 #: templates/server/status/advisor/index.twig:63
16290 msgid "Possible performance issues"
16291 msgstr ""
16293 #: templates/server/status/advisor/index.twig:76
16294 msgid "Issue:"
16295 msgstr ""
16297 #: templates/server/status/advisor/index.twig:79
16298 #, fuzzy
16299 #| msgid "Table comments:"
16300 msgid "Recommendation:"
16301 msgstr "የቴብል ኮሜንት"
16303 #: templates/server/status/advisor/index.twig:82
16304 msgid "Justification:"
16305 msgstr ""
16307 #: templates/server/status/advisor/index.twig:85
16308 msgid "Used variable / formula:"
16309 msgstr ""
16311 #: templates/server/status/advisor/index.twig:88
16312 msgid "Test:"
16313 msgstr ""
16315 #: templates/server/status/base.twig:16
16316 msgid "Query statistics"
16317 msgstr ""
16319 #: templates/server/status/base.twig:21
16320 msgid "All status variables"
16321 msgstr ""
16323 #: templates/server/status/base.twig:26
16324 msgid "Monitor"
16325 msgstr ""
16327 #: templates/server/status/base.twig:31
16328 msgid "Advisor"
16329 msgstr ""
16331 #: templates/server/status/monitor/index.twig:8
16332 msgid "Start Monitor"
16333 msgstr ""
16335 #: templates/server/status/monitor/index.twig:16
16336 msgid "Instructions/Setup"
16337 msgstr ""
16339 #: templates/server/status/monitor/index.twig:20
16340 msgid "Done dragging (rearranging) charts"
16341 msgstr ""
16343 #: templates/server/status/monitor/index.twig:27
16344 msgid "Add chart"
16345 msgstr ""
16347 #: templates/server/status/monitor/index.twig:31
16348 msgid "Enable charts dragging"
16349 msgstr ""
16351 #: templates/server/status/monitor/index.twig:36
16352 #: templates/server/status/processes/index.twig:33
16353 msgid "Refresh rate"
16354 msgstr ""
16356 #: templates/server/status/monitor/index.twig:43
16357 #: templates/server/status/processes/index.twig:40
16358 #, php-format
16359 msgid "%d second"
16360 msgstr ""
16362 #: templates/server/status/monitor/index.twig:45
16363 #: templates/server/status/processes/index.twig:42
16364 #, php-format
16365 msgid "%d seconds"
16366 msgstr ""
16368 #: templates/server/status/monitor/index.twig:49
16369 #: templates/server/status/processes/index.twig:46
16370 #, php-format
16371 msgid "%d minute"
16372 msgstr ""
16374 #: templates/server/status/monitor/index.twig:51
16375 #: templates/server/status/processes/index.twig:48
16376 #, php-format
16377 msgid "%d minutes"
16378 msgstr ""
16380 #: templates/server/status/monitor/index.twig:61
16381 msgid "Chart columns"
16382 msgstr ""
16384 #: templates/server/status/monitor/index.twig:74
16385 msgid "Chart arrangement"
16386 msgstr ""
16388 #: templates/server/status/monitor/index.twig:75
16389 msgid ""
16390 "The arrangement of the charts is stored to the browsers local storage. You "
16391 "may want to export it if you have a complicated set up."
16392 msgstr ""
16394 #: templates/server/status/monitor/index.twig:84
16395 msgid "Reset to default"
16396 msgstr ""
16398 #: templates/server/status/monitor/index.twig:89
16399 msgid "Monitor Instructions"
16400 msgstr ""
16402 #: templates/server/status/monitor/index.twig:91
16403 msgid ""
16404 "The phpMyAdmin Monitor can assist you in optimizing the server configuration "
16405 "and track down time intensive queries. For the latter you will need to set "
16406 "log_output to 'TABLE' and have either the slow_query_log or general_log "
16407 "enabled. Note however, that the general_log produces a lot of data and "
16408 "increases server load by up to 15%."
16409 msgstr ""
16411 #: templates/server/status/monitor/index.twig:101
16412 msgid "Using the monitor:"
16413 msgstr ""
16415 #: templates/server/status/monitor/index.twig:103
16416 msgid ""
16417 "Your browser will refresh all displayed charts in a regular interval. You "
16418 "may add charts and change the refresh rate under 'Settings', or remove any "
16419 "chart using the cog icon on each respective chart."
16420 msgstr ""
16422 #: templates/server/status/monitor/index.twig:108
16423 msgid ""
16424 "To display queries from the logs, select the relevant time span on any chart "
16425 "by holding down the left mouse button and panning over the chart. Once "
16426 "confirmed, this will load a table of grouped queries, there you may click on "
16427 "any occurring SELECT statements to further analyze them."
16428 msgstr ""
16430 #: templates/server/status/monitor/index.twig:114
16431 msgid "Please note:"
16432 msgstr ""
16434 #: templates/server/status/monitor/index.twig:117
16435 msgid ""
16436 "Enabling the general_log may increase the server load by 5-15%. Also be "
16437 "aware that generating statistics from the logs is a load intensive task, so "
16438 "it is advisable to select only a small time span and to disable the "
16439 "general_log and empty its table once monitoring is not required any more."
16440 msgstr ""
16442 #: templates/server/status/monitor/index.twig:128
16443 #: templates/server/status/monitor/index.twig:134
16444 msgid "Chart Title"
16445 msgstr ""
16447 #: templates/server/status/monitor/index.twig:138
16448 msgid "Preset chart"
16449 msgstr ""
16451 #: templates/server/status/monitor/index.twig:144
16452 msgid "Status variable(s)"
16453 msgstr ""
16455 #: templates/server/status/monitor/index.twig:149
16456 msgid "Select series:"
16457 msgstr ""
16459 #: templates/server/status/monitor/index.twig:152
16460 msgid "Commonly monitored"
16461 msgstr ""
16463 #: templates/server/status/monitor/index.twig:170
16464 msgid "or type variable name:"
16465 msgstr ""
16467 #: templates/server/status/monitor/index.twig:177
16468 msgid "Display as differential value"
16469 msgstr ""
16471 #: templates/server/status/monitor/index.twig:182
16472 msgid "Apply a divisor"
16473 msgstr ""
16475 #: templates/server/status/monitor/index.twig:193
16476 msgid "Append unit to data values"
16477 msgstr ""
16479 #: templates/server/status/monitor/index.twig:201
16480 msgid "Add this series"
16481 msgstr ""
16483 #: templates/server/status/monitor/index.twig:204
16484 msgid "Clear series"
16485 msgstr ""
16487 #: templates/server/status/monitor/index.twig:208
16488 msgid "Series in chart:"
16489 msgstr ""
16491 #: templates/server/status/monitor/index.twig:224
16492 msgid "Log statistics"
16493 msgstr ""
16495 #: templates/server/status/monitor/index.twig:226
16496 msgid "Selected time range:"
16497 msgstr ""
16499 #: templates/server/status/monitor/index.twig:234
16500 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
16501 msgstr ""
16503 #: templates/server/status/monitor/index.twig:240
16504 msgid "Remove variable data in INSERT statements for better grouping"
16505 msgstr ""
16507 #: templates/server/status/monitor/index.twig:244
16508 msgid "Choose from which log you want the statistics to be generated from."
16509 msgstr ""
16511 #: templates/server/status/monitor/index.twig:247
16512 msgid "Results are grouped by query text."
16513 msgstr ""
16515 #: templates/server/status/monitor/index.twig:251
16516 msgid "Query analyzer"
16517 msgstr ""
16519 #: templates/server/status/processes/index.twig:14
16520 msgid "Show only active"
16521 msgstr ""
16523 #: templates/server/status/processes/index.twig:28
16524 msgid ""
16525 "Note: Enabling the auto refresh here might cause heavy traffic between the "
16526 "web server and the MySQL server."
16527 msgstr ""
16529 #. l10n: Questions is the name of a MySQL Status variable
16530 #: templates/server/status/queries/index.twig:8
16531 msgid "Questions since startup:"
16532 msgstr ""
16534 #: templates/server/status/queries/index.twig:20
16535 msgid "per hour:"
16536 msgstr ""
16538 #: templates/server/status/queries/index.twig:21
16539 msgid "per minute:"
16540 msgstr ""
16542 #: templates/server/status/queries/index.twig:23
16543 msgid "per second:"
16544 msgstr ""
16546 #: templates/server/status/queries/index.twig:37
16547 msgid "Statements"
16548 msgstr ""
16550 #. l10n: # = Amount of queries
16551 #: templates/server/status/queries/index.twig:38
16552 msgid "#"
16553 msgstr ""
16555 #: templates/server/status/queries/index.twig:39
16556 #: templates/server/status/status/index.twig:18
16557 #: templates/server/status/status/index.twig:38
16558 msgid "ø per hour"
16559 msgstr ""
16561 #: templates/server/status/queries/index.twig:59
16562 msgid "Not enough privilege to view query statistics."
16563 msgstr ""
16565 #: templates/server/status/status/index.twig:6
16566 #, php-format
16567 msgid "Network traffic since startup: %s"
16568 msgstr ""
16570 #: templates/server/status/status/index.twig:7
16571 #, php-format
16572 msgid "This MySQL server has been running for %1$s. It started up on %2$s."
16573 msgstr ""
16575 #: templates/server/status/status/index.twig:15
16576 msgid ""
16577 "On a busy server, the byte counters may overrun, so those statistics as "
16578 "reported by the MySQL server may be incorrect."
16579 msgstr ""
16581 #: templates/server/status/status/index.twig:59
16582 msgid ""
16583 "This MySQL server works as <b>primary</b> and <b>replica</b> in "
16584 "<b>replication</b> process."
16585 msgstr ""
16587 #: templates/server/status/status/index.twig:61
16588 msgid ""
16589 "This MySQL server works as <b>primary</b> in <b>replication</b> process."
16590 msgstr ""
16592 #: templates/server/status/status/index.twig:63
16593 msgid ""
16594 "This MySQL server works as <b>replica</b> in <b>replication</b> process."
16595 msgstr ""
16597 #: templates/server/status/status/index.twig:69
16598 msgid "Replication status"
16599 msgstr ""
16601 #: templates/server/status/status/index.twig:75
16602 msgid "Not enough privilege to view server status."
16603 msgstr ""
16605 #: templates/server/status/variables/index.twig:20
16606 msgid "Show only alert values"
16607 msgstr ""
16609 #: templates/server/status/variables/index.twig:25
16610 #: templates/server/status/variables/index.twig:27
16611 msgid "Filter by category…"
16612 msgstr ""
16614 #: templates/server/status/variables/index.twig:37
16615 msgid "Show unformatted values"
16616 msgstr ""
16618 #: templates/server/status/variables/index.twig:50
16619 msgid "Related links:"
16620 msgstr ""
16622 #: templates/server/status/variables/index.twig:139
16623 msgid "Not enough privilege to view status variables."
16624 msgstr ""
16626 #: templates/server/user_groups/edit_user_groups.twig:2
16627 #: templates/server/user_groups/user_groups.twig:64
16628 msgid "Add user group"
16629 msgstr ""
16631 #: templates/server/user_groups/edit_user_groups.twig:4
16632 #, php-format
16633 msgid "Edit user group: '%s'"
16634 msgstr ""
16636 #: templates/server/user_groups/edit_user_groups.twig:9
16637 msgid "User group menu assignments"
16638 msgstr ""
16640 #: templates/server/user_groups/edit_user_groups.twig:14
16641 msgid "Group name:"
16642 msgstr ""
16644 #: templates/server/user_groups/user_groups.twig:12
16645 msgid "Server level tabs"
16646 msgstr ""
16648 #: templates/server/user_groups/user_groups.twig:15
16649 msgid "Database level tabs"
16650 msgstr ""
16652 #: templates/server/user_groups/user_groups.twig:18
16653 msgid "Table level tabs"
16654 msgstr ""
16656 #: templates/server/user_groups/user_groups.twig:50
16657 msgid "Delete user group"
16658 msgstr ""
16660 #: templates/server/user_groups/user_listings.twig:1
16661 #, php-format
16662 msgid "Users of '%s' user group"
16663 msgstr ""
16665 #: templates/server/user_groups/user_listings.twig:3
16666 msgid "No users were found belonging to this user group."
16667 msgstr ""
16669 #: templates/server/variables/index.twig:5
16670 msgid "Server variables and settings"
16671 msgstr ""
16673 #: templates/server/variables/index.twig:43
16674 msgid "This is a read-only variable and can not be edited"
16675 msgstr ""
16677 #: templates/server/variables/index.twig:69
16678 msgid "Session value"
16679 msgstr ""
16681 #: templates/server/variables/index.twig:80
16682 #, php-format
16683 msgid "Not enough privilege to view server variables and settings. %s"
16684 msgstr ""
16686 #: templates/setup/base.twig:29 templates/setup/home/index.twig:20
16687 msgid "Overview"
16688 msgstr ""
16690 #: templates/setup/config/index.twig:4 templates/setup/home/index.twig:98
16691 msgid "Configuration file"
16692 msgstr ""
16694 #: templates/setup/config/index.twig:16
16695 msgid "Generated configuration file"
16696 msgstr ""
16698 #: templates/setup/config/index.twig:22 templates/setup/home/index.twig:165
16699 msgid "Download"
16700 msgstr ""
16702 #: templates/setup/error.twig:3
16703 msgid "Submitted form contains errors"
16704 msgstr ""
16706 #: templates/setup/error.twig:6
16707 msgid "Try to revert erroneous fields to their default values"
16708 msgstr ""
16710 #: templates/setup/error.twig:14
16711 msgid "Ignore errors"
16712 msgstr ""
16714 #: templates/setup/error.twig:18
16715 msgid "Show form"
16716 msgstr ""
16718 #: templates/setup/home/index.twig:23
16719 msgid "Show hidden messages"
16720 msgstr ""
16722 #: templates/setup/home/index.twig:79
16723 msgid "There are no configured servers"
16724 msgstr ""
16726 #: templates/setup/home/index.twig:88
16727 msgid "New server"
16728 msgstr ""
16730 #: templates/setup/home/index.twig:110
16731 msgid "Default language"
16732 msgstr ""
16734 #: templates/setup/home/index.twig:128
16735 msgid "Default server"
16736 msgstr ""
16738 #: templates/setup/home/index.twig:139
16739 msgid "let the user choose"
16740 msgstr ""
16742 #: templates/setup/home/index.twig:146
16743 msgid "- none -"
16744 msgstr ""
16746 #: templates/setup/home/index.twig:153
16747 msgid "End of line"
16748 msgstr ""
16750 #: templates/setup/home/index.twig:164
16751 msgid "Display"
16752 msgstr ""
16754 #: templates/setup/home/index.twig:175
16755 msgid "phpMyAdmin homepage"
16756 msgstr ""
16758 #: templates/setup/home/index.twig:176
16759 msgid "Donate"
16760 msgstr ""
16762 #: templates/setup/home/index.twig:177
16763 msgid "Check for latest version"
16764 msgstr ""
16766 #: templates/setup/servers/index.twig:6
16767 msgid "Edit server"
16768 msgstr ""
16770 #: templates/setup/servers/index.twig:11
16771 msgid "Add a new server"
16772 msgstr ""
16774 #: templates/setup/servers/index.twig:17
16775 msgid "Something went wrong."
16776 msgstr ""
16778 #: templates/sql/bookmark.twig:11 templates/sql/bookmark.twig:29
16779 msgid "Bookmark this SQL query"
16780 msgstr ""
16782 #: templates/sql/bookmark.twig:15
16783 msgid "Label:"
16784 msgstr ""
16786 #: templates/sql/bookmark.twig:22 templates/sql/query.twig:93
16787 msgid "Let every user access this bookmark"
16788 msgstr ""
16790 #: templates/sql/profiling_chart.twig:4
16791 msgid "Detailed profile"
16792 msgstr ""
16794 #: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
16795 msgid "State"
16796 msgstr ""
16798 #: templates/sql/profiling_chart.twig:38
16799 msgid "Summary by state"
16800 msgstr ""
16802 #: templates/sql/profiling_chart.twig:47
16803 msgid "Total Time"
16804 msgstr ""
16806 #: templates/sql/profiling_chart.twig:51
16807 msgid "% Time"
16808 msgstr ""
16810 #: templates/sql/profiling_chart.twig:55
16811 msgid "Calls"
16812 msgstr ""
16814 #: templates/sql/profiling_chart.twig:59
16815 msgid "ø Time"
16816 msgstr ""
16818 #: templates/sql/query.twig:44
16819 msgid "Get auto-saved query"
16820 msgstr ""
16822 #. l10n: Bind parameters in the SQL query using :parameterName format
16823 #: templates/sql/query.twig:51
16824 msgid "Bind parameters"
16825 msgstr ""
16827 #: templates/sql/query.twig:84
16828 msgid "Bookmark this SQL query:"
16829 msgstr ""
16831 #: templates/sql/query.twig:100
16832 msgid "Replace existing bookmark of same name"
16833 msgstr ""
16835 #: templates/sql/query.twig:110 templates/sql/query.twig:111
16836 msgid "Delimiter"
16837 msgstr ""
16839 #: templates/sql/query.twig:119
16840 msgid "Show this query here again"
16841 msgstr ""
16843 #: templates/sql/query.twig:134
16844 msgid "Rollback when finished"
16845 msgstr ""
16847 #: templates/sql/query.twig:156
16848 msgid "Bookmarked SQL query"
16849 msgstr ""
16851 #: templates/sql/query.twig:160
16852 msgid "Bookmark:"
16853 msgstr ""
16855 #: templates/sql/query.twig:169
16856 msgid "shared"
16857 msgstr ""
16859 #: templates/sql/query.twig:182
16860 msgid "View only"
16861 msgstr ""
16863 #: templates/table/browse_foreigners/column_element.twig:4
16864 msgid "Use this value"
16865 msgstr ""
16867 #: templates/table/chart/tbl_chart.twig:10
16868 #, fuzzy
16869 #| msgid "Bad type!"
16870 msgid "Chart type"
16871 msgstr "የማይረባ ዓይነት!"
16873 #: templates/table/chart/tbl_chart.twig:13
16874 msgctxt "Chart type"
16875 msgid "Bar"
16876 msgstr ""
16878 #: templates/table/chart/tbl_chart.twig:17
16879 msgctxt "Chart type"
16880 msgid "Column"
16881 msgstr ""
16883 #: templates/table/chart/tbl_chart.twig:21
16884 msgctxt "Chart type"
16885 msgid "Line"
16886 msgstr ""
16888 #: templates/table/chart/tbl_chart.twig:25
16889 msgctxt "Chart type"
16890 msgid "Spline"
16891 msgstr ""
16893 #: templates/table/chart/tbl_chart.twig:29
16894 msgctxt "Chart type"
16895 msgid "Area"
16896 msgstr ""
16898 #: templates/table/chart/tbl_chart.twig:33
16899 msgctxt "Chart type"
16900 msgid "Pie"
16901 msgstr ""
16903 #: templates/table/chart/tbl_chart.twig:37
16904 msgctxt "Chart type"
16905 msgid "Timeline"
16906 msgstr ""
16908 #: templates/table/chart/tbl_chart.twig:41
16909 msgctxt "Chart type"
16910 msgid "Scatter"
16911 msgstr ""
16913 #: templates/table/chart/tbl_chart.twig:47
16914 msgid "Stacked"
16915 msgstr ""
16917 #: templates/table/chart/tbl_chart.twig:51
16918 msgid "Chart title:"
16919 msgstr ""
16921 #: templates/table/chart/tbl_chart.twig:57
16922 msgid "X-Axis:"
16923 msgstr ""
16925 #: templates/table/chart/tbl_chart.twig:73
16926 msgid "Series:"
16927 msgstr ""
16929 #: templates/table/chart/tbl_chart.twig:101
16930 msgid "X-Axis label:"
16931 msgstr ""
16933 #: templates/table/chart/tbl_chart.twig:102
16934 msgid "X Values"
16935 msgstr ""
16937 #: templates/table/chart/tbl_chart.twig:106
16938 msgid "Y-Axis label:"
16939 msgstr ""
16941 #: templates/table/chart/tbl_chart.twig:107
16942 msgid "Y Values"
16943 msgstr ""
16945 #: templates/table/chart/tbl_chart.twig:112
16946 msgid "Series names are in a column"
16947 msgstr ""
16949 #: templates/table/chart/tbl_chart.twig:116
16950 msgid "Series column:"
16951 msgstr ""
16953 #: templates/table/chart/tbl_chart.twig:126
16954 msgid "Value Column:"
16955 msgstr ""
16957 #: templates/table/chart/tbl_chart.twig:147
16958 msgid "Save chart as image"
16959 msgstr ""
16961 #: templates/table/export/index.twig:12
16962 msgid ""
16963 "@SERVER@ will become the server name, @DATABASE@ will become the database "
16964 "name and @TABLE@ will become the table name."
16965 msgstr ""
16967 #: templates/table/export/index.twig:7
16968 #, php-format
16969 msgid "Exporting rows from \"%s\" table"
16970 msgstr ""
16972 #: templates/table/find_replace/index.twig:4
16973 #: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
16974 msgid "Table search"
16975 msgstr ""
16977 #: templates/table/find_replace/index.twig:10
16978 #: templates/table/search/index.twig:10
16979 #: templates/table/zoom_search/index.twig:10
16980 msgid "Zoom search"
16981 msgstr ""
16983 #: templates/table/find_replace/index.twig:16
16984 #: templates/table/find_replace/index.twig:27
16985 #: templates/table/search/index.twig:16
16986 #: templates/table/zoom_search/index.twig:16
16987 msgid "Find and replace"
16988 msgstr ""
16990 #: templates/table/find_replace/index.twig:36
16991 msgid "Replace with:"
16992 msgstr ""
16994 #: templates/table/find_replace/index.twig:57
16995 msgid "Use regular expression"
16996 msgstr ""
16998 #: templates/table/find_replace/replace_preview.twig:10
16999 msgid "Find and replace - preview"
17000 msgstr ""
17002 #: templates/table/find_replace/replace_preview.twig:17
17003 msgid "Original string"
17004 msgstr ""
17006 #: templates/table/find_replace/replace_preview.twig:18
17007 msgid "Replaced string"
17008 msgstr ""
17010 #: templates/table/find_replace/replace_preview.twig:36
17011 msgid "Replace"
17012 msgstr ""
17014 #: templates/table/gis_visualization/gis_visualization.twig:2
17015 msgid "Display GIS Visualization"
17016 msgstr ""
17018 #: templates/table/gis_visualization/gis_visualization.twig:10
17019 msgid "Label column"
17020 msgstr ""
17022 #: templates/table/gis_visualization/gis_visualization.twig:12
17023 msgid "-- None --"
17024 msgstr ""
17026 #: templates/table/gis_visualization/gis_visualization.twig:21
17027 msgid "Spatial column"
17028 msgstr ""
17030 #: templates/table/import/index.twig:3
17031 #, php-format
17032 msgid "Importing into the table \"%s\""
17033 msgstr ""
17035 #: templates/table/index_form.twig:18 templates/table/index_rename_form.twig:11
17036 msgid "Index name:"
17037 msgstr ""
17039 #: templates/table/index_form.twig:19 templates/table/index_rename_form.twig:12
17040 msgid ""
17041 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
17042 msgstr ""
17044 #: templates/table/index_form.twig:37
17045 msgid "Index choice:"
17046 msgstr ""
17048 #: templates/table/index_form.twig:57
17049 msgid "Advanced options"
17050 msgstr ""
17052 #: templates/table/index_form.twig:67
17053 msgid "Key block size:"
17054 msgstr ""
17056 #: templates/table/index_form.twig:84
17057 msgid "Index type:"
17058 msgstr ""
17060 #: templates/table/index_form.twig:101
17061 msgid "Parser:"
17062 msgstr ""
17064 #: templates/table/index_form.twig:117
17065 msgid "Comment:"
17066 msgstr ""
17068 #: templates/table/index_form.twig:162 templates/table/index_form.twig:199
17069 msgid "Drag to reorder"
17070 msgstr ""
17072 #: templates/table/insert/actions_panel.twig:9
17073 msgid "Insert as new row"
17074 msgstr ""
17076 #: templates/table/insert/actions_panel.twig:10
17077 msgid "Insert as new row and ignore errors"
17078 msgstr ""
17080 #: templates/table/insert/actions_panel.twig:11
17081 msgid "Show insert query"
17082 msgstr ""
17084 #: templates/table/insert/actions_panel.twig:15
17085 msgid "and then"
17086 msgstr ""
17088 #: templates/table/insert/actions_panel.twig:19
17089 msgid "Go back to previous page"
17090 msgstr ""
17092 #: templates/table/insert/actions_panel.twig:20
17093 msgid "Insert another new row"
17094 msgstr ""
17096 #: templates/table/insert/actions_panel.twig:22
17097 msgid "Go back to this page"
17098 msgstr ""
17100 #: templates/table/insert/actions_panel.twig:24
17101 msgid "Edit next row"
17102 msgstr ""
17104 #: templates/table/insert/actions_panel.twig:32
17105 msgid ""
17106 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
17107 msgstr ""
17109 #: templates/table/insert/column_row.twig:15
17110 msgid "Binary"
17111 msgstr ""
17113 #: templates/table/insert/column_row.twig:30
17114 msgid "Use the NULL value for this column."
17115 msgstr ""
17117 #: templates/table/insert/column_row.twig:65
17118 msgid "Because of its length,<br> this column might not be editable."
17119 msgstr ""
17121 #: templates/table/insert/column_row.twig:93
17122 msgid "Binary - do not edit"
17123 msgstr ""
17125 #: templates/table/insert/column_row.twig:123
17126 #: templates/table/search/input_box.twig:38
17127 msgid "Edit/Insert"
17128 msgstr ""
17130 #: templates/table/insert/continue_insertion_form.twig:18
17131 #, php-format
17132 msgid "Continue insertion with %s rows"
17133 msgstr ""
17135 #: templates/table/maintenance/checksum.twig:13
17136 msgid "Checksum"
17137 msgstr ""
17139 #: templates/table/operations/index.twig:9
17140 msgid "Alter table order by"
17141 msgstr ""
17143 #: templates/table/operations/index.twig:20
17144 msgctxt "Alter table order by a single field."
17145 msgid "(singly)"
17146 msgstr ""
17148 #: templates/table/operations/index.twig:50
17149 #, fuzzy
17150 #| msgid "No tables found in database."
17151 msgid "Move table to (database.table)"
17152 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
17154 #: templates/table/operations/index.twig:101
17155 msgid "Table options"
17156 msgstr ""
17158 #: templates/table/operations/index.twig:105
17159 msgid "Rename table to"
17160 msgstr ""
17162 #: templates/table/operations/index.twig:123
17163 msgid "Table comments"
17164 msgstr ""
17166 #: templates/table/operations/index.twig:170
17167 msgid "Change all column collations"
17168 msgstr ""
17170 #: templates/table/operations/index.twig:251
17171 #, fuzzy
17172 #| msgid "No tables found in database."
17173 msgid "Copy table to (database.table)"
17174 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
17176 #: templates/table/operations/index.twig:322
17177 msgid "Switch to copied table"
17178 msgstr ""
17180 #: templates/table/operations/index.twig:364
17181 msgid "Defragment table"
17182 msgstr ""
17184 #: templates/table/operations/index.twig:372
17185 #, php-format
17186 msgid "Table %s has been flushed."
17187 msgstr ""
17189 #: templates/table/operations/index.twig:376
17190 msgid "Flush the table (FLUSH)"
17191 msgstr ""
17193 #: templates/table/operations/index.twig:413
17194 msgid "Empty the table (TRUNCATE)"
17195 msgstr ""
17197 #: templates/table/operations/index.twig:431
17198 msgid "Empty the table (DELETE FROM)"
17199 msgstr ""
17201 #: templates/table/operations/index.twig:452
17202 msgid "Delete the table (DROP)"
17203 msgstr ""
17205 #: templates/table/operations/index.twig:474
17206 msgid "Partition maintenance"
17207 msgstr ""
17209 #: templates/table/operations/index.twig:500
17210 #: templates/table/structure/display_partitions.twig:201
17211 msgid "Remove partitioning"
17212 msgstr ""
17214 #: templates/table/operations/index.twig:513
17215 msgid "Check referential integrity"
17216 msgstr ""
17218 #: templates/table/operations/view.twig:12
17219 msgid "Rename view to"
17220 msgstr ""
17222 #: templates/table/operations/view.twig:37
17223 msgid "Delete the view (DROP)"
17224 msgstr ""
17226 #: templates/table/page_with_secondary_tabs.twig:11
17227 msgid "Relation view"
17228 msgstr ""
17230 #: templates/table/partition/analyze.twig:2
17231 msgid "Analyze partition"
17232 msgstr ""
17234 #: templates/table/partition/check.twig:2
17235 msgid "Check partition"
17236 msgstr ""
17238 #: templates/table/partition/drop.twig:2
17239 msgid "Drop partition"
17240 msgstr ""
17242 #: templates/table/partition/optimize.twig:2
17243 msgid "Optimize partition"
17244 msgstr ""
17246 #: templates/table/partition/rebuild.twig:2
17247 msgid "Rebuild partition"
17248 msgstr ""
17250 #: templates/table/partition/repair.twig:2
17251 msgid "Repair partition"
17252 msgstr ""
17254 #: templates/table/partition/truncate.twig:2
17255 msgid "Truncate partition"
17256 msgstr ""
17258 #: templates/table/privileges/index.twig:57
17259 msgid "table-specific"
17260 msgstr ""
17262 #: templates/table/relation/common_form.twig:9
17263 msgid "Foreign key constraints"
17264 msgstr ""
17266 #: templates/table/relation/common_form.twig:14
17267 msgid "Actions"
17268 msgstr ""
17270 #: templates/table/relation/common_form.twig:15
17271 msgid "Constraint properties"
17272 msgstr ""
17274 #: templates/table/relation/common_form.twig:19
17275 msgid ""
17276 "Creating a foreign key over a non-indexed column would automatically create "
17277 "an index on it. Alternatively, you can define an index below, before "
17278 "creating the foreign key."
17279 msgstr ""
17281 #: templates/table/relation/common_form.twig:24
17282 msgid ""
17283 "Only columns with index will be displayed. You can define an index below."
17284 msgstr ""
17286 #: templates/table/relation/common_form.twig:28
17287 msgid "Foreign key constraint"
17288 msgstr ""
17290 #: templates/table/relation/common_form.twig:93
17291 msgid "+ Add constraint"
17292 msgstr ""
17294 #: templates/table/relation/common_form.twig:106
17295 #: templates/table/relation/common_form.twig:114
17296 msgid "Internal relationships"
17297 msgstr ""
17299 #: templates/table/relation/common_form.twig:122
17300 msgid "Internal relation"
17301 msgstr ""
17303 #: templates/table/relation/common_form.twig:124
17304 msgid ""
17305 "An internal relation is not necessary when a corresponding FOREIGN KEY "
17306 "relation exists."
17307 msgstr ""
17309 #: templates/table/relation/common_form.twig:208
17310 msgid "Choose column to display:"
17311 msgstr ""
17313 #: templates/table/relation/foreign_key_row.twig:15
17314 #, php-format
17315 msgid "Foreign key constraint %s has been dropped"
17316 msgstr ""
17318 #: templates/table/relation/foreign_key_row.twig:33
17319 msgid "Constraint name"
17320 msgstr ""
17322 #: templates/table/search/index.twig:27
17323 msgid "Do a \"query by example\" (wildcard: \"%\")"
17324 msgstr ""
17326 #: templates/table/search/index.twig:111
17327 msgid "Select columns (at least one):"
17328 msgstr ""
17330 #: templates/table/search/index.twig:130
17331 msgid "Add search conditions (body of the \"where\" clause):"
17332 msgstr ""
17334 #: templates/table/search/index.twig:138
17335 msgid "Number of rows per page"
17336 msgstr ""
17338 #: templates/table/search/index.twig:144
17339 msgid "Display order:"
17340 msgstr ""
17342 #: templates/table/search/index.twig:181
17343 msgid "Range search"
17344 msgstr ""
17346 #: templates/table/search/index.twig:187
17347 msgid "Minimum value:"
17348 msgstr ""
17350 #: templates/table/search/index.twig:190
17351 msgid "Maximum value:"
17352 msgstr ""
17354 #: templates/table/start_and_number_of_rows_fieldset.twig:3
17355 msgid "Start row:"
17356 msgstr ""
17358 #: templates/table/structure/display_partitions.twig:4
17359 #: templates/table/structure/display_structure.twig:597
17360 msgid "Partitions"
17361 msgstr ""
17363 #: templates/table/structure/display_partitions.twig:8
17364 msgid "No partitioning defined!"
17365 msgstr ""
17367 #: templates/table/structure/display_partitions.twig:11
17368 msgid "Partitioned by:"
17369 msgstr ""
17371 #: templates/table/structure/display_partitions.twig:16
17372 msgid "Sub partitioned by:"
17373 msgstr ""
17375 #: templates/table/structure/display_partitions.twig:29
17376 msgid "Data length"
17377 msgstr ""
17379 #: templates/table/structure/display_partitions.twig:30
17380 msgid "Index length"
17381 msgstr ""
17383 #: templates/table/structure/display_partitions.twig:194
17384 msgid "Partition table"
17385 msgstr ""
17387 #: templates/table/structure/display_partitions.twig:207
17388 #: templates/table/structure/partition_definition_form.twig:5
17389 msgid "Edit partitioning"
17390 msgstr ""
17392 #: templates/table/structure/display_structure.twig:70
17393 #, fuzzy
17394 #| msgid "Bad type!"
17395 msgid "Media type:"
17396 msgstr "የማይረባ ዓይነት!"
17398 #: templates/table/structure/display_structure.twig:91
17399 #: templates/table/tracking/structure_snapshot_columns.twig:47
17400 msgctxt "None for default"
17401 msgid "None"
17402 msgstr ""
17404 #: templates/table/structure/display_structure.twig:108
17405 #: templates/table/structure/display_structure.twig:287
17406 msgid "Change"
17407 msgstr ""
17409 #: templates/table/structure/display_structure.twig:116
17410 #, php-format
17411 msgid "Column %s has been dropped."
17412 msgstr ""
17414 #: templates/table/structure/display_structure.twig:142
17415 #, php-format
17416 msgid "A primary key has been added on %s."
17417 msgstr ""
17419 #: templates/table/structure/display_structure.twig:157
17420 #: templates/table/structure/display_structure.twig:172
17421 #: templates/table/structure/display_structure.twig:197
17422 #: templates/table/structure/display_structure.twig:216
17423 #, php-format
17424 msgid "An index has been added on %s."
17425 msgstr ""
17427 #: templates/table/structure/display_structure.twig:238
17428 msgid "Distinct values"
17429 msgstr ""
17431 #: templates/table/structure/display_structure.twig:249
17432 #: templates/table/structure/display_structure.twig:315
17433 msgid "Remove from central columns"
17434 msgstr ""
17436 #: templates/table/structure/display_structure.twig:257
17437 #: templates/table/structure/display_structure.twig:312
17438 msgid "Add to central columns"
17439 msgstr ""
17441 #: templates/table/structure/display_structure.twig:328
17442 #: templates/table/structure/display_structure.twig:332
17443 #: templates/table/structure/display_structure.twig:417
17444 msgid "Move columns"
17445 msgstr ""
17447 #: templates/table/structure/display_structure.twig:333
17448 msgid "Move the columns by dragging them up and down."
17449 msgstr ""
17451 #: templates/table/structure/display_structure.twig:389
17452 #: templates/view_create.twig:13
17453 msgid "Edit view"
17454 msgstr ""
17456 #: templates/table/structure/display_structure.twig:403
17457 msgid "Propose table structure"
17458 msgstr ""
17460 #: templates/table/structure/display_structure.twig:420
17461 msgid "Normalize"
17462 msgstr ""
17464 #: templates/table/structure/display_structure.twig:426
17465 msgid "Track view"
17466 msgstr ""
17468 #: templates/table/structure/display_structure.twig:440
17469 #, php-format
17470 msgid "Add %s column(s)"
17471 msgstr ""
17473 #: templates/table/structure/display_structure.twig:445
17474 msgid "at beginning of table"
17475 msgstr ""
17477 #: templates/table/structure/display_structure.twig:569
17478 #, php-format
17479 msgid "Create an index on %s columns"
17480 msgstr ""
17482 #: templates/table/structure/display_table_stats.twig:14
17483 msgid "Space usage"
17484 msgstr ""
17486 #: templates/table/structure/display_table_stats.twig:37
17487 msgid "Effective"
17488 msgstr ""
17490 #: templates/table/structure/display_table_stats.twig:80
17491 msgid "Row statistics"
17492 msgstr ""
17494 #: templates/table/structure/display_table_stats.twig:86
17495 msgid "static"
17496 msgstr ""
17498 #: templates/table/structure/display_table_stats.twig:88
17499 msgid "dynamic"
17500 msgstr ""
17502 #: templates/table/structure/display_table_stats.twig:99
17503 msgid "partitioned"
17504 msgstr ""
17506 #: templates/table/structure/display_table_stats.twig:128
17507 msgid "Row length"
17508 msgstr ""
17510 #: templates/table/structure/display_table_stats.twig:140
17511 msgid "Row size"
17512 msgstr ""
17514 #: templates/table/structure/display_table_stats.twig:147
17515 msgid "Next autoindex"
17516 msgstr ""
17518 #: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:91
17519 #: templates/table/tracking/main.twig:92
17520 msgid "Delete version"
17521 msgstr ""
17523 #: templates/table/tracking/main.twig:102
17524 #, php-format
17525 msgid "Activate tracking for %s"
17526 msgstr ""
17528 #: templates/table/tracking/main.twig:104
17529 msgid "Activate now"
17530 msgstr ""
17532 #: templates/table/tracking/main.twig:106
17533 #, php-format
17534 msgid "Deactivate tracking for %s"
17535 msgstr ""
17537 #: templates/table/tracking/main.twig:108
17538 msgid "Deactivate now"
17539 msgstr ""
17541 #: templates/table/tracking/report_table.twig:4
17542 #: templates/table/tracking/structure_snapshot_columns.twig:5
17543 msgctxt "Number"
17544 msgid "#"
17545 msgstr ""
17547 #: templates/table/tracking/report_table.twig:5
17548 msgid "Date"
17549 msgstr ""
17551 #: templates/table/tracking/report_table.twig:6
17552 msgid "Username"
17553 msgstr ""
17555 #: templates/table/zoom_search/index.twig:27
17556 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
17557 msgstr ""
17559 #: templates/table/zoom_search/index.twig:54
17560 msgid "Additional search criteria"
17561 msgstr ""
17563 #: templates/table/zoom_search/index.twig:116
17564 msgid "Use this column to label each point"
17565 msgstr ""
17567 #: templates/table/zoom_search/index.twig:141
17568 msgid "Maximum rows to plot"
17569 msgstr ""
17571 #: templates/table/zoom_search/result_form.twig:7
17572 msgid "Browse/Edit the points"
17573 msgstr ""
17575 #: templates/table/zoom_search/result_form.twig:14
17576 msgid "How to use"
17577 msgstr ""
17579 #: templates/table/zoom_search/result_form.twig:17
17580 msgid "Reset zoom"
17581 msgstr ""
17583 #. l10n: Show or hide the menu using the hamburger style button
17584 #: templates/top_menu.twig:4
17585 msgid "Toggle navigation"
17586 msgstr ""
17588 #. l10n: Current page
17589 #: templates/top_menu.twig:14
17590 msgid "(current)"
17591 msgstr ""
17593 #: templates/transformation_overview.twig:1
17594 msgid "Available media types"
17595 msgstr ""
17597 #: templates/transformation_overview.twig:13
17598 msgid "Available browser display transformations"
17599 msgstr ""
17601 #: templates/transformation_overview.twig:19
17602 #: templates/transformation_overview.twig:38
17603 msgctxt "for media type transformation"
17604 msgid "Description"
17605 msgstr ""
17607 #: templates/transformation_overview.twig:32
17608 msgid "Available input transformations"
17609 msgstr ""
17611 #: templates/view_create.twig:65
17612 msgid "VIEW name"
17613 msgstr ""
17615 #: templates/view_create.twig:79
17616 msgid "Column names"
17617 msgstr ""