Translated using Weblate (Turkish)
[phpmyadmin.git] / po / am.po
blob7e4fb9e1fd1c1c86c3286b89ee427a4d0c77f9e6
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.3.0-dev\n"
9 "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10 "POT-Creation-Date: 2022-05-08 00:20+0000\n"
11 "PO-Revision-Date: 2022-02-15 16:21+0000\n"
12 "Last-Translator: Maurício Meneghini Fauth <mauricio@fauth.dev>\n"
13 "Language-Team: Amharic <https://hosted.weblate.org/projects/phpmyadmin/"
14 "master/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/classes/Advisory/Advisor.php:240
23 #, php-format
24 msgid "Error when evaluating: %s"
25 msgstr ""
27 #: libraries/classes/Advisory/Advisor.php:267
28 #, php-format
29 msgid "Failed evaluating precondition for rule '%s'."
30 msgstr ""
32 #: libraries/classes/Advisory/Advisor.php:287
33 #, php-format
34 msgid "Failed calculating value for rule '%s'."
35 msgstr ""
37 #: libraries/classes/Advisory/Advisor.php:306
38 #, php-format
39 msgid "Failed running test for rule '%s'."
40 msgstr ""
42 #: libraries/classes/Advisory/Advisor.php:334
43 #, php-format
44 msgid "Failed formatting string for rule '%s'."
45 msgstr ""
47 #: libraries/classes/Advisory/Advisor.php:419
48 msgid "per second"
49 msgstr ""
51 #: libraries/classes/Advisory/Advisor.php:422
52 msgid "per minute"
53 msgstr ""
55 #: libraries/classes/Advisory/Advisor.php:425
56 msgid "per hour"
57 msgstr ""
59 #: libraries/classes/Advisory/Advisor.php:428
60 msgid "per day"
61 msgstr ""
63 #: libraries/classes/Advisory/Rules.php:34
64 msgid "Uptime below one day"
65 msgstr ""
67 #: libraries/classes/Advisory/Rules.php:37
68 msgid "Uptime is less than 1 day, performance tuning may not be accurate."
69 msgstr ""
71 #: libraries/classes/Advisory/Rules.php:39
72 msgid ""
73 "To have more accurate averages it is recommended to let the server run for "
74 "longer than a day before running this analyzer"
75 msgstr ""
77 #: libraries/classes/Advisory/Rules.php:42
78 #, php-format
79 msgid "The uptime is only %s"
80 msgstr ""
82 #: libraries/classes/Advisory/Rules.php:47
83 msgid "Questions below 1,000"
84 msgstr ""
86 #: libraries/classes/Advisory/Rules.php:51
87 msgid ""
88 "Fewer than 1,000 questions have been run against this server. The "
89 "recommendations may not be accurate."
90 msgstr ""
92 #: libraries/classes/Advisory/Rules.php:55
93 msgid ""
94 "Let the server run for a longer time until it has executed a greater amount "
95 "of queries."
96 msgstr ""
98 #: libraries/classes/Advisory/Rules.php:57
99 #, php-format
100 msgid "Current amount of Questions: %s"
101 msgstr ""
103 #: libraries/classes/Advisory/Rules.php:62
104 msgid "Percentage of slow queries"
105 msgstr ""
107 #: libraries/classes/Advisory/Rules.php:66
108 msgid ""
109 "There is a lot of slow queries compared to the overall amount of Queries."
110 msgstr ""
112 #: libraries/classes/Advisory/Rules.php:68
113 #: libraries/classes/Advisory/Rules.php:81
114 msgid ""
115 "You might want to increase {long_query_time} or optimize the queries listed "
116 "in the slow query log"
117 msgstr ""
119 #: libraries/classes/Advisory/Rules.php:70
120 #, php-format
121 msgid "The slow query rate should be below 5%%, your value is %s%%."
122 msgstr ""
124 #: libraries/classes/Advisory/Rules.php:75
125 msgid "Slow query rate"
126 msgstr ""
128 #: libraries/classes/Advisory/Rules.php:79
129 msgid ""
130 "There is a high percentage of slow queries compared to the server uptime."
131 msgstr ""
133 #: libraries/classes/Advisory/Rules.php:84
134 #, php-format
135 msgid ""
136 "You have a slow query rate of %s per hour, you should have less than 1%% per "
137 "hour."
138 msgstr ""
140 #: libraries/classes/Advisory/Rules.php:90
141 msgid "Long query time"
142 msgstr ""
144 #: libraries/classes/Advisory/Rules.php:94
145 msgid ""
146 "{long_query_time} is set to 10 seconds or more, thus only slow queries that "
147 "take above 10 seconds are logged."
148 msgstr ""
150 #: libraries/classes/Advisory/Rules.php:98
151 msgid ""
152 "It is suggested to set {long_query_time} to a lower value, depending on your "
153 "environment. Usually a value of 1-5 seconds is suggested."
154 msgstr ""
156 #: libraries/classes/Advisory/Rules.php:101
157 #, php-format
158 msgid "long_query_time is currently set to %ds."
159 msgstr ""
161 #: libraries/classes/Advisory/Rules.php:106
162 #: libraries/classes/Advisory/Rules.php:119
163 msgid "Slow query logging"
164 msgstr ""
166 #: libraries/classes/Advisory/Rules.php:110
167 #: libraries/classes/Advisory/Rules.php:123
168 msgid "The slow query log is disabled."
169 msgstr ""
171 #: libraries/classes/Advisory/Rules.php:112
172 msgid ""
173 "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
174 "help troubleshooting badly performing queries."
175 msgstr ""
177 #: libraries/classes/Advisory/Rules.php:115
178 msgid "log_slow_queries is set to 'OFF'"
179 msgstr ""
181 #: libraries/classes/Advisory/Rules.php:125
182 msgid ""
183 "Enable slow query logging by setting {slow_query_log} to 'ON'. This will "
184 "help troubleshooting badly performing queries."
185 msgstr ""
187 #: libraries/classes/Advisory/Rules.php:128
188 msgid "slow_query_log is set to 'OFF'"
189 msgstr ""
191 #: libraries/classes/Advisory/Rules.php:133
192 msgid "Release Series"
193 msgstr ""
195 #: libraries/classes/Advisory/Rules.php:136
196 msgid "The MySQL server version less than 5.1."
197 msgstr ""
199 #: libraries/classes/Advisory/Rules.php:138
200 msgid ""
201 "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
202 "even more so."
203 msgstr ""
205 #: libraries/classes/Advisory/Rules.php:140
206 #: libraries/classes/Advisory/Rules.php:154
207 #: libraries/classes/Advisory/Rules.php:165
208 #, php-format
209 msgid "Current version: %s"
210 msgstr ""
212 #: libraries/classes/Advisory/Rules.php:145
213 #: libraries/classes/Advisory/Rules.php:159
214 msgid "Minor Version"
215 msgstr ""
217 #: libraries/classes/Advisory/Rules.php:149
218 msgid "Version less than 5.1.30 (the first GA release of 5.1)."
219 msgstr ""
221 #: libraries/classes/Advisory/Rules.php:151
222 msgid ""
223 "You should upgrade, as recent versions of MySQL 5.1 have improved "
224 "performance and MySQL 5.5 even more so."
225 msgstr ""
227 #: libraries/classes/Advisory/Rules.php:163
228 msgid "Version less than 5.5.8 (the first GA release of 5.5)."
229 msgstr ""
231 #: libraries/classes/Advisory/Rules.php:164
232 msgid "You should upgrade, to a stable version of MySQL 5.5."
233 msgstr ""
235 #: libraries/classes/Advisory/Rules.php:170
236 #: libraries/classes/Advisory/Rules.php:183
237 msgid "Distribution"
238 msgstr ""
240 #: libraries/classes/Advisory/Rules.php:173
241 msgid "Version is compiled from source, not a MySQL official binary."
242 msgstr ""
244 #: libraries/classes/Advisory/Rules.php:175
245 msgid ""
246 "If you did not compile from source, you may be using a package modified by a "
247 "distribution. The MySQL manual only is accurate for official MySQL binaries, "
248 "not any package distributions (such as RedHat, Debian/Ubuntu etc)."
249 msgstr ""
251 #: libraries/classes/Advisory/Rules.php:179
252 msgid "'source' found in version_comment"
253 msgstr ""
255 #: libraries/classes/Advisory/Rules.php:186
256 msgid "The MySQL manual only is accurate for official MySQL binaries."
257 msgstr ""
259 #: libraries/classes/Advisory/Rules.php:188
260 msgid ""
261 "Percona documentation is at <a href=\"https://www.percona.com/software/"
262 "documentation/\">https://www.percona.com/software/documentation/</a>"
263 msgstr ""
265 #: libraries/classes/Advisory/Rules.php:191
266 msgid "'percona' found in version_comment"
267 msgstr ""
269 #: libraries/classes/Advisory/Rules.php:195
270 msgid "MySQL Architecture"
271 msgstr ""
273 #: libraries/classes/Advisory/Rules.php:199
274 msgid "MySQL is not compiled as a 64-bit package."
275 msgstr ""
277 #: libraries/classes/Advisory/Rules.php:201
278 msgid ""
279 "Your memory capacity is above 3 GiB (assuming the Server is on localhost), "
280 "so MySQL might not be able to access all of your memory. You might want to "
281 "consider installing the 64-bit version of MySQL."
282 msgstr ""
284 #: libraries/classes/Advisory/Rules.php:205
285 #, php-format
286 msgid "Available memory on this host: %s"
287 msgstr ""
289 #: libraries/classes/Advisory/Rules.php:211
290 msgid "Query caching method"
291 msgstr ""
293 #: libraries/classes/Advisory/Rules.php:215
294 msgid "Suboptimal caching method."
295 msgstr ""
297 #: libraries/classes/Advisory/Rules.php:217
298 msgid ""
299 "You are using the MySQL Query cache with a fairly high traffic database. It "
300 "might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
301 "refman/5.6/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
302 "cache, especially if you have multiple replicas."
303 msgstr ""
305 #: libraries/classes/Advisory/Rules.php:223
306 #, php-format
307 msgid ""
308 "The query cache is enabled and the server receives %d queries per second. "
309 "This rule fires if there is more than 100 queries per second."
310 msgstr ""
312 #: libraries/classes/Advisory/Rules.php:231
313 msgid "Percentage of sorts that cause temporary tables"
314 msgstr ""
316 #: libraries/classes/Advisory/Rules.php:235
317 #: libraries/classes/Advisory/Rules.php:250
318 msgid "Too many sorts are causing temporary tables."
319 msgstr ""
321 #: libraries/classes/Advisory/Rules.php:237
322 #: libraries/classes/Advisory/Rules.php:252
323 msgid ""
324 "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
325 "depending on your system memory limits."
326 msgstr ""
328 #: libraries/classes/Advisory/Rules.php:241
329 #, php-format
330 msgid ""
331 "%s%% of all sorts cause temporary tables, this value should be lower than "
332 "10%%."
333 msgstr ""
335 #: libraries/classes/Advisory/Rules.php:247
336 msgid "Rate of sorts that cause temporary tables"
337 msgstr ""
339 #: libraries/classes/Advisory/Rules.php:255
340 #, php-format
341 msgid ""
342 "Temporary tables average: %s, this value should be less than 1 per hour."
343 msgstr ""
345 #: libraries/classes/Advisory/Rules.php:260
346 msgid "Sort rows"
347 msgstr ""
349 #: libraries/classes/Advisory/Rules.php:263
350 msgid "There are lots of rows being sorted."
351 msgstr ""
353 #: libraries/classes/Advisory/Rules.php:265
354 msgid ""
355 "While there is nothing wrong with a high amount of row sorting, you might "
356 "want to make sure that the queries which require a lot of sorting use "
357 "indexed columns in the ORDER BY clause, as this will result in much faster "
358 "sorting."
359 msgstr ""
361 #: libraries/classes/Advisory/Rules.php:269
362 #, php-format
363 msgid "Sorted rows average: %s"
364 msgstr ""
366 #: libraries/classes/Advisory/Rules.php:275
367 msgid "Rate of joins without indexes"
368 msgstr ""
370 #: libraries/classes/Advisory/Rules.php:278
371 msgid "There are too many joins without indexes."
372 msgstr ""
374 #: libraries/classes/Advisory/Rules.php:280
375 msgid ""
376 "This means that joins are doing full table scans. Adding indexes for the "
377 "columns being used in the join conditions will greatly speed up table joins."
378 msgstr ""
380 #: libraries/classes/Advisory/Rules.php:283
381 #, php-format
382 msgid "Table joins average: %s, this value should be less than 1 per hour"
383 msgstr ""
385 #: libraries/classes/Advisory/Rules.php:288
386 msgid "Rate of reading first index entry"
387 msgstr ""
389 #: libraries/classes/Advisory/Rules.php:291
390 msgid "The rate of reading the first index entry is high."
391 msgstr ""
393 #: libraries/classes/Advisory/Rules.php:293
394 msgid ""
395 "This usually indicates frequent full index scans. Full index scans are "
396 "faster than table scans but require lots of CPU cycles in big tables, if "
397 "those tables that have or had high volumes of UPDATEs and DELETEs, running "
398 "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index "
399 "scans. Other than that full index scans can only be reduced by rewriting "
400 "queries."
401 msgstr ""
403 #: libraries/classes/Advisory/Rules.php:299
404 #, php-format
405 msgid "Index scans average: %s, this value should be less than 1 per hour"
406 msgstr ""
408 #: libraries/classes/Advisory/Rules.php:304
409 msgid "Rate of reading fixed position"
410 msgstr ""
412 #: libraries/classes/Advisory/Rules.php:307
413 msgid "The rate of reading data from a fixed position is high."
414 msgstr ""
416 #: libraries/classes/Advisory/Rules.php:309
417 msgid ""
418 "This indicates that many queries need to sort results and/or do a full table "
419 "scan, including join queries that do not use indexes. Add indexes where "
420 "applicable."
421 msgstr ""
423 #: libraries/classes/Advisory/Rules.php:313
424 #, php-format
425 msgid ""
426 "Rate of reading fixed position average: %s, this value should be less than 1 "
427 "per hour"
428 msgstr ""
430 #: libraries/classes/Advisory/Rules.php:319
431 msgid "Rate of reading next table row"
432 msgstr ""
434 #: libraries/classes/Advisory/Rules.php:322
435 msgid "The rate of reading the next table row is high."
436 msgstr ""
438 #: libraries/classes/Advisory/Rules.php:324
439 msgid ""
440 "This indicates that many queries are doing full table scans. Add indexes "
441 "where applicable."
442 msgstr ""
444 #: libraries/classes/Advisory/Rules.php:326
445 #, php-format
446 msgid ""
447 "Rate of reading next table row: %s, this value should be less than 1 per hour"
448 msgstr ""
450 #: libraries/classes/Advisory/Rules.php:332
451 msgid "Different tmp_table_size and max_heap_table_size"
452 msgstr ""
454 #: libraries/classes/Advisory/Rules.php:335
455 msgid "{tmp_table_size} and {max_heap_table_size} are not the same."
456 msgstr ""
458 #: libraries/classes/Advisory/Rules.php:337
459 msgid ""
460 "If you have deliberately changed one of either: The server uses the lower "
461 "value of either to determine the maximum size of in-memory tables. So if you "
462 "wish to increase the in-memory table limit you will have to increase the "
463 "other value as well."
464 msgstr ""
466 #: libraries/classes/Advisory/Rules.php:341
467 #, php-format
468 msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
469 msgstr ""
471 #: libraries/classes/Advisory/Rules.php:347
472 msgid "Percentage of temp tables on disk"
473 msgstr ""
475 #: libraries/classes/Advisory/Rules.php:351
476 #: libraries/classes/Advisory/Rules.php:372
477 msgid ""
478 "Many temporary tables are being written to disk instead of being kept in "
479 "memory."
480 msgstr ""
482 #: libraries/classes/Advisory/Rules.php:353
483 msgid ""
484 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
485 "some temporary tables are always being written to disk, independent of the "
486 "value of these variables. To eliminate these you will have to rewrite your "
487 "queries to avoid those conditions (Within a temporary table: Presence of a "
488 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
489 "mentioned in the beginning of an <a href=\"https://www.facebook.com/note.php?"
490 "note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
491 msgstr ""
493 #: libraries/classes/Advisory/Rules.php:362
494 #, php-format
495 msgid ""
496 "%s%% of all temporary tables are being written to disk, this value should be "
497 "below 25%%"
498 msgstr ""
500 #: libraries/classes/Advisory/Rules.php:368
501 msgid "Temp disk rate"
502 msgstr ""
504 #: libraries/classes/Advisory/Rules.php:374
505 msgid ""
506 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
507 "some temporary tables are always being written to disk, independent of the "
508 "value of these variables. To eliminate these you will have to rewrite your "
509 "queries to avoid those conditions (Within a temporary table: Presence of a "
510 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
511 "mentioned in the <a href=\"https://dev.mysql.com/doc/refman/8.0/en/internal-"
512 "temporary-tables.html\">MySQL Documentation</a>"
513 msgstr ""
515 #: libraries/classes/Advisory/Rules.php:383
516 #, php-format
517 msgid ""
518 "Rate of temporary tables being written to disk: %s, this value should be "
519 "less than 1 per hour"
520 msgstr ""
522 #: libraries/classes/Advisory/Rules.php:390
523 msgid "MyISAM key buffer size"
524 msgstr ""
526 #: libraries/classes/Advisory/Rules.php:393
527 msgid "Key buffer is not initialized. No MyISAM indexes will be cached."
528 msgstr ""
530 #: libraries/classes/Advisory/Rules.php:395
531 msgid ""
532 "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
533 "good start."
534 msgstr ""
536 #: libraries/classes/Advisory/Rules.php:397
537 msgid "key_buffer_size is 0"
538 msgstr ""
540 #: libraries/classes/Advisory/Rules.php:402
541 #, no-php-format
542 msgid "Max % MyISAM key buffer ever used"
543 msgstr ""
545 #: libraries/classes/Advisory/Rules.php:407
546 #: libraries/classes/Advisory/Rules.php:424
547 #, no-php-format
548 msgid "MyISAM key buffer (index cache) % used is low."
549 msgstr ""
551 #: libraries/classes/Advisory/Rules.php:409
552 #: libraries/classes/Advisory/Rules.php:426
553 msgid ""
554 "You may need to decrease the size of {key_buffer_size}, re-examine your "
555 "tables to see if indexes have been removed, or examine queries and "
556 "expectations about what indexes are being used."
557 msgstr ""
559 #: libraries/classes/Advisory/Rules.php:413
560 #, php-format
561 msgid ""
562 "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
563 msgstr ""
565 #: libraries/classes/Advisory/Rules.php:418
566 msgid "Percentage of MyISAM key buffer used"
567 msgstr ""
569 #: libraries/classes/Advisory/Rules.php:430
570 #, php-format
571 msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
572 msgstr ""
574 #: libraries/classes/Advisory/Rules.php:435
575 msgid "Percentage of index reads from memory"
576 msgstr ""
578 #: libraries/classes/Advisory/Rules.php:440
579 #, no-php-format
580 msgid "The % of indexes that use the MyISAM key buffer is low."
581 msgstr ""
583 #: libraries/classes/Advisory/Rules.php:441
584 msgid "You may need to increase {key_buffer_size}."
585 msgstr ""
587 #: libraries/classes/Advisory/Rules.php:442
588 #, php-format
589 msgid "Index reads from memory: %s%%, this value should be above 95%%"
590 msgstr ""
592 #: libraries/classes/Advisory/Rules.php:448
593 msgid "Rate of table open"
594 msgstr ""
596 #: libraries/classes/Advisory/Rules.php:451
597 msgid "The rate of opening tables is high."
598 msgstr ""
600 #: libraries/classes/Advisory/Rules.php:453
601 msgid ""
602 "Opening tables requires disk I/O which is costly. Increasing "
603 "{table_open_cache} might avoid this."
604 msgstr ""
606 #: libraries/classes/Advisory/Rules.php:455
607 #, php-format
608 msgid "Opened table rate: %s, this value should be less than 10 per hour"
609 msgstr ""
611 #: libraries/classes/Advisory/Rules.php:460
612 msgid "Percentage of used open files limit"
613 msgstr ""
615 #: libraries/classes/Advisory/Rules.php:464
616 msgid ""
617 "The number of open files is approaching the max number of open files. You "
618 "may get a \"Too many open files\" error."
619 msgstr ""
621 #: libraries/classes/Advisory/Rules.php:468
622 #: libraries/classes/Advisory/Rules.php:481
623 msgid ""
624 "Consider increasing {open_files_limit}, and check the error log when "
625 "restarting after changing {open_files_limit}."
626 msgstr ""
628 #: libraries/classes/Advisory/Rules.php:471
629 #, php-format
630 msgid ""
631 "The number of opened files is at %s%% of the limit. It should be below 85%%"
632 msgstr ""
634 #: libraries/classes/Advisory/Rules.php:476
635 msgid "Rate of open files"
636 msgstr ""
638 #: libraries/classes/Advisory/Rules.php:479
639 msgid "The rate of opening files is high."
640 msgstr ""
642 #: libraries/classes/Advisory/Rules.php:484
643 #, php-format
644 msgid "Opened files rate: %s, this value should be less than 5 per hour"
645 msgstr ""
647 #: libraries/classes/Advisory/Rules.php:490
648 #, no-php-format
649 msgid "Immediate table locks %"
650 msgstr ""
652 #: libraries/classes/Advisory/Rules.php:494
653 #: libraries/classes/Advisory/Rules.php:504
654 msgid "Too many table locks were not granted immediately."
655 msgstr ""
657 #: libraries/classes/Advisory/Rules.php:495
658 #: libraries/classes/Advisory/Rules.php:505
659 msgid "Optimize queries and/or use InnoDB to reduce lock wait."
660 msgstr ""
662 #: libraries/classes/Advisory/Rules.php:496
663 #, php-format
664 msgid "Immediate table locks: %s%%, this value should be above 95%%"
665 msgstr ""
667 #: libraries/classes/Advisory/Rules.php:501
668 msgid "Table lock wait rate"
669 msgstr ""
671 #: libraries/classes/Advisory/Rules.php:506
672 #, php-format
673 msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
674 msgstr ""
676 #: libraries/classes/Advisory/Rules.php:511
677 msgid "Thread cache"
678 msgstr ""
680 #: libraries/classes/Advisory/Rules.php:514
681 msgid ""
682 "Thread cache is disabled, resulting in more overhead from new connections to "
683 "MySQL."
684 msgstr ""
686 #: libraries/classes/Advisory/Rules.php:515
687 msgid "Enable the thread cache by setting {thread_cache_size} > 0."
688 msgstr ""
690 #: libraries/classes/Advisory/Rules.php:516
691 msgid "The thread cache is set to 0"
692 msgstr ""
694 #: libraries/classes/Advisory/Rules.php:521
695 #, no-php-format
696 msgid "Thread cache hit rate %"
697 msgstr ""
699 #: libraries/classes/Advisory/Rules.php:525
700 msgid "Thread cache is not efficient."
701 msgstr ""
703 #: libraries/classes/Advisory/Rules.php:526
704 msgid "Increase {thread_cache_size}."
705 msgstr ""
707 #: libraries/classes/Advisory/Rules.php:527
708 #, php-format
709 msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
710 msgstr ""
712 #: libraries/classes/Advisory/Rules.php:532
713 msgid "Threads that are slow to launch"
714 msgstr ""
716 #: libraries/classes/Advisory/Rules.php:536
717 msgid "There are too many threads that are slow to launch."
718 msgstr ""
720 #: libraries/classes/Advisory/Rules.php:538
721 msgid ""
722 "This generally happens in case of general system overload as it is pretty "
723 "simple operations. You might want to monitor your system load carefully."
724 msgstr ""
726 #: libraries/classes/Advisory/Rules.php:541
727 #, php-format
728 msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
729 msgstr ""
731 #: libraries/classes/Advisory/Rules.php:546
732 msgid "Slow launch time"
733 msgstr ""
735 #: libraries/classes/Advisory/Rules.php:549
736 msgid "Slow_launch_time is above 2s."
737 msgstr ""
739 #: libraries/classes/Advisory/Rules.php:551
740 msgid ""
741 "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
742 "to launch."
743 msgstr ""
745 #: libraries/classes/Advisory/Rules.php:553
746 #, php-format
747 msgid "slow_launch_time is set to %s"
748 msgstr ""
750 #: libraries/classes/Advisory/Rules.php:559
751 msgid "Percentage of used connections"
752 msgstr ""
754 #: libraries/classes/Advisory/Rules.php:563
755 msgid ""
756 "The maximum amount of used connections is getting close to the value of "
757 "{max_connections}."
758 msgstr ""
760 #: libraries/classes/Advisory/Rules.php:566
761 msgid ""
762 "Increase {max_connections}, or decrease {wait_timeout} so that connections "
763 "that do not close database handlers properly get killed sooner. Make sure "
764 "the code closes database handlers properly."
765 msgstr ""
767 #: libraries/classes/Advisory/Rules.php:570
768 #, php-format
769 msgid ""
770 "Max_used_connections is at %s%% of max_connections, it should be below 80%%"
771 msgstr ""
773 #: libraries/classes/Advisory/Rules.php:575
774 msgid "Percentage of aborted connections"
775 msgstr ""
777 #: libraries/classes/Advisory/Rules.php:578
778 #: libraries/classes/Advisory/Rules.php:592
779 msgid "Too many connections are aborted."
780 msgstr ""
782 #: libraries/classes/Advisory/Rules.php:580
783 #: libraries/classes/Advisory/Rules.php:594
784 msgid ""
785 "Connections are usually aborted when they cannot be authorized. <a href="
786 "\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-of-"
787 "aborted_connects/\">This article</a> might help you track down the source."
788 msgstr ""
790 #: libraries/classes/Advisory/Rules.php:584
791 #, php-format
792 msgid "%s%% of all connections are aborted. This value should be below 1%%"
793 msgstr ""
795 #: libraries/classes/Advisory/Rules.php:589
796 msgid "Rate of aborted connections"
797 msgstr ""
799 #: libraries/classes/Advisory/Rules.php:598
800 #, php-format
801 msgid ""
802 "Aborted connections rate is at %s, this value should be less than 1 per hour"
803 msgstr ""
805 #: libraries/classes/Advisory/Rules.php:603
806 msgid "Percentage of aborted clients"
807 msgstr ""
809 #: libraries/classes/Advisory/Rules.php:606
810 #: libraries/classes/Advisory/Rules.php:620
811 msgid "Too many clients are aborted."
812 msgstr ""
814 #: libraries/classes/Advisory/Rules.php:608
815 #: libraries/classes/Advisory/Rules.php:622
816 msgid ""
817 "Clients are usually aborted when they did not close their connection to "
818 "MySQL properly. This can be due to network issues or code not closing a "
819 "database handler properly. Check your network and code."
820 msgstr ""
822 #: libraries/classes/Advisory/Rules.php:612
823 #, php-format
824 msgid "%s%% of all clients are aborted. This value should be below 2%%"
825 msgstr ""
827 #: libraries/classes/Advisory/Rules.php:617
828 msgid "Rate of aborted clients"
829 msgstr ""
831 #: libraries/classes/Advisory/Rules.php:626
832 #, php-format
833 msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
834 msgstr ""
836 #: libraries/classes/Advisory/Rules.php:632
837 msgid "Is InnoDB disabled?"
838 msgstr ""
840 #: libraries/classes/Advisory/Rules.php:636
841 msgid "You do not have InnoDB enabled."
842 msgstr ""
844 #: libraries/classes/Advisory/Rules.php:637
845 msgid "InnoDB is usually the better choice for table engines."
846 msgstr ""
848 #: libraries/classes/Advisory/Rules.php:638
849 msgid "have_innodb is set to 'value'"
850 msgstr ""
852 #: libraries/classes/Advisory/Rules.php:642
853 #: libraries/classes/Advisory/Rules.php:669
854 msgid "InnoDB log size"
855 msgstr ""
857 #: libraries/classes/Advisory/Rules.php:647
858 #: libraries/classes/Advisory/Rules.php:677
859 msgid ""
860 "The InnoDB log file size is not an appropriate size, in relation to the "
861 "InnoDB buffer pool."
862 msgstr ""
864 #: libraries/classes/Advisory/Rules.php:650
865 #: libraries/classes/Advisory/Rules.php:680
866 #, no-php-format
867 msgid ""
868 "Especially on a system with a lot of writes to InnoDB tables you should set "
869 "{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the "
870 "bigger this value, the longer the recovery time will be when database "
871 "crashes, so this value should not be set much higher than 256 MiB. Please "
872 "note however that you cannot simply change the value of this variable. You "
873 "need to shutdown the server, remove the InnoDB log files, set the new value "
874 "in my.cnf, start the server, then check the error logs if everything went "
875 "fine. See also <a href=\"https://mysqldatabaseadministration.blogspot."
876 "com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
877 msgstr ""
879 #: libraries/classes/Advisory/Rules.php:662
880 #: libraries/classes/Advisory/Rules.php:692
881 #, php-format
882 msgid ""
883 "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
884 "it should not be below 20%%"
885 msgstr ""
887 #: libraries/classes/Advisory/Rules.php:699
888 msgid "Max InnoDB log size"
889 msgstr ""
891 #: libraries/classes/Advisory/Rules.php:704
892 msgid "The InnoDB log file size is inadequately large."
893 msgstr ""
895 #: libraries/classes/Advisory/Rules.php:706
896 #, no-php-format
897 msgid ""
898 "It is usually sufficient to set {innodb_log_file_size} to 25% of the size of "
899 "{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the "
900 "recovery time after a database crash considerably. See also <a href="
901 "\"https://www.percona.com/blog/2006/07/03/choosing-proper-"
902 "innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
903 "remove the InnoDB log files, set the new value in my.cnf, start the server, "
904 "then check the error logs if everything went fine. See also <a href="
905 "\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
906 "innodblogfilesize-proper-way.html\">this blog entry</a>"
907 msgstr ""
909 #: libraries/classes/Advisory/Rules.php:717
910 #, php-format
911 msgid "Your absolute InnoDB log size is %s MiB"
912 msgstr ""
914 #: libraries/classes/Advisory/Rules.php:722
915 msgid "InnoDB buffer pool size"
916 msgstr ""
918 #: libraries/classes/Advisory/Rules.php:726
919 msgid "Your InnoDB buffer pool is fairly small."
920 msgstr ""
922 #: libraries/classes/Advisory/Rules.php:728
923 #, no-php-format
924 msgid ""
925 "The InnoDB buffer pool has a profound impact on performance for InnoDB "
926 "tables. Assign all your remaining memory to this buffer. For database "
927 "servers that use solely InnoDB as storage engine and have no other services "
928 "(e.g. a web server) running, you may set this as high as 80% of your "
929 "available memory. If that is not the case, you need to carefully assess the "
930 "memory consumption of your other services and non-InnoDB-Tables and set this "
931 "variable accordingly. If it is set too high, your system will start "
932 "swapping, which decreases performance significantly. See also <a href="
933 "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/"
934 "\">this article</a>"
935 msgstr ""
937 #: libraries/classes/Advisory/Rules.php:738
938 #, php-format
939 msgid ""
940 "You are currently using %s%% of your memory for the InnoDB buffer pool. This "
941 "rule fires if you are assigning less than 60%%, however this might be "
942 "perfectly adequate for your system if you don't have much InnoDB tables or "
943 "other services running on the same machine."
944 msgstr ""
946 #: libraries/classes/Advisory/Rules.php:748
947 msgid "MyISAM concurrent inserts"
948 msgstr ""
950 #: libraries/classes/Advisory/Rules.php:751
951 msgid "Enable {concurrent_insert} by setting it to 1"
952 msgstr ""
954 #: libraries/classes/Advisory/Rules.php:753
955 msgid ""
956 "Setting {concurrent_insert} to 1 reduces contention between readers and "
957 "writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
958 "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
959 msgstr ""
961 #: libraries/classes/Advisory/Rules.php:757
962 msgid "concurrent_insert is set to 0"
963 msgstr ""
965 #: libraries/classes/Advisory/Rules.php:772
966 msgid "Query cache disabled"
967 msgstr ""
969 #: libraries/classes/Advisory/Rules.php:775
970 msgid "The query cache is not enabled."
971 msgstr ""
973 #: libraries/classes/Advisory/Rules.php:777
974 msgid ""
975 "The query cache is known to greatly improve performance if configured "
976 "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value "
977 "and setting {query_cache_type} to 'ON'. <b>Note:</b> If you are using "
978 "memcached, ignore this recommendation."
979 msgstr ""
981 #: libraries/classes/Advisory/Rules.php:781
982 msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
983 msgstr ""
985 #: libraries/classes/Advisory/Rules.php:786
986 #, no-php-format
987 msgid "Query cache efficiency (%)"
988 msgstr ""
990 #: libraries/classes/Advisory/Rules.php:790
991 msgid "Query cache not running efficiently, it has a low hit rate."
992 msgstr ""
994 #: libraries/classes/Advisory/Rules.php:791
995 msgid "Consider increasing {query_cache_limit}."
996 msgstr ""
998 #: libraries/classes/Advisory/Rules.php:792
999 #, php-format
1000 msgid "The current query cache hit rate of %s%% is below 20%%"
1001 msgstr ""
1003 #: libraries/classes/Advisory/Rules.php:797
1004 msgid "Query Cache usage"
1005 msgstr ""
1007 #: libraries/classes/Advisory/Rules.php:802
1008 #, no-php-format
1009 msgid "Less than 80% of the query cache is being utilized."
1010 msgstr ""
1012 #: libraries/classes/Advisory/Rules.php:804
1013 msgid ""
1014 "This might be caused by {query_cache_limit} being too low. Flushing the "
1015 "query cache might help as well."
1016 msgstr ""
1018 #: libraries/classes/Advisory/Rules.php:808
1019 #, php-format
1020 msgid ""
1021 "The current ratio of free query cache memory to total query cache size is %s"
1022 "%%. It should be above 80%%"
1023 msgstr ""
1025 #: libraries/classes/Advisory/Rules.php:815
1026 msgid "Query cache fragmentation"
1027 msgstr ""
1029 #: libraries/classes/Advisory/Rules.php:819
1030 msgid "The query cache is considerably fragmented."
1031 msgstr ""
1033 #: libraries/classes/Advisory/Rules.php:821
1034 msgid ""
1035 "Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. "
1036 "This might be caused by many Query cache low memory prunes due to "
1037 "{query_cache_size} being too small. For a immediate but short lived fix you "
1038 "can flush the query cache (might lock the query cache for a long time). "
1039 "Carefully adjusting {query_cache_min_res_unit} to a lower value might help "
1040 "too, e.g. you can set it to the average size of your queries in the cache "
1041 "using this formula: (query_cache_size - qcache_free_memory) / "
1042 "qcache_queries_in_cache"
1043 msgstr ""
1045 #: libraries/classes/Advisory/Rules.php:829
1046 #, php-format
1047 msgid ""
1048 "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning "
1049 "that the query cache is an alternating pattern of free and used blocks. This "
1050 "value should be below 20%%."
1051 msgstr ""
1053 #: libraries/classes/Advisory/Rules.php:836
1054 msgid "Query cache low memory prunes"
1055 msgstr ""
1057 #: libraries/classes/Advisory/Rules.php:840
1058 msgid ""
1059 "Cached queries are removed due to low query cache memory from the query "
1060 "cache."
1061 msgstr ""
1063 #: libraries/classes/Advisory/Rules.php:842
1064 msgid ""
1065 "You might want to increase {query_cache_size}, however keep in mind that the "
1066 "overhead of maintaining the cache is likely to increase with its size, so do "
1067 "this in small increments and monitor the results."
1068 msgstr ""
1070 #: libraries/classes/Advisory/Rules.php:847
1071 #, php-format
1072 msgid ""
1073 "The ratio of removed queries to inserted queries is %s%%. The lower this "
1074 "value is, the better (This rules firing limit: 0.1%%)"
1075 msgstr ""
1077 #: libraries/classes/Advisory/Rules.php:854
1078 msgid "Query cache max size"
1079 msgstr ""
1081 #: libraries/classes/Advisory/Rules.php:859
1082 msgid ""
1083 "The query cache size is above 128 MiB. Big query caches may cause "
1084 "significant overhead that is required to maintain the cache."
1085 msgstr ""
1087 #: libraries/classes/Advisory/Rules.php:863
1088 msgid ""
1089 "Depending on your environment, it might be performance increasing to reduce "
1090 "this value."
1091 msgstr ""
1093 #: libraries/classes/Advisory/Rules.php:865
1094 #, php-format
1095 msgid "Current query cache size: %s"
1096 msgstr ""
1098 #: libraries/classes/Advisory/Rules.php:870
1099 msgid "Query cache min result size"
1100 msgstr ""
1102 #: libraries/classes/Advisory/Rules.php:874
1103 msgid ""
1104 "The max size of the result set in the query cache is the default of 1 MiB."
1105 msgstr ""
1107 #: libraries/classes/Advisory/Rules.php:876
1108 msgid ""
1109 "Changing {query_cache_limit} (usually by increasing) may increase "
1110 "efficiency. This variable determines the maximum size a query result may "
1111 "have to be inserted into the query cache. If there are many query results "
1112 "above 1 MiB that are well cacheable (many reads, little writes) then "
1113 "increasing {query_cache_limit} will increase efficiency. Whereas in the case "
1114 "of many query results being above 1 MiB that are not very well cacheable "
1115 "(often invalidated due to table updates) increasing {query_cache_limit} "
1116 "might reduce efficiency."
1117 msgstr ""
1119 #: libraries/classes/Advisory/Rules.php:883
1120 msgid "query_cache_limit is set to 1 MiB"
1121 msgstr ""
1123 #: libraries/classes/BrowseForeigners.php:198
1124 msgid "Search:"
1125 msgstr ""
1127 #: libraries/classes/BrowseForeigners.php:204
1128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:328
1129 #: libraries/classes/Controllers/Server/PrivilegesController.php:353
1130 #: libraries/classes/Normalization.php:255
1131 #: libraries/classes/Normalization.php:978 libraries/classes/Tracking.php:325
1132 #: libraries/classes/Tracking.php:479
1133 #: templates/columns_definitions/column_definitions_form.twig:42
1134 #: templates/database/designer/main.twig:1102
1135 #: templates/database/events/editor_form.twig:115
1136 #: templates/database/operations/index.twig:19
1137 #: templates/database/operations/index.twig:75
1138 #: templates/database/operations/index.twig:185
1139 #: templates/database/operations/index.twig:225
1140 #: templates/database/routines/editor_form.twig:176
1141 #: templates/database/routines/execute_form.twig:55
1142 #: templates/database/search/main.twig:74
1143 #: templates/database/triggers/editor_form.twig:69
1144 #: templates/display/results/table.twig:265
1145 #: templates/gis_data_editor_form.twig:211 templates/header_location.twig:18
1146 #: templates/modals/add_index.twig:10 templates/modals/change_password.twig:10
1147 #: templates/modals/create_view.twig:10
1148 #: templates/modals/enum_set_editor.twig:10
1149 #: templates/modals/index_dialog_modal.twig:10
1150 #: templates/preferences/manage/main.twig:46
1151 #: templates/preferences/manage/main.twig:108
1152 #: templates/server/binlog/index.twig:34
1153 #: templates/server/privileges/change_password.twig:72
1154 #: templates/server/privileges/edit_routine_privileges.twig:106
1155 #: templates/server/privileges/privileges_summary.twig:104
1156 #: templates/server/privileges/user_properties.twig:154
1157 #: templates/server/privileges/users_overview.twig:159
1158 #: templates/server/replication/change_primary.twig:33
1159 #: templates/server/replication/primary_add_replica_user.twig:81
1160 #: templates/server/replication/primary_configuration.twig:30
1161 #: templates/server/replication/replica_configuration.twig:16
1162 #: templates/server/replication/replica_configuration.twig:88
1163 #: templates/server/user_groups/edit_user_groups.twig:21
1164 #: templates/sql/query.twig:147 templates/sql/query.twig:198
1165 #: templates/table/find_replace/index.twig:62
1166 #: templates/table/insert/actions_panel.twig:37
1167 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:15
1168 #: templates/table/operations/index.twig:38
1169 #: templates/table/operations/index.twig:86
1170 #: templates/table/operations/index.twig:241
1171 #: templates/table/operations/index.twig:328
1172 #: templates/table/operations/index.twig:505
1173 #: templates/table/operations/view.twig:20
1174 #: templates/table/search/index.twig:172 templates/table/search/index.twig:196
1175 #: templates/table/start_and_number_of_rows_fieldset.twig:15
1176 #: templates/table/structure/display_structure.twig:343
1177 #: templates/table/structure/display_structure.twig:437
1178 #: templates/table/structure/display_structure.twig:555
1179 #: templates/table/zoom_search/index.twig:152 templates/view_create.twig:116
1180 msgid "Go"
1181 msgstr ""
1183 #: libraries/classes/BrowseForeigners.php:219
1184 #: libraries/classes/BrowseForeigners.php:223
1185 #: templates/database/data_dictionary/index.twig:73 templates/indexes.twig:16
1186 #: templates/table/structure/display_structure.twig:458
1187 #: templates/table/tracking/structure_snapshot_indexes.twig:5
1188 msgid "Keyname"
1189 msgstr ""
1191 #: libraries/classes/BrowseForeigners.php:220
1192 #: libraries/classes/BrowseForeigners.php:222
1193 #: templates/server/engines/index.twig:14
1194 #: templates/server/plugins/index.twig:27
1195 #: templates/server/status/variables/index.twig:77
1196 msgid "Description"
1197 msgstr ""
1199 #: libraries/classes/BrowseForeigners.php:319
1200 #: libraries/classes/Language.php:204 libraries/classes/Pdf.php:81
1201 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:494
1202 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:528
1203 #: templates/list_navigator.twig:4
1204 msgid "Page number:"
1205 msgstr ""
1207 #: libraries/classes/BrowseForeigners.php:333
1208 #: libraries/classes/Controllers/JavaScriptMessagesController.php:565
1209 #: templates/display/results/table.twig:99
1210 #: templates/server/privileges/initials_row.twig:17
1211 #: templates/table/browse_foreigners/show_all.twig:4
1212 msgid "Show all"
1213 msgstr ""
1215 #: libraries/classes/Charsets/Collation.php:170
1216 #: libraries/classes/Charsets.php:176 libraries/classes/Charsets.php:177
1217 msgid "Unknown"
1218 msgstr ""
1220 #: libraries/classes/Charsets/Collation.php:203
1221 #: libraries/classes/Charsets/Collation.php:501
1222 msgctxt "Collation"
1223 msgid "German (phone book order)"
1224 msgstr ""
1226 #: libraries/classes/Charsets/Collation.php:207
1227 #: libraries/classes/Charsets/Collation.php:498
1228 msgctxt "Collation"
1229 msgid "German (dictionary order)"
1230 msgstr ""
1232 #: libraries/classes/Charsets/Collation.php:216
1233 #: libraries/classes/Charsets/Collation.php:576
1234 msgctxt "Collation"
1235 msgid "Spanish (traditional)"
1236 msgstr ""
1238 #: libraries/classes/Charsets/Collation.php:220
1239 #: libraries/classes/Charsets/Collation.php:569
1240 msgctxt "Collation"
1241 msgid "Spanish (modern)"
1242 msgstr ""
1244 #: libraries/classes/Charsets/Collation.php:298
1245 msgctxt "Collation variant"
1246 msgid "case-insensitive"
1247 msgstr ""
1249 #: libraries/classes/Charsets/Collation.php:301
1250 msgctxt "Collation variant"
1251 msgid "case-sensitive"
1252 msgstr ""
1254 #: libraries/classes/Charsets/Collation.php:304
1255 msgctxt "Collation variant"
1256 msgid "accent-insensitive"
1257 msgstr ""
1259 #: libraries/classes/Charsets/Collation.php:307
1260 msgctxt "Collation variant"
1261 msgid "accent-sensitive"
1262 msgstr ""
1264 #: libraries/classes/Charsets/Collation.php:310
1265 msgctxt "Collation variant"
1266 msgid "kana-sensitive"
1267 msgstr ""
1269 #: libraries/classes/Charsets/Collation.php:314
1270 msgctxt "Collation variant"
1271 msgid "multi-level"
1272 msgstr ""
1274 #: libraries/classes/Charsets/Collation.php:317
1275 msgctxt "Collation variant"
1276 msgid "binary"
1277 msgstr ""
1279 #: libraries/classes/Charsets/Collation.php:320
1280 msgctxt "Collation variant"
1281 msgid "no-pad"
1282 msgstr ""
1284 #: libraries/classes/Charsets/Collation.php:339
1285 msgctxt "Collation"
1286 msgid "Binary"
1287 msgstr ""
1289 #: libraries/classes/Charsets/Collation.php:351
1290 #: libraries/classes/Charsets/Collation.php:600
1291 msgctxt "Collation"
1292 msgid "Unicode"
1293 msgstr ""
1295 #: libraries/classes/Charsets/Collation.php:361
1296 #: libraries/classes/Charsets/Collation.php:547
1297 msgctxt "Collation"
1298 msgid "West European"
1299 msgstr ""
1301 #: libraries/classes/Charsets/Collation.php:368
1302 msgctxt "Collation"
1303 msgid "Central European"
1304 msgstr ""
1306 #: libraries/classes/Charsets/Collation.php:373
1307 #: libraries/classes/Charsets/Collation.php:554
1308 msgctxt "Collation"
1309 msgid "Russian"
1310 msgstr ""
1312 #: libraries/classes/Charsets/Collation.php:378
1313 msgctxt "Collation"
1314 msgid "Simplified Chinese"
1315 msgstr ""
1317 #: libraries/classes/Charsets/Collation.php:381
1318 msgctxt "Collation"
1319 msgid "Traditional Chinese"
1320 msgstr ""
1322 #: libraries/classes/Charsets/Collation.php:384
1323 #: libraries/classes/Charsets/Collation.php:469
1324 msgctxt "Collation"
1325 msgid "Chinese"
1326 msgstr ""
1328 #: libraries/classes/Charsets/Collation.php:392
1329 #: libraries/classes/Charsets/Collation.php:518
1330 msgctxt "Collation"
1331 msgid "Japanese"
1332 msgstr ""
1334 #: libraries/classes/Charsets/Collation.php:397
1335 msgctxt "Collation"
1336 msgid "Baltic"
1337 msgstr ""
1339 #: libraries/classes/Charsets/Collation.php:402
1340 msgctxt "Collation"
1341 msgid "Armenian"
1342 msgstr ""
1344 #: libraries/classes/Charsets/Collation.php:405
1345 msgctxt "Collation"
1346 msgid "Cyrillic"
1347 msgstr ""
1349 #: libraries/classes/Charsets/Collation.php:408
1350 msgctxt "Collation"
1351 msgid "Arabic"
1352 msgstr ""
1354 #: libraries/classes/Charsets/Collation.php:411
1355 #: libraries/classes/Charsets/Collation.php:533
1356 msgctxt "Collation"
1357 msgid "Korean"
1358 msgstr ""
1360 #: libraries/classes/Charsets/Collation.php:414
1361 msgctxt "Collation"
1362 msgid "Hebrew"
1363 msgstr ""
1365 #: libraries/classes/Charsets/Collation.php:417
1366 msgctxt "Collation"
1367 msgid "Georgian"
1368 msgstr ""
1370 #: libraries/classes/Charsets/Collation.php:420
1371 msgctxt "Collation"
1372 msgid "Greek"
1373 msgstr ""
1375 #: libraries/classes/Charsets/Collation.php:423
1376 msgctxt "Collation"
1377 msgid "Czech-Slovak"
1378 msgstr ""
1380 #: libraries/classes/Charsets/Collation.php:426
1381 #: libraries/classes/Charsets/Collation.php:592
1382 msgctxt "Collation"
1383 msgid "Ukrainian"
1384 msgstr ""
1386 #: libraries/classes/Charsets/Collation.php:429
1387 #: libraries/classes/Charsets/Collation.php:588
1388 msgctxt "Collation"
1389 msgid "Turkish"
1390 msgstr ""
1392 #: libraries/classes/Charsets/Collation.php:432
1393 #: libraries/classes/Charsets/Collation.php:580
1394 msgctxt "Collation"
1395 msgid "Swedish"
1396 msgstr ""
1398 #: libraries/classes/Charsets/Collation.php:435
1399 #: libraries/classes/Charsets/Collation.php:584
1400 msgctxt "Collation"
1401 msgid "Thai"
1402 msgstr ""
1404 #: libraries/classes/Charsets/Collation.php:438
1405 msgctxt "Collation"
1406 msgid "Unknown"
1407 msgstr ""
1409 #: libraries/classes/Charsets/Collation.php:463
1410 msgctxt "Collation"
1411 msgid "Bulgarian"
1412 msgstr ""
1414 #: libraries/classes/Charsets/Collation.php:475
1415 msgctxt "Collation"
1416 msgid "Croatian"
1417 msgstr ""
1419 #: libraries/classes/Charsets/Collation.php:479
1420 msgctxt "Collation"
1421 msgid "Czech"
1422 msgstr ""
1424 #: libraries/classes/Charsets/Collation.php:483
1425 msgctxt "Collation"
1426 msgid "Danish"
1427 msgstr ""
1429 #: libraries/classes/Charsets/Collation.php:487
1430 msgctxt "Collation"
1431 msgid "English"
1432 msgstr ""
1434 #: libraries/classes/Charsets/Collation.php:491
1435 msgctxt "Collation"
1436 msgid "Esperanto"
1437 msgstr ""
1439 #: libraries/classes/Charsets/Collation.php:495
1440 msgctxt "Collation"
1441 msgid "Estonian"
1442 msgstr ""
1444 #: libraries/classes/Charsets/Collation.php:510
1445 msgctxt "Collation"
1446 msgid "Hungarian"
1447 msgstr ""
1449 #: libraries/classes/Charsets/Collation.php:514
1450 msgctxt "Collation"
1451 msgid "Icelandic"
1452 msgstr ""
1454 #: libraries/classes/Charsets/Collation.php:521
1455 msgctxt "Collation"
1456 msgid "Classical Latin"
1457 msgstr ""
1459 #: libraries/classes/Charsets/Collation.php:525
1460 msgctxt "Collation"
1461 msgid "Latvian"
1462 msgstr ""
1464 #: libraries/classes/Charsets/Collation.php:529
1465 msgctxt "Collation"
1466 msgid "Lithuanian"
1467 msgstr ""
1469 #: libraries/classes/Charsets/Collation.php:537
1470 msgctxt "Collation"
1471 msgid "Burmese"
1472 msgstr ""
1474 #: libraries/classes/Charsets/Collation.php:540
1475 msgctxt "Collation"
1476 msgid "Persian"
1477 msgstr ""
1479 #: libraries/classes/Charsets/Collation.php:544
1480 msgctxt "Collation"
1481 msgid "Polish"
1482 msgstr ""
1484 #: libraries/classes/Charsets/Collation.php:551
1485 msgctxt "Collation"
1486 msgid "Romanian"
1487 msgstr ""
1489 #: libraries/classes/Charsets/Collation.php:558
1490 msgctxt "Collation"
1491 msgid "Sinhalese"
1492 msgstr ""
1494 #: libraries/classes/Charsets/Collation.php:562
1495 msgctxt "Collation"
1496 msgid "Slovak"
1497 msgstr ""
1499 #: libraries/classes/Charsets/Collation.php:566
1500 msgctxt "Collation"
1501 msgid "Slovenian"
1502 msgstr ""
1504 #: libraries/classes/Charsets/Collation.php:596
1505 msgctxt "Collation"
1506 msgid "Vietnamese"
1507 msgstr ""
1509 #: libraries/classes/Common.php:255
1510 #, php-format
1511 msgid "You should upgrade to %s %s or later."
1512 msgstr ""
1514 #: libraries/classes/Common.php:287
1515 msgid "Error: Token mismatch"
1516 msgstr ""
1518 #: libraries/classes/Common.php:498
1519 msgid ""
1520 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
1521 "access phpMyAdmin."
1522 msgstr ""
1524 #: libraries/classes/Common.php:554
1525 msgid ""
1526 "You have enabled mbstring.func_overload in your PHP configuration. This "
1527 "option is incompatible with phpMyAdmin and might cause some data to be "
1528 "corrupted!"
1529 msgstr ""
1531 #: libraries/classes/Common.php:571
1532 msgid ""
1533 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
1534 "requires these functions!"
1535 msgstr ""
1537 #: libraries/classes/Common.php:582
1538 msgid "GLOBALS overwrite attempt"
1539 msgstr ""
1541 #: libraries/classes/Common.php:592
1542 msgid "possible exploit"
1543 msgstr ""
1545 #: libraries/classes/Config/Descriptions.php:69
1546 #: libraries/classes/Config/Descriptions.php:70
1547 #: libraries/classes/Config/Descriptions.php:71
1548 msgid "Users cannot set a higher value"
1549 msgstr ""
1551 #: libraries/classes/Config/Descriptions.php:89
1552 msgid ""
1553 "If enabled, user can enter any MySQL server in login form for cookie auth."
1554 msgstr ""
1556 #: libraries/classes/Config/Descriptions.php:92
1557 msgid ""
1558 "Restricts the MySQL servers the user can enter when a login to an arbitrary "
1559 "MySQL server is enabled by matching the IP or hostname of the MySQL server "
1560 "to the given regular expression."
1561 msgstr ""
1563 #: libraries/classes/Config/Descriptions.php:97
1564 msgid ""
1565 "Enabling this allows a page located on a different domain to call phpMyAdmin "
1566 "inside a frame, and is a potential [strong]security hole[/strong] allowing "
1567 "cross-frame scripting (XSS) attacks."
1568 msgstr ""
1570 #: libraries/classes/Config/Descriptions.php:102
1571 msgid ""
1572 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1573 "authentication."
1574 msgstr ""
1576 #: libraries/classes/Config/Descriptions.php:104
1577 msgid "Enable bzip2 compression for import operations."
1578 msgstr ""
1580 #: libraries/classes/Config/Descriptions.php:105
1581 msgid "Enter the URL for your reCAPTCHA v2 compatible API."
1582 msgstr ""
1584 #: libraries/classes/Config/Descriptions.php:106
1585 msgid ""
1586 "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
1587 "API."
1588 msgstr ""
1590 #: libraries/classes/Config/Descriptions.php:107
1591 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API."
1592 msgstr ""
1594 #: libraries/classes/Config/Descriptions.php:108
1595 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API."
1596 msgstr ""
1598 #: libraries/classes/Config/Descriptions.php:109
1599 msgid "Enter your public key for the reCAPTCHA service on your domain."
1600 msgstr ""
1602 #: libraries/classes/Config/Descriptions.php:110
1603 msgid "Enter your private key for your domain reCAPTCHA service."
1604 msgstr ""
1606 #: libraries/classes/Config/Descriptions.php:111
1607 msgid "Enter your siteverify URL for your reCAPTCHA service."
1608 msgstr ""
1610 #: libraries/classes/Config/Descriptions.php:113
1611 msgid ""
1612 "Defines which type of editing controls should be used for CHAR and VARCHAR "
1613 "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
1614 "kbd] - allows newlines in columns."
1615 msgstr ""
1617 #: libraries/classes/Config/Descriptions.php:118
1618 msgid ""
1619 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1620 "highlighting and line numbers."
1621 msgstr ""
1623 #: libraries/classes/Config/Descriptions.php:123
1624 msgid ""
1625 "Find any errors in the query before executing it. Requires CodeMirror to be "
1626 "enabled."
1627 msgstr ""
1629 #: libraries/classes/Config/Descriptions.php:126
1630 msgid ""
1631 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1632 "columns."
1633 msgstr ""
1635 #: libraries/classes/Config/Descriptions.php:129
1636 msgid ""
1637 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1638 "columns."
1639 msgstr ""
1641 #: libraries/classes/Config/Descriptions.php:132
1642 msgid ""
1643 "Compress gzip exports on the fly without the need for much memory; if you "
1644 "encounter problems with created gzip files disable this feature."
1645 msgstr ""
1647 #: libraries/classes/Config/Descriptions.php:136
1648 msgid ""
1649 "Whether a warning (\"Are your really sure…\") should be displayed when "
1650 "you're about to lose data."
1651 msgstr ""
1653 #: libraries/classes/Config/Descriptions.php:139
1654 msgid "Autocomplete of the table and column names in the SQL queries."
1655 msgstr ""
1657 #: libraries/classes/Config/Descriptions.php:142
1658 #: libraries/classes/Config/Descriptions.php:146
1659 #: libraries/classes/Config/Descriptions.php:150
1660 #: libraries/classes/Config/Descriptions.php:154
1661 #: libraries/classes/Config/Descriptions.php:158
1662 #: libraries/classes/Config/Descriptions.php:162
1663 #: libraries/classes/Config/Descriptions.php:166
1664 #: libraries/classes/Config/Descriptions.php:170
1665 #: libraries/classes/Config/Descriptions.php:174
1666 msgid ""
1667 "Values for options list for default transformations. These will be "
1668 "overwritten if transformation is filled in at table structure page."
1669 msgstr ""
1671 #: libraries/classes/Config/Descriptions.php:178
1672 msgid ""
1673 "Disable the table maintenance mass operations, like optimizing or repairing "
1674 "the selected tables of a database."
1675 msgstr ""
1677 #: libraries/classes/Config/Descriptions.php:182
1678 msgid ""
1679 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
1680 "limit)."
1681 msgstr ""
1683 #: libraries/classes/Config/Descriptions.php:184
1684 #: libraries/classes/Config/Descriptions.php:728
1685 #: libraries/classes/Plugins/Export/ExportSql.php:345
1686 msgid "Exclude definition of current user"
1687 msgstr ""
1689 #: libraries/classes/Config/Descriptions.php:186
1690 msgid ""
1691 "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
1692 "the referenced data, [kbd]id[/kbd] is the key value."
1693 msgstr ""
1695 #: libraries/classes/Config/Descriptions.php:190
1696 msgid ""
1697 "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
1698 "for magic strings that can be used to get special values."
1699 msgstr ""
1701 #: libraries/classes/Config/Descriptions.php:195
1702 msgid ""
1703 "Please note that phpMyAdmin is just a user interface and its features do not "
1704 "limit MySQL."
1705 msgstr ""
1707 #: libraries/classes/Config/Descriptions.php:198
1708 msgid ""
1709 "Advanced server configuration, do not change these options unless you know "
1710 "what they are for."
1711 msgstr ""
1713 #: libraries/classes/Config/Descriptions.php:201
1714 msgid ""
1715 "Configure phpMyAdmin configuration storage to gain access to additional "
1716 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1717 "documentation."
1718 msgstr ""
1720 #: libraries/classes/Config/Descriptions.php:206
1721 msgid ""
1722 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1723 "storage."
1724 msgstr ""
1726 #: libraries/classes/Config/Descriptions.php:209
1727 msgid "Customize browse mode."
1728 msgstr ""
1730 #: libraries/classes/Config/Descriptions.php:210
1731 #: libraries/classes/Config/Descriptions.php:211
1732 #: libraries/classes/Config/Descriptions.php:218
1733 #: libraries/classes/Config/Descriptions.php:224
1734 #: libraries/classes/Config/Descriptions.php:225
1735 #: libraries/classes/Config/Descriptions.php:230
1736 msgid "Customize default options."
1737 msgstr ""
1739 #: libraries/classes/Config/Descriptions.php:212
1740 msgid "Settings for phpMyAdmin developers."
1741 msgstr ""
1743 #: libraries/classes/Config/Descriptions.php:213
1744 msgid "Customize edit mode."
1745 msgstr ""
1747 #: libraries/classes/Config/Descriptions.php:214
1748 msgid "Customize default export options."
1749 msgstr ""
1751 #: libraries/classes/Config/Descriptions.php:215
1752 msgid "Set some commonly used options."
1753 msgstr ""
1755 #: libraries/classes/Config/Descriptions.php:216
1756 msgid "Customize default common import options."
1757 msgstr ""
1759 #: libraries/classes/Config/Descriptions.php:217
1760 msgid "Set import and export directories and compression options."
1761 msgstr ""
1763 #: libraries/classes/Config/Descriptions.php:219
1764 msgid "Databases display options."
1765 msgstr ""
1767 #: libraries/classes/Config/Descriptions.php:220
1768 msgid "Customize appearance of the navigation panel."
1769 msgstr ""
1771 #: libraries/classes/Config/Descriptions.php:221
1772 msgid "Customize the navigation tree."
1773 msgstr ""
1775 #: libraries/classes/Config/Descriptions.php:222
1776 msgid "Servers display options."
1777 msgstr ""
1779 #: libraries/classes/Config/Descriptions.php:223
1780 msgid "Tables display options."
1781 msgstr ""
1783 #: libraries/classes/Config/Descriptions.php:226
1784 msgid "Settings that didn't fit anywhere else."
1785 msgstr ""
1787 #: libraries/classes/Config/Descriptions.php:227
1788 msgid "Authentication settings."
1789 msgstr ""
1791 #: libraries/classes/Config/Descriptions.php:228
1792 msgid "Enter server connection parameters."
1793 msgstr ""
1795 #: libraries/classes/Config/Descriptions.php:229
1796 msgid "Customize links shown in SQL Query boxes."
1797 msgstr ""
1799 #: libraries/classes/Config/Descriptions.php:231
1800 msgid "SQL queries settings."
1801 msgstr ""
1803 #: libraries/classes/Config/Descriptions.php:232
1804 msgid "Customize startup page."
1805 msgstr ""
1807 #: libraries/classes/Config/Descriptions.php:233
1808 msgid ""
1809 "Choose which details to show in the database structure (list of tables)."
1810 msgstr ""
1812 #: libraries/classes/Config/Descriptions.php:234
1813 msgid "Settings for the table structure (list of columns)."
1814 msgstr ""
1816 #: libraries/classes/Config/Descriptions.php:235
1817 msgid "Choose how you want tabs to work."
1818 msgstr ""
1820 #: libraries/classes/Config/Descriptions.php:236
1821 msgid "Customize text input fields."
1822 msgstr ""
1824 #: libraries/classes/Config/Descriptions.php:237
1825 msgid "Customize default options"
1826 msgstr ""
1828 #: libraries/classes/Config/Descriptions.php:238
1829 msgid "Disable some of the warnings shown by phpMyAdmin."
1830 msgstr ""
1832 #: libraries/classes/Config/Descriptions.php:240
1833 msgid "Enable gzip compression for import and export operations."
1834 msgstr ""
1836 #: libraries/classes/Config/Descriptions.php:242
1837 msgid ""
1838 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
1839 "if one of the queries failed."
1840 msgstr ""
1842 #: libraries/classes/Config/Descriptions.php:246
1843 msgid ""
1844 "Allow interrupt of import in case script detects it is close to time limit. "
1845 "This might be a good way to import large files, however it can break "
1846 "transactions."
1847 msgstr ""
1849 #: libraries/classes/Config/Descriptions.php:251
1850 msgid ""
1851 "Default format; be aware that this list depends on location (database, "
1852 "table) and only SQL is always available."
1853 msgstr ""
1855 #: libraries/classes/Config/Descriptions.php:254
1856 #: libraries/classes/Config/Descriptions.php:255
1857 msgid "Update data when duplicate keys found on import"
1858 msgstr ""
1860 #: libraries/classes/Config/Descriptions.php:256
1861 msgid "Number of queries to skip from start."
1862 msgstr ""
1864 #: libraries/classes/Config/Descriptions.php:258
1865 msgid ""
1866 "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
1867 "only occurs for the current server. Setting this to FALSE makes it easy to "
1868 "forget to log out from other servers when connected to multiple servers."
1869 msgstr ""
1871 #: libraries/classes/Config/Descriptions.php:263
1872 msgid ""
1873 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
1874 "kbd] authentication mode."
1875 msgstr ""
1877 #: libraries/classes/Config/Descriptions.php:267
1878 msgid ""
1879 "Defines how long (in seconds) a login cookie should be stored in browser. "
1880 "The default of 0 means that it will be kept for the existing session only, "
1881 "and will be deleted as soon as you close the browser window. This is "
1882 "recommended for non-trusted environments."
1883 msgstr ""
1885 #: libraries/classes/Config/Descriptions.php:273
1886 msgid "Maximum number of characters used when a SQL query is displayed."
1887 msgstr ""
1889 #: libraries/classes/Config/Descriptions.php:276
1890 msgid ""
1891 "The number of items that can be displayed on each page on the first level of "
1892 "the navigation tree."
1893 msgstr ""
1895 #: libraries/classes/Config/Descriptions.php:279
1896 msgid ""
1897 "The number of items that can be displayed on each page of the navigation "
1898 "tree."
1899 msgstr ""
1901 #: libraries/classes/Config/Descriptions.php:282
1902 msgid ""
1903 "Number of rows displayed when browsing a result set. If the result set "
1904 "contains more rows, \"Previous\" and \"Next\" links will be shown."
1905 msgstr ""
1907 #: libraries/classes/Config/Descriptions.php:287
1908 msgid ""
1909 "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
1910 "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
1911 msgstr ""
1913 #: libraries/classes/Config/Descriptions.php:291
1914 msgid "In the navigation panel, replaces the database tree with a selector"
1915 msgstr ""
1917 #: libraries/classes/Config/Descriptions.php:294
1918 msgid "Link with main panel by highlighting the current database or table."
1919 msgstr ""
1921 #: libraries/classes/Config/Descriptions.php:297
1922 msgid ""
1923 "Open the linked page in the main window ([code]main[/code]) or in a new one "
1924 "([code]new[/code])."
1925 msgstr ""
1927 #: libraries/classes/Config/Descriptions.php:300
1928 msgid ""
1929 "Defines the minimum number of items (tables, views, routines and events) to "
1930 "display a filter box."
1931 msgstr ""
1933 #: libraries/classes/Config/Descriptions.php:303
1934 msgid ""
1935 "Group items in the navigation tree (determined by the separator defined in "
1936 "the Databases and Tables tabs above)."
1937 msgstr ""
1939 #: libraries/classes/Config/Descriptions.php:307
1940 msgid ""
1941 "Whether to offer the possibility of tree expansion in the navigation panel."
1942 msgstr ""
1944 #: libraries/classes/Config/Descriptions.php:310
1945 msgid "Whether to show procedures under database in the navigation tree"
1946 msgstr ""
1948 #: libraries/classes/Config/Descriptions.php:313
1949 msgid "Whether to expand single database in the navigation tree automatically."
1950 msgstr ""
1952 #: libraries/classes/Config/Descriptions.php:315
1953 msgid "Set to 0 to collapse navigation panel."
1954 msgstr ""
1956 #: libraries/classes/Config/Descriptions.php:316
1957 msgid "Show logo in navigation panel."
1958 msgstr ""
1960 #: libraries/classes/Config/Descriptions.php:317
1961 msgid "URL where logo in the navigation panel will point to."
1962 msgstr ""
1964 #: libraries/classes/Config/Descriptions.php:318
1965 msgid "Display server choice at the top of the navigation panel."
1966 msgstr ""
1968 #: libraries/classes/Config/Descriptions.php:319
1969 msgid "String that separates databases into different tree levels."
1970 msgstr ""
1972 #: libraries/classes/Config/Descriptions.php:320
1973 msgid "String that separates tables into different tree levels."
1974 msgstr ""
1976 #: libraries/classes/Config/Descriptions.php:321
1977 msgid "Highlight server under the mouse cursor."
1978 msgstr ""
1980 #: libraries/classes/Config/Descriptions.php:322
1981 msgid "Whether to show tables under database in the navigation tree"
1982 msgstr ""
1984 #: libraries/classes/Config/Descriptions.php:323
1985 msgid "Whether to show views under database in the navigation tree"
1986 msgstr ""
1988 #: libraries/classes/Config/Descriptions.php:324
1989 msgid "Whether to show functions under database in the navigation tree"
1990 msgstr ""
1992 #: libraries/classes/Config/Descriptions.php:325
1993 msgid "Whether to show events under database in the navigation tree"
1994 msgstr ""
1996 #: libraries/classes/Config/Descriptions.php:327
1997 msgid ""
1998 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
1999 "DATETIME and TIMESTAMP, ascending order otherwise."
2000 msgstr ""
2002 #: libraries/classes/Config/Descriptions.php:331
2003 msgid ""
2004 "Disable the default warning that is displayed on the database details "
2005 "Structure page if any of the required tables for the phpMyAdmin "
2006 "configuration storage could not be found."
2007 msgstr ""
2009 #: libraries/classes/Config/Descriptions.php:336
2010 msgid ""
2011 "Disable the default warning that is displayed on the Structure page if "
2012 "column names in a table are reserved MySQL words."
2013 msgstr ""
2015 #: libraries/classes/Config/Descriptions.php:340
2016 msgid ""
2017 "Enable if you want DB-based query history (requires phpMyAdmin configuration "
2018 "storage). If disabled, this utilizes JS-routines to display query history "
2019 "(lost by window close)."
2020 msgstr ""
2022 #: libraries/classes/Config/Descriptions.php:345
2023 msgid ""
2024 "Sets the effective timezone; possibly different than the one from your "
2025 "database server"
2026 msgstr ""
2028 #: libraries/classes/Config/Descriptions.php:348
2029 msgid ""
2030 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
2031 "[kbd]pma__bookmark[/kbd]"
2032 msgstr ""
2034 #: libraries/classes/Config/Descriptions.php:351
2035 msgid ""
2036 "Leave blank for no column comments/media types, suggested: "
2037 "[kbd]pma__column_info[/kbd]."
2038 msgstr ""
2040 #: libraries/classes/Config/Descriptions.php:354
2041 msgid ""
2042 "A special MySQL user configured with limited permissions, more information "
2043 "available on [doc@linked-tables]documentation[/doc]."
2044 msgstr ""
2046 #: libraries/classes/Config/Descriptions.php:358
2047 msgid ""
2048 "An alternate host to hold the configuration storage; leave blank to use the "
2049 "already defined host."
2050 msgstr ""
2052 #: libraries/classes/Config/Descriptions.php:361
2053 msgid ""
2054 "An alternate port to connect to the host that holds the configuration "
2055 "storage; leave blank to use the default port, or the already defined port, "
2056 "if the controlhost equals host."
2057 msgstr ""
2059 #: libraries/classes/Config/Descriptions.php:366
2060 msgid ""
2061 "More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
2062 "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
2063 "com/19588]MySQL Bugs[/a]"
2064 msgstr ""
2066 #: libraries/classes/Config/Descriptions.php:370
2067 msgid ""
2068 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2069 "kbd]."
2070 msgstr ""
2072 #: libraries/classes/Config/Descriptions.php:373
2073 msgid ""
2074 "Limits number of table preferences which are stored in database, the oldest "
2075 "records are automatically removed."
2076 msgstr ""
2078 #: libraries/classes/Config/Descriptions.php:377
2079 msgid ""
2080 "Leave blank for no QBE saved searches support, suggested: "
2081 "[kbd]pma__savedsearches[/kbd]."
2082 msgstr ""
2084 #: libraries/classes/Config/Descriptions.php:380
2085 msgid ""
2086 "Leave blank for no export template support, suggested: "
2087 "[kbd]pma__export_templates[/kbd]."
2088 msgstr ""
2090 #: libraries/classes/Config/Descriptions.php:383
2091 msgid ""
2092 "Leave blank for no central columns support, suggested: "
2093 "[kbd]pma__central_columns[/kbd]."
2094 msgstr ""
2096 #: libraries/classes/Config/Descriptions.php:386
2097 msgid ""
2098 "You can use MySQL wildcard characters (% and _), escape them if you want to "
2099 "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
2100 "[kbd]'my_db'[/kbd]."
2101 msgstr ""
2103 #: libraries/classes/Config/Descriptions.php:391
2104 msgid ""
2105 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2106 msgstr ""
2108 #: libraries/classes/Config/Descriptions.php:394
2109 msgid ""
2110 "Database used for relations, bookmarks, and PDF features. See [doc@linked-"
2111 "tables]pmadb[/doc] for complete information. Leave blank for no support. "
2112 "Suggested: [kbd]phpmyadmin[/kbd]."
2113 msgstr ""
2115 #: libraries/classes/Config/Descriptions.php:399
2116 msgid ""
2117 "Leave blank for no \"persistent\" recently used tables across sessions, "
2118 "suggested: [kbd]pma__recent[/kbd]."
2119 msgstr ""
2121 #: libraries/classes/Config/Descriptions.php:403
2122 msgid ""
2123 "Leave blank for no \"persistent\" favorite tables across sessions, "
2124 "suggested: [kbd]pma__favorite[/kbd]."
2125 msgstr ""
2127 #: libraries/classes/Config/Descriptions.php:407
2128 msgid ""
2129 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2130 "[kbd]pma__relation[/kbd]."
2131 msgstr ""
2133 #: libraries/classes/Config/Descriptions.php:412
2134 msgid ""
2135 "See [doc@authentication-modes]authentication types[/doc] for an example."
2136 msgstr ""
2138 #: libraries/classes/Config/Descriptions.php:415
2139 msgid ""
2140 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2141 "kbd]."
2142 msgstr ""
2144 #: libraries/classes/Config/Descriptions.php:418
2145 msgid ""
2146 "Table to describe the display columns, leave blank for no support; "
2147 "suggested: [kbd]pma__table_info[/kbd]."
2148 msgstr ""
2150 #: libraries/classes/Config/Descriptions.php:422
2151 msgid ""
2152 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2153 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2154 msgstr ""
2156 #: libraries/classes/Config/Descriptions.php:426
2157 msgid ""
2158 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2159 "the log when creating a database."
2160 msgstr ""
2162 #: libraries/classes/Config/Descriptions.php:430
2163 msgid ""
2164 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2165 "log when creating a table."
2166 msgstr ""
2168 #: libraries/classes/Config/Descriptions.php:434
2169 msgid ""
2170 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2171 "log when creating a view."
2172 msgstr ""
2174 #: libraries/classes/Config/Descriptions.php:438
2175 msgid "Defines the list of statements the auto-creation uses for new versions."
2176 msgstr ""
2178 #: libraries/classes/Config/Descriptions.php:441
2179 msgid ""
2180 "Leave blank for no SQL query tracking support, suggested: "
2181 "[kbd]pma__tracking[/kbd]."
2182 msgstr ""
2184 #: libraries/classes/Config/Descriptions.php:444
2185 msgid ""
2186 "Whether the tracking mechanism creates versions for tables and views "
2187 "automatically."
2188 msgstr ""
2190 #: libraries/classes/Config/Descriptions.php:447
2191 msgid ""
2192 "Leave blank for no user preferences storage in database, suggested: "
2193 "[kbd]pma__userconfig[/kbd]."
2194 msgstr ""
2196 #: libraries/classes/Config/Descriptions.php:450
2197 msgid ""
2198 "Both this table and the user groups table are required to enable the "
2199 "configurable menus feature; leaving either one of them blank will disable "
2200 "this feature, suggested: [kbd]pma__users[/kbd]."
2201 msgstr ""
2203 #: libraries/classes/Config/Descriptions.php:455
2204 msgid ""
2205 "Both this table and the users table are required to enable the configurable "
2206 "menus feature; leaving either one of them blank will disable this feature, "
2207 "suggested: [kbd]pma__usergroups[/kbd]."
2208 msgstr ""
2210 #: libraries/classes/Config/Descriptions.php:460
2211 msgid ""
2212 "Leave blank to disable the feature to hide and show navigation items, "
2213 "suggested: [kbd]pma__navigationhiding[/kbd]."
2214 msgstr ""
2216 #: libraries/classes/Config/Descriptions.php:464
2217 msgid ""
2218 "A user-friendly description of this server. Leave blank to display the "
2219 "hostname instead."
2220 msgstr ""
2222 #: libraries/classes/Config/Descriptions.php:466
2223 msgid "Leave blank if not used."
2224 msgstr ""
2226 #: libraries/classes/Config/Descriptions.php:467
2227 msgid "Leave blank for defaults."
2228 msgstr ""
2230 #: libraries/classes/Config/Descriptions.php:468
2231 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2232 msgstr ""
2234 #: libraries/classes/Config/Descriptions.php:469
2235 msgid "Authentication method to use."
2236 msgstr ""
2238 #: libraries/classes/Config/Descriptions.php:470
2239 msgid "Compress connection to MySQL server."
2240 msgstr ""
2242 #: libraries/classes/Config/Descriptions.php:471
2243 msgid "Hide databases matching regular expression (PCRE)."
2244 msgstr ""
2246 #: libraries/classes/Config/Descriptions.php:472
2247 msgid "Hostname where MySQL server is running."
2248 msgstr ""
2250 #: libraries/classes/Config/Descriptions.php:473
2251 #: libraries/classes/Config/Descriptions.php:477
2252 msgid "Leave empty if not using config auth."
2253 msgstr ""
2255 #: libraries/classes/Config/Descriptions.php:474
2256 msgid "Port on which MySQL server is listening, leave empty for default."
2257 msgstr ""
2259 #: libraries/classes/Config/Descriptions.php:475
2260 msgid "Socket on which MySQL server is listening, leave empty for default."
2261 msgstr ""
2263 #: libraries/classes/Config/Descriptions.php:476
2264 msgid "Enable SSL for connection to MySQL server."
2265 msgstr ""
2267 #: libraries/classes/Config/Descriptions.php:479
2268 msgid ""
2269 "Please note that enabling this has no effect with [kbd]config[/kbd] "
2270 "authentication mode because the password is hard coded in the configuration "
2271 "file; this does not limit the ability to execute the same command directly."
2272 msgstr ""
2274 #: libraries/classes/Config/Descriptions.php:484
2275 msgid "Show or hide a column displaying the Creation timestamp for all tables."
2276 msgstr ""
2278 #: libraries/classes/Config/Descriptions.php:487
2279 msgid ""
2280 "Show or hide a column displaying the Last update timestamp for all tables."
2281 msgstr ""
2283 #: libraries/classes/Config/Descriptions.php:490
2284 msgid ""
2285 "Show or hide a column displaying the Last check timestamp for all tables."
2286 msgstr ""
2288 #: libraries/classes/Config/Descriptions.php:493
2289 msgid ""
2290 "Defines whether or not type fields should be initially displayed in edit/"
2291 "insert mode."
2292 msgstr ""
2294 #: libraries/classes/Config/Descriptions.php:496
2295 msgid ""
2296 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2297 "[/a] output."
2298 msgstr ""
2300 #: libraries/classes/Config/Descriptions.php:498
2301 msgid "Whether a user should be displayed a \"show all (rows)\" button."
2302 msgstr ""
2304 #: libraries/classes/Config/Descriptions.php:499
2305 msgid "Show or hide a column displaying the comments for all tables."
2306 msgstr ""
2308 #: libraries/classes/Config/Descriptions.php:500
2309 msgid "Show or hide a column displaying the charset for all tables."
2310 msgstr ""
2312 #: libraries/classes/Config/Descriptions.php:501
2313 msgid "Display the function fields in edit/insert mode."
2314 msgstr ""
2316 #: libraries/classes/Config/Descriptions.php:502
2317 msgid "Whether to show hint or not."
2318 msgstr ""
2320 #: libraries/classes/Config/Descriptions.php:503
2321 msgid ""
2322 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2323 msgstr ""
2325 #: libraries/classes/Config/Descriptions.php:504
2326 msgid "Allow to display database and table statistics (e.g. space usage)."
2327 msgstr ""
2329 #: libraries/classes/Config/Descriptions.php:506
2330 msgid ""
2331 "Mark used tables and make it possible to show databases with locked tables."
2332 msgstr ""
2334 #: libraries/classes/Config/Descriptions.php:509
2335 msgid ""
2336 "Disable the default warning that is displayed on the main page if Suhosin is "
2337 "detected."
2338 msgstr ""
2340 #: libraries/classes/Config/Descriptions.php:512
2341 msgid ""
2342 "Disable the default warning that is displayed on the main page if the value "
2343 "of the PHP setting session.gc_maxlifetime is less than the value of "
2344 "`LoginCookieValidity`."
2345 msgstr ""
2347 #: libraries/classes/Config/Descriptions.php:517
2348 msgid ""
2349 "Textarea size (columns) in edit mode, this value will be emphasized for SQL "
2350 "query textareas (*2)."
2351 msgstr ""
2353 #: libraries/classes/Config/Descriptions.php:520
2354 msgid ""
2355 "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
2356 "query textareas (*2)."
2357 msgstr ""
2359 #: libraries/classes/Config/Descriptions.php:523
2360 msgid ""
2361 "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
2362 "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
2363 "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
2364 "HTTP_X_FORWARDED_FOR[/kbd]."
2365 msgstr ""
2367 #: libraries/classes/Config/Descriptions.php:529
2368 msgid ""
2369 "When disabled, users cannot set any of the options below, regardless of the "
2370 "checkbox on the right."
2371 msgstr ""
2373 #: libraries/classes/Config/Descriptions.php:532
2374 msgid ""
2375 "The URL of the proxy to be used when retrieving the information about the "
2376 "latest version of phpMyAdmin, or when submitting error reports. You need "
2377 "this if the server where phpMyAdmin is installed does not have direct access "
2378 "to the Internet. The format is: \"hostname:portnumber\"."
2379 msgstr ""
2381 #: libraries/classes/Config/Descriptions.php:538
2382 msgid ""
2383 "The username for authenticating with the proxy. By default, no "
2384 "authentication is performed. If a username is supplied, Basic Authentication "
2385 "will be performed. No other types of authentication are currently supported."
2386 msgstr ""
2388 #: libraries/classes/Config/Descriptions.php:544
2389 msgid ""
2390 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2391 "will be inserted with Shift+Enter."
2392 msgstr ""
2394 #: libraries/classes/Config/Descriptions.php:548
2395 msgid ""
2396 "Enable Zero Configuration mode which lets you set up phpMyAdmin "
2397 "configuration storage tables automatically."
2398 msgstr ""
2400 #: libraries/classes/Config/Descriptions.php:551
2401 msgid "Highlight selected rows."
2402 msgstr ""
2404 #: libraries/classes/Config/Descriptions.php:552
2405 msgid "Highlight row pointed by the mouse cursor."
2406 msgstr ""
2408 #: libraries/classes/Config/Descriptions.php:553
2409 msgid "Number of columns for CHAR/VARCHAR textareas."
2410 msgstr ""
2412 #: libraries/classes/Config/Descriptions.php:554
2413 msgid "Number of rows for CHAR/VARCHAR textareas."
2414 msgstr ""
2416 #: libraries/classes/Config/Descriptions.php:555
2417 msgid ""
2418 "Log SQL queries and their execution time, to be displayed in the console"
2419 msgstr ""
2421 #: libraries/classes/Config/Descriptions.php:556
2422 msgid "Tab that is displayed when entering a database."
2423 msgstr ""
2425 #: libraries/classes/Config/Descriptions.php:557
2426 msgid "Tab that is displayed when entering a server."
2427 msgstr ""
2429 #: libraries/classes/Config/Descriptions.php:558
2430 msgid "Tab that is displayed when entering a table."
2431 msgstr ""
2433 #: libraries/classes/Config/Descriptions.php:559
2434 msgid "Whether the table structure actions should be hidden."
2435 msgstr ""
2437 #: libraries/classes/Config/Descriptions.php:560
2438 msgid "Whether column comments should be shown in table structure view"
2439 msgstr ""
2441 #: libraries/classes/Config/Descriptions.php:561
2442 msgid "Show server listing as a list instead of a drop down."
2443 msgstr ""
2445 #: libraries/classes/Config/Descriptions.php:562
2446 msgid "A dropdown will be used if fewer items are present."
2447 msgstr ""
2449 #: libraries/classes/Config/Descriptions.php:563
2450 msgid "Default value for foreign key checks checkbox for some queries."
2451 msgstr ""
2453 #: libraries/classes/Config/Descriptions.php:564
2454 msgid "Uncheck the checkbox to disable drag and drop import"
2455 msgstr ""
2457 #: libraries/classes/Config/Descriptions.php:565
2458 msgid "How many rows can be inserted at one time."
2459 msgstr ""
2461 #: libraries/classes/Config/Descriptions.php:566
2462 msgid ""
2463 "Maximum number of characters shown in any non-numeric column on browse view."
2464 msgstr ""
2466 #: libraries/classes/Config/Descriptions.php:567
2467 msgid "Define how long (in seconds) a login cookie is valid."
2468 msgstr ""
2470 #: libraries/classes/Config/Descriptions.php:568
2471 msgid "Double size of textarea for LONGTEXT columns."
2472 msgstr ""
2474 #: libraries/classes/Config/Descriptions.php:569
2475 msgid "Maximum number of databases displayed in database list."
2476 msgstr ""
2478 #: libraries/classes/Config/Descriptions.php:570
2479 msgid "Maximum number of tables displayed in table list."
2480 msgstr ""
2482 #: libraries/classes/Config/Descriptions.php:571
2483 msgid "Maximum number of recently used tables; set 0 to disable."
2484 msgstr ""
2486 #: libraries/classes/Config/Descriptions.php:572
2487 msgid "Maximum number of favorite tables; set 0 to disable."
2488 msgstr ""
2490 #: libraries/classes/Config/Descriptions.php:573
2491 msgid "These are Edit, Copy and Delete links."
2492 msgstr ""
2494 #: libraries/classes/Config/Descriptions.php:574
2495 msgid "Whether to show row links even in the absence of a unique key."
2496 msgstr ""
2498 #: libraries/classes/Config/Descriptions.php:575
2499 #: libraries/classes/Config/Descriptions.php:858
2500 msgid "Disable shortcut keys"
2501 msgstr ""
2503 #: libraries/classes/Config/Descriptions.php:576
2504 msgid "Use natural order for sorting table and database names."
2505 msgstr ""
2507 #: libraries/classes/Config/Descriptions.php:577
2508 #: libraries/classes/Config/Descriptions.php:580
2509 #: libraries/classes/Config/Descriptions.php:581
2510 msgid "Use only icons, only text or both."
2511 msgstr ""
2513 #: libraries/classes/Config/Descriptions.php:578
2514 msgid "Use GZip output buffering for increased speed in HTTP transfers."
2515 msgstr ""
2517 #: libraries/classes/Config/Descriptions.php:579
2518 msgid "Use persistent connections to MySQL databases."
2519 msgstr ""
2521 #: libraries/classes/Config/Descriptions.php:582
2522 msgid "Disallow BLOB and BINARY columns from editing."
2523 msgstr ""
2525 #: libraries/classes/Config/Descriptions.php:583
2526 msgid "How many queries are kept in history."
2527 msgstr ""
2529 #: libraries/classes/Config/Descriptions.php:584
2530 msgid "Select which functions will be used for character set conversion."
2531 msgstr ""
2533 #: libraries/classes/Config/Descriptions.php:585
2534 msgid "When browsing tables, the sorting of each table is remembered."
2535 msgstr ""
2537 #: libraries/classes/Config/Descriptions.php:586
2538 msgid "Default sort order for tables with a primary key."
2539 msgstr ""
2541 #: libraries/classes/Config/Descriptions.php:587
2542 msgid ""
2543 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2544 msgstr ""
2546 #: libraries/classes/Config/Descriptions.php:588
2547 msgid "For display Options"
2548 msgstr ""
2550 #: libraries/classes/Config/Descriptions.php:589
2551 msgid "Directory where exports can be saved on server."
2552 msgstr ""
2554 #: libraries/classes/Config/Descriptions.php:590
2555 msgid ""
2556 "Defines whether the query box should stay on-screen after its submission."
2557 msgstr ""
2559 #: libraries/classes/Config/Descriptions.php:591
2560 msgid "Title of browser window when a database is selected."
2561 msgstr ""
2563 #: libraries/classes/Config/Descriptions.php:592
2564 msgid "Title of browser window when nothing is selected."
2565 msgstr ""
2567 #: libraries/classes/Config/Descriptions.php:593
2568 msgid "Title of browser window when a server is selected."
2569 msgstr ""
2571 #: libraries/classes/Config/Descriptions.php:594
2572 msgid "Title of browser window when a table is selected."
2573 msgstr ""
2575 #: libraries/classes/Config/Descriptions.php:595
2576 msgid "Directory on server where you can upload files for import."
2577 msgstr ""
2579 #: libraries/classes/Config/Descriptions.php:596
2580 msgid "Allow for searching inside the entire database."
2581 msgstr ""
2583 #: libraries/classes/Config/Descriptions.php:597
2584 msgid "Enables check for latest version on main phpMyAdmin page."
2585 msgstr ""
2587 #: libraries/classes/Config/Descriptions.php:598
2588 msgid "The password for authenticating with the proxy."
2589 msgstr ""
2591 #: libraries/classes/Config/Descriptions.php:599
2592 msgid "Enable ZIP compression for import and export operations."
2593 msgstr ""
2595 #: libraries/classes/Config/Descriptions.php:600
2596 msgid "Choose the default action when sending error reports."
2597 msgstr ""
2599 #: libraries/classes/Config/Descriptions.php:617
2600 msgid "Allow login to any MySQL server"
2601 msgstr ""
2603 #: libraries/classes/Config/Descriptions.php:618
2604 msgid "Restrict login to MySQL server"
2605 msgstr ""
2607 #: libraries/classes/Config/Descriptions.php:619
2608 msgid "Allow third party framing"
2609 msgstr ""
2611 #: libraries/classes/Config/Descriptions.php:620
2612 msgid "Show \"Drop database\" link to normal users"
2613 msgstr ""
2615 #: libraries/classes/Config/Descriptions.php:621
2616 msgid "Blowfish secret"
2617 msgstr ""
2619 #: libraries/classes/Config/Descriptions.php:622
2620 msgid "Row marker"
2621 msgstr ""
2623 #: libraries/classes/Config/Descriptions.php:623
2624 msgid "Highlight pointer"
2625 msgstr ""
2627 #: libraries/classes/Config/Descriptions.php:624
2628 msgid "Bzip2"
2629 msgstr ""
2631 #: libraries/classes/Config/Descriptions.php:625
2632 msgid "CHAR columns editing"
2633 msgstr ""
2635 #: libraries/classes/Config/Descriptions.php:626
2636 msgid "Enable CodeMirror"
2637 msgstr ""
2639 #: libraries/classes/Config/Descriptions.php:627
2640 msgid "Enable linter"
2641 msgstr ""
2643 #: libraries/classes/Config/Descriptions.php:628
2644 msgid "Minimum size for input field"
2645 msgstr ""
2647 #: libraries/classes/Config/Descriptions.php:629
2648 msgid "Maximum size for input field"
2649 msgstr ""
2651 #: libraries/classes/Config/Descriptions.php:630
2652 msgid "CHAR textarea columns"
2653 msgstr ""
2655 #: libraries/classes/Config/Descriptions.php:631
2656 msgid "CHAR textarea rows"
2657 msgstr ""
2659 #: libraries/classes/Config/Descriptions.php:632
2660 msgid "Check config file permissions"
2661 msgstr ""
2663 #: libraries/classes/Config/Descriptions.php:633
2664 msgid "Compress on the fly"
2665 msgstr ""
2667 #: libraries/classes/Config/Descriptions.php:634
2668 msgid "Confirm DROP queries"
2669 msgstr ""
2671 #: libraries/classes/Config/Descriptions.php:635
2672 #: templates/console/display.twig:23 templates/console/display.twig:76
2673 msgid "Debug SQL"
2674 msgstr ""
2676 #: libraries/classes/Config/Descriptions.php:636
2677 #: libraries/classes/Plugins/Schema/SchemaDia.php:66
2678 #: libraries/classes/Plugins/Schema/SchemaPdf.php:76
2679 msgid "Paper size"
2680 msgstr ""
2682 #: libraries/classes/Config/Descriptions.php:637
2683 msgid "Default database tab"
2684 msgstr ""
2686 #: libraries/classes/Config/Descriptions.php:638
2687 msgid "Default server tab"
2688 msgstr ""
2690 #: libraries/classes/Config/Descriptions.php:639
2691 msgid "Default table tab"
2692 msgstr ""
2694 #: libraries/classes/Config/Descriptions.php:640
2695 msgid "Enable autocomplete for table and column names"
2696 msgstr ""
2698 #: libraries/classes/Config/Descriptions.php:641
2699 msgid "Show column comments"
2700 msgstr ""
2702 #: libraries/classes/Config/Descriptions.php:642
2703 msgid "Hide table structure actions"
2704 msgstr ""
2706 #: libraries/classes/Config/Descriptions.php:643
2707 msgid "Default transformations for Hex"
2708 msgstr ""
2710 #: libraries/classes/Config/Descriptions.php:644
2711 msgid "Default transformations for Substring"
2712 msgstr ""
2714 #: libraries/classes/Config/Descriptions.php:645
2715 msgid "Default transformations for Bool2Text"
2716 msgstr ""
2718 #: libraries/classes/Config/Descriptions.php:646
2719 msgid "Default transformations for External"
2720 msgstr ""
2722 #: libraries/classes/Config/Descriptions.php:647
2723 msgid "Default transformations for PreApPend"
2724 msgstr ""
2726 #: libraries/classes/Config/Descriptions.php:648
2727 msgid "Default transformations for DateFormat"
2728 msgstr ""
2730 #: libraries/classes/Config/Descriptions.php:649
2731 msgid "Default transformations for Inline"
2732 msgstr ""
2734 #: libraries/classes/Config/Descriptions.php:650
2735 msgid "Default transformations for TextImageLink"
2736 msgstr ""
2738 #: libraries/classes/Config/Descriptions.php:651
2739 msgid "Default transformations for TextLink"
2740 msgstr ""
2742 #: libraries/classes/Config/Descriptions.php:652
2743 msgid "Display servers as a list"
2744 msgstr ""
2746 #: libraries/classes/Config/Descriptions.php:653
2747 msgid "Disable multi table maintenance"
2748 msgstr ""
2750 #: libraries/classes/Config/Descriptions.php:654
2751 msgid "Maximum execution time"
2752 msgstr ""
2754 #: libraries/classes/Config/Descriptions.php:655
2755 msgid "Use [code]LOCK TABLES[/code] statement"
2756 msgstr ""
2758 #: libraries/classes/Config/Descriptions.php:656
2759 msgid "Save as file"
2760 msgstr ""
2762 #: libraries/classes/Config/Descriptions.php:657
2763 #: libraries/classes/Config/Descriptions.php:792
2764 msgid "Character set of the file"
2765 msgstr ""
2767 #: libraries/classes/Config/Descriptions.php:658
2768 #: libraries/classes/Config/Descriptions.php:674 templates/import.twig:165
2769 #: templates/import.twig:167 templates/sql/query.twig:40
2770 #: templates/table/structure/display_table_stats.twig:84
2771 msgid "Format"
2772 msgstr ""
2774 #: libraries/classes/Config/Descriptions.php:659
2775 msgid "Compression"
2776 msgstr ""
2778 #: libraries/classes/Config/Descriptions.php:660
2779 #: libraries/classes/Config/Descriptions.php:667
2780 #: libraries/classes/Config/Descriptions.php:675
2781 #: libraries/classes/Config/Descriptions.php:679
2782 #: libraries/classes/Config/Descriptions.php:692
2783 #: libraries/classes/Config/Descriptions.php:694
2784 #: libraries/classes/Config/Descriptions.php:741
2785 #: libraries/classes/Plugins/Export/ExportCsv.php:87
2786 #: libraries/classes/Plugins/Export/ExportExcel.php:61
2787 #: libraries/classes/Plugins/Export/ExportHtmlword.php:84
2788 #: libraries/classes/Plugins/Export/ExportOds.php:69
2789 #: libraries/classes/Plugins/Export/ExportOdt.php:127
2790 #: libraries/classes/Plugins/Export/ExportTexytext.php:78
2791 msgid "Put columns names in the first row"
2792 msgstr ""
2794 #: libraries/classes/Config/Descriptions.php:661
2795 #: libraries/classes/Config/Descriptions.php:794
2796 #: libraries/classes/Config/Descriptions.php:800
2797 #: libraries/classes/Plugins/Import/ImportCsv.php:683
2798 msgid "Columns enclosed with"
2799 msgstr ""
2801 #: libraries/classes/Config/Descriptions.php:662
2802 #: libraries/classes/Config/Descriptions.php:795
2803 #: libraries/classes/Config/Descriptions.php:801
2804 #: libraries/classes/Plugins/Import/ImportCsv.php:694
2805 msgid "Columns escaped with"
2806 msgstr ""
2808 #: libraries/classes/Config/Descriptions.php:663
2809 #: libraries/classes/Config/Descriptions.php:669
2810 #: libraries/classes/Config/Descriptions.php:676
2811 #: libraries/classes/Config/Descriptions.php:685
2812 #: libraries/classes/Config/Descriptions.php:693
2813 #: libraries/classes/Config/Descriptions.php:697
2814 #: libraries/classes/Config/Descriptions.php:742
2815 msgid "Replace NULL with"
2816 msgstr ""
2818 #: libraries/classes/Config/Descriptions.php:664
2819 #: libraries/classes/Config/Descriptions.php:670
2820 msgid "Remove CRLF characters within columns"
2821 msgstr ""
2823 #: libraries/classes/Config/Descriptions.php:665
2824 #: libraries/classes/Config/Descriptions.php:798
2825 #: libraries/classes/Config/Descriptions.php:805
2826 #: libraries/classes/Plugins/Import/ImportCsv.php:668
2827 msgid "Columns terminated with"
2828 msgstr ""
2830 #: libraries/classes/Config/Descriptions.php:666
2831 #: libraries/classes/Config/Descriptions.php:793
2832 #: libraries/classes/Plugins/Import/ImportCsv.php:701
2833 msgid "Lines terminated with"
2834 msgstr ""
2836 #: libraries/classes/Config/Descriptions.php:668
2837 msgid "Excel edition"
2838 msgstr ""
2840 #: libraries/classes/Config/Descriptions.php:671
2841 msgid "Database name template"
2842 msgstr ""
2844 #: libraries/classes/Config/Descriptions.php:672
2845 msgid "Server name template"
2846 msgstr ""
2848 #: libraries/classes/Config/Descriptions.php:673
2849 msgid "Table name template"
2850 msgstr ""
2852 #: libraries/classes/Config/Descriptions.php:677
2853 #: libraries/classes/Config/Descriptions.php:690
2854 #: libraries/classes/Config/Descriptions.php:699
2855 #: libraries/classes/Config/Descriptions.php:737
2856 #: libraries/classes/Config/Descriptions.php:743
2857 #: libraries/classes/Plugins/Export/ExportHtmlword.php:55
2858 #: libraries/classes/Plugins/Export/ExportLatex.php:88
2859 #: libraries/classes/Plugins/Export/ExportMediawiki.php:55
2860 #: libraries/classes/Plugins/Export/ExportMediawiki.php:61
2861 #: libraries/classes/Plugins/Export/ExportOdt.php:69
2862 #: libraries/classes/Plugins/Export/ExportPdf.php:86
2863 #: libraries/classes/Plugins/Export/ExportSql.php:237
2864 #: libraries/classes/Plugins/Export/ExportTexytext.php:54
2865 msgid "Dump table"
2866 msgstr ""
2868 #: libraries/classes/Config/Descriptions.php:678
2869 #: libraries/classes/Plugins/Export/ExportLatex.php:79
2870 msgid "Include table caption"
2871 msgstr ""
2873 #: libraries/classes/Config/Descriptions.php:680
2874 #: libraries/classes/Config/Descriptions.php:695
2875 #: libraries/classes/Config/Descriptions.php:731
2876 #: libraries/classes/Plugins/Export/ExportHtmlword.php:384
2877 #: libraries/classes/Plugins/Export/ExportLatex.php:531
2878 #: libraries/classes/Plugins/Export/ExportOdt.php:488
2879 #: libraries/classes/Plugins/Export/ExportTexytext.php:386
2880 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:543
2881 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:683
2882 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:706
2883 #: templates/columns_definitions/table_fields_definitions.twig:54
2884 #: templates/database/data_dictionary/index.twig:29
2885 #: templates/table/structure/display_structure.twig:28
2886 msgid "Comments"
2887 msgstr "ኮሜንት"
2889 #: libraries/classes/Config/Descriptions.php:681
2890 #: libraries/classes/Config/Descriptions.php:687
2891 msgid "Table caption"
2892 msgstr ""
2894 #: libraries/classes/Config/Descriptions.php:682
2895 #: libraries/classes/Config/Descriptions.php:688
2896 msgid "Continued table caption"
2897 msgstr ""
2899 #: libraries/classes/Config/Descriptions.php:683
2900 #: libraries/classes/Config/Descriptions.php:689
2901 msgid "Label key"
2902 msgstr ""
2904 #: libraries/classes/Config/Descriptions.php:684
2905 #: libraries/classes/Config/Descriptions.php:696
2906 #: libraries/classes/Config/Descriptions.php:734
2907 #: libraries/classes/Plugins/Export/ExportHtmlword.php:391
2908 #: libraries/classes/Plugins/Export/ExportOdt.php:495
2909 #: libraries/classes/Plugins/Export/ExportTexytext.php:391
2910 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:551
2911 #: templates/columns_definitions/table_fields_definitions.twig:71
2912 #: templates/database/data_dictionary/index.twig:31
2913 #, fuzzy
2914 #| msgid "Bad type!"
2915 msgid "Media type"
2916 msgstr "የማይረባ ዓይነት!"
2918 #: libraries/classes/Config/Descriptions.php:686
2919 #: libraries/classes/Config/Descriptions.php:698
2920 #: libraries/classes/Config/Descriptions.php:736
2921 msgid "Relationships"
2922 msgstr ""
2924 #: libraries/classes/Config/Descriptions.php:691
2925 msgid "Export method"
2926 msgstr ""
2928 #: libraries/classes/Config/Descriptions.php:700
2929 #: libraries/classes/Config/Descriptions.php:703
2930 msgid "Save on server"
2931 msgstr ""
2933 #: libraries/classes/Config/Descriptions.php:701
2934 #: libraries/classes/Config/Descriptions.php:704 templates/export.twig:182
2935 #: templates/export.twig:377
2936 msgid "Overwrite existing file(s)"
2937 msgstr ""
2939 #: libraries/classes/Config/Descriptions.php:702
2940 msgid "Export as separate files"
2941 msgstr ""
2943 #: libraries/classes/Config/Descriptions.php:705
2944 msgid "Remember filename template"
2945 msgstr ""
2947 #: libraries/classes/Config/Descriptions.php:706
2948 msgid "Remove DEFINER clause from definitions"
2949 msgstr ""
2951 #: libraries/classes/Config/Descriptions.php:707
2952 #: templates/database/operations/index.twig:160
2953 #: templates/table/operations/index.twig:72
2954 #: templates/table/operations/index.twig:300
2955 msgid "Add AUTO_INCREMENT value"
2956 msgstr ""
2958 #: libraries/classes/Config/Descriptions.php:708
2959 msgid "Enclose table and column names with backquotes"
2960 msgstr ""
2962 #: libraries/classes/Config/Descriptions.php:709
2963 #: libraries/classes/Config/Descriptions.php:811
2964 msgid "SQL compatibility mode"
2965 msgstr ""
2967 #: libraries/classes/Config/Descriptions.php:710
2968 msgid "Creation/Update/Check dates"
2969 msgstr ""
2971 #: libraries/classes/Config/Descriptions.php:711
2972 msgid "Use delayed inserts"
2973 msgstr ""
2975 #: libraries/classes/Config/Descriptions.php:712
2976 #: libraries/classes/Plugins/Export/ExportSql.php:183
2977 msgid "Disable foreign key checks"
2978 msgstr ""
2980 #: libraries/classes/Config/Descriptions.php:713
2981 #: libraries/classes/Plugins/Export/ExportSql.php:197
2982 msgid "Export views as tables"
2983 msgstr ""
2985 #: libraries/classes/Config/Descriptions.php:714
2986 msgid "Export related metadata from phpMyAdmin configuration storage"
2987 msgstr ""
2989 #: libraries/classes/Config/Descriptions.php:715
2990 #: libraries/classes/Config/Descriptions.php:716
2991 #: libraries/classes/Config/Descriptions.php:718
2992 #: libraries/classes/Config/Descriptions.php:721
2993 #: libraries/classes/Config/Descriptions.php:722
2994 #: libraries/classes/Config/Descriptions.php:723
2995 #: libraries/classes/Config/Descriptions.php:735
2996 #: templates/database/operations/index.twig:155
2997 #: templates/table/operations/index.twig:295
2998 #, php-format
2999 msgid "Add %s"
3000 msgstr ""
3002 #: libraries/classes/Config/Descriptions.php:724
3003 msgid "Use hexadecimal for BINARY & BLOB"
3004 msgstr ""
3006 #: libraries/classes/Config/Descriptions.php:726
3007 msgid ""
3008 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
3009 "creation)"
3010 msgstr ""
3012 #: libraries/classes/Config/Descriptions.php:729
3013 #: libraries/classes/Plugins/Export/ExportSql.php:351
3014 #, php-format
3015 msgid "%s view"
3016 msgstr ""
3018 #: libraries/classes/Config/Descriptions.php:730
3019 msgid "Use ignore inserts"
3020 msgstr ""
3022 #: libraries/classes/Config/Descriptions.php:732
3023 msgid "Syntax to use when inserting data"
3024 msgstr ""
3026 #: libraries/classes/Config/Descriptions.php:733
3027 #: libraries/classes/Plugins/Export/ExportSql.php:488
3028 msgid "Maximal length of created query"
3029 msgstr ""
3031 #: libraries/classes/Config/Descriptions.php:738
3032 msgid "Export type"
3033 msgstr ""
3035 #: libraries/classes/Config/Descriptions.php:739
3036 #: libraries/classes/Plugins/Export/ExportSql.php:169
3037 msgid "Enclose export in a transaction"
3038 msgstr ""
3040 #: libraries/classes/Config/Descriptions.php:740
3041 msgid "Export time in UTC"
3042 msgstr ""
3044 #: libraries/classes/Config/Descriptions.php:744
3045 msgid "Foreign key dropdown order"
3046 msgstr ""
3048 #: libraries/classes/Config/Descriptions.php:745
3049 msgid "Foreign key limit"
3050 msgstr ""
3052 #: libraries/classes/Config/Descriptions.php:746
3053 msgid "Foreign key checks"
3054 msgstr ""
3056 #: libraries/classes/Config/Descriptions.php:747
3057 msgid "First day of calendar"
3058 msgstr ""
3060 #: libraries/classes/Config/Descriptions.php:748
3061 #: libraries/classes/Config/Descriptions.php:759 libraries/classes/Menu.php:478
3062 #: libraries/classes/Util.php:1864 libraries/config.values.php:155
3063 #: templates/navigation/tree/database_select.twig:10
3064 #: templates/server/databases/index.twig:3 templates/server/export/index.twig:7
3065 #: templates/server/export/index.twig:14
3066 #: templates/server/privileges/user_properties.twig:20
3067 msgid "Databases"
3068 msgstr ""
3070 #: libraries/classes/Config/Descriptions.php:749
3071 msgid "Browse mode"
3072 msgstr ""
3074 #: libraries/classes/Config/Descriptions.php:751
3075 #: libraries/classes/Config/Forms/User/ExportForm.php:82
3076 #: libraries/classes/Config/Forms/User/ImportForm.php:35
3077 msgid "CSV"
3078 msgstr ""
3080 #: libraries/classes/Config/Descriptions.php:752
3081 msgid "Developer"
3082 msgstr ""
3084 #: libraries/classes/Config/Descriptions.php:753
3085 msgid "Edit mode"
3086 msgstr ""
3088 #: libraries/classes/Config/Descriptions.php:754
3089 msgid "Export defaults"
3090 msgstr ""
3092 #: libraries/classes/Config/Descriptions.php:755
3093 msgid "General"
3094 msgstr ""
3096 #: libraries/classes/Config/Descriptions.php:756
3097 msgid "Import defaults"
3098 msgstr ""
3100 #: libraries/classes/Config/Descriptions.php:757
3101 msgid "Import / export"
3102 msgstr ""
3104 #: libraries/classes/Config/Descriptions.php:758
3105 msgid "LaTeX"
3106 msgstr ""
3108 #: libraries/classes/Config/Descriptions.php:760
3109 #: libraries/classes/Config/Forms/User/NaviForm.php:68
3110 #: templates/preferences/header.twig:30
3111 msgid "Navigation panel"
3112 msgstr ""
3114 #: libraries/classes/Config/Descriptions.php:761
3115 msgid "Navigation tree"
3116 msgstr ""
3118 #: libraries/classes/Config/Descriptions.php:762
3119 #: templates/server/select/index.twig:9 templates/setup/home/index.twig:34
3120 msgid "Servers"
3121 msgstr ""
3123 #: libraries/classes/Config/Descriptions.php:763
3124 #: libraries/classes/Controllers/Server/DatabasesController.php:309
3125 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
3126 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26
3127 #: libraries/classes/Plugins/Export/ExportXml.php:115
3128 #: libraries/classes/Server/Status/Data.php:159
3129 #: templates/database/export/index.twig:22
3130 #: templates/database/structure/show_create.twig:6
3131 msgid "Tables"
3132 msgstr "ቴብሎች"
3134 #: libraries/classes/Config/Descriptions.php:764
3135 #: libraries/classes/Config/Forms/User/MainForm.php:90
3136 #: templates/preferences/header.twig:36
3137 msgid "Main panel"
3138 msgstr ""
3140 #: libraries/classes/Config/Descriptions.php:765
3141 msgid "Microsoft Office"
3142 msgstr ""
3144 #: libraries/classes/Config/Descriptions.php:767
3145 msgid "Other core settings"
3146 msgstr ""
3148 #: libraries/classes/Config/Descriptions.php:768
3149 msgid "Page titles"
3150 msgstr ""
3152 #: libraries/classes/Config/Descriptions.php:769
3153 msgid "Security"
3154 msgstr ""
3156 #: libraries/classes/Config/Descriptions.php:770
3157 msgid "Basic settings"
3158 msgstr ""
3160 #: libraries/classes/Config/Descriptions.php:771
3161 msgid "Authentication"
3162 msgstr ""
3164 #: libraries/classes/Config/Descriptions.php:772
3165 msgid "Server configuration"
3166 msgstr ""
3168 #: libraries/classes/Config/Descriptions.php:773
3169 msgid "Configuration storage"
3170 msgstr ""
3172 #: libraries/classes/Config/Descriptions.php:774
3173 msgid "Changes tracking"
3174 msgstr ""
3176 #: libraries/classes/Config/Descriptions.php:775 libraries/classes/Menu.php:253
3177 #: libraries/classes/Menu.php:360 libraries/classes/Menu.php:483
3178 #: libraries/classes/Navigation/Nodes/NodeTable.php:306
3179 #: libraries/classes/Util.php:1425 libraries/classes/Util.php:1865
3180 #: libraries/classes/Util.php:1880 libraries/classes/Util.php:1897
3181 #: libraries/config.values.php:62 libraries/config.values.php:76
3182 #: libraries/config.values.php:167 libraries/config.values.php:177
3183 msgid "SQL"
3184 msgstr ""
3186 #: libraries/classes/Config/Descriptions.php:776
3187 msgid "SQL Query box"
3188 msgstr ""
3190 #: libraries/classes/Config/Descriptions.php:777
3191 #: libraries/classes/Config/Forms/User/SqlForm.php:48
3192 #: templates/preferences/header.twig:24
3193 msgid "SQL queries"
3194 msgstr ""
3196 #: libraries/classes/Config/Descriptions.php:778
3197 msgid "Startup"
3198 msgstr ""
3200 #: libraries/classes/Config/Descriptions.php:779
3201 msgid "Database structure"
3202 msgstr ""
3204 #: libraries/classes/Config/Descriptions.php:780
3205 #: libraries/classes/Plugins/Export/ExportPdf.php:258
3206 #: templates/table/page_with_secondary_tabs.twig:5
3207 msgid "Table structure"
3208 msgstr ""
3210 #: libraries/classes/Config/Descriptions.php:781
3211 msgid "Tabs"
3212 msgstr ""
3214 #: libraries/classes/Config/Descriptions.php:782
3215 msgid "Display relational schema"
3216 msgstr ""
3218 #: libraries/classes/Config/Descriptions.php:783
3219 msgid "Text fields"
3220 msgstr ""
3222 #: libraries/classes/Config/Descriptions.php:784
3223 msgid "Texy! text"
3224 msgstr ""
3226 #: libraries/classes/Config/Descriptions.php:785
3227 msgid "Warnings"
3228 msgstr ""
3230 #: libraries/classes/Config/Descriptions.php:786
3231 #: templates/console/display.twig:6
3232 msgid "Console"
3233 msgstr ""
3235 #: libraries/classes/Config/Descriptions.php:787
3236 msgid "GZip"
3237 msgstr ""
3239 #: libraries/classes/Config/Descriptions.php:788
3240 msgid "Extra parameters for iconv"
3241 msgstr ""
3243 #: libraries/classes/Config/Descriptions.php:789
3244 msgid "Ignore multiple statement errors"
3245 msgstr ""
3247 #: libraries/classes/Config/Descriptions.php:790
3248 msgid "Enable drag and drop import"
3249 msgstr ""
3251 #: libraries/classes/Config/Descriptions.php:791
3252 msgid "Partial import: allow interrupt"
3253 msgstr ""
3255 #: libraries/classes/Config/Descriptions.php:796
3256 #: libraries/classes/Config/Descriptions.php:802
3257 #: libraries/classes/Plugins/Import/ImportCsv.php:141
3258 #: libraries/classes/Plugins/Import/ImportLdi.php:68
3259 msgid "Do not abort on INSERT error"
3260 msgstr ""
3262 #: libraries/classes/Config/Descriptions.php:797
3263 #: libraries/classes/Config/Descriptions.php:804
3264 msgid "Add ON DUPLICATE KEY UPDATE"
3265 msgstr ""
3267 #: libraries/classes/Config/Descriptions.php:799
3268 msgid "Format of imported file"
3269 msgstr ""
3271 #: libraries/classes/Config/Descriptions.php:803
3272 #: libraries/classes/Plugins/Import/ImportLdi.php:74
3273 msgid "Use LOCAL keyword"
3274 msgstr ""
3276 #: libraries/classes/Config/Descriptions.php:806
3277 msgid "Column names in first row"
3278 msgstr ""
3280 #: libraries/classes/Config/Descriptions.php:807
3281 #: libraries/classes/Plugins/Import/ImportOds.php:74
3282 msgid "Do not import empty rows"
3283 msgstr ""
3285 #: libraries/classes/Config/Descriptions.php:808
3286 msgid "Import currencies ($5.00 to 5.00)"
3287 msgstr ""
3289 #: libraries/classes/Config/Descriptions.php:809
3290 msgid "Import percentages as proper decimals (12.00% to .12)"
3291 msgstr ""
3293 #: libraries/classes/Config/Descriptions.php:810
3294 msgid "Partial import: skip queries"
3295 msgstr ""
3297 #: libraries/classes/Config/Descriptions.php:812
3298 msgid "Do not use AUTO_INCREMENT for zero values"
3299 msgstr ""
3301 #: libraries/classes/Config/Descriptions.php:813
3302 msgid "Read as multibytes"
3303 msgstr ""
3305 #: libraries/classes/Config/Descriptions.php:814
3306 msgid "Initial state for sliders"
3307 msgstr ""
3309 #: libraries/classes/Config/Descriptions.php:815
3310 msgid "Number of inserted rows"
3311 msgstr ""
3313 #: libraries/classes/Config/Descriptions.php:816
3314 msgid "Limit column characters"
3315 msgstr ""
3317 #: libraries/classes/Config/Descriptions.php:817
3318 msgid "Delete all cookies on logout"
3319 msgstr ""
3321 #: libraries/classes/Config/Descriptions.php:818
3322 msgid "Recall user name"
3323 msgstr ""
3325 #: libraries/classes/Config/Descriptions.php:819
3326 msgid "Login cookie store"
3327 msgstr ""
3329 #: libraries/classes/Config/Descriptions.php:820
3330 msgid "Login cookie validity"
3331 msgstr ""
3333 #: libraries/classes/Config/Descriptions.php:821
3334 msgid "Bigger textarea for LONGTEXT"
3335 msgstr ""
3337 #: libraries/classes/Config/Descriptions.php:822
3338 msgid "Maximum displayed SQL length"
3339 msgstr ""
3341 #: libraries/classes/Config/Descriptions.php:823
3342 msgid "Maximum databases"
3343 msgstr ""
3345 #: libraries/classes/Config/Descriptions.php:824
3346 msgid "Maximum items on first level"
3347 msgstr ""
3349 #: libraries/classes/Config/Descriptions.php:825
3350 msgid "Maximum items in branch"
3351 msgstr ""
3353 #: libraries/classes/Config/Descriptions.php:826
3354 msgid "Maximum number of rows to display"
3355 msgstr ""
3357 #: libraries/classes/Config/Descriptions.php:827
3358 msgid "Maximum tables"
3359 msgstr ""
3361 #: libraries/classes/Config/Descriptions.php:828
3362 msgid "Memory limit"
3363 msgstr ""
3365 #: libraries/classes/Config/Descriptions.php:829
3366 msgid "Show databases navigation as tree"
3367 msgstr ""
3369 #: libraries/classes/Config/Descriptions.php:830
3370 msgid "Navigation panel width"
3371 msgstr ""
3373 #: libraries/classes/Config/Descriptions.php:831
3374 #: libraries/classes/Controllers/JavaScriptMessagesController.php:597
3375 #: libraries/classes/Navigation/NavigationTree.php:1354
3376 msgid "Link with main panel"
3377 msgstr ""
3379 #: libraries/classes/Config/Descriptions.php:832
3380 msgid "Display logo"
3381 msgstr ""
3383 #: libraries/classes/Config/Descriptions.php:833
3384 msgid "Logo link URL"
3385 msgstr ""
3387 #: libraries/classes/Config/Descriptions.php:834
3388 msgid "Logo link target"
3389 msgstr ""
3391 #: libraries/classes/Config/Descriptions.php:835
3392 msgid "Display servers selection"
3393 msgstr ""
3395 #: libraries/classes/Config/Descriptions.php:836
3396 msgid "Target for quick access icon"
3397 msgstr ""
3399 #: libraries/classes/Config/Descriptions.php:837
3400 msgid "Target for second quick access icon"
3401 msgstr ""
3403 #: libraries/classes/Config/Descriptions.php:838
3404 msgid "Minimum number of items to display the filter box"
3405 msgstr ""
3407 #: libraries/classes/Config/Descriptions.php:840
3408 msgid "Minimum number of databases to display the database filter box"
3409 msgstr ""
3411 #: libraries/classes/Config/Descriptions.php:842
3412 msgid "Group items in the tree"
3413 msgstr ""
3415 #: libraries/classes/Config/Descriptions.php:843
3416 msgid "Database tree separator"
3417 msgstr ""
3419 #: libraries/classes/Config/Descriptions.php:844
3420 msgid "Table tree separator"
3421 msgstr ""
3423 #: libraries/classes/Config/Descriptions.php:845
3424 msgid "Maximum table tree depth"
3425 msgstr ""
3427 #: libraries/classes/Config/Descriptions.php:846
3428 msgid "Enable highlighting"
3429 msgstr ""
3431 #: libraries/classes/Config/Descriptions.php:847
3432 msgid "Enable navigation tree expansion"
3433 msgstr ""
3435 #: libraries/classes/Config/Descriptions.php:848
3436 msgid "Show tables in tree"
3437 msgstr ""
3439 #: libraries/classes/Config/Descriptions.php:849
3440 msgid "Show views in tree"
3441 msgstr ""
3443 #: libraries/classes/Config/Descriptions.php:850
3444 msgid "Show functions in tree"
3445 msgstr ""
3447 #: libraries/classes/Config/Descriptions.php:851
3448 msgid "Show procedures in tree"
3449 msgstr ""
3451 #: libraries/classes/Config/Descriptions.php:852
3452 msgid "Show events in tree"
3453 msgstr ""
3455 #: libraries/classes/Config/Descriptions.php:853
3456 msgid "Expand single database"
3457 msgstr ""
3459 #: libraries/classes/Config/Descriptions.php:854
3460 msgid "Recently used tables"
3461 msgstr ""
3463 #: libraries/classes/Config/Descriptions.php:855
3464 #: libraries/classes/RecentFavoriteTable.php:245
3465 msgid "Favorite tables"
3466 msgstr ""
3468 #: libraries/classes/Config/Descriptions.php:856
3469 msgid "Where to show the table row links"
3470 msgstr ""
3472 #: libraries/classes/Config/Descriptions.php:857
3473 msgid "Show row links anyway"
3474 msgstr ""
3476 #: libraries/classes/Config/Descriptions.php:859
3477 msgid "Natural order"
3478 msgstr ""
3480 #: libraries/classes/Config/Descriptions.php:860
3481 msgid "Table navigation bar"
3482 msgstr ""
3484 #: libraries/classes/Config/Descriptions.php:861
3485 msgid "GZip output buffering"
3486 msgstr ""
3488 #: libraries/classes/Config/Descriptions.php:862
3489 msgid "Default sorting order"
3490 msgstr ""
3492 #: libraries/classes/Config/Descriptions.php:863
3493 msgid "Persistent connections"
3494 msgstr ""
3496 #: libraries/classes/Config/Descriptions.php:864
3497 msgid "Missing phpMyAdmin configuration storage tables"
3498 msgstr ""
3500 #: libraries/classes/Config/Descriptions.php:865
3501 msgid "MySQL reserved word warning"
3502 msgstr ""
3504 #: libraries/classes/Config/Descriptions.php:866
3505 msgid "How to display the menu tabs"
3506 msgstr ""
3508 #: libraries/classes/Config/Descriptions.php:867
3509 msgid "How to display various action links"
3510 msgstr ""
3512 #: libraries/classes/Config/Descriptions.php:868
3513 msgid "Protect binary columns"
3514 msgstr ""
3516 #: libraries/classes/Config/Descriptions.php:869
3517 msgid "Permanent query history"
3518 msgstr ""
3520 #: libraries/classes/Config/Descriptions.php:870
3521 msgid "Query history length"
3522 msgstr ""
3524 #: libraries/classes/Config/Descriptions.php:871
3525 msgid "Recoding engine"
3526 msgstr ""
3528 #: libraries/classes/Config/Descriptions.php:872
3529 msgid "Remember table's sorting"
3530 msgstr ""
3532 #: libraries/classes/Config/Descriptions.php:873
3533 msgid "Primary key default sort order"
3534 msgstr ""
3536 #: libraries/classes/Config/Descriptions.php:874
3537 msgid "Repeat headers"
3538 msgstr ""
3540 #: libraries/classes/Config/Descriptions.php:875
3541 msgid "Grid editing: trigger action"
3542 msgstr ""
3544 #: libraries/classes/Config/Descriptions.php:876
3545 msgid "Relational display"
3546 msgstr ""
3548 #: libraries/classes/Config/Descriptions.php:877
3549 msgid "Grid editing: save all edited cells at once"
3550 msgstr ""
3552 #: libraries/classes/Config/Descriptions.php:878
3553 msgid "Save directory"
3554 msgstr ""
3556 #: libraries/classes/Config/Descriptions.php:879
3557 msgid "Host authorization order"
3558 msgstr ""
3560 #: libraries/classes/Config/Descriptions.php:880
3561 msgid "Host authorization rules"
3562 msgstr ""
3564 #: libraries/classes/Config/Descriptions.php:881
3565 msgid "Allow logins without a password"
3566 msgstr ""
3568 #: libraries/classes/Config/Descriptions.php:882
3569 msgid "Allow root login"
3570 msgstr ""
3572 #: libraries/classes/Config/Descriptions.php:883
3573 msgid "Session timezone"
3574 msgstr ""
3576 #: libraries/classes/Config/Descriptions.php:884
3577 msgid "HTTP Realm"
3578 msgstr ""
3580 #: libraries/classes/Config/Descriptions.php:885
3581 #: templates/setup/home/index.twig:50
3582 msgid "Authentication type"
3583 msgstr ""
3585 #: libraries/classes/Config/Descriptions.php:886
3586 msgid "Bookmark table"
3587 msgstr ""
3589 #: libraries/classes/Config/Descriptions.php:887
3590 msgid "Column information table"
3591 msgstr ""
3593 #: libraries/classes/Config/Descriptions.php:888
3594 msgid "Compress connection"
3595 msgstr ""
3597 #: libraries/classes/Config/Descriptions.php:889
3598 msgid "Control user password"
3599 msgstr ""
3601 #: libraries/classes/Config/Descriptions.php:890
3602 msgid "Control user"
3603 msgstr ""
3605 #: libraries/classes/Config/Descriptions.php:891
3606 msgid "Control host"
3607 msgstr ""
3609 #: libraries/classes/Config/Descriptions.php:892
3610 msgid "Control port"
3611 msgstr ""
3613 #: libraries/classes/Config/Descriptions.php:893
3614 msgid "Disable use of INFORMATION_SCHEMA"
3615 msgstr ""
3617 #: libraries/classes/Config/Descriptions.php:894
3618 msgid "Hide databases"
3619 msgstr ""
3621 #: libraries/classes/Config/Descriptions.php:895
3622 msgid "SQL query history table"
3623 msgstr ""
3625 #: libraries/classes/Config/Descriptions.php:896
3626 msgid "Server hostname"
3627 msgstr ""
3629 #: libraries/classes/Config/Descriptions.php:897
3630 msgid "Logout URL"
3631 msgstr ""
3633 #: libraries/classes/Config/Descriptions.php:898
3634 msgid "Maximal number of table preferences to store"
3635 msgstr ""
3637 #: libraries/classes/Config/Descriptions.php:899
3638 msgid "QBE saved searches table"
3639 msgstr ""
3641 #: libraries/classes/Config/Descriptions.php:900
3642 msgid "Export templates table"
3643 msgstr ""
3645 #: libraries/classes/Config/Descriptions.php:901
3646 msgid "Central columns table"
3647 msgstr ""
3649 #: libraries/classes/Config/Descriptions.php:902
3650 msgid "Show only listed databases"
3651 msgstr ""
3653 #: libraries/classes/Config/Descriptions.php:903
3654 msgid "Password for config auth"
3655 msgstr ""
3657 #: libraries/classes/Config/Descriptions.php:904
3658 msgid "PDF schema: pages table"
3659 msgstr ""
3661 #: libraries/classes/Config/Descriptions.php:905
3662 #: templates/database/operations/index.twig:122
3663 #: templates/server/databases/index.twig:24
3664 msgid "Database name"
3665 msgstr ""
3667 #: libraries/classes/Config/Descriptions.php:906
3668 msgid "Server port"
3669 msgstr ""
3671 #: libraries/classes/Config/Descriptions.php:907
3672 msgid "Recently used table"
3673 msgstr ""
3675 #: libraries/classes/Config/Descriptions.php:908
3676 msgid "Favorites table"
3677 msgstr ""
3679 #: libraries/classes/Config/Descriptions.php:909
3680 msgid "Relation table"
3681 msgstr ""
3683 #: libraries/classes/Config/Descriptions.php:910
3684 msgid "Signon session name"
3685 msgstr ""
3687 #: libraries/classes/Config/Descriptions.php:911
3688 msgid "Signon URL"
3689 msgstr ""
3691 #: libraries/classes/Config/Descriptions.php:912
3692 msgid "Server socket"
3693 msgstr ""
3695 #: libraries/classes/Config/Descriptions.php:913
3696 msgid "Use SSL"
3697 msgstr ""
3699 #: libraries/classes/Config/Descriptions.php:914
3700 msgid "Designer and PDF schema: table coordinates"
3701 msgstr ""
3703 #: libraries/classes/Config/Descriptions.php:915
3704 msgid "Display columns table"
3705 msgstr ""
3707 #: libraries/classes/Config/Descriptions.php:916
3708 msgid "UI preferences table"
3709 msgstr ""
3711 #: libraries/classes/Config/Descriptions.php:917
3712 msgid "Add DROP DATABASE"
3713 msgstr ""
3715 #: libraries/classes/Config/Descriptions.php:918
3716 #: templates/database/structure/copy_form.twig:34
3717 msgid "Add DROP TABLE"
3718 msgstr ""
3720 #: libraries/classes/Config/Descriptions.php:919
3721 msgid "Add DROP VIEW"
3722 msgstr ""
3724 #: libraries/classes/Config/Descriptions.php:920
3725 msgid "Statements to track"
3726 msgstr ""
3728 #: libraries/classes/Config/Descriptions.php:921
3729 msgid "SQL query tracking table"
3730 msgstr ""
3732 #: libraries/classes/Config/Descriptions.php:922
3733 msgid "Automatically create versions"
3734 msgstr ""
3736 #: libraries/classes/Config/Descriptions.php:923
3737 msgid "User preferences storage table"
3738 msgstr ""
3740 #: libraries/classes/Config/Descriptions.php:924
3741 msgid "Users table"
3742 msgstr ""
3744 #: libraries/classes/Config/Descriptions.php:925
3745 msgid "User groups table"
3746 msgstr ""
3748 #: libraries/classes/Config/Descriptions.php:926
3749 msgid "Hidden navigation items table"
3750 msgstr ""
3752 #: libraries/classes/Config/Descriptions.php:927
3753 msgid "User for config auth"
3754 msgstr ""
3756 #: libraries/classes/Config/Descriptions.php:928
3757 msgid "Verbose name of this server"
3758 msgstr ""
3760 #: libraries/classes/Config/Descriptions.php:929
3761 msgid "Allow to display all the rows"
3762 msgstr ""
3764 #: libraries/classes/Config/Descriptions.php:930
3765 msgid "Show password change form"
3766 msgstr ""
3768 #: libraries/classes/Config/Descriptions.php:931
3769 msgid "Show create database form"
3770 msgstr ""
3772 #: libraries/classes/Config/Descriptions.php:932
3773 msgid "Show table comments"
3774 msgstr ""
3776 #: libraries/classes/Config/Descriptions.php:933
3777 msgid "Show creation timestamp"
3778 msgstr ""
3780 #: libraries/classes/Config/Descriptions.php:934
3781 msgid "Show last update timestamp"
3782 msgstr ""
3784 #: libraries/classes/Config/Descriptions.php:935
3785 msgid "Show last check timestamp"
3786 msgstr ""
3788 #: libraries/classes/Config/Descriptions.php:936
3789 msgid "Show table charset"
3790 msgstr ""
3792 #: libraries/classes/Config/Descriptions.php:937
3793 msgid "Show field types"
3794 msgstr ""
3796 #: libraries/classes/Config/Descriptions.php:938
3797 msgid "Show function fields"
3798 msgstr ""
3800 #: libraries/classes/Config/Descriptions.php:939
3801 msgid "Show hint"
3802 msgstr ""
3804 #: libraries/classes/Config/Descriptions.php:940
3805 msgid "Show phpinfo() link"
3806 msgstr ""
3808 #: libraries/classes/Config/Descriptions.php:941
3809 msgid "Show detailed MySQL server information"
3810 msgstr ""
3812 #: libraries/classes/Config/Descriptions.php:942
3813 msgid "Show SQL queries"
3814 msgstr ""
3816 #: libraries/classes/Config/Descriptions.php:943 templates/sql/query.twig:127
3817 msgid "Retain query box"
3818 msgstr ""
3820 #: libraries/classes/Config/Descriptions.php:944
3821 msgid "Show statistics"
3822 msgstr ""
3824 #: libraries/classes/Config/Descriptions.php:945
3825 msgid "Skip locked tables"
3826 msgstr ""
3828 #: libraries/classes/Config/Descriptions.php:946
3829 #: libraries/classes/ConfigStorage/UserGroups.php:120
3830 #: libraries/classes/Controllers/JavaScriptMessagesController.php:392
3831 #: libraries/classes/Display/Results.php:2766
3832 #: libraries/classes/Html/Generator.php:656
3833 #: libraries/classes/Html/Generator.php:905
3834 #: templates/console/bookmark_content.twig:10 templates/console/display.twig:41
3835 #: templates/console/display.twig:199
3836 #: templates/database/central_columns/main.twig:265
3837 #: templates/database/central_columns/main.twig:376
3838 #: templates/database/central_columns/main.twig:377
3839 #: templates/database/events/index.twig:74
3840 #: templates/database/events/index.twig:77
3841 #: templates/database/events/row.twig:23 templates/database/events/row.twig:26
3842 #: templates/database/routines/row.twig:24
3843 #: templates/database/routines/row.twig:27
3844 #: templates/database/structure/structure_table_row.twig:66
3845 #: templates/database/triggers/row.twig:28
3846 #: templates/database/triggers/row.twig:31
3847 #: templates/display/results/table.twig:302
3848 #: templates/display/results/table.twig:303 templates/indexes.twig:34
3849 #: templates/server/variables/index.twig:41
3850 #: templates/server/variables/index.twig:44 templates/setup/home/index.twig:63
3851 #: templates/table/structure/display_structure.twig:480
3852 msgid "Edit"
3853 msgstr ""
3855 #: libraries/classes/Config/Descriptions.php:947
3856 #: libraries/classes/Html/Generator.php:624
3857 msgid "Explain SQL"
3858 msgstr ""
3860 #: libraries/classes/Config/Descriptions.php:948
3861 #: libraries/classes/Export.php:593 libraries/classes/Html/Generator.php:704
3862 #: templates/console/display.twig:121
3863 #: templates/server/status/processes/index.twig:19
3864 #: templates/server/status/variables/index.twig:42
3865 msgid "Refresh"
3866 msgstr ""
3868 #: libraries/classes/Config/Descriptions.php:949
3869 #: libraries/classes/Html/Generator.php:688
3870 msgid "Create PHP code"
3871 msgstr ""
3873 #: libraries/classes/Config/Descriptions.php:950
3874 msgid "Suhosin warning"
3875 msgstr ""
3877 #: libraries/classes/Config/Descriptions.php:951
3878 msgid "Login cookie validity warning"
3879 msgstr ""
3881 #: libraries/classes/Config/Descriptions.php:952
3882 msgid "Textarea columns"
3883 msgstr ""
3885 #: libraries/classes/Config/Descriptions.php:953
3886 msgid "Textarea rows"
3887 msgstr ""
3889 #: libraries/classes/Config/Descriptions.php:954
3890 #: libraries/classes/Plugins/Export/ExportHtmlword.php:140
3891 #: libraries/classes/Plugins/Export/ExportOdt.php:185
3892 #: libraries/classes/Plugins/Export/ExportTexytext.php:124
3893 #: libraries/classes/Server/Privileges.php:1818
3894 #: libraries/classes/Server/Privileges.php:1820
3895 #: libraries/classes/Server/Status/Processes.php:126
3896 #: templates/console/bookmark_content.twig:12 templates/console/display.twig:48
3897 #: templates/console/display.twig:206 templates/server/databases/index.twig:106
3898 #: templates/server/privileges/edit_routine_privileges.twig:17
3899 #: templates/server/privileges/privileges_table.twig:258
3900 #: templates/server/privileges/user_properties.twig:22
3901 #: templates/server/privileges/user_properties.twig:71
3902 #: templates/table/operations/index.twig:56
3903 #: templates/table/operations/index.twig:62
3904 #: templates/table/operations/index.twig:257
3905 #: templates/table/operations/index.twig:263
3906 #: templates/table/relation/common_form.twig:36
3907 #: templates/table/relation/common_form.twig:175
3908 #: templates/table/relation/foreign_key_row.twig:97
3909 msgid "Database"
3910 msgstr ""
3912 #: libraries/classes/Config/Descriptions.php:955
3913 msgid "Default title"
3914 msgstr ""
3916 #: libraries/classes/Config/Descriptions.php:956
3917 #: templates/server/status/base.twig:6
3918 msgid "Server"
3919 msgstr ""
3921 #: libraries/classes/Config/Descriptions.php:957
3922 #: libraries/classes/Plugins/Export/ExportXml.php:464
3923 #: libraries/classes/Server/Privileges.php:1824
3924 #: libraries/classes/Server/Privileges.php:1826
3925 #: templates/database/structure/show_create.twig:10
3926 #: templates/database/structure/table_header.twig:8
3927 #: templates/database/tracking/tables.twig:13
3928 #: templates/database/tracking/tables.twig:153
3929 #: templates/database/triggers/editor_form.twig:27
3930 #: templates/database/triggers/list.twig:45
3931 #: templates/server/privileges/privileges_table.twig:6
3932 #: templates/server/privileges/privileges_table.twig:260
3933 #: templates/server/privileges/user_properties.twig:37
3934 #: templates/server/privileges/user_properties.twig:82
3935 #: templates/table/maintenance/checksum.twig:12
3936 #: templates/table/operations/index.twig:65
3937 #: templates/table/operations/index.twig:266
3938 #: templates/table/relation/common_form.twig:37
3939 #: templates/table/relation/common_form.twig:182
3940 #: templates/table/relation/foreign_key_row.twig:108
3941 msgid "Table"
3942 msgstr ""
3944 #: libraries/classes/Config/Descriptions.php:958
3945 msgid "List of trusted proxies for IP allow/deny"
3946 msgstr ""
3948 #: libraries/classes/Config/Descriptions.php:959
3949 msgid "Upload directory"
3950 msgstr ""
3952 #: libraries/classes/Config/Descriptions.php:960
3953 msgid "Use database search"
3954 msgstr ""
3956 #: libraries/classes/Config/Descriptions.php:961
3957 msgid "Enable the Developer tab in settings"
3958 msgstr ""
3960 #: libraries/classes/Config/Descriptions.php:962
3961 #: libraries/classes/Setup/Index.php:128 libraries/classes/Setup/Index.php:151
3962 #: libraries/classes/Setup/Index.php:163 libraries/classes/Setup/Index.php:176
3963 #: libraries/classes/Setup/Index.php:185 libraries/classes/Setup/Index.php:193
3964 msgid "Version check"
3965 msgstr ""
3967 #: libraries/classes/Config/Descriptions.php:963
3968 msgid "Proxy URL"
3969 msgstr ""
3971 #: libraries/classes/Config/Descriptions.php:964
3972 msgid "Proxy username"
3973 msgstr ""
3975 #: libraries/classes/Config/Descriptions.php:965
3976 msgid "Proxy password"
3977 msgstr ""
3979 #: libraries/classes/Config/Descriptions.php:966
3980 msgid "ZIP"
3981 msgstr ""
3983 #: libraries/classes/Config/Descriptions.php:967
3984 msgid "URL for reCAPTCHA v2 API"
3985 msgstr ""
3987 #: libraries/classes/Config/Descriptions.php:968
3988 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API"
3989 msgstr ""
3991 #: libraries/classes/Config/Descriptions.php:969
3992 msgid "Request parameter for reCAPTCHA v2 API"
3993 msgstr ""
3995 #: libraries/classes/Config/Descriptions.php:970
3996 msgid "Response parameter for reCAPTCHA v2 API"
3997 msgstr ""
3999 #: libraries/classes/Config/Descriptions.php:971
4000 msgid "Public key for reCAPTCHA"
4001 msgstr ""
4003 #: libraries/classes/Config/Descriptions.php:972
4004 msgid "Private key for reCAPTCHA"
4005 msgstr ""
4007 #: libraries/classes/Config/Descriptions.php:973
4008 msgid "URL for reCAPTCHA siteverify"
4009 msgstr ""
4011 #: libraries/classes/Config/Descriptions.php:974
4012 msgid "Send error reports"
4013 msgstr ""
4015 #: libraries/classes/Config/Descriptions.php:975
4016 msgid "Enter executes queries in console"
4017 msgstr ""
4019 #: libraries/classes/Config/Descriptions.php:976
4020 msgid "Enable Zero Configuration mode"
4021 msgstr ""
4023 #: libraries/classes/Config/Descriptions.php:977
4024 #: templates/console/display.twig:177
4025 msgid "Show query history at start"
4026 msgstr ""
4028 #: libraries/classes/Config/Descriptions.php:978
4029 #: templates/console/display.twig:173
4030 msgid "Always expand query messages"
4031 msgstr ""
4033 #: libraries/classes/Config/Descriptions.php:979
4034 #: templates/console/display.twig:181
4035 msgid "Show current browsing query"
4036 msgstr ""
4038 #: libraries/classes/Config/Descriptions.php:980
4039 msgid "Execute queries on Enter and insert new line with Shift+Enter"
4040 msgstr ""
4042 #: libraries/classes/Config/Descriptions.php:981
4043 #: templates/console/display.twig:189
4044 msgid "Switch to dark theme"
4045 msgstr ""
4047 #: libraries/classes/Config/Descriptions.php:982
4048 msgid "Console height"
4049 msgstr ""
4051 #: libraries/classes/Config/Descriptions.php:983
4052 msgid "Console mode"
4053 msgstr ""
4055 #: libraries/classes/Config/Descriptions.php:984
4056 #: templates/console/display.twig:91
4057 msgid "Group queries"
4058 msgstr ""
4060 #: libraries/classes/Config/Descriptions.php:985
4061 #: templates/sql/profiling_chart.twig:9
4062 msgid "Order"
4063 msgstr ""
4065 #: libraries/classes/Config/Descriptions.php:986
4066 msgid "Order by"
4067 msgstr ""
4069 #: libraries/classes/Config/Descriptions.php:987
4070 msgid "Server connection collation"
4071 msgstr ""
4073 #: libraries/classes/Config/FormDisplay.php:605
4074 #, php-format
4075 msgid "Missing data for %s"
4076 msgstr ""
4078 #: libraries/classes/Config/FormDisplay.php:646
4079 #: libraries/classes/Config/Validator.php:590
4080 #: templates/config/form_display/display.twig:67
4081 msgid "Incorrect value!"
4082 msgstr ""
4084 #: libraries/classes/Config/FormDisplay.php:797
4085 #: libraries/classes/Config/FormDisplay.php:806
4086 msgid "unavailable"
4087 msgstr ""
4089 #: libraries/classes/Config/FormDisplay.php:799
4090 #: libraries/classes/Config/FormDisplay.php:808
4091 #, php-format
4092 msgid "\"%s\" requires %s extension"
4093 msgstr ""
4095 #: libraries/classes/Config/FormDisplay.php:839
4096 #, php-format
4097 msgid "Compressed import will not work due to missing function %s."
4098 msgstr ""
4100 #: libraries/classes/Config/FormDisplay.php:848
4101 #, php-format
4102 msgid "Compressed export will not work due to missing function %s."
4103 msgstr ""
4105 #: libraries/classes/Config/FormDisplay.php:867
4106 #, php-format
4107 msgid "maximum %s"
4108 msgstr ""
4110 #: libraries/classes/Config/Forms/Setup/ServersForm.php:39
4111 msgid "Config authentication"
4112 msgstr ""
4114 #: libraries/classes/Config/Forms/Setup/ServersForm.php:43
4115 msgid "HTTP authentication"
4116 msgstr ""
4118 #: libraries/classes/Config/Forms/Setup/ServersForm.php:46
4119 msgid "Signon authentication"
4120 msgstr ""
4122 #: libraries/classes/Config/Forms/User/ExportForm.php:25
4123 msgid "Quick"
4124 msgstr ""
4126 #: libraries/classes/Config/Forms/User/ExportForm.php:29
4127 msgid "Custom"
4128 msgstr ""
4130 #: libraries/classes/Config/Forms/User/ExportForm.php:55
4131 #: libraries/classes/Config/Forms/User/ExportForm.php:100
4132 #: libraries/classes/Config/Forms/User/ExportForm.php:128
4133 #: libraries/classes/Controllers/JavaScriptMessagesController.php:700
4134 #: libraries/classes/Import.php:1256 libraries/classes/Menu.php:245
4135 #: libraries/classes/Menu.php:355
4136 #: libraries/classes/Navigation/Nodes/NodeColumn.php:42
4137 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:50
4138 #: libraries/classes/Navigation/Nodes/NodeTable.php:297
4139 #: libraries/classes/Util.php:1424 libraries/classes/Util.php:1879
4140 #: libraries/classes/Util.php:1896 libraries/config.values.php:60
4141 #: libraries/config.values.php:74 libraries/config.values.php:165
4142 #: libraries/config.values.php:175
4143 #: templates/columns_definitions/table_fields_definitions.twig:4
4144 #: templates/database/central_columns/edit.twig:3
4145 #: templates/database/export/index.twig:23
4146 #: templates/database/structure/structure_table_row.twig:48
4147 #: templates/server/privileges/privileges_table.twig:357
4148 #: templates/table/tracking/structure_snapshot_columns.twig:1
4149 msgid "Structure"
4150 msgstr ""
4152 #: libraries/classes/Config/Forms/User/ExportForm.php:71
4153 #: libraries/classes/Config/Forms/User/ExportForm.php:108
4154 #: libraries/classes/Config/Forms/User/ExportForm.php:133
4155 #: libraries/classes/Config/Forms/User/ExportForm.php:139
4156 #: libraries/classes/Controllers/Server/DatabasesController.php:319
4157 #: templates/database/export/index.twig:24
4158 #: templates/server/privileges/privileges_table.twig:280
4159 #: templates/table/structure/display_table_stats.twig:17
4160 msgid "Data"
4161 msgstr "ዳታ"
4163 #: libraries/classes/Config/Forms/User/ExportForm.php:91
4164 msgid "CSV for MS Excel"
4165 msgstr ""
4167 #: libraries/classes/Config/Forms/User/ExportForm.php:116
4168 msgid "Microsoft Word 2000"
4169 msgstr ""
4171 #: libraries/classes/Config/Forms/User/ExportForm.php:122
4172 #: libraries/classes/Config/Forms/User/ImportForm.php:52
4173 msgid "OpenDocument Spreadsheet"
4174 msgstr ""
4176 #: libraries/classes/Config/Forms/User/ExportForm.php:126
4177 msgid "OpenDocument Text"
4178 msgstr ""
4180 #: libraries/classes/Config/Forms/User/ExportForm.php:153
4181 #: libraries/classes/Controllers/JavaScriptMessagesController.php:377
4182 #: libraries/classes/Menu.php:275 libraries/classes/Menu.php:380
4183 #: libraries/classes/Menu.php:511 libraries/classes/Server/Privileges.php:1512
4184 #: libraries/classes/Util.php:1868 libraries/classes/Util.php:1883
4185 #: libraries/classes/Util.php:1900 templates/database/events/index.twig:16
4186 #: templates/database/events/index.twig:17
4187 #: templates/database/events/index.twig:86
4188 #: templates/database/events/row.twig:36
4189 #: templates/database/privileges/index.twig:91
4190 #: templates/database/privileges/index.twig:116
4191 #: templates/database/privileges/index.twig:117
4192 #: templates/database/routines/index.twig:16
4193 #: templates/database/routines/index.twig:17
4194 #: templates/database/routines/row.twig:64
4195 #: templates/database/routines/row.twig:67
4196 #: templates/database/structure/check_all_tables.twig:12
4197 #: templates/database/triggers/list.twig:16
4198 #: templates/database/triggers/list.twig:17
4199 #: templates/database/triggers/row.twig:41
4200 #: templates/display/results/table.twig:315
4201 #: templates/display/results/table.twig:316
4202 #: templates/display/results/table.twig:348 templates/export.twig:3
4203 #: templates/export.twig:499 templates/preferences/header.twig:42
4204 #: templates/preferences/manage/main.twig:68
4205 #: templates/server/privileges/new_user_ajax.twig:63
4206 #: templates/server/privileges/users_overview.twig:95
4207 #: templates/server/privileges/users_overview.twig:125
4208 #: templates/server/privileges/users_overview.twig:126
4209 #: templates/server/status/monitor/index.twig:81
4210 #: templates/table/privileges/index.twig:95
4211 #: templates/table/privileges/index.twig:120
4212 #: templates/table/privileges/index.twig:121
4213 msgid "Export"
4214 msgstr ""
4216 #: libraries/classes/Config/Forms/User/FeaturesForm.php:90
4217 #: templates/preferences/header.twig:18
4218 msgid "Features"
4219 msgstr ""
4221 #: libraries/classes/Config/Forms/User/ImportForm.php:43
4222 msgid "CSV using LOAD DATA"
4223 msgstr ""
4225 #: libraries/classes/Config/Forms/User/ImportForm.php:67
4226 #: libraries/classes/Controllers/JavaScriptMessagesController.php:314
4227 #: libraries/classes/Menu.php:284 libraries/classes/Menu.php:390
4228 #: libraries/classes/Menu.php:516 libraries/classes/Util.php:1869
4229 #: libraries/classes/Util.php:1884 libraries/classes/Util.php:1901
4230 #: templates/import.twig:3 templates/import.twig:199
4231 #: templates/preferences/header.twig:48
4232 #: templates/preferences/manage/main.twig:11
4233 #: templates/server/status/monitor/index.twig:78
4234 msgid "Import"
4235 msgstr ""
4237 #: libraries/classes/Config/Forms/User/MainForm.php:37
4238 msgid "Default transformations"
4239 msgstr ""
4241 #: libraries/classes/Config/PageSettings.php:133
4242 msgid "Cannot save settings, submitted configuration form contains errors!"
4243 msgstr ""
4245 #: libraries/classes/Config.php:644
4246 #, php-format
4247 msgid "Existing configuration file (%s) is not readable."
4248 msgstr ""
4250 #: libraries/classes/Config.php:682
4251 msgid "Wrong permissions on configuration file, should not be world writable!"
4252 msgstr ""
4254 #: libraries/classes/Config.php:697
4255 msgid "Failed to read configuration file!"
4256 msgstr ""
4258 #: libraries/classes/Config.php:699
4259 msgid ""
4260 "This usually means there is a syntax error in it, please check any errors "
4261 "shown below."
4262 msgstr ""
4264 #: libraries/classes/Config.php:1224
4265 #, php-format
4266 msgid "Invalid server index: %s"
4267 msgstr ""
4269 #: libraries/classes/Config.php:1237
4270 #, php-format
4271 msgid "Server %d"
4272 msgstr ""
4274 #: libraries/classes/Config/ServerConfigChecks.php:67
4275 #, php-format
4276 msgid ""
4277 "This %soption%s should be disabled as it allows attackers to bruteforce "
4278 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4279 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4280 "protection with trusted proxies list may not be reliable if your IP belongs "
4281 "to an ISP where thousands of users, including you, are connected to."
4282 msgstr ""
4284 #: libraries/classes/Config/ServerConfigChecks.php:92
4285 msgid ""
4286 "This value should be double checked to ensure that this directory is neither "
4287 "world accessible nor readable or writable by other users on your server."
4288 msgstr ""
4290 #: libraries/classes/Config/ServerConfigChecks.php:162
4291 msgid "You should use SSL connections if your database server supports it."
4292 msgstr ""
4294 #: libraries/classes/Config/ServerConfigChecks.php:169
4295 #, php-format
4296 msgid ""
4297 "If you feel this is necessary, use additional protection settings - %1$shost "
4298 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4299 "based protection may not be reliable if your IP belongs to an ISP where "
4300 "thousands of users, including you, are connected to."
4301 msgstr ""
4303 #: libraries/classes/Config/ServerConfigChecks.php:195
4304 #, php-format
4305 msgid ""
4306 "You set the [kbd]config[/kbd] authentication type and included username and "
4307 "password for auto-login, which is not a desirable option for live hosts. "
4308 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4309 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4310 "[kbd]http[/kbd]."
4311 msgstr ""
4313 #: libraries/classes/Config/ServerConfigChecks.php:224
4314 msgid "You allow for connecting to the server without a password."
4315 msgstr ""
4317 #: libraries/classes/Config/ServerConfigChecks.php:304
4318 #, php-format
4319 msgid ""
4320 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4321 "system."
4322 msgstr ""
4324 #: libraries/classes/Config/ServerConfigChecks.php:325
4325 #, php-format
4326 msgid ""
4327 "%sZip compression%s requires functions (%s) which are unavailable on this "
4328 "system."
4329 msgstr ""
4331 #: libraries/classes/Config/ServerConfigChecks.php:359
4332 msgid ""
4333 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4334 "authentication, so a key was automatically generated for you. It is used to "
4335 "encrypt cookies; you don't need to remember it."
4336 msgstr ""
4338 #: libraries/classes/Config/ServerConfigChecks.php:373
4339 msgid "Key is too short, it should have at least 32 characters."
4340 msgstr ""
4342 #: libraries/classes/Config/ServerConfigChecks.php:383
4343 msgid "Key should contain letters, numbers [em]and[/em] special characters."
4344 msgstr ""
4346 #: libraries/classes/Config/ServerConfigChecks.php:416
4347 #, php-format
4348 msgid ""
4349 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4350 "may cause random session invalidation (currently session.gc_maxlifetime is "
4351 "%5$d)."
4352 msgstr ""
4354 #: libraries/classes/Config/ServerConfigChecks.php:438
4355 #, php-format
4356 msgid ""
4357 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4358 "most. Values larger than 1800 may pose a security risk such as impersonation."
4359 msgstr ""
4361 #: libraries/classes/Config/ServerConfigChecks.php:464
4362 #, php-format
4363 msgid ""
4364 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4365 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4366 msgstr ""
4368 #: libraries/classes/Config/ServerConfigChecks.php:503
4369 #, php-format
4370 msgid ""
4371 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4372 "are unavailable on this system."
4373 msgstr ""
4375 #: libraries/classes/Config/ServerConfigChecks.php:534
4376 #, php-format
4377 msgid ""
4378 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4379 "are unavailable on this system."
4380 msgstr ""
4382 #: libraries/classes/ConfigStorage/Relation.php:1361
4383 msgid "no description"
4384 msgstr ""
4386 #: libraries/classes/ConfigStorage/Relation.php:1563
4387 #, php-format
4388 msgid ""
4389 "You do not have necessary privileges to create a database named '%s'. You "
4390 "may go to 'Operations' tab of any database to set up the phpMyAdmin "
4391 "configuration storage there."
4392 msgstr ""
4394 #: libraries/classes/ConfigStorage/UserGroups.php:110
4395 msgid "View users"
4396 msgstr ""
4398 #: libraries/classes/ConfigStorage/UserGroups.php:239
4399 msgid "Server-level tabs"
4400 msgstr ""
4402 #: libraries/classes/ConfigStorage/UserGroups.php:244
4403 msgid "Database-level tabs"
4404 msgstr ""
4406 #: libraries/classes/ConfigStorage/UserGroups.php:249
4407 msgid "Table-level tabs"
4408 msgstr ""
4410 #: libraries/classes/Config/Validator.php:243
4411 msgid "Could not connect to the database server!"
4412 msgstr ""
4414 #: libraries/classes/Config/Validator.php:279
4415 msgid "Invalid authentication type!"
4416 msgstr ""
4418 #: libraries/classes/Config/Validator.php:284
4419 msgid "Empty username while using [kbd]config[/kbd] authentication method!"
4420 msgstr ""
4422 #: libraries/classes/Config/Validator.php:290
4423 msgid ""
4424 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4425 "method!"
4426 msgstr ""
4428 #: libraries/classes/Config/Validator.php:297
4429 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4430 msgstr ""
4432 #: libraries/classes/Config/Validator.php:351
4433 msgid ""
4434 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4435 msgstr ""
4437 #: libraries/classes/Config/Validator.php:358
4438 msgid ""
4439 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4440 "storage!"
4441 msgstr ""
4443 #: libraries/classes/Config/Validator.php:449
4444 msgid "Incorrect value:"
4445 msgstr ""
4447 #: libraries/classes/Config/Validator.php:460
4448 #, php-format
4449 msgid "Incorrect IP address: %s"
4450 msgstr ""
4452 #: libraries/classes/Config/Validator.php:523
4453 #: templates/config/form_display/display.twig:66
4454 msgid "Not a valid port number!"
4455 msgstr ""
4457 #: libraries/classes/Config/Validator.php:545
4458 #: templates/config/form_display/display.twig:64
4459 msgid "Not a positive number!"
4460 msgstr ""
4462 #: libraries/classes/Config/Validator.php:567
4463 #: templates/config/form_display/display.twig:65
4464 msgid "Not a non-negative number!"
4465 msgstr ""
4467 #: libraries/classes/Config/Validator.php:608
4468 #: templates/config/form_display/display.twig:68
4469 #, php-format
4470 msgid "Value must be less than or equal to %s!"
4471 msgstr ""
4473 #: libraries/classes/Console.php:88
4474 #, php-format
4475 msgid "Showing %1$d bookmark (both private and shared)"
4476 msgid_plural "Showing %1$d bookmarks (both private and shared)"
4477 msgstr[0] ""
4478 msgstr[1] ""
4480 #: libraries/classes/Console.php:95
4481 msgid "No bookmarks"
4482 msgstr ""
4484 #: libraries/classes/Controllers/AbstractController.php:77
4485 #: libraries/classes/Controllers/JavaScriptMessagesController.php:347
4486 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:71
4487 #: libraries/classes/DbTableExists.php:46
4488 msgid "No databases selected."
4489 msgstr ""
4491 #: libraries/classes/Controllers/AbstractController.php:135
4492 #: libraries/classes/Controllers/SchemaExportController.php:29
4493 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:46
4494 msgid "Missing parameter:"
4495 msgstr ""
4497 #: libraries/classes/Controllers/ChangeLogController.php:38
4498 #: libraries/classes/Controllers/LicenseController.php:36
4499 #, php-format
4500 msgid ""
4501 "The %s file is not available on this system, please visit %s for more "
4502 "information."
4503 msgstr ""
4505 #: libraries/classes/Controllers/Database/CentralColumnsController.php:146
4506 #, php-format
4507 msgid "Showing rows %1$s - %2$s."
4508 msgstr ""
4510 #. l10n: The user tries to save a page with an existing name in Designer
4511 #: libraries/classes/Controllers/Database/DesignerController.php:113
4512 #, php-format
4513 msgid ""
4514 "There already exists a page named \"%s\" please rename it to something else."
4515 msgstr ""
4517 #: libraries/classes/Controllers/Database/ExportController.php:89
4518 #: libraries/classes/Controllers/Database/TrackingController.php:138
4519 #: libraries/classes/Controllers/Export/ExportController.php:349
4520 #: libraries/classes/Database/Qbe.php:322
4521 #: templates/database/structure/index.twig:25
4522 #: templates/navigation/tree/path.twig:9
4523 msgid "No tables found in database."
4524 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
4526 #: libraries/classes/Controllers/Database/ExportController.php:151
4527 #: libraries/classes/Controllers/Server/ExportController.php:75
4528 #: libraries/classes/Controllers/Table/ExportController.php:111
4529 msgid "Could not load export plugins, please check your installation!"
4530 msgstr ""
4532 #: libraries/classes/Controllers/Database/ImportController.php:80
4533 #: libraries/classes/Controllers/Import/ImportController.php:608
4534 #: libraries/classes/Controllers/Server/ImportController.php:59
4535 #: libraries/classes/Controllers/Table/ImportController.php:70
4536 msgid "Could not load import plugins, please check your installation!"
4537 msgstr ""
4539 #: libraries/classes/Controllers/Database/Operations/CollationController.php:47
4540 #: libraries/classes/Controllers/Table/OperationsController.php:282
4541 msgid "No collation provided."
4542 msgstr ""
4544 #: libraries/classes/Controllers/Database/OperationsController.php:106
4545 #: libraries/classes/Controllers/Table/CreateController.php:69
4546 msgid "The database name is empty!"
4547 msgstr "የዳታቤዝ ስም ባዶ ነው!"
4549 #: libraries/classes/Controllers/Database/OperationsController.php:115
4550 msgid "Cannot copy database to the same name. Change the name and try again."
4551 msgstr ""
4553 #: libraries/classes/Controllers/Database/OperationsController.php:200
4554 #, php-format
4555 msgid "Database %1$s has been renamed to %2$s."
4556 msgstr ""
4558 #: libraries/classes/Controllers/Database/OperationsController.php:210
4559 #, php-format
4560 msgid "Database %1$s has been copied to %2$s."
4561 msgstr ""
4563 #: libraries/classes/Controllers/Database/OperationsController.php:319
4564 #, php-format
4565 msgid ""
4566 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4567 msgstr ""
4569 #: libraries/classes/Controllers/Database/SearchController.php:55
4570 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:87
4571 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:100
4572 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:81
4573 #: libraries/classes/Plugins/AuthenticationPlugin.php:180
4574 msgid "Access denied!"
4575 msgstr "የተከለከለ ነው!"
4577 #: libraries/classes/Controllers/Database/Structure/AddPrefixController.php:19
4578 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:44
4579 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:44
4580 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:44
4581 #: libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php:20
4582 #: libraries/classes/Controllers/Database/Structure/CopyFormController.php:21
4583 #: libraries/classes/Controllers/Database/Structure/DropFormController.php:35
4584 #: libraries/classes/Controllers/Database/Structure/EmptyFormController.php:22
4585 #: libraries/classes/Controllers/Database/Structure/ShowCreateController.php:32
4586 #: libraries/classes/Controllers/Export/TablesController.php:29
4587 #: libraries/classes/Controllers/JavaScriptMessagesController.php:348
4588 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:53
4589 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:53
4590 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:53
4591 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:53
4592 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:53
4593 #, fuzzy
4594 #| msgid "No tables selected."
4595 msgid "No table selected."
4596 msgstr "ምንም ቴብል አልተመረጠም።"
4598 #: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:52
4599 #: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:52
4600 #: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:52
4601 msgid "Success!"
4602 msgstr ""
4604 #: libraries/classes/Controllers/Database/StructureController.php:366
4605 #: templates/table/operations/index.twig:451
4606 #: templates/table/operations/view.twig:32
4607 #, php-format
4608 msgid "View %s has been dropped."
4609 msgstr ""
4611 #: libraries/classes/Controllers/Database/StructureController.php:367
4612 #: templates/table/operations/index.twig:451
4613 #, php-format
4614 msgid "Table %s has been dropped."
4615 msgstr ""
4617 #: libraries/classes/Controllers/Database/StructureController.php:414
4618 #: templates/table/operations/index.twig:410
4619 #: templates/table/operations/index.twig:428
4620 #, php-format
4621 msgid "Table %s has been emptied."
4622 msgstr ""
4624 #: libraries/classes/Controllers/Database/StructureController.php:577
4625 #: libraries/classes/Display/Results.php:3775
4626 #, php-format
4627 msgid ""
4628 "This view has at least this number of rows. Please refer to %sdocumentation"
4629 "%s."
4630 msgstr ""
4632 #: libraries/classes/Controllers/Database/StructureController.php:766
4633 msgid "unknown"
4634 msgstr ""
4636 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:55
4637 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:71
4638 #: libraries/classes/Controllers/JavaScriptMessagesController.php:492
4639 #: libraries/classes/Controllers/Table/DeleteRowsController.php:58
4640 #: libraries/classes/Controllers/Table/DropColumnController.php:56
4641 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:58
4642 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:82
4643 #: libraries/classes/IndexColumn.php:164 libraries/classes/Index.php:523
4644 #: libraries/classes/Plugins/Export/ExportHtmlword.php:627
4645 #: libraries/classes/Plugins/Export/ExportLatex.php:600
4646 #: libraries/classes/Plugins/Export/ExportOdt.php:777
4647 #: libraries/classes/Plugins/Export/ExportTexytext.php:613
4648 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:752
4649 #: templates/config/form_display/input.twig:42
4650 #: templates/database/central_columns/main.twig:356
4651 #: templates/database/data_dictionary/index.twig:47
4652 #: templates/database/data_dictionary/index.twig:91
4653 #: templates/database/designer/main.twig:1117
4654 #: templates/database/privileges/index.twig:69
4655 #: templates/database/structure/drop_form.twig:19
4656 #: templates/database/structure/empty_form.twig:19 templates/indexes.twig:65
4657 #: templates/preferences/autoload.twig:11
4658 #: templates/preferences/manage/error.twig:18
4659 #: templates/server/privileges/new_user_ajax.twig:20
4660 #: templates/server/privileges/new_user_ajax.twig:34
4661 #: templates/server/privileges/privileges_summary.twig:38
4662 #: templates/server/privileges/privileges_summary.twig:41
4663 #: templates/server/privileges/privileges_summary.twig:43
4664 #: templates/server/privileges/users_overview.twig:53
4665 #: templates/server/privileges/users_overview.twig:65
4666 #: templates/table/delete/confirm.twig:28
4667 #: templates/table/privileges/index.twig:73
4668 #: templates/table/structure/display_structure.twig:80
4669 #: templates/table/structure/display_structure.twig:515
4670 #: templates/table/structure/drop_confirm.twig:19
4671 #: templates/table/structure/primary.twig:22
4672 #: templates/table/tracking/structure_snapshot_columns.twig:33
4673 #: templates/table/tracking/structure_snapshot_indexes.twig:23
4674 #: templates/table/tracking/structure_snapshot_indexes.twig:24
4675 msgid "Yes"
4676 msgstr "አዎ"
4678 #: libraries/classes/Controllers/Database/Structure/DropTableController.php:56
4679 #: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:72
4680 #: libraries/classes/Controllers/Table/DropColumnController.php:73
4681 #: libraries/classes/Controllers/Table/OperationsController.php:342
4682 #: libraries/classes/Controllers/Table/ReplaceController.php:442
4683 #: libraries/classes/Core.php:711 templates/preview_sql.twig:3
4684 msgid "No change"
4685 msgstr ""
4687 #: libraries/classes/Controllers/Database/Structure/FavoriteTableController.php:107
4688 msgid "Favorite List is full!"
4689 msgstr ""
4691 #: libraries/classes/Controllers/Database/TrackingController.php:91
4692 #: libraries/classes/Controllers/Database/TrackingController.php:111
4693 msgid "Tracking data deleted successfully."
4694 msgstr ""
4696 #: libraries/classes/Controllers/Database/TrackingController.php:98
4697 #, php-format
4698 msgid ""
4699 "Version %1$s was created for selected tables, tracking is active for them."
4700 msgstr ""
4702 #: libraries/classes/Controllers/Database/TrackingController.php:128
4703 msgid "No tables selected."
4704 msgstr "ምንም ቴብል አልተመረጠም።"
4706 #: libraries/classes/Controllers/Database/TrackingController.php:163
4707 msgid "Database Log"
4708 msgstr ""
4710 #: libraries/classes/Controllers/ErrorReportController.php:104
4711 msgid ""
4712 "An error has been detected and an error report has been automatically "
4713 "submitted based on your settings."
4714 msgstr ""
4716 #: libraries/classes/Controllers/ErrorReportController.php:108
4717 msgid "Thank you for submitting this report."
4718 msgstr ""
4720 #: libraries/classes/Controllers/ErrorReportController.php:112
4721 msgid ""
4722 "An error has been detected and an error report has been generated but failed "
4723 "to be sent."
4724 msgstr ""
4726 #: libraries/classes/Controllers/ErrorReportController.php:115
4727 msgid "If you experience any problems please submit a bug report manually."
4728 msgstr ""
4730 #: libraries/classes/Controllers/ErrorReportController.php:118
4731 msgid "You may want to refresh the page."
4732 msgstr ""
4734 #: libraries/classes/Controllers/Export/ExportController.php:138
4735 #: libraries/classes/Export.php:1336
4736 msgid "Bad type!"
4737 msgstr "የማይረባ ዓይነት!"
4739 #: libraries/classes/Controllers/Export/ExportController.php:232
4740 msgid "Bad parameters!"
4741 msgstr ""
4743 #: libraries/classes/Controllers/HomeController.php:102
4744 msgid ""
4745 "You were logged out from one server, to logout completely from phpMyAdmin, "
4746 "you need to logout from all servers."
4747 msgstr ""
4749 #: libraries/classes/Controllers/HomeController.php:203
4750 #, php-format
4751 msgid ""
4752 "The phpMyAdmin configuration storage is not completely configured, some "
4753 "extended features have been deactivated. %sFind out why%s. "
4754 msgstr ""
4756 #: libraries/classes/Controllers/HomeController.php:209
4757 msgid ""
4758 "Or alternately go to 'Operations' tab of any database to set it up there."
4759 msgstr ""
4761 #: libraries/classes/Controllers/HomeController.php:274
4762 msgid ""
4763 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
4764 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
4765 "than cookie validity configured in phpMyAdmin, because of this, your login "
4766 "might expire sooner than configured in phpMyAdmin."
4767 msgstr ""
4769 #: libraries/classes/Controllers/HomeController.php:294
4770 msgid ""
4771 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
4772 "because of this, your login will expire sooner than configured in phpMyAdmin."
4773 msgstr ""
4775 #: libraries/classes/Controllers/HomeController.php:313
4776 msgid ""
4777 "Your server is running with default values for the controluser and password "
4778 "(controlpass) and is open to intrusion; you really should fix this security "
4779 "weakness by changing the password for controluser 'pma'."
4780 msgstr ""
4782 #: libraries/classes/Controllers/HomeController.php:329
4783 msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
4784 msgstr ""
4786 #: libraries/classes/Controllers/HomeController.php:337
4787 #, php-format
4788 msgid ""
4789 "The secret passphrase in configuration (blowfish_secret) is not the correct "
4790 "length. It should be %d bytes long."
4791 msgstr ""
4793 #: libraries/classes/Controllers/HomeController.php:354
4794 msgid ""
4795 "Directory [code]config[/code], which is used by the setup script, still "
4796 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
4797 "once phpMyAdmin has been configured. Otherwise the security of your server "
4798 "may be compromised by unauthorized people downloading your configuration."
4799 msgstr ""
4801 #: libraries/classes/Controllers/HomeController.php:375
4802 #, php-format
4803 msgid ""
4804 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
4805 "issues."
4806 msgstr ""
4808 #: libraries/classes/Controllers/HomeController.php:389
4809 #, php-format
4810 msgid ""
4811 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
4812 "templates and will be slow because of this."
4813 msgstr ""
4815 #: libraries/classes/Controllers/HomeController.php:446
4816 msgid ""
4817 "The mbstring PHP extension was not found and you seem to be using a "
4818 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
4819 "split strings correctly and it may result in unexpected results."
4820 msgstr ""
4822 #: libraries/classes/Controllers/HomeController.php:464
4823 msgid ""
4824 "The curl extension was not found and allow_url_fopen is disabled. Due to "
4825 "this some features such as error reporting or version check are disabled."
4826 msgstr ""
4828 #: libraries/classes/Controllers/Import/ImportController.php:134
4829 msgid "Incomplete params"
4830 msgstr ""
4832 #: libraries/classes/Controllers/Import/ImportController.php:148
4833 msgid "Succeeded"
4834 msgstr ""
4836 #: libraries/classes/Controllers/Import/ImportController.php:152
4837 #: libraries/classes/Controllers/JavaScriptMessagesController.php:579
4838 msgid "Failed"
4839 msgstr ""
4841 #: libraries/classes/Controllers/Import/ImportController.php:253
4842 #, php-format
4843 msgid ""
4844 "You probably tried to upload a file that is too large. Please refer to "
4845 "%sdocumentation%s for a workaround for this limit."
4846 msgstr ""
4848 #: libraries/classes/Controllers/Import/ImportController.php:411
4849 #: libraries/classes/Controllers/Import/ImportController.php:648
4850 msgid "Showing bookmark"
4851 msgstr ""
4853 #: libraries/classes/Controllers/Import/ImportController.php:437
4854 #: libraries/classes/Controllers/Import/ImportController.php:644
4855 msgid "The bookmark has been deleted."
4856 msgstr ""
4858 #: libraries/classes/Controllers/Import/ImportController.php:554
4859 msgid ""
4860 "No data was received to import. Either no file name was submitted, or the "
4861 "file size exceeded the maximum size permitted by your PHP configuration. See "
4862 "[doc@faq1-16]FAQ 1.16[/doc]."
4863 msgstr ""
4865 #: libraries/classes/Controllers/Import/ImportController.php:656
4866 #, php-format
4867 msgid "Import has been successfully finished, %d query executed."
4868 msgid_plural "Import has been successfully finished, %d queries executed."
4869 msgstr[0] ""
4870 msgstr[1] ""
4872 #: libraries/classes/Controllers/Import/ImportController.php:688
4873 #, php-format
4874 msgid ""
4875 "Script timeout passed, if you want to finish import, please %sresubmit the "
4876 "same file%s and import will resume."
4877 msgstr ""
4879 #: libraries/classes/Controllers/Import/ImportController.php:698
4880 msgid ""
4881 "However on last run no data has been parsed, this usually means phpMyAdmin "
4882 "won't be able to finish this import unless you increase php time limits."
4883 msgstr ""
4885 #: libraries/classes/Controllers/Import/ImportController.php:768
4886 #: libraries/classes/Controllers/Sql/SqlController.php:173
4887 msgid "\"DROP DATABASE\" statements are disabled."
4888 msgstr ""
4890 #: libraries/classes/Controllers/Import/SimulateDmlController.php:38
4891 msgid "Only single-table UPDATE and DELETE queries can be simulated."
4892 msgstr ""
4894 #: libraries/classes/Controllers/Import/StatusController.php:69
4895 msgid "Could not load the progress of the import."
4896 msgstr ""
4898 #: libraries/classes/Controllers/JavaScriptMessagesController.php:44
4899 #, php-format
4900 msgid "Do you really want to execute \"%s\"?"
4901 msgstr ""
4903 #: libraries/classes/Controllers/JavaScriptMessagesController.php:45
4904 msgid "You are about to DESTROY a complete database!"
4905 msgstr ""
4907 #: libraries/classes/Controllers/JavaScriptMessagesController.php:47
4908 msgid "Cannot rename database to the same name. Change the name and try again"
4909 msgstr ""
4911 #: libraries/classes/Controllers/JavaScriptMessagesController.php:49
4912 msgid "You are about to DESTROY a complete table!"
4913 msgstr ""
4915 #: libraries/classes/Controllers/JavaScriptMessagesController.php:50
4916 msgid "You are about to TRUNCATE a complete table!"
4917 msgstr ""
4919 #: libraries/classes/Controllers/JavaScriptMessagesController.php:51
4920 msgid "You are about to DELETE all the rows of the table!"
4921 msgstr ""
4923 #: libraries/classes/Controllers/JavaScriptMessagesController.php:52
4924 msgid "Delete tracking data for this table?"
4925 msgstr ""
4927 #: libraries/classes/Controllers/JavaScriptMessagesController.php:53
4928 msgid "Delete tracking data for these tables?"
4929 msgstr ""
4931 #: libraries/classes/Controllers/JavaScriptMessagesController.php:54
4932 msgid "Delete tracking data for this version?"
4933 msgstr ""
4935 #: libraries/classes/Controllers/JavaScriptMessagesController.php:55
4936 msgid "Delete tracking data for these versions?"
4937 msgstr ""
4939 #: libraries/classes/Controllers/JavaScriptMessagesController.php:56
4940 msgid "Delete entry from tracking report?"
4941 msgstr ""
4943 #: libraries/classes/Controllers/JavaScriptMessagesController.php:57
4944 msgid "Deleting tracking data"
4945 msgstr ""
4947 #: libraries/classes/Controllers/JavaScriptMessagesController.php:58
4948 msgid "Dropping Primary Key/Index"
4949 msgstr ""
4951 #: libraries/classes/Controllers/JavaScriptMessagesController.php:59
4952 msgid "Dropping Foreign key."
4953 msgstr ""
4955 #: libraries/classes/Controllers/JavaScriptMessagesController.php:60
4956 msgid "This operation could take a long time. Proceed anyway?"
4957 msgstr ""
4959 #: libraries/classes/Controllers/JavaScriptMessagesController.php:61
4960 #, php-format
4961 msgid "Do you really want to delete user group \"%s\"?"
4962 msgstr ""
4964 #: libraries/classes/Controllers/JavaScriptMessagesController.php:62
4965 #, php-format
4966 msgid "Do you really want to delete the search \"%s\"?"
4967 msgstr ""
4969 #: libraries/classes/Controllers/JavaScriptMessagesController.php:63
4970 msgid "You have unsaved changes; are you sure you want to leave this page?"
4971 msgstr ""
4973 #: libraries/classes/Controllers/JavaScriptMessagesController.php:65
4974 msgid ""
4975 "You are trying to reduce the number of rows, but have already entered data "
4976 "in those rows which will be lost. Do you wish to continue?"
4977 msgstr ""
4979 #: libraries/classes/Controllers/JavaScriptMessagesController.php:68
4980 msgid "Do you really want to revoke the selected user(s) ?"
4981 msgstr ""
4983 #: libraries/classes/Controllers/JavaScriptMessagesController.php:69
4984 msgid "Do you really want to delete this central column?"
4985 msgstr ""
4987 #: libraries/classes/Controllers/JavaScriptMessagesController.php:70
4988 msgid "Do you really want to delete the selected items?"
4989 msgstr ""
4991 #: libraries/classes/Controllers/JavaScriptMessagesController.php:72
4992 msgid ""
4993 "Do you really want to DROP the selected partition(s)? This will also DELETE "
4994 "the data related to the selected partition(s)!"
4995 msgstr ""
4997 #: libraries/classes/Controllers/JavaScriptMessagesController.php:75
4998 msgid "Do you really want to TRUNCATE the selected partition(s)?"
4999 msgstr ""
5001 #: libraries/classes/Controllers/JavaScriptMessagesController.php:76
5002 msgid "Do you really want to remove partitioning?"
5003 msgstr ""
5005 #: libraries/classes/Controllers/JavaScriptMessagesController.php:77
5006 msgid "Do you really want to reset the replica (RESET REPLICA)?"
5007 msgstr ""
5009 #: libraries/classes/Controllers/JavaScriptMessagesController.php:79
5010 msgid ""
5011 "This operation will attempt to convert your data to the new collation. In "
5012 "rare cases, especially where a character doesn't exist in the new collation, "
5013 "this process could cause the data to appear incorrectly under the new "
5014 "collation; in this case we suggest you revert to the original collation and "
5015 "refer to the tips at "
5016 msgstr ""
5018 #: libraries/classes/Controllers/JavaScriptMessagesController.php:85
5019 msgid "Garbled Data"
5020 msgstr ""
5022 #: libraries/classes/Controllers/JavaScriptMessagesController.php:87
5023 msgid "Are you sure you wish to change the collation and convert the data?"
5024 msgstr ""
5026 #: libraries/classes/Controllers/JavaScriptMessagesController.php:90
5027 msgid ""
5028 "Through this operation, MySQL attempts to map the data values between "
5029 "collations. If the character sets are incompatible, there may be data loss "
5030 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5031 "column collation(s). <b>To convert existing data, it is suggested to use the "
5032 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5033 "</b>"
5034 msgstr ""
5036 #: libraries/classes/Controllers/JavaScriptMessagesController.php:98
5037 msgid ""
5038 "Are you sure you wish to change all the column collations and convert the "
5039 "data?"
5040 msgstr ""
5042 #: libraries/classes/Controllers/JavaScriptMessagesController.php:101
5043 #: templates/export.twig:324
5044 msgid "Save & close"
5045 msgstr ""
5047 #: libraries/classes/Controllers/JavaScriptMessagesController.php:102
5048 #: templates/config/form_display/display.twig:47
5049 #: templates/preferences/manage/main.twig:114
5050 #: templates/preferences/manage/main.twig:122
5051 #: templates/table/insert/actions_panel.twig:36
5052 msgid "Reset"
5053 msgstr ""
5055 #: libraries/classes/Controllers/JavaScriptMessagesController.php:103
5056 msgid "Reset all"
5057 msgstr ""
5059 #: libraries/classes/Controllers/JavaScriptMessagesController.php:106
5060 msgid "Missing value in the form!"
5061 msgstr ""
5063 #: libraries/classes/Controllers/JavaScriptMessagesController.php:107
5064 msgid "Select at least one of the options!"
5065 msgstr ""
5067 #: libraries/classes/Controllers/JavaScriptMessagesController.php:108
5068 msgid "Please enter a valid number!"
5069 msgstr ""
5071 #: libraries/classes/Controllers/JavaScriptMessagesController.php:109
5072 msgid "Please enter a valid length!"
5073 msgstr ""
5075 #: libraries/classes/Controllers/JavaScriptMessagesController.php:110
5076 msgid "Add index"
5077 msgstr ""
5079 #: libraries/classes/Controllers/JavaScriptMessagesController.php:111
5080 msgid "Edit index"
5081 msgstr ""
5083 #. l10n: Rename a table Index
5084 #: libraries/classes/Controllers/JavaScriptMessagesController.php:113
5085 msgid "Rename index"
5086 msgstr ""
5088 #: libraries/classes/Controllers/JavaScriptMessagesController.php:114
5089 #: templates/table/index_form.twig:234
5090 #, php-format
5091 msgid "Add %s column(s) to index"
5092 msgstr ""
5094 #: libraries/classes/Controllers/JavaScriptMessagesController.php:115
5095 msgid "Create single-column index"
5096 msgstr ""
5098 #: libraries/classes/Controllers/JavaScriptMessagesController.php:116
5099 msgid "Create composite index"
5100 msgstr ""
5102 #: libraries/classes/Controllers/JavaScriptMessagesController.php:117
5103 msgid "Composite with:"
5104 msgstr ""
5106 #: libraries/classes/Controllers/JavaScriptMessagesController.php:118
5107 msgid "Please select column(s) for the index."
5108 msgstr ""
5110 #: libraries/classes/Controllers/JavaScriptMessagesController.php:121
5111 #: templates/columns_definitions/column_definitions_form.twig:156
5112 #: templates/modals/index_dialog_modal.twig:11
5113 #: templates/table/index_form.twig:240
5114 #: templates/table/index_rename_form.twig:28
5115 #: templates/table/insert/actions_panel.twig:35
5116 #: templates/table/relation/common_form.twig:224
5117 #: templates/table/structure/display_structure.twig:344
5118 msgid "Preview SQL"
5119 msgstr ""
5121 #: libraries/classes/Controllers/JavaScriptMessagesController.php:124
5122 #: templates/sql/query.twig:218
5123 msgid "Simulate query"
5124 msgstr ""
5126 #: libraries/classes/Controllers/JavaScriptMessagesController.php:125
5127 msgid "Matched rows:"
5128 msgstr ""
5130 #: libraries/classes/Controllers/JavaScriptMessagesController.php:126
5131 #: libraries/classes/Html/Generator.php:877 templates/export.twig:67
5132 msgid "SQL query:"
5133 msgstr ""
5135 #. l10n: Default label for the y-Axis of Charts
5136 #: libraries/classes/Controllers/JavaScriptMessagesController.php:130
5137 msgid "Y values"
5138 msgstr ""
5140 #: libraries/classes/Controllers/JavaScriptMessagesController.php:133
5141 msgid "Please enter the SQL query first."
5142 msgstr ""
5144 #: libraries/classes/Controllers/JavaScriptMessagesController.php:136
5145 msgid "The host name is empty!"
5146 msgstr ""
5148 #: libraries/classes/Controllers/JavaScriptMessagesController.php:137
5149 msgid "The user name is empty!"
5150 msgstr ""
5152 #: libraries/classes/Controllers/JavaScriptMessagesController.php:138
5153 #: libraries/classes/Server/Privileges.php:944
5154 #: libraries/classes/UserPassword.php:42
5155 msgid "The password is empty!"
5156 msgstr ""
5158 #: libraries/classes/Controllers/JavaScriptMessagesController.php:139
5159 #: libraries/classes/Server/Privileges.php:942
5160 #: libraries/classes/UserPassword.php:46
5161 msgid "The passwords aren't the same!"
5162 msgstr ""
5164 #: libraries/classes/Controllers/JavaScriptMessagesController.php:140
5165 msgid "Removing Selected Users"
5166 msgstr ""
5168 #: libraries/classes/Controllers/JavaScriptMessagesController.php:141
5169 #: libraries/classes/Tracking.php:235 libraries/classes/Tracking.php:639
5170 #: templates/columns_definitions/column_definitions_form.twig:175
5171 #: templates/columns_definitions/column_definitions_form.twig:180
5172 #: templates/error/report_modal.twig:14 templates/export_modal.twig:6
5173 #: templates/export_modal.twig:10 templates/export.twig:82
5174 #: templates/export.twig:92 templates/export.twig:194
5175 #: templates/home/index.twig:296 templates/home/index.twig:304
5176 #: templates/modals/add_index.twig:6 templates/modals/build_query.twig:6
5177 #: templates/modals/build_query.twig:16 templates/modals/change_password.twig:6
5178 #: templates/modals/create_view.twig:6 templates/modals/create_view.twig:11
5179 #: templates/modals/enum_set_editor.twig:6
5180 #: templates/modals/enum_set_editor.twig:11
5181 #: templates/modals/function_confirm.twig:6
5182 #: templates/modals/function_confirm.twig:11
5183 #: templates/modals/index_dialog_modal.twig:6
5184 #: templates/modals/index_dialog_modal.twig:12
5185 #: templates/modals/page_settings.twig:6
5186 #: templates/modals/preview_sql_confirmation.twig:6
5187 #: templates/modals/preview_sql_confirmation.twig:15
5188 #: templates/modals/preview_sql_modal.twig:6
5189 #: templates/modals/preview_sql_modal.twig:10
5190 #: templates/modals/unhide_nav_item.twig:6
5191 #: templates/modals/unhide_nav_item.twig:10
5192 #: templates/server/privileges/users_overview.twig:169
5193 #: templates/server/privileges/users_overview.twig:177
5194 #: templates/server/status/advisor/index.twig:20
5195 #: templates/server/status/advisor/index.twig:45
5196 #: templates/server/status/monitor/index.twig:129
5197 #: templates/server/status/monitor/index.twig:218
5198 #: templates/server/user_groups/user_groups.twig:51
5199 #: templates/server/user_groups/user_groups.twig:55
5200 #: templates/sql/query.twig:219 templates/sql/query.twig:224
5201 #: templates/table/insert/actions_panel.twig:47
5202 #: templates/table/insert/actions_panel.twig:52
5203 #: templates/table/relation/common_form.twig:234
5204 #: templates/table/relation/common_form.twig:239
5205 #: templates/table/search/index.twig:182
5206 #: templates/table/structure/display_structure.twig:329
5207 #: templates/table/structure/display_structure.twig:345
5208 #: templates/table/structure/display_structure.twig:356
5209 #: templates/table/zoom_search/result_form.twig:27
5210 #: templates/table/zoom_search/result_form.twig:79
5211 #: templates/table/zoom_search/result_form.twig:96
5212 msgid "Close"
5213 msgstr ""
5215 #: libraries/classes/Controllers/JavaScriptMessagesController.php:142
5216 #: templates/server/privileges/users_overview.twig:105
5217 msgctxt "Lock the account."
5218 msgid "Lock"
5219 msgstr ""
5221 #: libraries/classes/Controllers/JavaScriptMessagesController.php:143
5222 #: templates/server/privileges/users_overview.twig:102
5223 msgctxt "Unlock the account."
5224 msgid "Unlock"
5225 msgstr ""
5227 #: libraries/classes/Controllers/JavaScriptMessagesController.php:144
5228 #: templates/server/privileges/users_overview.twig:100
5229 msgid "Lock this account."
5230 msgstr ""
5232 #: libraries/classes/Controllers/JavaScriptMessagesController.php:145
5233 #: templates/server/privileges/users_overview.twig:100
5234 msgid "Unlock this account."
5235 msgstr ""
5237 #: libraries/classes/Controllers/JavaScriptMessagesController.php:148
5238 msgid "Template was created."
5239 msgstr ""
5241 #: libraries/classes/Controllers/JavaScriptMessagesController.php:149
5242 msgid "Template was loaded."
5243 msgstr ""
5245 #: libraries/classes/Controllers/JavaScriptMessagesController.php:150
5246 msgid "Template was updated."
5247 msgstr ""
5249 #: libraries/classes/Controllers/JavaScriptMessagesController.php:151
5250 msgid "Template was deleted."
5251 msgstr ""
5253 #. l10n: Other, small valued, queries
5254 #: libraries/classes/Controllers/JavaScriptMessagesController.php:154
5255 #: libraries/classes/Controllers/Server/Status/QueriesController.php:93
5256 #: libraries/classes/Server/Status/Data.php:163
5257 msgid "Other"
5258 msgstr ""
5260 #. l10n: Thousands separator
5261 #: libraries/classes/Controllers/JavaScriptMessagesController.php:156
5262 #: libraries/classes/Util.php:539 libraries/classes/Util.php:571
5263 msgid ","
5264 msgstr ""
5266 #. l10n: Decimal separator
5267 #: libraries/classes/Controllers/JavaScriptMessagesController.php:158
5268 #: libraries/classes/Util.php:537 libraries/classes/Util.php:569
5269 msgid "."
5270 msgstr ""
5272 #: libraries/classes/Controllers/JavaScriptMessagesController.php:160
5273 msgid "Connections / Processes"
5274 msgstr ""
5276 #: libraries/classes/Controllers/JavaScriptMessagesController.php:163
5277 msgid "Local monitor configuration incompatible!"
5278 msgstr ""
5280 #: libraries/classes/Controllers/JavaScriptMessagesController.php:165
5281 msgid ""
5282 "The chart arrangement configuration in your browsers local storage is not "
5283 "compatible anymore to the newer version of the monitor dialog. It is very "
5284 "likely that your current configuration will not work anymore. Please reset "
5285 "your configuration to default in the <i>Settings</i> menu."
5286 msgstr ""
5288 #: libraries/classes/Controllers/JavaScriptMessagesController.php:171
5289 msgid "Query cache efficiency"
5290 msgstr ""
5292 #: libraries/classes/Controllers/JavaScriptMessagesController.php:172
5293 msgid "Query cache usage"
5294 msgstr ""
5296 #: libraries/classes/Controllers/JavaScriptMessagesController.php:173
5297 msgid "Query cache used"
5298 msgstr ""
5300 #: libraries/classes/Controllers/JavaScriptMessagesController.php:175
5301 msgid "System CPU usage"
5302 msgstr ""
5304 #: libraries/classes/Controllers/JavaScriptMessagesController.php:176
5305 msgid "System memory"
5306 msgstr ""
5308 #: libraries/classes/Controllers/JavaScriptMessagesController.php:177
5309 msgid "System swap"
5310 msgstr ""
5312 #: libraries/classes/Controllers/JavaScriptMessagesController.php:179
5313 msgid "Average load"
5314 msgstr ""
5316 #: libraries/classes/Controllers/JavaScriptMessagesController.php:180
5317 msgid "Total memory"
5318 msgstr ""
5320 #: libraries/classes/Controllers/JavaScriptMessagesController.php:181
5321 msgid "Cached memory"
5322 msgstr ""
5324 #: libraries/classes/Controllers/JavaScriptMessagesController.php:182
5325 msgid "Buffered memory"
5326 msgstr ""
5328 #: libraries/classes/Controllers/JavaScriptMessagesController.php:183
5329 msgid "Free memory"
5330 msgstr ""
5332 #: libraries/classes/Controllers/JavaScriptMessagesController.php:184
5333 msgid "Used memory"
5334 msgstr ""
5336 #: libraries/classes/Controllers/JavaScriptMessagesController.php:186
5337 msgid "Total swap"
5338 msgstr ""
5340 #: libraries/classes/Controllers/JavaScriptMessagesController.php:187
5341 msgid "Cached swap"
5342 msgstr ""
5344 #: libraries/classes/Controllers/JavaScriptMessagesController.php:188
5345 msgid "Used swap"
5346 msgstr ""
5348 #: libraries/classes/Controllers/JavaScriptMessagesController.php:189
5349 msgid "Free swap"
5350 msgstr ""
5352 #: libraries/classes/Controllers/JavaScriptMessagesController.php:191
5353 msgid "Bytes sent"
5354 msgstr ""
5356 #: libraries/classes/Controllers/JavaScriptMessagesController.php:192
5357 msgid "Bytes received"
5358 msgstr ""
5360 #: libraries/classes/Controllers/JavaScriptMessagesController.php:193
5361 #: templates/server/status/status/index.twig:36
5362 msgid "Connections"
5363 msgstr ""
5365 #: libraries/classes/Controllers/JavaScriptMessagesController.php:194
5366 #: templates/server/status/base.twig:11
5367 #: templates/server/status/processes/list.twig:5
5368 msgid "Processes"
5369 msgstr ""
5371 #. l10n: shortcuts for Byte
5372 #: libraries/classes/Controllers/JavaScriptMessagesController.php:197
5373 #: libraries/classes/Util.php:447
5374 msgid "B"
5375 msgstr ""
5377 #. l10n: shortcuts for Kilobyte
5378 #: libraries/classes/Controllers/JavaScriptMessagesController.php:198
5379 #: libraries/classes/Util.php:449
5380 #: templates/server/status/monitor/index.twig:186
5381 msgid "KiB"
5382 msgstr ""
5384 #. l10n: shortcuts for Megabyte
5385 #: libraries/classes/Controllers/JavaScriptMessagesController.php:199
5386 #: libraries/classes/Util.php:451
5387 #: templates/server/status/monitor/index.twig:187
5388 msgid "MiB"
5389 msgstr ""
5391 #. l10n: shortcuts for Gigabyte
5392 #: libraries/classes/Controllers/JavaScriptMessagesController.php:200
5393 #: libraries/classes/Util.php:453
5394 msgid "GiB"
5395 msgstr ""
5397 #. l10n: shortcuts for Terabyte
5398 #: libraries/classes/Controllers/JavaScriptMessagesController.php:201
5399 #: libraries/classes/Util.php:455
5400 msgid "TiB"
5401 msgstr ""
5403 #. l10n: shortcuts for Petabyte
5404 #: libraries/classes/Controllers/JavaScriptMessagesController.php:202
5405 #: libraries/classes/Util.php:457
5406 msgid "PiB"
5407 msgstr ""
5409 #. l10n: shortcuts for Exabyte
5410 #: libraries/classes/Controllers/JavaScriptMessagesController.php:203
5411 #: libraries/classes/Util.php:459
5412 msgid "EiB"
5413 msgstr ""
5415 #: libraries/classes/Controllers/JavaScriptMessagesController.php:204
5416 #, php-format
5417 msgid "%d table(s)"
5418 msgstr ""
5420 #. l10n: Questions is the name of a MySQL Status variable
5421 #: libraries/classes/Controllers/JavaScriptMessagesController.php:207
5422 msgid "Questions"
5423 msgstr ""
5425 #: libraries/classes/Controllers/JavaScriptMessagesController.php:208
5426 #: templates/server/status/status/index.twig:14
5427 msgid "Traffic"
5428 msgstr ""
5430 #: libraries/classes/Controllers/JavaScriptMessagesController.php:209
5431 #: libraries/classes/Menu.php:521 libraries/classes/Util.php:1870
5432 #: templates/server/status/monitor/index.twig:12
5433 msgid "Settings"
5434 msgstr ""
5436 #: libraries/classes/Controllers/JavaScriptMessagesController.php:210
5437 #: templates/server/status/monitor/index.twig:217
5438 msgid "Add chart to grid"
5439 msgstr ""
5441 #: libraries/classes/Controllers/JavaScriptMessagesController.php:211
5442 msgid "Please add at least one variable to the series!"
5443 msgstr ""
5445 #: libraries/classes/Controllers/JavaScriptMessagesController.php:212
5446 #: libraries/classes/Display/Results.php:1068
5447 #: libraries/classes/Plugins/Export/ExportSql.php:2197
5448 #: libraries/classes/Plugins/Schema/SchemaPdf.php:99
5449 #: libraries/config.values.php:111
5450 #: templates/columns_definitions/column_attributes.twig:208
5451 #: templates/columns_definitions/column_attributes.twig:229
5452 #: templates/database/central_columns/main.twig:305
5453 #: templates/database/designer/main.twig:588 templates/export.twig:433
5454 #: templates/server/privileges/privileges_summary.twig:31
5455 #: templates/server/status/monitor/index.twig:211
5456 #: templates/server/status/processes/list.twig:54
5457 #: templates/table/zoom_search/index.twig:62
5458 #: templates/table/zoom_search/index.twig:122
5459 msgid "None"
5460 msgstr ""
5462 #. l10n: SQL Query on modal to show exported query
5463 #: libraries/classes/Controllers/JavaScriptMessagesController.php:214
5464 msgid "SQL Query"
5465 msgstr ""
5467 #: libraries/classes/Controllers/JavaScriptMessagesController.php:215
5468 msgid "Resume monitor"
5469 msgstr ""
5471 #: libraries/classes/Controllers/JavaScriptMessagesController.php:216
5472 msgid "Pause monitor"
5473 msgstr ""
5475 #: libraries/classes/Controllers/JavaScriptMessagesController.php:217
5476 #: templates/server/status/processes/index.twig:57
5477 msgid "Start auto refresh"
5478 msgstr ""
5480 #: libraries/classes/Controllers/JavaScriptMessagesController.php:218
5481 msgid "Stop auto refresh"
5482 msgstr ""
5484 #: libraries/classes/Controllers/JavaScriptMessagesController.php:220
5485 msgid "general_log and slow_query_log are enabled."
5486 msgstr ""
5488 #: libraries/classes/Controllers/JavaScriptMessagesController.php:221
5489 msgid "general_log is enabled."
5490 msgstr ""
5492 #: libraries/classes/Controllers/JavaScriptMessagesController.php:222
5493 msgid "slow_query_log is enabled."
5494 msgstr ""
5496 #: libraries/classes/Controllers/JavaScriptMessagesController.php:223
5497 msgid "slow_query_log and general_log are disabled."
5498 msgstr ""
5500 #: libraries/classes/Controllers/JavaScriptMessagesController.php:224
5501 msgid "log_output is not set to TABLE."
5502 msgstr ""
5504 #: libraries/classes/Controllers/JavaScriptMessagesController.php:225
5505 msgid "log_output is set to TABLE."
5506 msgstr ""
5508 #: libraries/classes/Controllers/JavaScriptMessagesController.php:227
5509 #, php-format
5510 msgid ""
5511 "slow_query_log is enabled, but the server logs only queries that take longer "
5512 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5513 "depending on your system."
5514 msgstr ""
5516 #: libraries/classes/Controllers/JavaScriptMessagesController.php:231
5517 #, php-format
5518 msgid "long_query_time is set to %d second(s)."
5519 msgstr ""
5521 #: libraries/classes/Controllers/JavaScriptMessagesController.php:233
5522 msgid ""
5523 "Following settings will be applied globally and reset to default on server "
5524 "restart:"
5525 msgstr ""
5527 #. l10n: %s is FILE or TABLE
5528 #: libraries/classes/Controllers/JavaScriptMessagesController.php:236
5529 #, php-format
5530 msgid "Set log_output to %s"
5531 msgstr ""
5533 #. l10n: Enable in this context means setting a status variable to ON
5534 #: libraries/classes/Controllers/JavaScriptMessagesController.php:238
5535 #, php-format
5536 msgid "Enable %s"
5537 msgstr ""
5539 #. l10n: Disable in this context means setting a status variable to OFF
5540 #: libraries/classes/Controllers/JavaScriptMessagesController.php:240
5541 #, php-format
5542 msgid "Disable %s"
5543 msgstr ""
5545 #. l10n: %d seconds
5546 #: libraries/classes/Controllers/JavaScriptMessagesController.php:242
5547 #, php-format
5548 msgid "Set long_query_time to %d seconds."
5549 msgstr ""
5551 #: libraries/classes/Controllers/JavaScriptMessagesController.php:244
5552 msgid ""
5553 "You can't change these variables. Please log in as root or contact your "
5554 "database administrator."
5555 msgstr ""
5557 #: libraries/classes/Controllers/JavaScriptMessagesController.php:246
5558 msgid "Change settings"
5559 msgstr ""
5561 #: libraries/classes/Controllers/JavaScriptMessagesController.php:247
5562 msgid "Current settings"
5563 msgstr ""
5565 #: libraries/classes/Controllers/JavaScriptMessagesController.php:249
5566 msgid "Chart title"
5567 msgstr ""
5569 #. l10n: As in differential values
5570 #: libraries/classes/Controllers/JavaScriptMessagesController.php:251
5571 msgid "Differential"
5572 msgstr ""
5574 #: libraries/classes/Controllers/JavaScriptMessagesController.php:252
5575 #, php-format
5576 msgid "Divided by %s"
5577 msgstr ""
5579 #: libraries/classes/Controllers/JavaScriptMessagesController.php:253
5580 msgid "Unit"
5581 msgstr ""
5583 #: libraries/classes/Controllers/JavaScriptMessagesController.php:255
5584 msgid "From slow log"
5585 msgstr ""
5587 #: libraries/classes/Controllers/JavaScriptMessagesController.php:256
5588 msgid "From general log"
5589 msgstr ""
5591 #: libraries/classes/Controllers/JavaScriptMessagesController.php:257
5592 msgid "The database name is not known for this query in the server's logs."
5593 msgstr ""
5595 #: libraries/classes/Controllers/JavaScriptMessagesController.php:258
5596 msgid "Analysing logs"
5597 msgstr ""
5599 #: libraries/classes/Controllers/JavaScriptMessagesController.php:259
5600 msgid "Analysing & loading logs. This may take a while."
5601 msgstr ""
5603 #: libraries/classes/Controllers/JavaScriptMessagesController.php:260
5604 msgid "Cancel request"
5605 msgstr ""
5607 #: libraries/classes/Controllers/JavaScriptMessagesController.php:262
5608 msgid ""
5609 "This column shows the amount of identical queries that are grouped together. "
5610 "However only the SQL query itself has been used as a grouping criteria, so "
5611 "the other attributes of queries, such as start time, may differ."
5612 msgstr ""
5614 #: libraries/classes/Controllers/JavaScriptMessagesController.php:267
5615 msgid ""
5616 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5617 "same table are also being grouped together, disregarding of the inserted "
5618 "data."
5619 msgstr ""
5621 #: libraries/classes/Controllers/JavaScriptMessagesController.php:271
5622 msgid "Log data loaded. Queries executed in this time span:"
5623 msgstr ""
5625 #: libraries/classes/Controllers/JavaScriptMessagesController.php:273
5626 msgid "Jump to Log table"
5627 msgstr ""
5629 #: libraries/classes/Controllers/JavaScriptMessagesController.php:274
5630 msgid "No data found"
5631 msgstr ""
5633 #: libraries/classes/Controllers/JavaScriptMessagesController.php:275
5634 msgid "Log analysed, but no data found in this time span."
5635 msgstr ""
5637 #: libraries/classes/Controllers/JavaScriptMessagesController.php:277
5638 msgid "Analyzing…"
5639 msgstr ""
5641 #: libraries/classes/Controllers/JavaScriptMessagesController.php:278
5642 msgid "Explain output"
5643 msgstr ""
5645 #: libraries/classes/Controllers/JavaScriptMessagesController.php:279
5646 #: libraries/classes/Menu.php:488
5647 #: libraries/classes/Server/Status/Processes.php:138
5648 #: libraries/classes/Util.php:1866 libraries/config.values.php:157
5649 #: templates/database/events/editor_form.twig:25
5650 #: templates/database/events/index.twig:44
5651 #: templates/database/tracking/tables.twig:17
5652 #: templates/table/tracking/main.twig:31
5653 msgid "Status"
5654 msgstr ""
5656 #. l10n: A specific point in the day, as shown on a clock.
5657 #: libraries/classes/Controllers/JavaScriptMessagesController.php:280
5658 #: libraries/classes/Controllers/JavaScriptMessagesController.php:801
5659 #: libraries/classes/Plugins/Export/ExportHtmlword.php:470
5660 #: libraries/classes/Plugins/Export/ExportOdt.php:593
5661 #: libraries/classes/Plugins/Export/ExportTexytext.php:451
5662 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:358
5663 #: libraries/classes/Server/Status/Processes.php:134
5664 #: templates/database/triggers/list.twig:47
5665 #: templates/sql/profiling_chart.twig:17
5666 msgid "Time"
5667 msgstr ""
5669 #: libraries/classes/Controllers/JavaScriptMessagesController.php:281
5670 msgid "Total time:"
5671 msgstr ""
5673 #: libraries/classes/Controllers/JavaScriptMessagesController.php:282
5674 msgid "Profiling results"
5675 msgstr ""
5677 #: libraries/classes/Controllers/JavaScriptMessagesController.php:283
5678 msgctxt "Display format"
5679 msgid "Table"
5680 msgstr ""
5682 #: libraries/classes/Controllers/JavaScriptMessagesController.php:284
5683 msgid "Chart"
5684 msgstr ""
5686 #: libraries/classes/Controllers/JavaScriptMessagesController.php:286
5687 #: templates/export.twig:210
5688 msgctxt "Alias"
5689 msgid "Database"
5690 msgstr ""
5692 #: libraries/classes/Controllers/JavaScriptMessagesController.php:287
5693 #: templates/export.twig:224
5694 msgctxt "Alias"
5695 msgid "Table"
5696 msgstr ""
5698 #: libraries/classes/Controllers/JavaScriptMessagesController.php:288
5699 #: templates/export.twig:237
5700 msgctxt "Alias"
5701 msgid "Column"
5702 msgstr ""
5704 #. l10n: A collection of available filters
5705 #: libraries/classes/Controllers/JavaScriptMessagesController.php:291
5706 msgid "Log table filter options"
5707 msgstr ""
5709 #. l10n: Filter as in "Start Filtering"
5710 #: libraries/classes/Controllers/JavaScriptMessagesController.php:293
5711 msgid "Filter"
5712 msgstr ""
5714 #: libraries/classes/Controllers/JavaScriptMessagesController.php:294
5715 msgid "Filter queries by word/regexp:"
5716 msgstr ""
5718 #: libraries/classes/Controllers/JavaScriptMessagesController.php:295
5719 msgid "Group queries, ignoring variable data in WHERE clauses"
5720 msgstr ""
5722 #: libraries/classes/Controllers/JavaScriptMessagesController.php:296
5723 msgid "Sum of grouped rows:"
5724 msgstr ""
5726 #: libraries/classes/Controllers/JavaScriptMessagesController.php:297
5727 #: libraries/classes/Engines/Innodb.php:138
5728 #: templates/server/databases/index.twig:253
5729 msgid "Total:"
5730 msgstr ""
5732 #: libraries/classes/Controllers/JavaScriptMessagesController.php:299
5733 msgid "Loading logs"
5734 msgstr ""
5736 #: libraries/classes/Controllers/JavaScriptMessagesController.php:300
5737 msgid "Monitor refresh failed"
5738 msgstr ""
5740 #: libraries/classes/Controllers/JavaScriptMessagesController.php:302
5741 msgid ""
5742 "While requesting new chart data the server returned an invalid response. "
5743 "This is most likely because your session expired. Reloading the page and "
5744 "reentering your credentials should help."
5745 msgstr ""
5747 #: libraries/classes/Controllers/JavaScriptMessagesController.php:306
5748 msgid "Reload page"
5749 msgstr ""
5751 #: libraries/classes/Controllers/JavaScriptMessagesController.php:308
5752 msgid "Affected rows:"
5753 msgstr ""
5755 #: libraries/classes/Controllers/JavaScriptMessagesController.php:310
5756 msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
5757 msgstr ""
5759 #: libraries/classes/Controllers/JavaScriptMessagesController.php:312
5760 msgid ""
5761 "Failed building chart grid with imported config. Resetting to default config…"
5762 msgstr ""
5764 #: libraries/classes/Controllers/JavaScriptMessagesController.php:315
5765 msgid "Import monitor configuration"
5766 msgstr ""
5768 #: libraries/classes/Controllers/JavaScriptMessagesController.php:316
5769 msgid "Please select the file you want to import."
5770 msgstr ""
5772 #: libraries/classes/Controllers/JavaScriptMessagesController.php:317
5773 msgid "Please enter a valid table name."
5774 msgstr ""
5776 #: libraries/classes/Controllers/JavaScriptMessagesController.php:318
5777 msgid "Please enter a valid database name."
5778 msgstr ""
5780 #: libraries/classes/Controllers/JavaScriptMessagesController.php:319
5781 msgid "No files available on server for import!"
5782 msgstr ""
5784 #: libraries/classes/Controllers/JavaScriptMessagesController.php:321
5785 msgid "Analyse query"
5786 msgstr ""
5788 #: libraries/classes/Controllers/JavaScriptMessagesController.php:324
5789 msgid "Formatting SQL…"
5790 msgstr ""
5792 #: libraries/classes/Controllers/JavaScriptMessagesController.php:325
5793 msgid "No parameters found!"
5794 msgstr ""
5796 #: libraries/classes/Controllers/JavaScriptMessagesController.php:329
5797 #: templates/database/central_columns/main.twig:269
5798 #: templates/database/designer/main.twig:339
5799 #: templates/database/designer/main.twig:390
5800 #: templates/database/designer/main.twig:668
5801 #: templates/database/designer/main.twig:734
5802 #: templates/database/designer/main.twig:873
5803 #: templates/database/designer/main.twig:958
5804 #: templates/database/designer/main.twig:1063
5805 #: templates/database/designer/main.twig:1098
5806 #: templates/database/designer/main.twig:1103
5807 #: templates/database/designer/main.twig:1113
5808 #: templates/database/designer/main.twig:1119
5809 #: templates/database/structure/check_all_tables.twig:48
5810 #: templates/database/structure/check_all_tables.twig:52
5811 #: templates/database/structure/check_all_tables.twig:66
5812 #: templates/database/structure/check_all_tables.twig:72
5813 #: templates/error/report_modal.twig:6 templates/error/report_modal.twig:11
5814 #: templates/modals/add_index.twig:11 templates/modals/change_password.twig:11
5815 #: templates/modals/page_settings.twig:11
5816 #: templates/server/databases/index.twig:319
5817 #: templates/server/databases/index.twig:323
5818 #: templates/server/variables/index.twig:15
5819 #: templates/table/search/index.twig:197
5820 msgid "Cancel"
5821 msgstr ""
5823 #: libraries/classes/Controllers/JavaScriptMessagesController.php:332
5824 #: templates/header.twig:43 templates/modals/page_settings.twig:5
5825 msgid "Page-related settings"
5826 msgstr ""
5828 #: libraries/classes/Controllers/JavaScriptMessagesController.php:333
5829 #: templates/config/form_display/display.twig:46
5830 #: templates/modals/page_settings.twig:10
5831 msgid "Apply"
5832 msgstr ""
5834 #: libraries/classes/Controllers/JavaScriptMessagesController.php:336
5835 #: templates/home/index.twig:300 templates/navigation/main.twig:58
5836 #: templates/server/privileges/users_overview.twig:173
5837 #: templates/server/status/monitor/index.twig:95
5838 msgid "Loading…"
5839 msgstr ""
5841 #: libraries/classes/Controllers/JavaScriptMessagesController.php:337
5842 msgid "Request aborted!!"
5843 msgstr ""
5845 #: libraries/classes/Controllers/JavaScriptMessagesController.php:338
5846 msgid "Processing request"
5847 msgstr ""
5849 #: libraries/classes/Controllers/JavaScriptMessagesController.php:339
5850 msgid "Request failed!!"
5851 msgstr ""
5853 #: libraries/classes/Controllers/JavaScriptMessagesController.php:340
5854 #: libraries/classes/Controllers/Sql/EnumValuesController.php:49
5855 #: libraries/classes/Controllers/Sql/SetValuesController.php:52
5856 msgid "Error in processing request"
5857 msgstr ""
5859 #: libraries/classes/Controllers/JavaScriptMessagesController.php:341
5860 #, php-format
5861 msgid "Error code: %s"
5862 msgstr ""
5864 #: libraries/classes/Controllers/JavaScriptMessagesController.php:342
5865 #, php-format
5866 msgid "Error text: %s"
5867 msgstr ""
5869 #: libraries/classes/Controllers/JavaScriptMessagesController.php:344
5870 msgid ""
5871 "It seems that the connection to server has been lost. Please check your "
5872 "network connectivity and server status."
5873 msgstr ""
5875 #: libraries/classes/Controllers/JavaScriptMessagesController.php:349
5876 msgid "No accounts selected."
5877 msgstr ""
5879 #: libraries/classes/Controllers/JavaScriptMessagesController.php:350
5880 msgid "Dropping column"
5881 msgstr ""
5883 #: libraries/classes/Controllers/JavaScriptMessagesController.php:351
5884 msgid "Adding primary key"
5885 msgstr ""
5887 #: libraries/classes/Controllers/JavaScriptMessagesController.php:352
5888 #: templates/console/display.twig:150 templates/database/designer/main.twig:337
5889 #: templates/database/designer/main.twig:666
5890 #: templates/database/designer/main.twig:730
5891 #: templates/database/designer/main.twig:869
5892 #: templates/database/designer/main.twig:954
5893 #: templates/database/designer/main.twig:1061
5894 #: templates/modals/preview_sql_confirmation.twig:14
5895 #: templates/table/structure/display_structure.twig:361
5896 msgid "OK"
5897 msgstr ""
5899 #: libraries/classes/Controllers/JavaScriptMessagesController.php:353
5900 msgid "Click to dismiss this notification"
5901 msgstr ""
5903 #: libraries/classes/Controllers/JavaScriptMessagesController.php:356
5904 msgid "Renaming databases"
5905 msgstr ""
5907 #: libraries/classes/Controllers/JavaScriptMessagesController.php:357
5908 msgid "Copying database"
5909 msgstr ""
5911 #: libraries/classes/Controllers/JavaScriptMessagesController.php:358
5912 msgid "Changing charset"
5913 msgstr ""
5915 #: libraries/classes/Controllers/JavaScriptMessagesController.php:359
5916 #: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:496
5917 #: libraries/classes/Index.php:524
5918 #: libraries/classes/Plugins/Export/ExportHtmlword.php:626
5919 #: libraries/classes/Plugins/Export/ExportLatex.php:600
5920 #: libraries/classes/Plugins/Export/ExportOdt.php:776
5921 #: libraries/classes/Plugins/Export/ExportTexytext.php:613
5922 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:751
5923 #: templates/config/form_display/input.twig:42
5924 #: templates/database/central_columns/main.twig:356
5925 #: templates/database/data_dictionary/index.twig:47
5926 #: templates/database/data_dictionary/index.twig:91
5927 #: templates/database/designer/main.twig:1118
5928 #: templates/database/privileges/index.twig:69
5929 #: templates/database/structure/drop_form.twig:20
5930 #: templates/database/structure/empty_form.twig:20 templates/indexes.twig:65
5931 #: templates/preferences/autoload.twig:12
5932 #: templates/preferences/manage/error.twig:19
5933 #: templates/server/privileges/new_user_ajax.twig:22
5934 #: templates/server/privileges/new_user_ajax.twig:34
5935 #: templates/server/privileges/privileges_summary.twig:38
5936 #: templates/server/privileges/privileges_summary.twig:41
5937 #: templates/server/privileges/privileges_summary.twig:43
5938 #: templates/server/privileges/users_overview.twig:55
5939 #: templates/server/privileges/users_overview.twig:65
5940 #: templates/table/delete/confirm.twig:29
5941 #: templates/table/privileges/index.twig:73
5942 #: templates/table/structure/display_structure.twig:80
5943 #: templates/table/structure/display_structure.twig:515
5944 #: templates/table/structure/drop_confirm.twig:20
5945 #: templates/table/structure/primary.twig:23
5946 #: templates/table/tracking/structure_snapshot_columns.twig:33
5947 #: templates/table/tracking/structure_snapshot_indexes.twig:23
5948 #: templates/table/tracking/structure_snapshot_indexes.twig:24
5949 msgid "No"
5950 msgstr "አይደለም"
5952 #: libraries/classes/Controllers/JavaScriptMessagesController.php:362
5953 #: templates/database/structure/drop_form.twig:16
5954 #: templates/database/structure/empty_form.twig:16 templates/import.twig:159
5955 #: templates/sql/query.twig:142 templates/table/delete/confirm.twig:25
5956 msgid "Enable foreign key checks"
5957 msgstr ""
5959 #: libraries/classes/Controllers/JavaScriptMessagesController.php:365
5960 msgid "Failed to get real row count."
5961 msgstr ""
5963 #: libraries/classes/Controllers/JavaScriptMessagesController.php:368
5964 msgid "Searching"
5965 msgstr ""
5967 #: libraries/classes/Controllers/JavaScriptMessagesController.php:369
5968 msgid "Hide search results"
5969 msgstr ""
5971 #: libraries/classes/Controllers/JavaScriptMessagesController.php:370
5972 msgid "Show search results"
5973 msgstr ""
5975 #: libraries/classes/Controllers/JavaScriptMessagesController.php:371
5976 msgid "Browsing"
5977 msgstr ""
5979 #: libraries/classes/Controllers/JavaScriptMessagesController.php:372
5980 msgid "Deleting"
5981 msgstr ""
5983 #: libraries/classes/Controllers/JavaScriptMessagesController.php:373
5984 #, php-format
5985 msgid "Delete the matches for the %s table?"
5986 msgstr ""
5988 #: libraries/classes/Controllers/JavaScriptMessagesController.php:376
5989 msgid "The definition of a stored function must contain a RETURN statement!"
5990 msgstr ""
5992 #: libraries/classes/Controllers/JavaScriptMessagesController.php:378
5993 msgid "No routine is exportable. Required privileges may be lacking."
5994 msgstr ""
5996 #: libraries/classes/Controllers/JavaScriptMessagesController.php:381
5997 #, php-format
5998 msgid "Values for column %s"
5999 msgstr ""
6001 #: libraries/classes/Controllers/JavaScriptMessagesController.php:382
6002 msgid "Values for a new column"
6003 msgstr ""
6005 #: libraries/classes/Controllers/JavaScriptMessagesController.php:383
6006 msgid "Enter each value in a separate field."
6007 msgstr ""
6009 #: libraries/classes/Controllers/JavaScriptMessagesController.php:384
6010 #, php-format
6011 msgid "Add %d value(s)"
6012 msgstr ""
6014 #: libraries/classes/Controllers/JavaScriptMessagesController.php:387
6015 msgid ""
6016 "Note: If the file contains multiple tables, they will be combined into one."
6017 msgstr ""
6019 #: libraries/classes/Controllers/JavaScriptMessagesController.php:390
6020 msgid "Hide query box"
6021 msgstr ""
6023 #: libraries/classes/Controllers/JavaScriptMessagesController.php:391
6024 msgid "Show query box"
6025 msgstr ""
6027 #: libraries/classes/Controllers/JavaScriptMessagesController.php:393
6028 #: libraries/classes/Display/Results.php:2834
6029 #: libraries/classes/Tracking.php:258
6030 #: templates/console/bookmark_content.twig:11
6031 #: templates/database/central_columns/main.twig:268
6032 #: templates/database/central_columns/main.twig:380
6033 #: templates/database/central_columns/main.twig:381
6034 #: templates/database/designer/main.twig:388
6035 #: templates/database/qbe/ins_del_and_or_cell.twig:18
6036 #: templates/database/search/results.twig:43
6037 #: templates/display/results/table.twig:310
6038 #: templates/display/results/table.twig:311 templates/export.twig:54
6039 #: templates/server/user_groups/user_groups.twig:37
6040 #: templates/server/user_groups/user_groups.twig:56
6041 #: templates/setup/home/index.twig:68 templates/sql/query.twig:186
6042 msgid "Delete"
6043 msgstr ""
6045 #: libraries/classes/Controllers/JavaScriptMessagesController.php:394
6046 #, php-format
6047 msgid "%d is not valid row number."
6048 msgstr ""
6050 #: libraries/classes/Controllers/JavaScriptMessagesController.php:395
6051 #: templates/sql/relational_column_dropdown.twig:3
6052 #: templates/table/insert/column_row.twig:48
6053 #: templates/table/search/input_box.twig:27
6054 msgid "Browse foreign values"
6055 msgstr ""
6057 #: libraries/classes/Controllers/JavaScriptMessagesController.php:396
6058 msgid "No previously auto-saved query is available. Loading default query."
6059 msgstr ""
6061 #: libraries/classes/Controllers/JavaScriptMessagesController.php:398
6062 msgid ""
6063 "You have a previously saved query. Click Get auto-saved query to load the "
6064 "query."
6065 msgstr ""
6067 #: libraries/classes/Controllers/JavaScriptMessagesController.php:400
6068 #, php-format
6069 msgid "Variable %d:"
6070 msgstr ""
6072 #: libraries/classes/Controllers/JavaScriptMessagesController.php:403
6073 #: libraries/classes/Normalization.php:1051
6074 msgid "Pick"
6075 msgstr ""
6077 #: libraries/classes/Controllers/JavaScriptMessagesController.php:404
6078 msgid "Column selector"
6079 msgstr ""
6081 #: libraries/classes/Controllers/JavaScriptMessagesController.php:405
6082 msgid "Search this list"
6083 msgstr ""
6085 #: libraries/classes/Controllers/JavaScriptMessagesController.php:407
6086 #, php-format
6087 msgid ""
6088 "No columns in the central list. Make sure the Central columns list for "
6089 "database %s has columns that are not present in the current table."
6090 msgstr ""
6092 #: libraries/classes/Controllers/JavaScriptMessagesController.php:410
6093 msgid "See more"
6094 msgstr ""
6096 #: libraries/classes/Controllers/JavaScriptMessagesController.php:413
6097 msgid "Add primary key"
6098 msgstr ""
6100 #: libraries/classes/Controllers/JavaScriptMessagesController.php:414
6101 msgid "Primary key added."
6102 msgstr ""
6104 #: libraries/classes/Controllers/JavaScriptMessagesController.php:415
6105 #: libraries/classes/Normalization.php:282
6106 msgid "Taking you to next step…"
6107 msgstr ""
6109 #: libraries/classes/Controllers/JavaScriptMessagesController.php:416
6110 #, php-format
6111 msgid "The first step of normalization is complete for table '%s'."
6112 msgstr ""
6114 #: libraries/classes/Controllers/JavaScriptMessagesController.php:417
6115 #: libraries/classes/Normalization.php:540
6116 #: libraries/classes/Normalization.php:602
6117 #: libraries/classes/Normalization.php:699
6118 #: libraries/classes/Normalization.php:775
6119 msgid "End of step"
6120 msgstr ""
6122 #: libraries/classes/Controllers/JavaScriptMessagesController.php:418
6123 msgid "Second step of normalization (2NF)"
6124 msgstr ""
6126 #. l10n: Display text for calendar close link
6127 #: libraries/classes/Controllers/JavaScriptMessagesController.php:419
6128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:809
6129 #: libraries/classes/Normalization.php:375
6130 msgid "Done"
6131 msgstr ""
6133 #: libraries/classes/Controllers/JavaScriptMessagesController.php:420
6134 msgid "Confirm partial dependencies"
6135 msgstr ""
6137 #: libraries/classes/Controllers/JavaScriptMessagesController.php:421
6138 msgid "Selected partial dependencies are as follows:"
6139 msgstr ""
6141 #: libraries/classes/Controllers/JavaScriptMessagesController.php:423
6142 msgid ""
6143 "Note: a, b -> d,f implies values of columns a and b combined together can "
6144 "determine values of column d and column f."
6145 msgstr ""
6147 #: libraries/classes/Controllers/JavaScriptMessagesController.php:426
6148 msgid "No partial dependencies selected!"
6149 msgstr ""
6151 #: libraries/classes/Controllers/JavaScriptMessagesController.php:427
6152 #: libraries/classes/Export.php:588 libraries/classes/Html/Generator.php:977
6153 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:288
6154 #: templates/import_status.twig:2 templates/user_password.twig:2
6155 msgid "Back"
6156 msgstr ""
6158 #: libraries/classes/Controllers/JavaScriptMessagesController.php:428
6159 msgid "Show me the possible partial dependencies based on data in the table"
6160 msgstr ""
6162 #: libraries/classes/Controllers/JavaScriptMessagesController.php:429
6163 msgid "Hide partial dependencies list"
6164 msgstr ""
6166 #: libraries/classes/Controllers/JavaScriptMessagesController.php:431
6167 msgid ""
6168 "Sit tight! It may take few seconds depending on data size and column count "
6169 "of the table."
6170 msgstr ""
6172 #: libraries/classes/Controllers/JavaScriptMessagesController.php:433
6173 msgid "Step"
6174 msgstr ""
6176 #: libraries/classes/Controllers/JavaScriptMessagesController.php:434
6177 msgid "The following actions will be performed:"
6178 msgstr ""
6180 #: libraries/classes/Controllers/JavaScriptMessagesController.php:435
6181 #, php-format
6182 msgid "DROP columns %s from the table %s"
6183 msgstr ""
6185 #: libraries/classes/Controllers/JavaScriptMessagesController.php:436
6186 msgid "Create the following table"
6187 msgstr ""
6189 #: libraries/classes/Controllers/JavaScriptMessagesController.php:439
6190 msgid "Third step of normalization (3NF)"
6191 msgstr ""
6193 #: libraries/classes/Controllers/JavaScriptMessagesController.php:440
6194 msgid "Confirm transitive dependencies"
6195 msgstr ""
6197 #: libraries/classes/Controllers/JavaScriptMessagesController.php:441
6198 msgid "Selected dependencies are as follows:"
6199 msgstr ""
6201 #: libraries/classes/Controllers/JavaScriptMessagesController.php:442
6202 msgid "No dependencies selected!"
6203 msgstr ""
6205 #: libraries/classes/Controllers/JavaScriptMessagesController.php:445
6206 #: templates/columns_definitions/column_definitions_form.twig:159
6207 #: templates/database/central_columns/edit.twig:22
6208 #: templates/database/central_columns/main.twig:119
6209 #: templates/database/central_columns/main.twig:272
6210 #: templates/server/variables/index.twig:12
6211 #: templates/table/gis_visualization/gis_visualization.twig:40
6212 #: templates/table/insert/actions_panel.twig:7
6213 #: templates/table/relation/common_form.twig:225
6214 #: templates/table/structure/partition_definition_form.twig:12
6215 #: templates/table/zoom_search/result_form.twig:78
6216 msgid "Save"
6217 msgstr ""
6219 #: libraries/classes/Controllers/JavaScriptMessagesController.php:448
6220 msgid "Hide search criteria"
6221 msgstr ""
6223 #: libraries/classes/Controllers/JavaScriptMessagesController.php:449
6224 msgid "Show search criteria"
6225 msgstr ""
6227 #: libraries/classes/Controllers/JavaScriptMessagesController.php:450
6228 msgid "Column maximum:"
6229 msgstr ""
6231 #: libraries/classes/Controllers/JavaScriptMessagesController.php:451
6232 msgid "Column minimum:"
6233 msgstr ""
6235 #: libraries/classes/Controllers/JavaScriptMessagesController.php:454
6236 msgid "Hide find and replace criteria"
6237 msgstr ""
6239 #: libraries/classes/Controllers/JavaScriptMessagesController.php:455
6240 msgid "Show find and replace criteria"
6241 msgstr ""
6243 #: libraries/classes/Controllers/JavaScriptMessagesController.php:459
6244 msgid "Each point represents a data row."
6245 msgstr ""
6247 #: libraries/classes/Controllers/JavaScriptMessagesController.php:461
6248 msgid "Hovering over a point will show its label."
6249 msgstr ""
6251 #: libraries/classes/Controllers/JavaScriptMessagesController.php:463
6252 msgid "To zoom in, select a section of the plot with the mouse."
6253 msgstr ""
6255 #: libraries/classes/Controllers/JavaScriptMessagesController.php:465
6256 msgid "Click reset zoom button to come back to original state."
6257 msgstr ""
6259 #: libraries/classes/Controllers/JavaScriptMessagesController.php:467
6260 msgid "Click a data point to view and possibly edit the data row."
6261 msgstr ""
6263 #: libraries/classes/Controllers/JavaScriptMessagesController.php:469
6264 msgid "The plot can be resized by dragging it along the bottom right corner."
6265 msgstr ""
6267 #: libraries/classes/Controllers/JavaScriptMessagesController.php:472
6268 msgid "Select two columns"
6269 msgstr ""
6271 #: libraries/classes/Controllers/JavaScriptMessagesController.php:474
6272 msgid "Select two different columns"
6273 msgstr ""
6275 #: libraries/classes/Controllers/JavaScriptMessagesController.php:476
6276 msgid "Data point content"
6277 msgstr ""
6279 #: libraries/classes/Controllers/JavaScriptMessagesController.php:479
6280 #: libraries/classes/Controllers/JavaScriptMessagesController.php:627
6281 #: libraries/classes/ErrorHandler.php:441 libraries/classes/InsertEdit.php:1978
6282 #: templates/table/index_form.twig:164 templates/table/index_form.twig:200
6283 msgid "Ignore"
6284 msgstr ""
6286 #: libraries/classes/Controllers/JavaScriptMessagesController.php:480
6287 #: libraries/classes/Display/Results.php:2770
6288 #: libraries/classes/Html/Generator.php:76
6289 #: templates/display/results/table.twig:306
6290 #: templates/display/results/table.twig:307
6291 msgid "Copy"
6292 msgstr ""
6294 #: libraries/classes/Controllers/JavaScriptMessagesController.php:481
6295 #: templates/gis_data_editor_form.twig:74
6296 #: templates/gis_data_editor_form.twig:94
6297 #: templates/gis_data_editor_form.twig:135
6298 #: templates/gis_data_editor_form.twig:187
6299 msgid "X"
6300 msgstr "X"
6302 #: libraries/classes/Controllers/JavaScriptMessagesController.php:482
6303 #: templates/gis_data_editor_form.twig:76
6304 #: templates/gis_data_editor_form.twig:96
6305 #: templates/gis_data_editor_form.twig:137
6306 #: templates/gis_data_editor_form.twig:189
6307 msgid "Y"
6308 msgstr "Y"
6310 #: libraries/classes/Controllers/JavaScriptMessagesController.php:483
6311 msgid "Point"
6312 msgstr ""
6314 #: libraries/classes/Controllers/JavaScriptMessagesController.php:484
6315 #, php-format
6316 msgid "Point %d"
6317 msgstr ""
6319 #: libraries/classes/Controllers/JavaScriptMessagesController.php:485
6320 msgid "Linestring"
6321 msgstr ""
6323 #: libraries/classes/Controllers/JavaScriptMessagesController.php:486
6324 msgid "Polygon"
6325 msgstr ""
6327 #: libraries/classes/Controllers/JavaScriptMessagesController.php:487
6328 #: templates/display/results/table.twig:249
6329 msgid "Geometry"
6330 msgstr ""
6332 #: libraries/classes/Controllers/JavaScriptMessagesController.php:488
6333 msgid "Inner ring"
6334 msgstr ""
6336 #: libraries/classes/Controllers/JavaScriptMessagesController.php:489
6337 msgid "Outer ring"
6338 msgstr ""
6340 #: libraries/classes/Controllers/JavaScriptMessagesController.php:490
6341 #: templates/gis_data_editor_form.twig:99
6342 #: templates/gis_data_editor_form.twig:140
6343 #: templates/gis_data_editor_form.twig:192
6344 msgid "Add a point"
6345 msgstr ""
6347 #: libraries/classes/Controllers/JavaScriptMessagesController.php:491
6348 #: templates/gis_data_editor_form.twig:144
6349 #: templates/gis_data_editor_form.twig:195
6350 msgid "Add an inner ring"
6351 msgstr ""
6353 #: libraries/classes/Controllers/JavaScriptMessagesController.php:493
6354 msgid "Do you want to copy encryption key?"
6355 msgstr ""
6357 #: libraries/classes/Controllers/JavaScriptMessagesController.php:494
6358 msgid "Encryption key"
6359 msgstr ""
6361 #: libraries/classes/Controllers/JavaScriptMessagesController.php:497
6362 msgid ""
6363 "The HEX function will treat the integer as a string while calculating the "
6364 "hexadecimal value"
6365 msgstr ""
6367 #: libraries/classes/Controllers/JavaScriptMessagesController.php:502
6368 msgid ""
6369 "MySQL accepts additional values not selectable by the slider; key in those "
6370 "values directly if desired"
6371 msgstr ""
6373 #: libraries/classes/Controllers/JavaScriptMessagesController.php:508
6374 msgid ""
6375 "MySQL accepts additional values not selectable by the datepicker; key in "
6376 "those values directly if desired"
6377 msgstr ""
6379 #: libraries/classes/Controllers/JavaScriptMessagesController.php:514
6380 msgid ""
6381 "Indicates that you have made changes to this page; you will be prompted for "
6382 "confirmation before abandoning changes"
6383 msgstr ""
6385 #: libraries/classes/Controllers/JavaScriptMessagesController.php:519
6386 msgid "Select referenced key"
6387 msgstr ""
6389 #: libraries/classes/Controllers/JavaScriptMessagesController.php:520
6390 msgid "Select Foreign Key"
6391 msgstr ""
6393 #: libraries/classes/Controllers/JavaScriptMessagesController.php:521
6394 msgid "Please select the primary key or a unique key!"
6395 msgstr ""
6397 #: libraries/classes/Controllers/JavaScriptMessagesController.php:522
6398 #: templates/database/designer/main.twig:98
6399 #: templates/database/designer/main.twig:101
6400 msgid "Choose column to display"
6401 msgstr ""
6403 #: libraries/classes/Controllers/JavaScriptMessagesController.php:524
6404 msgid ""
6405 "You haven't saved the changes in the layout. They will be lost if you don't "
6406 "save them. Do you want to continue?"
6407 msgstr ""
6409 #: libraries/classes/Controllers/JavaScriptMessagesController.php:527
6410 msgid "value/subQuery is empty"
6411 msgstr ""
6413 #: libraries/classes/Controllers/JavaScriptMessagesController.php:528
6414 #: templates/database/designer/main.twig:40
6415 #: templates/database/designer/main.twig:43
6416 msgid "Add tables from other databases"
6417 msgstr ""
6419 #: libraries/classes/Controllers/JavaScriptMessagesController.php:529
6420 msgid "Page name"
6421 msgstr ""
6423 #: libraries/classes/Controllers/JavaScriptMessagesController.php:530
6424 #: templates/database/designer/main.twig:63
6425 #: templates/database/designer/main.twig:66
6426 msgid "Save page"
6427 msgstr ""
6429 #: libraries/classes/Controllers/JavaScriptMessagesController.php:531
6430 #: templates/database/designer/main.twig:70
6431 #: templates/database/designer/main.twig:73
6432 msgid "Save page as"
6433 msgstr ""
6435 #: libraries/classes/Controllers/JavaScriptMessagesController.php:532
6436 #: templates/database/designer/main.twig:56
6437 #: templates/database/designer/main.twig:59
6438 msgid "Open page"
6439 msgstr ""
6441 #: libraries/classes/Controllers/JavaScriptMessagesController.php:533
6442 msgid "Delete page"
6443 msgstr ""
6445 #. l10n: When the user opens a page saved in the Designer
6446 #: libraries/classes/Controllers/JavaScriptMessagesController.php:535
6447 msgid "Some tables saved in this page might have been renamed or deleted."
6448 msgstr ""
6450 #: libraries/classes/Controllers/JavaScriptMessagesController.php:536
6451 #: templates/database/designer/main.twig:10
6452 msgid "Untitled"
6453 msgstr ""
6455 #: libraries/classes/Controllers/JavaScriptMessagesController.php:537
6456 msgid "Please select a page to continue"
6457 msgstr ""
6459 #: libraries/classes/Controllers/JavaScriptMessagesController.php:538
6460 msgid "Please enter a valid page name"
6461 msgstr ""
6463 #: libraries/classes/Controllers/JavaScriptMessagesController.php:539
6464 msgid "Do you want to save the changes to the current page?"
6465 msgstr ""
6467 #: libraries/classes/Controllers/JavaScriptMessagesController.php:540
6468 msgid "Successfully deleted the page"
6469 msgstr ""
6471 #: libraries/classes/Controllers/JavaScriptMessagesController.php:541
6472 msgid "Export relational schema"
6473 msgstr ""
6475 #: libraries/classes/Controllers/JavaScriptMessagesController.php:542
6476 msgid "Modifications have been saved"
6477 msgstr ""
6479 #: libraries/classes/Controllers/JavaScriptMessagesController.php:545
6480 #, php-format
6481 msgid "%d object(s) created."
6482 msgstr ""
6484 #: libraries/classes/Controllers/JavaScriptMessagesController.php:546
6485 msgid "Column name"
6486 msgstr ""
6488 #: libraries/classes/Controllers/JavaScriptMessagesController.php:547
6489 #: templates/modals/build_query.twig:17 templates/sql/query.twig:178
6490 msgid "Submit"
6491 msgstr ""
6493 #: libraries/classes/Controllers/JavaScriptMessagesController.php:550
6494 msgid "Press escape to cancel editing.<br>- Shift+Enter for a newline."
6495 msgstr ""
6497 #: libraries/classes/Controllers/JavaScriptMessagesController.php:552
6498 msgid ""
6499 "You have edited some data and they have not been saved. Are you sure you "
6500 "want to leave this page before saving the data?"
6501 msgstr ""
6503 #: libraries/classes/Controllers/JavaScriptMessagesController.php:555
6504 msgid "Drag to reorder."
6505 msgstr ""
6507 #: libraries/classes/Controllers/JavaScriptMessagesController.php:556
6508 msgid "Click to sort results by this column."
6509 msgstr ""
6511 #: libraries/classes/Controllers/JavaScriptMessagesController.php:558
6512 msgid ""
6513 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6514 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6515 "from ORDER BY clause"
6516 msgstr ""
6518 #: libraries/classes/Controllers/JavaScriptMessagesController.php:562
6519 msgid "Click to mark/unmark."
6520 msgstr ""
6522 #: libraries/classes/Controllers/JavaScriptMessagesController.php:563
6523 msgid "Double-click to copy column name."
6524 msgstr ""
6526 #: libraries/classes/Controllers/JavaScriptMessagesController.php:564
6527 msgid "Click the drop-down arrow<br>to toggle column's visibility."
6528 msgstr ""
6530 #: libraries/classes/Controllers/JavaScriptMessagesController.php:567
6531 msgid ""
6532 "This table does not contain a unique column. Features related to the grid "
6533 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6534 msgstr ""
6536 #: libraries/classes/Controllers/JavaScriptMessagesController.php:570
6537 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6538 msgstr ""
6540 #: libraries/classes/Controllers/JavaScriptMessagesController.php:572
6541 msgid ""
6542 "Do you really want to see all of the rows? For a big table this could crash "
6543 "the browser."
6544 msgstr ""
6546 #: libraries/classes/Controllers/JavaScriptMessagesController.php:574
6547 msgid "Original length"
6548 msgstr ""
6550 #: libraries/classes/Controllers/JavaScriptMessagesController.php:577
6551 msgid "cancel"
6552 msgstr ""
6554 #: libraries/classes/Controllers/JavaScriptMessagesController.php:578
6555 #: libraries/classes/Controllers/Server/Status/StatusController.php:191
6556 msgid "Aborted"
6557 msgstr ""
6559 #: libraries/classes/Controllers/JavaScriptMessagesController.php:580
6560 msgid "Success"
6561 msgstr ""
6563 #: libraries/classes/Controllers/JavaScriptMessagesController.php:581
6564 msgid "Import status"
6565 msgstr ""
6567 #: libraries/classes/Controllers/JavaScriptMessagesController.php:582
6568 #: templates/navigation/main.twig:84
6569 msgid "Drop files here"
6570 msgstr ""
6572 #: libraries/classes/Controllers/JavaScriptMessagesController.php:583
6573 msgid "Select database first"
6574 msgstr ""
6576 #: libraries/classes/Controllers/JavaScriptMessagesController.php:585
6577 msgid "Go to link:"
6578 msgstr ""
6580 #: libraries/classes/Controllers/JavaScriptMessagesController.php:588
6581 msgid "Generate password"
6582 msgstr ""
6584 #: libraries/classes/Controllers/JavaScriptMessagesController.php:589
6585 #: templates/server/replication/primary_add_replica_user.twig:73
6586 msgid "Generate"
6587 msgstr ""
6589 #: libraries/classes/Controllers/JavaScriptMessagesController.php:592
6590 #: templates/table/structure/display_structure.twig:130
6591 msgid "More"
6592 msgstr ""
6594 #: libraries/classes/Controllers/JavaScriptMessagesController.php:595
6595 msgid "Show panel"
6596 msgstr ""
6598 #: libraries/classes/Controllers/JavaScriptMessagesController.php:596
6599 msgid "Hide panel"
6600 msgstr ""
6602 #: libraries/classes/Controllers/JavaScriptMessagesController.php:598
6603 #: libraries/classes/Navigation/NavigationTree.php:1357
6604 msgid "Unlink from main panel"
6605 msgstr ""
6607 #: libraries/classes/Controllers/JavaScriptMessagesController.php:602
6608 #: libraries/classes/Setup/Index.php:177
6609 #, php-format
6610 msgid ""
6611 "A newer version of phpMyAdmin is available and you should consider "
6612 "upgrading. The newest version is %s, released on %s."
6613 msgstr ""
6615 #. l10n: Latest available phpMyAdmin version
6616 #: libraries/classes/Controllers/JavaScriptMessagesController.php:606
6617 msgid ", latest stable version:"
6618 msgstr ""
6620 #: libraries/classes/Controllers/JavaScriptMessagesController.php:607
6621 msgid "up to date"
6622 msgstr ""
6624 #: libraries/classes/Controllers/JavaScriptMessagesController.php:610
6625 msgid ""
6626 "A fatal JavaScript error has occurred. Would you like to send an error "
6627 "report?"
6628 msgstr ""
6630 #: libraries/classes/Controllers/JavaScriptMessagesController.php:611
6631 msgid "Change report settings"
6632 msgstr ""
6634 #: libraries/classes/Controllers/JavaScriptMessagesController.php:612
6635 msgid "Show report details"
6636 msgstr ""
6638 #: libraries/classes/Controllers/JavaScriptMessagesController.php:613
6639 msgid ""
6640 "Your export is incomplete, due to a low execution time limit at the PHP "
6641 "level!"
6642 msgstr ""
6644 #: libraries/classes/Controllers/JavaScriptMessagesController.php:616
6645 #, php-format
6646 msgid ""
6647 "Warning: a form on this page has more than %d fields. On submission, some of "
6648 "the fields might be ignored, due to PHP's max_input_vars configuration."
6649 msgstr ""
6651 #: libraries/classes/Controllers/JavaScriptMessagesController.php:622
6652 #: libraries/classes/Controllers/JavaScriptMessagesController.php:635
6653 msgid "Some errors have been detected on the server!"
6654 msgstr ""
6656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:624
6657 msgid "Please look at the bottom of this window."
6658 msgstr ""
6660 #: libraries/classes/Controllers/JavaScriptMessagesController.php:630
6661 #: libraries/classes/ErrorHandler.php:446
6662 msgid "Ignore All"
6663 msgstr ""
6665 #: libraries/classes/Controllers/JavaScriptMessagesController.php:637
6666 msgid ""
6667 "As per your settings, they are being submitted currently, please be patient."
6668 msgstr ""
6670 #: libraries/classes/Controllers/JavaScriptMessagesController.php:641
6671 msgid "Column name successfully copied to clipboard!"
6672 msgstr ""
6674 #: libraries/classes/Controllers/JavaScriptMessagesController.php:642
6675 msgid "Column name copying to clipboard failed!"
6676 msgstr ""
6678 #: libraries/classes/Controllers/JavaScriptMessagesController.php:643
6679 msgid "Successfully copied!"
6680 msgstr ""
6682 #: libraries/classes/Controllers/JavaScriptMessagesController.php:644
6683 msgid "Copying failed!"
6684 msgstr ""
6686 #: libraries/classes/Controllers/JavaScriptMessagesController.php:647
6687 msgid "Execute this query again?"
6688 msgstr ""
6690 #: libraries/classes/Controllers/JavaScriptMessagesController.php:648
6691 msgid "Do you really want to delete this bookmark?"
6692 msgstr ""
6694 #: libraries/classes/Controllers/JavaScriptMessagesController.php:649
6695 msgid "Some error occurred while getting SQL debug info."
6696 msgstr ""
6698 #: libraries/classes/Controllers/JavaScriptMessagesController.php:650
6699 #, php-format
6700 msgid "%s queries executed %s times in %s seconds."
6701 msgstr ""
6703 #: libraries/classes/Controllers/JavaScriptMessagesController.php:651
6704 #, php-format
6705 msgid "%s argument(s) passed"
6706 msgstr ""
6708 #: libraries/classes/Controllers/JavaScriptMessagesController.php:652
6709 msgid "Show arguments"
6710 msgstr ""
6712 #: libraries/classes/Controllers/JavaScriptMessagesController.php:653
6713 msgid "Hide arguments"
6714 msgstr ""
6716 #: libraries/classes/Controllers/JavaScriptMessagesController.php:654
6717 msgid "Time taken:"
6718 msgstr ""
6720 #: libraries/classes/Controllers/JavaScriptMessagesController.php:656
6721 msgid ""
6722 "There was a problem accessing your browser storage, some features may not "
6723 "work properly for you. It is likely that the browser doesn't support storage "
6724 "or the quota limit has been reached. In Firefox, corrupted storage can also "
6725 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
6726 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
6727 msgstr ""
6729 #: libraries/classes/Controllers/JavaScriptMessagesController.php:663
6730 msgid "Copy tables to"
6731 msgstr ""
6733 #: libraries/classes/Controllers/JavaScriptMessagesController.php:664
6734 msgid "Add table prefix"
6735 msgstr ""
6737 #: libraries/classes/Controllers/JavaScriptMessagesController.php:665
6738 msgid "Replace table with prefix"
6739 msgstr ""
6741 #: libraries/classes/Controllers/JavaScriptMessagesController.php:666
6742 #: templates/database/structure/check_all_tables.twig:28
6743 msgid "Copy table with prefix"
6744 msgstr ""
6746 #: libraries/classes/Controllers/JavaScriptMessagesController.php:669
6747 msgid "Extremely weak"
6748 msgstr ""
6750 #: libraries/classes/Controllers/JavaScriptMessagesController.php:670
6751 msgid "Very weak"
6752 msgstr ""
6754 #: libraries/classes/Controllers/JavaScriptMessagesController.php:671
6755 msgid "Weak"
6756 msgstr ""
6758 #: libraries/classes/Controllers/JavaScriptMessagesController.php:672
6759 msgid "Good"
6760 msgstr ""
6762 #: libraries/classes/Controllers/JavaScriptMessagesController.php:673
6763 msgid "Strong"
6764 msgstr ""
6766 #. l10n: error code 5 (from U2F API)
6767 #: libraries/classes/Controllers/JavaScriptMessagesController.php:677
6768 msgctxt "U2F error"
6769 msgid "Timed out waiting for security key activation."
6770 msgstr ""
6772 #. l10n: error code 2 (from U2F API)
6773 #: libraries/classes/Controllers/JavaScriptMessagesController.php:679
6774 msgctxt "U2F error"
6775 msgid "Invalid request sent to security key."
6776 msgstr ""
6778 #. l10n: unknown error code (from U2F API)
6779 #: libraries/classes/Controllers/JavaScriptMessagesController.php:681
6780 msgctxt "U2F error"
6781 msgid "Unknown security key error."
6782 msgstr ""
6784 #. l10n: error code 3 (from U2F API)
6785 #: libraries/classes/Controllers/JavaScriptMessagesController.php:683
6786 msgctxt "U2F error"
6787 msgid "Client does not support security key."
6788 msgstr ""
6790 #. l10n: error code 4 (from U2F API) on register
6791 #: libraries/classes/Controllers/JavaScriptMessagesController.php:685
6792 msgctxt "U2F error"
6793 msgid "Failed security key activation."
6794 msgstr ""
6796 #. l10n: error code 4 (from U2F API) on authanticate
6797 #: libraries/classes/Controllers/JavaScriptMessagesController.php:687
6798 msgctxt "U2F error"
6799 msgid "Invalid security key."
6800 msgstr ""
6802 #: libraries/classes/Controllers/JavaScriptMessagesController.php:691
6803 msgid ""
6804 "You can not open, save or delete your page layout, as IndexedDB is not "
6805 "working in your browser and your phpMyAdmin configuration storage is not "
6806 "configured for this."
6807 msgstr ""
6809 #: libraries/classes/Controllers/JavaScriptMessagesController.php:696
6810 #, php-format
6811 msgctxt ""
6812 "The table already exists in the designer and can not be added once more."
6813 msgid "Table %s already exists!"
6814 msgstr ""
6816 #: libraries/classes/Controllers/JavaScriptMessagesController.php:698
6817 #: libraries/classes/InsertEdit.php:327
6818 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:53
6819 msgid "Hide"
6820 msgstr ""
6822 #: libraries/classes/Controllers/JavaScriptMessagesController.php:699
6823 #: libraries/classes/Controllers/Table/ChangeController.php:215
6824 #: templates/database/multi_table_query/form.twig:49
6825 #: templates/database/tracking/tables.twig:19
6826 #: templates/table/tracking/main.twig:33
6827 msgid "Show"
6828 msgstr ""
6830 #. l10n: Month name
6831 #: libraries/classes/Controllers/JavaScriptMessagesController.php:704
6832 msgid "January"
6833 msgstr ""
6835 #. l10n: Month name
6836 #: libraries/classes/Controllers/JavaScriptMessagesController.php:706
6837 msgid "February"
6838 msgstr ""
6840 #. l10n: Month name
6841 #: libraries/classes/Controllers/JavaScriptMessagesController.php:708
6842 msgid "March"
6843 msgstr ""
6845 #. l10n: Month name
6846 #: libraries/classes/Controllers/JavaScriptMessagesController.php:710
6847 msgid "April"
6848 msgstr ""
6850 #. l10n: Month name
6851 #. l10n: Short month name for May
6852 #: libraries/classes/Controllers/JavaScriptMessagesController.php:712
6853 #: libraries/classes/Controllers/JavaScriptMessagesController.php:736
6854 msgid "May"
6855 msgstr ""
6857 #. l10n: Month name
6858 #: libraries/classes/Controllers/JavaScriptMessagesController.php:714
6859 msgid "June"
6860 msgstr ""
6862 #. l10n: Month name
6863 #: libraries/classes/Controllers/JavaScriptMessagesController.php:716
6864 msgid "July"
6865 msgstr ""
6867 #. l10n: Month name
6868 #: libraries/classes/Controllers/JavaScriptMessagesController.php:718
6869 msgid "August"
6870 msgstr ""
6872 #. l10n: Month name
6873 #: libraries/classes/Controllers/JavaScriptMessagesController.php:720
6874 msgid "September"
6875 msgstr ""
6877 #. l10n: Month name
6878 #: libraries/classes/Controllers/JavaScriptMessagesController.php:722
6879 msgid "October"
6880 msgstr ""
6882 #. l10n: Month name
6883 #: libraries/classes/Controllers/JavaScriptMessagesController.php:724
6884 msgid "November"
6885 msgstr ""
6887 #. l10n: Month name
6888 #: libraries/classes/Controllers/JavaScriptMessagesController.php:726
6889 msgid "December"
6890 msgstr ""
6892 #. l10n: Short month name for January
6893 #. l10n: Short month name
6894 #: libraries/classes/Controllers/JavaScriptMessagesController.php:728
6895 #: libraries/classes/Util.php:655
6896 msgid "Jan"
6897 msgstr ""
6899 #. l10n: Short month name for February
6900 #. l10n: Short month name
6901 #: libraries/classes/Controllers/JavaScriptMessagesController.php:730
6902 #: libraries/classes/Util.php:657
6903 msgid "Feb"
6904 msgstr ""
6906 #. l10n: Short month name for March
6907 #. l10n: Short month name
6908 #: libraries/classes/Controllers/JavaScriptMessagesController.php:732
6909 #: libraries/classes/Util.php:659
6910 msgid "Mar"
6911 msgstr ""
6913 #. l10n: Short month name for April
6914 #. l10n: Short month name
6915 #: libraries/classes/Controllers/JavaScriptMessagesController.php:734
6916 #: libraries/classes/Util.php:661
6917 msgid "Apr"
6918 msgstr ""
6920 #. l10n: Short month name for June
6921 #. l10n: Short month name
6922 #: libraries/classes/Controllers/JavaScriptMessagesController.php:738
6923 #: libraries/classes/Util.php:665
6924 msgid "Jun"
6925 msgstr ""
6927 #. l10n: Short month name for July
6928 #. l10n: Short month name
6929 #: libraries/classes/Controllers/JavaScriptMessagesController.php:740
6930 #: libraries/classes/Util.php:667
6931 msgid "Jul"
6932 msgstr ""
6934 #. l10n: Short month name for August
6935 #. l10n: Short month name
6936 #: libraries/classes/Controllers/JavaScriptMessagesController.php:742
6937 #: libraries/classes/Util.php:669
6938 msgid "Aug"
6939 msgstr ""
6941 #. l10n: Short month name for September
6942 #. l10n: Short month name
6943 #: libraries/classes/Controllers/JavaScriptMessagesController.php:744
6944 #: libraries/classes/Util.php:671
6945 msgid "Sep"
6946 msgstr ""
6948 #. l10n: Short month name for October
6949 #. l10n: Short month name
6950 #: libraries/classes/Controllers/JavaScriptMessagesController.php:746
6951 #: libraries/classes/Util.php:673
6952 msgid "Oct"
6953 msgstr ""
6955 #. l10n: Short month name for November
6956 #. l10n: Short month name
6957 #: libraries/classes/Controllers/JavaScriptMessagesController.php:748
6958 #: libraries/classes/Util.php:675
6959 msgid "Nov"
6960 msgstr ""
6962 #. l10n: Short month name for December
6963 #. l10n: Short month name
6964 #: libraries/classes/Controllers/JavaScriptMessagesController.php:750
6965 #: libraries/classes/Util.php:677
6966 msgid "Dec"
6967 msgstr ""
6969 #. l10n: Week day name
6970 #: libraries/classes/Controllers/JavaScriptMessagesController.php:752
6971 #: libraries/config.values.php:197
6972 msgid "Sunday"
6973 msgstr ""
6975 #. l10n: Week day name
6976 #: libraries/classes/Controllers/JavaScriptMessagesController.php:754
6977 #: libraries/config.values.php:191
6978 msgid "Monday"
6979 msgstr ""
6981 #. l10n: Week day name
6982 #: libraries/classes/Controllers/JavaScriptMessagesController.php:756
6983 #: libraries/config.values.php:192
6984 msgid "Tuesday"
6985 msgstr ""
6987 #. l10n: Week day name
6988 #: libraries/classes/Controllers/JavaScriptMessagesController.php:758
6989 #: libraries/config.values.php:193
6990 msgid "Wednesday"
6991 msgstr ""
6993 #. l10n: Week day name
6994 #: libraries/classes/Controllers/JavaScriptMessagesController.php:760
6995 #: libraries/config.values.php:194
6996 msgid "Thursday"
6997 msgstr ""
6999 #. l10n: Week day name
7000 #: libraries/classes/Controllers/JavaScriptMessagesController.php:762
7001 #: libraries/config.values.php:195
7002 msgid "Friday"
7003 msgstr ""
7005 #. l10n: Week day name
7006 #: libraries/classes/Controllers/JavaScriptMessagesController.php:764
7007 #: libraries/config.values.php:196
7008 msgid "Saturday"
7009 msgstr ""
7011 #. l10n: Short week day name for Sunday
7012 #: libraries/classes/Controllers/JavaScriptMessagesController.php:766
7013 msgid "Sun"
7014 msgstr ""
7016 #. l10n: Short week day name for Monday
7017 #: libraries/classes/Controllers/JavaScriptMessagesController.php:768
7018 #: libraries/classes/Util.php:683
7019 msgid "Mon"
7020 msgstr ""
7022 #. l10n: Short week day name for Tuesday
7023 #: libraries/classes/Controllers/JavaScriptMessagesController.php:770
7024 #: libraries/classes/Util.php:685
7025 msgid "Tue"
7026 msgstr ""
7028 #. l10n: Short week day name for Wednesday
7029 #: libraries/classes/Controllers/JavaScriptMessagesController.php:772
7030 #: libraries/classes/Util.php:687
7031 msgid "Wed"
7032 msgstr ""
7034 #. l10n: Short week day name for Thursday
7035 #: libraries/classes/Controllers/JavaScriptMessagesController.php:774
7036 #: libraries/classes/Util.php:689
7037 msgid "Thu"
7038 msgstr ""
7040 #. l10n: Short week day name for Friday
7041 #: libraries/classes/Controllers/JavaScriptMessagesController.php:776
7042 #: libraries/classes/Util.php:691
7043 msgid "Fri"
7044 msgstr ""
7046 #. l10n: Short week day name for Saturday
7047 #: libraries/classes/Controllers/JavaScriptMessagesController.php:778
7048 #: libraries/classes/Util.php:693
7049 msgid "Sat"
7050 msgstr ""
7052 #. l10n: Minimal week day name for Sunday
7053 #: libraries/classes/Controllers/JavaScriptMessagesController.php:780
7054 msgid "Su"
7055 msgstr ""
7057 #. l10n: Minimal week day name for Monday
7058 #: libraries/classes/Controllers/JavaScriptMessagesController.php:782
7059 msgid "Mo"
7060 msgstr ""
7062 #. l10n: Minimal week day name for Tuesday
7063 #: libraries/classes/Controllers/JavaScriptMessagesController.php:784
7064 msgid "Tu"
7065 msgstr ""
7067 #. l10n: Minimal week day name for Wednesday
7068 #: libraries/classes/Controllers/JavaScriptMessagesController.php:786
7069 msgid "We"
7070 msgstr ""
7072 #. l10n: Minimal week day name for Thursday
7073 #: libraries/classes/Controllers/JavaScriptMessagesController.php:788
7074 msgid "Th"
7075 msgstr ""
7077 #. l10n: Minimal week day name for Friday
7078 #: libraries/classes/Controllers/JavaScriptMessagesController.php:790
7079 msgid "Fr"
7080 msgstr ""
7082 #. l10n: Minimal week day name for Saturday
7083 #: libraries/classes/Controllers/JavaScriptMessagesController.php:792
7084 msgid "Sa"
7085 msgstr ""
7087 #. l10n: Column header for week of the year in calendar
7088 #: libraries/classes/Controllers/JavaScriptMessagesController.php:794
7089 msgid "Wk"
7090 msgstr ""
7092 #. l10n: The month-year order in a calendar. Do not translate! Use either "calendar-month-year" or "calendar-year-month".
7093 #: libraries/classes/Controllers/JavaScriptMessagesController.php:797
7094 #, fuzzy
7095 msgid "calendar-month-year"
7096 msgstr "calendar-month-year"
7098 #. l10n: Year suffix for calendar, "none" is empty.
7099 #: libraries/classes/Controllers/JavaScriptMessagesController.php:799
7100 msgid "none"
7101 msgstr ""
7103 #. l10n: Period of time.
7104 #: libraries/classes/Controllers/JavaScriptMessagesController.php:803
7105 msgid "Hour"
7106 msgstr ""
7108 #. l10n: Period of time.
7109 #: libraries/classes/Controllers/JavaScriptMessagesController.php:805
7110 msgid "Minute"
7111 msgstr ""
7113 #. l10n: Period of time.
7114 #: libraries/classes/Controllers/JavaScriptMessagesController.php:807
7115 msgid "Second"
7116 msgstr ""
7118 #. l10n: Previous month. Display text for previous month link in calendar
7119 #: libraries/classes/Controllers/JavaScriptMessagesController.php:811
7120 msgid "Prev"
7121 msgstr ""
7123 #. l10n: Next month. Display text for next month link in calendar
7124 #: libraries/classes/Controllers/JavaScriptMessagesController.php:813
7125 msgid "Next"
7126 msgstr ""
7128 #. l10n: Display text for current month link in calendar
7129 #: libraries/classes/Controllers/JavaScriptMessagesController.php:815
7130 msgid "Today"
7131 msgstr ""
7133 #: libraries/classes/Controllers/JavaScriptMessagesController.php:818
7134 msgid "This field is required"
7135 msgstr ""
7137 #: libraries/classes/Controllers/JavaScriptMessagesController.php:819
7138 msgid "Please fix this field"
7139 msgstr ""
7141 #: libraries/classes/Controllers/JavaScriptMessagesController.php:820
7142 msgid "Please enter a valid email address"
7143 msgstr ""
7145 #: libraries/classes/Controllers/JavaScriptMessagesController.php:821
7146 msgid "Please enter a valid URL"
7147 msgstr ""
7149 #: libraries/classes/Controllers/JavaScriptMessagesController.php:822
7150 msgid "Please enter a valid date"
7151 msgstr ""
7153 #: libraries/classes/Controllers/JavaScriptMessagesController.php:823
7154 msgid "Please enter a valid date ( ISO )"
7155 msgstr ""
7157 #: libraries/classes/Controllers/JavaScriptMessagesController.php:824
7158 msgid "Please enter a valid number"
7159 msgstr ""
7161 #: libraries/classes/Controllers/JavaScriptMessagesController.php:825
7162 msgid "Please enter a valid credit card number"
7163 msgstr ""
7165 #: libraries/classes/Controllers/JavaScriptMessagesController.php:826
7166 msgid "Please enter only digits"
7167 msgstr ""
7169 #: libraries/classes/Controllers/JavaScriptMessagesController.php:827
7170 msgid "Please enter the same value again"
7171 msgstr ""
7173 #: libraries/classes/Controllers/JavaScriptMessagesController.php:828
7174 msgid "Please enter no more than {0} characters"
7175 msgstr ""
7177 #: libraries/classes/Controllers/JavaScriptMessagesController.php:829
7178 msgid "Please enter at least {0} characters"
7179 msgstr ""
7181 #: libraries/classes/Controllers/JavaScriptMessagesController.php:830
7182 msgid "Please enter a value between {0} and {1} characters long"
7183 msgstr ""
7185 #: libraries/classes/Controllers/JavaScriptMessagesController.php:831
7186 msgid "Please enter a value between {0} and {1}"
7187 msgstr ""
7189 #: libraries/classes/Controllers/JavaScriptMessagesController.php:832
7190 msgid "Please enter a value less than or equal to {0}"
7191 msgstr ""
7193 #: libraries/classes/Controllers/JavaScriptMessagesController.php:833
7194 msgid "Please enter a value greater than or equal to {0}"
7195 msgstr ""
7197 #: libraries/classes/Controllers/JavaScriptMessagesController.php:834
7198 msgid "Please enter a valid date or time"
7199 msgstr ""
7201 #: libraries/classes/Controllers/JavaScriptMessagesController.php:835
7202 msgid "Please enter a valid HEX input"
7203 msgstr ""
7205 #. l10n: To validate the usage of a MD5 function on the column
7206 #: libraries/classes/Controllers/JavaScriptMessagesController.php:837
7207 msgid "This column can not contain a 32 chars value"
7208 msgstr ""
7210 #: libraries/classes/Controllers/JavaScriptMessagesController.php:840
7211 msgid ""
7212 "These functions are meant to return a binary result; to avoid inconsistent "
7213 "results you should store it in a BINARY, VARBINARY, or BLOB column."
7214 msgstr ""
7216 #: libraries/classes/Controllers/NavigationController.php:46
7217 msgid "Fatal error: The navigation can only be accessed via AJAX"
7218 msgstr ""
7220 #: libraries/classes/Controllers/NormalizationController.php:38
7221 #: libraries/classes/Normalization.php:245
7222 msgid "Select one…"
7223 msgstr ""
7225 #: libraries/classes/Controllers/NormalizationController.php:39
7226 #: libraries/classes/Normalization.php:246
7227 msgid "No such column"
7228 msgstr ""
7230 #: libraries/classes/Controllers/NormalizationController.php:44
7231 #: libraries/classes/Normalization.php:250 libraries/classes/Types.php:798
7232 msgctxt "string types"
7233 msgid "String"
7234 msgstr ""
7236 #: libraries/classes/Controllers/Preferences/ManageController.php:105
7237 msgid "phpMyAdmin configuration snippet"
7238 msgstr ""
7240 #: libraries/classes/Controllers/Preferences/ManageController.php:106
7241 msgid "Paste it to your config.inc.php"
7242 msgstr ""
7244 #: libraries/classes/Controllers/Preferences/ManageController.php:152
7245 msgid "Could not import configuration"
7246 msgstr ""
7248 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:53
7249 msgid "Two-factor authentication has been removed."
7250 msgstr ""
7252 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:64
7253 msgid "Two-factor authentication has been configured."
7254 msgstr ""
7256 #: libraries/classes/Controllers/Server/DatabasesController.php:314
7257 #: libraries/classes/Import.php:149
7258 #: templates/database/structure/table_header.twig:26
7259 #: templates/table/structure/display_partitions.twig:28
7260 #: templates/table/structure/display_structure.twig:230
7261 #: templates/table/structure/display_table_stats.twig:119
7262 msgid "Rows"
7263 msgstr ""
7265 #: libraries/classes/Controllers/Server/DatabasesController.php:324
7266 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
7267 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26
7268 #: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:3
7269 #: templates/table/structure/display_structure.twig:445
7270 #: templates/table/tracking/structure_snapshot_indexes.twig:1
7271 msgid "Indexes"
7272 msgstr ""
7274 #: libraries/classes/Controllers/Server/DatabasesController.php:329
7275 #: libraries/classes/Controllers/Server/Status/StatusController.php:145
7276 #: libraries/classes/Controllers/Server/Status/StatusController.php:197
7277 #: templates/table/structure/display_table_stats.twig:45
7278 msgid "Total"
7279 msgstr ""
7281 #: libraries/classes/Controllers/Server/DatabasesController.php:334
7282 #: templates/database/structure/table_header.twig:38
7283 #: templates/table/structure/display_table_stats.twig:32
7284 msgid "Overhead"
7285 msgstr ""
7287 #: libraries/classes/Controllers/Server/Databases/CreateController.php:85
7288 #, php-format
7289 msgid "Database %1$s has been created."
7290 msgstr ""
7292 #: libraries/classes/Controllers/Server/Databases/DestroyController.php:96
7293 #, php-format
7294 msgid "%1$d database has been dropped successfully."
7295 msgid_plural "%1$d databases have been dropped successfully."
7296 msgstr[0] ""
7297 msgstr[1] ""
7299 #: libraries/classes/Controllers/Server/Privileges/AccountLockController.php:47
7300 #, php-format
7301 msgid "The account %s@%s has been successfully locked."
7302 msgstr ""
7304 #: libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php:47
7305 #, php-format
7306 msgid "The account %s@%s has been successfully unlocked."
7307 msgstr ""
7309 #: libraries/classes/Controllers/Server/PrivilegesController.php:165
7310 #: libraries/classes/Controllers/Server/UserGroupsController.php:53
7311 msgid "No Privileges"
7312 msgstr ""
7314 #: libraries/classes/Controllers/Server/PrivilegesController.php:174
7315 msgid "You do not have the privileges to administrate the users!"
7316 msgstr ""
7318 #: libraries/classes/Controllers/Server/PrivilegesController.php:189
7319 msgid ""
7320 "Username and hostname didn't change. If you only want to change the "
7321 "password, 'Change password' tab should be used."
7322 msgstr ""
7324 #: libraries/classes/Controllers/Server/PrivilegesController.php:432
7325 msgid "User has been added."
7326 msgstr ""
7328 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:42
7329 #, php-format
7330 msgid "Thread %s was successfully killed."
7331 msgstr ""
7333 #: libraries/classes/Controllers/Server/Status/Processes/KillController.php:48
7334 #, php-format
7335 msgid ""
7336 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
7337 msgstr ""
7339 #: libraries/classes/Controllers/Server/Status/StatusController.php:135
7340 msgid "Received"
7341 msgstr ""
7343 #: libraries/classes/Controllers/Server/Status/StatusController.php:140
7344 msgid "Sent"
7345 msgstr ""
7347 #: libraries/classes/Controllers/Server/Status/StatusController.php:179
7348 msgid "Max. concurrent connections"
7349 msgstr ""
7351 #: libraries/classes/Controllers/Server/Status/StatusController.php:185
7352 msgid "Failed attempts"
7353 msgstr ""
7355 #: libraries/classes/Controllers/Server/Status/VariablesController.php:238
7356 msgid ""
7357 "The number of connections that were aborted because the client died without "
7358 "closing the connection properly."
7359 msgstr ""
7361 #: libraries/classes/Controllers/Server/Status/VariablesController.php:241
7362 msgid "The number of failed attempts to connect to the MySQL server."
7363 msgstr ""
7365 #: libraries/classes/Controllers/Server/Status/VariablesController.php:243
7366 msgid ""
7367 "The number of transactions that used the temporary binary log cache but that "
7368 "exceeded the value of binlog_cache_size and used a temporary file to store "
7369 "statements from the transaction."
7370 msgstr ""
7372 #: libraries/classes/Controllers/Server/Status/VariablesController.php:247
7373 msgid "The number of transactions that used the temporary binary log cache."
7374 msgstr ""
7376 #: libraries/classes/Controllers/Server/Status/VariablesController.php:248
7377 msgid ""
7378 "The number of connection attempts (successful or not) to the MySQL server."
7379 msgstr ""
7381 #: libraries/classes/Controllers/Server/Status/VariablesController.php:250
7382 msgid ""
7383 "The number of temporary tables on disk created automatically by the server "
7384 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7385 "to increase the tmp_table_size  value to cause temporary tables to be memory-"
7386 "based instead of disk-based."
7387 msgstr ""
7389 #: libraries/classes/Controllers/Server/Status/VariablesController.php:256
7390 msgid "How many temporary files mysqld has created."
7391 msgstr ""
7393 #: libraries/classes/Controllers/Server/Status/VariablesController.php:258
7394 msgid ""
7395 "The number of in-memory temporary tables created automatically by the server "
7396 "while executing statements."
7397 msgstr ""
7399 #: libraries/classes/Controllers/Server/Status/VariablesController.php:262
7400 msgid ""
7401 "The number of rows written with INSERT DELAYED for which some error occurred "
7402 "(probably duplicate key)."
7403 msgstr ""
7405 #: libraries/classes/Controllers/Server/Status/VariablesController.php:266
7406 msgid ""
7407 "The number of INSERT DELAYED handler threads in use. Every different table "
7408 "on which one uses INSERT DELAYED gets its own thread."
7409 msgstr ""
7411 #: libraries/classes/Controllers/Server/Status/VariablesController.php:270
7412 msgid "The number of INSERT DELAYED rows written."
7413 msgstr ""
7415 #: libraries/classes/Controllers/Server/Status/VariablesController.php:271
7416 msgid "The number of executed FLUSH statements."
7417 msgstr ""
7419 #: libraries/classes/Controllers/Server/Status/VariablesController.php:272
7420 msgid "The number of internal COMMIT statements."
7421 msgstr ""
7423 #: libraries/classes/Controllers/Server/Status/VariablesController.php:273
7424 msgid "The number of times a row was deleted from a table."
7425 msgstr ""
7427 #: libraries/classes/Controllers/Server/Status/VariablesController.php:275
7428 msgid ""
7429 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7430 "table with a given name. This is called discovery. Handler_discover "
7431 "indicates the number of time tables have been discovered."
7432 msgstr ""
7434 #: libraries/classes/Controllers/Server/Status/VariablesController.php:281
7435 msgid ""
7436 "The number of times the first entry was read from an index. If this is high, "
7437 "it suggests that the server is doing a lot of full index scans; for example, "
7438 "SELECT col1 FROM foo, assuming that col1 is indexed."
7439 msgstr ""
7441 #: libraries/classes/Controllers/Server/Status/VariablesController.php:287
7442 msgid ""
7443 "The number of requests to read a row based on a key. If this is high, it is "
7444 "a good indication that your queries and tables are properly indexed."
7445 msgstr ""
7447 #: libraries/classes/Controllers/Server/Status/VariablesController.php:292
7448 msgid ""
7449 "The number of requests to read the next row in key order. This is "
7450 "incremented if you are querying an index column with a range constraint or "
7451 "if you are doing an index scan."
7452 msgstr ""
7454 #: libraries/classes/Controllers/Server/Status/VariablesController.php:297
7455 msgid ""
7456 "The number of requests to read the previous row in key order. This read "
7457 "method is mainly used to optimize ORDER BY … DESC."
7458 msgstr ""
7460 #: libraries/classes/Controllers/Server/Status/VariablesController.php:301
7461 msgid ""
7462 "The number of requests to read a row based on a fixed position. This is high "
7463 "if you are doing a lot of queries that require sorting of the result. You "
7464 "probably have a lot of queries that require MySQL to scan whole tables or "
7465 "you have joins that don't use keys properly."
7466 msgstr ""
7468 #: libraries/classes/Controllers/Server/Status/VariablesController.php:308
7469 msgid ""
7470 "The number of requests to read the next row in the data file. This is high "
7471 "if you are doing a lot of table scans. Generally this suggests that your "
7472 "tables are not properly indexed or that your queries are not written to take "
7473 "advantage of the indexes you have."
7474 msgstr ""
7476 #: libraries/classes/Controllers/Server/Status/VariablesController.php:314
7477 msgid "The number of internal ROLLBACK statements."
7478 msgstr ""
7480 #: libraries/classes/Controllers/Server/Status/VariablesController.php:315
7481 msgid "The number of requests to update a row in a table."
7482 msgstr ""
7484 #: libraries/classes/Controllers/Server/Status/VariablesController.php:316
7485 msgid "The number of requests to insert a row in a table."
7486 msgstr ""
7488 #: libraries/classes/Controllers/Server/Status/VariablesController.php:317
7489 msgid "The number of pages containing data (dirty or clean)."
7490 msgstr ""
7492 #: libraries/classes/Controllers/Server/Status/VariablesController.php:318
7493 msgid "The number of pages currently dirty."
7494 msgstr ""
7496 #: libraries/classes/Controllers/Server/Status/VariablesController.php:320
7497 msgid "The number of buffer pool pages that have been requested to be flushed."
7498 msgstr ""
7500 #: libraries/classes/Controllers/Server/Status/VariablesController.php:322
7501 msgid "The number of free pages."
7502 msgstr ""
7504 #: libraries/classes/Controllers/Server/Status/VariablesController.php:324
7505 msgid ""
7506 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7507 "being read or written or that can't be flushed or removed for some other "
7508 "reason."
7509 msgstr ""
7511 #: libraries/classes/Controllers/Server/Status/VariablesController.php:329
7512 msgid ""
7513 "The number of pages busy because they have been allocated for administrative "
7514 "overhead such as row locks or the adaptive hash index. This value can also "
7515 "be calculated as Innodb_buffer_pool_pages_total - "
7516 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7517 msgstr ""
7519 #: libraries/classes/Controllers/Server/Status/VariablesController.php:335
7520 msgid "Total size of buffer pool, in pages."
7521 msgstr ""
7523 #: libraries/classes/Controllers/Server/Status/VariablesController.php:337
7524 msgid ""
7525 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7526 "query is to scan a large portion of a table but in random order."
7527 msgstr ""
7529 #: libraries/classes/Controllers/Server/Status/VariablesController.php:342
7530 msgid ""
7531 "The number of sequential read-aheads InnoDB initiated. This happens when "
7532 "InnoDB does a sequential full table scan."
7533 msgstr ""
7535 #: libraries/classes/Controllers/Server/Status/VariablesController.php:345
7536 msgid "The number of logical read requests InnoDB has done."
7537 msgstr ""
7539 #: libraries/classes/Controllers/Server/Status/VariablesController.php:347
7540 msgid ""
7541 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7542 "and had to do a single-page read."
7543 msgstr ""
7545 #: libraries/classes/Controllers/Server/Status/VariablesController.php:351
7546 msgid ""
7547 "Normally, writes to the InnoDB buffer pool happen in the background. "
7548 "However, if it's necessary to read or create a page and no clean pages are "
7549 "available, it's necessary to wait for pages to be flushed first. This "
7550 "counter counts instances of these waits. If the buffer pool size was set "
7551 "properly, this value should be small."
7552 msgstr ""
7554 #: libraries/classes/Controllers/Server/Status/VariablesController.php:358
7555 msgid "The number writes done to the InnoDB buffer pool."
7556 msgstr ""
7558 #: libraries/classes/Controllers/Server/Status/VariablesController.php:359
7559 msgid "The number of fsync() operations so far."
7560 msgstr ""
7562 #: libraries/classes/Controllers/Server/Status/VariablesController.php:360
7563 msgid "The current number of pending fsync() operations."
7564 msgstr ""
7566 #: libraries/classes/Controllers/Server/Status/VariablesController.php:361
7567 msgid "The current number of pending reads."
7568 msgstr ""
7570 #: libraries/classes/Controllers/Server/Status/VariablesController.php:362
7571 msgid "The current number of pending writes."
7572 msgstr ""
7574 #: libraries/classes/Controllers/Server/Status/VariablesController.php:363
7575 msgid "The amount of data read so far, in bytes."
7576 msgstr ""
7578 #: libraries/classes/Controllers/Server/Status/VariablesController.php:364
7579 msgid "The total number of data reads."
7580 msgstr ""
7582 #: libraries/classes/Controllers/Server/Status/VariablesController.php:365
7583 msgid "The total number of data writes."
7584 msgstr ""
7586 #: libraries/classes/Controllers/Server/Status/VariablesController.php:366
7587 msgid "The amount of data written so far, in bytes."
7588 msgstr ""
7590 #: libraries/classes/Controllers/Server/Status/VariablesController.php:368
7591 msgid "The number of pages that have been written for doublewrite operations."
7592 msgstr ""
7594 #: libraries/classes/Controllers/Server/Status/VariablesController.php:370
7595 msgid "The number of doublewrite operations that have been performed."
7596 msgstr ""
7598 #: libraries/classes/Controllers/Server/Status/VariablesController.php:372
7599 msgid ""
7600 "The number of waits we had because log buffer was too small and we had to "
7601 "wait for it to be flushed before continuing."
7602 msgstr ""
7604 #: libraries/classes/Controllers/Server/Status/VariablesController.php:375
7605 msgid "The number of log write requests."
7606 msgstr ""
7608 #: libraries/classes/Controllers/Server/Status/VariablesController.php:376
7609 msgid "The number of physical writes to the log file."
7610 msgstr ""
7612 #: libraries/classes/Controllers/Server/Status/VariablesController.php:377
7613 msgid "The number of fsync() writes done to the log file."
7614 msgstr ""
7616 #: libraries/classes/Controllers/Server/Status/VariablesController.php:378
7617 msgid "The number of pending log file fsyncs."
7618 msgstr ""
7620 #: libraries/classes/Controllers/Server/Status/VariablesController.php:379
7621 msgid "Pending log file writes."
7622 msgstr ""
7624 #: libraries/classes/Controllers/Server/Status/VariablesController.php:380
7625 msgid "The number of bytes written to the log file."
7626 msgstr ""
7628 #: libraries/classes/Controllers/Server/Status/VariablesController.php:381
7629 msgid "The number of pages created."
7630 msgstr ""
7632 #: libraries/classes/Controllers/Server/Status/VariablesController.php:383
7633 msgid ""
7634 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7635 "pages; the page size allows them to be easily converted to bytes."
7636 msgstr ""
7638 #: libraries/classes/Controllers/Server/Status/VariablesController.php:387
7639 msgid "The number of pages read."
7640 msgstr ""
7642 #: libraries/classes/Controllers/Server/Status/VariablesController.php:388
7643 msgid "The number of pages written."
7644 msgstr ""
7646 #: libraries/classes/Controllers/Server/Status/VariablesController.php:389
7647 msgid "The number of row locks currently being waited for."
7648 msgstr ""
7650 #: libraries/classes/Controllers/Server/Status/VariablesController.php:390
7651 msgid "The average time to acquire a row lock, in milliseconds."
7652 msgstr ""
7654 #: libraries/classes/Controllers/Server/Status/VariablesController.php:391
7655 msgid "The total time spent in acquiring row locks, in milliseconds."
7656 msgstr ""
7658 #: libraries/classes/Controllers/Server/Status/VariablesController.php:392
7659 msgid "The maximum time to acquire a row lock, in milliseconds."
7660 msgstr ""
7662 #: libraries/classes/Controllers/Server/Status/VariablesController.php:393
7663 msgid "The number of times a row lock had to be waited for."
7664 msgstr ""
7666 #: libraries/classes/Controllers/Server/Status/VariablesController.php:394
7667 msgid "The number of rows deleted from InnoDB tables."
7668 msgstr ""
7670 #: libraries/classes/Controllers/Server/Status/VariablesController.php:395
7671 msgid "The number of rows inserted in InnoDB tables."
7672 msgstr ""
7674 #: libraries/classes/Controllers/Server/Status/VariablesController.php:396
7675 msgid "The number of rows read from InnoDB tables."
7676 msgstr ""
7678 #: libraries/classes/Controllers/Server/Status/VariablesController.php:397
7679 msgid "The number of rows updated in InnoDB tables."
7680 msgstr ""
7682 #: libraries/classes/Controllers/Server/Status/VariablesController.php:399
7683 msgid ""
7684 "The number of key blocks in the key cache that have changed but haven't yet "
7685 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7686 msgstr ""
7688 #: libraries/classes/Controllers/Server/Status/VariablesController.php:404
7689 msgid ""
7690 "The number of unused blocks in the key cache. You can use this value to "
7691 "determine how much of the key cache is in use."
7692 msgstr ""
7694 #: libraries/classes/Controllers/Server/Status/VariablesController.php:408
7695 msgid ""
7696 "The number of used blocks in the key cache. This value is a high-water mark "
7697 "that indicates the maximum number of blocks that have ever been in use at "
7698 "one time."
7699 msgstr ""
7701 #: libraries/classes/Controllers/Server/Status/VariablesController.php:412
7702 msgid "Percentage of used key cache (calculated value)"
7703 msgstr ""
7705 #: libraries/classes/Controllers/Server/Status/VariablesController.php:413
7706 msgid "The number of requests to read a key block from the cache."
7707 msgstr ""
7709 #: libraries/classes/Controllers/Server/Status/VariablesController.php:415
7710 msgid ""
7711 "The number of physical reads of a key block from disk. If Key_reads is big, "
7712 "then your key_buffer_size value is probably too small. The cache miss rate "
7713 "can be calculated as Key_reads/Key_read_requests."
7714 msgstr ""
7716 #: libraries/classes/Controllers/Server/Status/VariablesController.php:421
7717 msgid ""
7718 "Key cache miss calculated as rate of physical reads compared to read "
7719 "requests (calculated value)"
7720 msgstr ""
7722 #: libraries/classes/Controllers/Server/Status/VariablesController.php:423
7723 msgid "The number of requests to write a key block to the cache."
7724 msgstr ""
7726 #: libraries/classes/Controllers/Server/Status/VariablesController.php:424
7727 msgid "The number of physical writes of a key block to disk."
7728 msgstr ""
7730 #: libraries/classes/Controllers/Server/Status/VariablesController.php:425
7731 msgid ""
7732 "Percentage of physical writes compared to write requests (calculated value)"
7733 msgstr ""
7735 #: libraries/classes/Controllers/Server/Status/VariablesController.php:427
7736 msgid ""
7737 "The total cost of the last compiled query as computed by the query "
7738 "optimizer. Useful for comparing the cost of different query plans for the "
7739 "same query. The default value of 0 means that no query has been compiled yet."
7740 msgstr ""
7742 #: libraries/classes/Controllers/Server/Status/VariablesController.php:433
7743 msgid ""
7744 "The maximum number of connections that have been in use simultaneously since "
7745 "the server started."
7746 msgstr ""
7748 #: libraries/classes/Controllers/Server/Status/VariablesController.php:435
7749 msgid "The number of rows waiting to be written in INSERT DELAYED queues."
7750 msgstr ""
7752 #: libraries/classes/Controllers/Server/Status/VariablesController.php:437
7753 msgid ""
7754 "The number of tables that have been opened. If opened tables is big, your "
7755 "table_open_cache value is probably too small."
7756 msgstr ""
7758 #: libraries/classes/Controllers/Server/Status/VariablesController.php:440
7759 msgid "The number of files that are open."
7760 msgstr ""
7762 #: libraries/classes/Controllers/Server/Status/VariablesController.php:441
7763 msgid "The number of streams that are open (used mainly for logging)."
7764 msgstr ""
7766 #: libraries/classes/Controllers/Server/Status/VariablesController.php:442
7767 msgid "The number of tables that are open."
7768 msgstr ""
7770 #: libraries/classes/Controllers/Server/Status/VariablesController.php:444
7771 msgid ""
7772 "The number of free memory blocks in query cache. High numbers can indicate "
7773 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7774 "statement."
7775 msgstr ""
7777 #: libraries/classes/Controllers/Server/Status/VariablesController.php:448
7778 msgid "The amount of free memory for query cache."
7779 msgstr ""
7781 #: libraries/classes/Controllers/Server/Status/VariablesController.php:449
7782 msgid "The number of cache hits."
7783 msgstr ""
7785 #: libraries/classes/Controllers/Server/Status/VariablesController.php:450
7786 msgid "The number of queries added to the cache."
7787 msgstr ""
7789 #: libraries/classes/Controllers/Server/Status/VariablesController.php:452
7790 msgid ""
7791 "The number of queries that have been removed from the cache to free up "
7792 "memory for caching new queries. This information can help you tune the query "
7793 "cache size. The query cache uses a least recently used (LRU) strategy to "
7794 "decide which queries to remove from the cache."
7795 msgstr ""
7797 #: libraries/classes/Controllers/Server/Status/VariablesController.php:459
7798 msgid ""
7799 "The number of non-cached queries (not cachable, or not cached due to the "
7800 "query_cache_type setting)."
7801 msgstr ""
7803 #: libraries/classes/Controllers/Server/Status/VariablesController.php:461
7804 msgid "The number of queries registered in the cache."
7805 msgstr ""
7807 #: libraries/classes/Controllers/Server/Status/VariablesController.php:462
7808 msgid "The total number of blocks in the query cache."
7809 msgstr ""
7811 #: libraries/classes/Controllers/Server/Status/VariablesController.php:463
7812 msgid "The status of failsafe replication (not yet implemented)."
7813 msgstr ""
7815 #: libraries/classes/Controllers/Server/Status/VariablesController.php:465
7816 msgid ""
7817 "The number of joins that do not use indexes. If this value is not 0, you "
7818 "should carefully check the indexes of your tables."
7819 msgstr ""
7821 #: libraries/classes/Controllers/Server/Status/VariablesController.php:468
7822 msgid "The number of joins that used a range search on a reference table."
7823 msgstr ""
7825 #: libraries/classes/Controllers/Server/Status/VariablesController.php:470
7826 msgid ""
7827 "The number of joins without keys that check for key usage after each row. "
7828 "(If this is not 0, you should carefully check the indexes of your tables.)"
7829 msgstr ""
7831 #: libraries/classes/Controllers/Server/Status/VariablesController.php:475
7832 msgid ""
7833 "The number of joins that used ranges on the first table. (It's normally not "
7834 "critical even if this is big.)"
7835 msgstr ""
7837 #: libraries/classes/Controllers/Server/Status/VariablesController.php:478
7838 msgid "The number of joins that did a full scan of the first table."
7839 msgstr ""
7841 #: libraries/classes/Controllers/Server/Status/VariablesController.php:479
7842 msgid ""
7843 "The number of temporary tables currently open by the replica SQL thread."
7844 msgstr ""
7846 #: libraries/classes/Controllers/Server/Status/VariablesController.php:481
7847 msgid ""
7848 "Total (since startup) number of times the replication replica SQL thread has "
7849 "retried transactions."
7850 msgstr ""
7852 #: libraries/classes/Controllers/Server/Status/VariablesController.php:483
7853 msgid "This is ON if this server is a replica that is connected to a primary."
7854 msgstr ""
7856 #: libraries/classes/Controllers/Server/Status/VariablesController.php:485
7857 msgid ""
7858 "The number of threads that have taken more than slow_launch_time seconds to "
7859 "create."
7860 msgstr ""
7862 #: libraries/classes/Controllers/Server/Status/VariablesController.php:487
7863 msgid ""
7864 "The number of queries that have taken more than long_query_time seconds."
7865 msgstr ""
7867 #: libraries/classes/Controllers/Server/Status/VariablesController.php:489
7868 msgid ""
7869 "The number of merge passes the sort algorithm has had to do. If this value "
7870 "is large, you should consider increasing the value of the sort_buffer_size "
7871 "system variable."
7872 msgstr ""
7874 #: libraries/classes/Controllers/Server/Status/VariablesController.php:493
7875 msgid "The number of sorts that were done with ranges."
7876 msgstr ""
7878 #: libraries/classes/Controllers/Server/Status/VariablesController.php:494
7879 msgid "The number of sorted rows."
7880 msgstr ""
7882 #: libraries/classes/Controllers/Server/Status/VariablesController.php:495
7883 msgid "The number of sorts that were done by scanning the table."
7884 msgstr ""
7886 #: libraries/classes/Controllers/Server/Status/VariablesController.php:496
7887 msgid "The number of times that a table lock was acquired immediately."
7888 msgstr ""
7890 #: libraries/classes/Controllers/Server/Status/VariablesController.php:498
7891 msgid ""
7892 "The number of times that a table lock could not be acquired immediately and "
7893 "a wait was needed. If this is high, and you have performance problems, you "
7894 "should first optimize your queries, and then either split your table or "
7895 "tables or use replication."
7896 msgstr ""
7898 #: libraries/classes/Controllers/Server/Status/VariablesController.php:504
7899 msgid ""
7900 "The number of threads in the thread cache. The cache hit rate can be "
7901 "calculated as Threads_created/Connections. If this value is red you should "
7902 "raise your thread_cache_size."
7903 msgstr ""
7905 #: libraries/classes/Controllers/Server/Status/VariablesController.php:508
7906 msgid "The number of currently open connections."
7907 msgstr ""
7909 #: libraries/classes/Controllers/Server/Status/VariablesController.php:510
7910 msgid ""
7911 "The number of threads created to handle connections. If Threads_created is "
7912 "big, you may want to increase the thread_cache_size value. (Normally this "
7913 "doesn't give a notable performance improvement if you have a good thread "
7914 "implementation.)"
7915 msgstr ""
7917 #: libraries/classes/Controllers/Server/Status/VariablesController.php:516
7918 msgid "Thread cache hit rate (calculated value)"
7919 msgstr ""
7921 #: libraries/classes/Controllers/Server/Status/VariablesController.php:517
7922 msgid "The number of threads that are not sleeping."
7923 msgstr ""
7925 #: libraries/classes/Controllers/Server/UserGroupsFormController.php:60
7926 msgid "User groups management is not enabled."
7927 msgstr ""
7929 #: libraries/classes/Controllers/Server/Variables/SetVariableController.php:93
7930 msgid "Setting variable failed"
7931 msgstr ""
7933 #: libraries/classes/Controllers/Setup/FormController.php:32
7934 msgid "Incorrect form specified!"
7935 msgstr ""
7937 #: libraries/classes/Controllers/Setup/HomeController.php:42
7938 msgid ""
7939 "You are not using a secure connection; all data (including potentially "
7940 "sensitive information, like passwords) is transferred unencrypted!"
7941 msgstr ""
7943 #: libraries/classes/Controllers/Setup/HomeController.php:47
7944 msgid ""
7945 "If your server is also configured to accept HTTPS requests follow this link "
7946 "to use a secure connection."
7947 msgstr ""
7949 #: libraries/classes/Controllers/Setup/HomeController.php:51
7950 msgid "Insecure connection"
7951 msgstr ""
7953 #: libraries/classes/Controllers/Sql/SqlController.php:246
7954 #: libraries/classes/Sql.php:1154
7955 #, php-format
7956 msgid "Bookmark %s has been created."
7957 msgstr ""
7959 #: libraries/classes/Controllers/Sql/SqlController.php:253
7960 msgid "Bookmark not created!"
7961 msgstr ""
7963 #: libraries/classes/Controllers/Table/AddFieldController.php:161
7964 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:273
7965 #: libraries/classes/Controllers/Table/Structure/SaveController.php:221
7966 #: libraries/classes/Table/Indexes.php:85
7967 #, php-format
7968 msgid "Table %1$s has been altered successfully."
7969 msgstr ""
7971 #: libraries/classes/Controllers/Table/ChangeRowsController.php:36
7972 #: libraries/classes/Controllers/Table/DeleteConfirmController.php:27
7973 #: libraries/classes/Controllers/Table/ExportRowsController.php:37
7974 msgid "No row selected."
7975 msgstr ""
7977 #: libraries/classes/Controllers/Table/ChartController.php:59
7978 #: libraries/classes/Controllers/Table/GisVisualizationController.php:69
7979 msgid "No SQL query was set to fetch data."
7980 msgstr ""
7982 #: libraries/classes/Controllers/Table/ChartController.php:144
7983 msgid "No numeric columns present in the table to plot."
7984 msgstr ""
7986 #: libraries/classes/Controllers/Table/ChartController.php:207
7987 msgid "No data to display"
7988 msgstr ""
7990 #: libraries/classes/Controllers/Table/CreateController.php:81
7991 #: libraries/classes/Controllers/Table/GetFieldController.php:48
7992 #, php-format
7993 msgid "'%s' database does not exist."
7994 msgstr ""
7996 #: libraries/classes/Controllers/Table/CreateController.php:91
7997 #, php-format
7998 msgid "Table %s already exists!"
7999 msgstr ""
8001 #: libraries/classes/Controllers/Table/DeleteRowsController.php:79
8002 #: libraries/classes/Controllers/Table/FindReplaceController.php:178
8003 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:82
8004 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:82
8005 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:82
8006 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:82
8007 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:82
8008 #: libraries/classes/Controllers/Table/Partition/AnalyzeController.php:54
8009 #: libraries/classes/Controllers/Table/Partition/CheckController.php:54
8010 #: libraries/classes/Controllers/Table/Partition/DropController.php:55
8011 #: libraries/classes/Controllers/Table/Partition/OptimizeController.php:54
8012 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:55
8013 #: libraries/classes/Controllers/Table/Partition/RepairController.php:54
8014 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:55
8015 #: libraries/classes/Controllers/Table/RelationController.php:241
8016 #: libraries/classes/Controllers/View/OperationsController.php:89
8017 #: libraries/classes/Database/Routines.php:1226
8018 #: libraries/classes/Display/Results.php:3486 libraries/classes/Message.php:172
8019 #: templates/sql/query.twig:7
8020 msgid "Your SQL query has been executed successfully."
8021 msgstr ""
8023 #: libraries/classes/Controllers/Table/DropColumnConfirmationController.php:32
8024 #: libraries/classes/Controllers/Table/DropColumnController.php:50
8025 #: libraries/classes/Controllers/Table/Structure/AddIndexController.php:45
8026 #: libraries/classes/Controllers/Table/Structure/BrowseController.php:34
8027 #: libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php:43
8028 #: libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php:43
8029 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:49
8030 #: libraries/classes/Controllers/Table/Structure/FulltextController.php:45
8031 #: libraries/classes/Controllers/Table/Structure/PrimaryController.php:50
8032 #: libraries/classes/Controllers/Table/Structure/SpatialController.php:45
8033 #: libraries/classes/Controllers/Table/Structure/UniqueController.php:45
8034 msgid "No column selected."
8035 msgstr ""
8037 #: libraries/classes/Controllers/Table/DropColumnController.php:79
8038 #, php-format
8039 msgid "%1$d column has been dropped successfully."
8040 msgid_plural "%1$d columns have been dropped successfully."
8041 msgstr[0] ""
8042 msgstr[1] ""
8044 #: libraries/classes/Controllers/Table/GetFieldController.php:56
8045 msgid "Invalid table name"
8046 msgstr ""
8048 #. l10n: In case a SQL query did not pass a security check
8049 #: libraries/classes/Controllers/Table/GetFieldController.php:65
8050 #: libraries/classes/Controllers/Transformation/WrapperController.php:78
8051 msgid "There is an issue with your request."
8052 msgstr ""
8054 #: libraries/classes/Controllers/Table/GetFieldController.php:79
8055 #: libraries/classes/Database/Routines.php:1245
8056 #: libraries/classes/Import.php:154 libraries/classes/InsertEdit.php:221
8057 #: libraries/classes/Sql.php:968
8058 msgid "MySQL returned an empty result set (i.e. zero rows)."
8059 msgstr ""
8061 #: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:74
8062 #: libraries/classes/Controllers/Table/Maintenance/CheckController.php:74
8063 #: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:74
8064 #: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:74
8065 #: libraries/classes/Controllers/Table/Maintenance/RepairController.php:74
8066 msgid "Maintenance operations on multiple tables are disabled."
8067 msgstr ""
8069 #: libraries/classes/Controllers/Table/OperationsController.php:129
8070 #: libraries/classes/Controllers/Table/OperationsController.php:322
8071 #: libraries/classes/Controllers/Table/StructureController.php:108
8072 #: libraries/classes/Navigation/Nodes/NodeView.php:28
8073 #: templates/database/structure/show_create.twig:32
8074 #: templates/database/structure/structure_table_row.twig:122
8075 #: templates/database/structure/structure_table_row.twig:186
8076 msgid "View"
8077 msgstr ""
8079 #: libraries/classes/Controllers/Table/Partition/DropController.php:61
8080 #: libraries/classes/Controllers/Table/Partition/RebuildController.php:61
8081 #: libraries/classes/Controllers/Table/Partition/TruncateController.php:61
8082 #: libraries/classes/Controllers/View/OperationsController.php:92
8083 #: libraries/classes/Html/Generator.php:853 libraries/classes/Import.php:138
8084 #: libraries/classes/InsertEdit.php:716 libraries/classes/Message.php:192
8085 #: templates/error/generic.twig:37
8086 #: templates/table/structure/display_structure.twig:355
8087 msgid "Error"
8088 msgstr ""
8090 #: libraries/classes/Controllers/Table/RelationController.php:182
8091 msgid "Display column was successfully updated."
8092 msgstr ""
8094 #: libraries/classes/Controllers/Table/RelationController.php:275
8095 msgid "Internal relationships were successfully updated."
8096 msgstr ""
8098 #: libraries/classes/Controllers/Table/ReplaceController.php:319
8099 #, php-format
8100 msgid "Row: %1$s, Column: %2$s, Error: %3$s"
8101 msgstr ""
8103 #: libraries/classes/Controllers/Table/Structure/ChangeController.php:81
8104 #, php-format
8105 msgid "Failed to get description of column %s!"
8106 msgstr ""
8108 #: libraries/classes/Controllers/Table/StructureController.php:237
8109 #: templates/columns_definitions/column_attributes.twig:107
8110 #: templates/database/data_dictionary/index.twig:41
8111 #: templates/table/structure/display_structure.twig:137
8112 #: templates/table/structure/display_structure.twig:145
8113 #: templates/table/structure/display_structure.twig:295
8114 #: templates/table/tracking/structure_snapshot_columns.twig:25
8115 msgid "Primary"
8116 msgstr "የመጀመሪያ"
8118 #: libraries/classes/Controllers/Table/StructureController.php:241
8119 #: libraries/classes/Navigation/Nodes/NodeIndex.php:28
8120 #: templates/columns_definitions/column_attributes.twig:115
8121 #: templates/columns_definitions/table_fields_definitions.twig:46
8122 #: templates/table/structure/display_structure.twig:167
8123 #: templates/table/structure/display_structure.twig:175
8124 #: templates/table/structure/display_structure.twig:301
8125 #: templates/table/structure/display_table_stats.twig:24
8126 #: templates/table/tracking/structure_snapshot_columns.twig:27
8127 msgid "Index"
8128 msgstr ""
8130 #: libraries/classes/Controllers/Table/Structure/MoveColumnsController.php:170
8131 msgid "The columns have been moved successfully."
8132 msgstr ""
8134 #: libraries/classes/Controllers/Table/Structure/PartitioningController.php:265
8135 #: libraries/classes/Controllers/Table/Structure/SaveController.php:271
8136 #: libraries/classes/Tracking.php:774
8137 msgid "Query error"
8138 msgstr ""
8140 #: libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php:48
8141 #, php-format
8142 msgid "The name '%s' is a MySQL reserved keyword."
8143 msgid_plural "The names '%s' are MySQL reserved keywords."
8144 msgstr[0] ""
8145 msgstr[1] ""
8147 #: libraries/classes/Controllers/Table/Structure/SaveController.php:216
8148 #, php-format
8149 msgid ""
8150 "Table %1$s has been altered successfully. Privileges have been adjusted."
8151 msgstr ""
8153 #: libraries/classes/Controllers/Table/TrackingController.php:77
8154 #, php-format
8155 msgid "Tracking of %s is activated."
8156 msgstr ""
8158 #: libraries/classes/Controllers/Table/TrackingController.php:153
8159 msgid "Tracking versions deleted successfully."
8160 msgstr ""
8162 #: libraries/classes/Controllers/Table/TrackingController.php:158
8163 msgid "No versions selected."
8164 msgstr ""
8166 #: libraries/classes/Controllers/Table/TrackingController.php:191
8167 msgid "SQL statements executed."
8168 msgstr ""
8170 #: libraries/classes/Controllers/UserPasswordController.php:58
8171 msgid "You don't have sufficient privileges to be here right now!"
8172 msgstr ""
8174 #: libraries/classes/Controllers/UserPasswordController.php:92
8175 #: templates/home/index.twig:46 templates/modals/change_password.twig:5
8176 #: templates/server/privileges/change_password.twig:10
8177 msgid "Change password"
8178 msgstr ""
8180 #: libraries/classes/Controllers/View/CreateController.php:95
8181 msgid "View name can not be empty!"
8182 msgstr ""
8184 #: libraries/classes/Core.php:198 libraries/classes/ZipExtension.php:62
8185 #, php-format
8186 msgid "The %s extension is missing. Please check your PHP configuration."
8187 msgstr ""
8189 #: libraries/classes/Database/CentralColumns.php:293
8190 #: libraries/classes/Database/CentralColumns.php:399
8191 #: libraries/classes/Database/CentralColumns.php:611
8192 msgid ""
8193 "The configuration storage is not ready for the central list of columns "
8194 "feature."
8195 msgstr ""
8197 #: libraries/classes/Database/CentralColumns.php:351
8198 #, php-format
8199 msgid "Could not add %1$s as they already exist in central list!"
8200 msgstr ""
8202 #: libraries/classes/Database/CentralColumns.php:367
8203 msgid "Could not add columns!"
8204 msgstr ""
8206 #: libraries/classes/Database/CentralColumns.php:451
8207 #, php-format
8208 msgid ""
8209 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
8210 msgstr ""
8212 #: libraries/classes/Database/CentralColumns.php:464
8213 msgid "Could not remove columns!"
8214 msgstr ""
8216 #: libraries/classes/Database/CentralColumns.php:625
8217 msgid "YES"
8218 msgstr ""
8220 #: libraries/classes/Database/CentralColumns.php:625
8221 msgid "NO"
8222 msgstr ""
8224 #: libraries/classes/Database/Designer/Common.php:528
8225 msgctxt ""
8226 "phpMyAdmin configuration storage is not configured for \"Display Features\" "
8227 "on designer when user tries to set a display field."
8228 msgid ""
8229 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
8230 msgstr ""
8232 #: libraries/classes/Database/Designer/Common.php:573
8233 msgid "Error: relationship already exists."
8234 msgstr ""
8236 #: libraries/classes/Database/Designer/Common.php:625
8237 msgid "FOREIGN KEY relationship has been added."
8238 msgstr ""
8240 #: libraries/classes/Database/Designer/Common.php:633
8241 msgid "Error: FOREIGN KEY relationship could not be added!"
8242 msgstr ""
8244 #: libraries/classes/Database/Designer/Common.php:640
8245 msgid "Error: Missing index on column(s)."
8246 msgstr ""
8248 #: libraries/classes/Database/Designer/Common.php:648
8249 #: libraries/classes/Database/Designer/Common.php:727
8250 msgid "Error: Relational features are disabled!"
8251 msgstr ""
8253 #: libraries/classes/Database/Designer/Common.php:672
8254 msgid "Internal relationship has been added."
8255 msgstr ""
8257 #: libraries/classes/Database/Designer/Common.php:680
8258 msgid "Error: Internal relationship could not be added!"
8259 msgstr ""
8261 #: libraries/classes/Database/Designer/Common.php:718
8262 msgid "FOREIGN KEY relationship has been removed."
8263 msgstr ""
8265 #: libraries/classes/Database/Designer/Common.php:749
8266 msgid "Error: Internal relationship could not be removed!"
8267 msgstr ""
8269 #: libraries/classes/Database/Designer/Common.php:755
8270 msgid "Internal relationship has been removed."
8271 msgstr ""
8273 #: libraries/classes/Database/Designer.php:136
8274 msgid "Could not load schema plugins, please check your installation!"
8275 msgstr ""
8277 #: libraries/classes/Database/Events.php:105
8278 #: libraries/classes/Database/Events.php:114
8279 #: libraries/classes/Database/Events.php:140
8280 #: libraries/classes/Database/Routines.php:224
8281 #: libraries/classes/Database/Routines.php:249
8282 #: libraries/classes/Database/Routines.php:351
8283 #: libraries/classes/Database/Routines.php:1252
8284 #: libraries/classes/Database/Triggers.php:116
8285 #: libraries/classes/Database/Triggers.php:125
8286 #: libraries/classes/Database/Triggers.php:152
8287 #, php-format
8288 msgid "The following query has failed: \"%s\""
8289 msgstr ""
8291 #: libraries/classes/Database/Events.php:109
8292 #: libraries/classes/Database/Events.php:118
8293 #: libraries/classes/Database/Events.php:144
8294 #: libraries/classes/Database/Events.php:502
8295 #: libraries/classes/Database/Routines.php:228
8296 #: libraries/classes/Database/Routines.php:253
8297 #: libraries/classes/Database/Routines.php:355
8298 #: libraries/classes/Database/Routines.php:1256
8299 #: libraries/classes/Database/Routines.php:1536
8300 #: libraries/classes/Database/Triggers.php:120
8301 #: libraries/classes/Database/Triggers.php:129
8302 #: libraries/classes/Database/Triggers.php:156
8303 #: libraries/classes/Database/Triggers.php:438
8304 #: libraries/classes/Html/Generator.php:921
8305 msgid "MySQL said: "
8306 msgstr ""
8308 #: libraries/classes/Database/Events.php:127
8309 #, php-format
8310 msgid "Event %1$s has been modified."
8311 msgstr ""
8313 #: libraries/classes/Database/Events.php:147
8314 #, php-format
8315 msgid "Event %1$s has been created."
8316 msgstr ""
8318 #: libraries/classes/Database/Events.php:161
8319 #: libraries/classes/Database/Routines.php:269
8320 #: libraries/classes/Database/Triggers.php:173
8321 msgid "One or more errors have occurred while processing your request:"
8322 msgstr ""
8324 #: libraries/classes/Database/Events.php:240
8325 msgid "Add event"
8326 msgstr ""
8328 #: libraries/classes/Database/Events.php:244
8329 msgid "Edit event"
8330 msgstr ""
8332 #: libraries/classes/Database/Events.php:401
8333 #: libraries/classes/Database/Routines.php:988
8334 #: libraries/classes/Database/Triggers.php:382
8335 msgid "The definer must be in the \"username@hostname\" format!"
8336 msgstr ""
8338 #: libraries/classes/Database/Events.php:409
8339 msgid "You must provide an event name!"
8340 msgstr ""
8342 #: libraries/classes/Database/Events.php:423
8343 msgid "You must provide a valid interval value for the event."
8344 msgstr ""
8346 #: libraries/classes/Database/Events.php:443
8347 msgid "You must provide a valid execution time for the event."
8348 msgstr ""
8350 #: libraries/classes/Database/Events.php:447
8351 msgid "You must provide a valid type for the event."
8352 msgstr ""
8354 #: libraries/classes/Database/Events.php:473
8355 msgid "You must provide an event definition."
8356 msgstr ""
8358 #: libraries/classes/Database/Events.php:499
8359 msgid "Sorry, we failed to restore the dropped event."
8360 msgstr ""
8362 #: libraries/classes/Database/Events.php:500
8363 #: libraries/classes/Database/Routines.php:1534
8364 #: libraries/classes/Database/Triggers.php:436
8365 msgid "The backed up query was:"
8366 msgstr ""
8368 #: libraries/classes/Database/Events.php:531
8369 #: libraries/classes/Database/Routines.php:150
8370 #: libraries/classes/Database/Routines.php:1145
8371 #: libraries/classes/Database/Routines.php:1312
8372 #: libraries/classes/Database/Triggers.php:467
8373 msgid "Error in processing request:"
8374 msgstr ""
8376 #: libraries/classes/Database/Events.php:533
8377 #, php-format
8378 msgid "No event with name %1$s found in database %2$s."
8379 msgstr ""
8381 #: libraries/classes/Database/Events.php:563
8382 #, php-format
8383 msgid "Export of event %s"
8384 msgstr ""
8386 #: libraries/classes/Database/Events.php:584
8387 #, php-format
8388 msgid ""
8389 "Error in processing request: No event with name %1$s found in database %2$s."
8390 msgstr ""
8392 #: libraries/classes/DatabaseInterface.php:1130
8393 #, php-format
8394 msgid ""
8395 "Unable to use timezone \"%1$s\" for server %2$d. Please check your "
8396 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8397 "phpMyAdmin is currently using the default time zone of the database server."
8398 msgstr ""
8400 #: libraries/classes/DatabaseInterface.php:1175
8401 msgid "Failed to set configured collation connection!"
8402 msgstr ""
8404 #: libraries/classes/DatabaseInterface.php:1864
8405 msgid "Missing connection parameters!"
8406 msgstr ""
8408 #: libraries/classes/DatabaseInterface.php:1889
8409 msgid "Connection for controluser as defined in your configuration failed."
8410 msgstr ""
8412 #: libraries/classes/DatabaseInterface.php:2294
8413 #, php-format
8414 msgid "See %sour documentation%s for more information."
8415 msgstr ""
8417 #: libraries/classes/Database/Qbe.php:756
8418 #: templates/database/qbe/ins_del_and_or_cell.twig:21
8419 msgid "Or:"
8420 msgstr ""
8422 #: libraries/classes/Database/Qbe.php:760
8423 #: templates/database/qbe/ins_del_and_or_cell.twig:9
8424 msgid "And:"
8425 msgstr ""
8427 #: libraries/classes/Database/Qbe.php:766
8428 msgid "Ins"
8429 msgstr ""
8431 #: libraries/classes/Database/Qbe.php:769
8432 msgid "Del"
8433 msgstr ""
8435 #: libraries/classes/Database/Qbe.php:1674
8436 msgid "Saved bookmarked search:"
8437 msgstr ""
8439 #: libraries/classes/Database/Qbe.php:1676
8440 msgid "New bookmark"
8441 msgstr ""
8443 #: libraries/classes/Database/Qbe.php:1703
8444 msgid "Create bookmark"
8445 msgstr ""
8447 #: libraries/classes/Database/Qbe.php:1706
8448 msgid "Update bookmark"
8449 msgstr ""
8451 #: libraries/classes/Database/Qbe.php:1708
8452 msgid "Delete bookmark"
8453 msgstr ""
8455 #: libraries/classes/Database/Routines.php:117
8456 msgid "Add routine"
8457 msgstr ""
8459 #: libraries/classes/Database/Routines.php:121
8460 msgid "Edit routine"
8461 msgstr ""
8463 #: libraries/classes/Database/Routines.php:153
8464 #, php-format
8465 msgid ""
8466 "No routine with name %1$s found in database %2$s. You might be lacking the "
8467 "necessary privileges to edit this routine."
8468 msgstr ""
8470 #: libraries/classes/Database/Routines.php:205
8471 #: libraries/classes/Database/Routines.php:996
8472 #, php-format
8473 msgid "Invalid routine type: \"%s\""
8474 msgstr ""
8476 #: libraries/classes/Database/Routines.php:256
8477 #, php-format
8478 msgid "Routine %1$s has been created."
8479 msgstr ""
8481 #: libraries/classes/Database/Routines.php:416
8482 #, php-format
8483 msgid "Routine %1$s has been modified. Privileges have been adjusted."
8484 msgstr ""
8486 #: libraries/classes/Database/Routines.php:421
8487 #, php-format
8488 msgid "Routine %1$s has been modified."
8489 msgstr ""
8491 #: libraries/classes/Database/Routines.php:829
8492 msgid "You must provide a name and a type for each routine parameter."
8493 msgstr ""
8495 #: libraries/classes/Database/Routines.php:847
8496 #, php-format
8497 msgid "Invalid direction \"%s\" given for parameter."
8498 msgstr ""
8500 #: libraries/classes/Database/Routines.php:867
8501 #: libraries/classes/Database/Routines.php:934
8502 msgid ""
8503 "You must provide length/values for routine parameters of type ENUM, SET, "
8504 "VARCHAR and VARBINARY."
8505 msgstr ""
8507 #: libraries/classes/Database/Routines.php:916
8508 msgid "You must provide a valid return type for the routine."
8509 msgstr ""
8511 #: libraries/classes/Database/Routines.php:1004
8512 msgid "You must provide a routine name!"
8513 msgstr ""
8515 #: libraries/classes/Database/Routines.php:1069
8516 msgid "You must provide a routine definition."
8517 msgstr ""
8519 #: libraries/classes/Database/Routines.php:1147
8520 #: libraries/classes/Database/Routines.php:1314
8521 #, php-format
8522 msgid "No routine with name %1$s found in database %2$s."
8523 msgstr ""
8525 #: libraries/classes/Database/Routines.php:1186
8526 #, php-format
8527 msgid "Execution results of routine %s"
8528 msgstr ""
8530 #: libraries/classes/Database/Routines.php:1234
8531 #, php-format
8532 msgid "%d row affected by the last statement inside the procedure."
8533 msgid_plural "%d rows affected by the last statement inside the procedure."
8534 msgstr[0] ""
8535 msgstr[1] ""
8537 #: libraries/classes/Database/Routines.php:1297
8538 #: libraries/classes/Database/Routines.php:1304
8539 msgid "Execute routine"
8540 msgstr ""
8542 #: libraries/classes/Database/Routines.php:1533
8543 msgid "Sorry, we failed to restore the dropped routine."
8544 msgstr ""
8546 #: libraries/classes/Database/Routines.php:1561
8547 #, php-format
8548 msgid "Export of routine %s"
8549 msgstr ""
8551 #: libraries/classes/Database/Routines.php:1583
8552 #, php-format
8553 msgid ""
8554 "Error in processing request: No routine with name %1$s found in database "
8555 "%2$s. You might be lacking the necessary privileges to view/export this "
8556 "routine."
8557 msgstr ""
8559 #: libraries/classes/Database/Search.php:103
8560 #: templates/database/search/main.twig:19
8561 msgid "at least one of the words"
8562 msgstr ""
8564 #: libraries/classes/Database/Search.php:104
8565 #: templates/database/search/main.twig:23
8566 msgid "all of the words"
8567 msgstr ""
8569 #: libraries/classes/Database/Search.php:105
8570 #: templates/database/search/main.twig:27
8571 msgid "the exact phrase as substring"
8572 msgstr ""
8574 #: libraries/classes/Database/Search.php:106
8575 #: templates/database/search/main.twig:31
8576 msgid "the exact phrase as whole field"
8577 msgstr ""
8579 #: libraries/classes/Database/Search.php:107
8580 #: templates/database/search/main.twig:35
8581 msgid "as regular expression"
8582 msgstr ""
8584 #: libraries/classes/Database/Triggers.php:139
8585 #, php-format
8586 msgid "Trigger %1$s has been modified."
8587 msgstr ""
8589 #: libraries/classes/Database/Triggers.php:159
8590 #, php-format
8591 msgid "Trigger %1$s has been created."
8592 msgstr ""
8594 #: libraries/classes/Database/Triggers.php:258
8595 msgid "Add trigger"
8596 msgstr ""
8598 #: libraries/classes/Database/Triggers.php:262
8599 msgid "Edit trigger"
8600 msgstr ""
8602 #: libraries/classes/Database/Triggers.php:390
8603 msgid "You must provide a trigger name!"
8604 msgstr ""
8606 #: libraries/classes/Database/Triggers.php:396
8607 msgid "You must provide a valid timing for the trigger!"
8608 msgstr ""
8610 #: libraries/classes/Database/Triggers.php:402
8611 msgid "You must provide a valid event for the trigger!"
8612 msgstr ""
8614 #: libraries/classes/Database/Triggers.php:409
8615 msgid "You must provide a valid table name!"
8616 msgstr ""
8618 #: libraries/classes/Database/Triggers.php:416
8619 msgid "You must provide a trigger definition."
8620 msgstr ""
8622 #: libraries/classes/Database/Triggers.php:435
8623 msgid "Sorry, we failed to restore the dropped trigger."
8624 msgstr ""
8626 #: libraries/classes/Database/Triggers.php:469
8627 #, php-format
8628 msgid "No trigger with name %1$s found in database %2$s."
8629 msgstr ""
8631 #: libraries/classes/Database/Triggers.php:501
8632 #: templates/database/triggers/export.twig:2
8633 #, php-format
8634 msgid "Export of trigger %s"
8635 msgstr ""
8637 #: libraries/classes/Database/Triggers.php:519
8638 #, php-format
8639 msgid ""
8640 "Error in processing request: No trigger with name %1$s found in database "
8641 "%2$s."
8642 msgstr ""
8644 #: libraries/classes/Dbal/DbiMysqli.php:143
8645 msgid "SSL connection enforced by server, automatically enabling it."
8646 msgstr ""
8648 #: libraries/classes/Dbal/DbiMysqli.php:155
8649 #, php-format
8650 msgid ""
8651 "Error 1045: Access denied for user. Additional error information may be "
8652 "available, but is being hidden by the %s configuration directive."
8653 msgstr ""
8655 #: libraries/classes/Dbal/InvalidDatabaseName.php:14
8656 #, fuzzy
8657 #| msgid "The database name is empty!"
8658 msgid "The database name must be a non-empty string."
8659 msgstr "የዳታቤዝ ስም ባዶ ነው!"
8661 #: libraries/classes/Dbal/InvalidDatabaseName.php:22
8662 #, php-format
8663 msgid "The database name cannot be longer than %d characters."
8664 msgstr ""
8666 #: libraries/classes/Dbal/InvalidDatabaseName.php:27
8667 msgid "The database name cannot end with a space character."
8668 msgstr ""
8670 #: libraries/classes/Dbal/InvalidTableName.php:14
8671 #, fuzzy
8672 #| msgid "The database name is empty!"
8673 msgid "The table name must be a non-empty string."
8674 msgstr "የዳታቤዝ ስም ባዶ ነው!"
8676 #: libraries/classes/Dbal/InvalidTableName.php:22
8677 #, php-format
8678 msgid "The table name cannot be longer than %d characters."
8679 msgstr ""
8681 #: libraries/classes/Dbal/InvalidTableName.php:27
8682 msgid "The table name cannot end with a space character."
8683 msgstr ""
8685 #: libraries/classes/Display/Results.php:1272
8686 #: templates/display/results/table.twig:204
8687 msgid "Partial texts"
8688 msgstr ""
8690 #: libraries/classes/Display/Results.php:1276
8691 #: templates/display/results/table.twig:208
8692 msgid "Full texts"
8693 msgstr ""
8695 #: libraries/classes/Display/Results.php:1617
8696 #: libraries/classes/Display/Results.php:1643 libraries/classes/Util.php:2487
8697 #: libraries/classes/Util.php:2510 libraries/config.values.php:113
8698 #: templates/database/multi_table_query/form.twig:69
8699 #: templates/database/qbe/sort_select_cell.twig:7
8700 #: templates/server/databases/index.twig:111
8701 #: templates/server/databases/index.twig:128
8702 #: templates/server/databases/index.twig:147
8703 #: templates/server/status/processes/list.twig:12
8704 #: templates/table/operations/index.twig:31
8705 #: templates/table/search/index.twig:163
8706 msgid "Descending"
8707 msgstr ""
8709 #: libraries/classes/Display/Results.php:1625
8710 #: libraries/classes/Display/Results.php:1635 libraries/classes/Util.php:2479
8711 #: libraries/classes/Util.php:2502 libraries/config.values.php:112
8712 #: templates/database/multi_table_query/form.twig:68
8713 #: templates/database/qbe/sort_select_cell.twig:5
8714 #: templates/server/databases/index.twig:109
8715 #: templates/server/databases/index.twig:126
8716 #: templates/server/databases/index.twig:145
8717 #: templates/server/status/processes/list.twig:14
8718 #: templates/table/operations/index.twig:27
8719 #: templates/table/search/index.twig:159
8720 msgid "Ascending"
8721 msgstr ""
8723 #: libraries/classes/Display/Results.php:2810
8724 #: libraries/classes/Display/Results.php:2825
8725 msgid "The row has been deleted."
8726 msgstr ""
8728 #: libraries/classes/Display/Results.php:2857
8729 #: templates/server/status/processes/list.twig:44
8730 msgid "Kill"
8731 msgstr ""
8733 #: libraries/classes/Display/Results.php:3417
8734 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
8735 msgstr ""
8737 #: libraries/classes/Display/Results.php:3784
8738 #, php-format
8739 msgid "Showing rows %1s - %2s"
8740 msgstr ""
8742 #: libraries/classes/Display/Results.php:3798
8743 #, php-format
8744 msgid "%1$d total, %2$d in query"
8745 msgstr ""
8747 #: libraries/classes/Display/Results.php:3803
8748 #, php-format
8749 msgid "%d total"
8750 msgstr ""
8752 #: libraries/classes/Display/Results.php:3816 libraries/classes/Sql.php:974
8753 #, php-format
8754 msgid "Query took %01.4f seconds."
8755 msgstr ""
8757 #: libraries/classes/Display/Results.php:4146
8758 msgid "Link not found!"
8759 msgstr ""
8761 #: libraries/classes/Engines/Bdb.php:28
8762 msgid "Version information"
8763 msgstr ""
8765 #: libraries/classes/Engines/Innodb.php:31
8766 msgid "Data home directory"
8767 msgstr ""
8769 #: libraries/classes/Engines/Innodb.php:32
8770 msgid "The common part of the directory path for all InnoDB data files."
8771 msgstr ""
8773 #: libraries/classes/Engines/Innodb.php:35
8774 msgid "Data files"
8775 msgstr ""
8777 #: libraries/classes/Engines/Innodb.php:38
8778 msgid "Autoextend increment"
8779 msgstr ""
8781 #: libraries/classes/Engines/Innodb.php:40
8782 msgid ""
8783 "The increment size for extending the size of an autoextending tablespace "
8784 "when it becomes full."
8785 msgstr ""
8787 #: libraries/classes/Engines/Innodb.php:45
8788 msgid "Buffer pool size"
8789 msgstr ""
8791 #: libraries/classes/Engines/Innodb.php:46
8792 msgid ""
8793 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
8794 "tables."
8795 msgstr ""
8797 #: libraries/classes/Engines/Innodb.php:107
8798 msgid "Buffer Pool"
8799 msgstr ""
8801 #: libraries/classes/Engines/Innodb.php:108
8802 #: libraries/classes/Server/Status/Data.php:233
8803 msgid "InnoDB Status"
8804 msgstr ""
8806 #: libraries/classes/Engines/Innodb.php:133
8807 msgid "Buffer Pool Usage"
8808 msgstr ""
8810 #: libraries/classes/Engines/Innodb.php:140
8811 msgid "pages"
8812 msgstr ""
8814 #: libraries/classes/Engines/Innodb.php:148
8815 msgid "Free pages"
8816 msgstr ""
8818 #: libraries/classes/Engines/Innodb.php:154
8819 msgid "Dirty pages"
8820 msgstr ""
8822 #: libraries/classes/Engines/Innodb.php:160
8823 msgid "Pages containing data"
8824 msgstr ""
8826 #: libraries/classes/Engines/Innodb.php:166
8827 msgid "Pages to be flushed"
8828 msgstr ""
8830 #: libraries/classes/Engines/Innodb.php:172
8831 msgid "Busy pages"
8832 msgstr ""
8834 #: libraries/classes/Engines/Innodb.php:181
8835 msgid "Latched pages"
8836 msgstr ""
8838 #: libraries/classes/Engines/Innodb.php:192
8839 msgid "Buffer Pool Activity"
8840 msgstr ""
8842 #: libraries/classes/Engines/Innodb.php:196
8843 msgid "Read requests"
8844 msgstr ""
8846 #: libraries/classes/Engines/Innodb.php:202
8847 msgid "Write requests"
8848 msgstr ""
8850 #: libraries/classes/Engines/Innodb.php:208
8851 msgid "Read misses"
8852 msgstr ""
8854 #: libraries/classes/Engines/Innodb.php:214
8855 msgid "Write waits"
8856 msgstr ""
8858 #: libraries/classes/Engines/Innodb.php:220
8859 msgid "Read misses in %"
8860 msgstr ""
8862 #: libraries/classes/Engines/Innodb.php:235
8863 msgid "Write waits in %"
8864 msgstr ""
8866 #: libraries/classes/Engines/Myisam.php:28
8867 msgid "Data pointer size"
8868 msgstr ""
8870 #: libraries/classes/Engines/Myisam.php:30
8871 msgid ""
8872 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
8873 "tables when no MAX_ROWS option is specified."
8874 msgstr ""
8876 #: libraries/classes/Engines/Myisam.php:36
8877 msgid "Automatic recovery mode"
8878 msgstr ""
8880 #: libraries/classes/Engines/Myisam.php:38
8881 msgid ""
8882 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
8883 "myisam-recover server startup option."
8884 msgstr ""
8886 #: libraries/classes/Engines/Myisam.php:43
8887 msgid "Maximum size for temporary sort files"
8888 msgstr ""
8890 #: libraries/classes/Engines/Myisam.php:45
8891 msgid ""
8892 "The maximum size of the temporary file MySQL is allowed to use while re-"
8893 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
8894 "INFILE)."
8895 msgstr ""
8897 #: libraries/classes/Engines/Myisam.php:52
8898 msgid "Maximum size for temporary files on index creation"
8899 msgstr ""
8901 #: libraries/classes/Engines/Myisam.php:54
8902 msgid ""
8903 "If the temporary file used for fast MyISAM index creation would be larger "
8904 "than using the key cache by the amount specified here, prefer the key cache "
8905 "method."
8906 msgstr ""
8908 #: libraries/classes/Engines/Myisam.php:61
8909 msgid "Repair threads"
8910 msgstr ""
8912 #: libraries/classes/Engines/Myisam.php:63
8913 msgid ""
8914 "If this value is greater than 1, MyISAM table indexes are created in "
8915 "parallel (each index in its own thread) during the repair by sorting process."
8916 msgstr ""
8918 #: libraries/classes/Engines/Myisam.php:70
8919 msgid "Sort buffer size"
8920 msgstr ""
8922 #: libraries/classes/Engines/Myisam.php:72
8923 msgid ""
8924 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
8925 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
8926 msgstr ""
8928 #: libraries/classes/Engines/Pbxt.php:33
8929 msgid "Index cache size"
8930 msgstr ""
8932 #: libraries/classes/Engines/Pbxt.php:35
8933 msgid ""
8934 "This is the amount of memory allocated to the index cache. Default value is "
8935 "32MB. The memory allocated here is used only for caching index pages."
8936 msgstr ""
8938 #: libraries/classes/Engines/Pbxt.php:42
8939 msgid "Record cache size"
8940 msgstr ""
8942 #: libraries/classes/Engines/Pbxt.php:44
8943 msgid ""
8944 "This is the amount of memory allocated to the record cache used to cache "
8945 "table data. The default value is 32MB. This memory is used to cache changes "
8946 "to the handle data (.xtd) and row pointer (.xtr) files."
8947 msgstr ""
8949 #: libraries/classes/Engines/Pbxt.php:52
8950 msgid "Log cache size"
8951 msgstr ""
8953 #: libraries/classes/Engines/Pbxt.php:54
8954 msgid ""
8955 "The amount of memory allocated to the transaction log cache used to cache on "
8956 "transaction log data. The default is 16MB."
8957 msgstr ""
8959 #: libraries/classes/Engines/Pbxt.php:61
8960 msgid "Log file threshold"
8961 msgstr ""
8963 #: libraries/classes/Engines/Pbxt.php:63
8964 msgid ""
8965 "The size of a transaction log before rollover, and a new log is created. The "
8966 "default value is 16MB."
8967 msgstr ""
8969 #: libraries/classes/Engines/Pbxt.php:69
8970 msgid "Transaction buffer size"
8971 msgstr ""
8973 #: libraries/classes/Engines/Pbxt.php:71
8974 msgid ""
8975 "The size of the global transaction log buffer (the engine allocates 2 "
8976 "buffers of this size). The default is 1MB."
8977 msgstr ""
8979 #: libraries/classes/Engines/Pbxt.php:78
8980 msgid "Checkpoint frequency"
8981 msgstr ""
8983 #: libraries/classes/Engines/Pbxt.php:80
8984 msgid ""
8985 "The amount of data written to the transaction log before a checkpoint is "
8986 "performed. The default value is 24MB."
8987 msgstr ""
8989 #: libraries/classes/Engines/Pbxt.php:87
8990 msgid "Data log threshold"
8991 msgstr ""
8993 #: libraries/classes/Engines/Pbxt.php:89
8994 msgid ""
8995 "The maximum size of a data log file. The default value is 64MB. PBXT can "
8996 "create a maximum of 32000 data logs, which are used by all tables. So the "
8997 "value of this variable can be increased to increase the total amount of data "
8998 "that can be stored in the database."
8999 msgstr ""
9001 #: libraries/classes/Engines/Pbxt.php:98
9002 msgid "Garbage threshold"
9003 msgstr ""
9005 #: libraries/classes/Engines/Pbxt.php:100
9006 msgid ""
9007 "The percentage of garbage in a data log file before it is compacted. This is "
9008 "a value between 1 and 99. The default is 50."
9009 msgstr ""
9011 #: libraries/classes/Engines/Pbxt.php:107
9012 msgid "Log buffer size"
9013 msgstr ""
9015 #: libraries/classes/Engines/Pbxt.php:109
9016 msgid ""
9017 "The size of the buffer used when writing a data log. The default is 256MB. "
9018 "The engine allocates one buffer per thread, but only if the thread is "
9019 "required to write a data log."
9020 msgstr ""
9022 #: libraries/classes/Engines/Pbxt.php:117
9023 msgid "Data file grow size"
9024 msgstr ""
9026 #: libraries/classes/Engines/Pbxt.php:118
9027 msgid "The grow size of the handle data (.xtd) files."
9028 msgstr ""
9030 #: libraries/classes/Engines/Pbxt.php:122
9031 msgid "Row file grow size"
9032 msgstr ""
9034 #: libraries/classes/Engines/Pbxt.php:123
9035 msgid "The grow size of the row pointer (.xtr) files."
9036 msgstr ""
9038 #: libraries/classes/Engines/Pbxt.php:127
9039 msgid "Log file count"
9040 msgstr ""
9042 #: libraries/classes/Engines/Pbxt.php:129
9043 msgid ""
9044 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
9045 "system will maintain. If the number of logs exceeds this value then old logs "
9046 "will be deleted, otherwise they are renamed and given the next highest "
9047 "number."
9048 msgstr ""
9050 #: libraries/classes/Engines/Pbxt.php:169
9051 #: libraries/classes/Html/Generator.php:784
9052 #: libraries/classes/Html/MySQLDocumentation.php:50
9053 #: libraries/classes/Sanitize.php:203
9054 #: templates/config/form_display/input.twig:10 templates/home/index.twig:244
9055 #: templates/server/variables/index.twig:17 templates/setup/home/index.twig:113
9056 #: templates/setup/home/index.twig:131
9057 msgid "Documentation"
9058 msgstr ""
9060 #: libraries/classes/Engines/Pbxt.php:185
9061 #, php-format
9062 msgid ""
9063 "Documentation and further information about PBXT can be found on the "
9064 "%sPrimeBase XT Home Page%s."
9065 msgstr ""
9067 #: libraries/classes/ErrorHandler.php:104
9068 msgid "Too many error messages, some are not displayed."
9069 msgstr ""
9071 #: libraries/classes/ErrorHandler.php:430
9072 msgid "Report"
9073 msgstr ""
9075 #: libraries/classes/ErrorHandler.php:435 templates/error/report_form.twig:25
9076 msgid "Automatically send report next time"
9077 msgstr ""
9079 #: libraries/classes/Export.php:159 libraries/classes/Export.php:195
9080 #: libraries/classes/Export.php:469
9081 #, php-format
9082 msgid "Insufficient space to save the file %s."
9083 msgstr ""
9085 #: libraries/classes/Export.php:418
9086 #, php-format
9087 msgid ""
9088 "File %s already exists on server, change filename or check overwrite option."
9089 msgstr ""
9091 #: libraries/classes/Export.php:425 libraries/classes/Export.php:435
9092 #, php-format
9093 msgid "The web server does not have permission to save the file %s."
9094 msgstr ""
9096 #: libraries/classes/Export.php:475
9097 #, php-format
9098 msgid "Dump has been saved to file %s."
9099 msgstr ""
9101 #. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
9102 #: libraries/classes/Export.php:982
9103 msgid "Exporting a raw query is not supported for this export method."
9104 msgstr ""
9106 #: libraries/classes/File.php:231
9107 msgid "File was not an uploaded file."
9108 msgstr ""
9110 #: libraries/classes/File.php:266
9111 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
9112 msgstr ""
9114 #: libraries/classes/File.php:271
9115 msgid ""
9116 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
9117 "the HTML form."
9118 msgstr ""
9120 #: libraries/classes/File.php:276
9121 msgid "The uploaded file was only partially uploaded."
9122 msgstr ""
9124 #: libraries/classes/File.php:280
9125 msgid "Missing a temporary folder."
9126 msgstr ""
9128 #: libraries/classes/File.php:283
9129 msgid "Failed to write file to disk."
9130 msgstr ""
9132 #: libraries/classes/File.php:286
9133 msgid "File upload stopped by extension."
9134 msgstr ""
9136 #: libraries/classes/File.php:289
9137 msgid "Unknown error in file upload."
9138 msgstr ""
9140 #: libraries/classes/File.php:422
9141 msgid "File is a symbolic link"
9142 msgstr ""
9144 #: libraries/classes/File.php:429 libraries/classes/File.php:520
9145 msgid "File could not be read!"
9146 msgstr ""
9148 #: libraries/classes/File.php:465
9149 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
9150 msgstr ""
9152 #: libraries/classes/File.php:485
9153 msgid "Error while moving uploaded file."
9154 msgstr ""
9156 #: libraries/classes/File.php:494
9157 msgid "Cannot read uploaded file."
9158 msgstr ""
9160 #: libraries/classes/File.php:571
9161 #, php-format
9162 msgid ""
9163 "You attempted to load file with unsupported compression (%s). Either support "
9164 "for it is not implemented or disabled by your configuration."
9165 msgstr ""
9167 #: libraries/classes/FlashMessages.php:24
9168 msgid "Session not found."
9169 msgstr ""
9171 #: libraries/classes/Html/Generator.php:146
9172 #, php-format
9173 msgid "Jump to database “%s”."
9174 msgstr ""
9176 #: libraries/classes/Html/Generator.php:172
9177 #, php-format
9178 msgid "The %s functionality is affected by a known bug, see %s"
9179 msgstr ""
9181 #: libraries/classes/Html/Generator.php:240
9182 msgid "SSL is not being used"
9183 msgstr ""
9185 #: libraries/classes/Html/Generator.php:245
9186 msgid "SSL is used with disabled verification"
9187 msgstr ""
9189 #: libraries/classes/Html/Generator.php:247
9190 msgid "SSL is used without certification authority"
9191 msgstr ""
9193 #: libraries/classes/Html/Generator.php:250
9194 msgid "SSL is used"
9195 msgstr ""
9197 #: libraries/classes/Html/Generator.php:353
9198 msgid "The PHP function password_hash() with default options."
9199 msgstr ""
9201 #: libraries/classes/Html/Generator.php:354
9202 msgid "password_hash() PHP function"
9203 msgstr ""
9205 #: libraries/classes/Html/Generator.php:632
9206 msgid "Skip Explain SQL"
9207 msgstr ""
9209 #: libraries/classes/Html/Generator.php:641
9210 #, php-format
9211 msgid "Analyze Explain at %s"
9212 msgstr ""
9214 #: libraries/classes/Html/Generator.php:670
9215 msgid "Without PHP code"
9216 msgstr ""
9218 #: libraries/classes/Html/Generator.php:678
9219 #: templates/database/multi_table_query/form.twig:175
9220 #: templates/database/qbe/selection_form.twig:115
9221 msgid "Submit query"
9222 msgstr ""
9224 #: libraries/classes/Html/Generator.php:725 templates/console/display.twig:43
9225 #: templates/console/display.twig:201 templates/sql/profiling_chart.twig:2
9226 msgid "Profiling"
9227 msgstr ""
9229 #: libraries/classes/Html/Generator.php:738
9230 msgctxt "Inline edit query"
9231 msgid "Edit inline"
9232 msgstr ""
9234 #: libraries/classes/Html/Generator.php:860
9235 msgid "Static analysis:"
9236 msgstr ""
9238 #: libraries/classes/Html/Generator.php:863
9239 #, php-format
9240 msgid "%d errors were found during analysis."
9241 msgstr ""
9243 #: libraries/classes/Import.php:276 libraries/classes/Sql.php:982
9244 msgid "[ROLLBACK occurred.]"
9245 msgstr ""
9247 #: libraries/classes/Import.php:1215
9248 msgid ""
9249 "The following structures have either been created or altered. Here you can:"
9250 msgstr ""
9252 #: libraries/classes/Import.php:1217
9253 msgid "View a structure's contents by clicking on its name."
9254 msgstr ""
9256 #: libraries/classes/Import.php:1218
9257 msgid ""
9258 "Change any of its settings by clicking the corresponding \"Options\" link."
9259 msgstr ""
9261 #: libraries/classes/Import.php:1219
9262 msgid "Edit structure by following the \"Structure\" link."
9263 msgstr ""
9265 #: libraries/classes/Import.php:1223 libraries/classes/Import.php:1257
9266 #: libraries/classes/Plugins/Export/ExportCodegen.php:66
9267 #: libraries/classes/Plugins/Export/ExportCsv.php:45
9268 #: libraries/classes/Plugins/Export/ExportExcel.php:39
9269 #: libraries/classes/Plugins/Export/ExportHtmlword.php:45
9270 #: libraries/classes/Plugins/Export/ExportJson.php:71
9271 #: libraries/classes/Plugins/Export/ExportLatex.php:67
9272 #: libraries/classes/Plugins/Export/ExportMediawiki.php:45
9273 #: libraries/classes/Plugins/Export/ExportOds.php:52
9274 #: libraries/classes/Plugins/Export/ExportOdt.php:59
9275 #: libraries/classes/Plugins/Export/ExportPdf.php:65
9276 #: libraries/classes/Plugins/Export/ExportPhparray.php:44
9277 #: libraries/classes/Plugins/Export/ExportSql.php:115
9278 #: libraries/classes/Plugins/Export/ExportTexytext.php:44
9279 #: libraries/classes/Plugins/Export/ExportXml.php:76
9280 #: libraries/classes/Plugins/Export/ExportYaml.php:43
9281 #: libraries/classes/Plugins/Import/ImportCsv.php:70
9282 #: libraries/classes/Plugins/Import/ImportLdi.php:51
9283 #: libraries/classes/Plugins/Import/ImportMediawiki.php:59
9284 #: libraries/classes/Plugins/Import/ImportOds.php:53
9285 #: libraries/classes/Plugins/Import/ImportShp.php:70
9286 #: libraries/classes/Plugins/Import/ImportSql.php:43
9287 #: libraries/classes/Plugins/Import/ImportXml.php:51
9288 #: templates/console/display.twig:15 templates/console/display.twig:163
9289 #: templates/database/designer/database_tables.twig:114
9290 #: templates/database/routines/editor_form.twig:53
9291 #: templates/table/structure/display_table_stats.twig:97
9292 msgid "Options"
9293 msgstr ""
9295 #: libraries/classes/Import.php:1226
9296 #, php-format
9297 msgid "Go to database: %s"
9298 msgstr ""
9300 #: libraries/classes/Import.php:1232 libraries/classes/Import.php:1275
9301 #, php-format
9302 msgid "Edit settings for %s"
9303 msgstr ""
9305 #: libraries/classes/Import.php:1260
9306 #, php-format
9307 msgid "Go to table: %s"
9308 msgstr ""
9310 #: libraries/classes/Import.php:1268
9311 #, php-format
9312 msgid "Structure of %s"
9313 msgstr ""
9315 #: libraries/classes/Import.php:1286
9316 #, php-format
9317 msgid "Go to view: %s"
9318 msgstr ""
9320 #: libraries/classes/Import.php:1312
9321 msgid ""
9322 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
9323 "engine tables can be rolled back."
9324 msgstr ""
9326 #: libraries/classes/Index.php:618
9327 #, php-format
9328 msgid ""
9329 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
9330 "removed."
9331 msgstr ""
9333 #: libraries/classes/InsertEdit.php:343
9334 #: libraries/classes/Navigation/Nodes/NodeFunction.php:28
9335 #: templates/database/routines/execute_form.twig:18
9336 #: templates/table/search/index.twig:36
9337 #: templates/table/zoom_search/index.twig:34
9338 msgid "Function"
9339 msgstr ""
9341 #: libraries/classes/InsertEdit.php:346
9342 #: libraries/classes/Plugins/Export/ExportHtmlword.php:275
9343 #: libraries/classes/Plugins/Export/ExportHtmlword.php:368
9344 #: libraries/classes/Plugins/Export/ExportLatex.php:523
9345 #: libraries/classes/Plugins/Export/ExportOdt.php:370
9346 #: libraries/classes/Plugins/Export/ExportOdt.php:472
9347 #: libraries/classes/Plugins/Export/ExportTexytext.php:288
9348 #: libraries/classes/Plugins/Export/ExportTexytext.php:378
9349 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:522
9350 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:666
9351 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:700
9352 #: templates/columns_definitions/table_fields_definitions.twig:12
9353 #: templates/database/central_columns/edit.twig:9
9354 #: templates/database/central_columns/main.twig:20
9355 #: templates/database/central_columns/main.twig:224
9356 #: templates/database/data_dictionary/index.twig:23
9357 #: templates/database/data_dictionary/index.twig:74
9358 #: templates/database/events/index.twig:45
9359 #: templates/database/privileges/index.twig:19
9360 #: templates/database/routines/editor_form.twig:26
9361 #: templates/database/routines/editor_form.twig:51
9362 #: templates/database/routines/execute_form.twig:16
9363 #: templates/database/routines/index.twig:50
9364 #: templates/database/structure/table_header.twig:30 templates/indexes.twig:17
9365 #: templates/table/privileges/index.twig:21
9366 #: templates/table/search/index.twig:39
9367 #: templates/table/structure/display_structure.twig:22
9368 #: templates/table/structure/display_structure.twig:459
9369 #: templates/table/tracking/structure_snapshot_columns.twig:7
9370 #: templates/table/tracking/structure_snapshot_indexes.twig:6
9371 #: templates/table/zoom_search/index.twig:37
9372 msgid "Type"
9373 msgstr "ዓይነት"
9375 #: libraries/classes/InsertEdit.php:717 templates/import.twig:60
9376 #: templates/import.twig:85
9377 msgid "The directory you set for upload work cannot be reached."
9378 msgstr ""
9380 #: libraries/classes/InsertEdit.php:725
9381 #: templates/database/qbe/ins_del_and_or_cell.twig:24
9382 #: templates/server/privileges/privileges_table.twig:33
9383 #: templates/server/privileges/privileges_table.twig:60
9384 #: templates/server/privileges/privileges_table.twig:87
9385 #: templates/server/privileges/privileges_table.twig:114
9386 #: templates/table/search/index.twig:129
9387 msgid "Or"
9388 msgstr ""
9390 #: libraries/classes/InsertEdit.php:726
9391 msgid "web server upload directory:"
9392 msgstr ""
9394 #: libraries/classes/InsertEdit.php:1311 libraries/classes/Sql.php:965
9395 msgid "Showing SQL query"
9396 msgstr ""
9398 #: libraries/classes/InsertEdit.php:1335 libraries/classes/Sql.php:945
9399 #, php-format
9400 msgid "Inserted row id: %1$d"
9401 msgstr ""
9403 #: libraries/classes/LanguageManager.php:979
9404 msgid "Ignoring unsupported language code."
9405 msgstr ""
9407 #: libraries/classes/Linter.php:108
9408 msgid ""
9409 "Linting is disabled for this query because it exceeds the maximum length."
9410 msgstr ""
9412 #: libraries/classes/Linter.php:162
9413 #, php-format
9414 msgid "%1$s (near <code>%2$s</code>)"
9415 msgstr ""
9417 #: libraries/classes/Menu.php:238
9418 #: libraries/classes/Navigation/Nodes/NodeTable.php:309
9419 #: libraries/classes/Util.php:1428 libraries/classes/Util.php:1895
9420 #: libraries/config.values.php:68 libraries/config.values.php:82
9421 #: libraries/config.values.php:183 templates/database/search/results.twig:34
9422 #: templates/database/structure/structure_table_row.twig:43
9423 #: templates/table/structure/display_structure.twig:282
9424 msgid "Browse"
9425 msgstr ""
9427 #: libraries/classes/Menu.php:257 libraries/classes/Menu.php:364
9428 #: libraries/classes/Navigation/Nodes/NodeTable.php:300
9429 #: libraries/classes/Util.php:1426 libraries/classes/Util.php:1881
9430 #: libraries/classes/Util.php:1898 libraries/config.values.php:64
9431 #: libraries/config.values.php:78 libraries/config.values.php:169
9432 #: libraries/config.values.php:179 templates/database/routines/index.twig:27
9433 #: templates/database/routines/index.twig:28
9434 #: templates/database/structure/structure_table_row.twig:53
9435 #: templates/server/databases/index.twig:76
9436 #: templates/server/databases/index.twig:77
9437 msgid "Search"
9438 msgstr ""
9440 #: libraries/classes/Menu.php:268
9441 #: libraries/classes/Navigation/Nodes/NodeTable.php:303
9442 #: libraries/classes/Util.php:1427 libraries/classes/Util.php:1899
9443 #: libraries/config.values.php:66 libraries/config.values.php:80
9444 #: libraries/config.values.php:181
9445 #: templates/database/qbe/ins_del_and_or_cell.twig:6
9446 #: templates/database/structure/structure_table_row.twig:59
9447 #: templates/sql/query.twig:75
9448 msgid "Insert"
9449 msgstr ""
9451 #: libraries/classes/Menu.php:294 libraries/classes/Menu.php:404
9452 #: libraries/classes/Server/Privileges.php:2848 libraries/classes/Util.php:1886
9453 #: libraries/classes/Util.php:1902 libraries/config.values.php:161
9454 #: templates/database/privileges/index.twig:20
9455 #: templates/server/privileges/privileges_summary.twig:16
9456 #: templates/server/sub_page_header.twig:2
9457 #: templates/table/privileges/index.twig:22
9458 msgid "Privileges"
9459 msgstr ""
9461 #: libraries/classes/Menu.php:305 libraries/classes/Menu.php:315
9462 #: libraries/classes/Menu.php:395 libraries/classes/Util.php:1429
9463 #: libraries/classes/Util.php:1885 libraries/classes/Util.php:1903
9464 #: libraries/config.values.php:171 templates/table/operations/view.twig:8
9465 msgid "Operations"
9466 msgstr ""
9468 #: libraries/classes/Menu.php:321 libraries/classes/Menu.php:430
9469 #: libraries/classes/Util.php:1890 libraries/classes/Util.php:1904
9470 msgid "Tracking"
9471 msgstr ""
9473 #: libraries/classes/Menu.php:328 libraries/classes/Menu.php:423
9474 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25
9475 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26
9476 #: libraries/classes/Plugins/Export/ExportHtmlword.php:552
9477 #: libraries/classes/Plugins/Export/ExportOdt.php:697
9478 #: libraries/classes/Plugins/Export/ExportPdf.php:261
9479 #: libraries/classes/Plugins/Export/ExportSql.php:2072
9480 #: libraries/classes/Plugins/Export/ExportTexytext.php:535
9481 #: libraries/classes/Plugins/Export/ExportXml.php:120
9482 #: libraries/classes/Util.php:1889 libraries/classes/Util.php:1905
9483 #: templates/database/triggers/list.twig:3
9484 msgid "Triggers"
9485 msgstr ""
9487 #: libraries/classes/Menu.php:369 libraries/classes/Menu.php:377
9488 #: libraries/classes/Menu.php:385
9489 msgid "Database seems to be empty!"
9490 msgstr ""
9492 #: libraries/classes/Menu.php:372 libraries/classes/Util.php:1882
9493 msgid "Query"
9494 msgstr ""
9496 #: libraries/classes/Menu.php:410 libraries/classes/Util.php:1887
9497 #: templates/database/routines/index.twig:3
9498 msgid "Routines"
9499 msgstr ""
9501 #: libraries/classes/Menu.php:416
9502 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25
9503 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26
9504 #: libraries/classes/Plugins/Export/ExportSql.php:1004
9505 #: libraries/classes/Plugins/Export/ExportXml.php:100
9506 #: libraries/classes/Util.php:1888 templates/database/events/index.twig:3
9507 msgid "Events"
9508 msgstr ""
9510 #: libraries/classes/Menu.php:437 libraries/classes/Util.php:1891
9511 msgid "Designer"
9512 msgstr ""
9514 #: libraries/classes/Menu.php:444 libraries/classes/Util.php:1892
9515 #: templates/database/structure/check_all_tables.twig:32
9516 msgid "Central columns"
9517 msgstr ""
9519 #: libraries/classes/Menu.php:501
9520 msgid "User accounts"
9521 msgstr ""
9523 #: libraries/classes/Menu.php:536 libraries/classes/Server/Status/Data.php:152
9524 #: libraries/classes/Util.php:1871 templates/server/binlog/index.twig:3
9525 msgid "Binary log"
9526 msgstr ""
9528 #: libraries/classes/Menu.php:543 libraries/classes/Server/Status/Data.php:157
9529 #: libraries/classes/Util.php:1872
9530 #: templates/database/structure/body_for_table_summary.twig:11
9531 #: templates/database/structure/table_header.twig:10
9532 #: templates/server/replication/index.twig:5
9533 msgid "Replication"
9534 msgstr ""
9536 #: libraries/classes/Menu.php:549 libraries/classes/Server/Status/Data.php:229
9537 #: libraries/classes/Util.php:1873 libraries/config.values.php:159
9538 #: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
9539 #: templates/sql/query.twig:191
9540 msgid "Variables"
9541 msgstr ""
9543 #: libraries/classes/Menu.php:554 libraries/classes/Util.php:1874
9544 msgid "Charsets"
9545 msgstr ""
9547 #: libraries/classes/Menu.php:559 libraries/classes/Util.php:1876
9548 msgid "Engines"
9549 msgstr ""
9551 #: libraries/classes/Menu.php:564 libraries/classes/Util.php:1875
9552 #: templates/server/plugins/index.twig:4
9553 msgid "Plugins"
9554 msgstr ""
9556 #: libraries/classes/Message.php:252
9557 #, php-format
9558 msgid "%1$d row affected."
9559 msgid_plural "%1$d rows affected."
9560 msgstr[0] ""
9561 msgstr[1] ""
9563 #: libraries/classes/Message.php:273
9564 #, php-format
9565 msgid "%1$d row deleted."
9566 msgid_plural "%1$d rows deleted."
9567 msgstr[0] ""
9568 msgstr[1] ""
9570 #: libraries/classes/Message.php:294
9571 #, php-format
9572 msgid "%1$d row inserted."
9573 msgid_plural "%1$d rows inserted."
9574 msgstr[0] ""
9575 msgstr[1] ""
9577 #: libraries/classes/Navigation/Navigation.php:229
9578 msgid "Groups:"
9579 msgstr ""
9581 #: libraries/classes/Navigation/Navigation.php:230
9582 msgid "Events:"
9583 msgstr ""
9585 #: libraries/classes/Navigation/Navigation.php:231
9586 msgid "Functions:"
9587 msgstr ""
9589 #: libraries/classes/Navigation/Navigation.php:232
9590 msgid "Procedures:"
9591 msgstr ""
9593 #: libraries/classes/Navigation/Navigation.php:233
9594 #: templates/database/export/index.twig:14
9595 msgid "Tables:"
9596 msgstr ""
9598 #: libraries/classes/Navigation/Navigation.php:234
9599 msgid "Views:"
9600 msgstr ""
9602 #: libraries/classes/Navigation/NavigationTree.php:759
9603 msgid ""
9604 "There are large item groups in navigation panel which may affect the "
9605 "performance. Consider disabling item grouping in the navigation panel."
9606 msgstr ""
9608 #: libraries/classes/Navigation/NavigationTree.php:833
9609 msgid "Groups"
9610 msgstr ""
9612 #: libraries/classes/Navigation/NavigationTree.php:946
9613 #, php-format
9614 msgid "%s result found"
9615 msgid_plural "%s results found"
9616 msgstr[0] ""
9617 msgstr[1] ""
9619 #: libraries/classes/Navigation/NavigationTree.php:1348
9620 msgid "Collapse all"
9621 msgstr ""
9623 #. l10n: The word "Node" must not be translated here
9624 #: libraries/classes/Navigation/NodeFactory.php:43
9625 #, php-format
9626 msgid "Invalid class name \"%1$s\", using default of \"Node\""
9627 msgstr ""
9629 #: libraries/classes/Navigation/NodeFactory.php:73
9630 #, php-format
9631 msgid "Could not load class \"%1$s\""
9632 msgstr ""
9634 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
9635 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
9636 #: templates/sql/query.twig:62
9637 msgid "Columns"
9638 msgstr ""
9640 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:33
9641 msgctxt "Create new column"
9642 msgid "New"
9643 msgstr ""
9645 #: libraries/classes/Navigation/Nodes/NodeColumn.php:32
9646 #: libraries/classes/Plugins/Export/ExportHtmlword.php:272
9647 #: libraries/classes/Plugins/Export/ExportHtmlword.php:365
9648 #: libraries/classes/Plugins/Export/ExportLatex.php:522
9649 #: libraries/classes/Plugins/Export/ExportOdt.php:367
9650 #: libraries/classes/Plugins/Export/ExportOdt.php:469
9651 #: libraries/classes/Plugins/Export/ExportTexytext.php:287
9652 #: libraries/classes/Plugins/Export/ExportTexytext.php:377
9653 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:520
9654 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:665
9655 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:699
9656 #: templates/columns_definitions/column_name.twig:16
9657 #: templates/database/data_dictionary/index.twig:22
9658 #: templates/database/data_dictionary/index.twig:77 templates/indexes.twig:20
9659 #: templates/table/index_form.twig:138
9660 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:5
9661 #: templates/table/operations/index.twig:13
9662 #: templates/table/relation/common_form.twig:18
9663 #: templates/table/relation/common_form.twig:23
9664 #: templates/table/relation/common_form.twig:38
9665 #: templates/table/relation/common_form.twig:120
9666 #: templates/table/relation/common_form.twig:189
9667 #: templates/table/relation/foreign_key_row.twig:120
9668 #: templates/table/relation/foreign_key_row.twig:130
9669 #: templates/table/search/index.twig:38
9670 #: templates/table/structure/display_structure.twig:462
9671 #: templates/table/tracking/structure_snapshot_columns.twig:6
9672 #: templates/table/tracking/structure_snapshot_indexes.twig:9
9673 #: templates/table/zoom_search/index.twig:36
9674 #: templates/table/zoom_search/result_form.twig:35
9675 msgid "Column"
9676 msgstr "ኮለመን"
9678 #: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:36
9679 msgctxt "Create new database"
9680 msgid "New"
9681 msgstr ""
9683 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:42
9684 msgid "Database operations"
9685 msgstr ""
9687 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:646
9688 msgid "Show hidden items"
9689 msgstr ""
9691 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:33
9692 msgctxt "Create new event"
9693 msgid "New"
9694 msgstr ""
9696 #: libraries/classes/Navigation/Nodes/NodeEvent.php:28
9697 #: libraries/classes/Plugins/Export/ExportHtmlword.php:471
9698 #: libraries/classes/Plugins/Export/ExportOdt.php:596
9699 #: libraries/classes/Plugins/Export/ExportTexytext.php:452
9700 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:360
9701 #: templates/database/triggers/editor_form.twig:47
9702 #: templates/database/triggers/list.twig:48
9703 msgid "Event"
9704 msgstr ""
9706 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
9707 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
9708 #: libraries/classes/Plugins/Export/ExportSql.php:634
9709 #: libraries/classes/Plugins/Export/ExportXml.php:105
9710 msgid "Functions"
9711 msgstr ""
9713 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:33
9714 msgctxt "Create new function"
9715 msgid "New"
9716 msgstr ""
9718 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:33
9719 msgctxt "Create new index"
9720 msgid "New"
9721 msgstr ""
9723 #: libraries/classes/Navigation/Nodes/Node.php:622
9724 msgid "Expand/Collapse"
9725 msgstr ""
9727 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
9728 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
9729 #: libraries/classes/Plugins/Export/ExportSql.php:623
9730 #: libraries/classes/Plugins/Export/ExportXml.php:110
9731 msgid "Procedures"
9732 msgstr ""
9734 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:33
9735 msgctxt "Create new procedure"
9736 msgid "New"
9737 msgstr ""
9739 #: libraries/classes/Navigation/Nodes/NodeProcedure.php:28
9740 msgid "Procedure"
9741 msgstr ""
9743 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:34
9744 msgctxt "Create new table"
9745 msgid "New"
9746 msgstr ""
9748 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:33
9749 msgctxt "Create new trigger"
9750 msgid "New"
9751 msgstr ""
9753 #: libraries/classes/Navigation/Nodes/NodeTrigger.php:28
9754 msgid "Trigger"
9755 msgstr ""
9757 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
9758 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
9759 #: libraries/classes/Plugins/Export/ExportXml.php:125
9760 #: templates/database/structure/show_create.twig:28
9761 msgid "Views"
9762 msgstr ""
9764 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:34
9765 msgctxt "Create new view"
9766 msgid "New"
9767 msgstr ""
9769 #: libraries/classes/Normalization.php:223
9770 msgid "Make all columns atomic"
9771 msgstr ""
9773 #: libraries/classes/Normalization.php:225
9774 #: libraries/classes/Normalization.php:961
9775 msgid "First step of normalization (1NF)"
9776 msgstr ""
9778 #: libraries/classes/Normalization.php:228
9779 #: libraries/classes/Normalization.php:278
9780 #: libraries/classes/Normalization.php:324
9781 #: libraries/classes/Normalization.php:361
9782 msgid "Step 1."
9783 msgstr ""
9785 #: libraries/classes/Normalization.php:230
9786 msgid ""
9787 "Do you have any column which can be split into more than one column? For "
9788 "example: address can be split into street, city, country and zip."
9789 msgstr ""
9791 #: libraries/classes/Normalization.php:236
9792 msgid "Show me the central list of columns that are not already in this table"
9793 msgstr ""
9795 #: libraries/classes/Normalization.php:238
9796 msgid ""
9797 "Select a column which can be split into more than one (on select of 'no such "
9798 "column', it'll move to next step)."
9799 msgstr ""
9801 #: libraries/classes/Normalization.php:253
9802 msgid "split into "
9803 msgstr ""
9805 #: libraries/classes/Normalization.php:275
9806 msgid "Have a primary key"
9807 msgstr ""
9809 #: libraries/classes/Normalization.php:281
9810 msgid "Primary key already exists."
9811 msgstr ""
9813 #: libraries/classes/Normalization.php:286
9814 msgid ""
9815 "There is no primary key; please add one.<br>Hint: A primary key is a column "
9816 "(or combination of columns) that uniquely identify all rows."
9817 msgstr ""
9819 #: libraries/classes/Normalization.php:294
9820 msgid "Add a primary key on existing column(s)"
9821 msgstr ""
9823 #: libraries/classes/Normalization.php:298
9824 msgid ""
9825 "If it's not possible to make existing column combinations as primary key"
9826 msgstr ""
9828 #: libraries/classes/Normalization.php:300
9829 msgid "+ Add a new primary key column"
9830 msgstr ""
9832 #: libraries/classes/Normalization.php:323
9833 msgid "Remove redundant columns"
9834 msgstr ""
9836 #: libraries/classes/Normalization.php:326
9837 msgid ""
9838 "Do you have a group of columns which on combining gives an existing column? "
9839 "For example, if you have first_name, last_name and full_name then combining "
9840 "first_name and last_name gives full_name which is redundant."
9841 msgstr ""
9843 #: libraries/classes/Normalization.php:332
9844 msgid ""
9845 "Check the columns which are redundant and click on remove. If no redundant "
9846 "column, click on 'No redundant column'"
9847 msgstr ""
9849 #: libraries/classes/Normalization.php:337
9850 msgid "Remove selected"
9851 msgstr ""
9853 #: libraries/classes/Normalization.php:338
9854 msgid "No redundant column"
9855 msgstr ""
9857 #: libraries/classes/Normalization.php:360
9858 msgid "Move repeating groups"
9859 msgstr ""
9861 #: libraries/classes/Normalization.php:363
9862 msgid ""
9863 "Do you have a group of two or more columns that are closely related and are "
9864 "all repeating the same attribute? For example, a table that holds data on "
9865 "books might have columns such as book_id, author1, author2, author3 and so "
9866 "on which form a repeating group. In this case a new table (book_id, author) "
9867 "should be created."
9868 msgstr ""
9870 #: libraries/classes/Normalization.php:371
9871 msgid ""
9872 "Check the columns which form a repeating group. If no such group, click on "
9873 "'No repeating group'"
9874 msgstr ""
9876 #: libraries/classes/Normalization.php:376
9877 msgid "No repeating group"
9878 msgstr ""
9880 #: libraries/classes/Normalization.php:404
9881 msgid "Step 2."
9882 msgstr ""
9884 #: libraries/classes/Normalization.php:404
9885 msgid "Find partial dependencies"
9886 msgstr ""
9888 #: libraries/classes/Normalization.php:425
9889 #, php-format
9890 msgid ""
9891 "No partial dependencies possible as no non-primary column exists since "
9892 "primary key ( %1$s ) is composed of all the columns in the table."
9893 msgstr ""
9895 #: libraries/classes/Normalization.php:431
9896 #: libraries/classes/Normalization.php:473
9897 msgid "Table is already in second normal form."
9898 msgstr ""
9900 #: libraries/classes/Normalization.php:436
9901 #, php-format
9902 msgid ""
9903 "The primary key ( %1$s ) consists of more than one column so we need to find "
9904 "the partial dependencies."
9905 msgstr ""
9907 #: libraries/classes/Normalization.php:440
9908 #: libraries/classes/Normalization.php:870
9909 msgid ""
9910 "Please answer the following question(s) carefully to obtain a correct "
9911 "normalization."
9912 msgstr ""
9914 #: libraries/classes/Normalization.php:442
9915 msgid "+ Show me the possible partial dependencies based on data in the table"
9916 msgstr ""
9918 #: libraries/classes/Normalization.php:445
9919 msgid ""
9920 "For each column below, please select the <b>minimal set</b> of columns among "
9921 "given set whose values combined together are sufficient to determine the "
9922 "value of the column."
9923 msgstr ""
9925 #: libraries/classes/Normalization.php:458
9926 #: libraries/classes/Normalization.php:912
9927 #, php-format
9928 msgid "'%1$s' depends on:"
9929 msgstr ""
9931 #: libraries/classes/Normalization.php:469
9932 #, php-format
9933 msgid ""
9934 "No partial dependencies possible as the primary key ( %1$s ) has just one "
9935 "column."
9936 msgstr ""
9938 #: libraries/classes/Normalization.php:497
9939 #, php-format
9940 msgid ""
9941 "In order to put the original table '%1$s' into Second normal form we need to "
9942 "create the following tables:"
9943 msgstr ""
9945 #: libraries/classes/Normalization.php:535
9946 #, php-format
9947 msgid "The second step of normalization is complete for table '%1$s'."
9948 msgstr ""
9950 #: libraries/classes/Normalization.php:591
9951 #: libraries/classes/Normalization.php:764
9952 #: libraries/classes/Normalization.php:842
9953 msgid "Error in processing!"
9954 msgstr ""
9956 #: libraries/classes/Normalization.php:638
9957 #, php-format
9958 msgid ""
9959 "In order to put the original table '%1$s' into Third normal form we need to "
9960 "create the following tables:"
9961 msgstr ""
9963 #: libraries/classes/Normalization.php:695
9964 msgid "The third step of normalization is complete."
9965 msgstr ""
9967 #: libraries/classes/Normalization.php:815
9968 #, php-format
9969 msgid "Selected repeating group has been moved to the table '%s'"
9970 msgstr ""
9972 #: libraries/classes/Normalization.php:868
9973 msgid "Step 3."
9974 msgstr ""
9976 #: libraries/classes/Normalization.php:868
9977 msgid "Find transitive dependencies"
9978 msgstr ""
9980 #: libraries/classes/Normalization.php:872
9981 msgid ""
9982 "For each column below, please select the <b>minimal set</b> of columns among "
9983 "given set whose values combined together are sufficient to determine the "
9984 "value of the column.<br>Note: A column may have no transitive dependency, in "
9985 "that case you don't have to select any."
9986 msgstr ""
9988 #: libraries/classes/Normalization.php:926
9989 msgid ""
9990 "No Transitive dependencies possible as the table doesn't have any non "
9991 "primary key columns"
9992 msgstr ""
9994 #: libraries/classes/Normalization.php:929
9995 msgid "Table is already in Third normal form!"
9996 msgstr ""
9998 #: libraries/classes/Normalization.php:955
9999 msgid "Improve table structure (Normalization):"
10000 msgstr ""
10002 #: libraries/classes/Normalization.php:956
10003 msgid "Select up to what step you want to normalize"
10004 msgstr ""
10006 #: libraries/classes/Normalization.php:966
10007 msgid "Second step of normalization (1NF+2NF)"
10008 msgstr ""
10010 #: libraries/classes/Normalization.php:971
10011 msgid "Third step of normalization (1NF+2NF+3NF)"
10012 msgstr ""
10014 #: libraries/classes/Normalization.php:976
10015 msgid ""
10016 "Hint: Please follow the procedure carefully in order to obtain correct "
10017 "normalization"
10018 msgstr ""
10020 #: libraries/classes/Normalization.php:1047
10021 msgid ""
10022 "This list is based on a subset of the table's data and is not necessarily "
10023 "accurate. "
10024 msgstr ""
10026 #: libraries/classes/Normalization.php:1062
10027 msgid "No partial dependencies found!"
10028 msgstr ""
10030 #: libraries/classes/Operations.php:553
10031 #: templates/table/structure/display_partitions.twig:84
10032 msgid "Analyze"
10033 msgstr ""
10035 #: libraries/classes/Operations.php:554
10036 #: templates/table/structure/display_partitions.twig:94
10037 msgid "Check"
10038 msgstr ""
10040 #: libraries/classes/Operations.php:555
10041 #: templates/table/structure/display_partitions.twig:104
10042 msgid "Optimize"
10043 msgstr ""
10045 #: libraries/classes/Operations.php:556
10046 #: templates/table/structure/display_partitions.twig:114
10047 msgid "Rebuild"
10048 msgstr ""
10050 #: libraries/classes/Operations.php:557
10051 #: templates/table/structure/display_partitions.twig:124
10052 msgid "Repair"
10053 msgstr ""
10055 #: libraries/classes/Operations.php:558
10056 #: templates/table/structure/display_partitions.twig:134
10057 msgid "Truncate"
10058 msgstr ""
10060 #: libraries/classes/Operations.php:570 templates/database/events/index.twig:19
10061 #: templates/database/events/index.twig:20
10062 #: templates/database/events/index.twig:96
10063 #: templates/database/events/index.twig:102
10064 #: templates/database/events/row.twig:47 templates/database/events/row.twig:53
10065 #: templates/database/routines/index.twig:19
10066 #: templates/database/routines/index.twig:20
10067 #: templates/database/routines/parameter_row.twig:51
10068 #: templates/database/routines/row.twig:77
10069 #: templates/database/structure/check_all_tables.twig:16
10070 #: templates/database/structure/structure_table_row.twig:87
10071 #: templates/database/triggers/list.twig:19
10072 #: templates/database/triggers/list.twig:20
10073 #: templates/database/triggers/row.twig:52
10074 #: templates/database/triggers/row.twig:58 templates/indexes.twig:58
10075 #: templates/server/databases/index.twig:67
10076 #: templates/server/databases/index.twig:68
10077 #: templates/server/databases/index.twig:324
10078 #: templates/table/relation/foreign_key_row.twig:25
10079 #: templates/table/structure/display_partitions.twig:145
10080 #: templates/table/structure/display_structure.twig:120
10081 #: templates/table/structure/display_structure.twig:290
10082 #: templates/table/structure/display_structure.twig:508
10083 msgid "Drop"
10084 msgstr ""
10086 #: libraries/classes/Operations.php:572
10087 msgid "Coalesce"
10088 msgstr ""
10090 #: libraries/classes/Operations.php:926
10091 msgid "Can't move table to same one!"
10092 msgstr ""
10094 #: libraries/classes/Operations.php:928
10095 msgid "Can't copy table to same one!"
10096 msgstr ""
10098 #: libraries/classes/Operations.php:952
10099 #, php-format
10100 msgid "Table %s has been moved to %s. Privileges have been adjusted."
10101 msgstr ""
10103 #: libraries/classes/Operations.php:958
10104 #, php-format
10105 msgid "Table %s has been copied to %s. Privileges have been adjusted."
10106 msgstr ""
10108 #: libraries/classes/Operations.php:965
10109 #, php-format
10110 msgid "Table %s has been moved to %s."
10111 msgstr ""
10113 #: libraries/classes/Operations.php:969
10114 #, php-format
10115 msgid "Table %s has been copied to %s."
10116 msgstr ""
10118 #: libraries/classes/Operations.php:993
10119 msgid "The table name is empty!"
10120 msgstr ""
10122 #: libraries/classes/Pdf.php:136
10123 msgid "Error while creating PDF:"
10124 msgstr ""
10126 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:79
10127 msgid "Cannot connect: invalid settings."
10128 msgstr ""
10130 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:92
10131 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:86
10132 #: templates/login/header.twig:10
10133 #, php-format
10134 msgid "Welcome to %s"
10135 msgstr ""
10137 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:106
10138 #, php-format
10139 msgid ""
10140 "You probably did not create a configuration file. You might want to use the "
10141 "%1$ssetup script%2$s to create one."
10142 msgstr ""
10144 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:127
10145 msgid ""
10146 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
10147 "connection. You should check the host, username and password in your "
10148 "configuration and make sure that they correspond to the information given by "
10149 "the administrator of the MySQL server."
10150 msgstr ""
10152 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:148
10153 msgid "Retry to connect"
10154 msgstr ""
10156 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:134
10157 msgid "Your session has expired. Please log in again."
10158 msgstr ""
10160 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:252
10161 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
10162 msgstr ""
10164 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:288
10165 msgid "Failed to connect to the reCAPTCHA service!"
10166 msgstr ""
10168 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:290
10169 msgid "Entered captcha is wrong, try again!"
10170 msgstr ""
10172 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:302
10173 msgid ""
10174 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
10175 "restricts passwords to less than 1000 characters."
10176 msgstr ""
10178 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:321
10179 msgid "You are not allowed to log in to this MySQL server!"
10180 msgstr ""
10182 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:91
10183 msgid "Wrong username/password. Access denied."
10184 msgstr ""
10186 #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:149
10187 msgid "Can not find signon authentication script:"
10188 msgstr ""
10190 #: libraries/classes/Plugins/AuthenticationPlugin.php:176
10191 msgid ""
10192 "Login without a password is forbidden by configuration (see AllowNoPassword)"
10193 msgstr ""
10195 #: libraries/classes/Plugins/AuthenticationPlugin.php:185
10196 #, php-format
10197 msgid ""
10198 "You have been automatically logged out due to inactivity of %s seconds. Once "
10199 "you log in again, you should be able to resume the work where you left off."
10200 msgstr ""
10202 #: libraries/classes/Plugins/AuthenticationPlugin.php:198
10203 #: libraries/classes/Plugins/AuthenticationPlugin.php:201
10204 msgid "Cannot log in to the MySQL server"
10205 msgstr ""
10207 #: libraries/classes/Plugins/AuthenticationPlugin.php:342
10208 msgid "You have enabled two factor authentication, please confirm your login."
10209 msgstr ""
10211 #: libraries/classes/Plugins/Export/ExportCodegen.php:80
10212 #: templates/export.twig:119
10213 msgid "Format:"
10214 msgstr ""
10216 #: libraries/classes/Plugins/Export/ExportCsv.php:57
10217 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:36
10218 msgid "Columns separated with:"
10219 msgstr ""
10221 #: libraries/classes/Plugins/Export/ExportCsv.php:62
10222 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:42
10223 msgid "Columns enclosed with:"
10224 msgstr ""
10226 #: libraries/classes/Plugins/Export/ExportCsv.php:67
10227 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49
10228 msgid "Columns escaped with:"
10229 msgstr ""
10231 #: libraries/classes/Plugins/Export/ExportCsv.php:72
10232 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56
10233 msgid "Lines terminated with:"
10234 msgstr ""
10236 #: libraries/classes/Plugins/Export/ExportCsv.php:77
10237 #: libraries/classes/Plugins/Export/ExportExcel.php:51
10238 #: libraries/classes/Plugins/Export/ExportHtmlword.php:79
10239 #: libraries/classes/Plugins/Export/ExportLatex.php:187
10240 #: libraries/classes/Plugins/Export/ExportOds.php:64
10241 #: libraries/classes/Plugins/Export/ExportOdt.php:132
10242 #: libraries/classes/Plugins/Export/ExportTexytext.php:83
10243 msgid "Replace NULL with:"
10244 msgstr ""
10246 #: libraries/classes/Plugins/Export/ExportCsv.php:82
10247 #: libraries/classes/Plugins/Export/ExportExcel.php:56
10248 msgid "Remove carriage return/line feed characters within columns"
10249 msgstr ""
10251 #: libraries/classes/Plugins/Export/ExportExcel.php:66
10252 msgid "Excel edition:"
10253 msgstr ""
10255 #: libraries/classes/Plugins/Export/ExportHtmlword.php:61
10256 #: libraries/classes/Plugins/Export/ExportLatex.php:94
10257 #: libraries/classes/Plugins/Export/ExportMediawiki.php:66
10258 #: libraries/classes/Plugins/Export/ExportOdt.php:75
10259 #: libraries/classes/Plugins/Export/ExportPdf.php:91
10260 #: libraries/classes/Plugins/Export/ExportSql.php:242
10261 #: libraries/classes/Plugins/Export/ExportTexytext.php:60
10262 #: libraries/config.values.php:254 libraries/config.values.php:318
10263 #: libraries/config.values.php:334 libraries/config.values.php:342
10264 #: libraries/config.values.php:347
10265 msgid "structure"
10266 msgstr ""
10268 #: libraries/classes/Plugins/Export/ExportHtmlword.php:62
10269 #: libraries/classes/Plugins/Export/ExportLatex.php:95
10270 #: libraries/classes/Plugins/Export/ExportMediawiki.php:67
10271 #: libraries/classes/Plugins/Export/ExportOdt.php:76
10272 #: libraries/classes/Plugins/Export/ExportPdf.php:92
10273 #: libraries/classes/Plugins/Export/ExportSql.php:243
10274 #: libraries/classes/Plugins/Export/ExportTexytext.php:61
10275 #: libraries/config.values.php:255 libraries/config.values.php:319
10276 #: libraries/config.values.php:335 libraries/config.values.php:343
10277 #: libraries/config.values.php:348
10278 msgid "data"
10279 msgstr ""
10281 #: libraries/classes/Plugins/Export/ExportHtmlword.php:63
10282 #: libraries/classes/Plugins/Export/ExportLatex.php:96
10283 #: libraries/classes/Plugins/Export/ExportMediawiki.php:68
10284 #: libraries/classes/Plugins/Export/ExportOdt.php:77
10285 #: libraries/classes/Plugins/Export/ExportPdf.php:93
10286 #: libraries/classes/Plugins/Export/ExportSql.php:244
10287 #: libraries/classes/Plugins/Export/ExportTexytext.php:62
10288 #: libraries/config.values.php:256 libraries/config.values.php:320
10289 #: libraries/config.values.php:336 libraries/config.values.php:344
10290 #: libraries/config.values.php:349
10291 msgid "structure and data"
10292 msgstr ""
10294 #: libraries/classes/Plugins/Export/ExportHtmlword.php:73
10295 #: libraries/classes/Plugins/Export/ExportLatex.php:158
10296 #: libraries/classes/Plugins/Export/ExportOdt.php:121
10297 #: libraries/classes/Plugins/Export/ExportTexytext.php:72
10298 #: libraries/classes/Plugins/Export/ExportXml.php:133
10299 msgid "Data dump options"
10300 msgstr ""
10302 #: libraries/classes/Plugins/Export/ExportHtmlword.php:193
10303 #: libraries/classes/Plugins/Export/ExportOdt.php:249
10304 #: libraries/classes/Plugins/Export/ExportSql.php:2322
10305 #: libraries/classes/Plugins/Export/ExportTexytext.php:177
10306 msgid "Dumping data for table"
10307 msgstr ""
10309 #: libraries/classes/Plugins/Export/ExportHtmlword.php:278
10310 #: libraries/classes/Plugins/Export/ExportHtmlword.php:371
10311 #: libraries/classes/Plugins/Export/ExportLatex.php:524
10312 #: libraries/classes/Plugins/Export/ExportOdt.php:373
10313 #: libraries/classes/Plugins/Export/ExportOdt.php:475
10314 #: libraries/classes/Plugins/Export/ExportTexytext.php:289
10315 #: libraries/classes/Plugins/Export/ExportTexytext.php:379
10316 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:524
10317 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668
10318 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702
10319 #: templates/columns_definitions/table_fields_definitions.twig:30
10320 #: templates/database/central_columns/edit.twig:14
10321 #: templates/database/central_columns/main.twig:40
10322 #: templates/database/central_columns/main.twig:244
10323 #: templates/database/data_dictionary/index.twig:24
10324 #: templates/database/data_dictionary/index.twig:80 templates/indexes.twig:23
10325 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:8
10326 #: templates/table/structure/display_structure.twig:25
10327 #: templates/table/structure/display_structure.twig:465
10328 #: templates/table/tracking/structure_snapshot_columns.twig:9
10329 #: templates/table/tracking/structure_snapshot_indexes.twig:12
10330 #: templates/table/zoom_search/result_form.twig:36
10331 msgid "Null"
10332 msgstr "ባዶ"
10334 #: libraries/classes/Plugins/Export/ExportHtmlword.php:281
10335 #: libraries/classes/Plugins/Export/ExportHtmlword.php:374
10336 #: libraries/classes/Plugins/Export/ExportLatex.php:525
10337 #: libraries/classes/Plugins/Export/ExportOdt.php:376
10338 #: libraries/classes/Plugins/Export/ExportOdt.php:478
10339 #: libraries/classes/Plugins/Export/ExportTexytext.php:290
10340 #: libraries/classes/Plugins/Export/ExportTexytext.php:380
10341 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:526
10342 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669
10343 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703
10344 #: templates/columns_definitions/table_fields_definitions.twig:20
10345 #: templates/database/central_columns/edit.twig:11
10346 #: templates/database/central_columns/main.twig:28
10347 #: templates/database/central_columns/main.twig:232
10348 #: templates/database/data_dictionary/index.twig:25
10349 #: templates/database/structure/body_for_table_summary.twig:52
10350 #: templates/server/replication/replica_configuration.twig:9
10351 #: templates/table/structure/display_structure.twig:26
10352 #: templates/table/tracking/structure_snapshot_columns.twig:10
10353 msgid "Default"
10354 msgstr ""
10356 #: libraries/classes/Plugins/Export/ExportHtmlword.php:378
10357 #: libraries/classes/Plugins/Export/ExportLatex.php:527
10358 #: libraries/classes/Plugins/Export/ExportOdt.php:482
10359 #: libraries/classes/Plugins/Export/ExportTexytext.php:382
10360 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:535
10361 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671
10362 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705
10363 #: templates/database/data_dictionary/index.twig:27
10364 msgid "Links to"
10365 msgstr "አገናኝ ከ"
10367 #: libraries/classes/Plugins/Export/ExportHtmlword.php:469
10368 #: libraries/classes/Plugins/Export/ExportOdt.php:590
10369 #: libraries/classes/Plugins/Export/ExportTexytext.php:450
10370 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:356
10371 #: templates/columns_definitions/table_fields_definitions.twig:9
10372 #: templates/database/central_columns/edit.twig:8
10373 #: templates/database/central_columns/main.twig:16
10374 #: templates/database/central_columns/main.twig:220
10375 #: templates/database/events/index.twig:43
10376 #: templates/database/routines/editor_form.twig:50
10377 #: templates/database/routines/execute_form.twig:15
10378 #: templates/database/routines/index.twig:49
10379 #: templates/database/triggers/list.twig:43 templates/setup/home/index.twig:49
10380 #: templates/table/structure/display_structure.twig:21
10381 msgid "Name"
10382 msgstr ""
10384 #: libraries/classes/Plugins/Export/ExportHtmlword.php:472
10385 #: libraries/classes/Plugins/Export/ExportOdt.php:599
10386 #: libraries/classes/Plugins/Export/ExportTexytext.php:453
10387 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:362
10388 #: templates/database/events/editor_form.twig:82
10389 #: templates/database/routines/editor_form.twig:109
10390 #: templates/database/triggers/editor_form.twig:57
10391 msgid "Definition"
10392 msgstr ""
10394 #: libraries/classes/Plugins/Export/ExportHtmlword.php:542
10395 #: libraries/classes/Plugins/Export/ExportOdt.php:675
10396 #: libraries/classes/Plugins/Export/ExportSql.php:2058
10397 #: libraries/classes/Plugins/Export/ExportTexytext.php:515
10398 msgid "Table structure for table"
10399 msgstr ""
10401 #: libraries/classes/Plugins/Export/ExportHtmlword.php:560
10402 #: libraries/classes/Plugins/Export/ExportOdt.php:707
10403 #: libraries/classes/Plugins/Export/ExportSql.php:2109
10404 #: libraries/classes/Plugins/Export/ExportTexytext.php:541
10405 msgid "Structure for view"
10406 msgstr ""
10408 #: libraries/classes/Plugins/Export/ExportHtmlword.php:566
10409 #: libraries/classes/Plugins/Export/ExportOdt.php:727
10410 #: libraries/classes/Plugins/Export/ExportSql.php:2141
10411 #: libraries/classes/Plugins/Export/ExportTexytext.php:557
10412 msgid "Stand-in structure for view"
10413 msgstr ""
10415 #: libraries/classes/Plugins/Export/ExportJson.php:86
10416 msgid "Output pretty-printed JSON (Use human-readable formatting)"
10417 msgstr ""
10419 #: libraries/classes/Plugins/Export/ExportJson.php:92
10420 msgid "Output unicode characters unescaped"
10421 msgstr ""
10423 #: libraries/classes/Plugins/Export/ExportLatex.php:49
10424 msgid "Content of table @TABLE@"
10425 msgstr ""
10427 #: libraries/classes/Plugins/Export/ExportLatex.php:50
10428 msgid "(continued)"
10429 msgstr ""
10431 #: libraries/classes/Plugins/Export/ExportLatex.php:51
10432 msgid "Structure of table @TABLE@"
10433 msgstr ""
10435 #: libraries/classes/Plugins/Export/ExportLatex.php:107
10436 #: libraries/classes/Plugins/Export/ExportOdt.php:88
10437 #: libraries/classes/Plugins/Export/ExportSql.php:257
10438 msgid "Object creation options"
10439 msgstr ""
10441 #: libraries/classes/Plugins/Export/ExportLatex.php:113
10442 #: libraries/classes/Plugins/Export/ExportLatex.php:169
10443 msgid "Table caption:"
10444 msgstr ""
10446 #: libraries/classes/Plugins/Export/ExportLatex.php:119
10447 #: libraries/classes/Plugins/Export/ExportLatex.php:175
10448 msgid "Table caption (continued):"
10449 msgstr ""
10451 #: libraries/classes/Plugins/Export/ExportLatex.php:125
10452 #: libraries/classes/Plugins/Export/ExportLatex.php:181
10453 msgid "Label key:"
10454 msgstr ""
10456 #: libraries/classes/Plugins/Export/ExportLatex.php:133
10457 #: libraries/classes/Plugins/Export/ExportOdt.php:96
10458 #: libraries/classes/Plugins/Export/ExportSql.php:151
10459 msgid "Display foreign key relationships"
10460 msgstr ""
10462 #: libraries/classes/Plugins/Export/ExportLatex.php:140
10463 #: libraries/classes/Plugins/Export/ExportOdt.php:103
10464 msgid "Display comments"
10465 msgstr ""
10467 #: libraries/classes/Plugins/Export/ExportLatex.php:146
10468 #: libraries/classes/Plugins/Export/ExportOdt.php:109
10469 #: libraries/classes/Plugins/Export/ExportSql.php:159
10470 msgid "Display media types"
10471 msgstr ""
10473 #: libraries/classes/Plugins/Export/ExportLatex.php:164
10474 msgid "Put columns names in the first row:"
10475 msgstr ""
10477 #: libraries/classes/Plugins/Export/ExportLatex.php:210
10478 #: libraries/classes/Plugins/Export/ExportSql.php:754
10479 #: libraries/classes/Plugins/Export/ExportXml.php:231
10480 #: templates/server/replication/change_primary.twig:22
10481 #: templates/server/replication/primary_add_replica_user.twig:29
10482 msgid "Host:"
10483 msgstr ""
10485 #: libraries/classes/Plugins/Export/ExportLatex.php:216
10486 #: libraries/classes/Plugins/Export/ExportSql.php:761
10487 #: libraries/classes/Plugins/Export/ExportXml.php:237
10488 msgid "Generation Time:"
10489 msgstr ""
10491 #: libraries/classes/Plugins/Export/ExportLatex.php:218
10492 #: libraries/classes/Plugins/Export/ExportSql.php:765
10493 #: libraries/classes/Plugins/Export/ExportXml.php:239
10494 #: templates/home/index.twig:173
10495 msgid "Server version:"
10496 msgstr ""
10498 #: libraries/classes/Plugins/Export/ExportLatex.php:219
10499 #: libraries/classes/Plugins/Export/ExportSql.php:767
10500 #: libraries/classes/Plugins/Export/ExportXml.php:240
10501 msgid "PHP Version:"
10502 msgstr ""
10504 #: libraries/classes/Plugins/Export/ExportLatex.php:247
10505 #: libraries/classes/Plugins/Export/ExportSql.php:939
10506 #: libraries/classes/Plugins/Export/ExportXml.php:389
10507 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:200
10508 #: templates/database/structure/copy_form.twig:5
10509 #: templates/menu/breadcrumbs.twig:16
10510 msgid "Database:"
10511 msgstr ""
10513 #: libraries/classes/Plugins/Export/ExportLatex.php:315
10514 #: libraries/classes/Plugins/Export/ExportSql.php:2197
10515 msgid "Data:"
10516 msgstr ""
10518 #: libraries/classes/Plugins/Export/ExportLatex.php:500
10519 msgid "Structure:"
10520 msgstr ""
10522 #: libraries/classes/Plugins/Export/ExportMediawiki.php:77
10523 msgid "Export table names"
10524 msgstr ""
10526 #: libraries/classes/Plugins/Export/ExportMediawiki.php:84
10527 msgid "Export table headers"
10528 msgstr ""
10530 #: libraries/classes/Plugins/Export/ExportOdt.php:250
10531 #: libraries/classes/Plugins/Export/ExportTexytext.php:178
10532 msgid "Dumping data for query result"
10533 msgstr ""
10535 #: libraries/classes/Plugins/Export/ExportPdf.php:77
10536 msgid "Report title:"
10537 msgstr ""
10539 #: libraries/classes/Plugins/Export/ExportPdf.php:192
10540 msgid "Dumping data"
10541 msgstr ""
10543 #: libraries/classes/Plugins/Export/ExportPdf.php:210
10544 msgid "Query result data"
10545 msgstr ""
10547 #: libraries/classes/Plugins/Export/ExportPdf.php:264
10548 msgid "View structure"
10549 msgstr ""
10551 #: libraries/classes/Plugins/Export/ExportPdf.php:267
10552 msgid "Stand in"
10553 msgstr ""
10555 #: libraries/classes/Plugins/Export/ExportSql.php:130
10556 msgid ""
10557 "Display comments <i>(includes info such as export timestamp, PHP version, "
10558 "and server version)</i>"
10559 msgstr ""
10561 #: libraries/classes/Plugins/Export/ExportSql.php:137
10562 msgid "Additional custom header comment (\\n splits lines):"
10563 msgstr ""
10565 #: libraries/classes/Plugins/Export/ExportSql.php:143
10566 msgid ""
10567 "Include a timestamp of when databases were created, last updated, and last "
10568 "checked"
10569 msgstr ""
10571 #: libraries/classes/Plugins/Export/ExportSql.php:204
10572 msgid "Export metadata"
10573 msgstr ""
10575 #: libraries/classes/Plugins/Export/ExportSql.php:219
10576 msgid ""
10577 "Database system or older MySQL server to maximize output compatibility with:"
10578 msgstr ""
10580 #: libraries/classes/Plugins/Export/ExportSql.php:265
10581 msgid "Add statements:"
10582 msgstr ""
10584 #: libraries/classes/Plugins/Export/ExportSql.php:273
10585 #: libraries/classes/Plugins/Export/ExportSql.php:282
10586 #: libraries/classes/Plugins/Export/ExportSql.php:299
10587 #: libraries/classes/Plugins/Export/ExportSql.php:308
10588 #: libraries/classes/Plugins/Export/ExportSql.php:332
10589 #: libraries/classes/Plugins/Export/ExportSql.php:360
10590 #: libraries/classes/Plugins/Export/ExportSql.php:369
10591 #, php-format
10592 msgid "Add %s statement"
10593 msgstr ""
10595 #: libraries/classes/Plugins/Export/ExportSql.php:315
10596 msgid "(less efficient as indexes will be generated during table creation)"
10597 msgstr ""
10599 #: libraries/classes/Plugins/Export/ExportSql.php:322
10600 #, php-format
10601 msgid "%s value"
10602 msgstr ""
10604 #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
10605 #: libraries/classes/Plugins/Export/ExportSql.php:339
10606 msgid "Use simple view export"
10607 msgstr ""
10609 #: libraries/classes/Plugins/Export/ExportSql.php:378
10610 msgid ""
10611 "Enclose table and column names with backquotes <i>(Protects column and table "
10612 "names formed with special characters or keywords)</i>"
10613 msgstr ""
10615 #: libraries/classes/Plugins/Export/ExportSql.php:393
10616 msgid "Data creation options"
10617 msgstr ""
10619 #: libraries/classes/Plugins/Export/ExportSql.php:398
10620 #: libraries/classes/Plugins/Export/ExportSql.php:2279
10621 msgid "Truncate table before insert"
10622 msgstr ""
10624 #: libraries/classes/Plugins/Export/ExportSql.php:405
10625 msgid "Instead of <code>INSERT</code> statements, use:"
10626 msgstr ""
10628 #: libraries/classes/Plugins/Export/ExportSql.php:411
10629 msgid "<code>INSERT DELAYED</code> statements"
10630 msgstr ""
10632 #: libraries/classes/Plugins/Export/ExportSql.php:423
10633 #: libraries/classes/Plugins/Export/ExportSql.php:457
10634 msgid "<code>INSERT IGNORE</code> statements"
10635 msgstr ""
10637 #: libraries/classes/Plugins/Export/ExportSql.php:437
10638 msgid "Function to use when dumping data:"
10639 msgstr ""
10641 #: libraries/classes/Plugins/Export/ExportSql.php:452
10642 msgid "Syntax to use when inserting data:"
10643 msgstr ""
10645 #: libraries/classes/Plugins/Export/ExportSql.php:462
10646 msgid ""
10647 "include column names in every <code>INSERT</code> statement <br> &nbsp; "
10648 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
10649 "(1,2,3)</code>"
10650 msgstr ""
10652 #: libraries/classes/Plugins/Export/ExportSql.php:467
10653 msgid ""
10654 "insert multiple rows in every <code>INSERT</code> statement<br> &nbsp; "
10655 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
10656 "(7,8,9)</code>"
10657 msgstr ""
10659 #: libraries/classes/Plugins/Export/ExportSql.php:472
10660 msgid ""
10661 "both of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10662 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
10663 msgstr ""
10665 #: libraries/classes/Plugins/Export/ExportSql.php:477
10666 msgid ""
10667 "neither of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
10668 "tbl_name VALUES (1,2,3)</code>"
10669 msgstr ""
10671 #: libraries/classes/Plugins/Export/ExportSql.php:496
10672 msgid ""
10673 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
10674 "0x616263)</i>"
10675 msgstr ""
10677 #: libraries/classes/Plugins/Export/ExportSql.php:505
10678 msgid ""
10679 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
10680 "reloaded between servers in different time zones)</i>"
10681 msgstr ""
10683 #: libraries/classes/Plugins/Export/ExportSql.php:582
10684 msgid "It appears your database uses routines;"
10685 msgstr ""
10687 #: libraries/classes/Plugins/Export/ExportSql.php:585
10688 #: libraries/classes/Plugins/Export/ExportSql.php:1595
10689 #: libraries/classes/Plugins/Export/ExportSql.php:2097
10690 msgid "alias export may not work reliably in all cases."
10691 msgstr ""
10693 #: libraries/classes/Plugins/Export/ExportSql.php:1056
10694 msgid "Metadata"
10695 msgstr ""
10697 #: libraries/classes/Plugins/Export/ExportSql.php:1122
10698 #, php-format
10699 msgid "Metadata for table %s"
10700 msgstr ""
10702 #: libraries/classes/Plugins/Export/ExportSql.php:1129
10703 #, php-format
10704 msgid "Metadata for database %s"
10705 msgstr ""
10707 #: libraries/classes/Plugins/Export/ExportSql.php:1436
10708 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629
10709 msgid "Creation:"
10710 msgstr ""
10712 #: libraries/classes/Plugins/Export/ExportSql.php:1446
10713 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640
10714 msgid "Last update:"
10715 msgstr ""
10717 #: libraries/classes/Plugins/Export/ExportSql.php:1456
10718 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651
10719 msgid "Last check:"
10720 msgstr ""
10722 #: libraries/classes/Plugins/Export/ExportSql.php:1507
10723 #, php-format
10724 msgid "Error reading structure for table %s:"
10725 msgstr ""
10727 #: libraries/classes/Plugins/Export/ExportSql.php:1592
10728 msgid "It appears your database uses views;"
10729 msgstr ""
10731 #: libraries/classes/Plugins/Export/ExportSql.php:1759
10732 msgid "Constraints for dumped tables"
10733 msgstr ""
10735 #: libraries/classes/Plugins/Export/ExportSql.php:1760
10736 msgid "Constraints for table"
10737 msgstr ""
10739 #: libraries/classes/Plugins/Export/ExportSql.php:1787
10740 msgid "Indexes for dumped tables"
10741 msgstr ""
10743 #: libraries/classes/Plugins/Export/ExportSql.php:1788
10744 msgid "Indexes for table"
10745 msgstr ""
10747 #: libraries/classes/Plugins/Export/ExportSql.php:1824
10748 msgid "AUTO_INCREMENT for dumped tables"
10749 msgstr ""
10751 #: libraries/classes/Plugins/Export/ExportSql.php:1825
10752 msgid "AUTO_INCREMENT for table"
10753 msgstr ""
10755 #: libraries/classes/Plugins/Export/ExportSql.php:1900
10756 msgid "MEDIA TYPES FOR TABLE"
10757 msgstr ""
10759 #: libraries/classes/Plugins/Export/ExportSql.php:1925
10760 msgid "RELATIONSHIPS FOR TABLE"
10761 msgstr ""
10763 #: libraries/classes/Plugins/Export/ExportSql.php:2094
10764 msgid "It appears your table uses triggers;"
10765 msgstr ""
10767 #: libraries/classes/Plugins/Export/ExportSql.php:2124
10768 #, php-format
10769 msgid "Structure for view %s exported as a table"
10770 msgstr ""
10772 #: libraries/classes/Plugins/Export/ExportSql.php:2144
10773 msgid "(See below for the actual view)"
10774 msgstr ""
10776 #: libraries/classes/Plugins/Export/ExportSql.php:2212
10777 #, php-format
10778 msgid "Error reading data for table %s:"
10779 msgstr ""
10781 #: libraries/classes/Plugins/Export/ExportXml.php:94
10782 msgid "Object creation options (all are recommended)"
10783 msgstr ""
10785 #: libraries/classes/Plugins/Export/ExportXml.php:138
10786 msgid "Export contents"
10787 msgstr ""
10789 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:201
10790 #: templates/menu/breadcrumbs.twig:29
10791 msgid "Table:"
10792 msgstr ""
10794 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:202
10795 msgid "Purpose:"
10796 msgstr ""
10798 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:30
10799 msgid ""
10800 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
10801 msgstr ""
10803 #: libraries/classes/Plugins/Import/ImportCsv.php:83
10804 msgid "Name of the new table (optional):"
10805 msgstr ""
10807 #: libraries/classes/Plugins/Import/ImportCsv.php:92
10808 msgid "Name of the new database (optional):"
10809 msgstr ""
10811 #: libraries/classes/Plugins/Import/ImportCsv.php:101
10812 #: libraries/classes/Plugins/Import/ImportCsv.php:119
10813 msgid "Import these many number of rows (optional):"
10814 msgstr ""
10816 #: libraries/classes/Plugins/Import/ImportCsv.php:109
10817 #: libraries/classes/Plugins/Import/ImportOds.php:66
10818 msgid ""
10819 "The first line of the file contains the table column names <i>(if this is "
10820 "unchecked, the first line will become part of the data)</i>"
10821 msgstr ""
10823 #: libraries/classes/Plugins/Import/ImportCsv.php:126
10824 msgid ""
10825 "If the data in each row of the file is not in the same order as in the "
10826 "database, list the corresponding column names here. Column names must be "
10827 "separated by commas and not enclosed in quotations."
10828 msgstr ""
10830 #: libraries/classes/Plugins/Import/ImportCsv.php:134
10831 msgid "Column names:"
10832 msgstr ""
10834 #: libraries/classes/Plugins/Import/ImportCsv.php:286
10835 #: libraries/classes/Plugins/Import/ImportCsv.php:645
10836 #, php-format
10837 msgid "Invalid format of CSV input on line %d."
10838 msgstr ""
10840 #: libraries/classes/Plugins/Import/ImportCsv.php:504
10841 #, php-format
10842 msgid "Invalid column count in CSV input on line %d."
10843 msgstr ""
10845 #: libraries/classes/Plugins/Import/ImportCsv.php:666
10846 #: libraries/classes/Plugins/Import/ImportCsv.php:681
10847 #: libraries/classes/Plugins/Import/ImportCsv.php:692
10848 #: libraries/classes/Plugins/Import/ImportCsv.php:699
10849 #, php-format
10850 msgid "Invalid parameter for CSV import: %s"
10851 msgstr ""
10853 #: libraries/classes/Plugins/Import/ImportCsv.php:831
10854 #, php-format
10855 msgid ""
10856 "Invalid column (%s) specified! Ensure that columns names are spelled "
10857 "correctly, separated by commas, and not enclosed in quotes."
10858 msgstr ""
10860 #: libraries/classes/Plugins/Import/ImportLdi.php:62
10861 msgid "Column names: "
10862 msgstr ""
10864 #: libraries/classes/Plugins/Import/ImportLdi.php:116
10865 msgid "This plugin does not support compressed imports!"
10866 msgstr ""
10868 #: libraries/classes/Plugins/Import/ImportMediawiki.php:56
10869 msgid "MediaWiki Table"
10870 msgstr ""
10872 #: libraries/classes/Plugins/Import/ImportMediawiki.php:279
10873 #, php-format
10874 msgid "Invalid format of mediawiki input on line: <br>%s."
10875 msgstr ""
10877 #: libraries/classes/Plugins/Import/ImportOds.php:80
10878 msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
10879 msgstr ""
10881 #: libraries/classes/Plugins/Import/ImportOds.php:86
10882 msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
10883 msgstr ""
10885 #: libraries/classes/Plugins/Import/ImportOds.php:156
10886 #: libraries/classes/Plugins/Import/ImportXml.php:114
10887 #: libraries/classes/Plugins/Import/ImportXml.php:177
10888 msgid ""
10889 "The XML file specified was either malformed or incomplete. Please correct "
10890 "the issue and try again."
10891 msgstr ""
10893 #: libraries/classes/Plugins/Import/ImportOds.php:166
10894 msgid "Could not parse OpenDocument Spreadsheet!"
10895 msgstr ""
10897 #: libraries/classes/Plugins/Import/ImportShp.php:68
10898 msgid "ESRI Shape File"
10899 msgstr ""
10901 #: libraries/classes/Plugins/Import/ImportShp.php:103
10902 #: libraries/classes/Plugins/Import/ImportShp.php:169
10903 #, php-format
10904 msgid "There was an error importing the ESRI shape file: \"%s\"."
10905 msgstr ""
10907 #: libraries/classes/Plugins/Import/ImportShp.php:199
10908 #, php-format
10909 msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
10910 msgstr ""
10912 #: libraries/classes/Plugins/Import/ImportShp.php:248
10913 msgid "The imported file does not contain any data!"
10914 msgstr ""
10916 #: libraries/classes/Plugins/Import/ImportSql.php:62
10917 msgid "SQL compatibility mode:"
10918 msgstr ""
10920 #: libraries/classes/Plugins/Import/ImportSql.php:74
10921 msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
10922 msgstr ""
10924 #: libraries/classes/Plugins/Import/ImportXml.php:48
10925 msgid "XML"
10926 msgstr ""
10928 #: libraries/classes/Plugins.php:609
10929 msgid "This format has no options"
10930 msgstr ""
10932 #: libraries/classes/Plugins.php:626
10933 msgid "Invalid authentication method set in configuration:"
10934 msgstr ""
10936 #: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:68
10937 #: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:87
10938 #: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:90
10939 #: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:87
10940 #, php-format
10941 msgid "The %s table doesn't exist!"
10942 msgstr ""
10944 #: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:62
10945 #: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:78
10946 #, php-format
10947 msgid "Schema of the %s database - Page %s"
10948 msgstr ""
10950 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:274
10951 msgid "SCHEMA ERROR: "
10952 msgstr ""
10954 #: libraries/classes/Plugins/Schema/Pdf/Pdf.php:268
10955 msgid "PDF export page"
10956 msgstr ""
10958 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:135
10959 #, php-format
10960 msgid "Schema of the %s database"
10961 msgstr ""
10963 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:163
10964 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:539
10965 msgid "Relational schema"
10966 msgstr ""
10968 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:484
10969 msgid "Table of contents"
10970 msgstr ""
10972 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:618
10973 #: templates/columns_definitions/column_definitions_form.twig:71
10974 #: templates/database/data_dictionary/index.twig:16
10975 #: templates/table/structure/display_table_stats.twig:6
10976 msgid "Table comments:"
10977 msgstr "የቴብል ኮሜንት"
10979 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:667
10980 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:701
10981 #: templates/columns_definitions/table_fields_definitions.twig:27
10982 #: templates/database/central_columns/edit.twig:13
10983 #: templates/table/structure/display_structure.twig:24
10984 msgid "Attributes"
10985 msgstr ""
10987 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:670
10988 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:704
10989 #: templates/table/structure/display_structure.twig:30
10990 #: templates/table/tracking/structure_snapshot_columns.twig:11
10991 msgid "Extra"
10992 msgstr ""
10994 #: libraries/classes/Plugins/SchemaPlugin.php:74
10995 msgid "Show color"
10996 msgstr ""
10998 #: libraries/classes/Plugins/SchemaPlugin.php:76
10999 msgid "Only show keys"
11000 msgstr ""
11002 #: libraries/classes/Plugins/Schema/SchemaDia.php:54
11003 #: libraries/classes/Plugins/Schema/SchemaEps.php:62
11004 #: libraries/classes/Plugins/Schema/SchemaPdf.php:64
11005 msgid "Orientation"
11006 msgstr ""
11008 #: libraries/classes/Plugins/Schema/SchemaDia.php:58
11009 #: libraries/classes/Plugins/Schema/SchemaEps.php:66
11010 #: libraries/classes/Plugins/Schema/SchemaPdf.php:68
11011 msgid "Landscape"
11012 msgstr ""
11014 #: libraries/classes/Plugins/Schema/SchemaDia.php:59
11015 #: libraries/classes/Plugins/Schema/SchemaEps.php:67
11016 #: libraries/classes/Plugins/Schema/SchemaPdf.php:69
11017 msgid "Portrait"
11018 msgstr ""
11020 #: libraries/classes/Plugins/Schema/SchemaEps.php:56
11021 #: libraries/classes/Plugins/Schema/SchemaPdf.php:58
11022 #: libraries/classes/Plugins/Schema/SchemaSvg.php:55
11023 msgid "Same width for all tables"
11024 msgstr ""
11026 #: libraries/classes/Plugins/Schema/SchemaPdf.php:83
11027 msgid "Show grid"
11028 msgstr ""
11030 #: libraries/classes/Plugins/Schema/SchemaPdf.php:89
11031 #: templates/database/structure/index.twig:21
11032 msgid "Data dictionary"
11033 msgstr ""
11035 #: libraries/classes/Plugins/Schema/SchemaPdf.php:95
11036 msgid "Order of the tables"
11037 msgstr ""
11039 #: libraries/classes/Plugins/Schema/SchemaPdf.php:100
11040 msgid "Name (Ascending)"
11041 msgstr ""
11043 #: libraries/classes/Plugins/Schema/SchemaPdf.php:101
11044 msgid "Name (Descending)"
11045 msgstr ""
11047 #: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:26
11048 msgid ""
11049 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
11050 "TRUE, second for FALSE. Nonzero=true."
11051 msgstr ""
11053 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:37
11054 msgid ""
11055 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
11056 "formatted date. The first option is the offset (in hours) which will be "
11057 "added to the timestamp (Default: 0). Use second option to specify a "
11058 "different date/time format string. Third option determines whether you want "
11059 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
11060 "According to that, date format has different value - for \"local\" see the "
11061 "documentation for PHP's strftime() function and for \"utc\" it is done using "
11062 "gmdate() function."
11063 msgstr ""
11065 #. l10n: See https://www.php.net/manual/en/function.strftime.php
11066 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:70
11067 #: libraries/classes/Util.php:698
11068 msgid "%B %d, %Y at %I:%M %p"
11069 msgstr ""
11071 #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:29
11072 msgid ""
11073 "Displays a link to download the binary data of the column. You can use the "
11074 "first option to specify the filename, or use the second option as the name "
11075 "of a column which contains the filename. If you use the second option, you "
11076 "need to set the first option to the empty string."
11077 msgstr ""
11079 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:40
11080 msgid ""
11081 "LINUX ONLY: Launches an external application and feeds it the column data "
11082 "via standard input. Returns the standard output of the application. The "
11083 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
11084 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
11085 "ExternalTransformationsPlugin.php and list the tools you want to make "
11086 "available. The first option is then the number of the program you want to "
11087 "use. The second option should be blank for historical reasons. The third "
11088 "option, if set to 1, will convert the output using htmlspecialchars() "
11089 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
11090 "ensure that the output appears all on one line (Default 1)."
11091 msgstr ""
11093 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:120
11094 #, php-format
11095 msgid ""
11096 "You are using the external transformation command line options field, which "
11097 "has been deprecated for security reasons. Add all command line options "
11098 "directly to the definition in %s."
11099 msgstr ""
11101 #: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:27
11102 msgid ""
11103 "Displays the contents of the column as-is, without running it through "
11104 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
11105 msgstr ""
11107 #: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:29
11108 msgid ""
11109 "Displays hexadecimal representation of data. Optional first parameter "
11110 "specifies how often space will be added (defaults to 2 nibbles)."
11111 msgstr ""
11113 #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:27
11114 msgid "Displays a link to download this image."
11115 msgstr ""
11117 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:29
11118 msgid ""
11119 "Image upload functionality which also displays a thumbnail. The options are "
11120 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
11121 msgstr ""
11123 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:89
11124 msgid "Image preview here"
11125 msgstr ""
11127 #: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:29
11128 msgid ""
11129 "Displays a clickable thumbnail. The options are the maximum width and height "
11130 "in pixels. The original aspect ratio is preserved."
11131 msgstr ""
11133 #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:28
11134 msgid ""
11135 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
11136 "in Internet standard dotted format."
11137 msgstr ""
11139 #: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:27
11140 msgid ""
11141 "Prepends and/or Appends text to a string. First option is text to be "
11142 "prepended, second is appended (enclosed in single quotes, default empty "
11143 "string)."
11144 msgstr ""
11146 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:30
11147 msgid ""
11148 "Validates the string using regular expression and performs insert only if "
11149 "string matches it. The first option is the Regular Expression."
11150 msgstr ""
11152 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:52
11153 #, php-format
11154 msgid "Validation failed for the input string %s."
11155 msgstr ""
11157 #: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:26
11158 msgid "Formats text as SQL query with syntax highlighting."
11159 msgstr ""
11161 #: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:29
11162 msgid ""
11163 "Displays a part of a string. The first option is the number of characters to "
11164 "skip from the beginning of the string (Default 0). The second option is the "
11165 "number of characters to return (Default: until end of string). The third "
11166 "option is the string to append and/or prepend when truncation occurs "
11167 "(Default: \"…\")."
11168 msgstr ""
11170 #: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:27
11171 msgid ""
11172 "File upload functionality for TEXT columns. It does not have a textarea for "
11173 "input."
11174 msgstr ""
11176 #: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:29
11177 msgid ""
11178 "Displays an image and a link; the column contains the filename. The first "
11179 "option is a URL prefix like \"https://www.example.com/\". The second and "
11180 "third options are the width and the height in pixels."
11181 msgstr ""
11183 #: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:28
11184 msgid ""
11185 "Displays a link; the column contains the filename. The first option is a URL "
11186 "prefix like \"https://www.example.com/\". The second option is a title for "
11187 "the link."
11188 msgstr ""
11190 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:30
11191 msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
11192 msgstr ""
11194 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:27
11195 msgid ""
11196 "Converts an Internet network address in (IPv4/IPv6) format into a long "
11197 "integer."
11198 msgstr ""
11200 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:24
11201 msgid "Syntax highlighted CodeMirror editor for JSON."
11202 msgstr ""
11204 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:24
11205 msgid "Syntax highlighted CodeMirror editor for SQL."
11206 msgstr ""
11208 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:24
11209 msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
11210 msgstr ""
11212 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:27
11213 msgid ""
11214 "Converts an Internet network address stored as a binary string into a string "
11215 "in Internet standard (IPv4/IPv6) format."
11216 msgstr ""
11218 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:42
11219 msgid "Formats text as JSON with syntax highlighting."
11220 msgstr ""
11222 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:42
11223 msgid "Formats text as XML with syntax highlighting."
11224 msgstr ""
11226 #: libraries/classes/Plugins/TwoFactor/Application.php:135
11227 msgid "Authentication Application (2FA)"
11228 msgstr ""
11230 #: libraries/classes/Plugins/TwoFactor/Application.php:146
11231 msgid ""
11232 "Provides authentication using HOTP and TOTP applications such as FreeOTP, "
11233 "Google Authenticator or Authy."
11234 msgstr ""
11236 #: libraries/classes/Plugins/TwoFactor/Key.php:204
11237 msgid "Hardware Security Key (FIDO U2F)"
11238 msgstr ""
11240 #: libraries/classes/Plugins/TwoFactor/Key.php:214
11241 msgid ""
11242 "Provides authentication using hardware security tokens supporting FIDO U2F, "
11243 "such as a Yubikey."
11244 msgstr ""
11246 #: libraries/classes/Plugins/TwoFactorPlugin.php:73
11247 #, php-format
11248 msgid "Two-factor authentication failed: %s"
11249 msgstr ""
11251 #: libraries/classes/Plugins/TwoFactorPlugin.php:78
11252 msgid "Two-factor authentication failed."
11253 msgstr ""
11255 #: libraries/classes/Plugins/TwoFactorPlugin.php:128
11256 msgid "No Two-Factor Authentication"
11257 msgstr ""
11259 #: libraries/classes/Plugins/TwoFactorPlugin.php:138
11260 msgid "Login using password only."
11261 msgstr ""
11263 #: libraries/classes/Plugins/TwoFactor/Simple.php:49
11264 msgid "Simple two-factor authentication"
11265 msgstr ""
11267 #: libraries/classes/Plugins/TwoFactor/Simple.php:59
11268 msgid "For testing purposes only!"
11269 msgstr ""
11271 #: libraries/classes/Query/Utilities.php:96
11272 msgid ""
11273 "The server is not responding (or the local server's socket is not correctly "
11274 "configured)."
11275 msgstr ""
11277 #: libraries/classes/Query/Utilities.php:99
11278 msgid "The server is not responding."
11279 msgstr ""
11281 #: libraries/classes/Query/Utilities.php:103
11282 msgid "Logout and try as another user."
11283 msgstr ""
11285 #: libraries/classes/Query/Utilities.php:108
11286 msgid "Please check privileges of directory containing database."
11287 msgstr ""
11289 #: libraries/classes/Query/Utilities.php:117
11290 msgid "Details…"
11291 msgstr ""
11293 #: libraries/classes/RecentFavoriteTable.php:153
11294 msgid "Could not save recent table!"
11295 msgstr ""
11297 #: libraries/classes/RecentFavoriteTable.php:157
11298 msgid "Could not save favorite table!"
11299 msgstr ""
11301 #: libraries/classes/RecentFavoriteTable.php:241
11302 msgid "Recent tables"
11303 msgstr ""
11305 #: libraries/classes/RecentFavoriteTable.php:243
11306 msgid "Recent"
11307 msgstr ""
11309 #: libraries/classes/RecentFavoriteTable.php:247
11310 msgid "Favorites"
11311 msgstr ""
11313 #: libraries/classes/ReplicationGui.php:428
11314 msgid ""
11315 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
11316 "in phpMyAdmin configuration."
11317 msgstr ""
11319 #: libraries/classes/ReplicationGui.php:439
11320 msgid "Replication started successfully."
11321 msgstr ""
11323 #: libraries/classes/ReplicationGui.php:440
11324 msgid "Error starting replication."
11325 msgstr ""
11327 #: libraries/classes/ReplicationGui.php:443
11328 msgid "Replication stopped successfully."
11329 msgstr ""
11331 #: libraries/classes/ReplicationGui.php:444
11332 msgid "Error stopping replication."
11333 msgstr ""
11335 #: libraries/classes/ReplicationGui.php:447
11336 msgid "Replication resetting successfully."
11337 msgstr ""
11339 #: libraries/classes/ReplicationGui.php:448
11340 msgid "Error resetting replication."
11341 msgstr ""
11343 #: libraries/classes/ReplicationGui.php:451
11344 msgid "Success."
11345 msgstr ""
11347 #: libraries/classes/ReplicationGui.php:452
11348 msgid "Error."
11349 msgstr ""
11351 #: libraries/classes/ReplicationGui.php:495
11352 msgid "Unknown error"
11353 msgstr ""
11355 #: libraries/classes/ReplicationGui.php:508
11356 #, php-format
11357 msgid "Unable to connect to primary %s."
11358 msgstr ""
11360 #: libraries/classes/ReplicationGui.php:518
11361 msgid ""
11362 "Unable to read primary log position. Possible privilege problem on primary."
11363 msgstr ""
11365 #: libraries/classes/ReplicationGui.php:536
11366 msgid "Unable to change primary!"
11367 msgstr ""
11369 #: libraries/classes/ReplicationGui.php:540
11370 #, php-format
11371 msgid "Primary server changed successfully to %s."
11372 msgstr ""
11374 #: libraries/classes/Routing.php:102
11375 #, php-format
11376 msgid ""
11377 "The routing cache could not be written, you need to adjust permissions on "
11378 "the folder/file \"%s\""
11379 msgstr ""
11381 #: libraries/classes/Routing.php:161
11382 #, php-format
11383 msgid "Error 404! The page %s was not found."
11384 msgstr ""
11386 #: libraries/classes/Routing.php:172
11387 msgid "Error 405! Request method not allowed."
11388 msgstr ""
11390 #: libraries/classes/SavedSearches.php:237
11391 msgid "Please provide a name for this bookmarked search."
11392 msgstr ""
11394 #: libraries/classes/SavedSearches.php:253
11395 msgid "Missing information to save the bookmarked search."
11396 msgstr ""
11398 #: libraries/classes/SavedSearches.php:274
11399 #: libraries/classes/SavedSearches.php:308
11400 msgid "An entry with this name already exists."
11401 msgstr ""
11403 #: libraries/classes/SavedSearches.php:334
11404 msgid "Missing information to delete the search."
11405 msgstr ""
11407 #: libraries/classes/SavedSearches.php:359
11408 msgid "Missing information to load the search."
11409 msgstr ""
11411 #: libraries/classes/SavedSearches.php:379
11412 msgid "Error while loading the search."
11413 msgstr ""
11415 #: libraries/classes/Server/Plugins.php:66
11416 #: libraries/classes/Server/Privileges.php:793
11417 #: libraries/classes/Server/Privileges.php:3723
11418 msgid "Native MySQL authentication"
11419 msgstr ""
11421 #: libraries/classes/Server/Plugins.php:71
11422 msgid "SHA256 password authentication"
11423 msgstr ""
11425 #: libraries/classes/Server/Plugins.php:76
11426 msgid "Caching sha2 authentication"
11427 msgstr ""
11429 #: libraries/classes/Server/Plugins.php:81
11430 msgid "Unix Socket based authentication"
11431 msgstr ""
11433 #: libraries/classes/Server/Plugins.php:86
11434 msgid "Old MySQL-4.0 authentication"
11435 msgstr ""
11437 #: libraries/classes/Server/Privileges/AccountLocking.php:30
11438 #: libraries/classes/Server/Privileges/AccountLocking.php:51
11439 msgid "Account locking is not supported."
11440 msgstr ""
11442 #: libraries/classes/Server/Privileges.php:263
11443 msgid "No privileges."
11444 msgstr ""
11446 #: libraries/classes/Server/Privileges.php:271
11447 msgid "Includes all privileges except GRANT."
11448 msgstr ""
11450 #: libraries/classes/Server/Privileges.php:293
11451 #: libraries/classes/Server/Privileges.php:360
11452 #: templates/server/privileges/privileges_table.twig:125
11453 #: templates/server/privileges/privileges_table.twig:128
11454 #: templates/server/privileges/privileges_table.twig:326
11455 #: templates/server/privileges/privileges_table.twig:329
11456 msgid "Allows deleting data."
11457 msgstr ""
11459 #: libraries/classes/Server/Privileges.php:298
11460 #: templates/server/privileges/privileges_table.twig:137
11461 #: templates/server/privileges/privileges_table.twig:140
11462 #: templates/server/privileges/privileges_table.twig:367
11463 #: templates/server/privileges/privileges_table.twig:375
11464 msgid "Allows creating new tables."
11465 msgstr ""
11467 #: libraries/classes/Server/Privileges.php:303
11468 #: templates/server/privileges/privileges_table.twig:149
11469 #: templates/server/privileges/privileges_table.twig:152
11470 #: templates/server/privileges/privileges_table.twig:415
11471 #: templates/server/privileges/privileges_table.twig:423
11472 msgid "Allows dropping tables."
11473 msgstr ""
11475 #: libraries/classes/Server/Privileges.php:308
11476 #: libraries/classes/Server/Privileges.php:400
11477 #: templates/server/privileges/privileges_table.twig:174
11478 #: templates/server/privileges/privileges_table.twig:177
11479 #: templates/server/privileges/privileges_table.twig:399
11480 #: templates/server/privileges/privileges_table.twig:402
11481 msgid "Allows creating and dropping indexes."
11482 msgstr ""
11484 #: libraries/classes/Server/Privileges.php:313
11485 #: libraries/classes/Server/Privileges.php:405
11486 #: templates/server/privileges/privileges_table.twig:186
11487 #: templates/server/privileges/privileges_table.twig:189
11488 #: templates/server/privileges/privileges_table.twig:386
11489 #: templates/server/privileges/privileges_table.twig:389
11490 msgid "Allows altering the structure of existing tables."
11491 msgstr ""
11493 #: libraries/classes/Server/Privileges.php:318
11494 #: libraries/classes/Server/Privileges.php:444
11495 #: libraries/classes/Server/Privileges.php:460
11496 #: templates/server/privileges/privileges_table.twig:198
11497 #: templates/server/privileges/privileges_table.twig:201
11498 #: templates/server/privileges/privileges_table.twig:500
11499 #: templates/server/privileges/privileges_table.twig:503
11500 #: templates/server/privileges/privileges_table.twig:515
11501 #: templates/server/privileges/privileges_table.twig:518
11502 msgid "Allows creating new views."
11503 msgstr ""
11505 #: libraries/classes/Server/Privileges.php:323
11506 #: libraries/classes/Server/Privileges.php:465
11507 #: libraries/classes/Server/Privileges.php:471
11508 #: templates/server/privileges/privileges_table.twig:210
11509 #: templates/server/privileges/privileges_table.twig:213
11510 #: templates/server/privileges/privileges_table.twig:447
11511 #: templates/server/privileges/privileges_table.twig:450
11512 msgid "Allows performing SHOW CREATE VIEW queries."
11513 msgstr ""
11515 #: libraries/classes/Server/Privileges.php:328
11516 #: libraries/classes/Server/Privileges.php:454
11517 #: templates/server/privileges/privileges_table.twig:222
11518 #: templates/server/privileges/privileges_table.twig:225
11519 #: templates/server/privileges/privileges_table.twig:543
11520 #: templates/server/privileges/privileges_table.twig:546
11521 msgid "Allows creating and dropping triggers."
11522 msgstr ""
11524 #: libraries/classes/Server/Privileges.php:345
11525 #: templates/server/privileges/privileges_table.twig:16
11526 #: templates/server/privileges/privileges_table.twig:287
11527 #: templates/server/privileges/privileges_table.twig:290
11528 msgid "Allows reading data."
11529 msgstr ""
11531 #: libraries/classes/Server/Privileges.php:350
11532 #: templates/server/privileges/privileges_table.twig:43
11533 #: templates/server/privileges/privileges_table.twig:300
11534 #: templates/server/privileges/privileges_table.twig:303
11535 msgid "Allows inserting and replacing data."
11536 msgstr ""
11538 #: libraries/classes/Server/Privileges.php:355
11539 #: templates/server/privileges/privileges_table.twig:70
11540 #: templates/server/privileges/privileges_table.twig:313
11541 #: templates/server/privileges/privileges_table.twig:316
11542 msgid "Allows changing data."
11543 msgstr ""
11545 #: libraries/classes/Server/Privileges.php:365
11546 #: templates/server/privileges/privileges_table.twig:365
11547 #: templates/server/privileges/privileges_table.twig:373
11548 msgid "Allows creating new databases and tables."
11549 msgstr ""
11551 #: libraries/classes/Server/Privileges.php:370
11552 #: templates/server/privileges/privileges_table.twig:413
11553 #: templates/server/privileges/privileges_table.twig:421
11554 msgid "Allows dropping databases and tables."
11555 msgstr ""
11557 #: libraries/classes/Server/Privileges.php:375
11558 #: templates/server/privileges/privileges_table.twig:610
11559 #: templates/server/privileges/privileges_table.twig:613
11560 msgid "Allows reloading server settings and flushing the server's caches."
11561 msgstr ""
11563 #: libraries/classes/Server/Privileges.php:380
11564 #: templates/server/privileges/privileges_table.twig:623
11565 #: templates/server/privileges/privileges_table.twig:626
11566 msgid "Allows shutting down the server."
11567 msgstr ""
11569 #: libraries/classes/Server/Privileges.php:385
11570 #: templates/server/privileges/privileges_table.twig:597
11571 #: templates/server/privileges/privileges_table.twig:600
11572 msgid "Allows viewing processes of all users."
11573 msgstr ""
11575 #: libraries/classes/Server/Privileges.php:390
11576 #: templates/server/privileges/privileges_table.twig:340
11577 #: templates/server/privileges/privileges_table.twig:343
11578 msgid "Allows importing data from and exporting data into files."
11579 msgstr ""
11581 #: libraries/classes/Server/Privileges.php:395
11582 #: templates/server/privileges/privileges_table.twig:97
11583 #: templates/server/privileges/privileges_table.twig:677
11584 msgid "Has no effect in this MySQL version."
11585 msgstr ""
11587 #: libraries/classes/Server/Privileges.php:410
11588 #: templates/server/privileges/privileges_table.twig:636
11589 #: templates/server/privileges/privileges_table.twig:639
11590 msgid "Gives access to the complete list of databases."
11591 msgstr ""
11593 #: libraries/classes/Server/Privileges.php:416
11594 #: templates/server/privileges/privileges_table.twig:583
11595 #: templates/server/privileges/privileges_table.twig:587
11596 msgid ""
11597 "Allows connecting, even if maximum number of connections is reached; "
11598 "required for most administrative operations like setting global variables or "
11599 "killing threads of other users."
11600 msgstr ""
11602 #: libraries/classes/Server/Privileges.php:424
11603 #: templates/server/privileges/privileges_table.twig:434
11604 #: templates/server/privileges/privileges_table.twig:437
11605 msgid "Allows creating temporary tables."
11606 msgstr ""
11608 #: libraries/classes/Server/Privileges.php:429
11609 #: templates/server/privileges/privileges_table.twig:664
11610 #: templates/server/privileges/privileges_table.twig:667
11611 msgid "Allows locking tables for the current thread."
11612 msgstr ""
11614 #: libraries/classes/Server/Privileges.php:434
11615 #: templates/server/privileges/privileges_table.twig:705
11616 #: templates/server/privileges/privileges_table.twig:708
11617 msgid "Needed for the replication replicas."
11618 msgstr ""
11620 #: libraries/classes/Server/Privileges.php:439
11621 #: templates/server/privileges/privileges_table.twig:692
11622 #: templates/server/privileges/privileges_table.twig:695
11623 msgid "Allows the user to ask where the replicas / primaries are."
11624 msgstr ""
11626 #: libraries/classes/Server/Privileges.php:449
11627 #: templates/server/privileges/privileges_table.twig:530
11628 #: templates/server/privileges/privileges_table.twig:533
11629 msgid "Allows to set up events for the event scheduler."
11630 msgstr ""
11632 #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
11633 #: libraries/classes/Server/Privileges.php:478
11634 #: libraries/classes/Server/Privileges.php:487
11635 #: templates/server/privileges/privileges_table.twig:235
11636 #: templates/server/privileges/privileges_table.twig:239
11637 msgid "Allows deleting historical rows."
11638 msgstr ""
11640 #: libraries/classes/Server/Privileges.php:492
11641 #: templates/server/privileges/privileges_table.twig:460
11642 #: templates/server/privileges/privileges_table.twig:463
11643 msgid "Allows creating stored routines."
11644 msgstr ""
11646 #: libraries/classes/Server/Privileges.php:497
11647 #: templates/server/privileges/privileges_table.twig:473
11648 #: templates/server/privileges/privileges_table.twig:476
11649 msgid "Allows altering and dropping stored routines."
11650 msgstr ""
11652 #: libraries/classes/Server/Privileges.php:502
11653 #: templates/server/privileges/privileges_table.twig:718
11654 #: templates/server/privileges/privileges_table.twig:721
11655 msgid "Allows creating, dropping and renaming user accounts."
11656 msgstr ""
11658 #: libraries/classes/Server/Privileges.php:507
11659 #: templates/server/privileges/privileges_table.twig:486
11660 #: templates/server/privileges/privileges_table.twig:489
11661 msgid "Allows executing stored routines."
11662 msgstr ""
11664 #: libraries/classes/Server/Privileges.php:1077
11665 #, php-format
11666 msgid "The password for %s was changed successfully."
11667 msgstr ""
11669 #: libraries/classes/Server/Privileges.php:1125
11670 #, php-format
11671 msgid "You have revoked the privileges for %s."
11672 msgstr ""
11674 #: libraries/classes/Server/Privileges.php:1442
11675 #: templates/database/privileges/index.twig:124
11676 #: templates/table/privileges/index.twig:127
11677 msgid "Not enough privilege to view users."
11678 msgstr ""
11680 #: libraries/classes/Server/Privileges.php:1504
11681 #: templates/database/privileges/index.twig:80
11682 #: templates/server/privileges/new_user_ajax.twig:45
11683 #: templates/server/privileges/users_overview.twig:75
11684 #: templates/table/privileges/index.twig:84
11685 msgid "Edit privileges"
11686 msgstr ""
11688 #: libraries/classes/Server/Privileges.php:1508
11689 msgid "Revoke"
11690 msgstr ""
11692 #: libraries/classes/Server/Privileges.php:1819
11693 #: templates/server/privileges/privileges_table.twig:265
11694 msgid "Database-specific privileges"
11695 msgstr ""
11697 #: libraries/classes/Server/Privileges.php:1825
11698 #: templates/server/privileges/privileges_summary.twig:19
11699 #: templates/server/privileges/privileges_table.twig:7
11700 #: templates/server/privileges/privileges_table.twig:267
11701 msgid "Table-specific privileges"
11702 msgstr ""
11704 #: libraries/classes/Server/Privileges.php:1830
11705 #: libraries/classes/Server/Privileges.php:1832
11706 #: templates/server/privileges/edit_routine_privileges.twig:29
11707 #: templates/server/privileges/edit_routine_privileges.twig:46
11708 #: templates/server/privileges/edit_routine_privileges.twig:59
11709 msgid "Routine"
11710 msgstr ""
11712 #: libraries/classes/Server/Privileges.php:1831
11713 #: templates/server/privileges/edit_routine_privileges.twig:47
11714 msgid "Routine-specific privileges"
11715 msgstr ""
11717 #: libraries/classes/Server/Privileges.php:2176
11718 msgid "No users selected for deleting!"
11719 msgstr ""
11721 #: libraries/classes/Server/Privileges.php:2179
11722 msgid "Reloading the privileges"
11723 msgstr ""
11725 #: libraries/classes/Server/Privileges.php:2204
11726 msgid "The selected users have been deleted successfully."
11727 msgstr ""
11729 #: libraries/classes/Server/Privileges.php:2281
11730 #, php-format
11731 msgid "You have updated the privileges for %s."
11732 msgstr ""
11734 #: libraries/classes/Server/Privileges.php:2368
11735 #: templates/database/privileges/index.twig:102
11736 #: templates/table/privileges/index.twig:106
11737 msgid "No user found."
11738 msgstr ""
11740 #: libraries/classes/Server/Privileges.php:2455
11741 #, php-format
11742 msgid "Deleting %s"
11743 msgstr ""
11745 #: libraries/classes/Server/Privileges.php:2486
11746 msgid "The privileges were reloaded successfully."
11747 msgstr ""
11749 #: libraries/classes/Server/Privileges.php:2590
11750 #, php-format
11751 msgid "The user %s already exists!"
11752 msgstr ""
11754 #: libraries/classes/Server/Privileges.php:2865
11755 #, php-format
11756 msgid "Privileges for %s"
11757 msgstr ""
11759 #: libraries/classes/Server/Privileges.php:2874
11760 #: libraries/classes/Server/Status/Processes.php:118
11761 #: templates/server/user_groups/user_listings.twig:9
11762 msgid "User"
11763 msgstr ""
11765 #: libraries/classes/Server/Privileges.php:2988
11766 msgid ""
11767 "A user account allowing any user from localhost to connect is present. This "
11768 "will prevent other users from connecting if the host part of their account "
11769 "allows a connection from any (%) host."
11770 msgstr ""
11772 #: libraries/classes/Server/Privileges.php:3022
11773 #, php-format
11774 msgid ""
11775 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11776 "tables. The content of these tables may differ from the privileges the "
11777 "server uses, if they have been changed manually. In this case, you should "
11778 "%sreload the privileges%s before you continue."
11779 msgstr ""
11781 #: libraries/classes/Server/Privileges.php:3038
11782 msgid ""
11783 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11784 "tables. The content of these tables may differ from the privileges the "
11785 "server uses, if they have been changed manually. In this case, the "
11786 "privileges have to be reloaded but currently, you don't have the RELOAD "
11787 "privilege."
11788 msgstr ""
11790 #: libraries/classes/Server/Privileges.php:3350
11791 msgid "You have added a new user."
11792 msgstr ""
11794 #: libraries/classes/Server/Status/Data.php:146
11795 #: libraries/classes/Server/Status/Processes.php:146
11796 #: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:20
11797 msgid "SQL query"
11798 msgstr ""
11800 #: libraries/classes/Server/Status/Data.php:149
11801 msgid "Handler"
11802 msgstr ""
11804 #: libraries/classes/Server/Status/Data.php:150
11805 msgid "Query cache"
11806 msgstr ""
11808 #: libraries/classes/Server/Status/Data.php:151
11809 msgid "Threads"
11810 msgstr ""
11812 #: libraries/classes/Server/Status/Data.php:153
11813 msgid "Temporary data"
11814 msgstr ""
11816 #: libraries/classes/Server/Status/Data.php:154
11817 msgid "Delayed inserts"
11818 msgstr ""
11820 #: libraries/classes/Server/Status/Data.php:155
11821 msgid "Key cache"
11822 msgstr ""
11824 #: libraries/classes/Server/Status/Data.php:156
11825 msgid "Joins"
11826 msgstr ""
11828 #: libraries/classes/Server/Status/Data.php:158
11829 msgid "Sorting"
11830 msgstr ""
11832 #: libraries/classes/Server/Status/Data.php:160
11833 msgid "Transaction coordinator"
11834 msgstr ""
11836 #: libraries/classes/Server/Status/Data.php:161
11837 #: templates/server/binlog/index.twig:27
11838 msgid "Files"
11839 msgstr ""
11841 #: libraries/classes/Server/Status/Data.php:180
11842 msgid "Flush (close) all tables"
11843 msgstr ""
11845 #: libraries/classes/Server/Status/Data.php:184
11846 msgid "Show open tables"
11847 msgstr ""
11849 #: libraries/classes/Server/Status/Data.php:193
11850 msgid "Show replica hosts"
11851 msgstr ""
11853 #: libraries/classes/Server/Status/Data.php:200
11854 #: templates/server/replication/primary_replication.twig:9
11855 msgid "Show primary status"
11856 msgstr ""
11858 #: libraries/classes/Server/Status/Data.php:207
11859 msgid "Show replica status"
11860 msgstr ""
11862 #: libraries/classes/Server/Status/Data.php:215
11863 msgid "Flush query cache"
11864 msgstr ""
11866 #: libraries/classes/Server/Status/Processes.php:114
11867 msgid "ID"
11868 msgstr ""
11870 #: libraries/classes/Server/Status/Processes.php:122
11871 #: templates/server/replication/primary_add_replica_user.twig:32
11872 #: templates/server/replication/primary_add_replica_user.twig:43
11873 #: templates/server/replication/primary_replication.twig:25
11874 msgid "Host"
11875 msgstr ""
11877 #: libraries/classes/Server/Status/Processes.php:130
11878 msgid "Command"
11879 msgstr ""
11881 #: libraries/classes/Server/Status/Processes.php:142
11882 msgid "Progress"
11883 msgstr ""
11885 #: libraries/classes/Setup/Index.php:130
11886 msgid ""
11887 "Reading of version failed. Maybe you're offline or the upgrade server does "
11888 "not respond."
11889 msgstr ""
11891 #: libraries/classes/Setup/Index.php:152
11892 msgid "Got invalid version string from server"
11893 msgstr ""
11895 #: libraries/classes/Setup/Index.php:164
11896 msgid "Unparsable version string"
11897 msgstr ""
11899 #: libraries/classes/Setup/Index.php:186
11900 #, php-format
11901 msgid ""
11902 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
11903 "version is %s, released on %s."
11904 msgstr ""
11906 #: libraries/classes/Setup/Index.php:194
11907 msgid "No newer stable version is available"
11908 msgstr ""
11910 #: libraries/classes/Sql.php:498
11911 #, php-format
11912 msgid "Using bookmark \"%s\" as default browse query."
11913 msgstr ""
11915 #: libraries/classes/Sql.php:962
11916 msgid "Showing as PHP code"
11917 msgstr ""
11919 #: libraries/classes/Sql.php:1336
11920 #, php-format
11921 msgid ""
11922 "Current selection does not contain a unique column. Grid edit, checkbox, "
11923 "Edit, Copy and Delete features are not available. %s"
11924 msgstr ""
11926 #: libraries/classes/Sql.php:1350
11927 #, php-format
11928 msgid ""
11929 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
11930 "and Delete features may result in undesired behavior. %s"
11931 msgstr ""
11933 #: libraries/classes/SqlQueryForm.php:150
11934 #, php-format
11935 msgid "Run SQL query/queries on server “%s”"
11936 msgstr ""
11938 #: libraries/classes/SqlQueryForm.php:166
11939 #, php-format
11940 msgid "Run SQL query/queries on database %s"
11941 msgstr ""
11943 #: libraries/classes/SqlQueryForm.php:181
11944 #, php-format
11945 msgid "Run SQL query/queries on table %s"
11946 msgstr ""
11948 #: libraries/classes/StorageEngine.php:367
11949 msgid ""
11950 "There is no detailed status information available for this storage engine."
11951 msgstr ""
11953 #: libraries/classes/StorageEngine.php:467
11954 #: templates/database/structure/body_for_table_summary.twig:46
11955 #, php-format
11956 msgid "%s is the default storage engine on this MySQL server."
11957 msgstr ""
11959 #: libraries/classes/StorageEngine.php:470
11960 #, php-format
11961 msgid "%s is available on this MySQL server."
11962 msgstr ""
11964 #: libraries/classes/StorageEngine.php:473
11965 #, php-format
11966 msgid "%s has been disabled for this MySQL server."
11967 msgstr ""
11969 #: libraries/classes/StorageEngine.php:477
11970 #, php-format
11971 msgid "This MySQL server does not support the %s storage engine."
11972 msgstr ""
11974 #: libraries/classes/Table/Indexes.php:58 libraries/classes/Table.php:2103
11975 msgid "The name of the primary key must be \"PRIMARY\"!"
11976 msgstr ""
11978 #: libraries/classes/Table/Maintenance.php:122
11979 #, php-format
11980 msgid "Problems with indexes of table `%s`"
11981 msgstr ""
11983 #: libraries/classes/Table.php:348
11984 msgid "Unknown table status:"
11985 msgstr ""
11987 #: libraries/classes/Table.php:1001
11988 #, php-format
11989 msgid "Source database `%s` was not found!"
11990 msgstr ""
11992 #: libraries/classes/Table.php:1010
11993 #, php-format
11994 msgid "Target database `%s` was not found!"
11995 msgstr ""
11997 #: libraries/classes/Table.php:1475
11998 msgid "Invalid database:"
11999 msgstr ""
12001 #: libraries/classes/Table.php:1493
12002 msgid "Invalid table name:"
12003 msgstr ""
12005 #: libraries/classes/Table.php:1533
12006 #, php-format
12007 msgid "Failed to rename table %1$s to %2$s!"
12008 msgstr ""
12010 #: libraries/classes/Table.php:1550
12011 #, php-format
12012 msgid "Table %1$s has been renamed to %2$s."
12013 msgstr ""
12015 #: libraries/classes/Table.php:1795
12016 msgid "Could not save table UI preferences!"
12017 msgstr ""
12019 #: libraries/classes/Table.php:1821
12020 #, php-format
12021 msgid ""
12022 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
12023 "['MaxTableUiprefs'] %s)"
12024 msgstr ""
12026 #: libraries/classes/Table.php:1956
12027 #, php-format
12028 msgid ""
12029 "Cannot save UI property \"%s\". The changes made will not be persistent "
12030 "after you refresh this page. Please check if the table structure has been "
12031 "changed."
12032 msgstr ""
12034 #: libraries/classes/Table.php:2115
12035 msgid "Can't rename index to PRIMARY!"
12036 msgstr ""
12038 #: libraries/classes/Table.php:2141
12039 msgid "No index parts defined!"
12040 msgstr ""
12042 #: libraries/classes/Table.php:2437
12043 #, php-format
12044 msgid "Error creating foreign key on %1$s (check data types)"
12045 msgstr ""
12047 #: libraries/classes/Template.php:135
12048 #, php-format
12049 msgid "Error while working with template cache: %s"
12050 msgstr ""
12052 #: libraries/classes/ThemeManager.php:83
12053 #, php-format
12054 msgid "Default theme %s not found!"
12055 msgstr ""
12057 #: libraries/classes/ThemeManager.php:142
12058 #, php-format
12059 msgid "Theme %s not found!"
12060 msgstr ""
12062 #: libraries/classes/Theme.php:168
12063 #, php-format
12064 msgid "No valid image path for theme %s found!"
12065 msgstr ""
12067 #: libraries/classes/Tracking.php:234
12068 #: templates/database/tracking/tables.twig:115
12069 #: templates/table/tracking/main.twig:73
12070 msgid "Tracking report"
12071 msgstr ""
12073 #: libraries/classes/Tracking.php:238
12074 msgid "Tracking statements"
12075 msgstr ""
12077 #: libraries/classes/Tracking.php:253
12078 msgid "Delete tracking data row from report"
12079 msgstr ""
12081 #: libraries/classes/Tracking.php:265
12082 msgid "No data"
12083 msgstr ""
12085 #: libraries/classes/Tracking.php:310
12086 #: templates/database/operations/index.twig:131
12087 #: templates/database/structure/copy_form.twig:19
12088 #: templates/table/operations/index.twig:275
12089 msgid "Structure only"
12090 msgstr ""
12092 #: libraries/classes/Tracking.php:313
12093 #: templates/database/operations/index.twig:143
12094 #: templates/database/structure/copy_form.twig:29
12095 #: templates/table/operations/index.twig:287
12096 msgid "Data only"
12097 msgstr ""
12099 #: libraries/classes/Tracking.php:316
12100 #: templates/database/operations/index.twig:137
12101 #: templates/database/structure/copy_form.twig:24
12102 #: templates/table/operations/index.twig:281
12103 msgid "Structure and data"
12104 msgstr ""
12106 #: libraries/classes/Tracking.php:381 libraries/classes/Tracking.php:449
12107 #, php-format
12108 msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
12109 msgstr ""
12111 #: libraries/classes/Tracking.php:470
12112 msgid "SQL dump (file download)"
12113 msgstr ""
12115 #: libraries/classes/Tracking.php:472
12116 msgid "SQL dump"
12117 msgstr ""
12119 #: libraries/classes/Tracking.php:475
12120 msgid "This option will replace your table and contained data."
12121 msgstr ""
12123 #: libraries/classes/Tracking.php:477
12124 msgid "SQL execution"
12125 msgstr ""
12127 #: libraries/classes/Tracking.php:481
12128 #, php-format
12129 msgid "Export as %s"
12130 msgstr ""
12132 #: libraries/classes/Tracking.php:519
12133 msgid "Data manipulation statement"
12134 msgstr ""
12136 #: libraries/classes/Tracking.php:555
12137 msgid "Data definition statement"
12138 msgstr ""
12140 #: libraries/classes/Tracking.php:638
12141 #: templates/database/tracking/tables.twig:126
12142 #: templates/table/tracking/main.twig:80
12143 msgid "Structure snapshot"
12144 msgstr ""
12146 #: libraries/classes/Tracking.php:656
12147 #, php-format
12148 msgid "Version %s snapshot (SQL code)"
12149 msgstr ""
12151 #: libraries/classes/Tracking.php:726
12152 msgid "Tracking data definition successfully deleted"
12153 msgstr ""
12155 #: libraries/classes/Tracking.php:738
12156 msgid "Tracking data manipulation successfully deleted"
12157 msgstr ""
12159 #: libraries/classes/Tracking.php:795
12160 msgid ""
12161 "You can execute the dump by creating and using a temporary database. Please "
12162 "ensure that you have the privileges to do so."
12163 msgstr ""
12165 #: libraries/classes/Tracking.php:799
12166 msgid "Comment out these two lines if you do not need them."
12167 msgstr ""
12169 #: libraries/classes/Tracking.php:810
12170 msgid "SQL statements exported. Please copy the dump or execute it."
12171 msgstr ""
12173 #: libraries/classes/Tracking.php:843
12174 #, php-format
12175 msgid "Tracking report for table `%s`"
12176 msgstr ""
12178 #: libraries/classes/Tracking.php:875
12179 #, php-format
12180 msgid "Tracking for %1$s was activated at version %2$s."
12181 msgstr ""
12183 #: libraries/classes/Tracking.php:878
12184 #, php-format
12185 msgid "Tracking for %1$s was deactivated at version %2$s."
12186 msgstr ""
12188 #: libraries/classes/Tracking.php:977
12189 #, php-format
12190 msgid "Version %1$s of %2$s was deleted."
12191 msgstr ""
12193 #: libraries/classes/Tracking.php:1008
12194 #, php-format
12195 msgid "Version %1$s was created, tracking for %2$s is active."
12196 msgstr ""
12198 #: libraries/classes/Types.php:207
12199 msgid ""
12200 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
12201 msgstr ""
12203 #: libraries/classes/Types.php:210
12204 msgid ""
12205 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
12206 "65,535"
12207 msgstr ""
12209 #: libraries/classes/Types.php:214
12210 msgid ""
12211 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
12212 "0 to 16,777,215"
12213 msgstr ""
12215 #: libraries/classes/Types.php:219
12216 msgid ""
12217 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
12218 "range is 0 to 4,294,967,295"
12219 msgstr ""
12221 #: libraries/classes/Types.php:226
12222 msgid ""
12223 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
12224 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
12225 msgstr ""
12227 #: libraries/classes/Types.php:233
12228 msgid ""
12229 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
12230 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
12231 msgstr ""
12233 #: libraries/classes/Types.php:240
12234 msgid ""
12235 "A small floating-point number, allowable values are -3.402823466E+38 to "
12236 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
12237 msgstr ""
12239 #: libraries/classes/Types.php:247
12240 msgid ""
12241 "A double-precision floating-point number, allowable values are "
12242 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
12243 "2.2250738585072014E-308 to 1.7976931348623157E+308"
12244 msgstr ""
12246 #: libraries/classes/Types.php:253
12247 msgid ""
12248 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
12249 "FLOAT)"
12250 msgstr ""
12252 #: libraries/classes/Types.php:256
12253 msgid ""
12254 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
12255 "64)"
12256 msgstr ""
12258 #: libraries/classes/Types.php:260
12259 msgid ""
12260 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
12261 "values are considered true"
12262 msgstr ""
12264 #: libraries/classes/Types.php:264
12265 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
12266 msgstr ""
12268 #: libraries/classes/Types.php:268
12269 #, php-format
12270 msgid "A date, supported range is %1$s to %2$s"
12271 msgstr ""
12273 #: libraries/classes/Types.php:275
12274 #, php-format
12275 msgid "A date and time combination, supported range is %1$s to %2$s"
12276 msgstr ""
12278 #: libraries/classes/Types.php:282
12279 msgid ""
12280 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
12281 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
12282 msgstr ""
12284 #: libraries/classes/Types.php:289
12285 #, php-format
12286 msgid "A time, range is %1$s to %2$s"
12287 msgstr ""
12289 #: libraries/classes/Types.php:296
12290 msgid ""
12291 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
12292 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
12293 msgstr ""
12295 #: libraries/classes/Types.php:303
12296 msgid ""
12297 "A fixed-length (0-255, default 1) string that is always right-padded with "
12298 "spaces to the specified length when stored"
12299 msgstr ""
12301 #: libraries/classes/Types.php:310
12302 #, php-format
12303 msgid ""
12304 "A variable-length (%s) string, the effective maximum length is subject to "
12305 "the maximum row size"
12306 msgstr ""
12308 #: libraries/classes/Types.php:317
12309 msgid ""
12310 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
12311 "a one-byte prefix indicating the length of the value in bytes"
12312 msgstr ""
12314 #: libraries/classes/Types.php:324
12315 msgid ""
12316 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
12317 "with a two-byte prefix indicating the length of the value in bytes"
12318 msgstr ""
12320 #: libraries/classes/Types.php:331
12321 msgid ""
12322 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
12323 "stored with a three-byte prefix indicating the length of the value in bytes"
12324 msgstr ""
12326 #: libraries/classes/Types.php:338
12327 msgid ""
12328 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
12329 "characters, stored with a four-byte prefix indicating the length of the "
12330 "value in bytes"
12331 msgstr ""
12333 #: libraries/classes/Types.php:345
12334 msgid ""
12335 "Similar to the CHAR type, but stores binary byte strings rather than non-"
12336 "binary character strings"
12337 msgstr ""
12339 #: libraries/classes/Types.php:350
12340 msgid ""
12341 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
12342 "binary character strings"
12343 msgstr ""
12345 #: libraries/classes/Types.php:356
12346 msgid ""
12347 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
12348 "one-byte prefix indicating the length of the value"
12349 msgstr ""
12351 #: libraries/classes/Types.php:362
12352 msgid ""
12353 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
12354 "with a three-byte prefix indicating the length of the value"
12355 msgstr ""
12357 #: libraries/classes/Types.php:369
12358 msgid ""
12359 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
12360 "a two-byte prefix indicating the length of the value"
12361 msgstr ""
12363 #: libraries/classes/Types.php:375
12364 msgid ""
12365 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
12366 "bytes, stored with a four-byte prefix indicating the length of the value"
12367 msgstr ""
12369 #: libraries/classes/Types.php:382
12370 msgid ""
12371 "An enumeration, chosen from the list of up to 65,535 values or the special "
12372 "'' error value"
12373 msgstr ""
12375 #: libraries/classes/Types.php:386
12376 msgid "A single value chosen from a set of up to 64 members"
12377 msgstr ""
12379 #: libraries/classes/Types.php:389
12380 msgid "A type that can store a geometry of any type"
12381 msgstr ""
12383 #: libraries/classes/Types.php:392
12384 msgid "A point in 2-dimensional space"
12385 msgstr ""
12387 #: libraries/classes/Types.php:395
12388 msgid "A curve with linear interpolation between points"
12389 msgstr ""
12391 #: libraries/classes/Types.php:398
12392 msgid "A polygon"
12393 msgstr ""
12395 #: libraries/classes/Types.php:401
12396 msgid "A collection of points"
12397 msgstr ""
12399 #: libraries/classes/Types.php:404
12400 msgid "A collection of curves with linear interpolation between points"
12401 msgstr ""
12403 #: libraries/classes/Types.php:407
12404 msgid "A collection of polygons"
12405 msgstr ""
12407 #: libraries/classes/Types.php:410
12408 msgid "A collection of geometry objects of any type"
12409 msgstr ""
12411 #: libraries/classes/Types.php:413
12412 msgid ""
12413 "Stores and enables efficient access to data in JSON (JavaScript Object "
12414 "Notation) documents"
12415 msgstr ""
12417 #: libraries/classes/Types.php:416
12418 msgid ""
12419 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
12420 "conventional mapping of IPv4 addresses into IPv6 addresses"
12421 msgstr ""
12423 #: libraries/classes/Types.php:746
12424 msgctxt "numeric types"
12425 msgid "Numeric"
12426 msgstr ""
12428 #: libraries/classes/Types.php:764
12429 msgctxt "date and time types"
12430 msgid "Date and time"
12431 msgstr ""
12433 #: libraries/classes/Types.php:800
12434 msgctxt "spatial types"
12435 msgid "Spatial"
12436 msgstr ""
12438 #: libraries/classes/UrlRedirector.php:55
12439 msgid "Taking you to the target site."
12440 msgstr ""
12442 #: libraries/classes/UserPassword.php:38
12443 msgid "The profile has been updated."
12444 msgstr ""
12446 #: libraries/classes/UserPassword.php:50
12447 msgid "Password is too long!"
12448 msgstr ""
12450 #: libraries/classes/UserPreferences.php:179
12451 msgid "Could not save configuration"
12452 msgstr ""
12454 #: libraries/classes/UserPreferences.php:193
12455 msgid "The phpMyAdmin configuration storage database could not be accessed."
12456 msgstr ""
12458 #: libraries/classes/Util.php:128
12459 #, php-format
12460 msgid "Max: %s%s"
12461 msgstr ""
12463 #. l10n: Short month name
12464 #: libraries/classes/Util.php:663
12465 msgctxt "Short month name"
12466 msgid "May"
12467 msgstr ""
12469 #. l10n: Short week day name for Sunday
12470 #: libraries/classes/Util.php:681
12471 msgctxt "Short week day name for Sunday"
12472 msgid "Sun"
12473 msgstr ""
12475 #: libraries/classes/Util.php:719
12476 msgctxt "AM/PM indication in time"
12477 msgid "PM"
12478 msgstr ""
12480 #: libraries/classes/Util.php:721
12481 msgctxt "AM/PM indication in time"
12482 msgid "AM"
12483 msgstr ""
12485 #: libraries/classes/Util.php:792
12486 #, php-format
12487 msgid "%s days, %s hours, %s minutes and %s seconds"
12488 msgstr ""
12490 #: libraries/classes/Util.php:1867
12491 msgid "Users"
12492 msgstr ""
12494 #: libraries/classes/Util.php:2471
12495 #: templates/database/multi_table_query/form.twig:67
12496 msgid "Sort"
12497 msgstr ""
12499 #: libraries/classes/ZipExtension.php:73 libraries/classes/ZipExtension.php:119
12500 msgid "Error in ZIP archive:"
12501 msgstr ""
12503 #: libraries/classes/ZipExtension.php:83
12504 msgid "No files found inside ZIP archive!"
12505 msgstr ""
12507 #: libraries/config.values.php:88 libraries/config.values.php:126
12508 #: libraries/config.values.php:138
12509 msgid "Icons"
12510 msgstr ""
12512 #: libraries/config.values.php:89 libraries/config.values.php:127
12513 #: libraries/config.values.php:139
12514 #: templates/database/multi_table_query/form.twig:118
12515 msgid "Text"
12516 msgstr ""
12518 #: libraries/config.values.php:90 libraries/config.values.php:108
12519 #: libraries/config.values.php:128 libraries/config.values.php:140
12520 msgid "Both"
12521 msgstr ""
12523 #: libraries/config.values.php:105
12524 msgid "Nowhere"
12525 msgstr ""
12527 #: libraries/config.values.php:106
12528 msgid "Left"
12529 msgstr ""
12531 #: libraries/config.values.php:107
12532 msgid "Right"
12533 msgstr ""
12535 #: libraries/config.values.php:143
12536 msgid "Click"
12537 msgstr ""
12539 #: libraries/config.values.php:144
12540 msgid "Double click"
12541 msgstr ""
12543 #: libraries/config.values.php:145 libraries/config.values.php:188
12544 #: templates/config/form_display/input.twig:16
12545 #: templates/relation/check_relations.twig:15
12546 #: templates/relation/check_relations.twig:66
12547 #: templates/relation/check_relations.twig:91
12548 #: templates/relation/check_relations.twig:129
12549 #: templates/relation/check_relations.twig:154
12550 #: templates/relation/check_relations.twig:164
12551 #: templates/relation/check_relations.twig:199
12552 #: templates/relation/check_relations.twig:224
12553 #: templates/relation/check_relations.twig:249
12554 #: templates/relation/check_relations.twig:274
12555 #: templates/relation/check_relations.twig:299
12556 #: templates/relation/check_relations.twig:324
12557 #: templates/relation/check_relations.twig:349
12558 #: templates/relation/check_relations.twig:387
12559 #: templates/relation/check_relations.twig:412
12560 #: templates/relation/check_relations.twig:437
12561 #: templates/relation/check_relations.twig:462
12562 #: templates/relation/check_relations.twig:487
12563 #: templates/relation/check_relations.twig:512
12564 msgid "Disabled"
12565 msgstr ""
12567 #: libraries/config.values.php:148
12568 msgid "key"
12569 msgstr ""
12571 #: libraries/config.values.php:149
12572 msgid "display column"
12573 msgstr ""
12575 #: libraries/config.values.php:153
12576 msgid "Welcome"
12577 msgstr ""
12579 #: libraries/config.values.php:186
12580 msgid "Open"
12581 msgstr ""
12583 #: libraries/config.values.php:187
12584 msgid "Closed"
12585 msgstr ""
12587 #: libraries/config.values.php:200
12588 msgid "Ask before sending error reports"
12589 msgstr ""
12591 #: libraries/config.values.php:201
12592 msgid "Always send error reports"
12593 msgstr ""
12595 #: libraries/config.values.php:202
12596 msgid "Never send error reports"
12597 msgstr ""
12599 #: libraries/config.values.php:205
12600 msgid "Server default"
12601 msgstr ""
12603 #: libraries/config.values.php:206
12604 msgid "Enable"
12605 msgstr ""
12607 #: libraries/config.values.php:207
12608 msgid "Disable"
12609 msgstr ""
12611 #: libraries/config.values.php:259
12612 msgid "Quick - display only the minimal options to configure"
12613 msgstr ""
12615 #: libraries/config.values.php:260
12616 msgid "Custom - display all possible options to configure"
12617 msgstr ""
12619 #: libraries/config.values.php:261
12620 msgid "Custom - like above, but without the quick/custom choice"
12621 msgstr ""
12623 #: libraries/config.values.php:328
12624 msgid "complete inserts"
12625 msgstr ""
12627 #: libraries/config.values.php:329
12628 msgid "extended inserts"
12629 msgstr ""
12631 #: libraries/config.values.php:330
12632 msgid "both of the above"
12633 msgstr ""
12635 #: libraries/config.values.php:331
12636 msgid "neither of the above"
12637 msgstr ""
12639 #: setup/index.php:29
12640 msgid "Configuration already exists, setup is disabled!"
12641 msgstr ""
12643 #: setup/validate.php:31
12644 msgid "Wrong data"
12645 msgstr ""
12647 #: setup/validate.php:38
12648 #, php-format
12649 msgid "Wrong data or no validation for %s"
12650 msgstr ""
12652 #: templates/columns_definitions/column_attributes.twig:31
12653 #: templates/database/central_columns/edit_table_row.twig:23
12654 #: templates/database/central_columns/main.twig:71
12655 #: templates/database/central_columns/main.twig:298
12656 msgid "Edit ENUM/SET values"
12657 msgstr ""
12659 #: templates/columns_definitions/column_attributes.twig:38
12660 #: templates/database/central_columns/edit_table_row.twig:30
12661 #: templates/database/central_columns/main.twig:76
12662 #: templates/database/central_columns/main.twig:309
12663 msgctxt "for default"
12664 msgid "None"
12665 msgstr ""
12667 #: templates/columns_definitions/column_attributes.twig:41
12668 #: templates/database/central_columns/edit_table_row.twig:33
12669 #: templates/database/central_columns/main.twig:77
12670 #: templates/database/central_columns/main.twig:312
12671 msgid "As defined:"
12672 msgstr ""
12674 #: templates/columns_definitions/column_attributes.twig:97
12675 msgid ""
12676 "You don't have sufficient privileges to perform this operation; Please refer "
12677 "to the documentation for more details"
12678 msgstr ""
12680 #: templates/columns_definitions/column_attributes.twig:111
12681 #: templates/database/data_dictionary/index.twig:75 templates/indexes.twig:18
12682 #: templates/table/structure/display_structure.twig:152
12683 #: templates/table/structure/display_structure.twig:160
12684 #: templates/table/structure/display_structure.twig:298
12685 #: templates/table/structure/display_structure.twig:460
12686 #: templates/table/tracking/structure_snapshot_indexes.twig:7
12687 msgid "Unique"
12688 msgstr ""
12690 #: templates/columns_definitions/column_attributes.twig:119
12691 #: templates/table/structure/display_structure.twig:219
12692 #: templates/table/structure/display_structure.twig:222
12693 #: templates/table/structure/display_structure.twig:307
12694 msgid "Fulltext"
12695 msgstr ""
12697 #: templates/columns_definitions/column_attributes.twig:123
12698 #: templates/table/structure/display_structure.twig:192
12699 #: templates/table/structure/display_structure.twig:200
12700 #: templates/table/structure/display_structure.twig:304
12701 msgid "Spatial"
12702 msgstr ""
12704 #: templates/columns_definitions/column_attributes.twig:156
12705 #: templates/table/structure/display_partitions.twig:26
12706 msgid "Expression"
12707 msgstr ""
12709 #: templates/columns_definitions/column_attributes.twig:177
12710 msgid "first"
12711 msgstr ""
12713 #: templates/columns_definitions/column_attributes.twig:182
12714 #: templates/table/structure/display_structure.twig:433
12715 #, php-format
12716 msgid "after %s"
12717 msgstr ""
12719 #: templates/columns_definitions/column_definitions_form.twig:22
12720 #: templates/database/create_table.twig:6
12721 #: templates/database/operations/index.twig:30
12722 msgid "Table name"
12723 msgstr ""
12725 #: templates/columns_definitions/column_definitions_form.twig:31
12726 #: templates/console/display.twig:124
12727 #: templates/database/central_columns/main.twig:196 templates/export.twig:285
12728 #: templates/export.twig:301 templates/export.twig:317
12729 msgid "Add"
12730 msgstr ""
12732 #: templates/columns_definitions/column_definitions_form.twig:39
12733 msgid "column(s)"
12734 msgstr ""
12736 #: templates/columns_definitions/column_definitions_form.twig:73
12737 msgid "Collation:"
12738 msgstr ""
12740 #: templates/columns_definitions/column_definitions_form.twig:76
12741 msgid "Storage Engine:"
12742 msgstr ""
12744 #: templates/columns_definitions/column_definitions_form.twig:81
12745 msgid "Connection:"
12746 msgstr ""
12748 #: templates/columns_definitions/column_definitions_form.twig:112
12749 #: templates/columns_definitions/partitions.twig:137
12750 #: templates/table/operations/index.twig:133
12751 msgid "Storage engine"
12752 msgstr ""
12754 #: templates/columns_definitions/column_definitions_form.twig:135
12755 msgid "PARTITION definition:"
12756 msgstr ""
12758 #: templates/columns_definitions/column_definitions_form.twig:153
12759 msgctxt "Online transaction part of the SQL DDL for InnoDB"
12760 msgid "Online transaction"
12761 msgstr ""
12763 #: templates/columns_definitions/column_definitions_form.twig:165
12764 msgid ""
12765 "The column width of integer types is ignored in your MySQL version unless "
12766 "defining a TINYINT(1) column"
12767 msgstr ""
12769 #: templates/columns_definitions/column_definitions_form.twig:174
12770 #: templates/database/designer/main.twig:1097
12771 #: templates/database/designer/main.twig:1112 templates/export_modal.twig:5
12772 #: templates/export.twig:81 templates/modals/add_index.twig:5
12773 #: templates/modals/build_query.twig:5
12774 #: templates/modals/index_dialog_modal.twig:5
12775 #: templates/modals/preview_sql_confirmation.twig:5
12776 #: templates/modals/preview_sql_modal.twig:5
12777 #: templates/table/insert/actions_panel.twig:46
12778 #: templates/table/relation/common_form.twig:233
12779 #: templates/table/zoom_search/result_form.twig:26
12780 #: templates/table/zoom_search/result_form.twig:95
12781 msgid "Loading"
12782 msgstr ""
12784 #: templates/columns_definitions/column_name.twig:4
12785 #, php-format
12786 msgid "Referenced by %s."
12787 msgstr ""
12789 #: templates/columns_definitions/column_name.twig:12
12790 msgid "Is a foreign key."
12791 msgstr ""
12793 #: templates/columns_definitions/column_name.twig:39
12794 msgid "Pick from Central Columns"
12795 msgstr ""
12797 #: templates/columns_definitions/partitions.twig:17
12798 msgid "Partition by:"
12799 msgstr ""
12801 #: templates/columns_definitions/partitions.twig:32
12802 #: templates/columns_definitions/partitions.twig:60
12803 msgid "Expression or column list"
12804 msgstr ""
12806 #: templates/columns_definitions/partitions.twig:37
12807 msgid "Partitions:"
12808 msgstr ""
12810 #: templates/columns_definitions/partitions.twig:45
12811 msgid "Subpartition by:"
12812 msgstr ""
12814 #: templates/columns_definitions/partitions.twig:65
12815 msgid "Subpartitions:"
12816 msgstr ""
12818 #: templates/columns_definitions/partitions.twig:76
12819 #: templates/table/operations/index.twig:480
12820 #: templates/table/structure/display_partitions.twig:24
12821 msgid "Partition"
12822 msgstr ""
12824 #: templates/columns_definitions/partitions.twig:78
12825 msgid "Values"
12826 msgstr ""
12828 #: templates/columns_definitions/partitions.twig:82
12829 msgid "Subpartition"
12830 msgstr ""
12832 #: templates/columns_definitions/partitions.twig:84
12833 msgid "Engine"
12834 msgstr ""
12836 #: templates/columns_definitions/partitions.twig:85
12837 #: templates/config/form_display/input.twig:53
12838 #: templates/database/data_dictionary/index.twig:81
12839 #: templates/database/events/editor_form.twig:102
12840 #: templates/database/routines/editor_form.twig:163
12841 #: templates/database/structure/table_header.twig:46 templates/indexes.twig:24
12842 #: templates/table/structure/display_partitions.twig:31
12843 #: templates/table/structure/display_structure.twig:466
12844 #: templates/table/tracking/structure_snapshot_columns.twig:12
12845 #: templates/table/tracking/structure_snapshot_indexes.twig:13
12846 msgid "Comment"
12847 msgstr ""
12849 #: templates/columns_definitions/partitions.twig:86
12850 msgid "Data directory"
12851 msgstr ""
12853 #: templates/columns_definitions/partitions.twig:87
12854 msgid "Index directory"
12855 msgstr ""
12857 #: templates/columns_definitions/partitions.twig:88
12858 msgid "Max rows"
12859 msgstr ""
12861 #: templates/columns_definitions/partitions.twig:89
12862 msgid "Min rows"
12863 msgstr ""
12865 #: templates/columns_definitions/partitions.twig:90
12866 msgid "Table space"
12867 msgstr ""
12869 #: templates/columns_definitions/partitions.twig:91
12870 msgid "Node group"
12871 msgstr ""
12873 #: templates/columns_definitions/table_fields_definitions.twig:16
12874 #: templates/database/central_columns/edit.twig:10
12875 #: templates/database/routines/editor_form.twig:52
12876 msgid "Length/Values"
12877 msgstr ""
12879 #: templates/columns_definitions/table_fields_definitions.twig:17
12880 msgid ""
12881 "If column type is \"enum\" or \"set\", please enter the values using this "
12882 "format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
12883 "single quote (\"'\") amongst those values, precede it with a backslash (for "
12884 "example '\\\\xyz' or 'a\\'b')."
12885 msgstr ""
12887 #: templates/columns_definitions/table_fields_definitions.twig:21
12888 msgid ""
12889 "For default values, please enter just a single value, without backslash "
12890 "escaping or quotes, using this format: a"
12891 msgstr ""
12893 #: templates/columns_definitions/table_fields_definitions.twig:24
12894 #: templates/database/central_columns/edit.twig:12
12895 #: templates/database/central_columns/main.twig:32
12896 #: templates/database/central_columns/main.twig:236
12897 #: templates/database/data_dictionary/index.twig:79
12898 #: templates/database/operations/index.twig:194
12899 #: templates/database/operations/index.twig:198
12900 #: templates/database/structure/table_header.twig:31
12901 #: templates/home/index.twig:64 templates/indexes.twig:22
12902 #: templates/server/databases/index.twig:29
12903 #: templates/server/databases/index.twig:30
12904 #: templates/server/databases/index.twig:123
12905 #: templates/table/operations/index.twig:151
12906 #: templates/table/search/index.twig:40
12907 #: templates/table/structure/display_structure.twig:23
12908 #: templates/table/structure/display_structure.twig:464
12909 #: templates/table/structure/display_table_stats.twig:108
12910 #: templates/table/tracking/structure_snapshot_columns.twig:8
12911 #: templates/table/tracking/structure_snapshot_indexes.twig:11
12912 #: templates/table/zoom_search/index.twig:38
12913 msgid "Collation"
12914 msgstr ""
12916 #: templates/columns_definitions/table_fields_definitions.twig:36
12917 #: templates/database/operations/index.twig:68
12918 #: templates/database/operations/index.twig:173
12919 #: templates/database/routines/editor_form.twig:124
12920 #: templates/database/structure/copy_form.twig:50
12921 #: templates/table/operations/index.twig:79
12922 #: templates/table/operations/index.twig:115
12923 #: templates/table/operations/index.twig:315
12924 msgid "Adjust privileges"
12925 msgstr ""
12927 #: templates/columns_definitions/table_fields_definitions.twig:59
12928 msgid "Virtuality"
12929 msgstr ""
12931 #: templates/columns_definitions/table_fields_definitions.twig:65
12932 msgid "Move column"
12933 msgstr ""
12935 #: templates/columns_definitions/table_fields_definitions.twig:75
12936 #: templates/columns_definitions/table_fields_definitions.twig:86
12937 msgid "List of available transformations and their options"
12938 msgstr ""
12940 #: templates/columns_definitions/table_fields_definitions.twig:77
12941 #: templates/transformation_overview.twig:18
12942 msgid "Browser display transformation"
12943 msgstr ""
12945 #: templates/columns_definitions/table_fields_definitions.twig:81
12946 msgid "Browser display transformation options"
12947 msgstr ""
12949 #: templates/columns_definitions/table_fields_definitions.twig:82
12950 #: templates/columns_definitions/table_fields_definitions.twig:93
12951 msgid ""
12952 "Please enter the values for transformation options using this format: 'a', "
12953 "100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
12954 "quote (\"'\") amongst those values, precede it with a backslash (for example "
12955 "'\\\\xyz' or 'a\\'b')."
12956 msgstr ""
12958 #: templates/columns_definitions/table_fields_definitions.twig:88
12959 #: templates/transformation_overview.twig:37
12960 msgid "Input transformation"
12961 msgstr ""
12963 #: templates/columns_definitions/table_fields_definitions.twig:92
12964 msgid "Input transformation options"
12965 msgstr ""
12967 #: templates/config/form_display/input.twig:15
12968 msgid "This setting is disabled, it will not be applied to your configuration."
12969 msgstr ""
12971 #: templates/config/form_display/input.twig:57
12972 #: templates/config/form_display/input.twig:58
12973 #, php-format
12974 msgid "Set value: %s"
12975 msgstr ""
12977 #: templates/config/form_display/input.twig:63
12978 #: templates/config/form_display/input.twig:64
12979 msgid "Restore default value"
12980 msgstr ""
12982 #: templates/config/form_display/input.twig:79
12983 #: templates/config/form_display/input.twig:80
12984 msgid "Allow users to customize this value"
12985 msgstr ""
12987 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:38
12988 #: templates/console/display.twig:104 templates/console/display.twig:196
12989 msgid "Collapse"
12990 msgstr ""
12992 #: templates/console/bookmark_content.twig:8 templates/console/display.twig:39
12993 #: templates/console/display.twig:105 templates/console/display.twig:197
12994 msgid "Expand"
12995 msgstr ""
12997 #: templates/console/bookmark_content.twig:9 templates/console/display.twig:40
12998 #: templates/console/display.twig:198
12999 msgid "Requery"
13000 msgstr ""
13002 #: templates/console/display.twig:5
13003 msgid "SQL Query Console"
13004 msgstr ""
13006 #: templates/console/display.twig:9 templates/setup/home/index.twig:166
13007 #: templates/sql/query.twig:38
13008 msgid "Clear"
13009 msgstr ""
13011 #: templates/console/display.twig:12
13012 msgid "History"
13013 msgstr ""
13015 #: templates/console/display.twig:19 templates/console/display.twig:118
13016 msgid "Bookmarks"
13017 msgstr ""
13019 #: templates/console/display.twig:31
13020 msgid "Press Ctrl+Enter to execute query"
13021 msgstr ""
13023 #: templates/console/display.twig:32
13024 msgid "Press Enter to execute query"
13025 msgstr ""
13027 #: templates/console/display.twig:42 templates/console/display.twig:200
13028 msgid "Explain"
13029 msgstr ""
13031 #: templates/console/display.twig:45 templates/console/display.twig:203
13032 msgid "Bookmark"
13033 msgstr ""
13035 #: templates/console/display.twig:47 templates/console/display.twig:205
13036 msgid "Query failed"
13037 msgstr ""
13039 #: templates/console/display.twig:49 templates/console/display.twig:207
13040 msgid "Queried time"
13041 msgstr ""
13043 #: templates/console/display.twig:49
13044 msgid "During current session"
13045 msgstr ""
13047 #: templates/console/display.twig:67
13048 msgid "ascending"
13049 msgstr ""
13051 #: templates/console/display.twig:70
13052 msgid "descending"
13053 msgstr ""
13055 #: templates/console/display.twig:73
13056 msgid "Order:"
13057 msgstr ""
13059 #: templates/console/display.twig:79 templates/console/display.twig:108
13060 #: templates/table/find_replace/replace_preview.twig:16
13061 msgid "Count"
13062 msgstr ""
13064 #: templates/console/display.twig:82
13065 msgid "Execution order"
13066 msgstr ""
13068 #: templates/console/display.twig:85 templates/console/display.twig:109
13069 msgid "Time taken"
13070 msgstr ""
13072 #: templates/console/display.twig:88 templates/table/search/index.twig:146
13073 msgid "Order by:"
13074 msgstr ""
13076 #: templates/console/display.twig:94
13077 msgid "Ungroup queries"
13078 msgstr ""
13080 #: templates/console/display.twig:106
13081 msgid "Show trace"
13082 msgstr ""
13084 #: templates/console/display.twig:107
13085 msgid "Hide trace"
13086 msgstr ""
13088 #: templates/console/display.twig:135
13089 msgid "Add bookmark"
13090 msgstr ""
13092 #: templates/console/display.twig:142
13093 msgid "Label"
13094 msgstr ""
13096 #: templates/console/display.twig:145
13097 msgid "Target database"
13098 msgstr ""
13100 #: templates/console/display.twig:148
13101 msgid "Share this bookmark"
13102 msgstr ""
13104 #: templates/console/display.twig:166
13105 msgid "Set default"
13106 msgstr ""
13108 #: templates/console/display.twig:185
13109 msgid ""
13110 "Execute queries on Enter and insert new line with Shift+Enter. To make this "
13111 "permanent, view settings."
13112 msgstr ""
13114 #: templates/create_tracking_version.twig:10
13115 #, php-format
13116 msgid "Create version %1$s of %2$s"
13117 msgstr ""
13119 #: templates/create_tracking_version.twig:15
13120 #, php-format
13121 msgid "Create version %1$s"
13122 msgstr ""
13124 #: templates/create_tracking_version.twig:21
13125 msgid "Track these data definition statements:"
13126 msgstr ""
13128 #: templates/create_tracking_version.twig:60
13129 msgid "Track these data manipulation statements:"
13130 msgstr ""
13132 #: templates/create_tracking_version.twig:77
13133 msgid "Create version"
13134 msgstr ""
13136 #: templates/database/central_columns/edit.twig:15
13137 msgctxt "Auto Increment"
13138 msgid "A_I"
13139 msgstr ""
13141 #: templates/database/central_columns/main.twig:4
13142 msgid "Add new column"
13143 msgstr ""
13145 #: templates/database/central_columns/main.twig:24
13146 #: templates/database/central_columns/main.twig:228
13147 msgid "Length/Value"
13148 msgstr ""
13150 #: templates/database/central_columns/main.twig:36
13151 #: templates/database/central_columns/main.twig:240
13152 msgid "Attribute"
13153 msgstr ""
13155 #: templates/database/central_columns/main.twig:44
13156 #: templates/database/central_columns/main.twig:248
13157 msgid "A_I"
13158 msgstr ""
13160 #: templates/database/central_columns/main.twig:129
13161 msgid "The central list of columns for the current database is empty"
13162 msgstr ""
13164 #: templates/database/central_columns/main.twig:166
13165 #: templates/display/results/table.twig:137
13166 msgid "Filter rows"
13167 msgstr ""
13169 #: templates/database/central_columns/main.twig:167
13170 #: templates/display/results/table.twig:139
13171 msgid "Search this table"
13172 msgstr ""
13174 #: templates/database/central_columns/main.twig:178
13175 #: templates/table/structure/display_structure.twig:418
13176 msgid "Add column"
13177 msgstr ""
13179 #: templates/database/central_columns/main.twig:187
13180 msgid "Select a table"
13181 msgstr ""
13183 #: templates/database/central_columns/main.twig:194
13184 msgid "Select a column."
13185 msgstr ""
13187 #: templates/database/central_columns/main.twig:213
13188 msgid "Click to sort."
13189 msgstr "ለመደርደር ይጫኑ"
13191 #: templates/database/central_columns/main.twig:218
13192 #: templates/database/privileges/index.twig:22
13193 #: templates/database/structure/table_header.twig:22
13194 #: templates/database/tracking/tables.twig:18
13195 #: templates/database/tracking/tables.twig:154 templates/indexes.twig:15
13196 #: templates/server/databases/index.twig:163
13197 #: templates/server/privileges/privileges_summary.twig:23
13198 #: templates/server/privileges/users_overview.twig:22
13199 #: templates/server/user_groups/user_groups.twig:21
13200 #: templates/server/variables/index.twig:30
13201 #: templates/table/privileges/index.twig:24
13202 #: templates/table/structure/display_partitions.twig:33
13203 #: templates/table/structure/display_structure.twig:34
13204 #: templates/table/structure/display_structure.twig:457
13205 #: templates/table/tracking/main.twig:32
13206 #: templates/table/tracking/report_table.twig:8
13207 msgid "Action"
13208 msgstr ""
13210 #: templates/database/create_table.twig:3
13211 #: templates/database/operations/index.twig:27
13212 msgid "Create new table"
13213 msgstr ""
13215 #: templates/database/create_table.twig:10
13216 #: templates/database/operations/index.twig:34
13217 msgid "Number of columns"
13218 msgstr ""
13220 #: templates/database/create_table.twig:14
13221 #: templates/database/operations/index.twig:39 templates/export.twig:27
13222 #: templates/server/databases/index.twig:46
13223 msgid "Create"
13224 msgstr ""
13226 #: templates/database/data_dictionary/index.twig:4
13227 msgid "Database comment:"
13228 msgstr ""
13230 #: templates/database/data_dictionary/index.twig:8
13231 #: templates/database/data_dictionary/index.twig:124
13232 #: templates/database/structure/index.twig:19
13233 #: templates/display/results/table.twig:334
13234 #: templates/table/structure/display_structure.twig:376
13235 msgid "Print"
13236 msgstr ""
13238 #: templates/database/data_dictionary/index.twig:76 templates/indexes.twig:19
13239 #: templates/table/structure/display_structure.twig:461
13240 #: templates/table/tracking/structure_snapshot_indexes.twig:8
13241 msgid "Packed"
13242 msgstr ""
13244 #: templates/database/data_dictionary/index.twig:78 templates/indexes.twig:21
13245 #: templates/table/structure/display_structure.twig:463
13246 #: templates/table/tracking/structure_snapshot_indexes.twig:10
13247 msgid "Cardinality"
13248 msgstr ""
13250 #: templates/database/data_dictionary/index.twig:117 templates/indexes.twig:92
13251 #: templates/table/structure/display_structure.twig:542
13252 msgid "No index defined!"
13253 msgstr ""
13255 #: templates/database/designer/database_tables.twig:31
13256 #: templates/database/export/index.twig:28
13257 #: templates/database/search/main.twig:43 templates/server/export/index.twig:10
13258 #: templates/server/privileges/privileges_table.twig:29
13259 #: templates/server/privileges/privileges_table.twig:56
13260 #: templates/server/privileges/privileges_table.twig:83
13261 #: templates/server/privileges/privileges_table.twig:110
13262 #: templates/server/replication/database_multibox.twig:7
13263 msgid "Select all"
13264 msgstr "ሁሉንም ምረጥ"
13266 #: templates/database/designer/database_tables.twig:37
13267 msgid "Show/hide columns"
13268 msgstr ""
13270 #: templates/database/designer/database_tables.twig:46
13271 msgid "See table structure"
13272 msgstr ""
13274 #: templates/database/designer/database_tables.twig:91
13275 #, php-format
13276 msgid "Select \"%s\""
13277 msgstr ""
13279 #: templates/database/designer/database_tables.twig:109
13280 #, php-format
13281 msgid "Add an option for column \"%s\"."
13282 msgstr ""
13284 #: templates/database/designer/edit_delete_pages.twig:6
13285 msgid "Page to open"
13286 msgstr ""
13288 #: templates/database/designer/edit_delete_pages.twig:6
13289 msgid "Page to delete"
13290 msgstr ""
13292 #: templates/database/designer/main.twig:19
13293 #: templates/database/designer/main.twig:25
13294 msgid "Show/Hide tables list"
13295 msgstr ""
13297 #: templates/database/designer/main.twig:29
13298 #: templates/database/designer/main.twig:35
13299 #: templates/database/designer/main.twig:36
13300 msgid "View in fullscreen"
13301 msgstr ""
13303 #: templates/database/designer/main.twig:34
13304 msgid "Exit fullscreen"
13305 msgstr ""
13307 #: templates/database/designer/main.twig:48
13308 #: templates/database/designer/main.twig:52
13309 msgid "New page"
13310 msgstr ""
13312 #: templates/database/designer/main.twig:77
13313 #: templates/database/designer/main.twig:80
13314 msgid "Delete pages"
13315 msgstr ""
13317 #: templates/database/designer/main.twig:84
13318 #: templates/database/designer/main.twig:87
13319 #: templates/database/structure/show_create.twig:11
13320 msgid "Create table"
13321 msgstr ""
13323 #: templates/database/designer/main.twig:91
13324 #: templates/database/designer/main.twig:94
13325 #: templates/database/designer/main.twig:271
13326 msgid "Create relationship"
13327 msgstr ""
13329 #: templates/database/designer/main.twig:105
13330 #: templates/database/designer/main.twig:108
13331 msgid "Reload"
13332 msgstr ""
13334 #: templates/database/designer/main.twig:112
13335 #: templates/database/designer/main.twig:115
13336 msgid "Help"
13337 msgstr ""
13339 #: templates/database/designer/main.twig:120
13340 #: templates/database/designer/main.twig:123
13341 msgid "Angular links"
13342 msgstr ""
13344 #: templates/database/designer/main.twig:120
13345 #: templates/database/designer/main.twig:123
13346 msgid "Direct links"
13347 msgstr ""
13349 #: templates/database/designer/main.twig:127
13350 #: templates/database/designer/main.twig:129
13351 msgid "Snap to grid"
13352 msgstr ""
13354 #: templates/database/designer/main.twig:133
13355 #: templates/database/designer/main.twig:139
13356 msgid "Small/Big All"
13357 msgstr ""
13359 #: templates/database/designer/main.twig:143
13360 #: templates/database/designer/main.twig:146
13361 msgid "Toggle small/big"
13362 msgstr ""
13364 #: templates/database/designer/main.twig:150
13365 #: templates/database/designer/main.twig:153
13366 msgid "Toggle relationship lines"
13367 msgstr ""
13369 #: templates/database/designer/main.twig:158
13370 #: templates/database/designer/main.twig:161
13371 msgid "Export schema"
13372 msgstr ""
13374 #: templates/database/designer/main.twig:169
13375 #: templates/database/designer/main.twig:172
13376 msgid "Build Query"
13377 msgstr ""
13379 #: templates/database/designer/main.twig:177
13380 #: templates/database/designer/main.twig:181
13381 msgid "Move Menu"
13382 msgstr ""
13384 #: templates/database/designer/main.twig:185
13385 #: templates/database/designer/main.twig:190
13386 msgid "Pin text"
13387 msgstr ""
13389 #: templates/database/designer/main.twig:202
13390 msgid "Hide/Show all"
13391 msgstr ""
13393 #: templates/database/designer/main.twig:212
13394 msgid "Hide/Show tables with no relationship"
13395 msgstr ""
13397 #: templates/database/designer/main.twig:223
13398 msgid "Number of tables:"
13399 msgstr ""
13401 #: templates/database/designer/main.twig:381
13402 msgid "Delete relationship"
13403 msgstr ""
13405 #: templates/database/designer/main.twig:445
13406 #: templates/database/designer/main.twig:610
13407 msgid "Relationship operator"
13408 msgstr ""
13410 #: templates/database/designer/main.twig:474
13411 #: templates/database/designer/main.twig:639
13412 #: templates/database/designer/main.twig:845
13413 #: templates/database/designer/main.twig:1038
13414 msgid "Except"
13415 msgstr ""
13417 #: templates/database/designer/main.twig:484
13418 #: templates/database/designer/main.twig:649
13419 #: templates/database/designer/main.twig:855
13420 #: templates/database/designer/main.twig:1048
13421 #: templates/database/routines/execute_form.twig:20
13422 #: templates/server/replication/status_table.twig:17
13423 #: templates/server/status/variables/index.twig:76
13424 #: templates/server/variables/index.twig:32
13425 #: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:9
13426 #: templates/table/search/index.twig:42
13427 #: templates/table/zoom_search/index.twig:40
13428 #: templates/table/zoom_search/result_form.twig:37
13429 msgid "Value"
13430 msgstr ""
13432 #: templates/database/designer/main.twig:486
13433 #: templates/database/designer/main.twig:651
13434 #: templates/database/designer/main.twig:857
13435 #: templates/database/designer/main.twig:1050
13436 msgid "subquery"
13437 msgstr ""
13439 #: templates/database/designer/main.twig:495
13440 #: templates/database/designer/main.twig:711
13441 msgid "Rename to"
13442 msgstr ""
13444 #: templates/database/designer/main.twig:501
13445 #: templates/database/designer/main.twig:719
13446 msgid "New name"
13447 msgstr ""
13449 #: templates/database/designer/main.twig:510
13450 #: templates/database/designer/main.twig:916
13451 msgid "Aggregate"
13452 msgstr ""
13454 #: templates/database/designer/main.twig:516
13455 #: templates/database/designer/main.twig:580
13456 #: templates/database/designer/main.twig:785
13457 #: templates/database/designer/main.twig:816
13458 #: templates/database/designer/main.twig:924
13459 #: templates/database/designer/main.twig:1009
13460 #: templates/table/search/index.twig:41
13461 #: templates/table/zoom_search/index.twig:39
13462 msgid "Operator"
13463 msgstr ""
13465 #: templates/database/designer/main.twig:1090
13466 msgid "Active options"
13467 msgstr ""
13469 #: templates/database/designer/page_save_as.twig:19
13470 msgid "Save to selected page"
13471 msgstr ""
13473 #: templates/database/designer/page_save_as.twig:23
13474 msgid "Create a page and save to it"
13475 msgstr ""
13477 #: templates/database/designer/page_save_as.twig:29
13478 msgid "New page name"
13479 msgstr ""
13481 #: templates/database/designer/page_selector.twig:2
13482 msgid "Select page"
13483 msgstr ""
13485 #: templates/database/designer/schema_export.twig:4
13486 msgid "Select Export Relational Type"
13487 msgstr ""
13489 #: templates/database/events/editor_form.twig:10
13490 #: templates/database/routines/editor_form.twig:11
13491 #: templates/database/triggers/editor_form.twig:14 templates/view_create.twig:8
13492 msgid "Details"
13493 msgstr ""
13495 #: templates/database/events/editor_form.twig:19
13496 msgid "Event name"
13497 msgstr ""
13499 #: templates/database/events/editor_form.twig:35
13500 #: templates/server/binlog/index.twig:86
13501 msgid "Event type"
13502 msgstr ""
13504 #: templates/database/events/editor_form.twig:48
13505 #: templates/database/routines/editor_form.twig:38
13506 #, php-format
13507 msgid "Change to %s"
13508 msgstr ""
13510 #: templates/database/events/editor_form.twig:53
13511 msgid "Execute at"
13512 msgstr ""
13514 #: templates/database/events/editor_form.twig:59
13515 msgid "Execute every"
13516 msgstr ""
13518 #: templates/database/events/editor_form.twig:70
13519 msgctxt "Start of recurring event"
13520 msgid "Start"
13521 msgstr ""
13523 #: templates/database/events/editor_form.twig:76
13524 msgctxt "End of recurring event"
13525 msgid "End"
13526 msgstr ""
13528 #: templates/database/events/editor_form.twig:90
13529 msgid "On completion preserve"
13530 msgstr ""
13532 #: templates/database/events/editor_form.twig:96
13533 #: templates/database/routines/editor_form.twig:138
13534 #: templates/database/triggers/editor_form.twig:61
13535 #: templates/view_create.twig:45
13536 msgid "Definer"
13537 msgstr ""
13539 #: templates/database/events/index.twig:13
13540 #: templates/database/privileges/index.twig:113
13541 #: templates/database/privileges/index.twig:114
13542 #: templates/database/routines/index.twig:13
13543 #: templates/database/structure/check_all_tables.twig:3
13544 #: templates/database/structure/check_all_tables.twig:4
13545 #: templates/database/triggers/list.twig:13
13546 #: templates/display/results/table.twig:298
13547 #: templates/display/results/table.twig:299 templates/select_all.twig:4
13548 #: templates/select_all.twig:5 templates/server/databases/index.twig:64
13549 #: templates/server/privileges/edit_routine_privileges.twig:58
13550 #: templates/server/privileges/privileges_table.twig:269
13551 #: templates/server/privileges/privileges_table.twig:270
13552 #: templates/server/privileges/privileges_table.twig:279
13553 #: templates/server/privileges/privileges_table.twig:356
13554 #: templates/server/privileges/privileges_table.twig:560
13555 #: templates/server/privileges/users_overview.twig:121
13556 #: templates/server/privileges/users_overview.twig:122
13557 #: templates/server/user_groups/edit_user_groups.twig:11
13558 #: templates/table/privileges/index.twig:117
13559 #: templates/table/privileges/index.twig:118
13560 msgid "Check all"
13561 msgstr ""
13563 #: templates/database/events/index.twig:27
13564 msgid "Create new event"
13565 msgstr ""
13567 #: templates/database/events/index.twig:36
13568 msgid "There are no events to display."
13569 msgstr ""
13571 #: templates/database/events/index.twig:112
13572 msgid "Event scheduler status"
13573 msgstr ""
13575 #: templates/database/events/index.twig:117
13576 #: templates/database/tracking/tables.twig:47
13577 msgid "Click to toggle"
13578 msgstr ""
13580 #: templates/database/events/index.twig:130
13581 msgid "ON"
13582 msgstr ""
13584 #: templates/database/events/index.twig:141
13585 msgid "OFF"
13586 msgstr ""
13588 #: templates/database/export/index.twig:61
13589 msgid ""
13590 "@SERVER@ will become the server name and @DATABASE@ will become the database "
13591 "name."
13592 msgstr ""
13594 #. l10n: A query that the user has written freely
13595 #: templates/database/export/index.twig:5 templates/table/export/index.twig:5
13596 msgid "Exporting a raw query"
13597 msgstr ""
13599 #: templates/database/export/index.twig:7
13600 #, php-format
13601 msgid "Exporting tables from \"%s\" database"
13602 msgstr ""
13604 #: templates/database/export/index.twig:30
13605 msgid "Export the structure of all tables."
13606 msgstr ""
13608 #: templates/database/export/index.twig:33
13609 msgid "Export the data of all tables."
13610 msgstr ""
13612 #: templates/database/import/index.twig:3
13613 #, php-format
13614 msgid "Importing into the database \"%s\""
13615 msgstr ""
13617 #: templates/database/multi_table_query/form.twig:4
13618 #: templates/database/qbe/index.twig:4
13619 msgid "Multi-table query"
13620 msgstr ""
13622 #: templates/database/multi_table_query/form.twig:10
13623 #: templates/database/qbe/index.twig:10
13624 msgid "Query by example"
13625 msgstr ""
13627 #: templates/database/multi_table_query/form.twig:17
13628 msgid "Query window"
13629 msgstr ""
13631 #: templates/database/multi_table_query/form.twig:38
13632 #: templates/database/multi_table_query/form.twig:128
13633 msgid "select table"
13634 msgstr ""
13636 #: templates/database/multi_table_query/form.twig:45
13637 #: templates/database/multi_table_query/form.twig:136
13638 msgid "select column"
13639 msgstr ""
13641 #: templates/database/multi_table_query/form.twig:51
13642 msgid "Table alias"
13643 msgstr ""
13645 #: templates/database/multi_table_query/form.twig:52
13646 msgid "Column alias"
13647 msgstr ""
13649 #: templates/database/multi_table_query/form.twig:55
13650 msgid "Use this column in criteria"
13651 msgstr ""
13653 #: templates/database/multi_table_query/form.twig:59
13654 msgid "criteria"
13655 msgstr ""
13657 #: templates/database/multi_table_query/form.twig:73
13658 msgid "Add as"
13659 msgstr ""
13661 #: templates/database/multi_table_query/form.twig:119
13662 msgid "Another column"
13663 msgstr ""
13665 #: templates/database/multi_table_query/form.twig:146
13666 msgid "Enter criteria as free text"
13667 msgstr ""
13669 #: templates/database/multi_table_query/form.twig:153
13670 msgid "Remove this column"
13671 msgstr ""
13673 #: templates/database/multi_table_query/form.twig:159
13674 #: templates/table/relation/foreign_key_row.twig:85
13675 msgid "+ Add column"
13676 msgstr ""
13678 #: templates/database/multi_table_query/form.twig:174
13679 #: templates/database/qbe/selection_form.twig:80
13680 #: templates/database/qbe/selection_form.twig:96
13681 msgid "Update query"
13682 msgstr ""
13684 #: templates/database/operations/index.twig:9
13685 #: templates/database/operations/index.twig:13
13686 msgid "Database comment"
13687 msgstr "የዳታቤዝ ኮሜንት"
13689 #: templates/database/operations/index.twig:54
13690 msgid "Rename database to"
13691 msgstr ""
13693 #: templates/database/operations/index.twig:58 templates/export.twig:282
13694 msgid "New database name"
13695 msgstr ""
13697 #: templates/database/operations/index.twig:66
13698 #: templates/database/operations/index.twig:171
13699 #: templates/table/operations/index.twig:77
13700 #: templates/table/operations/index.twig:113
13701 #: templates/table/operations/index.twig:313
13702 msgid ""
13703 "You don't have sufficient privileges to perform this operation; Please refer "
13704 "to the documentation for more details."
13705 msgstr ""
13707 #: templates/database/operations/index.twig:83
13708 msgid "Remove database"
13709 msgstr ""
13711 #: templates/database/operations/index.twig:89
13712 #, php-format
13713 msgid "Database %s has been dropped."
13714 msgstr ""
13716 #: templates/database/operations/index.twig:94
13717 msgid "Drop the database (DROP)"
13718 msgstr ""
13720 #: templates/database/operations/index.twig:118
13721 msgid "Copy database to"
13722 msgstr ""
13724 #: templates/database/operations/index.twig:150
13725 msgid "CREATE DATABASE before copying"
13726 msgstr ""
13728 #: templates/database/operations/index.twig:165
13729 #: templates/database/structure/copy_form.twig:44
13730 #: templates/table/operations/index.twig:306
13731 msgid "Add constraints"
13732 msgstr ""
13734 #: templates/database/operations/index.twig:180
13735 msgid "Switch to copied database"
13736 msgstr ""
13738 #: templates/database/operations/index.twig:216
13739 msgid "Change all tables collations"
13740 msgstr ""
13742 #: templates/database/operations/index.twig:220
13743 msgid "Change all tables columns collations"
13744 msgstr ""
13746 #: templates/database/privileges/index.twig:9
13747 #: templates/table/privileges/index.twig:8
13748 #, php-format
13749 msgid "Users having access to \"%s\""
13750 msgstr ""
13752 #: templates/database/privileges/index.twig:17
13753 #: templates/server/privileges/login_information_fields.twig:7
13754 #: templates/server/privileges/login_information_fields.twig:12
13755 #: templates/server/privileges/users_overview.twig:8
13756 #: templates/server/replication/change_primary.twig:15
13757 #: templates/server/replication/primary_add_replica_user.twig:19
13758 #: templates/server/replication/primary_add_replica_user.twig:24
13759 #: templates/table/privileges/index.twig:19
13760 msgid "User name"
13761 msgstr ""
13763 #: templates/database/privileges/index.twig:18
13764 #: templates/server/privileges/login_information_fields.twig:26
13765 #: templates/server/privileges/login_information_fields.twig:38
13766 #: templates/server/privileges/users_overview.twig:9
13767 #: templates/table/privileges/index.twig:20
13768 msgid "Host name"
13769 msgstr ""
13771 #: templates/database/privileges/index.twig:21
13772 #: templates/server/privileges/privileges_summary.twig:17
13773 #: templates/server/privileges/users_overview.twig:18
13774 #: templates/table/privileges/index.twig:23
13775 msgid "Grant"
13776 msgstr ""
13778 #: templates/database/privileges/index.twig:36
13779 #: templates/server/privileges/new_user_ajax.twig:9
13780 #: templates/server/privileges/users_overview.twig:36
13781 #: templates/table/privileges/index.twig:38
13782 msgid "Any"
13783 msgstr ""
13785 #: templates/database/privileges/index.twig:47
13786 #: templates/table/privileges/index.twig:49
13787 msgid "global"
13788 msgstr ""
13790 #: templates/database/privileges/index.twig:50
13791 #: templates/table/privileges/index.twig:52
13792 msgid "database-specific"
13793 msgstr ""
13795 #: templates/database/privileges/index.twig:52
13796 #: templates/table/privileges/index.twig:54
13797 msgid "wildcard"
13798 msgstr ""
13800 #: templates/database/privileges/index.twig:55
13801 #: templates/table/privileges/index.twig:59
13802 msgid "routine"
13803 msgstr ""
13805 #: templates/database/privileges/index.twig:112
13806 #: templates/database/privileges/index.twig:115
13807 #: templates/database/structure/check_all_tables.twig:2
13808 #: templates/database/structure/check_all_tables.twig:9
13809 #: templates/display/results/table.twig:297
13810 #: templates/display/results/table.twig:300 templates/select_all.twig:2
13811 #: templates/select_all.twig:6
13812 #: templates/server/privileges/users_overview.twig:120
13813 #: templates/server/privileges/users_overview.twig:123
13814 #: templates/table/privileges/index.twig:116
13815 #: templates/table/privileges/index.twig:119
13816 msgid "With selected:"
13817 msgstr ""
13819 #: templates/database/privileges/index.twig:131
13820 #: templates/server/privileges/add_user_fieldset.twig:4
13821 #: templates/server/privileges/user_overview.twig:22
13822 #: templates/server/privileges/users_overview.twig:137
13823 #: templates/table/privileges/index.twig:134
13824 msgctxt "Create new user"
13825 msgid "New"
13826 msgstr ""
13828 #: templates/database/privileges/index.twig:136
13829 #: templates/server/privileges/add_user_fieldset.twig:9
13830 #: templates/server/privileges/add_user.twig:4
13831 #: templates/server/privileges/user_overview.twig:24
13832 #: templates/server/privileges/users_overview.twig:140
13833 #: templates/table/privileges/index.twig:140
13834 msgid "Add user account"
13835 msgstr ""
13837 #: templates/database/qbe/index.twig:16
13838 #, php-format
13839 msgid "Switch to %svisual builder%s"
13840 msgstr ""
13842 #: templates/database/qbe/index.twig:20
13843 msgid "You have to choose at least one column to display!"
13844 msgstr ""
13846 #: templates/database/qbe/ins_del_and_or_cell.twig:5
13847 msgid "Ins:"
13848 msgstr ""
13850 #: templates/database/qbe/ins_del_and_or_cell.twig:12
13851 msgid "And"
13852 msgstr ""
13854 #: templates/database/qbe/ins_del_and_or_cell.twig:17
13855 msgid "Del:"
13856 msgstr ""
13858 #: templates/database/qbe/selection_form.twig:12
13859 #: templates/table/find_replace/index.twig:41
13860 msgid "Column:"
13861 msgstr ""
13863 #: templates/database/qbe/selection_form.twig:17
13864 msgid "Alias:"
13865 msgstr ""
13867 #: templates/database/qbe/selection_form.twig:22
13868 msgid "Show:"
13869 msgstr ""
13871 #: templates/database/qbe/selection_form.twig:27
13872 msgid "Sort:"
13873 msgstr ""
13875 #: templates/database/qbe/selection_form.twig:32
13876 msgid "Sort order:"
13877 msgstr ""
13879 #: templates/database/qbe/selection_form.twig:37
13880 msgid "Criteria:"
13881 msgstr ""
13883 #: templates/database/qbe/selection_form.twig:44
13884 msgid "Modify:"
13885 msgstr ""
13887 #: templates/database/qbe/selection_form.twig:54
13888 msgid "Add/Delete criteria rows:"
13889 msgstr ""
13891 #: templates/database/qbe/selection_form.twig:67
13892 msgid "Add/Delete columns:"
13893 msgstr ""
13895 #: templates/database/qbe/selection_form.twig:86
13896 #: templates/database/qbe/selection_form.twig:88
13897 #, fuzzy
13898 #| msgid "Tables"
13899 msgid "Use tables"
13900 msgstr "ቴብሎች"
13902 #: templates/database/qbe/selection_form.twig:107
13903 #, php-format
13904 msgid "SQL query on database <b>%s</b>:"
13905 msgstr ""
13907 #: templates/database/routines/editor_form.twig:20
13908 msgid "Routine name"
13909 msgstr ""
13911 #: templates/database/routines/editor_form.twig:43
13912 msgid "Parameters"
13913 msgstr ""
13915 #: templates/database/routines/editor_form.twig:49
13916 msgid "Direction"
13917 msgstr ""
13919 #: templates/database/routines/editor_form.twig:66
13920 msgid "Add parameter"
13921 msgstr ""
13923 #: templates/database/routines/editor_form.twig:67
13924 msgid "Remove last parameter"
13925 msgstr ""
13927 #: templates/database/routines/editor_form.twig:71
13928 msgid "Return type"
13929 msgstr ""
13931 #: templates/database/routines/editor_form.twig:79
13932 msgid "Return length/values"
13933 msgstr ""
13935 #: templates/database/routines/editor_form.twig:86
13936 msgid "Return options"
13937 msgstr ""
13939 #: templates/database/routines/editor_form.twig:90
13940 #: templates/database/routines/parameter_row.twig:31
13941 #: templates/database/structure/table_header.twig:42
13942 msgid "Charset"
13943 msgstr ""
13945 #: templates/database/routines/editor_form.twig:115
13946 msgid "Is deterministic"
13947 msgstr ""
13949 #: templates/database/routines/editor_form.twig:131
13950 msgid ""
13951 "You do not have sufficient privileges to perform this operation; Please "
13952 "refer to the documentation for more details."
13953 msgstr ""
13955 #: templates/database/routines/editor_form.twig:144
13956 msgid "Security type"
13957 msgstr ""
13959 #: templates/database/routines/editor_form.twig:153
13960 msgid "SQL data access"
13961 msgstr ""
13963 #: templates/database/routines/execute_form.twig:7
13964 #: templates/database/routines/execute_form.twig:12
13965 msgid "Routine parameters"
13966 msgstr ""
13968 #: templates/database/routines/index.twig:33
13969 msgid "Create new routine"
13970 msgstr ""
13972 #: templates/database/routines/index.twig:42
13973 msgid "There are no routines to display."
13974 msgstr ""
13976 #: templates/database/routines/index.twig:51
13977 msgid "Returns"
13978 msgstr ""
13980 #: templates/database/routines/parameter_row.twig:24
13981 #: templates/modals/enum_set_editor.twig:5
13982 msgid "ENUM/SET editor"
13983 msgstr ""
13985 #: templates/database/routines/row.twig:38
13986 #: templates/database/routines/row.twig:48
13987 #: templates/database/routines/row.twig:52
13988 msgid "Execute"
13989 msgstr ""
13991 #: templates/database/search/main.twig:5
13992 msgid "Search in database"
13993 msgstr ""
13995 #: templates/database/search/main.twig:8
13996 msgid "Words or values to search for (wildcard: \"%\"):"
13997 msgstr ""
13999 #: templates/database/search/main.twig:15
14000 #: templates/table/find_replace/index.twig:31
14001 msgid "Find:"
14002 msgstr ""
14004 #: templates/database/search/main.twig:19
14005 #: templates/database/search/main.twig:23
14006 msgid "Words are separated by a space character (\" \")."
14007 msgstr ""
14009 #: templates/database/search/main.twig:40
14010 msgid "Inside tables:"
14011 msgstr ""
14013 #: templates/database/search/main.twig:46 templates/server/export/index.twig:11
14014 #: templates/server/replication/database_multibox.twig:8
14015 msgid "Unselect all"
14016 msgstr ""
14018 #: templates/database/search/main.twig:67
14019 msgid "Inside column:"
14020 msgstr ""
14022 #: templates/database/search/results.twig:12
14023 #, php-format
14024 msgid "%1$s match in <strong>%2$s</strong>"
14025 msgid_plural "%1$s matches in <strong>%2$s</strong>"
14026 msgstr[0] ""
14027 msgstr[1] ""
14029 #: templates/database/search/results.twig:56
14030 msgid "<strong>Total:</strong> <em>%count%</em> match"
14031 msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
14032 msgstr[0] ""
14033 msgstr[1] ""
14035 #: templates/database/structure/add_prefix.twig:7
14036 #: templates/database/structure/add_prefix.twig:9
14037 msgid "Add prefix"
14038 msgstr ""
14040 #: templates/database/structure/body_for_table_summary.twig:6
14041 #, php-format
14042 msgid "%s table"
14043 msgid_plural "%s tables"
14044 msgstr[0] ""
14045 msgstr[1] ""
14047 #: templates/database/structure/body_for_table_summary.twig:17
14048 msgid "Sum"
14049 msgstr ""
14051 #: templates/database/structure/change_prefix_form.twig:7
14052 msgid "From"
14053 msgstr ""
14055 #: templates/database/structure/change_prefix_form.twig:13
14056 msgid "To"
14057 msgstr ""
14059 #: templates/database/structure/check_all_tables.twig:6
14060 msgid "Check tables having overhead"
14061 msgstr ""
14063 #: templates/database/structure/check_all_tables.twig:10
14064 msgid "Copy table"
14065 msgstr ""
14067 #: templates/database/structure/check_all_tables.twig:11
14068 msgid "Show create"
14069 msgstr ""
14071 #: templates/database/structure/check_all_tables.twig:14
14072 #: templates/table/operations/index.twig:403
14073 #: templates/table/operations/view.twig:26
14074 msgid "Delete data or table"
14075 msgstr ""
14077 #: templates/database/structure/check_all_tables.twig:15
14078 #: templates/database/structure/structure_table_row.twig:74
14079 msgid "Empty"
14080 msgstr ""
14082 #: templates/database/structure/check_all_tables.twig:18
14083 #: templates/table/operations/index.twig:334
14084 msgid "Table maintenance"
14085 msgstr ""
14087 #: templates/database/structure/check_all_tables.twig:19
14088 #: templates/table/maintenance/analyze.twig:3
14089 #: templates/table/operations/index.twig:339
14090 msgid "Analyze table"
14091 msgstr ""
14093 #: templates/database/structure/check_all_tables.twig:20
14094 #: templates/table/maintenance/check.twig:3
14095 #: templates/table/operations/index.twig:348
14096 msgid "Check table"
14097 msgstr ""
14099 #: templates/database/structure/check_all_tables.twig:21
14100 #: templates/table/maintenance/checksum.twig:3
14101 #: templates/table/operations/index.twig:356
14102 msgid "Checksum table"
14103 msgstr ""
14105 #: templates/database/structure/check_all_tables.twig:22
14106 #: templates/table/maintenance/optimize.twig:3
14107 #: templates/table/operations/index.twig:384
14108 #: templates/table/structure/display_table_stats.twig:68
14109 msgid "Optimize table"
14110 msgstr ""
14112 #: templates/database/structure/check_all_tables.twig:23
14113 #: templates/table/maintenance/repair.twig:3
14114 #: templates/table/operations/index.twig:393
14115 msgid "Repair table"
14116 msgstr ""
14118 #: templates/database/structure/check_all_tables.twig:25
14119 msgid "Prefix"
14120 msgstr ""
14122 #: templates/database/structure/check_all_tables.twig:26
14123 msgid "Add prefix to table"
14124 msgstr ""
14126 #: templates/database/structure/check_all_tables.twig:27
14127 msgid "Replace table prefix"
14128 msgstr ""
14130 #: templates/database/structure/check_all_tables.twig:33
14131 msgid "Add columns to central list"
14132 msgstr ""
14134 #: templates/database/structure/check_all_tables.twig:34
14135 msgid "Remove columns from central list"
14136 msgstr ""
14138 #: templates/database/structure/check_all_tables.twig:35
14139 msgid "Make consistent with central list"
14140 msgstr ""
14142 #: templates/database/structure/check_all_tables.twig:53
14143 #: templates/database/structure/check_all_tables.twig:73
14144 msgid "Continue"
14145 msgstr ""
14147 #: templates/database/structure/check_all_tables.twig:65
14148 msgid "Are you sure?"
14149 msgstr ""
14151 #: templates/database/structure/check_all_tables.twig:69
14152 msgid ""
14153 "This action may change some of the columns definition.[br]Are you sure you "
14154 "want to continue?"
14155 msgstr ""
14157 #: templates/database/structure/copy_form.twig:14
14158 msgid "Options:"
14159 msgstr ""
14161 #: templates/database/structure/copy_form.twig:39
14162 msgid "Add AUTO INCREMENT value"
14163 msgstr ""
14165 #: templates/database/structure/drop_form.twig:6
14166 #: templates/database/structure/empty_form.twig:6
14167 #: templates/table/delete/confirm.twig:12
14168 #: templates/table/structure/drop_confirm.twig:7
14169 #: templates/table/structure/primary.twig:6
14170 msgid "Do you really want to execute the following query?"
14171 msgstr ""
14173 #: templates/database/structure/favorite_anchor.twig:4
14174 #: templates/recent_favorite_table_favorite.twig:6
14175 msgid "Remove from Favorites"
14176 msgstr ""
14178 #: templates/database/structure/favorite_anchor.twig:4
14179 msgid "Add to Favorites"
14180 msgstr ""
14182 #: templates/database/structure/show_create.twig:2
14183 msgid "Showing create queries"
14184 msgstr ""
14186 #: templates/database/structure/show_create.twig:33
14187 #: templates/display/results/table.twig:373 templates/modals/create_view.twig:5
14188 #: templates/sql/no_results_returned.twig:13 templates/view_create.twig:11
14189 msgid "Create view"
14190 msgstr ""
14192 #: templates/database/structure/structure_table_row.twig:17
14193 #: templates/server/databases/index.twig:219
14194 #: templates/server/databases/index.twig:231
14195 msgid "Not replicated"
14196 msgstr ""
14198 #: templates/database/structure/structure_table_row.twig:18
14199 #: templates/server/databases/index.twig:215
14200 #: templates/server/databases/index.twig:227
14201 msgid "Replicated"
14202 msgstr ""
14204 #: templates/database/structure/structure_table_row.twig:223
14205 msgid "in use"
14206 msgstr ""
14208 #: templates/database/structure/table_header.twig:27
14209 msgid ""
14210 "May be approximate. Click on the number to get the exact count. See "
14211 "[doc@faq3-11]FAQ 3.11[/doc]."
14212 msgstr ""
14214 #: templates/database/structure/table_header.twig:36
14215 #: templates/table/index_form.twig:141
14216 msgid "Size"
14217 msgstr ""
14219 #: templates/database/structure/table_header.twig:51
14220 #: templates/table/structure/display_table_stats.twig:154
14221 msgid "Creation"
14222 msgstr ""
14224 #: templates/database/structure/table_header.twig:56
14225 #: templates/table/structure/display_table_stats.twig:161
14226 msgid "Last update"
14227 msgstr ""
14229 #: templates/database/structure/table_header.twig:61
14230 #: templates/table/structure/display_table_stats.twig:168
14231 msgid "Last check"
14232 msgstr ""
14234 #: templates/database/structure/tracking_icon.twig:3
14235 msgid "Tracking is active."
14236 msgstr ""
14238 #: templates/database/structure/tracking_icon.twig:5
14239 msgid "Tracking is not active."
14240 msgstr ""
14242 #: templates/database/tracking/tables.twig:4
14243 msgid "Tracked tables"
14244 msgstr ""
14246 #: templates/database/tracking/tables.twig:14
14247 msgid "Last version"
14248 msgstr ""
14250 #: templates/database/tracking/tables.twig:15
14251 #: templates/table/tracking/main.twig:29
14252 msgid "Created"
14253 msgstr ""
14255 #: templates/database/tracking/tables.twig:16
14256 #: templates/table/tracking/main.twig:30
14257 msgid "Updated"
14258 msgstr ""
14260 #: templates/database/tracking/tables.twig:61
14261 #: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
14262 msgid "active"
14263 msgstr ""
14265 #: templates/database/tracking/tables.twig:73
14266 #: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
14267 msgid "not active"
14268 msgstr ""
14270 #: templates/database/tracking/tables.twig:93
14271 #: templates/database/tracking/tables.twig:138
14272 #: templates/database/tracking/tables.twig:139
14273 msgid "Delete tracking"
14274 msgstr ""
14276 #: templates/database/tracking/tables.twig:104
14277 msgid "Versions"
14278 msgstr ""
14280 #: templates/database/tracking/tables.twig:145
14281 msgid "Untracked tables"
14282 msgstr ""
14284 #: templates/database/tracking/tables.twig:176
14285 #: templates/database/tracking/tables.twig:188
14286 #: templates/database/tracking/tables.twig:189
14287 #: templates/table/structure/display_structure.twig:396
14288 msgid "Track table"
14289 msgstr ""
14291 #: templates/database/triggers/editor_form.twig:23
14292 msgid "Trigger name"
14293 msgstr ""
14295 #: templates/database/triggers/editor_form.twig:37
14296 msgctxt "Trigger action time"
14297 msgid "Time"
14298 msgstr ""
14300 #: templates/database/triggers/list.twig:27
14301 msgid "Create new trigger"
14302 msgstr ""
14304 #: templates/database/triggers/list.twig:36
14305 msgid "There are no triggers to display."
14306 msgstr ""
14308 #: templates/display/results/checkbox_and_links.twig:16
14309 #: templates/display/results/checkbox_and_links.twig:78
14310 msgid "You can also edit most values by clicking directly on them."
14311 msgstr ""
14313 #: templates/display/results/checkbox_and_links.twig:18
14314 #: templates/display/results/checkbox_and_links.twig:80
14315 msgid "You can also edit most values by double-clicking directly on them."
14316 msgstr ""
14318 #: templates/display/results/table.twig:18
14319 #: templates/display/results/table.twig:21 templates/list_navigator.twig:8
14320 #: templates/list_navigator.twig:13
14321 msgctxt "First page"
14322 msgid "Begin"
14323 msgstr ""
14325 #: templates/display/results/table.twig:35
14326 #: templates/display/results/table.twig:38 templates/list_navigator.twig:16
14327 #: templates/list_navigator.twig:21 templates/server/binlog/index.twig:47
14328 #: templates/server/binlog/index.twig:52
14329 msgctxt "Previous page"
14330 msgid "Previous"
14331 msgstr ""
14333 #: templates/display/results/table.twig:55
14334 #: templates/display/results/table.twig:59 templates/list_navigator.twig:33
14335 #: templates/list_navigator.twig:35 templates/server/binlog/index.twig:72
14336 #: templates/server/binlog/index.twig:77
14337 msgctxt "Next page"
14338 msgid "Next"
14339 msgstr ""
14341 #: templates/display/results/table.twig:76
14342 #: templates/display/results/table.twig:80 templates/list_navigator.twig:42
14343 #: templates/list_navigator.twig:44
14344 msgctxt "Last page"
14345 msgid "End"
14346 msgstr ""
14348 #: templates/display/results/table.twig:107
14349 msgid "Save edited data"
14350 msgstr ""
14352 #: templates/display/results/table.twig:113
14353 msgid "Restore column order"
14354 msgstr ""
14356 #: templates/display/results/table.twig:124 templates/export.twig:149
14357 #: templates/table/start_and_number_of_rows_fieldset.twig:9
14358 msgid "Number of rows:"
14359 msgstr ""
14361 #: templates/display/results/table.twig:127
14362 msgid "All"
14363 msgstr ""
14365 #: templates/display/results/table.twig:145
14366 msgid "Sort by key:"
14367 msgstr ""
14369 #: templates/display/results/table.twig:194
14370 #: templates/table/search/index.twig:102
14371 msgid "Extra options"
14372 msgstr ""
14374 #: templates/display/results/table.twig:216
14375 msgid "Relational key"
14376 msgstr ""
14378 #: templates/display/results/table.twig:220
14379 msgid "Display column for relationships"
14380 msgstr ""
14382 #: templates/display/results/table.twig:228
14383 msgid "Show binary contents"
14384 msgstr ""
14386 #: templates/display/results/table.twig:232
14387 msgid "Show BLOB contents"
14388 msgstr ""
14390 #: templates/display/results/table.twig:242
14391 msgid "Hide browser transformation"
14392 msgstr ""
14394 #: templates/display/results/table.twig:254
14395 msgid "Well Known Text"
14396 msgstr ""
14398 #: templates/display/results/table.twig:258
14399 msgid "Well Known Binary"
14400 msgstr ""
14402 #: templates/display/results/table.twig:330
14403 #: templates/sql/no_results_returned.twig:9
14404 msgid "Query results operations"
14405 msgstr ""
14407 #: templates/display/results/table.twig:336
14408 msgid "Copy to clipboard"
14409 msgstr ""
14411 #: templates/display/results/table.twig:355
14412 #: templates/table/chart/tbl_chart.twig:2
14413 msgid "Display chart"
14414 msgstr ""
14416 #: templates/display/results/table.twig:363
14417 msgid "Visualize GIS data"
14418 msgstr ""
14420 #: templates/encoding/kanji_encoding_form.twig:6
14421 msgctxt "None encoding conversion"
14422 msgid "None"
14423 msgstr ""
14425 #: templates/encoding/kanji_encoding_form.twig:17
14426 msgid "Convert to Kana"
14427 msgstr ""
14429 #: templates/error/report_form.twig:3
14430 msgid ""
14431 "This report automatically includes data about the error and information "
14432 "about relevant configuration settings. It will be sent to the phpMyAdmin "
14433 "team for debugging the error."
14434 msgstr ""
14436 #: templates/error/report_form.twig:11
14437 msgid ""
14438 "Can you tell us the steps leading to this error? It decisively helps in "
14439 "debugging:"
14440 msgstr ""
14442 #: templates/error/report_form.twig:18
14443 msgid "You may examine the data in the error report:"
14444 msgstr ""
14446 #: templates/error/report_modal.twig:5
14447 msgid "Submit error report"
14448 msgstr ""
14450 #: templates/error/report_modal.twig:12
14451 msgid "Send error report"
14452 msgstr ""
14454 #: templates/export/template_options.twig:1 templates/export.twig:42
14455 msgid "Select a template"
14456 msgstr ""
14458 #: templates/export.twig:14
14459 msgid "Export templates:"
14460 msgstr ""
14462 #: templates/export.twig:18
14463 msgid "New template:"
14464 msgstr ""
14466 #: templates/export.twig:21 templates/export.twig:24
14467 msgid "Template name"
14468 msgstr ""
14470 #: templates/export.twig:35
14471 msgid "Existing templates:"
14472 msgstr ""
14474 #: templates/export.twig:38
14475 msgid "Template:"
14476 msgstr ""
14478 #: templates/export.twig:51
14479 msgid "Update"
14480 msgstr ""
14482 #: templates/export.twig:72
14483 msgid "Show SQL query"
14484 msgstr ""
14486 #: templates/export.twig:104
14487 msgid "Export method:"
14488 msgstr ""
14490 #: templates/export.twig:108
14491 msgid "Quick - display only the minimal options"
14492 msgstr ""
14494 #: templates/export.twig:112
14495 msgid "Custom - display all possible options"
14496 msgstr ""
14498 #: templates/export.twig:121
14499 msgid "File format to export"
14500 msgstr ""
14502 #: templates/export.twig:137
14503 msgid "Rows:"
14504 msgstr ""
14506 #: templates/export.twig:141
14507 msgid "Dump all rows"
14508 msgstr ""
14510 #: templates/export.twig:145
14511 msgid "Dump some row(s)"
14512 msgstr ""
14514 #: templates/export.twig:160
14515 msgid "Row to begin at:"
14516 msgstr ""
14518 #: templates/export.twig:170 templates/export.twig:332
14519 msgid "Output:"
14520 msgstr ""
14522 #: templates/export.twig:175 templates/export.twig:370
14523 #, php-format
14524 msgid "Save on server in the directory <strong>%s</strong>"
14525 msgstr ""
14527 #: templates/export.twig:193 templates/export.twig:337
14528 msgid "Rename exported databases/tables/columns"
14529 msgstr ""
14531 #: templates/export.twig:201
14532 msgid "Defined aliases"
14533 msgstr ""
14535 #: templates/export.twig:216 templates/export.twig:230
14536 #: templates/export.twig:243 templates/export.twig:260
14537 msgid "Remove"
14538 msgstr ""
14540 #: templates/export.twig:269
14541 msgid "Define new aliases"
14542 msgstr ""
14544 #: templates/export.twig:274
14545 msgid "Select database:"
14546 msgstr ""
14548 #: templates/export.twig:290
14549 msgid "Select table:"
14550 msgstr ""
14552 #: templates/export.twig:298
14553 msgid "New table name"
14554 msgstr ""
14556 #: templates/export.twig:306
14557 msgid "Select column:"
14558 msgstr ""
14560 #: templates/export.twig:314
14561 msgid "New column name"
14562 msgstr ""
14564 #: templates/export.twig:347
14565 #, php-format
14566 msgid "Use %s statement"
14567 msgstr ""
14569 #: templates/export.twig:356
14570 msgid "View output as text"
14571 msgstr ""
14573 #: templates/export.twig:360
14574 msgid "Save output to a file"
14575 msgstr ""
14577 #: templates/export.twig:387
14578 msgid "File name template:"
14579 msgstr ""
14581 #: templates/export.twig:388
14582 #, php-format
14583 msgid ""
14584 "This value is interpreted using the 'strftime' function, so you can use time "
14585 "formatting strings. Additionally the following transformations will happen: "
14586 "%s Other text will be kept as is. See the FAQ 6.27 for details."
14587 msgstr ""
14589 #: templates/export.twig:398
14590 msgid "Use this for future exports"
14591 msgstr ""
14593 #: templates/export.twig:409 templates/import.twig:103
14594 msgid "Character set of the file:"
14595 msgstr ""
14597 #: templates/export.twig:429
14598 msgid "Compression:"
14599 msgstr ""
14601 #: templates/export.twig:437
14602 msgid "zipped"
14603 msgstr ""
14605 #: templates/export.twig:443
14606 msgid "gzipped"
14607 msgstr ""
14609 #: templates/export.twig:461
14610 msgid "Export databases as separate files"
14611 msgstr ""
14613 #: templates/export.twig:463
14614 msgid "Export tables as separate files"
14615 msgstr ""
14617 #: templates/export.twig:474
14618 msgid "Skip tables larger than:"
14619 msgstr ""
14621 #: templates/export.twig:476
14622 msgid "The size is measured in MiB."
14623 msgstr ""
14625 #: templates/export.twig:482 templates/import.twig:182
14626 msgid "Format-specific options:"
14627 msgstr ""
14629 #: templates/export.twig:491 templates/import.twig:191
14630 msgid "Encoding Conversion:"
14631 msgstr ""
14633 #: templates/filter.twig:2 templates/server/status/processes/index.twig:6
14634 #: templates/server/status/variables/index.twig:7
14635 msgid "Filters"
14636 msgstr ""
14638 #: templates/filter.twig:4 templates/server/status/variables/index.twig:12
14639 msgid "Containing the word:"
14640 msgstr ""
14642 #: templates/footer.twig:10 templates/footer.twig:12 templates/footer.twig:14
14643 msgid "Open new phpMyAdmin window"
14644 msgstr ""
14646 #: templates/footer.twig:29 templates/home/index.twig:18
14647 #: templates/login/form.twig:5
14648 msgid "phpMyAdmin Demo Server"
14649 msgstr ""
14651 #: templates/footer.twig:37
14652 #, php-format
14653 msgid "Currently running Git revision %1$s from the %2$s branch."
14654 msgstr ""
14656 #: templates/footer.twig:39
14657 msgid "Git information missing!"
14658 msgstr ""
14660 #: templates/gis_data_editor_form.twig:4
14661 #, php-format
14662 msgid "Value for the column \"%s\""
14663 msgstr ""
14665 #: templates/gis_data_editor_form.twig:22
14666 #: templates/table/gis_visualization/gis_visualization.twig:34
14667 msgid "Use OpenStreetMaps as Base Layer"
14668 msgstr ""
14670 #: templates/gis_data_editor_form.twig:38
14671 msgctxt "Spatial Reference System Identifier"
14672 msgid "SRID:"
14673 msgstr ""
14675 #: templates/gis_data_editor_form.twig:53
14676 #, php-format
14677 msgid "Geometry %d:"
14678 msgstr ""
14680 #: templates/gis_data_editor_form.twig:73
14681 msgid "Point:"
14682 msgstr ""
14684 #: templates/gis_data_editor_form.twig:93
14685 #: templates/gis_data_editor_form.twig:134
14686 #: templates/gis_data_editor_form.twig:186
14687 #, php-format
14688 msgid "Point %d:"
14689 msgstr ""
14691 #: templates/gis_data_editor_form.twig:113
14692 #, php-format
14693 msgid "Linestring %d:"
14694 msgstr ""
14696 #: templates/gis_data_editor_form.twig:115
14697 #: templates/gis_data_editor_form.twig:170
14698 msgid "Outer ring:"
14699 msgstr ""
14701 #: templates/gis_data_editor_form.twig:117
14702 #: templates/gis_data_editor_form.twig:172
14703 #, php-format
14704 msgid "Inner ring %d:"
14705 msgstr ""
14707 #: templates/gis_data_editor_form.twig:144
14708 msgid "Add a linestring"
14709 msgstr ""
14711 #: templates/gis_data_editor_form.twig:157
14712 #, php-format
14713 msgid "Polygon %d:"
14714 msgstr ""
14716 #: templates/gis_data_editor_form.twig:199
14717 msgid "Add a polygon"
14718 msgstr ""
14720 #: templates/gis_data_editor_form.twig:205
14721 msgid "Add geometry"
14722 msgstr ""
14724 #: templates/gis_data_editor_form.twig:214
14725 msgid "Output"
14726 msgstr ""
14728 #: templates/gis_data_editor_form.twig:216
14729 msgid ""
14730 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
14731 "below into the \"Value\" field."
14732 msgstr ""
14734 #: templates/header.twig:34 templates/login/header.twig:13
14735 msgid "Javascript must be enabled past this point!"
14736 msgstr ""
14738 #: templates/header.twig:45
14739 msgid "Click on the bar to scroll to top of page"
14740 msgstr ""
14742 #: templates/home/git_info.twig:2
14743 msgid "Git revision:"
14744 msgstr ""
14746 #: templates/home/git_info.twig:13
14747 msgid "no branch"
14748 msgstr ""
14750 #: templates/home/git_info.twig:15 templates/home/git_info.twig:22
14751 #, php-format
14752 msgid "from %s branch"
14753 msgstr ""
14755 #: templates/home/git_info.twig:25
14756 #, php-format
14757 msgid "committed on %s by %s"
14758 msgstr ""
14760 #: templates/home/git_info.twig:32
14761 #, php-format
14762 msgid "authored on %s by %s"
14763 msgstr ""
14765 #: templates/home/index.twig:22 templates/login/form.twig:8
14766 #, php-format
14767 msgid ""
14768 "You are using the demo server. You can do anything here, but please do not "
14769 "change root, debian-sys-maint and pma users. More information is available "
14770 "at %s."
14771 msgstr ""
14773 #: templates/home/index.twig:32
14774 msgid "General settings"
14775 msgstr ""
14777 #: templates/home/index.twig:57
14778 msgid "Server connection collation:"
14779 msgstr ""
14781 #: templates/home/index.twig:83 templates/preferences/manage/main.twig:56
14782 msgid "More settings"
14783 msgstr ""
14785 #: templates/home/index.twig:93
14786 msgid "Appearance settings"
14787 msgstr ""
14789 #: templates/home/index.twig:103 templates/home/index.twig:104
14790 #: templates/login/form.twig:23 templates/login/form.twig:24
14791 #: templates/setup/home/index.twig:8 templates/setup/home/index.twig:9
14792 msgid "Language"
14793 msgstr ""
14795 #: templates/home/index.twig:131
14796 msgid "Theme"
14797 msgstr ""
14799 #: templates/home/index.twig:142
14800 msgctxt "View all themes"
14801 msgid "View all"
14802 msgstr ""
14804 #: templates/home/index.twig:157
14805 msgid "Database server"
14806 msgstr ""
14808 #: templates/home/index.twig:161 templates/login/form.twig:65
14809 #: templates/menu/breadcrumbs.twig:7
14810 msgid "Server:"
14811 msgstr ""
14813 #: templates/home/index.twig:165
14814 msgid "Server type:"
14815 msgstr ""
14817 #: templates/home/index.twig:169
14818 msgid "Server connection:"
14819 msgstr ""
14821 #: templates/home/index.twig:177
14822 msgid "Protocol version:"
14823 msgstr ""
14825 #: templates/home/index.twig:181
14826 msgid "User:"
14827 msgstr ""
14829 #: templates/home/index.twig:185
14830 msgid "Server charset:"
14831 msgstr ""
14833 #: templates/home/index.twig:197
14834 msgid "Web server"
14835 msgstr ""
14837 #: templates/home/index.twig:207
14838 msgid "Database client version:"
14839 msgstr ""
14841 #: templates/home/index.twig:211
14842 msgid "PHP extension:"
14843 msgstr ""
14845 #: templates/home/index.twig:218
14846 msgid "PHP version:"
14847 msgstr ""
14849 #: templates/home/index.twig:225
14850 msgid "Show PHP information"
14851 msgstr ""
14853 #: templates/home/index.twig:239
14854 msgid "Version information:"
14855 msgstr ""
14857 #: templates/home/index.twig:249
14858 msgid "Official Homepage"
14859 msgstr ""
14861 #: templates/home/index.twig:254
14862 msgid "Contribute"
14863 msgstr ""
14865 #: templates/home/index.twig:259
14866 msgid "Get support"
14867 msgstr ""
14869 #: templates/home/index.twig:264
14870 msgid "List of changes"
14871 msgstr ""
14873 #: templates/home/index.twig:269 templates/server/plugins/index.twig:30
14874 msgid "License"
14875 msgstr ""
14877 #: templates/home/index.twig:280 templates/setup/error.twig:2
14878 msgid "Warning"
14879 msgstr ""
14881 #: templates/home/index.twig:282
14882 msgid "Notice"
14883 msgstr ""
14885 #: templates/home/index.twig:295
14886 msgid "phpMyAdmin Themes"
14887 msgstr ""
14889 #: templates/home/index.twig:306
14890 msgid "Get more themes!"
14891 msgstr ""
14893 #: templates/home/themes.twig:8
14894 #, php-format
14895 msgid "Screenshot of the %s theme."
14896 msgstr ""
14898 #. l10n: Choose the theme button in the themes list modal
14899 #: templates/home/themes.twig:14
14900 msgid "Take it"
14901 msgstr ""
14903 #: templates/import/javascript.twig:12
14904 msgid ""
14905 "The file being uploaded is probably larger than the maximum allowed size or "
14906 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
14907 "browsers."
14908 msgstr ""
14910 #: templates/import/javascript.twig:13
14911 #, php-format
14912 msgid "%s of %s"
14913 msgstr ""
14915 #: templates/import/javascript.twig:14
14916 #, php-format
14917 msgid "%s/sec."
14918 msgstr ""
14920 #: templates/import/javascript.twig:15
14921 msgid "About %MIN min. %SEC sec. remaining."
14922 msgstr ""
14924 #: templates/import/javascript.twig:16
14925 msgid "About %SEC sec. remaining."
14926 msgstr ""
14928 #: templates/import/javascript.twig:17
14929 msgid "The file is being processed, please be patient."
14930 msgstr ""
14932 #: templates/import/javascript.twig:29
14933 msgid "Uploading your import file…"
14934 msgstr ""
14936 #: templates/import/javascript.twig:152
14937 msgid ""
14938 "Please be patient, the file is being uploaded. Details about the upload are "
14939 "not available."
14940 msgstr ""
14942 #: templates/import.twig:26
14943 msgid "File to import:"
14944 msgstr ""
14946 #: templates/import.twig:31
14947 #, php-format
14948 msgid "File may be compressed (%s) or uncompressed."
14949 msgstr ""
14951 #: templates/import.twig:32
14952 msgid ""
14953 "A compressed file's name must end in <strong>.[format].[compression]</"
14954 "strong>. Example: <strong>.sql.zip</strong>"
14955 msgstr ""
14957 #: templates/import.twig:40
14958 msgid "Upload a file"
14959 msgstr ""
14961 #: templates/import.twig:43
14962 msgid "Select file to import"
14963 msgstr ""
14965 #: templates/import.twig:50 templates/import.twig:77
14966 #: templates/preferences/manage/main.twig:22
14967 msgid "Browse your computer:"
14968 msgstr ""
14970 #: templates/import.twig:55 templates/import.twig:82
14971 msgid "You may also drag and drop a file on any page."
14972 msgstr ""
14974 #: templates/import.twig:62 templates/import.twig:88
14975 #, php-format
14976 msgid "Select from the web server upload directory [strong]%s[/strong]:"
14977 msgstr ""
14979 #: templates/import.twig:69 templates/import.twig:96
14980 msgid "There are no files to import!"
14981 msgstr ""
14983 #: templates/import.twig:100
14984 msgid "File uploads are not allowed on this server."
14985 msgstr ""
14987 #: templates/import.twig:126
14988 msgid "Partial import:"
14989 msgstr ""
14991 #: templates/import.twig:131
14992 #, php-format
14993 msgid ""
14994 "Previous import timed out, after resubmitting will continue from position %d."
14995 msgstr ""
14997 #: templates/import.twig:138
14998 msgid ""
14999 "Allow the interruption of an import in case the script detects it is close "
15000 "to the PHP timeout limit."
15001 msgstr ""
15003 #: templates/import.twig:140
15004 msgid ""
15005 "This might be a good way to import large files, however it can break "
15006 "transactions."
15007 msgstr ""
15009 #: templates/import.twig:144
15010 msgid "Skip this number of queries (for SQL) starting from the first one:"
15011 msgstr ""
15013 #: templates/import.twig:154
15014 msgid "Other options"
15015 msgstr ""
15017 #: templates/indexes.twig:39
15018 #: templates/table/structure/display_structure.twig:489
15019 msgid "Rename"
15020 msgstr ""
15022 #: templates/indexes.twig:45
15023 #: templates/table/structure/display_structure.twig:495
15024 msgid "The primary key has been dropped."
15025 msgstr ""
15027 #: templates/indexes.twig:50
15028 #: templates/table/structure/display_structure.twig:500
15029 #, php-format
15030 msgid "Index %s has been dropped."
15031 msgstr ""
15033 #: templates/login/form.twig:58 templates/login/form.twig:117
15034 #: templates/login/form.twig:121 templates/login/form.twig:124
15035 msgid "Log in"
15036 msgstr ""
15038 #: templates/login/form.twig:64 templates/login/form.twig:69
15039 msgid "You can enter hostname/IP address and port separated by space."
15040 msgstr ""
15042 #: templates/login/form.twig:76
15043 msgid "Username:"
15044 msgstr ""
15046 #: templates/login/form.twig:85
15047 #: templates/server/privileges/change_password.twig:22
15048 #: templates/server/privileges/login_information_fields.twig:44
15049 #: templates/server/replication/change_primary.twig:18
15050 #: templates/server/replication/primary_add_replica_user.twig:49
15051 msgid "Password:"
15052 msgstr ""
15054 #: templates/login/form.twig:95
15055 msgid "Server choice:"
15056 msgstr ""
15058 #: templates/login/header.twig:17
15059 msgid ""
15060 "There is a mismatch between HTTPS indicated on the server and client. This "
15061 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
15062 "server configuration to indicate HTTPS properly."
15063 msgstr ""
15065 #: templates/login/twofactor/application_configure.twig:3
15066 msgid ""
15067 "Please scan following QR code into the two-factor authentication app on your "
15068 "device and enter authentication code it generates."
15069 msgstr ""
15071 #: templates/login/twofactor/application_configure.twig:13
15072 msgid "Secret/key:"
15073 msgstr ""
15075 #: templates/login/twofactor/application_configure.twig:16
15076 #: templates/login/twofactor/application.twig:2
15077 msgid "Authentication code:"
15078 msgstr ""
15080 #: templates/login/twofactor/application.twig:5
15081 msgid ""
15082 "Open the two-factor authentication app on your device to view your "
15083 "authentication code and verify your identity."
15084 msgstr ""
15086 #: templates/login/twofactor/invalid.twig:2
15087 msgid ""
15088 "The configured two factor authentication is not available, please install "
15089 "missing dependencies."
15090 msgstr ""
15092 #: templates/login/twofactor/key_configure.twig:3
15093 msgid ""
15094 "Please connect your FIDO U2F device into your computer's USB port. Then "
15095 "confirm registration on the device."
15096 msgstr ""
15098 #: templates/login/twofactor/key-https-warning.twig:3
15099 msgid ""
15100 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
15101 "most likely refuse to authenticate you."
15102 msgstr ""
15104 #: templates/login/twofactor/key.twig:3
15105 msgid ""
15106 "Please connect your FIDO U2F device into your computer's USB port. Then "
15107 "confirm login on the device."
15108 msgstr ""
15110 #: templates/login/twofactor.twig:10
15111 msgid "Verify"
15112 msgstr ""
15114 #: templates/menu/breadcrumbs.twig:27
15115 msgid "View:"
15116 msgstr ""
15118 #: templates/modals/function_confirm.twig:5
15119 #: templates/server/databases/index.twig:318
15120 msgid "Confirm"
15121 msgstr ""
15123 #: templates/modals/function_confirm.twig:10
15124 msgid "Ok"
15125 msgstr ""
15127 #: templates/modals/unhide_nav_item.twig:5
15128 msgid "Show hidden navigation tree items."
15129 msgstr ""
15131 #: templates/navigation/item_unhide_dialog.twig:20
15132 msgid "Unhide"
15133 msgstr ""
15135 #: templates/navigation/main.twig:25 templates/navigation/main.twig:26
15136 msgid "Home"
15137 msgstr ""
15139 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15140 msgid "Empty session data"
15141 msgstr ""
15143 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15144 msgid "Log out"
15145 msgstr ""
15147 #: templates/navigation/main.twig:35 templates/navigation/main.twig:36
15148 msgid "phpMyAdmin documentation"
15149 msgstr ""
15151 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15152 msgid "MariaDB Documentation"
15153 msgstr ""
15155 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15156 msgid "MySQL Documentation"
15157 msgstr ""
15159 #: templates/navigation/main.twig:43 templates/navigation/main.twig:44
15160 msgid "Navigation panel settings"
15161 msgstr ""
15163 #: templates/navigation/main.twig:47 templates/navigation/main.twig:48
15164 msgid "Reload navigation panel"
15165 msgstr ""
15167 #: templates/navigation/main.twig:67
15168 msgid "An error has occurred while loading the navigation display"
15169 msgstr ""
15171 #: templates/navigation/main.twig:88
15172 msgid "SQL upload"
15173 msgstr ""
15175 #: templates/navigation/tree/fast_filter.twig:11
15176 #: templates/navigation/tree/fast_filter.twig:12
15177 msgid "Type to filter these, Enter to search all"
15178 msgstr ""
15180 #: templates/navigation/tree/fast_filter.twig:16
15181 msgid "Clear fast filter"
15182 msgstr ""
15184 #: templates/preferences/autoload.twig:7
15185 msgid ""
15186 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
15187 "import it for current session?"
15188 msgstr ""
15190 #: templates/preferences/autoload.twig:13
15191 msgid "Delete settings"
15192 msgstr ""
15194 #: templates/preferences/forms/main.twig:4
15195 msgid "Cannot save settings, submitted form contains errors!"
15196 msgstr ""
15198 #: templates/preferences/header.twig:6
15199 msgid "Manage your settings"
15200 msgstr ""
15202 #: templates/preferences/header.twig:12
15203 msgid "Two-factor authentication"
15204 msgstr ""
15206 #: templates/preferences/header.twig:55
15207 #: templates/preferences/manage/main.twig:72
15208 msgid "Configuration has been saved."
15209 msgstr ""
15211 #: templates/preferences/header.twig:60
15212 #, php-format
15213 msgid ""
15214 "Your preferences will be saved for current session only. Storing them "
15215 "permanently requires %sphpMyAdmin configuration storage%s."
15216 msgstr ""
15218 #: templates/preferences/manage/error.twig:1
15219 msgid "Configuration contains incorrect data for some fields."
15220 msgstr ""
15222 #: templates/preferences/manage/error.twig:16
15223 msgid "Do you want to import remaining settings?"
15224 msgstr ""
15226 #: templates/preferences/manage/main.twig:3
15227 #: templates/preferences/manage/main.twig:33
15228 msgid "Saved on: @DATE@"
15229 msgstr ""
15231 #: templates/preferences/manage/main.twig:20
15232 msgid "Import from file"
15233 msgstr ""
15235 #: templates/preferences/manage/main.twig:27
15236 msgid "Import from browser's storage"
15237 msgstr ""
15239 #: templates/preferences/manage/main.twig:30
15240 msgid "Settings will be imported from your browser's local storage."
15241 msgstr ""
15243 #: templates/preferences/manage/main.twig:36
15244 msgid "You have no saved settings!"
15245 msgstr ""
15247 #: templates/preferences/manage/main.twig:40
15248 #: templates/preferences/manage/main.twig:104
15249 msgid "This feature is not supported by your web browser"
15250 msgstr ""
15252 #: templates/preferences/manage/main.twig:44
15253 msgid "Merge with current configuration"
15254 msgstr ""
15256 #: templates/preferences/manage/main.twig:59
15257 #, php-format
15258 msgid ""
15259 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
15260 "script%s."
15261 msgstr ""
15263 #: templates/preferences/manage/main.twig:81
15264 msgid "Save as JSON file"
15265 msgstr ""
15267 #: templates/preferences/manage/main.twig:85
15268 msgid "Save as PHP file"
15269 msgstr ""
15271 #: templates/preferences/manage/main.twig:90
15272 msgid "Save to browser's storage"
15273 msgstr ""
15275 #: templates/preferences/manage/main.twig:96
15276 msgid "Settings will be saved in your browser's local storage."
15277 msgstr ""
15279 #: templates/preferences/manage/main.twig:99
15280 msgid "Existing settings will be overwritten!"
15281 msgstr ""
15283 #: templates/preferences/manage/main.twig:120
15284 msgid "You can reset all your settings and restore them to default values."
15285 msgstr ""
15287 #: templates/preferences/two_factor/configure.twig:5
15288 #: templates/preferences/two_factor/main.twig:57
15289 #: templates/preferences/two_factor/main.twig:70
15290 msgid "Configure two-factor authentication"
15291 msgstr ""
15293 #: templates/preferences/two_factor/configure.twig:12
15294 msgid "Enable two-factor authentication"
15295 msgstr ""
15297 #: templates/preferences/two_factor/confirm.twig:5
15298 msgid "Confirm disabling two-factor authentication"
15299 msgstr ""
15301 #: templates/preferences/two_factor/confirm.twig:9
15302 msgid ""
15303 "By disabling two factor authentication you will be again able to login using "
15304 "password only."
15305 msgstr ""
15307 #: templates/preferences/two_factor/confirm.twig:13
15308 #: templates/preferences/two_factor/main.twig:46
15309 msgid "Disable two-factor authentication"
15310 msgstr ""
15312 #: templates/preferences/two_factor/main.twig:5
15313 msgid "Two-factor authentication status"
15314 msgstr ""
15316 #: templates/preferences/two_factor/main.twig:11
15317 msgid ""
15318 "Two-factor authentication is not available, please install optional "
15319 "dependencies to enable authentication backends."
15320 msgstr ""
15322 #: templates/preferences/two_factor/main.twig:12
15323 msgid "Following composer packages are missing:"
15324 msgstr ""
15326 #: templates/preferences/two_factor/main.twig:20
15327 msgid "Two-factor authentication is available and configured for this account."
15328 msgstr ""
15330 #: templates/preferences/two_factor/main.twig:22
15331 msgid ""
15332 "Two-factor authentication is available, but not configured for this account."
15333 msgstr ""
15335 #: templates/preferences/two_factor/main.twig:26
15336 msgid ""
15337 "Two-factor authentication is not available, enable phpMyAdmin configuration "
15338 "storage to use it."
15339 msgstr ""
15341 #: templates/preferences/two_factor/main.twig:41
15342 msgid "You have enabled two factor authentication."
15343 msgstr ""
15345 #: templates/recent_favorite_table_no_tables.twig:3
15346 msgid "There are no recent tables."
15347 msgstr ""
15349 #: templates/recent_favorite_table_no_tables.twig:5
15350 msgid "There are no favorite tables."
15351 msgstr ""
15353 #: templates/relation/check_relations.twig:3
15354 msgid "phpMyAdmin configuration storage"
15355 msgstr ""
15357 #: templates/relation/check_relations.twig:9
15358 msgid "Configuration of pmadb…"
15359 msgstr ""
15361 #: templates/relation/check_relations.twig:10
15362 #: templates/relation/check_relations.twig:56
15363 #: templates/relation/check_relations.twig:81
15364 #: templates/relation/check_relations.twig:106
15365 #: templates/relation/check_relations.twig:119
15366 #: templates/relation/check_relations.twig:144
15367 #: templates/relation/check_relations.twig:189
15368 #: templates/relation/check_relations.twig:214
15369 #: templates/relation/check_relations.twig:239
15370 #: templates/relation/check_relations.twig:264
15371 #: templates/relation/check_relations.twig:289
15372 #: templates/relation/check_relations.twig:314
15373 #: templates/relation/check_relations.twig:339
15374 #: templates/relation/check_relations.twig:364
15375 #: templates/relation/check_relations.twig:377
15376 #: templates/relation/check_relations.twig:402
15377 #: templates/relation/check_relations.twig:427
15378 #: templates/relation/check_relations.twig:452
15379 #: templates/relation/check_relations.twig:477
15380 #: templates/relation/check_relations.twig:502
15381 msgid "not OK"
15382 msgstr ""
15384 #: templates/relation/check_relations.twig:14
15385 msgid "General relation features"
15386 msgstr ""
15388 #: templates/relation/check_relations.twig:20
15389 #, php-format
15390 msgid ""
15391 "%sCreate%s a database named '%s' and setup the phpMyAdmin configuration "
15392 "storage there."
15393 msgstr ""
15395 #: templates/relation/check_relations.twig:24
15396 #, php-format
15397 msgid ""
15398 "%sCreate%s the phpMyAdmin configuration storage in the current database."
15399 msgstr ""
15401 #: templates/relation/check_relations.twig:31
15402 #, php-format
15403 msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
15404 msgstr ""
15406 #: templates/relation/check_relations.twig:42
15407 #: templates/relation/check_relations.twig:54
15408 #: templates/relation/check_relations.twig:79
15409 #: templates/relation/check_relations.twig:104
15410 #: templates/relation/check_relations.twig:117
15411 #: templates/relation/check_relations.twig:142
15412 #: templates/relation/check_relations.twig:187
15413 #: templates/relation/check_relations.twig:212
15414 #: templates/relation/check_relations.twig:237
15415 #: templates/relation/check_relations.twig:262
15416 #: templates/relation/check_relations.twig:287
15417 #: templates/relation/check_relations.twig:312
15418 #: templates/relation/check_relations.twig:337
15419 #: templates/relation/check_relations.twig:362
15420 #: templates/relation/check_relations.twig:375
15421 #: templates/relation/check_relations.twig:400
15422 #: templates/relation/check_relations.twig:425
15423 #: templates/relation/check_relations.twig:450
15424 #: templates/relation/check_relations.twig:475
15425 #: templates/relation/check_relations.twig:500
15426 msgctxt "Correctly working"
15427 msgid "OK"
15428 msgstr ""
15430 #: templates/relation/check_relations.twig:62
15431 msgid "General relation features:"
15432 msgstr ""
15434 #: templates/relation/check_relations.twig:64
15435 #: templates/relation/check_relations.twig:89
15436 #: templates/relation/check_relations.twig:127
15437 #: templates/relation/check_relations.twig:152
15438 #: templates/relation/check_relations.twig:162
15439 #: templates/relation/check_relations.twig:197
15440 #: templates/relation/check_relations.twig:222
15441 #: templates/relation/check_relations.twig:247
15442 #: templates/relation/check_relations.twig:272
15443 #: templates/relation/check_relations.twig:297
15444 #: templates/relation/check_relations.twig:322
15445 #: templates/relation/check_relations.twig:347
15446 #: templates/relation/check_relations.twig:385
15447 #: templates/relation/check_relations.twig:410
15448 #: templates/relation/check_relations.twig:435
15449 #: templates/relation/check_relations.twig:460
15450 #: templates/relation/check_relations.twig:485
15451 #: templates/relation/check_relations.twig:510
15452 msgid "Enabled"
15453 msgstr ""
15455 #: templates/relation/check_relations.twig:87
15456 msgid "Display features:"
15457 msgstr ""
15459 #: templates/relation/check_relations.twig:125
15460 msgid "Designer and creation of PDFs:"
15461 msgstr ""
15463 #: templates/relation/check_relations.twig:150
15464 msgid "Displaying column comments:"
15465 msgstr ""
15467 #: templates/relation/check_relations.twig:160
15468 msgid "Browser transformation:"
15469 msgstr ""
15471 #: templates/relation/check_relations.twig:172
15472 msgid "Please see the documentation on how to update your column_info table."
15473 msgstr ""
15475 #: templates/relation/check_relations.twig:195
15476 msgid "Bookmarked SQL query:"
15477 msgstr ""
15479 #: templates/relation/check_relations.twig:220
15480 msgid "SQL history:"
15481 msgstr ""
15483 #: templates/relation/check_relations.twig:245
15484 msgid "Persistent recently used tables:"
15485 msgstr ""
15487 #: templates/relation/check_relations.twig:270
15488 msgid "Persistent favorite tables:"
15489 msgstr ""
15491 #: templates/relation/check_relations.twig:295
15492 msgid "Persistent tables' UI preferences:"
15493 msgstr ""
15495 #: templates/relation/check_relations.twig:320
15496 msgid "Tracking:"
15497 msgstr ""
15499 #: templates/relation/check_relations.twig:345
15500 msgid "User preferences:"
15501 msgstr ""
15503 #: templates/relation/check_relations.twig:383
15504 msgid "Configurable menus:"
15505 msgstr ""
15507 #: templates/relation/check_relations.twig:408
15508 msgid "Hide/show navigation items:"
15509 msgstr ""
15511 #: templates/relation/check_relations.twig:433
15512 msgid "Saving Query-By-Example searches:"
15513 msgstr ""
15515 #: templates/relation/check_relations.twig:458
15516 msgid "Managing central list of columns:"
15517 msgstr ""
15519 #: templates/relation/check_relations.twig:483
15520 msgid "Remembering designer settings:"
15521 msgstr ""
15523 #: templates/relation/check_relations.twig:508
15524 msgid "Saving export templates:"
15525 msgstr ""
15527 #: templates/relation/check_relations.twig:519
15528 msgid "Quick steps to set up advanced features:"
15529 msgstr ""
15531 #: templates/relation/check_relations.twig:523
15532 #, php-format
15533 msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
15534 msgstr ""
15536 #: templates/relation/check_relations.twig:527
15537 msgid "Create a pma user and give access to these tables."
15538 msgstr ""
15540 #: templates/relation/check_relations.twig:531
15541 msgid ""
15542 "Enable advanced features in configuration file (<code>config.inc.php</"
15543 "code>), for example by starting from <code>config.sample.inc.php</code>."
15544 msgstr ""
15546 #: templates/relation/check_relations.twig:535
15547 msgid "Re-login to phpMyAdmin to load the updated configuration file."
15548 msgstr ""
15550 #: templates/server/binlog/index.twig:10
15551 msgid "Select binary log to view"
15552 msgstr ""
15554 #: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
15555 #: templates/server/status/processes/list.twig:20
15556 msgid "Truncate shown queries"
15557 msgstr ""
15559 #: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
15560 #: templates/server/status/processes/list.twig:26
15561 msgid "Show full queries"
15562 msgstr ""
15564 #: templates/server/binlog/index.twig:84
15565 msgid "Log name"
15566 msgstr ""
15568 #: templates/server/binlog/index.twig:85
15569 msgid "Position"
15570 msgstr ""
15572 #: templates/server/binlog/index.twig:87
15573 #: templates/server/replication/primary_replication.twig:24
15574 msgid "Server ID"
15575 msgstr ""
15577 #: templates/server/binlog/index.twig:88
15578 msgid "Original position"
15579 msgstr ""
15581 #: templates/server/binlog/index.twig:89
15582 #: templates/table/structure/display_table_stats.twig:3
15583 msgid "Information"
15584 msgstr ""
15586 #: templates/server/collations/index.twig:4
15587 msgid "Character sets and collations"
15588 msgstr ""
15590 #: templates/server/collations/index.twig:23
15591 msgctxt "The collation is the default one"
15592 msgid "default"
15593 msgstr ""
15595 #: templates/server/databases/index.twig:3
15596 msgid "Databases statistics"
15597 msgstr ""
15599 #: templates/server/databases/index.twig:9
15600 msgid "Create database"
15601 msgstr ""
15603 #: templates/server/databases/index.twig:50
15604 msgid "No privileges to create databases"
15605 msgstr ""
15607 #: templates/server/databases/index.twig:156
15608 #: templates/server/replication/index.twig:18
15609 #: templates/server/replication/primary_replication.twig:3
15610 msgid "Primary replication"
15611 msgstr ""
15613 #: templates/server/databases/index.twig:160
15614 #: templates/server/replication/replica_configuration.twig:2
15615 msgid "Replica replication"
15616 msgstr ""
15618 #: templates/server/databases/index.twig:181
15619 #, php-format
15620 msgid "Jump to database '%s'"
15621 msgstr ""
15623 #: templates/server/databases/index.twig:242
15624 #, php-format
15625 msgid "Check privileges for database \"%s\"."
15626 msgstr ""
15628 #: templates/server/databases/index.twig:243
15629 msgid "Check privileges"
15630 msgstr ""
15632 #: templates/server/databases/index.twig:298
15633 msgid ""
15634 "Note: Enabling the database statistics here might cause heavy traffic "
15635 "between the web server and the MySQL server."
15636 msgstr ""
15638 #: templates/server/databases/index.twig:300
15639 #: templates/server/databases/index.twig:301
15640 msgid "Enable statistics"
15641 msgstr ""
15643 #: templates/server/databases/index.twig:308
15644 msgid "No databases"
15645 msgstr ""
15647 #: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
15648 msgid "Storage engines"
15649 msgstr ""
15651 #: templates/server/engines/index.twig:13
15652 msgid "Storage Engine"
15653 msgstr ""
15655 #: templates/server/engines/show.twig:45
15656 msgid "Unknown storage engine."
15657 msgstr ""
15659 #: templates/server/export/index.twig:26
15660 msgid "@SERVER@ will become the server name."
15661 msgstr ""
15663 #: templates/server/export/index.twig:3
15664 msgid "Exporting databases from the current server"
15665 msgstr ""
15667 #: templates/server/import/index.twig:3
15668 msgid "Importing into the current server"
15669 msgstr ""
15671 #: templates/server/plugins/index.twig:26
15672 msgid "Plugin"
15673 msgstr ""
15675 #: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
15676 msgid "Version"
15677 msgstr ""
15679 #: templates/server/plugins/index.twig:29
15680 msgid "Author"
15681 msgstr ""
15683 #: templates/server/plugins/index.twig:41
15684 msgid "inactive"
15685 msgstr ""
15687 #: templates/server/plugins/index.twig:43
15688 msgid "disabled"
15689 msgstr ""
15691 #: templates/server/plugins/index.twig:45
15692 msgid "deleting"
15693 msgstr ""
15695 #: templates/server/plugins/index.twig:47
15696 msgid "deleted"
15697 msgstr ""
15699 #: templates/server/privileges/add_user.twig:13
15700 msgid "Database for user account"
15701 msgstr ""
15703 #: templates/server/privileges/add_user.twig:16
15704 msgid "Create database with same name and grant all privileges."
15705 msgstr ""
15707 #: templates/server/privileges/add_user.twig:20
15708 msgid "Grant all privileges on wildcard name (username\\_%)."
15709 msgstr ""
15711 #: templates/server/privileges/add_user.twig:25
15712 #, php-format
15713 msgid "Grant all privileges on database %s."
15714 msgstr ""
15716 #: templates/server/privileges/add_user.twig:38
15717 msgid "Create user"
15718 msgstr ""
15720 #: templates/server/privileges/change_password.twig:16
15721 msgid "No Password"
15722 msgstr ""
15724 #: templates/server/privileges/change_password.twig:25
15725 msgid "Enter:"
15726 msgstr ""
15728 #: templates/server/privileges/change_password.twig:29
15729 #: templates/server/privileges/login_information_fields.twig:55
15730 msgctxt "Password strength"
15731 msgid "Strength:"
15732 msgstr ""
15734 #: templates/server/privileges/change_password.twig:33
15735 #: templates/server/privileges/login_information_fields.twig:61
15736 #: templates/server/replication/primary_add_replica_user.twig:62
15737 msgid "Re-type:"
15738 msgstr ""
15740 #: templates/server/privileges/change_password.twig:41
15741 msgid "Password Hashing:"
15742 msgstr ""
15744 #: templates/server/privileges/change_password.twig:59
15745 msgid ""
15746 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
15747 "connection that encrypts the password using RSA</i>'; while connecting to "
15748 "the server."
15749 msgstr ""
15751 #: templates/server/privileges/choose_user_group.twig:5
15752 msgid "User group:"
15753 msgstr ""
15755 #: templates/server/privileges/edit_routine_privileges.twig:4
15756 #: templates/server/privileges/user_properties.twig:4
15757 msgid "Edit privileges:"
15758 msgstr ""
15760 #: templates/server/privileges/edit_routine_privileges.twig:5
15761 #: templates/server/privileges/user_properties.twig:5
15762 msgid "User account"
15763 msgstr ""
15765 #: templates/server/privileges/edit_routine_privileges.twig:34
15766 #: templates/server/privileges/user_properties.twig:53
15767 msgid ""
15768 "Note: You are attempting to edit privileges of the user with which you are "
15769 "currently logged in."
15770 msgstr ""
15772 #: templates/server/privileges/edit_routine_privileges.twig:52
15773 #: templates/server/privileges/privileges_table.twig:11
15774 #: templates/server/privileges/privileges_table.twig:274
15775 msgid "Note: MySQL privilege names are expressed in English."
15776 msgstr ""
15778 #: templates/server/privileges/edit_routine_privileges.twig:65
15779 #: templates/server/privileges/edit_routine_privileges.twig:69
15780 msgid ""
15781 "Allows user to give to other users or remove from other users privileges "
15782 "that user possess on this routine."
15783 msgstr ""
15785 #: templates/server/privileges/edit_routine_privileges.twig:78
15786 #: templates/server/privileges/edit_routine_privileges.twig:81
15787 msgid "Allows altering and dropping this routine."
15788 msgstr ""
15790 #: templates/server/privileges/edit_routine_privileges.twig:90
15791 #: templates/server/privileges/edit_routine_privileges.twig:93
15792 msgid "Allows executing this routine."
15793 msgstr ""
15795 #: templates/server/privileges/initials_row.twig:1
15796 msgid "Pagination of user accounts"
15797 msgstr ""
15799 #: templates/server/privileges/login_information_fields.twig:2
15800 #: templates/server/privileges/user_properties.twig:106
15801 msgid "Login Information"
15802 msgstr ""
15804 #: templates/server/privileges/login_information_fields.twig:5
15805 #: templates/server/replication/change_primary.twig:14
15806 #: templates/server/replication/primary_add_replica_user.twig:16
15807 msgid "User name:"
15808 msgstr ""
15810 #: templates/server/privileges/login_information_fields.twig:8
15811 #: templates/server/replication/primary_add_replica_user.twig:20
15812 msgid "Any user"
15813 msgstr ""
15815 #: templates/server/privileges/login_information_fields.twig:9
15816 #: templates/server/privileges/login_information_fields.twig:34
15817 #: templates/server/privileges/login_information_fields.twig:51
15818 #: templates/server/privileges/privileges_summary.twig:76
15819 #: templates/server/privileges/privileges_summary.twig:91
15820 msgid "Use text field"
15821 msgstr ""
15823 #: templates/server/privileges/login_information_fields.twig:17
15824 msgid ""
15825 "An account already exists with the same username but possibly a different "
15826 "hostname."
15827 msgstr ""
15829 #: templates/server/privileges/login_information_fields.twig:23
15830 msgid "Host name:"
15831 msgstr ""
15833 #: templates/server/privileges/login_information_fields.twig:28
15834 #: templates/server/replication/primary_add_replica_user.twig:34
15835 msgid "Any host"
15836 msgstr ""
15838 #: templates/server/privileges/login_information_fields.twig:29
15839 #: templates/server/replication/primary_add_replica_user.twig:35
15840 msgid "Local"
15841 msgstr ""
15843 #: templates/server/privileges/login_information_fields.twig:31
15844 #: templates/server/replication/primary_add_replica_user.twig:37
15845 msgid "This host"
15846 msgstr ""
15848 #: templates/server/privileges/login_information_fields.twig:33
15849 #: templates/server/replication/primary_add_replica_user.twig:39
15850 msgid "Use host table"
15851 msgstr ""
15853 #: templates/server/privileges/login_information_fields.twig:40
15854 #: templates/server/replication/primary_add_replica_user.twig:44
15855 msgid ""
15856 "When Host table is used, this field is ignored and values stored in Host "
15857 "table are used instead."
15858 msgstr ""
15860 #: templates/server/privileges/login_information_fields.twig:46
15861 #: templates/server/privileges/login_information_fields.twig:54
15862 #: templates/server/privileges/users_overview.twig:10
15863 #: templates/server/replication/change_primary.twig:19
15864 #: templates/server/replication/primary_add_replica_user.twig:52
15865 #: templates/server/replication/primary_add_replica_user.twig:57
15866 msgid "Password"
15867 msgstr ""
15869 #: templates/server/privileges/login_information_fields.twig:48
15870 msgid "Do not change the password"
15871 msgstr ""
15873 #: templates/server/privileges/login_information_fields.twig:50
15874 #: templates/server/replication/primary_add_replica_user.twig:53
15875 msgid "No password"
15876 msgstr ""
15878 #: templates/server/privileges/login_information_fields.twig:63
15879 #: templates/server/replication/primary_add_replica_user.twig:65
15880 msgid "Re-type"
15881 msgstr ""
15883 #: templates/server/privileges/login_information_fields.twig:69
15884 msgid "Authentication plugin"
15885 msgstr ""
15887 #: templates/server/privileges/login_information_fields.twig:71
15888 msgid "Password hashing method"
15889 msgstr ""
15891 #: templates/server/privileges/login_information_fields.twig:84
15892 msgid ""
15893 "This method requires using an '<em>SSL connection</em>' or an "
15894 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
15895 "while connecting to the server."
15896 msgstr ""
15898 #: templates/server/privileges/new_user_ajax.twig:52
15899 #: templates/server/privileges/users_overview.twig:83
15900 #: templates/server/privileges/users_overview.twig:168
15901 msgid "Edit user group"
15902 msgstr ""
15904 #: templates/server/privileges/privileges_summary.twig:21
15905 msgid "Column-specific privileges"
15906 msgstr ""
15908 #: templates/server/privileges/privileges_summary.twig:55
15909 msgid "Add privileges on the following database(s):"
15910 msgstr ""
15912 #: templates/server/privileges/privileges_summary.twig:68
15913 msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
15914 msgstr ""
15916 #: templates/server/privileges/privileges_summary.twig:72
15917 msgid "Add privileges on the following table:"
15918 msgstr ""
15920 #: templates/server/privileges/privileges_summary.twig:87
15921 msgid "Add privileges on the following routine:"
15922 msgstr ""
15924 #: templates/server/privileges/privileges_table.twig:36
15925 #: templates/server/privileges/privileges_table.twig:37
15926 #: templates/server/privileges/privileges_table.twig:63
15927 #: templates/server/privileges/privileges_table.twig:64
15928 #: templates/server/privileges/privileges_table.twig:90
15929 #: templates/server/privileges/privileges_table.twig:91
15930 #: templates/server/privileges/privileges_table.twig:117
15931 #: templates/server/privileges/privileges_table.twig:118
15932 msgctxt "None privileges"
15933 msgid "None"
15934 msgstr ""
15936 #: templates/server/privileges/privileges_table.twig:161
15937 #: templates/server/privileges/privileges_table.twig:165
15938 #: templates/server/privileges/privileges_table.twig:649
15939 #: templates/server/privileges/privileges_table.twig:653
15940 msgid ""
15941 "Allows user to give to other users or remove from other users the privileges "
15942 "that user possess yourself."
15943 msgstr ""
15945 #: templates/server/privileges/privileges_table.twig:256
15946 msgid "Global"
15947 msgstr ""
15949 #: templates/server/privileges/privileges_table.twig:263
15950 #: templates/server/privileges/users_overview.twig:12
15951 msgid "Global privileges"
15952 msgstr ""
15954 #: templates/server/privileges/privileges_table.twig:561
15955 msgid "Administration"
15956 msgstr ""
15958 #: templates/server/privileges/privileges_table.twig:570
15959 #: templates/server/privileges/privileges_table.twig:573
15960 msgid ""
15961 "Allows adding users and privileges without reloading the privilege tables."
15962 msgstr ""
15964 #: templates/server/privileges/privileges_table.twig:681
15965 msgid "Allows creating foreign key relations."
15966 msgstr ""
15968 #: templates/server/privileges/privileges_table.twig:681
15969 msgid "Not used on MariaDB."
15970 msgstr ""
15972 #: templates/server/privileges/privileges_table.twig:681
15973 msgid "Not used for this MySQL version."
15974 msgstr ""
15976 #: templates/server/privileges/privileges_table.twig:735
15977 msgid "Resource limits"
15978 msgstr ""
15980 #: templates/server/privileges/privileges_table.twig:738
15981 msgid "Note: Setting these options to 0 (zero) removes the limit."
15982 msgstr ""
15984 #: templates/server/privileges/privileges_table.twig:744
15985 #: templates/server/privileges/privileges_table.twig:751
15986 msgid "Limits the number of queries the user may send to the server per hour."
15987 msgstr ""
15989 #: templates/server/privileges/privileges_table.twig:757
15990 #: templates/server/privileges/privileges_table.twig:764
15991 msgid ""
15992 "Limits the number of commands that change any table or database the user may "
15993 "execute per hour."
15994 msgstr ""
15996 #: templates/server/privileges/privileges_table.twig:770
15997 #: templates/server/privileges/privileges_table.twig:777
15998 msgid "Limits the number of new connections the user may open per hour."
15999 msgstr ""
16001 #: templates/server/privileges/privileges_table.twig:783
16002 #: templates/server/privileges/privileges_table.twig:790
16003 msgid "Limits the number of simultaneous connections the user may have."
16004 msgstr ""
16006 #: templates/server/privileges/privileges_table.twig:803
16007 msgid "Does not require SSL-encrypted connections."
16008 msgstr ""
16010 #: templates/server/privileges/privileges_table.twig:812
16011 msgid "Requires SSL-encrypted connections."
16012 msgstr ""
16014 #: templates/server/privileges/privileges_table.twig:821
16015 msgid "Requires a valid X509 certificate."
16016 msgstr ""
16018 #: templates/server/privileges/privileges_table.twig:842
16019 msgid "Requires that a specific cipher method be used for a connection."
16020 msgstr ""
16022 #: templates/server/privileges/privileges_table.twig:851
16023 msgid "Requires that a valid X509 certificate issued by this CA be presented."
16024 msgstr ""
16026 #: templates/server/privileges/privileges_table.twig:860
16027 msgid "Requires that a valid X509 certificate with this subject be presented."
16028 msgstr ""
16030 #: templates/server/privileges/privileges_table.twig:878
16031 msgid "Update user privileges"
16032 msgstr ""
16034 #: templates/server/privileges/subnav.twig:5
16035 #: templates/server/privileges/user_overview.twig:5
16036 msgid "User accounts overview"
16037 msgstr ""
16039 #: templates/server/privileges/subnav.twig:11
16040 #: templates/server/user_groups/user_groups.twig:1
16041 #: templates/server/user_groups/user_groups.twig:9
16042 msgid "User groups"
16043 msgstr ""
16045 #: templates/server/privileges/user_properties.twig:57
16046 #: templates/server/privileges/users_overview.twig:57
16047 msgid "The selected user was not found in the privilege table."
16048 msgstr ""
16050 #: templates/server/privileges/user_properties.twig:107
16051 msgid "Change login information / Copy user account"
16052 msgstr ""
16054 #: templates/server/privileges/user_properties.twig:115
16055 msgid "Create a new user account with the same privileges and …"
16056 msgstr ""
16058 #: templates/server/privileges/user_properties.twig:123
16059 msgid "… keep the old one."
16060 msgstr ""
16062 #: templates/server/privileges/user_properties.twig:130
16063 msgid "… delete the old one from the user tables."
16064 msgstr ""
16066 #: templates/server/privileges/user_properties.twig:137
16067 msgid ""
16068 "… revoke all active privileges from the old one and delete it afterwards."
16069 msgstr ""
16071 #: templates/server/privileges/user_properties.twig:144
16072 msgid ""
16073 "… delete the old one from the user tables and reload the privileges "
16074 "afterwards."
16075 msgstr ""
16077 #: templates/server/privileges/users_overview.twig:16
16078 msgid "User group"
16079 msgstr ""
16081 #: templates/server/privileges/users_overview.twig:147
16082 msgid "Remove selected user accounts"
16083 msgstr ""
16085 #: templates/server/privileges/users_overview.twig:149
16086 msgid "Revoke all active privileges from the users and delete them afterwards."
16087 msgstr ""
16089 #: templates/server/privileges/users_overview.twig:153
16090 msgid "Drop the databases that have the same names as the users."
16091 msgstr ""
16093 #: templates/server/privileges/users_overview.twig:178
16094 msgid "Save changes"
16095 msgstr ""
16097 #: templates/server/replication/change_primary.twig:5
16098 msgid "Replica configuration"
16099 msgstr ""
16101 #: templates/server/replication/change_primary.twig:6
16102 #: templates/server/replication/replica_configuration.twig:97
16103 msgid "Change or reconfigure primary server"
16104 msgstr ""
16106 #: templates/server/replication/change_primary.twig:9
16107 msgid ""
16108 "Make sure you have a unique server-id in your configuration file (my.cnf). "
16109 "If not, please add the following line into [mysqld] section:"
16110 msgstr ""
16112 #: templates/server/replication/change_primary.twig:26
16113 msgid "Port:"
16114 msgstr ""
16116 #: templates/server/replication/index.twig:21
16117 #, php-format
16118 msgid ""
16119 "This server is not configured as primary in a replication process. Would you "
16120 "like to %sconfigure%s it?"
16121 msgstr ""
16123 #: templates/server/replication/index.twig:43
16124 msgid "No privileges"
16125 msgstr ""
16127 #: templates/server/replication/primary_add_replica_user.twig:6
16128 #: templates/server/replication/primary_replication.twig:44
16129 msgid "Add replica replication user"
16130 msgstr ""
16132 #: templates/server/replication/primary_add_replica_user.twig:21
16133 #: templates/server/replication/primary_add_replica_user.twig:40
16134 #: templates/server/replication/primary_add_replica_user.twig:54
16135 msgid "Use text field:"
16136 msgstr ""
16138 #: templates/server/replication/primary_add_replica_user.twig:70
16139 msgid "Generate password:"
16140 msgstr ""
16142 #: templates/server/replication/primary_configuration.twig:2
16143 msgid "Primary configuration"
16144 msgstr ""
16146 #: templates/server/replication/primary_configuration.twig:4
16147 msgid ""
16148 "This server is not configured as a primary server in a replication process. "
16149 "You can choose from either replicating all databases and ignoring some of "
16150 "them (useful if you want to replicate a majority of the databases) or you "
16151 "can choose to ignore all databases by default and allow only certain "
16152 "databases to be replicated. Please select the mode:"
16153 msgstr ""
16155 #: templates/server/replication/primary_configuration.twig:9
16156 msgid "Replicate all databases; Ignore:"
16157 msgstr ""
16159 #: templates/server/replication/primary_configuration.twig:10
16160 msgid "Ignore all databases; Replicate:"
16161 msgstr ""
16163 #: templates/server/replication/primary_configuration.twig:12
16164 msgid "Please select databases:"
16165 msgstr ""
16167 #: templates/server/replication/primary_configuration.twig:15
16168 msgid ""
16169 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
16170 "and please restart the MySQL server afterwards."
16171 msgstr ""
16173 #: templates/server/replication/primary_configuration.twig:21
16174 msgid ""
16175 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
16176 "should see a message informing you, that this server <strong>is</strong> "
16177 "configured as primary."
16178 msgstr ""
16180 #: templates/server/replication/primary_replication.twig:5
16181 msgid "This server is configured as primary in a replication process."
16182 msgstr ""
16184 #: templates/server/replication/primary_replication.twig:16
16185 msgid "Show connected replicas"
16186 msgstr ""
16188 #: templates/server/replication/primary_replication.twig:38
16189 msgid ""
16190 "Only replicas started with the --report-host=host_name option are visible in "
16191 "this list."
16192 msgstr ""
16194 #: templates/server/replication/replica_configuration.twig:5
16195 msgid "Primary connection:"
16196 msgstr ""
16198 #: templates/server/replication/replica_configuration.twig:25
16199 msgid "Replica SQL Thread not running!"
16200 msgstr ""
16202 #: templates/server/replication/replica_configuration.twig:28
16203 msgid "Replica IO Thread not running!"
16204 msgstr ""
16206 #: templates/server/replication/replica_configuration.twig:31
16207 msgid ""
16208 "Server is configured as replica in a replication process. Would you like to:"
16209 msgstr ""
16211 #: templates/server/replication/replica_configuration.twig:34
16212 msgid "See replica status table"
16213 msgstr ""
16215 #: templates/server/replication/replica_configuration.twig:38
16216 msgid "Control replica:"
16217 msgstr ""
16219 #: templates/server/replication/replica_configuration.twig:48
16220 msgid "Reset replica"
16221 msgstr ""
16223 #: templates/server/replication/replica_configuration.twig:54
16224 msgid "Start SQL Thread only"
16225 msgstr ""
16227 #: templates/server/replication/replica_configuration.twig:56
16228 msgid "Stop SQL Thread only"
16229 msgstr ""
16231 #: templates/server/replication/replica_configuration.twig:63
16232 msgid "Start IO Thread only"
16233 msgstr ""
16235 #: templates/server/replication/replica_configuration.twig:65
16236 msgid "Stop IO Thread only"
16237 msgstr ""
16239 #: templates/server/replication/replica_configuration.twig:74
16240 msgid "Error management:"
16241 msgstr ""
16243 #: templates/server/replication/replica_configuration.twig:77
16244 msgid "Skipping errors might lead into unsynchronized primary and replica!"
16245 msgstr ""
16247 #: templates/server/replication/replica_configuration.twig:81
16248 msgid "Skip current error"
16249 msgstr ""
16251 #: templates/server/replication/replica_configuration.twig:87
16252 #, php-format
16253 msgid "Skip next %s errors."
16254 msgstr ""
16256 #: templates/server/replication/replica_configuration.twig:107
16257 #, php-format
16258 msgid ""
16259 "This server is not configured as replica in a replication process. Would you "
16260 "like to %sconfigure%s it?"
16261 msgstr ""
16263 #: templates/server/replication/status_table.twig:6
16264 #, fuzzy
16265 #| msgid "Primary"
16266 msgid "Primary status"
16267 msgstr "የመጀመሪያ"
16269 #: templates/server/replication/status_table.twig:8
16270 msgid "Replica status"
16271 msgstr ""
16273 #: templates/server/replication/status_table.twig:16
16274 #: templates/server/status/variables/index.twig:75
16275 #: templates/server/variables/index.twig:31
16276 msgid "Variable"
16277 msgstr ""
16279 #: templates/server/select/index.twig:7 templates/server/select/index.twig:19
16280 msgid "Current server:"
16281 msgstr ""
16283 #: templates/server/status/advisor/index.twig:6
16284 #: templates/server/status/advisor/index.twig:19
16285 msgid "Advisor system"
16286 msgstr ""
16288 #: templates/server/status/advisor/index.twig:9
16289 msgid "Not enough privilege to view the advisor."
16290 msgstr ""
16292 #: templates/server/status/advisor/index.twig:12
16293 msgid "Instructions"
16294 msgstr ""
16296 #: templates/server/status/advisor/index.twig:24
16297 msgid ""
16298 "The Advisor system can provide recommendations on server variables by "
16299 "analyzing the server status variables."
16300 msgstr ""
16302 #: templates/server/status/advisor/index.twig:29
16303 msgid ""
16304 "Do note however that this system provides recommendations based on simple "
16305 "calculations and by rule of thumb which may not necessarily apply to your "
16306 "system."
16307 msgstr ""
16309 #: templates/server/status/advisor/index.twig:34
16310 msgid ""
16311 "Prior to changing any of the configuration, be sure to know what you are "
16312 "changing (by reading the documentation) and how to undo the change. Wrong "
16313 "tuning can have a very negative effect on performance."
16314 msgstr ""
16316 #: templates/server/status/advisor/index.twig:39
16317 msgid ""
16318 "The best way to tune your system would be to change only one setting at a "
16319 "time, observe or benchmark your database, and undo the change if there was "
16320 "no clearly measurable improvement."
16321 msgstr ""
16323 #: templates/server/status/advisor/index.twig:53
16324 msgid "Errors occurred while executing rule expressions:"
16325 msgstr ""
16327 #: templates/server/status/advisor/index.twig:63
16328 msgid "Possible performance issues"
16329 msgstr ""
16331 #: templates/server/status/advisor/index.twig:76
16332 msgid "Issue:"
16333 msgstr ""
16335 #: templates/server/status/advisor/index.twig:79
16336 #, fuzzy
16337 #| msgid "Table comments:"
16338 msgid "Recommendation:"
16339 msgstr "የቴብል ኮሜንት"
16341 #: templates/server/status/advisor/index.twig:82
16342 msgid "Justification:"
16343 msgstr ""
16345 #: templates/server/status/advisor/index.twig:85
16346 msgid "Used variable / formula:"
16347 msgstr ""
16349 #: templates/server/status/advisor/index.twig:88
16350 msgid "Test:"
16351 msgstr ""
16353 #: templates/server/status/base.twig:16
16354 msgid "Query statistics"
16355 msgstr ""
16357 #: templates/server/status/base.twig:21
16358 msgid "All status variables"
16359 msgstr ""
16361 #: templates/server/status/base.twig:26
16362 msgid "Monitor"
16363 msgstr ""
16365 #: templates/server/status/base.twig:31
16366 msgid "Advisor"
16367 msgstr ""
16369 #: templates/server/status/monitor/index.twig:8
16370 msgid "Start Monitor"
16371 msgstr ""
16373 #: templates/server/status/monitor/index.twig:16
16374 msgid "Instructions/Setup"
16375 msgstr ""
16377 #: templates/server/status/monitor/index.twig:20
16378 msgid "Done dragging (rearranging) charts"
16379 msgstr ""
16381 #: templates/server/status/monitor/index.twig:27
16382 msgid "Add chart"
16383 msgstr ""
16385 #: templates/server/status/monitor/index.twig:31
16386 msgid "Enable charts dragging"
16387 msgstr ""
16389 #: templates/server/status/monitor/index.twig:36
16390 #: templates/server/status/processes/index.twig:33
16391 msgid "Refresh rate"
16392 msgstr ""
16394 #: templates/server/status/monitor/index.twig:43
16395 #: templates/server/status/processes/index.twig:40
16396 #, php-format
16397 msgid "%d second"
16398 msgstr ""
16400 #: templates/server/status/monitor/index.twig:45
16401 #: templates/server/status/processes/index.twig:42
16402 #, php-format
16403 msgid "%d seconds"
16404 msgstr ""
16406 #: templates/server/status/monitor/index.twig:49
16407 #: templates/server/status/processes/index.twig:46
16408 #, php-format
16409 msgid "%d minute"
16410 msgstr ""
16412 #: templates/server/status/monitor/index.twig:51
16413 #: templates/server/status/processes/index.twig:48
16414 #, php-format
16415 msgid "%d minutes"
16416 msgstr ""
16418 #: templates/server/status/monitor/index.twig:61
16419 msgid "Chart columns"
16420 msgstr ""
16422 #: templates/server/status/monitor/index.twig:74
16423 msgid "Chart arrangement"
16424 msgstr ""
16426 #: templates/server/status/monitor/index.twig:75
16427 msgid ""
16428 "The arrangement of the charts is stored to the browsers local storage. You "
16429 "may want to export it if you have a complicated set up."
16430 msgstr ""
16432 #: templates/server/status/monitor/index.twig:84
16433 msgid "Reset to default"
16434 msgstr ""
16436 #: templates/server/status/monitor/index.twig:89
16437 msgid "Monitor Instructions"
16438 msgstr ""
16440 #: templates/server/status/monitor/index.twig:91
16441 msgid ""
16442 "The phpMyAdmin Monitor can assist you in optimizing the server configuration "
16443 "and track down time intensive queries. For the latter you will need to set "
16444 "log_output to 'TABLE' and have either the slow_query_log or general_log "
16445 "enabled. Note however, that the general_log produces a lot of data and "
16446 "increases server load by up to 15%."
16447 msgstr ""
16449 #: templates/server/status/monitor/index.twig:101
16450 msgid "Using the monitor:"
16451 msgstr ""
16453 #: templates/server/status/monitor/index.twig:103
16454 msgid ""
16455 "Your browser will refresh all displayed charts in a regular interval. You "
16456 "may add charts and change the refresh rate under 'Settings', or remove any "
16457 "chart using the cog icon on each respective chart."
16458 msgstr ""
16460 #: templates/server/status/monitor/index.twig:108
16461 msgid ""
16462 "To display queries from the logs, select the relevant time span on any chart "
16463 "by holding down the left mouse button and panning over the chart. Once "
16464 "confirmed, this will load a table of grouped queries, there you may click on "
16465 "any occurring SELECT statements to further analyze them."
16466 msgstr ""
16468 #: templates/server/status/monitor/index.twig:114
16469 msgid "Please note:"
16470 msgstr ""
16472 #: templates/server/status/monitor/index.twig:117
16473 msgid ""
16474 "Enabling the general_log may increase the server load by 5-15%. Also be "
16475 "aware that generating statistics from the logs is a load intensive task, so "
16476 "it is advisable to select only a small time span and to disable the "
16477 "general_log and empty its table once monitoring is not required any more."
16478 msgstr ""
16480 #: templates/server/status/monitor/index.twig:128
16481 #: templates/server/status/monitor/index.twig:134
16482 msgid "Chart Title"
16483 msgstr ""
16485 #: templates/server/status/monitor/index.twig:138
16486 msgid "Preset chart"
16487 msgstr ""
16489 #: templates/server/status/monitor/index.twig:144
16490 msgid "Status variable(s)"
16491 msgstr ""
16493 #: templates/server/status/monitor/index.twig:149
16494 msgid "Select series:"
16495 msgstr ""
16497 #: templates/server/status/monitor/index.twig:152
16498 msgid "Commonly monitored"
16499 msgstr ""
16501 #: templates/server/status/monitor/index.twig:170
16502 msgid "or type variable name:"
16503 msgstr ""
16505 #: templates/server/status/monitor/index.twig:177
16506 msgid "Display as differential value"
16507 msgstr ""
16509 #: templates/server/status/monitor/index.twig:182
16510 msgid "Apply a divisor"
16511 msgstr ""
16513 #: templates/server/status/monitor/index.twig:193
16514 msgid "Append unit to data values"
16515 msgstr ""
16517 #: templates/server/status/monitor/index.twig:201
16518 msgid "Add this series"
16519 msgstr ""
16521 #: templates/server/status/monitor/index.twig:204
16522 msgid "Clear series"
16523 msgstr ""
16525 #: templates/server/status/monitor/index.twig:208
16526 msgid "Series in chart:"
16527 msgstr ""
16529 #: templates/server/status/monitor/index.twig:224
16530 msgid "Log statistics"
16531 msgstr ""
16533 #: templates/server/status/monitor/index.twig:226
16534 msgid "Selected time range:"
16535 msgstr ""
16537 #: templates/server/status/monitor/index.twig:234
16538 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
16539 msgstr ""
16541 #: templates/server/status/monitor/index.twig:240
16542 msgid "Remove variable data in INSERT statements for better grouping"
16543 msgstr ""
16545 #: templates/server/status/monitor/index.twig:244
16546 msgid "Choose from which log you want the statistics to be generated from."
16547 msgstr ""
16549 #: templates/server/status/monitor/index.twig:247
16550 msgid "Results are grouped by query text."
16551 msgstr ""
16553 #: templates/server/status/monitor/index.twig:251
16554 msgid "Query analyzer"
16555 msgstr ""
16557 #: templates/server/status/processes/index.twig:14
16558 msgid "Show only active"
16559 msgstr ""
16561 #: templates/server/status/processes/index.twig:28
16562 msgid ""
16563 "Note: Enabling the auto refresh here might cause heavy traffic between the "
16564 "web server and the MySQL server."
16565 msgstr ""
16567 #. l10n: Questions is the name of a MySQL Status variable
16568 #: templates/server/status/queries/index.twig:8
16569 msgid "Questions since startup:"
16570 msgstr ""
16572 #: templates/server/status/queries/index.twig:20
16573 msgid "per hour:"
16574 msgstr ""
16576 #: templates/server/status/queries/index.twig:21
16577 msgid "per minute:"
16578 msgstr ""
16580 #: templates/server/status/queries/index.twig:23
16581 msgid "per second:"
16582 msgstr ""
16584 #: templates/server/status/queries/index.twig:37
16585 msgid "Statements"
16586 msgstr ""
16588 #. l10n: # = Amount of queries
16589 #: templates/server/status/queries/index.twig:38
16590 msgid "#"
16591 msgstr ""
16593 #: templates/server/status/queries/index.twig:39
16594 #: templates/server/status/status/index.twig:18
16595 #: templates/server/status/status/index.twig:38
16596 msgid "ø per hour"
16597 msgstr ""
16599 #: templates/server/status/queries/index.twig:59
16600 msgid "Not enough privilege to view query statistics."
16601 msgstr ""
16603 #: templates/server/status/status/index.twig:6
16604 #, php-format
16605 msgid "Network traffic since startup: %s"
16606 msgstr ""
16608 #: templates/server/status/status/index.twig:7
16609 #, php-format
16610 msgid "This MySQL server has been running for %1$s. It started up on %2$s."
16611 msgstr ""
16613 #: templates/server/status/status/index.twig:15
16614 msgid ""
16615 "On a busy server, the byte counters may overrun, so those statistics as "
16616 "reported by the MySQL server may be incorrect."
16617 msgstr ""
16619 #: templates/server/status/status/index.twig:59
16620 msgid ""
16621 "This MySQL server works as <b>primary</b> and <b>replica</b> in "
16622 "<b>replication</b> process."
16623 msgstr ""
16625 #: templates/server/status/status/index.twig:61
16626 msgid ""
16627 "This MySQL server works as <b>primary</b> in <b>replication</b> process."
16628 msgstr ""
16630 #: templates/server/status/status/index.twig:63
16631 msgid ""
16632 "This MySQL server works as <b>replica</b> in <b>replication</b> process."
16633 msgstr ""
16635 #: templates/server/status/status/index.twig:69
16636 msgid "Replication status"
16637 msgstr ""
16639 #: templates/server/status/status/index.twig:75
16640 msgid "Not enough privilege to view server status."
16641 msgstr ""
16643 #: templates/server/status/variables/index.twig:20
16644 msgid "Show only alert values"
16645 msgstr ""
16647 #: templates/server/status/variables/index.twig:25
16648 #: templates/server/status/variables/index.twig:27
16649 msgid "Filter by category…"
16650 msgstr ""
16652 #: templates/server/status/variables/index.twig:37
16653 msgid "Show unformatted values"
16654 msgstr ""
16656 #: templates/server/status/variables/index.twig:50
16657 msgid "Related links:"
16658 msgstr ""
16660 #: templates/server/status/variables/index.twig:139
16661 msgid "Not enough privilege to view status variables."
16662 msgstr ""
16664 #: templates/server/user_groups/edit_user_groups.twig:2
16665 #: templates/server/user_groups/user_groups.twig:64
16666 msgid "Add user group"
16667 msgstr ""
16669 #: templates/server/user_groups/edit_user_groups.twig:4
16670 #, php-format
16671 msgid "Edit user group: '%s'"
16672 msgstr ""
16674 #: templates/server/user_groups/edit_user_groups.twig:9
16675 msgid "User group menu assignments"
16676 msgstr ""
16678 #: templates/server/user_groups/edit_user_groups.twig:14
16679 msgid "Group name:"
16680 msgstr ""
16682 #: templates/server/user_groups/user_groups.twig:12
16683 msgid "Server level tabs"
16684 msgstr ""
16686 #: templates/server/user_groups/user_groups.twig:15
16687 msgid "Database level tabs"
16688 msgstr ""
16690 #: templates/server/user_groups/user_groups.twig:18
16691 msgid "Table level tabs"
16692 msgstr ""
16694 #: templates/server/user_groups/user_groups.twig:50
16695 msgid "Delete user group"
16696 msgstr ""
16698 #: templates/server/user_groups/user_listings.twig:1
16699 #, php-format
16700 msgid "Users of '%s' user group"
16701 msgstr ""
16703 #: templates/server/user_groups/user_listings.twig:3
16704 msgid "No users were found belonging to this user group."
16705 msgstr ""
16707 #: templates/server/variables/index.twig:5
16708 msgid "Server variables and settings"
16709 msgstr ""
16711 #: templates/server/variables/index.twig:43
16712 msgid "This is a read-only variable and can not be edited"
16713 msgstr ""
16715 #: templates/server/variables/index.twig:69
16716 msgid "Session value"
16717 msgstr ""
16719 #: templates/server/variables/index.twig:80
16720 #, php-format
16721 msgid "Not enough privilege to view server variables and settings. %s"
16722 msgstr ""
16724 #: templates/setup/base.twig:29 templates/setup/home/index.twig:20
16725 msgid "Overview"
16726 msgstr ""
16728 #: templates/setup/config/index.twig:4 templates/setup/home/index.twig:98
16729 msgid "Configuration file"
16730 msgstr ""
16732 #: templates/setup/config/index.twig:16
16733 msgid "Generated configuration file"
16734 msgstr ""
16736 #: templates/setup/config/index.twig:22 templates/setup/home/index.twig:165
16737 msgid "Download"
16738 msgstr ""
16740 #: templates/setup/error.twig:3
16741 msgid "Submitted form contains errors"
16742 msgstr ""
16744 #: templates/setup/error.twig:6
16745 msgid "Try to revert erroneous fields to their default values"
16746 msgstr ""
16748 #: templates/setup/error.twig:14
16749 msgid "Ignore errors"
16750 msgstr ""
16752 #: templates/setup/error.twig:18
16753 msgid "Show form"
16754 msgstr ""
16756 #: templates/setup/home/index.twig:23
16757 msgid "Show hidden messages"
16758 msgstr ""
16760 #: templates/setup/home/index.twig:79
16761 msgid "There are no configured servers"
16762 msgstr ""
16764 #: templates/setup/home/index.twig:88
16765 msgid "New server"
16766 msgstr ""
16768 #: templates/setup/home/index.twig:110
16769 msgid "Default language"
16770 msgstr ""
16772 #: templates/setup/home/index.twig:128
16773 msgid "Default server"
16774 msgstr ""
16776 #: templates/setup/home/index.twig:139
16777 msgid "let the user choose"
16778 msgstr ""
16780 #: templates/setup/home/index.twig:146
16781 msgid "- none -"
16782 msgstr ""
16784 #: templates/setup/home/index.twig:153
16785 msgid "End of line"
16786 msgstr ""
16788 #: templates/setup/home/index.twig:164
16789 msgid "Display"
16790 msgstr ""
16792 #: templates/setup/home/index.twig:175
16793 msgid "phpMyAdmin homepage"
16794 msgstr ""
16796 #: templates/setup/home/index.twig:176
16797 msgid "Donate"
16798 msgstr ""
16800 #: templates/setup/home/index.twig:177
16801 msgid "Check for latest version"
16802 msgstr ""
16804 #: templates/setup/servers/index.twig:6
16805 msgid "Edit server"
16806 msgstr ""
16808 #: templates/setup/servers/index.twig:11
16809 msgid "Add a new server"
16810 msgstr ""
16812 #: templates/setup/servers/index.twig:17
16813 msgid "Something went wrong."
16814 msgstr ""
16816 #: templates/sql/bookmark.twig:11
16817 msgid "Bookmark this SQL query"
16818 msgstr ""
16820 #: templates/sql/bookmark.twig:14
16821 msgid "Bookmark label:"
16822 msgstr ""
16824 #: templates/sql/bookmark.twig:20 templates/sql/query.twig:93
16825 msgid "Let every user access this bookmark"
16826 msgstr ""
16828 #: templates/sql/bookmark.twig:24
16829 msgid "Create new bookmark"
16830 msgstr ""
16832 #: templates/sql/profiling_chart.twig:4
16833 msgid "Detailed profile"
16834 msgstr ""
16836 #: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
16837 msgid "State"
16838 msgstr ""
16840 #: templates/sql/profiling_chart.twig:38
16841 msgid "Summary by state"
16842 msgstr ""
16844 #: templates/sql/profiling_chart.twig:47
16845 msgid "Total Time"
16846 msgstr ""
16848 #: templates/sql/profiling_chart.twig:51
16849 msgid "% Time"
16850 msgstr ""
16852 #: templates/sql/profiling_chart.twig:55
16853 msgid "Calls"
16854 msgstr ""
16856 #: templates/sql/profiling_chart.twig:59
16857 msgid "ø Time"
16858 msgstr ""
16860 #: templates/sql/query.twig:44
16861 msgid "Get auto-saved query"
16862 msgstr ""
16864 #. l10n: Bind parameters in the SQL query using :parameterName format
16865 #: templates/sql/query.twig:51
16866 msgid "Bind parameters"
16867 msgstr ""
16869 #: templates/sql/query.twig:84
16870 msgid "Bookmark this SQL query:"
16871 msgstr ""
16873 #: templates/sql/query.twig:100
16874 msgid "Replace existing bookmark of same name"
16875 msgstr ""
16877 #: templates/sql/query.twig:110 templates/sql/query.twig:111
16878 msgid "Delimiter"
16879 msgstr ""
16881 #: templates/sql/query.twig:119
16882 msgid "Show this query here again"
16883 msgstr ""
16885 #: templates/sql/query.twig:134
16886 msgid "Rollback when finished"
16887 msgstr ""
16889 #: templates/sql/query.twig:156
16890 msgid "Bookmarked SQL query"
16891 msgstr ""
16893 #: templates/sql/query.twig:160
16894 msgid "Bookmark:"
16895 msgstr ""
16897 #: templates/sql/query.twig:169
16898 msgid "shared"
16899 msgstr ""
16901 #: templates/sql/query.twig:182
16902 msgid "View only"
16903 msgstr ""
16905 #: templates/table/browse_foreigners/column_element.twig:4
16906 msgid "Use this value"
16907 msgstr ""
16909 #: templates/table/chart/tbl_chart.twig:10
16910 #, fuzzy
16911 #| msgid "Bad type!"
16912 msgid "Chart type"
16913 msgstr "የማይረባ ዓይነት!"
16915 #: templates/table/chart/tbl_chart.twig:13
16916 msgctxt "Chart type"
16917 msgid "Bar"
16918 msgstr ""
16920 #: templates/table/chart/tbl_chart.twig:17
16921 msgctxt "Chart type"
16922 msgid "Column"
16923 msgstr ""
16925 #: templates/table/chart/tbl_chart.twig:21
16926 msgctxt "Chart type"
16927 msgid "Line"
16928 msgstr ""
16930 #: templates/table/chart/tbl_chart.twig:25
16931 msgctxt "Chart type"
16932 msgid "Spline"
16933 msgstr ""
16935 #: templates/table/chart/tbl_chart.twig:29
16936 msgctxt "Chart type"
16937 msgid "Area"
16938 msgstr ""
16940 #: templates/table/chart/tbl_chart.twig:33
16941 msgctxt "Chart type"
16942 msgid "Pie"
16943 msgstr ""
16945 #: templates/table/chart/tbl_chart.twig:37
16946 msgctxt "Chart type"
16947 msgid "Timeline"
16948 msgstr ""
16950 #: templates/table/chart/tbl_chart.twig:41
16951 msgctxt "Chart type"
16952 msgid "Scatter"
16953 msgstr ""
16955 #: templates/table/chart/tbl_chart.twig:47
16956 msgid "Stacked"
16957 msgstr ""
16959 #: templates/table/chart/tbl_chart.twig:51
16960 msgid "Chart title:"
16961 msgstr ""
16963 #: templates/table/chart/tbl_chart.twig:57
16964 msgid "X-Axis:"
16965 msgstr ""
16967 #: templates/table/chart/tbl_chart.twig:73
16968 msgid "Series:"
16969 msgstr ""
16971 #: templates/table/chart/tbl_chart.twig:101
16972 msgid "X-Axis label:"
16973 msgstr ""
16975 #: templates/table/chart/tbl_chart.twig:102
16976 msgid "X Values"
16977 msgstr ""
16979 #: templates/table/chart/tbl_chart.twig:106
16980 msgid "Y-Axis label:"
16981 msgstr ""
16983 #: templates/table/chart/tbl_chart.twig:107
16984 msgid "Y Values"
16985 msgstr ""
16987 #: templates/table/chart/tbl_chart.twig:112
16988 msgid "Series names are in a column"
16989 msgstr ""
16991 #: templates/table/chart/tbl_chart.twig:116
16992 msgid "Series column:"
16993 msgstr ""
16995 #: templates/table/chart/tbl_chart.twig:126
16996 msgid "Value Column:"
16997 msgstr ""
16999 #: templates/table/chart/tbl_chart.twig:147
17000 msgid "Save chart as image"
17001 msgstr ""
17003 #: templates/table/export/index.twig:12
17004 msgid ""
17005 "@SERVER@ will become the server name, @DATABASE@ will become the database "
17006 "name and @TABLE@ will become the table name."
17007 msgstr ""
17009 #: templates/table/export/index.twig:7
17010 #, php-format
17011 msgid "Exporting rows from \"%s\" table"
17012 msgstr ""
17014 #: templates/table/find_replace/index.twig:4
17015 #: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
17016 msgid "Table search"
17017 msgstr ""
17019 #: templates/table/find_replace/index.twig:10
17020 #: templates/table/search/index.twig:10
17021 #: templates/table/zoom_search/index.twig:10
17022 msgid "Zoom search"
17023 msgstr ""
17025 #: templates/table/find_replace/index.twig:16
17026 #: templates/table/find_replace/index.twig:27
17027 #: templates/table/search/index.twig:16
17028 #: templates/table/zoom_search/index.twig:16
17029 msgid "Find and replace"
17030 msgstr ""
17032 #: templates/table/find_replace/index.twig:36
17033 msgid "Replace with:"
17034 msgstr ""
17036 #: templates/table/find_replace/index.twig:57
17037 msgid "Use regular expression"
17038 msgstr ""
17040 #: templates/table/find_replace/replace_preview.twig:10
17041 msgid "Find and replace - preview"
17042 msgstr ""
17044 #: templates/table/find_replace/replace_preview.twig:17
17045 msgid "Original string"
17046 msgstr ""
17048 #: templates/table/find_replace/replace_preview.twig:18
17049 msgid "Replaced string"
17050 msgstr ""
17052 #: templates/table/find_replace/replace_preview.twig:36
17053 msgid "Replace"
17054 msgstr ""
17056 #: templates/table/gis_visualization/gis_visualization.twig:2
17057 msgid "Display GIS Visualization"
17058 msgstr ""
17060 #: templates/table/gis_visualization/gis_visualization.twig:10
17061 msgid "Label column"
17062 msgstr ""
17064 #: templates/table/gis_visualization/gis_visualization.twig:12
17065 msgid "-- None --"
17066 msgstr ""
17068 #: templates/table/gis_visualization/gis_visualization.twig:21
17069 msgid "Spatial column"
17070 msgstr ""
17072 #: templates/table/import/index.twig:3
17073 #, php-format
17074 msgid "Importing into the table \"%s\""
17075 msgstr ""
17077 #: templates/table/index_form.twig:15 templates/table/index_rename_form.twig:11
17078 msgid "Index name:"
17079 msgstr ""
17081 #: templates/table/index_form.twig:16 templates/table/index_rename_form.twig:12
17082 msgid ""
17083 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
17084 msgstr ""
17086 #: templates/table/index_form.twig:34
17087 msgid "Index choice:"
17088 msgstr ""
17090 #: templates/table/index_form.twig:54
17091 msgid "Advanced options"
17092 msgstr ""
17094 #: templates/table/index_form.twig:64
17095 msgid "Key block size:"
17096 msgstr ""
17098 #: templates/table/index_form.twig:81
17099 msgid "Index type:"
17100 msgstr ""
17102 #: templates/table/index_form.twig:98
17103 msgid "Parser:"
17104 msgstr ""
17106 #: templates/table/index_form.twig:114
17107 msgid "Comment:"
17108 msgstr ""
17110 #: templates/table/index_form.twig:159 templates/table/index_form.twig:196
17111 msgid "Drag to reorder"
17112 msgstr ""
17114 #: templates/table/insert/actions_panel.twig:9
17115 msgid "Insert as new row"
17116 msgstr ""
17118 #: templates/table/insert/actions_panel.twig:10
17119 msgid "Insert as new row and ignore errors"
17120 msgstr ""
17122 #: templates/table/insert/actions_panel.twig:11
17123 msgid "Show insert query"
17124 msgstr ""
17126 #: templates/table/insert/actions_panel.twig:15
17127 msgid "and then"
17128 msgstr ""
17130 #: templates/table/insert/actions_panel.twig:19
17131 msgid "Go back to previous page"
17132 msgstr ""
17134 #: templates/table/insert/actions_panel.twig:20
17135 msgid "Insert another new row"
17136 msgstr ""
17138 #: templates/table/insert/actions_panel.twig:22
17139 msgid "Go back to this page"
17140 msgstr ""
17142 #: templates/table/insert/actions_panel.twig:24
17143 msgid "Edit next row"
17144 msgstr ""
17146 #: templates/table/insert/actions_panel.twig:32
17147 msgid ""
17148 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
17149 msgstr ""
17151 #: templates/table/insert/column_row.twig:15
17152 msgid "Binary"
17153 msgstr ""
17155 #: templates/table/insert/column_row.twig:30
17156 msgid "Use the NULL value for this column."
17157 msgstr ""
17159 #: templates/table/insert/column_row.twig:65
17160 msgid "Because of its length,<br> this column might not be editable."
17161 msgstr ""
17163 #: templates/table/insert/column_row.twig:93
17164 msgid "Binary - do not edit"
17165 msgstr ""
17167 #: templates/table/insert/column_row.twig:122
17168 #: templates/table/search/input_box.twig:37
17169 msgid "Edit/Insert"
17170 msgstr ""
17172 #: templates/table/insert/continue_insertion_form.twig:18
17173 #, php-format
17174 msgid "Continue insertion with %s rows"
17175 msgstr ""
17177 #: templates/table/maintenance/checksum.twig:13
17178 msgid "Checksum"
17179 msgstr ""
17181 #: templates/table/operations/index.twig:9
17182 msgid "Alter table order by"
17183 msgstr ""
17185 #: templates/table/operations/index.twig:20
17186 msgctxt "Alter table order by a single field."
17187 msgid "(singly)"
17188 msgstr ""
17190 #: templates/table/operations/index.twig:50
17191 #, fuzzy
17192 #| msgid "No tables found in database."
17193 msgid "Move table to (database.table)"
17194 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
17196 #: templates/table/operations/index.twig:101
17197 msgid "Table options"
17198 msgstr ""
17200 #: templates/table/operations/index.twig:105
17201 msgid "Rename table to"
17202 msgstr ""
17204 #: templates/table/operations/index.twig:123
17205 msgid "Table comments"
17206 msgstr ""
17208 #: templates/table/operations/index.twig:170
17209 msgid "Change all column collations"
17210 msgstr ""
17212 #: templates/table/operations/index.twig:251
17213 #, fuzzy
17214 #| msgid "No tables found in database."
17215 msgid "Copy table to (database.table)"
17216 msgstr "ዳታቤዝ ውስጥ ምንም ቴብል የለም"
17218 #: templates/table/operations/index.twig:322
17219 msgid "Switch to copied table"
17220 msgstr ""
17222 #: templates/table/operations/index.twig:364
17223 msgid "Defragment table"
17224 msgstr ""
17226 #: templates/table/operations/index.twig:372
17227 #, php-format
17228 msgid "Table %s has been flushed."
17229 msgstr ""
17231 #: templates/table/operations/index.twig:376
17232 msgid "Flush the table (FLUSH)"
17233 msgstr ""
17235 #: templates/table/operations/index.twig:413
17236 msgid "Empty the table (TRUNCATE)"
17237 msgstr ""
17239 #: templates/table/operations/index.twig:431
17240 msgid "Empty the table (DELETE FROM)"
17241 msgstr ""
17243 #: templates/table/operations/index.twig:452
17244 msgid "Delete the table (DROP)"
17245 msgstr ""
17247 #: templates/table/operations/index.twig:474
17248 msgid "Partition maintenance"
17249 msgstr ""
17251 #: templates/table/operations/index.twig:500
17252 #: templates/table/structure/display_partitions.twig:201
17253 msgid "Remove partitioning"
17254 msgstr ""
17256 #: templates/table/operations/index.twig:513
17257 msgid "Check referential integrity"
17258 msgstr ""
17260 #: templates/table/operations/view.twig:12
17261 msgid "Rename view to"
17262 msgstr ""
17264 #: templates/table/operations/view.twig:37
17265 msgid "Delete the view (DROP)"
17266 msgstr ""
17268 #: templates/table/page_with_secondary_tabs.twig:11
17269 msgid "Relation view"
17270 msgstr ""
17272 #: templates/table/partition/analyze.twig:2
17273 msgid "Analyze partition"
17274 msgstr ""
17276 #: templates/table/partition/check.twig:2
17277 msgid "Check partition"
17278 msgstr ""
17280 #: templates/table/partition/drop.twig:2
17281 msgid "Drop partition"
17282 msgstr ""
17284 #: templates/table/partition/optimize.twig:2
17285 msgid "Optimize partition"
17286 msgstr ""
17288 #: templates/table/partition/rebuild.twig:2
17289 msgid "Rebuild partition"
17290 msgstr ""
17292 #: templates/table/partition/repair.twig:2
17293 msgid "Repair partition"
17294 msgstr ""
17296 #: templates/table/partition/truncate.twig:2
17297 msgid "Truncate partition"
17298 msgstr ""
17300 #: templates/table/privileges/index.twig:57
17301 msgid "table-specific"
17302 msgstr ""
17304 #: templates/table/relation/common_form.twig:9
17305 msgid "Foreign key constraints"
17306 msgstr ""
17308 #: templates/table/relation/common_form.twig:14
17309 msgid "Actions"
17310 msgstr ""
17312 #: templates/table/relation/common_form.twig:15
17313 msgid "Constraint properties"
17314 msgstr ""
17316 #: templates/table/relation/common_form.twig:19
17317 msgid ""
17318 "Creating a foreign key over a non-indexed column would automatically create "
17319 "an index on it. Alternatively, you can define an index below, before "
17320 "creating the foreign key."
17321 msgstr ""
17323 #: templates/table/relation/common_form.twig:24
17324 msgid ""
17325 "Only columns with index will be displayed. You can define an index below."
17326 msgstr ""
17328 #: templates/table/relation/common_form.twig:28
17329 msgid "Foreign key constraint"
17330 msgstr ""
17332 #: templates/table/relation/common_form.twig:93
17333 msgid "+ Add constraint"
17334 msgstr ""
17336 #: templates/table/relation/common_form.twig:106
17337 #: templates/table/relation/common_form.twig:114
17338 msgid "Internal relationships"
17339 msgstr ""
17341 #: templates/table/relation/common_form.twig:122
17342 msgid "Internal relation"
17343 msgstr ""
17345 #: templates/table/relation/common_form.twig:124
17346 msgid ""
17347 "An internal relation is not necessary when a corresponding FOREIGN KEY "
17348 "relation exists."
17349 msgstr ""
17351 #: templates/table/relation/common_form.twig:208
17352 msgid "Choose column to display:"
17353 msgstr ""
17355 #: templates/table/relation/foreign_key_row.twig:15
17356 #, php-format
17357 msgid "Foreign key constraint %s has been dropped"
17358 msgstr ""
17360 #: templates/table/relation/foreign_key_row.twig:33
17361 msgid "Constraint name"
17362 msgstr ""
17364 #: templates/table/search/index.twig:27
17365 msgid "Do a \"query by example\" (wildcard: \"%\")"
17366 msgstr ""
17368 #: templates/table/search/index.twig:111
17369 msgid "Select columns (at least one):"
17370 msgstr ""
17372 #: templates/table/search/index.twig:130
17373 msgid "Add search conditions (body of the \"where\" clause):"
17374 msgstr ""
17376 #: templates/table/search/index.twig:138
17377 msgid "Number of rows per page"
17378 msgstr ""
17380 #: templates/table/search/index.twig:144
17381 msgid "Display order:"
17382 msgstr ""
17384 #: templates/table/search/index.twig:181
17385 msgid "Range search"
17386 msgstr ""
17388 #: templates/table/search/index.twig:187
17389 msgid "Minimum value:"
17390 msgstr ""
17392 #: templates/table/search/index.twig:190
17393 msgid "Maximum value:"
17394 msgstr ""
17396 #: templates/table/start_and_number_of_rows_fieldset.twig:3
17397 msgid "Start row:"
17398 msgstr ""
17400 #: templates/table/structure/display_partitions.twig:4
17401 #: templates/table/structure/display_structure.twig:580
17402 msgid "Partitions"
17403 msgstr ""
17405 #: templates/table/structure/display_partitions.twig:8
17406 msgid "No partitioning defined!"
17407 msgstr ""
17409 #: templates/table/structure/display_partitions.twig:11
17410 msgid "Partitioned by:"
17411 msgstr ""
17413 #: templates/table/structure/display_partitions.twig:16
17414 msgid "Sub partitioned by:"
17415 msgstr ""
17417 #: templates/table/structure/display_partitions.twig:29
17418 msgid "Data length"
17419 msgstr ""
17421 #: templates/table/structure/display_partitions.twig:30
17422 msgid "Index length"
17423 msgstr ""
17425 #: templates/table/structure/display_partitions.twig:194
17426 msgid "Partition table"
17427 msgstr ""
17429 #: templates/table/structure/display_partitions.twig:207
17430 #: templates/table/structure/partition_definition_form.twig:5
17431 msgid "Edit partitioning"
17432 msgstr ""
17434 #: templates/table/structure/display_structure.twig:70
17435 #, fuzzy
17436 #| msgid "Bad type!"
17437 msgid "Media type:"
17438 msgstr "የማይረባ ዓይነት!"
17440 #: templates/table/structure/display_structure.twig:91
17441 #: templates/table/tracking/structure_snapshot_columns.twig:47
17442 msgctxt "None for default"
17443 msgid "None"
17444 msgstr ""
17446 #: templates/table/structure/display_structure.twig:108
17447 #: templates/table/structure/display_structure.twig:287
17448 msgid "Change"
17449 msgstr ""
17451 #: templates/table/structure/display_structure.twig:116
17452 #, php-format
17453 msgid "Column %s has been dropped."
17454 msgstr ""
17456 #: templates/table/structure/display_structure.twig:142
17457 #, php-format
17458 msgid "A primary key has been added on %s."
17459 msgstr ""
17461 #: templates/table/structure/display_structure.twig:157
17462 #: templates/table/structure/display_structure.twig:172
17463 #: templates/table/structure/display_structure.twig:197
17464 #: templates/table/structure/display_structure.twig:216
17465 #, php-format
17466 msgid "An index has been added on %s."
17467 msgstr ""
17469 #: templates/table/structure/display_structure.twig:238
17470 msgid "Distinct values"
17471 msgstr ""
17473 #: templates/table/structure/display_structure.twig:249
17474 #: templates/table/structure/display_structure.twig:315
17475 msgid "Remove from central columns"
17476 msgstr ""
17478 #: templates/table/structure/display_structure.twig:257
17479 #: templates/table/structure/display_structure.twig:312
17480 msgid "Add to central columns"
17481 msgstr ""
17483 #: templates/table/structure/display_structure.twig:328
17484 #: templates/table/structure/display_structure.twig:332
17485 #: templates/table/structure/display_structure.twig:400
17486 msgid "Move columns"
17487 msgstr ""
17489 #: templates/table/structure/display_structure.twig:333
17490 msgid "Move the columns by dragging them up and down."
17491 msgstr ""
17493 #: templates/table/structure/display_structure.twig:372
17494 #: templates/view_create.twig:13
17495 msgid "Edit view"
17496 msgstr ""
17498 #: templates/table/structure/display_structure.twig:386
17499 msgid "Propose table structure"
17500 msgstr ""
17502 #: templates/table/structure/display_structure.twig:403
17503 msgid "Normalize"
17504 msgstr ""
17506 #: templates/table/structure/display_structure.twig:409
17507 msgid "Track view"
17508 msgstr ""
17510 #: templates/table/structure/display_structure.twig:423
17511 #, php-format
17512 msgid "Add %s column(s)"
17513 msgstr ""
17515 #: templates/table/structure/display_structure.twig:428
17516 msgid "at beginning of table"
17517 msgstr ""
17519 #: templates/table/structure/display_structure.twig:552
17520 #, php-format
17521 msgid "Create an index on %s columns"
17522 msgstr ""
17524 #: templates/table/structure/display_table_stats.twig:14
17525 msgid "Space usage"
17526 msgstr ""
17528 #: templates/table/structure/display_table_stats.twig:37
17529 msgid "Effective"
17530 msgstr ""
17532 #: templates/table/structure/display_table_stats.twig:80
17533 msgid "Row statistics"
17534 msgstr ""
17536 #: templates/table/structure/display_table_stats.twig:86
17537 msgid "static"
17538 msgstr ""
17540 #: templates/table/structure/display_table_stats.twig:88
17541 msgid "dynamic"
17542 msgstr ""
17544 #: templates/table/structure/display_table_stats.twig:99
17545 msgid "partitioned"
17546 msgstr ""
17548 #: templates/table/structure/display_table_stats.twig:128
17549 msgid "Row length"
17550 msgstr ""
17552 #: templates/table/structure/display_table_stats.twig:140
17553 msgid "Row size"
17554 msgstr ""
17556 #: templates/table/structure/display_table_stats.twig:147
17557 msgid "Next autoindex"
17558 msgstr ""
17560 #: templates/table/structure/drop_confirm.twig:2
17561 msgid "Dropping columns from the table"
17562 msgstr ""
17564 #: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:91
17565 #: templates/table/tracking/main.twig:92
17566 msgid "Delete version"
17567 msgstr ""
17569 #: templates/table/tracking/main.twig:102
17570 #, php-format
17571 msgid "Activate tracking for %s"
17572 msgstr ""
17574 #: templates/table/tracking/main.twig:104
17575 msgid "Activate now"
17576 msgstr ""
17578 #: templates/table/tracking/main.twig:106
17579 #, php-format
17580 msgid "Deactivate tracking for %s"
17581 msgstr ""
17583 #: templates/table/tracking/main.twig:108
17584 msgid "Deactivate now"
17585 msgstr ""
17587 #: templates/table/tracking/report_table.twig:4
17588 #: templates/table/tracking/structure_snapshot_columns.twig:5
17589 msgctxt "Number"
17590 msgid "#"
17591 msgstr ""
17593 #: templates/table/tracking/report_table.twig:5
17594 msgid "Date"
17595 msgstr ""
17597 #: templates/table/tracking/report_table.twig:6
17598 msgid "Username"
17599 msgstr ""
17601 #: templates/table/zoom_search/index.twig:27
17602 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
17603 msgstr ""
17605 #: templates/table/zoom_search/index.twig:54
17606 msgid "Additional search criteria"
17607 msgstr ""
17609 #: templates/table/zoom_search/index.twig:116
17610 msgid "Use this column to label each point"
17611 msgstr ""
17613 #: templates/table/zoom_search/index.twig:141
17614 msgid "Maximum rows to plot"
17615 msgstr ""
17617 #: templates/table/zoom_search/result_form.twig:7
17618 msgid "Browse/Edit the points"
17619 msgstr ""
17621 #: templates/table/zoom_search/result_form.twig:14
17622 msgid "How to use"
17623 msgstr ""
17625 #: templates/table/zoom_search/result_form.twig:17
17626 msgid "Reset zoom"
17627 msgstr ""
17629 #. l10n: Show or hide the menu using the hamburger style button
17630 #: templates/top_menu.twig:4
17631 msgid "Toggle navigation"
17632 msgstr ""
17634 #. l10n: Current page
17635 #: templates/top_menu.twig:14
17636 msgid "(current)"
17637 msgstr ""
17639 #: templates/transformation_overview.twig:1
17640 msgid "Available media types"
17641 msgstr ""
17643 #: templates/transformation_overview.twig:13
17644 msgid "Available browser display transformations"
17645 msgstr ""
17647 #: templates/transformation_overview.twig:19
17648 #: templates/transformation_overview.twig:38
17649 msgctxt "for media type transformation"
17650 msgid "Description"
17651 msgstr ""
17653 #: templates/transformation_overview.twig:32
17654 msgid "Available input transformations"
17655 msgstr ""
17657 #: templates/view_create.twig:65
17658 msgid "VIEW name"
17659 msgstr ""
17661 #: templates/view_create.twig:79
17662 msgid "Column names"
17663 msgstr ""