1 # phpMyAdmin translation.
2 # Copyright (C) 2003 - 2016 phpMyAdmin devel team
3 # This file is distributed under the same license as the phpMyAdmin package.
4 # Automatically generated, 2016.
8 "Project-Id-Version: phpMyAdmin 5.1.2-dev\n"
9 "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
10 "POT-Creation-Date: 2021-08-27 17:07+0200\n"
11 "PO-Revision-Date: 2021-01-22 03:16+0000\n"
12 "Last-Translator: William Desportes <williamdes@wdes.fr>\n"
13 "Language-Team: Filipino <https://hosted.weblate.org/projects/phpmyadmin/5-1/"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=n != 1 && n != 2 && n != 3 && (n % 10 == 4 "
20 "|| n % 10 == 6 || n % 10 == 9);\n"
21 "X-Generator: Weblate 4.5-dev\n"
23 #: libraries/advisory_rules_generic.php:9
24 msgid "Uptime below one day"
27 #: libraries/advisory_rules_generic.php:12
28 msgid "Uptime is less than 1 day, performance tuning may not be accurate."
31 #: libraries/advisory_rules_generic.php:14
33 "To have more accurate averages it is recommended to let the server run for "
34 "longer than a day before running this analyzer"
37 #: libraries/advisory_rules_generic.php:17
39 msgid "The uptime is only %s"
42 #: libraries/advisory_rules_generic.php:22
43 msgid "Questions below 1,000"
46 #: libraries/advisory_rules_generic.php:26
48 "Fewer than 1,000 questions have been run against this server. The "
49 "recommendations may not be accurate."
52 #: libraries/advisory_rules_generic.php:30
54 "Let the server run for a longer time until it has executed a greater amount "
58 #: libraries/advisory_rules_generic.php:32
60 msgid "Current amount of Questions: %s"
63 #: libraries/advisory_rules_generic.php:37
64 msgid "Percentage of slow queries"
67 #: libraries/advisory_rules_generic.php:41
69 "There is a lot of slow queries compared to the overall amount of Queries."
72 #: libraries/advisory_rules_generic.php:43
73 #: libraries/advisory_rules_generic.php:57
75 "You might want to increase {long_query_time} or optimize the queries listed "
76 "in the slow query log"
79 #: libraries/advisory_rules_generic.php:46
81 msgid "The slow query rate should be below 5%%, your value is %s%%."
84 #: libraries/advisory_rules_generic.php:51
85 msgid "Slow query rate"
88 #: libraries/advisory_rules_generic.php:55
90 "There is a high percentage of slow queries compared to the server uptime."
93 #: libraries/advisory_rules_generic.php:60
96 "You have a slow query rate of %s per hour, you should have less than 1%% per "
100 #: libraries/advisory_rules_generic.php:65
101 msgid "Long query time"
104 #: libraries/advisory_rules_generic.php:69
106 "{long_query_time} is set to 10 seconds or more, thus only slow queries that "
107 "take above 10 seconds are logged."
110 #: libraries/advisory_rules_generic.php:73
112 "It is suggested to set {long_query_time} to a lower value, depending on your "
113 "environment. Usually a value of 1-5 seconds is suggested."
116 #: libraries/advisory_rules_generic.php:76
118 msgid "long_query_time is currently set to %ds."
121 #: libraries/advisory_rules_generic.php:81
122 #: libraries/advisory_rules_generic.php:94
123 msgid "Slow query logging"
126 #: libraries/advisory_rules_generic.php:85
127 #: libraries/advisory_rules_generic.php:98
128 msgid "The slow query log is disabled."
131 #: libraries/advisory_rules_generic.php:87
133 "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
134 "help troubleshooting badly performing queries."
137 #: libraries/advisory_rules_generic.php:90
138 msgid "log_slow_queries is set to 'OFF'"
141 #: libraries/advisory_rules_generic.php:100
143 "Enable slow query logging by setting {slow_query_log} to 'ON'. This will "
144 "help troubleshooting badly performing queries."
147 #: libraries/advisory_rules_generic.php:103
148 msgid "slow_query_log is set to 'OFF'"
151 #: libraries/advisory_rules_generic.php:108
152 msgid "Release Series"
155 #: libraries/advisory_rules_generic.php:111
156 msgid "The MySQL server version less than 5.1."
159 #: libraries/advisory_rules_generic.php:113
161 "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
165 #: libraries/advisory_rules_generic.php:115
166 #: libraries/advisory_rules_generic.php:129
167 #: libraries/advisory_rules_generic.php:140
169 msgid "Current version: %s"
172 #: libraries/advisory_rules_generic.php:120
173 #: libraries/advisory_rules_generic.php:134
174 msgid "Minor Version"
177 #: libraries/advisory_rules_generic.php:124
178 msgid "Version less than 5.1.30 (the first GA release of 5.1)."
181 #: libraries/advisory_rules_generic.php:126
183 "You should upgrade, as recent versions of MySQL 5.1 have improved "
184 "performance and MySQL 5.5 even more so."
187 #: libraries/advisory_rules_generic.php:138
188 msgid "Version less than 5.5.8 (the first GA release of 5.5)."
191 #: libraries/advisory_rules_generic.php:139
192 msgid "You should upgrade, to a stable version of MySQL 5.5."
195 #: libraries/advisory_rules_generic.php:145
196 #: libraries/advisory_rules_generic.php:158
200 #: libraries/advisory_rules_generic.php:148
201 msgid "Version is compiled from source, not a MySQL official binary."
204 #: libraries/advisory_rules_generic.php:150
206 "If you did not compile from source, you may be using a package modified by a "
207 "distribution. The MySQL manual only is accurate for official MySQL binaries, "
208 "not any package distributions (such as RedHat, Debian/Ubuntu etc)."
211 #: libraries/advisory_rules_generic.php:154
212 msgid "'source' found in version_comment"
215 #: libraries/advisory_rules_generic.php:161
216 msgid "The MySQL manual only is accurate for official MySQL binaries."
219 #: libraries/advisory_rules_generic.php:163
221 "Percona documentation is at <a href=\"https://www.percona.com/software/"
222 "documentation/\">https://www.percona.com/software/documentation/</a>"
225 #: libraries/advisory_rules_generic.php:166
226 msgid "'percona' found in version_comment"
229 #: libraries/advisory_rules_generic.php:170
230 msgid "MySQL Architecture"
233 #: libraries/advisory_rules_generic.php:174
234 msgid "MySQL is not compiled as a 64-bit package."
237 #: libraries/advisory_rules_generic.php:176
239 "Your memory capacity is above 3 GiB (assuming the Server is on localhost), "
240 "so MySQL might not be able to access all of your memory. You might want to "
241 "consider installing the 64-bit version of MySQL."
244 #: libraries/advisory_rules_generic.php:180
246 msgid "Available memory on this host: %s"
249 #: libraries/advisory_rules_generic.php:186
250 msgid "Query caching method"
253 #: libraries/advisory_rules_generic.php:190
254 msgid "Suboptimal caching method."
257 #: libraries/advisory_rules_generic.php:192
259 "You are using the MySQL Query cache with a fairly high traffic database. It "
260 "might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
261 "refman/5.6/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
262 "cache, especially if you have multiple slaves."
265 #: libraries/advisory_rules_generic.php:198
268 "The query cache is enabled and the server receives %d queries per second. "
269 "This rule fires if there is more than 100 queries per second."
272 #: libraries/advisory_rules_generic.php:206
273 msgid "Percentage of sorts that cause temporary tables"
276 #: libraries/advisory_rules_generic.php:210
277 #: libraries/advisory_rules_generic.php:223
278 msgid "Too many sorts are causing temporary tables."
281 #: libraries/advisory_rules_generic.php:212
282 #: libraries/advisory_rules_generic.php:225
284 "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
285 "depending on your system memory limits."
288 #: libraries/advisory_rules_generic.php:215
291 "%s%% of all sorts cause temporary tables, this value should be lower than "
295 #: libraries/advisory_rules_generic.php:220
296 msgid "Rate of sorts that cause temporary tables"
299 #: libraries/advisory_rules_generic.php:228
302 "Temporary tables average: %s, this value should be less than 1 per hour."
305 #: libraries/advisory_rules_generic.php:233
309 #: libraries/advisory_rules_generic.php:236
310 msgid "There are lots of rows being sorted."
313 #: libraries/advisory_rules_generic.php:238
315 "While there is nothing wrong with a high amount of row sorting, you might "
316 "want to make sure that the queries which require a lot of sorting use "
317 "indexed columns in the ORDER BY clause, as this will result in much faster "
321 #: libraries/advisory_rules_generic.php:242
323 msgid "Sorted rows average: %s"
326 #: libraries/advisory_rules_generic.php:248
327 msgid "Rate of joins without indexes"
330 #: libraries/advisory_rules_generic.php:251
331 msgid "There are too many joins without indexes."
334 #: libraries/advisory_rules_generic.php:253
336 "This means that joins are doing full table scans. Adding indexes for the "
337 "columns being used in the join conditions will greatly speed up table joins."
340 #: libraries/advisory_rules_generic.php:256
342 msgid "Table joins average: %s, this value should be less than 1 per hour"
345 #: libraries/advisory_rules_generic.php:261
346 msgid "Rate of reading first index entry"
349 #: libraries/advisory_rules_generic.php:264
350 msgid "The rate of reading the first index entry is high."
353 #: libraries/advisory_rules_generic.php:266
355 "This usually indicates frequent full index scans. Full index scans are "
356 "faster than table scans but require lots of CPU cycles in big tables, if "
357 "those tables that have or had high volumes of UPDATEs and DELETEs, running "
358 "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index "
359 "scans. Other than that full index scans can only be reduced by rewriting "
363 #: libraries/advisory_rules_generic.php:272
365 msgid "Index scans average: %s, this value should be less than 1 per hour"
368 #: libraries/advisory_rules_generic.php:277
369 msgid "Rate of reading fixed position"
372 #: libraries/advisory_rules_generic.php:280
373 msgid "The rate of reading data from a fixed position is high."
376 #: libraries/advisory_rules_generic.php:282
378 "This indicates that many queries need to sort results and/or do a full table "
379 "scan, including join queries that do not use indexes. Add indexes where "
383 #: libraries/advisory_rules_generic.php:285
386 "Rate of reading fixed position average: %s, this value should be less than 1 "
390 #: libraries/advisory_rules_generic.php:290
391 msgid "Rate of reading next table row"
394 #: libraries/advisory_rules_generic.php:293
395 msgid "The rate of reading the next table row is high."
398 #: libraries/advisory_rules_generic.php:295
400 "This indicates that many queries are doing full table scans. Add indexes "
404 #: libraries/advisory_rules_generic.php:297
407 "Rate of reading next table row: %s, this value should be less than 1 per hour"
410 #: libraries/advisory_rules_generic.php:303
411 msgid "Different tmp_table_size and max_heap_table_size"
414 #: libraries/advisory_rules_generic.php:306
415 msgid "{tmp_table_size} and {max_heap_table_size} are not the same."
418 #: libraries/advisory_rules_generic.php:308
420 "If you have deliberately changed one of either: The server uses the lower "
421 "value of either to determine the maximum size of in-memory tables. So if you "
422 "wish to increase the in-memory table limit you will have to increase the "
423 "other value as well."
426 #: libraries/advisory_rules_generic.php:312
428 msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
431 #: libraries/advisory_rules_generic.php:318
432 msgid "Percentage of temp tables on disk"
435 #: libraries/advisory_rules_generic.php:322
436 #: libraries/advisory_rules_generic.php:343
438 "Many temporary tables are being written to disk instead of being kept in "
442 #: libraries/advisory_rules_generic.php:324
444 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
445 "some temporary tables are always being written to disk, independent of the "
446 "value of these variables. To eliminate these you will have to rewrite your "
447 "queries to avoid those conditions (Within a temporary table: Presence of a "
448 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
449 "mentioned in the beginning of an <a href=\"https://www.facebook.com/note.php?"
450 "note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
453 #: libraries/advisory_rules_generic.php:333
456 "%s%% of all temporary tables are being written to disk, this value should be "
460 #: libraries/advisory_rules_generic.php:339
461 msgid "Temp disk rate"
464 #: libraries/advisory_rules_generic.php:345
466 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
467 "some temporary tables are always being written to disk, independent of the "
468 "value of these variables. To eliminate these you will have to rewrite your "
469 "queries to avoid those conditions (Within a temporary table: Presence of a "
470 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
471 "mentioned in the <a href=\"https://dev.mysql.com/doc/refman/8.0/en/internal-"
472 "temporary-tables.html\">MySQL Documentation</a>"
475 #: libraries/advisory_rules_generic.php:354
478 "Rate of temporary tables being written to disk: %s, this value should be "
479 "less than 1 per hour"
482 #: libraries/advisory_rules_generic.php:361
483 msgid "MyISAM key buffer size"
486 #: libraries/advisory_rules_generic.php:364
487 msgid "Key buffer is not initialized. No MyISAM indexes will be cached."
490 #: libraries/advisory_rules_generic.php:366
492 "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
496 #: libraries/advisory_rules_generic.php:368
497 msgid "key_buffer_size is 0"
500 #: libraries/advisory_rules_generic.php:373
502 msgid "Max % MyISAM key buffer ever used"
505 #: libraries/advisory_rules_generic.php:378
506 #: libraries/advisory_rules_generic.php:395
508 msgid "MyISAM key buffer (index cache) % used is low."
511 #: libraries/advisory_rules_generic.php:380
512 #: libraries/advisory_rules_generic.php:397
514 "You may need to decrease the size of {key_buffer_size}, re-examine your "
515 "tables to see if indexes have been removed, or examine queries and "
516 "expectations about what indexes are being used."
519 #: libraries/advisory_rules_generic.php:384
522 "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
525 #: libraries/advisory_rules_generic.php:389
526 msgid "Percentage of MyISAM key buffer used"
529 #: libraries/advisory_rules_generic.php:401
531 msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
534 #: libraries/advisory_rules_generic.php:406
535 msgid "Percentage of index reads from memory"
538 #: libraries/advisory_rules_generic.php:411
540 msgid "The % of indexes that use the MyISAM key buffer is low."
543 #: libraries/advisory_rules_generic.php:412
544 msgid "You may need to increase {key_buffer_size}."
547 #: libraries/advisory_rules_generic.php:413
549 msgid "Index reads from memory: %s%%, this value should be above 95%%"
552 #: libraries/advisory_rules_generic.php:419
553 msgid "Rate of table open"
556 #: libraries/advisory_rules_generic.php:422
557 msgid "The rate of opening tables is high."
560 #: libraries/advisory_rules_generic.php:424
562 "Opening tables requires disk I/O which is costly. Increasing "
563 "{table_open_cache} might avoid this."
566 #: libraries/advisory_rules_generic.php:427
568 msgid "Opened table rate: %s, this value should be less than 10 per hour"
571 #: libraries/advisory_rules_generic.php:432
572 msgid "Percentage of used open files limit"
575 #: libraries/advisory_rules_generic.php:436
577 "The number of open files is approaching the max number of open files. You "
578 "may get a \"Too many open files\" error."
581 #: libraries/advisory_rules_generic.php:440
582 #: libraries/advisory_rules_generic.php:453
584 "Consider increasing {open_files_limit}, and check the error log when "
585 "restarting after changing {open_files_limit}."
588 #: libraries/advisory_rules_generic.php:443
591 "The number of opened files is at %s%% of the limit. It should be below 85%%"
594 #: libraries/advisory_rules_generic.php:448
595 msgid "Rate of open files"
598 #: libraries/advisory_rules_generic.php:451
599 msgid "The rate of opening files is high."
602 #: libraries/advisory_rules_generic.php:456
604 msgid "Opened files rate: %s, this value should be less than 5 per hour"
607 #: libraries/advisory_rules_generic.php:462
609 msgid "Immediate table locks %"
612 #: libraries/advisory_rules_generic.php:466
613 #: libraries/advisory_rules_generic.php:476
614 msgid "Too many table locks were not granted immediately."
617 #: libraries/advisory_rules_generic.php:467
618 #: libraries/advisory_rules_generic.php:477
619 msgid "Optimize queries and/or use InnoDB to reduce lock wait."
622 #: libraries/advisory_rules_generic.php:468
624 msgid "Immediate table locks: %s%%, this value should be above 95%%"
627 #: libraries/advisory_rules_generic.php:473
628 msgid "Table lock wait rate"
631 #: libraries/advisory_rules_generic.php:478
633 msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
636 #: libraries/advisory_rules_generic.php:483
640 #: libraries/advisory_rules_generic.php:486
642 "Thread cache is disabled, resulting in more overhead from new connections to "
646 #: libraries/advisory_rules_generic.php:487
647 msgid "Enable the thread cache by setting {thread_cache_size} > 0."
650 #: libraries/advisory_rules_generic.php:488
651 msgid "The thread cache is set to 0"
654 #: libraries/advisory_rules_generic.php:493
656 msgid "Thread cache hit rate %"
659 #: libraries/advisory_rules_generic.php:497
660 msgid "Thread cache is not efficient."
663 #: libraries/advisory_rules_generic.php:498
664 msgid "Increase {thread_cache_size}."
667 #: libraries/advisory_rules_generic.php:499
669 msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
672 #: libraries/advisory_rules_generic.php:504
673 msgid "Threads that are slow to launch"
676 #: libraries/advisory_rules_generic.php:508
677 msgid "There are too many threads that are slow to launch."
680 #: libraries/advisory_rules_generic.php:510
682 "This generally happens in case of general system overload as it is pretty "
683 "simple operations. You might want to monitor your system load carefully."
686 #: libraries/advisory_rules_generic.php:513
688 msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
691 #: libraries/advisory_rules_generic.php:518
692 msgid "Slow launch time"
695 #: libraries/advisory_rules_generic.php:521
696 msgid "Slow_launch_time is above 2s."
699 #: libraries/advisory_rules_generic.php:523
701 "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
705 #: libraries/advisory_rules_generic.php:525
707 msgid "slow_launch_time is set to %s"
710 #: libraries/advisory_rules_generic.php:531
711 msgid "Percentage of used connections"
714 #: libraries/advisory_rules_generic.php:535
716 "The maximum amount of used connections is getting close to the value of "
720 #: libraries/advisory_rules_generic.php:538
722 "Increase {max_connections}, or decrease {wait_timeout} so that connections "
723 "that do not close database handlers properly get killed sooner. Make sure "
724 "the code closes database handlers properly."
727 #: libraries/advisory_rules_generic.php:542
730 "Max_used_connections is at %s%% of max_connections, it should be below 80%%"
733 #: libraries/advisory_rules_generic.php:547
734 msgid "Percentage of aborted connections"
737 #: libraries/advisory_rules_generic.php:550
738 #: libraries/advisory_rules_generic.php:564
739 msgid "Too many connections are aborted."
742 #: libraries/advisory_rules_generic.php:552
743 #: libraries/advisory_rules_generic.php:566
745 "Connections are usually aborted when they cannot be authorized. <a href="
746 "\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-of-"
747 "aborted_connects/\">This article</a> might help you track down the source."
750 #: libraries/advisory_rules_generic.php:556
752 msgid "%s%% of all connections are aborted. This value should be below 1%%"
755 #: libraries/advisory_rules_generic.php:561
756 msgid "Rate of aborted connections"
759 #: libraries/advisory_rules_generic.php:570
762 "Aborted connections rate is at %s, this value should be less than 1 per hour"
765 #: libraries/advisory_rules_generic.php:575
766 msgid "Percentage of aborted clients"
769 #: libraries/advisory_rules_generic.php:578
770 #: libraries/advisory_rules_generic.php:592
771 msgid "Too many clients are aborted."
774 #: libraries/advisory_rules_generic.php:580
775 #: libraries/advisory_rules_generic.php:594
777 "Clients are usually aborted when they did not close their connection to "
778 "MySQL properly. This can be due to network issues or code not closing a "
779 "database handler properly. Check your network and code."
782 #: libraries/advisory_rules_generic.php:584
784 msgid "%s%% of all clients are aborted. This value should be below 2%%"
787 #: libraries/advisory_rules_generic.php:589
788 msgid "Rate of aborted clients"
791 #: libraries/advisory_rules_generic.php:598
793 msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
796 #: libraries/advisory_rules_generic.php:604
797 msgid "Is InnoDB disabled?"
800 #: libraries/advisory_rules_generic.php:608
801 msgid "You do not have InnoDB enabled."
804 #: libraries/advisory_rules_generic.php:609
805 msgid "InnoDB is usually the better choice for table engines."
808 #: libraries/advisory_rules_generic.php:610
809 msgid "have_innodb is set to 'value'"
812 #: libraries/advisory_rules_generic.php:614
813 #: libraries/advisory_rules_generic.php:640
814 msgid "InnoDB log size"
817 #: libraries/advisory_rules_generic.php:619
818 #: libraries/advisory_rules_generic.php:648
820 "The InnoDB log file size is not an appropriate size, in relation to the "
821 "InnoDB buffer pool."
824 #: libraries/advisory_rules_generic.php:622
825 #: libraries/advisory_rules_generic.php:651
828 "Especially on a system with a lot of writes to InnoDB tables you should set "
829 "{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the "
830 "bigger this value, the longer the recovery time will be when database "
831 "crashes, so this value should not be set much higher than 256 MiB. Please "
832 "note however that you cannot simply change the value of this variable. You "
833 "need to shutdown the server, remove the InnoDB log files, set the new value "
834 "in my.cnf, start the server, then check the error logs if everything went "
835 "fine. See also <a href=\"https://mysqldatabaseadministration.blogspot."
836 "com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
839 #: libraries/advisory_rules_generic.php:633
840 #: libraries/advisory_rules_generic.php:662
843 "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
844 "it should not be below 20%%"
847 #: libraries/advisory_rules_generic.php:669
848 msgid "Max InnoDB log size"
851 #: libraries/advisory_rules_generic.php:673
852 msgid "The InnoDB log file size is inadequately large."
855 #: libraries/advisory_rules_generic.php:675
858 "It is usually sufficient to set {innodb_log_file_size} to 25% of the size of "
859 "{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the "
860 "recovery time after a database crash considerably. See also <a href="
861 "\"https://www.percona.com/blog/2006/07/03/choosing-proper-"
862 "innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
863 "remove the InnoDB log files, set the new value in my.cnf, start the server, "
864 "then check the error logs if everything went fine. See also <a href="
865 "\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
866 "innodblogfilesize-proper-way.html\">this blog entry</a>"
869 #: libraries/advisory_rules_generic.php:685
871 msgid "Your absolute InnoDB log size is %s MiB"
874 #: libraries/advisory_rules_generic.php:690
875 msgid "InnoDB buffer pool size"
878 #: libraries/advisory_rules_generic.php:694
879 msgid "Your InnoDB buffer pool is fairly small."
882 #: libraries/advisory_rules_generic.php:696
885 "The InnoDB buffer pool has a profound impact on performance for InnoDB "
886 "tables. Assign all your remaining memory to this buffer. For database "
887 "servers that use solely InnoDB as storage engine and have no other services "
888 "(e.g. a web server) running, you may set this as high as 80% of your "
889 "available memory. If that is not the case, you need to carefully assess the "
890 "memory consumption of your other services and non-InnoDB-Tables and set this "
891 "variable accordingly. If it is set too high, your system will start "
892 "swapping, which decreases performance significantly. See also <a href="
893 "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/"
894 "\">this article</a>"
897 #: libraries/advisory_rules_generic.php:706
900 "You are currently using %s%% of your memory for the InnoDB buffer pool. This "
901 "rule fires if you are assigning less than 60%%, however this might be "
902 "perfectly adequate for your system if you don't have much InnoDB tables or "
903 "other services running on the same machine."
906 #: libraries/advisory_rules_generic.php:716
907 msgid "MyISAM concurrent inserts"
910 #: libraries/advisory_rules_generic.php:719
911 msgid "Enable {concurrent_insert} by setting it to 1"
914 #: libraries/advisory_rules_generic.php:721
916 "Setting {concurrent_insert} to 1 reduces contention between readers and "
917 "writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
918 "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
921 #: libraries/advisory_rules_generic.php:725
922 msgid "concurrent_insert is set to 0"
925 #: libraries/advisory_rules_mysql_before80003.php:9
926 msgid "Query cache disabled"
929 #: libraries/advisory_rules_mysql_before80003.php:12
930 msgid "The query cache is not enabled."
933 #: libraries/advisory_rules_mysql_before80003.php:14
935 "The query cache is known to greatly improve performance if configured "
936 "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value "
937 "and setting {query_cache_type} to 'ON'. <b>Note:</b> If you are using "
938 "memcached, ignore this recommendation."
941 #: libraries/advisory_rules_mysql_before80003.php:18
942 msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
945 #: libraries/advisory_rules_mysql_before80003.php:23
946 #, fuzzy, no-php-format
947 #| msgid "Query cache efficiency"
948 msgid "Query cache efficiency (%)"
949 msgstr "Kahusayan sa cache ng query"
951 #: libraries/advisory_rules_mysql_before80003.php:27
952 msgid "Query cache not running efficiently, it has a low hit rate."
955 #: libraries/advisory_rules_mysql_before80003.php:28
956 msgid "Consider increasing {query_cache_limit}."
959 #: libraries/advisory_rules_mysql_before80003.php:29
961 msgid "The current query cache hit rate of %s%% is below 20%%"
964 #: libraries/advisory_rules_mysql_before80003.php:34
965 msgid "Query Cache usage"
968 #: libraries/advisory_rules_mysql_before80003.php:39
970 msgid "Less than 80% of the query cache is being utilized."
973 #: libraries/advisory_rules_mysql_before80003.php:41
975 "This might be caused by {query_cache_limit} being too low. Flushing the "
976 "query cache might help as well."
979 #: libraries/advisory_rules_mysql_before80003.php:45
982 "The current ratio of free query cache memory to total query cache size is %s"
983 "%%. It should be above 80%%"
986 #: libraries/advisory_rules_mysql_before80003.php:52
987 msgid "Query cache fragmentation"
990 #: libraries/advisory_rules_mysql_before80003.php:56
991 msgid "The query cache is considerably fragmented."
994 #: libraries/advisory_rules_mysql_before80003.php:58
996 "Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. "
997 "This might be caused by many Query cache low memory prunes due to "
998 "{query_cache_size} being too small. For a immediate but short lived fix you "
999 "can flush the query cache (might lock the query cache for a long time). "
1000 "Carefully adjusting {query_cache_min_res_unit} to a lower value might help "
1001 "too, e.g. you can set it to the average size of your queries in the cache "
1002 "using this formula: (query_cache_size - qcache_free_memory) / "
1003 "qcache_queries_in_cache"
1006 #: libraries/advisory_rules_mysql_before80003.php:66
1009 "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning "
1010 "that the query cache is an alternating pattern of free and used blocks. This "
1011 "value should be below 20%%."
1014 #: libraries/advisory_rules_mysql_before80003.php:73
1015 msgid "Query cache low memory prunes"
1018 #: libraries/advisory_rules_mysql_before80003.php:77
1020 "Cached queries are removed due to low query cache memory from the query "
1024 #: libraries/advisory_rules_mysql_before80003.php:79
1026 "You might want to increase {query_cache_size}, however keep in mind that the "
1027 "overhead of maintaining the cache is likely to increase with its size, so do "
1028 "this in small increments and monitor the results."
1031 #: libraries/advisory_rules_mysql_before80003.php:84
1034 "The ratio of removed queries to inserted queries is %s%%. The lower this "
1035 "value is, the better (This rules firing limit: 0.1%%)"
1038 #: libraries/advisory_rules_mysql_before80003.php:91
1039 msgid "Query cache max size"
1042 #: libraries/advisory_rules_mysql_before80003.php:96
1044 "The query cache size is above 128 MiB. Big query caches may cause "
1045 "significant overhead that is required to maintain the cache."
1048 #: libraries/advisory_rules_mysql_before80003.php:100
1050 "Depending on your environment, it might be performance increasing to reduce "
1054 #: libraries/advisory_rules_mysql_before80003.php:102
1056 msgid "Current query cache size: %s"
1059 #: libraries/advisory_rules_mysql_before80003.php:107
1060 msgid "Query cache min result size"
1063 #: libraries/advisory_rules_mysql_before80003.php:111
1065 "The max size of the result set in the query cache is the default of 1 MiB."
1068 #: libraries/advisory_rules_mysql_before80003.php:113
1070 "Changing {query_cache_limit} (usually by increasing) may increase "
1071 "efficiency. This variable determines the maximum size a query result may "
1072 "have to be inserted into the query cache. If there are many query results "
1073 "above 1 MiB that are well cacheable (many reads, little writes) then "
1074 "increasing {query_cache_limit} will increase efficiency. Whereas in the case "
1075 "of many query results being above 1 MiB that are not very well cacheable "
1076 "(often invalidated due to table updates) increasing {query_cache_limit} "
1077 "might reduce efficiency."
1080 #: libraries/advisory_rules_mysql_before80003.php:120
1081 msgid "query_cache_limit is set to 1 MiB"
1084 #: libraries/classes/Advisor.php:233
1086 msgid "Error when evaluating: %s"
1089 #: libraries/classes/Advisor.php:260
1091 msgid "Failed evaluating precondition for rule '%s'."
1094 #: libraries/classes/Advisor.php:280
1096 msgid "Failed calculating value for rule '%s'."
1099 #: libraries/classes/Advisor.php:299
1101 msgid "Failed running test for rule '%s'."
1104 #: libraries/classes/Advisor.php:327
1106 msgid "Failed formatting string for rule '%s'."
1109 #: libraries/classes/Advisor.php:412
1113 #: libraries/classes/Advisor.php:415
1117 #: libraries/classes/Advisor.php:418
1121 #: libraries/classes/Advisor.php:421
1125 #: libraries/classes/BrowseForeigners.php:198
1129 #: libraries/classes/BrowseForeigners.php:204
1130 #: libraries/classes/Controllers/JavaScriptMessagesController.php:323
1131 #: libraries/classes/Controllers/Server/PrivilegesController.php:325
1132 #: libraries/classes/Database/Routines.php:1035
1133 #: libraries/classes/Database/Routines.php:1751
1134 #: libraries/classes/Database/Triggers.php:463
1135 #: libraries/classes/InsertEdit.php:1981 libraries/classes/InsertEdit.php:2015
1136 #: libraries/classes/Normalization.php:261
1137 #: libraries/classes/Normalization.php:973 libraries/classes/Tracking.php:332
1138 #: libraries/classes/Tracking.php:485
1139 #: templates/columns_definitions/column_definitions_form.twig:43
1140 #: templates/database/create_table.twig:21
1141 #: templates/database/events/editor_form.twig:107
1142 #: templates/database/operations/index.twig:19
1143 #: templates/database/operations/index.twig:44
1144 #: templates/database/operations/index.twig:81
1145 #: templates/database/operations/index.twig:190
1146 #: templates/database/operations/index.twig:230
1147 #: templates/database/search/main.twig:74
1148 #: templates/display/results/table.twig:175 templates/export.twig:422
1149 #: templates/gis_data_editor_form.twig:211 templates/header_location.twig:18
1150 #: templates/import.twig:221 templates/login/form.twig:85
1151 #: templates/login/form.twig:87 templates/login/form.twig:90
1152 #: templates/preferences/manage/main.twig:46
1153 #: templates/preferences/manage/main.twig:108
1154 #: templates/server/binlog/index.twig:34
1155 #: templates/server/privileges/add_user.twig:36
1156 #: templates/server/privileges/change_password.twig:70
1157 #: templates/server/privileges/edit_routine_privileges.twig:102
1158 #: templates/server/privileges/privileges_summary.twig:102
1159 #: templates/server/privileges/privileges_table.twig:834
1160 #: templates/server/privileges/user_properties.twig:149
1161 #: templates/server/privileges/users_overview.twig:143
1162 #: templates/server/replication/change_master.twig:33
1163 #: templates/server/replication/master_add_slave_user.twig:81
1164 #: templates/server/replication/master_configuration.twig:30
1165 #: templates/server/replication/slave_configuration.twig:16
1166 #: templates/server/replication/slave_configuration.twig:88
1167 #: templates/server/user_groups/edit_user_groups.twig:21
1168 #: templates/sql/query.twig:136 templates/sql/query.twig:185
1169 #: templates/start_and_number_of_rows_panel.twig:14
1170 #: templates/table/find_replace/index.twig:59
1171 #: templates/table/operations/index.twig:38
1172 #: templates/table/operations/index.twig:88
1173 #: templates/table/operations/index.twig:217
1174 #: templates/table/operations/index.twig:306
1175 #: templates/table/operations/index.twig:461
1176 #: templates/table/operations/view.twig:16
1177 #: templates/table/search/index.twig:161
1178 #: templates/table/structure/display_structure.twig:394
1179 #: templates/table/structure/display_structure.twig:510
1180 #: templates/table/zoom_search/index.twig:155 templates/view_create.twig:116
1184 #: libraries/classes/BrowseForeigners.php:219
1185 #: libraries/classes/BrowseForeigners.php:223
1186 #: templates/database/data_dictionary/index.twig:65 templates/indexes.twig:15
1187 #: templates/table/structure/display_structure.twig:414
1188 #: templates/table/tracking/structure_snapshot_indexes.twig:5
1192 #: libraries/classes/BrowseForeigners.php:220
1193 #: libraries/classes/BrowseForeigners.php:222
1194 #: templates/server/collations/index.twig:14
1195 #: templates/server/engines/index.twig:14
1196 #: templates/server/plugins/index.twig:27
1197 #: templates/server/status/variables/index.twig:74
1201 #: libraries/classes/BrowseForeigners.php:324
1202 #: libraries/classes/Html/Generator.php:1225 libraries/classes/Language.php:209
1203 #: libraries/classes/Pdf.php:92
1204 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:536
1205 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:569
1206 msgid "Page number:"
1209 #: libraries/classes/BrowseForeigners.php:338
1210 #: libraries/classes/Controllers/JavaScriptMessagesController.php:574
1211 #: templates/display/results/table.twig:24
1212 #: templates/server/privileges/initials_row.twig:20
1213 #: templates/table/browse_foreigners/show_all.twig:4
1215 msgstr "Ipakita lahat"
1217 #: libraries/classes/Charsets/Collation.php:168
1218 #: libraries/classes/Charsets.php:172 libraries/classes/Charsets.php:173
1222 #: libraries/classes/Charsets/Collation.php:212
1223 #: libraries/classes/Charsets/Collation.php:481
1225 msgid "German (phone book order)"
1228 #: libraries/classes/Charsets/Collation.php:215
1229 #: libraries/classes/Charsets/Collation.php:478
1231 msgid "German (dictionary order)"
1234 #: libraries/classes/Charsets/Collation.php:223
1235 #: libraries/classes/Charsets/Collation.php:556
1237 msgid "Spanish (traditional)"
1240 #: libraries/classes/Charsets/Collation.php:226
1241 #: libraries/classes/Charsets/Collation.php:549
1243 msgid "Spanish (modern)"
1246 #: libraries/classes/Charsets/Collation.php:288
1247 msgctxt "Collation variant"
1248 msgid "case-insensitive"
1251 #: libraries/classes/Charsets/Collation.php:291
1252 msgctxt "Collation variant"
1253 msgid "case-sensitive"
1256 #: libraries/classes/Charsets/Collation.php:294
1257 msgctxt "Collation variant"
1258 msgid "accent-insensitive"
1261 #: libraries/classes/Charsets/Collation.php:297
1262 msgctxt "Collation variant"
1263 msgid "accent-sensitive"
1266 #: libraries/classes/Charsets/Collation.php:300
1267 msgctxt "Collation variant"
1268 msgid "kana-sensitive"
1271 #: libraries/classes/Charsets/Collation.php:304
1272 msgctxt "Collation variant"
1276 #: libraries/classes/Charsets/Collation.php:307
1277 msgctxt "Collation variant"
1281 #: libraries/classes/Charsets/Collation.php:310
1282 msgctxt "Collation variant"
1286 #: libraries/classes/Charsets/Collation.php:326
1291 #: libraries/classes/Charsets/Collation.php:338
1292 #: libraries/classes/Charsets/Collation.php:580
1297 #: libraries/classes/Charsets/Collation.php:348
1298 #: libraries/classes/Charsets/Collation.php:527
1300 msgid "West European"
1303 #: libraries/classes/Charsets/Collation.php:355
1305 msgid "Central European"
1308 #: libraries/classes/Charsets/Collation.php:360
1309 #: libraries/classes/Charsets/Collation.php:534
1314 #: libraries/classes/Charsets/Collation.php:365
1316 msgid "Simplified Chinese"
1319 #: libraries/classes/Charsets/Collation.php:368
1321 msgid "Traditional Chinese"
1324 #: libraries/classes/Charsets/Collation.php:371
1325 #: libraries/classes/Charsets/Collation.php:450
1330 #: libraries/classes/Charsets/Collation.php:379
1331 #: libraries/classes/Charsets/Collation.php:498
1336 #: libraries/classes/Charsets/Collation.php:384
1341 #: libraries/classes/Charsets/Collation.php:389
1346 #: libraries/classes/Charsets/Collation.php:392
1351 #: libraries/classes/Charsets/Collation.php:395
1356 #: libraries/classes/Charsets/Collation.php:398
1357 #: libraries/classes/Charsets/Collation.php:513
1362 #: libraries/classes/Charsets/Collation.php:401
1367 #: libraries/classes/Charsets/Collation.php:404
1372 #: libraries/classes/Charsets/Collation.php:407
1377 #: libraries/classes/Charsets/Collation.php:410
1379 msgid "Czech-Slovak"
1382 #: libraries/classes/Charsets/Collation.php:413
1383 #: libraries/classes/Charsets/Collation.php:572
1388 #: libraries/classes/Charsets/Collation.php:416
1389 #: libraries/classes/Charsets/Collation.php:568
1394 #: libraries/classes/Charsets/Collation.php:419
1395 #: libraries/classes/Charsets/Collation.php:560
1400 #: libraries/classes/Charsets/Collation.php:422
1401 #: libraries/classes/Charsets/Collation.php:564
1406 #: libraries/classes/Charsets/Collation.php:425
1411 #: libraries/classes/Charsets/Collation.php:444
1416 #: libraries/classes/Charsets/Collation.php:455
1421 #: libraries/classes/Charsets/Collation.php:459
1426 #: libraries/classes/Charsets/Collation.php:463
1431 #: libraries/classes/Charsets/Collation.php:467
1436 #: libraries/classes/Charsets/Collation.php:471
1441 #: libraries/classes/Charsets/Collation.php:475
1446 #: libraries/classes/Charsets/Collation.php:490
1451 #: libraries/classes/Charsets/Collation.php:494
1456 #: libraries/classes/Charsets/Collation.php:501
1458 msgid "Classical Latin"
1461 #: libraries/classes/Charsets/Collation.php:505
1466 #: libraries/classes/Charsets/Collation.php:509
1471 #: libraries/classes/Charsets/Collation.php:517
1476 #: libraries/classes/Charsets/Collation.php:520
1481 #: libraries/classes/Charsets/Collation.php:524
1486 #: libraries/classes/Charsets/Collation.php:531
1491 #: libraries/classes/Charsets/Collation.php:538
1496 #: libraries/classes/Charsets/Collation.php:542
1501 #: libraries/classes/Charsets/Collation.php:546
1506 #: libraries/classes/Charsets/Collation.php:576
1511 #: libraries/classes/Config/Descriptions.php:58
1512 #: libraries/classes/Config/Descriptions.php:59
1513 #: libraries/classes/Config/Descriptions.php:60
1514 msgid "Users cannot set a higher value"
1517 #: libraries/classes/Config/Descriptions.php:68
1519 "If enabled, user can enter any MySQL server in login form for cookie auth."
1522 #: libraries/classes/Config/Descriptions.php:71
1524 "Restricts the MySQL servers the user can enter when a login to an arbitrary "
1525 "MySQL server is enabled by matching the IP or hostname of the MySQL server "
1526 "to the given regular expression."
1529 #: libraries/classes/Config/Descriptions.php:76
1531 "Enabling this allows a page located on a different domain to call phpMyAdmin "
1532 "inside a frame, and is a potential [strong]security hole[/strong] allowing "
1533 "cross-frame scripting (XSS) attacks."
1536 #: libraries/classes/Config/Descriptions.php:81
1538 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1542 #: libraries/classes/Config/Descriptions.php:85
1543 msgid "Enable bzip2 compression for import operations."
1546 #: libraries/classes/Config/Descriptions.php:88
1547 msgid "Enter the URL for your reCaptcha v2 compatible API."
1550 #: libraries/classes/Config/Descriptions.php:89
1552 "Enter the Content-Security-Policy snippet for your reCaptcha v2 compatible "
1556 #: libraries/classes/Config/Descriptions.php:90
1557 msgid "Enter the request parameter used by your reCaptcha v2 compatible API."
1560 #: libraries/classes/Config/Descriptions.php:91
1561 msgid "Enter the response parameter used by your reCaptcha v2 compatible API."
1564 #: libraries/classes/Config/Descriptions.php:92
1565 msgid "Enter your public key for your domain reCaptcha service."
1568 #: libraries/classes/Config/Descriptions.php:93
1569 msgid "Enter your private key for your domain reCaptcha service."
1572 #: libraries/classes/Config/Descriptions.php:94
1573 msgid "Enter your siteverify URL for your reCaptcha service."
1576 #: libraries/classes/Config/Descriptions.php:96
1578 "Defines which type of editing controls should be used for CHAR and VARCHAR "
1579 "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
1580 "kbd] - allows newlines in columns."
1583 #: libraries/classes/Config/Descriptions.php:101
1585 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1586 "highlighting and line numbers."
1589 #: libraries/classes/Config/Descriptions.php:106
1591 "Find any errors in the query before executing it. Requires CodeMirror to be "
1595 #: libraries/classes/Config/Descriptions.php:110
1597 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1601 #: libraries/classes/Config/Descriptions.php:114
1603 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1607 #: libraries/classes/Config/Descriptions.php:118
1609 "Compress gzip exports on the fly without the need for much memory; if you "
1610 "encounter problems with created gzip files disable this feature."
1613 #: libraries/classes/Config/Descriptions.php:122
1615 "Whether a warning (\"Are your really sure…\") should be displayed when "
1616 "you're about to lose data."
1619 #: libraries/classes/Config/Descriptions.php:126
1620 msgid "Autocomplete of the table and column names in the SQL queries."
1623 #: libraries/classes/Config/Descriptions.php:129
1624 #: libraries/classes/Config/Descriptions.php:133
1625 #: libraries/classes/Config/Descriptions.php:137
1626 #: libraries/classes/Config/Descriptions.php:141
1627 #: libraries/classes/Config/Descriptions.php:145
1628 #: libraries/classes/Config/Descriptions.php:149
1629 #: libraries/classes/Config/Descriptions.php:153
1630 #: libraries/classes/Config/Descriptions.php:157
1631 #: libraries/classes/Config/Descriptions.php:161
1633 "Values for options list for default transformations. These will be "
1634 "overwritten if transformation is filled in at table structure page."
1637 #: libraries/classes/Config/Descriptions.php:165
1639 "Disable the table maintenance mass operations, like optimizing or repairing "
1640 "the selected tables of a database."
1643 #: libraries/classes/Config/Descriptions.php:169
1645 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
1649 #: libraries/classes/Config/Descriptions.php:172
1650 #: libraries/classes/Config/Descriptions.php:737
1651 #: libraries/classes/Plugins/Export/ExportSql.php:348
1652 msgid "Exclude definition of current user"
1655 #: libraries/classes/Config/Descriptions.php:174
1657 "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
1658 "the referenced data, [kbd]id[/kbd] is the key value."
1661 #: libraries/classes/Config/Descriptions.php:178
1663 "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
1664 "for magic strings that can be used to get special values."
1667 #: libraries/classes/Config/Descriptions.php:183
1669 "Please note that phpMyAdmin is just a user interface and its features do not "
1673 #: libraries/classes/Config/Descriptions.php:187
1675 "Advanced server configuration, do not change these options unless you know "
1676 "what they are for."
1679 #: libraries/classes/Config/Descriptions.php:191
1681 "Configure phpMyAdmin configuration storage to gain access to additional "
1682 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1686 #: libraries/classes/Config/Descriptions.php:196
1688 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1692 #: libraries/classes/Config/Descriptions.php:200
1693 msgid "Customize browse mode."
1696 #: libraries/classes/Config/Descriptions.php:201
1697 #: libraries/classes/Config/Descriptions.php:202
1698 #: libraries/classes/Config/Descriptions.php:209
1699 #: libraries/classes/Config/Descriptions.php:215
1700 #: libraries/classes/Config/Descriptions.php:216
1701 #: libraries/classes/Config/Descriptions.php:221
1702 msgid "Customize default options."
1705 #: libraries/classes/Config/Descriptions.php:203
1706 msgid "Settings for phpMyAdmin developers."
1709 #: libraries/classes/Config/Descriptions.php:204
1710 msgid "Customize edit mode."
1713 #: libraries/classes/Config/Descriptions.php:205
1714 msgid "Customize default export options."
1717 #: libraries/classes/Config/Descriptions.php:206
1718 msgid "Set some commonly used options."
1721 #: libraries/classes/Config/Descriptions.php:207
1722 msgid "Customize default common import options."
1725 #: libraries/classes/Config/Descriptions.php:208
1726 msgid "Set import and export directories and compression options."
1729 #: libraries/classes/Config/Descriptions.php:210
1730 msgid "Databases display options."
1733 #: libraries/classes/Config/Descriptions.php:211
1734 msgid "Customize appearance of the navigation panel."
1737 #: libraries/classes/Config/Descriptions.php:212
1738 msgid "Customize the navigation tree."
1741 #: libraries/classes/Config/Descriptions.php:213
1742 msgid "Servers display options."
1745 #: libraries/classes/Config/Descriptions.php:214
1746 msgid "Tables display options."
1749 #: libraries/classes/Config/Descriptions.php:217
1750 msgid "Settings that didn't fit anywhere else."
1753 #: libraries/classes/Config/Descriptions.php:218
1754 msgid "Authentication settings."
1757 #: libraries/classes/Config/Descriptions.php:219
1758 msgid "Enter server connection parameters."
1761 #: libraries/classes/Config/Descriptions.php:220
1762 msgid "Customize links shown in SQL Query boxes."
1765 #: libraries/classes/Config/Descriptions.php:222
1766 msgid "SQL queries settings."
1769 #: libraries/classes/Config/Descriptions.php:223
1770 msgid "Customize startup page."
1773 #: libraries/classes/Config/Descriptions.php:224
1775 "Choose which details to show in the database structure (list of tables)."
1778 #: libraries/classes/Config/Descriptions.php:225
1779 msgid "Settings for the table structure (list of columns)."
1782 #: libraries/classes/Config/Descriptions.php:226
1783 msgid "Choose how you want tabs to work."
1786 #: libraries/classes/Config/Descriptions.php:227
1787 msgid "Customize text input fields."
1790 #: libraries/classes/Config/Descriptions.php:228
1791 msgid "Customize default options"
1794 #: libraries/classes/Config/Descriptions.php:229
1795 msgid "Disable some of the warnings shown by phpMyAdmin."
1798 #: libraries/classes/Config/Descriptions.php:232
1799 msgid "Enable gzip compression for import and export operations."
1802 #: libraries/classes/Config/Descriptions.php:236
1804 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
1805 "if one of the queries failed."
1808 #: libraries/classes/Config/Descriptions.php:240
1810 "Allow interrupt of import in case script detects it is close to time limit. "
1811 "This might be a good way to import large files, however it can break "
1815 #: libraries/classes/Config/Descriptions.php:245
1817 "Default format; be aware that this list depends on location (database, "
1818 "table) and only SQL is always available."
1821 #: libraries/classes/Config/Descriptions.php:248
1822 #: libraries/classes/Config/Descriptions.php:249
1823 msgid "Update data when duplicate keys found on import"
1826 #: libraries/classes/Config/Descriptions.php:250
1827 msgid "Number of queries to skip from start."
1830 #: libraries/classes/Config/Descriptions.php:252
1832 "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
1833 "only occurs for the current server. Setting this to FALSE makes it easy to "
1834 "forget to log out from other servers when connected to multiple servers."
1837 #: libraries/classes/Config/Descriptions.php:257
1839 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
1840 "kbd] authentication mode."
1843 #: libraries/classes/Config/Descriptions.php:261
1845 "Defines how long (in seconds) a login cookie should be stored in browser. "
1846 "The default of 0 means that it will be kept for the existing session only, "
1847 "and will be deleted as soon as you close the browser window. This is "
1848 "recommended for non-trusted environments."
1851 #: libraries/classes/Config/Descriptions.php:267
1852 msgid "Maximum number of characters used when a SQL query is displayed."
1855 #: libraries/classes/Config/Descriptions.php:270
1857 "The number of items that can be displayed on each page on the first level of "
1858 "the navigation tree."
1861 #: libraries/classes/Config/Descriptions.php:274
1863 "The number of items that can be displayed on each page of the navigation "
1867 #: libraries/classes/Config/Descriptions.php:277
1869 "Number of rows displayed when browsing a result set. If the result set "
1870 "contains more rows, \"Previous\" and \"Next\" links will be shown."
1873 #: libraries/classes/Config/Descriptions.php:282
1875 "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
1876 "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
1879 #: libraries/classes/Config/Descriptions.php:286
1880 msgid "In the navigation panel, replaces the database tree with a selector"
1883 #: libraries/classes/Config/Descriptions.php:289
1884 msgid "Link with main panel by highlighting the current database or table."
1887 #: libraries/classes/Config/Descriptions.php:292
1889 "Open the linked page in the main window ([code]main[/code]) or in a new one "
1890 "([code]new[/code])."
1893 #: libraries/classes/Config/Descriptions.php:296
1895 "Defines the minimum number of items (tables, views, routines and events) to "
1896 "display a filter box."
1899 #: libraries/classes/Config/Descriptions.php:300
1901 "Group items in the navigation tree (determined by the separator defined in "
1902 "the Databases and Tables tabs above)."
1905 #: libraries/classes/Config/Descriptions.php:304
1907 "Whether to offer the possibility of tree expansion in the navigation panel."
1910 #: libraries/classes/Config/Descriptions.php:307
1911 msgid "Whether to show procedures under database in the navigation tree"
1914 #: libraries/classes/Config/Descriptions.php:310
1915 msgid "Whether to expand single database in the navigation tree automatically."
1918 #: libraries/classes/Config/Descriptions.php:312
1919 msgid "Set to 0 to collapse navigation panel."
1922 #: libraries/classes/Config/Descriptions.php:313
1923 msgid "Show logo in navigation panel."
1926 #: libraries/classes/Config/Descriptions.php:314
1927 msgid "URL where logo in the navigation panel will point to."
1930 #: libraries/classes/Config/Descriptions.php:315
1931 msgid "Display server choice at the top of the navigation panel."
1934 #: libraries/classes/Config/Descriptions.php:316
1935 msgid "String that separates databases into different tree levels."
1938 #: libraries/classes/Config/Descriptions.php:317
1939 msgid "String that separates tables into different tree levels."
1942 #: libraries/classes/Config/Descriptions.php:318
1943 msgid "Highlight server under the mouse cursor."
1946 #: libraries/classes/Config/Descriptions.php:319
1947 msgid "Whether to show tables under database in the navigation tree"
1950 #: libraries/classes/Config/Descriptions.php:320
1951 msgid "Whether to show views under database in the navigation tree"
1954 #: libraries/classes/Config/Descriptions.php:321
1955 msgid "Whether to show functions under database in the navigation tree"
1958 #: libraries/classes/Config/Descriptions.php:322
1959 msgid "Whether to show events under database in the navigation tree"
1962 #: libraries/classes/Config/Descriptions.php:324
1964 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
1965 "DATETIME and TIMESTAMP, ascending order otherwise."
1968 #: libraries/classes/Config/Descriptions.php:328
1970 "Disable the default warning that is displayed on the database details "
1971 "Structure page if any of the required tables for the phpMyAdmin "
1972 "configuration storage could not be found."
1975 #: libraries/classes/Config/Descriptions.php:333
1977 "Disable the default warning that is displayed on the Structure page if "
1978 "column names in a table are reserved MySQL words."
1981 #: libraries/classes/Config/Descriptions.php:337
1983 "Enable if you want DB-based query history (requires phpMyAdmin configuration "
1984 "storage). If disabled, this utilizes JS-routines to display query history "
1985 "(lost by window close)."
1988 #: libraries/classes/Config/Descriptions.php:342
1990 "Sets the effective timezone; possibly different than the one from your "
1994 #: libraries/classes/Config/Descriptions.php:346
1996 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
1997 "[kbd]pma__bookmark[/kbd]"
2000 #: libraries/classes/Config/Descriptions.php:350
2002 "Leave blank for no column comments/media types, suggested: "
2003 "[kbd]pma__column_info[/kbd]."
2006 #: libraries/classes/Config/Descriptions.php:354
2008 "A special MySQL user configured with limited permissions, more information "
2009 "available on [doc@linked-tables]documentation[/doc]."
2012 #: libraries/classes/Config/Descriptions.php:358
2014 "An alternate host to hold the configuration storage; leave blank to use the "
2015 "already defined host."
2018 #: libraries/classes/Config/Descriptions.php:362
2020 "An alternate port to connect to the host that holds the configuration "
2021 "storage; leave blank to use the default port, or the already defined port, "
2022 "if the controlhost equals host."
2025 #: libraries/classes/Config/Descriptions.php:367
2027 "More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
2028 "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
2029 "com/19588]MySQL Bugs[/a]"
2032 #: libraries/classes/Config/Descriptions.php:371
2034 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2038 #: libraries/classes/Config/Descriptions.php:375
2040 "Limits number of table preferences which are stored in database, the oldest "
2041 "records are automatically removed."
2044 #: libraries/classes/Config/Descriptions.php:379
2046 "Leave blank for no QBE saved searches support, suggested: "
2047 "[kbd]pma__savedsearches[/kbd]."
2050 #: libraries/classes/Config/Descriptions.php:383
2052 "Leave blank for no export template support, suggested: "
2053 "[kbd]pma__export_templates[/kbd]."
2056 #: libraries/classes/Config/Descriptions.php:387
2058 "Leave blank for no central columns support, suggested: "
2059 "[kbd]pma__central_columns[/kbd]."
2062 #: libraries/classes/Config/Descriptions.php:391
2064 "You can use MySQL wildcard characters (% and _), escape them if you want to "
2065 "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
2066 "[kbd]'my_db'[/kbd]."
2069 #: libraries/classes/Config/Descriptions.php:396
2071 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2074 #: libraries/classes/Config/Descriptions.php:399
2076 "Database used for relations, bookmarks, and PDF features. See [doc@linked-"
2077 "tables]pmadb[/doc] for complete information. Leave blank for no support. "
2078 "Suggested: [kbd]phpmyadmin[/kbd]."
2081 #: libraries/classes/Config/Descriptions.php:404
2083 "Leave blank for no \"persistent\" recently used tables across sessions, "
2084 "suggested: [kbd]pma__recent[/kbd]."
2087 #: libraries/classes/Config/Descriptions.php:408
2089 "Leave blank for no \"persistent\" favorite tables across sessions, "
2090 "suggested: [kbd]pma__favorite[/kbd]."
2093 #: libraries/classes/Config/Descriptions.php:412
2095 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2096 "[kbd]pma__relation[/kbd]."
2099 #: libraries/classes/Config/Descriptions.php:417
2101 "See [doc@authentication-modes]authentication types[/doc] for an example."
2104 #: libraries/classes/Config/Descriptions.php:421
2106 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2110 #: libraries/classes/Config/Descriptions.php:424
2112 "Table to describe the display columns, leave blank for no support; "
2113 "suggested: [kbd]pma__table_info[/kbd]."
2116 #: libraries/classes/Config/Descriptions.php:428
2118 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2119 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2122 #: libraries/classes/Config/Descriptions.php:432
2124 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2125 "the log when creating a database."
2128 #: libraries/classes/Config/Descriptions.php:436
2130 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2131 "log when creating a table."
2134 #: libraries/classes/Config/Descriptions.php:440
2136 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2137 "log when creating a view."
2140 #: libraries/classes/Config/Descriptions.php:444
2141 msgid "Defines the list of statements the auto-creation uses for new versions."
2144 #: libraries/classes/Config/Descriptions.php:447
2146 "Leave blank for no SQL query tracking support, suggested: "
2147 "[kbd]pma__tracking[/kbd]."
2150 #: libraries/classes/Config/Descriptions.php:451
2152 "Whether the tracking mechanism creates versions for tables and views "
2156 #: libraries/classes/Config/Descriptions.php:455
2158 "Leave blank for no user preferences storage in database, suggested: "
2159 "[kbd]pma__userconfig[/kbd]."
2162 #: libraries/classes/Config/Descriptions.php:459
2164 "Both this table and the user groups table are required to enable the "
2165 "configurable menus feature; leaving either one of them blank will disable "
2166 "this feature, suggested: [kbd]pma__users[/kbd]."
2169 #: libraries/classes/Config/Descriptions.php:464
2171 "Both this table and the users table are required to enable the configurable "
2172 "menus feature; leaving either one of them blank will disable this feature, "
2173 "suggested: [kbd]pma__usergroups[/kbd]."
2176 #: libraries/classes/Config/Descriptions.php:469
2178 "Leave blank to disable the feature to hide and show navigation items, "
2179 "suggested: [kbd]pma__navigationhiding[/kbd]."
2182 #: libraries/classes/Config/Descriptions.php:473
2184 "A user-friendly description of this server. Leave blank to display the "
2188 #: libraries/classes/Config/Descriptions.php:476
2189 msgid "Leave blank if not used."
2192 #: libraries/classes/Config/Descriptions.php:477
2193 msgid "Leave blank for defaults."
2196 #: libraries/classes/Config/Descriptions.php:478
2197 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2200 #: libraries/classes/Config/Descriptions.php:479
2201 msgid "Authentication method to use."
2204 #: libraries/classes/Config/Descriptions.php:480
2205 msgid "Compress connection to MySQL server."
2208 #: libraries/classes/Config/Descriptions.php:481
2209 msgid "Hide databases matching regular expression (PCRE)."
2212 #: libraries/classes/Config/Descriptions.php:482
2213 msgid "Hostname where MySQL server is running."
2216 #: libraries/classes/Config/Descriptions.php:483
2217 #: libraries/classes/Config/Descriptions.php:487
2218 msgid "Leave empty if not using config auth."
2221 #: libraries/classes/Config/Descriptions.php:484
2222 msgid "Port on which MySQL server is listening, leave empty for default."
2225 #: libraries/classes/Config/Descriptions.php:485
2226 msgid "Socket on which MySQL server is listening, leave empty for default."
2229 #: libraries/classes/Config/Descriptions.php:486
2230 msgid "Enable SSL for connection to MySQL server."
2233 #: libraries/classes/Config/Descriptions.php:489
2235 "Please note that enabling this has no effect with [kbd]config[/kbd] "
2236 "authentication mode because the password is hard coded in the configuration "
2237 "file; this does not limit the ability to execute the same command directly."
2240 #: libraries/classes/Config/Descriptions.php:494
2241 msgid "Show or hide a column displaying the Creation timestamp for all tables."
2244 #: libraries/classes/Config/Descriptions.php:497
2246 "Show or hide a column displaying the Last update timestamp for all tables."
2249 #: libraries/classes/Config/Descriptions.php:500
2251 "Show or hide a column displaying the Last check timestamp for all tables."
2254 #: libraries/classes/Config/Descriptions.php:503
2256 "Defines whether or not type fields should be initially displayed in edit/"
2260 #: libraries/classes/Config/Descriptions.php:507
2262 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2266 #: libraries/classes/Config/Descriptions.php:510
2267 msgid "Whether a user should be displayed a \"show all (rows)\" button."
2270 #: libraries/classes/Config/Descriptions.php:511
2271 msgid "Show or hide a column displaying the comments for all tables."
2274 #: libraries/classes/Config/Descriptions.php:512
2275 msgid "Show or hide a column displaying the charset for all tables."
2278 #: libraries/classes/Config/Descriptions.php:513
2279 msgid "Display the function fields in edit/insert mode."
2282 #: libraries/classes/Config/Descriptions.php:514
2283 msgid "Whether to show hint or not."
2286 #: libraries/classes/Config/Descriptions.php:515
2288 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2291 #: libraries/classes/Config/Descriptions.php:516
2292 msgid "Allow to display database and table statistics (e.g. space usage)."
2295 #: libraries/classes/Config/Descriptions.php:518
2297 "Mark used tables and make it possible to show databases with locked tables."
2300 #: libraries/classes/Config/Descriptions.php:521
2302 "Disable the default warning that is displayed on the main page if Suhosin is "
2306 #: libraries/classes/Config/Descriptions.php:525
2308 "Disable the default warning that is displayed on the main page if the value "
2309 "of the PHP setting session.gc_maxlifetime is less than the value of "
2310 "`LoginCookieValidity`."
2313 #: libraries/classes/Config/Descriptions.php:530
2315 "Textarea size (columns) in edit mode, this value will be emphasized for SQL "
2316 "query textareas (*2)."
2319 #: libraries/classes/Config/Descriptions.php:534
2321 "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
2322 "query textareas (*2)."
2325 #: libraries/classes/Config/Descriptions.php:538
2327 "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
2328 "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
2329 "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
2330 "HTTP_X_FORWARDED_FOR[/kbd]."
2333 #: libraries/classes/Config/Descriptions.php:544
2335 "When disabled, users cannot set any of the options below, regardless of the "
2336 "checkbox on the right."
2339 #: libraries/classes/Config/Descriptions.php:548
2341 "The url of the proxy to be used when retrieving the information about the "
2342 "latest version of phpMyAdmin or when submitting error reports. You need this "
2343 "if the server where phpMyAdmin is installed does not have direct access to "
2344 "the internet. The format is: \"hostname:portnumber\"."
2347 #: libraries/classes/Config/Descriptions.php:554
2349 "The username for authenticating with the proxy. By default, no "
2350 "authentication is performed. If a username is supplied, Basic Authentication "
2351 "will be performed. No other types of authentication are currently supported."
2354 #: libraries/classes/Config/Descriptions.php:560
2356 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2357 "will be inserted with Shift+Enter."
2360 #: libraries/classes/Config/Descriptions.php:564
2362 "Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
2363 "storage tables automatically."
2366 #: libraries/classes/Config/Descriptions.php:567
2367 msgid "Highlight selected rows."
2370 #: libraries/classes/Config/Descriptions.php:568
2371 msgid "Highlight row pointed by the mouse cursor."
2374 #: libraries/classes/Config/Descriptions.php:569
2375 msgid "Number of columns for CHAR/VARCHAR textareas."
2378 #: libraries/classes/Config/Descriptions.php:570
2379 msgid "Number of rows for CHAR/VARCHAR textareas."
2382 #: libraries/classes/Config/Descriptions.php:571
2384 "Log SQL queries and their execution time, to be displayed in the console"
2387 #: libraries/classes/Config/Descriptions.php:572
2388 msgid "Tab that is displayed when entering a database."
2391 #: libraries/classes/Config/Descriptions.php:573
2392 msgid "Tab that is displayed when entering a server."
2395 #: libraries/classes/Config/Descriptions.php:574
2396 msgid "Tab that is displayed when entering a table."
2399 #: libraries/classes/Config/Descriptions.php:575
2400 msgid "Whether the table structure actions should be hidden."
2403 #: libraries/classes/Config/Descriptions.php:576
2404 msgid "Whether column comments should be shown in table structure view"
2407 #: libraries/classes/Config/Descriptions.php:577
2408 msgid "Show server listing as a list instead of a drop down."
2411 #: libraries/classes/Config/Descriptions.php:578
2412 msgid "A dropdown will be used if fewer items are present."
2415 #: libraries/classes/Config/Descriptions.php:579
2416 msgid "Default value for foreign key checks checkbox for some queries."
2419 #: libraries/classes/Config/Descriptions.php:580
2420 msgid "Uncheck the checkbox to disable drag and drop import"
2423 #: libraries/classes/Config/Descriptions.php:581
2424 msgid "How many rows can be inserted at one time."
2427 #: libraries/classes/Config/Descriptions.php:582
2429 "Maximum number of characters shown in any non-numeric column on browse view."
2432 #: libraries/classes/Config/Descriptions.php:583
2433 msgid "Define how long (in seconds) a login cookie is valid."
2436 #: libraries/classes/Config/Descriptions.php:584
2437 msgid "Double size of textarea for LONGTEXT columns."
2440 #: libraries/classes/Config/Descriptions.php:585
2441 msgid "Maximum number of databases displayed in database list."
2444 #: libraries/classes/Config/Descriptions.php:586
2445 msgid "Maximum number of tables displayed in table list."
2448 #: libraries/classes/Config/Descriptions.php:587
2449 msgid "Maximum number of recently used tables; set 0 to disable."
2452 #: libraries/classes/Config/Descriptions.php:588
2453 msgid "Maximum number of favorite tables; set 0 to disable."
2456 #: libraries/classes/Config/Descriptions.php:589
2457 msgid "These are Edit, Copy and Delete links."
2460 #: libraries/classes/Config/Descriptions.php:590
2461 msgid "Whether to show row links even in the absence of a unique key."
2464 #: libraries/classes/Config/Descriptions.php:591
2465 #: libraries/classes/Config/Descriptions.php:867
2466 msgid "Disable shortcut keys"
2469 #: libraries/classes/Config/Descriptions.php:592
2470 msgid "Use natural order for sorting table and database names."
2473 #: libraries/classes/Config/Descriptions.php:593
2474 #: libraries/classes/Config/Descriptions.php:596
2475 #: libraries/classes/Config/Descriptions.php:597
2476 msgid "Use only icons, only text or both."
2479 #: libraries/classes/Config/Descriptions.php:594
2480 msgid "Use GZip output buffering for increased speed in HTTP transfers."
2483 #: libraries/classes/Config/Descriptions.php:595
2484 msgid "Use persistent connections to MySQL databases."
2487 #: libraries/classes/Config/Descriptions.php:598
2488 msgid "Disallow BLOB and BINARY columns from editing."
2491 #: libraries/classes/Config/Descriptions.php:599
2492 msgid "How many queries are kept in history."
2495 #: libraries/classes/Config/Descriptions.php:600
2496 msgid "Select which functions will be used for character set conversion."
2499 #: libraries/classes/Config/Descriptions.php:601
2500 msgid "When browsing tables, the sorting of each table is remembered."
2503 #: libraries/classes/Config/Descriptions.php:602
2504 msgid "Default sort order for tables with a primary key."
2507 #: libraries/classes/Config/Descriptions.php:603
2509 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2512 #: libraries/classes/Config/Descriptions.php:604
2513 msgid "For display Options"
2516 #: libraries/classes/Config/Descriptions.php:605
2517 msgid "Directory where exports can be saved on server."
2520 #: libraries/classes/Config/Descriptions.php:606
2522 "Defines whether the query box should stay on-screen after its submission."
2525 #: libraries/classes/Config/Descriptions.php:607
2526 msgid "Title of browser window when a database is selected."
2529 #: libraries/classes/Config/Descriptions.php:608
2530 msgid "Title of browser window when nothing is selected."
2533 #: libraries/classes/Config/Descriptions.php:609
2534 msgid "Title of browser window when a server is selected."
2537 #: libraries/classes/Config/Descriptions.php:610
2538 msgid "Title of browser window when a table is selected."
2541 #: libraries/classes/Config/Descriptions.php:611
2542 msgid "Directory on server where you can upload files for import."
2545 #: libraries/classes/Config/Descriptions.php:612
2546 msgid "Allow for searching inside the entire database."
2549 #: libraries/classes/Config/Descriptions.php:613
2550 msgid "Enables check for latest version on main phpMyAdmin page."
2553 #: libraries/classes/Config/Descriptions.php:614
2554 msgid "The password for authenticating with the proxy."
2557 #: libraries/classes/Config/Descriptions.php:615
2558 msgid "Enable ZIP compression for import and export operations."
2561 #: libraries/classes/Config/Descriptions.php:616
2562 msgid "Choose the default action when sending error reports."
2565 #: libraries/classes/Config/Descriptions.php:623
2566 msgid "Allow login to any MySQL server"
2569 #: libraries/classes/Config/Descriptions.php:624
2570 msgid "Restrict login to MySQL server"
2573 #: libraries/classes/Config/Descriptions.php:625
2574 msgid "Allow third party framing"
2577 #: libraries/classes/Config/Descriptions.php:626
2578 msgid "Show \"Drop database\" link to normal users"
2581 #: libraries/classes/Config/Descriptions.php:627
2582 msgid "Blowfish secret"
2585 #: libraries/classes/Config/Descriptions.php:628
2589 #: libraries/classes/Config/Descriptions.php:629
2590 msgid "Highlight pointer"
2593 #: libraries/classes/Config/Descriptions.php:630
2597 #: libraries/classes/Config/Descriptions.php:631
2598 msgid "CHAR columns editing"
2601 #: libraries/classes/Config/Descriptions.php:632
2602 msgid "Enable CodeMirror"
2605 #: libraries/classes/Config/Descriptions.php:633
2606 msgid "Enable linter"
2609 #: libraries/classes/Config/Descriptions.php:634
2610 msgid "Minimum size for input field"
2613 #: libraries/classes/Config/Descriptions.php:635
2614 msgid "Maximum size for input field"
2617 #: libraries/classes/Config/Descriptions.php:636
2618 msgid "CHAR textarea columns"
2621 #: libraries/classes/Config/Descriptions.php:637
2622 msgid "CHAR textarea rows"
2625 #: libraries/classes/Config/Descriptions.php:638
2626 msgid "Check config file permissions"
2629 #: libraries/classes/Config/Descriptions.php:639
2630 msgid "Compress on the fly"
2633 #: libraries/classes/Config/Descriptions.php:640
2634 msgid "Confirm DROP queries"
2637 #: libraries/classes/Config/Descriptions.php:641
2638 #: templates/console/display.twig:11 templates/console/display.twig:64
2642 #: libraries/classes/Config/Descriptions.php:642
2643 #: libraries/classes/Plugins/Schema/SchemaDia.php:65
2644 #: libraries/classes/Plugins/Schema/SchemaPdf.php:73
2648 #: libraries/classes/Config/Descriptions.php:643
2649 msgid "Default database tab"
2652 #: libraries/classes/Config/Descriptions.php:644
2653 msgid "Default server tab"
2656 #: libraries/classes/Config/Descriptions.php:645
2657 msgid "Default table tab"
2660 #: libraries/classes/Config/Descriptions.php:646
2661 msgid "Enable autocomplete for table and column names"
2664 #: libraries/classes/Config/Descriptions.php:647
2665 msgid "Show column comments"
2668 #: libraries/classes/Config/Descriptions.php:648
2669 msgid "Hide table structure actions"
2672 #: libraries/classes/Config/Descriptions.php:649
2673 msgid "Default transformations for Hex"
2676 #: libraries/classes/Config/Descriptions.php:650
2677 msgid "Default transformations for Substring"
2680 #: libraries/classes/Config/Descriptions.php:651
2681 msgid "Default transformations for Bool2Text"
2684 #: libraries/classes/Config/Descriptions.php:652
2685 msgid "Default transformations for External"
2688 #: libraries/classes/Config/Descriptions.php:653
2689 msgid "Default transformations for PreApPend"
2692 #: libraries/classes/Config/Descriptions.php:654
2693 msgid "Default transformations for DateFormat"
2696 #: libraries/classes/Config/Descriptions.php:655
2697 msgid "Default transformations for Inline"
2700 #: libraries/classes/Config/Descriptions.php:656
2701 msgid "Default transformations for TextImageLink"
2704 #: libraries/classes/Config/Descriptions.php:657
2705 msgid "Default transformations for TextLink"
2708 #: libraries/classes/Config/Descriptions.php:658
2709 msgid "Display servers as a list"
2712 #: libraries/classes/Config/Descriptions.php:659
2713 msgid "Disable multi table maintenance"
2716 #: libraries/classes/Config/Descriptions.php:660
2717 msgid "Maximum execution time"
2720 #: libraries/classes/Config/Descriptions.php:662 templates/export.twig:293
2722 msgid "Use %s statement"
2725 #: libraries/classes/Config/Descriptions.php:665
2726 msgid "Save as file"
2729 #: libraries/classes/Config/Descriptions.php:666
2730 #: libraries/classes/Config/Descriptions.php:801
2731 msgid "Character set of the file"
2734 #: libraries/classes/Config/Descriptions.php:667
2735 #: libraries/classes/Config/Descriptions.php:683 templates/sql/query.twig:41
2736 #: templates/table/structure/display_table_stats.twig:84
2740 #: libraries/classes/Config/Descriptions.php:668
2744 #: libraries/classes/Config/Descriptions.php:669
2745 #: libraries/classes/Config/Descriptions.php:676
2746 #: libraries/classes/Config/Descriptions.php:684
2747 #: libraries/classes/Config/Descriptions.php:688
2748 #: libraries/classes/Config/Descriptions.php:701
2749 #: libraries/classes/Config/Descriptions.php:703
2750 #: libraries/classes/Config/Descriptions.php:750
2751 #: libraries/classes/Plugins/Export/ExportCsv.php:91
2752 #: libraries/classes/Plugins/Export/ExportExcel.php:58
2753 #: libraries/classes/Plugins/Export/ExportHtmlword.php:88
2754 #: libraries/classes/Plugins/Export/ExportOds.php:71
2755 #: libraries/classes/Plugins/Export/ExportOdt.php:127
2756 #: libraries/classes/Plugins/Export/ExportTexytext.php:82
2757 msgid "Put columns names in the first row"
2760 #: libraries/classes/Config/Descriptions.php:670
2761 #: libraries/classes/Config/Descriptions.php:803
2762 #: libraries/classes/Config/Descriptions.php:809
2763 #: libraries/classes/Plugins/Import/ImportCsv.php:678
2764 msgid "Columns enclosed with"
2767 #: libraries/classes/Config/Descriptions.php:671
2768 #: libraries/classes/Config/Descriptions.php:804
2769 #: libraries/classes/Config/Descriptions.php:810
2770 #: libraries/classes/Plugins/Import/ImportCsv.php:689
2771 msgid "Columns escaped with"
2774 #: libraries/classes/Config/Descriptions.php:672
2775 #: libraries/classes/Config/Descriptions.php:678
2776 #: libraries/classes/Config/Descriptions.php:685
2777 #: libraries/classes/Config/Descriptions.php:694
2778 #: libraries/classes/Config/Descriptions.php:702
2779 #: libraries/classes/Config/Descriptions.php:706
2780 #: libraries/classes/Config/Descriptions.php:751
2781 msgid "Replace NULL with"
2784 #: libraries/classes/Config/Descriptions.php:673
2785 #: libraries/classes/Config/Descriptions.php:679
2786 msgid "Remove CRLF characters within columns"
2789 #: libraries/classes/Config/Descriptions.php:674
2790 #: libraries/classes/Config/Descriptions.php:807
2791 #: libraries/classes/Config/Descriptions.php:814
2792 #: libraries/classes/Plugins/Import/ImportCsv.php:663
2793 msgid "Columns terminated with"
2796 #: libraries/classes/Config/Descriptions.php:675
2797 #: libraries/classes/Config/Descriptions.php:802
2798 #: libraries/classes/Plugins/Import/ImportCsv.php:698
2799 msgid "Lines terminated with"
2802 #: libraries/classes/Config/Descriptions.php:677
2803 msgid "Excel edition"
2806 #: libraries/classes/Config/Descriptions.php:680
2807 msgid "Database name template"
2810 #: libraries/classes/Config/Descriptions.php:681
2811 msgid "Server name template"
2814 #: libraries/classes/Config/Descriptions.php:682
2815 msgid "Table name template"
2818 #: libraries/classes/Config/Descriptions.php:686
2819 #: libraries/classes/Config/Descriptions.php:699
2820 #: libraries/classes/Config/Descriptions.php:708
2821 #: libraries/classes/Config/Descriptions.php:746
2822 #: libraries/classes/Config/Descriptions.php:752
2823 #: libraries/classes/Plugins/Export/ExportHtmlword.php:59
2824 #: libraries/classes/Plugins/Export/ExportLatex.php:95
2825 #: libraries/classes/Plugins/Export/ExportMediawiki.php:58
2826 #: libraries/classes/Plugins/Export/ExportMediawiki.php:64
2827 #: libraries/classes/Plugins/Export/ExportOdt.php:72
2828 #: libraries/classes/Plugins/Export/ExportPdf.php:107
2829 #: libraries/classes/Plugins/Export/ExportSql.php:235
2830 #: libraries/classes/Plugins/Export/ExportTexytext.php:58
2834 #: libraries/classes/Config/Descriptions.php:687
2835 #: libraries/classes/Plugins/Export/ExportLatex.php:86
2836 msgid "Include table caption"
2839 #: libraries/classes/Config/Descriptions.php:689
2840 #: libraries/classes/Config/Descriptions.php:704
2841 #: libraries/classes/Config/Descriptions.php:740
2842 #: libraries/classes/Plugins/Export/ExportHtmlword.php:407
2843 #: libraries/classes/Plugins/Export/ExportLatex.php:561
2844 #: libraries/classes/Plugins/Export/ExportOdt.php:516
2845 #: libraries/classes/Plugins/Export/ExportTexytext.php:405
2846 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:598
2847 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:727
2848 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:750
2849 #: templates/columns_definitions/table_fields_definitions.twig:54
2850 #: templates/database/data_dictionary/index.twig:23
2851 #: templates/table/structure/display_structure.twig:29
2853 msgstr "Mga komento"
2855 #: libraries/classes/Config/Descriptions.php:690
2856 #: libraries/classes/Config/Descriptions.php:696
2857 msgid "Table caption"
2860 #: libraries/classes/Config/Descriptions.php:691
2861 #: libraries/classes/Config/Descriptions.php:697
2862 msgid "Continued table caption"
2865 #: libraries/classes/Config/Descriptions.php:692
2866 #: libraries/classes/Config/Descriptions.php:698
2870 #: libraries/classes/Config/Descriptions.php:693
2871 #: libraries/classes/Config/Descriptions.php:705
2872 #: libraries/classes/Config/Descriptions.php:743
2873 #: libraries/classes/Plugins/Export/ExportHtmlword.php:413
2874 #: libraries/classes/Plugins/Export/ExportOdt.php:522
2875 #: libraries/classes/Plugins/Export/ExportTexytext.php:409
2876 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:605
2877 #: templates/columns_definitions/table_fields_definitions.twig:71
2878 #: templates/database/data_dictionary/index.twig:25
2880 #| msgid "Bad type!"
2882 msgstr "Masamang uri!"
2884 #: libraries/classes/Config/Descriptions.php:695
2885 #: libraries/classes/Config/Descriptions.php:707
2886 #: libraries/classes/Config/Descriptions.php:745
2887 msgid "Relationships"
2890 #: libraries/classes/Config/Descriptions.php:700
2891 msgid "Export method"
2894 #: libraries/classes/Config/Descriptions.php:709
2895 #: libraries/classes/Config/Descriptions.php:712
2896 msgid "Save on server"
2899 #: libraries/classes/Config/Descriptions.php:710
2900 #: libraries/classes/Config/Descriptions.php:713 templates/export.twig:150
2901 #: templates/export.twig:316
2902 msgid "Overwrite existing file(s)"
2905 #: libraries/classes/Config/Descriptions.php:711
2906 msgid "Export as separate files"
2909 #: libraries/classes/Config/Descriptions.php:714
2910 msgid "Remember file name template"
2913 #: libraries/classes/Config/Descriptions.php:715
2914 #: templates/database/operations/index.twig:165
2915 #: templates/table/operations/index.twig:74
2916 #: templates/table/operations/index.twig:278
2917 msgid "Add AUTO_INCREMENT value"
2920 #: libraries/classes/Config/Descriptions.php:716
2921 msgid "Enclose table and column names with backquotes"
2924 #: libraries/classes/Config/Descriptions.php:717
2925 #: libraries/classes/Config/Descriptions.php:820
2926 msgid "SQL compatibility mode"
2929 #: libraries/classes/Config/Descriptions.php:718
2930 msgid "Creation/Update/Check dates"
2933 #: libraries/classes/Config/Descriptions.php:719
2934 msgid "Use delayed inserts"
2937 #: libraries/classes/Config/Descriptions.php:720
2938 #: libraries/classes/Plugins/Export/ExportSql.php:180
2939 msgid "Disable foreign key checks"
2942 #: libraries/classes/Config/Descriptions.php:721
2943 #: libraries/classes/Plugins/Export/ExportSql.php:194
2944 msgid "Export views as tables"
2947 #: libraries/classes/Config/Descriptions.php:722
2948 msgid "Export related metadata from phpMyAdmin configuration storage"
2951 #: libraries/classes/Config/Descriptions.php:723
2952 #: libraries/classes/Config/Descriptions.php:724
2953 #: libraries/classes/Config/Descriptions.php:726
2954 #: libraries/classes/Config/Descriptions.php:729
2955 #: libraries/classes/Config/Descriptions.php:730
2956 #: libraries/classes/Config/Descriptions.php:731
2957 #: libraries/classes/Config/Descriptions.php:744
2958 #: templates/database/operations/index.twig:160
2959 #: templates/table/operations/index.twig:273
2964 #: libraries/classes/Config/Descriptions.php:732
2965 msgid "Use hexadecimal for BINARY & BLOB"
2968 #: libraries/classes/Config/Descriptions.php:734
2970 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
2974 #: libraries/classes/Config/Descriptions.php:738
2975 #: libraries/classes/Plugins/Export/ExportSql.php:354
2980 #: libraries/classes/Config/Descriptions.php:739
2981 msgid "Use ignore inserts"
2984 #: libraries/classes/Config/Descriptions.php:741
2985 msgid "Syntax to use when inserting data"
2988 #: libraries/classes/Config/Descriptions.php:742
2989 #: libraries/classes/Plugins/Export/ExportSql.php:491
2990 msgid "Maximal length of created query"
2993 #: libraries/classes/Config/Descriptions.php:747
2997 #: libraries/classes/Config/Descriptions.php:748
2998 #: libraries/classes/Plugins/Export/ExportSql.php:166
2999 msgid "Enclose export in a transaction"
3002 #: libraries/classes/Config/Descriptions.php:749
3003 msgid "Export time in UTC"
3006 #: libraries/classes/Config/Descriptions.php:753
3007 msgid "Foreign key dropdown order"
3010 #: libraries/classes/Config/Descriptions.php:754
3011 msgid "Foreign key limit"
3014 #: libraries/classes/Config/Descriptions.php:755
3015 msgid "Foreign key checks"
3018 #: libraries/classes/Config/Descriptions.php:756
3019 msgid "First day of calendar"
3022 #: libraries/classes/Config/Descriptions.php:757
3023 #: libraries/classes/Config/Descriptions.php:768 libraries/classes/Menu.php:530
3024 #: libraries/classes/Util.php:2474 libraries/config.values.php:155
3025 #: templates/navigation/tree/database_select.twig:11
3026 #: templates/server/databases/index.twig:8
3027 #: templates/server/privileges/user_properties.twig:20
3031 #: libraries/classes/Config/Descriptions.php:758
3035 #: libraries/classes/Config/Descriptions.php:760
3036 #: libraries/classes/Config/Forms/User/ExportForm.php:80
3037 #: libraries/classes/Config/Forms/User/ImportForm.php:33
3041 #: libraries/classes/Config/Descriptions.php:761
3045 #: libraries/classes/Config/Descriptions.php:762
3049 #: libraries/classes/Config/Descriptions.php:763
3050 msgid "Export defaults"
3053 #: libraries/classes/Config/Descriptions.php:764
3057 #: libraries/classes/Config/Descriptions.php:765
3058 msgid "Import defaults"
3061 #: libraries/classes/Config/Descriptions.php:766
3062 msgid "Import / export"
3065 #: libraries/classes/Config/Descriptions.php:767
3069 #: libraries/classes/Config/Descriptions.php:769
3070 #: libraries/classes/Config/Forms/User/NaviForm.php:66
3071 #: templates/preferences/header.twig:30
3072 msgid "Navigation panel"
3075 #: libraries/classes/Config/Descriptions.php:770
3076 msgid "Navigation tree"
3079 #: libraries/classes/Config/Descriptions.php:771
3080 #: libraries/classes/Server/Select.php:60 templates/setup/home/index.twig:34
3084 #: libraries/classes/Config/Descriptions.php:772
3085 #: libraries/classes/Controllers/Server/DatabasesController.php:478
3086 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:24
3087 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
3088 #: libraries/classes/Plugins/Export/ExportXml.php:130
3089 #: libraries/classes/Server/Status/Data.php:159
3090 #: templates/database/export/index.twig:23
3091 #: templates/database/structure/show_create.twig:6
3093 msgstr "Mga talahanayan"
3095 #: libraries/classes/Config/Descriptions.php:773
3096 #: libraries/classes/Config/Forms/User/MainForm.php:88
3097 #: templates/preferences/header.twig:36
3101 #: libraries/classes/Config/Descriptions.php:774
3102 msgid "Microsoft Office"
3105 #: libraries/classes/Config/Descriptions.php:776
3106 msgid "Other core settings"
3109 #: libraries/classes/Config/Descriptions.php:777
3113 #: libraries/classes/Config/Descriptions.php:778
3117 #: libraries/classes/Config/Descriptions.php:779
3118 msgid "Basic settings"
3121 #: libraries/classes/Config/Descriptions.php:780
3122 msgid "Authentication"
3125 #: libraries/classes/Config/Descriptions.php:781
3126 msgid "Server configuration"
3129 #: libraries/classes/Config/Descriptions.php:782
3130 msgid "Configuration storage"
3133 #: libraries/classes/Config/Descriptions.php:783
3134 msgid "Changes tracking"
3137 #: libraries/classes/Config/Descriptions.php:784 libraries/classes/Menu.php:290
3138 #: libraries/classes/Menu.php:406 libraries/classes/Menu.php:535
3139 #: libraries/classes/Navigation/Nodes/NodeTable.php:319
3140 #: libraries/classes/Util.php:1720 libraries/classes/Util.php:2475
3141 #: libraries/classes/Util.php:2490 libraries/classes/Util.php:2507
3142 #: libraries/config.values.php:62 libraries/config.values.php:76
3143 #: libraries/config.values.php:167 libraries/config.values.php:177
3147 #: libraries/classes/Config/Descriptions.php:785
3148 msgid "SQL Query box"
3151 #: libraries/classes/Config/Descriptions.php:786
3152 #: libraries/classes/Config/Forms/User/SqlForm.php:46
3153 #: templates/preferences/header.twig:24
3157 #: libraries/classes/Config/Descriptions.php:787
3161 #: libraries/classes/Config/Descriptions.php:788
3162 msgid "Database structure"
3165 #: libraries/classes/Config/Descriptions.php:789
3166 #: libraries/classes/Plugins/Export/ExportPdf.php:304
3167 #: templates/table/page_with_secondary_tabs.twig:5
3168 msgid "Table structure"
3171 #: libraries/classes/Config/Descriptions.php:790
3175 #: libraries/classes/Config/Descriptions.php:791
3176 msgid "Display relational schema"
3179 #: libraries/classes/Config/Descriptions.php:792
3183 #: libraries/classes/Config/Descriptions.php:793
3187 #: libraries/classes/Config/Descriptions.php:794
3191 #: libraries/classes/Config/Descriptions.php:795
3192 #: templates/console/display.twig:4
3196 #: libraries/classes/Config/Descriptions.php:796
3200 #: libraries/classes/Config/Descriptions.php:797
3201 msgid "Extra parameters for iconv"
3204 #: libraries/classes/Config/Descriptions.php:798
3205 msgid "Ignore multiple statement errors"
3208 #: libraries/classes/Config/Descriptions.php:799
3209 msgid "Enable drag and drop import"
3212 #: libraries/classes/Config/Descriptions.php:800
3213 msgid "Partial import: allow interrupt"
3216 #: libraries/classes/Config/Descriptions.php:805
3217 #: libraries/classes/Config/Descriptions.php:811
3218 #: libraries/classes/Plugins/Import/ImportCsv.php:135
3219 #: libraries/classes/Plugins/Import/ImportLdi.php:80
3220 msgid "Do not abort on INSERT error"
3223 #: libraries/classes/Config/Descriptions.php:806
3224 #: libraries/classes/Config/Descriptions.php:813
3225 msgid "Add ON DUPLICATE KEY UPDATE"
3228 #: libraries/classes/Config/Descriptions.php:808
3229 msgid "Format of imported file"
3232 #: libraries/classes/Config/Descriptions.php:812
3233 #: libraries/classes/Plugins/Import/ImportLdi.php:86
3234 msgid "Use LOCAL keyword"
3237 #: libraries/classes/Config/Descriptions.php:815
3238 msgid "Column names in first row"
3241 #: libraries/classes/Config/Descriptions.php:816
3242 #: libraries/classes/Plugins/Import/ImportOds.php:77
3243 msgid "Do not import empty rows"
3246 #: libraries/classes/Config/Descriptions.php:817
3247 msgid "Import currencies ($5.00 to 5.00)"
3250 #: libraries/classes/Config/Descriptions.php:818
3251 msgid "Import percentages as proper decimals (12.00% to .12)"
3254 #: libraries/classes/Config/Descriptions.php:819
3255 msgid "Partial import: skip queries"
3258 #: libraries/classes/Config/Descriptions.php:821
3259 msgid "Do not use AUTO_INCREMENT for zero values"
3262 #: libraries/classes/Config/Descriptions.php:822
3263 msgid "Read as multibytes"
3266 #: libraries/classes/Config/Descriptions.php:823
3267 msgid "Initial state for sliders"
3270 #: libraries/classes/Config/Descriptions.php:824
3271 msgid "Number of inserted rows"
3274 #: libraries/classes/Config/Descriptions.php:825
3275 msgid "Limit column characters"
3278 #: libraries/classes/Config/Descriptions.php:826
3279 msgid "Delete all cookies on logout"
3282 #: libraries/classes/Config/Descriptions.php:827
3283 msgid "Recall user name"
3286 #: libraries/classes/Config/Descriptions.php:828
3287 msgid "Login cookie store"
3290 #: libraries/classes/Config/Descriptions.php:829
3291 msgid "Login cookie validity"
3294 #: libraries/classes/Config/Descriptions.php:830
3295 msgid "Bigger textarea for LONGTEXT"
3298 #: libraries/classes/Config/Descriptions.php:831
3299 msgid "Maximum displayed SQL length"
3302 #: libraries/classes/Config/Descriptions.php:832
3303 msgid "Maximum databases"
3306 #: libraries/classes/Config/Descriptions.php:833
3307 msgid "Maximum items on first level"
3310 #: libraries/classes/Config/Descriptions.php:834
3311 msgid "Maximum items in branch"
3314 #: libraries/classes/Config/Descriptions.php:835
3315 msgid "Maximum number of rows to display"
3318 #: libraries/classes/Config/Descriptions.php:836
3319 msgid "Maximum tables"
3322 #: libraries/classes/Config/Descriptions.php:837
3323 msgid "Memory limit"
3326 #: libraries/classes/Config/Descriptions.php:838
3327 msgid "Show databases navigation as tree"
3330 #: libraries/classes/Config/Descriptions.php:839
3331 msgid "Navigation panel width"
3334 #: libraries/classes/Config/Descriptions.php:840
3335 #: libraries/classes/Controllers/JavaScriptMessagesController.php:622
3336 #: libraries/classes/Navigation/NavigationTree.php:1474
3337 msgid "Link with main panel"
3338 msgstr "Mag-link sa pangunahing panel"
3340 #: libraries/classes/Config/Descriptions.php:841
3341 msgid "Display logo"
3344 #: libraries/classes/Config/Descriptions.php:842
3345 msgid "Logo link URL"
3348 #: libraries/classes/Config/Descriptions.php:843
3349 msgid "Logo link target"
3352 #: libraries/classes/Config/Descriptions.php:844
3353 msgid "Display servers selection"
3356 #: libraries/classes/Config/Descriptions.php:845
3357 msgid "Target for quick access icon"
3360 #: libraries/classes/Config/Descriptions.php:846
3361 msgid "Target for second quick access icon"
3364 #: libraries/classes/Config/Descriptions.php:847
3365 msgid "Minimum number of items to display the filter box"
3368 #: libraries/classes/Config/Descriptions.php:849
3369 msgid "Minimum number of databases to display the database filter box"
3372 #: libraries/classes/Config/Descriptions.php:851
3373 msgid "Group items in the tree"
3376 #: libraries/classes/Config/Descriptions.php:852
3377 msgid "Database tree separator"
3380 #: libraries/classes/Config/Descriptions.php:853
3381 msgid "Table tree separator"
3384 #: libraries/classes/Config/Descriptions.php:854
3385 msgid "Maximum table tree depth"
3388 #: libraries/classes/Config/Descriptions.php:855
3389 msgid "Enable highlighting"
3392 #: libraries/classes/Config/Descriptions.php:856
3393 msgid "Enable navigation tree expansion"
3396 #: libraries/classes/Config/Descriptions.php:857
3397 msgid "Show tables in tree"
3400 #: libraries/classes/Config/Descriptions.php:858
3401 msgid "Show views in tree"
3404 #: libraries/classes/Config/Descriptions.php:859
3405 msgid "Show functions in tree"
3408 #: libraries/classes/Config/Descriptions.php:860
3409 msgid "Show procedures in tree"
3412 #: libraries/classes/Config/Descriptions.php:861
3413 msgid "Show events in tree"
3416 #: libraries/classes/Config/Descriptions.php:862
3418 #| msgid "Copying database"
3419 msgid "Expand single database"
3420 msgstr "Kinokopya ang database"
3422 #: libraries/classes/Config/Descriptions.php:863
3423 msgid "Recently used tables"
3426 #: libraries/classes/Config/Descriptions.php:864
3427 #: libraries/classes/RecentFavoriteTable.php:273
3428 msgid "Favorite tables"
3431 #: libraries/classes/Config/Descriptions.php:865
3432 msgid "Where to show the table row links"
3435 #: libraries/classes/Config/Descriptions.php:866
3436 msgid "Show row links anyway"
3439 #: libraries/classes/Config/Descriptions.php:868
3440 msgid "Natural order"
3443 #: libraries/classes/Config/Descriptions.php:869
3444 msgid "Table navigation bar"
3447 #: libraries/classes/Config/Descriptions.php:870
3448 msgid "GZip output buffering"
3451 #: libraries/classes/Config/Descriptions.php:871
3452 msgid "Default sorting order"
3455 #: libraries/classes/Config/Descriptions.php:872
3456 msgid "Persistent connections"
3459 #: libraries/classes/Config/Descriptions.php:873
3460 msgid "Missing phpMyAdmin configuration storage tables"
3463 #: libraries/classes/Config/Descriptions.php:874
3464 msgid "MySQL reserved word warning"
3467 #: libraries/classes/Config/Descriptions.php:875
3468 msgid "How to display the menu tabs"
3471 #: libraries/classes/Config/Descriptions.php:876
3472 msgid "How to display various action links"
3475 #: libraries/classes/Config/Descriptions.php:877
3476 msgid "Protect binary columns"
3479 #: libraries/classes/Config/Descriptions.php:878
3480 msgid "Permanent query history"
3483 #: libraries/classes/Config/Descriptions.php:879
3484 msgid "Query history length"
3487 #: libraries/classes/Config/Descriptions.php:880
3488 msgid "Recoding engine"
3491 #: libraries/classes/Config/Descriptions.php:881
3492 msgid "Remember table's sorting"
3495 #: libraries/classes/Config/Descriptions.php:882
3496 msgid "Primary key default sort order"
3499 #: libraries/classes/Config/Descriptions.php:883
3500 msgid "Repeat headers"
3503 #: libraries/classes/Config/Descriptions.php:884
3504 msgid "Grid editing: trigger action"
3507 #: libraries/classes/Config/Descriptions.php:885
3508 msgid "Relational display"
3511 #: libraries/classes/Config/Descriptions.php:886
3512 msgid "Grid editing: save all edited cells at once"
3515 #: libraries/classes/Config/Descriptions.php:887
3516 msgid "Save directory"
3519 #: libraries/classes/Config/Descriptions.php:888
3520 msgid "Host authorization order"
3523 #: libraries/classes/Config/Descriptions.php:889
3524 msgid "Host authorization rules"
3527 #: libraries/classes/Config/Descriptions.php:890
3528 msgid "Allow logins without a password"
3531 #: libraries/classes/Config/Descriptions.php:891
3532 msgid "Allow root login"
3535 #: libraries/classes/Config/Descriptions.php:892
3536 msgid "Session timezone"
3539 #: libraries/classes/Config/Descriptions.php:893
3543 #: libraries/classes/Config/Descriptions.php:894
3544 #: templates/setup/home/index.twig:44
3545 msgid "Authentication type"
3548 #: libraries/classes/Config/Descriptions.php:895
3549 msgid "Bookmark table"
3552 #: libraries/classes/Config/Descriptions.php:896
3553 msgid "Column information table"
3556 #: libraries/classes/Config/Descriptions.php:897
3557 msgid "Compress connection"
3560 #: libraries/classes/Config/Descriptions.php:898
3561 msgid "Control user password"
3564 #: libraries/classes/Config/Descriptions.php:899
3565 msgid "Control user"
3568 #: libraries/classes/Config/Descriptions.php:900
3569 msgid "Control host"
3572 #: libraries/classes/Config/Descriptions.php:901
3573 msgid "Control port"
3576 #: libraries/classes/Config/Descriptions.php:902
3577 msgid "Disable use of INFORMATION_SCHEMA"
3580 #: libraries/classes/Config/Descriptions.php:903
3581 msgid "Hide databases"
3584 #: libraries/classes/Config/Descriptions.php:904
3585 msgid "SQL query history table"
3588 #: libraries/classes/Config/Descriptions.php:905
3589 msgid "Server hostname"
3592 #: libraries/classes/Config/Descriptions.php:906
3596 #: libraries/classes/Config/Descriptions.php:907
3597 msgid "Maximal number of table preferences to store"
3600 #: libraries/classes/Config/Descriptions.php:908
3601 msgid "QBE saved searches table"
3604 #: libraries/classes/Config/Descriptions.php:909
3605 msgid "Export templates table"
3608 #: libraries/classes/Config/Descriptions.php:910
3609 msgid "Central columns table"
3612 #: libraries/classes/Config/Descriptions.php:911
3613 msgid "Show only listed databases"
3616 #: libraries/classes/Config/Descriptions.php:912
3617 msgid "Password for config auth"
3620 #: libraries/classes/Config/Descriptions.php:913
3621 msgid "PDF schema: pages table"
3624 #: libraries/classes/Config/Descriptions.php:914
3625 #: templates/database/operations/index.twig:127
3626 #: templates/server/databases/index.twig:37
3627 msgid "Database name"
3630 #: libraries/classes/Config/Descriptions.php:915
3634 #: libraries/classes/Config/Descriptions.php:916
3635 msgid "Recently used table"
3638 #: libraries/classes/Config/Descriptions.php:917
3639 msgid "Favorites table"
3642 #: libraries/classes/Config/Descriptions.php:918
3643 msgid "Relation table"
3646 #: libraries/classes/Config/Descriptions.php:919
3647 msgid "Signon session name"
3650 #: libraries/classes/Config/Descriptions.php:920
3654 #: libraries/classes/Config/Descriptions.php:921
3655 msgid "Server socket"
3658 #: libraries/classes/Config/Descriptions.php:922
3662 #: libraries/classes/Config/Descriptions.php:923
3663 msgid "Designer and PDF schema: table coordinates"
3666 #: libraries/classes/Config/Descriptions.php:924
3667 msgid "Display columns table"
3670 #: libraries/classes/Config/Descriptions.php:925
3671 msgid "UI preferences table"
3674 #: libraries/classes/Config/Descriptions.php:926
3675 msgid "Add DROP DATABASE"
3678 #: libraries/classes/Config/Descriptions.php:927
3679 #: templates/database/structure/copy_form.twig:34
3680 msgid "Add DROP TABLE"
3683 #: libraries/classes/Config/Descriptions.php:928
3684 msgid "Add DROP VIEW"
3687 #: libraries/classes/Config/Descriptions.php:929
3688 msgid "Statements to track"
3691 #: libraries/classes/Config/Descriptions.php:930
3692 msgid "SQL query tracking table"
3695 #: libraries/classes/Config/Descriptions.php:931
3696 msgid "Automatically create versions"
3699 #: libraries/classes/Config/Descriptions.php:932
3700 msgid "User preferences storage table"
3703 #: libraries/classes/Config/Descriptions.php:933
3707 #: libraries/classes/Config/Descriptions.php:934
3708 msgid "User groups table"
3711 #: libraries/classes/Config/Descriptions.php:935
3712 msgid "Hidden navigation items table"
3715 #: libraries/classes/Config/Descriptions.php:936
3716 msgid "User for config auth"
3719 #: libraries/classes/Config/Descriptions.php:937
3720 msgid "Verbose name of this server"
3723 #: libraries/classes/Config/Descriptions.php:938
3724 msgid "Allow to display all the rows"
3727 #: libraries/classes/Config/Descriptions.php:939
3728 msgid "Show password change form"
3731 #: libraries/classes/Config/Descriptions.php:940
3732 msgid "Show create database form"
3735 #: libraries/classes/Config/Descriptions.php:941
3736 msgid "Show table comments"
3739 #: libraries/classes/Config/Descriptions.php:942
3740 msgid "Show creation timestamp"
3743 #: libraries/classes/Config/Descriptions.php:943
3744 msgid "Show last update timestamp"
3747 #: libraries/classes/Config/Descriptions.php:944
3748 msgid "Show last check timestamp"
3751 #: libraries/classes/Config/Descriptions.php:945
3752 msgid "Show table charset"
3755 #: libraries/classes/Config/Descriptions.php:946
3756 msgid "Show field types"
3759 #: libraries/classes/Config/Descriptions.php:947
3760 msgid "Show function fields"
3763 #: libraries/classes/Config/Descriptions.php:948
3767 #: libraries/classes/Config/Descriptions.php:949
3768 msgid "Show phpinfo() link"
3771 #: libraries/classes/Config/Descriptions.php:950
3772 msgid "Show detailed MySQL server information"
3775 #: libraries/classes/Config/Descriptions.php:951
3776 msgid "Show SQL queries"
3779 #: libraries/classes/Config/Descriptions.php:952 templates/sql/query.twig:120
3780 msgid "Retain query box"
3783 #: libraries/classes/Config/Descriptions.php:953
3784 msgid "Show statistics"
3787 #: libraries/classes/Config/Descriptions.php:954
3788 msgid "Skip locked tables"
3791 #: libraries/classes/Config/Descriptions.php:955
3792 #: libraries/classes/Controllers/JavaScriptMessagesController.php:389
3793 #: libraries/classes/Display/Results.php:3265
3794 #: libraries/classes/Html/Generator.php:694
3795 #: libraries/classes/Html/Generator.php:956
3796 #: libraries/classes/Server/UserGroups.php:125
3797 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
3798 #: templates/console/display.twig:175
3799 #: templates/database/central_columns/main.twig:267
3800 #: templates/database/central_columns/main.twig:381
3801 #: templates/database/central_columns/main.twig:382
3802 #: templates/database/events/index.twig:46
3803 #: templates/database/events/index.twig:49
3804 #: templates/database/events/row.twig:20 templates/database/events/row.twig:23
3805 #: templates/database/routines/row.twig:18
3806 #: templates/database/routines/row.twig:21
3807 #: templates/database/structure/structure_table_row.twig:66
3808 #: templates/database/triggers/row.twig:22
3809 #: templates/database/triggers/row.twig:25
3810 #: templates/display/results/table.twig:210
3811 #: templates/display/results/table.twig:211 templates/indexes.twig:33
3812 #: templates/server/variables/index.twig:41
3813 #: templates/server/variables/index.twig:44 templates/setup/home/index.twig:57
3814 #: templates/table/structure/display_structure.twig:436
3818 #: libraries/classes/Config/Descriptions.php:956
3819 #: libraries/classes/Html/Generator.php:657
3823 #: libraries/classes/Config/Descriptions.php:957
3824 #: libraries/classes/Export.php:604 libraries/classes/Html/Generator.php:738
3825 #: templates/console/display.twig:99
3826 #: templates/server/status/processes/index.twig:10
3827 #: templates/server/status/variables/index.twig:12
3831 #: libraries/classes/Config/Descriptions.php:958
3832 #: libraries/classes/Html/Generator.php:723
3833 msgid "Create PHP code"
3836 #: libraries/classes/Config/Descriptions.php:959
3837 msgid "Suhosin warning"
3840 #: libraries/classes/Config/Descriptions.php:960
3841 msgid "Login cookie validity warning"
3844 #: libraries/classes/Config/Descriptions.php:961
3845 msgid "Textarea columns"
3848 #: libraries/classes/Config/Descriptions.php:962
3849 msgid "Textarea rows"
3852 #: libraries/classes/Config/Descriptions.php:963
3853 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:159
3854 #: libraries/classes/Plugins/Export/ExportHtmlword.php:149
3855 #: libraries/classes/Plugins/Export/ExportOdt.php:192
3856 #: libraries/classes/Plugins/Export/ExportTexytext.php:133
3857 #: libraries/classes/Server/Privileges.php:1947
3858 #: libraries/classes/Server/Privileges.php:1949
3859 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:40
3860 #: templates/console/display.twig:184 templates/server/databases/index.twig:109
3861 #: templates/server/privileges/edit_routine_privileges.twig:17
3862 #: templates/server/privileges/privileges_table.twig:233
3863 #: templates/server/privileges/user_properties.twig:22
3864 #: templates/server/privileges/user_properties.twig:71
3865 #: templates/table/operations/index.twig:56
3866 #: templates/table/operations/index.twig:62
3867 #: templates/table/operations/index.twig:233
3868 #: templates/table/operations/index.twig:239
3869 #: templates/table/relation/common_form.twig:36
3870 #: templates/table/relation/common_form.twig:172
3871 #: templates/table/relation/foreign_key_row.twig:98
3875 #: libraries/classes/Config/Descriptions.php:964
3876 msgid "Default title"
3879 #: libraries/classes/Config/Descriptions.php:965
3880 #: templates/server/status/base.twig:6
3884 #: libraries/classes/Config/Descriptions.php:966
3885 #: libraries/classes/Database/Triggers.php:398
3886 #: libraries/classes/Plugins/Export/ExportXml.php:521
3887 #: libraries/classes/Server/Privileges.php:1953
3888 #: libraries/classes/Server/Privileges.php:1955
3889 #: templates/database/structure/show_create.twig:10
3890 #: templates/database/structure/table_header.twig:8
3891 #: templates/database/tracking/tables.twig:13
3892 #: templates/database/tracking/tables.twig:154
3893 #: templates/database/triggers/list.twig:20
3894 #: templates/server/privileges/privileges_table.twig:6
3895 #: templates/server/privileges/privileges_table.twig:235
3896 #: templates/server/privileges/user_properties.twig:37
3897 #: templates/server/privileges/user_properties.twig:82
3898 #: templates/table/maintenance/checksum.twig:12
3899 #: templates/table/operations/index.twig:67
3900 #: templates/table/operations/index.twig:244
3901 #: templates/table/relation/common_form.twig:37
3902 #: templates/table/relation/common_form.twig:179
3903 #: templates/table/relation/foreign_key_row.twig:109
3907 #: libraries/classes/Config/Descriptions.php:967
3908 msgid "List of trusted proxies for IP allow/deny"
3911 #: libraries/classes/Config/Descriptions.php:968
3912 msgid "Upload directory"
3915 #: libraries/classes/Config/Descriptions.php:969
3916 msgid "Use database search"
3919 #: libraries/classes/Config/Descriptions.php:970
3920 msgid "Enable the Developer tab in settings"
3923 #: libraries/classes/Config/Descriptions.php:971
3924 #: libraries/classes/Setup/Index.php:132 libraries/classes/Setup/Index.php:156
3925 #: libraries/classes/Setup/Index.php:170 libraries/classes/Setup/Index.php:183
3926 #: libraries/classes/Setup/Index.php:192 libraries/classes/Setup/Index.php:200
3927 msgid "Version check"
3930 #: libraries/classes/Config/Descriptions.php:972
3934 #: libraries/classes/Config/Descriptions.php:973
3935 msgid "Proxy username"
3938 #: libraries/classes/Config/Descriptions.php:974
3939 msgid "Proxy password"
3942 #: libraries/classes/Config/Descriptions.php:975
3946 #: libraries/classes/Config/Descriptions.php:976
3947 msgid "URL for reCaptcha v2 API"
3950 #: libraries/classes/Config/Descriptions.php:977
3951 msgid "Content-Security-Policy snippet for reCaptcha v2 API"
3954 #: libraries/classes/Config/Descriptions.php:978
3955 msgid "Request parameter for reCaptcha v2 API"
3958 #: libraries/classes/Config/Descriptions.php:979
3959 msgid "Response parameter for reCaptcha v2 API"
3962 #: libraries/classes/Config/Descriptions.php:980
3963 msgid "Public key for reCaptcha"
3966 #: libraries/classes/Config/Descriptions.php:981
3967 msgid "Private key for reCaptcha"
3970 #: libraries/classes/Config/Descriptions.php:982
3971 msgid "URL for reCaptcha siteverify"
3974 #: libraries/classes/Config/Descriptions.php:983
3975 msgid "Send error reports"
3978 #: libraries/classes/Config/Descriptions.php:984
3979 msgid "Enter executes queries in console"
3982 #: libraries/classes/Config/Descriptions.php:985
3983 msgid "Enable Zero Configuration mode"
3986 #: libraries/classes/Config/Descriptions.php:986
3987 #: templates/console/display.twig:153
3988 msgid "Show query history at start"
3991 #: libraries/classes/Config/Descriptions.php:987
3992 #: templates/console/display.twig:149
3993 msgid "Always expand query messages"
3996 #: libraries/classes/Config/Descriptions.php:988
3997 #: templates/console/display.twig:157
3998 msgid "Show current browsing query"
4001 #: libraries/classes/Config/Descriptions.php:989
4002 msgid "Execute queries on Enter and insert new line with Shift + Enter"
4005 #: libraries/classes/Config/Descriptions.php:990
4006 #: templates/console/display.twig:168
4007 msgid "Switch to dark theme"
4010 #: libraries/classes/Config/Descriptions.php:991
4011 msgid "Console height"
4014 #: libraries/classes/Config/Descriptions.php:992
4015 msgid "Console mode"
4018 #: libraries/classes/Config/Descriptions.php:993
4019 #: templates/console/display.twig:64
4020 msgid "Group queries"
4023 #: libraries/classes/Config/Descriptions.php:994
4024 #: templates/sql/profiling_chart.twig:9
4028 #: libraries/classes/Config/Descriptions.php:995
4032 #: libraries/classes/Config/Descriptions.php:996
4033 msgid "Server connection collation"
4034 msgstr "Pag-collage ng koneksyon sa server"
4036 #: libraries/classes/Config/FormDisplay.php:123
4037 #: libraries/classes/Config/Validator.php:541
4038 msgid "Not a positive number!"
4041 #: libraries/classes/Config/FormDisplay.php:124
4042 #: libraries/classes/Config/Validator.php:563
4043 msgid "Not a non-negative number!"
4046 #: libraries/classes/Config/FormDisplay.php:125
4047 #: libraries/classes/Config/Validator.php:519
4048 msgid "Not a valid port number!"
4051 #: libraries/classes/Config/FormDisplay.php:126
4052 #: libraries/classes/Config/FormDisplay.php:718
4053 #: libraries/classes/Config/Validator.php:585
4054 msgid "Incorrect value!"
4057 #: libraries/classes/Config/FormDisplay.php:127
4058 #: libraries/classes/Config/Validator.php:603
4060 msgid "Value must be less than or equal to %s!"
4063 #: libraries/classes/Config/FormDisplay.php:675
4065 msgid "Missing data for %s"
4068 #: libraries/classes/Config/FormDisplay.php:874
4069 #: libraries/classes/Config/FormDisplay.php:882
4073 #: libraries/classes/Config/FormDisplay.php:876
4074 #: libraries/classes/Config/FormDisplay.php:884
4076 msgid "\"%s\" requires %s extension"
4079 #: libraries/classes/Config/FormDisplay.php:916
4081 msgid "Compressed import will not work due to missing function %s."
4084 #: libraries/classes/Config/FormDisplay.php:924
4086 msgid "Compressed export will not work due to missing function %s."
4089 #: libraries/classes/Config/FormDisplay.php:943
4094 #: libraries/classes/Config/FormDisplayTemplate.php:178
4095 #: libraries/classes/Engines/Pbxt.php:169
4096 #: libraries/classes/Html/Generator.php:822
4097 #: libraries/classes/Html/MySQLDocumentation.php:49
4098 #: libraries/classes/Sanitize.php:200 templates/home/index.twig:200
4099 #: templates/server/variables/index.twig:17
4100 msgid "Documentation"
4101 msgstr "Dokumentasyon"
4103 #: libraries/classes/Config/FormDisplayTemplate.php:255
4104 msgid "This setting is disabled, it will not be applied to your configuration."
4107 #: libraries/classes/Config/FormDisplayTemplate.php:257
4108 #: libraries/classes/Relation.php:150 libraries/classes/Relation.php:158
4109 #: libraries/config.values.php:145 libraries/config.values.php:188
4113 #: libraries/classes/Config/FormDisplayTemplate.php:303
4114 #: libraries/classes/Controllers/Database/StructureController.php:1453
4115 #: libraries/classes/Controllers/Database/StructureController.php:1536
4116 #: libraries/classes/Controllers/JavaScriptMessagesController.php:499
4117 #: libraries/classes/Controllers/Table/DeleteController.php:56
4118 #: libraries/classes/Controllers/Table/StructureController.php:463
4119 #: libraries/classes/Controllers/Table/StructureController.php:487
4120 #: libraries/classes/Controllers/Table/StructureController.php:531
4121 #: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:528
4122 #: libraries/classes/Plugins/Export/ExportHtmlword.php:666
4123 #: libraries/classes/Plugins/Export/ExportLatex.php:639
4124 #: libraries/classes/Plugins/Export/ExportOdt.php:815
4125 #: libraries/classes/Plugins/Export/ExportTexytext.php:634
4126 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:798
4127 #: templates/database/central_columns/main.twig:360
4128 #: templates/database/data_dictionary/index.twig:39
4129 #: templates/database/data_dictionary/index.twig:83
4130 #: templates/database/privileges/index.twig:69
4131 #: templates/database/structure/drop_form.twig:19
4132 #: templates/database/structure/empty_form.twig:19 templates/indexes.twig:63
4133 #: templates/preferences/autoload.twig:11
4134 #: templates/preferences/manage/error.twig:18
4135 #: templates/server/privileges/new_user_ajax.twig:20
4136 #: templates/server/privileges/new_user_ajax.twig:34
4137 #: templates/server/privileges/privileges_summary.twig:37
4138 #: templates/server/privileges/privileges_summary.twig:40
4139 #: templates/server/privileges/privileges_summary.twig:42
4140 #: templates/server/privileges/users_overview.twig:50
4141 #: templates/server/privileges/users_overview.twig:62
4142 #: templates/table/delete/confirm.twig:28
4143 #: templates/table/privileges/index.twig:73
4144 #: templates/table/structure/display_structure.twig:81
4145 #: templates/table/structure/display_structure.twig:470
4146 #: templates/table/structure/drop_confirm.twig:19
4147 #: templates/table/structure/primary.twig:22
4148 #: templates/table/tracking/structure_snapshot_columns.twig:33
4149 #: templates/table/tracking/structure_snapshot_indexes.twig:23
4150 #: templates/table/tracking/structure_snapshot_indexes.twig:24
4154 #: libraries/classes/Config/FormDisplayTemplate.php:303
4155 #: libraries/classes/Controllers/JavaScriptMessagesController.php:353
4156 #: libraries/classes/IndexColumn.php:158 libraries/classes/Index.php:501
4157 #: libraries/classes/Index.php:529
4158 #: libraries/classes/Plugins/Export/ExportHtmlword.php:665
4159 #: libraries/classes/Plugins/Export/ExportLatex.php:639
4160 #: libraries/classes/Plugins/Export/ExportOdt.php:814
4161 #: libraries/classes/Plugins/Export/ExportTexytext.php:634
4162 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:797
4163 #: templates/database/central_columns/main.twig:360
4164 #: templates/database/data_dictionary/index.twig:39
4165 #: templates/database/data_dictionary/index.twig:83
4166 #: templates/database/privileges/index.twig:69
4167 #: templates/database/structure/drop_form.twig:20
4168 #: templates/database/structure/empty_form.twig:20 templates/indexes.twig:63
4169 #: templates/preferences/autoload.twig:12
4170 #: templates/preferences/manage/error.twig:19
4171 #: templates/server/privileges/new_user_ajax.twig:22
4172 #: templates/server/privileges/new_user_ajax.twig:34
4173 #: templates/server/privileges/privileges_summary.twig:37
4174 #: templates/server/privileges/privileges_summary.twig:40
4175 #: templates/server/privileges/privileges_summary.twig:42
4176 #: templates/server/privileges/users_overview.twig:52
4177 #: templates/server/privileges/users_overview.twig:62
4178 #: templates/table/delete/confirm.twig:29
4179 #: templates/table/privileges/index.twig:73
4180 #: templates/table/structure/display_structure.twig:81
4181 #: templates/table/structure/display_structure.twig:470
4182 #: templates/table/structure/drop_confirm.twig:20
4183 #: templates/table/structure/primary.twig:23
4184 #: templates/table/tracking/structure_snapshot_columns.twig:33
4185 #: templates/table/tracking/structure_snapshot_indexes.twig:23
4186 #: templates/table/tracking/structure_snapshot_indexes.twig:24
4190 #: libraries/classes/Config/FormDisplayTemplate.php:350
4192 msgid "Set value: %s"
4195 #: libraries/classes/Config/FormDisplayTemplate.php:355
4196 msgid "Restore default value"
4199 #: libraries/classes/Config/FormDisplayTemplate.php:368
4200 msgid "Allow users to customize this value"
4203 #: libraries/classes/Config/Forms/Setup/ServersForm.php:37
4204 msgid "Config authentication"
4207 #: libraries/classes/Config/Forms/Setup/ServersForm.php:41
4208 msgid "HTTP authentication"
4211 #: libraries/classes/Config/Forms/Setup/ServersForm.php:44
4212 msgid "Signon authentication"
4215 #: libraries/classes/Config/Forms/User/ExportForm.php:23
4219 #: libraries/classes/Config/Forms/User/ExportForm.php:27
4223 #: libraries/classes/Config/Forms/User/ExportForm.php:53
4224 #: libraries/classes/Config/Forms/User/ExportForm.php:98
4225 #: libraries/classes/Config/Forms/User/ExportForm.php:126
4226 #: libraries/classes/Controllers/JavaScriptMessagesController.php:735
4227 #: libraries/classes/Import.php:1383 libraries/classes/Menu.php:282
4228 #: libraries/classes/Menu.php:401
4229 #: libraries/classes/Navigation/Nodes/NodeColumn.php:43
4230 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:57
4231 #: libraries/classes/Navigation/Nodes/NodeTable.php:310
4232 #: libraries/classes/Util.php:1719 libraries/classes/Util.php:2489
4233 #: libraries/classes/Util.php:2506 libraries/config.values.php:60
4234 #: libraries/config.values.php:74 libraries/config.values.php:165
4235 #: libraries/config.values.php:175
4236 #: templates/columns_definitions/table_fields_definitions.twig:4
4237 #: templates/database/central_columns/edit.twig:3
4238 #: templates/database/export/index.twig:24
4239 #: templates/database/structure/structure_table_row.twig:48
4240 #: templates/server/privileges/privileges_table.twig:328
4241 #: templates/table/tracking/structure_snapshot_columns.twig:1
4245 #: libraries/classes/Config/Forms/User/ExportForm.php:69
4246 #: libraries/classes/Config/Forms/User/ExportForm.php:106
4247 #: libraries/classes/Config/Forms/User/ExportForm.php:131
4248 #: libraries/classes/Config/Forms/User/ExportForm.php:137
4249 #: libraries/classes/Controllers/Server/DatabasesController.php:488
4250 #: templates/database/export/index.twig:25
4251 #: templates/server/privileges/privileges_table.twig:254
4252 #: templates/table/structure/display_table_stats.twig:17
4256 #: libraries/classes/Config/Forms/User/ExportForm.php:89
4257 msgid "CSV for MS Excel"
4260 #: libraries/classes/Config/Forms/User/ExportForm.php:114
4261 msgid "Microsoft Word 2000"
4264 #: libraries/classes/Config/Forms/User/ExportForm.php:120
4265 #: libraries/classes/Config/Forms/User/ImportForm.php:50
4266 msgid "OpenDocument Spreadsheet"
4269 #: libraries/classes/Config/Forms/User/ExportForm.php:124
4270 msgid "OpenDocument Text"
4273 #: libraries/classes/Config/Forms/User/ExportForm.php:151
4274 #: libraries/classes/Controllers/JavaScriptMessagesController.php:371
4275 #: libraries/classes/Menu.php:312 libraries/classes/Menu.php:426
4276 #: libraries/classes/Menu.php:563 libraries/classes/Server/Privileges.php:1623
4277 #: libraries/classes/Util.php:2478 libraries/classes/Util.php:2493
4278 #: libraries/classes/Util.php:2510 templates/database/events/index.twig:58
4279 #: templates/database/events/index.twig:91
4280 #: templates/database/events/index.twig:92
4281 #: templates/database/events/row.twig:33
4282 #: templates/database/privileges/index.twig:91
4283 #: templates/database/privileges/index.twig:116
4284 #: templates/database/privileges/index.twig:117
4285 #: templates/database/routines/index.twig:50
4286 #: templates/database/routines/index.twig:51
4287 #: templates/database/routines/row.twig:58
4288 #: templates/database/routines/row.twig:61
4289 #: templates/database/structure/check_all_tables.twig:12
4290 #: templates/database/triggers/list.twig:41
4291 #: templates/database/triggers/list.twig:42
4292 #: templates/database/triggers/row.twig:35
4293 #: templates/display/results/table.twig:223
4294 #: templates/display/results/table.twig:224
4295 #: templates/display/results/table.twig:258 templates/export.twig:8
4296 #: templates/preferences/header.twig:42
4297 #: templates/preferences/manage/main.twig:68
4298 #: templates/server/privileges/new_user_ajax.twig:63
4299 #: templates/server/privileges/users_overview.twig:92
4300 #: templates/server/privileges/users_overview.twig:109
4301 #: templates/server/privileges/users_overview.twig:110
4302 #: templates/server/status/monitor/index.twig:81
4303 #: templates/table/privileges/index.twig:95
4304 #: templates/table/privileges/index.twig:120
4305 #: templates/table/privileges/index.twig:121
4309 #: libraries/classes/Config/Forms/User/FeaturesForm.php:88
4310 #: templates/preferences/header.twig:18
4314 #: libraries/classes/Config/Forms/User/ImportForm.php:41
4315 msgid "CSV using LOAD DATA"
4318 #: libraries/classes/Config/Forms/User/ImportForm.php:65
4319 #: libraries/classes/Controllers/JavaScriptMessagesController.php:309
4320 #: libraries/classes/Menu.php:321 libraries/classes/Menu.php:436
4321 #: libraries/classes/Menu.php:568 libraries/classes/Util.php:2479
4322 #: libraries/classes/Util.php:2494 libraries/classes/Util.php:2511
4323 #: templates/import.twig:33 templates/preferences/header.twig:48
4324 #: templates/preferences/manage/main.twig:11
4325 #: templates/server/status/monitor/index.twig:78
4329 #: libraries/classes/Config/Forms/User/MainForm.php:35
4330 msgid "Default transformations"
4333 #: libraries/classes/Config/PageSettings.php:138
4334 msgid "Cannot save settings, submitted configuration form contains errors!"
4337 #: libraries/classes/Config.php:741
4339 msgid "Existing configuration file (%s) is not readable."
4342 #: libraries/classes/Config.php:779
4343 msgid "Wrong permissions on configuration file, should not be world writable!"
4346 #: libraries/classes/Config.php:794
4348 msgid "Could not load default configuration from: %1$s"
4351 #: libraries/classes/Config.php:804
4352 msgid "Failed to read configuration file!"
4355 #: libraries/classes/Config.php:807
4357 "This usually means there is a syntax error in it, please check any errors "
4361 #: libraries/classes/Config.php:1388
4363 msgid "Invalid server index: %s"
4366 #: libraries/classes/Config.php:1401
4371 #: libraries/classes/Config/ServerConfigChecks.php:72
4374 "This %soption%s should be disabled as it allows attackers to bruteforce "
4375 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4376 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4377 "protection with trusted proxies list may not be reliable if your IP belongs "
4378 "to an ISP where thousands of users, including you, are connected to."
4381 #: libraries/classes/Config/ServerConfigChecks.php:97
4383 "This value should be double checked to ensure that this directory is neither "
4384 "world accessible nor readable or writable by other users on your server."
4387 #: libraries/classes/Config/ServerConfigChecks.php:168
4388 msgid "You should use SSL connections if your database server supports it."
4391 #: libraries/classes/Config/ServerConfigChecks.php:175
4394 "If you feel this is necessary, use additional protection settings - %1$shost "
4395 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4396 "based protection may not be reliable if your IP belongs to an ISP where "
4397 "thousands of users, including you, are connected to."
4400 #: libraries/classes/Config/ServerConfigChecks.php:200
4403 "You set the [kbd]config[/kbd] authentication type and included username and "
4404 "password for auto-login, which is not a desirable option for live hosts. "
4405 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4406 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4410 #: libraries/classes/Config/ServerConfigChecks.php:228
4411 msgid "You allow for connecting to the server without a password."
4414 #: libraries/classes/Config/ServerConfigChecks.php:312
4417 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4421 #: libraries/classes/Config/ServerConfigChecks.php:334
4424 "%sZip compression%s requires functions (%s) which are unavailable on this "
4428 #: libraries/classes/Config/ServerConfigChecks.php:371
4430 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4431 "authentication, so a key was automatically generated for you. It is used to "
4432 "encrypt cookies; you don't need to remember it."
4435 #: libraries/classes/Config/ServerConfigChecks.php:383
4436 msgid "Key is too short, it should have at least 32 characters."
4439 #: libraries/classes/Config/ServerConfigChecks.php:393
4440 msgid "Key should contain letters, numbers [em]and[/em] special characters."
4443 #: libraries/classes/Config/ServerConfigChecks.php:428
4446 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4447 "may cause random session invalidation (currently session.gc_maxlifetime is "
4451 #: libraries/classes/Config/ServerConfigChecks.php:450
4454 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4455 "most. Values larger than 1800 may pose a security risk such as impersonation."
4458 #: libraries/classes/Config/ServerConfigChecks.php:475
4461 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4462 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4465 #: libraries/classes/Config/ServerConfigChecks.php:515
4468 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4469 "are unavailable on this system."
4472 #: libraries/classes/Config/ServerConfigChecks.php:547
4475 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4476 "are unavailable on this system."
4479 #: libraries/classes/Config/Validator.php:238
4480 msgid "Could not connect to the database server!"
4483 #: libraries/classes/Config/Validator.php:273
4484 msgid "Invalid authentication type!"
4487 #: libraries/classes/Config/Validator.php:280
4488 msgid "Empty username while using [kbd]config[/kbd] authentication method!"
4491 #: libraries/classes/Config/Validator.php:288
4493 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4497 #: libraries/classes/Config/Validator.php:297
4498 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4501 #: libraries/classes/Config/Validator.php:351
4503 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4506 #: libraries/classes/Config/Validator.php:358
4508 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4512 #: libraries/classes/Config/Validator.php:448
4513 msgid "Incorrect value:"
4516 #: libraries/classes/Config/Validator.php:457
4518 msgid "Incorrect IP address: %s"
4521 #: libraries/classes/Console.php:91
4523 msgid "Showing %1$d bookmark (both private and shared)"
4524 msgid_plural "Showing %1$d bookmarks (both private and shared)"
4528 #: libraries/classes/Console.php:98
4529 msgid "No bookmarks"
4532 #: libraries/classes/Console.php:132
4533 msgid "SQL Query Console"
4536 #: libraries/classes/Controllers/AbstractController.php:74
4537 #: libraries/classes/Controllers/JavaScriptMessagesController.php:342
4538 #: libraries/classes/Controllers/Server/DatabasesController.php:293
4539 #: libraries/classes/DbTableExists.php:45
4540 msgid "No databases selected."
4541 msgstr "Walang piniling mga database."
4543 #: libraries/classes/Controllers/ChangeLogController.php:37
4544 #: libraries/classes/Controllers/LicenseController.php:32
4547 "The %s file is not available on this system, please visit %s for more "
4550 "Ang file na %s 1 ay hindi magagamit sa sistemang ito, mangyaring bisitahin "
4551 "ang %s 2 para sa karagdagang impormasyon."
4553 #: libraries/classes/Controllers/Database/CentralColumnsController.php:138
4555 msgid "Showing rows %1$s - %2$s."
4556 msgstr "Ipinapakita ang mga hilera %1$s - %2$s."
4558 #: libraries/classes/Controllers/Database/ExportController.php:78
4559 #: libraries/classes/Controllers/Database/TrackingController.php:128
4560 #: libraries/classes/Controllers/ExportController.php:445
4561 #: libraries/classes/Database/Qbe.php:359
4562 #: templates/database/structure/index.twig:19
4563 #: templates/navigation/tree/path.twig:9
4564 msgid "No tables found in database."
4565 msgstr "Walang mga talahanayan na natagpuan sa database."
4567 #: libraries/classes/Controllers/Database/ExportController.php:149
4568 #: libraries/classes/Controllers/Server/ExportController.php:73
4569 #: libraries/classes/Controllers/Table/ExportController.php:111
4570 msgid "Could not load export plugins, please check your installation!"
4573 #: libraries/classes/Controllers/Database/ExportController.php:177
4574 #: libraries/classes/Controllers/Database/StructureController.php:1175
4575 #: libraries/classes/Controllers/Database/StructureController.php:1216
4576 #: libraries/classes/Controllers/Database/StructureController.php:1249
4577 #: libraries/classes/Controllers/Database/StructureController.php:1272
4578 #: libraries/classes/Controllers/Database/StructureController.php:1295
4579 #: libraries/classes/Controllers/Database/StructureController.php:1318
4580 #: libraries/classes/Controllers/Database/StructureController.php:1341
4581 #: libraries/classes/Controllers/Database/StructureController.php:1371
4582 #: libraries/classes/Controllers/Database/StructureController.php:1422
4583 #: libraries/classes/Controllers/Table/MaintenanceController.php:44
4584 #: libraries/classes/Controllers/Table/MaintenanceController.php:79
4585 #: libraries/classes/Controllers/Table/MaintenanceController.php:117
4586 #: libraries/classes/Controllers/Table/MaintenanceController.php:153
4587 #: libraries/classes/Controllers/Table/MaintenanceController.php:188
4589 #| msgid "No tables selected."
4590 msgid "No table selected."
4591 msgstr "Walang talahanayan na napili."
4593 #: libraries/classes/Controllers/Database/ImportController.php:75
4594 #: libraries/classes/Controllers/ImportController.php:619
4595 #: libraries/classes/Controllers/Server/ImportController.php:60
4596 #: libraries/classes/Controllers/Table/ImportController.php:68
4597 msgid "Could not load import plugins, please check your installation!"
4599 "Hindi mai-load ang mga plugin ng pag-import, mangyaring suriin ang iyong pag-"
4602 #: libraries/classes/Controllers/Database/OperationsController.php:95
4603 #: libraries/classes/Controllers/Table/CreateController.php:76
4604 msgid "The database name is empty!"
4605 msgstr "Walang laman ang pangalan ng database!"
4607 #: libraries/classes/Controllers/Database/OperationsController.php:106
4608 msgid "Cannot copy database to the same name. Change the name and try again."
4610 "Hindi maaaring kopyahin ang database sa parehong pangalan. Baguhin ang "
4611 "pangalan at subukang muli."
4613 #: libraries/classes/Controllers/Database/OperationsController.php:197
4615 msgid "Database %1$s has been renamed to %2$s."
4616 msgstr "Ang Database %1$s ay pinalitan ng pangalan sa %2$s."
4618 #: libraries/classes/Controllers/Database/OperationsController.php:209
4620 msgid "Database %1$s has been copied to %2$s."
4621 msgstr "Ang database ng %1$s ay nakopya sa %2$s."
4623 #: libraries/classes/Controllers/Database/OperationsController.php:324
4626 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4628 "Ang imbakan ng configuration ng phpMyAdmin ay na-deactivate. %sFind out kung "
4631 #: libraries/classes/Controllers/Database/OperationsController.php:363
4632 #: libraries/classes/Controllers/Table/OperationsController.php:272
4633 msgid "No collation provided."
4636 #: libraries/classes/Controllers/Database/SearchController.php:55
4637 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:89
4638 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:104
4639 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:81
4640 #: libraries/classes/Plugins/AuthenticationPlugin.php:197
4641 msgid "Access denied!"
4642 msgstr "Walang pahintulot!"
4644 #: libraries/classes/Controllers/Database/StructureController.php:291
4645 msgid "Favorite List is full!"
4648 #: libraries/classes/Controllers/Database/StructureController.php:570
4649 #: templates/table/operations/index.twig:408
4650 #: templates/table/operations/view.twig:27
4652 msgid "View %s has been dropped."
4655 #: libraries/classes/Controllers/Database/StructureController.php:571
4656 #: templates/table/operations/index.twig:408
4658 msgid "Table %s has been dropped."
4661 #: libraries/classes/Controllers/Database/StructureController.php:626
4662 #: templates/table/operations/index.twig:387
4664 msgid "Table %s has been emptied."
4667 #: libraries/classes/Controllers/Database/StructureController.php:796
4668 #: libraries/classes/Display/Results.php:4489
4671 "This view has at least this number of rows. Please refer to %sdocumentation"
4675 #: libraries/classes/Controllers/Database/StructureController.php:1034
4679 #: libraries/classes/Controllers/Database/StructureController.php:1257
4680 #: libraries/classes/Controllers/Database/StructureController.php:1280
4681 #: libraries/classes/Controllers/Database/StructureController.php:1303
4685 #: libraries/classes/Controllers/Database/StructureController.php:1454
4686 #: libraries/classes/Controllers/Database/StructureController.php:1537
4687 #: libraries/classes/Controllers/Table/OperationsController.php:321
4688 #: libraries/classes/Controllers/Table/ReplaceController.php:416
4689 #: libraries/classes/Core.php:859 templates/preview_sql.twig:3
4693 #: libraries/classes/Controllers/Database/TrackingController.php:81
4694 #: libraries/classes/Controllers/Database/TrackingController.php:101
4695 msgid "Tracking data deleted successfully."
4696 msgstr "Matagumpay na natanggal ang data ng pagsubaybay."
4698 #: libraries/classes/Controllers/Database/TrackingController.php:88
4701 "Version %1$s was created for selected tables, tracking is active for them."
4703 "Ang Bersyon %1$s ay nilikha para sa napiling mga talahanayan, ang "
4704 "pagsubaybay ay aktibo para sa kanila."
4706 #: libraries/classes/Controllers/Database/TrackingController.php:118
4707 msgid "No tables selected."
4708 msgstr "Walang talahanayan na napili."
4710 #: libraries/classes/Controllers/Database/TrackingController.php:157
4711 msgid "Database Log"
4712 msgstr "Log ng Database"
4714 #: libraries/classes/Controllers/ErrorReportController.php:101
4716 "An error has been detected and an error report has been automatically "
4717 "submitted based on your settings."
4719 "Nakakita ang isang error at isang ulat ng error ay awtomatikong isinumite "
4720 "batay sa iyong mga setting."
4722 #: libraries/classes/Controllers/ErrorReportController.php:105
4723 msgid "Thank you for submitting this report."
4724 msgstr "Salamat sa pagsumite ng ulat na ito."
4726 #: libraries/classes/Controllers/ErrorReportController.php:109
4728 "An error has been detected and an error report has been generated but failed "
4731 "Nakakita ang isang error at isang ulat ng error ay nabuo ngunit nabigong "
4734 #: libraries/classes/Controllers/ErrorReportController.php:114
4735 msgid "If you experience any problems please submit a bug report manually."
4737 "Kung nakakaranas ka ng anumang mga problema, mangyaring magsumite nang manu-"
4738 "mano ng isang ulat ng bug."
4740 #: libraries/classes/Controllers/ErrorReportController.php:118
4741 msgid "You may want to refresh the page."
4742 msgstr "Baka gusto mong i-refresh ang pahina."
4744 #: libraries/classes/Controllers/ExportController.php:225
4745 #: libraries/classes/Export.php:1348
4747 msgstr "Masamang uri!"
4749 #: libraries/classes/Controllers/ExportController.php:330
4750 msgid "Bad parameters!"
4751 msgstr "Masamang mga parameter!"
4753 #: libraries/classes/Controllers/HomeController.php:91
4755 "You were logged out from one server, to logout completely from phpMyAdmin, "
4756 "you need to logout from all servers."
4758 "Ikaw ay naka-log out mula sa isang server, upang ganap na mag-logout mula sa "
4759 "phpMyAdmin, kailangan mong mag-logout mula sa lahat ng mga server."
4761 #: libraries/classes/Controllers/HomeController.php:198
4764 "The phpMyAdmin configuration storage is not completely configured, some "
4765 "extended features have been deactivated. %sFind out why%s. "
4767 "Ang imbakan ng configuration ng phpMyAdmin ay hindi ganap na isinaayos, ang "
4768 "ilang mga pinalawig na tampok ay na-deactivate. %sFind out kung bakit%s. "
4770 #: libraries/classes/Controllers/HomeController.php:205
4772 "Or alternately go to 'Operations' tab of any database to set it up there."
4774 "O halili na pumunta sa 'Operations' na tab ng anumang database upang i-set "
4777 #: libraries/classes/Controllers/HomeController.php:323
4779 "The mbstring PHP extension was not found and you seem to be using a "
4780 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
4781 "split strings correctly and it may result in unexpected results."
4783 "Hindi nakita ang extension ng mbstring PHP at mukhang gumagamit ka ng "
4784 "multibyte charset. Kung wala ang extension ng mbstring, ang phpMyAdmin ay "
4785 "hindi ma-split ang mga string nang wasto at maaaring magresulta ito sa hindi "
4786 "inaasahang mga resulta."
4788 #: libraries/classes/Controllers/HomeController.php:338
4790 "The curl extension was not found and allow_url_fopen is disabled. Due to "
4791 "this some features such as error reporting or version check are disabled."
4793 "Hindi nakita ang extension ng curl at pinapayagan ang allow_url_fopen. Dahil "
4794 "dito ang ilang mga tampok tulad ng pag-uulat ng error o pag-check ng bersyon "
4795 "ay hindi pinagana."
4797 #: libraries/classes/Controllers/HomeController.php:353
4799 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
4800 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
4801 "than cookie validity configured in phpMyAdmin, because of this, your login "
4802 "might expire sooner than configured in phpMyAdmin."
4804 "Ang iyong parameter na PHP [a@https://www.php.net/manual/en/session."
4805 "configuration.php#ini.session.gc-maxlifetime@_blank] session.gc_maxlifetime[/"
4806 "a] ay mas mababa kaysa sa configure ng validity ng cookie sa phpMyAdmin, "
4807 "dahil dito, ang iyong pag-login ay maaaring mag-expire mas maaga kaysa sa "
4808 "isinaayos sa phpMyAdmin."
4810 #: libraries/classes/Controllers/HomeController.php:372
4812 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
4813 "because of this, your login will expire sooner than configured in phpMyAdmin."
4815 "Ang cookie store ng pag-login ay mas mababa kaysa sa validity ng cookie na "
4816 "na-configure sa phpMyAdmin, dahil dito, ang iyong pag-login ay mag-e-expire "
4817 "mas maaga kaysa sa naka-configure sa phpMyAdmin."
4819 #: libraries/classes/Controllers/HomeController.php:390
4821 "Your server is running with default values for the controluser and password "
4822 "(controlpass) and is open to intrusion; you really should fix this security "
4823 "weakness by changing the password for controluser 'pma'."
4826 #: libraries/classes/Controllers/HomeController.php:406
4827 msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
4829 "Ang configuration file ay nangangailangan ng isang lihim na passphrase "
4830 "(blowfish_secret)."
4832 #: libraries/classes/Controllers/HomeController.php:413
4833 msgid "The secret passphrase in configuration (blowfish_secret) is too short."
4835 "Ang lihim na passphrase sa configuration (blowfish_secret) ay masyadong "
4838 #: libraries/classes/Controllers/HomeController.php:427
4840 "Directory [code]config[/code], which is used by the setup script, still "
4841 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
4842 "once phpMyAdmin has been configured. Otherwise the security of your server "
4843 "may be compromised by unauthorized people downloading your configuration."
4845 "Ang [code]config[/code] na Direktoryo, na ginagamit ng script ng pag-setup, "
4846 "ay umiiral pa rin sa iyong direktoryo ng phpMyAdmin. Mahigpit na "
4847 "inirerekomenda na tanggalin ito kapag na-configure na ang phpMyAdmin. Kung "
4848 "hindi man ay maaaring makompromiso ang seguridad ng iyong server ng mga "
4849 "hindi awtorisadong tao na nagda-download ng iyong configuration."
4851 #: libraries/classes/Controllers/HomeController.php:447
4854 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
4857 "Server na tumatakbo sa Suhosin. Mangyaring sumangguni sa %sdocumentation%s "
4858 "para sa posibleng mga isyu."
4860 #: libraries/classes/Controllers/HomeController.php:462
4863 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
4864 "templates and will be slow because of this."
4867 #: libraries/classes/Controllers/ImportController.php:109
4868 msgid "Incomplete params"
4869 msgstr "Hindi kumpleto ang mga params"
4871 #: libraries/classes/Controllers/ImportController.php:134
4873 msgstr "Nagtagumpay"
4875 #: libraries/classes/Controllers/ImportController.php:138
4876 #: libraries/classes/Controllers/JavaScriptMessagesController.php:589
4880 #: libraries/classes/Controllers/ImportController.php:244
4883 "You probably tried to upload a file that is too large. Please refer to "
4884 "%sdocumentation%s for a workaround for this limit."
4886 "Malamang na sinubukan mong mag-upload ng isang file na masyadong malaki. "
4887 "Mangyaring sumangguni sa %sdocumentation%s para sa isang workaround para sa "
4890 #: libraries/classes/Controllers/ImportController.php:423
4891 #: libraries/classes/Controllers/ImportController.php:659
4892 msgid "Showing bookmark"
4893 msgstr "Pagpapakita ng bookmark"
4895 #: libraries/classes/Controllers/ImportController.php:447
4896 #: libraries/classes/Controllers/ImportController.php:655
4897 msgid "The bookmark has been deleted."
4898 msgstr "Ang bookmark ay tinanggal."
4900 #: libraries/classes/Controllers/ImportController.php:561
4902 "No data was received to import. Either no file name was submitted, or the "
4903 "file size exceeded the maximum size permitted by your PHP configuration. See "
4904 "[doc@faq1-16]FAQ 1.16[/doc]."
4907 #: libraries/classes/Controllers/ImportController.php:662
4908 #: libraries/classes/Controllers/SqlController.php:389
4909 #: libraries/classes/Sql.php:1240
4911 msgid "Bookmark %s has been created."
4912 msgstr "Nalikha ang bookmark %s."
4914 #: libraries/classes/Controllers/ImportController.php:672
4916 msgid "Import has been successfully finished, %d query executed."
4917 msgid_plural "Import has been successfully finished, %d queries executed."
4918 msgstr[0] "Matagumpay na natapos ang pag-import, isinagawa ang %d query."
4919 msgstr[1] "Ang pag-import ay natapos na, ang mga %d tanong na isinagawa."
4921 #: libraries/classes/Controllers/ImportController.php:703
4924 "Script timeout passed, if you want to finish import, please %sresubmit the "
4925 "same file%s and import will resume."
4927 "Lumipas ang oras ng script, kung nais mong tapusin ang pag-import, "
4928 "mangyaring %sresubmit ang parehong file%s at ang pag-import ay magpapatuloy."
4930 #: libraries/classes/Controllers/ImportController.php:713
4932 "However on last run no data has been parsed, this usually means phpMyAdmin "
4933 "won't be able to finish this import unless you increase php time limits."
4935 "Gayunpaman sa huling pagtakbo walang data na na-parse, kadalasang "
4936 "nangangahulugan ito na hindi magagawang tapusin ng phpMyAdmin ang import na "
4937 "ito maliban kung pinapataas mo ang mga limitasyon ng oras ng php."
4939 #: libraries/classes/Controllers/ImportController.php:787
4940 #: libraries/classes/Controllers/SqlController.php:169
4941 msgid "\"DROP DATABASE\" statements are disabled."
4944 #: libraries/classes/Controllers/ImportStatusController.php:67
4945 msgid "Could not load the progress of the import."
4946 msgstr "Hindi ma-load ang progreso ng pag-import."
4948 #: libraries/classes/Controllers/JavaScriptMessagesController.php:35
4950 msgstr "Kompirmahin"
4952 #: libraries/classes/Controllers/JavaScriptMessagesController.php:36
4954 msgid "Do you really want to execute \"%s\"?"
4955 msgstr "Nais mo bang isagawa ang \"%s\"?"
4957 #: libraries/classes/Controllers/JavaScriptMessagesController.php:37
4958 msgid "You are about to DESTROY a complete database!"
4959 msgstr "Malapit mo nang MAGIBA ang isang kumpletong database!"
4961 #: libraries/classes/Controllers/JavaScriptMessagesController.php:39
4962 msgid "Cannot rename database to the same name. Change the name and try again"
4964 "Hindi maaaring palitan ang pangalan ng database sa parehong pangalan. "
4965 "Baguhin ang pangalan at subukang muli"
4967 #: libraries/classes/Controllers/JavaScriptMessagesController.php:41
4968 msgid "You are about to DESTROY a complete table!"
4969 msgstr "Malapit mo nang MAGIBA ang isang kompletong talahanayan!"
4971 #: libraries/classes/Controllers/JavaScriptMessagesController.php:42
4972 msgid "You are about to TRUNCATE a complete table!"
4973 msgstr "Malalaman mo na ang isang kumpletong talahanayan!"
4975 #: libraries/classes/Controllers/JavaScriptMessagesController.php:43
4976 msgid "Delete tracking data for this table?"
4977 msgstr "Tanggalin ang data ng pagsubaybay para sa table na ito?"
4979 #: libraries/classes/Controllers/JavaScriptMessagesController.php:44
4980 msgid "Delete tracking data for these tables?"
4981 msgstr "Tanggalin ang tracking data para sa mga talahanayan na ito?"
4983 #: libraries/classes/Controllers/JavaScriptMessagesController.php:45
4984 msgid "Delete tracking data for this version?"
4985 msgstr "Tanggalin ang data ng pagsubaybay para sa bersyon na ito?"
4987 #: libraries/classes/Controllers/JavaScriptMessagesController.php:46
4988 msgid "Delete tracking data for these versions?"
4989 msgstr "Tanggalin ang data ng pagsubaybay para sa mga bersyon na ito?"
4991 #: libraries/classes/Controllers/JavaScriptMessagesController.php:47
4992 msgid "Delete entry from tracking report?"
4993 msgstr "Tanggalin ang entry mula sa ulat ng pagsubaybay?"
4995 #: libraries/classes/Controllers/JavaScriptMessagesController.php:48
4996 msgid "Deleting tracking data"
4997 msgstr "Tinatanggal ang data sa pagsubaybay"
4999 #: libraries/classes/Controllers/JavaScriptMessagesController.php:49
5000 msgid "Dropping Primary Key/Index"
5001 msgstr "Ang Pag-drop sa Pangunahing Pangunahing / Index"
5003 #: libraries/classes/Controllers/JavaScriptMessagesController.php:50
5004 msgid "Dropping Foreign key."
5005 msgstr "Ang pag-drop ng Dayuhang key."
5007 #: libraries/classes/Controllers/JavaScriptMessagesController.php:51
5008 msgid "This operation could take a long time. Proceed anyway?"
5010 "Ang operasyon na ito ay maaaring tumagal ng mahabang panahon. Magpatuloy pa "
5013 #: libraries/classes/Controllers/JavaScriptMessagesController.php:52
5015 msgid "Do you really want to delete user group \"%s\"?"
5016 msgstr "Gusto mo bang tanggalin ang pangkat ng gumagamit na \"%s\"?"
5018 #: libraries/classes/Controllers/JavaScriptMessagesController.php:53
5020 msgid "Do you really want to delete the search \"%s\"?"
5021 msgstr "Gusto mo bang tanggalin ang paghahanap na \"%s\"?"
5023 #: libraries/classes/Controllers/JavaScriptMessagesController.php:54
5024 msgid "You have unsaved changes; are you sure you want to leave this page?"
5026 "Mayroon kang mga hindi nai-save na pagbabago; sigurado ka ba na gusto mong "
5027 "umalis sa pahinang ito?"
5029 #: libraries/classes/Controllers/JavaScriptMessagesController.php:56
5031 "You are trying to reduce the number of rows, but have already entered data "
5032 "in those rows which will be lost. Do you wish to continue?"
5035 #: libraries/classes/Controllers/JavaScriptMessagesController.php:59
5036 msgid "Do you really want to revoke the selected user(s) ?"
5037 msgstr "Gusto mo ba talagang bawiin ang mga napiling gumagamit(s)?"
5039 #: libraries/classes/Controllers/JavaScriptMessagesController.php:60
5040 msgid "Do you really want to delete this central column?"
5041 msgstr "Gusto mo ba talagang tanggalin ang gitnang hanay na ito?"
5043 #: libraries/classes/Controllers/JavaScriptMessagesController.php:61
5044 msgid "Do you really want to delete the selected items?"
5045 msgstr "Gusto mo ba talagang tanggalin ang mga napiling item?"
5047 #: libraries/classes/Controllers/JavaScriptMessagesController.php:63
5049 "Do you really want to DROP the selected partition(s)? This will also DELETE "
5050 "the data related to the selected partition(s)!"
5052 "Gusto mo ba talagang DROP ang napiling (mga) partisyon? Bibigyan din nito "
5053 "ang data na may kaugnayan sa piniling (mga) partisyon!"
5055 #: libraries/classes/Controllers/JavaScriptMessagesController.php:66
5056 msgid "Do you really want to TRUNCATE the selected partition(s)?"
5057 msgstr "Gusto mo ba talagang i-TRUNCATE ang napiling (mga)partisyon?"
5059 #: libraries/classes/Controllers/JavaScriptMessagesController.php:67
5060 msgid "Do you really want to remove partitioning?"
5061 msgstr "Gusto mo ba talagang alisin ang partisyon?"
5063 #: libraries/classes/Controllers/JavaScriptMessagesController.php:68
5064 msgid "Do you really want to RESET SLAVE?"
5065 msgstr "Gusto mo ba talagang i-reset ang SLAVE?"
5067 #: libraries/classes/Controllers/JavaScriptMessagesController.php:70
5069 "This operation will attempt to convert your data to the new collation. In "
5070 "rare cases, especially where a character doesn't exist in the new collation, "
5071 "this process could cause the data to appear incorrectly under the new "
5072 "collation; in this case we suggest you revert to the original collation and "
5073 "refer to the tips at "
5075 "Susubukan ng operasyong ito na i-convert ang iyong data sa bagong "
5076 "paghahambing. Sa mga bihirang kaso, lalo na kung ang isang character ay "
5077 "hindi umiiral sa bagong paghahambing, ang prosesong ito ay maaaring maging "
5078 "sanhi ng data na lumitaw nang hindi tama sa ilalim ng bagong paghahambing; "
5079 "sa kasong ito iminumungkahi namin na bumalik ka sa orihinal na paghahambing "
5080 "at sumangguni sa mga tip sa "
5082 #: libraries/classes/Controllers/JavaScriptMessagesController.php:76
5083 msgid "Garbled Data"
5084 msgstr "Malungkot na Data"
5086 #: libraries/classes/Controllers/JavaScriptMessagesController.php:78
5087 msgid "Are you sure you wish to change the collation and convert the data?"
5089 "Sigurado ka bang nais mong baguhin ang paghahambing at i-convert ang data?"
5091 #: libraries/classes/Controllers/JavaScriptMessagesController.php:81
5093 "Through this operation, MySQL attempts to map the data values between "
5094 "collations. If the character sets are incompatible, there may be data loss "
5095 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5096 "column collation(s). <b>To convert existing data, it is suggested to use the "
5097 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5100 "Sa pamamagitan ng operasyong ito, sinubukan ng MySQL na i-map ang mga halaga "
5101 "ng data sa pagitan ng mga collation. Kung ang mga set ng character ay hindi "
5102 "tugma, maaaring may pagkawala ng data at nawala ang data na ito ay maaaring "
5103 "<b>HINDI</b> mabawi sa pamamagitan ng pagbabago ng (mga) haligi ng haligi. "
5104 "<b>Upang i-convert ang umiiral na data, iminungkahing gamitin ang tampok na "
5105 "pag-edit ng hanay (ang \"Palitan ang\" Link) sa pahina ng istraktura ng "
5108 #: libraries/classes/Controllers/JavaScriptMessagesController.php:90
5110 "Are you sure you wish to change all the column collations and convert the "
5113 "Sigurado ka bang nais mong baguhin ang lahat ng collations ng haligi at i-"
5116 #: libraries/classes/Controllers/JavaScriptMessagesController.php:94
5117 msgid "Save & close"
5118 msgstr "I-save at isara"
5120 #: libraries/classes/Controllers/JavaScriptMessagesController.php:95
5121 #: libraries/classes/InsertEdit.php:1979
5122 #: templates/config/form_display/fieldset_bottom.twig:9
5123 #: templates/preferences/manage/main.twig:114
5124 #: templates/preferences/manage/main.twig:122
5128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:96
5130 msgstr "I-reset lahat"
5132 #: libraries/classes/Controllers/JavaScriptMessagesController.php:99
5133 msgid "Missing value in the form!"
5134 msgstr "Nawawalang halaga sa form!"
5136 #: libraries/classes/Controllers/JavaScriptMessagesController.php:100
5137 msgid "Select at least one of the options!"
5138 msgstr "Pumili ng hindi bababa sa isa sa mga pagpipilian!"
5140 #: libraries/classes/Controllers/JavaScriptMessagesController.php:101
5141 msgid "Please enter a valid number!"
5142 msgstr "Mangyaring magpasok ng wastong numero!"
5144 #: libraries/classes/Controllers/JavaScriptMessagesController.php:102
5145 msgid "Please enter a valid length!"
5146 msgstr "Mangyaring magpasok ng wastong haba!"
5148 #: libraries/classes/Controllers/JavaScriptMessagesController.php:103
5150 msgstr "Magdagdag ng indeks"
5152 #: libraries/classes/Controllers/JavaScriptMessagesController.php:104
5154 msgstr "I-edit ang indeks"
5156 #. l10n: Rename a table Index
5157 #: libraries/classes/Controllers/JavaScriptMessagesController.php:106
5159 #| msgid "Renaming databases"
5160 msgid "Rename index"
5161 msgstr "Pagpapalit ng database"
5163 #: libraries/classes/Controllers/JavaScriptMessagesController.php:107
5164 #: templates/table/index_form.twig:227
5166 msgid "Add %s column(s) to index"
5167 msgstr "Magdagdag ng (mga) %s na haligi sa indeks"
5169 #: libraries/classes/Controllers/JavaScriptMessagesController.php:108
5170 msgid "Create single-column index"
5171 msgstr "Lumikha ng index ng solong-haligi"
5173 #: libraries/classes/Controllers/JavaScriptMessagesController.php:109
5174 msgid "Create composite index"
5175 msgstr "Lumikha ng composite index"
5177 #: libraries/classes/Controllers/JavaScriptMessagesController.php:110
5178 msgid "Composite with:"
5179 msgstr "Composite na may:"
5181 #: libraries/classes/Controllers/JavaScriptMessagesController.php:111
5182 msgid "Please select column(s) for the index."
5183 msgstr "Mangyaring pumili ng (mga) haligi para sa indeks."
5185 #: libraries/classes/Controllers/JavaScriptMessagesController.php:114
5186 #: libraries/classes/InsertEdit.php:1977
5187 #: templates/columns_definitions/column_definitions_form.twig:157
5188 #: templates/table/index_form.twig:233
5189 #: templates/table/index_rename_form.twig:28
5190 #: templates/table/relation/common_form.twig:221
5192 msgstr "I-preview ang SQL"
5194 #: libraries/classes/Controllers/JavaScriptMessagesController.php:117
5195 msgid "Simulate query"
5196 msgstr "Simulate ang query"
5198 #: libraries/classes/Controllers/JavaScriptMessagesController.php:118
5199 msgid "Matched rows:"
5200 msgstr "Naitugma na mga hilera:"
5202 #: libraries/classes/Controllers/JavaScriptMessagesController.php:119
5203 #: libraries/classes/Html/Generator.php:928 templates/export.twig:49
5205 msgstr "SQL na tanong:"
5207 #. l10n: Default label for the y-Axis of Charts
5208 #: libraries/classes/Controllers/JavaScriptMessagesController.php:123
5210 msgstr "Mga balyus ng Y"
5212 #: libraries/classes/Controllers/JavaScriptMessagesController.php:126
5213 msgid "Please enter the SQL query first."
5216 #: libraries/classes/Controllers/JavaScriptMessagesController.php:129
5217 msgid "The host name is empty!"
5218 msgstr "Ang pangalan ng host ay walang laman!"
5220 #: libraries/classes/Controllers/JavaScriptMessagesController.php:130
5221 msgid "The user name is empty!"
5222 msgstr "Ang pangalan ng user ay walang laman!"
5224 #: libraries/classes/Controllers/JavaScriptMessagesController.php:131
5225 #: libraries/classes/Server/Privileges.php:1025
5226 #: libraries/classes/UserPassword.php:40
5227 msgid "The password is empty!"
5228 msgstr "Walang laman ang password!"
5230 #: libraries/classes/Controllers/JavaScriptMessagesController.php:132
5231 #: libraries/classes/Server/Privileges.php:1023
5232 #: libraries/classes/UserPassword.php:44
5233 msgid "The passwords aren't the same!"
5234 msgstr "Ang mga password ay hindi pareho!"
5236 #: libraries/classes/Controllers/JavaScriptMessagesController.php:133
5237 msgid "Removing Selected Users"
5238 msgstr "Pag-alis ng Mga Piniling User"
5240 #: libraries/classes/Controllers/JavaScriptMessagesController.php:134
5241 #: libraries/classes/Tracking.php:236 libraries/classes/Tracking.php:643
5242 #: templates/server/status/advisor/index.twig:20
5243 #: templates/server/status/advisor/index.twig:47
5247 #: libraries/classes/Controllers/JavaScriptMessagesController.php:137
5248 msgid "Template was created."
5249 msgstr "Nilikha ang template."
5251 #: libraries/classes/Controllers/JavaScriptMessagesController.php:138
5252 msgid "Template was loaded."
5253 msgstr "Na-load ang template."
5255 #: libraries/classes/Controllers/JavaScriptMessagesController.php:139
5256 msgid "Template was updated."
5257 msgstr "Na-update ang template."
5259 #: libraries/classes/Controllers/JavaScriptMessagesController.php:140
5260 msgid "Template was deleted."
5261 msgstr "Ang template ay tinanggal."
5263 #. l10n: Other, small valued, queries
5264 #: libraries/classes/Controllers/JavaScriptMessagesController.php:143
5265 #: libraries/classes/Controllers/Server/Status/QueriesController.php:98
5266 #: libraries/classes/Server/Status/Data.php:163
5270 #. l10n: Thousands separator
5271 #: libraries/classes/Controllers/JavaScriptMessagesController.php:145
5272 #: libraries/classes/Util.php:603 libraries/classes/Util.php:635
5276 #. l10n: Decimal separator
5277 #: libraries/classes/Controllers/JavaScriptMessagesController.php:147
5278 #: libraries/classes/Util.php:601 libraries/classes/Util.php:633
5282 #: libraries/classes/Controllers/JavaScriptMessagesController.php:149
5283 msgid "Connections / Processes"
5284 msgstr "Mga koneksyon / Mga proseso"
5286 #: libraries/classes/Controllers/JavaScriptMessagesController.php:152
5287 msgid "Local monitor configuration incompatible!"
5288 msgstr "Ang pagsasaayos ng lokal na monitor ay hindi magkatugma!"
5290 #: libraries/classes/Controllers/JavaScriptMessagesController.php:154
5292 "The chart arrangement configuration in your browsers local storage is not "
5293 "compatible anymore to the newer version of the monitor dialog. It is very "
5294 "likely that your current configuration will not work anymore. Please reset "
5295 "your configuration to default in the <i>Settings</i> menu."
5297 "Ang configuration ng pag-aayos ng chart sa iyong mga browser ng lokal na "
5298 "imbakan ay hindi katugma sa mas bagong bersyon ng dialog ng monitor. "
5299 "Malamang na hindi na gagana ang iyong kasalukuyang configuration. Mangyaring "
5300 "i-reset ang iyong configuration sa default sa menu na <i>Settings</i>."
5302 #: libraries/classes/Controllers/JavaScriptMessagesController.php:160
5303 msgid "Query cache efficiency"
5304 msgstr "Kahusayan sa cache ng query"
5306 #: libraries/classes/Controllers/JavaScriptMessagesController.php:161
5307 msgid "Query cache usage"
5308 msgstr "Paggamit ng cache ng query"
5310 #: libraries/classes/Controllers/JavaScriptMessagesController.php:162
5311 msgid "Query cache used"
5312 msgstr "Ginamit ang cache ng query"
5314 #: libraries/classes/Controllers/JavaScriptMessagesController.php:164
5315 msgid "System CPU usage"
5316 msgstr "Paggamit ng system ng CPU"
5318 #: libraries/classes/Controllers/JavaScriptMessagesController.php:165
5319 msgid "System memory"
5320 msgstr "Memorya ng sistem"
5322 #: libraries/classes/Controllers/JavaScriptMessagesController.php:166
5324 msgstr "Pagpapalit ng system"
5326 #: libraries/classes/Controllers/JavaScriptMessagesController.php:168
5327 msgid "Average load"
5328 msgstr "Average na pag-load"
5330 #: libraries/classes/Controllers/JavaScriptMessagesController.php:169
5331 msgid "Total memory"
5332 msgstr "Kabuuang memory"
5334 #: libraries/classes/Controllers/JavaScriptMessagesController.php:170
5335 msgid "Cached memory"
5336 msgstr "Memorya ng cached"
5338 #: libraries/classes/Controllers/JavaScriptMessagesController.php:171
5339 msgid "Buffered memory"
5340 msgstr "Memorya ng buffered"
5342 #: libraries/classes/Controllers/JavaScriptMessagesController.php:172
5344 msgstr "Libreng memorya"
5346 #: libraries/classes/Controllers/JavaScriptMessagesController.php:173
5348 msgstr "Ginamit na memorya"
5350 #: libraries/classes/Controllers/JavaScriptMessagesController.php:175
5352 msgstr "Kabuuang swap"
5354 #: libraries/classes/Controllers/JavaScriptMessagesController.php:176
5356 msgstr "Pagpapalit ng cached"
5358 #: libraries/classes/Controllers/JavaScriptMessagesController.php:177
5360 msgstr "Ginamit na swap"
5362 #: libraries/classes/Controllers/JavaScriptMessagesController.php:178
5364 msgstr "Libreng swap"
5366 #: libraries/classes/Controllers/JavaScriptMessagesController.php:180
5368 msgstr "Ipinadala ang mga byte"
5370 #: libraries/classes/Controllers/JavaScriptMessagesController.php:181
5371 msgid "Bytes received"
5372 msgstr "Natanggap ang mga byte"
5374 #: libraries/classes/Controllers/JavaScriptMessagesController.php:182
5375 #: templates/server/status/status/index.twig:36
5377 msgstr "Mga koneksyon"
5379 #: libraries/classes/Controllers/JavaScriptMessagesController.php:183
5380 #: templates/server/status/base.twig:11
5381 #: templates/server/status/processes/list.twig:5
5383 msgstr "Mga proseso"
5385 #. l10n: shortcuts for Byte
5386 #: libraries/classes/Controllers/JavaScriptMessagesController.php:186
5387 #: libraries/classes/Util.php:509
5391 #. l10n: shortcuts for Kilobyte
5392 #: libraries/classes/Controllers/JavaScriptMessagesController.php:187
5393 #: libraries/classes/Util.php:511
5394 #: templates/server/status/monitor/index.twig:179
5398 #. l10n: shortcuts for Megabyte
5399 #: libraries/classes/Controllers/JavaScriptMessagesController.php:188
5400 #: libraries/classes/Util.php:513
5401 #: templates/server/status/monitor/index.twig:180
5405 #. l10n: shortcuts for Gigabyte
5406 #: libraries/classes/Controllers/JavaScriptMessagesController.php:189
5407 #: libraries/classes/Util.php:515
5411 #. l10n: shortcuts for Terabyte
5412 #: libraries/classes/Controllers/JavaScriptMessagesController.php:190
5413 #: libraries/classes/Util.php:517
5417 #. l10n: shortcuts for Petabyte
5418 #: libraries/classes/Controllers/JavaScriptMessagesController.php:191
5419 #: libraries/classes/Util.php:519
5423 #. l10n: shortcuts for Exabyte
5424 #: libraries/classes/Controllers/JavaScriptMessagesController.php:192
5425 #: libraries/classes/Util.php:521
5429 #: libraries/classes/Controllers/JavaScriptMessagesController.php:193
5432 msgstr "%d (mga) talahanayan"
5434 #. l10n: Questions is the name of a MySQL Status variable
5435 #: libraries/classes/Controllers/JavaScriptMessagesController.php:196
5439 #: libraries/classes/Controllers/JavaScriptMessagesController.php:197
5440 #: templates/server/status/status/index.twig:14
5444 #: libraries/classes/Controllers/JavaScriptMessagesController.php:198
5445 #: libraries/classes/Menu.php:573 libraries/classes/Util.php:2480
5446 #: templates/server/status/monitor/index.twig:12
5448 msgstr "Mga setting"
5450 #: libraries/classes/Controllers/JavaScriptMessagesController.php:199
5451 msgid "Add chart to grid"
5452 msgstr "Magdagdag ng tsart sa grid"
5454 #: libraries/classes/Controllers/JavaScriptMessagesController.php:200
5455 msgid "Please add at least one variable to the series!"
5456 msgstr "Mangyaring magdagdag ng kahit isang variable sa serye!"
5458 #: libraries/classes/Controllers/JavaScriptMessagesController.php:201
5459 #: libraries/classes/Display/Results.php:1325
5460 #: libraries/classes/Plugins/Export/ExportSql.php:2317
5461 #: libraries/classes/Plugins/Schema/SchemaPdf.php:96
5462 #: libraries/config.values.php:111
5463 #: templates/columns_definitions/column_attributes.twig:208
5464 #: templates/columns_definitions/column_attributes.twig:229
5465 #: templates/database/central_columns/main.twig:309
5466 #: templates/database/designer/main.twig:589 templates/export.twig:355
5467 #: templates/server/privileges/privileges_summary.twig:30
5468 #: templates/server/status/monitor/index.twig:204
5469 #: templates/server/status/processes/list.twig:54
5470 #: templates/table/zoom_search/index.twig:64
5471 #: templates/table/zoom_search/index.twig:124
5475 #. l10n: SQL Query on modal to show exported query
5476 #: libraries/classes/Controllers/JavaScriptMessagesController.php:203
5478 #| msgid "SQL query:"
5480 msgstr "SQL na tanong:"
5482 #: libraries/classes/Controllers/JavaScriptMessagesController.php:204
5483 msgid "Resume monitor"
5484 msgstr "Ipagpatuloy ang monitor"
5486 #: libraries/classes/Controllers/JavaScriptMessagesController.php:205
5487 msgid "Pause monitor"
5488 msgstr "I-pause ang monitor"
5490 #: libraries/classes/Controllers/JavaScriptMessagesController.php:206
5491 #: templates/server/status/processes/index.twig:53
5492 msgid "Start auto refresh"
5493 msgstr "Magsimula ng auto refresh"
5495 #: libraries/classes/Controllers/JavaScriptMessagesController.php:207
5496 msgid "Stop auto refresh"
5497 msgstr "Ihinto ang auto refresh"
5499 #: libraries/classes/Controllers/JavaScriptMessagesController.php:209
5500 msgid "general_log and slow_query_log are enabled."
5501 msgstr "Ang general_log at slow_query_log ay pinagana."
5503 #: libraries/classes/Controllers/JavaScriptMessagesController.php:210
5504 msgid "general_log is enabled."
5505 msgstr "Pinagana ang general_log."
5507 #: libraries/classes/Controllers/JavaScriptMessagesController.php:211
5508 msgid "slow_query_log is enabled."
5509 msgstr "Pinagana ang slow_query_log."
5511 #: libraries/classes/Controllers/JavaScriptMessagesController.php:212
5512 msgid "slow_query_log and general_log are disabled."
5513 msgstr "Ang slow_query_log at general_log ay hindi pinagana."
5515 #: libraries/classes/Controllers/JavaScriptMessagesController.php:213
5516 msgid "log_output is not set to TABLE."
5517 msgstr "Ang log_output ay hindi nakatakda sa TALAAN."
5519 #: libraries/classes/Controllers/JavaScriptMessagesController.php:214
5520 msgid "log_output is set to TABLE."
5521 msgstr "Ang log_output ay nakatakda sa TALAAN."
5523 #: libraries/classes/Controllers/JavaScriptMessagesController.php:216
5526 "slow_query_log is enabled, but the server logs only queries that take longer "
5527 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5528 "depending on your system."
5530 "Ang enable ang slow_query_log, ngunit ang mga server ay nag-log ng mga query "
5531 "lamang na mas matagal kaysa sa %d segundo. Iminumungkahi na itakda ang "
5532 "long_query_time na 0-2 segundo na ito, depende sa iyong system."
5534 #: libraries/classes/Controllers/JavaScriptMessagesController.php:220
5536 msgid "long_query_time is set to %d second(s)."
5537 msgstr "Ang long_query_time ay naka-set sa %d (mga) segundo."
5539 #: libraries/classes/Controllers/JavaScriptMessagesController.php:222
5541 "Following settings will be applied globally and reset to default on server "
5544 "Ang mga sumusunod na setting ay ilalapat globally at i-reset sa default sa "
5545 "pag-restart ng server:"
5547 #. l10n: %s is FILE or TABLE
5548 #: libraries/classes/Controllers/JavaScriptMessagesController.php:226
5550 msgid "Set log_output to %s"
5551 msgstr "Itakda ang log_output sa %s"
5553 #. l10n: Enable in this context means setting a status variable to ON
5554 #: libraries/classes/Controllers/JavaScriptMessagesController.php:228
5557 msgstr "Paganahin ang %s"
5559 #. l10n: Disable in this context means setting a status variable to OFF
5560 #: libraries/classes/Controllers/JavaScriptMessagesController.php:230
5563 msgstr "Huwag paganahin ang %s"
5566 #: libraries/classes/Controllers/JavaScriptMessagesController.php:232
5568 msgid "Set long_query_time to %d seconds."
5569 msgstr "Itakda ang long_query_time sa %d segundo."
5571 #: libraries/classes/Controllers/JavaScriptMessagesController.php:234
5573 "You can't change these variables. Please log in as root or contact your "
5574 "database administrator."
5576 "Hindi mo mababago ang mga variable na ito. Paki-log in bilang root o "
5577 "kontakin ang administrator ng iyong database."
5579 #: libraries/classes/Controllers/JavaScriptMessagesController.php:237
5580 msgid "Change settings"
5581 msgstr "Baguhin ang mga setting"
5583 #: libraries/classes/Controllers/JavaScriptMessagesController.php:238
5584 msgid "Current settings"
5585 msgstr "Kasalukuyang mga setting"
5587 #: libraries/classes/Controllers/JavaScriptMessagesController.php:240
5589 msgstr "Pamagat ng tsart"
5591 #. l10n: As in differential values
5592 #: libraries/classes/Controllers/JavaScriptMessagesController.php:242
5593 msgid "Differential"
5596 #: libraries/classes/Controllers/JavaScriptMessagesController.php:243
5598 msgid "Divided by %s"
5599 msgstr "Hinati ng %s"
5601 #: libraries/classes/Controllers/JavaScriptMessagesController.php:244
5605 #: libraries/classes/Controllers/JavaScriptMessagesController.php:246
5606 msgid "From slow log"
5607 msgstr "Mula sa mabagal na pag-log"
5609 #: libraries/classes/Controllers/JavaScriptMessagesController.php:247
5610 msgid "From general log"
5611 msgstr "Mula sa pangkalahatang log"
5613 #: libraries/classes/Controllers/JavaScriptMessagesController.php:249
5614 msgid "The database name is not known for this query in the server's logs."
5616 "Ang pangalan ng database ay hindi kilala para sa query na ito sa mga log ng "
5619 #: libraries/classes/Controllers/JavaScriptMessagesController.php:251
5620 msgid "Analysing logs"
5621 msgstr "Pag-aaralan ng mga tala"
5623 #: libraries/classes/Controllers/JavaScriptMessagesController.php:252
5624 msgid "Analysing & loading logs. This may take a while."
5625 msgstr "Pagsusuri at pag-load ng mga tala. Magtatagal pa ito ng ilang sandali."
5627 #: libraries/classes/Controllers/JavaScriptMessagesController.php:253
5628 msgid "Cancel request"
5629 msgstr "Kanselahin ang request"
5631 #: libraries/classes/Controllers/JavaScriptMessagesController.php:255
5633 "This column shows the amount of identical queries that are grouped together. "
5634 "However only the SQL query itself has been used as a grouping criteria, so "
5635 "the other attributes of queries, such as start time, may differ."
5637 "Ipinapakita ng hanay na ito ang dami ng magkaparehong mga query na pinagsama-"
5638 "sama. Gayunpaman lamang ang query sa SQL mismo ay ginamit bilang isang "
5639 "pamantayan ng pagpapangkat, kaya ang iba pang mga katangian ng mga query, "
5640 "tulad ng oras ng pagsisimula, ay maaaring magkaiba."
5642 #: libraries/classes/Controllers/JavaScriptMessagesController.php:260
5644 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5645 "same table are also being grouped together, disregarding of the inserted "
5648 "Dahil ang pagpapangkat ng mga query sa INSERTs ay napili, ang mga query sa "
5649 "INSERT sa parehong talahanayan ay pinagsasama-sama, binabalewala ang "
5652 #: libraries/classes/Controllers/JavaScriptMessagesController.php:264
5653 msgid "Log data loaded. Queries executed in this time span:"
5654 msgstr "Naka-load ang data ng log. Mga query na isinagawa sa panahong ito:"
5656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:266
5657 msgid "Jump to Log table"
5658 msgstr "Tumalon sa talaan ng Log"
5660 #: libraries/classes/Controllers/JavaScriptMessagesController.php:267
5661 msgid "No data found"
5662 msgstr "Walang natagpuang data"
5664 #: libraries/classes/Controllers/JavaScriptMessagesController.php:268
5665 msgid "Log analysed, but no data found in this time span."
5667 "Na-aralan ang pag-log, ngunit walang data na natagpuan sa panahong ito."
5669 #: libraries/classes/Controllers/JavaScriptMessagesController.php:270
5671 msgstr "Pag-aaralan…"
5673 #: libraries/classes/Controllers/JavaScriptMessagesController.php:271
5674 msgid "Explain output"
5675 msgstr "Ipaliwanag ang output"
5677 #: libraries/classes/Controllers/JavaScriptMessagesController.php:272
5678 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:171
5679 #: libraries/classes/Menu.php:540 libraries/classes/Util.php:2476
5680 #: libraries/config.values.php:157
5681 #: templates/database/events/editor_form.twig:18
5682 #: templates/database/events/index.twig:19
5683 #: templates/database/tracking/tables.twig:17
5684 #: templates/table/tracking/main.twig:31
5688 #: libraries/classes/Controllers/JavaScriptMessagesController.php:273
5689 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:167
5690 #: libraries/classes/Plugins/Export/ExportHtmlword.php:493
5691 #: libraries/classes/Plugins/Export/ExportOdt.php:625
5692 #: libraries/classes/Plugins/Export/ExportTexytext.php:471
5693 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:414
5694 #: templates/database/triggers/list.twig:23
5695 #: templates/javascript/variables.twig:81 templates/sql/profiling_chart.twig:17
5699 #: libraries/classes/Controllers/JavaScriptMessagesController.php:274
5701 msgstr "Kabuuang Oras:"
5703 #: libraries/classes/Controllers/JavaScriptMessagesController.php:275
5704 msgid "Profiling results"
5705 msgstr "Mga resulta ng profile"
5707 #: libraries/classes/Controllers/JavaScriptMessagesController.php:276
5708 msgctxt "Display format"
5710 msgstr "Talahanayan"
5712 #: libraries/classes/Controllers/JavaScriptMessagesController.php:277
5716 #: libraries/classes/Controllers/JavaScriptMessagesController.php:279
5717 #: templates/export.twig:171
5722 #: libraries/classes/Controllers/JavaScriptMessagesController.php:280
5723 #: templates/export.twig:185
5726 msgstr "Talahanayan"
5728 #: libraries/classes/Controllers/JavaScriptMessagesController.php:281
5729 #: templates/export.twig:198
5734 #. l10n: A collection of available filters
5735 #: libraries/classes/Controllers/JavaScriptMessagesController.php:284
5736 msgid "Log table filter options"
5737 msgstr "Mag-log ng mga pagpipilian sa filter ng talahanayan"
5739 #. l10n: Filter as in "Start Filtering"
5740 #: libraries/classes/Controllers/JavaScriptMessagesController.php:286
5744 #: libraries/classes/Controllers/JavaScriptMessagesController.php:287
5745 msgid "Filter queries by word/regexp:"
5746 msgstr "Salain ang mga query sa pamamagitan ng salita / regexp:"
5748 #: libraries/classes/Controllers/JavaScriptMessagesController.php:288
5749 msgid "Group queries, ignoring variable data in WHERE clauses"
5751 "Mga query ng grupo, hindi binabalewala ang variable na data sa SAAN na mga "
5754 #: libraries/classes/Controllers/JavaScriptMessagesController.php:289
5755 msgid "Sum of grouped rows:"
5756 msgstr "Kabuuan ng mga hilera na naka-grupo:"
5758 #: libraries/classes/Controllers/JavaScriptMessagesController.php:290
5759 #: libraries/classes/Engines/Innodb.php:141
5760 #: templates/server/databases/index.twig:256
5764 #: libraries/classes/Controllers/JavaScriptMessagesController.php:292
5765 msgid "Loading logs"
5766 msgstr "Naglo-load ng mga tala"
5768 #: libraries/classes/Controllers/JavaScriptMessagesController.php:293
5769 msgid "Monitor refresh failed"
5770 msgstr "Nabigo ang pag-refresh ng monitor"
5772 #: libraries/classes/Controllers/JavaScriptMessagesController.php:295
5774 "While requesting new chart data the server returned an invalid response. "
5775 "This is most likely because your session expired. Reloading the page and "
5776 "reentering your credentials should help."
5779 #: libraries/classes/Controllers/JavaScriptMessagesController.php:299
5781 msgstr "I-reload ang pahina"
5783 #: libraries/classes/Controllers/JavaScriptMessagesController.php:301
5784 msgid "Affected rows:"
5785 msgstr "Mga apektadong hanay:"
5787 #: libraries/classes/Controllers/JavaScriptMessagesController.php:304
5788 msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
5789 msgstr "Nabigong pag-parse ng config file. Mukhang hindi wastong JSON code."
5791 #: libraries/classes/Controllers/JavaScriptMessagesController.php:307
5793 "Failed building chart grid with imported config. Resetting to default config…"
5795 "Nabigong gusali grid grid na may na-import na config. Ang pag-reset sa "
5798 #: libraries/classes/Controllers/JavaScriptMessagesController.php:310
5799 msgid "Import monitor configuration"
5800 msgstr "I-import ang pagsasaayos ng monitor"
5802 #: libraries/classes/Controllers/JavaScriptMessagesController.php:311
5803 msgid "Please select the file you want to import."
5804 msgstr "Pakipili ang file na gusto mong i-import."
5806 #: libraries/classes/Controllers/JavaScriptMessagesController.php:312
5808 #| msgid "Please enter a valid page name"
5809 msgid "Please enter a valid table name."
5810 msgstr "Mangyaring magpasok ng wastong pangalan ng pahina"
5812 #: libraries/classes/Controllers/JavaScriptMessagesController.php:313
5814 #| msgid "Please enter a valid page name"
5815 msgid "Please enter a valid database name."
5816 msgstr "Mangyaring magpasok ng wastong pangalan ng pahina"
5818 #: libraries/classes/Controllers/JavaScriptMessagesController.php:314
5819 msgid "No files available on server for import!"
5820 msgstr "Walang magagamit na mga file sa server para sa pag-import!"
5822 #: libraries/classes/Controllers/JavaScriptMessagesController.php:316
5823 msgid "Analyse query"
5824 msgstr "Pag-aralan ang query"
5826 #: libraries/classes/Controllers/JavaScriptMessagesController.php:319
5827 msgid "Formatting SQL…"
5828 msgstr "Pag-format ng SQL…"
5830 #: libraries/classes/Controllers/JavaScriptMessagesController.php:320
5831 msgid "No parameters found!"
5832 msgstr "Walang nakitang mga parameter!"
5834 #: libraries/classes/Controllers/JavaScriptMessagesController.php:324
5835 #: templates/database/central_columns/main.twig:271
5836 #: templates/database/designer/main.twig:340
5837 #: templates/database/designer/main.twig:391
5838 #: templates/database/designer/main.twig:669
5839 #: templates/database/designer/main.twig:735
5840 #: templates/database/designer/main.twig:874
5841 #: templates/database/designer/main.twig:959
5842 #: templates/database/designer/main.twig:1064
5843 #: templates/server/variables/index.twig:15
5847 #: libraries/classes/Controllers/JavaScriptMessagesController.php:327
5848 #: templates/header.twig:50
5849 msgid "Page-related settings"
5850 msgstr "Mga setting na may kaugnayan sa pahina"
5852 #: libraries/classes/Controllers/JavaScriptMessagesController.php:328
5853 #: templates/config/form_display/fieldset_bottom.twig:8
5857 #: libraries/classes/Controllers/JavaScriptMessagesController.php:331
5858 #: templates/navigation/main.twig:58
5859 #: templates/server/status/monitor/index.twig:95
5861 msgstr "Naglo-load…"
5863 #: libraries/classes/Controllers/JavaScriptMessagesController.php:332
5864 msgid "Request aborted!!"
5865 msgstr "Hinihinto ang kahilingan!!"
5867 #: libraries/classes/Controllers/JavaScriptMessagesController.php:333
5868 msgid "Processing request"
5869 msgstr "Kahilingan sa pagpoproseso"
5871 #: libraries/classes/Controllers/JavaScriptMessagesController.php:334
5872 msgid "Request failed!!"
5873 msgstr "Nabigong kahilingan!!"
5875 #: libraries/classes/Controllers/JavaScriptMessagesController.php:335
5876 #: libraries/classes/Controllers/SqlController.php:266
5877 #: libraries/classes/Controllers/SqlController.php:300
5878 msgid "Error in processing request"
5879 msgstr "Error sa kahilingan sa pagproseso"
5881 #: libraries/classes/Controllers/JavaScriptMessagesController.php:336
5883 msgid "Error code: %s"
5884 msgstr "Error ng code: %s"
5886 #: libraries/classes/Controllers/JavaScriptMessagesController.php:337
5888 msgid "Error text: %s"
5889 msgstr "Error ng text: %s"
5891 #: libraries/classes/Controllers/JavaScriptMessagesController.php:339
5893 "It seems that the connection to server has been lost. Please check your "
5894 "network connectivity and server status."
5896 "Tila na ang koneksyon sa server ay nawala. Mangyaring suriin ang "
5897 "pagkakakonekta ng iyong network at kalagayan ng server."
5899 #: libraries/classes/Controllers/JavaScriptMessagesController.php:343
5900 msgid "No accounts selected."
5901 msgstr "Walang piniling mga account."
5903 #: libraries/classes/Controllers/JavaScriptMessagesController.php:344
5904 msgid "Dropping column"
5905 msgstr "Ang pag-drop ng kolumn"
5907 #: libraries/classes/Controllers/JavaScriptMessagesController.php:345
5908 msgid "Adding primary key"
5909 msgstr "Pagdaragdag ng pangunahing key"
5911 #: libraries/classes/Controllers/JavaScriptMessagesController.php:346
5912 #: templates/console/display.twig:129 templates/database/designer/main.twig:338
5913 #: templates/database/designer/main.twig:667
5914 #: templates/database/designer/main.twig:731
5915 #: templates/database/designer/main.twig:870
5916 #: templates/database/designer/main.twig:955
5917 #: templates/database/designer/main.twig:1062
5921 #: libraries/classes/Controllers/JavaScriptMessagesController.php:347
5922 msgid "Click to dismiss this notification"
5923 msgstr "I-click upang i-dismiss ang notification na ito"
5925 #: libraries/classes/Controllers/JavaScriptMessagesController.php:350
5926 msgid "Renaming databases"
5927 msgstr "Pagpapalit ng database"
5929 #: libraries/classes/Controllers/JavaScriptMessagesController.php:351
5930 msgid "Copying database"
5931 msgstr "Kinokopya ang database"
5933 #: libraries/classes/Controllers/JavaScriptMessagesController.php:352
5934 msgid "Changing charset"
5935 msgstr "Pagbabago ng charset"
5937 #: libraries/classes/Controllers/JavaScriptMessagesController.php:356
5938 #: templates/database/structure/drop_form.twig:16
5939 #: templates/database/structure/empty_form.twig:16 templates/import.twig:193
5940 #: templates/sql/query.twig:131 templates/table/delete/confirm.twig:25
5941 msgid "Enable foreign key checks"
5942 msgstr "Paganahin ang mga banyagang key check"
5944 #: libraries/classes/Controllers/JavaScriptMessagesController.php:359
5945 msgid "Failed to get real row count."
5946 msgstr "Nabigong makakuha ng tunay na bilang ng hilera."
5948 #: libraries/classes/Controllers/JavaScriptMessagesController.php:362
5952 #: libraries/classes/Controllers/JavaScriptMessagesController.php:363
5953 msgid "Hide search results"
5954 msgstr "Itago ang mga resulta ng paghahanap"
5956 #: libraries/classes/Controllers/JavaScriptMessagesController.php:364
5957 msgid "Show search results"
5958 msgstr "Ipakita ang mga resulta ng paghahanap"
5960 #: libraries/classes/Controllers/JavaScriptMessagesController.php:365
5964 #: libraries/classes/Controllers/JavaScriptMessagesController.php:366
5968 #: libraries/classes/Controllers/JavaScriptMessagesController.php:367
5970 msgid "Delete the matches for the %s table?"
5971 msgstr "Tanggalin ang mga tugma para sa talahanayan ng %s?"
5973 #: libraries/classes/Controllers/JavaScriptMessagesController.php:370
5974 msgid "The definition of a stored function must contain a RETURN statement!"
5976 "Ang kahulugan ng isang naka-imbak na function ay dapat maglaman ng pahayag "
5979 #: libraries/classes/Controllers/JavaScriptMessagesController.php:372
5980 msgid "No routine is exportable. Required privileges may be lacking."
5982 "Walang karaniwang gawain ay maaaring i-export. Maaaring kulang ang mga "
5983 "kinakailangang pribilehiyo."
5985 #: libraries/classes/Controllers/JavaScriptMessagesController.php:375
5986 #: templates/database/routines/parameter_row.twig:24
5987 msgid "ENUM/SET editor"
5988 msgstr "Editor ng ENUM/SET"
5990 #: libraries/classes/Controllers/JavaScriptMessagesController.php:376
5992 msgid "Values for column %s"
5993 msgstr "Mga halaga para sa haligi %s"
5995 #: libraries/classes/Controllers/JavaScriptMessagesController.php:377
5996 msgid "Values for a new column"
5997 msgstr "Mga halaga para sa isang bagong haligi"
5999 #: libraries/classes/Controllers/JavaScriptMessagesController.php:378
6000 msgid "Enter each value in a separate field."
6001 msgstr "I-enter ang bawat halaga sa isang hiwalay na field."
6003 #: libraries/classes/Controllers/JavaScriptMessagesController.php:379
6005 msgid "Add %d value(s)"
6006 msgstr "Magdagdag ng (mga) halaga ng %d"
6008 #: libraries/classes/Controllers/JavaScriptMessagesController.php:383
6010 "Note: If the file contains multiple tables, they will be combined into one."
6012 "Tandaan: Kung ang file ay naglalaman ng maraming mga talahanayan, sila ay "
6015 #: libraries/classes/Controllers/JavaScriptMessagesController.php:387
6016 msgid "Hide query box"
6017 msgstr "Itago ang query box"
6019 #: libraries/classes/Controllers/JavaScriptMessagesController.php:388
6020 msgid "Show query box"
6021 msgstr "Ipakita ang query box"
6023 #: libraries/classes/Controllers/JavaScriptMessagesController.php:390
6024 #: libraries/classes/Display/Results.php:3336
6025 #: libraries/classes/Server/UserGroups.php:134
6026 #: libraries/classes/Tracking.php:258 templates/console/bookmark_content.twig:7
6027 #: templates/database/central_columns/main.twig:270
6028 #: templates/database/central_columns/main.twig:385
6029 #: templates/database/central_columns/main.twig:386
6030 #: templates/database/designer/main.twig:389
6031 #: templates/database/qbe/ins_del_and_or_cell.twig:18
6032 #: templates/database/search/results.twig:43
6033 #: templates/display/results/table.twig:218
6034 #: templates/display/results/table.twig:219 templates/export.twig:38
6035 #: templates/setup/home/index.twig:62 templates/sql/query.twig:173
6039 #: libraries/classes/Controllers/JavaScriptMessagesController.php:391
6041 msgid "%d is not valid row number."
6042 msgstr "%d ay hindi wastong numero ng hanay."
6044 #: libraries/classes/Controllers/JavaScriptMessagesController.php:392
6045 #: libraries/classes/InsertEdit.php:925
6046 #: templates/sql/relational_column_dropdown.twig:3
6047 #: templates/table/search/input_box.twig:27
6048 msgid "Browse foreign values"
6049 msgstr "Mag-browse ng mga dayuhang halaga"
6051 #: libraries/classes/Controllers/JavaScriptMessagesController.php:393
6052 msgid "No previously auto-saved query is available. Loading default query."
6055 #: libraries/classes/Controllers/JavaScriptMessagesController.php:395
6057 "You have a previously saved query. Click Get auto-saved query to load the "
6061 #: libraries/classes/Controllers/JavaScriptMessagesController.php:397
6063 msgid "Variable %d:"
6064 msgstr "Variable %d:"
6066 #: libraries/classes/Controllers/JavaScriptMessagesController.php:400
6067 #: libraries/classes/Normalization.php:1046
6071 #: libraries/classes/Controllers/JavaScriptMessagesController.php:401
6072 msgid "Column selector"
6073 msgstr "Tagapili ng hanay"
6075 #: libraries/classes/Controllers/JavaScriptMessagesController.php:402
6076 msgid "Search this list"
6077 msgstr "Hanapin ang listahang ito"
6079 #: libraries/classes/Controllers/JavaScriptMessagesController.php:404
6082 "No columns in the central list. Make sure the Central columns list for "
6083 "database %s has columns that are not present in the current table."
6085 "Walang mga haligi sa gitnang listahan. Tiyaking listahan ng Mga haligi ng "
6086 "Central para sa database %s ay may mga haligi na wala sa kasalukuyang "
6089 #: libraries/classes/Controllers/JavaScriptMessagesController.php:407
6091 msgstr "Tingnan ang higit pa"
6093 #: libraries/classes/Controllers/JavaScriptMessagesController.php:408
6094 msgid "Are you sure?"
6095 msgstr "Sigurado ka ba?"
6097 #: libraries/classes/Controllers/JavaScriptMessagesController.php:410
6100 #| "This action may change some of the columns definition.<br/>Are you sure "
6101 #| "you want to continue?"
6103 "This action may change some of the columns definition.<br>Are you sure you "
6106 "Maaaring baguhin ng pagkilos na ito ang ilan sa kahulugan ng mga haligi. <br/"
6107 ">Sigurado ka bang gusto mong magpatuloy?"
6109 #: libraries/classes/Controllers/JavaScriptMessagesController.php:413
6111 msgstr "Ipagpatuloy"
6113 #: libraries/classes/Controllers/JavaScriptMessagesController.php:416
6114 msgid "Add primary key"
6115 msgstr "Magdagdag ng pangunahing key"
6117 #: libraries/classes/Controllers/JavaScriptMessagesController.php:417
6118 msgid "Primary key added."
6119 msgstr "Idinagdag ang pangunahing key."
6121 #: libraries/classes/Controllers/JavaScriptMessagesController.php:418
6122 #: libraries/classes/Normalization.php:288
6123 msgid "Taking you to next step…"
6124 msgstr "Dadalhin ka sa susunod na hakbang…"
6126 #: libraries/classes/Controllers/JavaScriptMessagesController.php:419
6128 msgid "The first step of normalization is complete for table '%s'."
6130 "Ang unang hakbang ng normalisasyon ay kumpleto para sa talahanayan '%s'."
6132 #: libraries/classes/Controllers/JavaScriptMessagesController.php:420
6133 #: libraries/classes/Normalization.php:557
6134 #: libraries/classes/Normalization.php:606
6135 #: libraries/classes/Normalization.php:700
6136 #: libraries/classes/Normalization.php:768
6138 msgstr "Katapusan ng hakbang"
6140 #: libraries/classes/Controllers/JavaScriptMessagesController.php:421
6141 msgid "Second step of normalization (2NF)"
6142 msgstr "Ikalawang hakbang ng normalisasyon (2NF)"
6144 #. l10n: Display text for calendar close link
6145 #: libraries/classes/Controllers/JavaScriptMessagesController.php:422
6146 #: libraries/classes/Normalization.php:385
6147 #: templates/javascript/variables.twig:15
6151 #: libraries/classes/Controllers/JavaScriptMessagesController.php:423
6152 msgid "Confirm partial dependencies"
6153 msgstr "Kumpirmahin ang mga bahagyang dependency"
6155 #: libraries/classes/Controllers/JavaScriptMessagesController.php:424
6156 msgid "Selected partial dependencies are as follows:"
6157 msgstr "Ang mga napiling bahagyang dependency ay ang mga sumusunod:"
6159 #: libraries/classes/Controllers/JavaScriptMessagesController.php:426
6161 "Note: a, b -> d,f implies values of columns a and b combined together can "
6162 "determine values of column d and column f."
6165 #: libraries/classes/Controllers/JavaScriptMessagesController.php:429
6166 msgid "No partial dependencies selected!"
6167 msgstr "Walang piniling partial dependencies!"
6169 #: libraries/classes/Controllers/JavaScriptMessagesController.php:430
6170 #: libraries/classes/Controllers/JavaScriptMessagesController.php:597
6171 #: libraries/classes/Export.php:599 libraries/classes/Html/Generator.php:1032
6172 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:311
6173 #: templates/import_status.twig:2 templates/user_password.twig:2
6177 #: libraries/classes/Controllers/JavaScriptMessagesController.php:431
6178 msgid "Show me the possible partial dependencies based on data in the table"
6180 "Ipakita sa akin ang posibleng mga bahagyang dependency batay sa data sa "
6183 #: libraries/classes/Controllers/JavaScriptMessagesController.php:432
6184 msgid "Hide partial dependencies list"
6185 msgstr "Itago ang mga listahan ng bahagyang dependency"
6187 #: libraries/classes/Controllers/JavaScriptMessagesController.php:434
6189 "Sit tight! It may take few seconds depending on data size and column count "
6192 "Umupo nang masikip! Maaaring tumagal ng ilang segundo depende sa laki ng "
6193 "data at bilang ng haligi ng talahanayan."
6195 #: libraries/classes/Controllers/JavaScriptMessagesController.php:437
6199 #: libraries/classes/Controllers/JavaScriptMessagesController.php:438
6200 msgid "The following actions will be performed:"
6201 msgstr "Gagawin ang mga sumusunod na aksyon:"
6203 #: libraries/classes/Controllers/JavaScriptMessagesController.php:439
6205 msgid "DROP columns %s from the table %s"
6206 msgstr "Ang mga haligi ng DROP %s mula sa talahanayan %s"
6208 #: libraries/classes/Controllers/JavaScriptMessagesController.php:440
6209 msgid "Create the following table"
6210 msgstr "Lumikha ng sumusunod na talahanayan"
6212 #: libraries/classes/Controllers/JavaScriptMessagesController.php:443
6213 msgid "Third step of normalization (3NF)"
6214 msgstr "Ikatlong hakbang ng normalisasyon (3NF)"
6216 #: libraries/classes/Controllers/JavaScriptMessagesController.php:444
6217 msgid "Confirm transitive dependencies"
6218 msgstr "Kumpirmahin ang mga palipat-lipat na dependency"
6220 #: libraries/classes/Controllers/JavaScriptMessagesController.php:445
6221 msgid "Selected dependencies are as follows:"
6222 msgstr "Ang mga napiling dependency ay ang mga sumusunod:"
6224 #: libraries/classes/Controllers/JavaScriptMessagesController.php:446
6225 msgid "No dependencies selected!"
6226 msgstr "Walang napiling mga dependency!"
6228 #: libraries/classes/Controllers/JavaScriptMessagesController.php:449
6229 #: libraries/classes/InsertEdit.php:1890
6230 #: templates/columns_definitions/column_definitions_form.twig:160
6231 #: templates/database/central_columns/edit.twig:20
6232 #: templates/database/central_columns/main.twig:121
6233 #: templates/database/central_columns/main.twig:274
6234 #: templates/server/variables/index.twig:12
6235 #: templates/table/gis_visualization/gis_visualization.twig:48
6236 #: templates/table/relation/common_form.twig:222
6237 #: templates/table/structure/partition_definition_form.twig:12
6241 #: libraries/classes/Controllers/JavaScriptMessagesController.php:452
6242 msgid "Hide search criteria"
6243 msgstr "Itago ang pamantayan sa paghahanap"
6245 #: libraries/classes/Controllers/JavaScriptMessagesController.php:453
6246 msgid "Show search criteria"
6247 msgstr "Ipakita ang pamantayan sa paghahanap"
6249 #: libraries/classes/Controllers/JavaScriptMessagesController.php:454
6250 msgid "Range search"
6251 msgstr "Saklaw ng paghahanap"
6253 #: libraries/classes/Controllers/JavaScriptMessagesController.php:455
6254 msgid "Column maximum:"
6255 msgstr "Maximum na haligi:"
6257 #: libraries/classes/Controllers/JavaScriptMessagesController.php:456
6258 msgid "Column minimum:"
6259 msgstr "Haligi ng halagang:"
6261 #: libraries/classes/Controllers/JavaScriptMessagesController.php:457
6262 msgid "Minimum value:"
6263 msgstr "Minimum na halaga:"
6265 #: libraries/classes/Controllers/JavaScriptMessagesController.php:458
6266 msgid "Maximum value:"
6267 msgstr "Pinakamataas na halaga:"
6269 #: libraries/classes/Controllers/JavaScriptMessagesController.php:461
6270 msgid "Hide find and replace criteria"
6271 msgstr "Itago ang paghahanap at palitan ang pamantayan"
6273 #: libraries/classes/Controllers/JavaScriptMessagesController.php:462
6274 msgid "Show find and replace criteria"
6275 msgstr "Ipakita ang pamamaraang hanapin at palitan"
6277 #: libraries/classes/Controllers/JavaScriptMessagesController.php:466
6278 msgid "Each point represents a data row."
6279 msgstr "Ang bawat punto ay kumakatawan sa isang hilera ng data."
6281 #: libraries/classes/Controllers/JavaScriptMessagesController.php:468
6282 msgid "Hovering over a point will show its label."
6283 msgstr "Ang pagpapalabas sa isang punto ay magpapakita ng label nito."
6285 #: libraries/classes/Controllers/JavaScriptMessagesController.php:470
6286 msgid "To zoom in, select a section of the plot with the mouse."
6288 "Upang mag-zoom in, pumili ng isang seksyon ng isang lagay ng lupa gamit ang "
6291 #: libraries/classes/Controllers/JavaScriptMessagesController.php:472
6292 msgid "Click reset zoom button to come back to original state."
6294 "I-click ang i-reset ang pindutan ng pag-zoom upang makabalik sa orihinal na "
6297 #: libraries/classes/Controllers/JavaScriptMessagesController.php:474
6298 msgid "Click a data point to view and possibly edit the data row."
6300 "Mag-click ng punto ng data upang tingnan at posibleng i-edit ang hilera ng "
6303 #: libraries/classes/Controllers/JavaScriptMessagesController.php:476
6304 msgid "The plot can be resized by dragging it along the bottom right corner."
6306 "Maaaring palitan ang balangkas sa pamamagitan ng pag-drag nito sa ilalim ng "
6307 "kanang sulok sa ibaba."
6309 #: libraries/classes/Controllers/JavaScriptMessagesController.php:479
6310 msgid "Select two columns"
6311 msgstr "Pumili ng dalawang haligi"
6313 #: libraries/classes/Controllers/JavaScriptMessagesController.php:481
6314 msgid "Select two different columns"
6315 msgstr "Pumili ng dalawang magkakaibang hanay"
6317 #: libraries/classes/Controllers/JavaScriptMessagesController.php:483
6318 msgid "Data point content"
6319 msgstr "Nilalaman ng punto ng data"
6321 #: libraries/classes/Controllers/JavaScriptMessagesController.php:486
6322 #: libraries/classes/Controllers/JavaScriptMessagesController.php:663
6323 #: libraries/classes/ErrorHandler.php:408 libraries/classes/InsertEdit.php:3139
6324 #: templates/table/index_form.twig:157 templates/table/index_form.twig:193
6326 msgstr "Huwag pansinin"
6328 #: libraries/classes/Controllers/JavaScriptMessagesController.php:487
6329 #: libraries/classes/Display/Results.php:3269
6330 #: libraries/classes/Html/Generator.php:74
6331 #: templates/display/results/table.twig:214
6332 #: templates/display/results/table.twig:215
6336 #: libraries/classes/Controllers/JavaScriptMessagesController.php:488
6337 #: templates/gis_data_editor_form.twig:74
6338 #: templates/gis_data_editor_form.twig:94
6339 #: templates/gis_data_editor_form.twig:135
6340 #: templates/gis_data_editor_form.twig:187
6344 #: libraries/classes/Controllers/JavaScriptMessagesController.php:489
6345 #: templates/gis_data_editor_form.twig:76
6346 #: templates/gis_data_editor_form.twig:96
6347 #: templates/gis_data_editor_form.twig:137
6348 #: templates/gis_data_editor_form.twig:189
6352 #: libraries/classes/Controllers/JavaScriptMessagesController.php:490
6356 #: libraries/classes/Controllers/JavaScriptMessagesController.php:491
6359 msgstr "Punto ng %d"
6361 #: libraries/classes/Controllers/JavaScriptMessagesController.php:492
6365 #: libraries/classes/Controllers/JavaScriptMessagesController.php:493
6369 #: libraries/classes/Controllers/JavaScriptMessagesController.php:494
6370 #: templates/display/results/table.twig:159
6374 #: libraries/classes/Controllers/JavaScriptMessagesController.php:495
6376 msgstr "Panloob na singsing"
6378 #: libraries/classes/Controllers/JavaScriptMessagesController.php:496
6380 msgstr "Panlabas na singsing"
6382 #: libraries/classes/Controllers/JavaScriptMessagesController.php:497
6383 #: templates/gis_data_editor_form.twig:99
6384 #: templates/gis_data_editor_form.twig:140
6385 #: templates/gis_data_editor_form.twig:192
6387 msgstr "Magdagdag ng punto"
6389 #: libraries/classes/Controllers/JavaScriptMessagesController.php:498
6390 #: templates/gis_data_editor_form.twig:144
6391 #: templates/gis_data_editor_form.twig:195
6392 msgid "Add an inner ring"
6393 msgstr "Magdagdag ng inner ring"
6395 #: libraries/classes/Controllers/JavaScriptMessagesController.php:500
6396 msgid "Do you want to copy encryption key?"
6397 msgstr "Gusto mo bang kopyahin ang key ng encryption?"
6399 #: libraries/classes/Controllers/JavaScriptMessagesController.php:501
6400 msgid "Encryption key"
6401 msgstr "Key ng pag-encrypt"
6403 #: libraries/classes/Controllers/JavaScriptMessagesController.php:504
6405 "The HEX function will treat the integer as a string while calculating the "
6409 #: libraries/classes/Controllers/JavaScriptMessagesController.php:509
6411 "MySQL accepts additional values not selectable by the slider; key in those "
6412 "values directly if desired"
6414 "Tinatanggap ng MySQL ang mga karagdagang halaga na hindi maaaring piliin ng "
6415 "slider; susi sa mga halagang iyon nang direkta kung ninanais"
6417 #: libraries/classes/Controllers/JavaScriptMessagesController.php:515
6419 "MySQL accepts additional values not selectable by the datepicker; key in "
6420 "those values directly if desired"
6422 "Tinatanggap ng MySQL ang mga karagdagang halaga na hindi maaaring piliin ng "
6423 "datepicker; susi sa mga halagang iyon nang direkta kung ninanais"
6425 #: libraries/classes/Controllers/JavaScriptMessagesController.php:521
6427 "Indicates that you have made changes to this page; you will be prompted for "
6428 "confirmation before abandoning changes"
6430 "Nagpapahiwatig na gumawa ka ng mga pagbabago sa pahinang ito; ikaw ay "
6431 "sasabihan para sa pagkumpirma bago iwanan ang mga pagbabago"
6433 #: libraries/classes/Controllers/JavaScriptMessagesController.php:526
6434 msgid "Select referenced key"
6435 msgstr "Piliin ang na-refer na susi"
6437 #: libraries/classes/Controllers/JavaScriptMessagesController.php:527
6438 msgid "Select Foreign Key"
6439 msgstr "Piliin ang Dayuhang Key"
6441 #: libraries/classes/Controllers/JavaScriptMessagesController.php:528
6442 msgid "Please select the primary key or a unique key!"
6443 msgstr "Pakipili ang pangunahing key o isang natatanging key!"
6445 #: libraries/classes/Controllers/JavaScriptMessagesController.php:529
6446 #: templates/database/designer/main.twig:98
6447 #: templates/database/designer/main.twig:101
6448 msgid "Choose column to display"
6449 msgstr "Pumili ng haligi upang ipakita"
6451 #: libraries/classes/Controllers/JavaScriptMessagesController.php:531
6453 "You haven't saved the changes in the layout. They will be lost if you don't "
6454 "save them. Do you want to continue?"
6456 "Hindi mo nai-save ang mga pagbabago sa layout. Mawala ang mga ito kung hindi "
6457 "mo sila i-save. Gusto mo bang magpatuloy?"
6459 #: libraries/classes/Controllers/JavaScriptMessagesController.php:534
6460 msgid "value/subQuery is empty"
6463 #: libraries/classes/Controllers/JavaScriptMessagesController.php:535
6464 #: templates/database/designer/main.twig:40
6465 #: templates/database/designer/main.twig:43
6466 msgid "Add tables from other databases"
6467 msgstr "Magdagdag ng mga talahanayan mula sa iba pang mga database"
6469 #: libraries/classes/Controllers/JavaScriptMessagesController.php:536
6471 msgstr "Pangalan ng pahina"
6473 #: libraries/classes/Controllers/JavaScriptMessagesController.php:537
6474 #: templates/database/designer/main.twig:63
6475 #: templates/database/designer/main.twig:66
6477 msgstr "I-save ang pahina"
6479 #: libraries/classes/Controllers/JavaScriptMessagesController.php:538
6480 #: templates/database/designer/main.twig:70
6481 #: templates/database/designer/main.twig:73
6482 msgid "Save page as"
6483 msgstr "I-save ang pahina bilang"
6485 #: libraries/classes/Controllers/JavaScriptMessagesController.php:539
6486 #: templates/database/designer/main.twig:56
6487 #: templates/database/designer/main.twig:59
6489 msgstr "Buksan ang pahina"
6491 #: libraries/classes/Controllers/JavaScriptMessagesController.php:540
6493 msgstr "Burahin ang pahina"
6495 #. l10n: When the user opens a page saved in the Designer
6496 #: libraries/classes/Controllers/JavaScriptMessagesController.php:542
6497 msgid "Some tables saved in this page might have been renamed or deleted."
6500 #: libraries/classes/Controllers/JavaScriptMessagesController.php:543
6501 #: templates/database/designer/main.twig:10
6503 msgstr "Walang pamagat"
6505 #: libraries/classes/Controllers/JavaScriptMessagesController.php:544
6506 msgid "Please select a page to continue"
6507 msgstr "Mangyaring pumili ng isang pahina upang magpatuloy"
6509 #: libraries/classes/Controllers/JavaScriptMessagesController.php:545
6510 msgid "Please enter a valid page name"
6511 msgstr "Mangyaring magpasok ng wastong pangalan ng pahina"
6513 #: libraries/classes/Controllers/JavaScriptMessagesController.php:546
6514 msgid "Do you want to save the changes to the current page?"
6515 msgstr "Gusto mo bang i-save ang mga pagbabago sa kasalukuyang pahina?"
6517 #: libraries/classes/Controllers/JavaScriptMessagesController.php:547
6518 msgid "Successfully deleted the page"
6519 msgstr "Matagumpay na nabura ang pahina"
6521 #: libraries/classes/Controllers/JavaScriptMessagesController.php:548
6522 msgid "Export relational schema"
6523 msgstr "I-export ang pamanggit na panuntunan"
6525 #: libraries/classes/Controllers/JavaScriptMessagesController.php:549
6526 msgid "Modifications have been saved"
6527 msgstr "Ang mga pagbabago ay nai-save na"
6529 #: libraries/classes/Controllers/JavaScriptMessagesController.php:552
6531 msgid "%d object(s) created."
6532 msgstr "%d (mga) objek na nagawa."
6534 #: libraries/classes/Controllers/JavaScriptMessagesController.php:553
6536 #| msgid "Copy column name."
6538 msgstr "Kopyahin ang pangalan ng haligi."
6540 #: libraries/classes/Controllers/JavaScriptMessagesController.php:554
6541 #: templates/sql/query.twig:165
6545 #: libraries/classes/Controllers/JavaScriptMessagesController.php:557
6546 msgid "Press escape to cancel editing."
6547 msgstr "Pindutin ang pagtakas upang ikansela ang pag-edit."
6549 #: libraries/classes/Controllers/JavaScriptMessagesController.php:559
6551 "You have edited some data and they have not been saved. Are you sure you "
6552 "want to leave this page before saving the data?"
6554 "Nag-edit ka ng ilang data at hindi na-save ang mga ito. Sigurado ka bang "
6555 "gusto mong umalis sa pahinang ito bago i-save ang data?"
6557 #: libraries/classes/Controllers/JavaScriptMessagesController.php:562
6558 msgid "Drag to reorder."
6559 msgstr "I-drag upang muling isaayos."
6561 #: libraries/classes/Controllers/JavaScriptMessagesController.php:563
6562 msgid "Click to sort results by this column."
6563 msgstr "I-click upang pagbutihin ang mga resulta ng haligi na ito."
6565 #: libraries/classes/Controllers/JavaScriptMessagesController.php:565
6567 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6568 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6569 "from ORDER BY clause"
6572 #: libraries/classes/Controllers/JavaScriptMessagesController.php:569
6573 msgid "Click to mark/unmark."
6574 msgstr "Mag-click upang markahan / alisin ang marka."
6576 #: libraries/classes/Controllers/JavaScriptMessagesController.php:570
6577 msgid "Double-click to copy column name."
6578 msgstr "Mag-double-click upang kopyahin ang pangalan ng haligi."
6580 #: libraries/classes/Controllers/JavaScriptMessagesController.php:572
6581 msgid "Click the drop-down arrow<br>to toggle column's visibility."
6583 "I-click ang drop-down na arrow <br> upang maipakita ang visibility ng haligi."
6585 #: libraries/classes/Controllers/JavaScriptMessagesController.php:576
6587 "This table does not contain a unique column. Features related to the grid "
6588 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6590 "Ang mesa na ito ay hindi naglalaman ng isang natatanging haligi. Ang mga "
6591 "tampok na may kaugnayan sa pag-edit ng grid, checkbox, I-edit, Kopyahin at "
6592 "Tanggalin ang mga link ay maaaring hindi gumana pagkatapos i-save."
6594 #: libraries/classes/Controllers/JavaScriptMessagesController.php:579
6595 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6597 "Mangyaring magpasok ng wastong hexadecimal string. Ang mga wastong character "
6600 #: libraries/classes/Controllers/JavaScriptMessagesController.php:581
6602 "Do you really want to see all of the rows? For a big table this could crash "
6605 "Gusto mo ba talagang makita ang lahat ng mga hanay? Para sa isang malaking "
6606 "table na ito ay maaaring crash ang browser."
6608 #: libraries/classes/Controllers/JavaScriptMessagesController.php:584
6609 msgid "Original length"
6610 msgstr "Orihinal na haba"
6612 #: libraries/classes/Controllers/JavaScriptMessagesController.php:587
6616 #: libraries/classes/Controllers/JavaScriptMessagesController.php:588
6617 #: libraries/classes/Controllers/Server/Status/StatusController.php:225
6621 #: libraries/classes/Controllers/JavaScriptMessagesController.php:590
6625 #: libraries/classes/Controllers/JavaScriptMessagesController.php:591
6626 msgid "Import status"
6627 msgstr "Pag-import ng katayuan"
6629 #: libraries/classes/Controllers/JavaScriptMessagesController.php:592
6630 #: templates/navigation/main.twig:84
6631 msgid "Drop files here"
6632 msgstr "I-drop ang mga file dito"
6634 #: libraries/classes/Controllers/JavaScriptMessagesController.php:593
6635 msgid "Select database first"
6636 msgstr "Piliin ang database muna"
6638 #: libraries/classes/Controllers/JavaScriptMessagesController.php:596
6639 #: templates/database/data_dictionary/index.twig:117
6640 #: templates/database/structure/index.twig:12
6641 #: templates/display/results/table.twig:241
6642 #: templates/table/structure/display_structure.twig:333
6646 #: libraries/classes/Controllers/JavaScriptMessagesController.php:601
6647 msgid "You can also edit most values<br>by double-clicking directly on them."
6649 "Maaari mo ring i-edit ang karamihan sa mga halaga<br> sa pamamagitan ng pag-"
6650 "double-click nang direkta sa mga ito."
6652 #: libraries/classes/Controllers/JavaScriptMessagesController.php:603
6653 msgid "You can also edit most values<br>by clicking directly on them."
6655 "Maaari mo ring i-edit ang karamihan ng mga halaga <br> sa pamamagitan ng pag-"
6656 "click nang direkta sa mga ito."
6658 #: libraries/classes/Controllers/JavaScriptMessagesController.php:606
6660 msgstr "Pumunta sa link:"
6662 #: libraries/classes/Controllers/JavaScriptMessagesController.php:607
6663 msgid "Copy column name."
6664 msgstr "Kopyahin ang pangalan ng haligi."
6666 #: libraries/classes/Controllers/JavaScriptMessagesController.php:608
6667 msgid "Right-click the column name to copy it to your clipboard."
6669 "Mag-right-click ang pangalan ng haligi upang kopyahin ito sa iyong clipboard."
6671 #: libraries/classes/Controllers/JavaScriptMessagesController.php:611
6672 msgid "Generate password"
6673 msgstr "Bumuo ng password"
6675 #: libraries/classes/Controllers/JavaScriptMessagesController.php:612
6676 #: templates/server/replication/master_add_slave_user.twig:73
6680 #: libraries/classes/Controllers/JavaScriptMessagesController.php:613
6681 #: libraries/classes/Controllers/UserPasswordController.php:80
6682 #: templates/home/index.twig:46
6683 #: templates/server/privileges/change_password.twig:10
6684 msgid "Change password"
6685 msgstr "Baguhin ang password"
6687 #: libraries/classes/Controllers/JavaScriptMessagesController.php:616
6688 #: templates/table/structure/display_structure.twig:132
6692 #: libraries/classes/Controllers/JavaScriptMessagesController.php:619
6694 msgstr "Ipakita ang panel"
6696 #: libraries/classes/Controllers/JavaScriptMessagesController.php:620
6698 msgstr "Itago ang panel"
6700 #: libraries/classes/Controllers/JavaScriptMessagesController.php:621
6701 msgid "Show hidden navigation tree items."
6702 msgstr "Ipakita ang mga nakatagong item sa puno ng nabigasyon."
6704 #: libraries/classes/Controllers/JavaScriptMessagesController.php:623
6705 #: libraries/classes/Navigation/NavigationTree.php:1477
6706 msgid "Unlink from main panel"
6707 msgstr "I-unlink mula sa pangunahing panel"
6709 #: libraries/classes/Controllers/JavaScriptMessagesController.php:626
6710 msgid "The requested page was not found in the history, it may have expired."
6712 "Ang hiniling na pahina ay hindi natagpuan sa kasaysayan, maaaring natapos na "
6715 #: libraries/classes/Controllers/JavaScriptMessagesController.php:630
6716 #: libraries/classes/Setup/Index.php:184
6719 "A newer version of phpMyAdmin is available and you should consider "
6720 "upgrading. The newest version is %s, released on %s."
6722 "Ang isang mas bagong bersyon ng phpMyAdmin ay magagamit at dapat mong "
6723 "isaalang-alang ang pag-upgrade. Ang pinakabagong bersyon ay %s, inilabas sa "
6726 #. l10n: Latest available phpMyAdmin version
6727 #: libraries/classes/Controllers/JavaScriptMessagesController.php:634
6728 msgid ", latest stable version:"
6729 msgstr ", pinakabagong istabiliyang bersyon:"
6731 #: libraries/classes/Controllers/JavaScriptMessagesController.php:635
6733 msgstr "napapanahon"
6735 #: libraries/classes/Controllers/JavaScriptMessagesController.php:637
6736 #: templates/database/structure/show_create.twig:33
6737 #: templates/display/results/table.twig:280
6738 #: templates/sql/no_results_returned.twig:12 templates/view_create.twig:11
6740 msgstr "Lumikha ng view"
6742 #: libraries/classes/Controllers/JavaScriptMessagesController.php:640
6743 msgid "Send error report"
6744 msgstr "Magpadala ng ulat ng error"
6746 #: libraries/classes/Controllers/JavaScriptMessagesController.php:641
6747 msgid "Submit error report"
6748 msgstr "Isumite ang ulat ng error"
6750 #: libraries/classes/Controllers/JavaScriptMessagesController.php:643
6752 "A fatal JavaScript error has occurred. Would you like to send an error "
6755 "May naganap na nakamamatay na error sa JavaScript. Gusto mo bang magpadala "
6758 #: libraries/classes/Controllers/JavaScriptMessagesController.php:645
6759 msgid "Change report settings"
6760 msgstr "Baguhin ang mga setting ng ulat"
6762 #: libraries/classes/Controllers/JavaScriptMessagesController.php:646
6763 msgid "Show report details"
6764 msgstr "Ipakita ang mga detalye ng ulat"
6766 #: libraries/classes/Controllers/JavaScriptMessagesController.php:648
6768 "Your export is incomplete, due to a low execution time limit at the PHP "
6771 "Ang iyong pag-export ay hindi kumpleto, dahil sa isang mababang limitasyon "
6772 "ng oras ng pagpapatupad sa antas ng PHP!"
6774 #: libraries/classes/Controllers/JavaScriptMessagesController.php:652
6777 "Warning: a form on this page has more than %d fields. On submission, some of "
6778 "the fields might be ignored, due to PHP's max_input_vars configuration."
6780 "Babala: isang form sa pahinang ito ay may higit sa %d na mga patlang. Sa "
6781 "pagsusumite, ang ilan sa mga patlang ay maaaring hindi pinansin, dahil sa "
6782 "configuration ng max_input_vars ng PHP."
6784 #: libraries/classes/Controllers/JavaScriptMessagesController.php:658
6785 #: libraries/classes/Controllers/JavaScriptMessagesController.php:671
6786 msgid "Some errors have been detected on the server!"
6787 msgstr "Nakita ang ilang mga error sa server!"
6789 #: libraries/classes/Controllers/JavaScriptMessagesController.php:660
6790 msgid "Please look at the bottom of this window."
6791 msgstr "Mangyaring tingnan ang ilalim ng window na ito."
6793 #: libraries/classes/Controllers/JavaScriptMessagesController.php:666
6794 #: libraries/classes/ErrorHandler.php:412
6796 msgstr "Huwag pansinin ang Lahat"
6798 #: libraries/classes/Controllers/JavaScriptMessagesController.php:674
6800 "As per your settings, they are being submitted currently, please be patient."
6802 "Tulad ng iyong mga setting, ang mga ito ay isinumite sa kasalukuyan, "
6803 "mangyaring maging matiyaga."
6805 #: libraries/classes/Controllers/JavaScriptMessagesController.php:682
6807 #| msgid "Successfully deleted the page"
6808 msgid "Successfully copied!"
6809 msgstr "Matagumpay na nabura ang pahina"
6811 #: libraries/classes/Controllers/JavaScriptMessagesController.php:683
6813 #| msgid "Copying database"
6814 msgid "Copying failed!"
6815 msgstr "Kinokopya ang database"
6817 #: libraries/classes/Controllers/JavaScriptMessagesController.php:686
6818 msgid "Execute this query again?"
6819 msgstr "Ipatupad muli ang query na ito?"
6821 #: libraries/classes/Controllers/JavaScriptMessagesController.php:687
6822 msgid "Do you really want to delete this bookmark?"
6823 msgstr "Gusto mo bang tanggalin ang bookmark na ito?"
6825 #: libraries/classes/Controllers/JavaScriptMessagesController.php:688
6826 msgid "Some error occurred while getting SQL debug info."
6827 msgstr "May naganap na error habang nakakakuha ng impormasyon sa debug ng SQL."
6829 #: libraries/classes/Controllers/JavaScriptMessagesController.php:689
6831 msgid "%s queries executed %s times in %s seconds."
6832 msgstr "%s mga query na isinagawa %s beses sa %s segundo."
6834 #: libraries/classes/Controllers/JavaScriptMessagesController.php:690
6836 msgid "%s argument(s) passed"
6837 msgstr "Naipasa ang argumento ng %s"
6839 #: libraries/classes/Controllers/JavaScriptMessagesController.php:691
6840 msgid "Show arguments"
6841 msgstr "Ipakita ang mga argumento"
6843 #: libraries/classes/Controllers/JavaScriptMessagesController.php:692
6844 msgid "Hide arguments"
6845 msgstr "Itago ang mga argumento"
6847 #: libraries/classes/Controllers/JavaScriptMessagesController.php:693
6849 msgstr "Oras kinuha:"
6851 #: libraries/classes/Controllers/JavaScriptMessagesController.php:695
6853 "There was a problem accessing your browser storage, some features may not "
6854 "work properly for you. It is likely that the browser doesn't support storage "
6855 "or the quota limit has been reached. In Firefox, corrupted storage can also "
6856 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
6857 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
6859 "Nagkaroon ng problema sa pag-access sa imbakan ng iyong browser, maaaring "
6860 "hindi gumana ng maayos ang ilang mga tampok para sa iyo. Malamang na ang "
6861 "browser ay hindi sumusuporta sa imbakan o ang limitasyon ng quota ay naabot "
6862 "na. Sa Firefox, masira ang imbakan ay maaaring maging sanhi ng gayong "
6863 "problema, ang pag-clear ng iyong \"Offline Website Data\" ay maaaring "
6864 "makatulong. Sa Safari, ang naturang problema ay kadalasang sanhi ng "
6865 "\"Private Browsing Mode\"."
6867 #: libraries/classes/Controllers/JavaScriptMessagesController.php:702
6868 msgid "Copy tables to"
6869 msgstr "Kopyahin ang mga talahanayan"
6871 #: libraries/classes/Controllers/JavaScriptMessagesController.php:703
6872 msgid "Add table prefix"
6873 msgstr "Magdagdag ng prefix ng talahanayan"
6875 #: libraries/classes/Controllers/JavaScriptMessagesController.php:704
6876 msgid "Replace table with prefix"
6877 msgstr "Palitan ang table na may prefix"
6879 #: libraries/classes/Controllers/JavaScriptMessagesController.php:705
6880 #: templates/database/structure/check_all_tables.twig:28
6881 msgid "Copy table with prefix"
6882 msgstr "Kopyahin ang talahanayan na may prefix"
6884 #: libraries/classes/Controllers/JavaScriptMessagesController.php:708
6885 msgid "Extremely weak"
6886 msgstr "Lubhang mahina"
6888 #: libraries/classes/Controllers/JavaScriptMessagesController.php:709
6890 msgstr "Napaka-mahina"
6892 #: libraries/classes/Controllers/JavaScriptMessagesController.php:710
6896 #: libraries/classes/Controllers/JavaScriptMessagesController.php:711
6900 #: libraries/classes/Controllers/JavaScriptMessagesController.php:712
6904 #. l10n: error code 5 (from U2F API)
6905 #: libraries/classes/Controllers/JavaScriptMessagesController.php:716
6907 #| msgid "Timed out waiting for security key activation."
6909 msgid "Timed out waiting for security key activation."
6910 msgstr "Nag-time out naghihintay para sa seguridad key activation."
6912 #. l10n: error code 2 (from U2F API)
6913 #: libraries/classes/Controllers/JavaScriptMessagesController.php:718
6915 msgid "Invalid request sent to security key."
6918 #. l10n: unknown error code (from U2F API)
6919 #: libraries/classes/Controllers/JavaScriptMessagesController.php:720
6921 msgid "Unknown security key error."
6924 #. l10n: error code 3 (from U2F API)
6925 #: libraries/classes/Controllers/JavaScriptMessagesController.php:722
6927 msgid "Client does not support security key."
6930 #. l10n: error code 4 (from U2F API) on register
6931 #: libraries/classes/Controllers/JavaScriptMessagesController.php:724
6933 #| msgid "Failed security key activation (%s)."
6935 msgid "Failed security key activation."
6936 msgstr "Nabigong activation key ng seguridad (%s)."
6938 #. l10n: error code 4 (from U2F API) on authanticate
6939 #: libraries/classes/Controllers/JavaScriptMessagesController.php:726
6941 #| msgid "Failed security key activation (%s)."
6943 msgid "Invalid security key."
6944 msgstr "Nabigong activation key ng seguridad (%s)."
6946 #: libraries/classes/Controllers/JavaScriptMessagesController.php:731
6949 "The table already exists in the designer and can not be added once more."
6950 msgid "Table %s already exists!"
6953 #: libraries/classes/Controllers/JavaScriptMessagesController.php:733
6954 #: libraries/classes/InsertEdit.php:339
6955 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:51
6959 #: libraries/classes/Controllers/JavaScriptMessagesController.php:734
6960 #: libraries/classes/Controllers/Table/ChangeController.php:198
6961 #: templates/database/multi_table_query/form.twig:44
6962 #: templates/database/tracking/tables.twig:19
6963 #: templates/table/tracking/main.twig:33
6967 #: libraries/classes/Controllers/NavigationController.php:47
6968 msgid "Fatal error: The navigation can only be accessed via AJAX"
6971 #: libraries/classes/Controllers/NormalizationController.php:39
6972 #: libraries/classes/Normalization.php:251
6976 #: libraries/classes/Controllers/NormalizationController.php:40
6977 #: libraries/classes/Normalization.php:252
6978 msgid "No such column"
6981 #: libraries/classes/Controllers/NormalizationController.php:45
6982 #: libraries/classes/Normalization.php:256 libraries/classes/Types.php:750
6983 #: libraries/classes/Types.php:789
6984 msgctxt "string types"
6988 #: libraries/classes/Controllers/Preferences/ManageController.php:87
6989 msgid "phpMyAdmin configuration snippet"
6992 #: libraries/classes/Controllers/Preferences/ManageController.php:88
6993 msgid "Paste it to your config.inc.php"
6996 #: libraries/classes/Controllers/Preferences/ManageController.php:133
6997 msgid "Could not import configuration"
7000 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:53
7001 msgid "Two-factor authentication has been removed."
7004 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:64
7005 msgid "Two-factor authentication has been configured."
7008 #: libraries/classes/Controllers/Server/DatabasesController.php:245
7010 msgid "Database %1$s has been created."
7013 #: libraries/classes/Controllers/Server/DatabasesController.php:325
7015 msgid "%1$d database has been dropped successfully."
7016 msgid_plural "%1$d databases have been dropped successfully."
7020 #: libraries/classes/Controllers/Server/DatabasesController.php:483
7021 #: libraries/classes/Import.php:148
7022 #: templates/database/structure/table_header.twig:26
7023 #: templates/table/structure/display_partitions.twig:28
7024 #: templates/table/structure/display_structure.twig:231
7025 #: templates/table/structure/display_table_stats.twig:119
7029 #: libraries/classes/Controllers/Server/DatabasesController.php:493
7030 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:24
7031 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
7032 #: templates/database/data_dictionary/index.twig:59 templates/indexes.twig:3
7033 #: templates/table/structure/display_structure.twig:402
7034 #: templates/table/tracking/structure_snapshot_indexes.twig:1
7038 #: libraries/classes/Controllers/Server/DatabasesController.php:498
7039 #: libraries/classes/Controllers/Server/Status/StatusController.php:152
7040 #: libraries/classes/Controllers/Server/Status/StatusController.php:241
7041 #: templates/table/structure/display_table_stats.twig:45
7045 #: libraries/classes/Controllers/Server/DatabasesController.php:503
7046 #: templates/database/structure/table_header.twig:38
7047 #: templates/table/structure/display_table_stats.twig:32
7051 #: libraries/classes/Controllers/Server/PrivilegesController.php:142
7052 #: libraries/classes/Controllers/Server/UserGroupsController.php:51
7053 msgid "No Privileges"
7056 #: libraries/classes/Controllers/Server/PrivilegesController.php:150
7057 msgid "You do not have the privileges to administrate the users!"
7060 #: libraries/classes/Controllers/Server/PrivilegesController.php:164
7062 "Username and hostname didn't change. If you only want to change the "
7063 "password, 'Change password' tab should be used."
7066 #: libraries/classes/Controllers/Server/PrivilegesController.php:418
7067 msgid "User has been added."
7070 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:112
7072 msgid "Thread %s was successfully killed."
7075 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:118
7078 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
7081 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:147
7085 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:151
7086 #: libraries/classes/Server/Privileges.php:3002
7087 #: templates/server/user_groups/user_listings.twig:9
7091 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:155
7092 #: templates/server/replication/master_add_slave_user.twig:32
7093 #: templates/server/replication/master_add_slave_user.twig:43
7094 #: templates/server/replication/master_replication.twig:25
7098 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:163
7102 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:175
7106 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:179
7107 #: libraries/classes/Server/Status/Data.php:146
7108 #: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:21
7112 #: libraries/classes/Controllers/Server/Status/StatusController.php:114
7116 #: libraries/classes/Controllers/Server/Status/StatusController.php:133
7120 #: libraries/classes/Controllers/Server/Status/StatusController.php:200
7121 msgid "Max. concurrent connections"
7124 #: libraries/classes/Controllers/Server/Status/StatusController.php:209
7125 msgid "Failed attempts"
7128 #: libraries/classes/Controllers/Server/Status/VariablesController.php:244
7130 "The number of connections that were aborted because the client died without "
7131 "closing the connection properly."
7134 #: libraries/classes/Controllers/Server/Status/VariablesController.php:248
7135 msgid "The number of failed attempts to connect to the MySQL server."
7138 #: libraries/classes/Controllers/Server/Status/VariablesController.php:251
7140 "The number of transactions that used the temporary binary log cache but that "
7141 "exceeded the value of binlog_cache_size and used a temporary file to store "
7142 "statements from the transaction."
7145 #: libraries/classes/Controllers/Server/Status/VariablesController.php:256
7146 msgid "The number of transactions that used the temporary binary log cache."
7149 #: libraries/classes/Controllers/Server/Status/VariablesController.php:259
7151 "The number of connection attempts (successful or not) to the MySQL server."
7154 #: libraries/classes/Controllers/Server/Status/VariablesController.php:263
7156 "The number of temporary tables on disk created automatically by the server "
7157 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7158 "to increase the tmp_table_size value to cause temporary tables to be memory-"
7159 "based instead of disk-based."
7162 #: libraries/classes/Controllers/Server/Status/VariablesController.php:270
7163 msgid "How many temporary files mysqld has created."
7166 #: libraries/classes/Controllers/Server/Status/VariablesController.php:273
7168 "The number of in-memory temporary tables created automatically by the server "
7169 "while executing statements."
7172 #: libraries/classes/Controllers/Server/Status/VariablesController.php:277
7174 "The number of rows written with INSERT DELAYED for which some error occurred "
7175 "(probably duplicate key)."
7178 #: libraries/classes/Controllers/Server/Status/VariablesController.php:281
7180 "The number of INSERT DELAYED handler threads in use. Every different table "
7181 "on which one uses INSERT DELAYED gets its own thread."
7184 #: libraries/classes/Controllers/Server/Status/VariablesController.php:286
7185 msgid "The number of INSERT DELAYED rows written."
7188 #: libraries/classes/Controllers/Server/Status/VariablesController.php:289
7189 msgid "The number of executed FLUSH statements."
7192 #: libraries/classes/Controllers/Server/Status/VariablesController.php:292
7193 msgid "The number of internal COMMIT statements."
7196 #: libraries/classes/Controllers/Server/Status/VariablesController.php:295
7197 msgid "The number of times a row was deleted from a table."
7200 #: libraries/classes/Controllers/Server/Status/VariablesController.php:298
7202 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7203 "table with a given name. This is called discovery. Handler_discover "
7204 "indicates the number of time tables have been discovered."
7207 #: libraries/classes/Controllers/Server/Status/VariablesController.php:304
7209 "The number of times the first entry was read from an index. If this is high, "
7210 "it suggests that the server is doing a lot of full index scans; for example, "
7211 "SELECT col1 FROM foo, assuming that col1 is indexed."
7214 #: libraries/classes/Controllers/Server/Status/VariablesController.php:310
7216 "The number of requests to read a row based on a key. If this is high, it is "
7217 "a good indication that your queries and tables are properly indexed."
7220 #: libraries/classes/Controllers/Server/Status/VariablesController.php:315
7222 "The number of requests to read the next row in key order. This is "
7223 "incremented if you are querying an index column with a range constraint or "
7224 "if you are doing an index scan."
7227 #: libraries/classes/Controllers/Server/Status/VariablesController.php:320
7229 "The number of requests to read the previous row in key order. This read "
7230 "method is mainly used to optimize ORDER BY … DESC."
7233 #: libraries/classes/Controllers/Server/Status/VariablesController.php:324
7235 "The number of requests to read a row based on a fixed position. This is high "
7236 "if you are doing a lot of queries that require sorting of the result. You "
7237 "probably have a lot of queries that require MySQL to scan whole tables or "
7238 "you have joins that don't use keys properly."
7241 #: libraries/classes/Controllers/Server/Status/VariablesController.php:331
7243 "The number of requests to read the next row in the data file. This is high "
7244 "if you are doing a lot of table scans. Generally this suggests that your "
7245 "tables are not properly indexed or that your queries are not written to take "
7246 "advantage of the indexes you have."
7249 #: libraries/classes/Controllers/Server/Status/VariablesController.php:338
7250 msgid "The number of internal ROLLBACK statements."
7253 #: libraries/classes/Controllers/Server/Status/VariablesController.php:341
7254 msgid "The number of requests to update a row in a table."
7257 #: libraries/classes/Controllers/Server/Status/VariablesController.php:344
7258 msgid "The number of requests to insert a row in a table."
7261 #: libraries/classes/Controllers/Server/Status/VariablesController.php:347
7262 msgid "The number of pages containing data (dirty or clean)."
7265 #: libraries/classes/Controllers/Server/Status/VariablesController.php:350
7266 msgid "The number of pages currently dirty."
7269 #: libraries/classes/Controllers/Server/Status/VariablesController.php:353
7270 msgid "The number of buffer pool pages that have been requested to be flushed."
7273 #: libraries/classes/Controllers/Server/Status/VariablesController.php:357
7274 msgid "The number of free pages."
7277 #: libraries/classes/Controllers/Server/Status/VariablesController.php:360
7279 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7280 "being read or written or that can't be flushed or removed for some other "
7284 #: libraries/classes/Controllers/Server/Status/VariablesController.php:365
7286 "The number of pages busy because they have been allocated for administrative "
7287 "overhead such as row locks or the adaptive hash index. This value can also "
7288 "be calculated as Innodb_buffer_pool_pages_total - "
7289 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7292 #: libraries/classes/Controllers/Server/Status/VariablesController.php:372
7293 msgid "Total size of buffer pool, in pages."
7296 #: libraries/classes/Controllers/Server/Status/VariablesController.php:375
7298 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7299 "query is to scan a large portion of a table but in random order."
7302 #: libraries/classes/Controllers/Server/Status/VariablesController.php:380
7304 "The number of sequential read-aheads InnoDB initiated. This happens when "
7305 "InnoDB does a sequential full table scan."
7308 #: libraries/classes/Controllers/Server/Status/VariablesController.php:384
7309 msgid "The number of logical read requests InnoDB has done."
7312 #: libraries/classes/Controllers/Server/Status/VariablesController.php:387
7314 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7315 "and had to do a single-page read."
7318 #: libraries/classes/Controllers/Server/Status/VariablesController.php:391
7320 "Normally, writes to the InnoDB buffer pool happen in the background. "
7321 "However, if it's necessary to read or create a page and no clean pages are "
7322 "available, it's necessary to wait for pages to be flushed first. This "
7323 "counter counts instances of these waits. If the buffer pool size was set "
7324 "properly, this value should be small."
7327 #: libraries/classes/Controllers/Server/Status/VariablesController.php:399
7328 msgid "The number writes done to the InnoDB buffer pool."
7331 #: libraries/classes/Controllers/Server/Status/VariablesController.php:402
7332 msgid "The number of fsync() operations so far."
7335 #: libraries/classes/Controllers/Server/Status/VariablesController.php:405
7336 msgid "The current number of pending fsync() operations."
7339 #: libraries/classes/Controllers/Server/Status/VariablesController.php:408
7340 msgid "The current number of pending reads."
7343 #: libraries/classes/Controllers/Server/Status/VariablesController.php:411
7344 msgid "The current number of pending writes."
7347 #: libraries/classes/Controllers/Server/Status/VariablesController.php:414
7348 msgid "The amount of data read so far, in bytes."
7351 #: libraries/classes/Controllers/Server/Status/VariablesController.php:417
7352 msgid "The total number of data reads."
7355 #: libraries/classes/Controllers/Server/Status/VariablesController.php:420
7356 msgid "The total number of data writes."
7359 #: libraries/classes/Controllers/Server/Status/VariablesController.php:423
7360 msgid "The amount of data written so far, in bytes."
7363 #: libraries/classes/Controllers/Server/Status/VariablesController.php:426
7364 msgid "The number of pages that have been written for doublewrite operations."
7367 #: libraries/classes/Controllers/Server/Status/VariablesController.php:430
7368 msgid "The number of doublewrite operations that have been performed."
7371 #: libraries/classes/Controllers/Server/Status/VariablesController.php:433
7373 "The number of waits we had because log buffer was too small and we had to "
7374 "wait for it to be flushed before continuing."
7377 #: libraries/classes/Controllers/Server/Status/VariablesController.php:437
7378 msgid "The number of log write requests."
7381 #: libraries/classes/Controllers/Server/Status/VariablesController.php:440
7382 msgid "The number of physical writes to the log file."
7385 #: libraries/classes/Controllers/Server/Status/VariablesController.php:443
7386 msgid "The number of fsync() writes done to the log file."
7389 #: libraries/classes/Controllers/Server/Status/VariablesController.php:446
7390 msgid "The number of pending log file fsyncs."
7393 #: libraries/classes/Controllers/Server/Status/VariablesController.php:449
7394 msgid "Pending log file writes."
7397 #: libraries/classes/Controllers/Server/Status/VariablesController.php:452
7398 msgid "The number of bytes written to the log file."
7401 #: libraries/classes/Controllers/Server/Status/VariablesController.php:455
7402 msgid "The number of pages created."
7405 #: libraries/classes/Controllers/Server/Status/VariablesController.php:458
7407 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7408 "pages; the page size allows them to be easily converted to bytes."
7411 #: libraries/classes/Controllers/Server/Status/VariablesController.php:463
7412 msgid "The number of pages read."
7415 #: libraries/classes/Controllers/Server/Status/VariablesController.php:466
7416 msgid "The number of pages written."
7419 #: libraries/classes/Controllers/Server/Status/VariablesController.php:469
7420 msgid "The number of row locks currently being waited for."
7423 #: libraries/classes/Controllers/Server/Status/VariablesController.php:472
7424 msgid "The average time to acquire a row lock, in milliseconds."
7427 #: libraries/classes/Controllers/Server/Status/VariablesController.php:475
7428 msgid "The total time spent in acquiring row locks, in milliseconds."
7431 #: libraries/classes/Controllers/Server/Status/VariablesController.php:478
7432 msgid "The maximum time to acquire a row lock, in milliseconds."
7435 #: libraries/classes/Controllers/Server/Status/VariablesController.php:481
7436 msgid "The number of times a row lock had to be waited for."
7439 #: libraries/classes/Controllers/Server/Status/VariablesController.php:484
7440 msgid "The number of rows deleted from InnoDB tables."
7443 #: libraries/classes/Controllers/Server/Status/VariablesController.php:487
7444 msgid "The number of rows inserted in InnoDB tables."
7447 #: libraries/classes/Controllers/Server/Status/VariablesController.php:490
7448 msgid "The number of rows read from InnoDB tables."
7451 #: libraries/classes/Controllers/Server/Status/VariablesController.php:493
7452 msgid "The number of rows updated in InnoDB tables."
7455 #: libraries/classes/Controllers/Server/Status/VariablesController.php:496
7457 "The number of key blocks in the key cache that have changed but haven't yet "
7458 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7461 #: libraries/classes/Controllers/Server/Status/VariablesController.php:501
7463 "The number of unused blocks in the key cache. You can use this value to "
7464 "determine how much of the key cache is in use."
7467 #: libraries/classes/Controllers/Server/Status/VariablesController.php:505
7469 "The number of used blocks in the key cache. This value is a high-water mark "
7470 "that indicates the maximum number of blocks that have ever been in use at "
7474 #: libraries/classes/Controllers/Server/Status/VariablesController.php:510
7475 msgid "Percentage of used key cache (calculated value)"
7478 #: libraries/classes/Controllers/Server/Status/VariablesController.php:513
7479 msgid "The number of requests to read a key block from the cache."
7482 #: libraries/classes/Controllers/Server/Status/VariablesController.php:516
7484 "The number of physical reads of a key block from disk. If Key_reads is big, "
7485 "then your key_buffer_size value is probably too small. The cache miss rate "
7486 "can be calculated as Key_reads/Key_read_requests."
7489 #: libraries/classes/Controllers/Server/Status/VariablesController.php:522
7491 "Key cache miss calculated as rate of physical reads compared to read "
7492 "requests (calculated value)"
7495 #: libraries/classes/Controllers/Server/Status/VariablesController.php:526
7496 msgid "The number of requests to write a key block to the cache."
7499 #: libraries/classes/Controllers/Server/Status/VariablesController.php:529
7500 msgid "The number of physical writes of a key block to disk."
7503 #: libraries/classes/Controllers/Server/Status/VariablesController.php:532
7505 "Percentage of physical writes compared to write requests (calculated value)"
7508 #: libraries/classes/Controllers/Server/Status/VariablesController.php:536
7510 "The total cost of the last compiled query as computed by the query "
7511 "optimizer. Useful for comparing the cost of different query plans for the "
7512 "same query. The default value of 0 means that no query has been compiled yet."
7515 #: libraries/classes/Controllers/Server/Status/VariablesController.php:542
7517 "The maximum number of connections that have been in use simultaneously since "
7518 "the server started."
7521 #: libraries/classes/Controllers/Server/Status/VariablesController.php:546
7522 msgid "The number of rows waiting to be written in INSERT DELAYED queues."
7525 #: libraries/classes/Controllers/Server/Status/VariablesController.php:549
7527 "The number of tables that have been opened. If opened tables is big, your "
7528 "table_open_cache value is probably too small."
7531 #: libraries/classes/Controllers/Server/Status/VariablesController.php:553
7532 msgid "The number of files that are open."
7535 #: libraries/classes/Controllers/Server/Status/VariablesController.php:556
7536 msgid "The number of streams that are open (used mainly for logging)."
7539 #: libraries/classes/Controllers/Server/Status/VariablesController.php:559
7540 msgid "The number of tables that are open."
7543 #: libraries/classes/Controllers/Server/Status/VariablesController.php:562
7545 "The number of free memory blocks in query cache. High numbers can indicate "
7546 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7550 #: libraries/classes/Controllers/Server/Status/VariablesController.php:567
7551 msgid "The amount of free memory for query cache."
7554 #: libraries/classes/Controllers/Server/Status/VariablesController.php:570
7555 msgid "The number of cache hits."
7558 #: libraries/classes/Controllers/Server/Status/VariablesController.php:573
7559 msgid "The number of queries added to the cache."
7562 #: libraries/classes/Controllers/Server/Status/VariablesController.php:576
7564 "The number of queries that have been removed from the cache to free up "
7565 "memory for caching new queries. This information can help you tune the query "
7566 "cache size. The query cache uses a least recently used (LRU) strategy to "
7567 "decide which queries to remove from the cache."
7570 #: libraries/classes/Controllers/Server/Status/VariablesController.php:583
7572 "The number of non-cached queries (not cachable, or not cached due to the "
7573 "query_cache_type setting)."
7576 #: libraries/classes/Controllers/Server/Status/VariablesController.php:587
7577 msgid "The number of queries registered in the cache."
7580 #: libraries/classes/Controllers/Server/Status/VariablesController.php:590
7581 msgid "The total number of blocks in the query cache."
7584 #: libraries/classes/Controllers/Server/Status/VariablesController.php:593
7585 msgid "The status of failsafe replication (not yet implemented)."
7588 #: libraries/classes/Controllers/Server/Status/VariablesController.php:596
7590 "The number of joins that do not use indexes. If this value is not 0, you "
7591 "should carefully check the indexes of your tables."
7594 #: libraries/classes/Controllers/Server/Status/VariablesController.php:600
7595 msgid "The number of joins that used a range search on a reference table."
7598 #: libraries/classes/Controllers/Server/Status/VariablesController.php:603
7600 "The number of joins without keys that check for key usage after each row. "
7601 "(If this is not 0, you should carefully check the indexes of your tables.)"
7604 #: libraries/classes/Controllers/Server/Status/VariablesController.php:608
7606 "The number of joins that used ranges on the first table. (It's normally not "
7607 "critical even if this is big.)"
7610 #: libraries/classes/Controllers/Server/Status/VariablesController.php:612
7611 msgid "The number of joins that did a full scan of the first table."
7614 #: libraries/classes/Controllers/Server/Status/VariablesController.php:615
7615 msgid "The number of temporary tables currently open by the slave SQL thread."
7618 #: libraries/classes/Controllers/Server/Status/VariablesController.php:619
7620 "Total (since startup) number of times the replication slave SQL thread has "
7621 "retried transactions."
7624 #: libraries/classes/Controllers/Server/Status/VariablesController.php:623
7625 msgid "This is ON if this server is a slave that is connected to a master."
7628 #: libraries/classes/Controllers/Server/Status/VariablesController.php:626
7630 "The number of threads that have taken more than slow_launch_time seconds to "
7634 #: libraries/classes/Controllers/Server/Status/VariablesController.php:630
7636 "The number of queries that have taken more than long_query_time seconds."
7639 #: libraries/classes/Controllers/Server/Status/VariablesController.php:634
7641 "The number of merge passes the sort algorithm has had to do. If this value "
7642 "is large, you should consider increasing the value of the sort_buffer_size "
7646 #: libraries/classes/Controllers/Server/Status/VariablesController.php:639
7647 msgid "The number of sorts that were done with ranges."
7650 #: libraries/classes/Controllers/Server/Status/VariablesController.php:642
7651 msgid "The number of sorted rows."
7654 #: libraries/classes/Controllers/Server/Status/VariablesController.php:645
7655 msgid "The number of sorts that were done by scanning the table."
7658 #: libraries/classes/Controllers/Server/Status/VariablesController.php:648
7659 msgid "The number of times that a table lock was acquired immediately."
7662 #: libraries/classes/Controllers/Server/Status/VariablesController.php:651
7664 "The number of times that a table lock could not be acquired immediately and "
7665 "a wait was needed. If this is high, and you have performance problems, you "
7666 "should first optimize your queries, and then either split your table or "
7667 "tables or use replication."
7670 #: libraries/classes/Controllers/Server/Status/VariablesController.php:657
7672 "The number of threads in the thread cache. The cache hit rate can be "
7673 "calculated as Threads_created/Connections. If this value is red you should "
7674 "raise your thread_cache_size."
7677 #: libraries/classes/Controllers/Server/Status/VariablesController.php:662
7678 msgid "The number of currently open connections."
7681 #: libraries/classes/Controllers/Server/Status/VariablesController.php:665
7683 "The number of threads created to handle connections. If Threads_created is "
7684 "big, you may want to increase the thread_cache_size value. (Normally this "
7685 "doesn't give a notable performance improvement if you have a good thread "
7689 #: libraries/classes/Controllers/Server/Status/VariablesController.php:672
7690 msgid "Thread cache hit rate (calculated value)"
7693 #: libraries/classes/Controllers/Server/Status/VariablesController.php:675
7694 msgid "The number of threads that are not sleeping."
7697 #: libraries/classes/Controllers/Server/VariablesController.php:219
7698 msgid "Setting variable failed"
7701 #: libraries/classes/Controllers/Setup/FormController.php:29
7702 msgid "Incorrect form specified!"
7705 #: libraries/classes/Controllers/Setup/HomeController.php:45
7707 "You are not using a secure connection; all data (including potentially "
7708 "sensitive information, like passwords) is transferred unencrypted!"
7711 #: libraries/classes/Controllers/Setup/HomeController.php:50
7713 "If your server is also configured to accept HTTPS requests follow this link "
7714 "to use a secure connection."
7717 #: libraries/classes/Controllers/Setup/HomeController.php:54
7718 msgid "Insecure connection"
7721 #: libraries/classes/Controllers/Setup/HomeController.php:63
7722 msgid "Configuration saved."
7725 #: libraries/classes/Controllers/Setup/HomeController.php:66
7727 "Configuration saved to file config/config.inc.php in phpMyAdmin top level "
7728 "directory, copy it to top level one and delete directory config to use it."
7731 #: libraries/classes/Controllers/Setup/HomeController.php:78
7732 msgid "Configuration not saved!"
7735 #: libraries/classes/Controllers/Setup/HomeController.php:81
7737 "Please create web server writable folder [em]config[/em] in phpMyAdmin top "
7738 "level directory as described in [doc@setup_script]documentation[/doc]. "
7739 "Otherwise you will be only able to download or display it."
7742 #: libraries/classes/Controllers/Setup/HomeController.php:124
7743 msgid "let the user choose"
7746 #: libraries/classes/Controllers/Setup/HomeController.php:154
7750 #: libraries/classes/Controllers/Setup/HomeController.php:172
7751 msgid "Default language"
7754 #: libraries/classes/Controllers/Setup/HomeController.php:181
7755 msgid "Default server"
7758 #: libraries/classes/Controllers/Setup/HomeController.php:199
7762 #: libraries/classes/Controllers/SqlController.php:396
7763 msgid "Bookmark not created!"
7766 #: libraries/classes/Controllers/Table/AddFieldController.php:154
7767 #: libraries/classes/Controllers/Table/IndexesController.php:246
7768 #: libraries/classes/Controllers/Table/StructureController.php:995
7769 #: libraries/classes/Controllers/Table/StructureController.php:1222
7771 msgid "Table %1$s has been altered successfully."
7774 #: libraries/classes/Controllers/Table/ChangeController.php:304
7775 #: libraries/classes/Controllers/Table/DeleteController.php:121
7776 #: libraries/classes/Controllers/Table/ExportController.php:146
7777 msgid "No row selected."
7780 #: libraries/classes/Controllers/Table/ChartController.php:59
7781 #: libraries/classes/Controllers/Table/GisVisualizationController.php:67
7782 msgid "No SQL query was set to fetch data."
7785 #: libraries/classes/Controllers/Table/ChartController.php:152
7786 msgid "No numeric columns present in the table to plot."
7789 #: libraries/classes/Controllers/Table/ChartController.php:219
7790 msgid "No data to display"
7793 #: libraries/classes/Controllers/Table/CreateController.php:88
7794 #: libraries/classes/Controllers/Table/GetFieldController.php:54
7796 msgid "'%s' database does not exist."
7799 #: libraries/classes/Controllers/Table/CreateController.php:98
7801 msgid "Table %s already exists!"
7804 #: libraries/classes/Controllers/Table/DeleteController.php:81
7805 #: libraries/classes/Controllers/Table/FindReplaceController.php:193
7806 #: libraries/classes/Controllers/Table/MaintenanceController.php:59
7807 #: libraries/classes/Controllers/Table/MaintenanceController.php:94
7808 #: libraries/classes/Controllers/Table/MaintenanceController.php:132
7809 #: libraries/classes/Controllers/Table/MaintenanceController.php:168
7810 #: libraries/classes/Controllers/Table/MaintenanceController.php:203
7811 #: libraries/classes/Controllers/Table/PartitionController.php:41
7812 #: libraries/classes/Controllers/Table/PartitionController.php:64
7813 #: libraries/classes/Controllers/Table/PartitionController.php:88
7814 #: libraries/classes/Controllers/Table/PartitionController.php:117
7815 #: libraries/classes/Controllers/Table/PartitionController.php:141
7816 #: libraries/classes/Controllers/Table/PartitionController.php:170
7817 #: libraries/classes/Controllers/Table/PartitionController.php:194
7818 #: libraries/classes/Controllers/Table/RelationController.php:273
7819 #: libraries/classes/Controllers/ViewOperationsController.php:84
7820 #: libraries/classes/Database/Routines.php:1490
7821 #: libraries/classes/Display/Results.php:4150 libraries/classes/Message.php:175
7822 #: templates/sql/query.twig:7
7823 msgid "Your SQL query has been executed successfully."
7826 #: libraries/classes/Controllers/Table/GetFieldController.php:62
7827 msgid "Invalid table name"
7830 #. l10n: In case a SQL query did not pass a security check
7831 #: libraries/classes/Controllers/Table/GetFieldController.php:70
7832 #: libraries/classes/Controllers/TransformationWrapperController.php:111
7833 msgid "There is an issue with your request."
7836 #: libraries/classes/Controllers/Table/GetFieldController.php:84
7837 #: libraries/classes/Database/Routines.php:1511
7838 #: libraries/classes/Import.php:156 libraries/classes/InsertEdit.php:226
7839 #: libraries/classes/Sql.php:1045
7840 msgid "MySQL returned an empty result set (i.e. zero rows)."
7843 #: libraries/classes/Controllers/Table/IndexesController.php:219
7844 #: libraries/classes/Table.php:2250
7845 msgid "The name of the primary key must be \"PRIMARY\"!"
7848 #: libraries/classes/Controllers/Table/MaintenanceController.php:51
7849 #: libraries/classes/Controllers/Table/MaintenanceController.php:86
7850 #: libraries/classes/Controllers/Table/MaintenanceController.php:124
7851 #: libraries/classes/Controllers/Table/MaintenanceController.php:160
7852 #: libraries/classes/Controllers/Table/MaintenanceController.php:195
7853 msgid "Maintenance operations on multiple tables are disabled."
7856 #: libraries/classes/Controllers/Table/OperationsController.php:113
7857 #: libraries/classes/Controllers/Table/OperationsController.php:303
7858 #: libraries/classes/Controllers/Table/StructureController.php:123
7859 #: libraries/classes/Navigation/Nodes/NodeView.php:29
7860 #: templates/database/structure/show_create.twig:32
7861 #: templates/database/structure/structure_table_row.twig:122
7862 #: templates/database/structure/structure_table_row.twig:186
7866 #: libraries/classes/Controllers/Table/PartitionController.php:94
7867 #: libraries/classes/Controllers/Table/PartitionController.php:147
7868 #: libraries/classes/Controllers/Table/PartitionController.php:200
7869 #: libraries/classes/Controllers/ViewOperationsController.php:87
7870 #: libraries/classes/Html/Generator.php:904 libraries/classes/Import.php:137
7871 #: libraries/classes/InsertEdit.php:1576 libraries/classes/Message.php:195
7872 #: templates/error/generic.twig:37
7876 #: libraries/classes/Controllers/Table/RelationController.php:216
7877 msgid "Display column was successfully updated."
7880 #: libraries/classes/Controllers/Table/RelationController.php:304
7881 msgid "Internal relationships were successfully updated."
7884 #: libraries/classes/Controllers/Table/ReplaceController.php:301
7886 msgid "Row: %1$s, Column: %2$s, Error: %3$s"
7889 #: libraries/classes/Controllers/Table/StructureController.php:210
7890 #: libraries/classes/Controllers/Table/StructureController.php:233
7891 #: libraries/classes/Controllers/Table/StructureController.php:249
7892 #: libraries/classes/Controllers/Table/StructureController.php:279
7893 #: libraries/classes/Controllers/Table/StructureController.php:310
7894 #: libraries/classes/Controllers/Table/StructureController.php:346
7895 #: libraries/classes/Controllers/Table/StructureController.php:382
7896 #: libraries/classes/Controllers/Table/StructureController.php:418
7897 #: libraries/classes/Controllers/Table/StructureController.php:455
7898 #: libraries/classes/Controllers/Table/StructureController.php:524
7899 #: libraries/classes/Controllers/Table/StructureController.php:565
7900 msgid "No column selected."
7903 #: libraries/classes/Controllers/Table/StructureController.php:709
7904 msgid "The columns have been moved successfully."
7907 #: libraries/classes/Controllers/Table/StructureController.php:746
7909 msgid "Failed to get description of column %s!"
7912 #: libraries/classes/Controllers/Table/StructureController.php:987
7913 #: libraries/classes/Controllers/Table/StructureController.php:1271
7914 #: libraries/classes/Tracking.php:774
7918 #: libraries/classes/Controllers/Table/StructureController.php:1216
7921 "Table %1$s has been altered successfully. Privileges have been adjusted."
7924 #: libraries/classes/Controllers/Table/StructureController.php:1500
7925 #: templates/columns_definitions/column_attributes.twig:107
7926 #: templates/database/data_dictionary/index.twig:33
7927 #: templates/table/structure/display_structure.twig:138
7928 #: templates/table/structure/display_structure.twig:146
7929 #: templates/table/structure/display_structure.twig:288
7930 #: templates/table/tracking/structure_snapshot_columns.twig:25
7934 #: libraries/classes/Controllers/Table/StructureController.php:1505
7935 #: libraries/classes/Navigation/Nodes/NodeIndex.php:29
7936 #: templates/columns_definitions/column_attributes.twig:115
7937 #: templates/columns_definitions/table_fields_definitions.twig:46
7938 #: templates/table/structure/display_structure.twig:168
7939 #: templates/table/structure/display_structure.twig:176
7940 #: templates/table/structure/display_structure.twig:294
7941 #: templates/table/structure/display_table_stats.twig:24
7942 #: templates/table/tracking/structure_snapshot_columns.twig:27
7946 #: libraries/classes/Controllers/Table/StructureController.php:1757
7948 msgid "The name '%s' is a MySQL reserved keyword."
7949 msgid_plural "The names '%s' are MySQL reserved keywords."
7953 #: libraries/classes/Controllers/Table/TrackingController.php:71
7955 msgid "Tracking of %s is activated."
7958 #: libraries/classes/Controllers/Table/TrackingController.php:147
7959 msgid "Tracking versions deleted successfully."
7962 #: libraries/classes/Controllers/Table/TrackingController.php:152
7963 msgid "No versions selected."
7966 #: libraries/classes/Controllers/Table/TrackingController.php:185
7967 msgid "SQL statements executed."
7970 #: libraries/classes/Controllers/ThemesController.php:20
7971 #: templates/themes.twig:1
7975 #: libraries/classes/Controllers/UserPasswordController.php:51
7976 msgid "You don't have sufficient privileges to be here right now!"
7979 #: libraries/classes/Controllers/ViewCreateController.php:84
7980 msgid "View name can not be empty!"
7983 #: libraries/classes/Core.php:360 libraries/classes/ZipExtension.php:60
7985 msgid "The %s extension is missing. Please check your PHP configuration."
7988 #: libraries/classes/Core.php:1232
7990 "You have enabled mbstring.func_overload in your PHP configuration. This "
7991 "option is incompatible with phpMyAdmin and might cause some data to be "
7995 #: libraries/classes/Core.php:1249
7997 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
7998 "requires these functions!"
8001 #: libraries/classes/Core.php:1261
8002 msgid "GLOBALS overwrite attempt"
8005 #: libraries/classes/Core.php:1271
8006 msgid "possible exploit"
8009 #: libraries/classes/Core.php:1340
8011 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
8012 "access phpMyAdmin."
8015 #: libraries/classes/Database/CentralColumns.php:305
8016 #: libraries/classes/Database/CentralColumns.php:429
8017 #: libraries/classes/Database/CentralColumns.php:653
8019 "The configuration storage is not ready for the central list of columns "
8023 #: libraries/classes/Database/CentralColumns.php:379
8025 msgid "Could not add %1$s as they already exist in central list!"
8028 #: libraries/classes/Database/CentralColumns.php:395
8029 msgid "Could not add columns!"
8032 #: libraries/classes/Database/CentralColumns.php:480
8035 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
8038 #: libraries/classes/Database/CentralColumns.php:493
8039 msgid "Could not remove columns!"
8042 #: libraries/classes/Database/CentralColumns.php:665
8046 #: libraries/classes/Database/CentralColumns.php:665
8050 #: libraries/classes/Database/Designer/Common.php:568
8053 #| "The phpMyAdmin configuration storage has been deactivated. %sFind out why"
8056 "phpMyAdmin configuration storage is not configured for \"Display Features\" "
8057 "on designer when user tries to set a display field."
8059 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
8061 "Ang imbakan ng configuration ng phpMyAdmin ay na-deactivate. %sFind out kung "
8064 #: libraries/classes/Database/Designer/Common.php:617
8065 msgid "Error: relationship already exists."
8068 #: libraries/classes/Database/Designer/Common.php:666
8069 msgid "FOREIGN KEY relationship has been added."
8072 #: libraries/classes/Database/Designer/Common.php:674
8073 msgid "Error: FOREIGN KEY relationship could not be added!"
8076 #: libraries/classes/Database/Designer/Common.php:681
8077 msgid "Error: Missing index on column(s)."
8080 #: libraries/classes/Database/Designer/Common.php:689
8081 #: libraries/classes/Database/Designer/Common.php:780
8082 msgid "Error: Relational features are disabled!"
8085 #: libraries/classes/Database/Designer/Common.php:714
8086 msgid "Internal relationship has been added."
8089 #: libraries/classes/Database/Designer/Common.php:722
8090 msgid "Error: Internal relationship could not be added!"
8093 #: libraries/classes/Database/Designer/Common.php:762
8094 msgid "FOREIGN KEY relationship has been removed."
8097 #: libraries/classes/Database/Designer/Common.php:770
8098 msgid "Error: FOREIGN KEY relationship could not be removed!"
8101 #: libraries/classes/Database/Designer/Common.php:806
8102 msgid "Error: Internal relationship could not be removed!"
8105 #: libraries/classes/Database/Designer/Common.php:812
8106 msgid "Internal relationship has been removed."
8109 #: libraries/classes/Database/Designer.php:134
8110 msgid "Could not load schema plugins, please check your installation!"
8113 #: libraries/classes/Database/Events.php:110
8114 #: libraries/classes/Database/Events.php:119
8115 #: libraries/classes/Database/Events.php:143
8116 #: libraries/classes/Database/Routines.php:228
8117 #: libraries/classes/Database/Routines.php:252
8118 #: libraries/classes/Database/Routines.php:365
8119 #: libraries/classes/Database/Routines.php:1519
8120 #: libraries/classes/Database/Triggers.php:130
8121 #: libraries/classes/Database/Triggers.php:139
8122 #: libraries/classes/Database/Triggers.php:164
8124 msgid "The following query has failed: \"%s\""
8127 #: libraries/classes/Database/Events.php:114
8128 #: libraries/classes/Database/Events.php:123
8129 #: libraries/classes/Database/Events.php:147
8130 #: libraries/classes/Database/Events.php:502
8131 #: libraries/classes/Database/Routines.php:232
8132 #: libraries/classes/Database/Routines.php:256
8133 #: libraries/classes/Database/Routines.php:369
8134 #: libraries/classes/Database/Routines.php:1523
8135 #: libraries/classes/Database/Routines.php:1879
8136 #: libraries/classes/Database/Triggers.php:134
8137 #: libraries/classes/Database/Triggers.php:143
8138 #: libraries/classes/Database/Triggers.php:168
8139 #: libraries/classes/Database/Triggers.php:551
8140 #: libraries/classes/Html/Generator.php:976
8141 msgid "MySQL said: "
8144 #: libraries/classes/Database/Events.php:130
8146 msgid "Event %1$s has been modified."
8149 #: libraries/classes/Database/Events.php:150
8151 msgid "Event %1$s has been created."
8154 #: libraries/classes/Database/Events.php:164
8155 #: libraries/classes/Database/Routines.php:272
8156 #: libraries/classes/Database/Triggers.php:185
8157 msgid "One or more errors have occurred while processing your request:"
8160 #: libraries/classes/Database/Events.php:236
8161 #: templates/database/events/index.twig:109
8162 #: templates/database/events/index.twig:113
8166 #: libraries/classes/Database/Events.php:240
8170 #: libraries/classes/Database/Events.php:395
8171 #: libraries/classes/Database/Routines.php:1244
8172 #: libraries/classes/Database/Triggers.php:489
8173 msgid "The definer must be in the \"username@hostname\" format!"
8176 #: libraries/classes/Database/Events.php:402
8177 msgid "You must provide an event name!"
8180 #: libraries/classes/Database/Events.php:417
8181 msgid "You must provide a valid interval value for the event."
8184 #: libraries/classes/Database/Events.php:436
8185 msgid "You must provide a valid execution time for the event."
8188 #: libraries/classes/Database/Events.php:440
8189 msgid "You must provide a valid type for the event."
8192 #: libraries/classes/Database/Events.php:464
8193 msgid "You must provide an event definition."
8196 #: libraries/classes/Database/Events.php:499
8197 msgid "Sorry, we failed to restore the dropped event."
8200 #: libraries/classes/Database/Events.php:500
8201 #: libraries/classes/Database/Routines.php:1877
8202 #: libraries/classes/Database/Triggers.php:549
8203 msgid "The backed up query was:"
8206 #: libraries/classes/Database/Events.php:532
8207 #: libraries/classes/Database/Routines.php:152
8208 #: libraries/classes/Database/Routines.php:1407
8209 #: libraries/classes/Database/Routines.php:1585
8210 #: libraries/classes/Database/Triggers.php:580
8211 msgid "Error in processing request:"
8214 #: libraries/classes/Database/Events.php:534
8216 msgid "No event with name %1$s found in database %2$s."
8219 #: libraries/classes/Database/Events.php:566
8221 msgid "Export of event %s"
8224 #: libraries/classes/Database/Events.php:584
8227 "Error in processing request: No event with name %1$s found in database %2$s."
8230 #: libraries/classes/DatabaseInterface.php:1108
8233 "Unable to use timezone \"%1$s\" for server %2$d. Please check your "
8234 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8235 "phpMyAdmin is currently using the default time zone of the database server."
8238 #: libraries/classes/DatabaseInterface.php:1155
8239 msgid "Failed to set configured collation connection!"
8242 #: libraries/classes/DatabaseInterface.php:1938
8243 msgid "Missing connection parameters!"
8246 #: libraries/classes/DatabaseInterface.php:1967
8247 msgid "Connection for controluser as defined in your configuration failed."
8250 #: libraries/classes/DatabaseInterface.php:2467
8252 msgid "See %sour documentation%s for more information."
8255 #: libraries/classes/Database/Qbe.php:790
8256 #: templates/database/qbe/ins_del_and_or_cell.twig:21
8260 #: libraries/classes/Database/Qbe.php:794
8261 #: templates/database/qbe/ins_del_and_or_cell.twig:9
8265 #: libraries/classes/Database/Qbe.php:799
8269 #: libraries/classes/Database/Qbe.php:802
8273 #: libraries/classes/Database/Qbe.php:1731
8274 msgid "Saved bookmarked search:"
8277 #: libraries/classes/Database/Qbe.php:1733
8278 msgid "New bookmark"
8281 #: libraries/classes/Database/Qbe.php:1759
8282 msgid "Create bookmark"
8285 #: libraries/classes/Database/Qbe.php:1762
8286 msgid "Update bookmark"
8289 #: libraries/classes/Database/Qbe.php:1764
8290 msgid "Delete bookmark"
8293 #: libraries/classes/Database/Routines.php:117
8294 #: templates/database/routines/index.twig:67
8295 #: templates/database/routines/index.twig:71
8299 #: libraries/classes/Database/Routines.php:121
8300 msgid "Edit routine"
8303 #: libraries/classes/Database/Routines.php:155
8306 "No routine with name %1$s found in database %2$s. You might be lacking the "
8307 "necessary privileges to edit this routine."
8310 #: libraries/classes/Database/Routines.php:209
8311 #: libraries/classes/Database/Routines.php:1253
8313 msgid "Invalid routine type: \"%s\""
8316 #: libraries/classes/Database/Routines.php:259
8318 msgid "Routine %1$s has been created."
8321 #: libraries/classes/Database/Routines.php:431
8323 msgid "Routine %1$s has been modified. Privileges have been adjusted."
8326 #: libraries/classes/Database/Routines.php:436
8328 msgid "Routine %1$s has been modified."
8331 #: libraries/classes/Database/Routines.php:850
8332 #: libraries/classes/Database/Triggers.php:390
8333 #: templates/database/events/editor_form.twig:9 templates/view_create.twig:8
8337 #: libraries/classes/Database/Routines.php:853
8338 msgid "Routine name"
8341 #: libraries/classes/Database/Routines.php:858
8342 #: libraries/classes/Database/Routines.php:888
8343 #: libraries/classes/Database/Routines.php:1664
8344 #: libraries/classes/InsertEdit.php:357
8345 #: libraries/classes/Plugins/Export/ExportHtmlword.php:292
8346 #: libraries/classes/Plugins/Export/ExportHtmlword.php:392
8347 #: libraries/classes/Plugins/Export/ExportLatex.php:554
8348 #: libraries/classes/Plugins/Export/ExportOdt.php:399
8349 #: libraries/classes/Plugins/Export/ExportOdt.php:501
8350 #: libraries/classes/Plugins/Export/ExportTexytext.php:305
8351 #: libraries/classes/Plugins/Export/ExportTexytext.php:398
8352 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:578
8353 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:711
8354 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:744
8355 #: templates/columns_definitions/table_fields_definitions.twig:12
8356 #: templates/database/central_columns/edit.twig:7
8357 #: templates/database/central_columns/main.twig:20
8358 #: templates/database/central_columns/main.twig:226
8359 #: templates/database/data_dictionary/index.twig:17
8360 #: templates/database/data_dictionary/index.twig:66
8361 #: templates/database/events/index.twig:21
8362 #: templates/database/privileges/index.twig:19
8363 #: templates/database/routines/index.twig:32
8364 #: templates/database/structure/table_header.twig:30 templates/indexes.twig:16
8365 #: templates/table/privileges/index.twig:21
8366 #: templates/table/search/index.twig:39
8367 #: templates/table/structure/display_structure.twig:23
8368 #: templates/table/structure/display_structure.twig:415
8369 #: templates/table/tracking/structure_snapshot_columns.twig:7
8370 #: templates/table/tracking/structure_snapshot_indexes.twig:6
8371 #: templates/table/zoom_search/index.twig:39
8375 #: libraries/classes/Database/Routines.php:872
8376 #: templates/database/events/editor_form.twig:41
8378 msgid "Change to %s"
8381 #: libraries/classes/Database/Routines.php:878
8385 #: libraries/classes/Database/Routines.php:886
8389 #: libraries/classes/Database/Routines.php:887
8390 #: libraries/classes/Database/Routines.php:1663
8391 #: libraries/classes/Plugins/Export/ExportHtmlword.php:492
8392 #: libraries/classes/Plugins/Export/ExportOdt.php:622
8393 #: libraries/classes/Plugins/Export/ExportTexytext.php:470
8394 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:412
8395 #: templates/columns_definitions/table_fields_definitions.twig:9
8396 #: templates/database/central_columns/edit.twig:6
8397 #: templates/database/central_columns/main.twig:16
8398 #: templates/database/central_columns/main.twig:222
8399 #: templates/database/create_table.twig:11
8400 #: templates/database/events/index.twig:18
8401 #: templates/database/operations/index.twig:33
8402 #: templates/database/routines/index.twig:30
8403 #: templates/database/triggers/list.twig:18 templates/setup/home/index.twig:43
8404 #: templates/table/structure/display_structure.twig:22
8408 #: libraries/classes/Database/Routines.php:889
8409 #: templates/columns_definitions/table_fields_definitions.twig:16
8410 #: templates/database/central_columns/edit.twig:8
8411 msgid "Length/Values"
8414 #: libraries/classes/Database/Routines.php:890
8415 #: libraries/classes/Import.php:1350 libraries/classes/Import.php:1384
8416 #: libraries/classes/Plugins/Export/ExportCodegen.php:71
8417 #: libraries/classes/Plugins/Export/ExportCsv.php:47
8418 #: libraries/classes/Plugins/Export/ExportExcel.php:34
8419 #: libraries/classes/Plugins/Export/ExportHtmlword.php:47
8420 #: libraries/classes/Plugins/Export/ExportJson.php:73
8421 #: libraries/classes/Plugins/Export/ExportLatex.php:72
8422 #: libraries/classes/Plugins/Export/ExportMediawiki.php:46
8423 #: libraries/classes/Plugins/Export/ExportOds.php:52
8424 #: libraries/classes/Plugins/Export/ExportOdt.php:60
8425 #: libraries/classes/Plugins/Export/ExportPdf.php:84
8426 #: libraries/classes/Plugins/Export/ExportPhparray.php:45
8427 #: libraries/classes/Plugins/Export/ExportSql.php:111
8428 #: libraries/classes/Plugins/Export/ExportTexytext.php:46
8429 #: libraries/classes/Plugins/Export/ExportXml.php:89
8430 #: libraries/classes/Plugins/Export/ExportYaml.php:44
8431 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:31
8432 #: libraries/classes/Plugins/Import/ImportMediawiki.php:61
8433 #: libraries/classes/Plugins/Import/ImportOds.php:54
8434 #: libraries/classes/Plugins/Import/ImportShp.php:68
8435 #: libraries/classes/Plugins/Import/ImportSql.php:48
8436 #: libraries/classes/Plugins/Import/ImportXml.php:53
8437 #: templates/console/display.twig:7 templates/console/display.twig:140
8438 #: templates/database/designer/database_tables.twig:114
8439 #: templates/display/results/table.twig:107
8440 #: templates/table/search/index.twig:100
8441 #: templates/table/structure/display_table_stats.twig:97
8445 #: libraries/classes/Database/Routines.php:907
8446 msgid "Add parameter"
8449 #: libraries/classes/Database/Routines.php:911
8450 msgid "Remove last parameter"
8453 #: libraries/classes/Database/Routines.php:916
8457 #: libraries/classes/Database/Routines.php:922
8458 msgid "Return length/values"
8461 #: libraries/classes/Database/Routines.php:928
8462 msgid "Return options"
8465 #: libraries/classes/Database/Routines.php:931
8466 #: templates/database/routines/parameter_row.twig:31
8467 #: templates/database/structure/table_header.twig:42
8471 #: libraries/classes/Database/Routines.php:961
8472 #: libraries/classes/Database/Triggers.php:444
8473 #: libraries/classes/Plugins/Export/ExportHtmlword.php:495
8474 #: libraries/classes/Plugins/Export/ExportOdt.php:631
8475 #: libraries/classes/Plugins/Export/ExportTexytext.php:473
8476 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:418
8477 #: templates/database/events/editor_form.twig:75
8481 #: libraries/classes/Database/Routines.php:967
8482 msgid "Is deterministic"
8485 #: libraries/classes/Database/Routines.php:975
8486 #: templates/columns_definitions/table_fields_definitions.twig:36
8487 #: templates/database/operations/index.twig:74
8488 #: templates/database/operations/index.twig:178
8489 #: templates/database/structure/copy_form.twig:50
8490 #: templates/table/operations/index.twig:81
8491 #: templates/table/operations/index.twig:115
8492 #: templates/table/operations/index.twig:293
8493 msgid "Adjust privileges"
8496 #: libraries/classes/Database/Routines.php:986
8498 "You do not have sufficient privileges to perform this operation; Please "
8499 "refer to the documentation for more details"
8502 #: libraries/classes/Database/Routines.php:996
8503 #: libraries/classes/Database/Triggers.php:450
8504 #: templates/database/events/editor_form.twig:89 templates/view_create.twig:45
8508 #: libraries/classes/Database/Routines.php:1001
8509 msgid "Security type"
8512 #: libraries/classes/Database/Routines.php:1010
8513 msgid "SQL data access"
8516 #: libraries/classes/Database/Routines.php:1022
8517 #: templates/columns_definitions/partitions.twig:85
8518 #: templates/database/data_dictionary/index.twig:73
8519 #: templates/database/events/editor_form.twig:95
8520 #: templates/database/structure/table_header.twig:46 templates/indexes.twig:23
8521 #: templates/table/structure/display_partitions.twig:31
8522 #: templates/table/structure/display_structure.twig:422
8523 #: templates/table/tracking/structure_snapshot_columns.twig:12
8524 #: templates/table/tracking/structure_snapshot_indexes.twig:13
8528 #: libraries/classes/Database/Routines.php:1076
8529 msgid "You must provide a name and a type for each routine parameter."
8532 #: libraries/classes/Database/Routines.php:1094
8534 msgid "Invalid direction \"%s\" given for parameter."
8537 #: libraries/classes/Database/Routines.php:1116
8538 #: libraries/classes/Database/Routines.php:1189
8540 "You must provide length/values for routine parameters of type ENUM, SET, "
8541 "VARCHAR and VARBINARY."
8544 #: libraries/classes/Database/Routines.php:1171
8545 msgid "You must provide a valid return type for the routine."
8548 #: libraries/classes/Database/Routines.php:1260
8549 msgid "You must provide a routine name!"
8552 #: libraries/classes/Database/Routines.php:1325
8553 msgid "You must provide a routine definition."
8556 #: libraries/classes/Database/Routines.php:1409
8557 #: libraries/classes/Database/Routines.php:1587
8559 msgid "No routine with name %1$s found in database %2$s."
8562 #: libraries/classes/Database/Routines.php:1448
8564 msgid "Execution results of routine %s"
8567 #: libraries/classes/Database/Routines.php:1498
8569 msgid "%d row affected by the last statement inside the procedure."
8570 msgid_plural "%d rows affected by the last statement inside the procedure."
8574 #: libraries/classes/Database/Routines.php:1571
8575 #: libraries/classes/Database/Routines.php:1578
8576 msgid "Execute routine"
8579 #: libraries/classes/Database/Routines.php:1656
8580 #: libraries/classes/Database/Routines.php:1659
8581 msgid "Routine parameters"
8584 #: libraries/classes/Database/Routines.php:1666
8585 #: libraries/classes/InsertEdit.php:355
8586 #: libraries/classes/Navigation/Nodes/NodeFunction.php:29
8587 #: templates/table/search/index.twig:36
8588 #: templates/table/zoom_search/index.twig:36
8592 #: libraries/classes/Database/Routines.php:1668
8593 #: libraries/classes/InsertEdit.php:2009
8594 #: templates/database/designer/main.twig:485
8595 #: templates/database/designer/main.twig:650
8596 #: templates/database/designer/main.twig:856
8597 #: templates/database/designer/main.twig:1049
8598 #: templates/server/replication/status_table.twig:17
8599 #: templates/server/status/variables/index.twig:73
8600 #: templates/server/variables/index.twig:32
8601 #: templates/table/search/index.twig:42
8602 #: templates/table/zoom_search/index.twig:42
8603 #: templates/table/zoom_search/result_form.twig:34
8607 #: libraries/classes/Database/Routines.php:1876
8608 msgid "Sorry, we failed to restore the dropped routine."
8611 #: libraries/classes/Database/Routines.php:1906
8613 msgid "Export of routine %s"
8616 #: libraries/classes/Database/Routines.php:1925
8619 "Error in processing request: No routine with name %1$s found in database "
8620 "%2$s. You might be lacking the necessary privileges to view/export this "
8624 #: libraries/classes/Database/Search.php:109
8625 #: templates/database/search/main.twig:19
8626 msgid "at least one of the words"
8629 #: libraries/classes/Database/Search.php:110
8630 #: templates/database/search/main.twig:23
8631 msgid "all of the words"
8634 #: libraries/classes/Database/Search.php:111
8635 #: templates/database/search/main.twig:27
8636 msgid "the exact phrase as substring"
8639 #: libraries/classes/Database/Search.php:112
8640 #: templates/database/search/main.twig:31
8641 msgid "the exact phrase as whole field"
8644 #: libraries/classes/Database/Search.php:113
8645 #: templates/database/search/main.twig:35
8646 msgid "as regular expression"
8649 #: libraries/classes/Database/Triggers.php:151
8651 msgid "Trigger %1$s has been modified."
8654 #: libraries/classes/Database/Triggers.php:171
8656 msgid "Trigger %1$s has been created."
8659 #: libraries/classes/Database/Triggers.php:263
8660 #: templates/database/triggers/footer.twig:7
8661 #: templates/database/triggers/footer.twig:11
8665 #: libraries/classes/Database/Triggers.php:267
8666 msgid "Edit trigger"
8669 #: libraries/classes/Database/Triggers.php:393
8670 msgid "Trigger name"
8673 #: libraries/classes/Database/Triggers.php:416
8674 msgctxt "Trigger action time"
8678 #: libraries/classes/Database/Triggers.php:430
8679 #: libraries/classes/Plugins/Export/ExportHtmlword.php:494
8680 #: libraries/classes/Plugins/Export/ExportOdt.php:628
8681 #: libraries/classes/Plugins/Export/ExportTexytext.php:472
8682 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:416
8683 #: templates/database/triggers/list.twig:24
8687 #: libraries/classes/Database/Triggers.php:496
8688 msgid "You must provide a trigger name!"
8691 #: libraries/classes/Database/Triggers.php:503
8692 msgid "You must provide a valid timing for the trigger!"
8695 #: libraries/classes/Database/Triggers.php:510
8696 msgid "You must provide a valid event for the trigger!"
8699 #: libraries/classes/Database/Triggers.php:518
8700 msgid "You must provide a valid table name!"
8703 #: libraries/classes/Database/Triggers.php:524
8704 msgid "You must provide a trigger definition."
8707 #: libraries/classes/Database/Triggers.php:548
8708 msgid "Sorry, we failed to restore the dropped trigger."
8711 #: libraries/classes/Database/Triggers.php:582
8713 msgid "No trigger with name %1$s found in database %2$s."
8716 #: libraries/classes/Database/Triggers.php:618
8718 msgid "Export of trigger %s"
8721 #: libraries/classes/Database/Triggers.php:636
8724 "Error in processing request: No trigger with name %1$s found in database "
8728 #: libraries/classes/Dbal/DbiMysqli.php:194
8729 msgid "SSL connection enforced by server, automatically enabling it."
8732 #: libraries/classes/Display/Results.php:907
8733 #: libraries/classes/Html/Generator.php:1237
8734 #: libraries/classes/Html/Generator.php:1240
8735 msgctxt "First page"
8739 #: libraries/classes/Display/Results.php:914
8740 #: libraries/classes/Html/Generator.php:1238
8741 #: libraries/classes/Html/Generator.php:1241
8742 #: templates/server/binlog/index.twig:47 templates/server/binlog/index.twig:52
8743 msgctxt "Previous page"
8747 #: libraries/classes/Display/Results.php:942
8748 #: libraries/classes/Html/Generator.php:1270
8749 #: libraries/classes/Html/Generator.php:1277
8750 #: templates/server/binlog/index.twig:72 templates/server/binlog/index.twig:77
8755 #: libraries/classes/Display/Results.php:972
8756 #: libraries/classes/Html/Generator.php:1271
8757 #: libraries/classes/Html/Generator.php:1278
8762 #: libraries/classes/Display/Results.php:1552
8763 #: templates/display/results/table.twig:114
8764 msgid "Partial texts"
8767 #: libraries/classes/Display/Results.php:1556
8768 #: templates/display/results/table.twig:118
8772 #: libraries/classes/Display/Results.php:1954
8773 #: libraries/classes/Display/Results.php:1980 libraries/classes/Util.php:3125
8774 #: libraries/classes/Util.php:3148 libraries/config.values.php:113
8775 #: templates/database/multi_table_query/form.twig:61
8776 #: templates/database/qbe/sort_select_cell.twig:7
8777 #: templates/server/databases/index.twig:114
8778 #: templates/server/databases/index.twig:131
8779 #: templates/server/databases/index.twig:150
8780 #: templates/server/status/processes/list.twig:12
8781 #: templates/table/operations/index.twig:31
8782 #: templates/table/search/index.twig:152
8786 #: libraries/classes/Display/Results.php:1962
8787 #: libraries/classes/Display/Results.php:1972 libraries/classes/Util.php:3117
8788 #: libraries/classes/Util.php:3140 libraries/config.values.php:112
8789 #: templates/database/multi_table_query/form.twig:60
8790 #: templates/database/qbe/sort_select_cell.twig:5
8791 #: templates/server/databases/index.twig:112
8792 #: templates/server/databases/index.twig:129
8793 #: templates/server/databases/index.twig:148
8794 #: templates/server/status/processes/list.twig:14
8795 #: templates/table/operations/index.twig:27
8796 #: templates/table/search/index.twig:148
8800 #: libraries/classes/Display/Results.php:3312
8801 #: libraries/classes/Display/Results.php:3327
8802 msgid "The row has been deleted."
8805 #: libraries/classes/Display/Results.php:3359
8806 #: templates/server/status/processes/list.twig:44
8810 #: libraries/classes/Display/Results.php:4074
8811 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
8814 #: libraries/classes/Display/Results.php:4501
8816 msgid "Showing rows %1s - %2s"
8819 #: libraries/classes/Display/Results.php:4515
8821 msgid "%1$d total, %2$d in query"
8824 #: libraries/classes/Display/Results.php:4520
8829 #: libraries/classes/Display/Results.php:4532 libraries/classes/Sql.php:1051
8831 msgid "Query took %01.4f seconds."
8834 #: libraries/classes/Display/Results.php:4903
8835 msgid "Link not found!"
8838 #: libraries/classes/Engines/Bdb.php:26
8839 msgid "Version information"
8842 #: libraries/classes/Engines/Innodb.php:29
8843 msgid "Data home directory"
8846 #: libraries/classes/Engines/Innodb.php:31
8847 msgid "The common part of the directory path for all InnoDB data files."
8850 #: libraries/classes/Engines/Innodb.php:36
8854 #: libraries/classes/Engines/Innodb.php:39
8855 msgid "Autoextend increment"
8858 #: libraries/classes/Engines/Innodb.php:41
8860 "The increment size for extending the size of an autoextending tablespace "
8861 "when it becomes full."
8864 #: libraries/classes/Engines/Innodb.php:47
8865 msgid "Buffer pool size"
8868 #: libraries/classes/Engines/Innodb.php:49
8870 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
8874 #: libraries/classes/Engines/Innodb.php:111
8878 #: libraries/classes/Engines/Innodb.php:112
8879 #: libraries/classes/Server/Status/Data.php:232
8880 msgid "InnoDB Status"
8883 #: libraries/classes/Engines/Innodb.php:136
8884 msgid "Buffer Pool Usage"
8887 #: libraries/classes/Engines/Innodb.php:146
8891 #: libraries/classes/Engines/Innodb.php:160
8895 #: libraries/classes/Engines/Innodb.php:169
8899 #: libraries/classes/Engines/Innodb.php:178
8900 msgid "Pages containing data"
8903 #: libraries/classes/Engines/Innodb.php:187
8904 msgid "Pages to be flushed"
8907 #: libraries/classes/Engines/Innodb.php:196
8911 #: libraries/classes/Engines/Innodb.php:208
8912 msgid "Latched pages"
8915 #: libraries/classes/Engines/Innodb.php:222
8916 msgid "Buffer Pool Activity"
8919 #: libraries/classes/Engines/Innodb.php:226
8920 msgid "Read requests"
8923 #: libraries/classes/Engines/Innodb.php:235
8924 msgid "Write requests"
8927 #: libraries/classes/Engines/Innodb.php:244
8931 #: libraries/classes/Engines/Innodb.php:253
8935 #: libraries/classes/Engines/Innodb.php:262
8936 msgid "Read misses in %"
8939 #: libraries/classes/Engines/Innodb.php:277
8940 msgid "Write waits in %"
8943 #: libraries/classes/Engines/Myisam.php:26
8944 msgid "Data pointer size"
8947 #: libraries/classes/Engines/Myisam.php:28
8949 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
8950 "tables when no MAX_ROWS option is specified."
8953 #: libraries/classes/Engines/Myisam.php:34
8954 msgid "Automatic recovery mode"
8957 #: libraries/classes/Engines/Myisam.php:36
8959 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
8960 "myisam-recover server startup option."
8963 #: libraries/classes/Engines/Myisam.php:41
8964 msgid "Maximum size for temporary sort files"
8967 #: libraries/classes/Engines/Myisam.php:43
8969 "The maximum size of the temporary file MySQL is allowed to use while re-"
8970 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
8974 #: libraries/classes/Engines/Myisam.php:50
8975 msgid "Maximum size for temporary files on index creation"
8978 #: libraries/classes/Engines/Myisam.php:52
8980 "If the temporary file used for fast MyISAM index creation would be larger "
8981 "than using the key cache by the amount specified here, prefer the key cache "
8985 #: libraries/classes/Engines/Myisam.php:59
8986 msgid "Repair threads"
8989 #: libraries/classes/Engines/Myisam.php:61
8991 "If this value is greater than 1, MyISAM table indexes are created in "
8992 "parallel (each index in its own thread) during the repair by sorting process."
8995 #: libraries/classes/Engines/Myisam.php:68
8996 msgid "Sort buffer size"
8999 #: libraries/classes/Engines/Myisam.php:70
9001 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
9002 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
9005 #: libraries/classes/Engines/Pbxt.php:31
9006 msgid "Index cache size"
9009 #: libraries/classes/Engines/Pbxt.php:33
9011 "This is the amount of memory allocated to the index cache. Default value is "
9012 "32MB. The memory allocated here is used only for caching index pages."
9015 #: libraries/classes/Engines/Pbxt.php:40
9016 msgid "Record cache size"
9019 #: libraries/classes/Engines/Pbxt.php:42
9021 "This is the amount of memory allocated to the record cache used to cache "
9022 "table data. The default value is 32MB. This memory is used to cache changes "
9023 "to the handle data (.xtd) and row pointer (.xtr) files."
9026 #: libraries/classes/Engines/Pbxt.php:50
9027 msgid "Log cache size"
9030 #: libraries/classes/Engines/Pbxt.php:52
9032 "The amount of memory allocated to the transaction log cache used to cache on "
9033 "transaction log data. The default is 16MB."
9036 #: libraries/classes/Engines/Pbxt.php:59
9037 msgid "Log file threshold"
9040 #: libraries/classes/Engines/Pbxt.php:61
9042 "The size of a transaction log before rollover, and a new log is created. The "
9043 "default value is 16MB."
9046 #: libraries/classes/Engines/Pbxt.php:67
9047 msgid "Transaction buffer size"
9050 #: libraries/classes/Engines/Pbxt.php:69
9052 "The size of the global transaction log buffer (the engine allocates 2 "
9053 "buffers of this size). The default is 1MB."
9056 #: libraries/classes/Engines/Pbxt.php:76
9057 msgid "Checkpoint frequency"
9060 #: libraries/classes/Engines/Pbxt.php:78
9062 "The amount of data written to the transaction log before a checkpoint is "
9063 "performed. The default value is 24MB."
9066 #: libraries/classes/Engines/Pbxt.php:85
9067 msgid "Data log threshold"
9070 #: libraries/classes/Engines/Pbxt.php:87
9072 "The maximum size of a data log file. The default value is 64MB. PBXT can "
9073 "create a maximum of 32000 data logs, which are used by all tables. So the "
9074 "value of this variable can be increased to increase the total amount of data "
9075 "that can be stored in the database."
9078 #: libraries/classes/Engines/Pbxt.php:96
9079 msgid "Garbage threshold"
9082 #: libraries/classes/Engines/Pbxt.php:98
9084 "The percentage of garbage in a data log file before it is compacted. This is "
9085 "a value between 1 and 99. The default is 50."
9088 #: libraries/classes/Engines/Pbxt.php:105
9089 msgid "Log buffer size"
9092 #: libraries/classes/Engines/Pbxt.php:107
9094 "The size of the buffer used when writing a data log. The default is 256MB. "
9095 "The engine allocates one buffer per thread, but only if the thread is "
9096 "required to write a data log."
9099 #: libraries/classes/Engines/Pbxt.php:115
9100 msgid "Data file grow size"
9103 #: libraries/classes/Engines/Pbxt.php:116
9104 msgid "The grow size of the handle data (.xtd) files."
9107 #: libraries/classes/Engines/Pbxt.php:120
9108 msgid "Row file grow size"
9111 #: libraries/classes/Engines/Pbxt.php:121
9112 msgid "The grow size of the row pointer (.xtr) files."
9115 #: libraries/classes/Engines/Pbxt.php:125
9116 msgid "Log file count"
9119 #: libraries/classes/Engines/Pbxt.php:127
9121 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
9122 "system will maintain. If the number of logs exceeds this value then old logs "
9123 "will be deleted, otherwise they are renamed and given the next highest "
9127 #: libraries/classes/Engines/Pbxt.php:185
9130 "Documentation and further information about PBXT can be found on the "
9131 "%sPrimeBase XT Home Page%s."
9134 #: libraries/classes/ErrorHandler.php:96
9135 msgid "Too many error messages, some are not displayed."
9138 #: libraries/classes/ErrorHandler.php:397
9142 #: libraries/classes/ErrorHandler.php:402 templates/error/report_form.twig:25
9143 msgid "Automatically send report next time"
9146 #: libraries/classes/Export.php:160 libraries/classes/Export.php:199
9147 #: libraries/classes/Export.php:484
9149 msgid "Insufficient space to save the file %s."
9152 #: libraries/classes/Export.php:428
9155 "File %s already exists on server, change filename or check overwrite option."
9158 #: libraries/classes/Export.php:436 libraries/classes/Export.php:447
9160 msgid "The web server does not have permission to save the file %s."
9163 #: libraries/classes/Export.php:490
9165 msgid "Dump has been saved to file %s."
9168 #. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
9169 #: libraries/classes/Export.php:990
9170 msgid "Exporting a raw query is not supported for this export method."
9173 #: libraries/classes/File.php:286
9174 msgid "File was not an uploaded file."
9177 #: libraries/classes/File.php:326
9178 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
9181 #: libraries/classes/File.php:332
9183 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
9187 #: libraries/classes/File.php:338
9188 msgid "The uploaded file was only partially uploaded."
9191 #: libraries/classes/File.php:342
9192 msgid "Missing a temporary folder."
9195 #: libraries/classes/File.php:345
9196 msgid "Failed to write file to disk."
9199 #: libraries/classes/File.php:348
9200 msgid "File upload stopped by extension."
9203 #: libraries/classes/File.php:351
9204 msgid "Unknown error in file upload."
9207 #: libraries/classes/File.php:503
9208 msgid "File is a symbolic link"
9211 #: libraries/classes/File.php:509 libraries/classes/File.php:608
9212 msgid "File could not be read!"
9215 #: libraries/classes/File.php:552
9216 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
9219 #: libraries/classes/File.php:572
9220 msgid "Error while moving uploaded file."
9223 #: libraries/classes/File.php:581
9224 msgid "Cannot read uploaded file."
9227 #: libraries/classes/File.php:659
9230 "You attempted to load file with unsupported compression (%s). Either support "
9231 "for it is not implemented or disabled by your configuration."
9234 #: libraries/classes/Footer.php:82 templates/home/index.twig:18
9235 #: templates/login/form.twig:5
9236 msgid "phpMyAdmin Demo Server"
9237 msgstr "Serber ng phpMyAdmin Demo"
9239 #: libraries/classes/Footer.php:91
9241 msgid "Currently running Git revision %1$s from the %2$s branch."
9244 #: libraries/classes/Footer.php:100
9245 msgid "Git information missing!"
9248 #: libraries/classes/Footer.php:218 libraries/classes/Footer.php:222
9249 #: libraries/classes/Footer.php:225
9250 msgid "Open new phpMyAdmin window"
9253 #: libraries/classes/Header.php:367
9257 #: libraries/classes/Html/Generator.php:153
9259 msgid "Jump to database “%s”."
9262 #: libraries/classes/Html/Generator.php:181
9264 msgid "The %s functionality is affected by a known bug, see %s"
9267 #: libraries/classes/Html/Generator.php:246
9268 msgid "SSL is not being used"
9271 #: libraries/classes/Html/Generator.php:251
9272 msgid "SSL is used with disabled verification"
9275 #: libraries/classes/Html/Generator.php:253
9276 msgid "SSL is used without certification authority"
9279 #: libraries/classes/Html/Generator.php:256
9283 #: libraries/classes/Html/Generator.php:362
9284 msgid "The PHP function password_hash() with default options."
9287 #: libraries/classes/Html/Generator.php:363
9288 msgid "password_hash() PHP function"
9291 #: libraries/classes/Html/Generator.php:668
9292 msgid "Skip Explain SQL"
9295 #: libraries/classes/Html/Generator.php:676
9297 msgid "Analyze Explain at %s"
9300 #: libraries/classes/Html/Generator.php:707
9301 msgid "Without PHP code"
9304 #: libraries/classes/Html/Generator.php:714
9305 #: templates/database/multi_table_query/form.twig:170
9306 #: templates/database/qbe/selection_form.twig:115
9307 msgid "Submit query"
9310 #: libraries/classes/Html/Generator.php:759 templates/console/display.twig:31
9311 #: templates/console/display.twig:175 templates/sql/profiling_chart.twig:2
9315 #: libraries/classes/Html/Generator.php:773
9316 msgctxt "Inline edit query"
9320 #: libraries/classes/Html/Generator.php:911
9321 msgid "Static analysis:"
9324 #: libraries/classes/Html/Generator.php:914
9326 msgid "%d errors were found during analysis."
9329 #: libraries/classes/Import.php:321 libraries/classes/Sql.php:1059
9330 msgid "[ROLLBACK occurred.]"
9333 #: libraries/classes/Import.php:1338
9335 "The following structures have either been created or altered. Here you can:"
9338 #: libraries/classes/Import.php:1341
9339 msgid "View a structure's contents by clicking on its name."
9342 #: libraries/classes/Import.php:1344
9344 "Change any of its settings by clicking the corresponding \"Options\" link."
9347 #: libraries/classes/Import.php:1346
9348 msgid "Edit structure by following the \"Structure\" link."
9351 #: libraries/classes/Import.php:1353
9353 msgid "Go to database: %s"
9356 #: libraries/classes/Import.php:1359 libraries/classes/Import.php:1402
9358 msgid "Edit settings for %s"
9361 #: libraries/classes/Import.php:1387
9363 msgid "Go to table: %s"
9366 #: libraries/classes/Import.php:1395
9368 msgid "Structure of %s"
9371 #: libraries/classes/Import.php:1413
9373 msgid "Go to view: %s"
9376 #: libraries/classes/Import.php:1437
9377 msgid "Only single-table UPDATE and DELETE queries can be simulated."
9380 #: libraries/classes/Import.php:1668
9382 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
9383 "engine tables can be rolled back."
9386 #: libraries/classes/Index.php:628
9389 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
9393 #: libraries/classes/InsertEdit.php:536
9397 #: libraries/classes/InsertEdit.php:794
9398 msgid "Because of its length,<br> this column might not be editable."
9401 #: libraries/classes/InsertEdit.php:1416
9402 msgid "Binary - do not edit"
9405 #: libraries/classes/InsertEdit.php:1577 templates/import.twig:78
9406 #: templates/import.twig:108
9407 msgid "The directory you set for upload work cannot be reached."
9410 #: libraries/classes/InsertEdit.php:1582
9411 #: templates/database/qbe/ins_del_and_or_cell.twig:24
9412 #: templates/server/privileges/privileges_table.twig:26
9413 #: templates/server/privileges/privileges_table.twig:47
9414 #: templates/server/privileges/privileges_table.twig:68
9415 #: templates/server/privileges/privileges_table.twig:89
9416 #: templates/table/search/index.twig:122
9420 #: libraries/classes/InsertEdit.php:1583
9421 msgid "web server upload directory:"
9424 #: libraries/classes/InsertEdit.php:1786
9425 #: templates/table/search/input_box.twig:37
9429 #: libraries/classes/InsertEdit.php:1854
9433 #: libraries/classes/InsertEdit.php:1893
9434 msgid "Insert as new row"
9437 #: libraries/classes/InsertEdit.php:1896
9438 msgid "Insert as new row and ignore errors"
9441 #: libraries/classes/InsertEdit.php:1899
9442 msgid "Show insert query"
9445 #: libraries/classes/InsertEdit.php:1920
9446 msgid "Go back to previous page"
9449 #: libraries/classes/InsertEdit.php:1923
9450 msgid "Insert another new row"
9453 #: libraries/classes/InsertEdit.php:1928
9454 msgid "Go back to this page"
9457 #: libraries/classes/InsertEdit.php:1951
9458 msgid "Edit next row"
9461 #: libraries/classes/InsertEdit.php:1971
9463 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
9466 #: libraries/classes/InsertEdit.php:1999
9467 #: libraries/classes/Navigation/Nodes/NodeColumn.php:33
9468 #: libraries/classes/Plugins/Export/ExportHtmlword.php:289
9469 #: libraries/classes/Plugins/Export/ExportHtmlword.php:389
9470 #: libraries/classes/Plugins/Export/ExportLatex.php:553
9471 #: libraries/classes/Plugins/Export/ExportOdt.php:396
9472 #: libraries/classes/Plugins/Export/ExportOdt.php:498
9473 #: libraries/classes/Plugins/Export/ExportTexytext.php:304
9474 #: libraries/classes/Plugins/Export/ExportTexytext.php:397
9475 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:576
9476 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:710
9477 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:743
9478 #: templates/columns_definitions/column_name.twig:16
9479 #: templates/database/data_dictionary/index.twig:16
9480 #: templates/database/data_dictionary/index.twig:69 templates/indexes.twig:19
9481 #: templates/table/index_form.twig:131 templates/table/operations/index.twig:13
9482 #: templates/table/relation/common_form.twig:18
9483 #: templates/table/relation/common_form.twig:23
9484 #: templates/table/relation/common_form.twig:38
9485 #: templates/table/relation/common_form.twig:117
9486 #: templates/table/relation/common_form.twig:186
9487 #: templates/table/relation/foreign_key_row.twig:121
9488 #: templates/table/relation/foreign_key_row.twig:131
9489 #: templates/table/search/index.twig:38
9490 #: templates/table/structure/display_structure.twig:418
9491 #: templates/table/tracking/structure_snapshot_columns.twig:6
9492 #: templates/table/tracking/structure_snapshot_indexes.twig:9
9493 #: templates/table/zoom_search/index.twig:38
9494 #: templates/table/zoom_search/result_form.twig:32
9498 #: libraries/classes/InsertEdit.php:2008
9499 #: libraries/classes/Plugins/Export/ExportHtmlword.php:295
9500 #: libraries/classes/Plugins/Export/ExportHtmlword.php:395
9501 #: libraries/classes/Plugins/Export/ExportLatex.php:555
9502 #: libraries/classes/Plugins/Export/ExportOdt.php:402
9503 #: libraries/classes/Plugins/Export/ExportOdt.php:504
9504 #: libraries/classes/Plugins/Export/ExportTexytext.php:306
9505 #: libraries/classes/Plugins/Export/ExportTexytext.php:399
9506 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:580
9507 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:713
9508 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:746
9509 #: templates/columns_definitions/table_fields_definitions.twig:30
9510 #: templates/database/central_columns/edit.twig:12
9511 #: templates/database/central_columns/main.twig:40
9512 #: templates/database/central_columns/main.twig:246
9513 #: templates/database/data_dictionary/index.twig:18
9514 #: templates/database/data_dictionary/index.twig:72 templates/indexes.twig:22
9515 #: templates/table/structure/display_structure.twig:26
9516 #: templates/table/structure/display_structure.twig:421
9517 #: templates/table/tracking/structure_snapshot_columns.twig:9
9518 #: templates/table/tracking/structure_snapshot_indexes.twig:12
9519 #: templates/table/zoom_search/result_form.twig:33
9523 #: libraries/classes/InsertEdit.php:2404 libraries/classes/Sql.php:1042
9524 msgid "Showing SQL query"
9527 #: libraries/classes/InsertEdit.php:2430 libraries/classes/Sql.php:1020
9529 msgid "Inserted row id: %1$d"
9532 #: libraries/classes/LanguageManager.php:981
9533 msgid "Ignoring unsupported language code."
9536 #: libraries/classes/LanguageManager.php:1007
9537 #: libraries/classes/LanguageManager.php:1008 templates/setup/home/index.twig:8
9538 #: templates/setup/home/index.twig:9
9542 #: libraries/classes/Linter.php:109
9544 "Linting is disabled for this query because it exceeds the maximum length."
9547 #: libraries/classes/Linter.php:176
9549 msgid "%1$s (near <code>%2$s</code>)"
9552 #: libraries/classes/Menu.php:275
9553 #: libraries/classes/Navigation/Nodes/NodeTable.php:322
9554 #: libraries/classes/Util.php:1723 libraries/classes/Util.php:2505
9555 #: libraries/config.values.php:68 libraries/config.values.php:82
9556 #: libraries/config.values.php:183 templates/database/search/results.twig:34
9557 #: templates/database/structure/structure_table_row.twig:43
9558 #: templates/table/structure/display_structure.twig:275
9562 #: libraries/classes/Menu.php:294 libraries/classes/Menu.php:410
9563 #: libraries/classes/Navigation/Nodes/NodeTable.php:313
9564 #: libraries/classes/Util.php:1721 libraries/classes/Util.php:2491
9565 #: libraries/classes/Util.php:2508 libraries/config.values.php:64
9566 #: libraries/config.values.php:78 libraries/config.values.php:169
9567 #: libraries/config.values.php:179
9568 #: templates/database/structure/structure_table_row.twig:53
9572 #: libraries/classes/Menu.php:305
9573 #: libraries/classes/Navigation/Nodes/NodeTable.php:316
9574 #: libraries/classes/Util.php:1722 libraries/classes/Util.php:2509
9575 #: libraries/config.values.php:66 libraries/config.values.php:80
9576 #: libraries/config.values.php:181
9577 #: templates/database/qbe/ins_del_and_or_cell.twig:6
9578 #: templates/database/structure/structure_table_row.twig:59
9579 #: templates/sql/query.twig:76
9583 #: libraries/classes/Menu.php:332 libraries/classes/Menu.php:450
9584 #: libraries/classes/Server/Privileges.php:2976 libraries/classes/Util.php:2496
9585 #: libraries/classes/Util.php:2512 libraries/config.values.php:161
9586 #: templates/database/privileges/index.twig:20
9587 #: templates/server/privileges/privileges_summary.twig:15
9588 #: templates/server/sub_page_header.twig:2
9589 #: templates/table/privileges/index.twig:22
9593 #: libraries/classes/Menu.php:342 libraries/classes/Menu.php:351
9594 #: libraries/classes/Menu.php:441 libraries/classes/Util.php:1724
9595 #: libraries/classes/Util.php:2495 libraries/classes/Util.php:2513
9596 #: libraries/config.values.php:171 templates/table/operations/view.twig:8
9600 #: libraries/classes/Menu.php:357 libraries/classes/Menu.php:476
9601 #: libraries/classes/Relation.php:316 libraries/classes/Util.php:2500
9602 #: libraries/classes/Util.php:2514
9606 #: libraries/classes/Menu.php:370 libraries/classes/Menu.php:469
9607 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:24
9608 #: libraries/classes/Plugins/Export/ExportHtmlword.php:587
9609 #: libraries/classes/Plugins/Export/ExportOdt.php:735
9610 #: libraries/classes/Plugins/Export/ExportPdf.php:307
9611 #: libraries/classes/Plugins/Export/ExportSql.php:2165
9612 #: libraries/classes/Plugins/Export/ExportTexytext.php:559
9613 #: libraries/classes/Plugins/Export/ExportXml.php:135
9614 #: libraries/classes/Util.php:2499 libraries/classes/Util.php:2515
9615 #: templates/database/triggers/list.twig:6
9619 #: libraries/classes/Menu.php:415 libraries/classes/Menu.php:423
9620 #: libraries/classes/Menu.php:431
9621 msgid "Database seems to be empty!"
9624 #: libraries/classes/Menu.php:418 libraries/classes/Util.php:2492
9628 #: libraries/classes/Menu.php:456 libraries/classes/Util.php:2497
9629 #: templates/database/routines/index.twig:18
9633 #: libraries/classes/Menu.php:462
9634 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:24
9635 #: libraries/classes/Plugins/Export/ExportSql.php:1017
9636 #: libraries/classes/Plugins/Export/ExportXml.php:115
9637 #: libraries/classes/Util.php:2498 templates/database/events/index.twig:6
9641 #: libraries/classes/Menu.php:483 libraries/classes/Util.php:2501
9645 #: libraries/classes/Menu.php:492 libraries/classes/Util.php:2502
9646 #: templates/database/structure/check_all_tables.twig:32
9647 msgid "Central columns"
9650 #: libraries/classes/Menu.php:553
9651 msgid "User accounts"
9654 #: libraries/classes/Menu.php:588 libraries/classes/Server/Status/Data.php:152
9655 #: libraries/classes/Util.php:2481 templates/server/binlog/index.twig:3
9659 #: libraries/classes/Menu.php:595 libraries/classes/Server/Status/Data.php:157
9660 #: libraries/classes/Util.php:2482
9661 #: templates/database/structure/body_for_table_summary.twig:11
9662 #: templates/database/structure/table_header.twig:10
9663 #: templates/server/replication/index.twig:5
9667 #: libraries/classes/Menu.php:601 libraries/classes/Server/Status/Data.php:228
9668 #: libraries/classes/Util.php:2483 libraries/config.values.php:159
9669 #: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
9670 #: templates/sql/query.twig:178
9674 #: libraries/classes/Menu.php:606 libraries/classes/Util.php:2484
9678 #: libraries/classes/Menu.php:611 libraries/classes/Util.php:2486
9682 #: libraries/classes/Menu.php:616 libraries/classes/Util.php:2485
9683 #: templates/server/plugins/index.twig:4
9687 #: libraries/classes/Message.php:255
9689 msgid "%1$d row affected."
9690 msgid_plural "%1$d rows affected."
9694 #: libraries/classes/Message.php:276
9696 msgid "%1$d row deleted."
9697 msgid_plural "%1$d rows deleted."
9701 #: libraries/classes/Message.php:297
9703 msgid "%1$d row inserted."
9704 msgid_plural "%1$d rows inserted."
9708 #: libraries/classes/Navigation/Navigation.php:223
9712 #: libraries/classes/Navigation/Navigation.php:224
9716 #: libraries/classes/Navigation/Navigation.php:225
9720 #: libraries/classes/Navigation/Navigation.php:226
9724 #: libraries/classes/Navigation/Navigation.php:227
9725 #: templates/database/export/index.twig:14
9729 #: libraries/classes/Navigation/Navigation.php:228
9733 #: libraries/classes/Navigation/NavigationTree.php:798
9735 "There are large item groups in navigation panel which may affect the "
9736 "performance. Consider disabling item grouping in the navigation panel."
9739 #: libraries/classes/Navigation/NavigationTree.php:816
9743 #: libraries/classes/Navigation/NavigationTree.php:982
9745 msgid "%s result found"
9746 msgid_plural "%s results found"
9750 #: libraries/classes/Navigation/NavigationTree.php:1406
9751 #: libraries/classes/Navigation/NavigationTree.php:1441
9752 msgid "Type to filter these, Enter to search all"
9755 #: libraries/classes/Navigation/NavigationTree.php:1408
9756 #: libraries/classes/Navigation/NavigationTree.php:1442
9757 msgid "Clear fast filter"
9760 #: libraries/classes/Navigation/NavigationTree.php:1468
9761 msgid "Collapse all"
9764 #. l10n: The word "Node" must not be translated here
9765 #: libraries/classes/Navigation/NodeFactory.php:39
9767 msgid "Invalid class name \"%1$s\", using default of \"Node\""
9770 #: libraries/classes/Navigation/NodeFactory.php:66
9772 msgid "Could not load class \"%1$s\""
9775 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:24
9776 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
9777 #: templates/sql/query.twig:63
9781 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:36
9782 msgctxt "Create new column"
9786 #: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:40
9787 msgctxt "Create new database"
9791 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:43
9792 msgid "Database operations"
9795 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:709
9796 msgid "Show hidden items"
9799 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:36
9800 #: templates/database/events/index.twig:104
9801 msgctxt "Create new event"
9805 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:24
9806 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
9807 #: libraries/classes/Plugins/Export/ExportSql.php:628
9808 #: libraries/classes/Plugins/Export/ExportXml.php:120
9812 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:38
9813 msgctxt "Create new function"
9817 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:36
9818 msgctxt "Create new index"
9822 #: libraries/classes/Navigation/Nodes/Node.php:802
9823 msgid "Expand/Collapse"
9826 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:24
9827 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
9828 #: libraries/classes/Plugins/Export/ExportSql.php:617
9829 #: libraries/classes/Plugins/Export/ExportXml.php:125
9833 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:38
9834 msgctxt "Create new procedure"
9838 #: libraries/classes/Navigation/Nodes/NodeProcedure.php:29
9842 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:39
9843 msgctxt "Create new table"
9847 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:36
9848 #: templates/database/triggers/footer.twig:2
9849 msgctxt "Create new trigger"
9853 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:24
9854 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
9855 #: libraries/classes/Plugins/Export/ExportXml.php:140
9856 #: templates/database/structure/show_create.twig:28
9860 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:39
9861 msgctxt "Create new view"
9865 #: libraries/classes/Normalization.php:227
9866 msgid "Make all columns atomic"
9869 #: libraries/classes/Normalization.php:229
9870 #: libraries/classes/Normalization.php:955
9871 msgid "First step of normalization (1NF)"
9874 #: libraries/classes/Normalization.php:232
9875 #: libraries/classes/Normalization.php:284
9876 #: libraries/classes/Normalization.php:333
9877 #: libraries/classes/Normalization.php:370
9881 #: libraries/classes/Normalization.php:234
9883 "Do you have any column which can be split into more than one column? For "
9884 "example: address can be split into street, city, country and zip."
9887 #: libraries/classes/Normalization.php:241
9888 msgid "Show me the central list of columns that are not already in this table"
9891 #: libraries/classes/Normalization.php:244
9893 "Select a column which can be split into more than one (on select of 'no such "
9894 "column', it'll move to next step)."
9897 #: libraries/classes/Normalization.php:259
9901 #: libraries/classes/Normalization.php:281
9902 msgid "Have a primary key"
9905 #: libraries/classes/Normalization.php:287
9906 msgid "Primary key already exists."
9909 #: libraries/classes/Normalization.php:292
9911 "There is no primary key; please add one.<br>Hint: A primary key is a column "
9912 "(or combination of columns) that uniquely identify all rows."
9915 #: libraries/classes/Normalization.php:300
9916 msgid "Add a primary key on existing column(s)"
9919 #: libraries/classes/Normalization.php:305
9921 "If it's not possible to make existing column combinations as primary key"
9924 #: libraries/classes/Normalization.php:309
9925 msgid "+ Add a new primary key column"
9928 #: libraries/classes/Normalization.php:332
9929 msgid "Remove redundant columns"
9932 #: libraries/classes/Normalization.php:335
9934 "Do you have a group of columns which on combining gives an existing column? "
9935 "For example, if you have first_name, last_name and full_name then combining "
9936 "first_name and last_name gives full_name which is redundant."
9939 #: libraries/classes/Normalization.php:341
9941 "Check the columns which are redundant and click on remove. If no redundant "
9942 "column, click on 'No redundant column'"
9945 #: libraries/classes/Normalization.php:346
9946 msgid "Remove selected"
9949 #: libraries/classes/Normalization.php:347
9950 msgid "No redundant column"
9953 #: libraries/classes/Normalization.php:369
9954 msgid "Move repeating groups"
9957 #: libraries/classes/Normalization.php:372
9959 "Do you have a group of two or more columns that are closely related and are "
9960 "all repeating the same attribute? For example, a table that holds data on "
9961 "books might have columns such as book_id, author1, author2, author3 and so "
9962 "on which form a repeating group. In this case a new table (book_id, author) "
9963 "should be created."
9966 #: libraries/classes/Normalization.php:380
9968 "Check the columns which form a repeating group. If no such group, click on "
9969 "'No repeating group'"
9972 #: libraries/classes/Normalization.php:386
9973 msgid "No repeating group"
9976 #: libraries/classes/Normalization.php:414
9980 #: libraries/classes/Normalization.php:414
9981 msgid "Find partial dependencies"
9984 #: libraries/classes/Normalization.php:437
9987 "No partial dependencies possible as no non-primary column exists since "
9988 "primary key ( %1$s ) is composed of all the columns in the table."
9991 #: libraries/classes/Normalization.php:443
9992 #: libraries/classes/Normalization.php:490
9993 msgid "Table is already in second normal form."
9996 #: libraries/classes/Normalization.php:448
9999 "The primary key ( %1$s ) consists of more than one column so we need to find "
10000 "the partial dependencies."
10003 #: libraries/classes/Normalization.php:453
10004 #: libraries/classes/Normalization.php:862
10006 "Please answer the following question(s) carefully to obtain a correct "
10010 #: libraries/classes/Normalization.php:457
10011 msgid "+ Show me the possible partial dependencies based on data in the table"
10014 #: libraries/classes/Normalization.php:461
10016 "For each column below, please select the <b>minimal set</b> of columns among "
10017 "given set whose values combined together are sufficient to determine the "
10018 "value of the column."
10021 #: libraries/classes/Normalization.php:474
10022 #: libraries/classes/Normalization.php:906
10024 msgid "'%1$s' depends on:"
10027 #: libraries/classes/Normalization.php:485
10030 "No partial dependencies possible as the primary key ( %1$s ) has just one "
10034 #: libraries/classes/Normalization.php:514
10037 "In order to put the original table '%1$s' into Second normal form we need to "
10038 "create the following tables:"
10041 #: libraries/classes/Normalization.php:552
10043 msgid "The second step of normalization is complete for table '%1$s'."
10046 #: libraries/classes/Normalization.php:593
10047 #: libraries/classes/Normalization.php:755
10048 #: libraries/classes/Normalization.php:831
10049 msgid "Error in processing!"
10052 #: libraries/classes/Normalization.php:640
10055 "In order to put the original table '%1$s' into Third normal form we need to "
10056 "create the following tables:"
10059 #: libraries/classes/Normalization.php:696
10060 msgid "The third step of normalization is complete."
10063 #: libraries/classes/Normalization.php:807
10065 msgid "Selected repeating group has been moved to the table '%s'"
10068 #: libraries/classes/Normalization.php:859
10072 #: libraries/classes/Normalization.php:859
10073 msgid "Find transitive dependencies"
10076 #: libraries/classes/Normalization.php:866
10078 "For each column below, please select the <b>minimal set</b> of columns among "
10079 "given set whose values combined together are sufficient to determine the "
10080 "value of the column.<br>Note: A column may have no transitive dependency, in "
10081 "that case you don't have to select any."
10084 #: libraries/classes/Normalization.php:919
10086 "No Transitive dependencies possible as the table doesn't have any non "
10087 "primary key columns"
10090 #: libraries/classes/Normalization.php:923
10091 msgid "Table is already in Third normal form!"
10094 #: libraries/classes/Normalization.php:949
10095 msgid "Improve table structure (Normalization):"
10098 #: libraries/classes/Normalization.php:950
10099 msgid "Select up to what step you want to normalize"
10102 #: libraries/classes/Normalization.php:960
10103 msgid "Second step of normalization (1NF+2NF)"
10106 #: libraries/classes/Normalization.php:965
10107 msgid "Third step of normalization (1NF+2NF+3NF)"
10110 #: libraries/classes/Normalization.php:970
10112 "Hint: Please follow the procedure carefully in order to obtain correct "
10116 #: libraries/classes/Normalization.php:1040
10118 "This list is based on a subset of the table's data and is not necessarily "
10122 #: libraries/classes/Normalization.php:1056
10123 msgid "No partial dependencies found!"
10126 #: libraries/classes/Operations.php:600
10127 #: templates/table/structure/display_partitions.twig:84
10131 #: libraries/classes/Operations.php:601
10132 #: templates/table/structure/display_partitions.twig:94
10136 #: libraries/classes/Operations.php:602
10137 #: templates/table/structure/display_partitions.twig:104
10141 #: libraries/classes/Operations.php:603
10142 #: templates/table/structure/display_partitions.twig:114
10146 #: libraries/classes/Operations.php:604
10147 #: templates/table/structure/display_partitions.twig:124
10151 #: libraries/classes/Operations.php:605
10152 #: templates/table/structure/display_partitions.twig:134
10156 #: libraries/classes/Operations.php:616 templates/database/events/index.twig:67
10157 #: templates/database/events/index.twig:73
10158 #: templates/database/events/index.twig:94
10159 #: templates/database/events/index.twig:95
10160 #: templates/database/events/row.twig:43 templates/database/events/row.twig:49
10161 #: templates/database/routines/index.twig:53
10162 #: templates/database/routines/index.twig:54
10163 #: templates/database/routines/parameter_row.twig:51
10164 #: templates/database/routines/row.twig:70
10165 #: templates/database/structure/check_all_tables.twig:16
10166 #: templates/database/structure/structure_table_row.twig:87
10167 #: templates/database/triggers/list.twig:44
10168 #: templates/database/triggers/list.twig:45
10169 #: templates/database/triggers/row.twig:45
10170 #: templates/database/triggers/row.twig:51 templates/indexes.twig:56
10171 #: templates/server/databases/index.twig:304
10172 #: templates/server/databases/index.twig:305
10173 #: templates/table/relation/foreign_key_row.twig:26
10174 #: templates/table/structure/display_partitions.twig:145
10175 #: templates/table/structure/display_structure.twig:121
10176 #: templates/table/structure/display_structure.twig:283
10177 #: templates/table/structure/display_structure.twig:463
10181 #: libraries/classes/Operations.php:618
10185 #: libraries/classes/Operations.php:1053
10186 msgid "Can't move table to same one!"
10189 #: libraries/classes/Operations.php:1055
10190 msgid "Can't copy table to same one!"
10193 #: libraries/classes/Operations.php:1090
10195 msgid "Table %s has been moved to %s. Privileges have been adjusted."
10198 #: libraries/classes/Operations.php:1097
10200 msgid "Table %s has been copied to %s. Privileges have been adjusted."
10203 #: libraries/classes/Operations.php:1105
10205 msgid "Table %s has been moved to %s."
10208 #: libraries/classes/Operations.php:1109
10210 msgid "Table %s has been copied to %s."
10213 #: libraries/classes/Operations.php:1133
10214 msgid "The table name is empty!"
10217 #: libraries/classes/Pdf.php:159
10218 msgid "Error while creating PDF:"
10221 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:80
10222 msgid "Cannot connect: invalid settings."
10225 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:94
10226 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:86
10227 #: templates/login/header.twig:10
10229 msgid "Welcome to %s"
10232 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:110
10235 "You probably did not create a configuration file. You might want to use the "
10236 "%1$ssetup script%2$s to create one."
10239 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:130
10241 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
10242 "connection. You should check the host, username and password in your "
10243 "configuration and make sure that they correspond to the information given by "
10244 "the administrator of the MySQL server."
10247 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:158
10248 msgid "Retry to connect"
10251 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:179
10252 msgid "Your session has expired. Please log in again."
10255 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:299
10256 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
10259 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:334
10260 msgid "Failed to connect to the reCAPTCHA service!"
10263 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:336
10264 msgid "Entered captcha is wrong, try again!"
10267 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:348
10269 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
10270 "restricts passwords to less than 1000 characters."
10273 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:372
10274 msgid "You are not allowed to log in to this MySQL server!"
10277 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:91
10278 msgid "Wrong username/password. Access denied."
10281 #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:149
10282 msgid "Can not find signon authentication script:"
10285 #: libraries/classes/Plugins/AuthenticationPlugin.php:191
10287 "Login without a password is forbidden by configuration (see AllowNoPassword)"
10290 #: libraries/classes/Plugins/AuthenticationPlugin.php:202
10293 "You have been automatically logged out due to inactivity of %s seconds. Once "
10294 "you log in again, you should be able to resume the work where you left off."
10297 #: libraries/classes/Plugins/AuthenticationPlugin.php:215
10298 #: libraries/classes/Plugins/AuthenticationPlugin.php:218
10299 msgid "Cannot log in to the MySQL server"
10302 #: libraries/classes/Plugins/AuthenticationPlugin.php:364
10303 msgid "You have enabled two factor authentication, please confirm your login."
10306 #: libraries/classes/Plugins/Export/ExportCodegen.php:87
10307 #: templates/export.twig:94 templates/import.twig:198
10311 #: libraries/classes/Plugins/Export/ExportCsv.php:61
10312 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:54
10313 msgid "Columns separated with:"
10316 #: libraries/classes/Plugins/Export/ExportCsv.php:66
10317 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:60
10318 msgid "Columns enclosed with:"
10321 #: libraries/classes/Plugins/Export/ExportCsv.php:71
10322 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:67
10323 msgid "Columns escaped with:"
10326 #: libraries/classes/Plugins/Export/ExportCsv.php:76
10327 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:74
10328 msgid "Lines terminated with:"
10331 #: libraries/classes/Plugins/Export/ExportCsv.php:81
10332 #: libraries/classes/Plugins/Export/ExportExcel.php:48
10333 #: libraries/classes/Plugins/Export/ExportHtmlword.php:83
10334 #: libraries/classes/Plugins/Export/ExportLatex.php:191
10335 #: libraries/classes/Plugins/Export/ExportOds.php:66
10336 #: libraries/classes/Plugins/Export/ExportOdt.php:132
10337 #: libraries/classes/Plugins/Export/ExportTexytext.php:87
10338 msgid "Replace NULL with:"
10341 #: libraries/classes/Plugins/Export/ExportCsv.php:86
10342 #: libraries/classes/Plugins/Export/ExportExcel.php:53
10343 msgid "Remove carriage return/line feed characters within columns"
10346 #: libraries/classes/Plugins/Export/ExportExcel.php:63
10347 msgid "Excel edition:"
10350 #: libraries/classes/Plugins/Export/ExportHtmlword.php:65
10351 #: libraries/classes/Plugins/Export/ExportLatex.php:101
10352 #: libraries/classes/Plugins/Export/ExportMediawiki.php:69
10353 #: libraries/classes/Plugins/Export/ExportOdt.php:78
10354 #: libraries/classes/Plugins/Export/ExportPdf.php:112
10355 #: libraries/classes/Plugins/Export/ExportSql.php:240
10356 #: libraries/classes/Plugins/Export/ExportTexytext.php:64
10357 #: libraries/config.values.php:254 libraries/config.values.php:320
10358 #: libraries/config.values.php:336 libraries/config.values.php:344
10359 #: libraries/config.values.php:349
10363 #: libraries/classes/Plugins/Export/ExportHtmlword.php:66
10364 #: libraries/classes/Plugins/Export/ExportLatex.php:102
10365 #: libraries/classes/Plugins/Export/ExportMediawiki.php:70
10366 #: libraries/classes/Plugins/Export/ExportOdt.php:79
10367 #: libraries/classes/Plugins/Export/ExportPdf.php:113
10368 #: libraries/classes/Plugins/Export/ExportSql.php:241
10369 #: libraries/classes/Plugins/Export/ExportTexytext.php:65
10370 #: libraries/config.values.php:255 libraries/config.values.php:321
10371 #: libraries/config.values.php:337 libraries/config.values.php:345
10372 #: libraries/config.values.php:350
10376 #: libraries/classes/Plugins/Export/ExportHtmlword.php:67
10377 #: libraries/classes/Plugins/Export/ExportLatex.php:103
10378 #: libraries/classes/Plugins/Export/ExportMediawiki.php:71
10379 #: libraries/classes/Plugins/Export/ExportOdt.php:80
10380 #: libraries/classes/Plugins/Export/ExportPdf.php:114
10381 #: libraries/classes/Plugins/Export/ExportSql.php:242
10382 #: libraries/classes/Plugins/Export/ExportTexytext.php:66
10383 #: libraries/config.values.php:256 libraries/config.values.php:322
10384 #: libraries/config.values.php:338 libraries/config.values.php:346
10385 #: libraries/config.values.php:351
10386 msgid "structure and data"
10389 #: libraries/classes/Plugins/Export/ExportHtmlword.php:77
10390 #: libraries/classes/Plugins/Export/ExportLatex.php:162
10391 #: libraries/classes/Plugins/Export/ExportOdt.php:121
10392 #: libraries/classes/Plugins/Export/ExportTexytext.php:76
10393 #: libraries/classes/Plugins/Export/ExportXml.php:148
10394 msgid "Data dump options"
10397 #: libraries/classes/Plugins/Export/ExportHtmlword.php:207
10398 #: libraries/classes/Plugins/Export/ExportOdt.php:266
10399 #: libraries/classes/Plugins/Export/ExportSql.php:2472
10400 #: libraries/classes/Plugins/Export/ExportTexytext.php:191
10401 msgid "Dumping data for table"
10404 #: libraries/classes/Plugins/Export/ExportHtmlword.php:298
10405 #: libraries/classes/Plugins/Export/ExportHtmlword.php:398
10406 #: libraries/classes/Plugins/Export/ExportLatex.php:556
10407 #: libraries/classes/Plugins/Export/ExportOdt.php:405
10408 #: libraries/classes/Plugins/Export/ExportOdt.php:507
10409 #: libraries/classes/Plugins/Export/ExportTexytext.php:307
10410 #: libraries/classes/Plugins/Export/ExportTexytext.php:400
10411 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:582
10412 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:714
10413 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:747
10414 #: templates/columns_definitions/table_fields_definitions.twig:20
10415 #: templates/database/central_columns/edit.twig:9
10416 #: templates/database/central_columns/main.twig:28
10417 #: templates/database/central_columns/main.twig:234
10418 #: templates/database/data_dictionary/index.twig:19
10419 #: templates/database/structure/body_for_table_summary.twig:52
10420 #: templates/server/replication/slave_configuration.twig:9
10421 #: templates/table/structure/display_structure.twig:27
10422 #: templates/table/tracking/structure_snapshot_columns.twig:10
10426 #: libraries/classes/Plugins/Export/ExportHtmlword.php:402
10427 #: libraries/classes/Plugins/Export/ExportLatex.php:558
10428 #: libraries/classes/Plugins/Export/ExportOdt.php:511
10429 #: libraries/classes/Plugins/Export/ExportTexytext.php:402
10430 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:591
10431 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:716
10432 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:749
10433 #: templates/database/data_dictionary/index.twig:21
10435 msgstr "Mga link sa"
10437 #: libraries/classes/Plugins/Export/ExportHtmlword.php:569
10438 #: libraries/classes/Plugins/Export/ExportOdt.php:712
10439 #: libraries/classes/Plugins/Export/ExportSql.php:2134
10440 #: libraries/classes/Plugins/Export/ExportTexytext.php:539
10441 msgid "Table structure for table"
10444 #: libraries/classes/Plugins/Export/ExportHtmlword.php:594
10445 #: libraries/classes/Plugins/Export/ExportOdt.php:745
10446 #: libraries/classes/Plugins/Export/ExportSql.php:2204
10447 #: libraries/classes/Plugins/Export/ExportTexytext.php:564
10448 msgid "Structure for view"
10451 #: libraries/classes/Plugins/Export/ExportHtmlword.php:608
10452 #: libraries/classes/Plugins/Export/ExportOdt.php:766
10453 #: libraries/classes/Plugins/Export/ExportSql.php:2249
10454 #: libraries/classes/Plugins/Export/ExportTexytext.php:580
10455 msgid "Stand-in structure for view"
10458 #: libraries/classes/Plugins/Export/ExportJson.php:90
10459 msgid "Output pretty-printed JSON (Use human-readable formatting)"
10462 #: libraries/classes/Plugins/Export/ExportJson.php:96
10463 msgid "Output unicode characters unescaped"
10466 #: libraries/classes/Plugins/Export/ExportLatex.php:48
10467 msgid "Content of table @TABLE@"
10470 #: libraries/classes/Plugins/Export/ExportLatex.php:49
10471 msgid "(continued)"
10474 #: libraries/classes/Plugins/Export/ExportLatex.php:50
10475 msgid "Structure of table @TABLE@"
10478 #: libraries/classes/Plugins/Export/ExportLatex.php:114
10479 #: libraries/classes/Plugins/Export/ExportOdt.php:91
10480 #: libraries/classes/Plugins/Export/ExportSql.php:255
10481 msgid "Object creation options"
10484 #: libraries/classes/Plugins/Export/ExportLatex.php:120
10485 #: libraries/classes/Plugins/Export/ExportLatex.php:173
10486 msgid "Table caption:"
10489 #: libraries/classes/Plugins/Export/ExportLatex.php:126
10490 #: libraries/classes/Plugins/Export/ExportLatex.php:179
10491 msgid "Table caption (continued):"
10494 #: libraries/classes/Plugins/Export/ExportLatex.php:132
10495 #: libraries/classes/Plugins/Export/ExportLatex.php:185
10499 #: libraries/classes/Plugins/Export/ExportLatex.php:139
10500 #: libraries/classes/Plugins/Export/ExportOdt.php:98
10501 #: libraries/classes/Plugins/Export/ExportSql.php:150
10502 msgid "Display foreign key relationships"
10505 #: libraries/classes/Plugins/Export/ExportLatex.php:145
10506 #: libraries/classes/Plugins/Export/ExportOdt.php:104
10507 msgid "Display comments"
10510 #: libraries/classes/Plugins/Export/ExportLatex.php:151
10511 #: libraries/classes/Plugins/Export/ExportOdt.php:110
10512 #: libraries/classes/Plugins/Export/ExportSql.php:157
10513 msgid "Display media types"
10516 #: libraries/classes/Plugins/Export/ExportLatex.php:168
10517 msgid "Put columns names in the first row:"
10520 #: libraries/classes/Plugins/Export/ExportLatex.php:215
10521 #: libraries/classes/Plugins/Export/ExportSql.php:750
10522 #: libraries/classes/Plugins/Export/ExportXml.php:251
10523 #: templates/server/replication/change_master.twig:22
10524 #: templates/server/replication/master_add_slave_user.twig:29
10528 #: libraries/classes/Plugins/Export/ExportLatex.php:220
10529 #: libraries/classes/Plugins/Export/ExportSql.php:756
10530 #: libraries/classes/Plugins/Export/ExportXml.php:256
10531 msgid "Generation Time:"
10534 #: libraries/classes/Plugins/Export/ExportLatex.php:222
10535 #: libraries/classes/Plugins/Export/ExportSql.php:760
10536 #: libraries/classes/Plugins/Export/ExportXml.php:258
10537 #: templates/home/index.twig:129
10538 msgid "Server version:"
10539 msgstr "Bersyon ng serber:"
10541 #: libraries/classes/Plugins/Export/ExportLatex.php:223
10542 #: libraries/classes/Plugins/Export/ExportSql.php:762
10543 #: libraries/classes/Plugins/Export/ExportXml.php:259
10544 msgid "PHP Version:"
10547 #: libraries/classes/Plugins/Export/ExportLatex.php:253
10548 #: libraries/classes/Plugins/Export/ExportSql.php:948
10549 #: libraries/classes/Plugins/Export/ExportXml.php:430
10550 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:217
10551 #: templates/database/structure/copy_form.twig:5
10552 #: templates/menu/breadcrumbs.twig:16
10556 #: libraries/classes/Plugins/Export/ExportLatex.php:328
10557 #: libraries/classes/Plugins/Export/ExportSql.php:2317
10561 #: libraries/classes/Plugins/Export/ExportLatex.php:534
10565 #: libraries/classes/Plugins/Export/ExportMediawiki.php:80
10566 msgid "Export table names"
10569 #: libraries/classes/Plugins/Export/ExportMediawiki.php:87
10570 msgid "Export table headers"
10573 #: libraries/classes/Plugins/Export/ExportOdt.php:267
10574 #: libraries/classes/Plugins/Export/ExportTexytext.php:192
10575 msgid "Dumping data for query result"
10578 #: libraries/classes/Plugins/Export/ExportPdf.php:98
10579 msgid "Report title:"
10582 #: libraries/classes/Plugins/Export/ExportPdf.php:229
10583 msgid "Dumping data"
10586 #: libraries/classes/Plugins/Export/ExportPdf.php:252
10587 msgid "Query result data"
10590 #: libraries/classes/Plugins/Export/ExportPdf.php:310
10591 msgid "View structure"
10594 #: libraries/classes/Plugins/Export/ExportPdf.php:313
10598 #: libraries/classes/Plugins/Export/ExportSql.php:128
10600 "Display comments <i>(includes info such as export timestamp, PHP version, "
10601 "and server version)</i>"
10604 #: libraries/classes/Plugins/Export/ExportSql.php:136
10605 msgid "Additional custom header comment (\\n splits lines):"
10608 #: libraries/classes/Plugins/Export/ExportSql.php:142
10610 "Include a timestamp of when databases were created, last updated, and last "
10614 #: libraries/classes/Plugins/Export/ExportSql.php:201
10615 msgid "Export metadata"
10618 #: libraries/classes/Plugins/Export/ExportSql.php:216
10620 "Database system or older MySQL server to maximize output compatibility with:"
10623 #: libraries/classes/Plugins/Export/ExportSql.php:263
10624 msgid "Add statements:"
10627 #: libraries/classes/Plugins/Export/ExportSql.php:271
10628 #: libraries/classes/Plugins/Export/ExportSql.php:280
10629 #: libraries/classes/Plugins/Export/ExportSql.php:301
10630 #: libraries/classes/Plugins/Export/ExportSql.php:310
10631 #: libraries/classes/Plugins/Export/ExportSql.php:335
10632 #: libraries/classes/Plugins/Export/ExportSql.php:363
10633 #: libraries/classes/Plugins/Export/ExportSql.php:372
10635 msgid "Add %s statement"
10638 #: libraries/classes/Plugins/Export/ExportSql.php:317
10639 msgid "(less efficient as indexes will be generated during table creation)"
10642 #: libraries/classes/Plugins/Export/ExportSql.php:325
10647 #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
10648 #: libraries/classes/Plugins/Export/ExportSql.php:342
10649 msgid "Use simple view export"
10652 #: libraries/classes/Plugins/Export/ExportSql.php:381
10654 "Enclose table and column names with backquotes <i>(Protects column and table "
10655 "names formed with special characters or keywords)</i>"
10658 #: libraries/classes/Plugins/Export/ExportSql.php:396
10659 msgid "Data creation options"
10662 #: libraries/classes/Plugins/Export/ExportSql.php:401
10663 #: libraries/classes/Plugins/Export/ExportSql.php:2420
10664 msgid "Truncate table before insert"
10667 #: libraries/classes/Plugins/Export/ExportSql.php:408
10668 msgid "Instead of <code>INSERT</code> statements, use:"
10671 #: libraries/classes/Plugins/Export/ExportSql.php:414
10672 msgid "<code>INSERT DELAYED</code> statements"
10675 #: libraries/classes/Plugins/Export/ExportSql.php:426
10676 #: libraries/classes/Plugins/Export/ExportSql.php:460
10677 msgid "<code>INSERT IGNORE</code> statements"
10680 #: libraries/classes/Plugins/Export/ExportSql.php:440
10681 msgid "Function to use when dumping data:"
10684 #: libraries/classes/Plugins/Export/ExportSql.php:455
10685 msgid "Syntax to use when inserting data:"
10688 #: libraries/classes/Plugins/Export/ExportSql.php:465
10690 "include column names in every <code>INSERT</code> statement <br> "
10691 " Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
10695 #: libraries/classes/Plugins/Export/ExportSql.php:470
10697 "insert multiple rows in every <code>INSERT</code> statement<br> "
10698 " Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
10702 #: libraries/classes/Plugins/Export/ExportSql.php:475
10704 "both of the above<br> Example: <code>INSERT INTO "
10705 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
10708 #: libraries/classes/Plugins/Export/ExportSql.php:480
10710 "neither of the above<br> Example: <code>INSERT INTO "
10711 "tbl_name VALUES (1,2,3)</code>"
10714 #: libraries/classes/Plugins/Export/ExportSql.php:499
10716 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
10720 #: libraries/classes/Plugins/Export/ExportSql.php:509
10722 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
10723 "reloaded between servers in different time zones)</i>"
10726 #: libraries/classes/Plugins/Export/ExportSql.php:574
10727 msgid "It appears your database uses routines;"
10730 #: libraries/classes/Plugins/Export/ExportSql.php:577
10731 #: libraries/classes/Plugins/Export/ExportSql.php:1652
10732 #: libraries/classes/Plugins/Export/ExportSql.php:2194
10733 msgid "alias export may not work reliably in all cases."
10736 #: libraries/classes/Plugins/Export/ExportSql.php:1062
10740 #: libraries/classes/Plugins/Export/ExportSql.php:1134
10742 msgid "Metadata for table %s"
10745 #: libraries/classes/Plugins/Export/ExportSql.php:1141
10747 msgid "Metadata for database %s"
10750 #: libraries/classes/Plugins/Export/ExportSql.php:1476
10751 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:674
10755 #: libraries/classes/Plugins/Export/ExportSql.php:1489
10756 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:685
10757 msgid "Last update:"
10760 #: libraries/classes/Plugins/Export/ExportSql.php:1502
10761 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:696
10762 msgid "Last check:"
10765 #: libraries/classes/Plugins/Export/ExportSql.php:1558
10767 msgid "Error reading structure for table %s:"
10770 #: libraries/classes/Plugins/Export/ExportSql.php:1649
10771 msgid "It appears your database uses views;"
10774 #: libraries/classes/Plugins/Export/ExportSql.php:1829
10775 msgid "Constraints for dumped tables"
10778 #: libraries/classes/Plugins/Export/ExportSql.php:1830
10779 msgid "Constraints for table"
10782 #: libraries/classes/Plugins/Export/ExportSql.php:1860
10783 msgid "Indexes for dumped tables"
10786 #: libraries/classes/Plugins/Export/ExportSql.php:1861
10787 msgid "Indexes for table"
10790 #: libraries/classes/Plugins/Export/ExportSql.php:1894
10791 msgid "AUTO_INCREMENT for dumped tables"
10794 #: libraries/classes/Plugins/Export/ExportSql.php:1895
10795 msgid "AUTO_INCREMENT for table"
10798 #: libraries/classes/Plugins/Export/ExportSql.php:1971
10799 msgid "MEDIA TYPES FOR TABLE"
10802 #: libraries/classes/Plugins/Export/ExportSql.php:1994
10803 msgid "RELATIONSHIPS FOR TABLE"
10806 #: libraries/classes/Plugins/Export/ExportSql.php:2191
10807 msgid "It appears your table uses triggers;"
10810 #: libraries/classes/Plugins/Export/ExportSql.php:2228
10812 msgid "Structure for view %s exported as a table"
10815 #: libraries/classes/Plugins/Export/ExportSql.php:2252
10816 msgid "(See below for the actual view)"
10819 #: libraries/classes/Plugins/Export/ExportSql.php:2332
10821 msgid "Error reading data for table %s:"
10824 #: libraries/classes/Plugins/Export/ExportXml.php:109
10825 msgid "Object creation options (all are recommended)"
10828 #: libraries/classes/Plugins/Export/ExportXml.php:153
10829 msgid "Export contents"
10832 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:218
10833 #: templates/menu/breadcrumbs.twig:29
10837 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:219
10841 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:47
10843 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
10846 #: libraries/classes/Plugins/Import/ImportCsv.php:77
10847 msgid "Name of the new table (optional):"
10850 #: libraries/classes/Plugins/Import/ImportCsv.php:86
10851 msgid "Name of the new database (optional):"
10854 #: libraries/classes/Plugins/Import/ImportCsv.php:95
10855 #: libraries/classes/Plugins/Import/ImportCsv.php:113
10856 msgid "Import these many number of rows (optional):"
10859 #: libraries/classes/Plugins/Import/ImportCsv.php:103
10860 #: libraries/classes/Plugins/Import/ImportOds.php:69
10862 "The first line of the file contains the table column names <i>(if this is "
10863 "unchecked, the first line will become part of the data)</i>"
10866 #: libraries/classes/Plugins/Import/ImportCsv.php:120
10868 "If the data in each row of the file is not in the same order as in the "
10869 "database, list the corresponding column names here. Column names must be "
10870 "separated by commas and not enclosed in quotations."
10873 #: libraries/classes/Plugins/Import/ImportCsv.php:128
10875 #| msgid "Copy column name."
10876 msgid "Column names:"
10877 msgstr "Kopyahin ang pangalan ng haligi."
10879 #: libraries/classes/Plugins/Import/ImportCsv.php:267
10880 #: libraries/classes/Plugins/Import/ImportCsv.php:643
10882 msgid "Invalid format of CSV input on line %d."
10885 #: libraries/classes/Plugins/Import/ImportCsv.php:500
10887 msgid "Invalid column count in CSV input on line %d."
10890 #: libraries/classes/Plugins/Import/ImportCsv.php:661
10891 #: libraries/classes/Plugins/Import/ImportCsv.php:676
10892 #: libraries/classes/Plugins/Import/ImportCsv.php:687
10893 #: libraries/classes/Plugins/Import/ImportCsv.php:696
10895 msgid "Invalid parameter for CSV import: %s"
10898 #: libraries/classes/Plugins/Import/ImportCsv.php:818
10901 "Invalid column (%s) specified! Ensure that columns names are spelled "
10902 "correctly, separated by commas, and not enclosed in quotes."
10905 #: libraries/classes/Plugins/Import/ImportLdi.php:74
10906 msgid "Column names: "
10909 #: libraries/classes/Plugins/Import/ImportLdi.php:115
10910 msgid "This plugin does not support compressed imports!"
10913 #: libraries/classes/Plugins/Import/ImportMediawiki.php:57
10914 msgid "MediaWiki Table"
10917 #: libraries/classes/Plugins/Import/ImportMediawiki.php:291
10919 msgid "Invalid format of mediawiki input on line: <br>%s."
10922 #: libraries/classes/Plugins/Import/ImportOds.php:83
10923 msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
10926 #: libraries/classes/Plugins/Import/ImportOds.php:89
10927 msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
10930 #: libraries/classes/Plugins/Import/ImportOds.php:159
10931 #: libraries/classes/Plugins/Import/ImportXml.php:118
10932 #: libraries/classes/Plugins/Import/ImportXml.php:182
10934 "The XML file specified was either malformed or incomplete. Please correct "
10935 "the issue and try again."
10938 #: libraries/classes/Plugins/Import/ImportOds.php:170
10939 msgid "Could not parse OpenDocument Spreadsheet!"
10942 #: libraries/classes/Plugins/Import/ImportShp.php:65
10943 msgid "ESRI Shape File"
10946 #: libraries/classes/Plugins/Import/ImportShp.php:103
10947 #: libraries/classes/Plugins/Import/ImportShp.php:182
10949 msgid "There was an error importing the ESRI shape file: \"%s\"."
10952 #: libraries/classes/Plugins/Import/ImportShp.php:212
10954 msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
10957 #: libraries/classes/Plugins/Import/ImportShp.php:260
10958 msgid "The imported file does not contain any data!"
10961 #: libraries/classes/Plugins/Import/ImportSql.php:69
10962 msgid "SQL compatibility mode:"
10965 #: libraries/classes/Plugins/Import/ImportSql.php:81
10966 msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
10969 #: libraries/classes/Plugins/Import/ImportXml.php:49
10973 #: libraries/classes/Plugins.php:710
10974 msgid "This format has no options"
10977 #: libraries/classes/Plugins.php:726
10978 msgid "Invalid authentication method set in configuration:"
10981 #: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:78
10982 #: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:95
10983 #: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:98
10984 #: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:93
10986 msgid "The %s table doesn't exist!"
10989 #: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:62
10990 #: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:75
10992 msgid "Schema of the %s database - Page %s"
10995 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:298
10996 msgid "SCHEMA ERROR: "
10999 #: libraries/classes/Plugins/Schema/Pdf/Pdf.php:300
11000 msgid "PDF export page"
11003 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:142
11005 msgid "Schema of the %s database"
11008 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:170
11009 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:580
11010 msgid "Relational schema"
11013 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:525
11014 msgid "Table of contents"
11017 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:663
11018 #: templates/columns_definitions/column_definitions_form.twig:72
11019 #: templates/database/data_dictionary/index.twig:11
11020 #: templates/table/structure/display_table_stats.twig:6
11021 msgid "Table comments:"
11022 msgstr "Mga komento ng talahanayan:"
11024 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:712
11025 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:745
11026 #: templates/columns_definitions/table_fields_definitions.twig:27
11027 #: templates/database/central_columns/edit.twig:11
11028 #: templates/table/structure/display_structure.twig:25
11032 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:715
11033 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:748
11034 #: templates/table/structure/display_structure.twig:31
11035 #: templates/table/tracking/structure_snapshot_columns.twig:11
11039 #: libraries/classes/Plugins/SchemaPlugin.php:66
11043 #: libraries/classes/Plugins/SchemaPlugin.php:68
11044 msgid "Only show keys"
11047 #: libraries/classes/Plugins/Schema/SchemaDia.php:53
11048 #: libraries/classes/Plugins/Schema/SchemaEps.php:61
11049 #: libraries/classes/Plugins/Schema/SchemaPdf.php:61
11050 msgid "Orientation"
11053 #: libraries/classes/Plugins/Schema/SchemaDia.php:57
11054 #: libraries/classes/Plugins/Schema/SchemaEps.php:65
11055 #: libraries/classes/Plugins/Schema/SchemaPdf.php:65
11059 #: libraries/classes/Plugins/Schema/SchemaDia.php:58
11060 #: libraries/classes/Plugins/Schema/SchemaEps.php:66
11061 #: libraries/classes/Plugins/Schema/SchemaPdf.php:66
11065 #: libraries/classes/Plugins/Schema/SchemaEps.php:55
11066 #: libraries/classes/Plugins/Schema/SchemaPdf.php:55
11067 #: libraries/classes/Plugins/Schema/SchemaSvg.php:54
11068 msgid "Same width for all tables"
11071 #: libraries/classes/Plugins/Schema/SchemaPdf.php:80
11075 #: libraries/classes/Plugins/Schema/SchemaPdf.php:86
11076 #: templates/database/structure/index.twig:15
11077 msgid "Data dictionary"
11080 #: libraries/classes/Plugins/Schema/SchemaPdf.php:92
11081 msgid "Order of the tables"
11084 #: libraries/classes/Plugins/Schema/SchemaPdf.php:97
11085 msgid "Name (Ascending)"
11088 #: libraries/classes/Plugins/Schema/SchemaPdf.php:98
11089 msgid "Name (Descending)"
11092 #: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:26
11094 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
11095 "TRUE, second for FALSE. Nonzero=true."
11098 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:37
11100 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
11101 "formatted date. The first option is the offset (in hours) which will be "
11102 "added to the timestamp (Default: 0). Use second option to specify a "
11103 "different date/time format string. Third option determines whether you want "
11104 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
11105 "According to that, date format has different value - for \"local\" see the "
11106 "documentation for PHP's strftime() function and for \"utc\" it is done using "
11107 "gmdate() function."
11110 #. l10n: See https://www.php.net/manual/en/function.strftime.php
11111 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:70
11112 #: libraries/classes/Util.php:787
11113 msgid "%B %d, %Y at %I:%M %p"
11116 #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:29
11118 "Displays a link to download the binary data of the column. You can use the "
11119 "first option to specify the filename, or use the second option as the name "
11120 "of a column which contains the filename. If you use the second option, you "
11121 "need to set the first option to the empty string."
11124 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:39
11126 "LINUX ONLY: Launches an external application and feeds it the column data "
11127 "via standard input. Returns the standard output of the application. The "
11128 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
11129 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
11130 "ExternalTransformationsPlugin.php and list the tools you want to make "
11131 "available. The first option is then the number of the program you want to "
11132 "use. The second option should be blank for historical reasons. The third "
11133 "option, if set to 1, will convert the output using htmlspecialchars() "
11134 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
11135 "ensure that the output appears all on one line (Default 1)."
11138 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:124
11141 "You are using the external transformation command line options field, which "
11142 "has been deprecated for security reasons. Add all command line options "
11143 "directly to the definition in %s."
11146 #: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:27
11148 "Displays the contents of the column as-is, without running it through "
11149 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
11152 #: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:29
11154 "Displays hexadecimal representation of data. Optional first parameter "
11155 "specifies how often space will be added (defaults to 2 nibbles)."
11158 #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:28
11159 msgid "Displays a link to download this image."
11162 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:29
11164 "Image upload functionality which also displays a thumbnail. The options are "
11165 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
11168 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:88
11169 msgid "Image preview here"
11172 #: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:30
11174 "Displays a clickable thumbnail. The options are the maximum width and height "
11175 "in pixels. The original aspect ratio is preserved."
11178 #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:28
11180 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
11181 "in Internet standard dotted format."
11184 #: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:27
11186 "Prepends and/or Appends text to a string. First option is text to be "
11187 "prepended, second is appended (enclosed in single quotes, default empty "
11191 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:30
11193 "Validates the string using regular expression and performs insert only if "
11194 "string matches it. The first option is the Regular Expression."
11197 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:52
11199 msgid "Validation failed for the input string %s."
11202 #: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:27
11203 msgid "Formats text as SQL query with syntax highlighting."
11206 #: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:29
11208 "Displays a part of a string. The first option is the number of characters to "
11209 "skip from the beginning of the string (Default 0). The second option is the "
11210 "number of characters to return (Default: until end of string). The third "
11211 "option is the string to append and/or prepend when truncation occurs "
11212 "(Default: \"…\")."
11215 #: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:28
11217 "File upload functionality for TEXT columns. It does not have a textarea for "
11221 #: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:29
11223 "Displays an image and a link; the column contains the filename. The first "
11224 "option is a URL prefix like \"https://www.example.com/\". The second and "
11225 "third options are the width and the height in pixels."
11228 #: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:28
11230 "Displays a link; the column contains the filename. The first option is a URL "
11231 "prefix like \"https://www.example.com/\". The second option is a title for "
11235 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:32
11236 msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
11239 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:29
11241 "Converts an Internet network address in (IPv4/IPv6) format into a long "
11245 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:26
11246 msgid "Syntax highlighted CodeMirror editor for JSON."
11249 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:26
11250 msgid "Syntax highlighted CodeMirror editor for SQL."
11253 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:26
11254 msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
11257 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:29
11259 "Converts an Internet network address stored as a binary string into a string "
11260 "in Internet standard (IPv4/IPv6) format."
11263 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:44
11264 msgid "Formats text as JSON with syntax highlighting."
11267 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:44
11268 msgid "Formats text as XML with syntax highlighting."
11271 #: libraries/classes/Plugins/TwoFactor/Application.php:143
11272 msgid "Authentication Application (2FA)"
11275 #: libraries/classes/Plugins/TwoFactor/Application.php:154
11277 "Provides authentication using HOTP and TOTP applications such as FreeOTP, "
11278 "Google Authenticator or Authy."
11281 #: libraries/classes/Plugins/TwoFactor/Key.php:206
11282 msgid "Hardware Security Key (FIDO U2F)"
11285 #: libraries/classes/Plugins/TwoFactor/Key.php:216
11287 "Provides authentication using hardware security tokens supporting FIDO U2F."
11290 #: libraries/classes/Plugins/TwoFactorPlugin.php:73
11292 msgid "Two-factor authentication failed: %s"
11295 #: libraries/classes/Plugins/TwoFactorPlugin.php:78
11296 msgid "Two-factor authentication failed."
11299 #: libraries/classes/Plugins/TwoFactorPlugin.php:132
11300 msgid "No Two-Factor Authentication"
11303 #: libraries/classes/Plugins/TwoFactorPlugin.php:142
11304 msgid "Login using password only."
11307 #: libraries/classes/Plugins/TwoFactor/Simple.php:49
11308 msgid "Simple two-factor authentication"
11311 #: libraries/classes/Plugins/TwoFactor/Simple.php:59
11312 msgid "For testing purposes only!"
11315 #: libraries/classes/Query/Utilities.php:93
11317 "The server is not responding (or the local server's socket is not correctly "
11321 #: libraries/classes/Query/Utilities.php:98
11322 msgid "The server is not responding."
11325 #: libraries/classes/Query/Utilities.php:102
11326 msgid "Logout and try as another user."
11329 #: libraries/classes/Query/Utilities.php:108
11330 msgid "Please check privileges of directory containing database."
11333 #: libraries/classes/Query/Utilities.php:118
11337 #: libraries/classes/RecentFavoriteTable.php:158
11338 msgid "Could not save recent table!"
11341 #: libraries/classes/RecentFavoriteTable.php:162
11342 msgid "Could not save favorite table!"
11345 #: libraries/classes/RecentFavoriteTable.php:232
11346 #: templates/database/structure/favorite_anchor.twig:4
11347 msgid "Remove from Favorites"
11350 #: libraries/classes/RecentFavoriteTable.php:252
11351 msgid "There are no recent tables."
11354 #: libraries/classes/RecentFavoriteTable.php:253
11355 msgid "There are no favorite tables."
11358 #: libraries/classes/RecentFavoriteTable.php:269
11359 msgid "Recent tables"
11362 #: libraries/classes/RecentFavoriteTable.php:271
11366 #: libraries/classes/RecentFavoriteTable.php:275
11370 #: libraries/classes/Relation.php:142
11374 #: libraries/classes/Relation.php:146
11375 msgctxt "Correctly working"
11379 #: libraries/classes/Relation.php:149
11383 #: libraries/classes/Relation.php:153
11384 msgid "Configuration of pmadb…"
11387 #: libraries/classes/Relation.php:157 libraries/classes/Relation.php:193
11388 msgid "General relation features"
11391 #: libraries/classes/Relation.php:204
11392 msgid "Display Features"
11395 #: libraries/classes/Relation.php:221
11396 msgid "Designer and creation of PDFs"
11399 #: libraries/classes/Relation.php:232
11400 msgid "Displaying Column Comments"
11403 #: libraries/classes/Relation.php:238
11404 msgid "Browser transformation"
11407 #: libraries/classes/Relation.php:245
11408 msgid "Please see the documentation on how to update your column_info table."
11411 #: libraries/classes/Relation.php:261 templates/sql/query.twig:145
11412 msgid "Bookmarked SQL query"
11415 #: libraries/classes/Relation.php:272
11416 msgid "SQL history"
11419 #: libraries/classes/Relation.php:283
11420 msgid "Persistent recently used tables"
11423 #: libraries/classes/Relation.php:294
11424 msgid "Persistent favorite tables"
11427 #: libraries/classes/Relation.php:305
11428 msgid "Persistent tables' UI preferences"
11431 #: libraries/classes/Relation.php:327
11432 msgid "User preferences"
11435 #: libraries/classes/Relation.php:344
11436 msgid "Configurable menus"
11439 #: libraries/classes/Relation.php:355
11440 msgid "Hide/show navigation items"
11443 #: libraries/classes/Relation.php:366
11444 msgid "Saving Query-By-Example searches"
11447 #: libraries/classes/Relation.php:377
11448 msgid "Managing Central list of columns"
11451 #: libraries/classes/Relation.php:388
11452 msgid "Remembering Designer Settings"
11455 #: libraries/classes/Relation.php:399
11456 msgid "Saving export templates"
11459 #: libraries/classes/Relation.php:1834
11460 msgid "no description"
11463 #: libraries/classes/Relation.php:2039
11466 "You do not have necessary privileges to create a database named '%s'. You "
11467 "may go to 'Operations' tab of any database to set up the phpMyAdmin "
11468 "configuration storage there."
11471 #: libraries/classes/Relation.php:2163
11474 "%sCreate%s a database named '%s' and setup the phpMyAdmin configuration "
11478 #: libraries/classes/Relation.php:2171
11481 "%sCreate%s the phpMyAdmin configuration storage in the current database."
11484 #: libraries/classes/Relation.php:2179
11486 msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
11489 #: libraries/classes/ReplicationGui.php:449
11491 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
11492 "in phpMyAdmin configuration."
11495 #: libraries/classes/ReplicationGui.php:460
11496 msgid "Replication started successfully."
11499 #: libraries/classes/ReplicationGui.php:461
11500 msgid "Error starting replication."
11503 #: libraries/classes/ReplicationGui.php:464
11504 msgid "Replication stopped successfully."
11507 #: libraries/classes/ReplicationGui.php:465
11508 msgid "Error stopping replication."
11511 #: libraries/classes/ReplicationGui.php:468
11512 msgid "Replication resetting successfully."
11515 #: libraries/classes/ReplicationGui.php:469
11516 msgid "Error resetting replication."
11519 #: libraries/classes/ReplicationGui.php:472
11523 #: libraries/classes/ReplicationGui.php:473
11527 #: libraries/classes/ReplicationGui.php:523
11528 msgid "Unknown error"
11531 #: libraries/classes/ReplicationGui.php:536
11533 msgid "Unable to connect to master %s."
11536 #: libraries/classes/ReplicationGui.php:547
11538 "Unable to read master log position. Possible privilege problem on master."
11541 #: libraries/classes/ReplicationGui.php:566
11542 msgid "Unable to change master!"
11545 #: libraries/classes/ReplicationGui.php:570
11547 msgid "Master server changed successfully to %s."
11550 #: libraries/classes/Routing.php:102
11553 "The routing cache could not be written, you need to adjust permissions on "
11554 "the folder/file \"%s\""
11557 #: libraries/classes/Routing.php:165
11559 msgid "Error 404! The page %s was not found."
11562 #: libraries/classes/Routing.php:176
11563 msgid "Error 405! Request method not allowed."
11566 #: libraries/classes/SavedSearches.php:282
11567 msgid "Please provide a name for this bookmarked search."
11570 #: libraries/classes/SavedSearches.php:297
11571 msgid "Missing information to save the bookmarked search."
11574 #: libraries/classes/SavedSearches.php:319
11575 #: libraries/classes/SavedSearches.php:356
11576 msgid "An entry with this name already exists."
11579 #: libraries/classes/SavedSearches.php:386
11580 msgid "Missing information to delete the search."
11583 #: libraries/classes/SavedSearches.php:416
11584 msgid "Missing information to load the search."
11587 #: libraries/classes/SavedSearches.php:436
11588 msgid "Error while loading the search."
11591 #: libraries/classes/Server/Privileges.php:244
11592 msgid "No privileges."
11595 #: libraries/classes/Server/Privileges.php:254
11596 msgid "Includes all privileges except GRANT."
11599 #: libraries/classes/Server/Privileges.php:276
11600 #: libraries/classes/Server/Privileges.php:343
11601 #: templates/server/privileges/privileges_table.twig:100
11602 #: templates/server/privileges/privileges_table.twig:103
11603 #: templates/server/privileges/privileges_table.twig:299
11604 #: templates/server/privileges/privileges_table.twig:302
11605 msgid "Allows deleting data."
11608 #: libraries/classes/Server/Privileges.php:281
11609 #: templates/server/privileges/privileges_table.twig:112
11610 #: templates/server/privileges/privileges_table.twig:115
11611 #: templates/server/privileges/privileges_table.twig:337
11612 #: templates/server/privileges/privileges_table.twig:345
11613 msgid "Allows creating new tables."
11616 #: libraries/classes/Server/Privileges.php:286
11617 #: templates/server/privileges/privileges_table.twig:124
11618 #: templates/server/privileges/privileges_table.twig:127
11619 #: templates/server/privileges/privileges_table.twig:385
11620 #: templates/server/privileges/privileges_table.twig:393
11621 msgid "Allows dropping tables."
11624 #: libraries/classes/Server/Privileges.php:291
11625 #: libraries/classes/Server/Privileges.php:383
11626 #: templates/server/privileges/privileges_table.twig:149
11627 #: templates/server/privileges/privileges_table.twig:152
11628 #: templates/server/privileges/privileges_table.twig:369
11629 #: templates/server/privileges/privileges_table.twig:372
11630 msgid "Allows creating and dropping indexes."
11633 #: libraries/classes/Server/Privileges.php:296
11634 #: libraries/classes/Server/Privileges.php:388
11635 #: templates/server/privileges/privileges_table.twig:161
11636 #: templates/server/privileges/privileges_table.twig:164
11637 #: templates/server/privileges/privileges_table.twig:356
11638 #: templates/server/privileges/privileges_table.twig:359
11639 msgid "Allows altering the structure of existing tables."
11642 #: libraries/classes/Server/Privileges.php:301
11643 #: libraries/classes/Server/Privileges.php:427
11644 #: libraries/classes/Server/Privileges.php:443
11645 #: templates/server/privileges/privileges_table.twig:173
11646 #: templates/server/privileges/privileges_table.twig:176
11647 #: templates/server/privileges/privileges_table.twig:470
11648 #: templates/server/privileges/privileges_table.twig:473
11649 #: templates/server/privileges/privileges_table.twig:485
11650 #: templates/server/privileges/privileges_table.twig:488
11651 msgid "Allows creating new views."
11654 #: libraries/classes/Server/Privileges.php:306
11655 #: libraries/classes/Server/Privileges.php:448
11656 #: libraries/classes/Server/Privileges.php:454
11657 #: templates/server/privileges/privileges_table.twig:185
11658 #: templates/server/privileges/privileges_table.twig:188
11659 #: templates/server/privileges/privileges_table.twig:417
11660 #: templates/server/privileges/privileges_table.twig:420
11661 msgid "Allows performing SHOW CREATE VIEW queries."
11664 #: libraries/classes/Server/Privileges.php:311
11665 #: libraries/classes/Server/Privileges.php:437
11666 #: templates/server/privileges/privileges_table.twig:197
11667 #: templates/server/privileges/privileges_table.twig:200
11668 #: templates/server/privileges/privileges_table.twig:513
11669 #: templates/server/privileges/privileges_table.twig:516
11670 msgid "Allows creating and dropping triggers."
11673 #: libraries/classes/Server/Privileges.php:328
11674 #: templates/server/privileges/privileges_table.twig:15
11675 #: templates/server/privileges/privileges_table.twig:260
11676 #: templates/server/privileges/privileges_table.twig:263
11677 msgid "Allows reading data."
11680 #: libraries/classes/Server/Privileges.php:333
11681 #: templates/server/privileges/privileges_table.twig:36
11682 #: templates/server/privileges/privileges_table.twig:273
11683 #: templates/server/privileges/privileges_table.twig:276
11684 msgid "Allows inserting and replacing data."
11687 #: libraries/classes/Server/Privileges.php:338
11688 #: templates/server/privileges/privileges_table.twig:57
11689 #: templates/server/privileges/privileges_table.twig:286
11690 #: templates/server/privileges/privileges_table.twig:289
11691 msgid "Allows changing data."
11694 #: libraries/classes/Server/Privileges.php:348
11695 #: templates/server/privileges/privileges_table.twig:335
11696 #: templates/server/privileges/privileges_table.twig:343
11697 msgid "Allows creating new databases and tables."
11700 #: libraries/classes/Server/Privileges.php:353
11701 #: templates/server/privileges/privileges_table.twig:383
11702 #: templates/server/privileges/privileges_table.twig:391
11703 msgid "Allows dropping databases and tables."
11706 #: libraries/classes/Server/Privileges.php:358
11707 #: templates/server/privileges/privileges_table.twig:575
11708 #: templates/server/privileges/privileges_table.twig:578
11709 msgid "Allows reloading server settings and flushing the server's caches."
11712 #: libraries/classes/Server/Privileges.php:363
11713 #: templates/server/privileges/privileges_table.twig:588
11714 #: templates/server/privileges/privileges_table.twig:591
11715 msgid "Allows shutting down the server."
11718 #: libraries/classes/Server/Privileges.php:368
11719 #: templates/server/privileges/privileges_table.twig:562
11720 #: templates/server/privileges/privileges_table.twig:565
11721 msgid "Allows viewing processes of all users."
11724 #: libraries/classes/Server/Privileges.php:373
11725 #: templates/server/privileges/privileges_table.twig:313
11726 #: templates/server/privileges/privileges_table.twig:316
11727 msgid "Allows importing data from and exporting data into files."
11730 #: libraries/classes/Server/Privileges.php:378
11731 #: templates/server/privileges/privileges_table.twig:78
11732 #: templates/server/privileges/privileges_table.twig:642
11733 msgid "Has no effect in this MySQL version."
11736 #: libraries/classes/Server/Privileges.php:393
11737 #: templates/server/privileges/privileges_table.twig:601
11738 #: templates/server/privileges/privileges_table.twig:604
11739 msgid "Gives access to the complete list of databases."
11742 #: libraries/classes/Server/Privileges.php:399
11743 #: templates/server/privileges/privileges_table.twig:548
11744 #: templates/server/privileges/privileges_table.twig:552
11746 "Allows connecting, even if maximum number of connections is reached; "
11747 "required for most administrative operations like setting global variables or "
11748 "killing threads of other users."
11751 #: libraries/classes/Server/Privileges.php:407
11752 #: templates/server/privileges/privileges_table.twig:404
11753 #: templates/server/privileges/privileges_table.twig:407
11754 msgid "Allows creating temporary tables."
11757 #: libraries/classes/Server/Privileges.php:412
11758 #: templates/server/privileges/privileges_table.twig:629
11759 #: templates/server/privileges/privileges_table.twig:632
11760 msgid "Allows locking tables for the current thread."
11763 #: libraries/classes/Server/Privileges.php:417
11764 #: templates/server/privileges/privileges_table.twig:670
11765 #: templates/server/privileges/privileges_table.twig:673
11766 msgid "Needed for the replication slaves."
11769 #: libraries/classes/Server/Privileges.php:422
11770 #: templates/server/privileges/privileges_table.twig:657
11771 #: templates/server/privileges/privileges_table.twig:660
11772 msgid "Allows the user to ask where the slaves / masters are."
11775 #: libraries/classes/Server/Privileges.php:432
11776 #: templates/server/privileges/privileges_table.twig:500
11777 #: templates/server/privileges/privileges_table.twig:503
11778 msgid "Allows to set up events for the event scheduler."
11781 #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
11782 #: libraries/classes/Server/Privileges.php:461
11783 #: libraries/classes/Server/Privileges.php:470
11784 #: templates/server/privileges/privileges_table.twig:210
11785 #: templates/server/privileges/privileges_table.twig:214
11786 msgid "Allows deleting historical rows."
11789 #: libraries/classes/Server/Privileges.php:475
11790 #: templates/server/privileges/privileges_table.twig:430
11791 #: templates/server/privileges/privileges_table.twig:433
11792 msgid "Allows creating stored routines."
11795 #: libraries/classes/Server/Privileges.php:480
11796 #: templates/server/privileges/privileges_table.twig:443
11797 #: templates/server/privileges/privileges_table.twig:446
11798 msgid "Allows altering and dropping stored routines."
11801 #: libraries/classes/Server/Privileges.php:485
11802 #: templates/server/privileges/privileges_table.twig:683
11803 #: templates/server/privileges/privileges_table.twig:686
11804 msgid "Allows creating, dropping and renaming user accounts."
11807 #: libraries/classes/Server/Privileges.php:490
11808 #: templates/server/privileges/privileges_table.twig:456
11809 #: templates/server/privileges/privileges_table.twig:459
11810 msgid "Allows executing stored routines."
11813 #: libraries/classes/Server/Privileges.php:794
11814 #: libraries/classes/Server/Privileges.php:868
11815 #: libraries/classes/Server/Privileges.php:3971
11816 msgid "Native MySQL authentication"
11819 #: libraries/classes/Server/Privileges.php:796
11820 msgid "SHA256 password authentication"
11823 #: libraries/classes/Server/Privileges.php:1165
11825 msgid "The password for %s was changed successfully."
11828 #: libraries/classes/Server/Privileges.php:1214
11830 msgid "You have revoked the privileges for %s."
11833 #: libraries/classes/Server/Privileges.php:1550
11834 #: templates/database/privileges/index.twig:124
11835 #: templates/table/privileges/index.twig:127
11836 msgid "Not enough privilege to view users."
11839 #: libraries/classes/Server/Privileges.php:1617
11840 #: templates/database/privileges/index.twig:80
11841 #: templates/server/privileges/new_user_ajax.twig:45
11842 #: templates/server/privileges/users_overview.twig:72
11843 #: templates/table/privileges/index.twig:84
11844 msgid "Edit privileges"
11847 #: libraries/classes/Server/Privileges.php:1620
11851 #: libraries/classes/Server/Privileges.php:1948
11852 #: templates/server/privileges/privileges_table.twig:240
11853 msgid "Database-specific privileges"
11856 #: libraries/classes/Server/Privileges.php:1954
11857 #: templates/server/privileges/privileges_summary.twig:18
11858 #: templates/server/privileges/privileges_table.twig:7
11859 #: templates/server/privileges/privileges_table.twig:242
11860 msgid "Table-specific privileges"
11863 #: libraries/classes/Server/Privileges.php:1959
11864 #: libraries/classes/Server/Privileges.php:1961
11865 #: templates/server/privileges/edit_routine_privileges.twig:29
11866 #: templates/server/privileges/edit_routine_privileges.twig:46
11867 #: templates/server/privileges/edit_routine_privileges.twig:58
11871 #: libraries/classes/Server/Privileges.php:1960
11872 #: templates/server/privileges/edit_routine_privileges.twig:47
11873 msgid "Routine-specific privileges"
11876 #: libraries/classes/Server/Privileges.php:2308
11877 msgid "No users selected for deleting!"
11880 #: libraries/classes/Server/Privileges.php:2311
11881 msgid "Reloading the privileges"
11884 #: libraries/classes/Server/Privileges.php:2334
11885 msgid "The selected users have been deleted successfully."
11888 #: libraries/classes/Server/Privileges.php:2411
11890 msgid "You have updated the privileges for %s."
11893 #: libraries/classes/Server/Privileges.php:2498
11894 #: templates/database/privileges/index.twig:102
11895 #: templates/table/privileges/index.twig:106
11896 msgid "No user found."
11899 #: libraries/classes/Server/Privileges.php:2579
11901 msgid "Deleting %s"
11904 #: libraries/classes/Server/Privileges.php:2610
11905 msgid "The privileges were reloaded successfully."
11908 #: libraries/classes/Server/Privileges.php:2710
11910 msgid "The user %s already exists!"
11913 #: libraries/classes/Server/Privileges.php:2993
11915 msgid "Privileges for %s"
11918 #: libraries/classes/Server/Privileges.php:3132
11920 "A user account allowing any user from localhost to connect is present. This "
11921 "will prevent other users from connecting if the host part of their account "
11922 "allows a connection from any (%) host."
11925 #: libraries/classes/Server/Privileges.php:3175
11928 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11929 "tables. The content of these tables may differ from the privileges the "
11930 "server uses, if they have been changed manually. In this case, you should "
11931 "%sreload the privileges%s before you continue."
11934 #: libraries/classes/Server/Privileges.php:3191
11936 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
11937 "tables. The content of these tables may differ from the privileges the "
11938 "server uses, if they have been changed manually. In this case, the "
11939 "privileges have to be reloaded but currently, you don't have the RELOAD "
11943 #: libraries/classes/Server/Privileges.php:3527
11944 msgid "You have added a new user."
11947 #: libraries/classes/Server/Select.php:57
11948 #: libraries/classes/Server/Select.php:62
11949 msgid "Current server:"
11952 #: libraries/classes/Server/Status/Data.php:149
11956 #: libraries/classes/Server/Status/Data.php:150
11957 msgid "Query cache"
11960 #: libraries/classes/Server/Status/Data.php:151
11964 #: libraries/classes/Server/Status/Data.php:153
11965 msgid "Temporary data"
11968 #: libraries/classes/Server/Status/Data.php:154
11969 msgid "Delayed inserts"
11972 #: libraries/classes/Server/Status/Data.php:155
11976 #: libraries/classes/Server/Status/Data.php:156
11980 #: libraries/classes/Server/Status/Data.php:158
11984 #: libraries/classes/Server/Status/Data.php:160
11985 msgid "Transaction coordinator"
11988 #: libraries/classes/Server/Status/Data.php:161
11989 #: templates/server/binlog/index.twig:27
11993 #: libraries/classes/Server/Status/Data.php:180
11994 msgid "Flush (close) all tables"
11997 #: libraries/classes/Server/Status/Data.php:184
11998 msgid "Show open tables"
12001 #: libraries/classes/Server/Status/Data.php:193
12002 msgid "Show slave hosts"
12005 #: libraries/classes/Server/Status/Data.php:200
12006 #: templates/server/replication/master_replication.twig:9
12007 msgid "Show master status"
12010 #: libraries/classes/Server/Status/Data.php:206
12011 msgid "Show slave status"
12014 #: libraries/classes/Server/Status/Data.php:214
12015 msgid "Flush query cache"
12018 #: libraries/classes/Server/UserGroups.php:116
12022 #: libraries/classes/Server/UserGroups.php:260
12023 msgid "Server-level tabs"
12026 #: libraries/classes/Server/UserGroups.php:265
12027 msgid "Database-level tabs"
12030 #: libraries/classes/Server/UserGroups.php:270
12031 msgid "Table-level tabs"
12034 #: libraries/classes/Setup/Index.php:134
12036 "Reading of version failed. Maybe you're offline or the upgrade server does "
12040 #: libraries/classes/Setup/Index.php:157
12041 msgid "Got invalid version string from server"
12044 #: libraries/classes/Setup/Index.php:171
12045 msgid "Unparsable version string"
12048 #: libraries/classes/Setup/Index.php:193
12051 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
12052 "version is %s, released on %s."
12055 #: libraries/classes/Setup/Index.php:201
12056 msgid "No newer stable version is available"
12059 #: libraries/classes/Sql.php:528
12061 msgid "Using bookmark \"%s\" as default browse query."
12064 #: libraries/classes/Sql.php:1039
12065 msgid "Showing as PHP code"
12068 #: libraries/classes/Sql.php:1422
12071 "Current selection does not contain a unique column. Grid edit, checkbox, "
12072 "Edit, Copy and Delete features are not available. %s"
12075 #: libraries/classes/Sql.php:1436
12078 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
12079 "and Delete features may result in undesired behavior. %s"
12082 #: libraries/classes/SqlQueryForm.php:152
12084 msgid "Run SQL query/queries on server “%s”"
12087 #: libraries/classes/SqlQueryForm.php:171
12089 msgid "Run SQL query/queries on database %s"
12092 #: libraries/classes/SqlQueryForm.php:197
12094 msgid "Run SQL query/queries on table %s"
12097 #: libraries/classes/StorageEngine.php:259
12099 "There is no detailed status information available for this storage engine."
12102 #: libraries/classes/StorageEngine.php:367
12103 #: templates/database/structure/body_for_table_summary.twig:46
12105 msgid "%s is the default storage engine on this MySQL server."
12108 #: libraries/classes/StorageEngine.php:370
12110 msgid "%s is available on this MySQL server."
12113 #: libraries/classes/StorageEngine.php:373
12115 msgid "%s has been disabled for this MySQL server."
12118 #: libraries/classes/StorageEngine.php:378
12120 msgid "This MySQL server does not support the %s storage engine."
12123 #: libraries/classes/Table/Maintenance.php:94
12125 msgid "Problems with indexes of table `%s`"
12128 #: libraries/classes/Table.php:352
12129 msgid "Unknown table status:"
12132 #: libraries/classes/Table.php:1024
12134 msgid "Source database `%s` was not found!"
12137 #: libraries/classes/Table.php:1032
12139 msgid "Target database `%s` was not found!"
12142 #: libraries/classes/Table.php:1597
12143 msgid "Invalid database:"
12146 #: libraries/classes/Table.php:1615
12147 msgid "Invalid table name:"
12150 #: libraries/classes/Table.php:1653
12152 msgid "Failed to rename table %1$s to %2$s!"
12155 #: libraries/classes/Table.php:1675
12157 msgid "Table %1$s has been renamed to %2$s."
12160 #: libraries/classes/Table.php:1919
12161 msgid "Could not save table UI preferences!"
12164 #: libraries/classes/Table.php:1951
12167 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
12168 "['MaxTableUiprefs'] %s)"
12171 #: libraries/classes/Table.php:2102
12174 "Cannot save UI property \"%s\". The changes made will not be persistent "
12175 "after you refresh this page. Please check if the table structure has been "
12179 #: libraries/classes/Table.php:2261
12180 msgid "Can't rename index to PRIMARY!"
12183 #: libraries/classes/Table.php:2285
12184 msgid "No index parts defined!"
12187 #: libraries/classes/Table.php:2615
12189 msgid "Error creating foreign key on %1$s (check data types)"
12192 #: libraries/classes/Template.php:111
12194 msgid "Error while working with template cache: %s"
12197 #: libraries/classes/ThemeManager.php:92
12199 msgid "Default theme %s not found!"
12202 #: libraries/classes/ThemeManager.php:157
12204 msgid "Theme %s not found!"
12207 #: libraries/classes/ThemeManager.php:245
12209 msgid "Theme path not found for theme %s!"
12212 #: libraries/classes/ThemeManager.php:334
12216 #: libraries/classes/Theme.php:227
12218 msgid "No valid image path for theme %s found!"
12221 #: libraries/classes/Tracking.php:235
12222 #: templates/database/tracking/tables.twig:115
12223 #: templates/table/tracking/main.twig:73
12224 msgid "Tracking report"
12227 #: libraries/classes/Tracking.php:239
12228 msgid "Tracking statements"
12231 #: libraries/classes/Tracking.php:254
12232 msgid "Delete tracking data row from report"
12235 #: libraries/classes/Tracking.php:265
12239 #: libraries/classes/Tracking.php:317
12240 #: templates/database/operations/index.twig:136
12241 #: templates/database/structure/copy_form.twig:19
12242 #: templates/table/operations/index.twig:253
12243 msgid "Structure only"
12246 #: libraries/classes/Tracking.php:320
12247 #: templates/database/operations/index.twig:148
12248 #: templates/database/structure/copy_form.twig:29
12249 #: templates/table/operations/index.twig:265
12253 #: libraries/classes/Tracking.php:323
12254 #: templates/database/operations/index.twig:142
12255 #: templates/database/structure/copy_form.twig:24
12256 #: templates/table/operations/index.twig:259
12257 msgid "Structure and data"
12260 #: libraries/classes/Tracking.php:388 libraries/classes/Tracking.php:455
12262 msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
12265 #: libraries/classes/Tracking.php:476
12266 msgid "SQL dump (file download)"
12269 #: libraries/classes/Tracking.php:478
12273 #: libraries/classes/Tracking.php:481
12274 msgid "This option will replace your table and contained data."
12277 #: libraries/classes/Tracking.php:483
12278 msgid "SQL execution"
12281 #: libraries/classes/Tracking.php:487
12283 msgid "Export as %s"
12286 #: libraries/classes/Tracking.php:525
12287 msgid "Data manipulation statement"
12290 #: libraries/classes/Tracking.php:561
12291 msgid "Data definition statement"
12294 #: libraries/classes/Tracking.php:642
12295 #: templates/database/tracking/tables.twig:126
12296 #: templates/table/tracking/main.twig:80
12297 msgid "Structure snapshot"
12300 #: libraries/classes/Tracking.php:662
12302 msgid "Version %s snapshot (SQL code)"
12305 #: libraries/classes/Tracking.php:728
12306 msgid "Tracking data definition successfully deleted"
12309 #: libraries/classes/Tracking.php:738
12310 msgid "Tracking data manipulation successfully deleted"
12313 #: libraries/classes/Tracking.php:794
12315 "You can execute the dump by creating and using a temporary database. Please "
12316 "ensure that you have the privileges to do so."
12319 #: libraries/classes/Tracking.php:798
12320 msgid "Comment out these two lines if you do not need them."
12323 #: libraries/classes/Tracking.php:808
12324 msgid "SQL statements exported. Please copy the dump or execute it."
12327 #: libraries/classes/Tracking.php:858
12329 msgid "Tracking report for table `%s`"
12332 #: libraries/classes/Tracking.php:889
12334 msgid "Tracking for %1$s was activated at version %2$s."
12337 #: libraries/classes/Tracking.php:892
12339 msgid "Tracking for %1$s was deactivated at version %2$s."
12342 #: libraries/classes/Tracking.php:986
12344 msgid "Version %1$s of %2$s was deleted."
12347 #: libraries/classes/Tracking.php:1019
12349 msgid "Version %1$s was created, tracking for %2$s is active."
12352 #: libraries/classes/Types.php:206
12354 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
12357 #: libraries/classes/Types.php:211
12359 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
12363 #: libraries/classes/Types.php:216
12365 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
12369 #: libraries/classes/Types.php:221
12371 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
12372 "range is 0 to 4,294,967,295"
12375 #: libraries/classes/Types.php:227
12377 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
12378 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
12381 #: libraries/classes/Types.php:233
12383 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
12384 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
12387 #: libraries/classes/Types.php:239
12389 "A small floating-point number, allowable values are -3.402823466E+38 to "
12390 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
12393 #: libraries/classes/Types.php:245
12395 "A double-precision floating-point number, allowable values are "
12396 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
12397 "2.2250738585072014E-308 to 1.7976931348623157E+308"
12400 #: libraries/classes/Types.php:251
12402 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
12406 #: libraries/classes/Types.php:256
12408 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
12412 #: libraries/classes/Types.php:261
12414 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
12415 "values are considered true"
12418 #: libraries/classes/Types.php:265
12419 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
12422 #: libraries/classes/Types.php:268
12424 msgid "A date, supported range is %1$s to %2$s"
12427 #: libraries/classes/Types.php:274
12429 msgid "A date and time combination, supported range is %1$s to %2$s"
12432 #: libraries/classes/Types.php:280
12434 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
12435 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
12438 #: libraries/classes/Types.php:286
12440 msgid "A time, range is %1$s to %2$s"
12443 #: libraries/classes/Types.php:292
12445 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
12446 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
12449 #: libraries/classes/Types.php:298
12451 "A fixed-length (0-255, default 1) string that is always right-padded with "
12452 "spaces to the specified length when stored"
12455 #: libraries/classes/Types.php:304
12458 "A variable-length (%s) string, the effective maximum length is subject to "
12459 "the maximum row size"
12462 #: libraries/classes/Types.php:311
12464 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
12465 "a one-byte prefix indicating the length of the value in bytes"
12468 #: libraries/classes/Types.php:317
12470 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
12471 "with a two-byte prefix indicating the length of the value in bytes"
12474 #: libraries/classes/Types.php:323
12476 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
12477 "stored with a three-byte prefix indicating the length of the value in bytes"
12480 #: libraries/classes/Types.php:329
12482 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
12483 "characters, stored with a four-byte prefix indicating the length of the "
12487 #: libraries/classes/Types.php:335
12489 "Similar to the CHAR type, but stores binary byte strings rather than non-"
12490 "binary character strings"
12493 #: libraries/classes/Types.php:340
12495 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
12496 "binary character strings"
12499 #: libraries/classes/Types.php:345
12501 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
12502 "one-byte prefix indicating the length of the value"
12505 #: libraries/classes/Types.php:350
12507 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
12508 "with a three-byte prefix indicating the length of the value"
12511 #: libraries/classes/Types.php:356
12513 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
12514 "a two-byte prefix indicating the length of the value"
12517 #: libraries/classes/Types.php:361
12519 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
12520 "bytes, stored with a four-byte prefix indicating the length of the value"
12523 #: libraries/classes/Types.php:367
12525 "An enumeration, chosen from the list of up to 65,535 values or the special "
12529 #: libraries/classes/Types.php:371
12530 msgid "A single value chosen from a set of up to 64 members"
12533 #: libraries/classes/Types.php:373
12534 msgid "A type that can store a geometry of any type"
12537 #: libraries/classes/Types.php:375
12538 msgid "A point in 2-dimensional space"
12541 #: libraries/classes/Types.php:377
12542 msgid "A curve with linear interpolation between points"
12545 #: libraries/classes/Types.php:379
12549 #: libraries/classes/Types.php:381
12550 msgid "A collection of points"
12553 #: libraries/classes/Types.php:384
12554 msgid "A collection of curves with linear interpolation between points"
12557 #: libraries/classes/Types.php:387
12558 msgid "A collection of polygons"
12561 #: libraries/classes/Types.php:389
12562 msgid "A collection of geometry objects of any type"
12565 #: libraries/classes/Types.php:392
12567 "Stores and enables efficient access to data in JSON (JavaScript Object "
12568 "Notation) documents"
12571 #: libraries/classes/Types.php:396
12573 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
12574 "conventional mapping of IPv4 addresses into IPv6 addresses"
12577 #: libraries/classes/Types.php:723
12578 msgctxt "numeric types"
12582 #: libraries/classes/Types.php:741
12583 msgctxt "date and time types"
12584 msgid "Date and time"
12587 #: libraries/classes/Types.php:771
12588 msgctxt "spatial types"
12592 #: libraries/classes/UserPassword.php:36
12593 msgid "The profile has been updated."
12596 #: libraries/classes/UserPassword.php:48
12597 msgid "Password is too long!"
12600 #: libraries/classes/UserPreferences.php:168
12601 msgid "Could not save configuration"
12604 #: libraries/classes/Util.php:138
12609 #. l10n: Short month name
12610 #. l10n: Short month name for January
12611 #: libraries/classes/Util.php:744 templates/javascript/variables.twig:34
12615 #. l10n: Short month name
12616 #. l10n: Short month name for February
12617 #: libraries/classes/Util.php:746 templates/javascript/variables.twig:35
12621 #. l10n: Short month name
12622 #. l10n: Short month name for March
12623 #: libraries/classes/Util.php:748 templates/javascript/variables.twig:36
12627 #. l10n: Short month name
12628 #. l10n: Short month name for April
12629 #: libraries/classes/Util.php:750 templates/javascript/variables.twig:37
12633 #. l10n: Short month name
12634 #: libraries/classes/Util.php:752
12635 msgctxt "Short month name"
12639 #. l10n: Short month name
12640 #. l10n: Short month name for June
12641 #: libraries/classes/Util.php:754 templates/javascript/variables.twig:39
12645 #. l10n: Short month name
12646 #. l10n: Short month name for July
12647 #: libraries/classes/Util.php:756 templates/javascript/variables.twig:40
12651 #. l10n: Short month name
12652 #. l10n: Short month name for August
12653 #: libraries/classes/Util.php:758 templates/javascript/variables.twig:41
12657 #. l10n: Short month name
12658 #. l10n: Short month name for September
12659 #: libraries/classes/Util.php:760 templates/javascript/variables.twig:42
12661 msgstr "Septyembre"
12663 #. l10n: Short month name
12664 #. l10n: Short month name for October
12665 #: libraries/classes/Util.php:762 templates/javascript/variables.twig:43
12669 #. l10n: Short month name
12670 #. l10n: Short month name for November
12671 #: libraries/classes/Util.php:764 templates/javascript/variables.twig:44
12675 #. l10n: Short month name
12676 #. l10n: Short month name for December
12677 #: libraries/classes/Util.php:766 templates/javascript/variables.twig:45
12681 #. l10n: Short week day name for Sunday
12682 #: libraries/classes/Util.php:770
12685 msgctxt "Short week day name for Sunday"
12689 #. l10n: Short week day name for Monday
12690 #: libraries/classes/Util.php:772 templates/javascript/variables.twig:58
12694 #. l10n: Short week day name for Tuesday
12695 #: libraries/classes/Util.php:774 templates/javascript/variables.twig:59
12699 #. l10n: Short week day name for Wednesday
12700 #: libraries/classes/Util.php:776 templates/javascript/variables.twig:60
12702 msgstr "Miyerkules"
12704 #. l10n: Short week day name for Thursday
12705 #: libraries/classes/Util.php:778 templates/javascript/variables.twig:61
12709 #. l10n: Short week day name for Friday
12710 #: libraries/classes/Util.php:780 templates/javascript/variables.twig:62
12714 #. l10n: Short week day name for Saturday
12715 #: libraries/classes/Util.php:782 templates/javascript/variables.twig:63
12719 #: libraries/classes/Util.php:808
12720 msgctxt "AM/PM indication in time"
12724 #: libraries/classes/Util.php:810
12725 msgctxt "AM/PM indication in time"
12729 #: libraries/classes/Util.php:884
12731 msgid "%s days, %s hours, %s minutes and %s seconds"
12734 #: libraries/classes/Util.php:920
12735 msgid "Missing parameter:"
12738 #: libraries/classes/Util.php:2477
12742 #: libraries/classes/Util.php:3109
12743 #: templates/database/multi_table_query/form.twig:59
12747 #: libraries/classes/ZipExtension.php:71 libraries/classes/ZipExtension.php:117
12748 msgid "Error in ZIP archive:"
12751 #: libraries/classes/ZipExtension.php:81
12752 msgid "No files found inside ZIP archive!"
12755 #: libraries/common.inc.php:284
12757 msgid "You should upgrade to %s %s or later."
12760 #: libraries/common.inc.php:316
12761 msgid "Error: Token mismatch"
12764 #: libraries/config.values.php:88 libraries/config.values.php:126
12765 #: libraries/config.values.php:138
12769 #: libraries/config.values.php:89 libraries/config.values.php:127
12770 #: libraries/config.values.php:139
12771 #: templates/database/multi_table_query/form.twig:109
12775 #: libraries/config.values.php:90 libraries/config.values.php:108
12776 #: libraries/config.values.php:128 libraries/config.values.php:140
12780 #: libraries/config.values.php:105
12784 #: libraries/config.values.php:106
12788 #: libraries/config.values.php:107
12792 #: libraries/config.values.php:143
12796 #: libraries/config.values.php:144
12797 msgid "Double click"
12800 #: libraries/config.values.php:148
12804 #: libraries/config.values.php:149
12805 msgid "display column"
12808 #: libraries/config.values.php:153
12812 #: libraries/config.values.php:186
12816 #: libraries/config.values.php:187
12820 #: libraries/config.values.php:191 templates/javascript/variables.twig:49
12824 #: libraries/config.values.php:192 templates/javascript/variables.twig:50
12828 #: libraries/config.values.php:193 templates/javascript/variables.twig:51
12830 msgstr "Miyerkules"
12832 #: libraries/config.values.php:194 templates/javascript/variables.twig:52
12836 #: libraries/config.values.php:195 templates/javascript/variables.twig:53
12840 #: libraries/config.values.php:196 templates/javascript/variables.twig:54
12844 #: libraries/config.values.php:197 templates/javascript/variables.twig:48
12848 #: libraries/config.values.php:200
12849 msgid "Ask before sending error reports"
12852 #: libraries/config.values.php:201
12853 msgid "Always send error reports"
12856 #: libraries/config.values.php:202
12857 msgid "Never send error reports"
12860 #: libraries/config.values.php:205
12861 msgid "Server default"
12864 #: libraries/config.values.php:206
12868 #: libraries/config.values.php:207
12872 #: libraries/config.values.php:259
12873 msgid "Quick - display only the minimal options to configure"
12876 #: libraries/config.values.php:260
12877 msgid "Custom - display all possible options to configure"
12880 #: libraries/config.values.php:262
12881 msgid "Custom - like above, but without the quick/custom choice"
12884 #: libraries/config.values.php:330
12885 msgid "complete inserts"
12888 #: libraries/config.values.php:331
12889 msgid "extended inserts"
12892 #: libraries/config.values.php:332
12893 msgid "both of the above"
12896 #: libraries/config.values.php:333
12897 msgid "neither of the above"
12900 #: setup/index.php:27
12901 msgid "Configuration already exists, setup is disabled!"
12904 #: setup/validate.php:31
12908 #: setup/validate.php:37
12910 msgid "Wrong data or no validation for %s"
12913 #: templates/columns_definitions/column_attributes.twig:31
12914 #: templates/database/central_columns/edit_table_row.twig:23
12915 #: templates/database/central_columns/main.twig:73
12916 #: templates/database/central_columns/main.twig:302
12917 msgid "Edit ENUM/SET values"
12920 #: templates/columns_definitions/column_attributes.twig:38
12921 #: templates/database/central_columns/edit_table_row.twig:30
12922 #: templates/database/central_columns/main.twig:78
12923 #: templates/database/central_columns/main.twig:313
12924 msgctxt "for default"
12928 #: templates/columns_definitions/column_attributes.twig:41
12929 #: templates/database/central_columns/edit_table_row.twig:33
12930 #: templates/database/central_columns/main.twig:79
12931 #: templates/database/central_columns/main.twig:316
12932 msgid "As defined:"
12935 #: templates/columns_definitions/column_attributes.twig:97
12937 "You don't have sufficient privileges to perform this operation; Please refer "
12938 "to the documentation for more details"
12941 #: templates/columns_definitions/column_attributes.twig:111
12942 #: templates/database/data_dictionary/index.twig:67 templates/indexes.twig:17
12943 #: templates/table/structure/display_structure.twig:153
12944 #: templates/table/structure/display_structure.twig:161
12945 #: templates/table/structure/display_structure.twig:291
12946 #: templates/table/structure/display_structure.twig:416
12947 #: templates/table/tracking/structure_snapshot_indexes.twig:7
12951 #: templates/columns_definitions/column_attributes.twig:119
12952 #: templates/table/structure/display_structure.twig:220
12953 #: templates/table/structure/display_structure.twig:223
12954 #: templates/table/structure/display_structure.twig:300
12958 #: templates/columns_definitions/column_attributes.twig:123
12959 #: templates/table/structure/display_structure.twig:193
12960 #: templates/table/structure/display_structure.twig:201
12961 #: templates/table/structure/display_structure.twig:297
12965 #: templates/columns_definitions/column_attributes.twig:156
12966 #: templates/table/structure/display_partitions.twig:26
12970 #: templates/columns_definitions/column_attributes.twig:177
12974 #: templates/columns_definitions/column_attributes.twig:182
12975 #: templates/table/structure/display_structure.twig:390
12980 #: templates/columns_definitions/column_definitions_form.twig:23
12984 #: templates/columns_definitions/column_definitions_form.twig:32
12985 #: templates/console/display.twig:99
12986 #: templates/database/central_columns/main.twig:198 templates/export.twig:244
12987 #: templates/export.twig:258 templates/export.twig:272
12991 #: templates/columns_definitions/column_definitions_form.twig:40
12995 #: templates/columns_definitions/column_definitions_form.twig:74
12999 #: templates/columns_definitions/column_definitions_form.twig:77
13000 msgid "Storage Engine:"
13003 #: templates/columns_definitions/column_definitions_form.twig:82
13004 msgid "Connection:"
13007 #: templates/columns_definitions/column_definitions_form.twig:113
13008 #: templates/columns_definitions/partitions.twig:137
13009 #: templates/table/operations/index.twig:128
13010 msgid "Storage engine"
13013 #: templates/columns_definitions/column_definitions_form.twig:136
13014 msgid "PARTITION definition:"
13017 #: templates/columns_definitions/column_definitions_form.twig:154
13018 msgctxt "Online transaction part of the SQL DDL for InnoDB"
13019 msgid "Online transaction"
13022 #: templates/columns_definitions/column_name.twig:4
13024 msgid "Referenced by %s."
13027 #: templates/columns_definitions/column_name.twig:12
13028 msgid "Is a foreign key."
13031 #: templates/columns_definitions/column_name.twig:39
13032 msgid "Pick from Central Columns"
13035 #: templates/columns_definitions/partitions.twig:17
13036 msgid "Partition by:"
13039 #: templates/columns_definitions/partitions.twig:32
13040 #: templates/columns_definitions/partitions.twig:60
13041 msgid "Expression or column list"
13044 #: templates/columns_definitions/partitions.twig:37
13045 msgid "Partitions:"
13048 #: templates/columns_definitions/partitions.twig:45
13049 msgid "Subpartition by:"
13052 #: templates/columns_definitions/partitions.twig:65
13053 msgid "Subpartitions:"
13056 #: templates/columns_definitions/partitions.twig:76
13057 #: templates/table/operations/index.twig:436
13058 #: templates/table/structure/display_partitions.twig:24
13062 #: templates/columns_definitions/partitions.twig:78
13066 #: templates/columns_definitions/partitions.twig:82
13067 msgid "Subpartition"
13070 #: templates/columns_definitions/partitions.twig:84
13074 #: templates/columns_definitions/partitions.twig:86
13075 msgid "Data directory"
13078 #: templates/columns_definitions/partitions.twig:87
13079 msgid "Index directory"
13082 #: templates/columns_definitions/partitions.twig:88
13086 #: templates/columns_definitions/partitions.twig:89
13090 #: templates/columns_definitions/partitions.twig:90
13091 msgid "Table space"
13094 #: templates/columns_definitions/partitions.twig:91
13098 #: templates/columns_definitions/table_fields_definitions.twig:17
13100 "If column type is \"enum\" or \"set\", please enter the values using this "
13101 "format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
13102 "single quote (\"'\") amongst those values, precede it with a backslash (for "
13103 "example '\\\\xyz' or 'a\\'b')."
13106 #: templates/columns_definitions/table_fields_definitions.twig:21
13108 "For default values, please enter just a single value, without backslash "
13109 "escaping or quotes, using this format: a"
13112 #: templates/columns_definitions/table_fields_definitions.twig:24
13113 #: templates/database/central_columns/edit.twig:10
13114 #: templates/database/central_columns/main.twig:32
13115 #: templates/database/central_columns/main.twig:238
13116 #: templates/database/data_dictionary/index.twig:71
13117 #: templates/database/operations/index.twig:199
13118 #: templates/database/operations/index.twig:203
13119 #: templates/database/structure/table_header.twig:31
13120 #: templates/home/index.twig:61 templates/indexes.twig:21
13121 #: templates/server/collations/index.twig:13
13122 #: templates/server/databases/index.twig:41
13123 #: templates/server/databases/index.twig:126
13124 #: templates/table/operations/index.twig:142
13125 #: templates/table/search/index.twig:40
13126 #: templates/table/structure/display_structure.twig:24
13127 #: templates/table/structure/display_structure.twig:420
13128 #: templates/table/structure/display_table_stats.twig:108
13129 #: templates/table/tracking/structure_snapshot_columns.twig:8
13130 #: templates/table/tracking/structure_snapshot_indexes.twig:11
13131 #: templates/table/zoom_search/index.twig:40
13135 #: templates/columns_definitions/table_fields_definitions.twig:59
13139 #: templates/columns_definitions/table_fields_definitions.twig:65
13140 msgid "Move column"
13143 #: templates/columns_definitions/table_fields_definitions.twig:75
13144 #: templates/columns_definitions/table_fields_definitions.twig:86
13145 msgid "List of available transformations and their options"
13148 #: templates/columns_definitions/table_fields_definitions.twig:77
13149 #: templates/transformation_overview.twig:18
13150 msgid "Browser display transformation"
13153 #: templates/columns_definitions/table_fields_definitions.twig:81
13154 msgid "Browser display transformation options"
13157 #: templates/columns_definitions/table_fields_definitions.twig:82
13158 #: templates/columns_definitions/table_fields_definitions.twig:93
13160 "Please enter the values for transformation options using this format: 'a', "
13161 "100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
13162 "quote (\"'\") amongst those values, precede it with a backslash (for example "
13163 "'\\\\xyz' or 'a\\'b')."
13166 #: templates/columns_definitions/table_fields_definitions.twig:88
13167 #: templates/transformation_overview.twig:37
13168 msgid "Input transformation"
13171 #: templates/columns_definitions/table_fields_definitions.twig:92
13172 msgid "Input transformation options"
13175 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
13176 #: templates/console/display.twig:84 templates/console/display.twig:175
13180 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
13181 #: templates/console/display.twig:84 templates/console/display.twig:175
13185 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
13186 #: templates/console/display.twig:175
13190 #: templates/console/display.twig:7 templates/setup/home/index.twig:106
13191 #: templates/sql/query.twig:39
13195 #: templates/console/display.twig:7
13199 #: templates/console/display.twig:11 templates/console/display.twig:99
13203 #: templates/console/display.twig:20
13204 msgid "Press Ctrl+Enter to execute query"
13207 #: templates/console/display.twig:23
13208 msgid "Press Enter to execute query"
13211 #: templates/console/display.twig:31 templates/console/display.twig:175
13215 #: templates/console/display.twig:40 templates/console/display.twig:184
13219 #: templates/console/display.twig:40 templates/console/display.twig:184
13220 msgid "Query failed"
13223 #: templates/console/display.twig:42 templates/console/display.twig:184
13224 msgid "Queried time"
13227 #: templates/console/display.twig:47
13228 msgid "During current session"
13231 #: templates/console/display.twig:64
13235 #: templates/console/display.twig:64
13239 #: templates/console/display.twig:64
13243 #: templates/console/display.twig:64 templates/console/display.twig:84
13244 #: templates/table/find_replace/replace_preview.twig:17
13248 #: templates/console/display.twig:64
13249 msgid "Execution order"
13252 #: templates/console/display.twig:64 templates/console/display.twig:84
13256 #: templates/console/display.twig:64
13260 #: templates/console/display.twig:64
13261 msgid "Ungroup queries"
13264 #: templates/console/display.twig:84
13268 #: templates/console/display.twig:84
13272 #: templates/console/display.twig:112
13273 msgid "Add bookmark"
13276 #: templates/console/display.twig:121
13280 #: templates/console/display.twig:124
13281 msgid "Target database"
13284 #: templates/console/display.twig:127
13285 msgid "Share this bookmark"
13288 #: templates/console/display.twig:140
13289 msgid "Set default"
13292 #: templates/console/display.twig:162
13294 "Execute queries on Enter and insert new line with Shift + Enter. To make "
13295 "this permanent, view settings."
13298 #: templates/create_tracking_version.twig:11
13300 msgid "Create version %1$s of %2$s"
13303 #: templates/create_tracking_version.twig:16
13305 msgid "Create version %1$s"
13308 #: templates/create_tracking_version.twig:20
13309 msgid "Track these data definition statements:"
13312 #: templates/create_tracking_version.twig:59
13313 msgid "Track these data manipulation statements:"
13316 #: templates/create_tracking_version.twig:76
13317 msgid "Create version"
13320 #: templates/database/central_columns/edit.twig:13
13321 msgctxt "Auto Increment"
13325 #: templates/database/central_columns/main.twig:4
13326 msgid "Add new column"
13329 #: templates/database/central_columns/main.twig:24
13330 #: templates/database/central_columns/main.twig:230
13331 msgid "Length/Value"
13334 #: templates/database/central_columns/main.twig:36
13335 #: templates/database/central_columns/main.twig:242
13339 #: templates/database/central_columns/main.twig:44
13340 #: templates/database/central_columns/main.twig:250
13344 #: templates/database/central_columns/main.twig:131
13346 #| msgid "The central list of columns for the current database is empty."
13347 msgid "The central list of columns for the current database is empty"
13349 "Walang laman ang gitnang listahan ng mga haligi para sa kasalukuyang "
13352 #: templates/database/central_columns/main.twig:168
13353 #: templates/display/results/table.twig:62
13354 msgid "Filter rows"
13357 #: templates/database/central_columns/main.twig:169
13358 #: templates/display/results/table.twig:64
13359 msgid "Search this table"
13362 #: templates/database/central_columns/main.twig:180
13363 #: templates/table/structure/display_structure.twig:375
13367 #: templates/database/central_columns/main.twig:189
13368 msgid "Select a table"
13371 #: templates/database/central_columns/main.twig:196
13372 msgid "Select a column."
13375 #: templates/database/central_columns/main.twig:215
13376 msgid "Click to sort."
13377 msgstr "I-click upang i-sort."
13379 #: templates/database/central_columns/main.twig:220
13380 #: templates/database/events/index.twig:20
13381 #: templates/database/privileges/index.twig:22
13382 #: templates/database/routines/index.twig:31
13383 #: templates/database/structure/table_header.twig:22
13384 #: templates/database/tracking/tables.twig:18
13385 #: templates/database/tracking/tables.twig:155
13386 #: templates/database/triggers/list.twig:22 templates/indexes.twig:14
13387 #: templates/server/databases/index.twig:166
13388 #: templates/server/privileges/privileges_summary.twig:22
13389 #: templates/server/privileges/users_overview.twig:19
13390 #: templates/server/user_groups/user_groups.twig:21
13391 #: templates/server/variables/index.twig:30
13392 #: templates/table/privileges/index.twig:24
13393 #: templates/table/structure/display_partitions.twig:33
13394 #: templates/table/structure/display_structure.twig:35
13395 #: templates/table/structure/display_structure.twig:413
13396 #: templates/table/tracking/main.twig:32
13397 #: templates/table/tracking/report_table.twig:8
13401 #: templates/database/create_table.twig:7
13402 #: templates/database/designer/main.twig:84
13403 #: templates/database/designer/main.twig:87
13404 #: templates/database/operations/index.twig:29
13405 #: templates/database/structure/show_create.twig:11
13406 msgid "Create table"
13409 #: templates/database/create_table.twig:15
13410 #: templates/database/operations/index.twig:37
13411 msgid "Number of columns"
13414 #: templates/database/data_dictionary/index.twig:3
13416 #| msgid "Database comment"
13417 msgid "Database comment:"
13418 msgstr "Comment ng Database"
13420 #: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:18
13421 #: templates/table/structure/display_structure.twig:417
13422 #: templates/table/tracking/structure_snapshot_indexes.twig:8
13426 #: templates/database/data_dictionary/index.twig:70 templates/indexes.twig:20
13427 #: templates/table/structure/display_structure.twig:419
13428 #: templates/table/tracking/structure_snapshot_indexes.twig:10
13429 msgid "Cardinality"
13432 #: templates/database/data_dictionary/index.twig:110 templates/indexes.twig:90
13433 #: templates/table/structure/display_structure.twig:497
13434 msgid "No index defined!"
13437 #: templates/database/designer/database_tables.twig:31
13438 #: templates/database/export/index.twig:29
13439 #: templates/database/search/main.twig:43 templates/server/export/index.twig:12
13440 #: templates/server/replication/database_multibox.twig:7
13442 msgstr "Piliin ang lahat"
13444 #: templates/database/designer/database_tables.twig:37
13445 msgid "Show/hide columns"
13448 #: templates/database/designer/database_tables.twig:46
13449 msgid "See table structure"
13452 #: templates/database/designer/database_tables.twig:91
13453 #, fuzzy, php-format
13454 #| msgid "Select all"
13455 msgid "Select \"%s\""
13456 msgstr "Piliin ang lahat"
13458 #: templates/database/designer/database_tables.twig:109
13460 msgid "Add an option for column \"%s\"."
13461 msgstr "Magdagdag ng opsyon para sa haligi na \"%s\"."
13463 #: templates/database/designer/edit_delete_pages.twig:6
13464 msgid "Page to open"
13467 #: templates/database/designer/edit_delete_pages.twig:6
13468 msgid "Page to delete"
13471 #: templates/database/designer/main.twig:19
13472 #: templates/database/designer/main.twig:25
13473 msgid "Show/Hide tables list"
13476 #: templates/database/designer/main.twig:29
13477 #: templates/database/designer/main.twig:35
13478 #: templates/database/designer/main.twig:36
13479 msgid "View in fullscreen"
13482 #: templates/database/designer/main.twig:34
13483 msgid "Exit fullscreen"
13486 #: templates/database/designer/main.twig:48
13487 #: templates/database/designer/main.twig:52
13491 #: templates/database/designer/main.twig:77
13492 #: templates/database/designer/main.twig:80
13493 msgid "Delete pages"
13496 #: templates/database/designer/main.twig:91
13497 #: templates/database/designer/main.twig:94
13498 #: templates/database/designer/main.twig:272
13499 msgid "Create relationship"
13502 #: templates/database/designer/main.twig:105
13503 #: templates/database/designer/main.twig:108
13507 #: templates/database/designer/main.twig:112
13508 #: templates/database/designer/main.twig:115
13512 #: templates/database/designer/main.twig:120
13513 #: templates/database/designer/main.twig:123
13514 msgid "Angular links"
13517 #: templates/database/designer/main.twig:120
13518 #: templates/database/designer/main.twig:123
13519 msgid "Direct links"
13522 #: templates/database/designer/main.twig:127
13523 #: templates/database/designer/main.twig:129
13524 msgid "Snap to grid"
13527 #: templates/database/designer/main.twig:133
13528 #: templates/database/designer/main.twig:139
13529 msgid "Small/Big All"
13532 #: templates/database/designer/main.twig:143
13533 #: templates/database/designer/main.twig:146
13534 msgid "Toggle small/big"
13537 #: templates/database/designer/main.twig:150
13538 #: templates/database/designer/main.twig:153
13539 msgid "Toggle relationship lines"
13542 #: templates/database/designer/main.twig:158
13543 #: templates/database/designer/main.twig:161
13544 msgid "Export schema"
13547 #: templates/database/designer/main.twig:169
13548 #: templates/database/designer/main.twig:172
13549 msgid "Build Query"
13552 #: templates/database/designer/main.twig:177
13553 #: templates/database/designer/main.twig:181
13557 #: templates/database/designer/main.twig:185
13558 #: templates/database/designer/main.twig:190
13562 #: templates/database/designer/main.twig:202
13563 msgid "Hide/Show all"
13566 #: templates/database/designer/main.twig:212
13567 msgid "Hide/Show tables with no relationship"
13570 #: templates/database/designer/main.twig:223
13571 msgid "Number of tables:"
13574 #: templates/database/designer/main.twig:382
13575 msgid "Delete relationship"
13578 #: templates/database/designer/main.twig:446
13579 #: templates/database/designer/main.twig:611
13580 msgid "Relationship operator"
13583 #: templates/database/designer/main.twig:475
13584 #: templates/database/designer/main.twig:640
13585 #: templates/database/designer/main.twig:846
13586 #: templates/database/designer/main.twig:1039
13590 #: templates/database/designer/main.twig:487
13591 #: templates/database/designer/main.twig:652
13592 #: templates/database/designer/main.twig:858
13593 #: templates/database/designer/main.twig:1051
13597 #: templates/database/designer/main.twig:496
13598 #: templates/database/designer/main.twig:712
13602 #: templates/database/designer/main.twig:502
13603 #: templates/database/designer/main.twig:720
13607 #: templates/database/designer/main.twig:511
13608 #: templates/database/designer/main.twig:917
13612 #: templates/database/designer/main.twig:517
13613 #: templates/database/designer/main.twig:581
13614 #: templates/database/designer/main.twig:786
13615 #: templates/database/designer/main.twig:817
13616 #: templates/database/designer/main.twig:925
13617 #: templates/database/designer/main.twig:1010
13618 #: templates/table/search/index.twig:41
13619 #: templates/table/zoom_search/index.twig:41
13623 #: templates/database/designer/main.twig:1091
13624 msgid "Active options"
13627 #: templates/database/designer/page_save_as.twig:19
13628 msgid "Save to selected page"
13631 #: templates/database/designer/page_save_as.twig:23
13632 msgid "Create a page and save to it"
13635 #: templates/database/designer/page_save_as.twig:29
13636 msgid "New page name"
13639 #: templates/database/designer/page_selector.twig:2
13640 msgid "Select page"
13643 #: templates/database/designer/schema_export.twig:4
13644 msgid "Select Export Relational Type"
13647 #: templates/database/events/editor_form.twig:12
13649 #| msgid "Page name"
13651 msgstr "Pangalan ng pahina"
13653 #: templates/database/events/editor_form.twig:28
13654 #: templates/server/binlog/index.twig:86
13658 #: templates/database/events/editor_form.twig:46
13662 #: templates/database/events/editor_form.twig:52
13663 msgid "Execute every"
13666 #: templates/database/events/editor_form.twig:63
13667 msgctxt "Start of recurring event"
13671 #: templates/database/events/editor_form.twig:69
13672 msgctxt "End of recurring event"
13676 #: templates/database/events/editor_form.twig:83
13677 msgid "On completion preserve"
13680 #: templates/database/events/index.twig:11
13681 msgid "There are no events to display."
13684 #: templates/database/events/index.twig:86
13685 #: templates/database/events/index.twig:89
13686 #: templates/database/privileges/index.twig:112
13687 #: templates/database/privileges/index.twig:115
13688 #: templates/database/routines/index.twig:45
13689 #: templates/database/routines/index.twig:48
13690 #: templates/database/structure/check_all_tables.twig:2
13691 #: templates/database/structure/check_all_tables.twig:9
13692 #: templates/database/triggers/list.twig:36
13693 #: templates/database/triggers/list.twig:39
13694 #: templates/display/results/table.twig:205
13695 #: templates/display/results/table.twig:208 templates/select_all.twig:2
13696 #: templates/select_all.twig:6
13697 #: templates/server/privileges/users_overview.twig:104
13698 #: templates/server/privileges/users_overview.twig:107
13699 #: templates/table/privileges/index.twig:116
13700 #: templates/table/privileges/index.twig:119
13701 msgid "With selected:"
13704 #: templates/database/events/index.twig:87
13705 #: templates/database/events/index.twig:88
13706 #: templates/database/privileges/index.twig:113
13707 #: templates/database/privileges/index.twig:114
13708 #: templates/database/routines/index.twig:46
13709 #: templates/database/routines/index.twig:47
13710 #: templates/database/structure/check_all_tables.twig:3
13711 #: templates/database/structure/check_all_tables.twig:4
13712 #: templates/database/triggers/list.twig:37
13713 #: templates/database/triggers/list.twig:38
13714 #: templates/display/results/table.twig:206
13715 #: templates/display/results/table.twig:207 templates/select_all.twig:4
13716 #: templates/select_all.twig:5
13717 #: templates/server/privileges/edit_routine_privileges.twig:57
13718 #: templates/server/privileges/privileges_table.twig:244
13719 #: templates/server/privileges/privileges_table.twig:245
13720 #: templates/server/privileges/privileges_table.twig:253
13721 #: templates/server/privileges/privileges_table.twig:327
13722 #: templates/server/privileges/privileges_table.twig:527
13723 #: templates/server/privileges/users_overview.twig:105
13724 #: templates/server/privileges/users_overview.twig:106
13725 #: templates/server/user_groups/edit_user_groups.twig:11
13726 #: templates/table/privileges/index.twig:117
13727 #: templates/table/privileges/index.twig:118
13731 #: templates/database/events/index.twig:120
13732 msgid "Event scheduler status"
13735 #: templates/database/events/index.twig:124
13736 #: templates/database/tracking/tables.twig:47
13737 msgid "Click to toggle"
13740 #: templates/database/events/index.twig:137
13744 #: templates/database/events/index.twig:148
13748 #: templates/database/export/index.twig:62
13750 "@SERVER@ will become the server name and @DATABASE@ will become the database "
13754 #. l10n: A query that the user has written freely
13755 #: templates/database/export/index.twig:5 templates/table/export/index.twig:5
13756 msgid "Exporting a raw query"
13759 #: templates/database/export/index.twig:7
13761 msgid "Exporting tables from \"%s\" database"
13764 #: templates/database/import/index.twig:3
13766 msgid "Importing into the database \"%s\""
13769 #: templates/database/multi_table_query/form.twig:4
13770 #: templates/database/qbe/index.twig:4
13772 #| msgid "Simulate query"
13773 msgid "Multi-table query"
13774 msgstr "Simulate ang query"
13776 #: templates/database/multi_table_query/form.twig:10
13777 #: templates/database/qbe/index.twig:10
13778 msgid "Query by example"
13781 #: templates/database/multi_table_query/form.twig:15
13782 msgid "Query window"
13785 #: templates/database/multi_table_query/form.twig:33
13786 #: templates/database/multi_table_query/form.twig:119
13787 msgid "select table"
13790 #: templates/database/multi_table_query/form.twig:40
13791 #: templates/database/multi_table_query/form.twig:127
13792 msgid "select column"
13795 #: templates/database/multi_table_query/form.twig:46
13796 msgid "Table alias"
13799 #: templates/database/multi_table_query/form.twig:47
13800 msgid "Column alias"
13803 #: templates/database/multi_table_query/form.twig:50
13804 msgid "Use this column in criteria"
13807 #: templates/database/multi_table_query/form.twig:53
13811 #: templates/database/multi_table_query/form.twig:65
13815 #: templates/database/multi_table_query/form.twig:110
13816 msgid "Another column"
13819 #: templates/database/multi_table_query/form.twig:137
13820 msgid "Enter criteria as free text"
13823 #: templates/database/multi_table_query/form.twig:145
13824 msgid "Remove this column"
13827 #: templates/database/multi_table_query/form.twig:154
13828 #: templates/table/relation/foreign_key_row.twig:86
13829 msgid "+ Add column"
13832 #: templates/database/multi_table_query/form.twig:169
13833 #: templates/database/qbe/selection_form.twig:80
13834 #: templates/database/qbe/selection_form.twig:96
13835 msgid "Update query"
13838 #: templates/database/operations/index.twig:9
13839 #: templates/database/operations/index.twig:13
13840 msgid "Database comment"
13841 msgstr "Comment ng Database"
13843 #: templates/database/operations/index.twig:60
13844 msgid "Rename database to"
13847 #: templates/database/operations/index.twig:64 templates/export.twig:241
13848 msgid "New database name"
13851 #: templates/database/operations/index.twig:72
13852 #: templates/database/operations/index.twig:176
13853 #: templates/table/operations/index.twig:79
13854 #: templates/table/operations/index.twig:113
13855 #: templates/table/operations/index.twig:291
13857 "You don't have sufficient privileges to perform this operation; Please refer "
13858 "to the documentation for more details."
13861 #: templates/database/operations/index.twig:89
13862 msgid "Remove database"
13865 #: templates/database/operations/index.twig:94
13867 msgid "Database %s has been dropped."
13870 #: templates/database/operations/index.twig:99
13871 msgid "Drop the database (DROP)"
13874 #: templates/database/operations/index.twig:123
13875 msgid "Copy database to"
13878 #: templates/database/operations/index.twig:155
13879 msgid "CREATE DATABASE before copying"
13882 #: templates/database/operations/index.twig:170
13883 #: templates/database/structure/copy_form.twig:44
13884 #: templates/table/operations/index.twig:284
13885 msgid "Add constraints"
13888 #: templates/database/operations/index.twig:185
13889 msgid "Switch to copied database"
13892 #: templates/database/operations/index.twig:221
13893 msgid "Change all tables collations"
13896 #: templates/database/operations/index.twig:225
13897 msgid "Change all tables columns collations"
13900 #: templates/database/privileges/index.twig:9
13901 #: templates/table/privileges/index.twig:8
13903 msgid "Users having access to \"%s\""
13906 #: templates/database/privileges/index.twig:17
13907 #: templates/server/privileges/login_information_fields.twig:6
13908 #: templates/server/privileges/login_information_fields.twig:11
13909 #: templates/server/privileges/users_overview.twig:8
13910 #: templates/server/replication/change_master.twig:15
13911 #: templates/server/replication/master_add_slave_user.twig:19
13912 #: templates/server/replication/master_add_slave_user.twig:24
13913 #: templates/table/privileges/index.twig:19
13917 #: templates/database/privileges/index.twig:18
13918 #: templates/server/privileges/login_information_fields.twig:25
13919 #: templates/server/privileges/login_information_fields.twig:37
13920 #: templates/server/privileges/users_overview.twig:9
13921 #: templates/table/privileges/index.twig:20
13925 #: templates/database/privileges/index.twig:21
13926 #: templates/server/privileges/privileges_summary.twig:16
13927 #: templates/server/privileges/users_overview.twig:18
13928 #: templates/table/privileges/index.twig:23
13932 #: templates/database/privileges/index.twig:36
13933 #: templates/server/privileges/new_user_ajax.twig:9
13934 #: templates/server/privileges/users_overview.twig:33
13935 #: templates/table/privileges/index.twig:38
13939 #: templates/database/privileges/index.twig:47
13940 #: templates/table/privileges/index.twig:49
13944 #: templates/database/privileges/index.twig:50
13945 #: templates/table/privileges/index.twig:52
13946 msgid "database-specific"
13949 #: templates/database/privileges/index.twig:52
13950 #: templates/table/privileges/index.twig:54
13954 #: templates/database/privileges/index.twig:55
13955 #: templates/table/privileges/index.twig:59
13959 #: templates/database/privileges/index.twig:131
13960 #: templates/server/privileges/add_user_fieldset.twig:4
13961 #: templates/server/privileges/user_overview.twig:22
13962 #: templates/server/privileges/users_overview.twig:121
13963 #: templates/table/privileges/index.twig:134
13964 msgctxt "Create new user"
13968 #: templates/database/privileges/index.twig:136
13969 #: templates/server/privileges/add_user_fieldset.twig:9
13970 #: templates/server/privileges/add_user.twig:3
13971 #: templates/server/privileges/user_overview.twig:24
13972 #: templates/server/privileges/users_overview.twig:124
13973 #: templates/table/privileges/index.twig:140
13974 msgid "Add user account"
13977 #: templates/database/qbe/index.twig:16
13979 msgid "Switch to %svisual builder%s"
13980 msgstr "Lumipat sa %svisual builder%s"
13982 #: templates/database/qbe/index.twig:20
13983 msgid "You have to choose at least one column to display!"
13984 msgstr "Kailangan mong pumili ng hindi bababa sa isang hanay upang ipakita!"
13986 #: templates/database/qbe/ins_del_and_or_cell.twig:5
13990 #: templates/database/qbe/ins_del_and_or_cell.twig:12
13994 #: templates/database/qbe/ins_del_and_or_cell.twig:17
13998 #: templates/database/qbe/selection_form.twig:12
13999 #: templates/table/find_replace/index.twig:38
14003 #: templates/database/qbe/selection_form.twig:17
14007 #: templates/database/qbe/selection_form.twig:22
14011 #: templates/database/qbe/selection_form.twig:27
14015 #: templates/database/qbe/selection_form.twig:32
14016 msgid "Sort order:"
14019 #: templates/database/qbe/selection_form.twig:37
14023 #: templates/database/qbe/selection_form.twig:44
14027 #: templates/database/qbe/selection_form.twig:54
14028 msgid "Add/Delete criteria rows:"
14031 #: templates/database/qbe/selection_form.twig:67
14033 #| msgid "Select two columns"
14034 msgid "Add/Delete columns:"
14035 msgstr "Pumili ng dalawang haligi"
14037 #: templates/database/qbe/selection_form.twig:86
14038 #: templates/database/qbe/selection_form.twig:88
14040 #| msgid "%d table(s)"
14042 msgstr "%d (mga) talahanayan"
14044 #: templates/database/qbe/selection_form.twig:107
14046 msgid "SQL query on database <b>%s</b>:"
14049 #: templates/database/routines/index.twig:4 templates/filter.twig:4
14050 #: templates/server/status/processes/index.twig:7
14051 #: templates/server/status/variables/index.twig:8
14055 #: templates/database/routines/index.twig:6 templates/filter.twig:6
14056 #: templates/server/status/variables/index.twig:15
14057 msgid "Containing the word:"
14060 #: templates/database/routines/index.twig:23
14061 msgid "There are no routines to display."
14064 #: templates/database/routines/index.twig:33
14068 #: templates/database/routines/index.twig:62
14069 msgctxt "Create new routine"
14073 #: templates/database/routines/row.twig:32
14074 #: templates/database/routines/row.twig:42
14075 #: templates/database/routines/row.twig:46
14079 #: templates/database/search/main.twig:5
14080 msgid "Search in database"
14083 #: templates/database/search/main.twig:8
14084 msgid "Words or values to search for (wildcard: \"%\"):"
14087 #: templates/database/search/main.twig:15
14088 #: templates/table/find_replace/index.twig:32
14092 #: templates/database/search/main.twig:19
14093 #: templates/database/search/main.twig:23
14094 msgid "Words are separated by a space character (\" \")."
14097 #: templates/database/search/main.twig:40
14098 msgid "Inside tables:"
14101 #: templates/database/search/main.twig:46 templates/server/export/index.twig:16
14102 #: templates/server/replication/database_multibox.twig:8
14103 msgid "Unselect all"
14106 #: templates/database/search/main.twig:67
14107 msgid "Inside column:"
14110 #: templates/database/search/results.twig:12
14112 msgid "%1$s match in <strong>%2$s</strong>"
14113 msgid_plural "%1$s matches in <strong>%2$s</strong>"
14117 #: templates/database/search/results.twig:56
14118 msgid "<strong>Total:</strong> <em>%count%</em> match"
14119 msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
14123 #: templates/database/structure/add_prefix.twig:7
14124 #: templates/database/structure/add_prefix.twig:9
14128 #: templates/database/structure/body_for_table_summary.twig:6
14131 msgid_plural "%s tables"
14135 #: templates/database/structure/body_for_table_summary.twig:17
14139 #: templates/database/structure/change_prefix_form.twig:7
14143 #: templates/database/structure/change_prefix_form.twig:13
14147 #: templates/database/structure/check_all_tables.twig:6
14148 msgid "Check tables having overhead"
14151 #: templates/database/structure/check_all_tables.twig:10
14155 #: templates/database/structure/check_all_tables.twig:11
14156 msgid "Show create"
14159 #: templates/database/structure/check_all_tables.twig:14
14160 #: templates/table/operations/index.twig:381
14161 #: templates/table/operations/view.twig:22
14162 msgid "Delete data or table"
14165 #: templates/database/structure/check_all_tables.twig:15
14166 #: templates/database/structure/structure_table_row.twig:74
14170 #: templates/database/structure/check_all_tables.twig:18
14171 #: templates/table/operations/index.twig:312
14172 msgid "Table maintenance"
14175 #: templates/database/structure/check_all_tables.twig:19
14176 #: templates/table/maintenance/analyze.twig:3
14177 #: templates/table/operations/index.twig:317
14178 msgid "Analyze table"
14181 #: templates/database/structure/check_all_tables.twig:20
14182 #: templates/table/maintenance/check.twig:3
14183 #: templates/table/operations/index.twig:326
14184 msgid "Check table"
14187 #: templates/database/structure/check_all_tables.twig:21
14188 #: templates/table/maintenance/checksum.twig:3
14189 #: templates/table/operations/index.twig:334
14190 msgid "Checksum table"
14193 #: templates/database/structure/check_all_tables.twig:22
14194 #: templates/table/maintenance/optimize.twig:3
14195 #: templates/table/operations/index.twig:362
14196 #: templates/table/structure/display_table_stats.twig:68
14197 msgid "Optimize table"
14200 #: templates/database/structure/check_all_tables.twig:23
14201 #: templates/table/maintenance/repair.twig:3
14202 #: templates/table/operations/index.twig:371
14203 msgid "Repair table"
14206 #: templates/database/structure/check_all_tables.twig:25
14210 #: templates/database/structure/check_all_tables.twig:26
14211 msgid "Add prefix to table"
14214 #: templates/database/structure/check_all_tables.twig:27
14215 msgid "Replace table prefix"
14218 #: templates/database/structure/check_all_tables.twig:33
14219 msgid "Add columns to central list"
14222 #: templates/database/structure/check_all_tables.twig:34
14223 msgid "Remove columns from central list"
14226 #: templates/database/structure/check_all_tables.twig:35
14227 msgid "Make consistent with central list"
14230 #: templates/database/structure/copy_form.twig:14
14234 #: templates/database/structure/copy_form.twig:39
14235 msgid "Add AUTO INCREMENT value"
14238 #: templates/database/structure/drop_form.twig:6
14239 #: templates/database/structure/empty_form.twig:6
14240 #: templates/table/delete/confirm.twig:12
14241 #: templates/table/structure/drop_confirm.twig:6
14242 #: templates/table/structure/primary.twig:6
14243 msgid "Do you really want to execute the following query?"
14246 #: templates/database/structure/favorite_anchor.twig:4
14247 msgid "Add to Favorites"
14250 #: templates/database/structure/show_create.twig:2
14251 msgid "Showing create queries"
14254 #: templates/database/structure/structure_table_row.twig:17
14255 #: templates/server/databases/index.twig:222
14256 #: templates/server/databases/index.twig:234
14257 msgid "Not replicated"
14260 #: templates/database/structure/structure_table_row.twig:18
14261 #: templates/server/databases/index.twig:218
14262 #: templates/server/databases/index.twig:230
14266 #: templates/database/structure/structure_table_row.twig:223
14270 #: templates/database/structure/table_header.twig:27
14272 "May be approximate. Click on the number to get the exact count. See "
14273 "[doc@faq3-11]FAQ 3.11[/doc]."
14276 #: templates/database/structure/table_header.twig:36
14277 #: templates/table/index_form.twig:134
14281 #: templates/database/structure/table_header.twig:51
14282 #: templates/table/structure/display_table_stats.twig:154
14286 #: templates/database/structure/table_header.twig:56
14287 #: templates/table/structure/display_table_stats.twig:161
14288 msgid "Last update"
14291 #: templates/database/structure/table_header.twig:61
14292 #: templates/table/structure/display_table_stats.twig:168
14296 #: templates/database/structure/tracking_icon.twig:3
14297 msgid "Tracking is active."
14300 #: templates/database/structure/tracking_icon.twig:5
14301 msgid "Tracking is not active."
14304 #: templates/database/tracking/tables.twig:4
14305 msgid "Tracked tables"
14308 #: templates/database/tracking/tables.twig:14
14309 msgid "Last version"
14312 #: templates/database/tracking/tables.twig:15
14313 #: templates/table/tracking/main.twig:29
14317 #: templates/database/tracking/tables.twig:16
14318 #: templates/table/tracking/main.twig:30
14322 #: templates/database/tracking/tables.twig:61
14323 #: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
14327 #: templates/database/tracking/tables.twig:73
14328 #: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
14332 #: templates/database/tracking/tables.twig:93
14333 #: templates/database/tracking/tables.twig:139
14334 #: templates/database/tracking/tables.twig:140
14335 msgid "Delete tracking"
14338 #: templates/database/tracking/tables.twig:104
14342 #: templates/database/tracking/tables.twig:146
14343 msgid "Untracked tables"
14346 #: templates/database/tracking/tables.twig:177
14347 #: templates/database/tracking/tables.twig:190
14348 #: templates/database/tracking/tables.twig:191
14349 #: templates/table/structure/display_structure.twig:353
14350 msgid "Track table"
14353 #: templates/database/triggers/list.twig:11
14354 msgid "There are no triggers to display."
14357 #: templates/display/results/sort_by_key.twig:3
14358 msgid "Sort by key:"
14361 #: templates/display/results/table.twig:32
14362 msgid "Save edited data"
14365 #: templates/display/results/table.twig:38
14366 msgid "Restore column order"
14369 #: templates/display/results/table.twig:49 templates/export.twig:110
14370 #: templates/start_and_number_of_rows_panel.twig:10
14371 msgid "Number of rows:"
14374 #: templates/display/results/table.twig:52
14378 #: templates/display/results/table.twig:126
14379 msgid "Relational key"
14382 #: templates/display/results/table.twig:130
14383 msgid "Display column for relationships"
14386 #: templates/display/results/table.twig:138
14387 msgid "Show binary contents"
14390 #: templates/display/results/table.twig:142
14391 msgid "Show BLOB contents"
14394 #: templates/display/results/table.twig:152
14395 msgid "Hide browser transformation"
14398 #: templates/display/results/table.twig:164
14399 msgid "Well Known Text"
14402 #: templates/display/results/table.twig:168
14403 msgid "Well Known Binary"
14406 #: templates/display/results/table.twig:238
14407 #: templates/sql/no_results_returned.twig:9
14408 msgid "Query results operations"
14411 #: templates/display/results/table.twig:248
14412 msgid "Copy to clipboard"
14415 #: templates/display/results/table.twig:264
14416 #: templates/table/chart/tbl_chart.twig:7
14417 msgid "Display chart"
14420 #: templates/display/results/table.twig:271
14421 msgid "Visualize GIS data"
14424 #: templates/encoding/kanji_encoding_form.twig:6
14425 msgctxt "None encoding conversion"
14429 #: templates/encoding/kanji_encoding_form.twig:17
14430 msgid "Convert to Kana"
14433 #: templates/error/report_form.twig:6
14435 "This report automatically includes data about the error and information "
14436 "about relevant configuration settings. It will be sent to the phpMyAdmin "
14437 "team for debugging the error."
14440 #: templates/error/report_form.twig:12
14442 "Can you tell us the steps leading to this error? It decisively helps in "
14446 #: templates/error/report_form.twig:19
14447 msgid "You may examine the data in the error report:"
14450 #: templates/export/template_options.twig:1 templates/export.twig:30
14451 msgid "Select a template"
14454 #: templates/export.twig:15
14455 msgid "Export templates:"
14458 #: templates/export.twig:19
14459 msgid "New template:"
14462 #: templates/export.twig:20
14463 msgid "Template name"
14466 #: templates/export.twig:21 templates/server/databases/index.twig:55
14470 #: templates/export.twig:27
14471 msgid "Existing templates:"
14474 #: templates/export.twig:28
14478 #: templates/export.twig:37
14482 #: templates/export.twig:53
14484 #| msgid "SQL query:"
14485 msgid "Show SQL query"
14486 msgstr "SQL na tanong:"
14488 #: templates/export.twig:72
14489 msgid "Export method:"
14492 #: templates/export.twig:78
14493 msgid "Quick - display only the minimal options"
14496 #: templates/export.twig:86
14497 msgid "Custom - display all possible options"
14500 #: templates/export.twig:102
14504 #: templates/export.twig:107
14505 msgid "Dump some row(s)"
14508 #: templates/export.twig:121
14509 msgid "Row to begin at:"
14512 #: templates/export.twig:130
14513 msgid "Dump all rows"
14516 #: templates/export.twig:138 templates/export.twig:279
14520 #: templates/export.twig:143 templates/export.twig:309
14522 msgid "Save on server in the directory <strong>%s</strong>"
14525 #: templates/export.twig:157 templates/export.twig:284
14526 msgid "Rename exported databases/tables/columns"
14529 #: templates/export.twig:162
14530 msgid "Defined aliases"
14533 #: templates/export.twig:177 templates/export.twig:191
14534 #: templates/export.twig:204 templates/export.twig:221
14538 #: templates/export.twig:230
14539 msgid "Define new aliases"
14542 #: templates/export.twig:235
14543 msgid "Select database:"
14546 #: templates/export.twig:249
14547 msgid "Select table:"
14550 #: templates/export.twig:255
14551 msgid "New table name"
14554 #: templates/export.twig:263
14555 msgid "Select column:"
14558 #: templates/export.twig:269
14559 msgid "New column name"
14562 #: templates/export.twig:302
14563 msgid "Save output to a file"
14566 #: templates/export.twig:323
14567 msgid "File name template:"
14570 #: templates/export.twig:324
14573 "This value is interpreted using the 'strftime' function, so you can use time "
14574 "formatting strings. Additionally the following transformations will happen: "
14575 "%s Other text will be kept as is. See the FAQ 6.27 for details."
14578 #: templates/export.twig:329
14579 msgid "use this for future exports"
14582 #: templates/export.twig:336 templates/import.twig:124
14583 msgid "Character set of the file:"
14586 #: templates/export.twig:352
14587 msgid "Compression:"
14590 #: templates/export.twig:359
14594 #: templates/export.twig:365
14598 #: templates/export.twig:380
14599 msgid "Export databases as separate files"
14602 #: templates/export.twig:382
14603 msgid "Export tables as separate files"
14606 #: templates/export.twig:394
14607 msgid "View output as text"
14610 #: templates/export.twig:400
14612 msgid "Skip tables larger than %s MiB"
14615 #: templates/export.twig:406 templates/import.twig:204
14616 msgid "Format-specific options:"
14619 #: templates/export.twig:408 templates/import.twig:206
14621 "Scroll down to fill in the options for the selected format and ignore the "
14622 "options for other formats."
14625 #: templates/export.twig:416 templates/import.twig:215
14626 msgid "Encoding Conversion:"
14629 #: templates/gis_data_editor_form.twig:4
14631 msgid "Value for the column \"%s\""
14632 msgstr "Halaga para sa haligi na \"%s\""
14634 #: templates/gis_data_editor_form.twig:22
14635 #: templates/table/gis_visualization/gis_visualization.twig:38
14636 msgid "Use OpenStreetMaps as Base Layer"
14637 msgstr "Gamitin ang OpenStreetMaps bilang Base Layer"
14639 #: templates/gis_data_editor_form.twig:38
14642 msgctxt "Spatial Reference System Identifier"
14646 #: templates/gis_data_editor_form.twig:53
14648 msgid "Geometry %d:"
14649 msgstr "Geometry %d:"
14651 #: templates/gis_data_editor_form.twig:73
14655 #: templates/gis_data_editor_form.twig:93
14656 #: templates/gis_data_editor_form.twig:134
14657 #: templates/gis_data_editor_form.twig:186
14660 msgstr "Punto ng %d:"
14662 #: templates/gis_data_editor_form.twig:113
14664 msgid "Linestring %d:"
14665 msgstr "Linestring %d:"
14667 #: templates/gis_data_editor_form.twig:115
14668 #: templates/gis_data_editor_form.twig:170
14669 msgid "Outer ring:"
14670 msgstr "Panlabas na singsing:"
14672 #: templates/gis_data_editor_form.twig:117
14673 #: templates/gis_data_editor_form.twig:172
14675 msgid "Inner ring %d:"
14676 msgstr "Inner ring %d:"
14678 #: templates/gis_data_editor_form.twig:144
14679 msgid "Add a linestring"
14680 msgstr "Magdagdag ng linestring"
14682 #: templates/gis_data_editor_form.twig:157
14684 msgid "Polygon %d:"
14685 msgstr "Polygon %d:"
14687 #: templates/gis_data_editor_form.twig:199
14688 msgid "Add a polygon"
14689 msgstr "Magdagdag ng polygon"
14691 #: templates/gis_data_editor_form.twig:205
14692 msgid "Add geometry"
14693 msgstr "Magdagdag ng geometry"
14695 #: templates/gis_data_editor_form.twig:214
14699 #: templates/gis_data_editor_form.twig:216
14701 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
14702 "below into the \"Value\" field."
14704 "Piliin ang \"GeomFromText\" mula sa column na \"Function\" at i-paste ang "
14705 "string sa ibaba sa patlang na \"Halaga\"."
14707 #: templates/header.twig:41 templates/login/header.twig:13
14708 msgid "Javascript must be enabled past this point!"
14711 #: templates/header.twig:52
14712 msgid "Click on the bar to scroll to top of page"
14715 #: templates/home/git_info.twig:2
14716 msgid "Git revision:"
14719 #: templates/home/git_info.twig:13
14723 #: templates/home/git_info.twig:15 templates/home/git_info.twig:22
14725 msgid "from %s branch"
14728 #: templates/home/git_info.twig:25
14730 msgid "committed on %s by %s"
14733 #: templates/home/git_info.twig:32
14735 msgid "authored on %s by %s"
14738 #: templates/home/index.twig:22 templates/login/form.twig:7
14741 "You are using the demo server. You can do anything here, but please do not "
14742 "change root, debian-sys-maint and pma users. More information is available "
14745 "Ginagamit mo ang demo server. Maaari kang gumawa ng anumang bagay dito, "
14746 "ngunit mangyaring huwag baguhin ang ugat, debian-sys-maint at mga gumagamit "
14747 "ng pma. Ang karagdagang impormasyon ay makukuha sa %s."
14749 #: templates/home/index.twig:32
14750 msgid "General settings"
14751 msgstr "Pangkalahatang mga setting"
14753 #: templates/home/index.twig:56
14755 #| msgid "Server connection collation"
14756 msgid "Server connection collation:"
14757 msgstr "Pag-collage ng koneksyon sa server"
14759 #: templates/home/index.twig:79 templates/preferences/manage/main.twig:56
14760 msgid "More settings"
14761 msgstr "Higit pang mga setting"
14763 #: templates/home/index.twig:89
14764 msgid "Appearance settings"
14765 msgstr "Mga setting ng anyo"
14767 #: templates/home/index.twig:113
14768 msgid "Database server"
14769 msgstr "Server ng Database"
14771 #: templates/home/index.twig:117 templates/login/form.twig:37
14772 #: templates/menu/breadcrumbs.twig:7
14776 #: templates/home/index.twig:121
14777 msgid "Server type:"
14778 msgstr "Uri ng serber:"
14780 #: templates/home/index.twig:125
14781 msgid "Server connection:"
14782 msgstr "Koneksyon ng server:"
14784 #: templates/home/index.twig:133
14785 msgid "Protocol version:"
14786 msgstr "Bersyon ng protocol:"
14788 #: templates/home/index.twig:137
14792 #: templates/home/index.twig:141
14793 msgid "Server charset:"
14794 msgstr "Ang charset ng server:"
14796 #: templates/home/index.twig:153
14798 msgstr "Serber ng web"
14800 #: templates/home/index.twig:163
14801 msgid "Database client version:"
14802 msgstr "Bersyon ng client client:"
14804 #: templates/home/index.twig:167
14805 msgid "PHP extension:"
14806 msgstr "Extension ng PHP:"
14808 #: templates/home/index.twig:174
14809 msgid "PHP version:"
14810 msgstr "Bersyon ng PHP:"
14812 #: templates/home/index.twig:181
14813 msgid "Show PHP information"
14814 msgstr "Ipakita ang impormasyon ng PHP"
14816 #: templates/home/index.twig:195
14817 msgid "Version information:"
14818 msgstr "Impormasyon ng bersyon:"
14820 #: templates/home/index.twig:205
14821 msgid "Official Homepage"
14822 msgstr "Opisyal na Homepage"
14824 #: templates/home/index.twig:210
14828 #: templates/home/index.twig:215
14829 msgid "Get support"
14830 msgstr "Kumuha ng suporta"
14832 #: templates/home/index.twig:220
14833 msgid "List of changes"
14834 msgstr "Listahan ng mga pagbabago"
14836 #: templates/home/index.twig:225 templates/server/plugins/index.twig:30
14840 #: templates/import/javascript.twig:12
14842 "The file being uploaded is probably larger than the maximum allowed size or "
14843 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
14847 #: templates/import/javascript.twig:13
14852 #: templates/import/javascript.twig:14
14857 #: templates/import/javascript.twig:15
14858 msgid "About %MIN min. %SEC sec. remaining."
14861 #: templates/import/javascript.twig:16
14862 msgid "About %SEC sec. remaining."
14865 #: templates/import/javascript.twig:17
14866 msgid "The file is being processed, please be patient."
14869 #: templates/import/javascript.twig:29
14870 msgid "Uploading your import file…"
14873 #: templates/import/javascript.twig:153
14875 "Please be patient, the file is being uploaded. Details about the upload are "
14879 #: templates/import.twig:39
14880 msgid "File to import:"
14883 #: templates/import.twig:45
14885 msgid "File may be compressed (%s) or uncompressed."
14888 #: templates/import.twig:47
14890 "A compressed file's name must end in <strong>.[format].[compression]</"
14891 "strong>. Example: <strong>.sql.zip</strong>"
14894 #: templates/import.twig:57 templates/import.twig:90
14895 #: templates/preferences/manage/main.twig:22
14896 msgid "Browse your computer:"
14899 #: templates/import.twig:62
14900 msgid "Browse your computer"
14903 #: templates/import.twig:68 templates/import.twig:101
14904 msgid "You may also drag and drop a file on any page."
14907 #: templates/import.twig:74 templates/import.twig:104
14909 msgid "Select from the web server upload directory [strong]%s[/strong]:"
14912 #: templates/import.twig:80
14914 #| msgid "Please select the file you want to import."
14915 msgid "Select file to import"
14916 msgstr "Pakipili ang file na gusto mong i-import."
14918 #: templates/import.twig:85 templates/import.twig:115
14919 msgid "There are no files to upload!"
14922 #: templates/import.twig:118
14923 msgid "File uploads are not allowed on this server."
14926 #: templates/import.twig:152
14927 msgid "Partial import:"
14930 #: templates/import.twig:157
14933 "Previous import timed out, after resubmitting will continue from position %d."
14936 #: templates/import.twig:165
14938 "Allow the interruption of an import in case the script detects it is close "
14939 "to the PHP timeout limit. <em>(This might be a good way to import large "
14940 "files, however it can break transactions.)</em>"
14943 #: templates/import.twig:172
14944 msgid "Skip this number of queries (for SQL) starting from the first one:"
14947 #: templates/import.twig:189
14948 msgid "Other options:"
14951 #: templates/indexes.twig:38
14952 #: templates/table/structure/display_structure.twig:445
14954 #| msgid "Page name"
14956 msgstr "Pangalan ng pahina"
14958 #: templates/indexes.twig:44
14959 #: templates/table/structure/display_structure.twig:451
14960 msgid "The primary key has been dropped."
14963 #: templates/indexes.twig:49
14964 #: templates/table/structure/display_structure.twig:456
14966 msgid "Index %s has been dropped."
14969 #. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
14970 #: templates/javascript/variables.twig:8
14971 msgid "calendar-month-year"
14972 msgstr "calendar-month-year"
14974 #. l10n: Year suffix for calendar, "none" is empty.
14975 #: templates/javascript/variables.twig:11
14977 #| msgctxt "Year suffix"
14982 #. l10n: Previous month. Display text for previous month link in calendar
14983 #: templates/javascript/variables.twig:16
14985 #| msgctxt "Previous month"
14990 #. l10n: Next month. Display text for next month link in calendar
14991 #: templates/javascript/variables.twig:17
14993 #| msgctxt "Next month"
14998 #. l10n: Display text for current month link in calendar
14999 #: templates/javascript/variables.twig:18
15003 #: templates/javascript/variables.twig:20
15007 #: templates/javascript/variables.twig:21
15011 #: templates/javascript/variables.twig:22
15015 #: templates/javascript/variables.twig:23
15019 #. l10n: Short month name for May
15020 #: templates/javascript/variables.twig:24
15021 #: templates/javascript/variables.twig:38
15025 #: templates/javascript/variables.twig:25
15029 #: templates/javascript/variables.twig:26
15033 #: templates/javascript/variables.twig:27
15037 #: templates/javascript/variables.twig:28
15039 msgstr "Septyembre"
15041 #: templates/javascript/variables.twig:29
15045 #: templates/javascript/variables.twig:30
15049 #: templates/javascript/variables.twig:31
15053 #. l10n: Short week day name for Sunday
15054 #: templates/javascript/variables.twig:57
15058 #. l10n: Minimal week day name for Sunday
15059 #: templates/javascript/variables.twig:66
15063 #. l10n: Minimal week day name for Monday
15064 #: templates/javascript/variables.twig:67
15068 #. l10n: Minimal week day name for Tuesday
15069 #: templates/javascript/variables.twig:68
15073 #. l10n: Minimal week day name for Wednesday
15074 #: templates/javascript/variables.twig:69
15078 #. l10n: Minimal week day name for Thursday
15079 #: templates/javascript/variables.twig:70
15083 #. l10n: Minimal week day name for Friday
15084 #: templates/javascript/variables.twig:71
15088 #. l10n: Minimal week day name for Saturday
15089 #: templates/javascript/variables.twig:72
15093 #. l10n: Column header for week of the year in calendar
15094 #: templates/javascript/variables.twig:74
15098 #: templates/javascript/variables.twig:82
15102 #: templates/javascript/variables.twig:83
15106 #: templates/javascript/variables.twig:84
15110 #: templates/javascript/variables.twig:90
15111 msgid "This field is required"
15112 msgstr "Ang patlang na ito ay kinakailangan"
15114 #: templates/javascript/variables.twig:91
15115 msgid "Please fix this field"
15116 msgstr "Paki-ayos ang patlang na ito"
15118 #: templates/javascript/variables.twig:92
15119 msgid "Please enter a valid email address"
15120 msgstr "Mangyaring magpasok ng isang wastong email address"
15122 #: templates/javascript/variables.twig:93
15123 msgid "Please enter a valid URL"
15126 #: templates/javascript/variables.twig:94
15127 msgid "Please enter a valid date"
15130 #: templates/javascript/variables.twig:95
15131 msgid "Please enter a valid date ( ISO )"
15134 #: templates/javascript/variables.twig:96
15135 msgid "Please enter a valid number"
15138 #: templates/javascript/variables.twig:97
15139 msgid "Please enter a valid credit card number"
15142 #: templates/javascript/variables.twig:98
15143 msgid "Please enter only digits"
15146 #: templates/javascript/variables.twig:99
15147 msgid "Please enter the same value again"
15150 #: templates/javascript/variables.twig:100
15151 msgid "Please enter no more than {0} characters"
15154 #: templates/javascript/variables.twig:101
15155 msgid "Please enter at least {0} characters"
15158 #: templates/javascript/variables.twig:102
15159 msgid "Please enter a value between {0} and {1} characters long"
15162 #: templates/javascript/variables.twig:103
15163 msgid "Please enter a value between {0} and {1}"
15166 #: templates/javascript/variables.twig:104
15167 msgid "Please enter a value less than or equal to {0}"
15170 #: templates/javascript/variables.twig:105
15171 msgid "Please enter a value greater than or equal to {0}"
15174 #: templates/javascript/variables.twig:106
15175 msgid "Please enter a valid date or time"
15178 #: templates/javascript/variables.twig:107
15179 msgid "Please enter a valid HEX input"
15182 #. l10n: To validate the usage of a MD5 function on the column
15183 #: templates/javascript/variables.twig:108
15184 msgid "This column can not contain a 32 chars value"
15187 #. l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
15188 #: templates/javascript/variables.twig:109
15190 "These functions are meant to return a binary result; to avoid inconsistent "
15191 "results you should store it in a BINARY, VARBINARY, or BLOB column."
15194 #: templates/login/form.twig:30
15198 #: templates/login/form.twig:36 templates/login/form.twig:41
15199 msgid "You can enter hostname/IP address and port separated by space."
15202 #: templates/login/form.twig:48
15206 #: templates/login/form.twig:57
15207 #: templates/server/privileges/change_password.twig:21
15208 #: templates/server/privileges/login_information_fields.twig:43
15209 #: templates/server/replication/change_master.twig:18
15210 #: templates/server/replication/master_add_slave_user.twig:49
15214 #: templates/login/form.twig:67
15216 #| msgid "Server charset:"
15217 msgid "Server choice:"
15218 msgstr "Ang charset ng server:"
15220 #: templates/login/header.twig:17
15222 "There is a mismatch between HTTPS indicated on the server and client. This "
15223 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
15224 "server configuration to indicate HTTPS properly."
15227 #: templates/login/twofactor/application_configure.twig:3
15229 "Please scan following QR code into the two-factor authentication app on your "
15230 "device and enter authentication code it generates."
15233 #: templates/login/twofactor/application_configure.twig:13
15234 msgid "Secret/key:"
15237 #: templates/login/twofactor/application_configure.twig:16
15238 #: templates/login/twofactor/application.twig:2
15239 msgid "Authentication code:"
15242 #: templates/login/twofactor/application.twig:4
15244 "Open the two-factor authentication app on your device to view your "
15245 "authentication code and verify your identity."
15248 #: templates/login/twofactor/invalid.twig:2
15250 "The configured two factor authentication is not available, please install "
15251 "missing dependencies."
15254 #: templates/login/twofactor/key_configure.twig:3
15256 "Please connect your FIDO U2F device into your computer's USB port. Then "
15257 "confirm registration on the device."
15260 #: templates/login/twofactor/key-https-warning.twig:3
15262 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
15263 "most likely refuse to authenticate you."
15266 #: templates/login/twofactor/key.twig:3
15268 "Please connect your FIDO U2F device into your computer's USB port. Then "
15269 "confirm login on the device."
15272 #: templates/login/twofactor.twig:5
15276 #: templates/menu/breadcrumbs.twig:27
15280 #: templates/navigation/item_unhide_dialog.twig:20
15284 #: templates/navigation/main.twig:25 templates/navigation/main.twig:26
15288 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15289 msgid "Empty session data"
15292 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
15296 #: templates/navigation/main.twig:35 templates/navigation/main.twig:36
15297 msgid "phpMyAdmin documentation"
15300 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15302 #| msgid "Documentation"
15303 msgid "MariaDB Documentation"
15304 msgstr "Dokumentasyon"
15306 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
15308 #| msgid "Documentation"
15309 msgid "MySQL Documentation"
15310 msgstr "Dokumentasyon"
15312 #: templates/navigation/main.twig:43 templates/navigation/main.twig:44
15313 msgid "Navigation panel settings"
15316 #: templates/navigation/main.twig:47 templates/navigation/main.twig:48
15317 msgid "Reload navigation panel"
15320 #: templates/navigation/main.twig:67
15321 msgid "An error has occurred while loading the navigation display"
15324 #: templates/navigation/main.twig:88
15328 #: templates/preferences/autoload.twig:7
15330 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
15331 "import it for current session?"
15334 #: templates/preferences/autoload.twig:13
15335 msgid "Delete settings"
15338 #: templates/preferences/forms/main.twig:4
15339 msgid "Cannot save settings, submitted form contains errors!"
15342 #: templates/preferences/header.twig:6
15343 msgid "Manage your settings"
15346 #: templates/preferences/header.twig:12
15347 msgid "Two-factor authentication"
15350 #: templates/preferences/header.twig:55
15351 #: templates/preferences/manage/main.twig:72
15352 msgid "Configuration has been saved."
15355 #: templates/preferences/header.twig:60
15358 "Your preferences will be saved for current session only. Storing them "
15359 "permanently requires %sphpMyAdmin configuration storage%s."
15362 #: templates/preferences/manage/error.twig:1
15363 msgid "Configuration contains incorrect data for some fields."
15366 #: templates/preferences/manage/error.twig:16
15367 msgid "Do you want to import remaining settings?"
15370 #: templates/preferences/manage/main.twig:3
15371 #: templates/preferences/manage/main.twig:33
15372 msgid "Saved on: @DATE@"
15375 #: templates/preferences/manage/main.twig:20
15376 msgid "Import from file"
15379 #: templates/preferences/manage/main.twig:27
15380 msgid "Import from browser's storage"
15383 #: templates/preferences/manage/main.twig:30
15384 msgid "Settings will be imported from your browser's local storage."
15387 #: templates/preferences/manage/main.twig:36
15388 msgid "You have no saved settings!"
15391 #: templates/preferences/manage/main.twig:40
15392 #: templates/preferences/manage/main.twig:104
15393 msgid "This feature is not supported by your web browser"
15396 #: templates/preferences/manage/main.twig:44
15397 msgid "Merge with current configuration"
15400 #: templates/preferences/manage/main.twig:59
15403 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
15407 #: templates/preferences/manage/main.twig:81
15408 msgid "Save as JSON file"
15411 #: templates/preferences/manage/main.twig:85
15412 msgid "Save as PHP file"
15415 #: templates/preferences/manage/main.twig:90
15416 msgid "Save to browser's storage"
15419 #: templates/preferences/manage/main.twig:96
15420 msgid "Settings will be saved in your browser's local storage."
15423 #: templates/preferences/manage/main.twig:99
15424 msgid "Existing settings will be overwritten!"
15427 #: templates/preferences/manage/main.twig:120
15428 msgid "You can reset all your settings and restore them to default values."
15431 #: templates/preferences/two_factor/configure.twig:5
15432 #: templates/preferences/two_factor/main.twig:57
15433 #: templates/preferences/two_factor/main.twig:70
15434 msgid "Configure two-factor authentication"
15437 #: templates/preferences/two_factor/configure.twig:12
15438 msgid "Enable two-factor authentication"
15441 #: templates/preferences/two_factor/confirm.twig:5
15442 msgid "Confirm disabling two-factor authentication"
15445 #: templates/preferences/two_factor/confirm.twig:9
15447 "By disabling two factor authentication you will be again able to login using "
15451 #: templates/preferences/two_factor/confirm.twig:13
15452 #: templates/preferences/two_factor/main.twig:46
15453 msgid "Disable two-factor authentication"
15456 #: templates/preferences/two_factor/main.twig:5
15457 msgid "Two-factor authentication status"
15460 #: templates/preferences/two_factor/main.twig:11
15462 "Two-factor authentication is not available, please install optional "
15463 "dependencies to enable authentication backends."
15466 #: templates/preferences/two_factor/main.twig:12
15467 msgid "Following composer packages are missing:"
15470 #: templates/preferences/two_factor/main.twig:20
15471 msgid "Two-factor authentication is available and configured for this account."
15474 #: templates/preferences/two_factor/main.twig:22
15476 "Two-factor authentication is available, but not configured for this account."
15479 #: templates/preferences/two_factor/main.twig:26
15481 "Two-factor authentication is not available, enable phpMyAdmin configuration "
15482 "storage to use it."
15485 #: templates/preferences/two_factor/main.twig:41
15486 msgid "You have enabled two factor authentication."
15489 #: templates/relation/diagnostic_info.twig:1
15490 msgid "Quick steps to set up advanced features:"
15493 #: templates/relation/diagnostic_info.twig:5
15495 msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
15498 #: templates/relation/diagnostic_info.twig:9
15499 msgid "Create a pma user and give access to these tables."
15502 #: templates/relation/diagnostic_info.twig:13
15504 "Enable advanced features in configuration file (<code>config.inc.php</"
15505 "code>), for example by starting from <code>config.sample.inc.php</code>."
15508 #: templates/relation/diagnostic_info.twig:17
15509 msgid "Re-login to phpMyAdmin to load the updated configuration file."
15512 #: templates/server/binlog/index.twig:10
15513 msgid "Select binary log to view"
15516 #: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
15517 #: templates/server/status/processes/list.twig:20
15518 msgid "Truncate shown queries"
15521 #: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
15522 #: templates/server/status/processes/list.twig:26
15523 msgid "Show full queries"
15526 #: templates/server/binlog/index.twig:84
15530 #: templates/server/binlog/index.twig:85
15534 #: templates/server/binlog/index.twig:87
15535 #: templates/server/replication/master_replication.twig:24
15539 #: templates/server/binlog/index.twig:88
15540 msgid "Original position"
15543 #: templates/server/binlog/index.twig:89
15544 #: templates/table/structure/display_table_stats.twig:3
15545 msgid "Information"
15548 #: templates/server/collations/index.twig:5
15549 msgid "Character sets and collations"
15552 #: templates/server/collations/index.twig:32
15558 #: templates/server/databases/index.twig:6
15559 msgid "Databases statistics"
15562 #: templates/server/databases/index.twig:23
15563 #: templates/server/databases/index.twig:61
15564 msgid "Create database"
15567 #: templates/server/databases/index.twig:72
15568 msgid "No privileges to create databases"
15571 #: templates/server/databases/index.twig:159
15572 #: templates/server/replication/index.twig:18
15573 #: templates/server/replication/master_replication.twig:3
15574 msgid "Master replication"
15577 #: templates/server/databases/index.twig:163
15578 #: templates/server/replication/slave_configuration.twig:2
15579 msgid "Slave replication"
15582 #: templates/server/databases/index.twig:184
15584 msgid "Jump to database '%s'"
15587 #: templates/server/databases/index.twig:245
15589 msgid "Check privileges for database \"%s\"."
15592 #: templates/server/databases/index.twig:246
15593 msgid "Check privileges"
15596 #: templates/server/databases/index.twig:312
15598 "Note: Enabling the database statistics here might cause heavy traffic "
15599 "between the web server and the MySQL server."
15602 #: templates/server/databases/index.twig:318
15603 #: templates/server/databases/index.twig:319
15604 msgid "Enable statistics"
15607 #: templates/server/databases/index.twig:330
15608 msgid "No databases"
15611 #: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
15612 msgid "Storage engines"
15615 #: templates/server/engines/index.twig:13
15616 msgid "Storage Engine"
15619 #: templates/server/engines/show.twig:45
15620 msgid "Unknown storage engine."
15623 #: templates/server/export/index.twig:32
15624 msgid "@SERVER@ will become the server name."
15627 #: templates/server/export/index.twig:3
15628 msgid "Exporting databases from the current server"
15631 #: templates/server/export/index.twig:7
15635 #: templates/server/import/index.twig:3
15636 msgid "Importing into the current server"
15639 #: templates/server/plugins/index.twig:26
15643 #: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
15647 #: templates/server/plugins/index.twig:29
15651 #: templates/server/plugins/index.twig:41
15655 #: templates/server/plugins/index.twig:43
15659 #: templates/server/plugins/index.twig:45
15661 #| msgid "Deleting"
15663 msgstr "Pagtanggal"
15665 #: templates/server/plugins/index.twig:47
15671 #: templates/server/privileges/add_user.twig:12
15672 msgid "Database for user account"
15675 #: templates/server/privileges/add_user.twig:15
15676 msgid "Create database with same name and grant all privileges."
15679 #: templates/server/privileges/add_user.twig:19
15680 msgid "Grant all privileges on wildcard name (username\\_%)."
15683 #: templates/server/privileges/add_user.twig:24
15685 msgid "Grant all privileges on database %s."
15688 #: templates/server/privileges/change_password.twig:15
15689 msgid "No Password"
15692 #: templates/server/privileges/change_password.twig:24
15696 #: templates/server/privileges/change_password.twig:28
15697 #: templates/server/privileges/login_information_fields.twig:54
15698 msgctxt "Password strength"
15702 #: templates/server/privileges/change_password.twig:32
15703 #: templates/server/privileges/login_information_fields.twig:60
15704 #: templates/server/replication/master_add_slave_user.twig:62
15708 #: templates/server/privileges/change_password.twig:40
15709 msgid "Password Hashing:"
15712 #: templates/server/privileges/change_password.twig:58
15714 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
15715 "connection that encrypts the password using RSA</i>'; while connecting to "
15719 #: templates/server/privileges/choose_user_group.twig:4
15720 #: templates/server/privileges/users_overview.twig:16
15724 #: templates/server/privileges/choose_user_group.twig:6
15727 msgid "User group:"
15730 #: templates/server/privileges/edit_routine_privileges.twig:4
15731 #: templates/server/privileges/user_properties.twig:4
15732 msgid "Edit privileges:"
15735 #: templates/server/privileges/edit_routine_privileges.twig:5
15736 #: templates/server/privileges/user_properties.twig:5
15737 msgid "User account"
15740 #: templates/server/privileges/edit_routine_privileges.twig:34
15741 #: templates/server/privileges/user_properties.twig:53
15743 "Note: You are attempting to edit privileges of the user with which you are "
15744 "currently logged in."
15747 #: templates/server/privileges/edit_routine_privileges.twig:51
15748 #: templates/server/privileges/privileges_table.twig:10
15749 #: templates/server/privileges/privileges_table.twig:248
15750 msgid "Note: MySQL privilege names are expressed in English."
15753 #: templates/server/privileges/edit_routine_privileges.twig:63
15754 #: templates/server/privileges/edit_routine_privileges.twig:67
15756 "Allows user to give to other users or remove from other users privileges "
15757 "that user possess on this routine."
15760 #: templates/server/privileges/edit_routine_privileges.twig:76
15761 #: templates/server/privileges/edit_routine_privileges.twig:79
15762 msgid "Allows altering and dropping this routine."
15765 #: templates/server/privileges/edit_routine_privileges.twig:88
15766 #: templates/server/privileges/edit_routine_privileges.twig:91
15767 msgid "Allows executing this routine."
15770 #: templates/server/privileges/login_information_fields.twig:2
15771 #: templates/server/privileges/user_properties.twig:106
15772 msgid "Login Information"
15775 #: templates/server/privileges/login_information_fields.twig:4
15776 #: templates/server/replication/change_master.twig:14
15777 #: templates/server/replication/master_add_slave_user.twig:16
15781 #: templates/server/privileges/login_information_fields.twig:7
15782 #: templates/server/replication/master_add_slave_user.twig:20
15786 #: templates/server/privileges/login_information_fields.twig:8
15787 #: templates/server/privileges/login_information_fields.twig:33
15788 #: templates/server/privileges/login_information_fields.twig:50
15789 #: templates/server/privileges/privileges_summary.twig:75
15790 #: templates/server/privileges/privileges_summary.twig:90
15791 msgid "Use text field"
15794 #: templates/server/privileges/login_information_fields.twig:16
15796 "An account already exists with the same username but possibly a different "
15800 #: templates/server/privileges/login_information_fields.twig:22
15804 #: templates/server/privileges/login_information_fields.twig:27
15805 #: templates/server/replication/master_add_slave_user.twig:34
15809 #: templates/server/privileges/login_information_fields.twig:28
15810 #: templates/server/replication/master_add_slave_user.twig:35
15814 #: templates/server/privileges/login_information_fields.twig:30
15815 #: templates/server/replication/master_add_slave_user.twig:37
15819 #: templates/server/privileges/login_information_fields.twig:32
15820 #: templates/server/replication/master_add_slave_user.twig:39
15821 msgid "Use host table"
15824 #: templates/server/privileges/login_information_fields.twig:39
15825 #: templates/server/replication/master_add_slave_user.twig:44
15827 "When Host table is used, this field is ignored and values stored in Host "
15828 "table are used instead."
15831 #: templates/server/privileges/login_information_fields.twig:45
15832 #: templates/server/privileges/login_information_fields.twig:53
15833 #: templates/server/privileges/users_overview.twig:10
15834 #: templates/server/replication/change_master.twig:19
15835 #: templates/server/replication/master_add_slave_user.twig:52
15836 #: templates/server/replication/master_add_slave_user.twig:57
15840 #: templates/server/privileges/login_information_fields.twig:47
15841 msgid "Do not change the password"
15844 #: templates/server/privileges/login_information_fields.twig:49
15845 #: templates/server/replication/master_add_slave_user.twig:53
15847 #| msgid "Change password"
15848 msgid "No password"
15849 msgstr "Baguhin ang password"
15851 #: templates/server/privileges/login_information_fields.twig:62
15852 #: templates/server/replication/master_add_slave_user.twig:65
15856 #: templates/server/privileges/login_information_fields.twig:68
15857 msgid "Authentication plugin"
15860 #: templates/server/privileges/login_information_fields.twig:70
15861 msgid "Password hashing method"
15864 #: templates/server/privileges/login_information_fields.twig:83
15866 "This method requires using an '<em>SSL connection</em>' or an "
15867 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
15868 "while connecting to the server."
15871 #: templates/server/privileges/new_user_ajax.twig:52
15872 #: templates/server/privileges/users_overview.twig:80
15873 msgid "Edit user group"
15876 #: templates/server/privileges/privileges_summary.twig:20
15877 msgid "Column-specific privileges"
15880 #: templates/server/privileges/privileges_summary.twig:54
15881 msgid "Add privileges on the following database(s):"
15884 #: templates/server/privileges/privileges_summary.twig:67
15885 msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
15888 #: templates/server/privileges/privileges_summary.twig:71
15889 msgid "Add privileges on the following table:"
15892 #: templates/server/privileges/privileges_summary.twig:86
15893 msgid "Add privileges on the following routine:"
15896 #: templates/server/privileges/privileges_table.twig:29
15897 #: templates/server/privileges/privileges_table.twig:30
15898 #: templates/server/privileges/privileges_table.twig:50
15899 #: templates/server/privileges/privileges_table.twig:51
15900 #: templates/server/privileges/privileges_table.twig:71
15901 #: templates/server/privileges/privileges_table.twig:72
15902 #: templates/server/privileges/privileges_table.twig:92
15903 #: templates/server/privileges/privileges_table.twig:93
15904 msgctxt "None privileges"
15908 #: templates/server/privileges/privileges_table.twig:136
15909 #: templates/server/privileges/privileges_table.twig:140
15910 #: templates/server/privileges/privileges_table.twig:614
15911 #: templates/server/privileges/privileges_table.twig:618
15913 "Allows user to give to other users or remove from other users the privileges "
15914 "that user possess yourself."
15917 #: templates/server/privileges/privileges_table.twig:231
15921 #: templates/server/privileges/privileges_table.twig:238
15922 #: templates/server/privileges/users_overview.twig:12
15923 msgid "Global privileges"
15926 #: templates/server/privileges/privileges_table.twig:528
15927 msgid "Administration"
15930 #: templates/server/privileges/privileges_table.twig:535
15931 #: templates/server/privileges/privileges_table.twig:538
15933 "Allows adding users and privileges without reloading the privilege tables."
15936 #: templates/server/privileges/privileges_table.twig:646
15937 msgid "Allows creating foreign key relations."
15940 #: templates/server/privileges/privileges_table.twig:646
15941 msgid "Not used on MariaDB."
15944 #: templates/server/privileges/privileges_table.twig:646
15945 msgid "Not used for this MySQL version."
15948 #: templates/server/privileges/privileges_table.twig:697
15949 msgid "Resource limits"
15952 #: templates/server/privileges/privileges_table.twig:699
15953 msgid "Note: Setting these options to 0 (zero) removes the limit."
15956 #: templates/server/privileges/privileges_table.twig:705
15957 #: templates/server/privileges/privileges_table.twig:712
15958 msgid "Limits the number of queries the user may send to the server per hour."
15961 #: templates/server/privileges/privileges_table.twig:718
15962 #: templates/server/privileges/privileges_table.twig:725
15964 "Limits the number of commands that change any table or database the user may "
15965 "execute per hour."
15968 #: templates/server/privileges/privileges_table.twig:731
15969 #: templates/server/privileges/privileges_table.twig:738
15970 msgid "Limits the number of new connections the user may open per hour."
15973 #: templates/server/privileges/privileges_table.twig:744
15974 #: templates/server/privileges/privileges_table.twig:751
15975 msgid "Limits the number of simultaneous connections the user may have."
15978 #: templates/server/privileges/privileges_table.twig:760
15979 msgid "Does not require SSL-encrypted connections."
15982 #: templates/server/privileges/privileges_table.twig:769
15983 msgid "Requires SSL-encrypted connections."
15986 #: templates/server/privileges/privileges_table.twig:778
15987 msgid "Requires a valid X509 certificate."
15990 #: templates/server/privileges/privileges_table.twig:799
15991 msgid "Requires that a specific cipher method be used for a connection."
15994 #: templates/server/privileges/privileges_table.twig:808
15995 msgid "Requires that a valid X509 certificate issued by this CA be presented."
15998 #: templates/server/privileges/privileges_table.twig:817
15999 msgid "Requires that a valid X509 certificate with this subject be presented."
16002 #: templates/server/privileges/subnav.twig:5
16003 #: templates/server/privileges/user_overview.twig:5
16004 msgid "User accounts overview"
16007 #: templates/server/privileges/subnav.twig:11
16008 #: templates/server/user_groups/user_groups.twig:1
16009 #: templates/server/user_groups/user_groups.twig:9
16010 msgid "User groups"
16013 #: templates/server/privileges/user_properties.twig:57
16014 #: templates/server/privileges/users_overview.twig:54
16015 msgid "The selected user was not found in the privilege table."
16018 #: templates/server/privileges/user_properties.twig:107
16019 msgid "Change login information / Copy user account"
16022 #: templates/server/privileges/user_properties.twig:114
16023 msgid "Create a new user account with the same privileges and …"
16026 #: templates/server/privileges/user_properties.twig:120
16027 msgid "… keep the old one."
16030 #: templates/server/privileges/user_properties.twig:127
16031 msgid "… delete the old one from the user tables."
16034 #: templates/server/privileges/user_properties.twig:134
16036 "… revoke all active privileges from the old one and delete it afterwards."
16039 #: templates/server/privileges/user_properties.twig:141
16041 "… delete the old one from the user tables and reload the privileges "
16045 #: templates/server/privileges/users_overview.twig:131
16046 msgid "Remove selected user accounts"
16049 #: templates/server/privileges/users_overview.twig:133
16050 msgid "Revoke all active privileges from the users and delete them afterwards."
16053 #: templates/server/privileges/users_overview.twig:137
16054 msgid "Drop the databases that have the same names as the users."
16057 #: templates/server/replication/change_master.twig:5
16058 msgid "Slave configuration"
16061 #: templates/server/replication/change_master.twig:6
16062 #: templates/server/replication/slave_configuration.twig:97
16063 msgid "Change or reconfigure master server"
16066 #: templates/server/replication/change_master.twig:9
16068 "Make sure you have a unique server-id in your configuration file (my.cnf). "
16069 "If not, please add the following line into [mysqld] section:"
16072 #: templates/server/replication/change_master.twig:26
16076 #: templates/server/replication/index.twig:21
16079 "This server is not configured as master in a replication process. Would you "
16080 "like to %sconfigure%s it?"
16083 #: templates/server/replication/index.twig:43
16084 msgid "No privileges"
16087 #: templates/server/replication/master_add_slave_user.twig:6
16088 #: templates/server/replication/master_replication.twig:44
16089 msgid "Add slave replication user"
16092 #: templates/server/replication/master_add_slave_user.twig:21
16093 #: templates/server/replication/master_add_slave_user.twig:40
16094 #: templates/server/replication/master_add_slave_user.twig:54
16095 msgid "Use text field:"
16098 #: templates/server/replication/master_add_slave_user.twig:70
16099 msgid "Generate password:"
16102 #: templates/server/replication/master_configuration.twig:2
16103 msgid "Master configuration"
16106 #: templates/server/replication/master_configuration.twig:4
16108 "This server is not configured as a master server in a replication process. "
16109 "You can choose from either replicating all databases and ignoring some of "
16110 "them (useful if you want to replicate a majority of the databases) or you "
16111 "can choose to ignore all databases by default and allow only certain "
16112 "databases to be replicated. Please select the mode:"
16115 #: templates/server/replication/master_configuration.twig:9
16116 msgid "Replicate all databases; Ignore:"
16119 #: templates/server/replication/master_configuration.twig:10
16120 msgid "Ignore all databases; Replicate:"
16123 #: templates/server/replication/master_configuration.twig:12
16124 msgid "Please select databases:"
16127 #: templates/server/replication/master_configuration.twig:15
16129 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
16130 "and please restart the MySQL server afterwards."
16133 #: templates/server/replication/master_configuration.twig:21
16135 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
16136 "should see a message informing you, that this server <strong>is</strong> "
16137 "configured as master."
16140 #: templates/server/replication/master_replication.twig:5
16141 msgid "This server is configured as master in a replication process."
16144 #: templates/server/replication/master_replication.twig:16
16145 msgid "Show connected slaves"
16148 #: templates/server/replication/master_replication.twig:38
16150 "Only slaves started with the --report-host=host_name option are visible in "
16154 #: templates/server/replication/slave_configuration.twig:5
16155 msgid "Master connection:"
16158 #: templates/server/replication/slave_configuration.twig:25
16159 msgid "Slave SQL Thread not running!"
16162 #: templates/server/replication/slave_configuration.twig:28
16163 msgid "Slave IO Thread not running!"
16166 #: templates/server/replication/slave_configuration.twig:31
16168 "Server is configured as slave in a replication process. Would you like to:"
16171 #: templates/server/replication/slave_configuration.twig:34
16172 msgid "See slave status table"
16175 #: templates/server/replication/slave_configuration.twig:38
16176 msgid "Control slave:"
16179 #: templates/server/replication/slave_configuration.twig:48
16180 msgid "Reset slave"
16183 #: templates/server/replication/slave_configuration.twig:54
16184 msgid "Start SQL Thread only"
16187 #: templates/server/replication/slave_configuration.twig:56
16188 msgid "Stop SQL Thread only"
16191 #: templates/server/replication/slave_configuration.twig:63
16192 msgid "Start IO Thread only"
16195 #: templates/server/replication/slave_configuration.twig:65
16196 msgid "Stop IO Thread only"
16199 #: templates/server/replication/slave_configuration.twig:74
16200 msgid "Error management:"
16203 #: templates/server/replication/slave_configuration.twig:77
16204 msgid "Skipping errors might lead into unsynchronized master and slave!"
16207 #: templates/server/replication/slave_configuration.twig:81
16208 msgid "Skip current error"
16211 #: templates/server/replication/slave_configuration.twig:87
16213 msgid "Skip next %s errors."
16216 #: templates/server/replication/slave_configuration.twig:107
16219 "This server is not configured as slave in a replication process. Would you "
16220 "like to %sconfigure%s it?"
16223 #: templates/server/replication/status_table.twig:6
16224 msgid "Master status"
16227 #: templates/server/replication/status_table.twig:8
16228 msgid "Slave status"
16231 #: templates/server/replication/status_table.twig:16
16232 #: templates/server/status/variables/index.twig:72
16233 #: templates/server/variables/index.twig:31
16237 #: templates/server/status/advisor/index.twig:6
16238 #: templates/server/status/advisor/index.twig:19
16239 msgid "Advisor system"
16240 msgstr "Sistema ng tagapayo"
16242 #: templates/server/status/advisor/index.twig:9
16243 msgid "Not enough privilege to view the advisor."
16246 #: templates/server/status/advisor/index.twig:12
16247 msgid "Instructions"
16250 #: templates/server/status/advisor/index.twig:26
16252 "The Advisor system can provide recommendations on server variables by "
16253 "analyzing the server status variables."
16256 #: templates/server/status/advisor/index.twig:31
16258 "Do note however that this system provides recommendations based on simple "
16259 "calculations and by rule of thumb which may not necessarily apply to your "
16263 #: templates/server/status/advisor/index.twig:36
16265 "Prior to changing any of the configuration, be sure to know what you are "
16266 "changing (by reading the documentation) and how to undo the change. Wrong "
16267 "tuning can have a very negative effect on performance."
16270 #: templates/server/status/advisor/index.twig:41
16272 "The best way to tune your system would be to change only one setting at a "
16273 "time, observe or benchmark your database, and undo the change if there was "
16274 "no clearly measurable improvement."
16277 #: templates/server/status/advisor/index.twig:55
16279 #| msgid "Some error occurred while getting SQL debug info."
16280 msgid "Errors occurred while executing rule expressions:"
16281 msgstr "May naganap na error habang nakakakuha ng impormasyon sa debug ng SQL."
16283 #: templates/server/status/advisor/index.twig:65
16284 msgid "Possible performance issues"
16285 msgstr "Posibleng mga isyu sa pagganap"
16287 #: templates/server/status/advisor/index.twig:78
16293 #: templates/server/status/advisor/index.twig:81
16295 #| msgid "Recommendation"
16296 msgid "Recommendation:"
16297 msgstr "Rekomendasyon"
16299 #: templates/server/status/advisor/index.twig:84
16301 #| msgid "Justification"
16302 msgid "Justification:"
16303 msgstr "Justipikasyon"
16305 #: templates/server/status/advisor/index.twig:87
16307 #| msgid "Used variable / formula"
16308 msgid "Used variable / formula:"
16309 msgstr "Ginamit na variable / formula"
16311 #: templates/server/status/advisor/index.twig:90
16315 msgstr "Pagsusulit"
16317 #: templates/server/status/base.twig:16
16318 msgid "Query statistics"
16321 #: templates/server/status/base.twig:21
16322 msgid "All status variables"
16325 #: templates/server/status/base.twig:26
16329 #: templates/server/status/base.twig:31
16333 #: templates/server/status/monitor/index.twig:8
16334 msgid "Start Monitor"
16337 #: templates/server/status/monitor/index.twig:16
16338 msgid "Instructions/Setup"
16341 #: templates/server/status/monitor/index.twig:20
16342 msgid "Done dragging (rearranging) charts"
16345 #: templates/server/status/monitor/index.twig:27
16346 #: templates/server/status/monitor/index.twig:124
16350 #: templates/server/status/monitor/index.twig:31
16351 msgid "Enable charts dragging"
16354 #: templates/server/status/monitor/index.twig:36
16355 #: templates/server/status/processes/index.twig:29
16356 msgid "Refresh rate"
16359 #: templates/server/status/monitor/index.twig:43
16360 #: templates/server/status/processes/index.twig:36
16361 #, fuzzy, php-format
16362 #| msgid "Copying database"
16364 msgstr "Kinokopya ang database"
16366 #: templates/server/status/monitor/index.twig:45
16367 #: templates/server/status/processes/index.twig:38
16368 #, fuzzy, php-format
16369 #| msgid "Copying database"
16371 msgstr "Kinokopya ang database"
16373 #: templates/server/status/monitor/index.twig:49
16374 #: templates/server/status/processes/index.twig:42
16375 #, fuzzy, php-format
16376 #| msgid "Copying database"
16378 msgstr "Kinokopya ang database"
16380 #: templates/server/status/monitor/index.twig:51
16381 #: templates/server/status/processes/index.twig:44
16382 #, fuzzy, php-format
16383 #| msgid "Copying database"
16385 msgstr "Kinokopya ang database"
16387 #: templates/server/status/monitor/index.twig:61
16388 msgid "Chart columns"
16391 #: templates/server/status/monitor/index.twig:74
16392 msgid "Chart arrangement"
16395 #: templates/server/status/monitor/index.twig:75
16397 "The arrangement of the charts is stored to the browsers local storage. You "
16398 "may want to export it if you have a complicated set up."
16401 #: templates/server/status/monitor/index.twig:84
16402 msgid "Reset to default"
16405 #: templates/server/status/monitor/index.twig:89
16406 msgid "Monitor Instructions"
16409 #: templates/server/status/monitor/index.twig:91
16411 "The phpMyAdmin Monitor can assist you in optimizing the server configuration "
16412 "and track down time intensive queries. For the latter you will need to set "
16413 "log_output to 'TABLE' and have either the slow_query_log or general_log "
16414 "enabled. Note however, that the general_log produces a lot of data and "
16415 "increases server load by up to 15%."
16418 #: templates/server/status/monitor/index.twig:101
16419 msgid "Using the monitor:"
16422 #: templates/server/status/monitor/index.twig:103
16424 "Your browser will refresh all displayed charts in a regular interval. You "
16425 "may add charts and change the refresh rate under 'Settings', or remove any "
16426 "chart using the cog icon on each respective chart."
16429 #: templates/server/status/monitor/index.twig:108
16431 "To display queries from the logs, select the relevant time span on any chart "
16432 "by holding down the left mouse button and panning over the chart. Once "
16433 "confirmed, this will load a table of grouped queries, there you may click on "
16434 "any occurring SELECT statements to further analyze them."
16437 #: templates/server/status/monitor/index.twig:114
16438 msgid "Please note:"
16441 #: templates/server/status/monitor/index.twig:117
16443 "Enabling the general_log may increase the server load by 5-15%. Also be "
16444 "aware that generating statistics from the logs is a load intensive task, so "
16445 "it is advisable to select only a small time span and to disable the "
16446 "general_log and empty its table once monitoring is not required any more."
16449 #: templates/server/status/monitor/index.twig:127
16450 msgid "Chart Title"
16453 #: templates/server/status/monitor/index.twig:131
16454 msgid "Preset chart"
16457 #: templates/server/status/monitor/index.twig:137
16458 msgid "Status variable(s)"
16461 #: templates/server/status/monitor/index.twig:142
16462 msgid "Select series:"
16465 #: templates/server/status/monitor/index.twig:145
16466 msgid "Commonly monitored"
16469 #: templates/server/status/monitor/index.twig:163
16470 msgid "or type variable name:"
16473 #: templates/server/status/monitor/index.twig:170
16474 msgid "Display as differential value"
16477 #: templates/server/status/monitor/index.twig:175
16478 msgid "Apply a divisor"
16481 #: templates/server/status/monitor/index.twig:186
16482 msgid "Append unit to data values"
16485 #: templates/server/status/monitor/index.twig:194
16486 msgid "Add this series"
16489 #: templates/server/status/monitor/index.twig:197
16490 msgid "Clear series"
16493 #: templates/server/status/monitor/index.twig:201
16494 msgid "Series in chart:"
16497 #: templates/server/status/monitor/index.twig:210
16498 msgid "Log statistics"
16501 #: templates/server/status/monitor/index.twig:212
16502 msgid "Selected time range:"
16505 #: templates/server/status/monitor/index.twig:220
16506 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
16509 #: templates/server/status/monitor/index.twig:226
16510 msgid "Remove variable data in INSERT statements for better grouping"
16513 #: templates/server/status/monitor/index.twig:230
16514 msgid "Choose from which log you want the statistics to be generated from."
16517 #: templates/server/status/monitor/index.twig:233
16518 msgid "Results are grouped by query text."
16521 #: templates/server/status/monitor/index.twig:237
16522 msgid "Query analyzer"
16525 #: templates/server/status/processes/index.twig:14
16526 msgid "Show only active"
16529 #: templates/server/status/processes/index.twig:24
16531 "Note: Enabling the auto refresh here might cause heavy traffic between the "
16532 "web server and the MySQL server."
16535 #. l10n: Questions is the name of a MySQL Status variable
16536 #: templates/server/status/queries/index.twig:8
16537 msgid "Questions since startup:"
16540 #: templates/server/status/queries/index.twig:20
16544 #: templates/server/status/queries/index.twig:21
16545 msgid "per minute:"
16548 #: templates/server/status/queries/index.twig:23
16549 msgid "per second:"
16552 #: templates/server/status/queries/index.twig:37
16556 #. l10n: # = Amount of queries
16557 #: templates/server/status/queries/index.twig:38
16561 #: templates/server/status/queries/index.twig:39
16562 #: templates/server/status/status/index.twig:18
16563 #: templates/server/status/status/index.twig:38
16567 #: templates/server/status/queries/index.twig:59
16568 msgid "Not enough privilege to view query statistics."
16571 #: templates/server/status/status/index.twig:6
16573 msgid "Network traffic since startup: %s"
16576 #: templates/server/status/status/index.twig:7
16578 msgid "This MySQL server has been running for %1$s. It started up on %2$s."
16581 #: templates/server/status/status/index.twig:15
16583 "On a busy server, the byte counters may overrun, so those statistics as "
16584 "reported by the MySQL server may be incorrect."
16587 #: templates/server/status/status/index.twig:59
16589 "This MySQL server works as <b>master</b> and <b>slave</b> in <b>replication</"
16593 #: templates/server/status/status/index.twig:61
16594 msgid "This MySQL server works as <b>master</b> in <b>replication</b> process."
16597 #: templates/server/status/status/index.twig:63
16598 msgid "This MySQL server works as <b>slave</b> in <b>replication</b> process."
16601 #: templates/server/status/status/index.twig:69
16602 msgid "Replication status"
16605 #: templates/server/status/status/index.twig:75
16606 msgid "Not enough privilege to view server status."
16609 #: templates/server/status/variables/index.twig:22
16610 msgid "Show only alert values"
16613 #: templates/server/status/variables/index.twig:28
16614 msgid "Filter by category…"
16617 #: templates/server/status/variables/index.twig:38
16618 msgid "Show unformatted values"
16621 #: templates/server/status/variables/index.twig:47
16622 msgid "Related links:"
16625 #: templates/server/status/variables/index.twig:136
16626 msgid "Not enough privilege to view status variables."
16629 #: templates/server/user_groups/edit_user_groups.twig:2
16630 #: templates/server/user_groups/user_groups.twig:47
16631 msgid "Add user group"
16634 #: templates/server/user_groups/edit_user_groups.twig:4
16636 msgid "Edit user group: '%s'"
16639 #: templates/server/user_groups/edit_user_groups.twig:9
16640 msgid "User group menu assignments"
16643 #: templates/server/user_groups/edit_user_groups.twig:14
16644 msgid "Group name:"
16647 #: templates/server/user_groups/user_groups.twig:12
16648 msgid "Server level tabs"
16651 #: templates/server/user_groups/user_groups.twig:15
16652 msgid "Database level tabs"
16655 #: templates/server/user_groups/user_groups.twig:18
16656 msgid "Table level tabs"
16659 #: templates/server/user_groups/user_listings.twig:1
16661 msgid "Users of '%s' user group"
16664 #: templates/server/user_groups/user_listings.twig:3
16665 msgid "No users were found belonging to this user group."
16668 #: templates/server/variables/index.twig:5
16669 msgid "Server variables and settings"
16672 #: templates/server/variables/index.twig:43
16673 msgid "This is a read-only variable and can not be edited"
16676 #: templates/server/variables/index.twig:69
16677 msgid "Session value"
16680 #: templates/server/variables/index.twig:80
16682 msgid "Not enough privilege to view server variables and settings. %s"
16685 #: templates/setup/base.twig:27 templates/setup/home/index.twig:20
16689 #: templates/setup/config/index.twig:4 templates/setup/home/index.twig:93
16690 msgid "Configuration file"
16693 #: templates/setup/config/index.twig:22 templates/setup/home/index.twig:105
16697 #: templates/setup/error.twig:2
16701 #: templates/setup/error.twig:3
16702 msgid "Submitted form contains errors"
16705 #: templates/setup/error.twig:6
16706 msgid "Try to revert erroneous fields to their default values"
16709 #: templates/setup/error.twig:14
16710 msgid "Ignore errors"
16713 #: templates/setup/error.twig:18
16717 #: templates/setup/home/index.twig:23
16718 msgid "Show hidden messages"
16721 #: templates/setup/home/index.twig:73
16722 msgid "There are no configured servers"
16725 #: templates/setup/home/index.twig:82
16729 #: templates/setup/home/index.twig:104
16733 #: templates/setup/home/index.twig:116
16734 msgid "phpMyAdmin homepage"
16737 #: templates/setup/home/index.twig:117
16741 #: templates/setup/home/index.twig:118
16742 msgid "Check for latest version"
16745 #: templates/setup/servers/index.twig:6
16746 msgid "Edit server"
16749 #: templates/setup/servers/index.twig:11
16750 msgid "Add a new server"
16753 #: templates/sql/bookmark.twig:11 templates/sql/bookmark.twig:29
16754 msgid "Bookmark this SQL query"
16757 #: templates/sql/bookmark.twig:15
16761 #: templates/sql/bookmark.twig:22 templates/sql/query.twig:91
16762 msgid "Let every user access this bookmark"
16765 #: templates/sql/profiling_chart.twig:4
16766 msgid "Detailed profile"
16769 #: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
16773 #: templates/sql/profiling_chart.twig:38
16774 msgid "Summary by state"
16777 #: templates/sql/profiling_chart.twig:47
16781 #: templates/sql/profiling_chart.twig:51
16785 #: templates/sql/profiling_chart.twig:55
16789 #: templates/sql/profiling_chart.twig:59
16793 #: templates/sql/query.twig:45
16794 msgid "Get auto-saved query"
16797 #. l10n: Bind parameters in the SQL query using :parameterName format
16798 #: templates/sql/query.twig:52
16799 msgid "Bind parameters"
16802 #: templates/sql/query.twig:85
16803 msgid "Bookmark this SQL query:"
16806 #: templates/sql/query.twig:96
16807 msgid "Replace existing bookmark of same name"
16810 #: templates/sql/query.twig:106 templates/sql/query.twig:108
16814 #: templates/sql/query.twig:114
16815 msgid "Show this query here again"
16818 #: templates/sql/query.twig:125
16819 msgid "Rollback when finished"
16822 #: templates/sql/query.twig:149
16826 #: templates/sql/query.twig:156
16830 #: templates/sql/query.twig:169
16834 #: templates/start_and_number_of_rows_panel.twig:3
16838 #: templates/table/browse_foreigners/column_element.twig:4
16839 msgid "Use this value"
16842 #: templates/table/chart/tbl_chart.twig:12
16843 msgctxt "Chart type"
16847 #: templates/table/chart/tbl_chart.twig:16
16848 msgctxt "Chart type"
16852 #: templates/table/chart/tbl_chart.twig:20
16853 msgctxt "Chart type"
16857 #: templates/table/chart/tbl_chart.twig:24
16858 msgctxt "Chart type"
16862 #: templates/table/chart/tbl_chart.twig:28
16863 msgctxt "Chart type"
16867 #: templates/table/chart/tbl_chart.twig:32
16868 msgctxt "Chart type"
16872 #: templates/table/chart/tbl_chart.twig:36
16873 msgctxt "Chart type"
16877 #: templates/table/chart/tbl_chart.twig:40
16878 msgctxt "Chart type"
16882 #: templates/table/chart/tbl_chart.twig:45
16886 #: templates/table/chart/tbl_chart.twig:48
16887 msgid "Chart title:"
16890 #: templates/table/chart/tbl_chart.twig:53
16894 #: templates/table/chart/tbl_chart.twig:68
16898 #: templates/table/chart/tbl_chart.twig:97
16899 msgid "X-Axis label:"
16902 #: templates/table/chart/tbl_chart.twig:99
16906 #: templates/table/chart/tbl_chart.twig:102
16907 msgid "Y-Axis label:"
16910 #: templates/table/chart/tbl_chart.twig:104
16914 #: templates/table/chart/tbl_chart.twig:110
16915 msgid "Series names are in a column"
16918 #: templates/table/chart/tbl_chart.twig:113
16919 msgid "Series column:"
16922 #: templates/table/chart/tbl_chart.twig:127
16923 msgid "Value Column:"
16926 #: templates/table/chart/tbl_chart.twig:148
16927 msgid "Save chart as image"
16930 #: templates/table/export/index.twig:12
16932 "@SERVER@ will become the server name, @DATABASE@ will become the database "
16933 "name and @TABLE@ will become the table name."
16936 #: templates/table/export/index.twig:7
16938 msgid "Exporting rows from \"%s\" table"
16941 #: templates/table/find_replace/index.twig:4
16942 #: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
16943 msgid "Table search"
16946 #: templates/table/find_replace/index.twig:10
16947 #: templates/table/search/index.twig:10
16948 #: templates/table/zoom_search/index.twig:10
16949 msgid "Zoom search"
16952 #: templates/table/find_replace/index.twig:16
16953 #: templates/table/find_replace/index.twig:29
16954 #: templates/table/search/index.twig:16
16955 #: templates/table/zoom_search/index.twig:16
16956 msgid "Find and replace"
16959 #: templates/table/find_replace/index.twig:35
16960 msgid "Replace with:"
16963 #: templates/table/find_replace/index.twig:53
16964 msgid "Use regular expression"
16967 #: templates/table/find_replace/replace_preview.twig:13
16968 msgid "Find and replace - preview"
16971 #: templates/table/find_replace/replace_preview.twig:18
16972 msgid "Original string"
16975 #: templates/table/find_replace/replace_preview.twig:19
16976 msgid "Replaced string"
16979 #: templates/table/find_replace/replace_preview.twig:37
16983 #: templates/table/gis_visualization/gis_visualization.twig:3
16984 msgid "Display GIS Visualization"
16987 #: templates/table/gis_visualization/gis_visualization.twig:8
16988 msgid "Label column"
16991 #: templates/table/gis_visualization/gis_visualization.twig:11
16995 #: templates/table/gis_visualization/gis_visualization.twig:19
16996 msgid "Spatial column"
16999 #: templates/table/import/index.twig:3
17001 msgid "Importing into the table \"%s\""
17004 #: templates/table/index_form.twig:15 templates/table/index_rename_form.twig:11
17005 msgid "Index name:"
17008 #: templates/table/index_form.twig:16 templates/table/index_rename_form.twig:12
17010 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
17013 #: templates/table/index_form.twig:34
17014 msgid "Index choice:"
17017 #: templates/table/index_form.twig:52
17018 msgid "Advanced options"
17021 #: templates/table/index_form.twig:59
17022 msgid "Key block size:"
17025 #: templates/table/index_form.twig:76
17026 msgid "Index type:"
17029 #: templates/table/index_form.twig:93
17033 #: templates/table/index_form.twig:109
17037 #: templates/table/index_form.twig:152 templates/table/index_form.twig:189
17038 msgid "Drag to reorder"
17041 #: templates/table/insert/continue_insertion_form.twig:18
17043 msgid "Continue insertion with %s rows"
17046 #: templates/table/maintenance/checksum.twig:13
17050 #: templates/table/operations/index.twig:9
17051 msgid "Alter table order by"
17054 #: templates/table/operations/index.twig:20
17055 msgctxt "Alter table order by a single field."
17059 #: templates/table/operations/index.twig:50
17061 #| msgid "No tables found in database."
17062 msgid "Move table to (database.table)"
17063 msgstr "Walang mga talahanayan na natagpuan sa database."
17065 #: templates/table/operations/index.twig:103
17066 msgid "Table options"
17069 #: templates/table/operations/index.twig:107
17070 msgid "Rename table to"
17073 #: templates/table/operations/index.twig:122
17074 msgid "Table comments"
17077 #: templates/table/operations/index.twig:158
17078 msgid "Change all column collations"
17081 #: templates/table/operations/index.twig:227
17083 #| msgid "No tables found in database."
17084 msgid "Copy table to (database.table)"
17085 msgstr "Walang mga talahanayan na natagpuan sa database."
17087 #: templates/table/operations/index.twig:300
17088 msgid "Switch to copied table"
17091 #: templates/table/operations/index.twig:342
17092 msgid "Defragment table"
17095 #: templates/table/operations/index.twig:350
17097 msgid "Table %s has been flushed."
17100 #: templates/table/operations/index.twig:354
17101 msgid "Flush the table (FLUSH)"
17104 #: templates/table/operations/index.twig:390
17105 msgid "Empty the table (TRUNCATE)"
17108 #: templates/table/operations/index.twig:409
17109 msgid "Delete the table (DROP)"
17112 #: templates/table/operations/index.twig:430
17113 msgid "Partition maintenance"
17116 #: templates/table/operations/index.twig:456
17117 #: templates/table/structure/display_partitions.twig:200
17118 msgid "Remove partitioning"
17121 #: templates/table/operations/index.twig:469
17122 msgid "Check referential integrity"
17125 #: templates/table/operations/view.twig:11
17126 msgid "Rename view to"
17129 #: templates/table/operations/view.twig:32
17130 msgid "Delete the view (DROP)"
17133 #: templates/table/page_with_secondary_tabs.twig:11
17134 msgid "Relation view"
17137 #: templates/table/partition/analyze.twig:2
17138 msgid "Analyze partition"
17141 #: templates/table/partition/check.twig:2
17143 #| msgid "Questions"
17144 msgid "Check partition"
17145 msgstr "Mga tanong"
17147 #: templates/table/partition/drop.twig:2
17148 msgid "Drop partition"
17151 #: templates/table/partition/optimize.twig:2
17152 msgid "Optimize partition"
17155 #: templates/table/partition/rebuild.twig:2
17156 msgid "Rebuild partition"
17159 #: templates/table/partition/repair.twig:2
17160 msgid "Repair partition"
17163 #: templates/table/partition/truncate.twig:2
17164 msgid "Truncate partition"
17167 #: templates/table/privileges/index.twig:57
17168 msgid "table-specific"
17171 #: templates/table/relation/common_form.twig:9
17172 msgid "Foreign key constraints"
17175 #: templates/table/relation/common_form.twig:14
17179 #: templates/table/relation/common_form.twig:15
17180 msgid "Constraint properties"
17183 #: templates/table/relation/common_form.twig:19
17185 "Creating a foreign key over a non-indexed column would automatically create "
17186 "an index on it. Alternatively, you can define an index below, before "
17187 "creating the foreign key."
17190 #: templates/table/relation/common_form.twig:24
17192 "Only columns with index will be displayed. You can define an index below."
17195 #: templates/table/relation/common_form.twig:28
17196 msgid "Foreign key constraint"
17199 #: templates/table/relation/common_form.twig:93
17200 msgid "+ Add constraint"
17203 #: templates/table/relation/common_form.twig:105
17204 #: templates/table/relation/common_form.twig:111
17205 msgid "Internal relationships"
17208 #: templates/table/relation/common_form.twig:119
17209 msgid "Internal relation"
17212 #: templates/table/relation/common_form.twig:121
17214 "An internal relation is not necessary when a corresponding FOREIGN KEY "
17218 #: templates/table/relation/common_form.twig:205
17219 msgid "Choose column to display:"
17222 #: templates/table/relation/foreign_key_row.twig:15
17224 msgid "Foreign key constraint %s has been dropped"
17227 #: templates/table/relation/foreign_key_row.twig:34
17228 msgid "Constraint name"
17231 #: templates/table/search/index.twig:29
17232 msgid "Do a \"query by example\" (wildcard: \"%\")"
17235 #: templates/table/search/index.twig:106
17236 msgid "Select columns (at least one):"
17239 #: templates/table/search/index.twig:123
17240 msgid "Add search conditions (body of the \"where\" clause):"
17243 #: templates/table/search/index.twig:131
17244 msgid "Number of rows per page"
17247 #: templates/table/search/index.twig:137
17248 msgid "Display order:"
17251 #: templates/table/structure/display_partitions.twig:4
17252 #: templates/table/structure/display_structure.twig:532
17256 #: templates/table/structure/display_partitions.twig:8
17257 msgid "No partitioning defined!"
17260 #: templates/table/structure/display_partitions.twig:11
17261 msgid "Partitioned by:"
17264 #: templates/table/structure/display_partitions.twig:16
17265 msgid "Sub partitioned by:"
17268 #: templates/table/structure/display_partitions.twig:29
17269 msgid "Data length"
17272 #: templates/table/structure/display_partitions.twig:30
17273 msgid "Index length"
17276 #: templates/table/structure/display_partitions.twig:194
17277 msgid "Partition table"
17280 #: templates/table/structure/display_partitions.twig:206
17281 #: templates/table/structure/partition_definition_form.twig:5
17282 msgid "Edit partitioning"
17285 #: templates/table/structure/display_structure.twig:71
17287 #| msgid "Server type:"
17288 msgid "Media type:"
17289 msgstr "Uri ng serber:"
17291 #: templates/table/structure/display_structure.twig:92
17292 #: templates/table/tracking/structure_snapshot_columns.twig:47
17293 msgctxt "None for default"
17297 #: templates/table/structure/display_structure.twig:109
17298 #: templates/table/structure/display_structure.twig:280
17302 #: templates/table/structure/display_structure.twig:117
17304 msgid "Column %s has been dropped."
17307 #: templates/table/structure/display_structure.twig:143
17309 msgid "A primary key has been added on %s."
17312 #: templates/table/structure/display_structure.twig:158
17313 #: templates/table/structure/display_structure.twig:173
17314 #: templates/table/structure/display_structure.twig:198
17315 #: templates/table/structure/display_structure.twig:217
17317 msgid "An index has been added on %s."
17320 #: templates/table/structure/display_structure.twig:239
17321 msgid "Distinct values"
17324 #: templates/table/structure/display_structure.twig:246
17325 #: templates/table/structure/display_structure.twig:308
17326 msgid "Remove from central columns"
17329 #: templates/table/structure/display_structure.twig:250
17330 #: templates/table/structure/display_structure.twig:305
17331 msgid "Add to central columns"
17334 #: templates/table/structure/display_structure.twig:316
17335 #: templates/table/structure/display_structure.twig:357
17336 msgid "Move columns"
17339 #: templates/table/structure/display_structure.twig:317
17340 msgid "Move the columns by dragging them up and down."
17343 #: templates/table/structure/display_structure.twig:329
17344 #: templates/view_create.twig:13
17348 #: templates/table/structure/display_structure.twig:343
17349 msgid "Propose table structure"
17352 #: templates/table/structure/display_structure.twig:360
17356 #: templates/table/structure/display_structure.twig:366
17360 #: templates/table/structure/display_structure.twig:380
17362 msgid "Add %s column(s)"
17365 #: templates/table/structure/display_structure.twig:385
17366 msgid "at beginning of table"
17369 #: templates/table/structure/display_structure.twig:507
17371 msgid "Create an index on %s columns"
17374 #: templates/table/structure/display_table_stats.twig:14
17375 msgid "Space usage"
17378 #: templates/table/structure/display_table_stats.twig:37
17382 #: templates/table/structure/display_table_stats.twig:80
17383 msgid "Row statistics"
17386 #: templates/table/structure/display_table_stats.twig:86
17390 #: templates/table/structure/display_table_stats.twig:88
17394 #: templates/table/structure/display_table_stats.twig:99
17395 msgid "partitioned"
17398 #: templates/table/structure/display_table_stats.twig:128
17402 #: templates/table/structure/display_table_stats.twig:140
17406 #: templates/table/structure/display_table_stats.twig:147
17407 msgid "Next autoindex"
17410 #: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:92
17411 #: templates/table/tracking/main.twig:93
17412 msgid "Delete version"
17415 #: templates/table/tracking/main.twig:103
17417 msgid "Activate tracking for %s"
17420 #: templates/table/tracking/main.twig:105
17421 msgid "Activate now"
17424 #: templates/table/tracking/main.twig:107
17426 msgid "Deactivate tracking for %s"
17429 #: templates/table/tracking/main.twig:109
17430 msgid "Deactivate now"
17433 #: templates/table/tracking/report_table.twig:4
17434 #: templates/table/tracking/structure_snapshot_columns.twig:5
17439 #: templates/table/tracking/report_table.twig:5
17443 #: templates/table/tracking/report_table.twig:6
17447 #: templates/table/zoom_search/index.twig:29
17448 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
17451 #: templates/table/zoom_search/index.twig:56
17452 msgid "Additional search criteria"
17455 #: templates/table/zoom_search/index.twig:118
17456 msgid "Use this column to label each point"
17459 #: templates/table/zoom_search/index.twig:143
17460 msgid "Maximum rows to plot"
17463 #: templates/table/zoom_search/result_form.twig:7
17464 msgid "Browse/Edit the points"
17467 #: templates/table/zoom_search/result_form.twig:14
17471 #: templates/table/zoom_search/result_form.twig:21
17475 #: templates/theme_preview.twig:11
17476 msgid "No preview available."
17479 #: templates/theme_preview.twig:13
17483 #: templates/themes.twig:4
17484 msgid "Get more themes!"
17487 #. l10n: Show or hide the menu using the hamburger style button
17488 #: templates/top_menu.twig:4
17489 msgid "Toggle navigation"
17492 #. l10n: Current page
17493 #: templates/top_menu.twig:14
17497 #: templates/transformation_overview.twig:1
17498 msgid "Available media types"
17501 #: templates/transformation_overview.twig:13
17502 msgid "Available browser display transformations"
17505 #: templates/transformation_overview.twig:19
17506 #: templates/transformation_overview.twig:38
17508 #| msgid "Questions"
17509 msgctxt "for media type transformation"
17510 msgid "Description"
17511 msgstr "Mga tanong"
17513 #: templates/transformation_overview.twig:32
17514 msgid "Available input transformations"
17517 #: templates/view_create.twig:65
17521 #: templates/view_create.twig:79
17522 msgid "Column names"
17526 msgid "Taking you to the target site."
17529 #~ msgid "View dump (schema) of database"
17530 #~ msgstr "Tingnan ang dump (schema) ng database"
17532 #~ msgid "Rule details"
17533 #~ msgstr "Detalye ng panuntunan"
17535 #~ msgid "No auto-saved query"
17536 #~ msgstr "Walang auto-save query"