Update po files
[phpmyadmin.git] / po / en_GB.po
blob569dae8cadcd9b5489f265b8c2ede012fcad2a9d
1 # Automatically generated <>, 2010.
2 # Robert Readman <robert_readman@hotmail.com>, 2012.
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: phpMyAdmin 5.2.0-dev\n"
7 "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
8 "POT-Creation-Date: 2021-06-20 00:09+0000\n"
9 "PO-Revision-Date: 2021-04-24 09:46+0000\n"
10 "Last-Translator: William Desportes <williamdes@wdes.fr>\n"
11 "Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/"
12 "phpmyadmin/master/en_GB/>\n"
13 "Language: en_GB\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=n != 1;\n"
18 "X-Generator: Weblate 4.7-dev\n"
20 #: libraries/advisory_rules_generic.php:9
21 msgid "Uptime below one day"
22 msgstr "Uptime below one day"
24 #: libraries/advisory_rules_generic.php:12
25 msgid "Uptime is less than 1 day, performance tuning may not be accurate."
26 msgstr "Uptime is less than 1 day, performance tuning may not be accurate."
28 #: libraries/advisory_rules_generic.php:14
29 msgid ""
30 "To have more accurate averages it is recommended to let the server run for "
31 "longer than a day before running this analyzer"
32 msgstr ""
33 "To have more accurate averages it is recommended to let the server run for "
34 "longer than a day before running this analyzer"
36 #: libraries/advisory_rules_generic.php:17
37 #, php-format
38 msgid "The uptime is only %s"
39 msgstr "The uptime is only %s"
41 #: libraries/advisory_rules_generic.php:22
42 msgid "Questions below 1,000"
43 msgstr "Questions below 1,000"
45 #: libraries/advisory_rules_generic.php:26
46 msgid ""
47 "Fewer than 1,000 questions have been run against this server. The "
48 "recommendations may not be accurate."
49 msgstr ""
50 "Fewer than 1,000 questions have been run against this server. The "
51 "recommendations may not be accurate."
53 #: libraries/advisory_rules_generic.php:30
54 msgid ""
55 "Let the server run for a longer time until it has executed a greater amount "
56 "of queries."
57 msgstr ""
58 "Let the server run for a longer time until it has executed a greater amount "
59 "of queries."
61 #: libraries/advisory_rules_generic.php:32
62 #, php-format
63 msgid "Current amount of Questions: %s"
64 msgstr "Current amount of Questions: %s"
66 #: libraries/advisory_rules_generic.php:37
67 msgid "Percentage of slow queries"
68 msgstr "Percentage of slow queries"
70 #: libraries/advisory_rules_generic.php:41
71 msgid ""
72 "There is a lot of slow queries compared to the overall amount of Queries."
73 msgstr ""
74 "There is a lot of slow queries compared to the overall amount of Queries."
76 #: libraries/advisory_rules_generic.php:43
77 #: libraries/advisory_rules_generic.php:57
78 msgid ""
79 "You might want to increase {long_query_time} or optimize the queries listed "
80 "in the slow query log"
81 msgstr ""
82 "You might want to increase {long_query_time} or optimise the queries listed "
83 "in the slow query log"
85 #: libraries/advisory_rules_generic.php:46
86 #, php-format
87 msgid "The slow query rate should be below 5%%, your value is %s%%."
88 msgstr "The slow query rate should be below 5%%, your value is %s%%."
90 #: libraries/advisory_rules_generic.php:51
91 msgid "Slow query rate"
92 msgstr "Slow query rate"
94 #: libraries/advisory_rules_generic.php:55
95 msgid ""
96 "There is a high percentage of slow queries compared to the server uptime."
97 msgstr ""
98 "There is a high percentage of slow queries compared to the server uptime."
100 #: libraries/advisory_rules_generic.php:60
101 #, php-format
102 msgid ""
103 "You have a slow query rate of %s per hour, you should have less than 1%% per "
104 "hour."
105 msgstr ""
106 "You have a slow query rate of %s per hour, you should have less than 1%% per "
107 "hour."
109 #: libraries/advisory_rules_generic.php:65
110 msgid "Long query time"
111 msgstr "Long query time"
113 #: libraries/advisory_rules_generic.php:69
114 msgid ""
115 "{long_query_time} is set to 10 seconds or more, thus only slow queries that "
116 "take above 10 seconds are logged."
117 msgstr ""
118 "{long_query_time} is set to 10 seconds or more, thus only slow queries that "
119 "take above 10 seconds are logged."
121 #: libraries/advisory_rules_generic.php:73
122 msgid ""
123 "It is suggested to set {long_query_time} to a lower value, depending on your "
124 "environment. Usually a value of 1-5 seconds is suggested."
125 msgstr ""
126 "It is suggested to set {long_query_time} to a lower value, depending on your "
127 "environment. Usually a value of 1-5 seconds is suggested."
129 #: libraries/advisory_rules_generic.php:76
130 #, php-format
131 msgid "long_query_time is currently set to %ds."
132 msgstr "long_query_time is currently set to %ds."
134 #: libraries/advisory_rules_generic.php:81
135 #: libraries/advisory_rules_generic.php:94
136 msgid "Slow query logging"
137 msgstr "Slow query logging"
139 #: libraries/advisory_rules_generic.php:85
140 #: libraries/advisory_rules_generic.php:98
141 msgid "The slow query log is disabled."
142 msgstr "The slow query log is disabled."
144 #: libraries/advisory_rules_generic.php:87
145 msgid ""
146 "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
147 "help troubleshooting badly performing queries."
148 msgstr ""
149 "Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
150 "help troubleshooting badly performing queries."
152 #: libraries/advisory_rules_generic.php:90
153 msgid "log_slow_queries is set to 'OFF'"
154 msgstr "log_slow_queries is set to 'OFF'"
156 #: libraries/advisory_rules_generic.php:100
157 msgid ""
158 "Enable slow query logging by setting {slow_query_log} to 'ON'. This will "
159 "help troubleshooting badly performing queries."
160 msgstr ""
161 "Enable slow query logging by setting {slow_query_log} to 'ON'. This will "
162 "help troubleshooting badly performing queries."
164 #: libraries/advisory_rules_generic.php:103
165 msgid "slow_query_log is set to 'OFF'"
166 msgstr "slow_query_log is set to 'OFF'"
168 #: libraries/advisory_rules_generic.php:108
169 msgid "Release Series"
170 msgstr "Release Series"
172 #: libraries/advisory_rules_generic.php:111
173 msgid "The MySQL server version less than 5.1."
174 msgstr "The MySQL server version less than 5.1."
176 #: libraries/advisory_rules_generic.php:113
177 msgid ""
178 "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
179 "even more so."
180 msgstr ""
181 "You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
182 "even more so."
184 #: libraries/advisory_rules_generic.php:115
185 #: libraries/advisory_rules_generic.php:129
186 #: libraries/advisory_rules_generic.php:140
187 #, php-format
188 msgid "Current version: %s"
189 msgstr "Current version: %s"
191 #: libraries/advisory_rules_generic.php:120
192 #: libraries/advisory_rules_generic.php:134
193 msgid "Minor Version"
194 msgstr "Minor Version"
196 #: libraries/advisory_rules_generic.php:124
197 msgid "Version less than 5.1.30 (the first GA release of 5.1)."
198 msgstr "Version less than 5.1.30 (the first GA release of 5.1)."
200 #: libraries/advisory_rules_generic.php:126
201 msgid ""
202 "You should upgrade, as recent versions of MySQL 5.1 have improved "
203 "performance and MySQL 5.5 even more so."
204 msgstr ""
205 "You should upgrade, as recent versions of MySQL 5.1 have improved "
206 "performance and MySQL 5.5 even more so."
208 #: libraries/advisory_rules_generic.php:138
209 msgid "Version less than 5.5.8 (the first GA release of 5.5)."
210 msgstr "Version less than 5.5.8 (the first GA release of 5.5)."
212 #: libraries/advisory_rules_generic.php:139
213 msgid "You should upgrade, to a stable version of MySQL 5.5."
214 msgstr "You should upgrade, to a stable version of MySQL 5.5."
216 #: libraries/advisory_rules_generic.php:145
217 #: libraries/advisory_rules_generic.php:158
218 msgid "Distribution"
219 msgstr "Distribution"
221 #: libraries/advisory_rules_generic.php:148
222 msgid "Version is compiled from source, not a MySQL official binary."
223 msgstr "Version is compiled from source, not a MySQL official binary."
225 #: libraries/advisory_rules_generic.php:150
226 msgid ""
227 "If you did not compile from source, you may be using a package modified by a "
228 "distribution. The MySQL manual only is accurate for official MySQL binaries, "
229 "not any package distributions (such as RedHat, Debian/Ubuntu etc)."
230 msgstr ""
231 "If you did not compile from source, you may be using a package modified by a "
232 "distribution. The MySQL manual only is accurate for official MySQL binaries, "
233 "not any package distributions (such as RedHat, Debian/Ubuntu etc)."
235 #: libraries/advisory_rules_generic.php:154
236 msgid "'source' found in version_comment"
237 msgstr "'source' found in version_comment"
239 #: libraries/advisory_rules_generic.php:161
240 msgid "The MySQL manual only is accurate for official MySQL binaries."
241 msgstr "The MySQL manual only is accurate for official MySQL binaries."
243 #: libraries/advisory_rules_generic.php:163
244 msgid ""
245 "Percona documentation is at <a href=\"https://www.percona.com/software/"
246 "documentation/\">https://www.percona.com/software/documentation/</a>"
247 msgstr ""
248 "Percona documentation is at <a href=\"https://www.percona.com/software/"
249 "documentation/\">https://www.percona.com/software/documentation/</a>"
251 #: libraries/advisory_rules_generic.php:166
252 msgid "'percona' found in version_comment"
253 msgstr "'percona' found in version_comment"
255 #: libraries/advisory_rules_generic.php:170
256 msgid "MySQL Architecture"
257 msgstr "MySQL Architecture"
259 #: libraries/advisory_rules_generic.php:174
260 msgid "MySQL is not compiled as a 64-bit package."
261 msgstr "MySQL is not compiled as a 64-bit package."
263 #: libraries/advisory_rules_generic.php:176
264 msgid ""
265 "Your memory capacity is above 3 GiB (assuming the Server is on localhost), "
266 "so MySQL might not be able to access all of your memory. You might want to "
267 "consider installing the 64-bit version of MySQL."
268 msgstr ""
269 "Your memory capacity is above 3 GiB (assuming the Server is on localhost), "
270 "so MySQL might not be able to access all of your memory. You might want to "
271 "consider installing the 64-bit version of MySQL."
273 #: libraries/advisory_rules_generic.php:180
274 #, php-format
275 msgid "Available memory on this host: %s"
276 msgstr "Available memory on this host: %s"
278 #: libraries/advisory_rules_generic.php:186
279 msgid "Query caching method"
280 msgstr "Query caching method"
282 #: libraries/advisory_rules_generic.php:190
283 msgid "Suboptimal caching method."
284 msgstr "Suboptimal caching method."
286 #: libraries/advisory_rules_generic.php:192
287 msgid ""
288 "You are using the MySQL Query cache with a fairly high traffic database. It "
289 "might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
290 "refman/5.6/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
291 "cache, especially if you have multiple slaves."
292 msgstr ""
293 "You are using the MySQL Query cache with a fairly high traffic database. It "
294 "might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
295 "refman/5.6/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
296 "cache, especially if you have multiple slaves."
298 #: libraries/advisory_rules_generic.php:198
299 #, php-format
300 msgid ""
301 "The query cache is enabled and the server receives %d queries per second. "
302 "This rule fires if there is more than 100 queries per second."
303 msgstr ""
304 "The query cache is enabled and the server receives %d queries per second. "
305 "This rule fires if there is more than 100 queries per second."
307 #: libraries/advisory_rules_generic.php:206
308 msgid "Percentage of sorts that cause temporary tables"
309 msgstr "Percentage of sorts that cause temporary tables"
311 #: libraries/advisory_rules_generic.php:210
312 #: libraries/advisory_rules_generic.php:223
313 msgid "Too many sorts are causing temporary tables."
314 msgstr "Too many sorts are causing temporary tables."
316 #: libraries/advisory_rules_generic.php:212
317 #: libraries/advisory_rules_generic.php:225
318 msgid ""
319 "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
320 "depending on your system memory limits."
321 msgstr ""
322 "Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
323 "depending on your system memory limits."
325 #: libraries/advisory_rules_generic.php:215
326 #, php-format
327 msgid ""
328 "%s%% of all sorts cause temporary tables, this value should be lower than "
329 "10%%."
330 msgstr ""
331 "%s%% of all sorts cause temporary tables, this value should be lower than "
332 "10%%."
334 #: libraries/advisory_rules_generic.php:220
335 msgid "Rate of sorts that cause temporary tables"
336 msgstr "Rate of sorts that cause temporary tables"
338 #: libraries/advisory_rules_generic.php:228
339 #, php-format
340 msgid ""
341 "Temporary tables average: %s, this value should be less than 1 per hour."
342 msgstr ""
343 "Temporary tables average: %s, this value should be less than 1 per hour."
345 #: libraries/advisory_rules_generic.php:233
346 msgid "Sort rows"
347 msgstr "Sort rows"
349 #: libraries/advisory_rules_generic.php:236
350 msgid "There are lots of rows being sorted."
351 msgstr "There are lots of rows being sorted."
353 #: libraries/advisory_rules_generic.php:238
354 msgid ""
355 "While there is nothing wrong with a high amount of row sorting, you might "
356 "want to make sure that the queries which require a lot of sorting use "
357 "indexed columns in the ORDER BY clause, as this will result in much faster "
358 "sorting."
359 msgstr ""
360 "While there is nothing wrong with a high amount of row sorting, you might "
361 "want to make sure that the queries which require a lot of sorting use "
362 "indexed columns in the ORDER BY clause, as this will result in much faster "
363 "sorting."
365 #: libraries/advisory_rules_generic.php:242
366 #, php-format
367 msgid "Sorted rows average: %s"
368 msgstr "Sorted rows average: %s"
370 #: libraries/advisory_rules_generic.php:248
371 msgid "Rate of joins without indexes"
372 msgstr "Rate of joins without indexes"
374 #: libraries/advisory_rules_generic.php:251
375 msgid "There are too many joins without indexes."
376 msgstr "There are too many joins without indexes."
378 #: libraries/advisory_rules_generic.php:253
379 msgid ""
380 "This means that joins are doing full table scans. Adding indexes for the "
381 "columns being used in the join conditions will greatly speed up table joins."
382 msgstr ""
383 "This means that joins are doing full table scans. Adding indexes for the "
384 "columns being used in the join conditions will greatly speed up table joins."
386 #: libraries/advisory_rules_generic.php:256
387 #, php-format
388 msgid "Table joins average: %s, this value should be less than 1 per hour"
389 msgstr "Table joins average: %s, this value should be less than 1 per hour"
391 #: libraries/advisory_rules_generic.php:261
392 msgid "Rate of reading first index entry"
393 msgstr "Rate of reading first index entry"
395 #: libraries/advisory_rules_generic.php:264
396 msgid "The rate of reading the first index entry is high."
397 msgstr "The rate of reading the first index entry is high."
399 #: libraries/advisory_rules_generic.php:266
400 msgid ""
401 "This usually indicates frequent full index scans. Full index scans are "
402 "faster than table scans but require lots of CPU cycles in big tables, if "
403 "those tables that have or had high volumes of UPDATEs and DELETEs, running "
404 "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index "
405 "scans. Other than that full index scans can only be reduced by rewriting "
406 "queries."
407 msgstr ""
408 "This usually indicates frequent full index scans. Full index scans are "
409 "faster than table scans but require lots of CPU cycles in big tables, if "
410 "those tables that have or had high volumes of UPDATEs and DELETEs, running "
411 "'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index "
412 "scans. Other than that full index scans can only be reduced by rewriting "
413 "queries."
415 #: libraries/advisory_rules_generic.php:272
416 #, php-format
417 msgid "Index scans average: %s, this value should be less than 1 per hour"
418 msgstr "Index scans average: %s, this value should be less than 1 per hour"
420 #: libraries/advisory_rules_generic.php:277
421 msgid "Rate of reading fixed position"
422 msgstr "Rate of reading fixed position"
424 #: libraries/advisory_rules_generic.php:280
425 msgid "The rate of reading data from a fixed position is high."
426 msgstr "The rate of reading data from a fixed position is high."
428 #: libraries/advisory_rules_generic.php:282
429 msgid ""
430 "This indicates that many queries need to sort results and/or do a full table "
431 "scan, including join queries that do not use indexes. Add indexes where "
432 "applicable."
433 msgstr ""
434 "This indicates that many queries need to sort results and/or do a full table "
435 "scan, including join queries that do not use indexes. Add indexes where "
436 "applicable."
438 #: libraries/advisory_rules_generic.php:285
439 #, php-format
440 msgid ""
441 "Rate of reading fixed position average: %s, this value should be less than 1 "
442 "per hour"
443 msgstr ""
444 "Rate of reading fixed position average: %s, this value should be less than 1 "
445 "per hour"
447 #: libraries/advisory_rules_generic.php:290
448 msgid "Rate of reading next table row"
449 msgstr "Rate of reading next table row"
451 #: libraries/advisory_rules_generic.php:293
452 msgid "The rate of reading the next table row is high."
453 msgstr "The rate of reading the next table row is high."
455 #: libraries/advisory_rules_generic.php:295
456 msgid ""
457 "This indicates that many queries are doing full table scans. Add indexes "
458 "where applicable."
459 msgstr ""
460 "This indicates that many queries are doing full table scans. Add indexes "
461 "where applicable."
463 #: libraries/advisory_rules_generic.php:297
464 #, php-format
465 msgid ""
466 "Rate of reading next table row: %s, this value should be less than 1 per hour"
467 msgstr ""
468 "Rate of reading next table row: %s, this value should be less than 1 per hour"
470 #: libraries/advisory_rules_generic.php:303
471 msgid "Different tmp_table_size and max_heap_table_size"
472 msgstr "Different tmp_table_size and max_heap_table_size"
474 #: libraries/advisory_rules_generic.php:306
475 msgid "{tmp_table_size} and {max_heap_table_size} are not the same."
476 msgstr "{tmp_table_size} and {max_heap_table_size} are not the same."
478 #: libraries/advisory_rules_generic.php:308
479 msgid ""
480 "If you have deliberately changed one of either: The server uses the lower "
481 "value of either to determine the maximum size of in-memory tables. So if you "
482 "wish to increase the in-memory table limit you will have to increase the "
483 "other value as well."
484 msgstr ""
485 "If you have deliberately changed one of either: The server uses the lower "
486 "value of either to determine the maximum size of in-memory tables. So if you "
487 "wish to increase the in-memory table limit you will have to increase the "
488 "other value as well."
490 #: libraries/advisory_rules_generic.php:312
491 #, php-format
492 msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
493 msgstr "Current values are tmp_table_size: %s, max_heap_table_size: %s"
495 #: libraries/advisory_rules_generic.php:318
496 msgid "Percentage of temp tables on disk"
497 msgstr "Percentage of temp tables on disk"
499 #: libraries/advisory_rules_generic.php:322
500 #: libraries/advisory_rules_generic.php:343
501 msgid ""
502 "Many temporary tables are being written to disk instead of being kept in "
503 "memory."
504 msgstr ""
505 "Many temporary tables are being written to disk instead of being kept in "
506 "memory."
508 #: libraries/advisory_rules_generic.php:324
509 msgid ""
510 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
511 "some temporary tables are always being written to disk, independent of the "
512 "value of these variables. To eliminate these you will have to rewrite your "
513 "queries to avoid those conditions (Within a temporary table: Presence of a "
514 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
515 "mentioned in the beginning of an <a href=\"https://www.facebook.com/note.php?"
516 "note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
517 msgstr ""
518 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
519 "some temporary tables are always being written to disk, independent of the "
520 "value of these variables. To eliminate these you will have to rewrite your "
521 "queries to avoid those conditions (Within a temporary table: Presence of a "
522 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
523 "mentioned in the beginning of an <a href=\"https://www.facebook.com/note.php?"
524 "note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
526 #: libraries/advisory_rules_generic.php:333
527 #, php-format
528 msgid ""
529 "%s%% of all temporary tables are being written to disk, this value should be "
530 "below 25%%"
531 msgstr ""
532 "%s%% of all temporary tables are being written to disk, this value should be "
533 "below 25%%"
535 #: libraries/advisory_rules_generic.php:339
536 msgid "Temp disk rate"
537 msgstr "Temp disk rate"
539 #: libraries/advisory_rules_generic.php:345
540 msgid ""
541 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
542 "some temporary tables are always being written to disk, independent of the "
543 "value of these variables. To eliminate these you will have to rewrite your "
544 "queries to avoid those conditions (Within a temporary table: Presence of a "
545 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
546 "mentioned in the <a href=\"https://dev.mysql.com/doc/refman/8.0/en/internal-"
547 "temporary-tables.html\">MySQL Documentation</a>"
548 msgstr ""
549 "Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
550 "some temporary tables are always being written to disk, independent of the "
551 "value of these variables. To eliminate these you will have to rewrite your "
552 "queries to avoid those conditions (Within a temporary table: Presence of a "
553 "BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
554 "mentioned in the <a href=\"https://dev.mysql.com/doc/refman/8.0/en/internal-"
555 "temporary-tables.html\">MySQL Documentation</a>"
557 #: libraries/advisory_rules_generic.php:354
558 #, php-format
559 msgid ""
560 "Rate of temporary tables being written to disk: %s, this value should be "
561 "less than 1 per hour"
562 msgstr ""
563 "Rate of temporary tables being written to disk: %s, this value should be "
564 "less than 1 per hour"
566 #: libraries/advisory_rules_generic.php:361
567 msgid "MyISAM key buffer size"
568 msgstr "MyISAM key buffer size"
570 #: libraries/advisory_rules_generic.php:364
571 msgid "Key buffer is not initialized. No MyISAM indexes will be cached."
572 msgstr "Key buffer is not initialised. No MyISAM indexes will be cached."
574 #: libraries/advisory_rules_generic.php:366
575 msgid ""
576 "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
577 "good start."
578 msgstr ""
579 "Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
580 "good start."
582 #: libraries/advisory_rules_generic.php:368
583 msgid "key_buffer_size is 0"
584 msgstr "key_buffer_size is 0"
586 #: libraries/advisory_rules_generic.php:373
587 #, no-php-format
588 msgid "Max % MyISAM key buffer ever used"
589 msgstr "Max % MyISAM key buffer ever used"
591 #: libraries/advisory_rules_generic.php:378
592 #: libraries/advisory_rules_generic.php:395
593 #, no-php-format
594 msgid "MyISAM key buffer (index cache) % used is low."
595 msgstr "MyISAM key buffer (index cache) % used is low."
597 #: libraries/advisory_rules_generic.php:380
598 #: libraries/advisory_rules_generic.php:397
599 msgid ""
600 "You may need to decrease the size of {key_buffer_size}, re-examine your "
601 "tables to see if indexes have been removed, or examine queries and "
602 "expectations about what indexes are being used."
603 msgstr ""
604 "You may need to decrease the size of {key_buffer_size}, re-examine your "
605 "tables to see if indexes have been removed, or examine queries and "
606 "expectations about what indexes are being used."
608 #: libraries/advisory_rules_generic.php:384
609 #, php-format
610 msgid ""
611 "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
612 msgstr ""
613 "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
615 #: libraries/advisory_rules_generic.php:389
616 msgid "Percentage of MyISAM key buffer used"
617 msgstr "Percentage of MyISAM key buffer used"
619 #: libraries/advisory_rules_generic.php:401
620 #, php-format
621 msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
622 msgstr "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
624 #: libraries/advisory_rules_generic.php:406
625 msgid "Percentage of index reads from memory"
626 msgstr "Percentage of index reads from memory"
628 #: libraries/advisory_rules_generic.php:411
629 #, no-php-format
630 msgid "The % of indexes that use the MyISAM key buffer is low."
631 msgstr "The % of indexes that use the MyISAM key buffer is low."
633 #: libraries/advisory_rules_generic.php:412
634 msgid "You may need to increase {key_buffer_size}."
635 msgstr "You may need to increase {key_buffer_size}."
637 #: libraries/advisory_rules_generic.php:413
638 #, php-format
639 msgid "Index reads from memory: %s%%, this value should be above 95%%"
640 msgstr "Index reads from memory: %s%%, this value should be above 95%%"
642 #: libraries/advisory_rules_generic.php:419
643 msgid "Rate of table open"
644 msgstr "Rate of table open"
646 #: libraries/advisory_rules_generic.php:422
647 msgid "The rate of opening tables is high."
648 msgstr "The rate of opening tables is high."
650 #: libraries/advisory_rules_generic.php:424
651 msgid ""
652 "Opening tables requires disk I/O which is costly. Increasing "
653 "{table_open_cache} might avoid this."
654 msgstr ""
655 "Opening tables requires disk I/O which is costly. Increasing "
656 "{table_open_cache} might avoid this."
658 #: libraries/advisory_rules_generic.php:427
659 #, php-format
660 msgid "Opened table rate: %s, this value should be less than 10 per hour"
661 msgstr "Opened table rate: %s, this value should be less than 10 per hour"
663 #: libraries/advisory_rules_generic.php:432
664 msgid "Percentage of used open files limit"
665 msgstr "Percentage of used open files limit"
667 #: libraries/advisory_rules_generic.php:436
668 msgid ""
669 "The number of open files is approaching the max number of open files. You "
670 "may get a \"Too many open files\" error."
671 msgstr ""
672 "The number of open files is approaching the max number of open files. You "
673 "may get a \"Too many open files\" error."
675 #: libraries/advisory_rules_generic.php:440
676 #: libraries/advisory_rules_generic.php:453
677 msgid ""
678 "Consider increasing {open_files_limit}, and check the error log when "
679 "restarting after changing {open_files_limit}."
680 msgstr ""
681 "Consider increasing {open_files_limit}, and check the error log when "
682 "restarting after changing {open_files_limit}."
684 #: libraries/advisory_rules_generic.php:443
685 #, php-format
686 msgid ""
687 "The number of opened files is at %s%% of the limit. It should be below 85%%"
688 msgstr ""
689 "The number of opened files is at %s%% of the limit. It should be below 85%%"
691 #: libraries/advisory_rules_generic.php:448
692 msgid "Rate of open files"
693 msgstr "Rate of open files"
695 #: libraries/advisory_rules_generic.php:451
696 msgid "The rate of opening files is high."
697 msgstr "The rate of opening files is high."
699 #: libraries/advisory_rules_generic.php:456
700 #, php-format
701 msgid "Opened files rate: %s, this value should be less than 5 per hour"
702 msgstr "Opened files rate: %s, this value should be less than 5 per hour"
704 #: libraries/advisory_rules_generic.php:462
705 #, no-php-format
706 msgid "Immediate table locks %"
707 msgstr "Immediate table locks %"
709 #: libraries/advisory_rules_generic.php:466
710 #: libraries/advisory_rules_generic.php:476
711 msgid "Too many table locks were not granted immediately."
712 msgstr "Too many table locks were not granted immediately."
714 #: libraries/advisory_rules_generic.php:467
715 #: libraries/advisory_rules_generic.php:477
716 msgid "Optimize queries and/or use InnoDB to reduce lock wait."
717 msgstr "Optimise queries and/or use InnoDB to reduce lock wait."
719 #: libraries/advisory_rules_generic.php:468
720 #, php-format
721 msgid "Immediate table locks: %s%%, this value should be above 95%%"
722 msgstr "Immediate table locks: %s%%, this value should be above 95%%"
724 #: libraries/advisory_rules_generic.php:473
725 msgid "Table lock wait rate"
726 msgstr "Table lock wait rate"
728 #: libraries/advisory_rules_generic.php:478
729 #, php-format
730 msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
731 msgstr "Table lock wait rate: %s, this value should be less than 1 per hour"
733 #: libraries/advisory_rules_generic.php:483
734 msgid "Thread cache"
735 msgstr "Thread cache"
737 #: libraries/advisory_rules_generic.php:486
738 msgid ""
739 "Thread cache is disabled, resulting in more overhead from new connections to "
740 "MySQL."
741 msgstr ""
742 "Thread cache is disabled, resulting in more overhead from new connections to "
743 "MySQL."
745 #: libraries/advisory_rules_generic.php:487
746 msgid "Enable the thread cache by setting {thread_cache_size} > 0."
747 msgstr "Enable the thread cache by setting {thread_cache_size} > 0."
749 #: libraries/advisory_rules_generic.php:488
750 msgid "The thread cache is set to 0"
751 msgstr "The thread cache is set to 0"
753 #: libraries/advisory_rules_generic.php:493
754 #, no-php-format
755 msgid "Thread cache hit rate %"
756 msgstr "Thread cache hit rate %"
758 #: libraries/advisory_rules_generic.php:497
759 msgid "Thread cache is not efficient."
760 msgstr "Thread cache is not efficient."
762 #: libraries/advisory_rules_generic.php:498
763 msgid "Increase {thread_cache_size}."
764 msgstr "Increase {thread_cache_size}."
766 #: libraries/advisory_rules_generic.php:499
767 #, php-format
768 msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
769 msgstr "Thread cache hit-rate: %s%%, this value should be above 80%%"
771 #: libraries/advisory_rules_generic.php:504
772 msgid "Threads that are slow to launch"
773 msgstr "Threads that are slow to launch"
775 #: libraries/advisory_rules_generic.php:508
776 msgid "There are too many threads that are slow to launch."
777 msgstr "There are too many threads that are slow to launch."
779 #: libraries/advisory_rules_generic.php:510
780 msgid ""
781 "This generally happens in case of general system overload as it is pretty "
782 "simple operations. You might want to monitor your system load carefully."
783 msgstr ""
784 "This generally happens in case of general system overload as it is pretty "
785 "simple operations. You might want to monitor your system load carefully."
787 #: libraries/advisory_rules_generic.php:513
788 #, php-format
789 msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
790 msgstr "%s thread(s) took longer than %s seconds to start, it should be 0"
792 #: libraries/advisory_rules_generic.php:518
793 msgid "Slow launch time"
794 msgstr "Slow launch time"
796 #: libraries/advisory_rules_generic.php:521
797 msgid "Slow_launch_time is above 2s."
798 msgstr "Slow_launch_time is above 2s."
800 #: libraries/advisory_rules_generic.php:523
801 msgid ""
802 "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
803 "to launch."
804 msgstr ""
805 "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
806 "to launch."
808 #: libraries/advisory_rules_generic.php:525
809 #, php-format
810 msgid "slow_launch_time is set to %s"
811 msgstr "slow_launch_time is set to %s"
813 #: libraries/advisory_rules_generic.php:531
814 msgid "Percentage of used connections"
815 msgstr "Percentage of used connections"
817 #: libraries/advisory_rules_generic.php:535
818 msgid ""
819 "The maximum amount of used connections is getting close to the value of "
820 "{max_connections}."
821 msgstr ""
822 "The maximum amount of used connections is getting close to the value of "
823 "{max_connections}."
825 #: libraries/advisory_rules_generic.php:538
826 msgid ""
827 "Increase {max_connections}, or decrease {wait_timeout} so that connections "
828 "that do not close database handlers properly get killed sooner. Make sure "
829 "the code closes database handlers properly."
830 msgstr ""
831 "Increase {max_connections}, or decrease {wait_timeout} so that connections "
832 "that do not close database handlers properly get killed sooner. Make sure "
833 "the code closes database handlers properly."
835 #: libraries/advisory_rules_generic.php:542
836 #, php-format
837 msgid ""
838 "Max_used_connections is at %s%% of max_connections, it should be below 80%%"
839 msgstr ""
840 "Max_used_connections is at %s%% of max_connections, it should be below 80%%"
842 #: libraries/advisory_rules_generic.php:547
843 msgid "Percentage of aborted connections"
844 msgstr "Percentage of aborted connections"
846 #: libraries/advisory_rules_generic.php:550
847 #: libraries/advisory_rules_generic.php:564
848 msgid "Too many connections are aborted."
849 msgstr "Too many connections are aborted."
851 #: libraries/advisory_rules_generic.php:552
852 #: libraries/advisory_rules_generic.php:566
853 msgid ""
854 "Connections are usually aborted when they cannot be authorized. <a href="
855 "\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-of-"
856 "aborted_connects/\">This article</a> might help you track down the source."
857 msgstr ""
858 "Connections are usually aborted when they cannot be authorised. <a href="
859 "\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-of-"
860 "aborted_connects/\">This article</a> might help you track down the source."
862 #: libraries/advisory_rules_generic.php:556
863 #, php-format
864 msgid "%s%% of all connections are aborted. This value should be below 1%%"
865 msgstr "%s%% of all connections are aborted. This value should be below 1%%"
867 #: libraries/advisory_rules_generic.php:561
868 msgid "Rate of aborted connections"
869 msgstr "Rate of aborted connections"
871 #: libraries/advisory_rules_generic.php:570
872 #, php-format
873 msgid ""
874 "Aborted connections rate is at %s, this value should be less than 1 per hour"
875 msgstr ""
876 "Aborted connections rate is at %s, this value should be less than 1 per hour"
878 #: libraries/advisory_rules_generic.php:575
879 msgid "Percentage of aborted clients"
880 msgstr "Percentage of aborted clients"
882 #: libraries/advisory_rules_generic.php:578
883 #: libraries/advisory_rules_generic.php:592
884 msgid "Too many clients are aborted."
885 msgstr "Too many clients are aborted."
887 #: libraries/advisory_rules_generic.php:580
888 #: libraries/advisory_rules_generic.php:594
889 msgid ""
890 "Clients are usually aborted when they did not close their connection to "
891 "MySQL properly. This can be due to network issues or code not closing a "
892 "database handler properly. Check your network and code."
893 msgstr ""
894 "Clients are usually aborted when they did not close their connection to "
895 "MySQL properly. This can be due to network issues or code not closing a "
896 "database handler properly. Check your network and code."
898 #: libraries/advisory_rules_generic.php:584
899 #, php-format
900 msgid "%s%% of all clients are aborted. This value should be below 2%%"
901 msgstr "%s%% of all clients are aborted. This value should be below 2%%"
903 #: libraries/advisory_rules_generic.php:589
904 msgid "Rate of aborted clients"
905 msgstr "Rate of aborted clients"
907 #: libraries/advisory_rules_generic.php:598
908 #, php-format
909 msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
910 msgstr ""
911 "Aborted client rate is at %s, this value should be less than 1 per hour"
913 #: libraries/advisory_rules_generic.php:604
914 msgid "Is InnoDB disabled?"
915 msgstr "Is InnoDB disabled?"
917 #: libraries/advisory_rules_generic.php:608
918 msgid "You do not have InnoDB enabled."
919 msgstr "You do not have InnoDB enabled."
921 #: libraries/advisory_rules_generic.php:609
922 msgid "InnoDB is usually the better choice for table engines."
923 msgstr "InnoDB is usually the better choice for table engines."
925 #: libraries/advisory_rules_generic.php:610
926 msgid "have_innodb is set to 'value'"
927 msgstr "have_innodb is set to 'value'"
929 #: libraries/advisory_rules_generic.php:614
930 msgid "InnoDB log size"
931 msgstr "InnoDB log size"
933 #: libraries/advisory_rules_generic.php:619
934 msgid ""
935 "The InnoDB log file size is not an appropriate size, in relation to the "
936 "InnoDB buffer pool."
937 msgstr ""
938 "The InnoDB log file size is not an appropriate size, in relation to the "
939 "InnoDB buffer pool."
941 #: libraries/advisory_rules_generic.php:622
942 #, no-php-format
943 msgid ""
944 "Especially on a system with a lot of writes to InnoDB tables you should set "
945 "{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the "
946 "bigger this value, the longer the recovery time will be when database "
947 "crashes, so this value should not be set much higher than 256 MiB. Please "
948 "note however that you cannot simply change the value of this variable. You "
949 "need to shutdown the server, remove the InnoDB log files, set the new value "
950 "in my.cnf, start the server, then check the error logs if everything went "
951 "fine. See also <a href=\"https://mysqldatabaseadministration.blogspot."
952 "com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
953 msgstr ""
954 "Especially on a system with a lot of writes to InnoDB tables you should set "
955 "{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the "
956 "bigger this value, the longer the recovery time will be when database "
957 "crashes, so this value should not be set much higher than 256 MiB. Please "
958 "note however that you cannot simply change the value of this variable. You "
959 "need to shutdown the server, remove the InnoDB log files, set the new value "
960 "in my.cnf, start the server, then check the error logs if everything went "
961 "fine. See also <a href=\"https://mysqldatabaseadministration.blogspot."
962 "com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
964 #: libraries/advisory_rules_generic.php:633
965 #, php-format
966 msgid ""
967 "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
968 "it should not be below 20%%"
969 msgstr ""
970 "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
971 "it should not be below 20%%"
973 #: libraries/advisory_rules_generic.php:640
974 msgid "Max InnoDB log size"
975 msgstr "Max InnoDB log size"
977 #: libraries/advisory_rules_generic.php:644
978 msgid "The InnoDB log file size is inadequately large."
979 msgstr "The InnoDB log file size is inadequately large."
981 #: libraries/advisory_rules_generic.php:646
982 #, no-php-format
983 msgid ""
984 "It is usually sufficient to set {innodb_log_file_size} to 25% of the size of "
985 "{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the "
986 "recovery time after a database crash considerably. See also <a href="
987 "\"https://www.percona.com/blog/2006/07/03/choosing-proper-"
988 "innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
989 "remove the InnoDB log files, set the new value in my.cnf, start the server, "
990 "then check the error logs if everything went fine. See also <a href="
991 "\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
992 "innodblogfilesize-proper-way.html\">this blog entry</a>"
993 msgstr ""
994 "It is usually sufficient to set {innodb_log_file_size} to 25% of the size of "
995 "{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the "
996 "recovery time after a database crash considerably. See also <a href="
997 "\"https://www.percona.com/blog/2006/07/03/choosing-proper-"
998 "innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
999 "remove the InnoDB log files, set the new value in my.cnf, start the server, "
1000 "then check the error logs if everything went fine. See also <a href="
1001 "\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
1002 "innodblogfilesize-proper-way.html\">this blog entry</a>"
1004 #: libraries/advisory_rules_generic.php:656
1005 #, php-format
1006 msgid "Your absolute InnoDB log size is %s MiB"
1007 msgstr "Your absolute InnoDB log size is %s MiB"
1009 #: libraries/advisory_rules_generic.php:661
1010 msgid "InnoDB buffer pool size"
1011 msgstr "InnoDB buffer pool size"
1013 #: libraries/advisory_rules_generic.php:665
1014 msgid "Your InnoDB buffer pool is fairly small."
1015 msgstr "Your InnoDB buffer pool is fairly small."
1017 #: libraries/advisory_rules_generic.php:667
1018 #, no-php-format
1019 msgid ""
1020 "The InnoDB buffer pool has a profound impact on performance for InnoDB "
1021 "tables. Assign all your remaining memory to this buffer. For database "
1022 "servers that use solely InnoDB as storage engine and have no other services "
1023 "(e.g. a web server) running, you may set this as high as 80% of your "
1024 "available memory. If that is not the case, you need to carefully assess the "
1025 "memory consumption of your other services and non-InnoDB-Tables and set this "
1026 "variable accordingly. If it is set too high, your system will start "
1027 "swapping, which decreases performance significantly. See also <a href="
1028 "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/"
1029 "\">this article</a>"
1030 msgstr ""
1031 "The InnoDB buffer pool has a profound impact on performance for InnoDB "
1032 "tables. Assign all your remaining memory to this buffer. For database "
1033 "servers that use solely InnoDB as storage engine and have no other services "
1034 "(e.g. a web server) running, you may set this as high as 80% of your "
1035 "available memory. If that is not the case, you need to carefully assess the "
1036 "memory consumption of your other services and non-InnoDB-Tables and set this "
1037 "variable accordingly. If it is set too high, your system will start "
1038 "swapping, which decreases performance significantly. See also <a href="
1039 "\"https://www.percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/"
1040 "\">this article</a>"
1042 #: libraries/advisory_rules_generic.php:677
1043 #, php-format
1044 msgid ""
1045 "You are currently using %s%% of your memory for the InnoDB buffer pool. This "
1046 "rule fires if you are assigning less than 60%%, however this might be "
1047 "perfectly adequate for your system if you don't have much InnoDB tables or "
1048 "other services running on the same machine."
1049 msgstr ""
1050 "You are currently using %s%% of your memory for the InnoDB buffer pool. This "
1051 "rule fires if you are assigning less than 60%%, however this might be "
1052 "perfectly adequate for your system if you don't have much InnoDB tables or "
1053 "other services running on the same machine."
1055 #: libraries/advisory_rules_generic.php:687
1056 msgid "MyISAM concurrent inserts"
1057 msgstr "MyISAM concurrent inserts"
1059 #: libraries/advisory_rules_generic.php:690
1060 msgid "Enable {concurrent_insert} by setting it to 1"
1061 msgstr "Enable {concurrent_insert} by setting it to 1"
1063 #: libraries/advisory_rules_generic.php:692
1064 msgid ""
1065 "Setting {concurrent_insert} to 1 reduces contention between readers and "
1066 "writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
1067 "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
1068 msgstr ""
1069 "Setting {concurrent_insert} to 1 reduces contention between readers and "
1070 "writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
1071 "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
1073 #: libraries/advisory_rules_generic.php:696
1074 msgid "concurrent_insert is set to 0"
1075 msgstr "concurrent_insert is set to 0"
1077 #: libraries/advisory_rules_mysql_before80003.php:9
1078 msgid "Query cache disabled"
1079 msgstr "Query cache disabled"
1081 #: libraries/advisory_rules_mysql_before80003.php:12
1082 msgid "The query cache is not enabled."
1083 msgstr "The query cache is not enabled."
1085 #: libraries/advisory_rules_mysql_before80003.php:14
1086 msgid ""
1087 "The query cache is known to greatly improve performance if configured "
1088 "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value "
1089 "and setting {query_cache_type} to 'ON'. <b>Note:</b> If you are using "
1090 "memcached, ignore this recommendation."
1091 msgstr ""
1092 "The query cache is known to greatly improve performance if configured "
1093 "correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value "
1094 "and setting {query_cache_type} to 'ON'. <b>Note:</b> If you are using "
1095 "memcached, ignore this recommendation."
1097 #: libraries/advisory_rules_mysql_before80003.php:18
1098 msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
1099 msgstr "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
1101 #: libraries/advisory_rules_mysql_before80003.php:23
1102 #, no-php-format
1103 msgid "Query cache efficiency (%)"
1104 msgstr "Query cache efficiency (%)"
1106 #: libraries/advisory_rules_mysql_before80003.php:27
1107 msgid "Query cache not running efficiently, it has a low hit rate."
1108 msgstr "Query cache not running efficiently, it has a low hit rate."
1110 #: libraries/advisory_rules_mysql_before80003.php:28
1111 msgid "Consider increasing {query_cache_limit}."
1112 msgstr "Consider increasing {query_cache_limit}."
1114 #: libraries/advisory_rules_mysql_before80003.php:29
1115 #, php-format
1116 msgid "The current query cache hit rate of %s%% is below 20%%"
1117 msgstr "The current query cache hit rate of %s%% is below 20%%"
1119 #: libraries/advisory_rules_mysql_before80003.php:34
1120 msgid "Query Cache usage"
1121 msgstr "Query Cache usage"
1123 #: libraries/advisory_rules_mysql_before80003.php:39
1124 #, no-php-format
1125 msgid "Less than 80% of the query cache is being utilized."
1126 msgstr "Less than 80% of the query cache is being utilised."
1128 #: libraries/advisory_rules_mysql_before80003.php:41
1129 msgid ""
1130 "This might be caused by {query_cache_limit} being too low. Flushing the "
1131 "query cache might help as well."
1132 msgstr ""
1133 "This might be caused by {query_cache_limit} being too low. Flushing the "
1134 "query cache might help as well."
1136 #: libraries/advisory_rules_mysql_before80003.php:45
1137 #, php-format
1138 msgid ""
1139 "The current ratio of free query cache memory to total query cache size is %s"
1140 "%%. It should be above 80%%"
1141 msgstr ""
1142 "The current ratio of free query cache memory to total query cache size is %s"
1143 "%%. It should be above 80%%"
1145 #: libraries/advisory_rules_mysql_before80003.php:52
1146 msgid "Query cache fragmentation"
1147 msgstr "Query cache fragmentation"
1149 #: libraries/advisory_rules_mysql_before80003.php:56
1150 msgid "The query cache is considerably fragmented."
1151 msgstr "The query cache is considerably fragmented."
1153 #: libraries/advisory_rules_mysql_before80003.php:58
1154 msgid ""
1155 "Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. "
1156 "This might be caused by many Query cache low memory prunes due to "
1157 "{query_cache_size} being too small. For a immediate but short lived fix you "
1158 "can flush the query cache (might lock the query cache for a long time). "
1159 "Carefully adjusting {query_cache_min_res_unit} to a lower value might help "
1160 "too, e.g. you can set it to the average size of your queries in the cache "
1161 "using this formula: (query_cache_size - qcache_free_memory) / "
1162 "qcache_queries_in_cache"
1163 msgstr ""
1164 "Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. "
1165 "This might be caused by many Query cache low memory prunes due to "
1166 "{query_cache_size} being too small. For a immediate but short lived fix you "
1167 "can flush the query cache (might lock the query cache for a long time). "
1168 "Carefully adjusting {query_cache_min_res_unit} to a lower value might help "
1169 "too, e.g. you can set it to the average size of your queries in the cache "
1170 "using this formula: (query_cache_size - qcache_free_memory) / "
1171 "qcache_queries_in_cache"
1173 #: libraries/advisory_rules_mysql_before80003.php:66
1174 #, php-format
1175 msgid ""
1176 "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning "
1177 "that the query cache is an alternating pattern of free and used blocks. This "
1178 "value should be below 20%%."
1179 msgstr ""
1180 "The cache is currently fragmented by %s%% , with 100%% fragmentation meaning "
1181 "that the query cache is an alternating pattern of free and used blocks. This "
1182 "value should be below 20%%."
1184 #: libraries/advisory_rules_mysql_before80003.php:73
1185 msgid "Query cache low memory prunes"
1186 msgstr "Query cache low memory prunes"
1188 #: libraries/advisory_rules_mysql_before80003.php:77
1189 msgid ""
1190 "Cached queries are removed due to low query cache memory from the query "
1191 "cache."
1192 msgstr ""
1193 "Cached queries are removed due to low query cache memory from the query "
1194 "cache."
1196 #: libraries/advisory_rules_mysql_before80003.php:79
1197 msgid ""
1198 "You might want to increase {query_cache_size}, however keep in mind that the "
1199 "overhead of maintaining the cache is likely to increase with its size, so do "
1200 "this in small increments and monitor the results."
1201 msgstr ""
1202 "You might want to increase {query_cache_size}, however keep in mind that the "
1203 "overhead of maintaining the cache is likely to increase with its size, so do "
1204 "this in small increments and monitor the results."
1206 #: libraries/advisory_rules_mysql_before80003.php:84
1207 #, php-format
1208 msgid ""
1209 "The ratio of removed queries to inserted queries is %s%%. The lower this "
1210 "value is, the better (This rules firing limit: 0.1%%)"
1211 msgstr ""
1212 "The ratio of removed queries to inserted queries is %s%%. The lower this "
1213 "value is, the better (This rules firing limit: 0.1%%)"
1215 #: libraries/advisory_rules_mysql_before80003.php:91
1216 msgid "Query cache max size"
1217 msgstr "Query cache max size"
1219 #: libraries/advisory_rules_mysql_before80003.php:96
1220 msgid ""
1221 "The query cache size is above 128 MiB. Big query caches may cause "
1222 "significant overhead that is required to maintain the cache."
1223 msgstr ""
1224 "The query cache size is above 128 MiB. Big query caches may cause "
1225 "significant overhead that is required to maintain the cache."
1227 #: libraries/advisory_rules_mysql_before80003.php:100
1228 msgid ""
1229 "Depending on your environment, it might be performance increasing to reduce "
1230 "this value."
1231 msgstr ""
1232 "Depending on your environment, it might be performance increasing to reduce "
1233 "this value."
1235 #: libraries/advisory_rules_mysql_before80003.php:102
1236 #, php-format
1237 msgid "Current query cache size: %s"
1238 msgstr "Current query cache size: %s"
1240 #: libraries/advisory_rules_mysql_before80003.php:107
1241 msgid "Query cache min result size"
1242 msgstr "Query cache min result size"
1244 #: libraries/advisory_rules_mysql_before80003.php:111
1245 msgid ""
1246 "The max size of the result set in the query cache is the default of 1 MiB."
1247 msgstr ""
1248 "The max size of the result set in the query cache is the default of 1 MiB."
1250 #: libraries/advisory_rules_mysql_before80003.php:113
1251 msgid ""
1252 "Changing {query_cache_limit} (usually by increasing) may increase "
1253 "efficiency. This variable determines the maximum size a query result may "
1254 "have to be inserted into the query cache. If there are many query results "
1255 "above 1 MiB that are well cacheable (many reads, little writes) then "
1256 "increasing {query_cache_limit} will increase efficiency. Whereas in the case "
1257 "of many query results being above 1 MiB that are not very well cacheable "
1258 "(often invalidated due to table updates) increasing {query_cache_limit} "
1259 "might reduce efficiency."
1260 msgstr ""
1261 "Changing {query_cache_limit} (usually by increasing) may increase "
1262 "efficiency. This variable determines the maximum size a query result may "
1263 "have to be inserted into the query cache. If there are many query results "
1264 "above 1 MiB that are well cacheable (many reads, little writes) then "
1265 "increasing {query_cache_limit} will increase efficiency. Whereas in the case "
1266 "of many query results being above 1 MiB that are not very well cacheable "
1267 "(often invalidated due to table updates) increasing {query_cache_limit} "
1268 "might reduce efficiency."
1270 #: libraries/advisory_rules_mysql_before80003.php:120
1271 msgid "query_cache_limit is set to 1 MiB"
1272 msgstr "query_cache_limit is set to 1 MiB"
1274 #: libraries/classes/Advisor.php:234
1275 #, php-format
1276 msgid "Error when evaluating: %s"
1277 msgstr "Error when evaluating: %s"
1279 #: libraries/classes/Advisor.php:261
1280 #, php-format
1281 msgid "Failed evaluating precondition for rule '%s'."
1282 msgstr "Failed evaluating precondition for rule '%s'."
1284 #: libraries/classes/Advisor.php:281
1285 #, php-format
1286 msgid "Failed calculating value for rule '%s'."
1287 msgstr "Failed calculating value for rule '%s'."
1289 #: libraries/classes/Advisor.php:300
1290 #, php-format
1291 msgid "Failed running test for rule '%s'."
1292 msgstr "Failed running test for rule '%s'."
1294 #: libraries/classes/Advisor.php:328
1295 #, php-format
1296 msgid "Failed formatting string for rule '%s'."
1297 msgstr "Failed formatting string for rule '%s'."
1299 #: libraries/classes/Advisor.php:413
1300 msgid "per second"
1301 msgstr "per second"
1303 #: libraries/classes/Advisor.php:416
1304 msgid "per minute"
1305 msgstr "per minute"
1307 #: libraries/classes/Advisor.php:419
1308 msgid "per hour"
1309 msgstr "per hour"
1311 #: libraries/classes/Advisor.php:422
1312 msgid "per day"
1313 msgstr "per day"
1315 #: libraries/classes/BrowseForeigners.php:199
1316 msgid "Search:"
1317 msgstr "Search:"
1319 #: libraries/classes/BrowseForeigners.php:205
1320 #: libraries/classes/Controllers/JavaScriptMessagesController.php:327
1321 #: libraries/classes/Controllers/Server/PrivilegesController.php:339
1322 #: libraries/classes/InsertEdit.php:1059
1323 #: libraries/classes/Normalization.php:272
1324 #: libraries/classes/Normalization.php:1002 libraries/classes/Tracking.php:337
1325 #: libraries/classes/Tracking.php:491
1326 #: templates/columns_definitions/column_definitions_form.twig:43
1327 #: templates/database/create_table.twig:21
1328 #: templates/database/designer/main.twig:1109
1329 #: templates/database/events/editor_form.twig:115
1330 #: templates/database/operations/index.twig:19
1331 #: templates/database/operations/index.twig:44
1332 #: templates/database/operations/index.twig:81
1333 #: templates/database/operations/index.twig:190
1334 #: templates/database/operations/index.twig:230
1335 #: templates/database/routines/editor_form.twig:176
1336 #: templates/database/routines/execute_form.twig:55
1337 #: templates/database/search/main.twig:74
1338 #: templates/database/triggers/editor_form.twig:69
1339 #: templates/display/results/table.twig:190 templates/export.twig:422
1340 #: templates/gis_data_editor_form.twig:211 templates/header_location.twig:18
1341 #: templates/import.twig:220 templates/preferences/manage/main.twig:46
1342 #: templates/preferences/manage/main.twig:108
1343 #: templates/server/binlog/index.twig:34
1344 #: templates/server/privileges/add_user.twig:36
1345 #: templates/server/privileges/change_password.twig:70
1346 #: templates/server/privileges/edit_routine_privileges.twig:102
1347 #: templates/server/privileges/privileges_summary.twig:102
1348 #: templates/server/privileges/privileges_table.twig:834
1349 #: templates/server/privileges/user_properties.twig:149
1350 #: templates/server/privileges/users_overview.twig:143
1351 #: templates/server/replication/change_master.twig:33
1352 #: templates/server/replication/master_add_slave_user.twig:81
1353 #: templates/server/replication/master_configuration.twig:30
1354 #: templates/server/replication/slave_configuration.twig:16
1355 #: templates/server/replication/slave_configuration.twig:88
1356 #: templates/server/user_groups/edit_user_groups.twig:21
1357 #: templates/sql/query.twig:148 templates/sql/query.twig:199
1358 #: templates/table/find_replace/index.twig:62
1359 #: templates/table/insert/actions_panel.twig:37
1360 #: templates/table/operations/index.twig:38
1361 #: templates/table/operations/index.twig:86
1362 #: templates/table/operations/index.twig:241
1363 #: templates/table/operations/index.twig:328
1364 #: templates/table/operations/index.twig:483
1365 #: templates/table/operations/view.twig:20
1366 #: templates/table/search/index.twig:172
1367 #: templates/table/start_and_number_of_rows_fieldset.twig:15
1368 #: templates/table/structure/display_structure.twig:393
1369 #: templates/table/structure/display_structure.twig:509
1370 #: templates/table/zoom_search/index.twig:152 templates/view_create.twig:116
1371 msgid "Go"
1372 msgstr "Go"
1374 #: libraries/classes/BrowseForeigners.php:220
1375 #: libraries/classes/BrowseForeigners.php:224
1376 #: templates/database/data_dictionary/index.twig:65 templates/indexes.twig:15
1377 #: templates/table/structure/display_structure.twig:413
1378 #: templates/table/tracking/structure_snapshot_indexes.twig:5
1379 msgid "Keyname"
1380 msgstr "Keyname"
1382 #: libraries/classes/BrowseForeigners.php:221
1383 #: libraries/classes/BrowseForeigners.php:223
1384 #: templates/server/engines/index.twig:14
1385 #: templates/server/plugins/index.twig:27
1386 #: templates/server/status/variables/index.twig:77
1387 msgid "Description"
1388 msgstr "Description"
1390 #: libraries/classes/BrowseForeigners.php:332
1391 #: libraries/classes/Html/Generator.php:1230 libraries/classes/Language.php:214
1392 #: libraries/classes/Pdf.php:94
1393 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:545
1394 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:579
1395 msgid "Page number:"
1396 msgstr "Page number:"
1398 #: libraries/classes/BrowseForeigners.php:346
1399 #: libraries/classes/Controllers/JavaScriptMessagesController.php:576
1400 #: templates/display/results/table.twig:24
1401 #: templates/server/privileges/initials_row.twig:17
1402 #: templates/table/browse_foreigners/show_all.twig:4
1403 msgid "Show all"
1404 msgstr "Show all"
1406 #: libraries/classes/Charsets/Collation.php:170
1407 #: libraries/classes/Charsets.php:180 libraries/classes/Charsets.php:181
1408 msgid "Unknown"
1409 msgstr "Unknown"
1411 #: libraries/classes/Charsets/Collation.php:216
1412 #: libraries/classes/Charsets/Collation.php:497
1413 msgctxt "Collation"
1414 msgid "German (phone book order)"
1415 msgstr "German (phone book order)"
1417 #: libraries/classes/Charsets/Collation.php:220
1418 #: libraries/classes/Charsets/Collation.php:494
1419 msgctxt "Collation"
1420 msgid "German (dictionary order)"
1421 msgstr "German (dictionary order)"
1423 #: libraries/classes/Charsets/Collation.php:229
1424 #: libraries/classes/Charsets/Collation.php:572
1425 msgctxt "Collation"
1426 msgid "Spanish (traditional)"
1427 msgstr "Spanish (traditional)"
1429 #: libraries/classes/Charsets/Collation.php:233
1430 #: libraries/classes/Charsets/Collation.php:565
1431 msgctxt "Collation"
1432 msgid "Spanish (modern)"
1433 msgstr "Spanish (modern)"
1435 #: libraries/classes/Charsets/Collation.php:303
1436 msgctxt "Collation variant"
1437 msgid "case-insensitive"
1438 msgstr "case-insensitive"
1440 #: libraries/classes/Charsets/Collation.php:306
1441 msgctxt "Collation variant"
1442 msgid "case-sensitive"
1443 msgstr "case-sensitive"
1445 #: libraries/classes/Charsets/Collation.php:309
1446 msgctxt "Collation variant"
1447 msgid "accent-insensitive"
1448 msgstr "accent-insensitive"
1450 #: libraries/classes/Charsets/Collation.php:312
1451 msgctxt "Collation variant"
1452 msgid "accent-sensitive"
1453 msgstr "accent-sensitive"
1455 #: libraries/classes/Charsets/Collation.php:315
1456 msgctxt "Collation variant"
1457 msgid "kana-sensitive"
1458 msgstr "kana-sensitive"
1460 #: libraries/classes/Charsets/Collation.php:319
1461 msgctxt "Collation variant"
1462 msgid "multi-level"
1463 msgstr "multi-level"
1465 #: libraries/classes/Charsets/Collation.php:322
1466 msgctxt "Collation variant"
1467 msgid "binary"
1468 msgstr "binary"
1470 #: libraries/classes/Charsets/Collation.php:325
1471 msgctxt "Collation variant"
1472 msgid "no-pad"
1473 msgstr "no-pad"
1475 #: libraries/classes/Charsets/Collation.php:341
1476 msgctxt "Collation"
1477 msgid "Binary"
1478 msgstr "Binary"
1480 #: libraries/classes/Charsets/Collation.php:353
1481 #: libraries/classes/Charsets/Collation.php:596
1482 msgctxt "Collation"
1483 msgid "Unicode"
1484 msgstr "Unicode"
1486 #: libraries/classes/Charsets/Collation.php:363
1487 #: libraries/classes/Charsets/Collation.php:543
1488 msgctxt "Collation"
1489 msgid "West European"
1490 msgstr "West European"
1492 #: libraries/classes/Charsets/Collation.php:370
1493 msgctxt "Collation"
1494 msgid "Central European"
1495 msgstr "Central European"
1497 #: libraries/classes/Charsets/Collation.php:375
1498 #: libraries/classes/Charsets/Collation.php:550
1499 msgctxt "Collation"
1500 msgid "Russian"
1501 msgstr "Russian"
1503 #: libraries/classes/Charsets/Collation.php:380
1504 msgctxt "Collation"
1505 msgid "Simplified Chinese"
1506 msgstr "Simplified Chinese"
1508 #: libraries/classes/Charsets/Collation.php:383
1509 msgctxt "Collation"
1510 msgid "Traditional Chinese"
1511 msgstr "Traditional Chinese"
1513 #: libraries/classes/Charsets/Collation.php:386
1514 #: libraries/classes/Charsets/Collation.php:465
1515 msgctxt "Collation"
1516 msgid "Chinese"
1517 msgstr "Chinese"
1519 #: libraries/classes/Charsets/Collation.php:394
1520 #: libraries/classes/Charsets/Collation.php:514
1521 msgctxt "Collation"
1522 msgid "Japanese"
1523 msgstr "Japanese"
1525 #: libraries/classes/Charsets/Collation.php:399
1526 msgctxt "Collation"
1527 msgid "Baltic"
1528 msgstr "Baltic"
1530 #: libraries/classes/Charsets/Collation.php:404
1531 msgctxt "Collation"
1532 msgid "Armenian"
1533 msgstr "Armenian"
1535 #: libraries/classes/Charsets/Collation.php:407
1536 msgctxt "Collation"
1537 msgid "Cyrillic"
1538 msgstr "Cyrillic"
1540 #: libraries/classes/Charsets/Collation.php:410
1541 msgctxt "Collation"
1542 msgid "Arabic"
1543 msgstr "Arabic"
1545 #: libraries/classes/Charsets/Collation.php:413
1546 #: libraries/classes/Charsets/Collation.php:529
1547 msgctxt "Collation"
1548 msgid "Korean"
1549 msgstr "Korean"
1551 #: libraries/classes/Charsets/Collation.php:416
1552 msgctxt "Collation"
1553 msgid "Hebrew"
1554 msgstr "Hebrew"
1556 #: libraries/classes/Charsets/Collation.php:419
1557 msgctxt "Collation"
1558 msgid "Georgian"
1559 msgstr "Georgian"
1561 #: libraries/classes/Charsets/Collation.php:422
1562 msgctxt "Collation"
1563 msgid "Greek"
1564 msgstr "Greek"
1566 #: libraries/classes/Charsets/Collation.php:425
1567 msgctxt "Collation"
1568 msgid "Czech-Slovak"
1569 msgstr "Czech-Slovak"
1571 #: libraries/classes/Charsets/Collation.php:428
1572 #: libraries/classes/Charsets/Collation.php:588
1573 msgctxt "Collation"
1574 msgid "Ukrainian"
1575 msgstr "Ukrainian"
1577 #: libraries/classes/Charsets/Collation.php:431
1578 #: libraries/classes/Charsets/Collation.php:584
1579 msgctxt "Collation"
1580 msgid "Turkish"
1581 msgstr "Turkish"
1583 #: libraries/classes/Charsets/Collation.php:434
1584 #: libraries/classes/Charsets/Collation.php:576
1585 msgctxt "Collation"
1586 msgid "Swedish"
1587 msgstr "Swedish"
1589 #: libraries/classes/Charsets/Collation.php:437
1590 #: libraries/classes/Charsets/Collation.php:580
1591 msgctxt "Collation"
1592 msgid "Thai"
1593 msgstr "Thai"
1595 #: libraries/classes/Charsets/Collation.php:440
1596 msgctxt "Collation"
1597 msgid "Unknown"
1598 msgstr "Unknown"
1600 #: libraries/classes/Charsets/Collation.php:459
1601 msgctxt "Collation"
1602 msgid "Bulgarian"
1603 msgstr "Bulgarian"
1605 #: libraries/classes/Charsets/Collation.php:471
1606 msgctxt "Collation"
1607 msgid "Croatian"
1608 msgstr "Croatian"
1610 #: libraries/classes/Charsets/Collation.php:475
1611 msgctxt "Collation"
1612 msgid "Czech"
1613 msgstr "Czech"
1615 #: libraries/classes/Charsets/Collation.php:479
1616 msgctxt "Collation"
1617 msgid "Danish"
1618 msgstr "Danish"
1620 #: libraries/classes/Charsets/Collation.php:483
1621 msgctxt "Collation"
1622 msgid "English"
1623 msgstr "English"
1625 #: libraries/classes/Charsets/Collation.php:487
1626 msgctxt "Collation"
1627 msgid "Esperanto"
1628 msgstr "Esperanto"
1630 #: libraries/classes/Charsets/Collation.php:491
1631 msgctxt "Collation"
1632 msgid "Estonian"
1633 msgstr "Estonian"
1635 #: libraries/classes/Charsets/Collation.php:506
1636 msgctxt "Collation"
1637 msgid "Hungarian"
1638 msgstr "Hungarian"
1640 #: libraries/classes/Charsets/Collation.php:510
1641 msgctxt "Collation"
1642 msgid "Icelandic"
1643 msgstr "Icelandic"
1645 #: libraries/classes/Charsets/Collation.php:517
1646 msgctxt "Collation"
1647 msgid "Classical Latin"
1648 msgstr "Classical Latin"
1650 #: libraries/classes/Charsets/Collation.php:521
1651 msgctxt "Collation"
1652 msgid "Latvian"
1653 msgstr "Latvian"
1655 #: libraries/classes/Charsets/Collation.php:525
1656 msgctxt "Collation"
1657 msgid "Lithuanian"
1658 msgstr "Lithuanian"
1660 #: libraries/classes/Charsets/Collation.php:533
1661 msgctxt "Collation"
1662 msgid "Burmese"
1663 msgstr "Burmese"
1665 #: libraries/classes/Charsets/Collation.php:536
1666 msgctxt "Collation"
1667 msgid "Persian"
1668 msgstr "Persian"
1670 #: libraries/classes/Charsets/Collation.php:540
1671 msgctxt "Collation"
1672 msgid "Polish"
1673 msgstr "Polish"
1675 #: libraries/classes/Charsets/Collation.php:547
1676 msgctxt "Collation"
1677 msgid "Romanian"
1678 msgstr "Romanian"
1680 #: libraries/classes/Charsets/Collation.php:554
1681 msgctxt "Collation"
1682 msgid "Sinhalese"
1683 msgstr "Sinhalese"
1685 #: libraries/classes/Charsets/Collation.php:558
1686 msgctxt "Collation"
1687 msgid "Slovak"
1688 msgstr "Slovak"
1690 #: libraries/classes/Charsets/Collation.php:562
1691 msgctxt "Collation"
1692 msgid "Slovenian"
1693 msgstr "Slovenian"
1695 #: libraries/classes/Charsets/Collation.php:592
1696 msgctxt "Collation"
1697 msgid "Vietnamese"
1698 msgstr "Vietnamese"
1700 #: libraries/classes/Config/Descriptions.php:60
1701 #: libraries/classes/Config/Descriptions.php:61
1702 #: libraries/classes/Config/Descriptions.php:62
1703 msgid "Users cannot set a higher value"
1704 msgstr "Users cannot set a higher value"
1706 #: libraries/classes/Config/Descriptions.php:70
1707 msgid ""
1708 "If enabled, user can enter any MySQL server in login form for cookie auth."
1709 msgstr ""
1710 "If enabled, user can enter any MySQL server in login form for cookie auth."
1712 #: libraries/classes/Config/Descriptions.php:73
1713 msgid ""
1714 "Restricts the MySQL servers the user can enter when a login to an arbitrary "
1715 "MySQL server is enabled by matching the IP or hostname of the MySQL server "
1716 "to the given regular expression."
1717 msgstr ""
1718 "Restricts the MySQL servers the user can enter when a login to an arbitrary "
1719 "MySQL server is enabled by matching the IP or hostname of the MySQL server "
1720 "to the given regular expression."
1722 #: libraries/classes/Config/Descriptions.php:78
1723 msgid ""
1724 "Enabling this allows a page located on a different domain to call phpMyAdmin "
1725 "inside a frame, and is a potential [strong]security hole[/strong] allowing "
1726 "cross-frame scripting (XSS) attacks."
1727 msgstr ""
1728 "Enabling this allows a page located on a different domain to call phpMyAdmin "
1729 "inside a frame, and is a potential [strong]security hole[/strong] allowing "
1730 "cross-frame scripting (XSS) attacks."
1732 #: libraries/classes/Config/Descriptions.php:83
1733 msgid ""
1734 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1735 "authentication."
1736 msgstr ""
1737 "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
1738 "authentication."
1740 #: libraries/classes/Config/Descriptions.php:87
1741 msgid "Enable bzip2 compression for import operations."
1742 msgstr "Enable bzip2 compression for import operations."
1744 #: libraries/classes/Config/Descriptions.php:90
1745 msgid "Enter the URL for your reCAPTCHA v2 compatible API."
1746 msgstr "Enter the URL for your reCAPTCHA v2 compatible API."
1748 #: libraries/classes/Config/Descriptions.php:91
1749 msgid ""
1750 "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
1751 "API."
1752 msgstr ""
1753 "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
1754 "API."
1756 #: libraries/classes/Config/Descriptions.php:92
1757 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API."
1758 msgstr "Enter the request parameter used by your reCAPTCHA v2 compatible API."
1760 #: libraries/classes/Config/Descriptions.php:93
1761 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API."
1762 msgstr "Enter the response parameter used by your reCAPTCHA v2 compatible API."
1764 #: libraries/classes/Config/Descriptions.php:94
1765 msgid "Enter your public key for the reCAPTCHA service on your domain."
1766 msgstr "Enter your public key for the reCAPTCHA service on your domain."
1768 #: libraries/classes/Config/Descriptions.php:95
1769 msgid "Enter your private key for your domain reCAPTCHA service."
1770 msgstr "Enter your private key for your domain reCAPTCHA service."
1772 #: libraries/classes/Config/Descriptions.php:96
1773 msgid "Enter your siteverify URL for your reCAPTCHA service."
1774 msgstr "Enter your siteverify URL for your reCAPTCHA service."
1776 #: libraries/classes/Config/Descriptions.php:98
1777 msgid ""
1778 "Defines which type of editing controls should be used for CHAR and VARCHAR "
1779 "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
1780 "kbd] - allows newlines in columns."
1781 msgstr ""
1782 "Defines which type of editing controls should be used for CHAR and VARCHAR "
1783 "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
1784 "kbd] - allows newlines in columns."
1786 #: libraries/classes/Config/Descriptions.php:103
1787 msgid ""
1788 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1789 "highlighting and line numbers."
1790 msgstr ""
1791 "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
1792 "highlighting and line numbers."
1794 #: libraries/classes/Config/Descriptions.php:108
1795 msgid ""
1796 "Find any errors in the query before executing it. Requires CodeMirror to be "
1797 "enabled."
1798 msgstr ""
1799 "Find any errors in the query before executing it. Requires CodeMirror to be "
1800 "enabled."
1802 #: libraries/classes/Config/Descriptions.php:112
1803 msgid ""
1804 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1805 "columns."
1806 msgstr ""
1807 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
1808 "columns."
1810 #: libraries/classes/Config/Descriptions.php:116
1811 msgid ""
1812 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1813 "columns."
1814 msgstr ""
1815 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
1816 "columns."
1818 #: libraries/classes/Config/Descriptions.php:120
1819 msgid ""
1820 "Compress gzip exports on the fly without the need for much memory; if you "
1821 "encounter problems with created gzip files disable this feature."
1822 msgstr ""
1823 "Compress gzip exports on the fly without the need for much memory; if you "
1824 "encounter problems with created gzip files disable this feature."
1826 #: libraries/classes/Config/Descriptions.php:124
1827 msgid ""
1828 "Whether a warning (\"Are your really sure…\") should be displayed when "
1829 "you're about to lose data."
1830 msgstr ""
1831 "Whether a warning (\"Are your really sure…\") should be displayed when "
1832 "you're about to lose data."
1834 #: libraries/classes/Config/Descriptions.php:128
1835 msgid "Autocomplete of the table and column names in the SQL queries."
1836 msgstr "Autocomplete of the table and column names in the SQL queries."
1838 #: libraries/classes/Config/Descriptions.php:131
1839 #: libraries/classes/Config/Descriptions.php:135
1840 #: libraries/classes/Config/Descriptions.php:139
1841 #: libraries/classes/Config/Descriptions.php:143
1842 #: libraries/classes/Config/Descriptions.php:147
1843 #: libraries/classes/Config/Descriptions.php:151
1844 #: libraries/classes/Config/Descriptions.php:155
1845 #: libraries/classes/Config/Descriptions.php:159
1846 #: libraries/classes/Config/Descriptions.php:163
1847 msgid ""
1848 "Values for options list for default transformations. These will be "
1849 "overwritten if transformation is filled in at table structure page."
1850 msgstr ""
1851 "Values for options list for default transformations. These will be "
1852 "overwritten if transformation is filled in at table structure page."
1854 #: libraries/classes/Config/Descriptions.php:167
1855 msgid ""
1856 "Disable the table maintenance mass operations, like optimizing or repairing "
1857 "the selected tables of a database."
1858 msgstr ""
1859 "Disable the table maintenance mass operations, like optimising or repairing "
1860 "the selected tables of a database."
1862 #: libraries/classes/Config/Descriptions.php:171
1863 msgid ""
1864 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
1865 "limit)."
1866 msgstr ""
1867 "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
1868 "limit)."
1870 #: libraries/classes/Config/Descriptions.php:174
1871 #: libraries/classes/Config/Descriptions.php:739
1872 #: libraries/classes/Plugins/Export/ExportSql.php:355
1873 msgid "Exclude definition of current user"
1874 msgstr "Exclude definition of current user"
1876 #: libraries/classes/Config/Descriptions.php:176
1877 msgid ""
1878 "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
1879 "the referenced data, [kbd]id[/kbd] is the key value."
1880 msgstr ""
1881 "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
1882 "the referenced data, [kbd]id[/kbd] is the key value."
1884 #: libraries/classes/Config/Descriptions.php:180
1885 msgid ""
1886 "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
1887 "for magic strings that can be used to get special values."
1888 msgstr ""
1889 "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
1890 "for magic strings that can be used to get special values."
1892 #: libraries/classes/Config/Descriptions.php:185
1893 msgid ""
1894 "Please note that phpMyAdmin is just a user interface and its features do not "
1895 "limit MySQL."
1896 msgstr ""
1897 "Please note that phpMyAdmin is just a user interface and its features do not "
1898 "limit MySQL."
1900 #: libraries/classes/Config/Descriptions.php:189
1901 msgid ""
1902 "Advanced server configuration, do not change these options unless you know "
1903 "what they are for."
1904 msgstr ""
1905 "Advanced server configuration, do not change these options unless you know "
1906 "what they are for."
1908 #: libraries/classes/Config/Descriptions.php:193
1909 msgid ""
1910 "Configure phpMyAdmin configuration storage to gain access to additional "
1911 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1912 "documentation."
1913 msgstr ""
1914 "Configure phpMyAdmin configuration storage to gain access to additional "
1915 "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
1916 "documentation."
1918 #: libraries/classes/Config/Descriptions.php:198
1919 msgid ""
1920 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1921 "storage."
1922 msgstr ""
1923 "Tracking of changes made in database. Requires the phpMyAdmin configuration "
1924 "storage."
1926 #: libraries/classes/Config/Descriptions.php:202
1927 msgid "Customize browse mode."
1928 msgstr "Customise browse mode."
1930 #: libraries/classes/Config/Descriptions.php:203
1931 #: libraries/classes/Config/Descriptions.php:204
1932 #: libraries/classes/Config/Descriptions.php:211
1933 #: libraries/classes/Config/Descriptions.php:217
1934 #: libraries/classes/Config/Descriptions.php:218
1935 #: libraries/classes/Config/Descriptions.php:223
1936 msgid "Customize default options."
1937 msgstr "Customise default options."
1939 #: libraries/classes/Config/Descriptions.php:205
1940 msgid "Settings for phpMyAdmin developers."
1941 msgstr "Settings for phpMyAdmin developers."
1943 #: libraries/classes/Config/Descriptions.php:206
1944 msgid "Customize edit mode."
1945 msgstr "Customise edit mode."
1947 #: libraries/classes/Config/Descriptions.php:207
1948 msgid "Customize default export options."
1949 msgstr "Customise default export options."
1951 #: libraries/classes/Config/Descriptions.php:208
1952 msgid "Set some commonly used options."
1953 msgstr "Set some commonly used options."
1955 #: libraries/classes/Config/Descriptions.php:209
1956 msgid "Customize default common import options."
1957 msgstr "Customise default common import options."
1959 #: libraries/classes/Config/Descriptions.php:210
1960 msgid "Set import and export directories and compression options."
1961 msgstr "Set import and export directories and compression options."
1963 #: libraries/classes/Config/Descriptions.php:212
1964 msgid "Databases display options."
1965 msgstr "Databases display options."
1967 #: libraries/classes/Config/Descriptions.php:213
1968 msgid "Customize appearance of the navigation panel."
1969 msgstr "Customise appearance of the navigation panel."
1971 #: libraries/classes/Config/Descriptions.php:214
1972 msgid "Customize the navigation tree."
1973 msgstr "Customise the navigation tree."
1975 #: libraries/classes/Config/Descriptions.php:215
1976 msgid "Servers display options."
1977 msgstr "Servers display options."
1979 #: libraries/classes/Config/Descriptions.php:216
1980 msgid "Tables display options."
1981 msgstr "Tables display options."
1983 #: libraries/classes/Config/Descriptions.php:219
1984 msgid "Settings that didn't fit anywhere else."
1985 msgstr "Settings that didn't fit anywhere else."
1987 #: libraries/classes/Config/Descriptions.php:220
1988 msgid "Authentication settings."
1989 msgstr "Authentication settings."
1991 #: libraries/classes/Config/Descriptions.php:221
1992 msgid "Enter server connection parameters."
1993 msgstr "Enter server connection parameters."
1995 #: libraries/classes/Config/Descriptions.php:222
1996 msgid "Customize links shown in SQL Query boxes."
1997 msgstr "Customise links shown in SQL Query boxes."
1999 #: libraries/classes/Config/Descriptions.php:224
2000 msgid "SQL queries settings."
2001 msgstr "SQL queries settings."
2003 #: libraries/classes/Config/Descriptions.php:225
2004 msgid "Customize startup page."
2005 msgstr "Customise startup page."
2007 #: libraries/classes/Config/Descriptions.php:226
2008 msgid ""
2009 "Choose which details to show in the database structure (list of tables)."
2010 msgstr ""
2011 "Choose which details to show in the database structure (list of tables)."
2013 #: libraries/classes/Config/Descriptions.php:227
2014 msgid "Settings for the table structure (list of columns)."
2015 msgstr "Settings for the table structure (list of columns)."
2017 #: libraries/classes/Config/Descriptions.php:228
2018 msgid "Choose how you want tabs to work."
2019 msgstr "Choose how you want tabs to work."
2021 #: libraries/classes/Config/Descriptions.php:229
2022 msgid "Customize text input fields."
2023 msgstr "Customise text input fields."
2025 #: libraries/classes/Config/Descriptions.php:230
2026 msgid "Customize default options"
2027 msgstr "Customise default options"
2029 #: libraries/classes/Config/Descriptions.php:231
2030 msgid "Disable some of the warnings shown by phpMyAdmin."
2031 msgstr "Disable some of the warnings shown by phpMyAdmin."
2033 #: libraries/classes/Config/Descriptions.php:234
2034 msgid "Enable gzip compression for import and export operations."
2035 msgstr "Enable gzip compression for import and export operations."
2037 #: libraries/classes/Config/Descriptions.php:238
2038 msgid ""
2039 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
2040 "if one of the queries failed."
2041 msgstr ""
2042 "If enabled, phpMyAdmin continues computing multiple-statement queries even "
2043 "if one of the queries failed."
2045 #: libraries/classes/Config/Descriptions.php:242
2046 msgid ""
2047 "Allow interrupt of import in case script detects it is close to time limit. "
2048 "This might be a good way to import large files, however it can break "
2049 "transactions."
2050 msgstr ""
2051 "Allow interrupt of import in case script detects it is close to time limit. "
2052 "This might be a good way to import large files, however it can break "
2053 "transactions."
2055 #: libraries/classes/Config/Descriptions.php:247
2056 msgid ""
2057 "Default format; be aware that this list depends on location (database, "
2058 "table) and only SQL is always available."
2059 msgstr ""
2060 "Default format; be aware that this list depends on location (database, "
2061 "table) and only SQL is always available."
2063 #: libraries/classes/Config/Descriptions.php:250
2064 #: libraries/classes/Config/Descriptions.php:251
2065 msgid "Update data when duplicate keys found on import"
2066 msgstr "Update data when duplicate keys found on import"
2068 #: libraries/classes/Config/Descriptions.php:252
2069 msgid "Number of queries to skip from start."
2070 msgstr "Number of queries to skip from start."
2072 #: libraries/classes/Config/Descriptions.php:254
2073 msgid ""
2074 "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
2075 "only occurs for the current server. Setting this to FALSE makes it easy to "
2076 "forget to log out from other servers when connected to multiple servers."
2077 msgstr ""
2078 "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
2079 "only occurs for the current server. Setting this to FALSE makes it easy to "
2080 "forget to log out from other servers when connected to multiple servers."
2082 #: libraries/classes/Config/Descriptions.php:259
2083 msgid ""
2084 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
2085 "kbd] authentication mode."
2086 msgstr ""
2087 "Define whether the previous login should be recalled or not in [kbd]cookie[/"
2088 "kbd] authentication mode."
2090 #: libraries/classes/Config/Descriptions.php:263
2091 msgid ""
2092 "Defines how long (in seconds) a login cookie should be stored in browser. "
2093 "The default of 0 means that it will be kept for the existing session only, "
2094 "and will be deleted as soon as you close the browser window. This is "
2095 "recommended for non-trusted environments."
2096 msgstr ""
2097 "Defines how long (in seconds) a login cookie should be stored in browser. "
2098 "The default of 0 means that it will be kept for the existing session only, "
2099 "and will be deleted as soon as you close the browser window. This is "
2100 "recommended for non-trusted environments."
2102 #: libraries/classes/Config/Descriptions.php:269
2103 msgid "Maximum number of characters used when a SQL query is displayed."
2104 msgstr "Maximum number of characters used when a SQL query is displayed."
2106 #: libraries/classes/Config/Descriptions.php:272
2107 msgid ""
2108 "The number of items that can be displayed on each page on the first level of "
2109 "the navigation tree."
2110 msgstr ""
2111 "The number of items that can be displayed on each page on the first level of "
2112 "the navigation tree."
2114 #: libraries/classes/Config/Descriptions.php:276
2115 msgid ""
2116 "The number of items that can be displayed on each page of the navigation "
2117 "tree."
2118 msgstr ""
2119 "The number of items that can be displayed on each page of the navigation "
2120 "tree."
2122 #: libraries/classes/Config/Descriptions.php:279
2123 msgid ""
2124 "Number of rows displayed when browsing a result set. If the result set "
2125 "contains more rows, \"Previous\" and \"Next\" links will be shown."
2126 msgstr ""
2127 "Number of rows displayed when browsing a result set. If the result set "
2128 "contains more rows, \"Previous\" and \"Next\" links will be shown."
2130 #: libraries/classes/Config/Descriptions.php:284
2131 msgid ""
2132 "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
2133 "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
2134 msgstr ""
2135 "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
2136 "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
2138 #: libraries/classes/Config/Descriptions.php:288
2139 msgid "In the navigation panel, replaces the database tree with a selector"
2140 msgstr "In the navigation panel, replaces the database tree with a selector"
2142 #: libraries/classes/Config/Descriptions.php:291
2143 msgid "Link with main panel by highlighting the current database or table."
2144 msgstr "Link with main panel by highlighting the current database or table."
2146 #: libraries/classes/Config/Descriptions.php:294
2147 msgid ""
2148 "Open the linked page in the main window ([code]main[/code]) or in a new one "
2149 "([code]new[/code])."
2150 msgstr ""
2151 "Open the linked page in the main window ([code]main[/code]) or in a new one "
2152 "([code]new[/code])."
2154 #: libraries/classes/Config/Descriptions.php:298
2155 msgid ""
2156 "Defines the minimum number of items (tables, views, routines and events) to "
2157 "display a filter box."
2158 msgstr ""
2159 "Defines the minimum number of items (tables, views, routines and events) to "
2160 "display a filter box."
2162 #: libraries/classes/Config/Descriptions.php:302
2163 msgid ""
2164 "Group items in the navigation tree (determined by the separator defined in "
2165 "the Databases and Tables tabs above)."
2166 msgstr ""
2167 "Group items in the navigation tree (determined by the separator defined in "
2168 "the Databases and Tables tabs above)."
2170 #: libraries/classes/Config/Descriptions.php:306
2171 msgid ""
2172 "Whether to offer the possibility of tree expansion in the navigation panel."
2173 msgstr ""
2174 "Whether to offer the possibility of tree expansion in the navigation panel."
2176 #: libraries/classes/Config/Descriptions.php:309
2177 msgid "Whether to show procedures under database in the navigation tree"
2178 msgstr "Whether to show procedures under database in the navigation tree"
2180 #: libraries/classes/Config/Descriptions.php:312
2181 msgid "Whether to expand single database in the navigation tree automatically."
2182 msgstr ""
2183 "Whether to expand single database in the navigation tree automatically."
2185 #: libraries/classes/Config/Descriptions.php:314
2186 msgid "Set to 0 to collapse navigation panel."
2187 msgstr "Set to 0 to collapse navigation panel."
2189 #: libraries/classes/Config/Descriptions.php:315
2190 msgid "Show logo in navigation panel."
2191 msgstr "Show logo in navigation panel."
2193 #: libraries/classes/Config/Descriptions.php:316
2194 msgid "URL where logo in the navigation panel will point to."
2195 msgstr "URL where logo in the navigation panel will point to."
2197 #: libraries/classes/Config/Descriptions.php:317
2198 msgid "Display server choice at the top of the navigation panel."
2199 msgstr "Display server choice at the top of the navigation panel."
2201 #: libraries/classes/Config/Descriptions.php:318
2202 msgid "String that separates databases into different tree levels."
2203 msgstr "String that separates databases into different tree levels."
2205 #: libraries/classes/Config/Descriptions.php:319
2206 msgid "String that separates tables into different tree levels."
2207 msgstr "String that separates tables into different tree levels."
2209 #: libraries/classes/Config/Descriptions.php:320
2210 msgid "Highlight server under the mouse cursor."
2211 msgstr "Highlight server under the mouse cursor."
2213 #: libraries/classes/Config/Descriptions.php:321
2214 msgid "Whether to show tables under database in the navigation tree"
2215 msgstr "Whether to show tables under database in the navigation tree"
2217 #: libraries/classes/Config/Descriptions.php:322
2218 msgid "Whether to show views under database in the navigation tree"
2219 msgstr "Whether to show views under database in the navigation tree"
2221 #: libraries/classes/Config/Descriptions.php:323
2222 msgid "Whether to show functions under database in the navigation tree"
2223 msgstr "Whether to show functions under database in the navigation tree"
2225 #: libraries/classes/Config/Descriptions.php:324
2226 msgid "Whether to show events under database in the navigation tree"
2227 msgstr "Whether to show events under database in the navigation tree"
2229 #: libraries/classes/Config/Descriptions.php:326
2230 msgid ""
2231 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
2232 "DATETIME and TIMESTAMP, ascending order otherwise."
2233 msgstr ""
2234 "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
2235 "DATETIME and TIMESTAMP, ascending order otherwise."
2237 #: libraries/classes/Config/Descriptions.php:330
2238 msgid ""
2239 "Disable the default warning that is displayed on the database details "
2240 "Structure page if any of the required tables for the phpMyAdmin "
2241 "configuration storage could not be found."
2242 msgstr ""
2243 "Disable the default warning that is displayed on the database details "
2244 "Structure page if any of the required tables for the phpMyAdmin "
2245 "configuration storage could not be found."
2247 #: libraries/classes/Config/Descriptions.php:335
2248 msgid ""
2249 "Disable the default warning that is displayed on the Structure page if "
2250 "column names in a table are reserved MySQL words."
2251 msgstr ""
2252 "Disable the default warning that is displayed on the Structure page if "
2253 "column names in a table are reserved MySQL words."
2255 #: libraries/classes/Config/Descriptions.php:339
2256 msgid ""
2257 "Enable if you want DB-based query history (requires phpMyAdmin configuration "
2258 "storage). If disabled, this utilizes JS-routines to display query history "
2259 "(lost by window close)."
2260 msgstr ""
2261 "Enable if you want DB-based query history (requires phpMyAdmin configuration "
2262 "storage). If disabled, this utilises JS-routines to display query history "
2263 "(lost by window close)."
2265 #: libraries/classes/Config/Descriptions.php:344
2266 msgid ""
2267 "Sets the effective timezone; possibly different than the one from your "
2268 "database server"
2269 msgstr ""
2270 "Sets the effective time zone; possibly different than the one from your "
2271 "database server"
2273 #: libraries/classes/Config/Descriptions.php:348
2274 msgid ""
2275 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
2276 "[kbd]pma__bookmark[/kbd]"
2277 msgstr ""
2278 "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
2279 "[kbd]pma__bookmark[/kbd]"
2281 #: libraries/classes/Config/Descriptions.php:352
2282 msgid ""
2283 "Leave blank for no column comments/media types, suggested: "
2284 "[kbd]pma__column_info[/kbd]."
2285 msgstr ""
2286 "Leave blank for no column comments/media types, suggested: "
2287 "[kbd]pma__column_info[/kbd]."
2289 #: libraries/classes/Config/Descriptions.php:356
2290 msgid ""
2291 "A special MySQL user configured with limited permissions, more information "
2292 "available on [doc@linked-tables]documentation[/doc]."
2293 msgstr ""
2294 "A special MySQL user configured with limited permissions, more information "
2295 "available in [doc@linked-tables]documentation[/doc]."
2297 #: libraries/classes/Config/Descriptions.php:360
2298 msgid ""
2299 "An alternate host to hold the configuration storage; leave blank to use the "
2300 "already defined host."
2301 msgstr ""
2302 "An alternate host to hold the configuration storage; leave blank to use the "
2303 "already defined host."
2305 #: libraries/classes/Config/Descriptions.php:364
2306 msgid ""
2307 "An alternate port to connect to the host that holds the configuration "
2308 "storage; leave blank to use the default port, or the already defined port, "
2309 "if the controlhost equals host."
2310 msgstr ""
2311 "An alternate port to connect to the host that holds the configuration "
2312 "storage; leave blank to use the default port, or the already defined port, "
2313 "if the controlhost equals host."
2315 #: libraries/classes/Config/Descriptions.php:369
2316 msgid ""
2317 "More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
2318 "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
2319 "com/19588]MySQL Bugs[/a]"
2320 msgstr ""
2321 "More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
2322 "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
2323 "com/19588]MySQL Bugs[/a]"
2325 #: libraries/classes/Config/Descriptions.php:373
2326 msgid ""
2327 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2328 "kbd]."
2329 msgstr ""
2330 "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
2331 "kbd]."
2333 #: libraries/classes/Config/Descriptions.php:377
2334 msgid ""
2335 "Limits number of table preferences which are stored in database, the oldest "
2336 "records are automatically removed."
2337 msgstr ""
2338 "Limits number of table preferences which are stored in database, the oldest "
2339 "records are automatically removed."
2341 #: libraries/classes/Config/Descriptions.php:381
2342 msgid ""
2343 "Leave blank for no QBE saved searches support, suggested: "
2344 "[kbd]pma__savedsearches[/kbd]."
2345 msgstr ""
2346 "Leave blank for no QBE saved searches support, suggested: "
2347 "[kbd]pma__savedsearches[/kbd]."
2349 #: libraries/classes/Config/Descriptions.php:385
2350 msgid ""
2351 "Leave blank for no export template support, suggested: "
2352 "[kbd]pma__export_templates[/kbd]."
2353 msgstr ""
2354 "Leave blank for no export template support, suggested: "
2355 "[kbd]pma__export_templates[/kbd]."
2357 #: libraries/classes/Config/Descriptions.php:389
2358 msgid ""
2359 "Leave blank for no central columns support, suggested: "
2360 "[kbd]pma__central_columns[/kbd]."
2361 msgstr ""
2362 "Leave blank for no central columns support, suggested: "
2363 "[kbd]pma__central_columns[/kbd]."
2365 #: libraries/classes/Config/Descriptions.php:393
2366 msgid ""
2367 "You can use MySQL wildcard characters (% and _), escape them if you want to "
2368 "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
2369 "[kbd]'my_db'[/kbd]."
2370 msgstr ""
2371 "You can use MySQL wildcard characters (% and _), escape them if you want to "
2372 "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
2373 "[kbd]'my_db'[/kbd]."
2375 #: libraries/classes/Config/Descriptions.php:398
2376 msgid ""
2377 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2378 msgstr ""
2379 "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
2381 #: libraries/classes/Config/Descriptions.php:401
2382 msgid ""
2383 "Database used for relations, bookmarks, and PDF features. See [doc@linked-"
2384 "tables]pmadb[/doc] for complete information. Leave blank for no support. "
2385 "Suggested: [kbd]phpmyadmin[/kbd]."
2386 msgstr ""
2387 "Database used for relations, bookmarks, and PDF features. See [doc@linked-"
2388 "tables]pmadb[/doc] for complete information. Leave blank for no support. "
2389 "Suggested: [kbd]phpmyadmin[/kbd]."
2391 #: libraries/classes/Config/Descriptions.php:406
2392 msgid ""
2393 "Leave blank for no \"persistent\" recently used tables across sessions, "
2394 "suggested: [kbd]pma__recent[/kbd]."
2395 msgstr ""
2396 "Leave blank for no \"persistent\" recently used tables across sessions, "
2397 "suggested: [kbd]pma__recent[/kbd]."
2399 #: libraries/classes/Config/Descriptions.php:410
2400 msgid ""
2401 "Leave blank for no \"persistent\" favorite tables across sessions, "
2402 "suggested: [kbd]pma__favorite[/kbd]."
2403 msgstr ""
2404 "Leave blank for no \"persistent\" favourite tables across sessions, "
2405 "suggested: [kbd]pma__favorite[/kbd]."
2407 #: libraries/classes/Config/Descriptions.php:414
2408 msgid ""
2409 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2410 "[kbd]pma__relation[/kbd]."
2411 msgstr ""
2412 "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
2413 "[kbd]pma__relation[/kbd]."
2415 #: libraries/classes/Config/Descriptions.php:419
2416 msgid ""
2417 "See [doc@authentication-modes]authentication types[/doc] for an example."
2418 msgstr ""
2419 "See [doc@authentication-modes]authentication types[/doc] for an example."
2421 #: libraries/classes/Config/Descriptions.php:423
2422 msgid ""
2423 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2424 "kbd]."
2425 msgstr ""
2426 "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
2427 "kbd]."
2429 #: libraries/classes/Config/Descriptions.php:426
2430 msgid ""
2431 "Table to describe the display columns, leave blank for no support; "
2432 "suggested: [kbd]pma__table_info[/kbd]."
2433 msgstr ""
2434 "Table to describe the display columns, leave blank for no support; "
2435 "suggested: [kbd]pma__table_info[/kbd]."
2437 #: libraries/classes/Config/Descriptions.php:430
2438 msgid ""
2439 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2440 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2441 msgstr ""
2442 "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
2443 "suggested: [kbd]pma__table_uiprefs[/kbd]."
2445 #: libraries/classes/Config/Descriptions.php:434
2446 msgid ""
2447 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2448 "the log when creating a database."
2449 msgstr ""
2450 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2451 "the log when creating a database."
2453 #: libraries/classes/Config/Descriptions.php:438
2454 msgid ""
2455 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2456 "log when creating a table."
2457 msgstr ""
2458 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2459 "log when creating a table."
2461 #: libraries/classes/Config/Descriptions.php:442
2462 msgid ""
2463 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2464 "log when creating a view."
2465 msgstr ""
2466 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2467 "log when creating a view."
2469 #: libraries/classes/Config/Descriptions.php:446
2470 msgid "Defines the list of statements the auto-creation uses for new versions."
2471 msgstr ""
2472 "Defines the list of statements the auto-creation uses for new versions."
2474 #: libraries/classes/Config/Descriptions.php:449
2475 msgid ""
2476 "Leave blank for no SQL query tracking support, suggested: "
2477 "[kbd]pma__tracking[/kbd]."
2478 msgstr ""
2479 "Leave blank for no SQL query tracking support, suggested: "
2480 "[kbd]pma__tracking[/kbd]."
2482 #: libraries/classes/Config/Descriptions.php:453
2483 msgid ""
2484 "Whether the tracking mechanism creates versions for tables and views "
2485 "automatically."
2486 msgstr ""
2487 "Whether the tracking mechanism creates versions for tables and views "
2488 "automatically."
2490 #: libraries/classes/Config/Descriptions.php:457
2491 msgid ""
2492 "Leave blank for no user preferences storage in database, suggested: "
2493 "[kbd]pma__userconfig[/kbd]."
2494 msgstr ""
2495 "Leave blank for no user preferences storage in database, suggested: "
2496 "[kbd]pma__userconfig[/kbd]."
2498 #: libraries/classes/Config/Descriptions.php:461
2499 msgid ""
2500 "Both this table and the user groups table are required to enable the "
2501 "configurable menus feature; leaving either one of them blank will disable "
2502 "this feature, suggested: [kbd]pma__users[/kbd]."
2503 msgstr ""
2504 "Both this table and the user groups table are required to enable the "
2505 "configurable menus feature; leaving either one of them blank will disable "
2506 "this feature, suggested: [kbd]pma__users[/kbd]."
2508 #: libraries/classes/Config/Descriptions.php:466
2509 msgid ""
2510 "Both this table and the users table are required to enable the configurable "
2511 "menus feature; leaving either one of them blank will disable this feature, "
2512 "suggested: [kbd]pma__usergroups[/kbd]."
2513 msgstr ""
2514 "Both this table and the users table are required to enable the configurable "
2515 "menus feature; leaving either one of them blank will disable this feature, "
2516 "suggested: [kbd]pma__usergroups[/kbd]."
2518 #: libraries/classes/Config/Descriptions.php:471
2519 msgid ""
2520 "Leave blank to disable the feature to hide and show navigation items, "
2521 "suggested: [kbd]pma__navigationhiding[/kbd]."
2522 msgstr ""
2523 "Leave blank to disable the feature to hide and show navigation items, "
2524 "suggested: [kbd]pma__navigationhiding[/kbd]."
2526 #: libraries/classes/Config/Descriptions.php:475
2527 msgid ""
2528 "A user-friendly description of this server. Leave blank to display the "
2529 "hostname instead."
2530 msgstr ""
2531 "A user-friendly description of this server. Leave blank to display the "
2532 "hostname instead."
2534 #: libraries/classes/Config/Descriptions.php:478
2535 msgid "Leave blank if not used."
2536 msgstr "Leave blank if not used."
2538 #: libraries/classes/Config/Descriptions.php:479
2539 msgid "Leave blank for defaults."
2540 msgstr "Leave blank for defaults."
2542 #: libraries/classes/Config/Descriptions.php:480
2543 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2544 msgstr "HTTP Basic Auth Realm name to display when doing HTTP Auth."
2546 #: libraries/classes/Config/Descriptions.php:481
2547 msgid "Authentication method to use."
2548 msgstr "Authentication method to use."
2550 #: libraries/classes/Config/Descriptions.php:482
2551 msgid "Compress connection to MySQL server."
2552 msgstr "Compress connection to MySQL server."
2554 #: libraries/classes/Config/Descriptions.php:483
2555 msgid "Hide databases matching regular expression (PCRE)."
2556 msgstr "Hide databases matching regular expression (PCRE)."
2558 #: libraries/classes/Config/Descriptions.php:484
2559 msgid "Hostname where MySQL server is running."
2560 msgstr "Hostname where MySQL server is running."
2562 #: libraries/classes/Config/Descriptions.php:485
2563 #: libraries/classes/Config/Descriptions.php:489
2564 msgid "Leave empty if not using config auth."
2565 msgstr "Leave empty if not using config auth."
2567 #: libraries/classes/Config/Descriptions.php:486
2568 msgid "Port on which MySQL server is listening, leave empty for default."
2569 msgstr "Port on which MySQL server is listening, leave empty for default."
2571 #: libraries/classes/Config/Descriptions.php:487
2572 msgid "Socket on which MySQL server is listening, leave empty for default."
2573 msgstr "Socket on which MySQL server is listening, leave empty for default."
2575 #: libraries/classes/Config/Descriptions.php:488
2576 msgid "Enable SSL for connection to MySQL server."
2577 msgstr "Enable SSL for connection to MySQL server."
2579 #: libraries/classes/Config/Descriptions.php:491
2580 msgid ""
2581 "Please note that enabling this has no effect with [kbd]config[/kbd] "
2582 "authentication mode because the password is hard coded in the configuration "
2583 "file; this does not limit the ability to execute the same command directly."
2584 msgstr ""
2585 "Please note that enabling this has no effect with [kbd]config[/kbd] "
2586 "authentication mode because the password is hard coded in the configuration "
2587 "file; this does not limit the ability to execute the same command directly."
2589 #: libraries/classes/Config/Descriptions.php:496
2590 msgid "Show or hide a column displaying the Creation timestamp for all tables."
2591 msgstr ""
2592 "Show or hide a column displaying the Creation timestamp for all tables."
2594 #: libraries/classes/Config/Descriptions.php:499
2595 msgid ""
2596 "Show or hide a column displaying the Last update timestamp for all tables."
2597 msgstr ""
2598 "Show or hide a column displaying the Last update timestamp for all tables."
2600 #: libraries/classes/Config/Descriptions.php:502
2601 msgid ""
2602 "Show or hide a column displaying the Last check timestamp for all tables."
2603 msgstr ""
2604 "Show or hide a column displaying the Last check timestamp for all tables."
2606 #: libraries/classes/Config/Descriptions.php:505
2607 msgid ""
2608 "Defines whether or not type fields should be initially displayed in edit/"
2609 "insert mode."
2610 msgstr ""
2611 "Defines whether or not type fields should be initially displayed in edit/"
2612 "insert mode."
2614 #: libraries/classes/Config/Descriptions.php:509
2615 msgid ""
2616 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2617 "[/a] output."
2618 msgstr ""
2619 "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
2620 "[/a] output."
2622 #: libraries/classes/Config/Descriptions.php:512
2623 msgid "Whether a user should be displayed a \"show all (rows)\" button."
2624 msgstr "Whether a user should be displayed a \"show all (rows)\" button."
2626 #: libraries/classes/Config/Descriptions.php:513
2627 msgid "Show or hide a column displaying the comments for all tables."
2628 msgstr "Show or hide a column displaying the comments for all tables."
2630 #: libraries/classes/Config/Descriptions.php:514
2631 msgid "Show or hide a column displaying the charset for all tables."
2632 msgstr "Show or hide a column displaying the charset for all tables."
2634 #: libraries/classes/Config/Descriptions.php:515
2635 msgid "Display the function fields in edit/insert mode."
2636 msgstr "Display the function fields in edit/insert mode."
2638 #: libraries/classes/Config/Descriptions.php:516
2639 msgid "Whether to show hint or not."
2640 msgstr "Whether to show hint or not."
2642 #: libraries/classes/Config/Descriptions.php:517
2643 msgid ""
2644 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2645 msgstr ""
2646 "Defines whether SQL queries generated by phpMyAdmin should be displayed."
2648 #: libraries/classes/Config/Descriptions.php:518
2649 msgid "Allow to display database and table statistics (e.g. space usage)."
2650 msgstr "Allow to display database and table statistics (e.g. space usage)."
2652 #: libraries/classes/Config/Descriptions.php:520
2653 msgid ""
2654 "Mark used tables and make it possible to show databases with locked tables."
2655 msgstr ""
2656 "Mark used tables and make it possible to show databases with locked tables."
2658 #: libraries/classes/Config/Descriptions.php:523
2659 msgid ""
2660 "Disable the default warning that is displayed on the main page if Suhosin is "
2661 "detected."
2662 msgstr ""
2663 "Disable the default warning that is displayed on the main page if Suhosin is "
2664 "detected."
2666 #: libraries/classes/Config/Descriptions.php:527
2667 msgid ""
2668 "Disable the default warning that is displayed on the main page if the value "
2669 "of the PHP setting session.gc_maxlifetime is less than the value of "
2670 "`LoginCookieValidity`."
2671 msgstr ""
2672 "Disable the default warning that is displayed on the main page if the value "
2673 "of the PHP setting session.gc_maxlifetime is less than the value of "
2674 "`LoginCookieValidity`."
2676 #: libraries/classes/Config/Descriptions.php:532
2677 msgid ""
2678 "Textarea size (columns) in edit mode, this value will be emphasized for SQL "
2679 "query textareas (*2)."
2680 msgstr ""
2681 "Textarea size (columns) in edit mode, this value will be emphasised for SQL "
2682 "query textareas (*2)."
2684 #: libraries/classes/Config/Descriptions.php:536
2685 msgid ""
2686 "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
2687 "query textareas (*2)."
2688 msgstr ""
2689 "Textarea size (rows) in edit mode, this value will be emphasised for SQL "
2690 "query textareas (*2)."
2692 #: libraries/classes/Config/Descriptions.php:540
2693 msgid ""
2694 "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
2695 "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
2696 "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
2697 "HTTP_X_FORWARDED_FOR[/kbd]."
2698 msgstr ""
2699 "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
2700 "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
2701 "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
2702 "HTTP_X_FORWARDED_FOR[/kbd]."
2704 #: libraries/classes/Config/Descriptions.php:546
2705 msgid ""
2706 "When disabled, users cannot set any of the options below, regardless of the "
2707 "checkbox on the right."
2708 msgstr ""
2709 "When disabled, users cannot set any of the options below, regardless of the "
2710 "checkbox on the right."
2712 #: libraries/classes/Config/Descriptions.php:550
2713 msgid ""
2714 "The URL of the proxy to be used when retrieving the information about the "
2715 "latest version of phpMyAdmin, or when submitting error reports. You need "
2716 "this if the server where phpMyAdmin is installed does not have direct access "
2717 "to the Internet. The format is: \"hostname:portnumber\"."
2718 msgstr ""
2719 "The URL of the proxy to be used when retrieving the information about the "
2720 "latest version of phpMyAdmin, or when submitting error reports. You need "
2721 "this if the server where phpMyAdmin is installed does not have direct access "
2722 "to the Internet. The format is: \"hostname:portnumber\"."
2724 #: libraries/classes/Config/Descriptions.php:556
2725 msgid ""
2726 "The username for authenticating with the proxy. By default, no "
2727 "authentication is performed. If a username is supplied, Basic Authentication "
2728 "will be performed. No other types of authentication are currently supported."
2729 msgstr ""
2730 "The username for authenticating with the proxy. By default, no "
2731 "authentication is performed. If a username is supplied, Basic Authentication "
2732 "will be performed. No other types of authentication are currently supported."
2734 #: libraries/classes/Config/Descriptions.php:562
2735 msgid ""
2736 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2737 "will be inserted with Shift+Enter."
2738 msgstr ""
2739 "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
2740 "will be inserted with Shift+Enter."
2742 #: libraries/classes/Config/Descriptions.php:566
2743 msgid ""
2744 "Enable Zero Configuration mode which lets you set up phpMyAdmin "
2745 "configuration storage tables automatically."
2746 msgstr ""
2747 "Enable Zero Configuration mode which lets you set up phpMyAdmin "
2748 "configuration storage tables automatically."
2750 #: libraries/classes/Config/Descriptions.php:569
2751 msgid "Highlight selected rows."
2752 msgstr "Highlight selected rows."
2754 #: libraries/classes/Config/Descriptions.php:570
2755 msgid "Highlight row pointed by the mouse cursor."
2756 msgstr "Highlight row pointed by the mouse cursor."
2758 #: libraries/classes/Config/Descriptions.php:571
2759 msgid "Number of columns for CHAR/VARCHAR textareas."
2760 msgstr "Number of columns for CHAR/VARCHAR textareas."
2762 #: libraries/classes/Config/Descriptions.php:572
2763 msgid "Number of rows for CHAR/VARCHAR textareas."
2764 msgstr "Number of rows for CHAR/VARCHAR textareas."
2766 #: libraries/classes/Config/Descriptions.php:573
2767 msgid ""
2768 "Log SQL queries and their execution time, to be displayed in the console"
2769 msgstr ""
2770 "Log SQL queries and their execution time, to be displayed in the console"
2772 #: libraries/classes/Config/Descriptions.php:574
2773 msgid "Tab that is displayed when entering a database."
2774 msgstr "Tab that is displayed when entering a database."
2776 #: libraries/classes/Config/Descriptions.php:575
2777 msgid "Tab that is displayed when entering a server."
2778 msgstr "Tab that is displayed when entering a server."
2780 #: libraries/classes/Config/Descriptions.php:576
2781 msgid "Tab that is displayed when entering a table."
2782 msgstr "Tab that is displayed when entering a table."
2784 #: libraries/classes/Config/Descriptions.php:577
2785 msgid "Whether the table structure actions should be hidden."
2786 msgstr "Whether the table structure actions should be hidden."
2788 #: libraries/classes/Config/Descriptions.php:578
2789 msgid "Whether column comments should be shown in table structure view"
2790 msgstr "Whether column comments should be shown in table structure view"
2792 #: libraries/classes/Config/Descriptions.php:579
2793 msgid "Show server listing as a list instead of a drop down."
2794 msgstr "Show server listing as a list instead of a drop down."
2796 #: libraries/classes/Config/Descriptions.php:580
2797 msgid "A dropdown will be used if fewer items are present."
2798 msgstr "A dropdown will be used if fewer items are present."
2800 #: libraries/classes/Config/Descriptions.php:581
2801 msgid "Default value for foreign key checks checkbox for some queries."
2802 msgstr "Default value for foreign key checks checkbox for some queries."
2804 #: libraries/classes/Config/Descriptions.php:582
2805 msgid "Uncheck the checkbox to disable drag and drop import"
2806 msgstr "Uncheck the checkbox to disable drag and drop import"
2808 #: libraries/classes/Config/Descriptions.php:583
2809 msgid "How many rows can be inserted at one time."
2810 msgstr "How many rows can be inserted at one time."
2812 #: libraries/classes/Config/Descriptions.php:584
2813 msgid ""
2814 "Maximum number of characters shown in any non-numeric column on browse view."
2815 msgstr ""
2816 "Maximum number of characters shown in any non-numeric column on browse view."
2818 #: libraries/classes/Config/Descriptions.php:585
2819 msgid "Define how long (in seconds) a login cookie is valid."
2820 msgstr "Define how long (in seconds) a login cookie is valid."
2822 #: libraries/classes/Config/Descriptions.php:586
2823 msgid "Double size of textarea for LONGTEXT columns."
2824 msgstr "Double size of textarea for LONGTEXT columns."
2826 #: libraries/classes/Config/Descriptions.php:587
2827 msgid "Maximum number of databases displayed in database list."
2828 msgstr "Maximum number of databases displayed in database list."
2830 #: libraries/classes/Config/Descriptions.php:588
2831 msgid "Maximum number of tables displayed in table list."
2832 msgstr "Maximum number of tables displayed in table list."
2834 #: libraries/classes/Config/Descriptions.php:589
2835 msgid "Maximum number of recently used tables; set 0 to disable."
2836 msgstr "Maximum number of recently used tables; set 0 to disable."
2838 #: libraries/classes/Config/Descriptions.php:590
2839 msgid "Maximum number of favorite tables; set 0 to disable."
2840 msgstr "Maximum number of favourite tables; set 0 to disable."
2842 #: libraries/classes/Config/Descriptions.php:591
2843 msgid "These are Edit, Copy and Delete links."
2844 msgstr "These are Edit, Copy and Delete links."
2846 #: libraries/classes/Config/Descriptions.php:592
2847 msgid "Whether to show row links even in the absence of a unique key."
2848 msgstr "Whether to show row links even in the absence of a unique key."
2850 #: libraries/classes/Config/Descriptions.php:593
2851 #: libraries/classes/Config/Descriptions.php:869
2852 msgid "Disable shortcut keys"
2853 msgstr "Disable shortcut keys"
2855 #: libraries/classes/Config/Descriptions.php:594
2856 msgid "Use natural order for sorting table and database names."
2857 msgstr "Use natural order for sorting table and database names."
2859 #: libraries/classes/Config/Descriptions.php:595
2860 #: libraries/classes/Config/Descriptions.php:598
2861 #: libraries/classes/Config/Descriptions.php:599
2862 msgid "Use only icons, only text or both."
2863 msgstr "Use only icons, only text or both."
2865 #: libraries/classes/Config/Descriptions.php:596
2866 msgid "Use GZip output buffering for increased speed in HTTP transfers."
2867 msgstr "Use GZip output buffering for increased speed in HTTP transfers."
2869 #: libraries/classes/Config/Descriptions.php:597
2870 msgid "Use persistent connections to MySQL databases."
2871 msgstr "Use persistent connections to MySQL databases."
2873 #: libraries/classes/Config/Descriptions.php:600
2874 msgid "Disallow BLOB and BINARY columns from editing."
2875 msgstr "Disallow BLOB and BINARY columns from editing."
2877 #: libraries/classes/Config/Descriptions.php:601
2878 msgid "How many queries are kept in history."
2879 msgstr "How many queries are kept in history."
2881 #: libraries/classes/Config/Descriptions.php:602
2882 msgid "Select which functions will be used for character set conversion."
2883 msgstr "Select which functions will be used for character set conversion."
2885 #: libraries/classes/Config/Descriptions.php:603
2886 msgid "When browsing tables, the sorting of each table is remembered."
2887 msgstr "When browsing tables, the sorting of each table is remembered."
2889 #: libraries/classes/Config/Descriptions.php:604
2890 msgid "Default sort order for tables with a primary key."
2891 msgstr "Default sort order for tables with a primary key."
2893 #: libraries/classes/Config/Descriptions.php:605
2894 msgid ""
2895 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2896 msgstr ""
2897 "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
2899 #: libraries/classes/Config/Descriptions.php:606
2900 msgid "For display Options"
2901 msgstr "For display Options"
2903 #: libraries/classes/Config/Descriptions.php:607
2904 msgid "Directory where exports can be saved on server."
2905 msgstr "Directory where exports can be saved on server."
2907 #: libraries/classes/Config/Descriptions.php:608
2908 msgid ""
2909 "Defines whether the query box should stay on-screen after its submission."
2910 msgstr ""
2911 "Defines whether the query box should stay on-screen after its submission."
2913 #: libraries/classes/Config/Descriptions.php:609
2914 msgid "Title of browser window when a database is selected."
2915 msgstr "Title of browser window when a database is selected."
2917 #: libraries/classes/Config/Descriptions.php:610
2918 msgid "Title of browser window when nothing is selected."
2919 msgstr "Title of browser window when nothing is selected."
2921 #: libraries/classes/Config/Descriptions.php:611
2922 msgid "Title of browser window when a server is selected."
2923 msgstr "Title of browser window when a server is selected."
2925 #: libraries/classes/Config/Descriptions.php:612
2926 msgid "Title of browser window when a table is selected."
2927 msgstr "Title of browser window when a table is selected."
2929 #: libraries/classes/Config/Descriptions.php:613
2930 msgid "Directory on server where you can upload files for import."
2931 msgstr "Directory on server where you can upload files for import."
2933 #: libraries/classes/Config/Descriptions.php:614
2934 msgid "Allow for searching inside the entire database."
2935 msgstr "Allow for searching inside the entire database."
2937 #: libraries/classes/Config/Descriptions.php:615
2938 msgid "Enables check for latest version on main phpMyAdmin page."
2939 msgstr "Enables check for latest version on main phpMyAdmin page."
2941 #: libraries/classes/Config/Descriptions.php:616
2942 msgid "The password for authenticating with the proxy."
2943 msgstr "The password for authenticating with the proxy."
2945 #: libraries/classes/Config/Descriptions.php:617
2946 msgid "Enable ZIP compression for import and export operations."
2947 msgstr "Enable ZIP compression for import and export operations."
2949 #: libraries/classes/Config/Descriptions.php:618
2950 msgid "Choose the default action when sending error reports."
2951 msgstr "Choose the default action when sending error reports."
2953 #: libraries/classes/Config/Descriptions.php:625
2954 msgid "Allow login to any MySQL server"
2955 msgstr "Allow login to any MySQL server"
2957 #: libraries/classes/Config/Descriptions.php:626
2958 msgid "Restrict login to MySQL server"
2959 msgstr "Restrict login to MySQL server"
2961 #: libraries/classes/Config/Descriptions.php:627
2962 msgid "Allow third party framing"
2963 msgstr "Allow third party framing"
2965 #: libraries/classes/Config/Descriptions.php:628
2966 msgid "Show \"Drop database\" link to normal users"
2967 msgstr "Show \"Drop database\" link to normal users"
2969 #: libraries/classes/Config/Descriptions.php:629
2970 msgid "Blowfish secret"
2971 msgstr "Blowfish secret"
2973 #: libraries/classes/Config/Descriptions.php:630
2974 msgid "Row marker"
2975 msgstr "Row marker"
2977 #: libraries/classes/Config/Descriptions.php:631
2978 msgid "Highlight pointer"
2979 msgstr "Highlight pointer"
2981 #: libraries/classes/Config/Descriptions.php:632
2982 msgid "Bzip2"
2983 msgstr "Bzip2"
2985 #: libraries/classes/Config/Descriptions.php:633
2986 msgid "CHAR columns editing"
2987 msgstr "CHAR columns editing"
2989 #: libraries/classes/Config/Descriptions.php:634
2990 msgid "Enable CodeMirror"
2991 msgstr "Enable CodeMirror"
2993 #: libraries/classes/Config/Descriptions.php:635
2994 msgid "Enable linter"
2995 msgstr "Enable linter"
2997 #: libraries/classes/Config/Descriptions.php:636
2998 msgid "Minimum size for input field"
2999 msgstr "Minimum size for input field"
3001 #: libraries/classes/Config/Descriptions.php:637
3002 msgid "Maximum size for input field"
3003 msgstr "Maximum size for input field"
3005 #: libraries/classes/Config/Descriptions.php:638
3006 msgid "CHAR textarea columns"
3007 msgstr "CHAR textarea columns"
3009 #: libraries/classes/Config/Descriptions.php:639
3010 msgid "CHAR textarea rows"
3011 msgstr "CHAR textarea rows"
3013 #: libraries/classes/Config/Descriptions.php:640
3014 msgid "Check config file permissions"
3015 msgstr "Check config file permissions"
3017 #: libraries/classes/Config/Descriptions.php:641
3018 msgid "Compress on the fly"
3019 msgstr "Compress on the fly"
3021 #: libraries/classes/Config/Descriptions.php:642
3022 msgid "Confirm DROP queries"
3023 msgstr "Confirm DROP queries"
3025 #: libraries/classes/Config/Descriptions.php:643
3026 #: templates/console/display.twig:11 templates/console/display.twig:64
3027 msgid "Debug SQL"
3028 msgstr "Debug SQL"
3030 #: libraries/classes/Config/Descriptions.php:644
3031 #: libraries/classes/Plugins/Schema/SchemaDia.php:67
3032 #: libraries/classes/Plugins/Schema/SchemaPdf.php:75
3033 msgid "Paper size"
3034 msgstr "Paper size"
3036 #: libraries/classes/Config/Descriptions.php:645
3037 msgid "Default database tab"
3038 msgstr "Default database tab"
3040 #: libraries/classes/Config/Descriptions.php:646
3041 msgid "Default server tab"
3042 msgstr "Default server tab"
3044 #: libraries/classes/Config/Descriptions.php:647
3045 msgid "Default table tab"
3046 msgstr "Default table tab"
3048 #: libraries/classes/Config/Descriptions.php:648
3049 msgid "Enable autocomplete for table and column names"
3050 msgstr "Enable autocomplete for table and column names"
3052 #: libraries/classes/Config/Descriptions.php:649
3053 msgid "Show column comments"
3054 msgstr "Show column comments"
3056 #: libraries/classes/Config/Descriptions.php:650
3057 msgid "Hide table structure actions"
3058 msgstr "Hide table structure actions"
3060 #: libraries/classes/Config/Descriptions.php:651
3061 msgid "Default transformations for Hex"
3062 msgstr "Default transformations for Hex"
3064 #: libraries/classes/Config/Descriptions.php:652
3065 msgid "Default transformations for Substring"
3066 msgstr "Default transformations for Substring"
3068 #: libraries/classes/Config/Descriptions.php:653
3069 msgid "Default transformations for Bool2Text"
3070 msgstr "Default transformations for Bool2Text"
3072 #: libraries/classes/Config/Descriptions.php:654
3073 msgid "Default transformations for External"
3074 msgstr "Default transformations for External"
3076 #: libraries/classes/Config/Descriptions.php:655
3077 msgid "Default transformations for PreApPend"
3078 msgstr "Default transformations for PreApPend"
3080 #: libraries/classes/Config/Descriptions.php:656
3081 msgid "Default transformations for DateFormat"
3082 msgstr "Default transformations for DateFormat"
3084 #: libraries/classes/Config/Descriptions.php:657
3085 msgid "Default transformations for Inline"
3086 msgstr "Default transformations for Inline"
3088 #: libraries/classes/Config/Descriptions.php:658
3089 msgid "Default transformations for TextImageLink"
3090 msgstr "Default transformations for TextImageLink"
3092 #: libraries/classes/Config/Descriptions.php:659
3093 msgid "Default transformations for TextLink"
3094 msgstr "Default transformations for TextLink"
3096 #: libraries/classes/Config/Descriptions.php:660
3097 msgid "Display servers as a list"
3098 msgstr "Display servers as a list"
3100 #: libraries/classes/Config/Descriptions.php:661
3101 msgid "Disable multi table maintenance"
3102 msgstr "Disable multi table maintenance"
3104 #: libraries/classes/Config/Descriptions.php:662
3105 msgid "Maximum execution time"
3106 msgstr "Maximum execution time"
3108 #: libraries/classes/Config/Descriptions.php:664 templates/export.twig:293
3109 #, php-format
3110 msgid "Use %s statement"
3111 msgstr "Use %s statement"
3113 #: libraries/classes/Config/Descriptions.php:667
3114 msgid "Save as file"
3115 msgstr "Save as file"
3117 #: libraries/classes/Config/Descriptions.php:668
3118 #: libraries/classes/Config/Descriptions.php:803
3119 msgid "Character set of the file"
3120 msgstr "Character set of the file"
3122 #: libraries/classes/Config/Descriptions.php:669
3123 #: libraries/classes/Config/Descriptions.php:685 templates/sql/query.twig:41
3124 #: templates/table/structure/display_table_stats.twig:84
3125 msgid "Format"
3126 msgstr "Format"
3128 #: libraries/classes/Config/Descriptions.php:670
3129 msgid "Compression"
3130 msgstr "Compression"
3132 #: libraries/classes/Config/Descriptions.php:671
3133 #: libraries/classes/Config/Descriptions.php:678
3134 #: libraries/classes/Config/Descriptions.php:686
3135 #: libraries/classes/Config/Descriptions.php:690
3136 #: libraries/classes/Config/Descriptions.php:703
3137 #: libraries/classes/Config/Descriptions.php:705
3138 #: libraries/classes/Config/Descriptions.php:752
3139 #: libraries/classes/Plugins/Export/ExportCsv.php:93
3140 #: libraries/classes/Plugins/Export/ExportExcel.php:60
3141 #: libraries/classes/Plugins/Export/ExportHtmlword.php:90
3142 #: libraries/classes/Plugins/Export/ExportOds.php:73
3143 #: libraries/classes/Plugins/Export/ExportOdt.php:132
3144 #: libraries/classes/Plugins/Export/ExportTexytext.php:84
3145 msgid "Put columns names in the first row"
3146 msgstr "Put columns names in the first row"
3148 #: libraries/classes/Config/Descriptions.php:672
3149 #: libraries/classes/Config/Descriptions.php:805
3150 #: libraries/classes/Config/Descriptions.php:811
3151 #: libraries/classes/Plugins/Import/ImportCsv.php:714
3152 msgid "Columns enclosed with"
3153 msgstr "Columns enclosed with"
3155 #: libraries/classes/Config/Descriptions.php:673
3156 #: libraries/classes/Config/Descriptions.php:806
3157 #: libraries/classes/Config/Descriptions.php:812
3158 #: libraries/classes/Plugins/Import/ImportCsv.php:725
3159 msgid "Columns escaped with"
3160 msgstr "Columns escaped with"
3162 #: libraries/classes/Config/Descriptions.php:674
3163 #: libraries/classes/Config/Descriptions.php:680
3164 #: libraries/classes/Config/Descriptions.php:687
3165 #: libraries/classes/Config/Descriptions.php:696
3166 #: libraries/classes/Config/Descriptions.php:704
3167 #: libraries/classes/Config/Descriptions.php:708
3168 #: libraries/classes/Config/Descriptions.php:753
3169 msgid "Replace NULL with"
3170 msgstr "Replace NULL with"
3172 #: libraries/classes/Config/Descriptions.php:675
3173 #: libraries/classes/Config/Descriptions.php:681
3174 msgid "Remove CRLF characters within columns"
3175 msgstr "Remove CRLF characters within columns"
3177 #: libraries/classes/Config/Descriptions.php:676
3178 #: libraries/classes/Config/Descriptions.php:809
3179 #: libraries/classes/Config/Descriptions.php:816
3180 #: libraries/classes/Plugins/Import/ImportCsv.php:699
3181 msgid "Columns terminated with"
3182 msgstr "Columns terminated with"
3184 #: libraries/classes/Config/Descriptions.php:677
3185 #: libraries/classes/Config/Descriptions.php:804
3186 #: libraries/classes/Plugins/Import/ImportCsv.php:735
3187 msgid "Lines terminated with"
3188 msgstr "Lines terminated with"
3190 #: libraries/classes/Config/Descriptions.php:679
3191 msgid "Excel edition"
3192 msgstr "Excel edition"
3194 #: libraries/classes/Config/Descriptions.php:682
3195 msgid "Database name template"
3196 msgstr "Database name template"
3198 #: libraries/classes/Config/Descriptions.php:683
3199 msgid "Server name template"
3200 msgstr "Server name template"
3202 #: libraries/classes/Config/Descriptions.php:684
3203 msgid "Table name template"
3204 msgstr "Table name template"
3206 #: libraries/classes/Config/Descriptions.php:688
3207 #: libraries/classes/Config/Descriptions.php:701
3208 #: libraries/classes/Config/Descriptions.php:710
3209 #: libraries/classes/Config/Descriptions.php:748
3210 #: libraries/classes/Config/Descriptions.php:754
3211 #: libraries/classes/Plugins/Export/ExportHtmlword.php:61
3212 #: libraries/classes/Plugins/Export/ExportLatex.php:100
3213 #: libraries/classes/Plugins/Export/ExportMediawiki.php:60
3214 #: libraries/classes/Plugins/Export/ExportMediawiki.php:66
3215 #: libraries/classes/Plugins/Export/ExportOdt.php:75
3216 #: libraries/classes/Plugins/Export/ExportPdf.php:111
3217 #: libraries/classes/Plugins/Export/ExportSql.php:242
3218 #: libraries/classes/Plugins/Export/ExportTexytext.php:60
3219 msgid "Dump table"
3220 msgstr "Dump table"
3222 #: libraries/classes/Config/Descriptions.php:689
3223 #: libraries/classes/Plugins/Export/ExportLatex.php:91
3224 msgid "Include table caption"
3225 msgstr "Include table caption"
3227 #: libraries/classes/Config/Descriptions.php:691
3228 #: libraries/classes/Config/Descriptions.php:706
3229 #: libraries/classes/Config/Descriptions.php:742
3230 #: libraries/classes/Plugins/Export/ExportHtmlword.php:419
3231 #: libraries/classes/Plugins/Export/ExportLatex.php:582
3232 #: libraries/classes/Plugins/Export/ExportOdt.php:521
3233 #: libraries/classes/Plugins/Export/ExportTexytext.php:415
3234 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:601
3235 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:737
3236 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:760
3237 #: templates/columns_definitions/table_fields_definitions.twig:54
3238 #: templates/database/data_dictionary/index.twig:23
3239 #: templates/table/structure/display_structure.twig:29
3240 msgid "Comments"
3241 msgstr "Comments"
3243 #: libraries/classes/Config/Descriptions.php:692
3244 #: libraries/classes/Config/Descriptions.php:698
3245 msgid "Table caption"
3246 msgstr "Table caption"
3248 #: libraries/classes/Config/Descriptions.php:693
3249 #: libraries/classes/Config/Descriptions.php:699
3250 msgid "Continued table caption"
3251 msgstr "Continued table caption"
3253 #: libraries/classes/Config/Descriptions.php:694
3254 #: libraries/classes/Config/Descriptions.php:700
3255 msgid "Label key"
3256 msgstr "Label key"
3258 #: libraries/classes/Config/Descriptions.php:695
3259 #: libraries/classes/Config/Descriptions.php:707
3260 #: libraries/classes/Config/Descriptions.php:745
3261 #: libraries/classes/Plugins/Export/ExportHtmlword.php:426
3262 #: libraries/classes/Plugins/Export/ExportOdt.php:528
3263 #: libraries/classes/Plugins/Export/ExportTexytext.php:420
3264 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:609
3265 #: templates/columns_definitions/table_fields_definitions.twig:71
3266 #: templates/database/data_dictionary/index.twig:25
3267 msgid "Media type"
3268 msgstr "Media type"
3270 #: libraries/classes/Config/Descriptions.php:697
3271 #: libraries/classes/Config/Descriptions.php:709
3272 #: libraries/classes/Config/Descriptions.php:747
3273 msgid "Relationships"
3274 msgstr "Relationships"
3276 #: libraries/classes/Config/Descriptions.php:702
3277 msgid "Export method"
3278 msgstr "Export method"
3280 #: libraries/classes/Config/Descriptions.php:711
3281 #: libraries/classes/Config/Descriptions.php:714
3282 msgid "Save on server"
3283 msgstr "Save on server"
3285 #: libraries/classes/Config/Descriptions.php:712
3286 #: libraries/classes/Config/Descriptions.php:715 templates/export.twig:150
3287 #: templates/export.twig:316
3288 msgid "Overwrite existing file(s)"
3289 msgstr "Overwrite existing file(s)"
3291 #: libraries/classes/Config/Descriptions.php:713
3292 msgid "Export as separate files"
3293 msgstr "Export as separate files"
3295 #: libraries/classes/Config/Descriptions.php:716
3296 msgid "Remember filename template"
3297 msgstr "Remember filename template"
3299 #: libraries/classes/Config/Descriptions.php:717
3300 #: templates/database/operations/index.twig:165
3301 #: templates/table/operations/index.twig:72
3302 #: templates/table/operations/index.twig:300
3303 msgid "Add AUTO_INCREMENT value"
3304 msgstr "Add AUTO_INCREMENT value"
3306 #: libraries/classes/Config/Descriptions.php:718
3307 msgid "Enclose table and column names with backquotes"
3308 msgstr "Enclose table and column names with backquotes"
3310 #: libraries/classes/Config/Descriptions.php:719
3311 #: libraries/classes/Config/Descriptions.php:822
3312 msgid "SQL compatibility mode"
3313 msgstr "SQL compatibility mode"
3315 #: libraries/classes/Config/Descriptions.php:720
3316 msgid "Creation/Update/Check dates"
3317 msgstr "Creation/Update/Check dates"
3319 #: libraries/classes/Config/Descriptions.php:721
3320 msgid "Use delayed inserts"
3321 msgstr "Use delayed inserts"
3323 #: libraries/classes/Config/Descriptions.php:722
3324 #: libraries/classes/Plugins/Export/ExportSql.php:187
3325 msgid "Disable foreign key checks"
3326 msgstr "Disable foreign key checks"
3328 #: libraries/classes/Config/Descriptions.php:723
3329 #: libraries/classes/Plugins/Export/ExportSql.php:201
3330 msgid "Export views as tables"
3331 msgstr "Export views as tables"
3333 #: libraries/classes/Config/Descriptions.php:724
3334 msgid "Export related metadata from phpMyAdmin configuration storage"
3335 msgstr "Export related metadata from phpMyAdmin configuration storage"
3337 #: libraries/classes/Config/Descriptions.php:725
3338 #: libraries/classes/Config/Descriptions.php:726
3339 #: libraries/classes/Config/Descriptions.php:728
3340 #: libraries/classes/Config/Descriptions.php:731
3341 #: libraries/classes/Config/Descriptions.php:732
3342 #: libraries/classes/Config/Descriptions.php:733
3343 #: libraries/classes/Config/Descriptions.php:746
3344 #: templates/database/operations/index.twig:160
3345 #: templates/table/operations/index.twig:295
3346 #, php-format
3347 msgid "Add %s"
3348 msgstr "Add %s"
3350 #: libraries/classes/Config/Descriptions.php:734
3351 msgid "Use hexadecimal for BINARY & BLOB"
3352 msgstr "Use hexadecimal for BINARY & BLOB"
3354 #: libraries/classes/Config/Descriptions.php:736
3355 msgid ""
3356 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
3357 "creation)"
3358 msgstr ""
3359 "Add IF NOT EXISTS (less efficient as indexes will be generated during table "
3360 "creation)"
3362 #: libraries/classes/Config/Descriptions.php:740
3363 #: libraries/classes/Plugins/Export/ExportSql.php:361
3364 #, php-format
3365 msgid "%s view"
3366 msgstr "%s view"
3368 #: libraries/classes/Config/Descriptions.php:741
3369 msgid "Use ignore inserts"
3370 msgstr "Use ignore inserts"
3372 #: libraries/classes/Config/Descriptions.php:743
3373 msgid "Syntax to use when inserting data"
3374 msgstr "Syntax to use when inserting data"
3376 #: libraries/classes/Config/Descriptions.php:744
3377 #: libraries/classes/Plugins/Export/ExportSql.php:498
3378 msgid "Maximal length of created query"
3379 msgstr "Maximal length of created query"
3381 #: libraries/classes/Config/Descriptions.php:749
3382 msgid "Export type"
3383 msgstr "Export type"
3385 #: libraries/classes/Config/Descriptions.php:750
3386 #: libraries/classes/Plugins/Export/ExportSql.php:173
3387 msgid "Enclose export in a transaction"
3388 msgstr "Enclose export in a transaction"
3390 #: libraries/classes/Config/Descriptions.php:751
3391 msgid "Export time in UTC"
3392 msgstr "Export time in UTC"
3394 #: libraries/classes/Config/Descriptions.php:755
3395 msgid "Foreign key dropdown order"
3396 msgstr "Foreign key dropdown order"
3398 #: libraries/classes/Config/Descriptions.php:756
3399 msgid "Foreign key limit"
3400 msgstr "Foreign key limit"
3402 #: libraries/classes/Config/Descriptions.php:757
3403 msgid "Foreign key checks"
3404 msgstr "Foreign key checks"
3406 #: libraries/classes/Config/Descriptions.php:758
3407 msgid "First day of calendar"
3408 msgstr "First day of calendar"
3410 #: libraries/classes/Config/Descriptions.php:759
3411 #: libraries/classes/Config/Descriptions.php:770 libraries/classes/Menu.php:524
3412 #: libraries/classes/Util.php:2106 libraries/config.values.php:155
3413 #: templates/navigation/tree/database_select.twig:11
3414 #: templates/server/databases/index.twig:3
3415 #: templates/server/privileges/user_properties.twig:20
3416 msgid "Databases"
3417 msgstr "Databases"
3419 #: libraries/classes/Config/Descriptions.php:760
3420 msgid "Browse mode"
3421 msgstr "Browse mode"
3423 #: libraries/classes/Config/Descriptions.php:762
3424 #: libraries/classes/Config/Forms/User/ExportForm.php:82
3425 #: libraries/classes/Config/Forms/User/ImportForm.php:35
3426 msgid "CSV"
3427 msgstr "CSV"
3429 #: libraries/classes/Config/Descriptions.php:763
3430 msgid "Developer"
3431 msgstr "Developer"
3433 #: libraries/classes/Config/Descriptions.php:764
3434 msgid "Edit mode"
3435 msgstr "Edit mode"
3437 #: libraries/classes/Config/Descriptions.php:765
3438 msgid "Export defaults"
3439 msgstr "Export defaults"
3441 #: libraries/classes/Config/Descriptions.php:766
3442 msgid "General"
3443 msgstr "General"
3445 #: libraries/classes/Config/Descriptions.php:767
3446 msgid "Import defaults"
3447 msgstr "Import defaults"
3449 #: libraries/classes/Config/Descriptions.php:768
3450 msgid "Import / export"
3451 msgstr "Import / export"
3453 #: libraries/classes/Config/Descriptions.php:769
3454 msgid "LaTeX"
3455 msgstr "LaTeX"
3457 #: libraries/classes/Config/Descriptions.php:771
3458 #: libraries/classes/Config/Forms/User/NaviForm.php:68
3459 #: templates/preferences/header.twig:30
3460 msgid "Navigation panel"
3461 msgstr "Navigation panel"
3463 #: libraries/classes/Config/Descriptions.php:772
3464 msgid "Navigation tree"
3465 msgstr "Navigation tree"
3467 #: libraries/classes/Config/Descriptions.php:773
3468 #: templates/server/select/index.twig:9 templates/setup/home/index.twig:34
3469 msgid "Servers"
3470 msgstr "Servers"
3472 #: libraries/classes/Config/Descriptions.php:774
3473 #: libraries/classes/Controllers/Server/DatabasesController.php:485
3474 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
3475 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26
3476 #: libraries/classes/Plugins/Export/ExportXml.php:135
3477 #: libraries/classes/Server/Status/Data.php:161
3478 #: templates/database/export/index.twig:23
3479 #: templates/database/structure/show_create.twig:6
3480 msgid "Tables"
3481 msgstr "Tables"
3483 #: libraries/classes/Config/Descriptions.php:775
3484 #: libraries/classes/Config/Forms/User/MainForm.php:90
3485 #: templates/preferences/header.twig:36
3486 msgid "Main panel"
3487 msgstr "Main panel"
3489 #: libraries/classes/Config/Descriptions.php:776
3490 msgid "Microsoft Office"
3491 msgstr "Microsoft Office"
3493 #: libraries/classes/Config/Descriptions.php:778
3494 msgid "Other core settings"
3495 msgstr "Other core settings"
3497 #: libraries/classes/Config/Descriptions.php:779
3498 msgid "Page titles"
3499 msgstr "Page titles"
3501 #: libraries/classes/Config/Descriptions.php:780
3502 msgid "Security"
3503 msgstr "Security"
3505 #: libraries/classes/Config/Descriptions.php:781
3506 msgid "Basic settings"
3507 msgstr "Basic settings"
3509 #: libraries/classes/Config/Descriptions.php:782
3510 msgid "Authentication"
3511 msgstr "Authentication"
3513 #: libraries/classes/Config/Descriptions.php:783
3514 msgid "Server configuration"
3515 msgstr "Server configuration"
3517 #: libraries/classes/Config/Descriptions.php:784
3518 msgid "Configuration storage"
3519 msgstr "Configuration storage"
3521 #: libraries/classes/Config/Descriptions.php:785
3522 msgid "Changes tracking"
3523 msgstr "Changes tracking"
3525 #: libraries/classes/Config/Descriptions.php:786 libraries/classes/Menu.php:279
3526 #: libraries/classes/Menu.php:400 libraries/classes/Menu.php:529
3527 #: libraries/classes/Navigation/Nodes/NodeTable.php:318
3528 #: libraries/classes/Util.php:1602 libraries/classes/Util.php:2107
3529 #: libraries/classes/Util.php:2122 libraries/classes/Util.php:2139
3530 #: libraries/config.values.php:62 libraries/config.values.php:76
3531 #: libraries/config.values.php:167 libraries/config.values.php:177
3532 msgid "SQL"
3533 msgstr "SQL"
3535 #: libraries/classes/Config/Descriptions.php:787
3536 msgid "SQL Query box"
3537 msgstr "SQL Query box"
3539 #: libraries/classes/Config/Descriptions.php:788
3540 #: libraries/classes/Config/Forms/User/SqlForm.php:48
3541 #: templates/preferences/header.twig:24
3542 msgid "SQL queries"
3543 msgstr "SQL queries"
3545 #: libraries/classes/Config/Descriptions.php:789
3546 msgid "Startup"
3547 msgstr "Startup"
3549 #: libraries/classes/Config/Descriptions.php:790
3550 msgid "Database structure"
3551 msgstr "Database structure"
3553 #: libraries/classes/Config/Descriptions.php:791
3554 #: libraries/classes/Plugins/Export/ExportPdf.php:298
3555 #: templates/table/page_with_secondary_tabs.twig:5
3556 msgid "Table structure"
3557 msgstr "Table structure"
3559 #: libraries/classes/Config/Descriptions.php:792
3560 msgid "Tabs"
3561 msgstr "Tabs"
3563 #: libraries/classes/Config/Descriptions.php:793
3564 msgid "Display relational schema"
3565 msgstr "Display relational schema"
3567 #: libraries/classes/Config/Descriptions.php:794
3568 msgid "Text fields"
3569 msgstr "Text fields"
3571 #: libraries/classes/Config/Descriptions.php:795
3572 msgid "Texy! text"
3573 msgstr "Texy! text"
3575 #: libraries/classes/Config/Descriptions.php:796
3576 msgid "Warnings"
3577 msgstr "Warnings"
3579 #: libraries/classes/Config/Descriptions.php:797
3580 #: templates/console/display.twig:4
3581 msgid "Console"
3582 msgstr "Console"
3584 #: libraries/classes/Config/Descriptions.php:798
3585 msgid "GZip"
3586 msgstr "GZip"
3588 #: libraries/classes/Config/Descriptions.php:799
3589 msgid "Extra parameters for iconv"
3590 msgstr "Extra parameters for iconv"
3592 #: libraries/classes/Config/Descriptions.php:800
3593 msgid "Ignore multiple statement errors"
3594 msgstr "Ignore multiple statement errors"
3596 #: libraries/classes/Config/Descriptions.php:801
3597 msgid "Enable drag and drop import"
3598 msgstr "Enable drag and drop import"
3600 #: libraries/classes/Config/Descriptions.php:802
3601 msgid "Partial import: allow interrupt"
3602 msgstr "Partial import: allow interrupt"
3604 #: libraries/classes/Config/Descriptions.php:807
3605 #: libraries/classes/Config/Descriptions.php:813
3606 #: libraries/classes/Plugins/Import/ImportCsv.php:135
3607 #: libraries/classes/Plugins/Import/ImportLdi.php:85
3608 msgid "Do not abort on INSERT error"
3609 msgstr "Do not abort on INSERT error"
3611 #: libraries/classes/Config/Descriptions.php:808
3612 #: libraries/classes/Config/Descriptions.php:815
3613 msgid "Add ON DUPLICATE KEY UPDATE"
3614 msgstr "Add ON DUPLICATE KEY UPDATE"
3616 #: libraries/classes/Config/Descriptions.php:810
3617 msgid "Format of imported file"
3618 msgstr "Format of imported file"
3620 #: libraries/classes/Config/Descriptions.php:814
3621 #: libraries/classes/Plugins/Import/ImportLdi.php:91
3622 msgid "Use LOCAL keyword"
3623 msgstr "Use LOCAL keyword"
3625 #: libraries/classes/Config/Descriptions.php:817
3626 msgid "Column names in first row"
3627 msgstr "Column names in first row"
3629 #: libraries/classes/Config/Descriptions.php:818
3630 #: libraries/classes/Plugins/Import/ImportOds.php:80
3631 msgid "Do not import empty rows"
3632 msgstr "Do not import empty rows"
3634 #: libraries/classes/Config/Descriptions.php:819
3635 msgid "Import currencies ($5.00 to 5.00)"
3636 msgstr "Import currencies (£5.00 to 5.00)"
3638 #: libraries/classes/Config/Descriptions.php:820
3639 msgid "Import percentages as proper decimals (12.00% to .12)"
3640 msgstr "Import percentages as proper decimals (12.00% to .12)"
3642 #: libraries/classes/Config/Descriptions.php:821
3643 msgid "Partial import: skip queries"
3644 msgstr "Partial import: skip queries"
3646 #: libraries/classes/Config/Descriptions.php:823
3647 msgid "Do not use AUTO_INCREMENT for zero values"
3648 msgstr "Do not use AUTO_INCREMENT for zero values"
3650 #: libraries/classes/Config/Descriptions.php:824
3651 msgid "Read as multibytes"
3652 msgstr "Read as multibytes"
3654 #: libraries/classes/Config/Descriptions.php:825
3655 msgid "Initial state for sliders"
3656 msgstr "Initial state for sliders"
3658 #: libraries/classes/Config/Descriptions.php:826
3659 msgid "Number of inserted rows"
3660 msgstr "Number of inserted rows"
3662 #: libraries/classes/Config/Descriptions.php:827
3663 msgid "Limit column characters"
3664 msgstr "Limit column characters"
3666 #: libraries/classes/Config/Descriptions.php:828
3667 msgid "Delete all cookies on logout"
3668 msgstr "Delete all cookies on logout"
3670 #: libraries/classes/Config/Descriptions.php:829
3671 msgid "Recall user name"
3672 msgstr "Recall user name"
3674 #: libraries/classes/Config/Descriptions.php:830
3675 msgid "Login cookie store"
3676 msgstr "Login cookie store"
3678 #: libraries/classes/Config/Descriptions.php:831
3679 msgid "Login cookie validity"
3680 msgstr "Login cookie validity"
3682 #: libraries/classes/Config/Descriptions.php:832
3683 msgid "Bigger textarea for LONGTEXT"
3684 msgstr "Bigger textarea for LONGTEXT"
3686 #: libraries/classes/Config/Descriptions.php:833
3687 msgid "Maximum displayed SQL length"
3688 msgstr "Maximum displayed SQL length"
3690 #: libraries/classes/Config/Descriptions.php:834
3691 msgid "Maximum databases"
3692 msgstr "Maximum databases"
3694 #: libraries/classes/Config/Descriptions.php:835
3695 msgid "Maximum items on first level"
3696 msgstr "Maximum items on first level"
3698 #: libraries/classes/Config/Descriptions.php:836
3699 msgid "Maximum items in branch"
3700 msgstr "Maximum items in branch"
3702 #: libraries/classes/Config/Descriptions.php:837
3703 msgid "Maximum number of rows to display"
3704 msgstr "Maximum number of rows to display"
3706 #: libraries/classes/Config/Descriptions.php:838
3707 msgid "Maximum tables"
3708 msgstr "Maximum tables"
3710 #: libraries/classes/Config/Descriptions.php:839
3711 msgid "Memory limit"
3712 msgstr "Memory limit"
3714 #: libraries/classes/Config/Descriptions.php:840
3715 msgid "Show databases navigation as tree"
3716 msgstr "Show databases navigation as tree"
3718 #: libraries/classes/Config/Descriptions.php:841
3719 msgid "Navigation panel width"
3720 msgstr "Navigation panel width"
3722 #: libraries/classes/Config/Descriptions.php:842
3723 #: libraries/classes/Controllers/JavaScriptMessagesController.php:624
3724 #: libraries/classes/Navigation/NavigationTree.php:1551
3725 msgid "Link with main panel"
3726 msgstr "Link with main panel"
3728 #: libraries/classes/Config/Descriptions.php:843
3729 msgid "Display logo"
3730 msgstr "Display logo"
3732 #: libraries/classes/Config/Descriptions.php:844
3733 msgid "Logo link URL"
3734 msgstr "Logo link URL"
3736 #: libraries/classes/Config/Descriptions.php:845
3737 msgid "Logo link target"
3738 msgstr "Logo link target"
3740 #: libraries/classes/Config/Descriptions.php:846
3741 msgid "Display servers selection"
3742 msgstr "Display servers selection"
3744 #: libraries/classes/Config/Descriptions.php:847
3745 msgid "Target for quick access icon"
3746 msgstr "Target for quick access icon"
3748 #: libraries/classes/Config/Descriptions.php:848
3749 msgid "Target for second quick access icon"
3750 msgstr "Target for second quick access icon"
3752 #: libraries/classes/Config/Descriptions.php:849
3753 msgid "Minimum number of items to display the filter box"
3754 msgstr "Minimum number of items to display the filter box"
3756 #: libraries/classes/Config/Descriptions.php:851
3757 msgid "Minimum number of databases to display the database filter box"
3758 msgstr "Minimum number of databases to display the database filter box"
3760 #: libraries/classes/Config/Descriptions.php:853
3761 msgid "Group items in the tree"
3762 msgstr "Group items in the tree"
3764 #: libraries/classes/Config/Descriptions.php:854
3765 msgid "Database tree separator"
3766 msgstr "Database tree separator"
3768 #: libraries/classes/Config/Descriptions.php:855
3769 msgid "Table tree separator"
3770 msgstr "Table tree separator"
3772 #: libraries/classes/Config/Descriptions.php:856
3773 msgid "Maximum table tree depth"
3774 msgstr "Maximum table tree depth"
3776 #: libraries/classes/Config/Descriptions.php:857
3777 msgid "Enable highlighting"
3778 msgstr "Enable highlighting"
3780 #: libraries/classes/Config/Descriptions.php:858
3781 msgid "Enable navigation tree expansion"
3782 msgstr "Enable navigation tree expansion"
3784 #: libraries/classes/Config/Descriptions.php:859
3785 msgid "Show tables in tree"
3786 msgstr "Show tables in tree"
3788 #: libraries/classes/Config/Descriptions.php:860
3789 msgid "Show views in tree"
3790 msgstr "Show views in tree"
3792 #: libraries/classes/Config/Descriptions.php:861
3793 msgid "Show functions in tree"
3794 msgstr "Show functions in tree"
3796 #: libraries/classes/Config/Descriptions.php:862
3797 msgid "Show procedures in tree"
3798 msgstr "Show procedures in tree"
3800 #: libraries/classes/Config/Descriptions.php:863
3801 msgid "Show events in tree"
3802 msgstr "Show events in tree"
3804 #: libraries/classes/Config/Descriptions.php:864
3805 msgid "Expand single database"
3806 msgstr "Expand single database"
3808 #: libraries/classes/Config/Descriptions.php:865
3809 msgid "Recently used tables"
3810 msgstr "Recently used tables"
3812 #: libraries/classes/Config/Descriptions.php:866
3813 #: libraries/classes/RecentFavoriteTable.php:266
3814 msgid "Favorite tables"
3815 msgstr "Favourite tables"
3817 #: libraries/classes/Config/Descriptions.php:867
3818 msgid "Where to show the table row links"
3819 msgstr "Where to show the table row links"
3821 #: libraries/classes/Config/Descriptions.php:868
3822 msgid "Show row links anyway"
3823 msgstr "Show row links anyway"
3825 #: libraries/classes/Config/Descriptions.php:870
3826 msgid "Natural order"
3827 msgstr "Natural order"
3829 #: libraries/classes/Config/Descriptions.php:871
3830 msgid "Table navigation bar"
3831 msgstr "Table navigation bar"
3833 #: libraries/classes/Config/Descriptions.php:872
3834 msgid "GZip output buffering"
3835 msgstr "GZip output buffering"
3837 #: libraries/classes/Config/Descriptions.php:873
3838 msgid "Default sorting order"
3839 msgstr "Default sorting order"
3841 #: libraries/classes/Config/Descriptions.php:874
3842 msgid "Persistent connections"
3843 msgstr "Persistent connections"
3845 #: libraries/classes/Config/Descriptions.php:875
3846 msgid "Missing phpMyAdmin configuration storage tables"
3847 msgstr "Missing phpMyAdmin configuration storage tables"
3849 #: libraries/classes/Config/Descriptions.php:876
3850 msgid "MySQL reserved word warning"
3851 msgstr "MySQL reserved word warning"
3853 #: libraries/classes/Config/Descriptions.php:877
3854 msgid "How to display the menu tabs"
3855 msgstr "How to display the menu tabs"
3857 #: libraries/classes/Config/Descriptions.php:878
3858 msgid "How to display various action links"
3859 msgstr "How to display various action links"
3861 #: libraries/classes/Config/Descriptions.php:879
3862 msgid "Protect binary columns"
3863 msgstr "Protect binary columns"
3865 #: libraries/classes/Config/Descriptions.php:880
3866 msgid "Permanent query history"
3867 msgstr "Permanent query history"
3869 #: libraries/classes/Config/Descriptions.php:881
3870 msgid "Query history length"
3871 msgstr "Query history length"
3873 #: libraries/classes/Config/Descriptions.php:882
3874 msgid "Recoding engine"
3875 msgstr "Recoding engine"
3877 #: libraries/classes/Config/Descriptions.php:883
3878 msgid "Remember table's sorting"
3879 msgstr "Remember table's sorting"
3881 #: libraries/classes/Config/Descriptions.php:884
3882 msgid "Primary key default sort order"
3883 msgstr "Primary key default sort order"
3885 #: libraries/classes/Config/Descriptions.php:885
3886 msgid "Repeat headers"
3887 msgstr "Repeat headers"
3889 #: libraries/classes/Config/Descriptions.php:886
3890 msgid "Grid editing: trigger action"
3891 msgstr "Grid editing: trigger action"
3893 #: libraries/classes/Config/Descriptions.php:887
3894 msgid "Relational display"
3895 msgstr "Relational display"
3897 #: libraries/classes/Config/Descriptions.php:888
3898 msgid "Grid editing: save all edited cells at once"
3899 msgstr "Grid editing: save all edited cells at once"
3901 #: libraries/classes/Config/Descriptions.php:889
3902 msgid "Save directory"
3903 msgstr "Save directory"
3905 #: libraries/classes/Config/Descriptions.php:890
3906 msgid "Host authorization order"
3907 msgstr "Host authorisation order"
3909 #: libraries/classes/Config/Descriptions.php:891
3910 msgid "Host authorization rules"
3911 msgstr "Host authorisation rules"
3913 #: libraries/classes/Config/Descriptions.php:892
3914 msgid "Allow logins without a password"
3915 msgstr "Allow logins without a password"
3917 #: libraries/classes/Config/Descriptions.php:893
3918 msgid "Allow root login"
3919 msgstr "Allow root login"
3921 #: libraries/classes/Config/Descriptions.php:894
3922 msgid "Session timezone"
3923 msgstr "Session time zone"
3925 #: libraries/classes/Config/Descriptions.php:895
3926 msgid "HTTP Realm"
3927 msgstr "HTTP Realm"
3929 #: libraries/classes/Config/Descriptions.php:896
3930 #: templates/setup/home/index.twig:50
3931 msgid "Authentication type"
3932 msgstr "Authentication type"
3934 #: libraries/classes/Config/Descriptions.php:897
3935 msgid "Bookmark table"
3936 msgstr "Bookmark table"
3938 #: libraries/classes/Config/Descriptions.php:898
3939 msgid "Column information table"
3940 msgstr "Column information table"
3942 #: libraries/classes/Config/Descriptions.php:899
3943 msgid "Compress connection"
3944 msgstr "Compress connection"
3946 #: libraries/classes/Config/Descriptions.php:900
3947 msgid "Control user password"
3948 msgstr "Control user password"
3950 #: libraries/classes/Config/Descriptions.php:901
3951 msgid "Control user"
3952 msgstr "Control user"
3954 #: libraries/classes/Config/Descriptions.php:902
3955 msgid "Control host"
3956 msgstr "Control host"
3958 #: libraries/classes/Config/Descriptions.php:903
3959 msgid "Control port"
3960 msgstr "Control port"
3962 #: libraries/classes/Config/Descriptions.php:904
3963 msgid "Disable use of INFORMATION_SCHEMA"
3964 msgstr "Disable use of INFORMATION_SCHEMA"
3966 #: libraries/classes/Config/Descriptions.php:905
3967 msgid "Hide databases"
3968 msgstr "Hide databases"
3970 #: libraries/classes/Config/Descriptions.php:906
3971 msgid "SQL query history table"
3972 msgstr "SQL query history table"
3974 #: libraries/classes/Config/Descriptions.php:907
3975 msgid "Server hostname"
3976 msgstr "Server hostname"
3978 #: libraries/classes/Config/Descriptions.php:908
3979 msgid "Logout URL"
3980 msgstr "Logout URL"
3982 #: libraries/classes/Config/Descriptions.php:909
3983 msgid "Maximal number of table preferences to store"
3984 msgstr "Maximal number of table preferences to store"
3986 #: libraries/classes/Config/Descriptions.php:910
3987 msgid "QBE saved searches table"
3988 msgstr "QBE saved searches table"
3990 #: libraries/classes/Config/Descriptions.php:911
3991 msgid "Export templates table"
3992 msgstr "Export templates table"
3994 #: libraries/classes/Config/Descriptions.php:912
3995 msgid "Central columns table"
3996 msgstr "Central columns table"
3998 #: libraries/classes/Config/Descriptions.php:913
3999 msgid "Show only listed databases"
4000 msgstr "Show only listed databases"
4002 #: libraries/classes/Config/Descriptions.php:914
4003 msgid "Password for config auth"
4004 msgstr "Password for config auth"
4006 #: libraries/classes/Config/Descriptions.php:915
4007 msgid "PDF schema: pages table"
4008 msgstr "PDF schema: pages table"
4010 #: libraries/classes/Config/Descriptions.php:916
4011 #: templates/database/operations/index.twig:127
4012 #: templates/server/databases/index.twig:24
4013 msgid "Database name"
4014 msgstr "Database name"
4016 #: libraries/classes/Config/Descriptions.php:917
4017 msgid "Server port"
4018 msgstr "Server port"
4020 #: libraries/classes/Config/Descriptions.php:918
4021 msgid "Recently used table"
4022 msgstr "Recently used table"
4024 #: libraries/classes/Config/Descriptions.php:919
4025 msgid "Favorites table"
4026 msgstr "Favourites table"
4028 #: libraries/classes/Config/Descriptions.php:920
4029 msgid "Relation table"
4030 msgstr "Relation table"
4032 #: libraries/classes/Config/Descriptions.php:921
4033 msgid "Signon session name"
4034 msgstr "Signon session name"
4036 #: libraries/classes/Config/Descriptions.php:922
4037 msgid "Signon URL"
4038 msgstr "Signon URL"
4040 #: libraries/classes/Config/Descriptions.php:923
4041 msgid "Server socket"
4042 msgstr "Server socket"
4044 #: libraries/classes/Config/Descriptions.php:924
4045 msgid "Use SSL"
4046 msgstr "Use SSL"
4048 #: libraries/classes/Config/Descriptions.php:925
4049 msgid "Designer and PDF schema: table coordinates"
4050 msgstr "Designer and PDF schema: table coordinates"
4052 #: libraries/classes/Config/Descriptions.php:926
4053 msgid "Display columns table"
4054 msgstr "Display columns table"
4056 #: libraries/classes/Config/Descriptions.php:927
4057 msgid "UI preferences table"
4058 msgstr "UI preferences table"
4060 #: libraries/classes/Config/Descriptions.php:928
4061 msgid "Add DROP DATABASE"
4062 msgstr "Add DROP DATABASE"
4064 #: libraries/classes/Config/Descriptions.php:929
4065 #: templates/database/structure/copy_form.twig:34
4066 msgid "Add DROP TABLE"
4067 msgstr "Add DROP TABLE"
4069 #: libraries/classes/Config/Descriptions.php:930
4070 msgid "Add DROP VIEW"
4071 msgstr "Add DROP VIEW"
4073 #: libraries/classes/Config/Descriptions.php:931
4074 msgid "Statements to track"
4075 msgstr "Statements to track"
4077 #: libraries/classes/Config/Descriptions.php:932
4078 msgid "SQL query tracking table"
4079 msgstr "SQL query tracking table"
4081 #: libraries/classes/Config/Descriptions.php:933
4082 msgid "Automatically create versions"
4083 msgstr "Automatically create versions"
4085 #: libraries/classes/Config/Descriptions.php:934
4086 msgid "User preferences storage table"
4087 msgstr "User preferences storage table"
4089 #: libraries/classes/Config/Descriptions.php:935
4090 msgid "Users table"
4091 msgstr "Users table"
4093 #: libraries/classes/Config/Descriptions.php:936
4094 msgid "User groups table"
4095 msgstr "User groups table"
4097 #: libraries/classes/Config/Descriptions.php:937
4098 msgid "Hidden navigation items table"
4099 msgstr "Hidden navigation items table"
4101 #: libraries/classes/Config/Descriptions.php:938
4102 msgid "User for config auth"
4103 msgstr "User for config auth"
4105 #: libraries/classes/Config/Descriptions.php:939
4106 msgid "Verbose name of this server"
4107 msgstr "Verbose name of this server"
4109 #: libraries/classes/Config/Descriptions.php:940
4110 msgid "Allow to display all the rows"
4111 msgstr "Allow to display all the rows"
4113 #: libraries/classes/Config/Descriptions.php:941
4114 msgid "Show password change form"
4115 msgstr "Show password change form"
4117 #: libraries/classes/Config/Descriptions.php:942
4118 msgid "Show create database form"
4119 msgstr "Show create database form"
4121 #: libraries/classes/Config/Descriptions.php:943
4122 msgid "Show table comments"
4123 msgstr "Show table comments"
4125 #: libraries/classes/Config/Descriptions.php:944
4126 msgid "Show creation timestamp"
4127 msgstr "Show creation timestamp"
4129 #: libraries/classes/Config/Descriptions.php:945
4130 msgid "Show last update timestamp"
4131 msgstr "Show last update timestamp"
4133 #: libraries/classes/Config/Descriptions.php:946
4134 msgid "Show last check timestamp"
4135 msgstr "Show last check timestamp"
4137 #: libraries/classes/Config/Descriptions.php:947
4138 msgid "Show table charset"
4139 msgstr "Show table charset"
4141 #: libraries/classes/Config/Descriptions.php:948
4142 msgid "Show field types"
4143 msgstr "Show field types"
4145 #: libraries/classes/Config/Descriptions.php:949
4146 msgid "Show function fields"
4147 msgstr "Show function fields"
4149 #: libraries/classes/Config/Descriptions.php:950
4150 msgid "Show hint"
4151 msgstr "Show hint"
4153 #: libraries/classes/Config/Descriptions.php:951
4154 msgid "Show phpinfo() link"
4155 msgstr "Show phpinfo() link"
4157 #: libraries/classes/Config/Descriptions.php:952
4158 msgid "Show detailed MySQL server information"
4159 msgstr "Show detailed MySQL server information"
4161 #: libraries/classes/Config/Descriptions.php:953
4162 msgid "Show SQL queries"
4163 msgstr "Show SQL queries"
4165 #: libraries/classes/Config/Descriptions.php:954 templates/sql/query.twig:128
4166 msgid "Retain query box"
4167 msgstr "Retain query box"
4169 #: libraries/classes/Config/Descriptions.php:955
4170 msgid "Show statistics"
4171 msgstr "Show statistics"
4173 #: libraries/classes/Config/Descriptions.php:956
4174 msgid "Skip locked tables"
4175 msgstr "Skip locked tables"
4177 #: libraries/classes/Config/Descriptions.php:957
4178 #: libraries/classes/Controllers/JavaScriptMessagesController.php:394
4179 #: libraries/classes/Display/Results.php:3238
4180 #: libraries/classes/Html/Generator.php:695
4181 #: libraries/classes/Html/Generator.php:962
4182 #: libraries/classes/Server/UserGroups.php:129
4183 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
4184 #: templates/console/display.twig:175
4185 #: templates/database/central_columns/main.twig:267
4186 #: templates/database/central_columns/main.twig:380
4187 #: templates/database/central_columns/main.twig:381
4188 #: templates/database/events/index.twig:74
4189 #: templates/database/events/index.twig:77
4190 #: templates/database/events/row.twig:23 templates/database/events/row.twig:26
4191 #: templates/database/routines/row.twig:24
4192 #: templates/database/routines/row.twig:27
4193 #: templates/database/structure/structure_table_row.twig:66
4194 #: templates/database/triggers/row.twig:28
4195 #: templates/database/triggers/row.twig:31
4196 #: templates/display/results/table.twig:227
4197 #: templates/display/results/table.twig:228 templates/indexes.twig:33
4198 #: templates/server/variables/index.twig:41
4199 #: templates/server/variables/index.twig:44 templates/setup/home/index.twig:63
4200 #: templates/table/structure/display_structure.twig:435
4201 msgid "Edit"
4202 msgstr "Edit"
4204 #: libraries/classes/Config/Descriptions.php:958
4205 #: libraries/classes/Html/Generator.php:657
4206 msgid "Explain SQL"
4207 msgstr "Explain SQL"
4209 #: libraries/classes/Config/Descriptions.php:959
4210 #: libraries/classes/Export.php:627 libraries/classes/Html/Generator.php:740
4211 #: templates/console/display.twig:99
4212 #: templates/server/status/processes/index.twig:19
4213 #: templates/server/status/variables/index.twig:42
4214 msgid "Refresh"
4215 msgstr "Refresh"
4217 #: libraries/classes/Config/Descriptions.php:960
4218 #: libraries/classes/Html/Generator.php:724
4219 msgid "Create PHP code"
4220 msgstr "Create PHP code"
4222 #: libraries/classes/Config/Descriptions.php:961
4223 msgid "Suhosin warning"
4224 msgstr "Suhosin warning"
4226 #: libraries/classes/Config/Descriptions.php:962
4227 msgid "Login cookie validity warning"
4228 msgstr "Login cookie validity warning"
4230 #: libraries/classes/Config/Descriptions.php:963
4231 msgid "Textarea columns"
4232 msgstr "Textarea columns"
4234 #: libraries/classes/Config/Descriptions.php:964
4235 msgid "Textarea rows"
4236 msgstr "Textarea rows"
4238 #: libraries/classes/Config/Descriptions.php:965
4239 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:231
4240 #: libraries/classes/Plugins/Export/ExportHtmlword.php:151
4241 #: libraries/classes/Plugins/Export/ExportOdt.php:197
4242 #: libraries/classes/Plugins/Export/ExportTexytext.php:135
4243 #: libraries/classes/Server/Privileges.php:1922
4244 #: libraries/classes/Server/Privileges.php:1924
4245 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:40
4246 #: templates/console/display.twig:184 templates/server/databases/index.twig:106
4247 #: templates/server/privileges/edit_routine_privileges.twig:17
4248 #: templates/server/privileges/privileges_table.twig:233
4249 #: templates/server/privileges/user_properties.twig:22
4250 #: templates/server/privileges/user_properties.twig:71
4251 #: templates/table/operations/index.twig:56
4252 #: templates/table/operations/index.twig:62
4253 #: templates/table/operations/index.twig:257
4254 #: templates/table/operations/index.twig:263
4255 #: templates/table/relation/common_form.twig:36
4256 #: templates/table/relation/common_form.twig:175
4257 #: templates/table/relation/foreign_key_row.twig:98
4258 msgid "Database"
4259 msgstr "Database"
4261 #: libraries/classes/Config/Descriptions.php:966
4262 msgid "Default title"
4263 msgstr "Default title"
4265 #: libraries/classes/Config/Descriptions.php:967
4266 #: templates/server/status/base.twig:6
4267 msgid "Server"
4268 msgstr "Server"
4270 #: libraries/classes/Config/Descriptions.php:968
4271 #: libraries/classes/Plugins/Export/ExportXml.php:536
4272 #: libraries/classes/Server/Privileges.php:1928
4273 #: libraries/classes/Server/Privileges.php:1930
4274 #: templates/database/structure/show_create.twig:10
4275 #: templates/database/structure/table_header.twig:8
4276 #: templates/database/tracking/tables.twig:13
4277 #: templates/database/tracking/tables.twig:153
4278 #: templates/database/triggers/editor_form.twig:27
4279 #: templates/database/triggers/list.twig:45
4280 #: templates/server/privileges/privileges_table.twig:6
4281 #: templates/server/privileges/privileges_table.twig:235
4282 #: templates/server/privileges/user_properties.twig:37
4283 #: templates/server/privileges/user_properties.twig:82
4284 #: templates/table/maintenance/checksum.twig:12
4285 #: templates/table/operations/index.twig:65
4286 #: templates/table/operations/index.twig:266
4287 #: templates/table/relation/common_form.twig:37
4288 #: templates/table/relation/common_form.twig:182
4289 #: templates/table/relation/foreign_key_row.twig:109
4290 msgid "Table"
4291 msgstr "Table"
4293 #: libraries/classes/Config/Descriptions.php:969
4294 msgid "List of trusted proxies for IP allow/deny"
4295 msgstr "List of trusted proxies for IP allow/deny"
4297 #: libraries/classes/Config/Descriptions.php:970
4298 msgid "Upload directory"
4299 msgstr "Upload directory"
4301 #: libraries/classes/Config/Descriptions.php:971
4302 msgid "Use database search"
4303 msgstr "Use database search"
4305 #: libraries/classes/Config/Descriptions.php:972
4306 msgid "Enable the Developer tab in settings"
4307 msgstr "Enable the Developer tab in settings"
4309 #: libraries/classes/Config/Descriptions.php:973
4310 #: libraries/classes/Setup/Index.php:136 libraries/classes/Setup/Index.php:160
4311 #: libraries/classes/Setup/Index.php:172 libraries/classes/Setup/Index.php:185
4312 #: libraries/classes/Setup/Index.php:194 libraries/classes/Setup/Index.php:202
4313 msgid "Version check"
4314 msgstr "Version check"
4316 #: libraries/classes/Config/Descriptions.php:974
4317 msgid "Proxy URL"
4318 msgstr "Proxy URL"
4320 #: libraries/classes/Config/Descriptions.php:975
4321 msgid "Proxy username"
4322 msgstr "Proxy username"
4324 #: libraries/classes/Config/Descriptions.php:976
4325 msgid "Proxy password"
4326 msgstr "Proxy password"
4328 #: libraries/classes/Config/Descriptions.php:977
4329 msgid "ZIP"
4330 msgstr "ZIP"
4332 #: libraries/classes/Config/Descriptions.php:978
4333 msgid "URL for reCAPTCHA v2 API"
4334 msgstr "URL for reCAPTCHA v2 API"
4336 #: libraries/classes/Config/Descriptions.php:979
4337 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API"
4338 msgstr "Content-Security-Policy snippet for reCAPTCHA v2 API"
4340 #: libraries/classes/Config/Descriptions.php:980
4341 msgid "Request parameter for reCAPTCHA v2 API"
4342 msgstr "Request parameter for reCAPTCHA v2 API"
4344 #: libraries/classes/Config/Descriptions.php:981
4345 msgid "Response parameter for reCAPTCHA v2 API"
4346 msgstr "Response parameter for reCAPTCHA v2 API"
4348 #: libraries/classes/Config/Descriptions.php:982
4349 msgid "Public key for reCAPTCHA"
4350 msgstr "Public key for reCAPTCHA"
4352 #: libraries/classes/Config/Descriptions.php:983
4353 msgid "Private key for reCAPTCHA"
4354 msgstr "Private key for reCAPTCHA"
4356 #: libraries/classes/Config/Descriptions.php:984
4357 msgid "URL for reCAPTCHA siteverify"
4358 msgstr "URL for reCAPTCHA siteverify"
4360 #: libraries/classes/Config/Descriptions.php:985
4361 msgid "Send error reports"
4362 msgstr "Send error reports"
4364 #: libraries/classes/Config/Descriptions.php:986
4365 msgid "Enter executes queries in console"
4366 msgstr "Enter executes queries in console"
4368 #: libraries/classes/Config/Descriptions.php:987
4369 msgid "Enable Zero Configuration mode"
4370 msgstr "Enable Zero Configuration mode"
4372 #: libraries/classes/Config/Descriptions.php:988
4373 #: templates/console/display.twig:153
4374 msgid "Show query history at start"
4375 msgstr "Show query history at start"
4377 #: libraries/classes/Config/Descriptions.php:989
4378 #: templates/console/display.twig:149
4379 msgid "Always expand query messages"
4380 msgstr "Always expand query messages"
4382 #: libraries/classes/Config/Descriptions.php:990
4383 #: templates/console/display.twig:157
4384 msgid "Show current browsing query"
4385 msgstr "Show current browsing query"
4387 #: libraries/classes/Config/Descriptions.php:991
4388 msgid "Execute queries on Enter and insert new line with Shift+Enter"
4389 msgstr "Execute queries on Enter and insert new line with Shift+Enter"
4391 #: libraries/classes/Config/Descriptions.php:992
4392 #: templates/console/display.twig:168
4393 msgid "Switch to dark theme"
4394 msgstr "Switch to dark theme"
4396 #: libraries/classes/Config/Descriptions.php:993
4397 msgid "Console height"
4398 msgstr "Console height"
4400 #: libraries/classes/Config/Descriptions.php:994
4401 msgid "Console mode"
4402 msgstr "Console mode"
4404 #: libraries/classes/Config/Descriptions.php:995
4405 #: templates/console/display.twig:64
4406 msgid "Group queries"
4407 msgstr "Group queries"
4409 #: libraries/classes/Config/Descriptions.php:996
4410 #: templates/sql/profiling_chart.twig:9
4411 msgid "Order"
4412 msgstr "Order"
4414 #: libraries/classes/Config/Descriptions.php:997
4415 msgid "Order by"
4416 msgstr "Order by"
4418 #: libraries/classes/Config/Descriptions.php:998
4419 msgid "Server connection collation"
4420 msgstr "Server connection collation"
4422 #: libraries/classes/Config/FormDisplay.php:631
4423 #, php-format
4424 msgid "Missing data for %s"
4425 msgstr "Missing data for %s"
4427 #: libraries/classes/Config/FormDisplay.php:677
4428 #: libraries/classes/Config/Validator.php:609
4429 #: templates/config/form_display/display.twig:67
4430 msgid "Incorrect value!"
4431 msgstr "Incorrect value!"
4433 #: libraries/classes/Config/FormDisplay.php:838
4434 #: libraries/classes/Config/FormDisplay.php:847
4435 msgid "unavailable"
4436 msgstr "unavailable"
4438 #: libraries/classes/Config/FormDisplay.php:840
4439 #: libraries/classes/Config/FormDisplay.php:849
4440 #, php-format
4441 msgid "\"%s\" requires %s extension"
4442 msgstr "\"%s\" requires %s extension"
4444 #: libraries/classes/Config/FormDisplay.php:884
4445 #, php-format
4446 msgid "Compressed import will not work due to missing function %s."
4447 msgstr "Compressed import will not work due to missing function %s."
4449 #: libraries/classes/Config/FormDisplay.php:893
4450 #, php-format
4451 msgid "Compressed export will not work due to missing function %s."
4452 msgstr "Compressed export will not work due to missing function %s."
4454 #: libraries/classes/Config/FormDisplay.php:915
4455 #, php-format
4456 msgid "maximum %s"
4457 msgstr "maximum %s"
4459 #: libraries/classes/Config/Forms/Setup/ServersForm.php:39
4460 msgid "Config authentication"
4461 msgstr "Config authentication"
4463 #: libraries/classes/Config/Forms/Setup/ServersForm.php:43
4464 msgid "HTTP authentication"
4465 msgstr "HTTP authentication"
4467 #: libraries/classes/Config/Forms/Setup/ServersForm.php:46
4468 msgid "Signon authentication"
4469 msgstr "Signon authentication"
4471 #: libraries/classes/Config/Forms/User/ExportForm.php:25
4472 msgid "Quick"
4473 msgstr "Quick"
4475 #: libraries/classes/Config/Forms/User/ExportForm.php:29
4476 msgid "Custom"
4477 msgstr "Custom"
4479 #: libraries/classes/Config/Forms/User/ExportForm.php:55
4480 #: libraries/classes/Config/Forms/User/ExportForm.php:100
4481 #: libraries/classes/Config/Forms/User/ExportForm.php:128
4482 #: libraries/classes/Controllers/JavaScriptMessagesController.php:732
4483 #: libraries/classes/Import.php:1401 libraries/classes/Menu.php:271
4484 #: libraries/classes/Menu.php:395
4485 #: libraries/classes/Navigation/Nodes/NodeColumn.php:42
4486 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:50
4487 #: libraries/classes/Navigation/Nodes/NodeTable.php:309
4488 #: libraries/classes/Util.php:1601 libraries/classes/Util.php:2121
4489 #: libraries/classes/Util.php:2138 libraries/config.values.php:60
4490 #: libraries/config.values.php:74 libraries/config.values.php:165
4491 #: libraries/config.values.php:175
4492 #: templates/columns_definitions/table_fields_definitions.twig:4
4493 #: templates/database/central_columns/edit.twig:3
4494 #: templates/database/export/index.twig:24
4495 #: templates/database/structure/structure_table_row.twig:48
4496 #: templates/server/privileges/privileges_table.twig:328
4497 #: templates/table/tracking/structure_snapshot_columns.twig:1
4498 msgid "Structure"
4499 msgstr "Structure"
4501 #: libraries/classes/Config/Forms/User/ExportForm.php:71
4502 #: libraries/classes/Config/Forms/User/ExportForm.php:108
4503 #: libraries/classes/Config/Forms/User/ExportForm.php:133
4504 #: libraries/classes/Config/Forms/User/ExportForm.php:139
4505 #: libraries/classes/Controllers/Server/DatabasesController.php:495
4506 #: templates/database/export/index.twig:25
4507 #: templates/server/privileges/privileges_table.twig:254
4508 #: templates/table/structure/display_table_stats.twig:17
4509 msgid "Data"
4510 msgstr "Data"
4512 #: libraries/classes/Config/Forms/User/ExportForm.php:91
4513 msgid "CSV for MS Excel"
4514 msgstr "CSV for MS Excel"
4516 #: libraries/classes/Config/Forms/User/ExportForm.php:116
4517 msgid "Microsoft Word 2000"
4518 msgstr "Microsoft Word 2000"
4520 #: libraries/classes/Config/Forms/User/ExportForm.php:122
4521 #: libraries/classes/Config/Forms/User/ImportForm.php:52
4522 msgid "OpenDocument Spreadsheet"
4523 msgstr "Open-Document Spreadsheet"
4525 #: libraries/classes/Config/Forms/User/ExportForm.php:126
4526 msgid "OpenDocument Text"
4527 msgstr "Open-Document Text"
4529 #: libraries/classes/Config/Forms/User/ExportForm.php:153
4530 #: libraries/classes/Controllers/JavaScriptMessagesController.php:376
4531 #: libraries/classes/Menu.php:301 libraries/classes/Menu.php:420
4532 #: libraries/classes/Menu.php:557 libraries/classes/Server/Privileges.php:1594
4533 #: libraries/classes/Util.php:2110 libraries/classes/Util.php:2125
4534 #: libraries/classes/Util.php:2142 templates/database/events/index.twig:16
4535 #: templates/database/events/index.twig:17
4536 #: templates/database/events/index.twig:86
4537 #: templates/database/events/row.twig:36
4538 #: templates/database/privileges/index.twig:91
4539 #: templates/database/privileges/index.twig:116
4540 #: templates/database/privileges/index.twig:117
4541 #: templates/database/routines/index.twig:16
4542 #: templates/database/routines/index.twig:17
4543 #: templates/database/routines/row.twig:64
4544 #: templates/database/routines/row.twig:67
4545 #: templates/database/structure/check_all_tables.twig:12
4546 #: templates/database/triggers/list.twig:16
4547 #: templates/database/triggers/list.twig:17
4548 #: templates/database/triggers/row.twig:41
4549 #: templates/display/results/table.twig:240
4550 #: templates/display/results/table.twig:241
4551 #: templates/display/results/table.twig:275 templates/export.twig:8
4552 #: templates/preferences/header.twig:42
4553 #: templates/preferences/manage/main.twig:68
4554 #: templates/server/privileges/new_user_ajax.twig:63
4555 #: templates/server/privileges/users_overview.twig:92
4556 #: templates/server/privileges/users_overview.twig:109
4557 #: templates/server/privileges/users_overview.twig:110
4558 #: templates/server/status/monitor/index.twig:81
4559 #: templates/table/privileges/index.twig:95
4560 #: templates/table/privileges/index.twig:120
4561 #: templates/table/privileges/index.twig:121
4562 msgid "Export"
4563 msgstr "Export"
4565 #: libraries/classes/Config/Forms/User/FeaturesForm.php:90
4566 #: templates/preferences/header.twig:18
4567 msgid "Features"
4568 msgstr "Features"
4570 #: libraries/classes/Config/Forms/User/ImportForm.php:43
4571 msgid "CSV using LOAD DATA"
4572 msgstr "CSV using LOAD DATA"
4574 #: libraries/classes/Config/Forms/User/ImportForm.php:67
4575 #: libraries/classes/Controllers/JavaScriptMessagesController.php:313
4576 #: libraries/classes/Menu.php:310 libraries/classes/Menu.php:430
4577 #: libraries/classes/Menu.php:562 libraries/classes/Util.php:2111
4578 #: libraries/classes/Util.php:2126 libraries/classes/Util.php:2143
4579 #: templates/import.twig:32 templates/preferences/header.twig:48
4580 #: templates/preferences/manage/main.twig:11
4581 #: templates/server/status/monitor/index.twig:78
4582 msgid "Import"
4583 msgstr "Import"
4585 #: libraries/classes/Config/Forms/User/MainForm.php:37
4586 msgid "Default transformations"
4587 msgstr "Default transformations"
4589 #: libraries/classes/Config/PageSettings.php:143
4590 msgid "Cannot save settings, submitted configuration form contains errors!"
4591 msgstr "Cannot save settings, submitted configuration form contains errors!"
4593 #: libraries/classes/Config.php:760
4594 #, php-format
4595 msgid "Existing configuration file (%s) is not readable."
4596 msgstr "Existing configuration file (%s) is not readable."
4598 #: libraries/classes/Config.php:798
4599 msgid "Wrong permissions on configuration file, should not be world writable!"
4600 msgstr ""
4601 "Wrong permissions on configuration file, should not be world writeable!"
4603 #: libraries/classes/Config.php:813
4604 #, php-format
4605 msgid "Could not load default configuration from: %1$s"
4606 msgstr "Could not load default configuration from: %1$s"
4608 #: libraries/classes/Config.php:823
4609 msgid "Failed to read configuration file!"
4610 msgstr "Failed to read configuration file!"
4612 #: libraries/classes/Config.php:826
4613 msgid ""
4614 "This usually means there is a syntax error in it, please check any errors "
4615 "shown below."
4616 msgstr ""
4617 "This usually means there is a syntax error in it, please check any errors "
4618 "shown below."
4620 #: libraries/classes/Config.php:1398
4621 #, php-format
4622 msgid "Invalid server index: %s"
4623 msgstr "Invalid server index: %s"
4625 #: libraries/classes/Config.php:1411
4626 #, php-format
4627 msgid "Server %d"
4628 msgstr "Server %d"
4630 #: libraries/classes/Config/ServerConfigChecks.php:73
4631 #, php-format
4632 msgid ""
4633 "This %soption%s should be disabled as it allows attackers to bruteforce "
4634 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4635 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4636 "protection with trusted proxies list may not be reliable if your IP belongs "
4637 "to an ISP where thousands of users, including you, are connected to."
4638 msgstr ""
4639 "This %soption%s should be disabled as it allows attackers to brute force "
4640 "login to any MySQL server. If you feel this is necessary, use %srestrict "
4641 "login to MySQL server%s or %strusted proxies list%s. However, IP-based "
4642 "protection with trusted proxies list may not be reliable if your IP belongs "
4643 "to an ISP where thousands of users, including you, are connected to."
4645 #: libraries/classes/Config/ServerConfigChecks.php:98
4646 msgid ""
4647 "This value should be double checked to ensure that this directory is neither "
4648 "world accessible nor readable or writable by other users on your server."
4649 msgstr ""
4650 "This value should be double checked to ensure that this directory is neither "
4651 "world accessible nor readable or writable by other users on your server."
4653 #: libraries/classes/Config/ServerConfigChecks.php:167
4654 msgid "You should use SSL connections if your database server supports it."
4655 msgstr "You should use SSL connections if your database server supports it."
4657 #: libraries/classes/Config/ServerConfigChecks.php:175
4658 #, php-format
4659 msgid ""
4660 "If you feel this is necessary, use additional protection settings - %1$shost "
4661 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4662 "based protection may not be reliable if your IP belongs to an ISP where "
4663 "thousands of users, including you, are connected to."
4664 msgstr ""
4665 "If you feel this is necessary, use additional protection settings - %1$shost "
4666 "authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
4667 "based protection may not be reliable if your IP belongs to an ISP where "
4668 "thousands of users, including you, are connected to."
4670 #: libraries/classes/Config/ServerConfigChecks.php:201
4671 #, php-format
4672 msgid ""
4673 "You set the [kbd]config[/kbd] authentication type and included username and "
4674 "password for auto-login, which is not a desirable option for live hosts. "
4675 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4676 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4677 "[kbd]http[/kbd]."
4678 msgstr ""
4679 "You set the [kbd]config[/kbd] authentication type and included username and "
4680 "password for auto-login, which is not a desirable option for live hosts. "
4681 "Anyone who knows or guesses your phpMyAdmin URL can directly access your "
4682 "phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
4683 "[kbd]http[/kbd]."
4685 #: libraries/classes/Config/ServerConfigChecks.php:230
4686 msgid "You allow for connecting to the server without a password."
4687 msgstr "You allow for connecting to the server without a password."
4689 #: libraries/classes/Config/ServerConfigChecks.php:314
4690 #, php-format
4691 msgid ""
4692 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4693 "system."
4694 msgstr ""
4695 "%sZip decompression%s requires functions (%s) which are unavailable on this "
4696 "system."
4698 #: libraries/classes/Config/ServerConfigChecks.php:336
4699 #, php-format
4700 msgid ""
4701 "%sZip compression%s requires functions (%s) which are unavailable on this "
4702 "system."
4703 msgstr ""
4704 "%sZip compression%s requires functions (%s) which are unavailable on this "
4705 "system."
4707 #: libraries/classes/Config/ServerConfigChecks.php:371
4708 msgid ""
4709 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4710 "authentication, so a key was automatically generated for you. It is used to "
4711 "encrypt cookies; you don't need to remember it."
4712 msgstr ""
4713 "You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
4714 "authentication, so a key was automatically generated for you. It is used to "
4715 "encrypt cookies; you don't need to remember it."
4717 #: libraries/classes/Config/ServerConfigChecks.php:386
4718 msgid "Key is too short, it should have at least 32 characters."
4719 msgstr "Key is too short, it should have at least 32 characters."
4721 #: libraries/classes/Config/ServerConfigChecks.php:397
4722 msgid "Key should contain letters, numbers [em]and[/em] special characters."
4723 msgstr "Key should contain letters, numbers [em]and[/em] special characters."
4725 #: libraries/classes/Config/ServerConfigChecks.php:435
4726 #, php-format
4727 msgid ""
4728 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4729 "may cause random session invalidation (currently session.gc_maxlifetime is "
4730 "%5$d)."
4731 msgstr ""
4732 "%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
4733 "may cause random session invalidation (currently session.gc_maxlifetime is "
4734 "%5$d)."
4736 #: libraries/classes/Config/ServerConfigChecks.php:457
4737 #, php-format
4738 msgid ""
4739 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4740 "most. Values larger than 1800 may pose a security risk such as impersonation."
4741 msgstr ""
4742 "%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
4743 "most. Values larger than 1800 may pose a security risk such as impersonation."
4745 #: libraries/classes/Config/ServerConfigChecks.php:483
4746 #, php-format
4747 msgid ""
4748 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4749 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4750 msgstr ""
4751 "If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
4752 "0, %sLogin cookie validity%s must be set to a value less or equal to it."
4754 #: libraries/classes/Config/ServerConfigChecks.php:524
4755 #, php-format
4756 msgid ""
4757 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4758 "are unavailable on this system."
4759 msgstr ""
4760 "%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
4761 "are unavailable on this system."
4763 #: libraries/classes/Config/ServerConfigChecks.php:557
4764 #, php-format
4765 msgid ""
4766 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4767 "are unavailable on this system."
4768 msgstr ""
4769 "%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
4770 "are unavailable on this system."
4772 #: libraries/classes/Config/Validator.php:247
4773 msgid "Could not connect to the database server!"
4774 msgstr "Could not connect to the database server!"
4776 #: libraries/classes/Config/Validator.php:283
4777 msgid "Invalid authentication type!"
4778 msgstr "Invalid authentication type!"
4780 #: libraries/classes/Config/Validator.php:292
4781 msgid "Empty username while using [kbd]config[/kbd] authentication method!"
4782 msgstr "Empty username while using [kbd]config[/kbd] authentication method!"
4784 #: libraries/classes/Config/Validator.php:302
4785 msgid ""
4786 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4787 "method!"
4788 msgstr ""
4789 "Empty signon session name while using [kbd]signon[/kbd] authentication "
4790 "method!"
4792 #: libraries/classes/Config/Validator.php:313
4793 msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4794 msgstr "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
4796 #: libraries/classes/Config/Validator.php:368
4797 msgid ""
4798 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4799 msgstr ""
4800 "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
4802 #: libraries/classes/Config/Validator.php:376
4803 msgid ""
4804 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4805 "storage!"
4806 msgstr ""
4807 "Empty phpMyAdmin control user password while using phpMyAdmin configuration "
4808 "storage!"
4810 #: libraries/classes/Config/Validator.php:468
4811 msgid "Incorrect value:"
4812 msgstr "Incorrect value:"
4814 #: libraries/classes/Config/Validator.php:479
4815 #, php-format
4816 msgid "Incorrect IP address: %s"
4817 msgstr "Incorrect IP address: %s"
4819 #: libraries/classes/Config/Validator.php:542
4820 #: templates/config/form_display/display.twig:66
4821 msgid "Not a valid port number!"
4822 msgstr "Not a valid port number!"
4824 #: libraries/classes/Config/Validator.php:564
4825 #: templates/config/form_display/display.twig:64
4826 msgid "Not a positive number!"
4827 msgstr "Not a positive number!"
4829 #: libraries/classes/Config/Validator.php:586
4830 #: templates/config/form_display/display.twig:65
4831 msgid "Not a non-negative number!"
4832 msgstr "Not a non-negative number!"
4834 #: libraries/classes/Config/Validator.php:627
4835 #: templates/config/form_display/display.twig:68
4836 #, php-format
4837 msgid "Value must be less than or equal to %s!"
4838 msgstr "Value must be less than or equal to %s!"
4840 #: libraries/classes/Console.php:93
4841 #, php-format
4842 msgid "Showing %1$d bookmark (both private and shared)"
4843 msgid_plural "Showing %1$d bookmarks (both private and shared)"
4844 msgstr[0] "Showing %1$d bookmark (both private and shared)"
4845 msgstr[1] "Showing %1$d bookmarks (both private and shared)"
4847 #: libraries/classes/Console.php:100
4848 msgid "No bookmarks"
4849 msgstr "No bookmarks"
4851 #: libraries/classes/Console.php:134
4852 msgid "SQL Query Console"
4853 msgstr "SQL Query Console"
4855 #: libraries/classes/Controllers/AbstractController.php:76
4856 #: libraries/classes/Controllers/JavaScriptMessagesController.php:346
4857 #: libraries/classes/Controllers/Server/DatabasesController.php:299
4858 #: libraries/classes/DbTableExists.php:47
4859 msgid "No databases selected."
4860 msgstr "No databases selected."
4862 #: libraries/classes/Controllers/ChangeLogController.php:38
4863 #: libraries/classes/Controllers/LicenseController.php:36
4864 #, php-format
4865 msgid ""
4866 "The %s file is not available on this system, please visit %s for more "
4867 "information."
4868 msgstr ""
4869 "The %s file is not available on this system, please visit %s for more "
4870 "information."
4872 #: libraries/classes/Controllers/Database/CentralColumnsController.php:145
4873 #, php-format
4874 msgid "Showing rows %1$s - %2$s."
4875 msgstr "Showing rows %1$s - %2$s."
4877 #: libraries/classes/Controllers/Database/ExportController.php:80
4878 #: libraries/classes/Controllers/Database/TrackingController.php:131
4879 #: libraries/classes/Controllers/ExportController.php:460
4880 #: libraries/classes/Database/Qbe.php:363
4881 #: templates/database/structure/index.twig:27
4882 #: templates/navigation/tree/path.twig:9
4883 msgid "No tables found in database."
4884 msgstr "No tables found in database."
4886 #: libraries/classes/Controllers/Database/ExportController.php:154
4887 #: libraries/classes/Controllers/Server/ExportController.php:77
4888 #: libraries/classes/Controllers/Table/ExportController.php:121
4889 msgid "Could not load export plugins, please check your installation!"
4890 msgstr "Could not load export plug-ins, please check your installation!"
4892 #: libraries/classes/Controllers/Database/ExportController.php:182
4893 #: libraries/classes/Controllers/Database/StructureController.php:1203
4894 #: libraries/classes/Controllers/Database/StructureController.php:1244
4895 #: libraries/classes/Controllers/Database/StructureController.php:1277
4896 #: libraries/classes/Controllers/Database/StructureController.php:1300
4897 #: libraries/classes/Controllers/Database/StructureController.php:1323
4898 #: libraries/classes/Controllers/Database/StructureController.php:1346
4899 #: libraries/classes/Controllers/Database/StructureController.php:1369
4900 #: libraries/classes/Controllers/Database/StructureController.php:1399
4901 #: libraries/classes/Controllers/Database/StructureController.php:1452
4902 #: libraries/classes/Controllers/JavaScriptMessagesController.php:347
4903 #: libraries/classes/Controllers/Table/MaintenanceController.php:46
4904 #: libraries/classes/Controllers/Table/MaintenanceController.php:81
4905 #: libraries/classes/Controllers/Table/MaintenanceController.php:119
4906 #: libraries/classes/Controllers/Table/MaintenanceController.php:155
4907 #: libraries/classes/Controllers/Table/MaintenanceController.php:190
4908 msgid "No table selected."
4909 msgstr "No table selected."
4911 #: libraries/classes/Controllers/Database/ImportController.php:78
4912 #: libraries/classes/Controllers/ImportController.php:643
4913 #: libraries/classes/Controllers/Server/ImportController.php:63
4914 #: libraries/classes/Controllers/Table/ImportController.php:71
4915 msgid "Could not load import plugins, please check your installation!"
4916 msgstr "Could not load import plug-ins, please check your installation!"
4918 #: libraries/classes/Controllers/Database/OperationsController.php:98
4919 #: libraries/classes/Controllers/Table/CreateController.php:78
4920 msgid "The database name is empty!"
4921 msgstr "The database name is empty!"
4923 #: libraries/classes/Controllers/Database/OperationsController.php:109
4924 msgid "Cannot copy database to the same name. Change the name and try again."
4925 msgstr "Cannot copy database to the same name. Change the name and try again."
4927 #: libraries/classes/Controllers/Database/OperationsController.php:203
4928 #, php-format
4929 msgid "Database %1$s has been renamed to %2$s."
4930 msgstr "Database %1$s has been renamed to %2$s."
4932 #: libraries/classes/Controllers/Database/OperationsController.php:216
4933 #, php-format
4934 msgid "Database %1$s has been copied to %2$s."
4935 msgstr "Database %1$s has been copied to %2$s."
4937 #: libraries/classes/Controllers/Database/OperationsController.php:334
4938 #, php-format
4939 msgid ""
4940 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4941 msgstr ""
4942 "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
4944 #: libraries/classes/Controllers/Database/OperationsController.php:373
4945 #: libraries/classes/Controllers/Table/OperationsController.php:278
4946 msgid "No collation provided."
4947 msgstr "No collation provided."
4949 #: libraries/classes/Controllers/Database/SearchController.php:57
4950 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:92
4951 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:108
4952 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:84
4953 #: libraries/classes/Plugins/AuthenticationPlugin.php:200
4954 msgid "Access denied!"
4955 msgstr "Access denied!"
4957 #: libraries/classes/Controllers/Database/StructureController.php:309
4958 msgid "Favorite List is full!"
4959 msgstr "Favourite List is full!"
4961 #: libraries/classes/Controllers/Database/StructureController.php:590
4962 #: templates/table/operations/index.twig:430
4963 #: templates/table/operations/view.twig:31
4964 #, php-format
4965 msgid "View %s has been dropped."
4966 msgstr "View %s has been dropped."
4968 #: libraries/classes/Controllers/Database/StructureController.php:591
4969 #: templates/table/operations/index.twig:430
4970 #, php-format
4971 msgid "Table %s has been dropped."
4972 msgstr "Table %s has been dropped."
4974 #: libraries/classes/Controllers/Database/StructureController.php:647
4975 #: templates/table/operations/index.twig:409
4976 #, php-format
4977 msgid "Table %s has been emptied."
4978 msgstr "Table %s has been emptied."
4980 #: libraries/classes/Controllers/Database/StructureController.php:819
4981 #: libraries/classes/Display/Results.php:4452
4982 #, php-format
4983 msgid ""
4984 "This view has at least this number of rows. Please refer to %sdocumentation"
4985 "%s."
4986 msgstr ""
4987 "This view has at least this number of rows. Please refer to %sdocumentation"
4988 "%s."
4990 #: libraries/classes/Controllers/Database/StructureController.php:1060
4991 msgid "unknown"
4992 msgstr "unknown"
4994 #: libraries/classes/Controllers/Database/StructureController.php:1285
4995 #: libraries/classes/Controllers/Database/StructureController.php:1308
4996 #: libraries/classes/Controllers/Database/StructureController.php:1331
4997 msgid "Success!"
4998 msgstr "Success!"
5000 #: libraries/classes/Controllers/Database/StructureController.php:1483
5001 #: libraries/classes/Controllers/Database/StructureController.php:1566
5002 #: libraries/classes/Controllers/JavaScriptMessagesController.php:498
5003 #: libraries/classes/Controllers/Table/DeleteController.php:59
5004 #: libraries/classes/Controllers/Table/DropColumnController.php:63
5005 #: libraries/classes/Controllers/Table/StructureController.php:468
5006 #: libraries/classes/Controllers/Table/StructureController.php:492
5007 #: libraries/classes/IndexColumn.php:139 libraries/classes/Index.php:547
5008 #: libraries/classes/Plugins/Export/ExportHtmlword.php:688
5009 #: libraries/classes/Plugins/Export/ExportLatex.php:663
5010 #: libraries/classes/Plugins/Export/ExportOdt.php:821
5011 #: libraries/classes/Plugins/Export/ExportTexytext.php:652
5012 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:809
5013 #: templates/config/form_display/input.twig:42
5014 #: templates/database/central_columns/main.twig:360
5015 #: templates/database/data_dictionary/index.twig:39
5016 #: templates/database/data_dictionary/index.twig:83
5017 #: templates/database/designer/main.twig:1124
5018 #: templates/database/privileges/index.twig:69
5019 #: templates/database/structure/drop_form.twig:19
5020 #: templates/database/structure/empty_form.twig:19 templates/indexes.twig:63
5021 #: templates/preferences/autoload.twig:11
5022 #: templates/preferences/manage/error.twig:18
5023 #: templates/server/privileges/new_user_ajax.twig:20
5024 #: templates/server/privileges/new_user_ajax.twig:34
5025 #: templates/server/privileges/privileges_summary.twig:37
5026 #: templates/server/privileges/privileges_summary.twig:40
5027 #: templates/server/privileges/privileges_summary.twig:42
5028 #: templates/server/privileges/users_overview.twig:50
5029 #: templates/server/privileges/users_overview.twig:62
5030 #: templates/table/delete/confirm.twig:28
5031 #: templates/table/privileges/index.twig:73
5032 #: templates/table/structure/display_structure.twig:81
5033 #: templates/table/structure/display_structure.twig:469
5034 #: templates/table/structure/drop_confirm.twig:19
5035 #: templates/table/structure/primary.twig:22
5036 #: templates/table/tracking/structure_snapshot_columns.twig:33
5037 #: templates/table/tracking/structure_snapshot_indexes.twig:23
5038 #: templates/table/tracking/structure_snapshot_indexes.twig:24
5039 msgid "Yes"
5040 msgstr "Yes"
5042 #: libraries/classes/Controllers/Database/StructureController.php:1484
5043 #: libraries/classes/Controllers/Database/StructureController.php:1567
5044 #: libraries/classes/Controllers/Table/DropColumnController.php:80
5045 #: libraries/classes/Controllers/Table/OperationsController.php:341
5046 #: libraries/classes/Controllers/Table/ReplaceController.php:398
5047 #: libraries/classes/Core.php:893 templates/preview_sql.twig:3
5048 msgid "No change"
5049 msgstr "No change"
5051 #: libraries/classes/Controllers/Database/TrackingController.php:83
5052 #: libraries/classes/Controllers/Database/TrackingController.php:104
5053 msgid "Tracking data deleted successfully."
5054 msgstr "Tracking data deleted successfully."
5056 #: libraries/classes/Controllers/Database/TrackingController.php:90
5057 #, php-format
5058 msgid ""
5059 "Version %1$s was created for selected tables, tracking is active for them."
5060 msgstr ""
5061 "Version %1$s was created for selected tables, tracking is active for them."
5063 #: libraries/classes/Controllers/Database/TrackingController.php:121
5064 msgid "No tables selected."
5065 msgstr "No tables selected."
5067 #: libraries/classes/Controllers/Database/TrackingController.php:160
5068 msgid "Database Log"
5069 msgstr "Database Log"
5071 #: libraries/classes/Controllers/ErrorReportController.php:108
5072 msgid ""
5073 "An error has been detected and an error report has been automatically "
5074 "submitted based on your settings."
5075 msgstr ""
5076 "An error has been detected and an error report has been automatically "
5077 "submitted based on your settings."
5079 #: libraries/classes/Controllers/ErrorReportController.php:112
5080 msgid "Thank you for submitting this report."
5081 msgstr "Thank you for submitting this report."
5083 #: libraries/classes/Controllers/ErrorReportController.php:116
5084 msgid ""
5085 "An error has been detected and an error report has been generated but failed "
5086 "to be sent."
5087 msgstr ""
5088 "An error has been detected and an error report has been generated but failed "
5089 "to be sent."
5091 #: libraries/classes/Controllers/ErrorReportController.php:121
5092 msgid "If you experience any problems please submit a bug report manually."
5093 msgstr "If you experience any problems please submit a bug report manually."
5095 #: libraries/classes/Controllers/ErrorReportController.php:126
5096 msgid "You may want to refresh the page."
5097 msgstr "You may want to refresh the page."
5099 #: libraries/classes/Controllers/ExportController.php:228
5100 #: libraries/classes/Export.php:1414
5101 msgid "Bad type!"
5102 msgstr "Bad type!"
5104 #: libraries/classes/Controllers/ExportController.php:341
5105 msgid "Bad parameters!"
5106 msgstr "Bad parameters!"
5108 #: libraries/classes/Controllers/HomeController.php:97
5109 msgid ""
5110 "You were logged out from one server, to logout completely from phpMyAdmin, "
5111 "you need to logout from all servers."
5112 msgstr ""
5113 "You were logged out from one server, to logout completely from phpMyAdmin, "
5114 "you need to logout from all servers."
5116 #: libraries/classes/Controllers/HomeController.php:203
5117 #, php-format
5118 msgid ""
5119 "The phpMyAdmin configuration storage is not completely configured, some "
5120 "extended features have been deactivated. %sFind out why%s. "
5121 msgstr ""
5122 "The phpMyAdmin configuration storage is not completely configured, some "
5123 "extended features have been deactivated. %sFind out why%s. "
5125 #: libraries/classes/Controllers/HomeController.php:210
5126 msgid ""
5127 "Or alternately go to 'Operations' tab of any database to set it up there."
5128 msgstr ""
5129 "Or alternatively go to 'Operations' tab of any database to set it up there."
5131 #: libraries/classes/Controllers/HomeController.php:324
5132 msgid ""
5133 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
5134 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
5135 "than cookie validity configured in phpMyAdmin, because of this, your login "
5136 "might expire sooner than configured in phpMyAdmin."
5137 msgstr ""
5138 "Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
5139 "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
5140 "than cookie validity configured in phpMyAdmin, because of this, your login "
5141 "might expire sooner than configured in phpMyAdmin."
5143 #: libraries/classes/Controllers/HomeController.php:344
5144 msgid ""
5145 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
5146 "because of this, your login will expire sooner than configured in phpMyAdmin."
5147 msgstr ""
5148 "Login cookie store is lower than cookie validity configured in phpMyAdmin, "
5149 "because of this, your login will expire sooner than configured in phpMyAdmin."
5151 #: libraries/classes/Controllers/HomeController.php:363
5152 msgid ""
5153 "Your server is running with default values for the controluser and password "
5154 "(controlpass) and is open to intrusion; you really should fix this security "
5155 "weakness by changing the password for controluser 'pma'."
5156 msgstr ""
5157 "Your server is running with default values for the controluser and password "
5158 "(controlpass) and is open to intrusion; you really should fix this security "
5159 "weakness by changing the password for controluser 'pma'."
5161 #: libraries/classes/Controllers/HomeController.php:379
5162 msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
5163 msgstr ""
5164 "The configuration file now needs a secret passphrase (blowfish_secret)."
5166 #: libraries/classes/Controllers/HomeController.php:386
5167 msgid "The secret passphrase in configuration (blowfish_secret) is too short."
5168 msgstr "The secret passphrase in configuration (blowfish_secret) is too short."
5170 #: libraries/classes/Controllers/HomeController.php:400
5171 msgid ""
5172 "Directory [code]config[/code], which is used by the setup script, still "
5173 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
5174 "once phpMyAdmin has been configured. Otherwise the security of your server "
5175 "may be compromised by unauthorized people downloading your configuration."
5176 msgstr ""
5177 "Directory [code]config[/code], which is used by the setup script, still "
5178 "exists in your phpMyAdmin directory. It is strongly recommended to remove it "
5179 "once phpMyAdmin has been configured. Otherwise the security of your server "
5180 "may be compromised by unauthorised people downloading your configuration."
5182 #: libraries/classes/Controllers/HomeController.php:421
5183 #, php-format
5184 msgid ""
5185 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
5186 "issues."
5187 msgstr ""
5188 "Server running with Suhosin. Please refer to %sdocumentation%s for possible "
5189 "issues."
5191 #: libraries/classes/Controllers/HomeController.php:436
5192 #, php-format
5193 msgid ""
5194 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
5195 "templates and will be slow because of this."
5196 msgstr ""
5197 "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
5198 "templates and will be slow because of this."
5200 #: libraries/classes/Controllers/HomeController.php:492
5201 msgid ""
5202 "The mbstring PHP extension was not found and you seem to be using a "
5203 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
5204 "split strings correctly and it may result in unexpected results."
5205 msgstr ""
5206 "The mbstring PHP extension was not found and you seem to be using a "
5207 "multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
5208 "split strings correctly and it may result in unexpected results."
5210 #: libraries/classes/Controllers/HomeController.php:510
5211 msgid ""
5212 "The curl extension was not found and allow_url_fopen is disabled. Due to "
5213 "this some features such as error reporting or version check are disabled."
5214 msgstr ""
5215 "The curl extension was not found and allow_url_fopen is disabled. Due to "
5216 "this some features such as error reporting or version check are disabled."
5218 #: libraries/classes/Controllers/ImportController.php:119
5219 msgid "Incomplete params"
5220 msgstr "Incomplete params"
5222 #: libraries/classes/Controllers/ImportController.php:144
5223 msgid "Succeeded"
5224 msgstr "Succeeded"
5226 #: libraries/classes/Controllers/ImportController.php:148
5227 #: libraries/classes/Controllers/JavaScriptMessagesController.php:591
5228 msgid "Failed"
5229 msgstr "Failed"
5231 #: libraries/classes/Controllers/ImportController.php:255
5232 #, php-format
5233 msgid ""
5234 "You probably tried to upload a file that is too large. Please refer to "
5235 "%sdocumentation%s for a workaround for this limit."
5236 msgstr ""
5237 "You probably tried to upload a file that is too large. Please refer to "
5238 "%sdocumentation%s for a workaround for this limit."
5240 #: libraries/classes/Controllers/ImportController.php:441
5241 #: libraries/classes/Controllers/ImportController.php:683
5242 msgid "Showing bookmark"
5243 msgstr "Showing bookmark"
5245 #: libraries/classes/Controllers/ImportController.php:467
5246 #: libraries/classes/Controllers/ImportController.php:679
5247 msgid "The bookmark has been deleted."
5248 msgstr "The bookmark has been deleted."
5250 #: libraries/classes/Controllers/ImportController.php:584
5251 msgid ""
5252 "No data was received to import. Either no file name was submitted, or the "
5253 "file size exceeded the maximum size permitted by your PHP configuration. See "
5254 "[doc@faq1-16]FAQ 1.16[/doc]."
5255 msgstr ""
5256 "No data was received to import. Either no file name was submitted, or the "
5257 "file size exceeded the maximum size permitted by your PHP configuration. See "
5258 "[doc@faq1-16]FAQ 1.16[/doc]."
5260 #: libraries/classes/Controllers/ImportController.php:686
5261 #: libraries/classes/Controllers/SqlController.php:379
5262 #: libraries/classes/Sql.php:1253
5263 #, php-format
5264 msgid "Bookmark %s has been created."
5265 msgstr "Bookmark %s created."
5267 #: libraries/classes/Controllers/ImportController.php:696
5268 #, php-format
5269 msgid "Import has been successfully finished, %d query executed."
5270 msgid_plural "Import has been successfully finished, %d queries executed."
5271 msgstr[0] "Import has been successfully finished, %d query executed."
5272 msgstr[1] "Import has been successfully finished, %d queries executed."
5274 #: libraries/classes/Controllers/ImportController.php:728
5275 #, php-format
5276 msgid ""
5277 "Script timeout passed, if you want to finish import, please %sresubmit the "
5278 "same file%s and import will resume."
5279 msgstr ""
5280 "Script timeout passed, if you want to finish import, please %sresubmit the "
5281 "same file%s and import will resume."
5283 #: libraries/classes/Controllers/ImportController.php:738
5284 msgid ""
5285 "However on last run no data has been parsed, this usually means phpMyAdmin "
5286 "won't be able to finish this import unless you increase php time limits."
5287 msgstr ""
5288 "However on last run no data has been parsed, this usually means phpMyAdmin "
5289 "won't be able to finish this import unless you increase php time limits."
5291 #: libraries/classes/Controllers/ImportController.php:815
5292 #: libraries/classes/Controllers/SqlController.php:176
5293 msgid "\"DROP DATABASE\" statements are disabled."
5294 msgstr "\"DROP DATABASE\" statements are disabled."
5296 #: libraries/classes/Controllers/ImportStatusController.php:69
5297 msgid "Could not load the progress of the import."
5298 msgstr "Could not load the progress of the import."
5300 #: libraries/classes/Controllers/JavaScriptMessagesController.php:39
5301 #: templates/server/databases/index.twig:318
5302 msgid "Confirm"
5303 msgstr "Confirm"
5305 #: libraries/classes/Controllers/JavaScriptMessagesController.php:40
5306 #, php-format
5307 msgid "Do you really want to execute \"%s\"?"
5308 msgstr "Do you really want to execute \"%s\"?"
5310 #: libraries/classes/Controllers/JavaScriptMessagesController.php:41
5311 msgid "You are about to DESTROY a complete database!"
5312 msgstr "You are about to DESTROY a complete database!"
5314 #: libraries/classes/Controllers/JavaScriptMessagesController.php:43
5315 msgid "Cannot rename database to the same name. Change the name and try again"
5316 msgstr "Cannot rename database to the same name. Change the name and try again"
5318 #: libraries/classes/Controllers/JavaScriptMessagesController.php:45
5319 msgid "You are about to DESTROY a complete table!"
5320 msgstr "You are about to DESTROY a complete table!"
5322 #: libraries/classes/Controllers/JavaScriptMessagesController.php:46
5323 msgid "You are about to TRUNCATE a complete table!"
5324 msgstr "You are about to TRUNCATE a complete table!"
5326 #: libraries/classes/Controllers/JavaScriptMessagesController.php:47
5327 msgid "Delete tracking data for this table?"
5328 msgstr "Delete tracking data for this table?"
5330 #: libraries/classes/Controllers/JavaScriptMessagesController.php:48
5331 msgid "Delete tracking data for these tables?"
5332 msgstr "Delete tracking data for these tables?"
5334 #: libraries/classes/Controllers/JavaScriptMessagesController.php:49
5335 msgid "Delete tracking data for this version?"
5336 msgstr "Delete tracking data for this version?"
5338 #: libraries/classes/Controllers/JavaScriptMessagesController.php:50
5339 msgid "Delete tracking data for these versions?"
5340 msgstr "Delete tracking data for these versions?"
5342 #: libraries/classes/Controllers/JavaScriptMessagesController.php:51
5343 msgid "Delete entry from tracking report?"
5344 msgstr "Delete entry from tracking report?"
5346 #: libraries/classes/Controllers/JavaScriptMessagesController.php:52
5347 msgid "Deleting tracking data"
5348 msgstr "Deleting tracking data"
5350 #: libraries/classes/Controllers/JavaScriptMessagesController.php:53
5351 msgid "Dropping Primary Key/Index"
5352 msgstr "Dropping Primary Key/Index"
5354 #: libraries/classes/Controllers/JavaScriptMessagesController.php:54
5355 msgid "Dropping Foreign key."
5356 msgstr "Dropping Foreign key."
5358 #: libraries/classes/Controllers/JavaScriptMessagesController.php:55
5359 msgid "This operation could take a long time. Proceed anyway?"
5360 msgstr "This operation could take a long time. Proceed anyway?"
5362 #: libraries/classes/Controllers/JavaScriptMessagesController.php:56
5363 #, php-format
5364 msgid "Do you really want to delete user group \"%s\"?"
5365 msgstr "Do you really want to delete user group \"%s\"?"
5367 #: libraries/classes/Controllers/JavaScriptMessagesController.php:57
5368 #, php-format
5369 msgid "Do you really want to delete the search \"%s\"?"
5370 msgstr "Do you really want to delete the search \"%s\"?"
5372 #: libraries/classes/Controllers/JavaScriptMessagesController.php:58
5373 msgid "You have unsaved changes; are you sure you want to leave this page?"
5374 msgstr "You have unsaved changes; are you sure you want to leave this page?"
5376 #: libraries/classes/Controllers/JavaScriptMessagesController.php:60
5377 msgid ""
5378 "You are trying to reduce the number of rows, but have already entered data "
5379 "in those rows which will be lost. Do you wish to continue?"
5380 msgstr ""
5381 "You are trying to reduce the number of rows, but have already entered data "
5382 "in those rows which will be lost. Do you wish to continue?"
5384 #: libraries/classes/Controllers/JavaScriptMessagesController.php:63
5385 msgid "Do you really want to revoke the selected user(s) ?"
5386 msgstr "Do you really want to revoke the selected user(s)?"
5388 #: libraries/classes/Controllers/JavaScriptMessagesController.php:64
5389 msgid "Do you really want to delete this central column?"
5390 msgstr "Do you really want to delete this central column?"
5392 #: libraries/classes/Controllers/JavaScriptMessagesController.php:65
5393 msgid "Do you really want to delete the selected items?"
5394 msgstr "Do you really want to delete the selected items?"
5396 #: libraries/classes/Controllers/JavaScriptMessagesController.php:67
5397 msgid ""
5398 "Do you really want to DROP the selected partition(s)? This will also DELETE "
5399 "the data related to the selected partition(s)!"
5400 msgstr ""
5401 "Do you really want to DROP the selected partition(s)? This will also DELETE "
5402 "the data related to the selected partition(s)!"
5404 #: libraries/classes/Controllers/JavaScriptMessagesController.php:70
5405 msgid "Do you really want to TRUNCATE the selected partition(s)?"
5406 msgstr "Do you really want to TRUNCATE the selected partition(s)?"
5408 #: libraries/classes/Controllers/JavaScriptMessagesController.php:71
5409 msgid "Do you really want to remove partitioning?"
5410 msgstr "Do you really want to remove partitioning?"
5412 #: libraries/classes/Controllers/JavaScriptMessagesController.php:72
5413 msgid "Do you really want to RESET SLAVE?"
5414 msgstr "Do you really want to RESET SLAVE?"
5416 #: libraries/classes/Controllers/JavaScriptMessagesController.php:74
5417 msgid ""
5418 "This operation will attempt to convert your data to the new collation. In "
5419 "rare cases, especially where a character doesn't exist in the new collation, "
5420 "this process could cause the data to appear incorrectly under the new "
5421 "collation; in this case we suggest you revert to the original collation and "
5422 "refer to the tips at "
5423 msgstr ""
5424 "This operation will attempt to convert your data to the new collation. In "
5425 "rare cases, especially where a character doesn't exist in the new collation, "
5426 "this process could cause the data to appear incorrectly under the new "
5427 "collation; in this case we suggest you revert to the original collation and "
5428 "refer to the tips at "
5430 #: libraries/classes/Controllers/JavaScriptMessagesController.php:80
5431 msgid "Garbled Data"
5432 msgstr "Garbled Data"
5434 #: libraries/classes/Controllers/JavaScriptMessagesController.php:82
5435 msgid "Are you sure you wish to change the collation and convert the data?"
5436 msgstr "Are you sure you wish to change the collation and convert the data?"
5438 #: libraries/classes/Controllers/JavaScriptMessagesController.php:85
5439 msgid ""
5440 "Through this operation, MySQL attempts to map the data values between "
5441 "collations. If the character sets are incompatible, there may be data loss "
5442 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5443 "column collation(s). <b>To convert existing data, it is suggested to use the "
5444 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5445 "</b>"
5446 msgstr ""
5447 "Through this operation, MySQL attempts to map the data values between "
5448 "collations. If the character sets are incompatible, there may be data loss "
5449 "and this lost data may <b>NOT</b> be recoverable simply by changing back the "
5450 "column collation(s). <b>To convert existing data, it is suggested to use the "
5451 "column(s) editing feature (the \"Change\" Link) on the table structure page. "
5452 "</b>"
5454 #: libraries/classes/Controllers/JavaScriptMessagesController.php:94
5455 msgid ""
5456 "Are you sure you wish to change all the column collations and convert the "
5457 "data?"
5458 msgstr ""
5459 "Are you sure you wish to change all the column collations and convert the "
5460 "data?"
5462 #: libraries/classes/Controllers/JavaScriptMessagesController.php:98
5463 msgid "Save & close"
5464 msgstr "Save & close"
5466 #: libraries/classes/Controllers/JavaScriptMessagesController.php:99
5467 #: templates/config/form_display/display.twig:47
5468 #: templates/preferences/manage/main.twig:114
5469 #: templates/preferences/manage/main.twig:122
5470 #: templates/table/insert/actions_panel.twig:36
5471 msgid "Reset"
5472 msgstr "Reset"
5474 #: libraries/classes/Controllers/JavaScriptMessagesController.php:100
5475 msgid "Reset all"
5476 msgstr "Reset all"
5478 #: libraries/classes/Controllers/JavaScriptMessagesController.php:103
5479 msgid "Missing value in the form!"
5480 msgstr "Missing value in the form!"
5482 #: libraries/classes/Controllers/JavaScriptMessagesController.php:104
5483 msgid "Select at least one of the options!"
5484 msgstr "Select at least one of the options!"
5486 #: libraries/classes/Controllers/JavaScriptMessagesController.php:105
5487 msgid "Please enter a valid number!"
5488 msgstr "Please enter a valid number!"
5490 #: libraries/classes/Controllers/JavaScriptMessagesController.php:106
5491 msgid "Please enter a valid length!"
5492 msgstr "Please enter a valid length!"
5494 #: libraries/classes/Controllers/JavaScriptMessagesController.php:107
5495 msgid "Add index"
5496 msgstr "Add index"
5498 #: libraries/classes/Controllers/JavaScriptMessagesController.php:108
5499 msgid "Edit index"
5500 msgstr "Edit index"
5502 #. l10n: Rename a table Index
5503 #: libraries/classes/Controllers/JavaScriptMessagesController.php:110
5504 msgid "Rename index"
5505 msgstr "Rename index"
5507 #: libraries/classes/Controllers/JavaScriptMessagesController.php:111
5508 #: templates/table/index_form.twig:234
5509 #, php-format
5510 msgid "Add %s column(s) to index"
5511 msgstr "Add %s column(s) to index"
5513 #: libraries/classes/Controllers/JavaScriptMessagesController.php:112
5514 msgid "Create single-column index"
5515 msgstr "Create single-column index"
5517 #: libraries/classes/Controllers/JavaScriptMessagesController.php:113
5518 msgid "Create composite index"
5519 msgstr "Create composite index"
5521 #: libraries/classes/Controllers/JavaScriptMessagesController.php:114
5522 msgid "Composite with:"
5523 msgstr "Composite with:"
5525 #: libraries/classes/Controllers/JavaScriptMessagesController.php:115
5526 msgid "Please select column(s) for the index."
5527 msgstr "Please select column(s) for the index."
5529 #: libraries/classes/Controllers/JavaScriptMessagesController.php:118
5530 #: templates/columns_definitions/column_definitions_form.twig:157
5531 #: templates/table/index_form.twig:240
5532 #: templates/table/index_rename_form.twig:28
5533 #: templates/table/insert/actions_panel.twig:35
5534 #: templates/table/relation/common_form.twig:224
5535 msgid "Preview SQL"
5536 msgstr "Preview SQL"
5538 #: libraries/classes/Controllers/JavaScriptMessagesController.php:121
5539 msgid "Simulate query"
5540 msgstr "Simulate query"
5542 #: libraries/classes/Controllers/JavaScriptMessagesController.php:122
5543 msgid "Matched rows:"
5544 msgstr "Matched rows:"
5546 #: libraries/classes/Controllers/JavaScriptMessagesController.php:123
5547 #: libraries/classes/Html/Generator.php:934 templates/export.twig:49
5548 msgid "SQL query:"
5549 msgstr "SQL query:"
5551 #. l10n: Default label for the y-Axis of Charts
5552 #: libraries/classes/Controllers/JavaScriptMessagesController.php:127
5553 msgid "Y values"
5554 msgstr "Y values"
5556 #: libraries/classes/Controllers/JavaScriptMessagesController.php:130
5557 msgid "Please enter the SQL query first."
5558 msgstr "Please enter the SQL query first."
5560 #: libraries/classes/Controllers/JavaScriptMessagesController.php:133
5561 msgid "The host name is empty!"
5562 msgstr "The host name is empty!"
5564 #: libraries/classes/Controllers/JavaScriptMessagesController.php:134
5565 msgid "The user name is empty!"
5566 msgstr "The user name is empty!"
5568 #: libraries/classes/Controllers/JavaScriptMessagesController.php:135
5569 #: libraries/classes/Server/Privileges.php:979
5570 #: libraries/classes/UserPassword.php:42
5571 msgid "The password is empty!"
5572 msgstr "The password is empty!"
5574 #: libraries/classes/Controllers/JavaScriptMessagesController.php:136
5575 #: libraries/classes/Server/Privileges.php:977
5576 #: libraries/classes/UserPassword.php:46
5577 msgid "The passwords aren't the same!"
5578 msgstr "The passwords aren't the same!"
5580 #: libraries/classes/Controllers/JavaScriptMessagesController.php:137
5581 msgid "Removing Selected Users"
5582 msgstr "Removing Selected Users"
5584 #: libraries/classes/Controllers/JavaScriptMessagesController.php:138
5585 #: libraries/classes/Tracking.php:240 libraries/classes/Tracking.php:651
5586 #: templates/error/report_modal.twig:14 templates/home/index.twig:272
5587 #: templates/home/index.twig:280
5588 #: templates/server/privileges/users_overview.twig:153
5589 #: templates/server/privileges/users_overview.twig:161
5590 #: templates/server/status/advisor/index.twig:20
5591 #: templates/server/status/advisor/index.twig:45
5592 #: templates/server/user_groups/user_groups.twig:51
5593 #: templates/server/user_groups/user_groups.twig:55
5594 msgid "Close"
5595 msgstr "Close"
5597 #: libraries/classes/Controllers/JavaScriptMessagesController.php:141
5598 msgid "Template was created."
5599 msgstr "Template was created."
5601 #: libraries/classes/Controllers/JavaScriptMessagesController.php:142
5602 msgid "Template was loaded."
5603 msgstr "Template was loaded."
5605 #: libraries/classes/Controllers/JavaScriptMessagesController.php:143
5606 msgid "Template was updated."
5607 msgstr "Template was updated."
5609 #: libraries/classes/Controllers/JavaScriptMessagesController.php:144
5610 msgid "Template was deleted."
5611 msgstr "Template was deleted."
5613 #. l10n: Other, small valued, queries
5614 #: libraries/classes/Controllers/JavaScriptMessagesController.php:147
5615 #: libraries/classes/Controllers/Server/Status/QueriesController.php:100
5616 #: libraries/classes/Server/Status/Data.php:165
5617 msgid "Other"
5618 msgstr "Other"
5620 #. l10n: Thousands separator
5621 #: libraries/classes/Controllers/JavaScriptMessagesController.php:149
5622 #: libraries/classes/Util.php:602 libraries/classes/Util.php:634
5623 msgid ","
5624 msgstr ","
5626 #. l10n: Decimal separator
5627 #: libraries/classes/Controllers/JavaScriptMessagesController.php:151
5628 #: libraries/classes/Util.php:600 libraries/classes/Util.php:632
5629 msgid "."
5630 msgstr "."
5632 #: libraries/classes/Controllers/JavaScriptMessagesController.php:153
5633 msgid "Connections / Processes"
5634 msgstr "Connections / Processes"
5636 #: libraries/classes/Controllers/JavaScriptMessagesController.php:156
5637 msgid "Local monitor configuration incompatible!"
5638 msgstr "Local monitor configuration incompatible!"
5640 #: libraries/classes/Controllers/JavaScriptMessagesController.php:158
5641 msgid ""
5642 "The chart arrangement configuration in your browsers local storage is not "
5643 "compatible anymore to the newer version of the monitor dialog. It is very "
5644 "likely that your current configuration will not work anymore. Please reset "
5645 "your configuration to default in the <i>Settings</i> menu."
5646 msgstr ""
5647 "The chart arrangement configuration in your browsers local storage is not "
5648 "compatible any more to the newer version of the monitor dialogue. It is very "
5649 "likely that your current configuration will not work any more. Please reset "
5650 "your configuration to default in the <i>Settings</i> menu."
5652 #: libraries/classes/Controllers/JavaScriptMessagesController.php:164
5653 msgid "Query cache efficiency"
5654 msgstr "Query cache efficiency"
5656 #: libraries/classes/Controllers/JavaScriptMessagesController.php:165
5657 msgid "Query cache usage"
5658 msgstr "Query cache usage"
5660 #: libraries/classes/Controllers/JavaScriptMessagesController.php:166
5661 msgid "Query cache used"
5662 msgstr "Query cache used"
5664 #: libraries/classes/Controllers/JavaScriptMessagesController.php:168
5665 msgid "System CPU usage"
5666 msgstr "System CPU usage"
5668 #: libraries/classes/Controllers/JavaScriptMessagesController.php:169
5669 msgid "System memory"
5670 msgstr "System memory"
5672 #: libraries/classes/Controllers/JavaScriptMessagesController.php:170
5673 msgid "System swap"
5674 msgstr "System swap"
5676 #: libraries/classes/Controllers/JavaScriptMessagesController.php:172
5677 msgid "Average load"
5678 msgstr "Average load"
5680 #: libraries/classes/Controllers/JavaScriptMessagesController.php:173
5681 msgid "Total memory"
5682 msgstr "Total memory"
5684 #: libraries/classes/Controllers/JavaScriptMessagesController.php:174
5685 msgid "Cached memory"
5686 msgstr "Cached memory"
5688 #: libraries/classes/Controllers/JavaScriptMessagesController.php:175
5689 msgid "Buffered memory"
5690 msgstr "Buffered memory"
5692 #: libraries/classes/Controllers/JavaScriptMessagesController.php:176
5693 msgid "Free memory"
5694 msgstr "Free memory"
5696 #: libraries/classes/Controllers/JavaScriptMessagesController.php:177
5697 msgid "Used memory"
5698 msgstr "Used memory"
5700 #: libraries/classes/Controllers/JavaScriptMessagesController.php:179
5701 msgid "Total swap"
5702 msgstr "Total swap"
5704 #: libraries/classes/Controllers/JavaScriptMessagesController.php:180
5705 msgid "Cached swap"
5706 msgstr "Cached swap"
5708 #: libraries/classes/Controllers/JavaScriptMessagesController.php:181
5709 msgid "Used swap"
5710 msgstr "Used swap"
5712 #: libraries/classes/Controllers/JavaScriptMessagesController.php:182
5713 msgid "Free swap"
5714 msgstr "Free swap"
5716 #: libraries/classes/Controllers/JavaScriptMessagesController.php:184
5717 msgid "Bytes sent"
5718 msgstr "Bytes sent"
5720 #: libraries/classes/Controllers/JavaScriptMessagesController.php:185
5721 msgid "Bytes received"
5722 msgstr "Bytes received"
5724 #: libraries/classes/Controllers/JavaScriptMessagesController.php:186
5725 #: templates/server/status/status/index.twig:36
5726 msgid "Connections"
5727 msgstr "Connections"
5729 #: libraries/classes/Controllers/JavaScriptMessagesController.php:187
5730 #: templates/server/status/base.twig:11
5731 #: templates/server/status/processes/list.twig:5
5732 msgid "Processes"
5733 msgstr "Processes"
5735 #. l10n: shortcuts for Byte
5736 #: libraries/classes/Controllers/JavaScriptMessagesController.php:190
5737 #: libraries/classes/Util.php:508
5738 msgid "B"
5739 msgstr "B"
5741 #. l10n: shortcuts for Kilobyte
5742 #: libraries/classes/Controllers/JavaScriptMessagesController.php:191
5743 #: libraries/classes/Util.php:510
5744 #: templates/server/status/monitor/index.twig:179
5745 msgid "KiB"
5746 msgstr "KiB"
5748 #. l10n: shortcuts for Megabyte
5749 #: libraries/classes/Controllers/JavaScriptMessagesController.php:192
5750 #: libraries/classes/Util.php:512
5751 #: templates/server/status/monitor/index.twig:180
5752 msgid "MiB"
5753 msgstr "MiB"
5755 #. l10n: shortcuts for Gigabyte
5756 #: libraries/classes/Controllers/JavaScriptMessagesController.php:193
5757 #: libraries/classes/Util.php:514
5758 msgid "GiB"
5759 msgstr "GiB"
5761 #. l10n: shortcuts for Terabyte
5762 #: libraries/classes/Controllers/JavaScriptMessagesController.php:194
5763 #: libraries/classes/Util.php:516
5764 msgid "TiB"
5765 msgstr "TiB"
5767 #. l10n: shortcuts for Petabyte
5768 #: libraries/classes/Controllers/JavaScriptMessagesController.php:195
5769 #: libraries/classes/Util.php:518
5770 msgid "PiB"
5771 msgstr "PiB"
5773 #. l10n: shortcuts for Exabyte
5774 #: libraries/classes/Controllers/JavaScriptMessagesController.php:196
5775 #: libraries/classes/Util.php:520
5776 msgid "EiB"
5777 msgstr "EiB"
5779 #: libraries/classes/Controllers/JavaScriptMessagesController.php:197
5780 #, php-format
5781 msgid "%d table(s)"
5782 msgstr "%d table(s)"
5784 #. l10n: Questions is the name of a MySQL Status variable
5785 #: libraries/classes/Controllers/JavaScriptMessagesController.php:200
5786 msgid "Questions"
5787 msgstr "Questions"
5789 #: libraries/classes/Controllers/JavaScriptMessagesController.php:201
5790 #: templates/server/status/status/index.twig:14
5791 msgid "Traffic"
5792 msgstr "Traffic"
5794 #: libraries/classes/Controllers/JavaScriptMessagesController.php:202
5795 #: libraries/classes/Menu.php:567 libraries/classes/Util.php:2112
5796 #: templates/server/status/monitor/index.twig:12
5797 msgid "Settings"
5798 msgstr "Settings"
5800 #: libraries/classes/Controllers/JavaScriptMessagesController.php:203
5801 msgid "Add chart to grid"
5802 msgstr "Add chart to grid"
5804 #: libraries/classes/Controllers/JavaScriptMessagesController.php:204
5805 msgid "Please add at least one variable to the series!"
5806 msgstr "Please add at least one variable to the series!"
5808 #: libraries/classes/Controllers/JavaScriptMessagesController.php:205
5809 #: libraries/classes/Display/Results.php:1338
5810 #: libraries/classes/Plugins/Export/ExportSql.php:2395
5811 #: libraries/classes/Plugins/Schema/SchemaPdf.php:98
5812 #: libraries/config.values.php:111
5813 #: templates/columns_definitions/column_attributes.twig:208
5814 #: templates/columns_definitions/column_attributes.twig:229
5815 #: templates/database/central_columns/main.twig:309
5816 #: templates/database/designer/main.twig:588 templates/export.twig:355
5817 #: templates/server/privileges/privileges_summary.twig:30
5818 #: templates/server/status/monitor/index.twig:204
5819 #: templates/server/status/processes/list.twig:54
5820 #: templates/table/zoom_search/index.twig:62
5821 #: templates/table/zoom_search/index.twig:122
5822 msgid "None"
5823 msgstr "None"
5825 #. l10n: SQL Query on modal to show exported query
5826 #: libraries/classes/Controllers/JavaScriptMessagesController.php:207
5827 msgid "SQL Query"
5828 msgstr "SQL Query"
5830 #: libraries/classes/Controllers/JavaScriptMessagesController.php:208
5831 msgid "Resume monitor"
5832 msgstr "Resume monitor"
5834 #: libraries/classes/Controllers/JavaScriptMessagesController.php:209
5835 msgid "Pause monitor"
5836 msgstr "Pause monitor"
5838 #: libraries/classes/Controllers/JavaScriptMessagesController.php:210
5839 #: templates/server/status/processes/index.twig:57
5840 msgid "Start auto refresh"
5841 msgstr "Start auto refresh"
5843 #: libraries/classes/Controllers/JavaScriptMessagesController.php:211
5844 msgid "Stop auto refresh"
5845 msgstr "Stop auto refresh"
5847 #: libraries/classes/Controllers/JavaScriptMessagesController.php:213
5848 msgid "general_log and slow_query_log are enabled."
5849 msgstr "general_log and slow_query_log are enabled."
5851 #: libraries/classes/Controllers/JavaScriptMessagesController.php:214
5852 msgid "general_log is enabled."
5853 msgstr "general_log is enabled."
5855 #: libraries/classes/Controllers/JavaScriptMessagesController.php:215
5856 msgid "slow_query_log is enabled."
5857 msgstr "slow_query_log is enabled."
5859 #: libraries/classes/Controllers/JavaScriptMessagesController.php:216
5860 msgid "slow_query_log and general_log are disabled."
5861 msgstr "slow_query_log and general_log are disabled."
5863 #: libraries/classes/Controllers/JavaScriptMessagesController.php:217
5864 msgid "log_output is not set to TABLE."
5865 msgstr "log_output is not set to TABLE."
5867 #: libraries/classes/Controllers/JavaScriptMessagesController.php:218
5868 msgid "log_output is set to TABLE."
5869 msgstr "log_output is set to TABLE."
5871 #: libraries/classes/Controllers/JavaScriptMessagesController.php:220
5872 #, php-format
5873 msgid ""
5874 "slow_query_log is enabled, but the server logs only queries that take longer "
5875 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5876 "depending on your system."
5877 msgstr ""
5878 "slow_query_log is enabled, but the server logs only queries that take longer "
5879 "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
5880 "depending on your system."
5882 #: libraries/classes/Controllers/JavaScriptMessagesController.php:224
5883 #, php-format
5884 msgid "long_query_time is set to %d second(s)."
5885 msgstr "long_query_time is set to %d second(s)."
5887 #: libraries/classes/Controllers/JavaScriptMessagesController.php:226
5888 msgid ""
5889 "Following settings will be applied globally and reset to default on server "
5890 "restart:"
5891 msgstr ""
5892 "Following settings will be applied globally and reset to default on server "
5893 "restart:"
5895 #. l10n: %s is FILE or TABLE
5896 #: libraries/classes/Controllers/JavaScriptMessagesController.php:230
5897 #, php-format
5898 msgid "Set log_output to %s"
5899 msgstr "Set log_output to %s"
5901 #. l10n: Enable in this context means setting a status variable to ON
5902 #: libraries/classes/Controllers/JavaScriptMessagesController.php:232
5903 #, php-format
5904 msgid "Enable %s"
5905 msgstr "Enable %s"
5907 #. l10n: Disable in this context means setting a status variable to OFF
5908 #: libraries/classes/Controllers/JavaScriptMessagesController.php:234
5909 #, php-format
5910 msgid "Disable %s"
5911 msgstr "Disable %s"
5913 #. l10n: %d seconds
5914 #: libraries/classes/Controllers/JavaScriptMessagesController.php:236
5915 #, php-format
5916 msgid "Set long_query_time to %d seconds."
5917 msgstr "Set long_query_time to %d seconds."
5919 #: libraries/classes/Controllers/JavaScriptMessagesController.php:238
5920 msgid ""
5921 "You can't change these variables. Please log in as root or contact your "
5922 "database administrator."
5923 msgstr ""
5924 "You can't change these variables. Please log in as root or contact your "
5925 "database administrator."
5927 #: libraries/classes/Controllers/JavaScriptMessagesController.php:241
5928 msgid "Change settings"
5929 msgstr "Change settings"
5931 #: libraries/classes/Controllers/JavaScriptMessagesController.php:242
5932 msgid "Current settings"
5933 msgstr "Current settings"
5935 #: libraries/classes/Controllers/JavaScriptMessagesController.php:244
5936 msgid "Chart title"
5937 msgstr "Chart title"
5939 #. l10n: As in differential values
5940 #: libraries/classes/Controllers/JavaScriptMessagesController.php:246
5941 msgid "Differential"
5942 msgstr "Differential"
5944 #: libraries/classes/Controllers/JavaScriptMessagesController.php:247
5945 #, php-format
5946 msgid "Divided by %s"
5947 msgstr "Divided by %s"
5949 #: libraries/classes/Controllers/JavaScriptMessagesController.php:248
5950 msgid "Unit"
5951 msgstr "Unit"
5953 #: libraries/classes/Controllers/JavaScriptMessagesController.php:250
5954 msgid "From slow log"
5955 msgstr "From slow log"
5957 #: libraries/classes/Controllers/JavaScriptMessagesController.php:251
5958 msgid "From general log"
5959 msgstr "From general log"
5961 #: libraries/classes/Controllers/JavaScriptMessagesController.php:253
5962 msgid "The database name is not known for this query in the server's logs."
5963 msgstr "The database name is not known for this query in the server's logs."
5965 #: libraries/classes/Controllers/JavaScriptMessagesController.php:255
5966 msgid "Analysing logs"
5967 msgstr "Analysing logs"
5969 #: libraries/classes/Controllers/JavaScriptMessagesController.php:256
5970 msgid "Analysing & loading logs. This may take a while."
5971 msgstr "Analysing & loading logs. This may take a while."
5973 #: libraries/classes/Controllers/JavaScriptMessagesController.php:257
5974 msgid "Cancel request"
5975 msgstr "Cancel request"
5977 #: libraries/classes/Controllers/JavaScriptMessagesController.php:259
5978 msgid ""
5979 "This column shows the amount of identical queries that are grouped together. "
5980 "However only the SQL query itself has been used as a grouping criteria, so "
5981 "the other attributes of queries, such as start time, may differ."
5982 msgstr ""
5983 "This columns shows the amount of identical queries that are grouped "
5984 "together. However only the SQL Text is being compared, thus the queries "
5985 "other attributes such as start time may differ."
5987 #: libraries/classes/Controllers/JavaScriptMessagesController.php:264
5988 msgid ""
5989 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5990 "same table are also being grouped together, disregarding of the inserted "
5991 "data."
5992 msgstr ""
5993 "Since grouping of INSERTs queries has been selected, INSERT queries into the "
5994 "same table are also being grouped together, disregarding of the inserted "
5995 "data."
5997 #: libraries/classes/Controllers/JavaScriptMessagesController.php:268
5998 msgid "Log data loaded. Queries executed in this time span:"
5999 msgstr "Log data loaded. Queries executed in this time span:"
6001 #: libraries/classes/Controllers/JavaScriptMessagesController.php:270
6002 msgid "Jump to Log table"
6003 msgstr "Jump to Log table"
6005 #: libraries/classes/Controllers/JavaScriptMessagesController.php:271
6006 msgid "No data found"
6007 msgstr "No data found"
6009 #: libraries/classes/Controllers/JavaScriptMessagesController.php:272
6010 msgid "Log analysed, but no data found in this time span."
6011 msgstr "Log analysed, but no data found in this time span."
6013 #: libraries/classes/Controllers/JavaScriptMessagesController.php:274
6014 msgid "Analyzing…"
6015 msgstr "Analysing…"
6017 #: libraries/classes/Controllers/JavaScriptMessagesController.php:275
6018 msgid "Explain output"
6019 msgstr "Explain output"
6021 #: libraries/classes/Controllers/JavaScriptMessagesController.php:276
6022 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:243
6023 #: libraries/classes/Menu.php:534 libraries/classes/Util.php:2108
6024 #: libraries/config.values.php:157
6025 #: templates/database/events/editor_form.twig:25
6026 #: templates/database/events/index.twig:44
6027 #: templates/database/tracking/tables.twig:17
6028 #: templates/table/tracking/main.twig:31
6029 msgid "Status"
6030 msgstr "Status"
6032 #: libraries/classes/Controllers/JavaScriptMessagesController.php:277
6033 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:239
6034 #: libraries/classes/Plugins/Export/ExportHtmlword.php:511
6035 #: libraries/classes/Plugins/Export/ExportOdt.php:633
6036 #: libraries/classes/Plugins/Export/ExportTexytext.php:486
6037 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:411
6038 #: templates/database/triggers/list.twig:47
6039 #: templates/javascript/variables.twig:81 templates/sql/profiling_chart.twig:17
6040 msgid "Time"
6041 msgstr "Time"
6043 #: libraries/classes/Controllers/JavaScriptMessagesController.php:278
6044 msgid "Total time:"
6045 msgstr "Total time:"
6047 #: libraries/classes/Controllers/JavaScriptMessagesController.php:279
6048 msgid "Profiling results"
6049 msgstr "Profiling results"
6051 #: libraries/classes/Controllers/JavaScriptMessagesController.php:280
6052 msgctxt "Display format"
6053 msgid "Table"
6054 msgstr "Table"
6056 #: libraries/classes/Controllers/JavaScriptMessagesController.php:281
6057 msgid "Chart"
6058 msgstr "Chart"
6060 #: libraries/classes/Controllers/JavaScriptMessagesController.php:283
6061 #: templates/export.twig:171
6062 msgctxt "Alias"
6063 msgid "Database"
6064 msgstr "Database"
6066 #: libraries/classes/Controllers/JavaScriptMessagesController.php:284
6067 #: templates/export.twig:185
6068 msgctxt "Alias"
6069 msgid "Table"
6070 msgstr "Table"
6072 #: libraries/classes/Controllers/JavaScriptMessagesController.php:285
6073 #: templates/export.twig:198
6074 msgctxt "Alias"
6075 msgid "Column"
6076 msgstr "Column"
6078 #. l10n: A collection of available filters
6079 #: libraries/classes/Controllers/JavaScriptMessagesController.php:288
6080 msgid "Log table filter options"
6081 msgstr "Log table filter options"
6083 #. l10n: Filter as in "Start Filtering"
6084 #: libraries/classes/Controllers/JavaScriptMessagesController.php:290
6085 msgid "Filter"
6086 msgstr "Filter"
6088 #: libraries/classes/Controllers/JavaScriptMessagesController.php:291
6089 msgid "Filter queries by word/regexp:"
6090 msgstr "Filter queries by word/regexp:"
6092 #: libraries/classes/Controllers/JavaScriptMessagesController.php:292
6093 msgid "Group queries, ignoring variable data in WHERE clauses"
6094 msgstr "Group queries, ignoring variable data in WHERE clauses"
6096 #: libraries/classes/Controllers/JavaScriptMessagesController.php:293
6097 msgid "Sum of grouped rows:"
6098 msgstr "Sum of grouped rows:"
6100 #: libraries/classes/Controllers/JavaScriptMessagesController.php:294
6101 #: libraries/classes/Engines/Innodb.php:144
6102 #: templates/server/databases/index.twig:253
6103 msgid "Total:"
6104 msgstr "Total:"
6106 #: libraries/classes/Controllers/JavaScriptMessagesController.php:296
6107 msgid "Loading logs"
6108 msgstr "Loading logs"
6110 #: libraries/classes/Controllers/JavaScriptMessagesController.php:297
6111 msgid "Monitor refresh failed"
6112 msgstr "Monitor refresh failed"
6114 #: libraries/classes/Controllers/JavaScriptMessagesController.php:299
6115 msgid ""
6116 "While requesting new chart data the server returned an invalid response. "
6117 "This is most likely because your session expired. Reloading the page and "
6118 "reentering your credentials should help."
6119 msgstr ""
6120 "While requesting new chart data the server returned an invalid response. "
6121 "This is most likely because your session expired. Reloading the page and "
6122 "reentering your credentials should help."
6124 #: libraries/classes/Controllers/JavaScriptMessagesController.php:303
6125 msgid "Reload page"
6126 msgstr "Reload page"
6128 #: libraries/classes/Controllers/JavaScriptMessagesController.php:305
6129 msgid "Affected rows:"
6130 msgstr "Affected rows:"
6132 #: libraries/classes/Controllers/JavaScriptMessagesController.php:308
6133 msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
6134 msgstr "Failed parsing config file. It doesn't seem to be valid JSON code."
6136 #: libraries/classes/Controllers/JavaScriptMessagesController.php:311
6137 msgid ""
6138 "Failed building chart grid with imported config. Resetting to default config…"
6139 msgstr ""
6140 "Failed building chart grid with imported config. Resetting to default config…"
6142 #: libraries/classes/Controllers/JavaScriptMessagesController.php:314
6143 msgid "Import monitor configuration"
6144 msgstr "Import monitor configuration"
6146 #: libraries/classes/Controllers/JavaScriptMessagesController.php:315
6147 msgid "Please select the file you want to import."
6148 msgstr "Please select the file you want to import."
6150 #: libraries/classes/Controllers/JavaScriptMessagesController.php:316
6151 msgid "Please enter a valid table name."
6152 msgstr "Please enter a valid page name."
6154 #: libraries/classes/Controllers/JavaScriptMessagesController.php:317
6155 msgid "Please enter a valid database name."
6156 msgstr "Please enter a valid database name."
6158 #: libraries/classes/Controllers/JavaScriptMessagesController.php:318
6159 msgid "No files available on server for import!"
6160 msgstr "No files available on server for import!"
6162 #: libraries/classes/Controllers/JavaScriptMessagesController.php:320
6163 msgid "Analyse query"
6164 msgstr "Analyse query"
6166 #: libraries/classes/Controllers/JavaScriptMessagesController.php:323
6167 msgid "Formatting SQL…"
6168 msgstr "Formatting SQL…"
6170 #: libraries/classes/Controllers/JavaScriptMessagesController.php:324
6171 msgid "No parameters found!"
6172 msgstr "No parameters found!"
6174 #: libraries/classes/Controllers/JavaScriptMessagesController.php:328
6175 #: templates/database/central_columns/main.twig:271
6176 #: templates/database/designer/main.twig:339
6177 #: templates/database/designer/main.twig:390
6178 #: templates/database/designer/main.twig:668
6179 #: templates/database/designer/main.twig:734
6180 #: templates/database/designer/main.twig:873
6181 #: templates/database/designer/main.twig:958
6182 #: templates/database/designer/main.twig:1063
6183 #: templates/database/designer/main.twig:1105
6184 #: templates/database/designer/main.twig:1110
6185 #: templates/database/designer/main.twig:1120
6186 #: templates/database/designer/main.twig:1126
6187 #: templates/database/structure/check_all_tables.twig:48
6188 #: templates/database/structure/check_all_tables.twig:52
6189 #: templates/database/structure/check_all_tables.twig:66
6190 #: templates/database/structure/check_all_tables.twig:72
6191 #: templates/error/report_modal.twig:6 templates/error/report_modal.twig:11
6192 #: templates/server/databases/index.twig:319
6193 #: templates/server/databases/index.twig:323
6194 #: templates/server/variables/index.twig:15
6195 msgid "Cancel"
6196 msgstr "Cancel"
6198 #: libraries/classes/Controllers/JavaScriptMessagesController.php:331
6199 #: templates/header.twig:48
6200 msgid "Page-related settings"
6201 msgstr "Page-related settings"
6203 #: libraries/classes/Controllers/JavaScriptMessagesController.php:332
6204 #: templates/config/form_display/display.twig:46
6205 msgid "Apply"
6206 msgstr "Apply"
6208 #: libraries/classes/Controllers/JavaScriptMessagesController.php:335
6209 #: templates/home/index.twig:276 templates/navigation/main.twig:58
6210 #: templates/server/privileges/users_overview.twig:157
6211 #: templates/server/status/monitor/index.twig:95
6212 msgid "Loading…"
6213 msgstr "Loading…"
6215 #: libraries/classes/Controllers/JavaScriptMessagesController.php:336
6216 msgid "Request aborted!!"
6217 msgstr "Request aborted!!"
6219 #: libraries/classes/Controllers/JavaScriptMessagesController.php:337
6220 msgid "Processing request"
6221 msgstr "Processing request"
6223 #: libraries/classes/Controllers/JavaScriptMessagesController.php:338
6224 msgid "Request failed!!"
6225 msgstr "Request failed!!"
6227 #: libraries/classes/Controllers/JavaScriptMessagesController.php:339
6228 msgid "Error in processing request"
6229 msgstr "Error in processing request"
6231 #: libraries/classes/Controllers/JavaScriptMessagesController.php:340
6232 #, php-format
6233 msgid "Error code: %s"
6234 msgstr "Error code: %s"
6236 #: libraries/classes/Controllers/JavaScriptMessagesController.php:341
6237 #, php-format
6238 msgid "Error text: %s"
6239 msgstr "Error text: %s"
6241 #: libraries/classes/Controllers/JavaScriptMessagesController.php:343
6242 msgid ""
6243 "It seems that the connection to server has been lost. Please check your "
6244 "network connectivity and server status."
6245 msgstr ""
6246 "It seems that the connection to server has been lost. Please check your "
6247 "network connectivity and server status."
6249 #: libraries/classes/Controllers/JavaScriptMessagesController.php:348
6250 msgid "No accounts selected."
6251 msgstr "No accounts selected."
6253 #: libraries/classes/Controllers/JavaScriptMessagesController.php:349
6254 msgid "Dropping column"
6255 msgstr "Dropping column"
6257 #: libraries/classes/Controllers/JavaScriptMessagesController.php:350
6258 msgid "Adding primary key"
6259 msgstr "Adding primary key"
6261 #: libraries/classes/Controllers/JavaScriptMessagesController.php:351
6262 #: templates/console/display.twig:129 templates/database/designer/main.twig:337
6263 #: templates/database/designer/main.twig:666
6264 #: templates/database/designer/main.twig:730
6265 #: templates/database/designer/main.twig:869
6266 #: templates/database/designer/main.twig:954
6267 #: templates/database/designer/main.twig:1061
6268 msgid "OK"
6269 msgstr "OK"
6271 #: libraries/classes/Controllers/JavaScriptMessagesController.php:352
6272 msgid "Click to dismiss this notification"
6273 msgstr "Click to dismiss this notification"
6275 #: libraries/classes/Controllers/JavaScriptMessagesController.php:355
6276 msgid "Renaming databases"
6277 msgstr "Renaming databases"
6279 #: libraries/classes/Controllers/JavaScriptMessagesController.php:356
6280 msgid "Copying database"
6281 msgstr "Copying database"
6283 #: libraries/classes/Controllers/JavaScriptMessagesController.php:357
6284 msgid "Changing charset"
6285 msgstr "Changing charset"
6287 #: libraries/classes/Controllers/JavaScriptMessagesController.php:358
6288 #: libraries/classes/IndexColumn.php:136 libraries/classes/Index.php:520
6289 #: libraries/classes/Index.php:548
6290 #: libraries/classes/Plugins/Export/ExportHtmlword.php:687
6291 #: libraries/classes/Plugins/Export/ExportLatex.php:663
6292 #: libraries/classes/Plugins/Export/ExportOdt.php:820
6293 #: libraries/classes/Plugins/Export/ExportTexytext.php:652
6294 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:808
6295 #: templates/config/form_display/input.twig:42
6296 #: templates/database/central_columns/main.twig:360
6297 #: templates/database/data_dictionary/index.twig:39
6298 #: templates/database/data_dictionary/index.twig:83
6299 #: templates/database/designer/main.twig:1125
6300 #: templates/database/privileges/index.twig:69
6301 #: templates/database/structure/drop_form.twig:20
6302 #: templates/database/structure/empty_form.twig:20 templates/indexes.twig:63
6303 #: templates/preferences/autoload.twig:12
6304 #: templates/preferences/manage/error.twig:19
6305 #: templates/server/privileges/new_user_ajax.twig:22
6306 #: templates/server/privileges/new_user_ajax.twig:34
6307 #: templates/server/privileges/privileges_summary.twig:37
6308 #: templates/server/privileges/privileges_summary.twig:40
6309 #: templates/server/privileges/privileges_summary.twig:42
6310 #: templates/server/privileges/users_overview.twig:52
6311 #: templates/server/privileges/users_overview.twig:62
6312 #: templates/table/delete/confirm.twig:29
6313 #: templates/table/privileges/index.twig:73
6314 #: templates/table/structure/display_structure.twig:81
6315 #: templates/table/structure/display_structure.twig:469
6316 #: templates/table/structure/drop_confirm.twig:20
6317 #: templates/table/structure/primary.twig:23
6318 #: templates/table/tracking/structure_snapshot_columns.twig:33
6319 #: templates/table/tracking/structure_snapshot_indexes.twig:23
6320 #: templates/table/tracking/structure_snapshot_indexes.twig:24
6321 msgid "No"
6322 msgstr "No"
6324 #: libraries/classes/Controllers/JavaScriptMessagesController.php:361
6325 #: templates/database/structure/drop_form.twig:16
6326 #: templates/database/structure/empty_form.twig:16 templates/import.twig:192
6327 #: templates/sql/query.twig:143 templates/table/delete/confirm.twig:25
6328 msgid "Enable foreign key checks"
6329 msgstr "Enable foreign key checks"
6331 #: libraries/classes/Controllers/JavaScriptMessagesController.php:364
6332 msgid "Failed to get real row count."
6333 msgstr "Failed to get real row count."
6335 #: libraries/classes/Controllers/JavaScriptMessagesController.php:367
6336 msgid "Searching"
6337 msgstr "Searching"
6339 #: libraries/classes/Controllers/JavaScriptMessagesController.php:368
6340 msgid "Hide search results"
6341 msgstr "Hide search results"
6343 #: libraries/classes/Controllers/JavaScriptMessagesController.php:369
6344 msgid "Show search results"
6345 msgstr "Show search results"
6347 #: libraries/classes/Controllers/JavaScriptMessagesController.php:370
6348 msgid "Browsing"
6349 msgstr "Browsing"
6351 #: libraries/classes/Controllers/JavaScriptMessagesController.php:371
6352 msgid "Deleting"
6353 msgstr "Deleting"
6355 #: libraries/classes/Controllers/JavaScriptMessagesController.php:372
6356 #, php-format
6357 msgid "Delete the matches for the %s table?"
6358 msgstr "Delete the matches for the %s table?"
6360 #: libraries/classes/Controllers/JavaScriptMessagesController.php:375
6361 msgid "The definition of a stored function must contain a RETURN statement!"
6362 msgstr "The definition of a stored function must contain a RETURN statement!"
6364 #: libraries/classes/Controllers/JavaScriptMessagesController.php:377
6365 msgid "No routine is exportable. Required privileges may be lacking."
6366 msgstr "No routine is exportable. Required privileges may be lacking."
6368 #: libraries/classes/Controllers/JavaScriptMessagesController.php:380
6369 #: templates/database/routines/parameter_row.twig:24
6370 msgid "ENUM/SET editor"
6371 msgstr "ENUM/SET editor"
6373 #: libraries/classes/Controllers/JavaScriptMessagesController.php:381
6374 #, php-format
6375 msgid "Values for column %s"
6376 msgstr "Values for column %s"
6378 #: libraries/classes/Controllers/JavaScriptMessagesController.php:382
6379 msgid "Values for a new column"
6380 msgstr "Values for a new column"
6382 #: libraries/classes/Controllers/JavaScriptMessagesController.php:383
6383 msgid "Enter each value in a separate field."
6384 msgstr "Enter each value in a separate field."
6386 #: libraries/classes/Controllers/JavaScriptMessagesController.php:384
6387 #, php-format
6388 msgid "Add %d value(s)"
6389 msgstr "Add %d value(s)"
6391 #: libraries/classes/Controllers/JavaScriptMessagesController.php:388
6392 msgid ""
6393 "Note: If the file contains multiple tables, they will be combined into one."
6394 msgstr ""
6395 "Note: If the file contains multiple tables, they will be combined into one."
6397 #: libraries/classes/Controllers/JavaScriptMessagesController.php:392
6398 msgid "Hide query box"
6399 msgstr "Hide query box"
6401 #: libraries/classes/Controllers/JavaScriptMessagesController.php:393
6402 msgid "Show query box"
6403 msgstr "Show query box"
6405 #: libraries/classes/Controllers/JavaScriptMessagesController.php:395
6406 #: libraries/classes/Display/Results.php:3309
6407 #: libraries/classes/Tracking.php:263 templates/console/bookmark_content.twig:7
6408 #: templates/database/central_columns/main.twig:270
6409 #: templates/database/central_columns/main.twig:384
6410 #: templates/database/central_columns/main.twig:385
6411 #: templates/database/designer/main.twig:388
6412 #: templates/database/qbe/ins_del_and_or_cell.twig:18
6413 #: templates/database/search/results.twig:43
6414 #: templates/display/results/table.twig:235
6415 #: templates/display/results/table.twig:236 templates/export.twig:38
6416 #: templates/server/user_groups/user_groups.twig:37
6417 #: templates/server/user_groups/user_groups.twig:56
6418 #: templates/setup/home/index.twig:68 templates/sql/query.twig:187
6419 msgid "Delete"
6420 msgstr "Delete"
6422 #: libraries/classes/Controllers/JavaScriptMessagesController.php:396
6423 #, php-format
6424 msgid "%d is not valid row number."
6425 msgstr "%d is not valid row number."
6427 #: libraries/classes/Controllers/JavaScriptMessagesController.php:397
6428 #: templates/sql/relational_column_dropdown.twig:3
6429 #: templates/table/insert/column_row.twig:48
6430 #: templates/table/search/input_box.twig:27
6431 msgid "Browse foreign values"
6432 msgstr "Browse foreign values"
6434 #: libraries/classes/Controllers/JavaScriptMessagesController.php:398
6435 msgid "No previously auto-saved query is available. Loading default query."
6436 msgstr "No previously auto-saved query is available. Loading default query."
6438 #: libraries/classes/Controllers/JavaScriptMessagesController.php:400
6439 msgid ""
6440 "You have a previously saved query. Click Get auto-saved query to load the "
6441 "query."
6442 msgstr ""
6443 "You have a previously saved query. Click Get auto-saved query to load the "
6444 "query."
6446 #: libraries/classes/Controllers/JavaScriptMessagesController.php:402
6447 #, php-format
6448 msgid "Variable %d:"
6449 msgstr "Variable %d:"
6451 #: libraries/classes/Controllers/JavaScriptMessagesController.php:405
6452 #: libraries/classes/Normalization.php:1077
6453 msgid "Pick"
6454 msgstr "Pick"
6456 #: libraries/classes/Controllers/JavaScriptMessagesController.php:406
6457 msgid "Column selector"
6458 msgstr "Column selector"
6460 #: libraries/classes/Controllers/JavaScriptMessagesController.php:407
6461 msgid "Search this list"
6462 msgstr "Search this list"
6464 #: libraries/classes/Controllers/JavaScriptMessagesController.php:409
6465 #, php-format
6466 msgid ""
6467 "No columns in the central list. Make sure the Central columns list for "
6468 "database %s has columns that are not present in the current table."
6469 msgstr ""
6470 "No columns in the central list. Make sure the Central columns list for "
6471 "database %s has columns that are not present in the current table."
6473 #: libraries/classes/Controllers/JavaScriptMessagesController.php:412
6474 msgid "See more"
6475 msgstr "See more"
6477 #: libraries/classes/Controllers/JavaScriptMessagesController.php:415
6478 msgid "Add primary key"
6479 msgstr "Add primary key"
6481 #: libraries/classes/Controllers/JavaScriptMessagesController.php:416
6482 msgid "Primary key added."
6483 msgstr "Primary key added."
6485 #: libraries/classes/Controllers/JavaScriptMessagesController.php:417
6486 #: libraries/classes/Normalization.php:299
6487 msgid "Taking you to next step…"
6488 msgstr "Taking you to next step…"
6490 #: libraries/classes/Controllers/JavaScriptMessagesController.php:418
6491 #, php-format
6492 msgid "The first step of normalization is complete for table '%s'."
6493 msgstr "The first step of normalisation is complete for table '%s'."
6495 #: libraries/classes/Controllers/JavaScriptMessagesController.php:419
6496 #: libraries/classes/Normalization.php:569
6497 #: libraries/classes/Normalization.php:621
6498 #: libraries/classes/Normalization.php:718
6499 #: libraries/classes/Normalization.php:791
6500 msgid "End of step"
6501 msgstr "End of step"
6503 #: libraries/classes/Controllers/JavaScriptMessagesController.php:420
6504 msgid "Second step of normalization (2NF)"
6505 msgstr "Second step of normalisation (2NF)"
6507 #. l10n: Display text for calendar close link
6508 #: libraries/classes/Controllers/JavaScriptMessagesController.php:421
6509 #: libraries/classes/Normalization.php:396
6510 #: templates/javascript/variables.twig:15
6511 msgid "Done"
6512 msgstr "Done"
6514 #: libraries/classes/Controllers/JavaScriptMessagesController.php:422
6515 msgid "Confirm partial dependencies"
6516 msgstr "Confirm partial dependencies"
6518 #: libraries/classes/Controllers/JavaScriptMessagesController.php:423
6519 msgid "Selected partial dependencies are as follows:"
6520 msgstr "Selected partial dependencies are as follows:"
6522 #: libraries/classes/Controllers/JavaScriptMessagesController.php:425
6523 msgid ""
6524 "Note: a, b -> d,f implies values of columns a and b combined together can "
6525 "determine values of column d and column f."
6526 msgstr ""
6527 "Note: a, b -> d,f implies values of columns a and b combined together can "
6528 "determine values of column d and column f."
6530 #: libraries/classes/Controllers/JavaScriptMessagesController.php:428
6531 msgid "No partial dependencies selected!"
6532 msgstr "No partial dependencies selected!"
6534 #: libraries/classes/Controllers/JavaScriptMessagesController.php:429
6535 #: libraries/classes/Controllers/JavaScriptMessagesController.php:599
6536 #: libraries/classes/Export.php:622 libraries/classes/Html/Generator.php:1038
6537 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:314
6538 #: templates/import_status.twig:2 templates/user_password.twig:2
6539 msgid "Back"
6540 msgstr "Back"
6542 #: libraries/classes/Controllers/JavaScriptMessagesController.php:430
6543 msgid "Show me the possible partial dependencies based on data in the table"
6544 msgstr "Show me the possible partial dependencies based on data in the table"
6546 #: libraries/classes/Controllers/JavaScriptMessagesController.php:431
6547 msgid "Hide partial dependencies list"
6548 msgstr "Hide partial dependencies list"
6550 #: libraries/classes/Controllers/JavaScriptMessagesController.php:433
6551 msgid ""
6552 "Sit tight! It may take few seconds depending on data size and column count "
6553 "of the table."
6554 msgstr ""
6555 "Sit tight! It may take a few seconds depending on the data size and column "
6556 "count of the table."
6558 #: libraries/classes/Controllers/JavaScriptMessagesController.php:436
6559 msgid "Step"
6560 msgstr "Step"
6562 #: libraries/classes/Controllers/JavaScriptMessagesController.php:437
6563 msgid "The following actions will be performed:"
6564 msgstr "The following actions will be performed:"
6566 #: libraries/classes/Controllers/JavaScriptMessagesController.php:438
6567 #, php-format
6568 msgid "DROP columns %s from the table %s"
6569 msgstr "DROP columns %s from the table %s"
6571 #: libraries/classes/Controllers/JavaScriptMessagesController.php:439
6572 msgid "Create the following table"
6573 msgstr "Create the following table"
6575 #: libraries/classes/Controllers/JavaScriptMessagesController.php:442
6576 msgid "Third step of normalization (3NF)"
6577 msgstr "Third step of normalisation (3NF)"
6579 #: libraries/classes/Controllers/JavaScriptMessagesController.php:443
6580 msgid "Confirm transitive dependencies"
6581 msgstr "Confirm transitive dependencies"
6583 #: libraries/classes/Controllers/JavaScriptMessagesController.php:444
6584 msgid "Selected dependencies are as follows:"
6585 msgstr "Selected dependencies are as follows:"
6587 #: libraries/classes/Controllers/JavaScriptMessagesController.php:445
6588 msgid "No dependencies selected!"
6589 msgstr "No dependencies selected!"
6591 #: libraries/classes/Controllers/JavaScriptMessagesController.php:448
6592 #: templates/columns_definitions/column_definitions_form.twig:160
6593 #: templates/database/central_columns/edit.twig:22
6594 #: templates/database/central_columns/main.twig:274
6595 #: templates/server/variables/index.twig:12
6596 #: templates/table/gis_visualization/gis_visualization.twig:40
6597 #: templates/table/insert/actions_panel.twig:7
6598 #: templates/table/relation/common_form.twig:225
6599 #: templates/table/structure/partition_definition_form.twig:12
6600 msgid "Save"
6601 msgstr "Save"
6603 #: libraries/classes/Controllers/JavaScriptMessagesController.php:451
6604 msgid "Hide search criteria"
6605 msgstr "Hide search criteria"
6607 #: libraries/classes/Controllers/JavaScriptMessagesController.php:452
6608 msgid "Show search criteria"
6609 msgstr "Show search criteria"
6611 #: libraries/classes/Controllers/JavaScriptMessagesController.php:453
6612 msgid "Range search"
6613 msgstr "Range search"
6615 #: libraries/classes/Controllers/JavaScriptMessagesController.php:454
6616 msgid "Column maximum:"
6617 msgstr "Column maximum:"
6619 #: libraries/classes/Controllers/JavaScriptMessagesController.php:455
6620 msgid "Column minimum:"
6621 msgstr "Column minimum:"
6623 #: libraries/classes/Controllers/JavaScriptMessagesController.php:456
6624 msgid "Minimum value:"
6625 msgstr "Minimum value:"
6627 #: libraries/classes/Controllers/JavaScriptMessagesController.php:457
6628 msgid "Maximum value:"
6629 msgstr "Maximum value:"
6631 #: libraries/classes/Controllers/JavaScriptMessagesController.php:460
6632 msgid "Hide find and replace criteria"
6633 msgstr "Hide find and replace criteria"
6635 #: libraries/classes/Controllers/JavaScriptMessagesController.php:461
6636 msgid "Show find and replace criteria"
6637 msgstr "Show find and replace criteria"
6639 #: libraries/classes/Controllers/JavaScriptMessagesController.php:465
6640 msgid "Each point represents a data row."
6641 msgstr "Each point represents a data row."
6643 #: libraries/classes/Controllers/JavaScriptMessagesController.php:467
6644 msgid "Hovering over a point will show its label."
6645 msgstr "Hovering over a point will show its label."
6647 #: libraries/classes/Controllers/JavaScriptMessagesController.php:469
6648 msgid "To zoom in, select a section of the plot with the mouse."
6649 msgstr "To zoom in, select a section of the plot with the mouse."
6651 #: libraries/classes/Controllers/JavaScriptMessagesController.php:471
6652 msgid "Click reset zoom button to come back to original state."
6653 msgstr "Click reset zoom button to come back to original state."
6655 #: libraries/classes/Controllers/JavaScriptMessagesController.php:473
6656 msgid "Click a data point to view and possibly edit the data row."
6657 msgstr "Click a data point to view and possibly edit the data row."
6659 #: libraries/classes/Controllers/JavaScriptMessagesController.php:475
6660 msgid "The plot can be resized by dragging it along the bottom right corner."
6661 msgstr "The plot can be resized by dragging it along the bottom right corner."
6663 #: libraries/classes/Controllers/JavaScriptMessagesController.php:478
6664 msgid "Select two columns"
6665 msgstr "Select two columns"
6667 #: libraries/classes/Controllers/JavaScriptMessagesController.php:480
6668 msgid "Select two different columns"
6669 msgstr "Select two different columns"
6671 #: libraries/classes/Controllers/JavaScriptMessagesController.php:482
6672 msgid "Data point content"
6673 msgstr "Data point content"
6675 #: libraries/classes/Controllers/JavaScriptMessagesController.php:485
6676 #: libraries/classes/Controllers/JavaScriptMessagesController.php:660
6677 #: libraries/classes/ErrorHandler.php:424 libraries/classes/InsertEdit.php:2216
6678 #: templates/table/index_form.twig:164 templates/table/index_form.twig:200
6679 msgid "Ignore"
6680 msgstr "Ignore"
6682 #: libraries/classes/Controllers/JavaScriptMessagesController.php:486
6683 #: libraries/classes/Display/Results.php:3242
6684 #: libraries/classes/Html/Generator.php:75
6685 #: templates/display/results/table.twig:231
6686 #: templates/display/results/table.twig:232
6687 msgid "Copy"
6688 msgstr "Copy"
6690 #: libraries/classes/Controllers/JavaScriptMessagesController.php:487
6691 #: templates/gis_data_editor_form.twig:74
6692 #: templates/gis_data_editor_form.twig:94
6693 #: templates/gis_data_editor_form.twig:135
6694 #: templates/gis_data_editor_form.twig:187
6695 msgid "X"
6696 msgstr "X"
6698 #: libraries/classes/Controllers/JavaScriptMessagesController.php:488
6699 #: templates/gis_data_editor_form.twig:76
6700 #: templates/gis_data_editor_form.twig:96
6701 #: templates/gis_data_editor_form.twig:137
6702 #: templates/gis_data_editor_form.twig:189
6703 msgid "Y"
6704 msgstr "Y"
6706 #: libraries/classes/Controllers/JavaScriptMessagesController.php:489
6707 msgid "Point"
6708 msgstr "Point"
6710 #: libraries/classes/Controllers/JavaScriptMessagesController.php:490
6711 #, php-format
6712 msgid "Point %d"
6713 msgstr "Point %d"
6715 #: libraries/classes/Controllers/JavaScriptMessagesController.php:491
6716 msgid "Linestring"
6717 msgstr "Linestring"
6719 #: libraries/classes/Controllers/JavaScriptMessagesController.php:492
6720 msgid "Polygon"
6721 msgstr "Polygon"
6723 #: libraries/classes/Controllers/JavaScriptMessagesController.php:493
6724 #: templates/display/results/table.twig:174
6725 msgid "Geometry"
6726 msgstr "Geometry"
6728 #: libraries/classes/Controllers/JavaScriptMessagesController.php:494
6729 msgid "Inner ring"
6730 msgstr "Inner ring"
6732 #: libraries/classes/Controllers/JavaScriptMessagesController.php:495
6733 msgid "Outer ring"
6734 msgstr "Outer ring"
6736 #: libraries/classes/Controllers/JavaScriptMessagesController.php:496
6737 #: templates/gis_data_editor_form.twig:99
6738 #: templates/gis_data_editor_form.twig:140
6739 #: templates/gis_data_editor_form.twig:192
6740 msgid "Add a point"
6741 msgstr "Add a point"
6743 #: libraries/classes/Controllers/JavaScriptMessagesController.php:497
6744 #: templates/gis_data_editor_form.twig:144
6745 #: templates/gis_data_editor_form.twig:195
6746 msgid "Add an inner ring"
6747 msgstr "Add an inner ring"
6749 #: libraries/classes/Controllers/JavaScriptMessagesController.php:499
6750 msgid "Do you want to copy encryption key?"
6751 msgstr "Do you want to copy encryption key?"
6753 #: libraries/classes/Controllers/JavaScriptMessagesController.php:500
6754 msgid "Encryption key"
6755 msgstr "Encryption key"
6757 #: libraries/classes/Controllers/JavaScriptMessagesController.php:503
6758 msgid ""
6759 "The HEX function will treat the integer as a string while calculating the "
6760 "hexadecimal value"
6761 msgstr ""
6762 "The HEX function will treat the integer as a string while calculating the "
6763 "hexadecimal value"
6765 #: libraries/classes/Controllers/JavaScriptMessagesController.php:508
6766 msgid ""
6767 "MySQL accepts additional values not selectable by the slider; key in those "
6768 "values directly if desired"
6769 msgstr ""
6770 "MySQL accepts additional values not selectable by the slider; key in those "
6771 "values directly if desired"
6773 #: libraries/classes/Controllers/JavaScriptMessagesController.php:514
6774 msgid ""
6775 "MySQL accepts additional values not selectable by the datepicker; key in "
6776 "those values directly if desired"
6777 msgstr ""
6778 "MySQL accepts additional values not selectable by the datepicker; key in "
6779 "those values directly if desired"
6781 #: libraries/classes/Controllers/JavaScriptMessagesController.php:520
6782 msgid ""
6783 "Indicates that you have made changes to this page; you will be prompted for "
6784 "confirmation before abandoning changes"
6785 msgstr ""
6786 "Indicates that you have made changes to this page; you will be prompted for "
6787 "confirmation before abandoning changes"
6789 #: libraries/classes/Controllers/JavaScriptMessagesController.php:525
6790 msgid "Select referenced key"
6791 msgstr "Select referenced key"
6793 #: libraries/classes/Controllers/JavaScriptMessagesController.php:526
6794 msgid "Select Foreign Key"
6795 msgstr "Select Foreign Key"
6797 #: libraries/classes/Controllers/JavaScriptMessagesController.php:527
6798 msgid "Please select the primary key or a unique key!"
6799 msgstr "Please select the primary key or a unique key!"
6801 #: libraries/classes/Controllers/JavaScriptMessagesController.php:528
6802 #: templates/database/designer/main.twig:98
6803 #: templates/database/designer/main.twig:101
6804 msgid "Choose column to display"
6805 msgstr "Choose column to display"
6807 #: libraries/classes/Controllers/JavaScriptMessagesController.php:530
6808 msgid ""
6809 "You haven't saved the changes in the layout. They will be lost if you don't "
6810 "save them. Do you want to continue?"
6811 msgstr ""
6812 "You haven't saved the changes in the layout. They will be lost if you don't "
6813 "save them. Do you want to continue?"
6815 #: libraries/classes/Controllers/JavaScriptMessagesController.php:533
6816 msgid "value/subQuery is empty"
6817 msgstr "value/subQuery is empty"
6819 #: libraries/classes/Controllers/JavaScriptMessagesController.php:534
6820 #: templates/database/designer/main.twig:40
6821 #: templates/database/designer/main.twig:43
6822 msgid "Add tables from other databases"
6823 msgstr "Add tables from other databases"
6825 #: libraries/classes/Controllers/JavaScriptMessagesController.php:535
6826 msgid "Page name"
6827 msgstr "Page name"
6829 #: libraries/classes/Controllers/JavaScriptMessagesController.php:536
6830 #: templates/database/designer/main.twig:63
6831 #: templates/database/designer/main.twig:66
6832 msgid "Save page"
6833 msgstr "Save page"
6835 #: libraries/classes/Controllers/JavaScriptMessagesController.php:537
6836 #: templates/database/designer/main.twig:70
6837 #: templates/database/designer/main.twig:73
6838 msgid "Save page as"
6839 msgstr "Save page as"
6841 #: libraries/classes/Controllers/JavaScriptMessagesController.php:538
6842 #: templates/database/designer/main.twig:56
6843 #: templates/database/designer/main.twig:59
6844 msgid "Open page"
6845 msgstr "Open page"
6847 #: libraries/classes/Controllers/JavaScriptMessagesController.php:539
6848 msgid "Delete page"
6849 msgstr "Delete page"
6851 #. l10n: When the user opens a page saved in the Designer
6852 #: libraries/classes/Controllers/JavaScriptMessagesController.php:541
6853 msgid "Some tables saved in this page might have been renamed or deleted."
6854 msgstr ""
6856 #: libraries/classes/Controllers/JavaScriptMessagesController.php:542
6857 #: templates/database/designer/main.twig:10
6858 msgid "Untitled"
6859 msgstr "Untitled"
6861 #: libraries/classes/Controllers/JavaScriptMessagesController.php:543
6862 msgid "Please select a page to continue"
6863 msgstr "Please select a page to continue"
6865 #: libraries/classes/Controllers/JavaScriptMessagesController.php:544
6866 msgid "Please enter a valid page name"
6867 msgstr "Please enter a valid page name"
6869 #: libraries/classes/Controllers/JavaScriptMessagesController.php:545
6870 msgid "Do you want to save the changes to the current page?"
6871 msgstr "Do you want to save the changes to the current page?"
6873 #: libraries/classes/Controllers/JavaScriptMessagesController.php:546
6874 msgid "Successfully deleted the page"
6875 msgstr "Successfully deleted the page"
6877 #: libraries/classes/Controllers/JavaScriptMessagesController.php:547
6878 msgid "Export relational schema"
6879 msgstr "Export relational schema"
6881 #: libraries/classes/Controllers/JavaScriptMessagesController.php:548
6882 msgid "Modifications have been saved"
6883 msgstr "Modifications have been saved"
6885 #: libraries/classes/Controllers/JavaScriptMessagesController.php:551
6886 #, php-format
6887 msgid "%d object(s) created."
6888 msgstr "%d object(s) created."
6890 #: libraries/classes/Controllers/JavaScriptMessagesController.php:552
6891 msgid "Column name"
6892 msgstr "Column name"
6894 #: libraries/classes/Controllers/JavaScriptMessagesController.php:553
6895 #: templates/sql/query.twig:179
6896 msgid "Submit"
6897 msgstr "Submit"
6899 #: libraries/classes/Controllers/JavaScriptMessagesController.php:557
6900 msgid "Press escape to cancel editing.<br>- Shift+Enter for a newline."
6901 msgstr "Press escape to cancel editing.<br>- Shift+Enter for a newline."
6903 #: libraries/classes/Controllers/JavaScriptMessagesController.php:561
6904 msgid ""
6905 "You have edited some data and they have not been saved. Are you sure you "
6906 "want to leave this page before saving the data?"
6907 msgstr ""
6908 "You have edited some data and they have not been saved. Are you sure you "
6909 "want to leave this page before saving the data?"
6911 #: libraries/classes/Controllers/JavaScriptMessagesController.php:564
6912 msgid "Drag to reorder."
6913 msgstr "Drag to reorder."
6915 #: libraries/classes/Controllers/JavaScriptMessagesController.php:565
6916 msgid "Click to sort results by this column."
6917 msgstr "Click to sort results by this column."
6919 #: libraries/classes/Controllers/JavaScriptMessagesController.php:567
6920 msgid ""
6921 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6922 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6923 "from ORDER BY clause"
6924 msgstr ""
6925 "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
6926 "<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
6927 "from ORDER BY clause"
6929 #: libraries/classes/Controllers/JavaScriptMessagesController.php:571
6930 msgid "Click to mark/unmark."
6931 msgstr "Click to mark/unmark."
6933 #: libraries/classes/Controllers/JavaScriptMessagesController.php:572
6934 msgid "Double-click to copy column name."
6935 msgstr "Double-click to copy column name."
6937 #: libraries/classes/Controllers/JavaScriptMessagesController.php:574
6938 msgid "Click the drop-down arrow<br>to toggle column's visibility."
6939 msgstr "Click the drop-down arrow<br>to toggle column's visibility."
6941 #: libraries/classes/Controllers/JavaScriptMessagesController.php:578
6942 msgid ""
6943 "This table does not contain a unique column. Features related to the grid "
6944 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6945 msgstr ""
6946 "This table does not contain a unique column. Features related to the grid "
6947 "edit, checkbox, Edit, Copy and Delete links may not work after saving."
6949 #: libraries/classes/Controllers/JavaScriptMessagesController.php:581
6950 msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6951 msgstr ""
6952 "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
6954 #: libraries/classes/Controllers/JavaScriptMessagesController.php:583
6955 msgid ""
6956 "Do you really want to see all of the rows? For a big table this could crash "
6957 "the browser."
6958 msgstr ""
6959 "Do you really want to see all of the rows? For a big table this could crash "
6960 "the browser."
6962 #: libraries/classes/Controllers/JavaScriptMessagesController.php:586
6963 msgid "Original length"
6964 msgstr "Original length"
6966 #: libraries/classes/Controllers/JavaScriptMessagesController.php:589
6967 msgid "cancel"
6968 msgstr "cancel"
6970 #: libraries/classes/Controllers/JavaScriptMessagesController.php:590
6971 #: libraries/classes/Controllers/Server/Status/StatusController.php:230
6972 msgid "Aborted"
6973 msgstr "Aborted"
6975 #: libraries/classes/Controllers/JavaScriptMessagesController.php:592
6976 msgid "Success"
6977 msgstr "Success"
6979 #: libraries/classes/Controllers/JavaScriptMessagesController.php:593
6980 msgid "Import status"
6981 msgstr "Import status"
6983 #: libraries/classes/Controllers/JavaScriptMessagesController.php:594
6984 #: templates/navigation/main.twig:84
6985 msgid "Drop files here"
6986 msgstr "Drop files here"
6988 #: libraries/classes/Controllers/JavaScriptMessagesController.php:595
6989 msgid "Select database first"
6990 msgstr "Select database first"
6992 #: libraries/classes/Controllers/JavaScriptMessagesController.php:598
6993 #: templates/database/data_dictionary/index.twig:117
6994 #: templates/database/structure/index.twig:20
6995 #: templates/display/results/table.twig:258
6996 #: templates/table/structure/display_structure.twig:332
6997 msgid "Print"
6998 msgstr "Print"
7000 #: libraries/classes/Controllers/JavaScriptMessagesController.php:603
7001 msgid "You can also edit most values<br>by double-clicking directly on them."
7002 msgstr "You can also edit most values<br>by double-clicking directly on them."
7004 #: libraries/classes/Controllers/JavaScriptMessagesController.php:605
7005 msgid "You can also edit most values<br>by clicking directly on them."
7006 msgstr "You can also edit most values<br>by clicking directly on them."
7008 #: libraries/classes/Controllers/JavaScriptMessagesController.php:608
7009 msgid "Go to link:"
7010 msgstr "Go to link:"
7012 #: libraries/classes/Controllers/JavaScriptMessagesController.php:609
7013 msgid "Copy column name."
7014 msgstr "Copy column name."
7016 #: libraries/classes/Controllers/JavaScriptMessagesController.php:610
7017 msgid "Right-click the column name to copy it to your clipboard."
7018 msgstr "Right-click the column name to copy it to your clipboard."
7020 #: libraries/classes/Controllers/JavaScriptMessagesController.php:613
7021 msgid "Generate password"
7022 msgstr "Generate password"
7024 #: libraries/classes/Controllers/JavaScriptMessagesController.php:614
7025 #: templates/server/replication/master_add_slave_user.twig:73
7026 msgid "Generate"
7027 msgstr "Generate"
7029 #: libraries/classes/Controllers/JavaScriptMessagesController.php:615
7030 #: libraries/classes/Controllers/UserPasswordController.php:84
7031 #: templates/home/index.twig:46
7032 #: templates/server/privileges/change_password.twig:10
7033 msgid "Change password"
7034 msgstr "Change password"
7036 #: libraries/classes/Controllers/JavaScriptMessagesController.php:618
7037 #: templates/table/structure/display_structure.twig:132
7038 msgid "More"
7039 msgstr "More"
7041 #: libraries/classes/Controllers/JavaScriptMessagesController.php:621
7042 msgid "Show panel"
7043 msgstr "Show panel"
7045 #: libraries/classes/Controllers/JavaScriptMessagesController.php:622
7046 msgid "Hide panel"
7047 msgstr "Hide panel"
7049 #: libraries/classes/Controllers/JavaScriptMessagesController.php:623
7050 msgid "Show hidden navigation tree items."
7051 msgstr "Show hidden navigation tree items."
7053 #: libraries/classes/Controllers/JavaScriptMessagesController.php:625
7054 #: libraries/classes/Navigation/NavigationTree.php:1554
7055 msgid "Unlink from main panel"
7056 msgstr "Unlink from main panel"
7058 #: libraries/classes/Controllers/JavaScriptMessagesController.php:629
7059 #: libraries/classes/Setup/Index.php:186
7060 #, php-format
7061 msgid ""
7062 "A newer version of phpMyAdmin is available and you should consider "
7063 "upgrading. The newest version is %s, released on %s."
7064 msgstr ""
7065 "A newer version of phpMyAdmin is available and you should consider "
7066 "upgrading. The newest version is %s, released on %s."
7068 #. l10n: Latest available phpMyAdmin version
7069 #: libraries/classes/Controllers/JavaScriptMessagesController.php:633
7070 msgid ", latest stable version:"
7071 msgstr ", latest stable version:"
7073 #: libraries/classes/Controllers/JavaScriptMessagesController.php:634
7074 msgid "up to date"
7075 msgstr "up to date"
7077 #: libraries/classes/Controllers/JavaScriptMessagesController.php:636
7078 #: templates/database/structure/show_create.twig:33
7079 #: templates/display/results/table.twig:297
7080 #: templates/sql/no_results_returned.twig:12 templates/view_create.twig:11
7081 msgid "Create view"
7082 msgstr "Create view"
7084 #: libraries/classes/Controllers/JavaScriptMessagesController.php:640
7085 msgid ""
7086 "A fatal JavaScript error has occurred. Would you like to send an error "
7087 "report?"
7088 msgstr ""
7089 "A fatal JavaScript error has occurred. Would you like to send an error "
7090 "report?"
7092 #: libraries/classes/Controllers/JavaScriptMessagesController.php:642
7093 msgid "Change report settings"
7094 msgstr "Change report settings"
7096 #: libraries/classes/Controllers/JavaScriptMessagesController.php:643
7097 msgid "Show report details"
7098 msgstr "Show report details"
7100 #: libraries/classes/Controllers/JavaScriptMessagesController.php:645
7101 msgid ""
7102 "Your export is incomplete, due to a low execution time limit at the PHP "
7103 "level!"
7104 msgstr ""
7105 "Your export is incomplete, due to a low execution time limit at the PHP "
7106 "level!"
7108 #: libraries/classes/Controllers/JavaScriptMessagesController.php:649
7109 #, php-format
7110 msgid ""
7111 "Warning: a form on this page has more than %d fields. On submission, some of "
7112 "the fields might be ignored, due to PHP's max_input_vars configuration."
7113 msgstr ""
7114 "Warning: a form on this page has more than %d fields. On submission, some of "
7115 "the fields might be ignored, due to PHP's max_input_vars configuration."
7117 #: libraries/classes/Controllers/JavaScriptMessagesController.php:655
7118 #: libraries/classes/Controllers/JavaScriptMessagesController.php:668
7119 msgid "Some errors have been detected on the server!"
7120 msgstr "Some errors have been detected on the server!"
7122 #: libraries/classes/Controllers/JavaScriptMessagesController.php:657
7123 msgid "Please look at the bottom of this window."
7124 msgstr "Please look at the bottom of this window."
7126 #: libraries/classes/Controllers/JavaScriptMessagesController.php:663
7127 #: libraries/classes/ErrorHandler.php:429
7128 msgid "Ignore All"
7129 msgstr "Ignore All"
7131 #: libraries/classes/Controllers/JavaScriptMessagesController.php:671
7132 msgid ""
7133 "As per your settings, they are being submitted currently, please be patient."
7134 msgstr ""
7135 "As per your settings, they are being submitted currently, please be patient."
7137 #: libraries/classes/Controllers/JavaScriptMessagesController.php:679
7138 msgid "Successfully copied!"
7139 msgstr "Successfully copied!"
7141 #: libraries/classes/Controllers/JavaScriptMessagesController.php:680
7142 msgid "Copying failed!"
7143 msgstr "Copying failed!"
7145 #: libraries/classes/Controllers/JavaScriptMessagesController.php:683
7146 msgid "Execute this query again?"
7147 msgstr "Execute this query again?"
7149 #: libraries/classes/Controllers/JavaScriptMessagesController.php:684
7150 msgid "Do you really want to delete this bookmark?"
7151 msgstr "Do you really want to delete this bookmark?"
7153 #: libraries/classes/Controllers/JavaScriptMessagesController.php:685
7154 msgid "Some error occurred while getting SQL debug info."
7155 msgstr "Some error occurred while getting SQL debug info."
7157 #: libraries/classes/Controllers/JavaScriptMessagesController.php:686
7158 #, php-format
7159 msgid "%s queries executed %s times in %s seconds."
7160 msgstr "%s queries executed %s times in %s seconds."
7162 #: libraries/classes/Controllers/JavaScriptMessagesController.php:687
7163 #, php-format
7164 msgid "%s argument(s) passed"
7165 msgstr "%s argument(s) passed"
7167 #: libraries/classes/Controllers/JavaScriptMessagesController.php:688
7168 msgid "Show arguments"
7169 msgstr "Show arguments"
7171 #: libraries/classes/Controllers/JavaScriptMessagesController.php:689
7172 msgid "Hide arguments"
7173 msgstr "Hide arguments"
7175 #: libraries/classes/Controllers/JavaScriptMessagesController.php:690
7176 msgid "Time taken:"
7177 msgstr "Time taken:"
7179 #: libraries/classes/Controllers/JavaScriptMessagesController.php:692
7180 msgid ""
7181 "There was a problem accessing your browser storage, some features may not "
7182 "work properly for you. It is likely that the browser doesn't support storage "
7183 "or the quota limit has been reached. In Firefox, corrupted storage can also "
7184 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
7185 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
7186 msgstr ""
7187 "There was a problem accessing your browser storage, some features may not "
7188 "work properly for you. It is likely that the browser doesn't support storage "
7189 "or the quota limit has been reached. In Firefox, corrupted storage can also "
7190 "cause such a problem, clearing your \"Offline Website Data\" might help. In "
7191 "Safari, such problem is commonly caused by \"Private Mode Browsing\"."
7193 #: libraries/classes/Controllers/JavaScriptMessagesController.php:699
7194 msgid "Copy tables to"
7195 msgstr "Copy tables to"
7197 #: libraries/classes/Controllers/JavaScriptMessagesController.php:700
7198 msgid "Add table prefix"
7199 msgstr "Add table prefix"
7201 #: libraries/classes/Controllers/JavaScriptMessagesController.php:701
7202 msgid "Replace table with prefix"
7203 msgstr "Replace table with prefix"
7205 #: libraries/classes/Controllers/JavaScriptMessagesController.php:702
7206 #: templates/database/structure/check_all_tables.twig:28
7207 msgid "Copy table with prefix"
7208 msgstr "Copy table with prefix"
7210 #: libraries/classes/Controllers/JavaScriptMessagesController.php:705
7211 msgid "Extremely weak"
7212 msgstr "Extremely weak"
7214 #: libraries/classes/Controllers/JavaScriptMessagesController.php:706
7215 msgid "Very weak"
7216 msgstr "Very weak"
7218 #: libraries/classes/Controllers/JavaScriptMessagesController.php:707
7219 msgid "Weak"
7220 msgstr "Weak"
7222 #: libraries/classes/Controllers/JavaScriptMessagesController.php:708
7223 msgid "Good"
7224 msgstr "Good"
7226 #: libraries/classes/Controllers/JavaScriptMessagesController.php:709
7227 msgid "Strong"
7228 msgstr "Strong"
7230 #. l10n: error code 5 (from U2F API)
7231 #: libraries/classes/Controllers/JavaScriptMessagesController.php:713
7232 #, fuzzy
7233 #| msgid "Timed out waiting for security key activation."
7234 msgctxt "U2F error"
7235 msgid "Timed out waiting for security key activation."
7236 msgstr "Timed out waiting for security key activation."
7238 #. l10n: error code 2 (from U2F API)
7239 #: libraries/classes/Controllers/JavaScriptMessagesController.php:715
7240 msgctxt "U2F error"
7241 msgid "Invalid request sent to security key."
7242 msgstr ""
7244 #. l10n: unknown error code (from U2F API)
7245 #: libraries/classes/Controllers/JavaScriptMessagesController.php:717
7246 #, fuzzy
7247 #| msgid "Unknown error"
7248 msgctxt "U2F error"
7249 msgid "Unknown security key error."
7250 msgstr "Unknown error"
7252 #. l10n: error code 3 (from U2F API)
7253 #: libraries/classes/Controllers/JavaScriptMessagesController.php:719
7254 msgctxt "U2F error"
7255 msgid "Client does not support security key."
7256 msgstr ""
7258 #. l10n: error code 4 (from U2F API) on register
7259 #: libraries/classes/Controllers/JavaScriptMessagesController.php:721
7260 #, fuzzy
7261 #| msgid "Failed security key activation (%s)."
7262 msgctxt "U2F error"
7263 msgid "Failed security key activation."
7264 msgstr "Failed security key activation (%s)."
7266 #. l10n: error code 4 (from U2F API) on authanticate
7267 #: libraries/classes/Controllers/JavaScriptMessagesController.php:723
7268 #, fuzzy
7269 #| msgid "Invalid export type"
7270 msgctxt "U2F error"
7271 msgid "Invalid security key."
7272 msgstr "Invalid export type"
7274 #: libraries/classes/Controllers/JavaScriptMessagesController.php:728
7275 #, php-format
7276 msgctxt ""
7277 "The table already exists in the designer and can not be added once more."
7278 msgid "Table %s already exists!"
7279 msgstr "Table %s already exists!"
7281 #: libraries/classes/Controllers/JavaScriptMessagesController.php:730
7282 #: libraries/classes/InsertEdit.php:342
7283 #: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:53
7284 msgid "Hide"
7285 msgstr "Hide"
7287 #: libraries/classes/Controllers/JavaScriptMessagesController.php:731
7288 #: libraries/classes/Controllers/Table/ChangeController.php:200
7289 #: templates/database/multi_table_query/form.twig:49
7290 #: templates/database/tracking/tables.twig:19
7291 #: templates/table/tracking/main.twig:33
7292 msgid "Show"
7293 msgstr "Show"
7295 #: libraries/classes/Controllers/NavigationController.php:49
7296 msgid "Fatal error: The navigation can only be accessed via AJAX"
7297 msgstr "Fatal error: The navigation can only be accessed via AJAX"
7299 #: libraries/classes/Controllers/NormalizationController.php:42
7300 #: libraries/classes/Normalization.php:262
7301 msgid "Select one…"
7302 msgstr "Select one…"
7304 #: libraries/classes/Controllers/NormalizationController.php:43
7305 #: libraries/classes/Normalization.php:263
7306 msgid "No such column"
7307 msgstr "No such column"
7309 #: libraries/classes/Controllers/NormalizationController.php:48
7310 #: libraries/classes/Normalization.php:267 libraries/classes/Types.php:804
7311 #: libraries/classes/Types.php:844
7312 msgctxt "string types"
7313 msgid "String"
7314 msgstr "String"
7316 #: libraries/classes/Controllers/Preferences/ManageController.php:96
7317 msgid "phpMyAdmin configuration snippet"
7318 msgstr "phpMyAdmin configuration snippet"
7320 #: libraries/classes/Controllers/Preferences/ManageController.php:97
7321 msgid "Paste it to your config.inc.php"
7322 msgstr "Paste it to your config.inc.php"
7324 #: libraries/classes/Controllers/Preferences/ManageController.php:143
7325 msgid "Could not import configuration"
7326 msgstr "Could not import configuration"
7328 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:55
7329 msgid "Two-factor authentication has been removed."
7330 msgstr "Two-factor authentication has been removed."
7332 #: libraries/classes/Controllers/Preferences/TwoFactorController.php:66
7333 msgid "Two-factor authentication has been configured."
7334 msgstr "Two-factor authentication has been configured."
7336 #: libraries/classes/Controllers/Server/DatabasesController.php:250
7337 #, php-format
7338 msgid "Database %1$s has been created."
7339 msgstr "Database %1$s has been created."
7341 #: libraries/classes/Controllers/Server/DatabasesController.php:331
7342 #, php-format
7343 msgid "%1$d database has been dropped successfully."
7344 msgid_plural "%1$d databases have been dropped successfully."
7345 msgstr[0] "%1$d database has been dropped successfully."
7346 msgstr[1] "%1$d databases have been dropped successfully."
7348 #: libraries/classes/Controllers/Server/DatabasesController.php:490
7349 #: libraries/classes/Import.php:151
7350 #: templates/database/structure/table_header.twig:26
7351 #: templates/table/structure/display_partitions.twig:28
7352 #: templates/table/structure/display_structure.twig:231
7353 #: templates/table/structure/display_table_stats.twig:119
7354 msgid "Rows"
7355 msgstr "Rows"
7357 #: libraries/classes/Controllers/Server/DatabasesController.php:500
7358 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
7359 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26
7360 #: templates/database/data_dictionary/index.twig:59 templates/indexes.twig:3
7361 #: templates/table/structure/display_structure.twig:401
7362 #: templates/table/tracking/structure_snapshot_indexes.twig:1
7363 msgid "Indexes"
7364 msgstr "Indexes"
7366 #: libraries/classes/Controllers/Server/DatabasesController.php:505
7367 #: libraries/classes/Controllers/Server/Status/StatusController.php:157
7368 #: libraries/classes/Controllers/Server/Status/StatusController.php:246
7369 #: templates/table/structure/display_table_stats.twig:45
7370 msgid "Total"
7371 msgstr "Total"
7373 #: libraries/classes/Controllers/Server/DatabasesController.php:510
7374 #: templates/database/structure/table_header.twig:38
7375 #: templates/table/structure/display_table_stats.twig:32
7376 msgid "Overhead"
7377 msgstr "Overhead"
7379 #: libraries/classes/Controllers/Server/PrivilegesController.php:151
7380 #: libraries/classes/Controllers/Server/UserGroupsController.php:57
7381 msgid "No Privileges"
7382 msgstr "No Privileges"
7384 #: libraries/classes/Controllers/Server/PrivilegesController.php:160
7385 msgid "You do not have the privileges to administrate the users!"
7386 msgstr "You do not have the privileges to administrate the users!"
7388 #: libraries/classes/Controllers/Server/PrivilegesController.php:175
7389 msgid ""
7390 "Username and hostname didn't change. If you only want to change the "
7391 "password, 'Change password' tab should be used."
7392 msgstr ""
7393 "Username and hostname didn't change. If you only want to change the "
7394 "password, 'Change password' tab should be used."
7396 #: libraries/classes/Controllers/Server/PrivilegesController.php:420
7397 msgid "User has been added."
7398 msgstr "User has been added."
7400 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:114
7401 #, php-format
7402 msgid "Thread %s was successfully killed."
7403 msgstr "Thread %s was successfully killed."
7405 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:120
7406 #, php-format
7407 msgid ""
7408 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
7409 msgstr ""
7410 "phpMyAdmin was unable to kill thread %s. It probably has already been closed."
7412 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:219
7413 msgid "ID"
7414 msgstr "ID"
7416 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:223
7417 #: libraries/classes/Server/Privileges.php:3010
7418 #: templates/server/user_groups/user_listings.twig:9
7419 msgid "User"
7420 msgstr "User"
7422 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:227
7423 #: templates/server/replication/master_add_slave_user.twig:32
7424 #: templates/server/replication/master_add_slave_user.twig:43
7425 #: templates/server/replication/master_replication.twig:25
7426 msgid "Host"
7427 msgstr "Host"
7429 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:235
7430 msgid "Command"
7431 msgstr "Command"
7433 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:247
7434 msgid "Progress"
7435 msgstr "Progress"
7437 #: libraries/classes/Controllers/Server/Status/ProcessesController.php:251
7438 #: libraries/classes/Server/Status/Data.php:148
7439 #: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:21
7440 msgid "SQL query"
7441 msgstr "SQL query"
7443 #: libraries/classes/Controllers/Server/Status/StatusController.php:119
7444 msgid "Received"
7445 msgstr "Received"
7447 #: libraries/classes/Controllers/Server/Status/StatusController.php:138
7448 msgid "Sent"
7449 msgstr "Sent"
7451 #: libraries/classes/Controllers/Server/Status/StatusController.php:205
7452 msgid "Max. concurrent connections"
7453 msgstr "Max. concurrent connections"
7455 #: libraries/classes/Controllers/Server/Status/StatusController.php:214
7456 msgid "Failed attempts"
7457 msgstr "Failed attempts"
7459 #: libraries/classes/Controllers/Server/Status/VariablesController.php:246
7460 msgid ""
7461 "The number of connections that were aborted because the client died without "
7462 "closing the connection properly."
7463 msgstr ""
7464 "The number of connections that were aborted because the client died without "
7465 "closing the connection properly."
7467 #: libraries/classes/Controllers/Server/Status/VariablesController.php:250
7468 msgid "The number of failed attempts to connect to the MySQL server."
7469 msgstr "The number of failed attempts to connect to the MySQL server."
7471 #: libraries/classes/Controllers/Server/Status/VariablesController.php:253
7472 msgid ""
7473 "The number of transactions that used the temporary binary log cache but that "
7474 "exceeded the value of binlog_cache_size and used a temporary file to store "
7475 "statements from the transaction."
7476 msgstr ""
7477 "The number of transactions that used the temporary binary log cache but that "
7478 "exceeded the value of binlog_cache_size and used a temporary file to store "
7479 "statements from the transaction."
7481 #: libraries/classes/Controllers/Server/Status/VariablesController.php:258
7482 msgid "The number of transactions that used the temporary binary log cache."
7483 msgstr "The number of transactions that used the temporary binary log cache."
7485 #: libraries/classes/Controllers/Server/Status/VariablesController.php:261
7486 msgid ""
7487 "The number of connection attempts (successful or not) to the MySQL server."
7488 msgstr ""
7489 "The number of connection attempts (successful or not) to the MySQL server."
7491 #: libraries/classes/Controllers/Server/Status/VariablesController.php:265
7492 msgid ""
7493 "The number of temporary tables on disk created automatically by the server "
7494 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7495 "to increase the tmp_table_size  value to cause temporary tables to be memory-"
7496 "based instead of disk-based."
7497 msgstr ""
7498 "The number of temporary tables on disk created automatically by the server "
7499 "while executing statements. If Created_tmp_disk_tables is big, you may want "
7500 "to increase the tmp_table_size  value to cause temporary tables to be memory-"
7501 "based instead of disk-based."
7503 #: libraries/classes/Controllers/Server/Status/VariablesController.php:272
7504 msgid "How many temporary files mysqld has created."
7505 msgstr "How many temporary files mysqld has created."
7507 #: libraries/classes/Controllers/Server/Status/VariablesController.php:275
7508 msgid ""
7509 "The number of in-memory temporary tables created automatically by the server "
7510 "while executing statements."
7511 msgstr ""
7512 "The number of in-memory temporary tables created automatically by the server "
7513 "while executing statements."
7515 #: libraries/classes/Controllers/Server/Status/VariablesController.php:279
7516 msgid ""
7517 "The number of rows written with INSERT DELAYED for which some error occurred "
7518 "(probably duplicate key)."
7519 msgstr ""
7520 "The number of rows written with INSERT DELAYED for which some error occurred "
7521 "(probably duplicate key)."
7523 #: libraries/classes/Controllers/Server/Status/VariablesController.php:283
7524 msgid ""
7525 "The number of INSERT DELAYED handler threads in use. Every different table "
7526 "on which one uses INSERT DELAYED gets its own thread."
7527 msgstr ""
7528 "The number of INSERT DELAYED handler threads in use. Every different table "
7529 "on which one uses INSERT DELAYED gets its own thread."
7531 #: libraries/classes/Controllers/Server/Status/VariablesController.php:288
7532 msgid "The number of INSERT DELAYED rows written."
7533 msgstr "The number of INSERT DELAYED rows written."
7535 #: libraries/classes/Controllers/Server/Status/VariablesController.php:291
7536 msgid "The number of executed FLUSH statements."
7537 msgstr "The number of executed FLUSH statements."
7539 #: libraries/classes/Controllers/Server/Status/VariablesController.php:294
7540 msgid "The number of internal COMMIT statements."
7541 msgstr "The number of internal COMMIT statements."
7543 #: libraries/classes/Controllers/Server/Status/VariablesController.php:297
7544 msgid "The number of times a row was deleted from a table."
7545 msgstr "The number of times a row was deleted from a table."
7547 #: libraries/classes/Controllers/Server/Status/VariablesController.php:300
7548 msgid ""
7549 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7550 "table with a given name. This is called discovery. Handler_discover "
7551 "indicates the number of time tables have been discovered."
7552 msgstr ""
7553 "The MySQL server can ask the NDB Cluster storage engine if it knows about a "
7554 "table with a given name. This is called discovery. Handler_discover "
7555 "indicates the number of time tables have been discovered."
7557 #: libraries/classes/Controllers/Server/Status/VariablesController.php:306
7558 msgid ""
7559 "The number of times the first entry was read from an index. If this is high, "
7560 "it suggests that the server is doing a lot of full index scans; for example, "
7561 "SELECT col1 FROM foo, assuming that col1 is indexed."
7562 msgstr ""
7563 "The number of times the first entry was read from an index. If this is high, "
7564 "it suggests that the server is doing a lot of full index scans; for example, "
7565 "SELECT col1 FROM foo, assuming that col1 is indexed."
7567 #: libraries/classes/Controllers/Server/Status/VariablesController.php:312
7568 msgid ""
7569 "The number of requests to read a row based on a key. If this is high, it is "
7570 "a good indication that your queries and tables are properly indexed."
7571 msgstr ""
7572 "The number of requests to read a row based on a key. If this is high, it is "
7573 "a good indication that your queries and tables are properly indexed."
7575 #: libraries/classes/Controllers/Server/Status/VariablesController.php:317
7576 msgid ""
7577 "The number of requests to read the next row in key order. This is "
7578 "incremented if you are querying an index column with a range constraint or "
7579 "if you are doing an index scan."
7580 msgstr ""
7581 "The number of requests to read the next row in key order. This is "
7582 "incremented if you are querying an index column with a range constraint or "
7583 "if you are doing an index scan."
7585 #: libraries/classes/Controllers/Server/Status/VariablesController.php:322
7586 msgid ""
7587 "The number of requests to read the previous row in key order. This read "
7588 "method is mainly used to optimize ORDER BY … DESC."
7589 msgstr ""
7590 "The number of requests to read the previous row in key order. This read "
7591 "method is mainly used to optimise ORDER BY … DESC."
7593 #: libraries/classes/Controllers/Server/Status/VariablesController.php:326
7594 msgid ""
7595 "The number of requests to read a row based on a fixed position. This is high "
7596 "if you are doing a lot of queries that require sorting of the result. You "
7597 "probably have a lot of queries that require MySQL to scan whole tables or "
7598 "you have joins that don't use keys properly."
7599 msgstr ""
7600 "The number of requests to read a row based on a fixed position. This is high "
7601 "if you are doing a lot of queries that require sorting of the result. You "
7602 "probably have a lot of queries that require MySQL to scan whole tables or "
7603 "you have joins that don't use keys properly."
7605 #: libraries/classes/Controllers/Server/Status/VariablesController.php:333
7606 msgid ""
7607 "The number of requests to read the next row in the data file. This is high "
7608 "if you are doing a lot of table scans. Generally this suggests that your "
7609 "tables are not properly indexed or that your queries are not written to take "
7610 "advantage of the indexes you have."
7611 msgstr ""
7612 "The number of requests to read the next row in the data file. This is high "
7613 "if you are doing a lot of table scans. Generally this suggests that your "
7614 "tables are not properly indexed or that your queries are not written to take "
7615 "advantage of the indexes you have."
7617 #: libraries/classes/Controllers/Server/Status/VariablesController.php:340
7618 msgid "The number of internal ROLLBACK statements."
7619 msgstr "The number of internal ROLLBACK statements."
7621 #: libraries/classes/Controllers/Server/Status/VariablesController.php:343
7622 msgid "The number of requests to update a row in a table."
7623 msgstr "The number of requests to update a row in a table."
7625 #: libraries/classes/Controllers/Server/Status/VariablesController.php:346
7626 msgid "The number of requests to insert a row in a table."
7627 msgstr "The number of requests to insert a row in a table."
7629 #: libraries/classes/Controllers/Server/Status/VariablesController.php:349
7630 msgid "The number of pages containing data (dirty or clean)."
7631 msgstr "The number of pages containing data (dirty or clean)."
7633 #: libraries/classes/Controllers/Server/Status/VariablesController.php:352
7634 msgid "The number of pages currently dirty."
7635 msgstr "The number of pages currently dirty."
7637 #: libraries/classes/Controllers/Server/Status/VariablesController.php:355
7638 msgid "The number of buffer pool pages that have been requested to be flushed."
7639 msgstr ""
7640 "The number of buffer pool pages that have been requested to be flushed."
7642 #: libraries/classes/Controllers/Server/Status/VariablesController.php:359
7643 msgid "The number of free pages."
7644 msgstr "The number of free pages."
7646 #: libraries/classes/Controllers/Server/Status/VariablesController.php:362
7647 msgid ""
7648 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7649 "being read or written or that can't be flushed or removed for some other "
7650 "reason."
7651 msgstr ""
7652 "The number of latched pages in InnoDB buffer pool. These are pages currently "
7653 "being read or written or that can't be flushed or removed for some other "
7654 "reason."
7656 #: libraries/classes/Controllers/Server/Status/VariablesController.php:367
7657 msgid ""
7658 "The number of pages busy because they have been allocated for administrative "
7659 "overhead such as row locks or the adaptive hash index. This value can also "
7660 "be calculated as Innodb_buffer_pool_pages_total - "
7661 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7662 msgstr ""
7663 "The number of pages busy because they have been allocated for administrative "
7664 "overhead such as row locks or the adaptive hash index. This value can also "
7665 "be calculated as Innodb_buffer_pool_pages_total - "
7666 "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
7668 #: libraries/classes/Controllers/Server/Status/VariablesController.php:374
7669 msgid "Total size of buffer pool, in pages."
7670 msgstr "Total size of buffer pool, in pages."
7672 #: libraries/classes/Controllers/Server/Status/VariablesController.php:377
7673 msgid ""
7674 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7675 "query is to scan a large portion of a table but in random order."
7676 msgstr ""
7677 "The number of \"random\" read-aheads InnoDB initiated. This happens when a "
7678 "query is to scan a large portion of a table but in random order."
7680 #: libraries/classes/Controllers/Server/Status/VariablesController.php:382
7681 msgid ""
7682 "The number of sequential read-aheads InnoDB initiated. This happens when "
7683 "InnoDB does a sequential full table scan."
7684 msgstr ""
7685 "The number of sequential read-aheads InnoDB initiated. This happens when "
7686 "InnoDB does a sequential full table scan."
7688 #: libraries/classes/Controllers/Server/Status/VariablesController.php:386
7689 msgid "The number of logical read requests InnoDB has done."
7690 msgstr "The number of logical read requests InnoDB has done."
7692 #: libraries/classes/Controllers/Server/Status/VariablesController.php:389
7693 msgid ""
7694 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7695 "and had to do a single-page read."
7696 msgstr ""
7697 "The number of logical reads that InnoDB could not satisfy from buffer pool "
7698 "and had to do a single-page read."
7700 #: libraries/classes/Controllers/Server/Status/VariablesController.php:393
7701 msgid ""
7702 "Normally, writes to the InnoDB buffer pool happen in the background. "
7703 "However, if it's necessary to read or create a page and no clean pages are "
7704 "available, it's necessary to wait for pages to be flushed first. This "
7705 "counter counts instances of these waits. If the buffer pool size was set "
7706 "properly, this value should be small."
7707 msgstr ""
7708 "Normally, writes to the InnoDB buffer pool happen in the background. "
7709 "However, if it's necessary to read or create a page and no clean pages are "
7710 "available, it's necessary to wait for pages to be flushed first. This "
7711 "counter counts instances of these waits. If the buffer pool size was set "
7712 "properly, this value should be small."
7714 #: libraries/classes/Controllers/Server/Status/VariablesController.php:401
7715 msgid "The number writes done to the InnoDB buffer pool."
7716 msgstr "The number writes done to the InnoDB buffer pool."
7718 #: libraries/classes/Controllers/Server/Status/VariablesController.php:404
7719 msgid "The number of fsync() operations so far."
7720 msgstr "The number of fsync() operations so far."
7722 #: libraries/classes/Controllers/Server/Status/VariablesController.php:407
7723 msgid "The current number of pending fsync() operations."
7724 msgstr "The current number of pending fsync() operations."
7726 #: libraries/classes/Controllers/Server/Status/VariablesController.php:410
7727 msgid "The current number of pending reads."
7728 msgstr "The current number of pending reads."
7730 #: libraries/classes/Controllers/Server/Status/VariablesController.php:413
7731 msgid "The current number of pending writes."
7732 msgstr "The current number of pending writes."
7734 #: libraries/classes/Controllers/Server/Status/VariablesController.php:416
7735 msgid "The amount of data read so far, in bytes."
7736 msgstr "The amount of data read so far, in bytes."
7738 #: libraries/classes/Controllers/Server/Status/VariablesController.php:419
7739 msgid "The total number of data reads."
7740 msgstr "The total number of data reads."
7742 #: libraries/classes/Controllers/Server/Status/VariablesController.php:422
7743 msgid "The total number of data writes."
7744 msgstr "The total number of data writes."
7746 #: libraries/classes/Controllers/Server/Status/VariablesController.php:425
7747 msgid "The amount of data written so far, in bytes."
7748 msgstr "The amount of data written so far, in bytes."
7750 #: libraries/classes/Controllers/Server/Status/VariablesController.php:428
7751 msgid "The number of pages that have been written for doublewrite operations."
7752 msgstr "The number of pages that have been written for doublewrite operations."
7754 #: libraries/classes/Controllers/Server/Status/VariablesController.php:432
7755 msgid "The number of doublewrite operations that have been performed."
7756 msgstr "The number of doublewrite operations that have been performed."
7758 #: libraries/classes/Controllers/Server/Status/VariablesController.php:435
7759 msgid ""
7760 "The number of waits we had because log buffer was too small and we had to "
7761 "wait for it to be flushed before continuing."
7762 msgstr ""
7763 "The number of waits we had because log buffer was too small and we had to "
7764 "wait for it to be flushed before continuing."
7766 #: libraries/classes/Controllers/Server/Status/VariablesController.php:439
7767 msgid "The number of log write requests."
7768 msgstr "The number of log write requests."
7770 #: libraries/classes/Controllers/Server/Status/VariablesController.php:442
7771 msgid "The number of physical writes to the log file."
7772 msgstr "The number of physical writes to the log file."
7774 #: libraries/classes/Controllers/Server/Status/VariablesController.php:445
7775 msgid "The number of fsync() writes done to the log file."
7776 msgstr "The number of fsync() writes done to the log file."
7778 #: libraries/classes/Controllers/Server/Status/VariablesController.php:448
7779 msgid "The number of pending log file fsyncs."
7780 msgstr "The number of pending log file fsyncs."
7782 #: libraries/classes/Controllers/Server/Status/VariablesController.php:451
7783 msgid "Pending log file writes."
7784 msgstr "Pending log file writes."
7786 #: libraries/classes/Controllers/Server/Status/VariablesController.php:454
7787 msgid "The number of bytes written to the log file."
7788 msgstr "The number of bytes written to the log file."
7790 #: libraries/classes/Controllers/Server/Status/VariablesController.php:457
7791 msgid "The number of pages created."
7792 msgstr "The number of pages created."
7794 #: libraries/classes/Controllers/Server/Status/VariablesController.php:460
7795 msgid ""
7796 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7797 "pages; the page size allows them to be easily converted to bytes."
7798 msgstr ""
7799 "The compiled-in InnoDB page size (default 16KB). Many values are counted in "
7800 "pages; the page size allows them to be easily converted to bytes."
7802 #: libraries/classes/Controllers/Server/Status/VariablesController.php:465
7803 msgid "The number of pages read."
7804 msgstr "The number of pages read."
7806 #: libraries/classes/Controllers/Server/Status/VariablesController.php:468
7807 msgid "The number of pages written."
7808 msgstr "The number of pages written."
7810 #: libraries/classes/Controllers/Server/Status/VariablesController.php:471
7811 msgid "The number of row locks currently being waited for."
7812 msgstr "The number of row locks currently being waited for."
7814 #: libraries/classes/Controllers/Server/Status/VariablesController.php:474
7815 msgid "The average time to acquire a row lock, in milliseconds."
7816 msgstr "The average time to acquire a row lock, in milliseconds."
7818 #: libraries/classes/Controllers/Server/Status/VariablesController.php:477
7819 msgid "The total time spent in acquiring row locks, in milliseconds."
7820 msgstr "The total time spent in acquiring row locks, in milliseconds."
7822 #: libraries/classes/Controllers/Server/Status/VariablesController.php:480
7823 msgid "The maximum time to acquire a row lock, in milliseconds."
7824 msgstr "The maximum time to acquire a row lock, in milliseconds."
7826 #: libraries/classes/Controllers/Server/Status/VariablesController.php:483
7827 msgid "The number of times a row lock had to be waited for."
7828 msgstr "The number of times a row lock had to be waited for."
7830 #: libraries/classes/Controllers/Server/Status/VariablesController.php:486
7831 msgid "The number of rows deleted from InnoDB tables."
7832 msgstr "The number of rows deleted from InnoDB tables."
7834 #: libraries/classes/Controllers/Server/Status/VariablesController.php:489
7835 msgid "The number of rows inserted in InnoDB tables."
7836 msgstr "The number of rows inserted in InnoDB tables."
7838 #: libraries/classes/Controllers/Server/Status/VariablesController.php:492
7839 msgid "The number of rows read from InnoDB tables."
7840 msgstr "The number of rows read from InnoDB tables."
7842 #: libraries/classes/Controllers/Server/Status/VariablesController.php:495
7843 msgid "The number of rows updated in InnoDB tables."
7844 msgstr "The number of rows updated in InnoDB tables."
7846 #: libraries/classes/Controllers/Server/Status/VariablesController.php:498
7847 msgid ""
7848 "The number of key blocks in the key cache that have changed but haven't yet "
7849 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7850 msgstr ""
7851 "The number of key blocks in the key cache that have changed but haven't yet "
7852 "been flushed to disk. It used to be known as Not_flushed_key_blocks."
7854 #: libraries/classes/Controllers/Server/Status/VariablesController.php:503
7855 msgid ""
7856 "The number of unused blocks in the key cache. You can use this value to "
7857 "determine how much of the key cache is in use."
7858 msgstr ""
7859 "The number of unused blocks in the key cache. You can use this value to "
7860 "determine how much of the key cache is in use."
7862 #: libraries/classes/Controllers/Server/Status/VariablesController.php:507
7863 msgid ""
7864 "The number of used blocks in the key cache. This value is a high-water mark "
7865 "that indicates the maximum number of blocks that have ever been in use at "
7866 "one time."
7867 msgstr ""
7868 "The number of used blocks in the key cache. This value is a high-water mark "
7869 "that indicates the maximum number of blocks that have ever been in use at "
7870 "one time."
7872 #: libraries/classes/Controllers/Server/Status/VariablesController.php:512
7873 msgid "Percentage of used key cache (calculated value)"
7874 msgstr "Percentage of used key cache (calculated value)"
7876 #: libraries/classes/Controllers/Server/Status/VariablesController.php:515
7877 msgid "The number of requests to read a key block from the cache."
7878 msgstr "The number of requests to read a key block from the cache."
7880 #: libraries/classes/Controllers/Server/Status/VariablesController.php:518
7881 msgid ""
7882 "The number of physical reads of a key block from disk. If Key_reads is big, "
7883 "then your key_buffer_size value is probably too small. The cache miss rate "
7884 "can be calculated as Key_reads/Key_read_requests."
7885 msgstr ""
7886 "The number of physical reads of a key block from disk. If Key_reads is big, "
7887 "then your key_buffer_size value is probably too small. The cache miss rate "
7888 "can be calculated as Key_reads/Key_read_requests."
7890 #: libraries/classes/Controllers/Server/Status/VariablesController.php:524
7891 msgid ""
7892 "Key cache miss calculated as rate of physical reads compared to read "
7893 "requests (calculated value)"
7894 msgstr ""
7895 "Key cache miss calculated as rate of physical reads compared to read "
7896 "requests (calculated value)"
7898 #: libraries/classes/Controllers/Server/Status/VariablesController.php:528
7899 msgid "The number of requests to write a key block to the cache."
7900 msgstr "The number of requests to write a key block to the cache."
7902 #: libraries/classes/Controllers/Server/Status/VariablesController.php:531
7903 msgid "The number of physical writes of a key block to disk."
7904 msgstr "The number of physical writes of a key block to disk."
7906 #: libraries/classes/Controllers/Server/Status/VariablesController.php:534
7907 msgid ""
7908 "Percentage of physical writes compared to write requests (calculated value)"
7909 msgstr ""
7910 "Percentage of physical writes compared to write requests (calculated value)"
7912 #: libraries/classes/Controllers/Server/Status/VariablesController.php:538
7913 msgid ""
7914 "The total cost of the last compiled query as computed by the query "
7915 "optimizer. Useful for comparing the cost of different query plans for the "
7916 "same query. The default value of 0 means that no query has been compiled yet."
7917 msgstr ""
7918 "The total cost of the last compiled query as computed by the query "
7919 "optimiser. Useful for comparing the cost of different query plans for the "
7920 "same query. The default value of 0 means that no query has been compiled yet."
7922 #: libraries/classes/Controllers/Server/Status/VariablesController.php:544
7923 msgid ""
7924 "The maximum number of connections that have been in use simultaneously since "
7925 "the server started."
7926 msgstr ""
7927 "The maximum number of connections that have been in use simultaneously since "
7928 "the server started."
7930 #: libraries/classes/Controllers/Server/Status/VariablesController.php:548
7931 msgid "The number of rows waiting to be written in INSERT DELAYED queues."
7932 msgstr "The number of rows waiting to be written in INSERT DELAYED queues."
7934 #: libraries/classes/Controllers/Server/Status/VariablesController.php:551
7935 msgid ""
7936 "The number of tables that have been opened. If opened tables is big, your "
7937 "table_open_cache value is probably too small."
7938 msgstr ""
7939 "The number of tables that have been opened. If opened tables is big, your "
7940 "table_open_cache value is probably too small."
7942 #: libraries/classes/Controllers/Server/Status/VariablesController.php:555
7943 msgid "The number of files that are open."
7944 msgstr "The number of files that are open."
7946 #: libraries/classes/Controllers/Server/Status/VariablesController.php:558
7947 msgid "The number of streams that are open (used mainly for logging)."
7948 msgstr "The number of streams that are open (used mainly for logging)."
7950 #: libraries/classes/Controllers/Server/Status/VariablesController.php:561
7951 msgid "The number of tables that are open."
7952 msgstr "The number of tables that are open."
7954 #: libraries/classes/Controllers/Server/Status/VariablesController.php:564
7955 msgid ""
7956 "The number of free memory blocks in query cache. High numbers can indicate "
7957 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7958 "statement."
7959 msgstr ""
7960 "The number of free memory blocks in query cache. High numbers can indicate "
7961 "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
7962 "statement."
7964 #: libraries/classes/Controllers/Server/Status/VariablesController.php:569
7965 msgid "The amount of free memory for query cache."
7966 msgstr "The amount of free memory for query cache."
7968 #: libraries/classes/Controllers/Server/Status/VariablesController.php:572
7969 msgid "The number of cache hits."
7970 msgstr "The number of cache hits."
7972 #: libraries/classes/Controllers/Server/Status/VariablesController.php:575
7973 msgid "The number of queries added to the cache."
7974 msgstr "The number of queries added to the cache."
7976 #: libraries/classes/Controllers/Server/Status/VariablesController.php:578
7977 msgid ""
7978 "The number of queries that have been removed from the cache to free up "
7979 "memory for caching new queries. This information can help you tune the query "
7980 "cache size. The query cache uses a least recently used (LRU) strategy to "
7981 "decide which queries to remove from the cache."
7982 msgstr ""
7983 "The number of queries that have been removed from the cache to free up "
7984 "memory for caching new queries. This information can help you tune the query "
7985 "cache size. The query cache uses a least recently used (LRU) strategy to "
7986 "decide which queries to remove from the cache."
7988 #: libraries/classes/Controllers/Server/Status/VariablesController.php:585
7989 msgid ""
7990 "The number of non-cached queries (not cachable, or not cached due to the "
7991 "query_cache_type setting)."
7992 msgstr ""
7993 "The number of non-cached queries (not cachable, or not cached due to the "
7994 "query_cache_type setting)."
7996 #: libraries/classes/Controllers/Server/Status/VariablesController.php:589
7997 msgid "The number of queries registered in the cache."
7998 msgstr "The number of queries registered in the cache."
8000 #: libraries/classes/Controllers/Server/Status/VariablesController.php:592
8001 msgid "The total number of blocks in the query cache."
8002 msgstr "The total number of blocks in the query cache."
8004 #: libraries/classes/Controllers/Server/Status/VariablesController.php:595
8005 msgid "The status of failsafe replication (not yet implemented)."
8006 msgstr "The status of failsafe replication (not yet implemented)."
8008 #: libraries/classes/Controllers/Server/Status/VariablesController.php:598
8009 msgid ""
8010 "The number of joins that do not use indexes. If this value is not 0, you "
8011 "should carefully check the indexes of your tables."
8012 msgstr ""
8013 "The number of joins that do not use indexes. If this value is not 0, you "
8014 "should carefully check the indexes of your tables."
8016 #: libraries/classes/Controllers/Server/Status/VariablesController.php:602
8017 msgid "The number of joins that used a range search on a reference table."
8018 msgstr "The number of joins that used a range search on a reference table."
8020 #: libraries/classes/Controllers/Server/Status/VariablesController.php:605
8021 msgid ""
8022 "The number of joins without keys that check for key usage after each row. "
8023 "(If this is not 0, you should carefully check the indexes of your tables.)"
8024 msgstr ""
8025 "The number of joins without keys that check for key usage after each row. "
8026 "(If this is not 0, you should carefully check the indexes of your tables.)"
8028 #: libraries/classes/Controllers/Server/Status/VariablesController.php:610
8029 msgid ""
8030 "The number of joins that used ranges on the first table. (It's normally not "
8031 "critical even if this is big.)"
8032 msgstr ""
8033 "The number of joins that used ranges on the first table. (It's normally not "
8034 "critical even if this is big.)"
8036 #: libraries/classes/Controllers/Server/Status/VariablesController.php:614
8037 msgid "The number of joins that did a full scan of the first table."
8038 msgstr "The number of joins that did a full scan of the first table."
8040 #: libraries/classes/Controllers/Server/Status/VariablesController.php:617
8041 msgid "The number of temporary tables currently open by the slave SQL thread."
8042 msgstr "The number of temporary tables currently open by the slave SQL thread."
8044 #: libraries/classes/Controllers/Server/Status/VariablesController.php:621
8045 msgid ""
8046 "Total (since startup) number of times the replication slave SQL thread has "
8047 "retried transactions."
8048 msgstr ""
8049 "Total (since startup) number of times the replication slave SQL thread has "
8050 "retried transactions."
8052 #: libraries/classes/Controllers/Server/Status/VariablesController.php:625
8053 msgid "This is ON if this server is a slave that is connected to a master."
8054 msgstr "This is ON if this server is a slave that is connected to a master."
8056 #: libraries/classes/Controllers/Server/Status/VariablesController.php:628
8057 msgid ""
8058 "The number of threads that have taken more than slow_launch_time seconds to "
8059 "create."
8060 msgstr ""
8061 "The number of threads that have taken more than slow_launch_time seconds to "
8062 "create."
8064 #: libraries/classes/Controllers/Server/Status/VariablesController.php:632
8065 msgid ""
8066 "The number of queries that have taken more than long_query_time seconds."
8067 msgstr ""
8068 "The number of queries that have taken more than long_query_time seconds."
8070 #: libraries/classes/Controllers/Server/Status/VariablesController.php:636
8071 msgid ""
8072 "The number of merge passes the sort algorithm has had to do. If this value "
8073 "is large, you should consider increasing the value of the sort_buffer_size "
8074 "system variable."
8075 msgstr ""
8076 "The number of merge passes the sort algorithm has had to do. If this value "
8077 "is large, you should consider increasing the value of the sort_buffer_size "
8078 "system variable."
8080 #: libraries/classes/Controllers/Server/Status/VariablesController.php:641
8081 msgid "The number of sorts that were done with ranges."
8082 msgstr "The number of sorts that were done with ranges."
8084 #: libraries/classes/Controllers/Server/Status/VariablesController.php:644
8085 msgid "The number of sorted rows."
8086 msgstr "The number of sorted rows."
8088 #: libraries/classes/Controllers/Server/Status/VariablesController.php:647
8089 msgid "The number of sorts that were done by scanning the table."
8090 msgstr "The number of sorts that were done by scanning the table."
8092 #: libraries/classes/Controllers/Server/Status/VariablesController.php:650
8093 msgid "The number of times that a table lock was acquired immediately."
8094 msgstr "The number of times that a table lock was acquired immediately."
8096 #: libraries/classes/Controllers/Server/Status/VariablesController.php:653
8097 msgid ""
8098 "The number of times that a table lock could not be acquired immediately and "
8099 "a wait was needed. If this is high, and you have performance problems, you "
8100 "should first optimize your queries, and then either split your table or "
8101 "tables or use replication."
8102 msgstr ""
8103 "The number of times that a table lock could not be acquired immediately and "
8104 "a wait was needed. If this is high, and you have performance problems, you "
8105 "should first optimise your queries, and then either split your table or "
8106 "tables or use replication."
8108 #: libraries/classes/Controllers/Server/Status/VariablesController.php:659
8109 msgid ""
8110 "The number of threads in the thread cache. The cache hit rate can be "
8111 "calculated as Threads_created/Connections. If this value is red you should "
8112 "raise your thread_cache_size."
8113 msgstr ""
8114 "The number of threads in the thread cache. The cache hit rate can be "
8115 "calculated as Threads_created/Connections. If this value is red you should "
8116 "raise your thread_cache_size."
8118 #: libraries/classes/Controllers/Server/Status/VariablesController.php:664
8119 msgid "The number of currently open connections."
8120 msgstr "The number of currently open connections."
8122 #: libraries/classes/Controllers/Server/Status/VariablesController.php:667
8123 msgid ""
8124 "The number of threads created to handle connections. If Threads_created is "
8125 "big, you may want to increase the thread_cache_size value. (Normally this "
8126 "doesn't give a notable performance improvement if you have a good thread "
8127 "implementation.)"
8128 msgstr ""
8129 "The number of threads created to handle connections. If Threads_created is "
8130 "big, you may want to increase the thread_cache_size value. (Normally this "
8131 "doesn't give a notable performance improvement if you have a good thread "
8132 "implementation.)"
8134 #: libraries/classes/Controllers/Server/Status/VariablesController.php:674
8135 msgid "Thread cache hit rate (calculated value)"
8136 msgstr "Thread cache hit rate (calculated value)"
8138 #: libraries/classes/Controllers/Server/Status/VariablesController.php:677
8139 msgid "The number of threads that are not sleeping."
8140 msgstr "The number of threads that are not sleeping."
8142 #: libraries/classes/Controllers/Server/UserGroupsController.php:116
8143 #: libraries/classes/Util.php:921
8144 msgid "Missing parameter:"
8145 msgstr "Missing parameter:"
8147 #: libraries/classes/Controllers/Server/UserGroupsController.php:131
8148 #, fuzzy
8149 #| msgid "The query cache is not enabled."
8150 msgid "User groups management is not enabled."
8151 msgstr "The query cache is not enabled."
8153 #: libraries/classes/Controllers/Server/VariablesController.php:225
8154 msgid "Setting variable failed"
8155 msgstr "Setting variable failed"
8157 #: libraries/classes/Controllers/Setup/FormController.php:31
8158 msgid "Incorrect form specified!"
8159 msgstr "Incorrect form specified!"
8161 #: libraries/classes/Controllers/Setup/HomeController.php:45
8162 msgid ""
8163 "You are not using a secure connection; all data (including potentially "
8164 "sensitive information, like passwords) is transferred unencrypted!"
8165 msgstr ""
8166 "You are not using a secure connection; all data (including potentially "
8167 "sensitive information, like passwords) is transferred unencrypted!"
8169 #: libraries/classes/Controllers/Setup/HomeController.php:50
8170 msgid ""
8171 "If your server is also configured to accept HTTPS requests follow this link "
8172 "to use a secure connection."
8173 msgstr ""
8174 "If your server is also configured to accept HTTPS requests follow this link "
8175 "to use a secure connection."
8177 #: libraries/classes/Controllers/Setup/HomeController.php:54
8178 msgid "Insecure connection"
8179 msgstr "Insecure connection"
8181 #: libraries/classes/Controllers/Setup/HomeController.php:63
8182 msgid "Configuration saved."
8183 msgstr "Configuration saved."
8185 #: libraries/classes/Controllers/Setup/HomeController.php:66
8186 msgid ""
8187 "Configuration saved to file config/config.inc.php in phpMyAdmin top level "
8188 "directory, copy it to top level one and delete directory config to use it."
8189 msgstr ""
8190 "Configuration saved to file config/config.inc.php in phpMyAdmin top level "
8191 "directory, copy it to top level one and delete directory config to use it."
8193 #: libraries/classes/Controllers/Setup/HomeController.php:78
8194 msgid "Configuration not saved!"
8195 msgstr "Configuration not saved!"
8197 #: libraries/classes/Controllers/Setup/HomeController.php:81
8198 msgid ""
8199 "Please create web server writable folder [em]config[/em] in phpMyAdmin top "
8200 "level directory as described in [doc@setup_script]documentation[/doc]. "
8201 "Otherwise you will be only able to download or display it."
8202 msgstr ""
8203 "Please create web server writable folder [em]config[/em] in phpMyAdmin top "
8204 "level directory as described in [doc@setup_script]documentation[/doc]. "
8205 "Otherwise you will be only able to download or display it."
8207 #: libraries/classes/Controllers/SqlController.php:386
8208 msgid "Bookmark not created!"
8209 msgstr "Bookmark not created!"
8211 #: libraries/classes/Controllers/Table/AddFieldController.php:170
8212 #: libraries/classes/Controllers/Table/IndexesController.php:251
8213 #: libraries/classes/Controllers/Table/StructureController.php:943
8214 #: libraries/classes/Controllers/Table/StructureController.php:1173
8215 #, php-format
8216 msgid "Table %1$s has been altered successfully."
8217 msgstr "Table %1$s has been altered successfully."
8219 #: libraries/classes/Controllers/Table/ChangeController.php:305
8220 #: libraries/classes/Controllers/Table/DeleteController.php:123
8221 #: libraries/classes/Controllers/Table/ExportController.php:157
8222 msgid "No row selected."
8223 msgstr "No row selected."
8225 #: libraries/classes/Controllers/Table/ChartController.php:63
8226 #: libraries/classes/Controllers/Table/GisVisualizationController.php:70
8227 msgid "No SQL query was set to fetch data."
8228 msgstr "No SQL query was set to fetch data."
8230 #: libraries/classes/Controllers/Table/ChartController.php:155
8231 msgid "No numeric columns present in the table to plot."
8232 msgstr "No numeric columns present in the table to plot."
8234 #: libraries/classes/Controllers/Table/ChartController.php:224
8235 msgid "No data to display"
8236 msgstr "No data to display"
8238 #: libraries/classes/Controllers/Table/CreateController.php:90
8239 #: libraries/classes/Controllers/Table/GetFieldController.php:56
8240 #, php-format
8241 msgid "'%s' database does not exist."
8242 msgstr "'%s' database does not exist."
8244 #: libraries/classes/Controllers/Table/CreateController.php:100
8245 #, php-format
8246 msgid "Table %s already exists!"
8247 msgstr "Table %s already exists!"
8249 #: libraries/classes/Controllers/Table/DeleteController.php:84
8250 #: libraries/classes/Controllers/Table/FindReplaceController.php:199
8251 #: libraries/classes/Controllers/Table/MaintenanceController.php:61
8252 #: libraries/classes/Controllers/Table/MaintenanceController.php:96
8253 #: libraries/classes/Controllers/Table/MaintenanceController.php:134
8254 #: libraries/classes/Controllers/Table/MaintenanceController.php:170
8255 #: libraries/classes/Controllers/Table/MaintenanceController.php:205
8256 #: libraries/classes/Controllers/Table/PartitionController.php:53
8257 #: libraries/classes/Controllers/Table/PartitionController.php:83
8258 #: libraries/classes/Controllers/Table/PartitionController.php:114
8259 #: libraries/classes/Controllers/Table/PartitionController.php:150
8260 #: libraries/classes/Controllers/Table/PartitionController.php:181
8261 #: libraries/classes/Controllers/Table/PartitionController.php:217
8262 #: libraries/classes/Controllers/Table/PartitionController.php:248
8263 #: libraries/classes/Controllers/Table/RelationController.php:285
8264 #: libraries/classes/Controllers/ViewOperationsController.php:86
8265 #: libraries/classes/Database/Routines.php:1324
8266 #: libraries/classes/Display/Results.php:4118 libraries/classes/Message.php:178
8267 #: templates/sql/query.twig:7
8268 msgid "Your SQL query has been executed successfully."
8269 msgstr "Your SQL query has been executed successfully."
8271 #: libraries/classes/Controllers/Table/DropColumnConfirmationController.php:23
8272 #: libraries/classes/Controllers/Table/DropColumnController.php:57
8273 #: libraries/classes/Controllers/Table/StructureController.php:218
8274 #: libraries/classes/Controllers/Table/StructureController.php:238
8275 #: libraries/classes/Controllers/Table/StructureController.php:254
8276 #: libraries/classes/Controllers/Table/StructureController.php:284
8277 #: libraries/classes/Controllers/Table/StructureController.php:315
8278 #: libraries/classes/Controllers/Table/StructureController.php:351
8279 #: libraries/classes/Controllers/Table/StructureController.php:387
8280 #: libraries/classes/Controllers/Table/StructureController.php:423
8281 #: libraries/classes/Controllers/Table/StructureController.php:460
8282 msgid "No column selected."
8283 msgstr "No column selected."
8285 #: libraries/classes/Controllers/Table/DropColumnController.php:86
8286 #, fuzzy, php-format
8287 #| msgid "%1$d database has been dropped successfully."
8288 #| msgid_plural "%1$d databases have been dropped successfully."
8289 msgid "%1$d column has been dropped successfully."
8290 msgid_plural "%1$d columns have been dropped successfully."
8291 msgstr[0] "%1$d database has been dropped successfully."
8292 msgstr[1] "%1$d databases have been dropped successfully."
8294 #: libraries/classes/Controllers/Table/GetFieldController.php:64
8295 msgid "Invalid table name"
8296 msgstr "Invalid table name"
8298 #. l10n: In case a SQL query did not pass a security check
8299 #: libraries/classes/Controllers/Table/GetFieldController.php:73
8300 #: libraries/classes/Controllers/TransformationWrapperController.php:113
8301 msgid "There is an issue with your request."
8302 msgstr "There is an issue with your request."
8304 #: libraries/classes/Controllers/Table/GetFieldController.php:87
8305 #: libraries/classes/Database/Routines.php:1346
8306 #: libraries/classes/Import.php:159 libraries/classes/InsertEdit.php:229
8307 #: libraries/classes/Sql.php:1058
8308 msgid "MySQL returned an empty result set (i.e. zero rows)."
8309 msgstr "MySQL returned an empty result set (i.e. zero rows)."
8311 #: libraries/classes/Controllers/Table/IndexesController.php:224
8312 #: libraries/classes/Table.php:2290
8313 msgid "The name of the primary key must be \"PRIMARY\"!"
8314 msgstr "The name of the primary key must be \"PRIMARY\"!"
8316 #: libraries/classes/Controllers/Table/MaintenanceController.php:53
8317 #: libraries/classes/Controllers/Table/MaintenanceController.php:88
8318 #: libraries/classes/Controllers/Table/MaintenanceController.php:126
8319 #: libraries/classes/Controllers/Table/MaintenanceController.php:162
8320 #: libraries/classes/Controllers/Table/MaintenanceController.php:197
8321 msgid "Maintenance operations on multiple tables are disabled."
8322 msgstr "Maintenance operations on multiple tables are disabled."
8324 #: libraries/classes/Controllers/Table/OperationsController.php:117
8325 #: libraries/classes/Controllers/Table/OperationsController.php:321
8326 #: libraries/classes/Controllers/Table/StructureController.php:133
8327 #: libraries/classes/Navigation/Nodes/NodeView.php:28
8328 #: templates/database/structure/show_create.twig:32
8329 #: templates/database/structure/structure_table_row.twig:122
8330 #: templates/database/structure/structure_table_row.twig:186
8331 msgid "View"
8332 msgstr "View"
8334 #: libraries/classes/Controllers/Table/PartitionController.php:120
8335 #: libraries/classes/Controllers/Table/PartitionController.php:187
8336 #: libraries/classes/Controllers/Table/PartitionController.php:254
8337 #: libraries/classes/Controllers/ViewOperationsController.php:89
8338 #: libraries/classes/Html/Generator.php:910 libraries/classes/Import.php:140
8339 #: libraries/classes/InsertEdit.php:762 libraries/classes/Message.php:198
8340 #: templates/error/generic.twig:37
8341 msgid "Error"
8342 msgstr "Error"
8344 #: libraries/classes/Controllers/Table/RelationController.php:226
8345 msgid "Display column was successfully updated."
8346 msgstr "Display column was successfully updated."
8348 #: libraries/classes/Controllers/Table/RelationController.php:318
8349 msgid "Internal relationships were successfully updated."
8350 msgstr "Internal relationships were successfully updated."
8352 #: libraries/classes/Controllers/Table/ReplaceController.php:280
8353 #, php-format
8354 msgid "Row: %1$s, Column: %2$s, Error: %3$s"
8355 msgstr "Row: %1$s, Column: %2$s, Error: %3$s"
8357 #: libraries/classes/Controllers/Table/StructureController.php:658
8358 msgid "The columns have been moved successfully."
8359 msgstr "The columns have been moved successfully."
8361 #: libraries/classes/Controllers/Table/StructureController.php:693
8362 #, php-format
8363 msgid "Failed to get description of column %s!"
8364 msgstr "Failed to get description of column %s!"
8366 #: libraries/classes/Controllers/Table/StructureController.php:935
8367 #: libraries/classes/Controllers/Table/StructureController.php:1225
8368 #: libraries/classes/Tracking.php:790
8369 msgid "Query error"
8370 msgstr "Query error"
8372 #: libraries/classes/Controllers/Table/StructureController.php:1167
8373 #, php-format
8374 msgid ""
8375 "Table %1$s has been altered successfully. Privileges have been adjusted."
8376 msgstr ""
8377 "Table %1$s has been altered successfully. Privileges have been adjusted."
8379 #: libraries/classes/Controllers/Table/StructureController.php:1457
8380 #: templates/columns_definitions/column_attributes.twig:107
8381 #: templates/database/data_dictionary/index.twig:33
8382 #: templates/table/structure/display_structure.twig:138
8383 #: templates/table/structure/display_structure.twig:146
8384 #: templates/table/structure/display_structure.twig:287
8385 #: templates/table/tracking/structure_snapshot_columns.twig:25
8386 msgid "Primary"
8387 msgstr "Primary"
8389 #: libraries/classes/Controllers/Table/StructureController.php:1461
8390 #: libraries/classes/Navigation/Nodes/NodeIndex.php:28
8391 #: templates/columns_definitions/column_attributes.twig:115
8392 #: templates/columns_definitions/table_fields_definitions.twig:46
8393 #: templates/table/structure/display_structure.twig:168
8394 #: templates/table/structure/display_structure.twig:176
8395 #: templates/table/structure/display_structure.twig:293
8396 #: templates/table/structure/display_table_stats.twig:24
8397 #: templates/table/tracking/structure_snapshot_columns.twig:27
8398 msgid "Index"
8399 msgstr "Index"
8401 #: libraries/classes/Controllers/Table/StructureController.php:1721
8402 #, php-format
8403 msgid "The name '%s' is a MySQL reserved keyword."
8404 msgid_plural "The names '%s' are MySQL reserved keywords."
8405 msgstr[0] "The name '%s' is a MySQL reserved keyword."
8406 msgstr[1] "The names '%s' are MySQL reserved keywords."
8408 #: libraries/classes/Controllers/Table/TrackingController.php:74
8409 #, php-format
8410 msgid "Tracking of %s is activated."
8411 msgstr "Tracking of %s is activated."
8413 #: libraries/classes/Controllers/Table/TrackingController.php:157
8414 msgid "Tracking versions deleted successfully."
8415 msgstr "Tracking versions deleted successfully."
8417 #: libraries/classes/Controllers/Table/TrackingController.php:162
8418 msgid "No versions selected."
8419 msgstr "No versions selected."
8421 #: libraries/classes/Controllers/Table/TrackingController.php:197
8422 msgid "SQL statements executed."
8423 msgstr "SQL statements executed."
8425 #: libraries/classes/Controllers/UserPasswordController.php:54
8426 msgid "You don't have sufficient privileges to be here right now!"
8427 msgstr "You don't have sufficient privileges to be here right now!"
8429 #: libraries/classes/Controllers/ViewCreateController.php:87
8430 msgid "View name can not be empty!"
8431 msgstr "View name cannot be empty!"
8433 #: libraries/classes/Core.php:377 libraries/classes/ZipExtension.php:62
8434 #, php-format
8435 msgid "The %s extension is missing. Please check your PHP configuration."
8436 msgstr "The %s extension is missing. Please check your PHP configuration."
8438 #: libraries/classes/Core.php:1276
8439 msgid ""
8440 "You have enabled mbstring.func_overload in your PHP configuration. This "
8441 "option is incompatible with phpMyAdmin and might cause some data to be "
8442 "corrupted!"
8443 msgstr ""
8444 "You have enabled mbstring.func_overload in your PHP configuration. This "
8445 "option is incompatible with phpMyAdmin and might cause some data to be "
8446 "corrupted!"
8448 #: libraries/classes/Core.php:1293
8449 msgid ""
8450 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
8451 "requires these functions!"
8452 msgstr ""
8453 "The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
8454 "requires these functions!"
8456 #: libraries/classes/Core.php:1305
8457 msgid "GLOBALS overwrite attempt"
8458 msgstr "GLOBALS overwrite attempt"
8460 #: libraries/classes/Core.php:1315
8461 msgid "possible exploit"
8462 msgstr "possible exploit"
8464 #: libraries/classes/Core.php:1384
8465 msgid ""
8466 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
8467 "access phpMyAdmin."
8468 msgstr ""
8469 "Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
8470 "access phpMyAdmin."
8472 #: libraries/classes/Database/CentralColumns.php:313
8473 #: libraries/classes/Database/CentralColumns.php:442
8474 #: libraries/classes/Database/CentralColumns.php:673
8475 msgid ""
8476 "The configuration storage is not ready for the central list of columns "
8477 "feature."
8478 msgstr ""
8479 "The configuration storage is not ready for the central list of columns "
8480 "feature."
8482 #: libraries/classes/Database/CentralColumns.php:391
8483 #, php-format
8484 msgid "Could not add %1$s as they already exist in central list!"
8485 msgstr "Could not add %1$s as they already exist in central list!"
8487 #: libraries/classes/Database/CentralColumns.php:408
8488 msgid "Could not add columns!"
8489 msgstr "Could not add columns!"
8491 #: libraries/classes/Database/CentralColumns.php:497
8492 #, php-format
8493 msgid ""
8494 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
8495 msgstr ""
8496 "Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
8498 #: libraries/classes/Database/CentralColumns.php:511
8499 msgid "Could not remove columns!"
8500 msgstr "Could not remove columns!"
8502 #: libraries/classes/Database/CentralColumns.php:687
8503 msgid "YES"
8504 msgstr "YES"
8506 #: libraries/classes/Database/CentralColumns.php:687
8507 msgid "NO"
8508 msgstr "NO"
8510 #: libraries/classes/Database/Designer/Common.php:575
8511 msgctxt ""
8512 "phpMyAdmin configuration storage is not configured for \"Display Features\" "
8513 "on designer when user tries to set a display field."
8514 msgid ""
8515 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
8516 msgstr ""
8517 "phpMyAdmin configuration storage is not configured for \"Display Features\"."
8519 #: libraries/classes/Database/Designer/Common.php:626
8520 msgid "Error: relationship already exists."
8521 msgstr "Error: relationship already exists."
8523 #: libraries/classes/Database/Designer/Common.php:680
8524 msgid "FOREIGN KEY relationship has been added."
8525 msgstr "FOREIGN KEY relationship has been added."
8527 #: libraries/classes/Database/Designer/Common.php:688
8528 msgid "Error: FOREIGN KEY relationship could not be added!"
8529 msgstr "Error: FOREIGN KEY relationship could not be added!"
8531 #: libraries/classes/Database/Designer/Common.php:695
8532 msgid "Error: Missing index on column(s)."
8533 msgstr "Error: Missing index on column(s)."
8535 #: libraries/classes/Database/Designer/Common.php:703
8536 msgid "Error: Relational features are disabled!"
8537 msgstr "Error: Relational features are disabled!"
8539 #: libraries/classes/Database/Designer/Common.php:729
8540 msgid "Internal relationship has been added."
8541 msgstr "Internal relationship has been added."
8543 #: libraries/classes/Database/Designer/Common.php:737
8544 msgid "Error: Internal relationship could not be added!"
8545 msgstr "Error: Internal relationship could not be added!"
8547 #: libraries/classes/Database/Designer/Common.php:778
8548 msgid "FOREIGN KEY relationship has been removed."
8549 msgstr "FOREIGN KEY relationship has been removed."
8551 #: libraries/classes/Database/Designer/Common.php:786
8552 msgid "Error: FOREIGN KEY relationship could not be removed!"
8553 msgstr "Error: FOREIGN KEY relationship could not be removed!"
8555 #: libraries/classes/Database/Designer/Common.php:814
8556 msgid "Error: Internal relationship could not be removed!"
8557 msgstr "Error: Internal relationship could not be removed!"
8559 #: libraries/classes/Database/Designer/Common.php:820
8560 msgid "Internal relationship has been removed."
8561 msgstr "Internal relationship has been removed."
8563 #: libraries/classes/Database/Designer.php:136
8564 msgid "Could not load schema plugins, please check your installation!"
8565 msgstr "Could not load schema plugins, please check your installation!"
8567 #: libraries/classes/Database/Events.php:113
8568 #: libraries/classes/Database/Events.php:122
8569 #: libraries/classes/Database/Events.php:146
8570 #: libraries/classes/Database/Routines.php:236
8571 #: libraries/classes/Database/Routines.php:261
8572 #: libraries/classes/Database/Routines.php:376
8573 #: libraries/classes/Database/Routines.php:1354
8574 #: libraries/classes/Database/Triggers.php:124
8575 #: libraries/classes/Database/Triggers.php:133
8576 #: libraries/classes/Database/Triggers.php:158
8577 #, php-format
8578 msgid "The following query has failed: \"%s\""
8579 msgstr "The following query has failed: \"%s\""
8581 #: libraries/classes/Database/Events.php:117
8582 #: libraries/classes/Database/Events.php:126
8583 #: libraries/classes/Database/Events.php:150
8584 #: libraries/classes/Database/Events.php:528
8585 #: libraries/classes/Database/Routines.php:240
8586 #: libraries/classes/Database/Routines.php:265
8587 #: libraries/classes/Database/Routines.php:380
8588 #: libraries/classes/Database/Routines.php:1358
8589 #: libraries/classes/Database/Routines.php:1679
8590 #: libraries/classes/Database/Triggers.php:128
8591 #: libraries/classes/Database/Triggers.php:137
8592 #: libraries/classes/Database/Triggers.php:162
8593 #: libraries/classes/Database/Triggers.php:464
8594 #: libraries/classes/Html/Generator.php:982
8595 msgid "MySQL said: "
8596 msgstr "MySQL said: "
8598 #: libraries/classes/Database/Events.php:133
8599 #, php-format
8600 msgid "Event %1$s has been modified."
8601 msgstr "Event %1$s has been modified."
8603 #: libraries/classes/Database/Events.php:153
8604 #, php-format
8605 msgid "Event %1$s has been created."
8606 msgstr "Event %1$s has been created."
8608 #: libraries/classes/Database/Events.php:167
8609 #: libraries/classes/Database/Routines.php:281
8610 #: libraries/classes/Database/Triggers.php:179
8611 msgid "One or more errors have occurred while processing your request:"
8612 msgstr "One or more errors have occurred while processing your request:"
8614 #: libraries/classes/Database/Events.php:246
8615 msgid "Add event"
8616 msgstr "Add event"
8618 #: libraries/classes/Database/Events.php:250
8619 msgid "Edit event"
8620 msgstr "Edit event"
8622 #: libraries/classes/Database/Events.php:413
8623 #: libraries/classes/Database/Routines.php:1063
8624 #: libraries/classes/Database/Triggers.php:394
8625 msgid "The definer must be in the \"username@hostname\" format!"
8626 msgstr "The definer must be in the \"username@hostname\" format!"
8628 #: libraries/classes/Database/Events.php:421
8629 msgid "You must provide an event name!"
8630 msgstr "You must provide an event name!"
8632 #: libraries/classes/Database/Events.php:438
8633 msgid "You must provide a valid interval value for the event."
8634 msgstr "You must provide a valid interval value for the event."
8636 #: libraries/classes/Database/Events.php:458
8637 msgid "You must provide a valid execution time for the event."
8638 msgstr "You must provide a valid execution time for the event."
8640 #: libraries/classes/Database/Events.php:462
8641 msgid "You must provide a valid type for the event."
8642 msgstr "You must provide a valid type for the event."
8644 #: libraries/classes/Database/Events.php:490
8645 msgid "You must provide an event definition."
8646 msgstr "You must provide an event definition."
8648 #: libraries/classes/Database/Events.php:525
8649 msgid "Sorry, we failed to restore the dropped event."
8650 msgstr "Sorry, we failed to restore the dropped event."
8652 #: libraries/classes/Database/Events.php:526
8653 #: libraries/classes/Database/Routines.php:1677
8654 #: libraries/classes/Database/Triggers.php:462
8655 msgid "The backed up query was:"
8656 msgstr "The backed up query was:"
8658 #: libraries/classes/Database/Events.php:559
8659 #: libraries/classes/Database/Routines.php:159
8660 #: libraries/classes/Database/Routines.php:1241
8661 #: libraries/classes/Database/Routines.php:1422
8662 #: libraries/classes/Database/Triggers.php:496
8663 msgid "Error in processing request:"
8664 msgstr "Error in processing request:"
8666 #: libraries/classes/Database/Events.php:561
8667 #, php-format
8668 msgid "No event with name %1$s found in database %2$s."
8669 msgstr "No event with name %1$s found in database %2$s."
8671 #: libraries/classes/Database/Events.php:593
8672 #, php-format
8673 msgid "Export of event %s"
8674 msgstr "Export of event %s"
8676 #: libraries/classes/Database/Events.php:614
8677 #, php-format
8678 msgid ""
8679 "Error in processing request: No event with name %1$s found in database %2$s."
8680 msgstr ""
8681 "Error in processing request: No event with name %1$s found in database %2$s."
8683 #: libraries/classes/DatabaseInterface.php:1087
8684 #, php-format
8685 msgid ""
8686 "Unable to use timezone \"%1$s\" for server %2$d. Please check your "
8687 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8688 "phpMyAdmin is currently using the default time zone of the database server."
8689 msgstr ""
8690 "Unable to use time zone %1$s for server %2$d. Please check your "
8691 "configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
8692 "phpMyAdmin is currently using the default time zone of the database server."
8694 #: libraries/classes/DatabaseInterface.php:1136
8695 msgid "Failed to set configured collation connection!"
8696 msgstr "Failed to set configured collation connection!"
8698 #: libraries/classes/DatabaseInterface.php:1939
8699 msgid "Missing connection parameters!"
8700 msgstr "Missing connection parameters!"
8702 #: libraries/classes/DatabaseInterface.php:1968
8703 msgid "Connection for controluser as defined in your configuration failed."
8704 msgstr "Connection for controluser as defined in your configuration failed."
8706 #: libraries/classes/DatabaseInterface.php:2459
8707 #, php-format
8708 msgid "See %sour documentation%s for more information."
8709 msgstr "See %sour documentation%s for more information."
8711 #: libraries/classes/Database/Qbe.php:816
8712 #: templates/database/qbe/ins_del_and_or_cell.twig:21
8713 msgid "Or:"
8714 msgstr "Or:"
8716 #: libraries/classes/Database/Qbe.php:820
8717 #: templates/database/qbe/ins_del_and_or_cell.twig:9
8718 msgid "And:"
8719 msgstr "And:"
8721 #: libraries/classes/Database/Qbe.php:826
8722 msgid "Ins"
8723 msgstr "Ins"
8725 #: libraries/classes/Database/Qbe.php:829
8726 msgid "Del"
8727 msgstr "Del"
8729 #: libraries/classes/Database/Qbe.php:1801
8730 msgid "Saved bookmarked search:"
8731 msgstr "Saved bookmarked search:"
8733 #: libraries/classes/Database/Qbe.php:1803
8734 msgid "New bookmark"
8735 msgstr "New bookmark"
8737 #: libraries/classes/Database/Qbe.php:1830
8738 msgid "Create bookmark"
8739 msgstr "Create bookmark"
8741 #: libraries/classes/Database/Qbe.php:1833
8742 msgid "Update bookmark"
8743 msgstr "Update bookmark"
8745 #: libraries/classes/Database/Qbe.php:1835
8746 msgid "Delete bookmark"
8747 msgstr "Delete bookmark"
8749 #: libraries/classes/Database/Routines.php:120
8750 msgid "Add routine"
8751 msgstr "Add routine"
8753 #: libraries/classes/Database/Routines.php:124
8754 msgid "Edit routine"
8755 msgstr "Edit routine"
8757 #: libraries/classes/Database/Routines.php:162
8758 #, php-format
8759 msgid ""
8760 "No routine with name %1$s found in database %2$s. You might be lacking the "
8761 "necessary privileges to edit this routine."
8762 msgstr ""
8763 "No routine with name %1$s found in database %2$s. You might be lacking the "
8764 "necessary privileges to edit this routine."
8766 #: libraries/classes/Database/Routines.php:217
8767 #: libraries/classes/Database/Routines.php:1074
8768 #, php-format
8769 msgid "Invalid routine type: \"%s\""
8770 msgstr "Invalid routine type: \"%s\""
8772 #: libraries/classes/Database/Routines.php:268
8773 #, php-format
8774 msgid "Routine %1$s has been created."
8775 msgstr "Routine %1$s has been created."
8777 #: libraries/classes/Database/Routines.php:443
8778 #, php-format
8779 msgid "Routine %1$s has been modified. Privileges have been adjusted."
8780 msgstr "Routine %1$s has been modified. Privileges have been adjusted."
8782 #: libraries/classes/Database/Routines.php:448
8783 #, php-format
8784 msgid "Routine %1$s has been modified."
8785 msgstr "Routine %1$s has been modified."
8787 #: libraries/classes/Database/Routines.php:878
8788 msgid "You must provide a name and a type for each routine parameter."
8789 msgstr "You must provide a name and a type for each routine parameter."
8791 #: libraries/classes/Database/Routines.php:897
8792 #, php-format
8793 msgid "Invalid direction \"%s\" given for parameter."
8794 msgstr "Invalid direction \"%s\" given for parameter."
8796 #: libraries/classes/Database/Routines.php:922
8797 #: libraries/classes/Database/Routines.php:1002
8798 msgid ""
8799 "You must provide length/values for routine parameters of type ENUM, SET, "
8800 "VARCHAR and VARBINARY."
8801 msgstr ""
8802 "You must provide length/values for routine parameters of type ENUM, SET, "
8803 "VARCHAR and VARBINARY."
8805 #: libraries/classes/Database/Routines.php:981
8806 msgid "You must provide a valid return type for the routine."
8807 msgstr "You must provide a valid return type for the routine."
8809 #: libraries/classes/Database/Routines.php:1082
8810 msgid "You must provide a routine name!"
8811 msgstr "You must provide a routine name!"
8813 #: libraries/classes/Database/Routines.php:1153
8814 msgid "You must provide a routine definition."
8815 msgstr "You must provide a routine definition."
8817 #: libraries/classes/Database/Routines.php:1243
8818 #: libraries/classes/Database/Routines.php:1424
8819 #, php-format
8820 msgid "No routine with name %1$s found in database %2$s."
8821 msgstr "No routine with name %1$s found in database %2$s."
8823 #: libraries/classes/Database/Routines.php:1282
8824 #, php-format
8825 msgid "Execution results of routine %s"
8826 msgstr "Execution results of routine %s"
8828 #: libraries/classes/Database/Routines.php:1332
8829 #, php-format
8830 msgid "%d row affected by the last statement inside the procedure."
8831 msgid_plural "%d rows affected by the last statement inside the procedure."
8832 msgstr[0] "%d row affected by the last statement inside the procedure."
8833 msgstr[1] "%d rows affected by the last statement inside the procedure."
8835 #: libraries/classes/Database/Routines.php:1407
8836 #: libraries/classes/Database/Routines.php:1414
8837 msgid "Execute routine"
8838 msgstr "Execute routine"
8840 #: libraries/classes/Database/Routines.php:1676
8841 msgid "Sorry, we failed to restore the dropped routine."
8842 msgstr "Sorry, we failed to restore the dropped routine."
8844 #: libraries/classes/Database/Routines.php:1706
8845 #, php-format
8846 msgid "Export of routine %s"
8847 msgstr "Export of routine %s"
8849 #: libraries/classes/Database/Routines.php:1728
8850 #, php-format
8851 msgid ""
8852 "Error in processing request: No routine with name %1$s found in database "
8853 "%2$s. You might be lacking the necessary privileges to view/export this "
8854 "routine."
8855 msgstr ""
8856 "Error in processing request: No routine with name %1$s found in database "
8857 "%2$s. You might be lacking the necessary privileges to view/export this "
8858 "routine."
8860 #: libraries/classes/Database/Search.php:111
8861 #: templates/database/search/main.twig:19
8862 msgid "at least one of the words"
8863 msgstr "at least one of the words"
8865 #: libraries/classes/Database/Search.php:112
8866 #: templates/database/search/main.twig:23
8867 msgid "all of the words"
8868 msgstr "all of the words"
8870 #: libraries/classes/Database/Search.php:113
8871 #: templates/database/search/main.twig:27
8872 msgid "the exact phrase as substring"
8873 msgstr "the exact phrase as substring"
8875 #: libraries/classes/Database/Search.php:114
8876 #: templates/database/search/main.twig:31
8877 msgid "the exact phrase as whole field"
8878 msgstr "the exact phrase as whole field"
8880 #: libraries/classes/Database/Search.php:115
8881 #: templates/database/search/main.twig:35
8882 msgid "as regular expression"
8883 msgstr "as regular expression"
8885 #: libraries/classes/Database/Triggers.php:145
8886 #, php-format
8887 msgid "Trigger %1$s has been modified."
8888 msgstr "Trigger %1$s has been modified."
8890 #: libraries/classes/Database/Triggers.php:165
8891 #, php-format
8892 msgid "Trigger %1$s has been created."
8893 msgstr "Trigger %1$s has been created."
8895 #: libraries/classes/Database/Triggers.php:263
8896 msgid "Add trigger"
8897 msgstr "Add trigger"
8899 #: libraries/classes/Database/Triggers.php:267
8900 msgid "Edit trigger"
8901 msgstr "Edit trigger"
8903 #: libraries/classes/Database/Triggers.php:402
8904 msgid "You must provide a trigger name!"
8905 msgstr "You must provide a trigger name!"
8907 #: libraries/classes/Database/Triggers.php:411
8908 msgid "You must provide a valid timing for the trigger!"
8909 msgstr "You must provide a valid timing for the trigger!"
8911 #: libraries/classes/Database/Triggers.php:420
8912 msgid "You must provide a valid event for the trigger!"
8913 msgstr "You must provide a valid event for the trigger!"
8915 #: libraries/classes/Database/Triggers.php:430
8916 msgid "You must provide a valid table name!"
8917 msgstr "You must provide a valid table name!"
8919 #: libraries/classes/Database/Triggers.php:437
8920 msgid "You must provide a trigger definition."
8921 msgstr "You must provide a trigger definition."
8923 #: libraries/classes/Database/Triggers.php:461
8924 msgid "Sorry, we failed to restore the dropped trigger."
8925 msgstr "Sorry, we failed to restore the dropped trigger."
8927 #: libraries/classes/Database/Triggers.php:498
8928 #, php-format
8929 msgid "No trigger with name %1$s found in database %2$s."
8930 msgstr "No trigger with name %1$s found in database %2$s."
8932 #: libraries/classes/Database/Triggers.php:532
8933 #: templates/database/triggers/export.twig:2
8934 #, php-format
8935 msgid "Export of trigger %s"
8936 msgstr "Export of trigger %s"
8938 #: libraries/classes/Database/Triggers.php:550
8939 #, php-format
8940 msgid ""
8941 "Error in processing request: No trigger with name %1$s found in database "
8942 "%2$s."
8943 msgstr ""
8944 "Error in processing request: No trigger with name %1$s found in database "
8945 "%2$s."
8947 #: libraries/classes/Dbal/DbiMysqli.php:148
8948 msgid "SSL connection enforced by server, automatically enabling it."
8949 msgstr "SSL connection enforced by server, automatically enabling it."
8951 #: libraries/classes/Display/Results.php:927
8952 #: libraries/classes/Html/Generator.php:1243
8953 #: libraries/classes/Html/Generator.php:1247
8954 msgctxt "First page"
8955 msgid "Begin"
8956 msgstr "Begin"
8958 #: libraries/classes/Display/Results.php:934
8959 #: libraries/classes/Html/Generator.php:1244
8960 #: libraries/classes/Html/Generator.php:1248
8961 #: templates/server/binlog/index.twig:47 templates/server/binlog/index.twig:52
8962 msgctxt "Previous page"
8963 msgid "Previous"
8964 msgstr "Previous"
8966 #: libraries/classes/Display/Results.php:962
8967 #: libraries/classes/Html/Generator.php:1277
8968 #: libraries/classes/Html/Generator.php:1286
8969 #: templates/server/binlog/index.twig:72 templates/server/binlog/index.twig:77
8970 msgctxt "Next page"
8971 msgid "Next"
8972 msgstr "Next"
8974 #: libraries/classes/Display/Results.php:993
8975 #: libraries/classes/Html/Generator.php:1278
8976 #: libraries/classes/Html/Generator.php:1287
8977 msgctxt "Last page"
8978 msgid "End"
8979 msgstr "End"
8981 #: libraries/classes/Display/Results.php:1570
8982 #: templates/display/results/table.twig:129
8983 msgid "Partial texts"
8984 msgstr "Partial texts"
8986 #: libraries/classes/Display/Results.php:1574
8987 #: templates/display/results/table.twig:133
8988 msgid "Full texts"
8989 msgstr "Full texts"
8991 #: libraries/classes/Display/Results.php:1978
8992 #: libraries/classes/Display/Results.php:2004 libraries/classes/Util.php:2761
8993 #: libraries/classes/Util.php:2784 libraries/config.values.php:113
8994 #: templates/database/multi_table_query/form.twig:69
8995 #: templates/database/qbe/sort_select_cell.twig:7
8996 #: templates/server/databases/index.twig:111
8997 #: templates/server/databases/index.twig:128
8998 #: templates/server/databases/index.twig:147
8999 #: templates/server/status/processes/list.twig:12
9000 #: templates/table/operations/index.twig:31
9001 #: templates/table/search/index.twig:163
9002 msgid "Descending"
9003 msgstr "Descending"
9005 #: libraries/classes/Display/Results.php:1986
9006 #: libraries/classes/Display/Results.php:1996 libraries/classes/Util.php:2753
9007 #: libraries/classes/Util.php:2776 libraries/config.values.php:112
9008 #: templates/database/multi_table_query/form.twig:68
9009 #: templates/database/qbe/sort_select_cell.twig:5
9010 #: templates/server/databases/index.twig:109
9011 #: templates/server/databases/index.twig:126
9012 #: templates/server/databases/index.twig:145
9013 #: templates/server/status/processes/list.twig:14
9014 #: templates/table/operations/index.twig:27
9015 #: templates/table/search/index.twig:159
9016 msgid "Ascending"
9017 msgstr "Ascending"
9019 #: libraries/classes/Display/Results.php:3285
9020 #: libraries/classes/Display/Results.php:3300
9021 msgid "The row has been deleted."
9022 msgstr "The row has been deleted."
9024 #: libraries/classes/Display/Results.php:3332
9025 #: templates/server/status/processes/list.twig:44
9026 msgid "Kill"
9027 msgstr "Kill"
9029 #: libraries/classes/Display/Results.php:4042
9030 msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
9031 msgstr "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
9033 #: libraries/classes/Display/Results.php:4464
9034 #, php-format
9035 msgid "Showing rows %1s - %2s"
9036 msgstr "Showing rows %1s - %2s"
9038 #: libraries/classes/Display/Results.php:4478
9039 #, php-format
9040 msgid "%1$d total, %2$d in query"
9041 msgstr "%1$d total, %2$d in query"
9043 #: libraries/classes/Display/Results.php:4483
9044 #, php-format
9045 msgid "%d total"
9046 msgstr "%d total"
9048 #: libraries/classes/Display/Results.php:4496 libraries/classes/Sql.php:1064
9049 #, php-format
9050 msgid "Query took %01.4f seconds."
9051 msgstr "Query took %01.4f seconds."
9053 #: libraries/classes/Display/Results.php:4883
9054 msgid "Link not found!"
9055 msgstr "Link not found!"
9057 #: libraries/classes/Engines/Bdb.php:28
9058 msgid "Version information"
9059 msgstr "Version information"
9061 #: libraries/classes/Engines/Innodb.php:31
9062 msgid "Data home directory"
9063 msgstr "Data home directory"
9065 #: libraries/classes/Engines/Innodb.php:33
9066 msgid "The common part of the directory path for all InnoDB data files."
9067 msgstr "The common part of the directory path for all InnoDB data files."
9069 #: libraries/classes/Engines/Innodb.php:38
9070 msgid "Data files"
9071 msgstr "Data files"
9073 #: libraries/classes/Engines/Innodb.php:41
9074 msgid "Autoextend increment"
9075 msgstr "Autoextend increment"
9077 #: libraries/classes/Engines/Innodb.php:43
9078 msgid ""
9079 "The increment size for extending the size of an autoextending tablespace "
9080 "when it becomes full."
9081 msgstr ""
9082 "The increment size for extending the size of an autoextending tablespace "
9083 "when it becomes full."
9085 #: libraries/classes/Engines/Innodb.php:49
9086 msgid "Buffer pool size"
9087 msgstr "Buffer pool size"
9089 #: libraries/classes/Engines/Innodb.php:51
9090 msgid ""
9091 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
9092 "tables."
9093 msgstr ""
9094 "The size of the memory buffer InnoDB uses to cache data and indexes of its "
9095 "tables."
9097 #: libraries/classes/Engines/Innodb.php:114
9098 msgid "Buffer Pool"
9099 msgstr "Buffer Pool"
9101 #: libraries/classes/Engines/Innodb.php:115
9102 #: libraries/classes/Server/Status/Data.php:235
9103 msgid "InnoDB Status"
9104 msgstr "InnoDB Status"
9106 #: libraries/classes/Engines/Innodb.php:139
9107 msgid "Buffer Pool Usage"
9108 msgstr "Buffer Pool Usage"
9110 #: libraries/classes/Engines/Innodb.php:149
9111 msgid "pages"
9112 msgstr "pages"
9114 #: libraries/classes/Engines/Innodb.php:163
9115 msgid "Free pages"
9116 msgstr "Free pages"
9118 #: libraries/classes/Engines/Innodb.php:172
9119 msgid "Dirty pages"
9120 msgstr "Dirty pages"
9122 #: libraries/classes/Engines/Innodb.php:181
9123 msgid "Pages containing data"
9124 msgstr "Pages containing data"
9126 #: libraries/classes/Engines/Innodb.php:190
9127 msgid "Pages to be flushed"
9128 msgstr "Pages to be flushed"
9130 #: libraries/classes/Engines/Innodb.php:199
9131 msgid "Busy pages"
9132 msgstr "Busy pages"
9134 #: libraries/classes/Engines/Innodb.php:211
9135 msgid "Latched pages"
9136 msgstr "Latched pages"
9138 #: libraries/classes/Engines/Innodb.php:225
9139 msgid "Buffer Pool Activity"
9140 msgstr "Buffer Pool Activity"
9142 #: libraries/classes/Engines/Innodb.php:229
9143 msgid "Read requests"
9144 msgstr "Read requests"
9146 #: libraries/classes/Engines/Innodb.php:238
9147 msgid "Write requests"
9148 msgstr "Write requests"
9150 #: libraries/classes/Engines/Innodb.php:247
9151 msgid "Read misses"
9152 msgstr "Read misses"
9154 #: libraries/classes/Engines/Innodb.php:256
9155 msgid "Write waits"
9156 msgstr "Write waits"
9158 #: libraries/classes/Engines/Innodb.php:265
9159 msgid "Read misses in %"
9160 msgstr "Read misses in %"
9162 #: libraries/classes/Engines/Innodb.php:280
9163 msgid "Write waits in %"
9164 msgstr "Write waits in %"
9166 #: libraries/classes/Engines/Myisam.php:28
9167 msgid "Data pointer size"
9168 msgstr "Data pointer size"
9170 #: libraries/classes/Engines/Myisam.php:30
9171 msgid ""
9172 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
9173 "tables when no MAX_ROWS option is specified."
9174 msgstr ""
9175 "The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
9176 "tables when no MAX_ROWS option is specified."
9178 #: libraries/classes/Engines/Myisam.php:36
9179 msgid "Automatic recovery mode"
9180 msgstr "Automatic recovery mode"
9182 #: libraries/classes/Engines/Myisam.php:38
9183 msgid ""
9184 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
9185 "myisam-recover server startup option."
9186 msgstr ""
9187 "The mode for automatic recovery of crashed MyISAM tables, as set via the --"
9188 "myisam-recover server startup option."
9190 #: libraries/classes/Engines/Myisam.php:43
9191 msgid "Maximum size for temporary sort files"
9192 msgstr "Maximum size for temporary sort files"
9194 #: libraries/classes/Engines/Myisam.php:45
9195 msgid ""
9196 "The maximum size of the temporary file MySQL is allowed to use while re-"
9197 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
9198 "INFILE)."
9199 msgstr ""
9200 "The maximum size of the temporary file MySQL is allowed to use while re-"
9201 "creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
9202 "INFILE)."
9204 #: libraries/classes/Engines/Myisam.php:52
9205 msgid "Maximum size for temporary files on index creation"
9206 msgstr "Maximum size for temporary files on index creation"
9208 #: libraries/classes/Engines/Myisam.php:54
9209 msgid ""
9210 "If the temporary file used for fast MyISAM index creation would be larger "
9211 "than using the key cache by the amount specified here, prefer the key cache "
9212 "method."
9213 msgstr ""
9214 "If the temporary file used for fast MyISAM index creation would be larger "
9215 "than using the key cache by the amount specified here, prefer the key cache "
9216 "method."
9218 #: libraries/classes/Engines/Myisam.php:61
9219 msgid "Repair threads"
9220 msgstr "Repair threads"
9222 #: libraries/classes/Engines/Myisam.php:63
9223 msgid ""
9224 "If this value is greater than 1, MyISAM table indexes are created in "
9225 "parallel (each index in its own thread) during the repair by sorting process."
9226 msgstr ""
9227 "If this value is greater than 1, MyISAM table indexes are created in "
9228 "parallel (each index in its own thread) during the repair by sorting process."
9230 #: libraries/classes/Engines/Myisam.php:70
9231 msgid "Sort buffer size"
9232 msgstr "Sort buffer size"
9234 #: libraries/classes/Engines/Myisam.php:72
9235 msgid ""
9236 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
9237 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
9238 msgstr ""
9239 "The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
9240 "TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
9242 #: libraries/classes/Engines/Pbxt.php:33
9243 msgid "Index cache size"
9244 msgstr "Index cache size"
9246 #: libraries/classes/Engines/Pbxt.php:35
9247 msgid ""
9248 "This is the amount of memory allocated to the index cache. Default value is "
9249 "32MB. The memory allocated here is used only for caching index pages."
9250 msgstr ""
9251 "This is the amount of memory allocated to the index cache. Default value is "
9252 "32MB. The memory allocated here is used only for caching index pages."
9254 #: libraries/classes/Engines/Pbxt.php:42
9255 msgid "Record cache size"
9256 msgstr "Record cache size"
9258 #: libraries/classes/Engines/Pbxt.php:44
9259 msgid ""
9260 "This is the amount of memory allocated to the record cache used to cache "
9261 "table data. The default value is 32MB. This memory is used to cache changes "
9262 "to the handle data (.xtd) and row pointer (.xtr) files."
9263 msgstr ""
9264 "This is the amount of memory allocated to the record cache used to cache "
9265 "table data. The default value is 32MB. This memory is used to cache changes "
9266 "to the handle data (.xtd) and row pointer (.xtr) files."
9268 #: libraries/classes/Engines/Pbxt.php:52
9269 msgid "Log cache size"
9270 msgstr "Log cache size"
9272 #: libraries/classes/Engines/Pbxt.php:54
9273 msgid ""
9274 "The amount of memory allocated to the transaction log cache used to cache on "
9275 "transaction log data. The default is 16MB."
9276 msgstr ""
9277 "The amount of memory allocated to the transaction log cache used to cache on "
9278 "transaction log data. The default is 16MB."
9280 #: libraries/classes/Engines/Pbxt.php:61
9281 msgid "Log file threshold"
9282 msgstr "Log file threshold"
9284 #: libraries/classes/Engines/Pbxt.php:63
9285 msgid ""
9286 "The size of a transaction log before rollover, and a new log is created. The "
9287 "default value is 16MB."
9288 msgstr ""
9289 "The size of a transaction log before rollover, and a new log is created. The "
9290 "default value is 16MB."
9292 #: libraries/classes/Engines/Pbxt.php:69
9293 msgid "Transaction buffer size"
9294 msgstr "Transaction buffer size"
9296 #: libraries/classes/Engines/Pbxt.php:71
9297 msgid ""
9298 "The size of the global transaction log buffer (the engine allocates 2 "
9299 "buffers of this size). The default is 1MB."
9300 msgstr ""
9301 "The size of the global transaction log buffer (the engine allocates 2 "
9302 "buffers of this size). The default is 1MB."
9304 #: libraries/classes/Engines/Pbxt.php:78
9305 msgid "Checkpoint frequency"
9306 msgstr "Checkpoint frequency"
9308 #: libraries/classes/Engines/Pbxt.php:80
9309 msgid ""
9310 "The amount of data written to the transaction log before a checkpoint is "
9311 "performed. The default value is 24MB."
9312 msgstr ""
9313 "The amount of data written to the transaction log before a checkpoint is "
9314 "performed. The default value is 24MB."
9316 #: libraries/classes/Engines/Pbxt.php:87
9317 msgid "Data log threshold"
9318 msgstr "Data log threshold"
9320 #: libraries/classes/Engines/Pbxt.php:89
9321 msgid ""
9322 "The maximum size of a data log file. The default value is 64MB. PBXT can "
9323 "create a maximum of 32000 data logs, which are used by all tables. So the "
9324 "value of this variable can be increased to increase the total amount of data "
9325 "that can be stored in the database."
9326 msgstr ""
9327 "The maximum size of a data log file. The default value is 64MB. PBXT can "
9328 "create a maximum of 32000 data logs, which are used by all tables. So the "
9329 "value of this variable can be increased to increase the total amount of data "
9330 "that can be stored in the database."
9332 #: libraries/classes/Engines/Pbxt.php:98
9333 msgid "Garbage threshold"
9334 msgstr "Garbage threshold"
9336 #: libraries/classes/Engines/Pbxt.php:100
9337 msgid ""
9338 "The percentage of garbage in a data log file before it is compacted. This is "
9339 "a value between 1 and 99. The default is 50."
9340 msgstr ""
9341 "The percentage of garbage in a data log file before it is compacted. This is "
9342 "a value between 1 and 99. The default is 50."
9344 #: libraries/classes/Engines/Pbxt.php:107
9345 msgid "Log buffer size"
9346 msgstr "Log buffer size"
9348 #: libraries/classes/Engines/Pbxt.php:109
9349 msgid ""
9350 "The size of the buffer used when writing a data log. The default is 256MB. "
9351 "The engine allocates one buffer per thread, but only if the thread is "
9352 "required to write a data log."
9353 msgstr ""
9354 "The size of the buffer used when writing a data log. The default is 256MB. "
9355 "The engine allocates one buffer per thread, but only if the thread is "
9356 "required to write a data log."
9358 #: libraries/classes/Engines/Pbxt.php:117
9359 msgid "Data file grow size"
9360 msgstr "Data file grow size"
9362 #: libraries/classes/Engines/Pbxt.php:118
9363 msgid "The grow size of the handle data (.xtd) files."
9364 msgstr "The grow size of the handle data (.xtd) files."
9366 #: libraries/classes/Engines/Pbxt.php:122
9367 msgid "Row file grow size"
9368 msgstr "Row file grow size"
9370 #: libraries/classes/Engines/Pbxt.php:123
9371 msgid "The grow size of the row pointer (.xtr) files."
9372 msgstr "The grow size of the row pointer (.xtr) files."
9374 #: libraries/classes/Engines/Pbxt.php:127
9375 msgid "Log file count"
9376 msgstr "Log file count"
9378 #: libraries/classes/Engines/Pbxt.php:129
9379 msgid ""
9380 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
9381 "system will maintain. If the number of logs exceeds this value then old logs "
9382 "will be deleted, otherwise they are renamed and given the next highest "
9383 "number."
9384 msgstr ""
9385 "This is the number of transaction log files (pbxt/system/xlog*.xt) the "
9386 "system will maintain. If the number of logs exceeds this value then old logs "
9387 "will be deleted, otherwise they are renamed and given the next highest "
9388 "number."
9390 #: libraries/classes/Engines/Pbxt.php:171
9391 #: libraries/classes/Html/Generator.php:827
9392 #: libraries/classes/Html/MySQLDocumentation.php:52
9393 #: libraries/classes/Sanitize.php:208
9394 #: templates/config/form_display/input.twig:10 templates/home/index.twig:231
9395 #: templates/server/variables/index.twig:17 templates/setup/home/index.twig:113
9396 #: templates/setup/home/index.twig:131
9397 msgid "Documentation"
9398 msgstr "Documentation"
9400 #: libraries/classes/Engines/Pbxt.php:187
9401 #, php-format
9402 msgid ""
9403 "Documentation and further information about PBXT can be found on the "
9404 "%sPrimeBase XT Home Page%s."
9405 msgstr ""
9406 "Documentation and further information about PBXT can be found on the "
9407 "%sPrimeBase XT Home Page%s."
9409 #: libraries/classes/ErrorHandler.php:101
9410 msgid "Too many error messages, some are not displayed."
9411 msgstr "Too many error messages, some are not displayed."
9413 #: libraries/classes/ErrorHandler.php:413
9414 msgid "Report"
9415 msgstr "Report"
9417 #: libraries/classes/ErrorHandler.php:418 templates/error/report_form.twig:25
9418 msgid "Automatically send report next time"
9419 msgstr "Automatically send report next time"
9421 #: libraries/classes/Export.php:174 libraries/classes/Export.php:217
9422 #: libraries/classes/Export.php:507
9423 #, php-format
9424 msgid "Insufficient space to save the file %s."
9425 msgstr "Insufficient space to save the file %s."
9427 #: libraries/classes/Export.php:450
9428 #, php-format
9429 msgid ""
9430 "File %s already exists on server, change filename or check overwrite option."
9431 msgstr ""
9432 "File %s already exists on server, change filename or check overwrite option."
9434 #: libraries/classes/Export.php:458 libraries/classes/Export.php:469
9435 #, php-format
9436 msgid "The web server does not have permission to save the file %s."
9437 msgstr "The web server does not have permission to save the file %s."
9439 #: libraries/classes/Export.php:513
9440 #, php-format
9441 msgid "Dump has been saved to file %s."
9442 msgstr "Dump has been saved to file %s."
9444 #. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
9445 #: libraries/classes/Export.php:1037
9446 msgid "Exporting a raw query is not supported for this export method."
9447 msgstr "Exporting a raw query is not supported for this export method."
9449 #: libraries/classes/File.php:276
9450 msgid "File was not an uploaded file."
9451 msgstr "File was not an uploaded file."
9453 #: libraries/classes/File.php:319
9454 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
9455 msgstr ""
9456 "The uploaded file exceeds the upload_max_filesize directive in php.ini."
9458 #: libraries/classes/File.php:325
9459 msgid ""
9460 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
9461 "the HTML form."
9462 msgstr ""
9463 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
9464 "the HTML form."
9466 #: libraries/classes/File.php:331
9467 msgid "The uploaded file was only partially uploaded."
9468 msgstr "The uploaded file was only partially uploaded."
9470 #: libraries/classes/File.php:335
9471 msgid "Missing a temporary folder."
9472 msgstr "Missing a temporary folder."
9474 #: libraries/classes/File.php:338
9475 msgid "Failed to write file to disk."
9476 msgstr "Failed to write file to disk."
9478 #: libraries/classes/File.php:341
9479 msgid "File upload stopped by extension."
9480 msgstr "File upload stopped by extension."
9482 #: libraries/classes/File.php:344
9483 msgid "Unknown error in file upload."
9484 msgstr "Unknown error in file upload."
9486 #: libraries/classes/File.php:494
9487 msgid "File is a symbolic link"
9488 msgstr "File is a symbolic link"
9490 #: libraries/classes/File.php:501 libraries/classes/File.php:600
9491 msgid "File could not be read!"
9492 msgstr "File could not be read!"
9494 #: libraries/classes/File.php:544
9495 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
9496 msgstr "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
9498 #: libraries/classes/File.php:564
9499 msgid "Error while moving uploaded file."
9500 msgstr "Error while moving uploaded file."
9502 #: libraries/classes/File.php:573
9503 msgid "Cannot read uploaded file."
9504 msgstr "Cannot read uploaded file."
9506 #: libraries/classes/File.php:651
9507 #, php-format
9508 msgid ""
9509 "You attempted to load file with unsupported compression (%s). Either support "
9510 "for it is not implemented or disabled by your configuration."
9511 msgstr ""
9512 "You attempted to load file with unsupported compression (%s). Either support "
9513 "for it is not implemented or disabled by your configuration."
9515 #: libraries/classes/FlashMessages.php:24
9516 msgid "Session not found."
9517 msgstr "Session not found."
9519 #: libraries/classes/Header.php:371
9520 msgid "Print view"
9521 msgstr "Print view"
9523 #: libraries/classes/Html/Generator.php:155
9524 #, php-format
9525 msgid "Jump to database “%s”."
9526 msgstr "Jump to database “%s”."
9528 #: libraries/classes/Html/Generator.php:183
9529 #, php-format
9530 msgid "The %s functionality is affected by a known bug, see %s"
9531 msgstr "The %s functionality is affected by a known bug, see %s"
9533 #: libraries/classes/Html/Generator.php:254
9534 msgid "SSL is not being used"
9535 msgstr "SSL is not being used"
9537 #: libraries/classes/Html/Generator.php:259
9538 msgid "SSL is used with disabled verification"
9539 msgstr "SSL is used with disabled verification"
9541 #: libraries/classes/Html/Generator.php:261
9542 msgid "SSL is used without certification authority"
9543 msgstr "SSL is used without certification authority"
9545 #: libraries/classes/Html/Generator.php:264
9546 msgid "SSL is used"
9547 msgstr "SSL is used"
9549 #: libraries/classes/Html/Generator.php:365
9550 msgid "The PHP function password_hash() with default options."
9551 msgstr "The PHP function password_hash() with default options."
9553 #: libraries/classes/Html/Generator.php:366
9554 msgid "password_hash() PHP function"
9555 msgstr "password_hash() PHP function"
9557 #: libraries/classes/Html/Generator.php:669
9558 msgid "Skip Explain SQL"
9559 msgstr "Skip Explain SQL"
9561 #: libraries/classes/Html/Generator.php:677
9562 #, php-format
9563 msgid "Analyze Explain at %s"
9564 msgstr "Analyse Explain at %s"
9566 #: libraries/classes/Html/Generator.php:708
9567 msgid "Without PHP code"
9568 msgstr "Without PHP code"
9570 #: libraries/classes/Html/Generator.php:715
9571 #: templates/database/multi_table_query/form.twig:175
9572 #: templates/database/qbe/selection_form.twig:115
9573 msgid "Submit query"
9574 msgstr "Submit query"
9576 #: libraries/classes/Html/Generator.php:761 templates/console/display.twig:31
9577 #: templates/console/display.twig:175 templates/sql/profiling_chart.twig:2
9578 msgid "Profiling"
9579 msgstr "Profiling"
9581 #: libraries/classes/Html/Generator.php:777
9582 msgctxt "Inline edit query"
9583 msgid "Edit inline"
9584 msgstr "Edit inline"
9586 #: libraries/classes/Html/Generator.php:917
9587 msgid "Static analysis:"
9588 msgstr "Static analysis:"
9590 #: libraries/classes/Html/Generator.php:920
9591 #, php-format
9592 msgid "%d errors were found during analysis."
9593 msgstr "%d errors were found during analysis."
9595 #: libraries/classes/Import.php:332 libraries/classes/Sql.php:1072
9596 msgid "[ROLLBACK occurred.]"
9597 msgstr "[ROLLBACK occurred.]"
9599 #: libraries/classes/Import.php:1356
9600 msgid ""
9601 "The following structures have either been created or altered. Here you can:"
9602 msgstr ""
9603 "The following structures have either been created or altered. Here you can:"
9605 #: libraries/classes/Import.php:1359
9606 msgid "View a structure's contents by clicking on its name."
9607 msgstr "View a structure's contents by clicking on its name."
9609 #: libraries/classes/Import.php:1362
9610 msgid ""
9611 "Change any of its settings by clicking the corresponding \"Options\" link."
9612 msgstr ""
9613 "Change any of its settings by clicking the corresponding \"Options\" link."
9615 #: libraries/classes/Import.php:1364
9616 msgid "Edit structure by following the \"Structure\" link."
9617 msgstr "Edit structure by following the \"Structure\" link."
9619 #: libraries/classes/Import.php:1368 libraries/classes/Import.php:1402
9620 #: libraries/classes/Plugins/Export/ExportCodegen.php:73
9621 #: libraries/classes/Plugins/Export/ExportCsv.php:49
9622 #: libraries/classes/Plugins/Export/ExportExcel.php:36
9623 #: libraries/classes/Plugins/Export/ExportHtmlword.php:49
9624 #: libraries/classes/Plugins/Export/ExportJson.php:81
9625 #: libraries/classes/Plugins/Export/ExportLatex.php:77
9626 #: libraries/classes/Plugins/Export/ExportMediawiki.php:48
9627 #: libraries/classes/Plugins/Export/ExportOds.php:54
9628 #: libraries/classes/Plugins/Export/ExportOdt.php:63
9629 #: libraries/classes/Plugins/Export/ExportPdf.php:88
9630 #: libraries/classes/Plugins/Export/ExportPhparray.php:48
9631 #: libraries/classes/Plugins/Export/ExportSql.php:116
9632 #: libraries/classes/Plugins/Export/ExportTexytext.php:48
9633 #: libraries/classes/Plugins/Export/ExportXml.php:94
9634 #: libraries/classes/Plugins/Export/ExportYaml.php:47
9635 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:33
9636 #: libraries/classes/Plugins/Import/ImportMediawiki.php:63
9637 #: libraries/classes/Plugins/Import/ImportOds.php:57
9638 #: libraries/classes/Plugins/Import/ImportShp.php:71
9639 #: libraries/classes/Plugins/Import/ImportSql.php:50
9640 #: libraries/classes/Plugins/Import/ImportXml.php:56
9641 #: templates/console/display.twig:7 templates/console/display.twig:140
9642 #: templates/database/designer/database_tables.twig:114
9643 #: templates/database/routines/editor_form.twig:53
9644 #: templates/table/structure/display_table_stats.twig:97
9645 msgid "Options"
9646 msgstr "Options"
9648 #: libraries/classes/Import.php:1371
9649 #, php-format
9650 msgid "Go to database: %s"
9651 msgstr "Go to database: %s"
9653 #: libraries/classes/Import.php:1377 libraries/classes/Import.php:1420
9654 #, php-format
9655 msgid "Edit settings for %s"
9656 msgstr "Edit settings for %s"
9658 #: libraries/classes/Import.php:1405
9659 #, php-format
9660 msgid "Go to table: %s"
9661 msgstr "Go to table: %s"
9663 #: libraries/classes/Import.php:1413
9664 #, php-format
9665 msgid "Structure of %s"
9666 msgstr "Structure of %s"
9668 #: libraries/classes/Import.php:1431
9669 #, php-format
9670 msgid "Go to view: %s"
9671 msgstr "Go to view: %s"
9673 #: libraries/classes/Import.php:1455
9674 msgid "Only single-table UPDATE and DELETE queries can be simulated."
9675 msgstr "Only single-table UPDATE and DELETE queries can be simulated."
9677 #: libraries/classes/Import.php:1689
9678 msgid ""
9679 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
9680 "engine tables can be rolled back."
9681 msgstr ""
9682 "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
9683 "engine tables can be rolled back."
9685 #: libraries/classes/Index.php:648
9686 #, php-format
9687 msgid ""
9688 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
9689 "removed."
9690 msgstr ""
9691 "The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
9692 "removed."
9694 #: libraries/classes/InsertEdit.php:358
9695 #: libraries/classes/Navigation/Nodes/NodeFunction.php:28
9696 #: templates/database/routines/execute_form.twig:18
9697 #: templates/table/search/index.twig:36
9698 #: templates/table/zoom_search/index.twig:34
9699 msgid "Function"
9700 msgstr "Function"
9702 #: libraries/classes/InsertEdit.php:361
9703 #: libraries/classes/Plugins/Export/ExportHtmlword.php:302
9704 #: libraries/classes/Plugins/Export/ExportHtmlword.php:403
9705 #: libraries/classes/Plugins/Export/ExportLatex.php:574
9706 #: libraries/classes/Plugins/Export/ExportOdt.php:399
9707 #: libraries/classes/Plugins/Export/ExportOdt.php:505
9708 #: libraries/classes/Plugins/Export/ExportTexytext.php:313
9709 #: libraries/classes/Plugins/Export/ExportTexytext.php:407
9710 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:580
9711 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:720
9712 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:754
9713 #: templates/columns_definitions/table_fields_definitions.twig:12
9714 #: templates/database/central_columns/edit.twig:9
9715 #: templates/database/central_columns/main.twig:20
9716 #: templates/database/central_columns/main.twig:226
9717 #: templates/database/data_dictionary/index.twig:17
9718 #: templates/database/data_dictionary/index.twig:66
9719 #: templates/database/events/index.twig:45
9720 #: templates/database/privileges/index.twig:19
9721 #: templates/database/routines/editor_form.twig:26
9722 #: templates/database/routines/editor_form.twig:51
9723 #: templates/database/routines/execute_form.twig:16
9724 #: templates/database/routines/index.twig:50
9725 #: templates/database/structure/table_header.twig:30 templates/indexes.twig:16
9726 #: templates/table/privileges/index.twig:21
9727 #: templates/table/search/index.twig:39
9728 #: templates/table/structure/display_structure.twig:23
9729 #: templates/table/structure/display_structure.twig:414
9730 #: templates/table/tracking/structure_snapshot_columns.twig:7
9731 #: templates/table/tracking/structure_snapshot_indexes.twig:6
9732 #: templates/table/zoom_search/index.twig:37
9733 msgid "Type"
9734 msgstr "Type"
9736 #: libraries/classes/InsertEdit.php:763 templates/import.twig:77
9737 #: templates/import.twig:107
9738 msgid "The directory you set for upload work cannot be reached."
9739 msgstr "The directory you set for upload work cannot be reached."
9741 #: libraries/classes/InsertEdit.php:768
9742 #: templates/database/qbe/ins_del_and_or_cell.twig:24
9743 #: templates/server/privileges/privileges_table.twig:26
9744 #: templates/server/privileges/privileges_table.twig:47
9745 #: templates/server/privileges/privileges_table.twig:68
9746 #: templates/server/privileges/privileges_table.twig:89
9747 #: templates/table/search/index.twig:129
9748 msgid "Or"
9749 msgstr "Or"
9751 #: libraries/classes/InsertEdit.php:769
9752 msgid "web server upload directory:"
9753 msgstr "web server upload directory:"
9755 #: libraries/classes/InsertEdit.php:1042
9756 #: libraries/classes/Navigation/Nodes/NodeColumn.php:32
9757 #: libraries/classes/Plugins/Export/ExportHtmlword.php:299
9758 #: libraries/classes/Plugins/Export/ExportHtmlword.php:400
9759 #: libraries/classes/Plugins/Export/ExportLatex.php:573
9760 #: libraries/classes/Plugins/Export/ExportOdt.php:396
9761 #: libraries/classes/Plugins/Export/ExportOdt.php:502
9762 #: libraries/classes/Plugins/Export/ExportTexytext.php:312
9763 #: libraries/classes/Plugins/Export/ExportTexytext.php:406
9764 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:578
9765 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:719
9766 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:753
9767 #: templates/columns_definitions/column_name.twig:16
9768 #: templates/database/data_dictionary/index.twig:16
9769 #: templates/database/data_dictionary/index.twig:69 templates/indexes.twig:19
9770 #: templates/table/index_form.twig:138 templates/table/operations/index.twig:13
9771 #: templates/table/relation/common_form.twig:18
9772 #: templates/table/relation/common_form.twig:23
9773 #: templates/table/relation/common_form.twig:38
9774 #: templates/table/relation/common_form.twig:120
9775 #: templates/table/relation/common_form.twig:189
9776 #: templates/table/relation/foreign_key_row.twig:121
9777 #: templates/table/relation/foreign_key_row.twig:131
9778 #: templates/table/search/index.twig:38
9779 #: templates/table/structure/display_structure.twig:417
9780 #: templates/table/tracking/structure_snapshot_columns.twig:6
9781 #: templates/table/tracking/structure_snapshot_indexes.twig:9
9782 #: templates/table/zoom_search/index.twig:36
9783 #: templates/table/zoom_search/result_form.twig:27
9784 msgid "Column"
9785 msgstr "Column"
9787 #: libraries/classes/InsertEdit.php:1052
9788 #: libraries/classes/Plugins/Export/ExportHtmlword.php:305
9789 #: libraries/classes/Plugins/Export/ExportHtmlword.php:406
9790 #: libraries/classes/Plugins/Export/ExportLatex.php:575
9791 #: libraries/classes/Plugins/Export/ExportOdt.php:402
9792 #: libraries/classes/Plugins/Export/ExportOdt.php:508
9793 #: libraries/classes/Plugins/Export/ExportTexytext.php:314
9794 #: libraries/classes/Plugins/Export/ExportTexytext.php:408
9795 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:582
9796 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:722
9797 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:756
9798 #: templates/columns_definitions/table_fields_definitions.twig:30
9799 #: templates/database/central_columns/edit.twig:14
9800 #: templates/database/central_columns/main.twig:40
9801 #: templates/database/central_columns/main.twig:246
9802 #: templates/database/data_dictionary/index.twig:18
9803 #: templates/database/data_dictionary/index.twig:72 templates/indexes.twig:22
9804 #: templates/table/structure/display_structure.twig:26
9805 #: templates/table/structure/display_structure.twig:420
9806 #: templates/table/tracking/structure_snapshot_columns.twig:9
9807 #: templates/table/tracking/structure_snapshot_indexes.twig:12
9808 #: templates/table/zoom_search/result_form.twig:28
9809 msgid "Null"
9810 msgstr "Null"
9812 #: libraries/classes/InsertEdit.php:1053
9813 #: templates/database/designer/main.twig:484
9814 #: templates/database/designer/main.twig:649
9815 #: templates/database/designer/main.twig:855
9816 #: templates/database/designer/main.twig:1048
9817 #: templates/database/routines/execute_form.twig:20
9818 #: templates/server/replication/status_table.twig:17
9819 #: templates/server/status/variables/index.twig:76
9820 #: templates/server/variables/index.twig:32
9821 #: templates/table/search/index.twig:42
9822 #: templates/table/zoom_search/index.twig:40
9823 #: templates/table/zoom_search/result_form.twig:29
9824 msgid "Value"
9825 msgstr "Value"
9827 #: libraries/classes/InsertEdit.php:1463 libraries/classes/Sql.php:1055
9828 msgid "Showing SQL query"
9829 msgstr "Showing SQL query"
9831 #: libraries/classes/InsertEdit.php:1493 libraries/classes/Sql.php:1032
9832 #, php-format
9833 msgid "Inserted row id: %1$d"
9834 msgstr "Inserted row id: %1$d"
9836 #: libraries/classes/LanguageManager.php:989
9837 msgid "Ignoring unsupported language code."
9838 msgstr "Ignoring unsupported language code."
9840 #: libraries/classes/Linter.php:113
9841 msgid ""
9842 "Linting is disabled for this query because it exceeds the maximum length."
9843 msgstr ""
9844 "Linting is disabled for this query because it exceeds the maximum length."
9846 #: libraries/classes/Linter.php:180
9847 #, php-format
9848 msgid "%1$s (near <code>%2$s</code>)"
9849 msgstr "%1$s (near <code>%2$s</code>)"
9851 #: libraries/classes/Menu.php:264
9852 #: libraries/classes/Navigation/Nodes/NodeTable.php:321
9853 #: libraries/classes/Util.php:1605 libraries/classes/Util.php:2137
9854 #: libraries/config.values.php:68 libraries/config.values.php:82
9855 #: libraries/config.values.php:183 templates/database/search/results.twig:34
9856 #: templates/database/structure/structure_table_row.twig:43
9857 #: templates/table/structure/display_structure.twig:274
9858 msgid "Browse"
9859 msgstr "Browse"
9861 #: libraries/classes/Menu.php:283 libraries/classes/Menu.php:404
9862 #: libraries/classes/Navigation/Nodes/NodeTable.php:312
9863 #: libraries/classes/Util.php:1603 libraries/classes/Util.php:2123
9864 #: libraries/classes/Util.php:2140 libraries/config.values.php:64
9865 #: libraries/config.values.php:78 libraries/config.values.php:169
9866 #: libraries/config.values.php:179 templates/database/routines/index.twig:27
9867 #: templates/database/routines/index.twig:28
9868 #: templates/database/structure/structure_table_row.twig:53
9869 #: templates/server/databases/index.twig:76
9870 #: templates/server/databases/index.twig:77
9871 msgid "Search"
9872 msgstr "Search"
9874 #: libraries/classes/Menu.php:294
9875 #: libraries/classes/Navigation/Nodes/NodeTable.php:315
9876 #: libraries/classes/Util.php:1604 libraries/classes/Util.php:2141
9877 #: libraries/config.values.php:66 libraries/config.values.php:80
9878 #: libraries/config.values.php:181
9879 #: templates/database/qbe/ins_del_and_or_cell.twig:6
9880 #: templates/database/structure/structure_table_row.twig:59
9881 #: templates/sql/query.twig:76
9882 msgid "Insert"
9883 msgstr "Insert"
9885 #: libraries/classes/Menu.php:323 libraries/classes/Menu.php:444
9886 #: libraries/classes/Server/Privileges.php:2984 libraries/classes/Util.php:2128
9887 #: libraries/classes/Util.php:2144 libraries/config.values.php:161
9888 #: templates/database/privileges/index.twig:20
9889 #: templates/server/privileges/privileges_summary.twig:15
9890 #: templates/server/sub_page_header.twig:2
9891 #: templates/table/privileges/index.twig:22
9892 msgid "Privileges"
9893 msgstr "Privileges"
9895 #: libraries/classes/Menu.php:334 libraries/classes/Menu.php:344
9896 #: libraries/classes/Menu.php:435 libraries/classes/Util.php:1606
9897 #: libraries/classes/Util.php:2127 libraries/classes/Util.php:2145
9898 #: libraries/config.values.php:171 templates/table/operations/view.twig:8
9899 msgid "Operations"
9900 msgstr "Operations"
9902 #: libraries/classes/Menu.php:350 libraries/classes/Menu.php:470
9903 #: libraries/classes/Relation.php:322 libraries/classes/Util.php:2132
9904 #: libraries/classes/Util.php:2146
9905 msgid "Tracking"
9906 msgstr "Tracking"
9908 #: libraries/classes/Menu.php:365 libraries/classes/Menu.php:463
9909 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25
9910 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26
9911 #: libraries/classes/Plugins/Export/ExportHtmlword.php:605
9912 #: libraries/classes/Plugins/Export/ExportOdt.php:741
9913 #: libraries/classes/Plugins/Export/ExportPdf.php:301
9914 #: libraries/classes/Plugins/Export/ExportSql.php:2235
9915 #: libraries/classes/Plugins/Export/ExportTexytext.php:574
9916 #: libraries/classes/Plugins/Export/ExportXml.php:140
9917 #: libraries/classes/Util.php:2131 libraries/classes/Util.php:2147
9918 #: templates/database/triggers/list.twig:3
9919 msgid "Triggers"
9920 msgstr "Triggers"
9922 #: libraries/classes/Menu.php:409 libraries/classes/Menu.php:417
9923 #: libraries/classes/Menu.php:425
9924 msgid "Database seems to be empty!"
9925 msgstr "Database seems to be empty!"
9927 #: libraries/classes/Menu.php:412 libraries/classes/Util.php:2124
9928 msgid "Query"
9929 msgstr "Query"
9931 #: libraries/classes/Menu.php:450 libraries/classes/Util.php:2129
9932 #: templates/database/routines/index.twig:3
9933 msgid "Routines"
9934 msgstr "Routines"
9936 #: libraries/classes/Menu.php:456
9937 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25
9938 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26
9939 #: libraries/classes/Plugins/Export/ExportSql.php:1047
9940 #: libraries/classes/Plugins/Export/ExportXml.php:120
9941 #: libraries/classes/Util.php:2130 templates/database/events/index.twig:3
9942 msgid "Events"
9943 msgstr "Events"
9945 #: libraries/classes/Menu.php:477 libraries/classes/Util.php:2133
9946 msgid "Designer"
9947 msgstr "Designer"
9949 #: libraries/classes/Menu.php:487 libraries/classes/Util.php:2134
9950 #: templates/database/structure/check_all_tables.twig:32
9951 msgid "Central columns"
9952 msgstr "Central columns"
9954 #: libraries/classes/Menu.php:547
9955 msgid "User accounts"
9956 msgstr "User accounts"
9958 #: libraries/classes/Menu.php:582 libraries/classes/Server/Status/Data.php:154
9959 #: libraries/classes/Util.php:2113 templates/server/binlog/index.twig:3
9960 msgid "Binary log"
9961 msgstr "Binary log"
9963 #: libraries/classes/Menu.php:589 libraries/classes/Server/Status/Data.php:159
9964 #: libraries/classes/Util.php:2114
9965 #: templates/database/structure/body_for_table_summary.twig:11
9966 #: templates/database/structure/table_header.twig:10
9967 #: templates/server/replication/index.twig:5
9968 msgid "Replication"
9969 msgstr "Replication"
9971 #: libraries/classes/Menu.php:595 libraries/classes/Server/Status/Data.php:231
9972 #: libraries/classes/Util.php:2115 libraries/config.values.php:159
9973 #: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
9974 #: templates/sql/query.twig:192
9975 msgid "Variables"
9976 msgstr "Variables"
9978 #: libraries/classes/Menu.php:600 libraries/classes/Util.php:2116
9979 msgid "Charsets"
9980 msgstr "Charsets"
9982 #: libraries/classes/Menu.php:605 libraries/classes/Util.php:2118
9983 msgid "Engines"
9984 msgstr "Engines"
9986 #: libraries/classes/Menu.php:610 libraries/classes/Util.php:2117
9987 #: templates/server/plugins/index.twig:4
9988 msgid "Plugins"
9989 msgstr "Plug-ins"
9991 #: libraries/classes/Message.php:258
9992 #, php-format
9993 msgid "%1$d row affected."
9994 msgid_plural "%1$d rows affected."
9995 msgstr[0] "%1$d row affected."
9996 msgstr[1] "%1$d rows affected."
9998 #: libraries/classes/Message.php:279
9999 #, php-format
10000 msgid "%1$d row deleted."
10001 msgid_plural "%1$d rows deleted."
10002 msgstr[0] "%1$d row deleted."
10003 msgstr[1] "%1$d rows deleted."
10005 #: libraries/classes/Message.php:300
10006 #, php-format
10007 msgid "%1$d row inserted."
10008 msgid_plural "%1$d rows inserted."
10009 msgstr[0] "%1$d row inserted."
10010 msgstr[1] "%1$d rows inserted."
10012 #: libraries/classes/Navigation/Navigation.php:229
10013 msgid "Groups:"
10014 msgstr "Groups:"
10016 #: libraries/classes/Navigation/Navigation.php:230
10017 msgid "Events:"
10018 msgstr "Events:"
10020 #: libraries/classes/Navigation/Navigation.php:231
10021 msgid "Functions:"
10022 msgstr "Functions:"
10024 #: libraries/classes/Navigation/Navigation.php:232
10025 msgid "Procedures:"
10026 msgstr "Procedures:"
10028 #: libraries/classes/Navigation/Navigation.php:233
10029 #: templates/database/export/index.twig:14
10030 msgid "Tables:"
10031 msgstr "Tables:"
10033 #: libraries/classes/Navigation/Navigation.php:234
10034 msgid "Views:"
10035 msgstr "Views:"
10037 #: libraries/classes/Navigation/NavigationTree.php:858
10038 msgid ""
10039 "There are large item groups in navigation panel which may affect the "
10040 "performance. Consider disabling item grouping in the navigation panel."
10041 msgstr ""
10042 "There are large item groups in navigation panel which may affect the "
10043 "performance. Consider disabling item grouping in the navigation panel."
10045 #: libraries/classes/Navigation/NavigationTree.php:874
10046 msgid "Groups"
10047 msgstr "Groups"
10049 #: libraries/classes/Navigation/NavigationTree.php:1053
10050 #, php-format
10051 msgid "%s result found"
10052 msgid_plural "%s results found"
10053 msgstr[0] "%s result found"
10054 msgstr[1] "%s results found"
10056 #: libraries/classes/Navigation/NavigationTree.php:1545
10057 msgid "Collapse all"
10058 msgstr "Collapse all"
10060 #. l10n: The word "Node" must not be translated here
10061 #: libraries/classes/Navigation/NodeFactory.php:42
10062 #, php-format
10063 msgid "Invalid class name \"%1$s\", using default of \"Node\""
10064 msgstr "Invalid class name \"%1$s\", using default of \"Node\""
10066 #: libraries/classes/Navigation/NodeFactory.php:69
10067 #, php-format
10068 msgid "Could not load class \"%1$s\""
10069 msgstr "Could not load class \"%1$s\""
10071 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
10072 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
10073 #: templates/sql/query.twig:63
10074 msgid "Columns"
10075 msgstr "Columns"
10077 #: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:33
10078 msgctxt "Create new column"
10079 msgid "New"
10080 msgstr "New"
10082 #: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:41
10083 msgctxt "Create new database"
10084 msgid "New"
10085 msgstr "New"
10087 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:42
10088 msgid "Database operations"
10089 msgstr "Database operations"
10091 #: libraries/classes/Navigation/Nodes/NodeDatabase.php:721
10092 msgid "Show hidden items"
10093 msgstr "Show hidden items"
10095 #: libraries/classes/Navigation/Nodes/NodeEventContainer.php:33
10096 msgctxt "Create new event"
10097 msgid "New"
10098 msgstr "New"
10100 #: libraries/classes/Navigation/Nodes/NodeEvent.php:28
10101 #: libraries/classes/Plugins/Export/ExportHtmlword.php:512
10102 #: libraries/classes/Plugins/Export/ExportOdt.php:636
10103 #: libraries/classes/Plugins/Export/ExportTexytext.php:487
10104 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:413
10105 #: templates/database/triggers/editor_form.twig:47
10106 #: templates/database/triggers/list.twig:48
10107 msgid "Event"
10108 msgstr "Event"
10110 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
10111 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
10112 #: libraries/classes/Plugins/Export/ExportSql.php:638
10113 #: libraries/classes/Plugins/Export/ExportXml.php:125
10114 msgid "Functions"
10115 msgstr "Functions"
10117 #: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:33
10118 msgctxt "Create new function"
10119 msgid "New"
10120 msgstr "New"
10122 #: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:33
10123 msgctxt "Create new index"
10124 msgid "New"
10125 msgstr "New"
10127 #: libraries/classes/Navigation/Nodes/Node.php:658
10128 msgid "Expand/Collapse"
10129 msgstr "Expand/Collapse"
10131 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
10132 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
10133 #: libraries/classes/Plugins/Export/ExportSql.php:627
10134 #: libraries/classes/Plugins/Export/ExportXml.php:130
10135 msgid "Procedures"
10136 msgstr "Procedures"
10138 #: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:33
10139 msgctxt "Create new procedure"
10140 msgid "New"
10141 msgstr "New"
10143 #: libraries/classes/Navigation/Nodes/NodeProcedure.php:28
10144 msgid "Procedure"
10145 msgstr "Procedure"
10147 #: libraries/classes/Navigation/Nodes/NodeTableContainer.php:34
10148 msgctxt "Create new table"
10149 msgid "New"
10150 msgstr "New"
10152 #: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:33
10153 msgctxt "Create new trigger"
10154 msgid "New"
10155 msgstr "New"
10157 #: libraries/classes/Navigation/Nodes/NodeTrigger.php:28
10158 #, fuzzy
10159 #| msgid "Triggers"
10160 msgid "Trigger"
10161 msgstr "Triggers"
10163 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
10164 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
10165 #: libraries/classes/Plugins/Export/ExportXml.php:145
10166 #: templates/database/structure/show_create.twig:28
10167 msgid "Views"
10168 msgstr "Views"
10170 #: libraries/classes/Navigation/Nodes/NodeViewContainer.php:34
10171 msgctxt "Create new view"
10172 msgid "New"
10173 msgstr "New"
10175 #: libraries/classes/Normalization.php:238
10176 msgid "Make all columns atomic"
10177 msgstr "Make all columns atomic"
10179 #: libraries/classes/Normalization.php:240
10180 #: libraries/classes/Normalization.php:984
10181 msgid "First step of normalization (1NF)"
10182 msgstr "First step of normalisation (1NF)"
10184 #: libraries/classes/Normalization.php:243
10185 #: libraries/classes/Normalization.php:295
10186 #: libraries/classes/Normalization.php:344
10187 #: libraries/classes/Normalization.php:381
10188 msgid "Step 1."
10189 msgstr "Step 1."
10191 #: libraries/classes/Normalization.php:245
10192 msgid ""
10193 "Do you have any column which can be split into more than one column? For "
10194 "example: address can be split into street, city, country and zip."
10195 msgstr ""
10196 "Do you have any column which can be split into more than one column? For "
10197 "example: address can be split into street, city, country and post code."
10199 #: libraries/classes/Normalization.php:252
10200 msgid "Show me the central list of columns that are not already in this table"
10201 msgstr "Show me the central list of columns that are not already in this table"
10203 #: libraries/classes/Normalization.php:255
10204 msgid ""
10205 "Select a column which can be split into more than one (on select of 'no such "
10206 "column', it'll move to next step)."
10207 msgstr ""
10208 "Select a column which can be split into more than one (on select of 'no such "
10209 "column', it'll move to next step)."
10211 #: libraries/classes/Normalization.php:270
10212 msgid "split into "
10213 msgstr "split into "
10215 #: libraries/classes/Normalization.php:292
10216 msgid "Have a primary key"
10217 msgstr "Have a primary key"
10219 #: libraries/classes/Normalization.php:298
10220 msgid "Primary key already exists."
10221 msgstr "Primary key already exists."
10223 #: libraries/classes/Normalization.php:303
10224 msgid ""
10225 "There is no primary key; please add one.<br>Hint: A primary key is a column "
10226 "(or combination of columns) that uniquely identify all rows."
10227 msgstr ""
10228 "There is no primary key; please add one.<br>Hint: A primary key is a column "
10229 "(or combination of columns) that uniquely identify all rows."
10231 #: libraries/classes/Normalization.php:311
10232 msgid "Add a primary key on existing column(s)"
10233 msgstr "Add a primary key on existing column(s)"
10235 #: libraries/classes/Normalization.php:316
10236 msgid ""
10237 "If it's not possible to make existing column combinations as primary key"
10238 msgstr ""
10239 "If it's not possible to make existing column combinations as primary key"
10241 #: libraries/classes/Normalization.php:320
10242 msgid "+ Add a new primary key column"
10243 msgstr "+ Add a new primary key column"
10245 #: libraries/classes/Normalization.php:343
10246 msgid "Remove redundant columns"
10247 msgstr "Remove redundant columns"
10249 #: libraries/classes/Normalization.php:346
10250 msgid ""
10251 "Do you have a group of columns which on combining gives an existing column? "
10252 "For example, if you have first_name, last_name and full_name then combining "
10253 "first_name and last_name gives full_name which is redundant."
10254 msgstr ""
10255 "Do you have a group of columns which on combining gives an existing column? "
10256 "For example, if you have first_name, last_name and full_name then combining "
10257 "first_name and last_name gives full_name which is redundant."
10259 #: libraries/classes/Normalization.php:352
10260 msgid ""
10261 "Check the columns which are redundant and click on remove. If no redundant "
10262 "column, click on 'No redundant column'"
10263 msgstr ""
10264 "Check the columns which are redundant and click on remove. If no redundant "
10265 "column, click on 'No redundant column'"
10267 #: libraries/classes/Normalization.php:357
10268 msgid "Remove selected"
10269 msgstr "Remove selected"
10271 #: libraries/classes/Normalization.php:358
10272 msgid "No redundant column"
10273 msgstr "No redundant column"
10275 #: libraries/classes/Normalization.php:380
10276 msgid "Move repeating groups"
10277 msgstr "Move repeating groups"
10279 #: libraries/classes/Normalization.php:383
10280 msgid ""
10281 "Do you have a group of two or more columns that are closely related and are "
10282 "all repeating the same attribute? For example, a table that holds data on "
10283 "books might have columns such as book_id, author1, author2, author3 and so "
10284 "on which form a repeating group. In this case a new table (book_id, author) "
10285 "should be created."
10286 msgstr ""
10287 "Do you have a group of two or more columns that are closely related and are "
10288 "all repeating the same attribute? For example, a table that holds data on "
10289 "books might have columns such as book_id, author1, author2, author3 and so "
10290 "on which form a repeating group. In this case a new table (book_id, author) "
10291 "should be created."
10293 #: libraries/classes/Normalization.php:391
10294 msgid ""
10295 "Check the columns which form a repeating group. If no such group, click on "
10296 "'No repeating group'"
10297 msgstr ""
10298 "Check the columns which form a repeating group. If no such group, click on "
10299 "'No repeating group'"
10301 #: libraries/classes/Normalization.php:397
10302 msgid "No repeating group"
10303 msgstr "No repeating group"
10305 #: libraries/classes/Normalization.php:425
10306 msgid "Step 2."
10307 msgstr "Step 2."
10309 #: libraries/classes/Normalization.php:425
10310 msgid "Find partial dependencies"
10311 msgstr "Find partial dependencies"
10313 #: libraries/classes/Normalization.php:449
10314 #, php-format
10315 msgid ""
10316 "No partial dependencies possible as no non-primary column exists since "
10317 "primary key ( %1$s ) is composed of all the columns in the table."
10318 msgstr ""
10319 "No partial dependencies possible as no non-primary column exists since "
10320 "primary key ( %1$s ) is composed of all the columns in the table."
10322 #: libraries/classes/Normalization.php:455
10323 #: libraries/classes/Normalization.php:502
10324 msgid "Table is already in second normal form."
10325 msgstr "Table is already in second normal form."
10327 #: libraries/classes/Normalization.php:460
10328 #, php-format
10329 msgid ""
10330 "The primary key ( %1$s ) consists of more than one column so we need to find "
10331 "the partial dependencies."
10332 msgstr ""
10333 "The primary key ( %1$s ) consists of more than one column so we need to find "
10334 "the partial dependencies."
10336 #: libraries/classes/Normalization.php:465
10337 #: libraries/classes/Normalization.php:887
10338 msgid ""
10339 "Please answer the following question(s) carefully to obtain a correct "
10340 "normalization."
10341 msgstr ""
10342 "Please answer the following question(s) carefully to obtain a correct "
10343 "normalisation."
10345 #: libraries/classes/Normalization.php:469
10346 msgid "+ Show me the possible partial dependencies based on data in the table"
10347 msgstr "+ Show me the possible partial dependencies based on data in the table"
10349 #: libraries/classes/Normalization.php:473
10350 msgid ""
10351 "For each column below, please select the <b>minimal set</b> of columns among "
10352 "given set whose values combined together are sufficient to determine the "
10353 "value of the column."
10354 msgstr ""
10355 "For each column below, please select the <b>minimal set</b> of columns among "
10356 "given set whose values combined together are sufficient to determine the "
10357 "value of the column."
10359 #: libraries/classes/Normalization.php:486
10360 #: libraries/classes/Normalization.php:934
10361 #, php-format
10362 msgid "'%1$s' depends on:"
10363 msgstr "'%1$s' depends on:"
10365 #: libraries/classes/Normalization.php:497
10366 #, php-format
10367 msgid ""
10368 "No partial dependencies possible as the primary key ( %1$s ) has just one "
10369 "column."
10370 msgstr ""
10371 "No partial dependencies possible as the primary key ( %1$s ) has just one "
10372 "column."
10374 #: libraries/classes/Normalization.php:526
10375 #, php-format
10376 msgid ""
10377 "In order to put the original table '%1$s' into Second normal form we need to "
10378 "create the following tables:"
10379 msgstr ""
10380 "In order to put the original table '%1$s' into Second normal form we need to "
10381 "create the following tables:"
10383 #: libraries/classes/Normalization.php:564
10384 #, php-format
10385 msgid "The second step of normalization is complete for table '%1$s'."
10386 msgstr "The second step of normalisation is complete for table '%1$s'."
10388 #: libraries/classes/Normalization.php:608
10389 #: libraries/classes/Normalization.php:778
10390 #: libraries/classes/Normalization.php:856
10391 msgid "Error in processing!"
10392 msgstr "Error in processing!"
10394 #: libraries/classes/Normalization.php:657
10395 #, php-format
10396 msgid ""
10397 "In order to put the original table '%1$s' into Third normal form we need to "
10398 "create the following tables:"
10399 msgstr ""
10400 "In order to put the original table '%1$s' into Third normal form we need to "
10401 "create the following tables:"
10403 #: libraries/classes/Normalization.php:714
10404 msgid "The third step of normalization is complete."
10405 msgstr "The third step of normalisation is complete."
10407 #: libraries/classes/Normalization.php:830
10408 #, php-format
10409 msgid "Selected repeating group has been moved to the table '%s'"
10410 msgstr "Selected repeating group has been moved to the table '%s'"
10412 #: libraries/classes/Normalization.php:884
10413 msgid "Step 3."
10414 msgstr "Step 3."
10416 #: libraries/classes/Normalization.php:884
10417 msgid "Find transitive dependencies"
10418 msgstr "Find transitive dependencies"
10420 #: libraries/classes/Normalization.php:891
10421 msgid ""
10422 "For each column below, please select the <b>minimal set</b> of columns among "
10423 "given set whose values combined together are sufficient to determine the "
10424 "value of the column.<br>Note: A column may have no transitive dependency, in "
10425 "that case you don't have to select any."
10426 msgstr ""
10427 "For each column below, please select the <b>minimal set</b> of columns among "
10428 "given set whose values combined together are sufficient to determine the "
10429 "value of the column.<br>Note: A column may have no transitive dependency, in "
10430 "that case you don't have to select any."
10432 #: libraries/classes/Normalization.php:948
10433 msgid ""
10434 "No Transitive dependencies possible as the table doesn't have any non "
10435 "primary key columns"
10436 msgstr ""
10437 "No Transitive dependencies possible as the table doesn't have any non "
10438 "primary key columns"
10440 #: libraries/classes/Normalization.php:952
10441 msgid "Table is already in Third normal form!"
10442 msgstr "Table is already in Third normal form!"
10444 #: libraries/classes/Normalization.php:978
10445 msgid "Improve table structure (Normalization):"
10446 msgstr "Improve table structure (Normalisation):"
10448 #: libraries/classes/Normalization.php:979
10449 msgid "Select up to what step you want to normalize"
10450 msgstr "Select up to what step you want to normalise"
10452 #: libraries/classes/Normalization.php:989
10453 msgid "Second step of normalization (1NF+2NF)"
10454 msgstr "Second step of normalisation (1NF+2NF)"
10456 #: libraries/classes/Normalization.php:994
10457 msgid "Third step of normalization (1NF+2NF+3NF)"
10458 msgstr "Third step of normalisation (1NF+2NF+3NF)"
10460 #: libraries/classes/Normalization.php:999
10461 msgid ""
10462 "Hint: Please follow the procedure carefully in order to obtain correct "
10463 "normalization"
10464 msgstr ""
10465 "Hint: Please follow the procedure carefully in order to obtain correct "
10466 "normalisation"
10468 #: libraries/classes/Normalization.php:1071
10469 msgid ""
10470 "This list is based on a subset of the table's data and is not necessarily "
10471 "accurate. "
10472 msgstr ""
10473 "This list is based on a subset of the table's data and is not necessarily "
10474 "accurate. "
10476 #: libraries/classes/Normalization.php:1088
10477 msgid "No partial dependencies found!"
10478 msgstr "No partial dependencies found!"
10480 #: libraries/classes/Operations.php:615
10481 #: templates/table/structure/display_partitions.twig:84
10482 msgid "Analyze"
10483 msgstr "Analyse"
10485 #: libraries/classes/Operations.php:616
10486 #: templates/table/structure/display_partitions.twig:94
10487 msgid "Check"
10488 msgstr "Check"
10490 #: libraries/classes/Operations.php:617
10491 #: templates/table/structure/display_partitions.twig:104
10492 msgid "Optimize"
10493 msgstr "Optimise"
10495 #: libraries/classes/Operations.php:618
10496 #: templates/table/structure/display_partitions.twig:114
10497 msgid "Rebuild"
10498 msgstr "Rebuild"
10500 #: libraries/classes/Operations.php:619
10501 #: templates/table/structure/display_partitions.twig:124
10502 msgid "Repair"
10503 msgstr "Repair"
10505 #: libraries/classes/Operations.php:620
10506 #: templates/table/structure/display_partitions.twig:134
10507 msgid "Truncate"
10508 msgstr "Truncate"
10510 #: libraries/classes/Operations.php:632 templates/database/events/index.twig:19
10511 #: templates/database/events/index.twig:20
10512 #: templates/database/events/index.twig:95
10513 #: templates/database/events/index.twig:101
10514 #: templates/database/events/row.twig:46 templates/database/events/row.twig:52
10515 #: templates/database/routines/index.twig:19
10516 #: templates/database/routines/index.twig:20
10517 #: templates/database/routines/parameter_row.twig:51
10518 #: templates/database/routines/row.twig:76
10519 #: templates/database/structure/check_all_tables.twig:16
10520 #: templates/database/structure/structure_table_row.twig:87
10521 #: templates/database/triggers/list.twig:19
10522 #: templates/database/triggers/list.twig:20
10523 #: templates/database/triggers/row.twig:51
10524 #: templates/database/triggers/row.twig:57 templates/indexes.twig:56
10525 #: templates/server/databases/index.twig:67
10526 #: templates/server/databases/index.twig:68
10527 #: templates/server/databases/index.twig:324
10528 #: templates/table/relation/foreign_key_row.twig:26
10529 #: templates/table/structure/display_partitions.twig:145
10530 #: templates/table/structure/display_structure.twig:121
10531 #: templates/table/structure/display_structure.twig:282
10532 #: templates/table/structure/display_structure.twig:462
10533 msgid "Drop"
10534 msgstr "Drop"
10536 #: libraries/classes/Operations.php:634
10537 msgid "Coalesce"
10538 msgstr "Coalesce"
10540 #: libraries/classes/Operations.php:1026
10541 msgid "Can't move table to same one!"
10542 msgstr "Can't move table to same one!"
10544 #: libraries/classes/Operations.php:1028
10545 msgid "Can't copy table to same one!"
10546 msgstr "Can't copy table to same one!"
10548 #: libraries/classes/Operations.php:1064
10549 #, php-format
10550 msgid "Table %s has been moved to %s. Privileges have been adjusted."
10551 msgstr "Table %s has been moved to %s. Privileges have been adjusted."
10553 #: libraries/classes/Operations.php:1071
10554 #, php-format
10555 msgid "Table %s has been copied to %s. Privileges have been adjusted."
10556 msgstr "Table %s has been copied to %s. Privileges have been adjusted."
10558 #: libraries/classes/Operations.php:1079
10559 #, php-format
10560 msgid "Table %s has been moved to %s."
10561 msgstr "Table %s has been moved to %s."
10563 #: libraries/classes/Operations.php:1083
10564 #, php-format
10565 msgid "Table %s has been copied to %s."
10566 msgstr "Table %s has been copied to %s."
10568 #: libraries/classes/Operations.php:1107
10569 msgid "The table name is empty!"
10570 msgstr "The table name is empty!"
10572 #: libraries/classes/Pdf.php:162
10573 msgid "Error while creating PDF:"
10574 msgstr "Error while creating PDF:"
10576 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:83
10577 msgid "Cannot connect: invalid settings."
10578 msgstr "Cannot connect: invalid settings."
10580 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:97
10581 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:89
10582 #: templates/login/header.twig:10
10583 #, php-format
10584 msgid "Welcome to %s"
10585 msgstr "Welcome to %s"
10587 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:114
10588 #, php-format
10589 msgid ""
10590 "You probably did not create a configuration file. You might want to use the "
10591 "%1$ssetup script%2$s to create one."
10592 msgstr ""
10593 "You probably did not create a configuration file. You might want to use the "
10594 "%1$ssetup script%2$s to create one."
10596 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:135
10597 msgid ""
10598 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
10599 "connection. You should check the host, username and password in your "
10600 "configuration and make sure that they correspond to the information given by "
10601 "the administrator of the MySQL server."
10602 msgstr ""
10603 "phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
10604 "connection. You should check the host, username and password in your "
10605 "configuration and make sure that they correspond to the information given by "
10606 "the administrator of the MySQL server."
10608 #: libraries/classes/Plugins/Auth/AuthenticationConfig.php:165
10609 msgid "Retry to connect"
10610 msgstr "Retry to connect"
10612 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:180
10613 msgid "Your session has expired. Please log in again."
10614 msgstr "Your session has expired. Please log in again."
10616 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:301
10617 msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
10618 msgstr "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
10620 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:336
10621 msgid "Failed to connect to the reCAPTCHA service!"
10622 msgstr "Failed to connect to the reCAPTCHA service!"
10624 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:338
10625 msgid "Entered captcha is wrong, try again!"
10626 msgstr "Entered captcha is wrong, try again!"
10628 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:350
10629 msgid ""
10630 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
10631 "restricts passwords to less than 1000 characters."
10632 msgstr ""
10633 "Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
10634 "restricts passwords to less than 1000 characters."
10636 #: libraries/classes/Plugins/Auth/AuthenticationCookie.php:376
10637 msgid "You are not allowed to log in to this MySQL server!"
10638 msgstr "You are not allowed to log in to this MySQL server!"
10640 #: libraries/classes/Plugins/Auth/AuthenticationHttp.php:94
10641 msgid "Wrong username/password. Access denied."
10642 msgstr "Wrong username/password. Access denied."
10644 #: libraries/classes/Plugins/Auth/AuthenticationSignon.php:155
10645 msgid "Can not find signon authentication script:"
10646 msgstr "Cannot find signon authentication script:"
10648 #: libraries/classes/Plugins/AuthenticationPlugin.php:194
10649 msgid ""
10650 "Login without a password is forbidden by configuration (see AllowNoPassword)"
10651 msgstr ""
10652 "Log-in without a password is forbidden by configuration (see AllowNoPassword)"
10654 #: libraries/classes/Plugins/AuthenticationPlugin.php:205
10655 #, php-format
10656 msgid ""
10657 "You have been automatically logged out due to inactivity of %s seconds. Once "
10658 "you log in again, you should be able to resume the work where you left off."
10659 msgstr ""
10660 "You have been automatically logged out due to inactivity of %s seconds. Once "
10661 "you log in again, you should be able to resume the work where you left off."
10663 #: libraries/classes/Plugins/AuthenticationPlugin.php:218
10664 #: libraries/classes/Plugins/AuthenticationPlugin.php:221
10665 msgid "Cannot log in to the MySQL server"
10666 msgstr "Cannot log in to the MySQL server"
10668 #: libraries/classes/Plugins/AuthenticationPlugin.php:373
10669 msgid "You have enabled two factor authentication, please confirm your login."
10670 msgstr "You have enabled two factor authentication, please confirm your login."
10672 #: libraries/classes/Plugins/Export/ExportCodegen.php:89
10673 #: templates/export.twig:94 templates/import.twig:197
10674 msgid "Format:"
10675 msgstr "Format:"
10677 #: libraries/classes/Plugins/Export/ExportCsv.php:63
10678 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:56
10679 msgid "Columns separated with:"
10680 msgstr "Columns separated with:"
10682 #: libraries/classes/Plugins/Export/ExportCsv.php:68
10683 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:62
10684 msgid "Columns enclosed with:"
10685 msgstr "Columns enclosed with:"
10687 #: libraries/classes/Plugins/Export/ExportCsv.php:73
10688 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:69
10689 msgid "Columns escaped with:"
10690 msgstr "Columns escaped with:"
10692 #: libraries/classes/Plugins/Export/ExportCsv.php:78
10693 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:76
10694 msgid "Lines terminated with:"
10695 msgstr "Lines terminated with:"
10697 #: libraries/classes/Plugins/Export/ExportCsv.php:83
10698 #: libraries/classes/Plugins/Export/ExportExcel.php:50
10699 #: libraries/classes/Plugins/Export/ExportHtmlword.php:85
10700 #: libraries/classes/Plugins/Export/ExportLatex.php:198
10701 #: libraries/classes/Plugins/Export/ExportOds.php:68
10702 #: libraries/classes/Plugins/Export/ExportOdt.php:137
10703 #: libraries/classes/Plugins/Export/ExportTexytext.php:89
10704 msgid "Replace NULL with:"
10705 msgstr "Replace NULL with:"
10707 #: libraries/classes/Plugins/Export/ExportCsv.php:88
10708 #: libraries/classes/Plugins/Export/ExportExcel.php:55
10709 msgid "Remove carriage return/line feed characters within columns"
10710 msgstr "Remove carriage return/line feed characters within columns"
10712 #: libraries/classes/Plugins/Export/ExportExcel.php:65
10713 msgid "Excel edition:"
10714 msgstr "Excel edition:"
10716 #: libraries/classes/Plugins/Export/ExportHtmlword.php:67
10717 #: libraries/classes/Plugins/Export/ExportLatex.php:106
10718 #: libraries/classes/Plugins/Export/ExportMediawiki.php:71
10719 #: libraries/classes/Plugins/Export/ExportOdt.php:81
10720 #: libraries/classes/Plugins/Export/ExportPdf.php:116
10721 #: libraries/classes/Plugins/Export/ExportSql.php:247
10722 #: libraries/classes/Plugins/Export/ExportTexytext.php:66
10723 #: libraries/config.values.php:254 libraries/config.values.php:320
10724 #: libraries/config.values.php:336 libraries/config.values.php:344
10725 #: libraries/config.values.php:349
10726 msgid "structure"
10727 msgstr "structure"
10729 #: libraries/classes/Plugins/Export/ExportHtmlword.php:68
10730 #: libraries/classes/Plugins/Export/ExportLatex.php:107
10731 #: libraries/classes/Plugins/Export/ExportMediawiki.php:72
10732 #: libraries/classes/Plugins/Export/ExportOdt.php:82
10733 #: libraries/classes/Plugins/Export/ExportPdf.php:117
10734 #: libraries/classes/Plugins/Export/ExportSql.php:248
10735 #: libraries/classes/Plugins/Export/ExportTexytext.php:67
10736 #: libraries/config.values.php:255 libraries/config.values.php:321
10737 #: libraries/config.values.php:337 libraries/config.values.php:345
10738 #: libraries/config.values.php:350
10739 msgid "data"
10740 msgstr "data"
10742 #: libraries/classes/Plugins/Export/ExportHtmlword.php:69
10743 #: libraries/classes/Plugins/Export/ExportLatex.php:108
10744 #: libraries/classes/Plugins/Export/ExportMediawiki.php:73
10745 #: libraries/classes/Plugins/Export/ExportOdt.php:83
10746 #: libraries/classes/Plugins/Export/ExportPdf.php:118
10747 #: libraries/classes/Plugins/Export/ExportSql.php:249
10748 #: libraries/classes/Plugins/Export/ExportTexytext.php:68
10749 #: libraries/config.values.php:256 libraries/config.values.php:322
10750 #: libraries/config.values.php:338 libraries/config.values.php:346
10751 #: libraries/config.values.php:351
10752 msgid "structure and data"
10753 msgstr "structure and data"
10755 #: libraries/classes/Plugins/Export/ExportHtmlword.php:79
10756 #: libraries/classes/Plugins/Export/ExportLatex.php:169
10757 #: libraries/classes/Plugins/Export/ExportOdt.php:126
10758 #: libraries/classes/Plugins/Export/ExportTexytext.php:78
10759 #: libraries/classes/Plugins/Export/ExportXml.php:153
10760 msgid "Data dump options"
10761 msgstr "Data dump options"
10763 #: libraries/classes/Plugins/Export/ExportHtmlword.php:210
10764 #: libraries/classes/Plugins/Export/ExportOdt.php:267
10765 #: libraries/classes/Plugins/Export/ExportSql.php:2555
10766 #: libraries/classes/Plugins/Export/ExportTexytext.php:194
10767 msgid "Dumping data for table"
10768 msgstr "Dumping data for table"
10770 #: libraries/classes/Plugins/Export/ExportHtmlword.php:308
10771 #: libraries/classes/Plugins/Export/ExportHtmlword.php:409
10772 #: libraries/classes/Plugins/Export/ExportLatex.php:576
10773 #: libraries/classes/Plugins/Export/ExportOdt.php:405
10774 #: libraries/classes/Plugins/Export/ExportOdt.php:511
10775 #: libraries/classes/Plugins/Export/ExportTexytext.php:315
10776 #: libraries/classes/Plugins/Export/ExportTexytext.php:409
10777 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:584
10778 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:723
10779 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:757
10780 #: templates/columns_definitions/table_fields_definitions.twig:20
10781 #: templates/database/central_columns/edit.twig:11
10782 #: templates/database/central_columns/main.twig:28
10783 #: templates/database/central_columns/main.twig:234
10784 #: templates/database/data_dictionary/index.twig:19
10785 #: templates/database/structure/body_for_table_summary.twig:52
10786 #: templates/server/replication/slave_configuration.twig:9
10787 #: templates/table/structure/display_structure.twig:27
10788 #: templates/table/tracking/structure_snapshot_columns.twig:10
10789 msgid "Default"
10790 msgstr "Default"
10792 #: libraries/classes/Plugins/Export/ExportHtmlword.php:413
10793 #: libraries/classes/Plugins/Export/ExportLatex.php:578
10794 #: libraries/classes/Plugins/Export/ExportOdt.php:515
10795 #: libraries/classes/Plugins/Export/ExportTexytext.php:411
10796 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:593
10797 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:725
10798 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:759
10799 #: templates/database/data_dictionary/index.twig:21
10800 msgid "Links to"
10801 msgstr "Links to"
10803 #: libraries/classes/Plugins/Export/ExportHtmlword.php:510
10804 #: libraries/classes/Plugins/Export/ExportOdt.php:630
10805 #: libraries/classes/Plugins/Export/ExportTexytext.php:485
10806 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:409
10807 #: templates/columns_definitions/table_fields_definitions.twig:9
10808 #: templates/database/central_columns/edit.twig:8
10809 #: templates/database/central_columns/main.twig:16
10810 #: templates/database/central_columns/main.twig:222
10811 #: templates/database/create_table.twig:11
10812 #: templates/database/events/index.twig:43
10813 #: templates/database/operations/index.twig:33
10814 #: templates/database/routines/editor_form.twig:50
10815 #: templates/database/routines/execute_form.twig:15
10816 #: templates/database/routines/index.twig:49
10817 #: templates/database/triggers/list.twig:43 templates/setup/home/index.twig:49
10818 #: templates/table/structure/display_structure.twig:22
10819 msgid "Name"
10820 msgstr "Name"
10822 #: libraries/classes/Plugins/Export/ExportHtmlword.php:513
10823 #: libraries/classes/Plugins/Export/ExportOdt.php:639
10824 #: libraries/classes/Plugins/Export/ExportTexytext.php:488
10825 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:415
10826 #: templates/database/events/editor_form.twig:82
10827 #: templates/database/routines/editor_form.twig:109
10828 #: templates/database/triggers/editor_form.twig:57
10829 msgid "Definition"
10830 msgstr "Definition"
10832 #: libraries/classes/Plugins/Export/ExportHtmlword.php:587
10833 #: libraries/classes/Plugins/Export/ExportOdt.php:719
10834 #: libraries/classes/Plugins/Export/ExportSql.php:2204
10835 #: libraries/classes/Plugins/Export/ExportTexytext.php:554
10836 msgid "Table structure for table"
10837 msgstr "Table structure for table"
10839 #: libraries/classes/Plugins/Export/ExportHtmlword.php:613
10840 #: libraries/classes/Plugins/Export/ExportOdt.php:751
10841 #: libraries/classes/Plugins/Export/ExportSql.php:2278
10842 #: libraries/classes/Plugins/Export/ExportTexytext.php:580
10843 msgid "Structure for view"
10844 msgstr "Structure for view"
10846 #: libraries/classes/Plugins/Export/ExportHtmlword.php:627
10847 #: libraries/classes/Plugins/Export/ExportOdt.php:771
10848 #: libraries/classes/Plugins/Export/ExportSql.php:2326
10849 #: libraries/classes/Plugins/Export/ExportTexytext.php:596
10850 msgid "Stand-in structure for view"
10851 msgstr "Stand-in structure for view"
10853 #: libraries/classes/Plugins/Export/ExportJson.php:98
10854 msgid "Output pretty-printed JSON (Use human-readable formatting)"
10855 msgstr "Output pretty-printed JSON (Use human-readable formatting)"
10857 #: libraries/classes/Plugins/Export/ExportJson.php:104
10858 msgid "Output unicode characters unescaped"
10859 msgstr "Output unicode characters unescaped"
10861 #: libraries/classes/Plugins/Export/ExportLatex.php:52
10862 msgid "Content of table @TABLE@"
10863 msgstr "Content of table @TABLE@"
10865 #: libraries/classes/Plugins/Export/ExportLatex.php:53
10866 msgid "(continued)"
10867 msgstr "(continued)"
10869 #: libraries/classes/Plugins/Export/ExportLatex.php:54
10870 msgid "Structure of table @TABLE@"
10871 msgstr "Structure of table @TABLE@"
10873 #: libraries/classes/Plugins/Export/ExportLatex.php:119
10874 #: libraries/classes/Plugins/Export/ExportOdt.php:94
10875 #: libraries/classes/Plugins/Export/ExportSql.php:262
10876 msgid "Object creation options"
10877 msgstr "Object creation options"
10879 #: libraries/classes/Plugins/Export/ExportLatex.php:125
10880 #: libraries/classes/Plugins/Export/ExportLatex.php:180
10881 msgid "Table caption:"
10882 msgstr "Table caption:"
10884 #: libraries/classes/Plugins/Export/ExportLatex.php:131
10885 #: libraries/classes/Plugins/Export/ExportLatex.php:186
10886 msgid "Table caption (continued):"
10887 msgstr "Table caption (continued):"
10889 #: libraries/classes/Plugins/Export/ExportLatex.php:137
10890 #: libraries/classes/Plugins/Export/ExportLatex.php:192
10891 msgid "Label key:"
10892 msgstr "Label key:"
10894 #: libraries/classes/Plugins/Export/ExportLatex.php:144
10895 #: libraries/classes/Plugins/Export/ExportOdt.php:101
10896 #: libraries/classes/Plugins/Export/ExportSql.php:155
10897 msgid "Display foreign key relationships"
10898 msgstr "Display foreign key relationships"
10900 #: libraries/classes/Plugins/Export/ExportLatex.php:151
10901 #: libraries/classes/Plugins/Export/ExportOdt.php:108
10902 msgid "Display comments"
10903 msgstr "Display comments"
10905 #: libraries/classes/Plugins/Export/ExportLatex.php:157
10906 #: libraries/classes/Plugins/Export/ExportOdt.php:114
10907 #: libraries/classes/Plugins/Export/ExportSql.php:163
10908 msgid "Display media types"
10909 msgstr "Display media types"
10911 #: libraries/classes/Plugins/Export/ExportLatex.php:175
10912 msgid "Put columns names in the first row:"
10913 msgstr "Put columns names in the first row:"
10915 #: libraries/classes/Plugins/Export/ExportLatex.php:222
10916 #: libraries/classes/Plugins/Export/ExportSql.php:764
10917 #: libraries/classes/Plugins/Export/ExportXml.php:256
10918 #: templates/server/replication/change_master.twig:22
10919 #: templates/server/replication/master_add_slave_user.twig:29
10920 msgid "Host:"
10921 msgstr "Host:"
10923 #: libraries/classes/Plugins/Export/ExportLatex.php:228
10924 #: libraries/classes/Plugins/Export/ExportSql.php:771
10925 #: libraries/classes/Plugins/Export/ExportXml.php:262
10926 msgid "Generation Time:"
10927 msgstr "Generation Time:"
10929 #: libraries/classes/Plugins/Export/ExportLatex.php:230
10930 #: libraries/classes/Plugins/Export/ExportSql.php:775
10931 #: libraries/classes/Plugins/Export/ExportXml.php:264
10932 #: templates/home/index.twig:160
10933 msgid "Server version:"
10934 msgstr "Server version:"
10936 #: libraries/classes/Plugins/Export/ExportLatex.php:231
10937 #: libraries/classes/Plugins/Export/ExportSql.php:777
10938 #: libraries/classes/Plugins/Export/ExportXml.php:265
10939 msgid "PHP Version:"
10940 msgstr "PHP Version:"
10942 #: libraries/classes/Plugins/Export/ExportLatex.php:262
10943 #: libraries/classes/Plugins/Export/ExportSql.php:976
10944 #: libraries/classes/Plugins/Export/ExportXml.php:442
10945 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:221
10946 #: templates/database/structure/copy_form.twig:5
10947 #: templates/menu/breadcrumbs.twig:16
10948 msgid "Database:"
10949 msgstr "Database:"
10951 #: libraries/classes/Plugins/Export/ExportLatex.php:338
10952 #: libraries/classes/Plugins/Export/ExportSql.php:2395
10953 msgid "Data:"
10954 msgstr "Data:"
10956 #: libraries/classes/Plugins/Export/ExportLatex.php:551
10957 msgid "Structure:"
10958 msgstr "Structure:"
10960 #: libraries/classes/Plugins/Export/ExportMediawiki.php:82
10961 msgid "Export table names"
10962 msgstr "Export table names"
10964 #: libraries/classes/Plugins/Export/ExportMediawiki.php:89
10965 msgid "Export table headers"
10966 msgstr "Export table headers"
10968 #: libraries/classes/Plugins/Export/ExportOdt.php:268
10969 #: libraries/classes/Plugins/Export/ExportTexytext.php:195
10970 msgid "Dumping data for query result"
10971 msgstr "Dumping data for query result"
10973 #: libraries/classes/Plugins/Export/ExportPdf.php:102
10974 msgid "Report title:"
10975 msgstr "Report title:"
10977 #: libraries/classes/Plugins/Export/ExportPdf.php:228
10978 msgid "Dumping data"
10979 msgstr "Dumping data"
10981 #: libraries/classes/Plugins/Export/ExportPdf.php:248
10982 msgid "Query result data"
10983 msgstr "Query result data"
10985 #: libraries/classes/Plugins/Export/ExportPdf.php:304
10986 msgid "View structure"
10987 msgstr "View structure"
10989 #: libraries/classes/Plugins/Export/ExportPdf.php:307
10990 msgid "Stand in"
10991 msgstr "Stand in"
10993 #: libraries/classes/Plugins/Export/ExportSql.php:133
10994 msgid ""
10995 "Display comments <i>(includes info such as export timestamp, PHP version, "
10996 "and server version)</i>"
10997 msgstr ""
10998 "Display comments <i>(includes info such as export timestamp, PHP version, "
10999 "and server version)</i>"
11001 #: libraries/classes/Plugins/Export/ExportSql.php:141
11002 msgid "Additional custom header comment (\\n splits lines):"
11003 msgstr "Additional custom header comment (\\n splits lines):"
11005 #: libraries/classes/Plugins/Export/ExportSql.php:147
11006 msgid ""
11007 "Include a timestamp of when databases were created, last updated, and last "
11008 "checked"
11009 msgstr ""
11010 "Include a timestamp of when databases were created, last updated, and last "
11011 "checked"
11013 #: libraries/classes/Plugins/Export/ExportSql.php:208
11014 msgid "Export metadata"
11015 msgstr "Export metadata"
11017 #: libraries/classes/Plugins/Export/ExportSql.php:223
11018 msgid ""
11019 "Database system or older MySQL server to maximize output compatibility with:"
11020 msgstr ""
11021 "Database system or older MySQL server to maximise output compatibility with:"
11023 #: libraries/classes/Plugins/Export/ExportSql.php:270
11024 msgid "Add statements:"
11025 msgstr "Add statements:"
11027 #: libraries/classes/Plugins/Export/ExportSql.php:278
11028 #: libraries/classes/Plugins/Export/ExportSql.php:287
11029 #: libraries/classes/Plugins/Export/ExportSql.php:308
11030 #: libraries/classes/Plugins/Export/ExportSql.php:317
11031 #: libraries/classes/Plugins/Export/ExportSql.php:342
11032 #: libraries/classes/Plugins/Export/ExportSql.php:370
11033 #: libraries/classes/Plugins/Export/ExportSql.php:379
11034 #, php-format
11035 msgid "Add %s statement"
11036 msgstr "Add %s statement"
11038 #: libraries/classes/Plugins/Export/ExportSql.php:324
11039 msgid "(less efficient as indexes will be generated during table creation)"
11040 msgstr "(less efficient as indexes will be generated during table creation)"
11042 #: libraries/classes/Plugins/Export/ExportSql.php:332
11043 #, php-format
11044 msgid "%s value"
11045 msgstr "%s value"
11047 #. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
11048 #: libraries/classes/Plugins/Export/ExportSql.php:349
11049 msgid "Use simple view export"
11050 msgstr "Use simple view export"
11052 #: libraries/classes/Plugins/Export/ExportSql.php:388
11053 msgid ""
11054 "Enclose table and column names with backquotes <i>(Protects column and table "
11055 "names formed with special characters or keywords)</i>"
11056 msgstr ""
11057 "Enclose table and column names with back-quotes <i>(Protects column and "
11058 "table names formed with special characters or keywords)</i>"
11060 #: libraries/classes/Plugins/Export/ExportSql.php:403
11061 msgid "Data creation options"
11062 msgstr "Data creation options"
11064 #: libraries/classes/Plugins/Export/ExportSql.php:408
11065 #: libraries/classes/Plugins/Export/ExportSql.php:2501
11066 msgid "Truncate table before insert"
11067 msgstr "Truncate table before insert"
11069 #: libraries/classes/Plugins/Export/ExportSql.php:415
11070 msgid "Instead of <code>INSERT</code> statements, use:"
11071 msgstr "Instead of <code>INSERT</code> statements, use:"
11073 #: libraries/classes/Plugins/Export/ExportSql.php:421
11074 msgid "<code>INSERT DELAYED</code> statements"
11075 msgstr "<code>INSERT DELAYED</code> statements"
11077 #: libraries/classes/Plugins/Export/ExportSql.php:433
11078 #: libraries/classes/Plugins/Export/ExportSql.php:467
11079 msgid "<code>INSERT IGNORE</code> statements"
11080 msgstr "<code>INSERT IGNORE</code> statements"
11082 #: libraries/classes/Plugins/Export/ExportSql.php:447
11083 msgid "Function to use when dumping data:"
11084 msgstr "Function to use when dumping data:"
11086 #: libraries/classes/Plugins/Export/ExportSql.php:462
11087 msgid "Syntax to use when inserting data:"
11088 msgstr "Syntax to use when inserting data:"
11090 #: libraries/classes/Plugins/Export/ExportSql.php:472
11091 msgid ""
11092 "include column names in every <code>INSERT</code> statement <br> &nbsp; "
11093 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
11094 "(1,2,3)</code>"
11095 msgstr ""
11096 "include column names in every <code>INSERT</code> statement <br> &nbsp; "
11097 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
11098 "(1,2,3)</code>"
11100 #: libraries/classes/Plugins/Export/ExportSql.php:477
11101 msgid ""
11102 "insert multiple rows in every <code>INSERT</code> statement<br> &nbsp; "
11103 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
11104 "(7,8,9)</code>"
11105 msgstr ""
11106 "insert multiple rows in every <code>INSERT</code> statement<br> &nbsp; "
11107 "&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
11108 "(7,8,9)</code>"
11110 #: libraries/classes/Plugins/Export/ExportSql.php:482
11111 msgid ""
11112 "both of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
11113 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
11114 msgstr ""
11115 "both of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
11116 "tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
11118 #: libraries/classes/Plugins/Export/ExportSql.php:487
11119 msgid ""
11120 "neither of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
11121 "tbl_name VALUES (1,2,3)</code>"
11122 msgstr ""
11123 "neither of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
11124 "tbl_name VALUES (1,2,3)</code>"
11126 #: libraries/classes/Plugins/Export/ExportSql.php:506
11127 msgid ""
11128 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
11129 "0x616263)</i>"
11130 msgstr ""
11131 "Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
11132 "0x616263)</i>"
11134 #: libraries/classes/Plugins/Export/ExportSql.php:516
11135 msgid ""
11136 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
11137 "reloaded between servers in different time zones)</i>"
11138 msgstr ""
11139 "Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
11140 "reloaded between servers in different time zones)</i>"
11142 #: libraries/classes/Plugins/Export/ExportSql.php:584
11143 msgid "It appears your database uses routines;"
11144 msgstr "It appears your database uses routines;"
11146 #: libraries/classes/Plugins/Export/ExportSql.php:587
11147 #: libraries/classes/Plugins/Export/ExportSql.php:1712
11148 #: libraries/classes/Plugins/Export/ExportSql.php:2266
11149 msgid "alias export may not work reliably in all cases."
11150 msgstr "alias export may not work reliably in all cases."
11152 #: libraries/classes/Plugins/Export/ExportSql.php:1093
11153 msgid "Metadata"
11154 msgstr "Metadata"
11156 #: libraries/classes/Plugins/Export/ExportSql.php:1167
11157 #, php-format
11158 msgid "Metadata for table %s"
11159 msgstr "Metadata for table %s"
11161 #: libraries/classes/Plugins/Export/ExportSql.php:1174
11162 #, php-format
11163 msgid "Metadata for database %s"
11164 msgstr "Metadata for database %s"
11166 #: libraries/classes/Plugins/Export/ExportSql.php:1530
11167 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:683
11168 msgid "Creation:"
11169 msgstr "Creation:"
11171 #: libraries/classes/Plugins/Export/ExportSql.php:1544
11172 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:694
11173 msgid "Last update:"
11174 msgstr "Last update:"
11176 #: libraries/classes/Plugins/Export/ExportSql.php:1558
11177 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705
11178 msgid "Last check:"
11179 msgstr "Last check:"
11181 #: libraries/classes/Plugins/Export/ExportSql.php:1617
11182 #, php-format
11183 msgid "Error reading structure for table %s:"
11184 msgstr "Error reading structure for table %s:"
11186 #: libraries/classes/Plugins/Export/ExportSql.php:1709
11187 msgid "It appears your database uses views;"
11188 msgstr "It appears your database uses views;"
11190 #: libraries/classes/Plugins/Export/ExportSql.php:1893
11191 msgid "Constraints for dumped tables"
11192 msgstr "Constraints for dumped tables"
11194 #: libraries/classes/Plugins/Export/ExportSql.php:1894
11195 msgid "Constraints for table"
11196 msgstr "Constraints for table"
11198 #: libraries/classes/Plugins/Export/ExportSql.php:1924
11199 msgid "Indexes for dumped tables"
11200 msgstr "Indexes for dumped tables"
11202 #: libraries/classes/Plugins/Export/ExportSql.php:1925
11203 msgid "Indexes for table"
11204 msgstr "Indexes for table"
11206 #: libraries/classes/Plugins/Export/ExportSql.php:1961
11207 msgid "AUTO_INCREMENT for dumped tables"
11208 msgstr "AUTO_INCREMENT for dumped tables"
11210 #: libraries/classes/Plugins/Export/ExportSql.php:1962
11211 msgid "AUTO_INCREMENT for table"
11212 msgstr "AUTO_INCREMENT for table"
11214 #: libraries/classes/Plugins/Export/ExportSql.php:2039
11215 msgid "MEDIA TYPES FOR TABLE"
11216 msgstr "MEDIA TYPES FOR TABLE"
11218 #: libraries/classes/Plugins/Export/ExportSql.php:2063
11219 msgid "RELATIONSHIPS FOR TABLE"
11220 msgstr "RELATIONSHIPS FOR TABLE"
11222 #: libraries/classes/Plugins/Export/ExportSql.php:2263
11223 msgid "It appears your table uses triggers;"
11224 msgstr "It appears your table uses triggers;"
11226 #: libraries/classes/Plugins/Export/ExportSql.php:2303
11227 #, php-format
11228 msgid "Structure for view %s exported as a table"
11229 msgstr "Structure for view %s exported as a table"
11231 #: libraries/classes/Plugins/Export/ExportSql.php:2329
11232 msgid "(See below for the actual view)"
11233 msgstr "(See below for the actual view)"
11235 #: libraries/classes/Plugins/Export/ExportSql.php:2410
11236 #, php-format
11237 msgid "Error reading data for table %s:"
11238 msgstr "Error reading data for table %s:"
11240 #: libraries/classes/Plugins/Export/ExportXml.php:114
11241 msgid "Object creation options (all are recommended)"
11242 msgstr "Object creation options (all are recommended)"
11244 #: libraries/classes/Plugins/Export/ExportXml.php:158
11245 msgid "Export contents"
11246 msgstr "Export contents"
11248 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:222
11249 #: templates/menu/breadcrumbs.twig:29
11250 msgid "Table:"
11251 msgstr "Table:"
11253 #: libraries/classes/Plugins/Export/Helpers/Pdf.php:223
11254 msgid "Purpose:"
11255 msgstr "Purpose:"
11257 #: libraries/classes/Plugins/Import/AbstractImportCsv.php:49
11258 msgid ""
11259 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
11260 msgstr ""
11261 "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
11263 #: libraries/classes/Plugins/Import/ImportCsv.php:77
11264 msgid "Name of the new table (optional):"
11265 msgstr "Name of the new table (optional):"
11267 #: libraries/classes/Plugins/Import/ImportCsv.php:86
11268 msgid "Name of the new database (optional):"
11269 msgstr "Name of the new database (optional):"
11271 #: libraries/classes/Plugins/Import/ImportCsv.php:95
11272 #: libraries/classes/Plugins/Import/ImportCsv.php:113
11273 msgid "Import these many number of rows (optional):"
11274 msgstr "Import these many number of rows (optional):"
11276 #: libraries/classes/Plugins/Import/ImportCsv.php:103
11277 #: libraries/classes/Plugins/Import/ImportOds.php:72
11278 msgid ""
11279 "The first line of the file contains the table column names <i>(if this is "
11280 "unchecked, the first line will become part of the data)</i>"
11281 msgstr ""
11282 "The first line of the file contains the table column names <i>(if this is "
11283 "unchecked, the first line will become part of the data)</i>"
11285 #: libraries/classes/Plugins/Import/ImportCsv.php:120
11286 msgid ""
11287 "If the data in each row of the file is not in the same order as in the "
11288 "database, list the corresponding column names here. Column names must be "
11289 "separated by commas and not enclosed in quotations."
11290 msgstr ""
11291 "If the data in each row of the file is not in the same order as in the "
11292 "database, list the corresponding column names here. Column names must be "
11293 "separated by commas and not enclosed in quotations."
11295 #: libraries/classes/Plugins/Import/ImportCsv.php:128
11296 msgid "Column names:"
11297 msgstr "Column names:"
11299 #: libraries/classes/Plugins/Import/ImportCsv.php:272
11300 #: libraries/classes/Plugins/Import/ImportCsv.php:679
11301 #, php-format
11302 msgid "Invalid format of CSV input on line %d."
11303 msgstr "Invalid format of CSV input on line %d."
11305 #: libraries/classes/Plugins/Import/ImportCsv.php:535
11306 #, php-format
11307 msgid "Invalid column count in CSV input on line %d."
11308 msgstr "Invalid column count in CSV input on line %d."
11310 #: libraries/classes/Plugins/Import/ImportCsv.php:697
11311 #: libraries/classes/Plugins/Import/ImportCsv.php:712
11312 #: libraries/classes/Plugins/Import/ImportCsv.php:723
11313 #: libraries/classes/Plugins/Import/ImportCsv.php:733
11314 #, php-format
11315 msgid "Invalid parameter for CSV import: %s"
11316 msgstr "Invalid parameter for CSV import: %s"
11318 #: libraries/classes/Plugins/Import/ImportCsv.php:866
11319 #, php-format
11320 msgid ""
11321 "Invalid column (%s) specified! Ensure that columns names are spelled "
11322 "correctly, separated by commas, and not enclosed in quotes."
11323 msgstr ""
11324 "Invalid column (%s) specified! Ensure that columns names are spelled "
11325 "correctly, separated by commas, and not enclosed in quotes."
11327 #: libraries/classes/Plugins/Import/ImportLdi.php:79
11328 msgid "Column names: "
11329 msgstr "Column names: "
11331 #: libraries/classes/Plugins/Import/ImportLdi.php:121
11332 msgid "This plugin does not support compressed imports!"
11333 msgstr "This plug-in does not support compressed imports!"
11335 #: libraries/classes/Plugins/Import/ImportMediawiki.php:59
11336 msgid "MediaWiki Table"
11337 msgstr "MediaWiki Table"
11339 #: libraries/classes/Plugins/Import/ImportMediawiki.php:297
11340 #, php-format
11341 msgid "Invalid format of mediawiki input on line: <br>%s."
11342 msgstr "Invalid format of mediawiki input on line: <br>%s."
11344 #: libraries/classes/Plugins/Import/ImportOds.php:86
11345 msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
11346 msgstr "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
11348 #: libraries/classes/Plugins/Import/ImportOds.php:92
11349 msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
11350 msgstr "Import currencies <i>(ex. $5.00 to 5.00)</i>"
11352 #: libraries/classes/Plugins/Import/ImportOds.php:162
11353 #: libraries/classes/Plugins/Import/ImportXml.php:121
11354 #: libraries/classes/Plugins/Import/ImportXml.php:185
11355 msgid ""
11356 "The XML file specified was either malformed or incomplete. Please correct "
11357 "the issue and try again."
11358 msgstr ""
11359 "The XML file specified was either malformed or incomplete. Please correct "
11360 "the issue and try again."
11362 #: libraries/classes/Plugins/Import/ImportOds.php:173
11363 msgid "Could not parse OpenDocument Spreadsheet!"
11364 msgstr "Could not parse OpenDocument Spreadsheet!"
11366 #: libraries/classes/Plugins/Import/ImportShp.php:68
11367 msgid "ESRI Shape File"
11368 msgstr "ESRI Shape File"
11370 #: libraries/classes/Plugins/Import/ImportShp.php:107
11371 #: libraries/classes/Plugins/Import/ImportShp.php:188
11372 #, php-format
11373 msgid "There was an error importing the ESRI shape file: \"%s\"."
11374 msgstr "There was an error importing the ESRI shape file: \"%s\"."
11376 #: libraries/classes/Plugins/Import/ImportShp.php:218
11377 #, php-format
11378 msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
11379 msgstr "MySQL Spatial Extension does not support ESRI type \"%s\"."
11381 #: libraries/classes/Plugins/Import/ImportShp.php:267
11382 msgid "The imported file does not contain any data!"
11383 msgstr "The imported file does not contain any data!"
11385 #: libraries/classes/Plugins/Import/ImportSql.php:71
11386 msgid "SQL compatibility mode:"
11387 msgstr "SQL compatibility mode:"
11389 #: libraries/classes/Plugins/Import/ImportSql.php:83
11390 msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
11391 msgstr "Do not use <code>AUTO_INCREMENT</code> for zero values"
11393 #: libraries/classes/Plugins/Import/ImportXml.php:52
11394 msgid "XML"
11395 msgstr "XML"
11397 #: libraries/classes/Plugins.php:728
11398 msgid "This format has no options"
11399 msgstr "This format has no options"
11401 #: libraries/classes/Plugins.php:745
11402 msgid "Invalid authentication method set in configuration:"
11403 msgstr "Invalid authentication method set in configuration:"
11405 #: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:76
11406 #: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:97
11407 #: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:100
11408 #: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:95
11409 #, php-format
11410 msgid "The %s table doesn't exist!"
11411 msgstr "The %s table doesn't exist!"
11413 #: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:65
11414 #: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:76
11415 #, php-format
11416 msgid "Schema of the %s database - Page %s"
11417 msgstr "Schema of the %s database - Page %s"
11419 #: libraries/classes/Plugins/Schema/ExportRelationSchema.php:300
11420 msgid "SCHEMA ERROR: "
11421 msgstr "SCHEMA ERROR: "
11423 #: libraries/classes/Plugins/Schema/Pdf/Pdf.php:304
11424 msgid "PDF export page"
11425 msgstr "PDF export page"
11427 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:143
11428 #, php-format
11429 msgid "Schema of the %s database"
11430 msgstr "Schema of the %s database"
11432 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:171
11433 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:590
11434 msgid "Relational schema"
11435 msgstr "Relational schema"
11437 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:535
11438 msgid "Table of contents"
11439 msgstr "Table of contents"
11441 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:672
11442 #: templates/columns_definitions/column_definitions_form.twig:72
11443 #: templates/database/data_dictionary/index.twig:11
11444 #: templates/table/structure/display_table_stats.twig:6
11445 msgid "Table comments:"
11446 msgstr "Table comments:"
11448 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:721
11449 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:755
11450 #: templates/columns_definitions/table_fields_definitions.twig:27
11451 #: templates/database/central_columns/edit.twig:13
11452 #: templates/table/structure/display_structure.twig:25
11453 msgid "Attributes"
11454 msgstr "Attributes"
11456 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:724
11457 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:758
11458 #: templates/table/structure/display_structure.twig:31
11459 #: templates/table/tracking/structure_snapshot_columns.twig:11
11460 msgid "Extra"
11461 msgstr "Extra"
11463 #: libraries/classes/Plugins/SchemaPlugin.php:68
11464 msgid "Show color"
11465 msgstr "Show colour"
11467 #: libraries/classes/Plugins/SchemaPlugin.php:70
11468 msgid "Only show keys"
11469 msgstr "Only show keys"
11471 #: libraries/classes/Plugins/Schema/SchemaDia.php:55
11472 #: libraries/classes/Plugins/Schema/SchemaEps.php:63
11473 #: libraries/classes/Plugins/Schema/SchemaPdf.php:63
11474 msgid "Orientation"
11475 msgstr "Orientation"
11477 #: libraries/classes/Plugins/Schema/SchemaDia.php:59
11478 #: libraries/classes/Plugins/Schema/SchemaEps.php:67
11479 #: libraries/classes/Plugins/Schema/SchemaPdf.php:67
11480 msgid "Landscape"
11481 msgstr "Landscape"
11483 #: libraries/classes/Plugins/Schema/SchemaDia.php:60
11484 #: libraries/classes/Plugins/Schema/SchemaEps.php:68
11485 #: libraries/classes/Plugins/Schema/SchemaPdf.php:68
11486 msgid "Portrait"
11487 msgstr "Portrait"
11489 #: libraries/classes/Plugins/Schema/SchemaEps.php:57
11490 #: libraries/classes/Plugins/Schema/SchemaPdf.php:57
11491 #: libraries/classes/Plugins/Schema/SchemaSvg.php:56
11492 msgid "Same width for all tables"
11493 msgstr "Same width for all tables"
11495 #: libraries/classes/Plugins/Schema/SchemaPdf.php:82
11496 msgid "Show grid"
11497 msgstr "Show grid"
11499 #: libraries/classes/Plugins/Schema/SchemaPdf.php:88
11500 #: templates/database/structure/index.twig:23
11501 msgid "Data dictionary"
11502 msgstr "Data dictionary"
11504 #: libraries/classes/Plugins/Schema/SchemaPdf.php:94
11505 msgid "Order of the tables"
11506 msgstr "Order of the tables"
11508 #: libraries/classes/Plugins/Schema/SchemaPdf.php:99
11509 msgid "Name (Ascending)"
11510 msgstr "Name (Ascending)"
11512 #: libraries/classes/Plugins/Schema/SchemaPdf.php:100
11513 msgid "Name (Descending)"
11514 msgstr "Name (Descending)"
11516 #: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:28
11517 msgid ""
11518 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
11519 "TRUE, second for FALSE. Nonzero=true."
11520 msgstr ""
11521 "Converts Boolean values to text (default 'T' and 'F'). First option is for "
11522 "TRUE, second for FALSE. Nonzero=true."
11524 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:39
11525 msgid ""
11526 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
11527 "formatted date. The first option is the offset (in hours) which will be "
11528 "added to the timestamp (Default: 0). Use second option to specify a "
11529 "different date/time format string. Third option determines whether you want "
11530 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
11531 "According to that, date format has different value - for \"local\" see the "
11532 "documentation for PHP's strftime() function and for \"utc\" it is done using "
11533 "gmdate() function."
11534 msgstr ""
11535 "Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
11536 "formatted date. The first option is the offset (in hours) which will be "
11537 "added to the timestamp (Default: 0). Use second option to specify a "
11538 "different date/time format string. Third option determines whether you want "
11539 "to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
11540 "According to that, date format has different value - for \"local\" see the "
11541 "documentation for PHP's strftime() function and for \"utc\" it is done using "
11542 "gmdate() function."
11544 #. l10n: See https://www.php.net/manual/en/function.strftime.php
11545 #: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:72
11546 #: libraries/classes/Util.php:786
11547 msgid "%B %d, %Y at %I:%M %p"
11548 msgstr "%B %d, %Y at %I:%M %p"
11550 #: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:31
11551 msgid ""
11552 "Displays a link to download the binary data of the column. You can use the "
11553 "first option to specify the filename, or use the second option as the name "
11554 "of a column which contains the filename. If you use the second option, you "
11555 "need to set the first option to the empty string."
11556 msgstr ""
11557 "Displays a link to download the binary data of the column. You can use the "
11558 "first option to specify the filename, or use the second option as the name "
11559 "of a column which contains the filename. If you use the second option, you "
11560 "need to set the first option to the empty string."
11562 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:42
11563 msgid ""
11564 "LINUX ONLY: Launches an external application and feeds it the column data "
11565 "via standard input. Returns the standard output of the application. The "
11566 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
11567 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
11568 "ExternalTransformationsPlugin.php and list the tools you want to make "
11569 "available. The first option is then the number of the program you want to "
11570 "use. The second option should be blank for historical reasons. The third "
11571 "option, if set to 1, will convert the output using htmlspecialchars() "
11572 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
11573 "ensure that the output appears all on one line (Default 1)."
11574 msgstr ""
11575 "LINUX ONLY: Launches an external application and feeds it the column data "
11576 "via standard input. Returns the standard output of the application. The "
11577 "default is Tidy, to pretty-print HTML code. For security reasons, you have "
11578 "to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
11579 "ExternalTransformationsPlugin.php and list the tools you want to make "
11580 "available. The first option is then the number of the program you want to "
11581 "use. The second option should be blank for historical reasons. The third "
11582 "option, if set to 1, will convert the output using htmlspecialchars() "
11583 "(Default 1). The fourth option, if set to 1, will prevent wrapping and "
11584 "ensure that the output appears all on one line (Default 1)."
11586 #: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:127
11587 #, php-format
11588 msgid ""
11589 "You are using the external transformation command line options field, which "
11590 "has been deprecated for security reasons. Add all command line options "
11591 "directly to the definition in %s."
11592 msgstr ""
11593 "You are using the external transformation command line options field, which "
11594 "has been deprecated for security reasons. Add all command line options "
11595 "directly to the definition in %s."
11597 #: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:29
11598 msgid ""
11599 "Displays the contents of the column as-is, without running it through "
11600 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
11601 msgstr ""
11602 "Displays the contents of the column as-is, without running it through "
11603 "htmlspecialchars(). That is, the column is assumed to contain valid HTML."
11605 #: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:31
11606 msgid ""
11607 "Displays hexadecimal representation of data. Optional first parameter "
11608 "specifies how often space will be added (defaults to 2 nibbles)."
11609 msgstr ""
11610 "Displays hexadecimal representation of data. Optional first parameter "
11611 "specifies how often space will be added (defaults to 2 nibbles)."
11613 #: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:30
11614 msgid "Displays a link to download this image."
11615 msgstr "Displays a link to download this image."
11617 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:31
11618 msgid ""
11619 "Image upload functionality which also displays a thumbnail. The options are "
11620 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
11621 msgstr ""
11622 "Image upload functionality which also displays a thumbnail. The options are "
11623 "the width and height of the thumbnail in pixels. Defaults to 100 X 100."
11625 #: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:91
11626 msgid "Image preview here"
11627 msgstr "Image preview here"
11629 #: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:32
11630 msgid ""
11631 "Displays a clickable thumbnail. The options are the maximum width and height "
11632 "in pixels. The original aspect ratio is preserved."
11633 msgstr ""
11634 "Displays a clickable thumbnail. The options are the maximum width and height "
11635 "in pixels. The original aspect ratio is preserved."
11637 #: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:30
11638 msgid ""
11639 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
11640 "in Internet standard dotted format."
11641 msgstr ""
11642 "Converts an (IPv4) Internet network address stored as a BIGINT into a string "
11643 "in Internet standard dotted format."
11645 #: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:29
11646 msgid ""
11647 "Prepends and/or Appends text to a string. First option is text to be "
11648 "prepended, second is appended (enclosed in single quotes, default empty "
11649 "string)."
11650 msgstr ""
11651 "Prepends and/or Appends text to a string. First option is text to be "
11652 "prepended, second is appended (enclosed in single quotes, default empty "
11653 "string)."
11655 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:32
11656 msgid ""
11657 "Validates the string using regular expression and performs insert only if "
11658 "string matches it. The first option is the Regular Expression."
11659 msgstr ""
11660 "Validates the string using regular expression and performs insert only if "
11661 "string matches it. The first option is the Regular Expression."
11663 #: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:54
11664 #, php-format
11665 msgid "Validation failed for the input string %s."
11666 msgstr "Validation failed for the input string %s."
11668 #: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:29
11669 msgid "Formats text as SQL query with syntax highlighting."
11670 msgstr "Formats text as SQL query with syntax highlighting."
11672 #: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:31
11673 msgid ""
11674 "Displays a part of a string. The first option is the number of characters to "
11675 "skip from the beginning of the string (Default 0). The second option is the "
11676 "number of characters to return (Default: until end of string). The third "
11677 "option is the string to append and/or prepend when truncation occurs "
11678 "(Default: \"…\")."
11679 msgstr ""
11680 "Displays a part of a string. The first option is the number of characters to "
11681 "skip from the beginning of the string (Default 0). The second option is the "
11682 "number of characters to return (Default: until end of string). The third "
11683 "option is the string to append and/or prepend when truncation occurs "
11684 "(Default: \"…\")."
11686 #: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:30
11687 msgid ""
11688 "File upload functionality for TEXT columns. It does not have a textarea for "
11689 "input."
11690 msgstr ""
11691 "File upload functionality for TEXT columns. It does not have a textarea for "
11692 "input."
11694 #: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:31
11695 msgid ""
11696 "Displays an image and a link; the column contains the filename. The first "
11697 "option is a URL prefix like \"https://www.example.com/\". The second and "
11698 "third options are the width and the height in pixels."
11699 msgstr ""
11700 "Displays an image and a link; the column contains the filename. The first "
11701 "option is a URL prefix like \"https://www.example.com/\". The second and "
11702 "third options are the width and the height in pixels."
11704 #: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:30
11705 msgid ""
11706 "Displays a link; the column contains the filename. The first option is a URL "
11707 "prefix like \"https://www.example.com/\". The second option is a title for "
11708 "the link."
11709 msgstr ""
11710 "Displays a link; the column contains the filename. The first option is a URL "
11711 "prefix like \"https://www.example.com/\". The second option is a title for "
11712 "the link."
11714 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:34
11715 msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
11716 msgstr "Converts an Internet network address in (IPv4/IPv6) format to binary"
11718 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:31
11719 msgid ""
11720 "Converts an Internet network address in (IPv4/IPv6) format into a long "
11721 "integer."
11722 msgstr ""
11723 "Converts an Internet network address in (IPv4/IPv6) format into a long "
11724 "integer."
11726 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:28
11727 msgid "Syntax highlighted CodeMirror editor for JSON."
11728 msgstr "Syntax highlighted CodeMirror editor for JSON."
11730 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:28
11731 msgid "Syntax highlighted CodeMirror editor for SQL."
11732 msgstr "Syntax highlighted CodeMirror editor for SQL."
11734 #: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:28
11735 msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
11736 msgstr "Syntax highlighted CodeMirror editor for XML (and HTML)."
11738 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:30
11739 msgid ""
11740 "Converts an Internet network address stored as a binary string into a string "
11741 "in Internet standard (IPv4/IPv6) format."
11742 msgstr ""
11743 "Converts an Internet network address stored as a binary string into a string "
11744 "in Internet standard (IPv4/IPv6) format."
11746 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:46
11747 msgid "Formats text as JSON with syntax highlighting."
11748 msgstr "Formats text as JSON with syntax highlighting."
11750 #: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:46
11751 msgid "Formats text as XML with syntax highlighting."
11752 msgstr "Formats text as XML with syntax highlighting."
11754 #: libraries/classes/Plugins/TwoFactor/Application.php:142
11755 msgid "Authentication Application (2FA)"
11756 msgstr "PHP Authentication Plugin"
11758 #: libraries/classes/Plugins/TwoFactor/Application.php:153
11759 msgid ""
11760 "Provides authentication using HOTP and TOTP applications such as FreeOTP, "
11761 "Google Authenticator or Authy."
11762 msgstr ""
11763 "Using HOTP and TOTP's applications like FreeOTP, Google Authenticator or "
11764 "Authy provides authentication services (add security to accounts through a "
11765 "code)."
11767 #: libraries/classes/Plugins/TwoFactor/Key.php:212
11768 msgid "Hardware Security Key (FIDO U2F)"
11769 msgstr "Hardware Sicherheitsschlüssel (FIDO U2F)"
11771 #: libraries/classes/Plugins/TwoFactor/Key.php:222
11772 msgid ""
11773 "Provides authentication using hardware security tokens supporting FIDO U2F."
11774 msgstr ""
11775 "Provides authentication using hardware security tokens supporting FIDO U2F."
11777 #: libraries/classes/Plugins/TwoFactorPlugin.php:73
11778 #, php-format
11779 msgid "Two-factor authentication failed: %s"
11780 msgstr "Two-factor authentication failed: %s"
11782 #: libraries/classes/Plugins/TwoFactorPlugin.php:78
11783 msgid "Two-factor authentication failed."
11784 msgstr "Two-factor authentication failed."
11786 #: libraries/classes/Plugins/TwoFactorPlugin.php:132
11787 msgid "No Two-Factor Authentication"
11788 msgstr "No Two-factor authentication"
11790 #: libraries/classes/Plugins/TwoFactorPlugin.php:142
11791 msgid "Login using password only."
11792 msgstr "Login using password only."
11794 #: libraries/classes/Plugins/TwoFactor/Simple.php:51
11795 msgid "Simple two-factor authentication"
11796 msgstr "Einfache Authentifizierung in zwei Schritten"
11798 #: libraries/classes/Plugins/TwoFactor/Simple.php:61
11799 msgid "For testing purposes only!"
11800 msgstr "For testing purposes only!"
11802 #: libraries/classes/Query/Utilities.php:95
11803 msgid ""
11804 "The server is not responding (or the local server's socket is not correctly "
11805 "configured)."
11806 msgstr ""
11807 "The server is not responding (or the local server's socket is not correctly "
11808 "configured)."
11810 #: libraries/classes/Query/Utilities.php:100
11811 msgid "The server is not responding."
11812 msgstr "The server is not responding."
11814 #: libraries/classes/Query/Utilities.php:104
11815 msgid "Logout and try as another user."
11816 msgstr "Logout and try as another user."
11818 #: libraries/classes/Query/Utilities.php:110
11819 msgid "Please check privileges of directory containing database."
11820 msgstr "Please check privileges of directory containing database."
11822 #: libraries/classes/Query/Utilities.php:121
11823 msgid "Details…"
11824 msgstr "Details…"
11826 #: libraries/classes/RecentFavoriteTable.php:154
11827 msgid "Could not save recent table!"
11828 msgstr "Could not save recent table!"
11830 #: libraries/classes/RecentFavoriteTable.php:158
11831 msgid "Could not save favorite table!"
11832 msgstr "Could not save favourite table!"
11834 #: libraries/classes/RecentFavoriteTable.php:231
11835 #: templates/database/structure/favorite_anchor.twig:4
11836 msgid "Remove from Favorites"
11837 msgstr "Remove from Favourites"
11839 #: libraries/classes/RecentFavoriteTable.php:253
11840 msgid "There are no recent tables."
11841 msgstr "There are no recent tables."
11843 #: libraries/classes/RecentFavoriteTable.php:254
11844 msgid "There are no favorite tables."
11845 msgstr "There are no favourite tables."
11847 #: libraries/classes/RecentFavoriteTable.php:262
11848 msgid "Recent tables"
11849 msgstr "Recent tables"
11851 #: libraries/classes/RecentFavoriteTable.php:264
11852 msgid "Recent"
11853 msgstr "Recent"
11855 #: libraries/classes/RecentFavoriteTable.php:268
11856 msgid "Favorites"
11857 msgstr "Favourites"
11859 #: libraries/classes/Relation.php:146
11860 msgid "not OK"
11861 msgstr "not OK"
11863 #: libraries/classes/Relation.php:150
11864 msgctxt "Correctly working"
11865 msgid "OK"
11866 msgstr "OK"
11868 #: libraries/classes/Relation.php:153
11869 msgid "Enabled"
11870 msgstr "Enabled"
11872 #: libraries/classes/Relation.php:154 libraries/classes/Relation.php:162
11873 #: libraries/config.values.php:145 libraries/config.values.php:188
11874 #: templates/config/form_display/input.twig:16
11875 msgid "Disabled"
11876 msgstr "Disabled"
11878 #: libraries/classes/Relation.php:157
11879 msgid "Configuration of pmadb…"
11880 msgstr "Configuration of pmadb…"
11882 #: libraries/classes/Relation.php:161 libraries/classes/Relation.php:198
11883 msgid "General relation features"
11884 msgstr "General relation features"
11886 #: libraries/classes/Relation.php:209
11887 msgid "Display Features"
11888 msgstr "Display Features"
11890 #: libraries/classes/Relation.php:226
11891 msgid "Designer and creation of PDFs"
11892 msgstr "Designer and creation of PDFs"
11894 #: libraries/classes/Relation.php:237
11895 msgid "Displaying Column Comments"
11896 msgstr "Displaying Column Comments"
11898 #: libraries/classes/Relation.php:243
11899 msgid "Browser transformation"
11900 msgstr "Browser transformation"
11902 #: libraries/classes/Relation.php:250
11903 msgid "Please see the documentation on how to update your column_info table."
11904 msgstr "Please see the documentation on how to update your column_info table."
11906 #: libraries/classes/Relation.php:267 templates/sql/query.twig:157
11907 msgid "Bookmarked SQL query"
11908 msgstr "Bookmarked SQL query"
11910 #: libraries/classes/Relation.php:278
11911 msgid "SQL history"
11912 msgstr "SQL history"
11914 #: libraries/classes/Relation.php:289
11915 msgid "Persistent recently used tables"
11916 msgstr "Persistent recently used tables"
11918 #: libraries/classes/Relation.php:300
11919 msgid "Persistent favorite tables"
11920 msgstr "Persistent favourite tables"
11922 #: libraries/classes/Relation.php:311
11923 msgid "Persistent tables' UI preferences"
11924 msgstr "Persistent tables' UI preferences"
11926 #: libraries/classes/Relation.php:333
11927 msgid "User preferences"
11928 msgstr "User preferences"
11930 #: libraries/classes/Relation.php:350
11931 msgid "Configurable menus"
11932 msgstr "Configurable menus"
11934 #: libraries/classes/Relation.php:361
11935 msgid "Hide/show navigation items"
11936 msgstr "Hide/show navigation items"
11938 #: libraries/classes/Relation.php:372
11939 msgid "Saving Query-By-Example searches"
11940 msgstr "Saving Query-By-Example searches"
11942 #: libraries/classes/Relation.php:383
11943 msgid "Managing Central list of columns"
11944 msgstr "Managing Central list of columns"
11946 #: libraries/classes/Relation.php:394
11947 msgid "Remembering Designer Settings"
11948 msgstr "Remembering Designer Settings"
11950 #: libraries/classes/Relation.php:405
11951 msgid "Saving export templates"
11952 msgstr "Saving export templates"
11954 #: libraries/classes/Relation.php:1870
11955 msgid "no description"
11956 msgstr "no description"
11958 #: libraries/classes/Relation.php:2074
11959 msgid ""
11960 "You do not have necessary privileges to create a database named "
11961 "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the "
11962 "phpMyAdmin configuration storage there."
11963 msgstr ""
11964 "You do not have necessary privileges to create a database named "
11965 "'phpmyadmin'. You may go to 'Operations' tab of any database to set up the "
11966 "phpMyAdmin configuration storage there."
11968 #: libraries/classes/Relation.php:2196
11969 #, php-format
11970 msgid ""
11971 "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin "
11972 "configuration storage there."
11973 msgstr ""
11974 "%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin "
11975 "configuration storage there."
11977 #: libraries/classes/Relation.php:2204
11978 #, php-format
11979 msgid ""
11980 "%sCreate%s the phpMyAdmin configuration storage in the current database."
11981 msgstr ""
11982 "%sCreate%s the phpMyAdmin configuration storage in the current database."
11984 #: libraries/classes/Relation.php:2212
11985 #, php-format
11986 msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
11987 msgstr "%sCreate%s missing phpMyAdmin configuration storage tables."
11989 #: libraries/classes/ReplicationGui.php:452
11990 msgid ""
11991 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
11992 "in phpMyAdmin configuration."
11993 msgstr ""
11994 "Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
11995 "in phpMyAdmin configuration."
11997 #: libraries/classes/ReplicationGui.php:463
11998 msgid "Replication started successfully."
11999 msgstr "Replication started successfully."
12001 #: libraries/classes/ReplicationGui.php:464
12002 msgid "Error starting replication."
12003 msgstr "Error starting replication."
12005 #: libraries/classes/ReplicationGui.php:467
12006 msgid "Replication stopped successfully."
12007 msgstr "Replication stopped successfully."
12009 #: libraries/classes/ReplicationGui.php:468
12010 msgid "Error stopping replication."
12011 msgstr "Error stopping replication."
12013 #: libraries/classes/ReplicationGui.php:471
12014 msgid "Replication resetting successfully."
12015 msgstr "Replication resetting successfully."
12017 #: libraries/classes/ReplicationGui.php:472
12018 msgid "Error resetting replication."
12019 msgstr "Error resetting replication."
12021 #: libraries/classes/ReplicationGui.php:475
12022 msgid "Success."
12023 msgstr "Success."
12025 #: libraries/classes/ReplicationGui.php:476
12026 msgid "Error."
12027 msgstr "Error."
12029 #: libraries/classes/ReplicationGui.php:524
12030 msgid "Unknown error"
12031 msgstr "Unknown error"
12033 #: libraries/classes/ReplicationGui.php:537
12034 #, php-format
12035 msgid "Unable to connect to master %s."
12036 msgstr "Unable to connect to master %s."
12038 #: libraries/classes/ReplicationGui.php:547
12039 msgid ""
12040 "Unable to read master log position. Possible privilege problem on master."
12041 msgstr ""
12042 "Unable to read master log position. Possible privilege problem on master."
12044 #: libraries/classes/ReplicationGui.php:566
12045 msgid "Unable to change master!"
12046 msgstr "Unable to change master!"
12048 #: libraries/classes/ReplicationGui.php:570
12049 #, php-format
12050 msgid "Master server changed successfully to %s."
12051 msgstr "Master server changed successfully to %s."
12053 #: libraries/classes/Routing.php:105
12054 #, php-format
12055 msgid ""
12056 "The routing cache could not be written, you need to adjust permissions on "
12057 "the folder/file \"%s\""
12058 msgstr ""
12059 "The routing cache could not be written, you need to adjust permissions on "
12060 "the folder/file \"%s\""
12062 #: libraries/classes/Routing.php:169
12063 #, php-format
12064 msgid "Error 404! The page %s was not found."
12065 msgstr "Error 404! The page %s was not found."
12067 #: libraries/classes/Routing.php:180
12068 msgid "Error 405! Request method not allowed."
12069 msgstr "Error 405! Request method not allowed."
12071 #: libraries/classes/SavedSearches.php:283
12072 msgid "Please provide a name for this bookmarked search."
12073 msgstr "Please provide a name for this bookmarked search."
12075 #: libraries/classes/SavedSearches.php:299
12076 msgid "Missing information to save the bookmarked search."
12077 msgstr "Missing information to save the bookmarked search."
12079 #: libraries/classes/SavedSearches.php:320
12080 #: libraries/classes/SavedSearches.php:357
12081 msgid "An entry with this name already exists."
12082 msgstr "An entry with this name already exists."
12084 #: libraries/classes/SavedSearches.php:387
12085 msgid "Missing information to delete the search."
12086 msgstr "Missing information to delete the search."
12088 #: libraries/classes/SavedSearches.php:416
12089 msgid "Missing information to load the search."
12090 msgstr "Missing information to load the search."
12092 #: libraries/classes/SavedSearches.php:436
12093 msgid "Error while loading the search."
12094 msgstr "Error while loading the search."
12096 #: libraries/classes/Server/Plugins.php:70
12097 #: libraries/classes/Server/Privileges.php:822
12098 #: libraries/classes/Server/Privileges.php:3994
12099 msgid "Native MySQL authentication"
12100 msgstr "Native MySQL authentication"
12102 #: libraries/classes/Server/Plugins.php:75
12103 msgid "SHA256 password authentication"
12104 msgstr "SHA256 password authentication"
12106 #: libraries/classes/Server/Plugins.php:80
12107 msgid "Caching sha2 authentication"
12108 msgstr "Caching sha2 authentication"
12110 #: libraries/classes/Server/Plugins.php:85
12111 msgid "Unix Socket based authentication"
12112 msgstr "Unix Socket based authentication"
12114 #: libraries/classes/Server/Plugins.php:90
12115 msgid "Old MySQL-4.0 authentication"
12116 msgstr "Old MySQL-4.0 authentication"
12118 #: libraries/classes/Server/Privileges.php:261
12119 msgid "No privileges."
12120 msgstr "No privileges."
12122 #: libraries/classes/Server/Privileges.php:272
12123 msgid "Includes all privileges except GRANT."
12124 msgstr "Includes all privileges except GRANT."
12126 #: libraries/classes/Server/Privileges.php:294
12127 #: libraries/classes/Server/Privileges.php:361
12128 #: templates/server/privileges/privileges_table.twig:100
12129 #: templates/server/privileges/privileges_table.twig:103
12130 #: templates/server/privileges/privileges_table.twig:299
12131 #: templates/server/privileges/privileges_table.twig:302
12132 msgid "Allows deleting data."
12133 msgstr "Allows deleting data."
12135 #: libraries/classes/Server/Privileges.php:299
12136 #: templates/server/privileges/privileges_table.twig:112
12137 #: templates/server/privileges/privileges_table.twig:115
12138 #: templates/server/privileges/privileges_table.twig:337
12139 #: templates/server/privileges/privileges_table.twig:345
12140 msgid "Allows creating new tables."
12141 msgstr "Allows creating new tables."
12143 #: libraries/classes/Server/Privileges.php:304
12144 #: templates/server/privileges/privileges_table.twig:124
12145 #: templates/server/privileges/privileges_table.twig:127
12146 #: templates/server/privileges/privileges_table.twig:385
12147 #: templates/server/privileges/privileges_table.twig:393
12148 msgid "Allows dropping tables."
12149 msgstr "Allows dropping tables."
12151 #: libraries/classes/Server/Privileges.php:309
12152 #: libraries/classes/Server/Privileges.php:401
12153 #: templates/server/privileges/privileges_table.twig:149
12154 #: templates/server/privileges/privileges_table.twig:152
12155 #: templates/server/privileges/privileges_table.twig:369
12156 #: templates/server/privileges/privileges_table.twig:372
12157 msgid "Allows creating and dropping indexes."
12158 msgstr "Allows creating and dropping indexes."
12160 #: libraries/classes/Server/Privileges.php:314
12161 #: libraries/classes/Server/Privileges.php:406
12162 #: templates/server/privileges/privileges_table.twig:161
12163 #: templates/server/privileges/privileges_table.twig:164
12164 #: templates/server/privileges/privileges_table.twig:356
12165 #: templates/server/privileges/privileges_table.twig:359
12166 msgid "Allows altering the structure of existing tables."
12167 msgstr "Allows altering the structure of existing tables."
12169 #: libraries/classes/Server/Privileges.php:319
12170 #: libraries/classes/Server/Privileges.php:445
12171 #: libraries/classes/Server/Privileges.php:461
12172 #: templates/server/privileges/privileges_table.twig:173
12173 #: templates/server/privileges/privileges_table.twig:176
12174 #: templates/server/privileges/privileges_table.twig:470
12175 #: templates/server/privileges/privileges_table.twig:473
12176 #: templates/server/privileges/privileges_table.twig:485
12177 #: templates/server/privileges/privileges_table.twig:488
12178 msgid "Allows creating new views."
12179 msgstr "Allows creating new views."
12181 #: libraries/classes/Server/Privileges.php:324
12182 #: libraries/classes/Server/Privileges.php:466
12183 #: libraries/classes/Server/Privileges.php:472
12184 #: templates/server/privileges/privileges_table.twig:185
12185 #: templates/server/privileges/privileges_table.twig:188
12186 #: templates/server/privileges/privileges_table.twig:417
12187 #: templates/server/privileges/privileges_table.twig:420
12188 msgid "Allows performing SHOW CREATE VIEW queries."
12189 msgstr "Allows performing SHOW CREATE VIEW queries."
12191 #: libraries/classes/Server/Privileges.php:329
12192 #: libraries/classes/Server/Privileges.php:455
12193 #: templates/server/privileges/privileges_table.twig:197
12194 #: templates/server/privileges/privileges_table.twig:200
12195 #: templates/server/privileges/privileges_table.twig:513
12196 #: templates/server/privileges/privileges_table.twig:516
12197 msgid "Allows creating and dropping triggers."
12198 msgstr "Allows creating and dropping triggers."
12200 #: libraries/classes/Server/Privileges.php:346
12201 #: templates/server/privileges/privileges_table.twig:15
12202 #: templates/server/privileges/privileges_table.twig:260
12203 #: templates/server/privileges/privileges_table.twig:263
12204 msgid "Allows reading data."
12205 msgstr "Allows reading data."
12207 #: libraries/classes/Server/Privileges.php:351
12208 #: templates/server/privileges/privileges_table.twig:36
12209 #: templates/server/privileges/privileges_table.twig:273
12210 #: templates/server/privileges/privileges_table.twig:276
12211 msgid "Allows inserting and replacing data."
12212 msgstr "Allows inserting and replacing data."
12214 #: libraries/classes/Server/Privileges.php:356
12215 #: templates/server/privileges/privileges_table.twig:57
12216 #: templates/server/privileges/privileges_table.twig:286
12217 #: templates/server/privileges/privileges_table.twig:289
12218 msgid "Allows changing data."
12219 msgstr "Allows changing data."
12221 #: libraries/classes/Server/Privileges.php:366
12222 #: templates/server/privileges/privileges_table.twig:335
12223 #: templates/server/privileges/privileges_table.twig:343
12224 msgid "Allows creating new databases and tables."
12225 msgstr "Allows creating new databases and tables."
12227 #: libraries/classes/Server/Privileges.php:371
12228 #: templates/server/privileges/privileges_table.twig:383
12229 #: templates/server/privileges/privileges_table.twig:391
12230 msgid "Allows dropping databases and tables."
12231 msgstr "Allows dropping databases and tables."
12233 #: libraries/classes/Server/Privileges.php:376
12234 #: templates/server/privileges/privileges_table.twig:575
12235 #: templates/server/privileges/privileges_table.twig:578
12236 msgid "Allows reloading server settings and flushing the server's caches."
12237 msgstr "Allows reloading server settings and flushing the server's caches."
12239 #: libraries/classes/Server/Privileges.php:381
12240 #: templates/server/privileges/privileges_table.twig:588
12241 #: templates/server/privileges/privileges_table.twig:591
12242 msgid "Allows shutting down the server."
12243 msgstr "Allows shutting down the server."
12245 #: libraries/classes/Server/Privileges.php:386
12246 #: templates/server/privileges/privileges_table.twig:562
12247 #: templates/server/privileges/privileges_table.twig:565
12248 msgid "Allows viewing processes of all users."
12249 msgstr "Allows viewing processes of all users."
12251 #: libraries/classes/Server/Privileges.php:391
12252 #: templates/server/privileges/privileges_table.twig:313
12253 #: templates/server/privileges/privileges_table.twig:316
12254 msgid "Allows importing data from and exporting data into files."
12255 msgstr "Allows importing data from and exporting data into files."
12257 #: libraries/classes/Server/Privileges.php:396
12258 #: templates/server/privileges/privileges_table.twig:78
12259 #: templates/server/privileges/privileges_table.twig:642
12260 msgid "Has no effect in this MySQL version."
12261 msgstr "Has no effect in this MySQL version."
12263 #: libraries/classes/Server/Privileges.php:411
12264 #: templates/server/privileges/privileges_table.twig:601
12265 #: templates/server/privileges/privileges_table.twig:604
12266 msgid "Gives access to the complete list of databases."
12267 msgstr "Gives access to the complete list of databases."
12269 #: libraries/classes/Server/Privileges.php:417
12270 #: templates/server/privileges/privileges_table.twig:548
12271 #: templates/server/privileges/privileges_table.twig:552
12272 msgid ""
12273 "Allows connecting, even if maximum number of connections is reached; "
12274 "required for most administrative operations like setting global variables or "
12275 "killing threads of other users."
12276 msgstr ""
12277 "Allows connecting, even if maximum number of connections is reached; "
12278 "required for most administrative operations like setting global variables or "
12279 "killing threads of other users."
12281 #: libraries/classes/Server/Privileges.php:425
12282 #: templates/server/privileges/privileges_table.twig:404
12283 #: templates/server/privileges/privileges_table.twig:407
12284 msgid "Allows creating temporary tables."
12285 msgstr "Allows creating temporary tables."
12287 #: libraries/classes/Server/Privileges.php:430
12288 #: templates/server/privileges/privileges_table.twig:629
12289 #: templates/server/privileges/privileges_table.twig:632
12290 msgid "Allows locking tables for the current thread."
12291 msgstr "Allows locking tables for the current thread."
12293 #: libraries/classes/Server/Privileges.php:435
12294 #: templates/server/privileges/privileges_table.twig:670
12295 #: templates/server/privileges/privileges_table.twig:673
12296 msgid "Needed for the replication slaves."
12297 msgstr "Needed for the replication slaves."
12299 #: libraries/classes/Server/Privileges.php:440
12300 #: templates/server/privileges/privileges_table.twig:657
12301 #: templates/server/privileges/privileges_table.twig:660
12302 msgid "Allows the user to ask where the slaves / masters are."
12303 msgstr "Allows the user to ask where the slaves / masters are."
12305 #: libraries/classes/Server/Privileges.php:450
12306 #: templates/server/privileges/privileges_table.twig:500
12307 #: templates/server/privileges/privileges_table.twig:503
12308 msgid "Allows to set up events for the event scheduler."
12309 msgstr "Allows to set up events for the event scheduler."
12311 #. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
12312 #: libraries/classes/Server/Privileges.php:479
12313 #: libraries/classes/Server/Privileges.php:488
12314 #: templates/server/privileges/privileges_table.twig:210
12315 #: templates/server/privileges/privileges_table.twig:214
12316 msgid "Allows deleting historical rows."
12317 msgstr "Allows deleting historical rows."
12319 #: libraries/classes/Server/Privileges.php:493
12320 #: templates/server/privileges/privileges_table.twig:430
12321 #: templates/server/privileges/privileges_table.twig:433
12322 msgid "Allows creating stored routines."
12323 msgstr "Allows creating stored routines."
12325 #: libraries/classes/Server/Privileges.php:498
12326 #: templates/server/privileges/privileges_table.twig:443
12327 #: templates/server/privileges/privileges_table.twig:446
12328 msgid "Allows altering and dropping stored routines."
12329 msgstr "Allows altering and dropping stored routines."
12331 #: libraries/classes/Server/Privileges.php:503
12332 #: templates/server/privileges/privileges_table.twig:683
12333 #: templates/server/privileges/privileges_table.twig:686
12334 msgid "Allows creating, dropping and renaming user accounts."
12335 msgstr "Allows creating, dropping and renaming user accounts."
12337 #: libraries/classes/Server/Privileges.php:508
12338 #: templates/server/privileges/privileges_table.twig:456
12339 #: templates/server/privileges/privileges_table.twig:459
12340 msgid "Allows executing stored routines."
12341 msgstr "Allows executing stored routines."
12343 #: libraries/classes/Server/Privileges.php:1121
12344 #, php-format
12345 msgid "The password for %s was changed successfully."
12346 msgstr "The password for %s was changed successfully."
12348 #: libraries/classes/Server/Privileges.php:1171
12349 #, php-format
12350 msgid "You have revoked the privileges for %s."
12351 msgstr "You have revoked the privileges for %s."
12353 #: libraries/classes/Server/Privileges.php:1519
12354 #: templates/database/privileges/index.twig:124
12355 #: templates/table/privileges/index.twig:127
12356 msgid "Not enough privilege to view users."
12357 msgstr "Not enough privilege to view users."
12359 #: libraries/classes/Server/Privileges.php:1588
12360 #: templates/database/privileges/index.twig:80
12361 #: templates/server/privileges/new_user_ajax.twig:45
12362 #: templates/server/privileges/users_overview.twig:72
12363 #: templates/table/privileges/index.twig:84
12364 msgid "Edit privileges"
12365 msgstr "Edit privileges"
12367 #: libraries/classes/Server/Privileges.php:1591
12368 msgid "Revoke"
12369 msgstr "Revoke"
12371 #: libraries/classes/Server/Privileges.php:1923
12372 #: templates/server/privileges/privileges_table.twig:240
12373 msgid "Database-specific privileges"
12374 msgstr "Database-specific privileges"
12376 #: libraries/classes/Server/Privileges.php:1929
12377 #: templates/server/privileges/privileges_summary.twig:18
12378 #: templates/server/privileges/privileges_table.twig:7
12379 #: templates/server/privileges/privileges_table.twig:242
12380 msgid "Table-specific privileges"
12381 msgstr "Table-specific privileges"
12383 #: libraries/classes/Server/Privileges.php:1934
12384 #: libraries/classes/Server/Privileges.php:1936
12385 #: templates/server/privileges/edit_routine_privileges.twig:29
12386 #: templates/server/privileges/edit_routine_privileges.twig:46
12387 #: templates/server/privileges/edit_routine_privileges.twig:58
12388 msgid "Routine"
12389 msgstr "Routine"
12391 #: libraries/classes/Server/Privileges.php:1935
12392 #: templates/server/privileges/edit_routine_privileges.twig:47
12393 msgid "Routine-specific privileges"
12394 msgstr "Routine-specific privileges"
12396 #: libraries/classes/Server/Privileges.php:2292
12397 msgid "No users selected for deleting!"
12398 msgstr "No users selected for deleting!"
12400 #: libraries/classes/Server/Privileges.php:2295
12401 msgid "Reloading the privileges"
12402 msgstr "Reloading the privileges"
12404 #: libraries/classes/Server/Privileges.php:2320
12405 msgid "The selected users have been deleted successfully."
12406 msgstr "The selected users have been deleted successfully."
12408 #: libraries/classes/Server/Privileges.php:2400
12409 #, php-format
12410 msgid "You have updated the privileges for %s."
12411 msgstr "You have updated the privileges for %s."
12413 #: libraries/classes/Server/Privileges.php:2489
12414 #: templates/database/privileges/index.twig:102
12415 #: templates/table/privileges/index.twig:106
12416 msgid "No user found."
12417 msgstr "No user found."
12419 #: libraries/classes/Server/Privileges.php:2576
12420 #, php-format
12421 msgid "Deleting %s"
12422 msgstr "Deleting %s"
12424 #: libraries/classes/Server/Privileges.php:2607
12425 msgid "The privileges were reloaded successfully."
12426 msgstr "The privileges were reloaded successfully."
12428 #: libraries/classes/Server/Privileges.php:2711
12429 #, php-format
12430 msgid "The user %s already exists!"
12431 msgstr "The user %s already exists!"
12433 #: libraries/classes/Server/Privileges.php:3001
12434 #, php-format
12435 msgid "Privileges for %s"
12436 msgstr "Privileges for %s"
12438 #: libraries/classes/Server/Privileges.php:3140
12439 msgid ""
12440 "A user account allowing any user from localhost to connect is present. This "
12441 "will prevent other users from connecting if the host part of their account "
12442 "allows a connection from any (%) host."
12443 msgstr ""
12444 "A user account allowing any user from localhost to connect is present. This "
12445 "will prevent other users from connecting if the host part of their account "
12446 "allows a connection from any (%) host."
12448 #: libraries/classes/Server/Privileges.php:3184
12449 #, php-format
12450 msgid ""
12451 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
12452 "tables. The content of these tables may differ from the privileges the "
12453 "server uses, if they have been changed manually. In this case, you should "
12454 "%sreload the privileges%s before you continue."
12455 msgstr ""
12456 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
12457 "tables. The content of these tables may differ from the privileges the "
12458 "server uses, if they have been changed manually. In this case, you should "
12459 "%sreload the privileges%s before you continue."
12461 #: libraries/classes/Server/Privileges.php:3200
12462 msgid ""
12463 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
12464 "tables. The content of these tables may differ from the privileges the "
12465 "server uses, if they have been changed manually. In this case, the "
12466 "privileges have to be reloaded but currently, you don't have the RELOAD "
12467 "privilege."
12468 msgstr ""
12469 "Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
12470 "tables. The content of these tables may differ from the privileges the "
12471 "server uses, if they have been changed manually. In this case, the "
12472 "privileges have to be reloaded but currently, you don't have the RELOAD "
12473 "privilege."
12475 #: libraries/classes/Server/Privileges.php:3545
12476 msgid "You have added a new user."
12477 msgstr "You have added a new user."
12479 #: libraries/classes/Server/Status/Data.php:151
12480 msgid "Handler"
12481 msgstr "Handler"
12483 #: libraries/classes/Server/Status/Data.php:152
12484 msgid "Query cache"
12485 msgstr "Query cache"
12487 #: libraries/classes/Server/Status/Data.php:153
12488 msgid "Threads"
12489 msgstr "Threads"
12491 #: libraries/classes/Server/Status/Data.php:155
12492 msgid "Temporary data"
12493 msgstr "Temporary data"
12495 #: libraries/classes/Server/Status/Data.php:156
12496 msgid "Delayed inserts"
12497 msgstr "Delayed inserts"
12499 #: libraries/classes/Server/Status/Data.php:157
12500 msgid "Key cache"
12501 msgstr "Key cache"
12503 #: libraries/classes/Server/Status/Data.php:158
12504 msgid "Joins"
12505 msgstr "Joins"
12507 #: libraries/classes/Server/Status/Data.php:160
12508 msgid "Sorting"
12509 msgstr "Sorting"
12511 #: libraries/classes/Server/Status/Data.php:162
12512 msgid "Transaction coordinator"
12513 msgstr "Transaction coordinator"
12515 #: libraries/classes/Server/Status/Data.php:163
12516 #: templates/server/binlog/index.twig:27
12517 msgid "Files"
12518 msgstr "Files"
12520 #: libraries/classes/Server/Status/Data.php:182
12521 msgid "Flush (close) all tables"
12522 msgstr "Flush (close) all tables"
12524 #: libraries/classes/Server/Status/Data.php:186
12525 msgid "Show open tables"
12526 msgstr "Show open tables"
12528 #: libraries/classes/Server/Status/Data.php:195
12529 msgid "Show slave hosts"
12530 msgstr "Show slave hosts"
12532 #: libraries/classes/Server/Status/Data.php:202
12533 #: templates/server/replication/master_replication.twig:9
12534 msgid "Show master status"
12535 msgstr "Show master status"
12537 #: libraries/classes/Server/Status/Data.php:209
12538 msgid "Show slave status"
12539 msgstr "Show slave status"
12541 #: libraries/classes/Server/Status/Data.php:217
12542 msgid "Flush query cache"
12543 msgstr "Flush query cache"
12545 #: libraries/classes/Server/UserGroups.php:120
12546 msgid "View users"
12547 msgstr "View users"
12549 #: libraries/classes/Server/UserGroups.php:262
12550 msgid "Server-level tabs"
12551 msgstr "Server-level tabs"
12553 #: libraries/classes/Server/UserGroups.php:267
12554 msgid "Database-level tabs"
12555 msgstr "Database-level tabs"
12557 #: libraries/classes/Server/UserGroups.php:272
12558 msgid "Table-level tabs"
12559 msgstr "Table-level tabs"
12561 #: libraries/classes/Setup/Index.php:138
12562 msgid ""
12563 "Reading of version failed. Maybe you're offline or the upgrade server does "
12564 "not respond."
12565 msgstr ""
12566 "Reading of version failed. Maybe you're offline or the upgrade server does "
12567 "not respond."
12569 #: libraries/classes/Setup/Index.php:161
12570 msgid "Got invalid version string from server"
12571 msgstr "Got invalid version string from server"
12573 #: libraries/classes/Setup/Index.php:173
12574 msgid "Unparsable version string"
12575 msgstr "Unparsable version string"
12577 #: libraries/classes/Setup/Index.php:195
12578 #, php-format
12579 msgid ""
12580 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
12581 "version is %s, released on %s."
12582 msgstr ""
12583 "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
12584 "version is %s, released on %s."
12586 #: libraries/classes/Setup/Index.php:203
12587 msgid "No newer stable version is available"
12588 msgstr "No newer stable version is available"
12590 #: libraries/classes/Sql.php:531
12591 #, php-format
12592 msgid "Using bookmark \"%s\" as default browse query."
12593 msgstr "Using bookmark \"%s\" as default browse query."
12595 #: libraries/classes/Sql.php:1052
12596 msgid "Showing as PHP code"
12597 msgstr "Showing as PHP code"
12599 #: libraries/classes/Sql.php:1430
12600 #, php-format
12601 msgid ""
12602 "Current selection does not contain a unique column. Grid edit, checkbox, "
12603 "Edit, Copy and Delete features are not available. %s"
12604 msgstr ""
12605 "Current selection does not contain a unique column. Grid edit, checkbox, "
12606 "Edit, Copy and Delete features are not available. %s"
12608 #: libraries/classes/Sql.php:1444
12609 #, php-format
12610 msgid ""
12611 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
12612 "and Delete features may result in undesired behavior. %s"
12613 msgstr ""
12614 "Current selection does not contain a unique column. Grid edit, Edit, Copy "
12615 "and Delete features may result in undesired behaviour. %s"
12617 #: libraries/classes/SqlQueryForm.php:149
12618 #, php-format
12619 msgid "Run SQL query/queries on server “%s”"
12620 msgstr "Run SQL query/queries on server “%s”"
12622 #: libraries/classes/SqlQueryForm.php:168
12623 #, php-format
12624 msgid "Run SQL query/queries on database %s"
12625 msgstr "Run SQL query/queries on database %s"
12627 #: libraries/classes/SqlQueryForm.php:194
12628 #, php-format
12629 msgid "Run SQL query/queries on table %s"
12630 msgstr "Run SQL query/queries on table %s"
12632 #: libraries/classes/StorageEngine.php:277
12633 msgid ""
12634 "There is no detailed status information available for this storage engine."
12635 msgstr ""
12636 "There is no detailed status information available for this storage engine."
12638 #: libraries/classes/StorageEngine.php:386
12639 #: templates/database/structure/body_for_table_summary.twig:46
12640 #, php-format
12641 msgid "%s is the default storage engine on this MySQL server."
12642 msgstr "%s is the default storage engine on this MySQL server."
12644 #: libraries/classes/StorageEngine.php:389
12645 #, php-format
12646 msgid "%s is available on this MySQL server."
12647 msgstr "%s is available on this MySQL server."
12649 #: libraries/classes/StorageEngine.php:392
12650 #, php-format
12651 msgid "%s has been disabled for this MySQL server."
12652 msgstr "%s has been disabled for this MySQL server."
12654 #: libraries/classes/StorageEngine.php:397
12655 #, php-format
12656 msgid "This MySQL server does not support the %s storage engine."
12657 msgstr "This MySQL server does not support the %s storage engine."
12659 #: libraries/classes/Table/Maintenance.php:96
12660 #, php-format
12661 msgid "Problems with indexes of table `%s`"
12662 msgstr "Problems with indexes of table `%s`"
12664 #: libraries/classes/Table.php:360
12665 msgid "Unknown table status:"
12666 msgstr "Unknown table status:"
12668 #: libraries/classes/Table.php:1041
12669 #, php-format
12670 msgid "Source database `%s` was not found!"
12671 msgstr "Source database `%s` was not found!"
12673 #: libraries/classes/Table.php:1050
12674 #, php-format
12675 msgid "Target database `%s` was not found!"
12676 msgstr "Target database `%s` was not found!"
12678 #: libraries/classes/Table.php:1621
12679 msgid "Invalid database:"
12680 msgstr "Invalid database:"
12682 #: libraries/classes/Table.php:1639
12683 msgid "Invalid table name:"
12684 msgstr "Invalid table name:"
12686 #: libraries/classes/Table.php:1678
12687 #, php-format
12688 msgid "Failed to rename table %1$s to %2$s!"
12689 msgstr "Failed to rename table %1$s to %2$s!"
12691 #: libraries/classes/Table.php:1700
12692 #, php-format
12693 msgid "Table %1$s has been renamed to %2$s."
12694 msgstr "Table %1$s has been renamed to %2$s."
12696 #: libraries/classes/Table.php:1949
12697 msgid "Could not save table UI preferences!"
12698 msgstr "Could not save table UI preferences!"
12700 #: libraries/classes/Table.php:1980
12701 #, php-format
12702 msgid ""
12703 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
12704 "['MaxTableUiprefs'] %s)"
12705 msgstr ""
12706 "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
12707 "['MaxTableUiprefs'] %s)"
12709 #: libraries/classes/Table.php:2138
12710 #, php-format
12711 msgid ""
12712 "Cannot save UI property \"%s\". The changes made will not be persistent "
12713 "after you refresh this page. Please check if the table structure has been "
12714 "changed."
12715 msgstr ""
12716 "Cannot save UI property \"%s\". The changes made will not be persistent "
12717 "after you refresh this page. Please check if the table structure has been "
12718 "changed."
12720 #: libraries/classes/Table.php:2302
12721 msgid "Can't rename index to PRIMARY!"
12722 msgstr "Can't rename index to PRIMARY!"
12724 #: libraries/classes/Table.php:2328
12725 msgid "No index parts defined!"
12726 msgstr "No index parts defined!"
12728 #: libraries/classes/Table.php:2664
12729 #, php-format
12730 msgid "Error creating foreign key on %1$s (check data types)"
12731 msgstr "Error creating foreign key on %1$s (check data types)"
12733 #: libraries/classes/Template.php:137
12734 #, php-format
12735 msgid "Error while working with template cache: %s"
12736 msgstr "Error while working with template cache: %s"
12738 #: libraries/classes/ThemeManager.php:87
12739 #, php-format
12740 msgid "Default theme %s not found!"
12741 msgstr "Default theme %s not found!"
12743 #: libraries/classes/ThemeManager.php:152
12744 #, php-format
12745 msgid "Theme %s not found!"
12746 msgstr "Theme %s not found!"
12748 #: libraries/classes/Theme.php:215
12749 #, php-format
12750 msgid "No valid image path for theme %s found!"
12751 msgstr "No valid image path for theme %s found!"
12753 #: libraries/classes/Tracking.php:239
12754 #: templates/database/tracking/tables.twig:115
12755 #: templates/table/tracking/main.twig:73
12756 msgid "Tracking report"
12757 msgstr "Tracking report"
12759 #: libraries/classes/Tracking.php:243
12760 msgid "Tracking statements"
12761 msgstr "Tracking statements"
12763 #: libraries/classes/Tracking.php:258
12764 msgid "Delete tracking data row from report"
12765 msgstr "Delete tracking data row from report"
12767 #: libraries/classes/Tracking.php:270
12768 msgid "No data"
12769 msgstr "No data"
12771 #: libraries/classes/Tracking.php:322
12772 #: templates/database/operations/index.twig:136
12773 #: templates/database/structure/copy_form.twig:19
12774 #: templates/table/operations/index.twig:275
12775 msgid "Structure only"
12776 msgstr "Structure only"
12778 #: libraries/classes/Tracking.php:325
12779 #: templates/database/operations/index.twig:148
12780 #: templates/database/structure/copy_form.twig:29
12781 #: templates/table/operations/index.twig:287
12782 msgid "Data only"
12783 msgstr "Data only"
12785 #: libraries/classes/Tracking.php:328
12786 #: templates/database/operations/index.twig:142
12787 #: templates/database/structure/copy_form.twig:24
12788 #: templates/table/operations/index.twig:281
12789 msgid "Structure and data"
12790 msgstr "Structure and data"
12792 #: libraries/classes/Tracking.php:393 libraries/classes/Tracking.php:461
12793 #, php-format
12794 msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
12795 msgstr "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
12797 #: libraries/classes/Tracking.php:482
12798 msgid "SQL dump (file download)"
12799 msgstr "SQL dump (file download)"
12801 #: libraries/classes/Tracking.php:484
12802 msgid "SQL dump"
12803 msgstr "SQL dump"
12805 #: libraries/classes/Tracking.php:487
12806 msgid "This option will replace your table and contained data."
12807 msgstr "This option will replace your table and contained data."
12809 #: libraries/classes/Tracking.php:489
12810 msgid "SQL execution"
12811 msgstr "SQL execution"
12813 #: libraries/classes/Tracking.php:493
12814 #, php-format
12815 msgid "Export as %s"
12816 msgstr "Export as %s"
12818 #: libraries/classes/Tracking.php:531
12819 msgid "Data manipulation statement"
12820 msgstr "Data manipulation statement"
12822 #: libraries/classes/Tracking.php:567
12823 msgid "Data definition statement"
12824 msgstr "Data definition statement"
12826 #: libraries/classes/Tracking.php:650
12827 #: templates/database/tracking/tables.twig:126
12828 #: templates/table/tracking/main.twig:80
12829 msgid "Structure snapshot"
12830 msgstr "Structure snapshot"
12832 #: libraries/classes/Tracking.php:672
12833 #, php-format
12834 msgid "Version %s snapshot (SQL code)"
12835 msgstr "Version %s snapshot (SQL code)"
12837 #: libraries/classes/Tracking.php:742
12838 msgid "Tracking data definition successfully deleted"
12839 msgstr "Tracking data definition successfully deleted"
12841 #: libraries/classes/Tracking.php:754
12842 msgid "Tracking data manipulation successfully deleted"
12843 msgstr "Tracking data manipulation successfully deleted"
12845 #: libraries/classes/Tracking.php:811
12846 msgid ""
12847 "You can execute the dump by creating and using a temporary database. Please "
12848 "ensure that you have the privileges to do so."
12849 msgstr ""
12850 "You can execute the dump by creating and using a temporary database. Please "
12851 "ensure that you have the privileges to do so."
12853 #: libraries/classes/Tracking.php:815
12854 msgid "Comment out these two lines if you do not need them."
12855 msgstr "Comment out these two lines if you do not need them."
12857 #: libraries/classes/Tracking.php:826
12858 msgid "SQL statements exported. Please copy the dump or execute it."
12859 msgstr "SQL statements exported. Please copy the dump or execute it."
12861 #: libraries/classes/Tracking.php:866
12862 #, php-format
12863 msgid "Tracking report for table `%s`"
12864 msgstr "Tracking report for table `%s`"
12866 #: libraries/classes/Tracking.php:898
12867 #, php-format
12868 msgid "Tracking for %1$s was activated at version %2$s."
12869 msgstr "Tracking for %1$s was activated at version %2$s."
12871 #: libraries/classes/Tracking.php:901
12872 #, php-format
12873 msgid "Tracking for %1$s was deactivated at version %2$s."
12874 msgstr "Tracking for %1$s was deactivated at version %2$s."
12876 #: libraries/classes/Tracking.php:1000
12877 #, php-format
12878 msgid "Version %1$s of %2$s was deleted."
12879 msgstr "Version %1$s of %2$s was deleted."
12881 #: libraries/classes/Tracking.php:1031
12882 #, php-format
12883 msgid "Version %1$s was created, tracking for %2$s is active."
12884 msgstr "Version %1$s was created, tracking for %2$s is active."
12886 #: libraries/classes/Types.php:211
12887 msgid ""
12888 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
12889 msgstr ""
12890 "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
12892 #: libraries/classes/Types.php:217
12893 msgid ""
12894 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
12895 "65,535"
12896 msgstr ""
12897 "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
12898 "65,535"
12900 #: libraries/classes/Types.php:223
12901 msgid ""
12902 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
12903 "0 to 16,777,215"
12904 msgstr ""
12905 "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
12906 "0 to 16,777,215"
12908 #: libraries/classes/Types.php:229
12909 msgid ""
12910 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
12911 "range is 0 to 4,294,967,295"
12912 msgstr ""
12913 "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
12914 "range is 0 to 4,294,967,295"
12916 #: libraries/classes/Types.php:236
12917 msgid ""
12918 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
12919 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
12920 msgstr ""
12921 "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
12922 "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
12924 #: libraries/classes/Types.php:243
12925 msgid ""
12926 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
12927 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
12928 msgstr ""
12929 "A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
12930 "(default 10), the maximum number of decimals (D) is 30 (default 0)"
12932 #: libraries/classes/Types.php:250
12933 msgid ""
12934 "A small floating-point number, allowable values are -3.402823466E+38 to "
12935 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
12936 msgstr ""
12937 "A small floating-point number, allowable values are -3.402823466E+38 to "
12938 "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
12940 #: libraries/classes/Types.php:257
12941 msgid ""
12942 "A double-precision floating-point number, allowable values are "
12943 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
12944 "2.2250738585072014E-308 to 1.7976931348623157E+308"
12945 msgstr ""
12946 "A double-precision floating-point number, allowable values are "
12947 "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
12948 "2.2250738585072014E-308 to 1.7976931348623157E+308"
12950 #: libraries/classes/Types.php:264
12951 msgid ""
12952 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
12953 "FLOAT)"
12954 msgstr ""
12955 "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
12956 "FLOAT)"
12958 #: libraries/classes/Types.php:270
12959 msgid ""
12960 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
12961 "64)"
12962 msgstr ""
12963 "A bit-field type (M), storing M of bits per value (default is 1, maximum is "
12964 "64)"
12966 #: libraries/classes/Types.php:276
12967 msgid ""
12968 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
12969 "values are considered true"
12970 msgstr ""
12971 "A synonym for TINYINT(1), a value of zero is considered false, nonzero "
12972 "values are considered true"
12974 #: libraries/classes/Types.php:281
12975 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
12976 msgstr "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
12978 #: libraries/classes/Types.php:285
12979 #, php-format
12980 msgid "A date, supported range is %1$s to %2$s"
12981 msgstr "A date, supported range is %1$s to %2$s"
12983 #: libraries/classes/Types.php:292
12984 #, php-format
12985 msgid "A date and time combination, supported range is %1$s to %2$s"
12986 msgstr "A date and time combination, supported range is %1$s to %2$s"
12988 #: libraries/classes/Types.php:299
12989 msgid ""
12990 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
12991 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
12992 msgstr ""
12993 "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
12994 "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
12996 #: libraries/classes/Types.php:306
12997 #, php-format
12998 msgid "A time, range is %1$s to %2$s"
12999 msgstr "A time, range is %1$s to %2$s"
13001 #: libraries/classes/Types.php:313
13002 msgid ""
13003 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
13004 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
13005 msgstr ""
13006 "A year in four-digit (4, default) or two-digit (2) format, the allowable "
13007 "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
13009 #: libraries/classes/Types.php:320
13010 msgid ""
13011 "A fixed-length (0-255, default 1) string that is always right-padded with "
13012 "spaces to the specified length when stored"
13013 msgstr ""
13014 "A fixed-length (0-255, default 1) string that is always right-padded with "
13015 "spaces to the specified length when stored"
13017 #: libraries/classes/Types.php:327
13018 #, php-format
13019 msgid ""
13020 "A variable-length (%s) string, the effective maximum length is subject to "
13021 "the maximum row size"
13022 msgstr ""
13023 "A variable-length (%s) string, the effective maximum length is subject to "
13024 "the maximum row size"
13026 #: libraries/classes/Types.php:335
13027 msgid ""
13028 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
13029 "a one-byte prefix indicating the length of the value in bytes"
13030 msgstr ""
13031 "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
13032 "a one-byte prefix indicating the length of the value in bytes"
13034 #: libraries/classes/Types.php:342
13035 msgid ""
13036 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
13037 "with a two-byte prefix indicating the length of the value in bytes"
13038 msgstr ""
13039 "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
13040 "with a two-byte prefix indicating the length of the value in bytes"
13042 #: libraries/classes/Types.php:349
13043 msgid ""
13044 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
13045 "stored with a three-byte prefix indicating the length of the value in bytes"
13046 msgstr ""
13047 "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
13048 "stored with a three-byte prefix indicating the length of the value in bytes"
13050 #: libraries/classes/Types.php:356
13051 msgid ""
13052 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
13053 "characters, stored with a four-byte prefix indicating the length of the "
13054 "value in bytes"
13055 msgstr ""
13056 "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
13057 "characters, stored with a four-byte prefix indicating the length of the "
13058 "value in bytes"
13060 #: libraries/classes/Types.php:363
13061 msgid ""
13062 "Similar to the CHAR type, but stores binary byte strings rather than non-"
13063 "binary character strings"
13064 msgstr ""
13065 "Similar to the CHAR type, but stores binary byte strings rather than non-"
13066 "binary character strings"
13068 #: libraries/classes/Types.php:369
13069 msgid ""
13070 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
13071 "binary character strings"
13072 msgstr ""
13073 "Similar to the VARCHAR type, but stores binary byte strings rather than non-"
13074 "binary character strings"
13076 #: libraries/classes/Types.php:375
13077 msgid ""
13078 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
13079 "one-byte prefix indicating the length of the value"
13080 msgstr ""
13081 "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
13082 "one-byte prefix indicating the length of the value"
13084 #: libraries/classes/Types.php:381
13085 msgid ""
13086 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
13087 "with a three-byte prefix indicating the length of the value"
13088 msgstr ""
13089 "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
13090 "with a three-byte prefix indicating the length of the value"
13092 #: libraries/classes/Types.php:388
13093 msgid ""
13094 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
13095 "a two-byte prefix indicating the length of the value"
13096 msgstr ""
13097 "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
13098 "a two-byte prefix indicating the length of the value"
13100 #: libraries/classes/Types.php:394
13101 msgid ""
13102 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
13103 "bytes, stored with a four-byte prefix indicating the length of the value"
13104 msgstr ""
13105 "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
13106 "bytes, stored with a four-byte prefix indicating the length of the value"
13108 #: libraries/classes/Types.php:401
13109 msgid ""
13110 "An enumeration, chosen from the list of up to 65,535 values or the special "
13111 "'' error value"
13112 msgstr ""
13113 "An enumeration, chosen from the list of up to 65,535 values or the special "
13114 "'' error value"
13116 #: libraries/classes/Types.php:406
13117 msgid "A single value chosen from a set of up to 64 members"
13118 msgstr "A single value chosen from a set of up to 64 members"
13120 #: libraries/classes/Types.php:409
13121 msgid "A type that can store a geometry of any type"
13122 msgstr "A type that can store a geometry of any type"
13124 #: libraries/classes/Types.php:412
13125 msgid "A point in 2-dimensional space"
13126 msgstr "A point in 2-dimensional space"
13128 #: libraries/classes/Types.php:415
13129 msgid "A curve with linear interpolation between points"
13130 msgstr "A curve with linear interpolation between points"
13132 #: libraries/classes/Types.php:418
13133 msgid "A polygon"
13134 msgstr "A polygon"
13136 #: libraries/classes/Types.php:421
13137 msgid "A collection of points"
13138 msgstr "A collection of points"
13140 #: libraries/classes/Types.php:425
13141 msgid "A collection of curves with linear interpolation between points"
13142 msgstr "A collection of curves with linear interpolation between points"
13144 #: libraries/classes/Types.php:429
13145 msgid "A collection of polygons"
13146 msgstr "A collection of polygons"
13148 #: libraries/classes/Types.php:432
13149 msgid "A collection of geometry objects of any type"
13150 msgstr "A collection of geometry objects of any type"
13152 #: libraries/classes/Types.php:436
13153 msgid ""
13154 "Stores and enables efficient access to data in JSON (JavaScript Object "
13155 "Notation) documents"
13156 msgstr ""
13157 "Stores and enables efficient access to data in JSON (JavaScript Object "
13158 "Notation) documents"
13160 #: libraries/classes/Types.php:441
13161 msgid ""
13162 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
13163 "conventional mapping of IPv4 addresses into IPv6 addresses"
13164 msgstr ""
13165 "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
13166 "conventional mapping of IPv4 addresses into IPv6 addresses"
13168 #: libraries/classes/Types.php:777
13169 msgctxt "numeric types"
13170 msgid "Numeric"
13171 msgstr "Numeric"
13173 #: libraries/classes/Types.php:795
13174 msgctxt "date and time types"
13175 msgid "Date and time"
13176 msgstr "Date and time"
13178 #: libraries/classes/Types.php:825
13179 msgctxt "spatial types"
13180 msgid "Spatial"
13181 msgstr "Spatial"
13183 #: libraries/classes/UserPassword.php:38
13184 msgid "The profile has been updated."
13185 msgstr "The profile has been updated."
13187 #: libraries/classes/UserPassword.php:50
13188 msgid "Password is too long!"
13189 msgstr "Password is too long!"
13191 #: libraries/classes/UserPreferences.php:173
13192 msgid "Could not save configuration"
13193 msgstr "Could not save configuration"
13195 #: libraries/classes/Util.php:138
13196 #, php-format
13197 msgid "Max: %s%s"
13198 msgstr "Max: %s%s"
13200 #. l10n: Short month name
13201 #. l10n: Short month name for January
13202 #: libraries/classes/Util.php:743 templates/javascript/variables.twig:34
13203 msgid "Jan"
13204 msgstr "Jan"
13206 #. l10n: Short month name
13207 #. l10n: Short month name for February
13208 #: libraries/classes/Util.php:745 templates/javascript/variables.twig:35
13209 msgid "Feb"
13210 msgstr "Feb"
13212 #. l10n: Short month name
13213 #. l10n: Short month name for March
13214 #: libraries/classes/Util.php:747 templates/javascript/variables.twig:36
13215 msgid "Mar"
13216 msgstr "Mar"
13218 #. l10n: Short month name
13219 #. l10n: Short month name for April
13220 #: libraries/classes/Util.php:749 templates/javascript/variables.twig:37
13221 msgid "Apr"
13222 msgstr "Apr"
13224 #. l10n: Short month name
13225 #: libraries/classes/Util.php:751
13226 msgctxt "Short month name"
13227 msgid "May"
13228 msgstr "May"
13230 #. l10n: Short month name
13231 #. l10n: Short month name for June
13232 #: libraries/classes/Util.php:753 templates/javascript/variables.twig:39
13233 msgid "Jun"
13234 msgstr "Jun"
13236 #. l10n: Short month name
13237 #. l10n: Short month name for July
13238 #: libraries/classes/Util.php:755 templates/javascript/variables.twig:40
13239 msgid "Jul"
13240 msgstr "Jul"
13242 #. l10n: Short month name
13243 #. l10n: Short month name for August
13244 #: libraries/classes/Util.php:757 templates/javascript/variables.twig:41
13245 msgid "Aug"
13246 msgstr "Aug"
13248 #. l10n: Short month name
13249 #. l10n: Short month name for September
13250 #: libraries/classes/Util.php:759 templates/javascript/variables.twig:42
13251 msgid "Sep"
13252 msgstr "Sep"
13254 #. l10n: Short month name
13255 #. l10n: Short month name for October
13256 #: libraries/classes/Util.php:761 templates/javascript/variables.twig:43
13257 msgid "Oct"
13258 msgstr "Oct"
13260 #. l10n: Short month name
13261 #. l10n: Short month name for November
13262 #: libraries/classes/Util.php:763 templates/javascript/variables.twig:44
13263 msgid "Nov"
13264 msgstr "Nov"
13266 #. l10n: Short month name
13267 #. l10n: Short month name for December
13268 #: libraries/classes/Util.php:765 templates/javascript/variables.twig:45
13269 msgid "Dec"
13270 msgstr "Dec"
13272 #. l10n: Short week day name for Sunday
13273 #: libraries/classes/Util.php:769
13274 msgctxt "Short week day name for Sunday"
13275 msgid "Sun"
13276 msgstr "Sun"
13278 #. l10n: Short week day name for Monday
13279 #: libraries/classes/Util.php:771 templates/javascript/variables.twig:58
13280 msgid "Mon"
13281 msgstr "Mon"
13283 #. l10n: Short week day name for Tuesday
13284 #: libraries/classes/Util.php:773 templates/javascript/variables.twig:59
13285 msgid "Tue"
13286 msgstr "Tue"
13288 #. l10n: Short week day name for Wednesday
13289 #: libraries/classes/Util.php:775 templates/javascript/variables.twig:60
13290 msgid "Wed"
13291 msgstr "Wed"
13293 #. l10n: Short week day name for Thursday
13294 #: libraries/classes/Util.php:777 templates/javascript/variables.twig:61
13295 msgid "Thu"
13296 msgstr "Thu"
13298 #. l10n: Short week day name for Friday
13299 #: libraries/classes/Util.php:779 templates/javascript/variables.twig:62
13300 msgid "Fri"
13301 msgstr "Fri"
13303 #. l10n: Short week day name for Saturday
13304 #: libraries/classes/Util.php:781 templates/javascript/variables.twig:63
13305 msgid "Sat"
13306 msgstr "Sat"
13308 #: libraries/classes/Util.php:807
13309 msgctxt "AM/PM indication in time"
13310 msgid "PM"
13311 msgstr "PM"
13313 #: libraries/classes/Util.php:809
13314 msgctxt "AM/PM indication in time"
13315 msgid "AM"
13316 msgstr "AM"
13318 #: libraries/classes/Util.php:885
13319 #, php-format
13320 msgid "%s days, %s hours, %s minutes and %s seconds"
13321 msgstr "%s days, %s hours, %s minutes and %s seconds"
13323 #: libraries/classes/Util.php:2109
13324 msgid "Users"
13325 msgstr "Users"
13327 #: libraries/classes/Util.php:2745
13328 #: templates/database/multi_table_query/form.twig:67
13329 msgid "Sort"
13330 msgstr "Sort"
13332 #: libraries/classes/ZipExtension.php:73 libraries/classes/ZipExtension.php:119
13333 msgid "Error in ZIP archive:"
13334 msgstr "Error in ZIP archive:"
13336 #: libraries/classes/ZipExtension.php:83
13337 msgid "No files found inside ZIP archive!"
13338 msgstr "No files found inside ZIP archive!"
13340 #: libraries/common.inc.php:279
13341 #, php-format
13342 msgid "You should upgrade to %s %s or later."
13343 msgstr "You should upgrade to %s %s or later."
13345 #: libraries/common.inc.php:309
13346 msgid "Error: Token mismatch"
13347 msgstr "Error: Token mismatch"
13349 #: libraries/config.values.php:88 libraries/config.values.php:126
13350 #: libraries/config.values.php:138
13351 msgid "Icons"
13352 msgstr "Icons"
13354 #: libraries/config.values.php:89 libraries/config.values.php:127
13355 #: libraries/config.values.php:139
13356 #: templates/database/multi_table_query/form.twig:118
13357 msgid "Text"
13358 msgstr "Text"
13360 #: libraries/config.values.php:90 libraries/config.values.php:108
13361 #: libraries/config.values.php:128 libraries/config.values.php:140
13362 msgid "Both"
13363 msgstr "Both"
13365 #: libraries/config.values.php:105
13366 msgid "Nowhere"
13367 msgstr "Nowhere"
13369 #: libraries/config.values.php:106
13370 msgid "Left"
13371 msgstr "Left"
13373 #: libraries/config.values.php:107
13374 msgid "Right"
13375 msgstr "Right"
13377 #: libraries/config.values.php:143
13378 msgid "Click"
13379 msgstr "Click"
13381 #: libraries/config.values.php:144
13382 msgid "Double click"
13383 msgstr "Double click"
13385 #: libraries/config.values.php:148
13386 msgid "key"
13387 msgstr "key"
13389 #: libraries/config.values.php:149
13390 msgid "display column"
13391 msgstr "display column"
13393 #: libraries/config.values.php:153
13394 msgid "Welcome"
13395 msgstr "Welcome"
13397 #: libraries/config.values.php:186
13398 msgid "Open"
13399 msgstr "Open"
13401 #: libraries/config.values.php:187
13402 msgid "Closed"
13403 msgstr "Closed"
13405 #: libraries/config.values.php:191 templates/javascript/variables.twig:49
13406 msgid "Monday"
13407 msgstr "Monday"
13409 #: libraries/config.values.php:192 templates/javascript/variables.twig:50
13410 msgid "Tuesday"
13411 msgstr "Tuesday"
13413 #: libraries/config.values.php:193 templates/javascript/variables.twig:51
13414 msgid "Wednesday"
13415 msgstr "Wednesday"
13417 #: libraries/config.values.php:194 templates/javascript/variables.twig:52
13418 msgid "Thursday"
13419 msgstr "Thursday"
13421 #: libraries/config.values.php:195 templates/javascript/variables.twig:53
13422 msgid "Friday"
13423 msgstr "Friday"
13425 #: libraries/config.values.php:196 templates/javascript/variables.twig:54
13426 msgid "Saturday"
13427 msgstr "Saturday"
13429 #: libraries/config.values.php:197 templates/javascript/variables.twig:48
13430 msgid "Sunday"
13431 msgstr "Sunday"
13433 #: libraries/config.values.php:200
13434 msgid "Ask before sending error reports"
13435 msgstr "Ask before sending error reports"
13437 #: libraries/config.values.php:201
13438 msgid "Always send error reports"
13439 msgstr "Always send error reports"
13441 #: libraries/config.values.php:202
13442 msgid "Never send error reports"
13443 msgstr "Never send error reports"
13445 #: libraries/config.values.php:205
13446 msgid "Server default"
13447 msgstr "Server default"
13449 #: libraries/config.values.php:206
13450 msgid "Enable"
13451 msgstr "Enable"
13453 #: libraries/config.values.php:207
13454 msgid "Disable"
13455 msgstr "Disable"
13457 #: libraries/config.values.php:259
13458 msgid "Quick - display only the minimal options to configure"
13459 msgstr "Quick - display only the minimal options to configure"
13461 #: libraries/config.values.php:260
13462 msgid "Custom - display all possible options to configure"
13463 msgstr "Custom - display all possible options to configure"
13465 #: libraries/config.values.php:262
13466 msgid "Custom - like above, but without the quick/custom choice"
13467 msgstr "Custom - like above, but without the quick/custom choice"
13469 #: libraries/config.values.php:330
13470 msgid "complete inserts"
13471 msgstr "complete inserts"
13473 #: libraries/config.values.php:331
13474 msgid "extended inserts"
13475 msgstr "extended inserts"
13477 #: libraries/config.values.php:332
13478 msgid "both of the above"
13479 msgstr "both of the above"
13481 #: libraries/config.values.php:333
13482 msgid "neither of the above"
13483 msgstr "neither of the above"
13485 #: setup/index.php:27
13486 msgid "Configuration already exists, setup is disabled!"
13487 msgstr "Configuration already exists, setup is disabled!"
13489 #: setup/validate.php:31
13490 msgid "Wrong data"
13491 msgstr "Wrong data"
13493 #: setup/validate.php:38
13494 #, php-format
13495 msgid "Wrong data or no validation for %s"
13496 msgstr "Wrong data or no validation for %s"
13498 #: templates/columns_definitions/column_attributes.twig:31
13499 #: templates/database/central_columns/edit_table_row.twig:23
13500 #: templates/database/central_columns/main.twig:73
13501 #: templates/database/central_columns/main.twig:302
13502 msgid "Edit ENUM/SET values"
13503 msgstr "Edit ENUM/SET values"
13505 #: templates/columns_definitions/column_attributes.twig:38
13506 #: templates/database/central_columns/edit_table_row.twig:30
13507 #: templates/database/central_columns/main.twig:78
13508 #: templates/database/central_columns/main.twig:313
13509 msgctxt "for default"
13510 msgid "None"
13511 msgstr "None"
13513 #: templates/columns_definitions/column_attributes.twig:41
13514 #: templates/database/central_columns/edit_table_row.twig:33
13515 #: templates/database/central_columns/main.twig:79
13516 #: templates/database/central_columns/main.twig:316
13517 msgid "As defined:"
13518 msgstr "As defined:"
13520 #: templates/columns_definitions/column_attributes.twig:97
13521 msgid ""
13522 "You don't have sufficient privileges to perform this operation; Please refer "
13523 "to the documentation for more details"
13524 msgstr ""
13525 "You don't have sufficient privileges to perform this operation; please refer "
13526 "to the documentation for more details"
13528 #: templates/columns_definitions/column_attributes.twig:111
13529 #: templates/database/data_dictionary/index.twig:67 templates/indexes.twig:17
13530 #: templates/table/structure/display_structure.twig:153
13531 #: templates/table/structure/display_structure.twig:161
13532 #: templates/table/structure/display_structure.twig:290
13533 #: templates/table/structure/display_structure.twig:415
13534 #: templates/table/tracking/structure_snapshot_indexes.twig:7
13535 msgid "Unique"
13536 msgstr "Unique"
13538 #: templates/columns_definitions/column_attributes.twig:119
13539 #: templates/table/structure/display_structure.twig:220
13540 #: templates/table/structure/display_structure.twig:223
13541 #: templates/table/structure/display_structure.twig:299
13542 msgid "Fulltext"
13543 msgstr "Fulltext"
13545 #: templates/columns_definitions/column_attributes.twig:123
13546 #: templates/table/structure/display_structure.twig:193
13547 #: templates/table/structure/display_structure.twig:201
13548 #: templates/table/structure/display_structure.twig:296
13549 msgid "Spatial"
13550 msgstr "Spatial"
13552 #: templates/columns_definitions/column_attributes.twig:156
13553 #: templates/table/structure/display_partitions.twig:26
13554 msgid "Expression"
13555 msgstr "Expression"
13557 #: templates/columns_definitions/column_attributes.twig:177
13558 msgid "first"
13559 msgstr "first"
13561 #: templates/columns_definitions/column_attributes.twig:182
13562 #: templates/table/structure/display_structure.twig:389
13563 #, php-format
13564 msgid "after %s"
13565 msgstr "after %s"
13567 #: templates/columns_definitions/column_definitions_form.twig:23
13568 msgid "Table name"
13569 msgstr "Table name"
13571 #: templates/columns_definitions/column_definitions_form.twig:32
13572 #: templates/console/display.twig:99
13573 #: templates/database/central_columns/main.twig:198 templates/export.twig:244
13574 #: templates/export.twig:258 templates/export.twig:272
13575 msgid "Add"
13576 msgstr "Add"
13578 #: templates/columns_definitions/column_definitions_form.twig:40
13579 msgid "column(s)"
13580 msgstr "column(s)"
13582 #: templates/columns_definitions/column_definitions_form.twig:74
13583 msgid "Collation:"
13584 msgstr "Collation:"
13586 #: templates/columns_definitions/column_definitions_form.twig:77
13587 msgid "Storage Engine:"
13588 msgstr "Storage Engine:"
13590 #: templates/columns_definitions/column_definitions_form.twig:82
13591 msgid "Connection:"
13592 msgstr "Connection:"
13594 #: templates/columns_definitions/column_definitions_form.twig:113
13595 #: templates/columns_definitions/partitions.twig:137
13596 #: templates/table/operations/index.twig:133
13597 msgid "Storage engine"
13598 msgstr "Storage engine"
13600 #: templates/columns_definitions/column_definitions_form.twig:136
13601 msgid "PARTITION definition:"
13602 msgstr "PARTITION definition:"
13604 #: templates/columns_definitions/column_definitions_form.twig:154
13605 msgctxt "Online transaction part of the SQL DDL for InnoDB"
13606 msgid "Online transaction"
13607 msgstr "Online transaction"
13609 #: templates/columns_definitions/column_name.twig:4
13610 #, php-format
13611 msgid "Referenced by %s."
13612 msgstr "Referenced by %s."
13614 #: templates/columns_definitions/column_name.twig:12
13615 msgid "Is a foreign key."
13616 msgstr "Is a foreign key."
13618 #: templates/columns_definitions/column_name.twig:39
13619 msgid "Pick from Central Columns"
13620 msgstr "Pick from Central Columns"
13622 #: templates/columns_definitions/partitions.twig:17
13623 msgid "Partition by:"
13624 msgstr "Partition by:"
13626 #: templates/columns_definitions/partitions.twig:32
13627 #: templates/columns_definitions/partitions.twig:60
13628 msgid "Expression or column list"
13629 msgstr "Expression or column list"
13631 #: templates/columns_definitions/partitions.twig:37
13632 msgid "Partitions:"
13633 msgstr "Partitions:"
13635 #: templates/columns_definitions/partitions.twig:45
13636 msgid "Subpartition by:"
13637 msgstr "Subpartition by:"
13639 #: templates/columns_definitions/partitions.twig:65
13640 msgid "Subpartitions:"
13641 msgstr "Subpartitions:"
13643 #: templates/columns_definitions/partitions.twig:76
13644 #: templates/table/operations/index.twig:458
13645 #: templates/table/structure/display_partitions.twig:24
13646 msgid "Partition"
13647 msgstr "Partition"
13649 #: templates/columns_definitions/partitions.twig:78
13650 msgid "Values"
13651 msgstr "Values"
13653 #: templates/columns_definitions/partitions.twig:82
13654 msgid "Subpartition"
13655 msgstr "Subpartition"
13657 #: templates/columns_definitions/partitions.twig:84
13658 msgid "Engine"
13659 msgstr "Engine"
13661 #: templates/columns_definitions/partitions.twig:85
13662 #: templates/config/form_display/input.twig:53
13663 #: templates/database/data_dictionary/index.twig:73
13664 #: templates/database/events/editor_form.twig:102
13665 #: templates/database/routines/editor_form.twig:163
13666 #: templates/database/structure/table_header.twig:46 templates/indexes.twig:23
13667 #: templates/table/structure/display_partitions.twig:31
13668 #: templates/table/structure/display_structure.twig:421
13669 #: templates/table/tracking/structure_snapshot_columns.twig:12
13670 #: templates/table/tracking/structure_snapshot_indexes.twig:13
13671 msgid "Comment"
13672 msgstr "Comment"
13674 #: templates/columns_definitions/partitions.twig:86
13675 msgid "Data directory"
13676 msgstr "Data directory"
13678 #: templates/columns_definitions/partitions.twig:87
13679 msgid "Index directory"
13680 msgstr "Index directory"
13682 #: templates/columns_definitions/partitions.twig:88
13683 msgid "Max rows"
13684 msgstr "Max rows"
13686 #: templates/columns_definitions/partitions.twig:89
13687 msgid "Min rows"
13688 msgstr "Min rows"
13690 #: templates/columns_definitions/partitions.twig:90
13691 msgid "Table space"
13692 msgstr "Table space"
13694 #: templates/columns_definitions/partitions.twig:91
13695 msgid "Node group"
13696 msgstr "Node group"
13698 #: templates/columns_definitions/table_fields_definitions.twig:16
13699 #: templates/database/central_columns/edit.twig:10
13700 #: templates/database/routines/editor_form.twig:52
13701 msgid "Length/Values"
13702 msgstr "Length/Values"
13704 #: templates/columns_definitions/table_fields_definitions.twig:17
13705 msgid ""
13706 "If column type is \"enum\" or \"set\", please enter the values using this "
13707 "format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
13708 "single quote (\"'\") amongst those values, precede it with a backslash (for "
13709 "example '\\\\xyz' or 'a\\'b')."
13710 msgstr ""
13711 "If column type is \"enum\" or \"set\", please enter the values using this "
13712 "format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
13713 "single quote (\"'\") amongst those values, precede it with a backslash (for "
13714 "example '\\\\xyz' or 'a\\'b')."
13716 #: templates/columns_definitions/table_fields_definitions.twig:21
13717 msgid ""
13718 "For default values, please enter just a single value, without backslash "
13719 "escaping or quotes, using this format: a"
13720 msgstr ""
13721 "For default values, please enter just a single value, without backslash "
13722 "escaping or quotes, using this format: a"
13724 #: templates/columns_definitions/table_fields_definitions.twig:24
13725 #: templates/database/central_columns/edit.twig:12
13726 #: templates/database/central_columns/main.twig:32
13727 #: templates/database/central_columns/main.twig:238
13728 #: templates/database/data_dictionary/index.twig:71
13729 #: templates/database/operations/index.twig:199
13730 #: templates/database/operations/index.twig:203
13731 #: templates/database/structure/table_header.twig:31
13732 #: templates/home/index.twig:61 templates/indexes.twig:21
13733 #: templates/server/databases/index.twig:29
13734 #: templates/server/databases/index.twig:30
13735 #: templates/server/databases/index.twig:123
13736 #: templates/table/operations/index.twig:151
13737 #: templates/table/search/index.twig:40
13738 #: templates/table/structure/display_structure.twig:24
13739 #: templates/table/structure/display_structure.twig:419
13740 #: templates/table/structure/display_table_stats.twig:108
13741 #: templates/table/tracking/structure_snapshot_columns.twig:8
13742 #: templates/table/tracking/structure_snapshot_indexes.twig:11
13743 #: templates/table/zoom_search/index.twig:38
13744 msgid "Collation"
13745 msgstr "Collation"
13747 #: templates/columns_definitions/table_fields_definitions.twig:36
13748 #: templates/database/operations/index.twig:74
13749 #: templates/database/operations/index.twig:178
13750 #: templates/database/routines/editor_form.twig:124
13751 #: templates/database/structure/copy_form.twig:50
13752 #: templates/table/operations/index.twig:79
13753 #: templates/table/operations/index.twig:115
13754 #: templates/table/operations/index.twig:315
13755 msgid "Adjust privileges"
13756 msgstr "Adjust privileges"
13758 #: templates/columns_definitions/table_fields_definitions.twig:59
13759 msgid "Virtuality"
13760 msgstr "Virtuality"
13762 #: templates/columns_definitions/table_fields_definitions.twig:65
13763 msgid "Move column"
13764 msgstr "Move column"
13766 #: templates/columns_definitions/table_fields_definitions.twig:75
13767 #: templates/columns_definitions/table_fields_definitions.twig:86
13768 msgid "List of available transformations and their options"
13769 msgstr "List of available transformations and their options"
13771 #: templates/columns_definitions/table_fields_definitions.twig:77
13772 #: templates/transformation_overview.twig:18
13773 msgid "Browser display transformation"
13774 msgstr "Browser display transformation"
13776 #: templates/columns_definitions/table_fields_definitions.twig:81
13777 msgid "Browser display transformation options"
13778 msgstr "Browser display transformation options"
13780 #: templates/columns_definitions/table_fields_definitions.twig:82
13781 #: templates/columns_definitions/table_fields_definitions.twig:93
13782 msgid ""
13783 "Please enter the values for transformation options using this format: 'a', "
13784 "100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
13785 "quote (\"'\") amongst those values, precede it with a backslash (for example "
13786 "'\\\\xyz' or 'a\\'b')."
13787 msgstr ""
13788 "Please enter the values for transformation options using this format: 'a', "
13789 "100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
13790 "quote (\"'\") amongst those values, precede it with a backslash (for example "
13791 "'\\\\xyz' or 'a\\'b')."
13793 #: templates/columns_definitions/table_fields_definitions.twig:88
13794 #: templates/transformation_overview.twig:37
13795 msgid "Input transformation"
13796 msgstr "Input transformation"
13798 #: templates/columns_definitions/table_fields_definitions.twig:92
13799 msgid "Input transformation options"
13800 msgstr "Input transformation options"
13802 #: templates/config/form_display/input.twig:15
13803 msgid "This setting is disabled, it will not be applied to your configuration."
13804 msgstr ""
13805 "This setting is disabled, it will not be applied to your configuration."
13807 #: templates/config/form_display/input.twig:57
13808 #: templates/config/form_display/input.twig:58
13809 #, php-format
13810 msgid "Set value: %s"
13811 msgstr "Set value: %s"
13813 #: templates/config/form_display/input.twig:63
13814 #: templates/config/form_display/input.twig:64
13815 msgid "Restore default value"
13816 msgstr "Restore default value"
13818 #: templates/config/form_display/input.twig:79
13819 #: templates/config/form_display/input.twig:80
13820 msgid "Allow users to customize this value"
13821 msgstr "Allow users to customise this value"
13823 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
13824 #: templates/console/display.twig:84 templates/console/display.twig:175
13825 msgid "Collapse"
13826 msgstr "Collapse"
13828 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
13829 #: templates/console/display.twig:84 templates/console/display.twig:175
13830 msgid "Expand"
13831 msgstr "Expand"
13833 #: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
13834 #: templates/console/display.twig:175
13835 msgid "Requery"
13836 msgstr "Requery"
13838 #: templates/console/display.twig:7 templates/setup/home/index.twig:166
13839 #: templates/sql/query.twig:39
13840 msgid "Clear"
13841 msgstr "Clear"
13843 #: templates/console/display.twig:7
13844 msgid "History"
13845 msgstr "History"
13847 #: templates/console/display.twig:11 templates/console/display.twig:99
13848 msgid "Bookmarks"
13849 msgstr "Bookmarks"
13851 #: templates/console/display.twig:20
13852 msgid "Press Ctrl+Enter to execute query"
13853 msgstr "Press Ctrl+Enter to execute query"
13855 #: templates/console/display.twig:23
13856 msgid "Press Enter to execute query"
13857 msgstr "Press Enter to execute query"
13859 #: templates/console/display.twig:31 templates/console/display.twig:175
13860 msgid "Explain"
13861 msgstr "Explain"
13863 #: templates/console/display.twig:40 templates/console/display.twig:184
13864 msgid "Bookmark"
13865 msgstr "Bookmark"
13867 #: templates/console/display.twig:40 templates/console/display.twig:184
13868 msgid "Query failed"
13869 msgstr "Query failed"
13871 #: templates/console/display.twig:42 templates/console/display.twig:184
13872 msgid "Queried time"
13873 msgstr "Queried time"
13875 #: templates/console/display.twig:47
13876 msgid "During current session"
13877 msgstr "During current session"
13879 #: templates/console/display.twig:64
13880 msgid "ascending"
13881 msgstr "ascending"
13883 #: templates/console/display.twig:64
13884 msgid "descending"
13885 msgstr "descending"
13887 #: templates/console/display.twig:64
13888 msgid "Order:"
13889 msgstr "Order:"
13891 #: templates/console/display.twig:64 templates/console/display.twig:84
13892 #: templates/table/find_replace/replace_preview.twig:16
13893 msgid "Count"
13894 msgstr "Count"
13896 #: templates/console/display.twig:64
13897 msgid "Execution order"
13898 msgstr "Execution order"
13900 #: templates/console/display.twig:64 templates/console/display.twig:84
13901 msgid "Time taken"
13902 msgstr "Time taken"
13904 #: templates/console/display.twig:64 templates/table/search/index.twig:146
13905 msgid "Order by:"
13906 msgstr "Order by:"
13908 #: templates/console/display.twig:64
13909 msgid "Ungroup queries"
13910 msgstr "Ungroup queries"
13912 #: templates/console/display.twig:84
13913 msgid "Show trace"
13914 msgstr "Show trace"
13916 #: templates/console/display.twig:84
13917 msgid "Hide trace"
13918 msgstr "Hide trace"
13920 #: templates/console/display.twig:112
13921 msgid "Add bookmark"
13922 msgstr "Add bookmark"
13924 #: templates/console/display.twig:121
13925 msgid "Label"
13926 msgstr "Label"
13928 #: templates/console/display.twig:124
13929 msgid "Target database"
13930 msgstr "Target database"
13932 #: templates/console/display.twig:127
13933 msgid "Share this bookmark"
13934 msgstr "Share this bookmark"
13936 #: templates/console/display.twig:140
13937 msgid "Set default"
13938 msgstr "Set default"
13940 #: templates/console/display.twig:162
13941 msgid ""
13942 "Execute queries on Enter and insert new line with Shift+Enter. To make this "
13943 "permanent, view settings."
13944 msgstr ""
13945 "Execute queries on Enter and insert new line with Shift+Enter. To make this "
13946 "permanent, view settings."
13948 #: templates/create_tracking_version.twig:10
13949 #, php-format
13950 msgid "Create version %1$s of %2$s"
13951 msgstr "Create version %1$s of %2$s"
13953 #: templates/create_tracking_version.twig:15
13954 #, php-format
13955 msgid "Create version %1$s"
13956 msgstr "Create version %1$s"
13958 #: templates/create_tracking_version.twig:21
13959 msgid "Track these data definition statements:"
13960 msgstr "Track these data definition statements:"
13962 #: templates/create_tracking_version.twig:60
13963 msgid "Track these data manipulation statements:"
13964 msgstr "Track these data manipulation statements:"
13966 #: templates/create_tracking_version.twig:77
13967 msgid "Create version"
13968 msgstr "Create version"
13970 #: templates/database/central_columns/edit.twig:15
13971 msgctxt "Auto Increment"
13972 msgid "A_I"
13973 msgstr "A_I"
13975 #: templates/database/central_columns/main.twig:4
13976 msgid "Add new column"
13977 msgstr "Add new column"
13979 #: templates/database/central_columns/main.twig:24
13980 #: templates/database/central_columns/main.twig:230
13981 msgid "Length/Value"
13982 msgstr "Length/Value"
13984 #: templates/database/central_columns/main.twig:36
13985 #: templates/database/central_columns/main.twig:242
13986 msgid "Attribute"
13987 msgstr "Attribute"
13989 #: templates/database/central_columns/main.twig:44
13990 #: templates/database/central_columns/main.twig:250
13991 msgid "A_I"
13992 msgstr "A_I"
13994 #: templates/database/central_columns/main.twig:131
13995 msgid "The central list of columns for the current database is empty"
13996 msgstr "The central list of columns for the current database is empty"
13998 #: templates/database/central_columns/main.twig:168
13999 #: templates/display/results/table.twig:62
14000 msgid "Filter rows"
14001 msgstr "Filter rows"
14003 #: templates/database/central_columns/main.twig:169
14004 #: templates/display/results/table.twig:64
14005 msgid "Search this table"
14006 msgstr "Search this table"
14008 #: templates/database/central_columns/main.twig:180
14009 #: templates/table/structure/display_structure.twig:374
14010 msgid "Add column"
14011 msgstr "Add column"
14013 #: templates/database/central_columns/main.twig:189
14014 msgid "Select a table"
14015 msgstr "Select a table"
14017 #: templates/database/central_columns/main.twig:196
14018 msgid "Select a column."
14019 msgstr "Select a column."
14021 #: templates/database/central_columns/main.twig:215
14022 msgid "Click to sort."
14023 msgstr "Click to sort."
14025 #: templates/database/central_columns/main.twig:220
14026 #: templates/database/privileges/index.twig:22
14027 #: templates/database/structure/table_header.twig:22
14028 #: templates/database/tracking/tables.twig:18
14029 #: templates/database/tracking/tables.twig:154 templates/indexes.twig:14
14030 #: templates/server/databases/index.twig:163
14031 #: templates/server/privileges/privileges_summary.twig:22
14032 #: templates/server/privileges/users_overview.twig:19
14033 #: templates/server/user_groups/user_groups.twig:21
14034 #: templates/server/variables/index.twig:30
14035 #: templates/table/privileges/index.twig:24
14036 #: templates/table/structure/display_partitions.twig:33
14037 #: templates/table/structure/display_structure.twig:35
14038 #: templates/table/structure/display_structure.twig:412
14039 #: templates/table/tracking/main.twig:32
14040 #: templates/table/tracking/report_table.twig:8
14041 msgid "Action"
14042 msgstr "Action"
14044 #: templates/database/create_table.twig:7
14045 #: templates/database/designer/main.twig:84
14046 #: templates/database/designer/main.twig:87
14047 #: templates/database/operations/index.twig:29
14048 #: templates/database/structure/show_create.twig:11
14049 msgid "Create table"
14050 msgstr "Create table"
14052 #: templates/database/create_table.twig:15
14053 #: templates/database/operations/index.twig:37
14054 msgid "Number of columns"
14055 msgstr "Number of columns"
14057 #: templates/database/data_dictionary/index.twig:3
14058 msgid "Database comment:"
14059 msgstr "Database comment:"
14061 #: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:18
14062 #: templates/table/structure/display_structure.twig:416
14063 #: templates/table/tracking/structure_snapshot_indexes.twig:8
14064 msgid "Packed"
14065 msgstr "Packed"
14067 #: templates/database/data_dictionary/index.twig:70 templates/indexes.twig:20
14068 #: templates/table/structure/display_structure.twig:418
14069 #: templates/table/tracking/structure_snapshot_indexes.twig:10
14070 msgid "Cardinality"
14071 msgstr "Cardinality"
14073 #: templates/database/data_dictionary/index.twig:110 templates/indexes.twig:90
14074 #: templates/table/structure/display_structure.twig:496
14075 msgid "No index defined!"
14076 msgstr "No index defined!"
14078 #: templates/database/designer/database_tables.twig:31
14079 #: templates/database/export/index.twig:29
14080 #: templates/database/search/main.twig:43 templates/server/export/index.twig:12
14081 #: templates/server/replication/database_multibox.twig:7
14082 msgid "Select all"
14083 msgstr "Select all"
14085 #: templates/database/designer/database_tables.twig:37
14086 msgid "Show/hide columns"
14087 msgstr "Show/hide columns"
14089 #: templates/database/designer/database_tables.twig:46
14090 msgid "See table structure"
14091 msgstr "See table structure"
14093 #: templates/database/designer/database_tables.twig:91
14094 #, php-format
14095 msgid "Select \"%s\""
14096 msgstr "Select \"%s\""
14098 #: templates/database/designer/database_tables.twig:109
14099 #, php-format
14100 msgid "Add an option for column \"%s\"."
14101 msgstr "Add an option for column \"%s\"."
14103 #: templates/database/designer/edit_delete_pages.twig:6
14104 msgid "Page to open"
14105 msgstr "Page to open"
14107 #: templates/database/designer/edit_delete_pages.twig:6
14108 msgid "Page to delete"
14109 msgstr "Page to delete"
14111 #: templates/database/designer/main.twig:19
14112 #: templates/database/designer/main.twig:25
14113 msgid "Show/Hide tables list"
14114 msgstr "Show/Hide tables list"
14116 #: templates/database/designer/main.twig:29
14117 #: templates/database/designer/main.twig:35
14118 #: templates/database/designer/main.twig:36
14119 msgid "View in fullscreen"
14120 msgstr "View in full-screen"
14122 #: templates/database/designer/main.twig:34
14123 msgid "Exit fullscreen"
14124 msgstr "Exit full-screen"
14126 #: templates/database/designer/main.twig:48
14127 #: templates/database/designer/main.twig:52
14128 msgid "New page"
14129 msgstr "New page"
14131 #: templates/database/designer/main.twig:77
14132 #: templates/database/designer/main.twig:80
14133 msgid "Delete pages"
14134 msgstr "Delete pages"
14136 #: templates/database/designer/main.twig:91
14137 #: templates/database/designer/main.twig:94
14138 #: templates/database/designer/main.twig:271
14139 msgid "Create relationship"
14140 msgstr "Create relationship"
14142 #: templates/database/designer/main.twig:105
14143 #: templates/database/designer/main.twig:108
14144 msgid "Reload"
14145 msgstr "Reload"
14147 #: templates/database/designer/main.twig:112
14148 #: templates/database/designer/main.twig:115
14149 msgid "Help"
14150 msgstr "Help"
14152 #: templates/database/designer/main.twig:120
14153 #: templates/database/designer/main.twig:123
14154 msgid "Angular links"
14155 msgstr "Angular links"
14157 #: templates/database/designer/main.twig:120
14158 #: templates/database/designer/main.twig:123
14159 msgid "Direct links"
14160 msgstr "Direct links"
14162 #: templates/database/designer/main.twig:127
14163 #: templates/database/designer/main.twig:129
14164 msgid "Snap to grid"
14165 msgstr "Snap to grid"
14167 #: templates/database/designer/main.twig:133
14168 #: templates/database/designer/main.twig:139
14169 msgid "Small/Big All"
14170 msgstr "Small/Big All"
14172 #: templates/database/designer/main.twig:143
14173 #: templates/database/designer/main.twig:146
14174 msgid "Toggle small/big"
14175 msgstr "Toggle small/big"
14177 #: templates/database/designer/main.twig:150
14178 #: templates/database/designer/main.twig:153
14179 msgid "Toggle relationship lines"
14180 msgstr "Toggle relationship lines"
14182 #: templates/database/designer/main.twig:158
14183 #: templates/database/designer/main.twig:161
14184 msgid "Export schema"
14185 msgstr "Export schema"
14187 #: templates/database/designer/main.twig:169
14188 #: templates/database/designer/main.twig:172
14189 msgid "Build Query"
14190 msgstr "Build Query"
14192 #: templates/database/designer/main.twig:177
14193 #: templates/database/designer/main.twig:181
14194 msgid "Move Menu"
14195 msgstr "Move Menu"
14197 #: templates/database/designer/main.twig:185
14198 #: templates/database/designer/main.twig:190
14199 msgid "Pin text"
14200 msgstr "Pin text"
14202 #: templates/database/designer/main.twig:202
14203 msgid "Hide/Show all"
14204 msgstr "Hide/Show all"
14206 #: templates/database/designer/main.twig:212
14207 msgid "Hide/Show tables with no relationship"
14208 msgstr "Hide/Show tables with no relationship"
14210 #: templates/database/designer/main.twig:223
14211 msgid "Number of tables:"
14212 msgstr "Number of tables:"
14214 #: templates/database/designer/main.twig:381
14215 msgid "Delete relationship"
14216 msgstr "Delete relationship"
14218 #: templates/database/designer/main.twig:445
14219 #: templates/database/designer/main.twig:610
14220 msgid "Relationship operator"
14221 msgstr "Relationship operator"
14223 #: templates/database/designer/main.twig:474
14224 #: templates/database/designer/main.twig:639
14225 #: templates/database/designer/main.twig:845
14226 #: templates/database/designer/main.twig:1038
14227 msgid "Except"
14228 msgstr "Except"
14230 #: templates/database/designer/main.twig:486
14231 #: templates/database/designer/main.twig:651
14232 #: templates/database/designer/main.twig:857
14233 #: templates/database/designer/main.twig:1050
14234 msgid "subquery"
14235 msgstr "subquery"
14237 #: templates/database/designer/main.twig:495
14238 #: templates/database/designer/main.twig:711
14239 msgid "Rename to"
14240 msgstr "Rename to"
14242 #: templates/database/designer/main.twig:501
14243 #: templates/database/designer/main.twig:719
14244 msgid "New name"
14245 msgstr "New name"
14247 #: templates/database/designer/main.twig:510
14248 #: templates/database/designer/main.twig:916
14249 msgid "Aggregate"
14250 msgstr "Aggregate"
14252 #: templates/database/designer/main.twig:516
14253 #: templates/database/designer/main.twig:580
14254 #: templates/database/designer/main.twig:785
14255 #: templates/database/designer/main.twig:816
14256 #: templates/database/designer/main.twig:924
14257 #: templates/database/designer/main.twig:1009
14258 #: templates/table/search/index.twig:41
14259 #: templates/table/zoom_search/index.twig:39
14260 msgid "Operator"
14261 msgstr "Operator"
14263 #: templates/database/designer/main.twig:1090
14264 msgid "Active options"
14265 msgstr "Active options"
14267 #: templates/database/designer/main.twig:1104
14268 #: templates/database/designer/main.twig:1119
14269 #, fuzzy
14270 #| msgid "Loading…"
14271 msgid "Loading"
14272 msgstr "Loading…"
14274 #: templates/database/designer/page_save_as.twig:19
14275 msgid "Save to selected page"
14276 msgstr "Save to selected page"
14278 #: templates/database/designer/page_save_as.twig:23
14279 msgid "Create a page and save to it"
14280 msgstr "Create a page and save to it"
14282 #: templates/database/designer/page_save_as.twig:29
14283 msgid "New page name"
14284 msgstr "New page name"
14286 #: templates/database/designer/page_selector.twig:2
14287 msgid "Select page"
14288 msgstr "Select page"
14290 #: templates/database/designer/schema_export.twig:4
14291 msgid "Select Export Relational Type"
14292 msgstr "Select Export Relational Type"
14294 #: templates/database/events/editor_form.twig:10
14295 #: templates/database/routines/editor_form.twig:11
14296 #: templates/database/triggers/editor_form.twig:14 templates/view_create.twig:8
14297 msgid "Details"
14298 msgstr "Details"
14300 #: templates/database/events/editor_form.twig:19
14301 msgid "Event name"
14302 msgstr "Event name"
14304 #: templates/database/events/editor_form.twig:35
14305 #: templates/server/binlog/index.twig:86
14306 msgid "Event type"
14307 msgstr "Event type"
14309 #: templates/database/events/editor_form.twig:48
14310 #: templates/database/routines/editor_form.twig:38
14311 #, php-format
14312 msgid "Change to %s"
14313 msgstr "Change to %s"
14315 #: templates/database/events/editor_form.twig:53
14316 msgid "Execute at"
14317 msgstr "Execute at"
14319 #: templates/database/events/editor_form.twig:59
14320 msgid "Execute every"
14321 msgstr "Execute every"
14323 #: templates/database/events/editor_form.twig:70
14324 msgctxt "Start of recurring event"
14325 msgid "Start"
14326 msgstr "Start"
14328 #: templates/database/events/editor_form.twig:76
14329 msgctxt "End of recurring event"
14330 msgid "End"
14331 msgstr "End"
14333 #: templates/database/events/editor_form.twig:90
14334 msgid "On completion preserve"
14335 msgstr "On completion preserve"
14337 #: templates/database/events/editor_form.twig:96
14338 #: templates/database/routines/editor_form.twig:138
14339 #: templates/database/triggers/editor_form.twig:61
14340 #: templates/view_create.twig:45
14341 msgid "Definer"
14342 msgstr "Definer"
14344 #: templates/database/events/index.twig:13
14345 #: templates/database/privileges/index.twig:113
14346 #: templates/database/privileges/index.twig:114
14347 #: templates/database/routines/index.twig:13
14348 #: templates/database/structure/check_all_tables.twig:3
14349 #: templates/database/structure/check_all_tables.twig:4
14350 #: templates/database/triggers/list.twig:13
14351 #: templates/display/results/table.twig:223
14352 #: templates/display/results/table.twig:224 templates/select_all.twig:4
14353 #: templates/select_all.twig:5 templates/server/databases/index.twig:64
14354 #: templates/server/privileges/edit_routine_privileges.twig:57
14355 #: templates/server/privileges/privileges_table.twig:244
14356 #: templates/server/privileges/privileges_table.twig:245
14357 #: templates/server/privileges/privileges_table.twig:253
14358 #: templates/server/privileges/privileges_table.twig:327
14359 #: templates/server/privileges/privileges_table.twig:527
14360 #: templates/server/privileges/users_overview.twig:105
14361 #: templates/server/privileges/users_overview.twig:106
14362 #: templates/server/user_groups/edit_user_groups.twig:11
14363 #: templates/table/privileges/index.twig:117
14364 #: templates/table/privileges/index.twig:118
14365 msgid "Check all"
14366 msgstr "Check all"
14368 #: templates/database/events/index.twig:27
14369 msgid "Create new event"
14370 msgstr "Create new event"
14372 #: templates/database/events/index.twig:36
14373 msgid "There are no events to display."
14374 msgstr "There are no events to display."
14376 #: templates/database/events/index.twig:111
14377 msgid "Event scheduler status"
14378 msgstr "Event scheduler status"
14380 #: templates/database/events/index.twig:116
14381 #: templates/database/tracking/tables.twig:47
14382 msgid "Click to toggle"
14383 msgstr "Click to toggle"
14385 #: templates/database/events/index.twig:129
14386 msgid "ON"
14387 msgstr "ON"
14389 #: templates/database/events/index.twig:140
14390 msgid "OFF"
14391 msgstr "OFF"
14393 #: templates/database/export/index.twig:62
14394 msgid ""
14395 "@SERVER@ will become the server name and @DATABASE@ will become the database "
14396 "name."
14397 msgstr ""
14398 "@SERVER@ will become the server name and @DATABASE@ will become the database "
14399 "name."
14401 #. l10n: A query that the user has written freely
14402 #: templates/database/export/index.twig:5 templates/table/export/index.twig:8
14403 msgid "Exporting a raw query"
14404 msgstr "Exporting a raw query"
14406 #: templates/database/export/index.twig:7
14407 #, php-format
14408 msgid "Exporting tables from \"%s\" database"
14409 msgstr "Exporting tables from \"%s\" database"
14411 #: templates/database/import/index.twig:3
14412 #, php-format
14413 msgid "Importing into the database \"%s\""
14414 msgstr "Importing into the database \"%s\""
14416 #: templates/database/multi_table_query/form.twig:4
14417 #: templates/database/qbe/index.twig:4
14418 msgid "Multi-table query"
14419 msgstr "Multi-table query"
14421 #: templates/database/multi_table_query/form.twig:10
14422 #: templates/database/qbe/index.twig:10
14423 msgid "Query by example"
14424 msgstr "Query by example"
14426 #: templates/database/multi_table_query/form.twig:17
14427 msgid "Query window"
14428 msgstr "Query window"
14430 #: templates/database/multi_table_query/form.twig:38
14431 #: templates/database/multi_table_query/form.twig:128
14432 msgid "select table"
14433 msgstr "select table"
14435 #: templates/database/multi_table_query/form.twig:45
14436 #: templates/database/multi_table_query/form.twig:136
14437 msgid "select column"
14438 msgstr "select column"
14440 #: templates/database/multi_table_query/form.twig:51
14441 msgid "Table alias"
14442 msgstr "Table alias"
14444 #: templates/database/multi_table_query/form.twig:52
14445 msgid "Column alias"
14446 msgstr "Column alias"
14448 #: templates/database/multi_table_query/form.twig:55
14449 msgid "Use this column in criteria"
14450 msgstr "Use this column in criteria"
14452 #: templates/database/multi_table_query/form.twig:59
14453 msgid "criteria"
14454 msgstr "criteria"
14456 #: templates/database/multi_table_query/form.twig:73
14457 msgid "Add as"
14458 msgstr "Add as"
14460 #: templates/database/multi_table_query/form.twig:119
14461 msgid "Another column"
14462 msgstr "Another column"
14464 #: templates/database/multi_table_query/form.twig:146
14465 msgid "Enter criteria as free text"
14466 msgstr "Enter criteria as free text"
14468 #: templates/database/multi_table_query/form.twig:153
14469 msgid "Remove this column"
14470 msgstr "Remove this column"
14472 #: templates/database/multi_table_query/form.twig:159
14473 #: templates/table/relation/foreign_key_row.twig:86
14474 msgid "+ Add column"
14475 msgstr "+ Add column"
14477 #: templates/database/multi_table_query/form.twig:174
14478 #: templates/database/qbe/selection_form.twig:80
14479 #: templates/database/qbe/selection_form.twig:96
14480 msgid "Update query"
14481 msgstr "Update query"
14483 #: templates/database/operations/index.twig:9
14484 #: templates/database/operations/index.twig:13
14485 msgid "Database comment"
14486 msgstr "Database comment"
14488 #: templates/database/operations/index.twig:60
14489 msgid "Rename database to"
14490 msgstr "Rename database to"
14492 #: templates/database/operations/index.twig:64 templates/export.twig:241
14493 msgid "New database name"
14494 msgstr "New database name"
14496 #: templates/database/operations/index.twig:72
14497 #: templates/database/operations/index.twig:176
14498 #: templates/table/operations/index.twig:77
14499 #: templates/table/operations/index.twig:113
14500 #: templates/table/operations/index.twig:313
14501 msgid ""
14502 "You don't have sufficient privileges to perform this operation; Please refer "
14503 "to the documentation for more details."
14504 msgstr ""
14505 "You don't have sufficient privileges to perform this operation; Please refer "
14506 "to the documentation for more details."
14508 #: templates/database/operations/index.twig:89
14509 msgid "Remove database"
14510 msgstr "Remove database"
14512 #: templates/database/operations/index.twig:94
14513 #, php-format
14514 msgid "Database %s has been dropped."
14515 msgstr "Database %s has been dropped."
14517 #: templates/database/operations/index.twig:99
14518 msgid "Drop the database (DROP)"
14519 msgstr "Drop the database (DROP)"
14521 #: templates/database/operations/index.twig:123
14522 msgid "Copy database to"
14523 msgstr "Copy database to"
14525 #: templates/database/operations/index.twig:155
14526 msgid "CREATE DATABASE before copying"
14527 msgstr "CREATE DATABASE before copying"
14529 #: templates/database/operations/index.twig:170
14530 #: templates/database/structure/copy_form.twig:44
14531 #: templates/table/operations/index.twig:306
14532 msgid "Add constraints"
14533 msgstr "Add constraints"
14535 #: templates/database/operations/index.twig:185
14536 msgid "Switch to copied database"
14537 msgstr "Switch to copied database"
14539 #: templates/database/operations/index.twig:221
14540 msgid "Change all tables collations"
14541 msgstr "Change all tables collations"
14543 #: templates/database/operations/index.twig:225
14544 msgid "Change all tables columns collations"
14545 msgstr "Change all tables columns collations"
14547 #: templates/database/privileges/index.twig:9
14548 #: templates/table/privileges/index.twig:8
14549 #, php-format
14550 msgid "Users having access to \"%s\""
14551 msgstr "Users having access to \"%s\""
14553 #: templates/database/privileges/index.twig:17
14554 #: templates/server/privileges/login_information_fields.twig:6
14555 #: templates/server/privileges/login_information_fields.twig:11
14556 #: templates/server/privileges/users_overview.twig:8
14557 #: templates/server/replication/change_master.twig:15
14558 #: templates/server/replication/master_add_slave_user.twig:19
14559 #: templates/server/replication/master_add_slave_user.twig:24
14560 #: templates/table/privileges/index.twig:19
14561 msgid "User name"
14562 msgstr "User name"
14564 #: templates/database/privileges/index.twig:18
14565 #: templates/server/privileges/login_information_fields.twig:25
14566 #: templates/server/privileges/login_information_fields.twig:37
14567 #: templates/server/privileges/users_overview.twig:9
14568 #: templates/table/privileges/index.twig:20
14569 msgid "Host name"
14570 msgstr "Host name"
14572 #: templates/database/privileges/index.twig:21
14573 #: templates/server/privileges/privileges_summary.twig:16
14574 #: templates/server/privileges/users_overview.twig:18
14575 #: templates/table/privileges/index.twig:23
14576 msgid "Grant"
14577 msgstr "Grant"
14579 #: templates/database/privileges/index.twig:36
14580 #: templates/server/privileges/new_user_ajax.twig:9
14581 #: templates/server/privileges/users_overview.twig:33
14582 #: templates/table/privileges/index.twig:38
14583 msgid "Any"
14584 msgstr "Any"
14586 #: templates/database/privileges/index.twig:47
14587 #: templates/table/privileges/index.twig:49
14588 msgid "global"
14589 msgstr "global"
14591 #: templates/database/privileges/index.twig:50
14592 #: templates/table/privileges/index.twig:52
14593 msgid "database-specific"
14594 msgstr "database-specific"
14596 #: templates/database/privileges/index.twig:52
14597 #: templates/table/privileges/index.twig:54
14598 msgid "wildcard"
14599 msgstr "wildcard"
14601 #: templates/database/privileges/index.twig:55
14602 #: templates/table/privileges/index.twig:59
14603 msgid "routine"
14604 msgstr "routine"
14606 #: templates/database/privileges/index.twig:112
14607 #: templates/database/privileges/index.twig:115
14608 #: templates/database/structure/check_all_tables.twig:2
14609 #: templates/database/structure/check_all_tables.twig:9
14610 #: templates/display/results/table.twig:222
14611 #: templates/display/results/table.twig:225 templates/select_all.twig:2
14612 #: templates/select_all.twig:6
14613 #: templates/server/privileges/users_overview.twig:104
14614 #: templates/server/privileges/users_overview.twig:107
14615 #: templates/table/privileges/index.twig:116
14616 #: templates/table/privileges/index.twig:119
14617 msgid "With selected:"
14618 msgstr "With selected:"
14620 #: templates/database/privileges/index.twig:131
14621 #: templates/server/privileges/add_user_fieldset.twig:4
14622 #: templates/server/privileges/user_overview.twig:22
14623 #: templates/server/privileges/users_overview.twig:121
14624 #: templates/table/privileges/index.twig:134
14625 msgctxt "Create new user"
14626 msgid "New"
14627 msgstr "New"
14629 #: templates/database/privileges/index.twig:136
14630 #: templates/server/privileges/add_user_fieldset.twig:9
14631 #: templates/server/privileges/add_user.twig:3
14632 #: templates/server/privileges/user_overview.twig:24
14633 #: templates/server/privileges/users_overview.twig:124
14634 #: templates/table/privileges/index.twig:140
14635 msgid "Add user account"
14636 msgstr "Add user account"
14638 #: templates/database/qbe/index.twig:16
14639 #, php-format
14640 msgid "Switch to %svisual builder%s"
14641 msgstr "Switch to %svisual builder%s"
14643 #: templates/database/qbe/index.twig:20
14644 msgid "You have to choose at least one column to display!"
14645 msgstr "You have to choose at least one column to display!"
14647 #: templates/database/qbe/ins_del_and_or_cell.twig:5
14648 msgid "Ins:"
14649 msgstr "Ins:"
14651 #: templates/database/qbe/ins_del_and_or_cell.twig:12
14652 msgid "And"
14653 msgstr "And"
14655 #: templates/database/qbe/ins_del_and_or_cell.twig:17
14656 msgid "Del:"
14657 msgstr "Del:"
14659 #: templates/database/qbe/selection_form.twig:12
14660 #: templates/table/find_replace/index.twig:41
14661 msgid "Column:"
14662 msgstr "Column:"
14664 #: templates/database/qbe/selection_form.twig:17
14665 msgid "Alias:"
14666 msgstr "Alias:"
14668 #: templates/database/qbe/selection_form.twig:22
14669 msgid "Show:"
14670 msgstr "Show:"
14672 #: templates/database/qbe/selection_form.twig:27
14673 msgid "Sort:"
14674 msgstr "Sort:"
14676 #: templates/database/qbe/selection_form.twig:32
14677 msgid "Sort order:"
14678 msgstr "Sort order:"
14680 #: templates/database/qbe/selection_form.twig:37
14681 msgid "Criteria:"
14682 msgstr "Criteria:"
14684 #: templates/database/qbe/selection_form.twig:44
14685 msgid "Modify:"
14686 msgstr "Modify:"
14688 #: templates/database/qbe/selection_form.twig:54
14689 msgid "Add/Delete criteria rows:"
14690 msgstr "Add/Delete criteria rows:"
14692 #: templates/database/qbe/selection_form.twig:67
14693 msgid "Add/Delete columns:"
14694 msgstr "Add/Delete columns:"
14696 #: templates/database/qbe/selection_form.twig:86
14697 #: templates/database/qbe/selection_form.twig:88
14698 msgid "Use tables"
14699 msgstr "Use tables"
14701 #: templates/database/qbe/selection_form.twig:107
14702 #, php-format
14703 msgid "SQL query on database <b>%s</b>:"
14704 msgstr "SQL query on database <b>%s</b>:"
14706 #: templates/database/routines/editor_form.twig:20
14707 msgid "Routine name"
14708 msgstr "Routine name"
14710 #: templates/database/routines/editor_form.twig:43
14711 msgid "Parameters"
14712 msgstr "Parameters"
14714 #: templates/database/routines/editor_form.twig:49
14715 msgid "Direction"
14716 msgstr "Direction"
14718 #: templates/database/routines/editor_form.twig:66
14719 msgid "Add parameter"
14720 msgstr "Add parameter"
14722 #: templates/database/routines/editor_form.twig:67
14723 msgid "Remove last parameter"
14724 msgstr "Remove last parameter"
14726 #: templates/database/routines/editor_form.twig:71
14727 msgid "Return type"
14728 msgstr "Return type"
14730 #: templates/database/routines/editor_form.twig:79
14731 msgid "Return length/values"
14732 msgstr "Return length/values"
14734 #: templates/database/routines/editor_form.twig:86
14735 msgid "Return options"
14736 msgstr "Return options"
14738 #: templates/database/routines/editor_form.twig:90
14739 #: templates/database/routines/parameter_row.twig:31
14740 #: templates/database/structure/table_header.twig:42
14741 msgid "Charset"
14742 msgstr "Charset"
14744 #: templates/database/routines/editor_form.twig:115
14745 msgid "Is deterministic"
14746 msgstr "Is deterministic"
14748 #: templates/database/routines/editor_form.twig:131
14749 msgid ""
14750 "You do not have sufficient privileges to perform this operation; Please "
14751 "refer to the documentation for more details."
14752 msgstr ""
14753 "You do not have sufficient privileges to perform this operation; Please "
14754 "refer to the documentation for more details."
14756 #: templates/database/routines/editor_form.twig:144
14757 msgid "Security type"
14758 msgstr "Security type"
14760 #: templates/database/routines/editor_form.twig:153
14761 msgid "SQL data access"
14762 msgstr "SQL data access"
14764 #: templates/database/routines/execute_form.twig:7
14765 #: templates/database/routines/execute_form.twig:12
14766 msgid "Routine parameters"
14767 msgstr "Routine parameters"
14769 #: templates/database/routines/index.twig:33
14770 msgid "Create new routine"
14771 msgstr "Create new routine"
14773 #: templates/database/routines/index.twig:42
14774 msgid "There are no routines to display."
14775 msgstr "There are no routines to display."
14777 #: templates/database/routines/index.twig:51
14778 msgid "Returns"
14779 msgstr "Returns"
14781 #: templates/database/routines/row.twig:38
14782 #: templates/database/routines/row.twig:48
14783 #: templates/database/routines/row.twig:52
14784 msgid "Execute"
14785 msgstr "Execute"
14787 #: templates/database/search/main.twig:5
14788 msgid "Search in database"
14789 msgstr "Search in database"
14791 #: templates/database/search/main.twig:8
14792 msgid "Words or values to search for (wildcard: \"%\"):"
14793 msgstr "Words or values to search for (wildcard: \"%\"):"
14795 #: templates/database/search/main.twig:15
14796 #: templates/table/find_replace/index.twig:31
14797 msgid "Find:"
14798 msgstr "Find:"
14800 #: templates/database/search/main.twig:19
14801 #: templates/database/search/main.twig:23
14802 msgid "Words are separated by a space character (\" \")."
14803 msgstr "Words are separated by a space character (\" \")."
14805 #: templates/database/search/main.twig:40
14806 msgid "Inside tables:"
14807 msgstr "Inside tables:"
14809 #: templates/database/search/main.twig:46 templates/server/export/index.twig:16
14810 #: templates/server/replication/database_multibox.twig:8
14811 msgid "Unselect all"
14812 msgstr "Unselect all"
14814 #: templates/database/search/main.twig:67
14815 msgid "Inside column:"
14816 msgstr "Inside column:"
14818 #: templates/database/search/results.twig:12
14819 #, php-format
14820 msgid "%1$s match in <strong>%2$s</strong>"
14821 msgid_plural "%1$s matches in <strong>%2$s</strong>"
14822 msgstr[0] "%1$s match in <strong>%2$s</strong>"
14823 msgstr[1] "%1$s matches in <strong>%2$s</strong>"
14825 #: templates/database/search/results.twig:56
14826 msgid "<strong>Total:</strong> <em>%count%</em> match"
14827 msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
14828 msgstr[0] "<strong>Total:</strong> <em>%count%</em> match"
14829 msgstr[1] "<strong>Total:</strong> <em>%count%</em> matches"
14831 #: templates/database/structure/add_prefix.twig:7
14832 #: templates/database/structure/add_prefix.twig:9
14833 msgid "Add prefix"
14834 msgstr "Add prefix"
14836 #: templates/database/structure/body_for_table_summary.twig:6
14837 #, php-format
14838 msgid "%s table"
14839 msgid_plural "%s tables"
14840 msgstr[0] "%s table"
14841 msgstr[1] "%s tables"
14843 #: templates/database/structure/body_for_table_summary.twig:17
14844 msgid "Sum"
14845 msgstr "Sum"
14847 #: templates/database/structure/change_prefix_form.twig:7
14848 msgid "From"
14849 msgstr "From"
14851 #: templates/database/structure/change_prefix_form.twig:13
14852 msgid "To"
14853 msgstr "To"
14855 #: templates/database/structure/check_all_tables.twig:6
14856 msgid "Check tables having overhead"
14857 msgstr "Check tables having overhead"
14859 #: templates/database/structure/check_all_tables.twig:10
14860 msgid "Copy table"
14861 msgstr "Copy table"
14863 #: templates/database/structure/check_all_tables.twig:11
14864 msgid "Show create"
14865 msgstr "Show create"
14867 #: templates/database/structure/check_all_tables.twig:14
14868 #: templates/table/operations/index.twig:403
14869 #: templates/table/operations/view.twig:26
14870 msgid "Delete data or table"
14871 msgstr "Delete data or table"
14873 #: templates/database/structure/check_all_tables.twig:15
14874 #: templates/database/structure/structure_table_row.twig:74
14875 msgid "Empty"
14876 msgstr "Empty"
14878 #: templates/database/structure/check_all_tables.twig:18
14879 #: templates/table/operations/index.twig:334
14880 msgid "Table maintenance"
14881 msgstr "Table maintenance"
14883 #: templates/database/structure/check_all_tables.twig:19
14884 #: templates/table/maintenance/analyze.twig:3
14885 #: templates/table/operations/index.twig:339
14886 msgid "Analyze table"
14887 msgstr "Analyse table"
14889 #: templates/database/structure/check_all_tables.twig:20
14890 #: templates/table/maintenance/check.twig:3
14891 #: templates/table/operations/index.twig:348
14892 msgid "Check table"
14893 msgstr "Check table"
14895 #: templates/database/structure/check_all_tables.twig:21
14896 #: templates/table/maintenance/checksum.twig:3
14897 #: templates/table/operations/index.twig:356
14898 msgid "Checksum table"
14899 msgstr "Checksum table"
14901 #: templates/database/structure/check_all_tables.twig:22
14902 #: templates/table/maintenance/optimize.twig:3
14903 #: templates/table/operations/index.twig:384
14904 #: templates/table/structure/display_table_stats.twig:68
14905 msgid "Optimize table"
14906 msgstr "Optimise table"
14908 #: templates/database/structure/check_all_tables.twig:23
14909 #: templates/table/maintenance/repair.twig:3
14910 #: templates/table/operations/index.twig:393
14911 msgid "Repair table"
14912 msgstr "Repair table"
14914 #: templates/database/structure/check_all_tables.twig:25
14915 msgid "Prefix"
14916 msgstr "Prefix"
14918 #: templates/database/structure/check_all_tables.twig:26
14919 msgid "Add prefix to table"
14920 msgstr "Add prefix to table"
14922 #: templates/database/structure/check_all_tables.twig:27
14923 msgid "Replace table prefix"
14924 msgstr "Replace table prefix"
14926 #: templates/database/structure/check_all_tables.twig:33
14927 msgid "Add columns to central list"
14928 msgstr "Add columns to central list"
14930 #: templates/database/structure/check_all_tables.twig:34
14931 msgid "Remove columns from central list"
14932 msgstr "Remove columns from central list"
14934 #: templates/database/structure/check_all_tables.twig:35
14935 msgid "Make consistent with central list"
14936 msgstr "Make consistent with central list"
14938 #: templates/database/structure/check_all_tables.twig:53
14939 #: templates/database/structure/check_all_tables.twig:73
14940 msgid "Continue"
14941 msgstr "Continue"
14943 #: templates/database/structure/check_all_tables.twig:65
14944 msgid "Are you sure?"
14945 msgstr "Are you sure?"
14947 #: templates/database/structure/check_all_tables.twig:69
14948 msgid ""
14949 "This action may change some of the columns definition.[br]Are you sure you "
14950 "want to continue?"
14951 msgstr ""
14952 "This action may change some of the columns definition.[br]Are you sure you "
14953 "want to continue?"
14955 #: templates/database/structure/copy_form.twig:14
14956 msgid "Options:"
14957 msgstr "Options:"
14959 #: templates/database/structure/copy_form.twig:39
14960 msgid "Add AUTO INCREMENT value"
14961 msgstr "Add AUTO INCREMENT value"
14963 #: templates/database/structure/drop_form.twig:6
14964 #: templates/database/structure/empty_form.twig:6
14965 #: templates/table/delete/confirm.twig:12
14966 #: templates/table/structure/drop_confirm.twig:6
14967 #: templates/table/structure/primary.twig:6
14968 msgid "Do you really want to execute the following query?"
14969 msgstr "Do you really want to execute the following query?"
14971 #: templates/database/structure/favorite_anchor.twig:4
14972 msgid "Add to Favorites"
14973 msgstr "Add to Favourites"
14975 #: templates/database/structure/show_create.twig:2
14976 msgid "Showing create queries"
14977 msgstr "Showing create queries"
14979 #: templates/database/structure/structure_table_row.twig:17
14980 #: templates/server/databases/index.twig:219
14981 #: templates/server/databases/index.twig:231
14982 msgid "Not replicated"
14983 msgstr "Not replicated"
14985 #: templates/database/structure/structure_table_row.twig:18
14986 #: templates/server/databases/index.twig:215
14987 #: templates/server/databases/index.twig:227
14988 msgid "Replicated"
14989 msgstr "Replicated"
14991 #: templates/database/structure/structure_table_row.twig:223
14992 msgid "in use"
14993 msgstr "in use"
14995 #: templates/database/structure/table_header.twig:27
14996 msgid ""
14997 "May be approximate. Click on the number to get the exact count. See "
14998 "[doc@faq3-11]FAQ 3.11[/doc]."
14999 msgstr ""
15000 "May be approximate. Click on the number to get the exact count. See "
15001 "[doc@faq3-11]FAQ 3.11[/doc]."
15003 #: templates/database/structure/table_header.twig:36
15004 #: templates/table/index_form.twig:141
15005 msgid "Size"
15006 msgstr "Size"
15008 #: templates/database/structure/table_header.twig:51
15009 #: templates/table/structure/display_table_stats.twig:154
15010 msgid "Creation"
15011 msgstr "Creation"
15013 #: templates/database/structure/table_header.twig:56
15014 #: templates/table/structure/display_table_stats.twig:161
15015 msgid "Last update"
15016 msgstr "Last update"
15018 #: templates/database/structure/table_header.twig:61
15019 #: templates/table/structure/display_table_stats.twig:168
15020 msgid "Last check"
15021 msgstr "Last check"
15023 #: templates/database/structure/tracking_icon.twig:3
15024 msgid "Tracking is active."
15025 msgstr "Tracking is active."
15027 #: templates/database/structure/tracking_icon.twig:5
15028 msgid "Tracking is not active."
15029 msgstr "Tracking is not active."
15031 #: templates/database/tracking/tables.twig:4
15032 msgid "Tracked tables"
15033 msgstr "Tracked tables"
15035 #: templates/database/tracking/tables.twig:14
15036 msgid "Last version"
15037 msgstr "Last version"
15039 #: templates/database/tracking/tables.twig:15
15040 #: templates/table/tracking/main.twig:29
15041 msgid "Created"
15042 msgstr "Created"
15044 #: templates/database/tracking/tables.twig:16
15045 #: templates/table/tracking/main.twig:30
15046 msgid "Updated"
15047 msgstr "Updated"
15049 #: templates/database/tracking/tables.twig:61
15050 #: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
15051 msgid "active"
15052 msgstr "active"
15054 #: templates/database/tracking/tables.twig:73
15055 #: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
15056 msgid "not active"
15057 msgstr "not active"
15059 #: templates/database/tracking/tables.twig:93
15060 #: templates/database/tracking/tables.twig:138
15061 #: templates/database/tracking/tables.twig:139
15062 msgid "Delete tracking"
15063 msgstr "Delete tracking"
15065 #: templates/database/tracking/tables.twig:104
15066 msgid "Versions"
15067 msgstr "Versions"
15069 #: templates/database/tracking/tables.twig:145
15070 msgid "Untracked tables"
15071 msgstr "Untracked tables"
15073 #: templates/database/tracking/tables.twig:176
15074 #: templates/database/tracking/tables.twig:188
15075 #: templates/database/tracking/tables.twig:189
15076 #: templates/table/structure/display_structure.twig:352
15077 msgid "Track table"
15078 msgstr "Track table"
15080 #: templates/database/triggers/editor_form.twig:23
15081 msgid "Trigger name"
15082 msgstr "Trigger name"
15084 #: templates/database/triggers/editor_form.twig:37
15085 msgctxt "Trigger action time"
15086 msgid "Time"
15087 msgstr "Time"
15089 #: templates/database/triggers/list.twig:27
15090 msgid "Create new trigger"
15091 msgstr "Create new trigger"
15093 #: templates/database/triggers/list.twig:36
15094 msgid "There are no triggers to display."
15095 msgstr "There are no triggers to display."
15097 #: templates/display/results/table.twig:32
15098 msgid "Save edited data"
15099 msgstr "Save edited data"
15101 #: templates/display/results/table.twig:38
15102 msgid "Restore column order"
15103 msgstr "Restore column order"
15105 #: templates/display/results/table.twig:49 templates/export.twig:110
15106 #: templates/table/start_and_number_of_rows_fieldset.twig:9
15107 msgid "Number of rows:"
15108 msgstr "Number of rows:"
15110 #: templates/display/results/table.twig:52
15111 msgid "All"
15112 msgstr "All"
15114 #: templates/display/results/table.twig:70
15115 msgid "Sort by key:"
15116 msgstr "Sort by key:"
15118 #: templates/display/results/table.twig:119
15119 #: templates/table/search/index.twig:102
15120 #, fuzzy
15121 #| msgid "Return options"
15122 msgid "Extra options"
15123 msgstr "Return options"
15125 #: templates/display/results/table.twig:141
15126 msgid "Relational key"
15127 msgstr "Relational key"
15129 #: templates/display/results/table.twig:145
15130 msgid "Display column for relationships"
15131 msgstr "Display column for relationships"
15133 #: templates/display/results/table.twig:153
15134 msgid "Show binary contents"
15135 msgstr "Show binary contents"
15137 #: templates/display/results/table.twig:157
15138 msgid "Show BLOB contents"
15139 msgstr "Show BLOB contents"
15141 #: templates/display/results/table.twig:167
15142 msgid "Hide browser transformation"
15143 msgstr "Hide browser transformation"
15145 #: templates/display/results/table.twig:179
15146 msgid "Well Known Text"
15147 msgstr "Well Known Text"
15149 #: templates/display/results/table.twig:183
15150 msgid "Well Known Binary"
15151 msgstr "Well Known Binary"
15153 #: templates/display/results/table.twig:255
15154 #: templates/sql/no_results_returned.twig:9
15155 msgid "Query results operations"
15156 msgstr "Query results operations"
15158 #: templates/display/results/table.twig:265
15159 msgid "Copy to clipboard"
15160 msgstr "Copy to clipboard"
15162 #: templates/display/results/table.twig:281
15163 #: templates/table/chart/tbl_chart.twig:2
15164 msgid "Display chart"
15165 msgstr "Display chart"
15167 #: templates/display/results/table.twig:288
15168 msgid "Visualize GIS data"
15169 msgstr "Visualise GIS data"
15171 #: templates/encoding/kanji_encoding_form.twig:6
15172 msgctxt "None encoding conversion"
15173 msgid "None"
15174 msgstr "None"
15176 #: templates/encoding/kanji_encoding_form.twig:17
15177 msgid "Convert to Kana"
15178 msgstr "Convert to Kana"
15180 #: templates/error/report_form.twig:3
15181 msgid ""
15182 "This report automatically includes data about the error and information "
15183 "about relevant configuration settings. It will be sent to the phpMyAdmin "
15184 "team for debugging the error."
15185 msgstr ""
15186 "This report automatically includes data about the error and information "
15187 "about relevant configuration settings. It will be sent to the phpMyAdmin "
15188 "team for debugging the error."
15190 #: templates/error/report_form.twig:11
15191 msgid ""
15192 "Can you tell us the steps leading to this error? It decisively helps in "
15193 "debugging:"
15194 msgstr ""
15195 "Can you tell us the steps leading to this error? It decisively helps in "
15196 "debugging:"
15198 #: templates/error/report_form.twig:18
15199 msgid "You may examine the data in the error report:"
15200 msgstr "You may examine the data in the error report:"
15202 #: templates/error/report_modal.twig:5
15203 msgid "Submit error report"
15204 msgstr "Submit error report"
15206 #: templates/error/report_modal.twig:12
15207 msgid "Send error report"
15208 msgstr "Send error report"
15210 #: templates/export/template_options.twig:1 templates/export.twig:30
15211 msgid "Select a template"
15212 msgstr "Select a template"
15214 #: templates/export.twig:15
15215 msgid "Export templates:"
15216 msgstr "Export templates:"
15218 #: templates/export.twig:19
15219 msgid "New template:"
15220 msgstr "New template:"
15222 #: templates/export.twig:20
15223 msgid "Template name"
15224 msgstr "Template name"
15226 #: templates/export.twig:21 templates/server/databases/index.twig:46
15227 msgid "Create"
15228 msgstr "Create"
15230 #: templates/export.twig:27
15231 msgid "Existing templates:"
15232 msgstr "Existing templates:"
15234 #: templates/export.twig:28
15235 msgid "Template:"
15236 msgstr "Template:"
15238 #: templates/export.twig:37
15239 msgid "Update"
15240 msgstr "Update"
15242 #: templates/export.twig:53
15243 msgid "Show SQL query"
15244 msgstr "Show SQL query"
15246 #: templates/export.twig:72
15247 msgid "Export method:"
15248 msgstr "Export method:"
15250 #: templates/export.twig:78
15251 msgid "Quick - display only the minimal options"
15252 msgstr "Quick - display only the minimal options"
15254 #: templates/export.twig:86
15255 msgid "Custom - display all possible options"
15256 msgstr "Custom - display all possible options"
15258 #: templates/export.twig:102
15259 msgid "Rows:"
15260 msgstr "Rows:"
15262 #: templates/export.twig:107
15263 msgid "Dump some row(s)"
15264 msgstr "Dump some row(s)"
15266 #: templates/export.twig:121
15267 msgid "Row to begin at:"
15268 msgstr "Row to begin at:"
15270 #: templates/export.twig:130
15271 msgid "Dump all rows"
15272 msgstr "Dump all rows"
15274 #: templates/export.twig:138 templates/export.twig:279
15275 msgid "Output:"
15276 msgstr "Output:"
15278 #: templates/export.twig:143 templates/export.twig:309
15279 #, php-format
15280 msgid "Save on server in the directory <strong>%s</strong>"
15281 msgstr "Save on server in the directory <strong>%s</strong>"
15283 #: templates/export.twig:157 templates/export.twig:284
15284 msgid "Rename exported databases/tables/columns"
15285 msgstr "Rename exported databases/tables/columns"
15287 #: templates/export.twig:162
15288 msgid "Defined aliases"
15289 msgstr "Defined aliases"
15291 #: templates/export.twig:177 templates/export.twig:191
15292 #: templates/export.twig:204 templates/export.twig:221
15293 msgid "Remove"
15294 msgstr "Remove"
15296 #: templates/export.twig:230
15297 msgid "Define new aliases"
15298 msgstr "Define new aliases"
15300 #: templates/export.twig:235
15301 msgid "Select database:"
15302 msgstr "Select database:"
15304 #: templates/export.twig:249
15305 msgid "Select table:"
15306 msgstr "Select table:"
15308 #: templates/export.twig:255
15309 msgid "New table name"
15310 msgstr "New table name"
15312 #: templates/export.twig:263
15313 msgid "Select column:"
15314 msgstr "Select column:"
15316 #: templates/export.twig:269
15317 msgid "New column name"
15318 msgstr "New column name"
15320 #: templates/export.twig:302
15321 msgid "Save output to a file"
15322 msgstr "Save output to a file"
15324 #: templates/export.twig:323
15325 msgid "File name template:"
15326 msgstr "File name template:"
15328 #: templates/export.twig:324
15329 #, php-format
15330 msgid ""
15331 "This value is interpreted using the 'strftime' function, so you can use time "
15332 "formatting strings. Additionally the following transformations will happen: "
15333 "%s Other text will be kept as is. See the FAQ 6.27 for details."
15334 msgstr ""
15335 "This value is interpreted using the 'strftime' function, so you can use time "
15336 "formatting strings. Additionally the following transformations will happen: "
15337 "%s Other text will be kept as is. See the FAQ 6.27 for details."
15339 #: templates/export.twig:329
15340 msgid "use this for future exports"
15341 msgstr "use this for future exports"
15343 #: templates/export.twig:336 templates/import.twig:123
15344 msgid "Character set of the file:"
15345 msgstr "Character set of the file:"
15347 #: templates/export.twig:352
15348 msgid "Compression:"
15349 msgstr "Compression:"
15351 #: templates/export.twig:359
15352 msgid "zipped"
15353 msgstr "zipped"
15355 #: templates/export.twig:365
15356 msgid "gzipped"
15357 msgstr "gzipped"
15359 #: templates/export.twig:380
15360 msgid "Export databases as separate files"
15361 msgstr "Export databases as separate files"
15363 #: templates/export.twig:382
15364 msgid "Export tables as separate files"
15365 msgstr "Export tables as separate files"
15367 #: templates/export.twig:394
15368 msgid "View output as text"
15369 msgstr "View output as text"
15371 #: templates/export.twig:400
15372 #, php-format
15373 msgid "Skip tables larger than %s MiB"
15374 msgstr "Skip tables larger than %s MiB"
15376 #: templates/export.twig:406 templates/import.twig:203
15377 msgid "Format-specific options:"
15378 msgstr "Format-specific options:"
15380 #: templates/export.twig:408 templates/import.twig:205
15381 msgid ""
15382 "Scroll down to fill in the options for the selected format and ignore the "
15383 "options for other formats."
15384 msgstr ""
15385 "Scroll down to fill in the options for the selected format and ignore the "
15386 "options for other formats."
15388 #: templates/export.twig:416 templates/import.twig:214
15389 msgid "Encoding Conversion:"
15390 msgstr "Encoding Conversion:"
15392 #: templates/filter.twig:2 templates/server/status/processes/index.twig:6
15393 #: templates/server/status/variables/index.twig:7
15394 msgid "Filters"
15395 msgstr "Filters"
15397 #: templates/filter.twig:4 templates/server/status/variables/index.twig:12
15398 msgid "Containing the word:"
15399 msgstr "Containing the word:"
15401 #: templates/footer.twig:7 templates/footer.twig:9 templates/footer.twig:11
15402 msgid "Open new phpMyAdmin window"
15403 msgstr "Open new phpMyAdmin window"
15405 #: templates/footer.twig:26 templates/home/index.twig:18
15406 #: templates/login/form.twig:5
15407 msgid "phpMyAdmin Demo Server"
15408 msgstr "phpMyAdmin Demo Server"
15410 #: templates/footer.twig:34
15411 #, php-format
15412 msgid "Currently running Git revision %1$s from the %2$s branch."
15413 msgstr "Currently running Git revision %1$s from the %2$s branch."
15415 #: templates/footer.twig:36
15416 msgid "Git information missing!"
15417 msgstr "Git information missing!"
15419 #: templates/gis_data_editor_form.twig:4
15420 #, php-format
15421 msgid "Value for the column \"%s\""
15422 msgstr "Value for the column \"%s\""
15424 #: templates/gis_data_editor_form.twig:22
15425 #: templates/table/gis_visualization/gis_visualization.twig:34
15426 msgid "Use OpenStreetMaps as Base Layer"
15427 msgstr "Use OpenStreetMaps as Base Layer"
15429 #: templates/gis_data_editor_form.twig:38
15430 msgctxt "Spatial Reference System Identifier"
15431 msgid "SRID:"
15432 msgstr "SRID:"
15434 #: templates/gis_data_editor_form.twig:53
15435 #, php-format
15436 msgid "Geometry %d:"
15437 msgstr "Geometry %d:"
15439 #: templates/gis_data_editor_form.twig:73
15440 msgid "Point:"
15441 msgstr "Point:"
15443 #: templates/gis_data_editor_form.twig:93
15444 #: templates/gis_data_editor_form.twig:134
15445 #: templates/gis_data_editor_form.twig:186
15446 #, php-format
15447 msgid "Point %d:"
15448 msgstr "Point %d:"
15450 #: templates/gis_data_editor_form.twig:113
15451 #, php-format
15452 msgid "Linestring %d:"
15453 msgstr "Linestring %d:"
15455 #: templates/gis_data_editor_form.twig:115
15456 #: templates/gis_data_editor_form.twig:170
15457 msgid "Outer ring:"
15458 msgstr "Outer ring:"
15460 #: templates/gis_data_editor_form.twig:117
15461 #: templates/gis_data_editor_form.twig:172
15462 #, php-format
15463 msgid "Inner ring %d:"
15464 msgstr "Inner ring %d:"
15466 #: templates/gis_data_editor_form.twig:144
15467 msgid "Add a linestring"
15468 msgstr "Add a linestring"
15470 #: templates/gis_data_editor_form.twig:157
15471 #, php-format
15472 msgid "Polygon %d:"
15473 msgstr "Polygon %d:"
15475 #: templates/gis_data_editor_form.twig:199
15476 msgid "Add a polygon"
15477 msgstr "Add a polygon"
15479 #: templates/gis_data_editor_form.twig:205
15480 msgid "Add geometry"
15481 msgstr "Add geometry"
15483 #: templates/gis_data_editor_form.twig:214
15484 msgid "Output"
15485 msgstr "Output"
15487 #: templates/gis_data_editor_form.twig:216
15488 msgid ""
15489 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
15490 "below into the \"Value\" field."
15491 msgstr ""
15492 "Choose \"GeomFromText\" from the \"Function\" column and paste the string "
15493 "below into the \"Value\" field."
15495 #: templates/header.twig:39 templates/login/header.twig:13
15496 msgid "Javascript must be enabled past this point!"
15497 msgstr "Javascript must be enabled past this point!"
15499 #: templates/header.twig:50
15500 msgid "Click on the bar to scroll to top of page"
15501 msgstr "Click on the bar to scroll to top of page"
15503 #: templates/home/git_info.twig:2
15504 msgid "Git revision:"
15505 msgstr "Git revision:"
15507 #: templates/home/git_info.twig:13
15508 msgid "no branch"
15509 msgstr "no branch"
15511 #: templates/home/git_info.twig:15 templates/home/git_info.twig:22
15512 #, php-format
15513 msgid "from %s branch"
15514 msgstr "from %s branch"
15516 #: templates/home/git_info.twig:25
15517 #, php-format
15518 msgid "committed on %s by %s"
15519 msgstr "committed on %s by %s"
15521 #: templates/home/git_info.twig:32
15522 #, php-format
15523 msgid "authored on %s by %s"
15524 msgstr "authored on %s by %s"
15526 #: templates/home/index.twig:22 templates/login/form.twig:8
15527 #, php-format
15528 msgid ""
15529 "You are using the demo server. You can do anything here, but please do not "
15530 "change root, debian-sys-maint and pma users. More information is available "
15531 "at %s."
15532 msgstr ""
15533 "You are using the demo server. You can do anything here, but please do not "
15534 "change root, debian-sys-maint and pma users. More information is available "
15535 "at %s."
15537 #: templates/home/index.twig:32
15538 msgid "General settings"
15539 msgstr "General settings"
15541 #: templates/home/index.twig:56
15542 msgid "Server connection collation:"
15543 msgstr "Server connection collation:"
15545 #: templates/home/index.twig:79 templates/preferences/manage/main.twig:56
15546 msgid "More settings"
15547 msgstr "More settings"
15549 #: templates/home/index.twig:89
15550 msgid "Appearance settings"
15551 msgstr "Appearance settings"
15553 #: templates/home/index.twig:99 templates/home/index.twig:100
15554 #: templates/login/form.twig:23 templates/login/form.twig:24
15555 #: templates/setup/home/index.twig:8 templates/setup/home/index.twig:9
15556 msgid "Language"
15557 msgstr "Language"
15559 #: templates/home/index.twig:126
15560 msgid "Theme:"
15561 msgstr "Theme:"
15563 #: templates/home/index.twig:128
15564 msgid "Theme"
15565 msgstr "Theme"
15567 #: templates/home/index.twig:144
15568 msgid "Database server"
15569 msgstr "Database server"
15571 #: templates/home/index.twig:148 templates/login/form.twig:65
15572 #: templates/menu/breadcrumbs.twig:7
15573 msgid "Server:"
15574 msgstr "Server:"
15576 #: templates/home/index.twig:152
15577 msgid "Server type:"
15578 msgstr "Server type:"
15580 #: templates/home/index.twig:156
15581 msgid "Server connection:"
15582 msgstr "Server connection:"
15584 #: templates/home/index.twig:164
15585 msgid "Protocol version:"
15586 msgstr "Protocol version:"
15588 #: templates/home/index.twig:168
15589 msgid "User:"
15590 msgstr "User:"
15592 #: templates/home/index.twig:172
15593 msgid "Server charset:"
15594 msgstr "Server charset:"
15596 #: templates/home/index.twig:184
15597 msgid "Web server"
15598 msgstr "Web server"
15600 #: templates/home/index.twig:194
15601 msgid "Database client version:"
15602 msgstr "Database client version:"
15604 #: templates/home/index.twig:198
15605 msgid "PHP extension:"
15606 msgstr "PHP extension:"
15608 #: templates/home/index.twig:205
15609 msgid "PHP version:"
15610 msgstr "PHP version:"
15612 #: templates/home/index.twig:212
15613 msgid "Show PHP information"
15614 msgstr "Show PHP information"
15616 #: templates/home/index.twig:226
15617 msgid "Version information:"
15618 msgstr "Version information:"
15620 #: templates/home/index.twig:236
15621 msgid "Official Homepage"
15622 msgstr "Official Homepage"
15624 #: templates/home/index.twig:241
15625 msgid "Contribute"
15626 msgstr "Contribute"
15628 #: templates/home/index.twig:246
15629 msgid "Get support"
15630 msgstr "Get support"
15632 #: templates/home/index.twig:251
15633 msgid "List of changes"
15634 msgstr "List of changes"
15636 #: templates/home/index.twig:256 templates/server/plugins/index.twig:30
15637 msgid "License"
15638 msgstr "Licence"
15640 #: templates/home/index.twig:271
15641 msgid "phpMyAdmin Themes"
15642 msgstr "phpMyAdmin Themes"
15644 #: templates/home/index.twig:282
15645 msgid "Get more themes!"
15646 msgstr "Get more themes!"
15648 #: templates/home/themes.twig:7
15649 #, php-format
15650 msgid "Screenshot of the %s theme."
15651 msgstr "Screenshot of the %s theme."
15653 #. l10n: Choose the theme button in the themes list modal
15654 #: templates/home/themes.twig:12
15655 msgid "Take it"
15656 msgstr "Take it"
15658 #: templates/import/javascript.twig:12
15659 msgid ""
15660 "The file being uploaded is probably larger than the maximum allowed size or "
15661 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
15662 "browsers."
15663 msgstr ""
15664 "The file being uploaded is probably larger than the maximum allowed size or "
15665 "this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
15666 "browsers."
15668 #: templates/import/javascript.twig:13
15669 #, php-format
15670 msgid "%s of %s"
15671 msgstr "%s of %s"
15673 #: templates/import/javascript.twig:14
15674 #, php-format
15675 msgid "%s/sec."
15676 msgstr "%s/sec."
15678 #: templates/import/javascript.twig:15
15679 msgid "About %MIN min. %SEC sec. remaining."
15680 msgstr "About %MIN min. %SEC sec. remaining."
15682 #: templates/import/javascript.twig:16
15683 msgid "About %SEC sec. remaining."
15684 msgstr "About %SEC sec. remaining."
15686 #: templates/import/javascript.twig:17
15687 msgid "The file is being processed, please be patient."
15688 msgstr "The file is being processed, please be patient."
15690 #: templates/import/javascript.twig:29
15691 msgid "Uploading your import file…"
15692 msgstr "Uploading your import file…"
15694 #: templates/import/javascript.twig:152
15695 msgid ""
15696 "Please be patient, the file is being uploaded. Details about the upload are "
15697 "not available."
15698 msgstr ""
15699 "Please be patient, the file is being uploaded. Details about the upload are "
15700 "not available."
15702 #: templates/import.twig:38
15703 msgid "File to import:"
15704 msgstr "File to import:"
15706 #: templates/import.twig:44
15707 #, php-format
15708 msgid "File may be compressed (%s) or uncompressed."
15709 msgstr "File may be compressed (%s) or uncompressed."
15711 #: templates/import.twig:46
15712 msgid ""
15713 "A compressed file's name must end in <strong>.[format].[compression]</"
15714 "strong>. Example: <strong>.sql.zip</strong>"
15715 msgstr ""
15716 "A compressed file's name must end in <strong>.[format].[compression]</"
15717 "strong>. Example: <strong>.sql.zip</strong>"
15719 #: templates/import.twig:56 templates/import.twig:89
15720 #: templates/preferences/manage/main.twig:22
15721 msgid "Browse your computer:"
15722 msgstr "Browse your computer:"
15724 #: templates/import.twig:61
15725 msgid "Browse your computer"
15726 msgstr "Browse your computer"
15728 #: templates/import.twig:67 templates/import.twig:100
15729 msgid "You may also drag and drop a file on any page."
15730 msgstr "You may also drag and drop a file on any page."
15732 #: templates/import.twig:73 templates/import.twig:103
15733 #, php-format
15734 msgid "Select from the web server upload directory [strong]%s[/strong]:"
15735 msgstr "Select from the web server upload directory [strong]%s[/strong]:"
15737 #: templates/import.twig:79
15738 msgid "Select file to import"
15739 msgstr "Select file to import"
15741 #: templates/import.twig:84 templates/import.twig:114
15742 msgid "There are no files to upload!"
15743 msgstr "There are no files to upload!"
15745 #: templates/import.twig:117
15746 msgid "File uploads are not allowed on this server."
15747 msgstr "File uploads are not allowed on this server."
15749 #: templates/import.twig:151
15750 msgid "Partial import:"
15751 msgstr "Partial import:"
15753 #: templates/import.twig:156
15754 #, php-format
15755 msgid ""
15756 "Previous import timed out, after resubmitting will continue from position %d."
15757 msgstr ""
15758 "Previous import timed out, after resubmitting will continue from position %d."
15760 #: templates/import.twig:164
15761 msgid ""
15762 "Allow the interruption of an import in case the script detects it is close "
15763 "to the PHP timeout limit. <em>(This might be a good way to import large "
15764 "files, however it can break transactions.)</em>"
15765 msgstr ""
15766 "Allow the interruption of an import in case the script detects it is close "
15767 "to the PHP timeout limit. <em>(This might be a good way to import large "
15768 "files, however it can break transactions.)</em>"
15770 #: templates/import.twig:171
15771 msgid "Skip this number of queries (for SQL) starting from the first one:"
15772 msgstr "Skip this number of queries (for SQL) starting from the first one:"
15774 #: templates/import.twig:188
15775 msgid "Other options:"
15776 msgstr "Other options:"
15778 #: templates/indexes.twig:38
15779 #: templates/table/structure/display_structure.twig:444
15780 msgid "Rename"
15781 msgstr "Rename"
15783 #: templates/indexes.twig:44
15784 #: templates/table/structure/display_structure.twig:450
15785 msgid "The primary key has been dropped."
15786 msgstr "The primary key has been dropped."
15788 #: templates/indexes.twig:49
15789 #: templates/table/structure/display_structure.twig:455
15790 #, php-format
15791 msgid "Index %s has been dropped."
15792 msgstr "Index %s has been dropped."
15794 #. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
15795 #: templates/javascript/variables.twig:8
15796 msgid "calendar-month-year"
15797 msgstr "calendar-month-year"
15799 #. l10n: Year suffix for calendar, "none" is empty.
15800 #: templates/javascript/variables.twig:11
15801 msgid "none"
15802 msgstr "none"
15804 #. l10n: Previous month. Display text for previous month link in calendar
15805 #: templates/javascript/variables.twig:16
15806 msgid "Prev"
15807 msgstr "Prev"
15809 #. l10n: Next month. Display text for next month link in calendar
15810 #: templates/javascript/variables.twig:17
15811 msgid "Next"
15812 msgstr "Next"
15814 #. l10n: Display text for current month link in calendar
15815 #: templates/javascript/variables.twig:18
15816 msgid "Today"
15817 msgstr "Today"
15819 #: templates/javascript/variables.twig:20
15820 msgid "January"
15821 msgstr "January"
15823 #: templates/javascript/variables.twig:21
15824 msgid "February"
15825 msgstr "February"
15827 #: templates/javascript/variables.twig:22
15828 msgid "March"
15829 msgstr "March"
15831 #: templates/javascript/variables.twig:23
15832 msgid "April"
15833 msgstr "April"
15835 #. l10n: Short month name for May
15836 #: templates/javascript/variables.twig:24
15837 #: templates/javascript/variables.twig:38
15838 msgid "May"
15839 msgstr "May"
15841 #: templates/javascript/variables.twig:25
15842 msgid "June"
15843 msgstr "June"
15845 #: templates/javascript/variables.twig:26
15846 msgid "July"
15847 msgstr "July"
15849 #: templates/javascript/variables.twig:27
15850 msgid "August"
15851 msgstr "August"
15853 #: templates/javascript/variables.twig:28
15854 msgid "September"
15855 msgstr "September"
15857 #: templates/javascript/variables.twig:29
15858 msgid "October"
15859 msgstr "October"
15861 #: templates/javascript/variables.twig:30
15862 msgid "November"
15863 msgstr "November"
15865 #: templates/javascript/variables.twig:31
15866 msgid "December"
15867 msgstr "December"
15869 #. l10n: Short week day name for Sunday
15870 #: templates/javascript/variables.twig:57
15871 msgid "Sun"
15872 msgstr "Sun"
15874 #. l10n: Minimal week day name for Sunday
15875 #: templates/javascript/variables.twig:66
15876 msgid "Su"
15877 msgstr "Su"
15879 #. l10n: Minimal week day name for Monday
15880 #: templates/javascript/variables.twig:67
15881 msgid "Mo"
15882 msgstr "Mo"
15884 #. l10n: Minimal week day name for Tuesday
15885 #: templates/javascript/variables.twig:68
15886 msgid "Tu"
15887 msgstr "Tu"
15889 #. l10n: Minimal week day name for Wednesday
15890 #: templates/javascript/variables.twig:69
15891 msgid "We"
15892 msgstr "We"
15894 #. l10n: Minimal week day name for Thursday
15895 #: templates/javascript/variables.twig:70
15896 msgid "Th"
15897 msgstr "Th"
15899 #. l10n: Minimal week day name for Friday
15900 #: templates/javascript/variables.twig:71
15901 msgid "Fr"
15902 msgstr "Fr"
15904 #. l10n: Minimal week day name for Saturday
15905 #: templates/javascript/variables.twig:72
15906 msgid "Sa"
15907 msgstr "Sa"
15909 #. l10n: Column header for week of the year in calendar
15910 #: templates/javascript/variables.twig:74
15911 msgid "Wk"
15912 msgstr "Wk"
15914 #: templates/javascript/variables.twig:82
15915 msgid "Hour"
15916 msgstr "Hour"
15918 #: templates/javascript/variables.twig:83
15919 msgid "Minute"
15920 msgstr "Minute"
15922 #: templates/javascript/variables.twig:84
15923 msgid "Second"
15924 msgstr "Second"
15926 #: templates/javascript/variables.twig:90
15927 msgid "This field is required"
15928 msgstr "This field is required"
15930 #: templates/javascript/variables.twig:91
15931 msgid "Please fix this field"
15932 msgstr "Please fix this field"
15934 #: templates/javascript/variables.twig:92
15935 msgid "Please enter a valid email address"
15936 msgstr "Please enter a valid email address"
15938 #: templates/javascript/variables.twig:93
15939 msgid "Please enter a valid URL"
15940 msgstr "Please enter a valid URL"
15942 #: templates/javascript/variables.twig:94
15943 msgid "Please enter a valid date"
15944 msgstr "Please enter a valid date"
15946 #: templates/javascript/variables.twig:95
15947 msgid "Please enter a valid date ( ISO )"
15948 msgstr "Please enter a valid date (ISO)"
15950 #: templates/javascript/variables.twig:96
15951 msgid "Please enter a valid number"
15952 msgstr "Please enter a valid number"
15954 #: templates/javascript/variables.twig:97
15955 msgid "Please enter a valid credit card number"
15956 msgstr "Please enter a valid credit card number"
15958 #: templates/javascript/variables.twig:98
15959 msgid "Please enter only digits"
15960 msgstr "Please enter only digits"
15962 #: templates/javascript/variables.twig:99
15963 msgid "Please enter the same value again"
15964 msgstr "Please enter the same value again"
15966 #: templates/javascript/variables.twig:100
15967 msgid "Please enter no more than {0} characters"
15968 msgstr "Please enter no more than {0} characters"
15970 #: templates/javascript/variables.twig:101
15971 msgid "Please enter at least {0} characters"
15972 msgstr "Please enter at least {0} characters"
15974 #: templates/javascript/variables.twig:102
15975 msgid "Please enter a value between {0} and {1} characters long"
15976 msgstr "Please enter a value between {0} and {1} characters long"
15978 #: templates/javascript/variables.twig:103
15979 msgid "Please enter a value between {0} and {1}"
15980 msgstr "Please enter a value between {0} and {1}"
15982 #: templates/javascript/variables.twig:104
15983 msgid "Please enter a value less than or equal to {0}"
15984 msgstr "Please enter a value less than or equal to {0}"
15986 #: templates/javascript/variables.twig:105
15987 msgid "Please enter a value greater than or equal to {0}"
15988 msgstr "Please enter a value greater than or equal to {0}"
15990 #: templates/javascript/variables.twig:106
15991 msgid "Please enter a valid date or time"
15992 msgstr "Please enter a valid date or time"
15994 #: templates/javascript/variables.twig:107
15995 msgid "Please enter a valid HEX input"
15996 msgstr "Please enter a valid HEX input"
15998 #. l10n: To validate the usage of a MD5 function on the column
15999 #: templates/javascript/variables.twig:108
16000 msgid "This column can not contain a 32 chars value"
16001 msgstr "This column can not contain a 32 chars value"
16003 #. l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
16004 #: templates/javascript/variables.twig:109
16005 msgid ""
16006 "These functions are meant to return a binary result; to avoid inconsistent "
16007 "results you should store it in a BINARY, VARBINARY, or BLOB column."
16008 msgstr ""
16009 "These functions are meant to return a binary result; to avoid inconsistent "
16010 "results you should store it in a BINARY, VARBINARY, or BLOB column."
16012 #: templates/login/form.twig:58 templates/login/form.twig:117
16013 #: templates/login/form.twig:121 templates/login/form.twig:124
16014 msgid "Log in"
16015 msgstr "Log in"
16017 #: templates/login/form.twig:64 templates/login/form.twig:69
16018 msgid "You can enter hostname/IP address and port separated by space."
16019 msgstr "You can enter hostname/IP address and port separated by space."
16021 #: templates/login/form.twig:76
16022 msgid "Username:"
16023 msgstr "Username:"
16025 #: templates/login/form.twig:85
16026 #: templates/server/privileges/change_password.twig:21
16027 #: templates/server/privileges/login_information_fields.twig:43
16028 #: templates/server/replication/change_master.twig:18
16029 #: templates/server/replication/master_add_slave_user.twig:49
16030 msgid "Password:"
16031 msgstr "Password:"
16033 #: templates/login/form.twig:95
16034 msgid "Server choice:"
16035 msgstr "Server choice:"
16037 #: templates/login/header.twig:17
16038 msgid ""
16039 "There is a mismatch between HTTPS indicated on the server and client. This "
16040 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
16041 "server configuration to indicate HTTPS properly."
16042 msgstr ""
16043 "There is a mismatch between HTTPS indicated on the server and client. This "
16044 "can lead to a non working phpMyAdmin or a security risk. Please fix your "
16045 "server configuration to indicate HTTPS properly."
16047 #: templates/login/twofactor/application_configure.twig:3
16048 msgid ""
16049 "Please scan following QR code into the two-factor authentication app on your "
16050 "device and enter authentication code it generates."
16051 msgstr ""
16052 "Please scan following QR code into the two-factor authentication app on your "
16053 "device and enter authentication code it generates."
16055 #: templates/login/twofactor/application_configure.twig:13
16056 msgid "Secret/key:"
16057 msgstr "Secret/key:"
16059 #: templates/login/twofactor/application_configure.twig:16
16060 #: templates/login/twofactor/application.twig:2
16061 msgid "Authentication code:"
16062 msgstr "Authentication code:"
16064 #: templates/login/twofactor/application.twig:5
16065 msgid ""
16066 "Open the two-factor authentication app on your device to view your "
16067 "authentication code and verify your identity."
16068 msgstr ""
16069 "Open the two-factor authentication app on your device to view your "
16070 "authentication code and verify your identity."
16072 #: templates/login/twofactor/invalid.twig:2
16073 msgid ""
16074 "The configured two factor authentication is not available, please install "
16075 "missing dependencies."
16076 msgstr ""
16077 "The configured two factor authentication is not available, please install "
16078 "missing dependencies."
16080 #: templates/login/twofactor/key_configure.twig:3
16081 msgid ""
16082 "Please connect your FIDO U2F device into your computer's USB port. Then "
16083 "confirm registration on the device."
16084 msgstr ""
16085 "Please connect your FIDO U2F device into your computer's USB port. Then "
16086 "confirm registration on the device."
16088 #: templates/login/twofactor/key-https-warning.twig:3
16089 msgid ""
16090 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
16091 "most likely refuse to authenticate you."
16092 msgstr ""
16093 "You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
16094 "most likely refuse to authenticate you."
16096 #: templates/login/twofactor/key.twig:3
16097 msgid ""
16098 "Please connect your FIDO U2F device into your computer's USB port. Then "
16099 "confirm login on the device."
16100 msgstr ""
16101 "Please connect your FIDO U2F device into your computer's USB port. Then "
16102 "confirm login on the device."
16104 #: templates/login/twofactor.twig:10
16105 msgid "Verify"
16106 msgstr "Verify"
16108 #: templates/menu/breadcrumbs.twig:27
16109 msgid "View:"
16110 msgstr "View:"
16112 #: templates/navigation/item_unhide_dialog.twig:20
16113 msgid "Unhide"
16114 msgstr "Unhide"
16116 #: templates/navigation/main.twig:25 templates/navigation/main.twig:26
16117 msgid "Home"
16118 msgstr "Home"
16120 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
16121 msgid "Empty session data"
16122 msgstr "Empty session data"
16124 #: templates/navigation/main.twig:30 templates/navigation/main.twig:31
16125 msgid "Log out"
16126 msgstr "Log out"
16128 #: templates/navigation/main.twig:35 templates/navigation/main.twig:36
16129 msgid "phpMyAdmin documentation"
16130 msgstr "phpMyAdmin documentation"
16132 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
16133 msgid "MariaDB Documentation"
16134 msgstr "MariaDB Documentation"
16136 #: templates/navigation/main.twig:39 templates/navigation/main.twig:40
16137 msgid "MySQL Documentation"
16138 msgstr "MySQL Documentation"
16140 #: templates/navigation/main.twig:43 templates/navigation/main.twig:44
16141 msgid "Navigation panel settings"
16142 msgstr "Navigation panel settings"
16144 #: templates/navigation/main.twig:47 templates/navigation/main.twig:48
16145 msgid "Reload navigation panel"
16146 msgstr "Reload navigation panel"
16148 #: templates/navigation/main.twig:67
16149 msgid "An error has occurred while loading the navigation display"
16150 msgstr "An error has occurred while loading the navigation display"
16152 #: templates/navigation/main.twig:88
16153 msgid "SQL upload"
16154 msgstr "SQL upload"
16156 #: templates/navigation/tree/fast_filter.twig:10
16157 msgid "Type to filter these, Enter to search all"
16158 msgstr "Type to filter these, Enter to search all"
16160 #: templates/navigation/tree/fast_filter.twig:12
16161 msgid "Clear fast filter"
16162 msgstr "Clear fast filter"
16164 #: templates/preferences/autoload.twig:7
16165 msgid ""
16166 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
16167 "import it for current session?"
16168 msgstr ""
16169 "Your browser has phpMyAdmin configuration for this domain. Would you like to "
16170 "import it for current session?"
16172 #: templates/preferences/autoload.twig:13
16173 msgid "Delete settings"
16174 msgstr "Delete settings"
16176 #: templates/preferences/forms/main.twig:4
16177 msgid "Cannot save settings, submitted form contains errors!"
16178 msgstr "Cannot save settings, submitted form contains errors!"
16180 #: templates/preferences/header.twig:6
16181 msgid "Manage your settings"
16182 msgstr "Manage your settings"
16184 #: templates/preferences/header.twig:12
16185 msgid "Two-factor authentication"
16186 msgstr "Two-factor authentication"
16188 #: templates/preferences/header.twig:55
16189 #: templates/preferences/manage/main.twig:72
16190 msgid "Configuration has been saved."
16191 msgstr "Configuration has been saved."
16193 #: templates/preferences/header.twig:60
16194 #, php-format
16195 msgid ""
16196 "Your preferences will be saved for current session only. Storing them "
16197 "permanently requires %sphpMyAdmin configuration storage%s."
16198 msgstr ""
16199 "Your preferences will be saved for current session only. Storing them "
16200 "permanently requires %sphpMyAdmin configuration storage%s."
16202 #: templates/preferences/manage/error.twig:1
16203 msgid "Configuration contains incorrect data for some fields."
16204 msgstr "Configuration contains incorrect data for some fields."
16206 #: templates/preferences/manage/error.twig:16
16207 msgid "Do you want to import remaining settings?"
16208 msgstr "Do you want to import remaining settings?"
16210 #: templates/preferences/manage/main.twig:3
16211 #: templates/preferences/manage/main.twig:33
16212 msgid "Saved on: @DATE@"
16213 msgstr "Saved on: @DATE@"
16215 #: templates/preferences/manage/main.twig:20
16216 msgid "Import from file"
16217 msgstr "Import from file"
16219 #: templates/preferences/manage/main.twig:27
16220 msgid "Import from browser's storage"
16221 msgstr "Import from browser's storage"
16223 #: templates/preferences/manage/main.twig:30
16224 msgid "Settings will be imported from your browser's local storage."
16225 msgstr "Settings will be imported from your browser's local storage."
16227 #: templates/preferences/manage/main.twig:36
16228 msgid "You have no saved settings!"
16229 msgstr "You have no saved settings!"
16231 #: templates/preferences/manage/main.twig:40
16232 #: templates/preferences/manage/main.twig:104
16233 msgid "This feature is not supported by your web browser"
16234 msgstr "This feature is not supported by your web browser"
16236 #: templates/preferences/manage/main.twig:44
16237 msgid "Merge with current configuration"
16238 msgstr "Merge with current configuration"
16240 #: templates/preferences/manage/main.twig:59
16241 #, php-format
16242 msgid ""
16243 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
16244 "script%s."
16245 msgstr ""
16246 "You can set more settings by modifying config.inc.php, eg. by using %sSetup "
16247 "script%s."
16249 #: templates/preferences/manage/main.twig:81
16250 msgid "Save as JSON file"
16251 msgstr "Save as JSON file"
16253 #: templates/preferences/manage/main.twig:85
16254 msgid "Save as PHP file"
16255 msgstr "Save as PHP file"
16257 #: templates/preferences/manage/main.twig:90
16258 msgid "Save to browser's storage"
16259 msgstr "Save to browser's storage"
16261 #: templates/preferences/manage/main.twig:96
16262 msgid "Settings will be saved in your browser's local storage."
16263 msgstr "Settings will be saved in your browser's local storage."
16265 #: templates/preferences/manage/main.twig:99
16266 msgid "Existing settings will be overwritten!"
16267 msgstr "Existing settings will be overwritten!"
16269 #: templates/preferences/manage/main.twig:120
16270 msgid "You can reset all your settings and restore them to default values."
16271 msgstr "You can reset all your settings and restore them to default values."
16273 #: templates/preferences/two_factor/configure.twig:5
16274 #: templates/preferences/two_factor/main.twig:57
16275 #: templates/preferences/two_factor/main.twig:70
16276 msgid "Configure two-factor authentication"
16277 msgstr "Configure two-factor authentication"
16279 #: templates/preferences/two_factor/configure.twig:12
16280 msgid "Enable two-factor authentication"
16281 msgstr "Enable two-factor authentication"
16283 #: templates/preferences/two_factor/confirm.twig:5
16284 msgid "Confirm disabling two-factor authentication"
16285 msgstr "Confirm disabling two-factor authentication"
16287 #: templates/preferences/two_factor/confirm.twig:9
16288 msgid ""
16289 "By disabling two factor authentication you will be again able to login using "
16290 "password only."
16291 msgstr ""
16292 "By disabling two factor authentication you will be again able to login using "
16293 "password only."
16295 #: templates/preferences/two_factor/confirm.twig:13
16296 #: templates/preferences/two_factor/main.twig:46
16297 msgid "Disable two-factor authentication"
16298 msgstr "Disable two-factor authentication"
16300 #: templates/preferences/two_factor/main.twig:5
16301 msgid "Two-factor authentication status"
16302 msgstr "Two-factor authentication status"
16304 #: templates/preferences/two_factor/main.twig:11
16305 msgid ""
16306 "Two-factor authentication is not available, please install optional "
16307 "dependencies to enable authentication backends."
16308 msgstr ""
16309 "Two-factor authentication is not available, please install optional "
16310 "dependencies to enable authentication backends."
16312 #: templates/preferences/two_factor/main.twig:12
16313 msgid "Following composer packages are missing:"
16314 msgstr "Following composer packages are missing:"
16316 #: templates/preferences/two_factor/main.twig:20
16317 msgid "Two-factor authentication is available and configured for this account."
16318 msgstr ""
16319 "Two-factor authentication is available and configured for this account."
16321 #: templates/preferences/two_factor/main.twig:22
16322 msgid ""
16323 "Two-factor authentication is available, but not configured for this account."
16324 msgstr ""
16325 "Two-factor authentication is available, but not configured for this account."
16327 #: templates/preferences/two_factor/main.twig:26
16328 msgid ""
16329 "Two-factor authentication is not available, enable phpMyAdmin configuration "
16330 "storage to use it."
16331 msgstr ""
16332 "Two-factor authentication is not available, enable phpMyAdmin configuration "
16333 "storage to use it."
16335 #: templates/preferences/two_factor/main.twig:41
16336 msgid "You have enabled two factor authentication."
16337 msgstr "You have enabled two factor authentication."
16339 #: templates/relation/diagnostic_info.twig:1
16340 msgid "Quick steps to set up advanced features:"
16341 msgstr "Quick steps to set up advanced features:"
16343 #: templates/relation/diagnostic_info.twig:5
16344 #, php-format
16345 msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
16346 msgstr "Create the needed tables with the <code>%screate_tables.sql</code>."
16348 #: templates/relation/diagnostic_info.twig:9
16349 msgid "Create a pma user and give access to these tables."
16350 msgstr "Create a pma user and give access to these tables."
16352 #: templates/relation/diagnostic_info.twig:13
16353 msgid ""
16354 "Enable advanced features in configuration file (<code>config.inc.php</"
16355 "code>), for example by starting from <code>config.sample.inc.php</code>."
16356 msgstr ""
16357 "Enable advanced features in configuration file (<code>config.inc.php</"
16358 "code>), for example by starting from <code>config.sample.inc.php</code>."
16360 #: templates/relation/diagnostic_info.twig:17
16361 msgid "Re-login to phpMyAdmin to load the updated configuration file."
16362 msgstr "Re-login to phpMyAdmin to load the updated configuration file."
16364 #: templates/server/binlog/index.twig:10
16365 msgid "Select binary log to view"
16366 msgstr "Select binary log to view"
16368 #: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
16369 #: templates/server/status/processes/list.twig:20
16370 msgid "Truncate shown queries"
16371 msgstr "Truncate shown queries"
16373 #: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
16374 #: templates/server/status/processes/list.twig:26
16375 msgid "Show full queries"
16376 msgstr "Show full queries"
16378 #: templates/server/binlog/index.twig:84
16379 msgid "Log name"
16380 msgstr "Log name"
16382 #: templates/server/binlog/index.twig:85
16383 msgid "Position"
16384 msgstr "Position"
16386 #: templates/server/binlog/index.twig:87
16387 #: templates/server/replication/master_replication.twig:24
16388 msgid "Server ID"
16389 msgstr "Server ID"
16391 #: templates/server/binlog/index.twig:88
16392 msgid "Original position"
16393 msgstr "Original position"
16395 #: templates/server/binlog/index.twig:89
16396 #: templates/table/structure/display_table_stats.twig:3
16397 msgid "Information"
16398 msgstr "Information"
16400 #: templates/server/collations/index.twig:4
16401 msgid "Character sets and collations"
16402 msgstr "Character sets and collations"
16404 #: templates/server/collations/index.twig:23
16405 msgctxt "The collation is the default one"
16406 msgid "default"
16407 msgstr "default"
16409 #: templates/server/databases/index.twig:3
16410 msgid "Databases statistics"
16411 msgstr "Databases statistics"
16413 #: templates/server/databases/index.twig:9
16414 msgid "Create database"
16415 msgstr "Create database"
16417 #: templates/server/databases/index.twig:50
16418 msgid "No privileges to create databases"
16419 msgstr "No privileges to create databases"
16421 #: templates/server/databases/index.twig:156
16422 #: templates/server/replication/index.twig:18
16423 #: templates/server/replication/master_replication.twig:3
16424 msgid "Master replication"
16425 msgstr "Master replication"
16427 #: templates/server/databases/index.twig:160
16428 #: templates/server/replication/slave_configuration.twig:2
16429 msgid "Slave replication"
16430 msgstr "Slave replication"
16432 #: templates/server/databases/index.twig:181
16433 #, php-format
16434 msgid "Jump to database '%s'"
16435 msgstr "Jump to database '%s'"
16437 #: templates/server/databases/index.twig:242
16438 #, php-format
16439 msgid "Check privileges for database \"%s\"."
16440 msgstr "Check privileges for database \"%s\"."
16442 #: templates/server/databases/index.twig:243
16443 msgid "Check privileges"
16444 msgstr "Check privileges"
16446 #: templates/server/databases/index.twig:298
16447 msgid ""
16448 "Note: Enabling the database statistics here might cause heavy traffic "
16449 "between the web server and the MySQL server."
16450 msgstr ""
16451 "Note: Enabling the database statistics here might cause heavy traffic "
16452 "between the web server and the MySQL server."
16454 #: templates/server/databases/index.twig:300
16455 #: templates/server/databases/index.twig:301
16456 msgid "Enable statistics"
16457 msgstr "Enable statistics"
16459 #: templates/server/databases/index.twig:308
16460 msgid "No databases"
16461 msgstr "No databases"
16463 #: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
16464 msgid "Storage engines"
16465 msgstr "Storage engines"
16467 #: templates/server/engines/index.twig:13
16468 msgid "Storage Engine"
16469 msgstr "Storage Engine"
16471 #: templates/server/engines/show.twig:45
16472 msgid "Unknown storage engine."
16473 msgstr "Unknown storage engine."
16475 #: templates/server/export/index.twig:32
16476 msgid "@SERVER@ will become the server name."
16477 msgstr "@SERVER@ will become the server name."
16479 #: templates/server/export/index.twig:3
16480 msgid "Exporting databases from the current server"
16481 msgstr "Exporting databases from the current server"
16483 #: templates/server/export/index.twig:7
16484 msgid "Databases:"
16485 msgstr "Databases:"
16487 #: templates/server/import/index.twig:3
16488 msgid "Importing into the current server"
16489 msgstr "Importing into the current server"
16491 #: templates/server/plugins/index.twig:26
16492 msgid "Plugin"
16493 msgstr "Plug-in"
16495 #: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
16496 msgid "Version"
16497 msgstr "Version"
16499 #: templates/server/plugins/index.twig:29
16500 msgid "Author"
16501 msgstr "Author"
16503 #: templates/server/plugins/index.twig:41
16504 msgid "inactive"
16505 msgstr "inactive"
16507 #: templates/server/plugins/index.twig:43
16508 msgid "disabled"
16509 msgstr "disabled"
16511 #: templates/server/plugins/index.twig:45
16512 msgid "deleting"
16513 msgstr "deleting"
16515 #: templates/server/plugins/index.twig:47
16516 msgid "deleted"
16517 msgstr "deleted"
16519 #: templates/server/privileges/add_user.twig:12
16520 msgid "Database for user account"
16521 msgstr "Database for user account"
16523 #: templates/server/privileges/add_user.twig:15
16524 msgid "Create database with same name and grant all privileges."
16525 msgstr "Create database with same name and grant all privileges."
16527 #: templates/server/privileges/add_user.twig:19
16528 msgid "Grant all privileges on wildcard name (username\\_%)."
16529 msgstr "Grant all privileges on wildcard name (username\\_%)."
16531 #: templates/server/privileges/add_user.twig:24
16532 #, php-format
16533 msgid "Grant all privileges on database %s."
16534 msgstr "Grant all privileges on database %s."
16536 #: templates/server/privileges/change_password.twig:15
16537 msgid "No Password"
16538 msgstr "No Password"
16540 #: templates/server/privileges/change_password.twig:24
16541 msgid "Enter:"
16542 msgstr "Enter:"
16544 #: templates/server/privileges/change_password.twig:28
16545 #: templates/server/privileges/login_information_fields.twig:54
16546 msgctxt "Password strength"
16547 msgid "Strength:"
16548 msgstr "Strength:"
16550 #: templates/server/privileges/change_password.twig:32
16551 #: templates/server/privileges/login_information_fields.twig:60
16552 #: templates/server/replication/master_add_slave_user.twig:62
16553 msgid "Re-type:"
16554 msgstr "Re-type:"
16556 #: templates/server/privileges/change_password.twig:40
16557 msgid "Password Hashing:"
16558 msgstr "Password Hashing:"
16560 #: templates/server/privileges/change_password.twig:58
16561 msgid ""
16562 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
16563 "connection that encrypts the password using RSA</i>'; while connecting to "
16564 "the server."
16565 msgstr ""
16566 "This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
16567 "connection that encrypts the password using RSA</i>'; while connecting to "
16568 "the server."
16570 #: templates/server/privileges/choose_user_group.twig:5
16571 msgid "User group:"
16572 msgstr "User group:"
16574 #: templates/server/privileges/edit_routine_privileges.twig:4
16575 #: templates/server/privileges/user_properties.twig:4
16576 msgid "Edit privileges:"
16577 msgstr "Edit privileges:"
16579 #: templates/server/privileges/edit_routine_privileges.twig:5
16580 #: templates/server/privileges/user_properties.twig:5
16581 msgid "User account"
16582 msgstr "User account"
16584 #: templates/server/privileges/edit_routine_privileges.twig:34
16585 #: templates/server/privileges/user_properties.twig:53
16586 msgid ""
16587 "Note: You are attempting to edit privileges of the user with which you are "
16588 "currently logged in."
16589 msgstr ""
16590 "Note: You are attempting to edit privileges of the user with which you are "
16591 "currently logged in."
16593 #: templates/server/privileges/edit_routine_privileges.twig:51
16594 #: templates/server/privileges/privileges_table.twig:10
16595 #: templates/server/privileges/privileges_table.twig:248
16596 msgid "Note: MySQL privilege names are expressed in English."
16597 msgstr "Note: MySQL privilege names are expressed in English."
16599 #: templates/server/privileges/edit_routine_privileges.twig:63
16600 #: templates/server/privileges/edit_routine_privileges.twig:67
16601 msgid ""
16602 "Allows user to give to other users or remove from other users privileges "
16603 "that user possess on this routine."
16604 msgstr ""
16605 "Allows user to give to other users or remove from other users privileges "
16606 "that user possess on this routine."
16608 #: templates/server/privileges/edit_routine_privileges.twig:76
16609 #: templates/server/privileges/edit_routine_privileges.twig:79
16610 msgid "Allows altering and dropping this routine."
16611 msgstr "Allows altering and dropping this routine."
16613 #: templates/server/privileges/edit_routine_privileges.twig:88
16614 #: templates/server/privileges/edit_routine_privileges.twig:91
16615 msgid "Allows executing this routine."
16616 msgstr "Allows executing this routine."
16618 #: templates/server/privileges/initials_row.twig:1
16619 msgid "Pagination of user accounts"
16620 msgstr "Pagination of user accounts"
16622 #: templates/server/privileges/login_information_fields.twig:2
16623 #: templates/server/privileges/user_properties.twig:106
16624 msgid "Login Information"
16625 msgstr "Login Information"
16627 #: templates/server/privileges/login_information_fields.twig:4
16628 #: templates/server/replication/change_master.twig:14
16629 #: templates/server/replication/master_add_slave_user.twig:16
16630 msgid "User name:"
16631 msgstr "User name:"
16633 #: templates/server/privileges/login_information_fields.twig:7
16634 #: templates/server/replication/master_add_slave_user.twig:20
16635 msgid "Any user"
16636 msgstr "Any user"
16638 #: templates/server/privileges/login_information_fields.twig:8
16639 #: templates/server/privileges/login_information_fields.twig:33
16640 #: templates/server/privileges/login_information_fields.twig:50
16641 #: templates/server/privileges/privileges_summary.twig:75
16642 #: templates/server/privileges/privileges_summary.twig:90
16643 msgid "Use text field"
16644 msgstr "Use text field"
16646 #: templates/server/privileges/login_information_fields.twig:16
16647 msgid ""
16648 "An account already exists with the same username but possibly a different "
16649 "hostname."
16650 msgstr ""
16651 "An account already exists with the same username but possibly a different "
16652 "hostname."
16654 #: templates/server/privileges/login_information_fields.twig:22
16655 msgid "Host name:"
16656 msgstr "Host name:"
16658 #: templates/server/privileges/login_information_fields.twig:27
16659 #: templates/server/replication/master_add_slave_user.twig:34
16660 msgid "Any host"
16661 msgstr "Any host"
16663 #: templates/server/privileges/login_information_fields.twig:28
16664 #: templates/server/replication/master_add_slave_user.twig:35
16665 msgid "Local"
16666 msgstr "Local"
16668 #: templates/server/privileges/login_information_fields.twig:30
16669 #: templates/server/replication/master_add_slave_user.twig:37
16670 msgid "This host"
16671 msgstr "This Host"
16673 #: templates/server/privileges/login_information_fields.twig:32
16674 #: templates/server/replication/master_add_slave_user.twig:39
16675 msgid "Use host table"
16676 msgstr "Use host table"
16678 #: templates/server/privileges/login_information_fields.twig:39
16679 #: templates/server/replication/master_add_slave_user.twig:44
16680 msgid ""
16681 "When Host table is used, this field is ignored and values stored in Host "
16682 "table are used instead."
16683 msgstr ""
16684 "When Host table is used, this field is ignored and values stored in Host "
16685 "table are used instead."
16687 #: templates/server/privileges/login_information_fields.twig:45
16688 #: templates/server/privileges/login_information_fields.twig:53
16689 #: templates/server/privileges/users_overview.twig:10
16690 #: templates/server/replication/change_master.twig:19
16691 #: templates/server/replication/master_add_slave_user.twig:52
16692 #: templates/server/replication/master_add_slave_user.twig:57
16693 msgid "Password"
16694 msgstr "Password"
16696 #: templates/server/privileges/login_information_fields.twig:47
16697 msgid "Do not change the password"
16698 msgstr "Do not change the password"
16700 #: templates/server/privileges/login_information_fields.twig:49
16701 #: templates/server/replication/master_add_slave_user.twig:53
16702 msgid "No password"
16703 msgstr "No password"
16705 #: templates/server/privileges/login_information_fields.twig:62
16706 #: templates/server/replication/master_add_slave_user.twig:65
16707 msgid "Re-type"
16708 msgstr "Re-type"
16710 #: templates/server/privileges/login_information_fields.twig:68
16711 msgid "Authentication plugin"
16712 msgstr "Authentication plugin"
16714 #: templates/server/privileges/login_information_fields.twig:70
16715 msgid "Password hashing method"
16716 msgstr "Password hashing method"
16718 #: templates/server/privileges/login_information_fields.twig:83
16719 msgid ""
16720 "This method requires using an '<em>SSL connection</em>' or an "
16721 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
16722 "while connecting to the server."
16723 msgstr ""
16724 "This method requires using an '<em>SSL connection</em>' or an "
16725 "'<em>unencrypted connection that encrypts the password using RSA</em>'; "
16726 "while connecting to the server."
16728 #: templates/server/privileges/new_user_ajax.twig:52
16729 #: templates/server/privileges/users_overview.twig:80
16730 #: templates/server/privileges/users_overview.twig:152
16731 msgid "Edit user group"
16732 msgstr "Edit user group"
16734 #: templates/server/privileges/privileges_summary.twig:20
16735 msgid "Column-specific privileges"
16736 msgstr "Column-specific privileges"
16738 #: templates/server/privileges/privileges_summary.twig:54
16739 msgid "Add privileges on the following database(s):"
16740 msgstr "Add privileges on the following database(s):"
16742 #: templates/server/privileges/privileges_summary.twig:67
16743 msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
16744 msgstr "Wildcards % and _ should be escaped with a \\ to use them literally."
16746 #: templates/server/privileges/privileges_summary.twig:71
16747 msgid "Add privileges on the following table:"
16748 msgstr "Add privileges on the following table:"
16750 #: templates/server/privileges/privileges_summary.twig:86
16751 msgid "Add privileges on the following routine:"
16752 msgstr "Add privileges on the following routine:"
16754 #: templates/server/privileges/privileges_table.twig:29
16755 #: templates/server/privileges/privileges_table.twig:30
16756 #: templates/server/privileges/privileges_table.twig:50
16757 #: templates/server/privileges/privileges_table.twig:51
16758 #: templates/server/privileges/privileges_table.twig:71
16759 #: templates/server/privileges/privileges_table.twig:72
16760 #: templates/server/privileges/privileges_table.twig:92
16761 #: templates/server/privileges/privileges_table.twig:93
16762 msgctxt "None privileges"
16763 msgid "None"
16764 msgstr "None"
16766 #: templates/server/privileges/privileges_table.twig:136
16767 #: templates/server/privileges/privileges_table.twig:140
16768 #: templates/server/privileges/privileges_table.twig:614
16769 #: templates/server/privileges/privileges_table.twig:618
16770 msgid ""
16771 "Allows user to give to other users or remove from other users the privileges "
16772 "that user possess yourself."
16773 msgstr ""
16774 "Allows user to give to other users or remove from other users the privileges "
16775 "that user possess yourself."
16777 #: templates/server/privileges/privileges_table.twig:231
16778 msgid "Global"
16779 msgstr "Global"
16781 #: templates/server/privileges/privileges_table.twig:238
16782 #: templates/server/privileges/users_overview.twig:12
16783 msgid "Global privileges"
16784 msgstr "Global privileges"
16786 #: templates/server/privileges/privileges_table.twig:528
16787 msgid "Administration"
16788 msgstr "Administration"
16790 #: templates/server/privileges/privileges_table.twig:535
16791 #: templates/server/privileges/privileges_table.twig:538
16792 msgid ""
16793 "Allows adding users and privileges without reloading the privilege tables."
16794 msgstr ""
16795 "Allows adding users and privileges without reloading the privilege tables."
16797 #: templates/server/privileges/privileges_table.twig:646
16798 msgid "Allows creating foreign key relations."
16799 msgstr "Allows creating foreign key relations."
16801 #: templates/server/privileges/privileges_table.twig:646
16802 msgid "Not used on MariaDB."
16803 msgstr "Not used on MariaDB."
16805 #: templates/server/privileges/privileges_table.twig:646
16806 msgid "Not used for this MySQL version."
16807 msgstr "Not used for this MySQL version."
16809 #: templates/server/privileges/privileges_table.twig:697
16810 msgid "Resource limits"
16811 msgstr "Resource limits"
16813 #: templates/server/privileges/privileges_table.twig:699
16814 msgid "Note: Setting these options to 0 (zero) removes the limit."
16815 msgstr "Note: Setting these options to 0 (zero) removes the limit."
16817 #: templates/server/privileges/privileges_table.twig:705
16818 #: templates/server/privileges/privileges_table.twig:712
16819 msgid "Limits the number of queries the user may send to the server per hour."
16820 msgstr "Limits the number of queries the user may send to the server per hour."
16822 #: templates/server/privileges/privileges_table.twig:718
16823 #: templates/server/privileges/privileges_table.twig:725
16824 msgid ""
16825 "Limits the number of commands that change any table or database the user may "
16826 "execute per hour."
16827 msgstr ""
16828 "Limits the number of commands that change any table or database the user may "
16829 "execute per hour."
16831 #: templates/server/privileges/privileges_table.twig:731
16832 #: templates/server/privileges/privileges_table.twig:738
16833 msgid "Limits the number of new connections the user may open per hour."
16834 msgstr "Limits the number of new connections the user may open per hour."
16836 #: templates/server/privileges/privileges_table.twig:744
16837 #: templates/server/privileges/privileges_table.twig:751
16838 msgid "Limits the number of simultaneous connections the user may have."
16839 msgstr "Limits the number of simultaneous connections the user may have."
16841 #: templates/server/privileges/privileges_table.twig:760
16842 msgid "Does not require SSL-encrypted connections."
16843 msgstr "Does not require SSL-encrypted connections."
16845 #: templates/server/privileges/privileges_table.twig:769
16846 msgid "Requires SSL-encrypted connections."
16847 msgstr "Requires SSL-encrypted connections."
16849 #: templates/server/privileges/privileges_table.twig:778
16850 msgid "Requires a valid X509 certificate."
16851 msgstr "Requires a valid X509 certificate."
16853 #: templates/server/privileges/privileges_table.twig:799
16854 msgid "Requires that a specific cipher method be used for a connection."
16855 msgstr "Requires that a specific cipher method be used for a connection."
16857 #: templates/server/privileges/privileges_table.twig:808
16858 msgid "Requires that a valid X509 certificate issued by this CA be presented."
16859 msgstr "Requires that a valid X509 certificate issued by this CA be presented."
16861 #: templates/server/privileges/privileges_table.twig:817
16862 msgid "Requires that a valid X509 certificate with this subject be presented."
16863 msgstr "Requires that a valid X509 certificate with this subject be presented."
16865 #: templates/server/privileges/subnav.twig:5
16866 #: templates/server/privileges/user_overview.twig:5
16867 msgid "User accounts overview"
16868 msgstr "User accounts overview"
16870 #: templates/server/privileges/subnav.twig:11
16871 #: templates/server/user_groups/user_groups.twig:1
16872 #: templates/server/user_groups/user_groups.twig:9
16873 msgid "User groups"
16874 msgstr "User groups"
16876 #: templates/server/privileges/user_properties.twig:57
16877 #: templates/server/privileges/users_overview.twig:54
16878 msgid "The selected user was not found in the privilege table."
16879 msgstr "The selected user was not found in the privilege table."
16881 #: templates/server/privileges/user_properties.twig:107
16882 msgid "Change login information / Copy user account"
16883 msgstr "Change login information / Copy user account"
16885 #: templates/server/privileges/user_properties.twig:114
16886 msgid "Create a new user account with the same privileges and …"
16887 msgstr "Create a new user account with the same privileges and …"
16889 #: templates/server/privileges/user_properties.twig:120
16890 msgid "… keep the old one."
16891 msgstr "… keep the old one."
16893 #: templates/server/privileges/user_properties.twig:127
16894 msgid "… delete the old one from the user tables."
16895 msgstr "… delete the old one from the user tables."
16897 #: templates/server/privileges/user_properties.twig:134
16898 msgid ""
16899 "… revoke all active privileges from the old one and delete it afterwards."
16900 msgstr ""
16901 "… revoke all active privileges from the old one and delete it afterwards."
16903 #: templates/server/privileges/user_properties.twig:141
16904 msgid ""
16905 "… delete the old one from the user tables and reload the privileges "
16906 "afterwards."
16907 msgstr ""
16908 "… delete the old one from the user tables and reload the privileges "
16909 "afterwards."
16911 #: templates/server/privileges/users_overview.twig:16
16912 msgid "User group"
16913 msgstr "User group"
16915 #: templates/server/privileges/users_overview.twig:131
16916 msgid "Remove selected user accounts"
16917 msgstr "Remove selected user accounts"
16919 #: templates/server/privileges/users_overview.twig:133
16920 msgid "Revoke all active privileges from the users and delete them afterwards."
16921 msgstr ""
16922 "Revoke all active privileges from the users and delete them afterwards."
16924 #: templates/server/privileges/users_overview.twig:137
16925 msgid "Drop the databases that have the same names as the users."
16926 msgstr "Drop the databases that have the same names as the users."
16928 #: templates/server/privileges/users_overview.twig:162
16929 #, fuzzy
16930 #| msgid "Save page"
16931 msgid "Save changes"
16932 msgstr "Save page"
16934 #: templates/server/replication/change_master.twig:5
16935 msgid "Slave configuration"
16936 msgstr "Slave configuration"
16938 #: templates/server/replication/change_master.twig:6
16939 #: templates/server/replication/slave_configuration.twig:97
16940 msgid "Change or reconfigure master server"
16941 msgstr "Change or reconfigure master server"
16943 #: templates/server/replication/change_master.twig:9
16944 msgid ""
16945 "Make sure you have a unique server-id in your configuration file (my.cnf). "
16946 "If not, please add the following line into [mysqld] section:"
16947 msgstr ""
16948 "Make sure you have a unique server-id in your configuration file (my.cnf). "
16949 "If not, please add the following line into [mysqld] section:"
16951 #: templates/server/replication/change_master.twig:26
16952 msgid "Port:"
16953 msgstr "Port:"
16955 #: templates/server/replication/index.twig:21
16956 #, php-format
16957 msgid ""
16958 "This server is not configured as master in a replication process. Would you "
16959 "like to %sconfigure%s it?"
16960 msgstr ""
16961 "This server is not configured as master in a replication process. Would you "
16962 "like to %sconfigure%s it?"
16964 #: templates/server/replication/index.twig:43
16965 msgid "No privileges"
16966 msgstr "No privileges"
16968 #: templates/server/replication/master_add_slave_user.twig:6
16969 #: templates/server/replication/master_replication.twig:44
16970 msgid "Add slave replication user"
16971 msgstr "Add slave replication user"
16973 #: templates/server/replication/master_add_slave_user.twig:21
16974 #: templates/server/replication/master_add_slave_user.twig:40
16975 #: templates/server/replication/master_add_slave_user.twig:54
16976 msgid "Use text field:"
16977 msgstr "Use text field:"
16979 #: templates/server/replication/master_add_slave_user.twig:70
16980 msgid "Generate password:"
16981 msgstr "Generate password:"
16983 #: templates/server/replication/master_configuration.twig:2
16984 msgid "Master configuration"
16985 msgstr "Master configuration"
16987 #: templates/server/replication/master_configuration.twig:4
16988 msgid ""
16989 "This server is not configured as a master server in a replication process. "
16990 "You can choose from either replicating all databases and ignoring some of "
16991 "them (useful if you want to replicate a majority of the databases) or you "
16992 "can choose to ignore all databases by default and allow only certain "
16993 "databases to be replicated. Please select the mode:"
16994 msgstr ""
16995 "This server is not configured as a master server in a replication process. "
16996 "You can choose from either replicating all databases and ignoring some of "
16997 "them (useful if you want to replicate a majority of the databases) or you "
16998 "can choose to ignore all databases by default and allow only certain "
16999 "databases to be replicated. Please select the mode:"
17001 #: templates/server/replication/master_configuration.twig:9
17002 msgid "Replicate all databases; Ignore:"
17003 msgstr "Replicate all databases; Ignore:"
17005 #: templates/server/replication/master_configuration.twig:10
17006 msgid "Ignore all databases; Replicate:"
17007 msgstr "Ignore all databases; Replicate:"
17009 #: templates/server/replication/master_configuration.twig:12
17010 msgid "Please select databases:"
17011 msgstr "Please select databases:"
17013 #: templates/server/replication/master_configuration.twig:15
17014 msgid ""
17015 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
17016 "and please restart the MySQL server afterwards."
17017 msgstr ""
17018 "Now, add the following lines at the end of [mysqld] section in your my.cnf "
17019 "and please restart the MySQL server afterwards."
17021 #: templates/server/replication/master_configuration.twig:21
17022 msgid ""
17023 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
17024 "should see a message informing you, that this server <strong>is</strong> "
17025 "configured as master."
17026 msgstr ""
17027 "Once you restarted MySQL server, please click on Go button. Afterwards, you "
17028 "should see a message informing you, that this server <strong>is</strong> "
17029 "configured as master."
17031 #: templates/server/replication/master_replication.twig:5
17032 msgid "This server is configured as master in a replication process."
17033 msgstr "This server is configured as master in a replication process."
17035 #: templates/server/replication/master_replication.twig:16
17036 msgid "Show connected slaves"
17037 msgstr "Show connected slaves"
17039 #: templates/server/replication/master_replication.twig:38
17040 msgid ""
17041 "Only slaves started with the --report-host=host_name option are visible in "
17042 "this list."
17043 msgstr ""
17044 "Only slaves started with the --report-host=host_name option are visible in "
17045 "this list."
17047 #: templates/server/replication/slave_configuration.twig:5
17048 msgid "Master connection:"
17049 msgstr "Master connection:"
17051 #: templates/server/replication/slave_configuration.twig:25
17052 msgid "Slave SQL Thread not running!"
17053 msgstr "Slave SQL Thread not running!"
17055 #: templates/server/replication/slave_configuration.twig:28
17056 msgid "Slave IO Thread not running!"
17057 msgstr "Slave IO Thread not running!"
17059 #: templates/server/replication/slave_configuration.twig:31
17060 msgid ""
17061 "Server is configured as slave in a replication process. Would you like to:"
17062 msgstr ""
17063 "Server is configured as slave in a replication process. Would you like to:"
17065 #: templates/server/replication/slave_configuration.twig:34
17066 msgid "See slave status table"
17067 msgstr "See slave status table"
17069 #: templates/server/replication/slave_configuration.twig:38
17070 msgid "Control slave:"
17071 msgstr "Control slave:"
17073 #: templates/server/replication/slave_configuration.twig:48
17074 msgid "Reset slave"
17075 msgstr "Reset slave"
17077 #: templates/server/replication/slave_configuration.twig:54
17078 msgid "Start SQL Thread only"
17079 msgstr "Start SQL Thread only"
17081 #: templates/server/replication/slave_configuration.twig:56
17082 msgid "Stop SQL Thread only"
17083 msgstr "Stop SQL Thread only"
17085 #: templates/server/replication/slave_configuration.twig:63
17086 msgid "Start IO Thread only"
17087 msgstr "Start IO Thread only"
17089 #: templates/server/replication/slave_configuration.twig:65
17090 msgid "Stop IO Thread only"
17091 msgstr "Stop IO Thread only"
17093 #: templates/server/replication/slave_configuration.twig:74
17094 msgid "Error management:"
17095 msgstr "Error management:"
17097 #: templates/server/replication/slave_configuration.twig:77
17098 msgid "Skipping errors might lead into unsynchronized master and slave!"
17099 msgstr "Skipping errors might lead into unsynchronised master and slave!"
17101 #: templates/server/replication/slave_configuration.twig:81
17102 msgid "Skip current error"
17103 msgstr "Skip current error"
17105 #: templates/server/replication/slave_configuration.twig:87
17106 #, php-format
17107 msgid "Skip next %s errors."
17108 msgstr "Skip next %s errors."
17110 #: templates/server/replication/slave_configuration.twig:107
17111 #, php-format
17112 msgid ""
17113 "This server is not configured as slave in a replication process. Would you "
17114 "like to %sconfigure%s it?"
17115 msgstr ""
17116 "This server is not configured as slave in a replication process. Would you "
17117 "like to %sconfigure%s it?"
17119 #: templates/server/replication/status_table.twig:6
17120 msgid "Master status"
17121 msgstr "Master status"
17123 #: templates/server/replication/status_table.twig:8
17124 msgid "Slave status"
17125 msgstr "Slave status"
17127 #: templates/server/replication/status_table.twig:16
17128 #: templates/server/status/variables/index.twig:75
17129 #: templates/server/variables/index.twig:31
17130 msgid "Variable"
17131 msgstr "Variable"
17133 #: templates/server/select/index.twig:7 templates/server/select/index.twig:19
17134 msgid "Current server:"
17135 msgstr "Current server:"
17137 #: templates/server/status/advisor/index.twig:6
17138 #: templates/server/status/advisor/index.twig:19
17139 msgid "Advisor system"
17140 msgstr "Advisor system"
17142 #: templates/server/status/advisor/index.twig:9
17143 msgid "Not enough privilege to view the advisor."
17144 msgstr "Not enough privilege to view the advisor."
17146 #: templates/server/status/advisor/index.twig:12
17147 msgid "Instructions"
17148 msgstr "Instructions"
17150 #: templates/server/status/advisor/index.twig:24
17151 msgid ""
17152 "The Advisor system can provide recommendations on server variables by "
17153 "analyzing the server status variables."
17154 msgstr ""
17155 "The Advisor system can provide recommendations on server variables by "
17156 "analysing the server status variables."
17158 #: templates/server/status/advisor/index.twig:29
17159 msgid ""
17160 "Do note however that this system provides recommendations based on simple "
17161 "calculations and by rule of thumb which may not necessarily apply to your "
17162 "system."
17163 msgstr ""
17164 "Do note however that this system provides recommendations based on simple "
17165 "calculations and by rule of thumb which may not necessarily apply to your "
17166 "system."
17168 #: templates/server/status/advisor/index.twig:34
17169 msgid ""
17170 "Prior to changing any of the configuration, be sure to know what you are "
17171 "changing (by reading the documentation) and how to undo the change. Wrong "
17172 "tuning can have a very negative effect on performance."
17173 msgstr ""
17174 "Prior to changing any of the configuration, be sure to know what you are "
17175 "changing (by reading the documentation) and how to undo the change. Wrong "
17176 "tuning can have a very negative effect on performance."
17178 #: templates/server/status/advisor/index.twig:39
17179 msgid ""
17180 "The best way to tune your system would be to change only one setting at a "
17181 "time, observe or benchmark your database, and undo the change if there was "
17182 "no clearly measurable improvement."
17183 msgstr ""
17184 "The best way to tune your system would be to change only one setting at a "
17185 "time, observe or benchmark your database, and undo the change if there was "
17186 "no clearly measurable improvement."
17188 #: templates/server/status/advisor/index.twig:53
17189 msgid "Errors occurred while executing rule expressions:"
17190 msgstr "Errors occurred while executing rule expressions:"
17192 #: templates/server/status/advisor/index.twig:63
17193 msgid "Possible performance issues"
17194 msgstr "Possible performance issues"
17196 #: templates/server/status/advisor/index.twig:76
17197 msgid "Issue:"
17198 msgstr "Issue:"
17200 #: templates/server/status/advisor/index.twig:79
17201 msgid "Recommendation:"
17202 msgstr "Recommendation:"
17204 #: templates/server/status/advisor/index.twig:82
17205 msgid "Justification:"
17206 msgstr "Justification:"
17208 #: templates/server/status/advisor/index.twig:85
17209 msgid "Used variable / formula:"
17210 msgstr "Used variable / formula:"
17212 #: templates/server/status/advisor/index.twig:88
17213 msgid "Test:"
17214 msgstr "Test:"
17216 #: templates/server/status/base.twig:16
17217 msgid "Query statistics"
17218 msgstr "Query statistics"
17220 #: templates/server/status/base.twig:21
17221 msgid "All status variables"
17222 msgstr "All status variables"
17224 #: templates/server/status/base.twig:26
17225 msgid "Monitor"
17226 msgstr "Monitor"
17228 #: templates/server/status/base.twig:31
17229 msgid "Advisor"
17230 msgstr "Advisor"
17232 #: templates/server/status/monitor/index.twig:8
17233 msgid "Start Monitor"
17234 msgstr "Start Monitor"
17236 #: templates/server/status/monitor/index.twig:16
17237 msgid "Instructions/Setup"
17238 msgstr "Instructions/Setup"
17240 #: templates/server/status/monitor/index.twig:20
17241 msgid "Done dragging (rearranging) charts"
17242 msgstr "Done dragging (rearranging) charts"
17244 #: templates/server/status/monitor/index.twig:27
17245 #: templates/server/status/monitor/index.twig:124
17246 msgid "Add chart"
17247 msgstr "Add chart"
17249 #: templates/server/status/monitor/index.twig:31
17250 msgid "Enable charts dragging"
17251 msgstr "Enable charts dragging"
17253 #: templates/server/status/monitor/index.twig:36
17254 #: templates/server/status/processes/index.twig:33
17255 msgid "Refresh rate"
17256 msgstr "Refresh rate"
17258 #: templates/server/status/monitor/index.twig:43
17259 #: templates/server/status/processes/index.twig:40
17260 #, php-format
17261 msgid "%d second"
17262 msgstr "%d second"
17264 #: templates/server/status/monitor/index.twig:45
17265 #: templates/server/status/processes/index.twig:42
17266 #, php-format
17267 msgid "%d seconds"
17268 msgstr "%d seconds"
17270 #: templates/server/status/monitor/index.twig:49
17271 #: templates/server/status/processes/index.twig:46
17272 #, php-format
17273 msgid "%d minute"
17274 msgstr "%d minute"
17276 #: templates/server/status/monitor/index.twig:51
17277 #: templates/server/status/processes/index.twig:48
17278 #, php-format
17279 msgid "%d minutes"
17280 msgstr "%d minutes"
17282 #: templates/server/status/monitor/index.twig:61
17283 msgid "Chart columns"
17284 msgstr "Chart columns"
17286 #: templates/server/status/monitor/index.twig:74
17287 msgid "Chart arrangement"
17288 msgstr "Chart arrangement"
17290 #: templates/server/status/monitor/index.twig:75
17291 msgid ""
17292 "The arrangement of the charts is stored to the browsers local storage. You "
17293 "may want to export it if you have a complicated set up."
17294 msgstr ""
17295 "The arrangement of the charts is stored to the browsers local storage. You "
17296 "may want to export it if you have a complicated set up."
17298 #: templates/server/status/monitor/index.twig:84
17299 msgid "Reset to default"
17300 msgstr "Reset to default"
17302 #: templates/server/status/monitor/index.twig:89
17303 msgid "Monitor Instructions"
17304 msgstr "Monitor Instructions"
17306 #: templates/server/status/monitor/index.twig:91
17307 msgid ""
17308 "The phpMyAdmin Monitor can assist you in optimizing the server configuration "
17309 "and track down time intensive queries. For the latter you will need to set "
17310 "log_output to 'TABLE' and have either the slow_query_log or general_log "
17311 "enabled. Note however, that the general_log produces a lot of data and "
17312 "increases server load by up to 15%."
17313 msgstr ""
17314 "The phpMyAdmin Monitor can assist you in optimising the server configuration "
17315 "and track down time intensive queries. For the latter you will need to set "
17316 "log_output to 'TABLE' and have either the slow_query_log or general_log "
17317 "enabled. Note however, that the general_log produces a lot of data and "
17318 "increases server load by up to 15%."
17320 #: templates/server/status/monitor/index.twig:101
17321 msgid "Using the monitor:"
17322 msgstr "Using the monitor:"
17324 #: templates/server/status/monitor/index.twig:103
17325 msgid ""
17326 "Your browser will refresh all displayed charts in a regular interval. You "
17327 "may add charts and change the refresh rate under 'Settings', or remove any "
17328 "chart using the cog icon on each respective chart."
17329 msgstr ""
17330 "Your browser will refresh all displayed charts in a regular interval. You "
17331 "may add charts and change the refresh rate under 'Settings', or remove any "
17332 "chart using the cog icon on each respective chart."
17334 #: templates/server/status/monitor/index.twig:108
17335 msgid ""
17336 "To display queries from the logs, select the relevant time span on any chart "
17337 "by holding down the left mouse button and panning over the chart. Once "
17338 "confirmed, this will load a table of grouped queries, there you may click on "
17339 "any occurring SELECT statements to further analyze them."
17340 msgstr ""
17341 "To display queries from the logs, select the relevant time span on any chart "
17342 "by holding down the left mouse button and panning over the chart. Once "
17343 "confirmed, this will load a table of grouped queries, there you may click on "
17344 "any occurring SELECT statements to further analyse them."
17346 #: templates/server/status/monitor/index.twig:114
17347 msgid "Please note:"
17348 msgstr "Please note:"
17350 #: templates/server/status/monitor/index.twig:117
17351 msgid ""
17352 "Enabling the general_log may increase the server load by 5-15%. Also be "
17353 "aware that generating statistics from the logs is a load intensive task, so "
17354 "it is advisable to select only a small time span and to disable the "
17355 "general_log and empty its table once monitoring is not required any more."
17356 msgstr ""
17357 "Enabling the general_log may increase the server load by 5-15%. Also be "
17358 "aware that generating statistics from the logs is a load intensive task, so "
17359 "it is advisable to select only a small time span and to disable the "
17360 "general_log and empty its table once monitoring is not required any more."
17362 #: templates/server/status/monitor/index.twig:127
17363 msgid "Chart Title"
17364 msgstr "Chart Title"
17366 #: templates/server/status/monitor/index.twig:131
17367 msgid "Preset chart"
17368 msgstr "Preset chart"
17370 #: templates/server/status/monitor/index.twig:137
17371 msgid "Status variable(s)"
17372 msgstr "Status variable(s)"
17374 #: templates/server/status/monitor/index.twig:142
17375 msgid "Select series:"
17376 msgstr "Select series:"
17378 #: templates/server/status/monitor/index.twig:145
17379 msgid "Commonly monitored"
17380 msgstr "Commonly monitored"
17382 #: templates/server/status/monitor/index.twig:163
17383 msgid "or type variable name:"
17384 msgstr "or type variable name:"
17386 #: templates/server/status/monitor/index.twig:170
17387 msgid "Display as differential value"
17388 msgstr "Display as differential value"
17390 #: templates/server/status/monitor/index.twig:175
17391 msgid "Apply a divisor"
17392 msgstr "Apply a divisor"
17394 #: templates/server/status/monitor/index.twig:186
17395 msgid "Append unit to data values"
17396 msgstr "Append unit to data values"
17398 #: templates/server/status/monitor/index.twig:194
17399 msgid "Add this series"
17400 msgstr "Add this series"
17402 #: templates/server/status/monitor/index.twig:197
17403 msgid "Clear series"
17404 msgstr "Clear series"
17406 #: templates/server/status/monitor/index.twig:201
17407 msgid "Series in chart:"
17408 msgstr "Series in chart:"
17410 #: templates/server/status/monitor/index.twig:210
17411 msgid "Log statistics"
17412 msgstr "Log statistics"
17414 #: templates/server/status/monitor/index.twig:212
17415 msgid "Selected time range:"
17416 msgstr "Selected time range:"
17418 #: templates/server/status/monitor/index.twig:220
17419 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
17420 msgstr "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
17422 #: templates/server/status/monitor/index.twig:226
17423 msgid "Remove variable data in INSERT statements for better grouping"
17424 msgstr "Remove variable data in INSERT statements for better grouping"
17426 #: templates/server/status/monitor/index.twig:230
17427 msgid "Choose from which log you want the statistics to be generated from."
17428 msgstr "Choose from which log you want the statistics to be generated from."
17430 #: templates/server/status/monitor/index.twig:233
17431 msgid "Results are grouped by query text."
17432 msgstr "Results are grouped by query text."
17434 #: templates/server/status/monitor/index.twig:237
17435 msgid "Query analyzer"
17436 msgstr "Query analyser"
17438 #: templates/server/status/processes/index.twig:14
17439 msgid "Show only active"
17440 msgstr "Show only active"
17442 #: templates/server/status/processes/index.twig:28
17443 msgid ""
17444 "Note: Enabling the auto refresh here might cause heavy traffic between the "
17445 "web server and the MySQL server."
17446 msgstr ""
17447 "Note: Enabling the auto refresh here might cause heavy traffic between the "
17448 "web server and the MySQL server."
17450 #. l10n: Questions is the name of a MySQL Status variable
17451 #: templates/server/status/queries/index.twig:8
17452 msgid "Questions since startup:"
17453 msgstr "Questions since startup:"
17455 #: templates/server/status/queries/index.twig:20
17456 msgid "per hour:"
17457 msgstr "per hour:"
17459 #: templates/server/status/queries/index.twig:21
17460 msgid "per minute:"
17461 msgstr "per minute:"
17463 #: templates/server/status/queries/index.twig:23
17464 msgid "per second:"
17465 msgstr "per second:"
17467 #: templates/server/status/queries/index.twig:37
17468 msgid "Statements"
17469 msgstr "Statements"
17471 #. l10n: # = Amount of queries
17472 #: templates/server/status/queries/index.twig:38
17473 msgid "#"
17474 msgstr "#"
17476 #: templates/server/status/queries/index.twig:39
17477 #: templates/server/status/status/index.twig:18
17478 #: templates/server/status/status/index.twig:38
17479 msgid "ø per hour"
17480 msgstr "ø per hour"
17482 #: templates/server/status/queries/index.twig:59
17483 msgid "Not enough privilege to view query statistics."
17484 msgstr "Not enough privilege to view query statistics."
17486 #: templates/server/status/status/index.twig:6
17487 #, php-format
17488 msgid "Network traffic since startup: %s"
17489 msgstr "Network traffic since startup: %s"
17491 #: templates/server/status/status/index.twig:7
17492 #, php-format
17493 msgid "This MySQL server has been running for %1$s. It started up on %2$s."
17494 msgstr "This MySQL server has been running for %1$s. It started up on %2$s."
17496 #: templates/server/status/status/index.twig:15
17497 msgid ""
17498 "On a busy server, the byte counters may overrun, so those statistics as "
17499 "reported by the MySQL server may be incorrect."
17500 msgstr ""
17501 "On a busy server, the byte counters may overrun, so those statistics as "
17502 "reported by the MySQL server may be incorrect."
17504 #: templates/server/status/status/index.twig:59
17505 msgid ""
17506 "This MySQL server works as <b>master</b> and <b>slave</b> in <b>replication</"
17507 "b> process."
17508 msgstr ""
17509 "This MySQL server works as <b>master</b> and <b>slave</b> in <b>replication</"
17510 "b> process."
17512 #: templates/server/status/status/index.twig:61
17513 msgid "This MySQL server works as <b>master</b> in <b>replication</b> process."
17514 msgstr ""
17515 "This MySQL server works as <b>master</b> in <b>replication</b> process."
17517 #: templates/server/status/status/index.twig:63
17518 msgid "This MySQL server works as <b>slave</b> in <b>replication</b> process."
17519 msgstr "This MySQL server works as <b>slave</b> in <b>replication</b> process."
17521 #: templates/server/status/status/index.twig:69
17522 msgid "Replication status"
17523 msgstr "Replication status"
17525 #: templates/server/status/status/index.twig:75
17526 msgid "Not enough privilege to view server status."
17527 msgstr "Not enough privilege to view server status."
17529 #: templates/server/status/variables/index.twig:20
17530 msgid "Show only alert values"
17531 msgstr "Show only alert values"
17533 #: templates/server/status/variables/index.twig:25
17534 #: templates/server/status/variables/index.twig:27
17535 msgid "Filter by category…"
17536 msgstr "Filter by category…"
17538 #: templates/server/status/variables/index.twig:37
17539 msgid "Show unformatted values"
17540 msgstr "Show unformatted values"
17542 #: templates/server/status/variables/index.twig:50
17543 msgid "Related links:"
17544 msgstr "Related links:"
17546 #: templates/server/status/variables/index.twig:139
17547 msgid "Not enough privilege to view status variables."
17548 msgstr "Not enough privilege to view status variables."
17550 #: templates/server/user_groups/edit_user_groups.twig:2
17551 #: templates/server/user_groups/user_groups.twig:64
17552 msgid "Add user group"
17553 msgstr "Add user group"
17555 #: templates/server/user_groups/edit_user_groups.twig:4
17556 #, php-format
17557 msgid "Edit user group: '%s'"
17558 msgstr "Edit user group: '%s'"
17560 #: templates/server/user_groups/edit_user_groups.twig:9
17561 msgid "User group menu assignments"
17562 msgstr "User group menu assignments"
17564 #: templates/server/user_groups/edit_user_groups.twig:14
17565 msgid "Group name:"
17566 msgstr "Group name:"
17568 #: templates/server/user_groups/user_groups.twig:12
17569 msgid "Server level tabs"
17570 msgstr "Server level tabs"
17572 #: templates/server/user_groups/user_groups.twig:15
17573 msgid "Database level tabs"
17574 msgstr "Database level tabs"
17576 #: templates/server/user_groups/user_groups.twig:18
17577 msgid "Table level tabs"
17578 msgstr "Table level tabs"
17580 #: templates/server/user_groups/user_groups.twig:50
17581 msgid "Delete user group"
17582 msgstr "Delete user group"
17584 #: templates/server/user_groups/user_listings.twig:1
17585 #, php-format
17586 msgid "Users of '%s' user group"
17587 msgstr "Users of '%s' user group"
17589 #: templates/server/user_groups/user_listings.twig:3
17590 msgid "No users were found belonging to this user group."
17591 msgstr "No users were found belonging to this user group."
17593 #: templates/server/variables/index.twig:5
17594 msgid "Server variables and settings"
17595 msgstr "Server variables and settings"
17597 #: templates/server/variables/index.twig:43
17598 msgid "This is a read-only variable and can not be edited"
17599 msgstr "This is a read-only variable and cannot be edited"
17601 #: templates/server/variables/index.twig:69
17602 msgid "Session value"
17603 msgstr "Session value"
17605 #: templates/server/variables/index.twig:80
17606 #, php-format
17607 msgid "Not enough privilege to view server variables and settings. %s"
17608 msgstr "Not enough privilege to view server variables and settings. %s"
17610 #: templates/setup/base.twig:29 templates/setup/home/index.twig:20
17611 msgid "Overview"
17612 msgstr "Overview"
17614 #: templates/setup/config/index.twig:4 templates/setup/home/index.twig:98
17615 msgid "Configuration file"
17616 msgstr "Configuration file"
17618 #: templates/setup/config/index.twig:16
17619 msgid "Generated configuration file"
17620 msgstr "Generated configuration file"
17622 #: templates/setup/config/index.twig:22 templates/setup/home/index.twig:165
17623 msgid "Download"
17624 msgstr "Download"
17626 #: templates/setup/error.twig:2
17627 msgid "Warning"
17628 msgstr "Warning"
17630 #: templates/setup/error.twig:3
17631 msgid "Submitted form contains errors"
17632 msgstr "Submitted form contains errors"
17634 #: templates/setup/error.twig:6
17635 msgid "Try to revert erroneous fields to their default values"
17636 msgstr "Try to revert erroneous fields to their default values"
17638 #: templates/setup/error.twig:14
17639 msgid "Ignore errors"
17640 msgstr "Ignore errors"
17642 #: templates/setup/error.twig:18
17643 msgid "Show form"
17644 msgstr "Show form"
17646 #: templates/setup/home/index.twig:23
17647 msgid "Show hidden messages"
17648 msgstr "Show hidden messages"
17650 #: templates/setup/home/index.twig:79
17651 msgid "There are no configured servers"
17652 msgstr "There are no configured servers"
17654 #: templates/setup/home/index.twig:88
17655 msgid "New server"
17656 msgstr "New server"
17658 #: templates/setup/home/index.twig:110
17659 msgid "Default language"
17660 msgstr "Default language"
17662 #: templates/setup/home/index.twig:128
17663 msgid "Default server"
17664 msgstr "Default server"
17666 #: templates/setup/home/index.twig:139
17667 msgid "let the user choose"
17668 msgstr "let the user choose"
17670 #: templates/setup/home/index.twig:146
17671 msgid "- none -"
17672 msgstr "- none -"
17674 #: templates/setup/home/index.twig:153
17675 msgid "End of line"
17676 msgstr "End of line"
17678 #: templates/setup/home/index.twig:164
17679 msgid "Display"
17680 msgstr "Display"
17682 #: templates/setup/home/index.twig:175
17683 msgid "phpMyAdmin homepage"
17684 msgstr "phpMyAdmin homepage"
17686 #: templates/setup/home/index.twig:176
17687 msgid "Donate"
17688 msgstr "Donate"
17690 #: templates/setup/home/index.twig:177
17691 msgid "Check for latest version"
17692 msgstr "Check for latest version"
17694 #: templates/setup/servers/index.twig:6
17695 msgid "Edit server"
17696 msgstr "Edit server"
17698 #: templates/setup/servers/index.twig:11
17699 msgid "Add a new server"
17700 msgstr "Add a new server"
17702 #: templates/sql/bookmark.twig:11 templates/sql/bookmark.twig:29
17703 msgid "Bookmark this SQL query"
17704 msgstr "Bookmark this SQL query"
17706 #: templates/sql/bookmark.twig:15
17707 msgid "Label:"
17708 msgstr "Label:"
17710 #: templates/sql/bookmark.twig:22 templates/sql/query.twig:94
17711 msgid "Let every user access this bookmark"
17712 msgstr "Let every user access this bookmark"
17714 #: templates/sql/profiling_chart.twig:4
17715 msgid "Detailed profile"
17716 msgstr "Detailed profile"
17718 #: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
17719 msgid "State"
17720 msgstr "State"
17722 #: templates/sql/profiling_chart.twig:38
17723 msgid "Summary by state"
17724 msgstr "Summary by state"
17726 #: templates/sql/profiling_chart.twig:47
17727 msgid "Total Time"
17728 msgstr "Total Time"
17730 #: templates/sql/profiling_chart.twig:51
17731 msgid "% Time"
17732 msgstr "% Time"
17734 #: templates/sql/profiling_chart.twig:55
17735 msgid "Calls"
17736 msgstr "Calls"
17738 #: templates/sql/profiling_chart.twig:59
17739 msgid "ø Time"
17740 msgstr "ø Time"
17742 #: templates/sql/query.twig:45
17743 msgid "Get auto-saved query"
17744 msgstr "Get auto-saved query"
17746 #. l10n: Bind parameters in the SQL query using :parameterName format
17747 #: templates/sql/query.twig:52
17748 msgid "Bind parameters"
17749 msgstr "Bind parameters"
17751 #: templates/sql/query.twig:85
17752 msgid "Bookmark this SQL query:"
17753 msgstr "Bookmark this SQL query:"
17755 #: templates/sql/query.twig:101
17756 msgid "Replace existing bookmark of same name"
17757 msgstr "Replace existing bookmark of same name"
17759 #: templates/sql/query.twig:111 templates/sql/query.twig:112
17760 msgid "Delimiter"
17761 msgstr "Delimiter"
17763 #: templates/sql/query.twig:120
17764 msgid "Show this query here again"
17765 msgstr "Show this query here again"
17767 #: templates/sql/query.twig:135
17768 msgid "Rollback when finished"
17769 msgstr "Rollback when finished"
17771 #: templates/sql/query.twig:161
17772 msgid "Bookmark:"
17773 msgstr "Bookmark:"
17775 #: templates/sql/query.twig:170
17776 msgid "shared"
17777 msgstr "shared"
17779 #: templates/sql/query.twig:183
17780 msgid "View only"
17781 msgstr "View only"
17783 #: templates/table/browse_foreigners/column_element.twig:4
17784 msgid "Use this value"
17785 msgstr "Use this value"
17787 #: templates/table/chart/tbl_chart.twig:10
17788 #, fuzzy
17789 #| msgid "Chart title"
17790 msgid "Chart type"
17791 msgstr "Chart title"
17793 #: templates/table/chart/tbl_chart.twig:13
17794 msgctxt "Chart type"
17795 msgid "Bar"
17796 msgstr "Bar"
17798 #: templates/table/chart/tbl_chart.twig:17
17799 msgctxt "Chart type"
17800 msgid "Column"
17801 msgstr "Column"
17803 #: templates/table/chart/tbl_chart.twig:21
17804 msgctxt "Chart type"
17805 msgid "Line"
17806 msgstr "Line"
17808 #: templates/table/chart/tbl_chart.twig:25
17809 msgctxt "Chart type"
17810 msgid "Spline"
17811 msgstr "Spline"
17813 #: templates/table/chart/tbl_chart.twig:29
17814 msgctxt "Chart type"
17815 msgid "Area"
17816 msgstr "Area"
17818 #: templates/table/chart/tbl_chart.twig:33
17819 msgctxt "Chart type"
17820 msgid "Pie"
17821 msgstr "Pie"
17823 #: templates/table/chart/tbl_chart.twig:37
17824 msgctxt "Chart type"
17825 msgid "Timeline"
17826 msgstr "Timeline"
17828 #: templates/table/chart/tbl_chart.twig:41
17829 msgctxt "Chart type"
17830 msgid "Scatter"
17831 msgstr "Scatter"
17833 #: templates/table/chart/tbl_chart.twig:47
17834 msgid "Stacked"
17835 msgstr "Stacked"
17837 #: templates/table/chart/tbl_chart.twig:51
17838 msgid "Chart title:"
17839 msgstr "Chart title:"
17841 #: templates/table/chart/tbl_chart.twig:57
17842 msgid "X-Axis:"
17843 msgstr "X-Axis:"
17845 #: templates/table/chart/tbl_chart.twig:73
17846 msgid "Series:"
17847 msgstr "Series:"
17849 #: templates/table/chart/tbl_chart.twig:101
17850 msgid "X-Axis label:"
17851 msgstr "X-Axis label:"
17853 #: templates/table/chart/tbl_chart.twig:102
17854 msgid "X Values"
17855 msgstr "X Values"
17857 #: templates/table/chart/tbl_chart.twig:106
17858 msgid "Y-Axis label:"
17859 msgstr "Y-Axis label:"
17861 #: templates/table/chart/tbl_chart.twig:107
17862 msgid "Y Values"
17863 msgstr "Y Values"
17865 #: templates/table/chart/tbl_chart.twig:112
17866 msgid "Series names are in a column"
17867 msgstr "Series names are in a column"
17869 #: templates/table/chart/tbl_chart.twig:116
17870 msgid "Series column:"
17871 msgstr "Series column:"
17873 #: templates/table/chart/tbl_chart.twig:126
17874 msgid "Value Column:"
17875 msgstr "Value Column:"
17877 #: templates/table/chart/tbl_chart.twig:147
17878 msgid "Save chart as image"
17879 msgstr "Save chart as image"
17881 #: templates/table/export/index.twig:15
17882 msgid ""
17883 "@SERVER@ will become the server name, @DATABASE@ will become the database "
17884 "name and @TABLE@ will become the table name."
17885 msgstr ""
17886 "@SERVER@ will become the server name, @DATABASE@ will become the database "
17887 "name and @TABLE@ will become the table name."
17889 #: templates/table/export/index.twig:10
17890 #, php-format
17891 msgid "Exporting rows from \"%s\" table"
17892 msgstr "Exporting rows from \"%s\" table"
17894 #: templates/table/find_replace/index.twig:4
17895 #: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
17896 msgid "Table search"
17897 msgstr "Table search"
17899 #: templates/table/find_replace/index.twig:10
17900 #: templates/table/search/index.twig:10
17901 #: templates/table/zoom_search/index.twig:10
17902 msgid "Zoom search"
17903 msgstr "Zoom search"
17905 #: templates/table/find_replace/index.twig:16
17906 #: templates/table/find_replace/index.twig:27
17907 #: templates/table/search/index.twig:16
17908 #: templates/table/zoom_search/index.twig:16
17909 msgid "Find and replace"
17910 msgstr "Find and replace"
17912 #: templates/table/find_replace/index.twig:36
17913 msgid "Replace with:"
17914 msgstr "Replace with:"
17916 #: templates/table/find_replace/index.twig:57
17917 msgid "Use regular expression"
17918 msgstr "Use regular expression"
17920 #: templates/table/find_replace/replace_preview.twig:10
17921 msgid "Find and replace - preview"
17922 msgstr "Find and replace - preview"
17924 #: templates/table/find_replace/replace_preview.twig:17
17925 msgid "Original string"
17926 msgstr "Original string"
17928 #: templates/table/find_replace/replace_preview.twig:18
17929 msgid "Replaced string"
17930 msgstr "Replaced string"
17932 #: templates/table/find_replace/replace_preview.twig:36
17933 msgid "Replace"
17934 msgstr "Replace"
17936 #: templates/table/gis_visualization/gis_visualization.twig:2
17937 msgid "Display GIS Visualization"
17938 msgstr "Display GIS Visualisation"
17940 #: templates/table/gis_visualization/gis_visualization.twig:10
17941 msgid "Label column"
17942 msgstr "Label column"
17944 #: templates/table/gis_visualization/gis_visualization.twig:12
17945 msgid "-- None --"
17946 msgstr "-- None --"
17948 #: templates/table/gis_visualization/gis_visualization.twig:21
17949 msgid "Spatial column"
17950 msgstr "Spatial column"
17952 #: templates/table/import/index.twig:3
17953 #, php-format
17954 msgid "Importing into the table \"%s\""
17955 msgstr "Importing into the table \"%s\""
17957 #: templates/table/index_form.twig:15 templates/table/index_rename_form.twig:11
17958 msgid "Index name:"
17959 msgstr "Index name:"
17961 #: templates/table/index_form.twig:16 templates/table/index_rename_form.twig:12
17962 msgid ""
17963 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
17964 msgstr ""
17965 "\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
17967 #: templates/table/index_form.twig:34
17968 msgid "Index choice:"
17969 msgstr "Index choice:"
17971 #: templates/table/index_form.twig:54
17972 msgid "Advanced options"
17973 msgstr "Advanced options"
17975 #: templates/table/index_form.twig:64
17976 msgid "Key block size:"
17977 msgstr "Key block size:"
17979 #: templates/table/index_form.twig:81
17980 msgid "Index type:"
17981 msgstr "Index type:"
17983 #: templates/table/index_form.twig:98
17984 msgid "Parser:"
17985 msgstr "Parser:"
17987 #: templates/table/index_form.twig:114
17988 msgid "Comment:"
17989 msgstr "Comment:"
17991 #: templates/table/index_form.twig:159 templates/table/index_form.twig:196
17992 msgid "Drag to reorder"
17993 msgstr "Drag to reorder"
17995 #: templates/table/insert/actions_panel.twig:9
17996 msgid "Insert as new row"
17997 msgstr "Insert as new row"
17999 #: templates/table/insert/actions_panel.twig:10
18000 msgid "Insert as new row and ignore errors"
18001 msgstr "Insert as new row and ignore errors"
18003 #: templates/table/insert/actions_panel.twig:11
18004 msgid "Show insert query"
18005 msgstr "Show insert query"
18007 #: templates/table/insert/actions_panel.twig:15
18008 msgid "and then"
18009 msgstr "and then"
18011 #: templates/table/insert/actions_panel.twig:19
18012 msgid "Go back to previous page"
18013 msgstr "Go back to previous page"
18015 #: templates/table/insert/actions_panel.twig:20
18016 msgid "Insert another new row"
18017 msgstr "Insert another new row"
18019 #: templates/table/insert/actions_panel.twig:22
18020 msgid "Go back to this page"
18021 msgstr "Go back to this page"
18023 #: templates/table/insert/actions_panel.twig:24
18024 msgid "Edit next row"
18025 msgstr "Edit next row"
18027 #: templates/table/insert/actions_panel.twig:32
18028 msgid ""
18029 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
18030 msgstr ""
18031 "Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
18033 #: templates/table/insert/column_row.twig:15
18034 msgid "Binary"
18035 msgstr "Binary"
18037 #: templates/table/insert/column_row.twig:30
18038 msgid "Use the NULL value for this column."
18039 msgstr "Use the NULL value for this column."
18041 #: templates/table/insert/column_row.twig:65
18042 msgid "Because of its length,<br> this column might not be editable."
18043 msgstr "Because of its length,<br> this column might not be editable."
18045 #: templates/table/insert/column_row.twig:93
18046 msgid "Binary - do not edit"
18047 msgstr "Binary - do not edit"
18049 #: templates/table/insert/column_row.twig:122
18050 #: templates/table/search/input_box.twig:37
18051 msgid "Edit/Insert"
18052 msgstr "Edit/Insert"
18054 #: templates/table/insert/continue_insertion_form.twig:18
18055 #, php-format
18056 msgid "Continue insertion with %s rows"
18057 msgstr "Continue insertion with %s rows"
18059 #: templates/table/maintenance/checksum.twig:13
18060 msgid "Checksum"
18061 msgstr "Checksum"
18063 #: templates/table/operations/index.twig:9
18064 msgid "Alter table order by"
18065 msgstr "Alter table order by"
18067 #: templates/table/operations/index.twig:20
18068 msgctxt "Alter table order by a single field."
18069 msgid "(singly)"
18070 msgstr "(singly)"
18072 #: templates/table/operations/index.twig:50
18073 msgid "Move table to (database.table)"
18074 msgstr "Move table to (database.table)"
18076 #: templates/table/operations/index.twig:101
18077 msgid "Table options"
18078 msgstr "Table options"
18080 #: templates/table/operations/index.twig:105
18081 msgid "Rename table to"
18082 msgstr "Rename table to"
18084 #: templates/table/operations/index.twig:123
18085 msgid "Table comments"
18086 msgstr "Table comments"
18088 #: templates/table/operations/index.twig:170
18089 msgid "Change all column collations"
18090 msgstr "Change all column collations"
18092 #: templates/table/operations/index.twig:251
18093 msgid "Copy table to (database.table)"
18094 msgstr "Copy table to (database.table)"
18096 #: templates/table/operations/index.twig:322
18097 msgid "Switch to copied table"
18098 msgstr "Switch to copied table"
18100 #: templates/table/operations/index.twig:364
18101 msgid "Defragment table"
18102 msgstr "Defragment table"
18104 #: templates/table/operations/index.twig:372
18105 #, php-format
18106 msgid "Table %s has been flushed."
18107 msgstr "Table %s has been flushed."
18109 #: templates/table/operations/index.twig:376
18110 msgid "Flush the table (FLUSH)"
18111 msgstr "Flush the table (FLUSH)"
18113 #: templates/table/operations/index.twig:412
18114 msgid "Empty the table (TRUNCATE)"
18115 msgstr "Empty the table (TRUNCATE)"
18117 #: templates/table/operations/index.twig:431
18118 msgid "Delete the table (DROP)"
18119 msgstr "Delete the table (DROP)"
18121 #: templates/table/operations/index.twig:452
18122 msgid "Partition maintenance"
18123 msgstr "Partition maintenance"
18125 #: templates/table/operations/index.twig:478
18126 #: templates/table/structure/display_partitions.twig:200
18127 msgid "Remove partitioning"
18128 msgstr "Remove partitioning"
18130 #: templates/table/operations/index.twig:491
18131 msgid "Check referential integrity"
18132 msgstr "Check referential integrity"
18134 #: templates/table/operations/view.twig:12
18135 msgid "Rename view to"
18136 msgstr "Rename view to"
18138 #: templates/table/operations/view.twig:36
18139 msgid "Delete the view (DROP)"
18140 msgstr "Delete the view (DROP)"
18142 #: templates/table/page_with_secondary_tabs.twig:11
18143 msgid "Relation view"
18144 msgstr "Relation view"
18146 #: templates/table/partition/analyze.twig:2
18147 msgid "Analyze partition"
18148 msgstr "Analyze partition"
18150 #: templates/table/partition/check.twig:2
18151 msgid "Check partition"
18152 msgstr "Check partition"
18154 #: templates/table/partition/drop.twig:2
18155 msgid "Drop partition"
18156 msgstr "Drop partition"
18158 #: templates/table/partition/optimize.twig:2
18159 msgid "Optimize partition"
18160 msgstr "Optimize partition"
18162 #: templates/table/partition/rebuild.twig:2
18163 msgid "Rebuild partition"
18164 msgstr "Rebuild partition"
18166 #: templates/table/partition/repair.twig:2
18167 msgid "Repair partition"
18168 msgstr "Repair partition"
18170 #: templates/table/partition/truncate.twig:2
18171 msgid "Truncate partition"
18172 msgstr "Truncate partition"
18174 #: templates/table/privileges/index.twig:57
18175 msgid "table-specific"
18176 msgstr "table-specific"
18178 #: templates/table/relation/common_form.twig:9
18179 msgid "Foreign key constraints"
18180 msgstr "Foreign key constraints"
18182 #: templates/table/relation/common_form.twig:14
18183 msgid "Actions"
18184 msgstr "Actions"
18186 #: templates/table/relation/common_form.twig:15
18187 msgid "Constraint properties"
18188 msgstr "Constraint properties"
18190 #: templates/table/relation/common_form.twig:19
18191 msgid ""
18192 "Creating a foreign key over a non-indexed column would automatically create "
18193 "an index on it. Alternatively, you can define an index below, before "
18194 "creating the foreign key."
18195 msgstr ""
18196 "Creating a foreign key over a non-indexed column would automatically create "
18197 "an index on it. Alternatively, you can define an index below, before "
18198 "creating the foreign key."
18200 #: templates/table/relation/common_form.twig:24
18201 msgid ""
18202 "Only columns with index will be displayed. You can define an index below."
18203 msgstr ""
18204 "Only columns with index will be displayed. You can define an index below."
18206 #: templates/table/relation/common_form.twig:28
18207 msgid "Foreign key constraint"
18208 msgstr "Foreign key constraint"
18210 #: templates/table/relation/common_form.twig:93
18211 msgid "+ Add constraint"
18212 msgstr "+ Add constraint"
18214 #: templates/table/relation/common_form.twig:106
18215 #: templates/table/relation/common_form.twig:114
18216 msgid "Internal relationships"
18217 msgstr "Internal relationships"
18219 #: templates/table/relation/common_form.twig:122
18220 msgid "Internal relation"
18221 msgstr "Internal relation"
18223 #: templates/table/relation/common_form.twig:124
18224 msgid ""
18225 "An internal relation is not necessary when a corresponding FOREIGN KEY "
18226 "relation exists."
18227 msgstr ""
18228 "An internal relation is not necessary when a corresponding FOREIGN KEY "
18229 "relation exists."
18231 #: templates/table/relation/common_form.twig:208
18232 msgid "Choose column to display:"
18233 msgstr "Choose column to display:"
18235 #: templates/table/relation/foreign_key_row.twig:15
18236 #, php-format
18237 msgid "Foreign key constraint %s has been dropped"
18238 msgstr "Foreign key constraint %s has been dropped"
18240 #: templates/table/relation/foreign_key_row.twig:34
18241 msgid "Constraint name"
18242 msgstr "Constraint name"
18244 #: templates/table/search/index.twig:27
18245 msgid "Do a \"query by example\" (wildcard: \"%\")"
18246 msgstr "Do a \"query by example\" (wildcard: \"%\")"
18248 #: templates/table/search/index.twig:111
18249 msgid "Select columns (at least one):"
18250 msgstr "Select columns (at least one):"
18252 #: templates/table/search/index.twig:130
18253 msgid "Add search conditions (body of the \"where\" clause):"
18254 msgstr "Add search conditions (body of the \"where\" clause):"
18256 #: templates/table/search/index.twig:138
18257 msgid "Number of rows per page"
18258 msgstr "Number of rows per page"
18260 #: templates/table/search/index.twig:144
18261 msgid "Display order:"
18262 msgstr "Display order:"
18264 #: templates/table/start_and_number_of_rows_fieldset.twig:3
18265 msgid "Start row:"
18266 msgstr "Start row:"
18268 #: templates/table/structure/display_partitions.twig:4
18269 #: templates/table/structure/display_structure.twig:533
18270 msgid "Partitions"
18271 msgstr "Partitions"
18273 #: templates/table/structure/display_partitions.twig:8
18274 msgid "No partitioning defined!"
18275 msgstr "No partitioning defined!"
18277 #: templates/table/structure/display_partitions.twig:11
18278 msgid "Partitioned by:"
18279 msgstr "Partitioned by:"
18281 #: templates/table/structure/display_partitions.twig:16
18282 msgid "Sub partitioned by:"
18283 msgstr "Sub partitioned by:"
18285 #: templates/table/structure/display_partitions.twig:29
18286 msgid "Data length"
18287 msgstr "Data length"
18289 #: templates/table/structure/display_partitions.twig:30
18290 msgid "Index length"
18291 msgstr "Index length"
18293 #: templates/table/structure/display_partitions.twig:194
18294 msgid "Partition table"
18295 msgstr "Partition table"
18297 #: templates/table/structure/display_partitions.twig:206
18298 #: templates/table/structure/partition_definition_form.twig:5
18299 msgid "Edit partitioning"
18300 msgstr "Edit partitioning"
18302 #: templates/table/structure/display_structure.twig:71
18303 msgid "Media type:"
18304 msgstr "Media type:"
18306 #: templates/table/structure/display_structure.twig:92
18307 #: templates/table/tracking/structure_snapshot_columns.twig:47
18308 msgctxt "None for default"
18309 msgid "None"
18310 msgstr "None"
18312 #: templates/table/structure/display_structure.twig:109
18313 #: templates/table/structure/display_structure.twig:279
18314 msgid "Change"
18315 msgstr "Change"
18317 #: templates/table/structure/display_structure.twig:117
18318 #, php-format
18319 msgid "Column %s has been dropped."
18320 msgstr "Column %s has been dropped."
18322 #: templates/table/structure/display_structure.twig:143
18323 #, php-format
18324 msgid "A primary key has been added on %s."
18325 msgstr "A primary key has been added on %s."
18327 #: templates/table/structure/display_structure.twig:158
18328 #: templates/table/structure/display_structure.twig:173
18329 #: templates/table/structure/display_structure.twig:198
18330 #: templates/table/structure/display_structure.twig:217
18331 #, php-format
18332 msgid "An index has been added on %s."
18333 msgstr "An index has been added on %s."
18335 #: templates/table/structure/display_structure.twig:239
18336 msgid "Distinct values"
18337 msgstr "Distinct values"
18339 #: templates/table/structure/display_structure.twig:246
18340 #: templates/table/structure/display_structure.twig:307
18341 msgid "Remove from central columns"
18342 msgstr "Remove from central columns"
18344 #: templates/table/structure/display_structure.twig:250
18345 #: templates/table/structure/display_structure.twig:304
18346 msgid "Add to central columns"
18347 msgstr "Add to central columns"
18349 #: templates/table/structure/display_structure.twig:315
18350 #: templates/table/structure/display_structure.twig:356
18351 msgid "Move columns"
18352 msgstr "Move columns"
18354 #: templates/table/structure/display_structure.twig:316
18355 msgid "Move the columns by dragging them up and down."
18356 msgstr "Move the columns by dragging them up and down."
18358 #: templates/table/structure/display_structure.twig:328
18359 #: templates/view_create.twig:13
18360 msgid "Edit view"
18361 msgstr "Edit view"
18363 #: templates/table/structure/display_structure.twig:342
18364 msgid "Propose table structure"
18365 msgstr "Propose table structure"
18367 #: templates/table/structure/display_structure.twig:359
18368 msgid "Normalize"
18369 msgstr "Normalise"
18371 #: templates/table/structure/display_structure.twig:365
18372 msgid "Track view"
18373 msgstr "Track view"
18375 #: templates/table/structure/display_structure.twig:379
18376 #, php-format
18377 msgid "Add %s column(s)"
18378 msgstr "Add %s column(s)"
18380 #: templates/table/structure/display_structure.twig:384
18381 msgid "at beginning of table"
18382 msgstr "at beginning of table"
18384 #: templates/table/structure/display_structure.twig:506
18385 #, php-format
18386 msgid "Create an index on %s columns"
18387 msgstr "Create an index on %s columns"
18389 #: templates/table/structure/display_table_stats.twig:14
18390 msgid "Space usage"
18391 msgstr "Space usage"
18393 #: templates/table/structure/display_table_stats.twig:37
18394 msgid "Effective"
18395 msgstr "Effective"
18397 #: templates/table/structure/display_table_stats.twig:80
18398 msgid "Row statistics"
18399 msgstr "Row statistics"
18401 #: templates/table/structure/display_table_stats.twig:86
18402 msgid "static"
18403 msgstr "static"
18405 #: templates/table/structure/display_table_stats.twig:88
18406 msgid "dynamic"
18407 msgstr "dynamic"
18409 #: templates/table/structure/display_table_stats.twig:99
18410 msgid "partitioned"
18411 msgstr "partitioned"
18413 #: templates/table/structure/display_table_stats.twig:128
18414 msgid "Row length"
18415 msgstr "Row length"
18417 #: templates/table/structure/display_table_stats.twig:140
18418 msgid "Row size"
18419 msgstr "Row size"
18421 #: templates/table/structure/display_table_stats.twig:147
18422 msgid "Next autoindex"
18423 msgstr "Next autoindex"
18425 #: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:91
18426 #: templates/table/tracking/main.twig:92
18427 msgid "Delete version"
18428 msgstr "Delete version"
18430 #: templates/table/tracking/main.twig:102
18431 #, php-format
18432 msgid "Activate tracking for %s"
18433 msgstr "Activate tracking for %s"
18435 #: templates/table/tracking/main.twig:104
18436 msgid "Activate now"
18437 msgstr "Activate now"
18439 #: templates/table/tracking/main.twig:106
18440 #, php-format
18441 msgid "Deactivate tracking for %s"
18442 msgstr "Deactivate tracking for %s"
18444 #: templates/table/tracking/main.twig:108
18445 msgid "Deactivate now"
18446 msgstr "Deactivate now"
18448 #: templates/table/tracking/report_table.twig:4
18449 #: templates/table/tracking/structure_snapshot_columns.twig:5
18450 msgctxt "Number"
18451 msgid "#"
18452 msgstr "#"
18454 #: templates/table/tracking/report_table.twig:5
18455 msgid "Date"
18456 msgstr "Date"
18458 #: templates/table/tracking/report_table.twig:6
18459 msgid "Username"
18460 msgstr "Username"
18462 #: templates/table/zoom_search/index.twig:27
18463 msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
18464 msgstr "Do a \"query by example\" (wildcard: \"%\") for two different columns"
18466 #: templates/table/zoom_search/index.twig:54
18467 msgid "Additional search criteria"
18468 msgstr "Additional search criteria"
18470 #: templates/table/zoom_search/index.twig:116
18471 msgid "Use this column to label each point"
18472 msgstr "Use this column to label each point"
18474 #: templates/table/zoom_search/index.twig:141
18475 msgid "Maximum rows to plot"
18476 msgstr "Maximum rows to plot"
18478 #: templates/table/zoom_search/result_form.twig:7
18479 msgid "Browse/Edit the points"
18480 msgstr "Browse/Edit the points"
18482 #: templates/table/zoom_search/result_form.twig:14
18483 msgid "How to use"
18484 msgstr "How to use"
18486 #: templates/table/zoom_search/result_form.twig:17
18487 msgid "Reset zoom"
18488 msgstr "Reset zoom"
18490 #. l10n: Show or hide the menu using the hamburger style button
18491 #: templates/top_menu.twig:4
18492 msgid "Toggle navigation"
18493 msgstr "Toggle navigation"
18495 #. l10n: Current page
18496 #: templates/top_menu.twig:14
18497 msgid "(current)"
18498 msgstr "(current)"
18500 #: templates/transformation_overview.twig:1
18501 msgid "Available media types"
18502 msgstr "Available media types"
18504 #: templates/transformation_overview.twig:13
18505 msgid "Available browser display transformations"
18506 msgstr "Available browser display transformations"
18508 #: templates/transformation_overview.twig:19
18509 #: templates/transformation_overview.twig:38
18510 msgctxt "for media type transformation"
18511 msgid "Description"
18512 msgstr "Description"
18514 #: templates/transformation_overview.twig:32
18515 msgid "Available input transformations"
18516 msgstr "Available input transformations"
18518 #: templates/view_create.twig:65
18519 msgid "VIEW name"
18520 msgstr "VIEW name"
18522 #: templates/view_create.twig:79
18523 msgid "Column names"
18524 msgstr "Column names"
18526 #: url.php:53
18527 msgid "Taking you to the target site."
18528 msgstr "Taking you to the target site."
18530 #~ msgid ""
18531 #~ "The requested page was not found in the history, it may have expired."
18532 #~ msgstr ""
18533 #~ "The requested page was not found in the history, it may have expired."
18535 #~ msgid "No preview available."
18536 #~ msgstr "No preview available."
18538 #~ msgid "Private key for reCaptcha"
18539 #~ msgstr "Private key for reCaptcha"
18541 #~ msgid "Theme path not found for theme %s!"
18542 #~ msgstr "Theme path not found for theme %s!"
18544 #~ msgctxt "Create new routine"
18545 #~ msgid "New"
18546 #~ msgstr "New"
18548 #~ msgid ""
18549 #~ "Error in reading file: The file '%s' does not exist or is not readable!"
18550 #~ msgstr ""
18551 #~ "Error in reading file: The file '%s' does not exist or is not readable!"
18553 #~ msgid ""
18554 #~ "Invalid rule declaration on line %1$s, expected line %2$s of previous "
18555 #~ "rule."
18556 #~ msgstr ""
18557 #~ "Invalid rule declaration on line %1$s, expected line %2$s of previous "
18558 #~ "rule."
18560 #~ msgid "Invalid rule declaration on line %s."
18561 #~ msgstr "Invalid rule declaration on line %s."
18563 #~ msgid "Unexpected characters on line %s."
18564 #~ msgstr "Unexpected characters on line %s."
18566 #~ msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"."
18567 #~ msgstr ""
18568 #~ "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"."
18570 #~ msgid "Rules file is not well formed, the following errors were found:"
18571 #~ msgstr "Rules file is not well formed, the following errors were found:"
18573 #~ msgid "View dump (schema) of database"
18574 #~ msgstr "View dump (schema) of database"
18576 #~ msgid "View dump (schema) of databases"
18577 #~ msgstr "View dump (schema) of databases"
18579 #~ msgid "View dump (schema) of table"
18580 #~ msgstr "View dump (schema) of table"
18582 #~ msgid "Other text will be kept as is. See the FAQ 6.27 for details."
18583 #~ msgstr "Other text will be kept as is. See the FAQ 6.27 for details."
18585 #~ msgid ", @TABLE@ will become the table name"
18586 #~ msgstr ", @TABLE@ will become the table name"
18588 #~ msgid "Create %s"
18589 #~ msgstr "Create %s"
18591 #~ msgid ""
18592 #~ "You are using PHP's deprecated 'mysql' extension, which is not capable of "
18593 #~ "handling multi queries. [strong]The execution of some stored routines may "
18594 #~ "fail![/strong] Please use the improved 'mysqli' extension to avoid any "
18595 #~ "problems."
18596 #~ msgstr ""
18597 #~ "You are using PHP's deprecated 'mysql' extension, which is not capable of "
18598 #~ "handling multi queries. [strong]The execution of some stored routines may "
18599 #~ "fail![/strong] Please use the improved 'mysqli' extension to avoid any "
18600 #~ "problems."
18602 #~ msgid "No activity within %s seconds; please log in again."
18603 #~ msgstr "No activity within %s seconds; please log in again."
18605 #~ msgid "You do not have the necessary privileges to create a routine."
18606 #~ msgstr "You do not have the necessary privileges to create a routine."
18608 #~ msgid "trigger"
18609 #~ msgstr "trigger"
18611 #~ msgid "You do not have the necessary privileges to create a trigger."
18612 #~ msgstr "You do not have the necessary privileges to create a trigger."
18614 #~ msgid "event"
18615 #~ msgstr "event"
18617 #~ msgid "You do not have the necessary privileges to create an event."
18618 #~ msgstr "You do not have the necessary privileges to create an event."
18620 #~ msgid "Update Query"
18621 #~ msgstr "Update Query"
18623 #~ msgid "Submit Query"
18624 #~ msgstr "Submit Query"
18626 #~ msgid "Rule details"
18627 #~ msgstr "Rule details"
18629 #~ msgid "Partition %s"
18630 #~ msgstr "Partition %s"
18632 #~ msgctxt "Next month"
18633 #~ msgid "Next"
18634 #~ msgstr "Next"
18636 #~ msgid "“%s”"
18637 #~ msgstr "“%s”"
18639 #~ msgctxt "Short week day name"
18640 #~ msgid "Sun"
18641 #~ msgstr "Sun"
18643 #~ msgid "This Host"
18644 #~ msgstr "This Host"
18646 #~ msgid "Use Host Table"
18647 #~ msgstr "Use Host Table"
18649 #, fuzzy
18650 #~| msgid "Description"
18651 #~ msgctxt "for media (MIME) type transformation"
18652 #~ msgid "Description"
18653 #~ msgstr "Description"
18655 #~ msgid "MIME"
18656 #~ msgstr "MIME"
18658 #~ msgctxt "for MIME transformation"
18659 #~ msgid "Description"
18660 #~ msgstr "Description"
18662 #~ msgid "Full start"
18663 #~ msgstr "Full start"
18665 #~ msgid "Full stop"
18666 #~ msgstr "Full stop"
18668 #~ msgid "Show hidden messages (#MSG_COUNT)"
18669 #~ msgstr "Show hidden messages (#MSG_COUNT)"
18671 #~ msgid "Wrong GET file attribute value"
18672 #~ msgstr "Wrong GET file attribute value"
18674 #, fuzzy
18675 #~| msgid "%d second"
18676 #~| msgid_plural "%d seconds"
18677 #~ msgid "%count% second"
18678 #~ msgid_plural "%count% seconds"
18679 #~ msgstr[0] "%d second"
18680 #~ msgstr[1] "%d seconds"
18682 #, fuzzy
18683 #~| msgid "%d minute"
18684 #~| msgid_plural "%d minutes"
18685 #~ msgid "%count% minute"
18686 #~ msgid_plural "%count% minutes"
18687 #~ msgstr[0] "%d minute"
18688 #~ msgstr[1] "%d minutes"
18690 #~ msgid "Truncate Shown Queries"
18691 #~ msgstr "Truncate Shown Queries"
18693 #~ msgid "Show Full Queries"
18694 #~ msgstr "Show Full Queries"
18696 #, fuzzy
18697 #~| msgid "No databases"
18698 #~ msgid "%count% database"
18699 #~ msgid_plural "%count% databases"
18700 #~ msgstr[0] "No databases"
18701 #~ msgstr[1] "No databases"
18703 #~ msgid "No Two-Factor"
18704 #~ msgstr "No Two-Factor"
18706 #~ msgid ""
18707 #~ "The gd PHP extension was not found. The QRcode can not be displayed "
18708 #~ "without the gd PHP extension."
18709 #~ msgstr ""
18710 #~ "The gd PHP extension was not found. The QRcode can not be displayed "
18711 #~ "without the gd PHP extension."
18713 #~ msgid ""
18714 #~ "Please enter following secret/key into the two-factor authentication app "
18715 #~ "on your device and enter authentication code it generates."
18716 #~ msgstr ""
18717 #~ "Please enter following secret/key into the two-factor authentication app "
18718 #~ "on your device and enter authentication code it generates."
18720 #~ msgid "OTP url:"
18721 #~ msgstr "OTP url:"
18723 #~ msgid ""
18724 #~ "You have disabled ini_get and/or ini_set in php.ini. This option is "
18725 #~ "incompatible with phpMyAdmin!"
18726 #~ msgstr ""
18727 #~ "You have disabled ini_get and/or ini_set in php.ini. This option is "
18728 #~ "incompatible with phpMyAdmin!"
18730 #~ msgid "No auto-saved query"
18731 #~ msgstr "No auto-saved query"
18733 #~ msgid "Font size"
18734 #~ msgstr "Font size"
18736 #~ msgid ""
18737 #~ "You are using the mysql extension which is deprecated in phpMyAdmin. "
18738 #~ "Please consider installing the mysqli extension."
18739 #~ msgstr ""
18740 #~ "You are using the mysql extension which is deprecated in phpMyAdmin. "
18741 #~ "Please consider installing the mysqli extension."
18743 #~ msgid "Search results for \"<i>%s</i>\" %s:"
18744 #~ msgstr "Search results for \"<i>%s</i>\" %s:"
18746 #~ msgctxt "Text context"
18747 #~ msgid "Text"
18748 #~ msgstr "Text"
18750 #~ msgid "Customize export options"
18751 #~ msgstr "Customise export options"
18753 #~ msgid "Customize import defaults"
18754 #~ msgstr "Customise import defaults"
18756 #~ msgid "Customize navigation panel"
18757 #~ msgstr "Customise navigation panel"
18759 #~ msgid "Customize main panel"
18760 #~ msgstr "Customise main panel"
18762 #~ msgid ""
18763 #~ "Incorrect formset, check $formsets array in setup/frames/form.inc.php!"
18764 #~ msgstr ""
18765 #~ "Incorrect formset, check $formsets array in setup/frames/form.inc.php!"
18767 #~ msgid "Unknonwn"
18768 #~ msgstr "Unknown"
18770 #~ msgid "Please enter correct captcha!"
18771 #~ msgstr "Please enter correct captcha!"
18773 #~ msgid "Global value"
18774 #~ msgstr "Global value"
18776 #, fuzzy
18777 #~| msgid "Height"
18778 #~ msgctxt "Collation variant"
18779 #~ msgid "weight=2"
18780 #~ msgstr "Height"
18782 #, fuzzy
18783 #~| msgid "Copy column name"
18784 #~ msgid "Old column name"
18785 #~ msgstr "Copy column name"
18787 #~ msgid "You have to add at least one column."
18788 #~ msgstr "You have to add at least one column."
18790 #~ msgid "PHP threw following error: %s"
18791 #~ msgstr "PHP threw following error: %s"
18793 #~ msgid "German"
18794 #~ msgstr "German"
18796 #~ msgid "dictionary"
18797 #~ msgstr "dictionary"
18799 #~ msgid "phone book"
18800 #~ msgstr "phone book"
18802 #~ msgid "Traditional Spanish"
18803 #~ msgstr "Traditional Spanish"
18805 #, fuzzy
18806 #~| msgid "Collation"
18807 #~ msgid "binary collation"
18808 #~ msgstr "Collation"
18810 #, fuzzy
18811 #~| msgid "case-insensitive"
18812 #~ msgid "case-insensitive collation"
18813 #~ msgstr "case-insensitive"
18815 #, fuzzy
18816 #~| msgid "case-sensitive"
18817 #~ msgid "case-sensitive collation"
18818 #~ msgstr "case-sensitive"
18820 #~ msgid "all words"
18821 #~ msgstr "all words"
18823 #, fuzzy
18824 #~| msgid "Propose table structure"
18825 #~ msgid "Improve table structure"
18826 #~ msgstr "Propose table structure"
18828 #~ msgid ""
18829 #~ "Your PHP MySQL library version %s differs from your MySQL server version "
18830 #~ "%s. This may cause unpredictable behavior."
18831 #~ msgstr ""
18832 #~ "Your PHP MySQL library version %s differs from your MySQL server version "
18833 #~ "%s. This may cause unpredictable behaviour."
18835 #~ msgid "Invalid hostname for server %1$s. Please review your configuration."
18836 #~ msgstr "Invalid hostname for server %1$s. Please review your configuration."
18838 #~ msgid ""
18839 #~ "Disable the default warning that is displayed if a difference between the "
18840 #~ "MySQL library and server is detected."
18841 #~ msgstr ""
18842 #~ "Disable the default warning that is displayed if a difference between the "
18843 #~ "MySQL library and server is detected."
18845 #~ msgid "Server/library difference warning"
18846 #~ msgstr "Server/library difference warning"
18848 #~ msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
18849 #~ msgstr "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
18851 #~ msgid "Connection type"
18852 #~ msgstr "Connection type"
18854 #~ msgid "Cannot load or save configuration"
18855 #~ msgstr "Cannot load or save configuration"
18857 #~ msgid "Load"
18858 #~ msgstr "Load"
18860 #, fuzzy
18861 #~| msgid "Column names"
18862 #~ msgid "Column parser"
18863 #~ msgstr "Column names"
18865 #, fuzzy
18866 #~| msgid "Iconic table operations"
18867 #~ msgid "Unrecognized alter operation."
18868 #~ msgstr "Iconic table operations"
18870 #, fuzzy
18871 #~| msgid "Unexpected characters on line %s."
18872 #~ msgid "Unexpected keyword."
18873 #~ msgstr "Unexpected characters on line %s."
18875 #, fuzzy
18876 #~| msgid "Table name template"
18877 #~ msgid "A symbol name was expected!"
18878 #~ msgstr "Table name template"
18880 #, fuzzy
18881 #~| msgid "No databases selected."
18882 #~ msgid "A comma or a closing bracket was expected."
18883 #~ msgstr "No databases selected."
18885 #, fuzzy
18886 #~| msgid "No databases selected."
18887 #~ msgid "An alias was expected."
18888 #~ msgstr "No databases selected."
18890 #, fuzzy
18891 #~| msgid "No rows selected"
18892 #~ msgid "An expression was expected."
18893 #~ msgstr "No rows selected"
18895 #, fuzzy
18896 #~| msgid "Event %1$s has been created."
18897 #~ msgid "Value/Expression for the option %1$s was expected"
18898 #~ msgstr "Event %1$s has been created."
18900 #, fuzzy
18901 #~| msgid "The number of tables that are open."
18902 #~ msgid "The old name of the table was expected."
18903 #~ msgstr "The number of tables that are open."
18905 #, fuzzy
18906 #~| msgid "The number of tables that are open."
18907 #~ msgid "The new name of the table was expected."
18908 #~ msgstr "The number of tables that are open."
18910 #, fuzzy
18911 #~| msgid "The row has been deleted."
18912 #~ msgid "A rename operation was expected."
18913 #~ msgstr "The row has been deleted."
18915 #, fuzzy
18916 #~| msgid "Unexpected characters on line %s."
18917 #~ msgid "Unexpected character."
18918 #~ msgstr "Unexpected characters on line %s."
18920 #, fuzzy
18921 #~| msgid "Event %1$s has been created."
18922 #~ msgid "Ending quote %1$s was expected."
18923 #~ msgstr "Event %1$s has been created."
18925 #, fuzzy
18926 #~| msgid "Table name template"
18927 #~ msgid "Variable name was expected."
18928 #~ msgstr "Table name template"
18930 #, fuzzy
18931 #~| msgid "At Beginning of Table"
18932 #~ msgid "Unexpected beginning of statement."
18933 #~ msgstr "At Beginning of Table"
18935 #, fuzzy
18936 #~| msgid "Unexpected characters on line %s."
18937 #~ msgid "Unexpected token."
18938 #~ msgstr "Unexpected characters on line %s."
18940 #, fuzzy
18941 #~| msgid "At Beginning of Table"
18942 #~ msgid "Unexpected ordering of clauses."
18943 #~ msgstr "At Beginning of Table"
18945 #, fuzzy
18946 #~| msgid "The number of tables that are open."
18947 #~ msgid "The name of the entity was expected."
18948 #~ msgstr "The number of tables that are open."
18950 #, fuzzy
18951 #~| msgid "Table name template"
18952 #~ msgid "A table name was expected."
18953 #~ msgstr "Table name template"
18955 #, fuzzy
18956 #~| msgid "The row has been deleted."
18957 #~ msgid "At least one column definition was expected."
18958 #~ msgstr "The row has been deleted."
18960 #, fuzzy
18961 #~| msgid "errors."
18962 #~ msgid "error #1"
18963 #~ msgstr "errors."
18965 #, fuzzy
18966 #~| msgid "Gather errors"
18967 #~ msgid "strict error"
18968 #~ msgstr "Gather errors"
18970 #, fuzzy
18971 #~| msgid "Cookie authentication"
18972 #~ msgid "Native MySQL Authentication"
18973 #~ msgstr "Cookie authentication"
18975 #~ msgid "Try to connect without password."
18976 #~ msgstr "Try to connect without password."
18978 #~ msgid "Connect without password"
18979 #~ msgstr "Connect without password"
18981 #~ msgid ""
18982 #~ "You tried to import an invalid file or the imported file contains invalid "
18983 #~ "data!"
18984 #~ msgstr ""
18985 #~ "You tried to import an invalid file or the imported file contains invalid "
18986 #~ "data!"
18988 #~ msgid "Geometry type '%s' is not supported by MySQL."
18989 #~ msgstr "Geometry type '%s' is not supported by MySQL."
18991 #~ msgid "Wiki"
18992 #~ msgstr "Wiki"
18994 #~ msgid ""
18995 #~ "Enable [a@https://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
18996 #~ "compression for import and export operations."
18997 #~ msgstr ""
18998 #~ "Enable [a@https://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
18999 #~ "compression for import and export operations."
19001 #~ msgid "Related Links"
19002 #~ msgstr "Related Links"
19004 #~ msgid "The PrimeBase XT Blog by Paul McCullagh"
19005 #~ msgstr "The PrimeBase XT Blog by Paul McCullagh"
19007 #~ msgid ""
19008 #~ "Uploaded file cannot be moved, because the server has open_basedir "
19009 #~ "enabled without access to the %s directory (for temporary files)."
19010 #~ msgstr ""
19011 #~ "Uploaded file cannot be moved, because the server has open_basedir "
19012 #~ "enabled without access to the %s directory (for temporary files)."
19014 #, fuzzy
19015 #~| msgid "Count"
19016 #~ msgid "Count:"
19017 #~ msgstr "Count"
19019 #~ msgid "numeric key detected"
19020 #~ msgstr "numeric key detected"
19022 #~ msgid ""
19023 #~ "The path for the config file for [a@https://swekey.com]SweKey hardware "
19024 #~ "authentication[/a] (not located in your document root; suggested: /etc/"
19025 #~ "swekey.conf)."
19026 #~ msgstr ""
19027 #~ "The path for the config file for [a@https://swekey.com]SweKey hardware "
19028 #~ "authentication[/a] (not located in your document root; suggested: /etc/"
19029 #~ "swekey.conf)."
19031 #~ msgid "SweKey config file"
19032 #~ msgstr "SweKey config file"
19034 #~ msgid "File %s does not contain any key id"
19035 #~ msgstr "File %s does not contain any key id"
19037 #~ msgid "No valid authentication key plugged"
19038 #~ msgstr "No valid authentication key plugged"
19040 #~ msgid "Authenticating…"
19041 #~ msgstr "Authenticating…"
19043 #~ msgid "Please explain the steps that lead to the error:"
19044 #~ msgstr "Please explain the steps that lead to the error:"
19046 #, fuzzy
19047 #~| msgid "Delete relation"
19048 #~ msgid "Total %d bookmark"
19049 #~ msgid_plural "Total %d bookmarks"
19050 #~ msgstr[0] "Delete relation"
19051 #~ msgstr[1] "Delete relation"
19053 #, fuzzy
19054 #~| msgid "The bookmark has been deleted."
19055 #~ msgid "%1$s, %2$s and %3$s bookmarks included"
19056 #~ msgstr "The bookmark has been deleted."
19058 #~ msgid ""
19059 #~ "The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
19060 #~ "configuration file!"
19061 #~ msgstr ""
19062 #~ "The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
19063 #~ "configuration file!"
19065 #~ msgid "This %soption%s should be enabled if your web server supports it."
19066 #~ msgstr "This %soption%s should be enabled if your web server supports it."
19068 #~ msgid "Force secured connection while using phpMyAdmin."
19069 #~ msgstr "Force secured connection while using phpMyAdmin."
19071 #~ msgid "Force SSL connection"
19072 #~ msgstr "Force SSL connection"
19074 #~ msgid "Replace table prefix:"
19075 #~ msgstr "Replace table prefix:"
19077 #~ msgid "Copy table with prefix:"
19078 #~ msgstr "Copy table with prefix:"
19080 #~ msgid "A 4-byte integer, range is -2,147,483,648 to 2,147,483,647"
19081 #~ msgstr "A 4-byte integer, range is -2,147,483,648 to 2,147,483,647"
19083 #~ msgid ""
19084 #~ "An 8-byte integer, range is -9,223,372,036,854,775,808 to "
19085 #~ "9,223,372,036,854,775,807"
19086 #~ msgstr ""
19087 #~ "An 8-byte integer, range is -9,223,372,036,854,775,808 to "
19088 #~ "9,223,372,036,854,775,807"
19090 #~ msgid "A system's default double-precision floating-point number"
19091 #~ msgstr "A system's default double-precision floating-point number"
19093 #~ msgid "True or false"
19094 #~ msgstr "True or false"
19096 #~ msgid "An alias for BIGINT NOT NULL AUTO_INCREMENT UNIQUE"
19097 #~ msgstr "An alias for BIGINT NOT NULL AUTO_INCREMENT UNIQUE"
19099 #~ msgid "Stores a Universally Unique Identifier (UUID)"
19100 #~ msgstr "Stores a Universally Unique Identifier (UUID)"
19102 #~ msgid ""
19103 #~ "A timestamp, range is '0001-01-01 00:00:00' UTC to '9999-12-31 23:59:59' "
19104 #~ "UTC; TIMESTAMP(6) can store microseconds"
19105 #~ msgstr ""
19106 #~ "A timestamp, range is '0001-01-01 00:00:00' UTC to '9999-12-31 23:59:59' "
19107 #~ "UTC; TIMESTAMP(6) can store microseconds"
19109 #~ msgid ""
19110 #~ "A variable-length (0-65,535) string, uses binary collation for all "
19111 #~ "comparisons"
19112 #~ msgstr ""
19113 #~ "A variable-length (0-65,535) string, uses binary collation for all "
19114 #~ "comparisons"
19116 #~ msgid "An enumeration, chosen from the list of defined values"
19117 #~ msgstr "An enumeration, chosen from the list of defined values"
19119 #~ msgid "possible deep recursion attack"
19120 #~ msgstr "possible deep recursion attack"
19122 #, fuzzy
19123 #~| msgid ""
19124 #~| "Your configuration file contains settings (root with no password) that "
19125 #~| "correspond to the default MySQL privileged account. Your MySQL server is "
19126 #~| "running with this default, is open to intrusion, and you really should "
19127 #~| "fix this security hole by setting a password for user 'root'."
19128 #~ msgid ""
19129 #~ "You are connected as 'root' with no password, which corresponds to the "
19130 #~ "default MySQL privileged account. Your MySQL server is running with this "
19131 #~ "default, is open to intrusion, and you really should fix this security "
19132 #~ "hole by setting a password for user 'root'."
19133 #~ msgstr ""
19134 #~ "Your configuration file contains settings (root with no password) that "
19135 #~ "correspond to the default MySQL privileged account. Your MySQL server is "
19136 #~ "running with this default, is open to intrusion, and you really should "
19137 #~ "fix this security hole by setting a password for user 'root'."
19139 #~ msgid "Create database:"
19140 #~ msgstr "Create database:"
19142 #, fuzzy
19143 #~| msgid "Tables"
19144 #~ msgid "tables"
19145 #~ msgstr "Tables"
19147 #, fuzzy
19148 #~| msgid "Views"
19149 #~ msgid "views"
19150 #~ msgstr "Views"
19152 #, fuzzy
19153 #~| msgid "Procedures"
19154 #~ msgid "procedures"
19155 #~ msgstr "Procedures"
19157 #, fuzzy
19158 #~| msgid "event"
19159 #~ msgid "events"
19160 #~ msgstr "event"
19162 #, fuzzy
19163 #~| msgid "Functions"
19164 #~ msgid "functions"
19165 #~ msgstr "Functions"
19167 #~ msgid "Filter databases by name or regex"
19168 #~ msgstr "Filter databases by name or regex"
19170 #~ msgid "Filter by name or regex"
19171 #~ msgstr "Filter by name or regex"
19173 #~ msgid "Username and hostname didn't change."
19174 #~ msgstr "Username and hostname didn't change."
19176 #~ msgid "Taking you to %s."
19177 #~ msgstr "Taking you to %s."
19179 #, fuzzy
19180 #~| msgid "Authentication"
19181 #~ msgid "MySQL Native Authentication"
19182 #~ msgstr "Authentication"
19184 #, fuzzy
19185 #~| msgid "Generate password"
19186 #~ msgid "MySQL native password"
19187 #~ msgstr "Generate password"
19189 #, fuzzy
19190 #~| msgid "Change password"
19191 #~ msgid "SHA256 password"
19192 #~ msgstr "Change password"
19194 #~ msgid "MySQL 4.0 compatible"
19195 #~ msgstr "MySQL 4.0 compatible"
19197 #~ msgid "Could not include class \"%1$s\", file \"%2$s\" not found"
19198 #~ msgstr "Could not include class \"%1$s\", file \"%2$s\" not found"
19200 #~ msgid ""
19201 #~ "Cannot convert file's character set without character set conversion "
19202 #~ "library!"
19203 #~ msgstr ""
19204 #~ "Cannot convert file's character set without character set conversion "
19205 #~ "library!"
19207 #~ msgid "Could not initialize Drizzle connection library!"
19208 #~ msgstr "Could not initialise Drizzle connection library!"
19210 #~ msgid "Can't seek in an unbuffered result set"
19211 #~ msgstr "Can't seek in an unbuffered result set"
19213 #~ msgid "Can't count rows in an unbuffered result set"
19214 #~ msgstr "Can't count rows in an unbuffered result set"
19216 #~ msgid "Modules"
19217 #~ msgstr "Modules"
19219 #~ msgid "Module"
19220 #~ msgstr "Module"
19222 #~ msgid "Library"
19223 #~ msgstr "Library"
19225 #~ msgid "Version string (%s) matches Drizzle versioning scheme"
19226 #~ msgstr "Version string (%s) matches Drizzle versioning scheme"
19228 #~ msgid "Add Index"
19229 #~ msgstr "Add Index"
19231 #~ msgid "Error in Processing Request"
19232 #~ msgstr "Error in Processing Request"
19234 #~ msgid "Adding Primary Key"
19235 #~ msgstr "Adding Primary Key"
19237 #~ msgid "Outer Ring"
19238 #~ msgstr "Outer Ring"
19240 #~ msgid "Change Password"
19241 #~ msgstr "Change Password"
19243 #~ msgid "Send Error Report"
19244 #~ msgstr "Send Error Report"
19246 #~ msgid "Select All"
19247 #~ msgstr "Select All"
19249 #~ msgid "Database export options"
19250 #~ msgstr "Database export options"
19252 #~ msgid "Database(s):"
19253 #~ msgstr "Database(s):"
19255 #~ msgid "Table(s):"
19256 #~ msgstr "Table(s):"
19258 #~ msgid "Format-Specific Options:"
19259 #~ msgstr "Format-Specific Options:"
19261 #~ msgid "Generate Password:"
19262 #~ msgstr "Generate Password:"
19264 #~ msgid "Current Server:"
19265 #~ msgstr "Current Server:"
19267 #~ msgid "Edit Privileges"
19268 #~ msgstr "Edit Privileges"
19270 #~ msgid "<code>CREATE TABLE</code> options:"
19271 #~ msgstr "<code>CREATE TABLE</code> options:"
19273 #~ msgid "Relational display column"
19274 #~ msgstr "Relational display column"
19276 #~ msgid "Add unique index"
19277 #~ msgstr "Add unique index"
19279 #~ msgid "Add SPATIAL index"
19280 #~ msgstr "Add SPATIAL index"
19282 #~ msgid "Add FULLTEXT index"
19283 #~ msgstr "Add FULLTEXT index"
19285 #~ msgid "Begin"
19286 #~ msgstr "Begin"
19288 #~ msgid ""
19289 #~ "There seems to be an error in your SQL query. The MySQL server error "
19290 #~ "output below, if there is any, may also help you in diagnosing the "
19291 #~ "problem."
19292 #~ msgstr ""
19293 #~ "There seems to be an error in your SQL query. The MySQL server error "
19294 #~ "output below, if there is any, may also help you in diagnosing the "
19295 #~ "problem."
19297 #~ msgid ""
19298 #~ "There is a chance that you may have found a bug in the SQL parser. Please "
19299 #~ "examine your query closely, and check that the quotes are correct and not "
19300 #~ "mis-matched. Other possible failure causes may be that you are uploading "
19301 #~ "a file with binary outside of a quoted text area. You can also try your "
19302 #~ "query on the MySQL command line interface. The MySQL server error output "
19303 #~ "below, if there is any, may also help you in diagnosing the problem. If "
19304 #~ "you still have problems or if the parser fails where the command line "
19305 #~ "interface succeeds, please reduce your SQL query input to the single "
19306 #~ "query that causes problems, and submit a bug report with the data chunk "
19307 #~ "in the CUT section below:"
19308 #~ msgstr ""
19309 #~ "There is a chance that you may have found a bug in the SQL parser. Please "
19310 #~ "examine your query closely, and check that the quotes are correct and not "
19311 #~ "mis-matched. Other possible failure causes may be that you are uploading "
19312 #~ "a file with binary outside of a quoted text area. You can also try your "
19313 #~ "query on the MySQL command line interface. The MySQL server error output "
19314 #~ "below, if there is any, may also help you in diagnosing the problem. If "
19315 #~ "you still have problems or if the parser fails where the command line "
19316 #~ "interface succeeds, please reduce your SQL query input to the single "
19317 #~ "query that causes problems, and submit a bug report with the data chunk "
19318 #~ "in the CUT section below:"
19320 #~ msgid "BEGIN CUT"
19321 #~ msgstr "BEGIN CUT"
19323 #~ msgid "END CUT"
19324 #~ msgstr "END CUT"
19326 #~ msgid "BEGIN RAW"
19327 #~ msgstr "BEGIN RAW"
19329 #~ msgid "END RAW"
19330 #~ msgstr "END RAW"
19332 #~ msgid "Unclosed quote"
19333 #~ msgstr "Unclosed quote"
19335 #~ msgid "Automatically appended backtick to the end of query!"
19336 #~ msgstr "Automatically appended backtick to the end of query!"
19338 #~ msgid "Invalid Identifer"
19339 #~ msgstr "Invalid Identifer"
19341 #~ msgid "Unknown Punctuation String"
19342 #~ msgstr "Unknown Punctuation String"
19344 #~ msgid "Add user"
19345 #~ msgstr "Add user"
19347 #~ msgid "Export Method:"
19348 #~ msgstr "Export Method:"
19350 #~ msgid "No data found for GIS visualization."
19351 #~ msgstr "No data found for GIS visualisation."
19353 #~ msgid "Shift + Click on function name to apply to all rows."
19354 #~ msgstr "Shift + Click on function name to apply to all rows."
19356 #~ msgid "Print view (with full texts)"
19357 #~ msgstr "Print view (with full texts)"
19359 #~ msgid "Uncheck All"
19360 #~ msgstr "Uncheck All"
19362 #~ msgid "SQL result"
19363 #~ msgstr "SQL result"
19365 #~ msgid "Generated by:"
19366 #~ msgstr "Generated by:"
19368 #~ msgid "Row Statistics:"
19369 #~ msgstr "Row Statistics:"
19371 #~ msgid "Space usage:"
19372 #~ msgstr "Space usage:"
19374 #~ msgid "Showing tables:"
19375 #~ msgstr "Showing tables:"
19377 #~ msgid "(Enabled)"
19378 #~ msgstr "(Enabled)"
19380 #~ msgid "(Disabled)"
19381 #~ msgstr "(Disabled)"
19383 #, fuzzy
19384 #~| msgid "Disable foreign key checks"
19385 #~ msgid "Temporarily disable foreign key checks while importing"
19386 #~ msgstr "Disable foreign key checks"
19388 #, fuzzy
19389 #~| msgid "Disable foreign key checks"
19390 #~ msgid "Disable foreign key check"
19391 #~ msgstr "Disable foreign key checks"
19393 #, fuzzy
19394 #~| msgid "Reloading Privileges"
19395 #~ msgid "Realign Privileges"
19396 #~ msgstr "Reloading Privileges"
19398 #~ msgid "Replace table data with file"
19399 #~ msgstr "Replace table data with file"
19401 #~ msgid "Percona documentation is at https://www.percona.com/docs/wiki/"
19402 #~ msgstr "Percona documentation is at https://www.percona.com/docs/wiki/"
19404 #~ msgid "Drizzle documentation is at https://docs.drizzle.org/"
19405 #~ msgstr "Drizzle documentation is at https://docs.drizzle.org/"
19407 #~ msgid "Customize query window options"
19408 #~ msgstr "Customise query window options"
19410 #~ msgid "(Generates a report containing the data of a single table)"
19411 #~ msgstr "(Generates a report containing the data of a single table)"
19413 #, fuzzy
19414 #~| msgid "Please select a database"
19415 #~ msgid "Please select a database."
19416 #~ msgstr "Please select a database"
19418 #, fuzzy
19419 #~| msgid "Autoextend increment"
19420 #~ msgid "auto_increment"
19421 #~ msgstr "Autoextend increment"
19423 #~ msgid "Save position"
19424 #~ msgstr "Save position"
19426 #, fuzzy
19427 #~| msgid "Save position"
19428 #~ msgid "Save positions as"
19429 #~ msgstr "Save position"
19431 #~ msgid "Unknown language: %1$s."
19432 #~ msgstr "Unknown language: %1$s."
19434 #~ msgid "Disable database expansion"
19435 #~ msgstr "Disable database expansion"
19437 #~ msgid "Delete tracking data for this table"
19438 #~ msgstr "Delete tracking data for this table"
19440 #, fuzzy
19441 #~| msgid "Table structure"
19442 #~ msgid "Table Structure"
19443 #~ msgstr "Table structure"
19445 #~ msgid "Show data row(s)."
19446 #~ msgstr "Show data row(s)."
19448 #~ msgid "Show/Hide left menu"
19449 #~ msgstr "Show/Hide left menu"
19451 #~ msgctxt "Inline edit query"
19452 #~ msgid "Inline"
19453 #~ msgstr "Inline"
19455 #, fuzzy
19456 #~| msgid "after %s"
19457 #~ msgid "after"
19458 #~ msgstr "after %s"
19460 #~ msgid "Mode:"
19461 #~ msgstr "Mode:"
19463 #~ msgid "horizontal"
19464 #~ msgstr "horizontal"
19466 #~ msgid "horizontal (rotated headers)"
19467 #~ msgstr "horizontal (rotated headers)"
19469 #~ msgid "vertical"
19470 #~ msgstr "vertical"
19472 #~ msgid "Default display direction"
19473 #~ msgstr "Default display direction"
19475 #~ msgid ""
19476 #~ "Defines whether or not type display direction option is shown when "
19477 #~ "browsing a table."
19478 #~ msgstr ""
19479 #~ "Defines whether or not type display direction option is shown when "
19480 #~ "browsing a table."
19482 #~ msgid "Show display direction"
19483 #~ msgstr "Show display direction"
19485 #~ msgid "Please configure the coordinates for table %s"
19486 #~ msgstr "Please configure the coordinates for table %s"
19488 #~ msgid "At End of Table"
19489 #~ msgstr "At End of Table"
19491 #~ msgid "After %s"
19492 #~ msgstr "After %s"
19494 #~ msgid "Display errors"
19495 #~ msgstr "Display errors"
19497 #~ msgid "Redraw"
19498 #~ msgstr "Redraw"
19500 #~ msgid "This page does not contain any tables!"
19501 #~ msgstr "This page does not contain any tables!"
19503 #, fuzzy
19504 #~| msgid "Invalid export type"
19505 #~ msgid "Dia export page"
19506 #~ msgstr "Invalid export type"
19508 #, fuzzy
19509 #~| msgid "Invalid export type"
19510 #~ msgid "EPS export page"
19511 #~ msgstr "Invalid export type"
19513 #, fuzzy
19514 #~| msgid "Invalid export type"
19515 #~ msgid "SVG export page"
19516 #~ msgstr "Invalid export type"
19518 #~ msgid "Relation deleted"
19519 #~ msgstr "Relation deleted"
19521 #~ msgid "Error saving coordinates for Designer."
19522 #~ msgstr "Error saving coordinates for Designer."
19524 #~| msgid "Edit SQL queries in popup window"
19525 #~ msgid "Edit SQL queries in popup window."
19526 #~ msgstr "Edit SQL queries in popup window."
19528 #~ msgid "Edit in window"
19529 #~ msgstr "Edit in window"
19531 #~| msgid "Tab displayed when opening a new query window"
19532 #~ msgid "Tab displayed when opening a new query window."
19533 #~ msgstr "Tab displayed when opening a new query window."
19535 #~ msgid "Default query window tab"
19536 #~ msgstr "Default query window tab"
19538 #~| msgid "Query window height (in pixels)"
19539 #~ msgid "Query window height (in pixels)."
19540 #~ msgstr "Query window height (in pixels)."
19542 #~ msgid "Query window height"
19543 #~ msgstr "Query window height"
19545 #~| msgid "Query window width (in pixels)"
19546 #~ msgid "Query window width (in pixels)."
19547 #~ msgstr "Query window width (in pixels)."
19549 #~ msgid "Query window width"
19550 #~ msgstr "Query window width"
19552 #~ msgid "Show dimension of tables"
19553 #~ msgstr "Show dimension of tables"
19555 #~ msgid "Do not overwrite this query from outside the window"
19556 #~ msgstr "Do not overwrite this query from outside the window"
19558 #~ msgid "Import files"
19559 #~ msgstr "Import files"
19561 #~ msgid "SQL history:"
19562 #~ msgstr "SQL history:"
19564 #~ msgid "File doesn't exist"
19565 #~ msgstr "File doesn't exist"
19567 #~ msgid "Plugin is disabled"
19568 #~ msgstr "Plug-in is disabled"
19570 #, fuzzy
19571 #~| msgid "Customize main panel"
19572 #~ msgid "Unlink with main panel"
19573 #~ msgstr "Customise main panel"
19575 #~ msgid "No index defined! Create one below"
19576 #~ msgstr "No index defined! Create one below"
19578 #, fuzzy
19579 #~| msgid "Export type"
19580 #~ msgid "eps export page"
19581 #~ msgstr "Export type"
19583 #, fuzzy
19584 #~| msgid "Invalid export type"
19585 #~ msgid "pdf export page"
19586 #~ msgstr "Invalid export type"
19588 #~ msgid ""
19589 #~ "Unfortunately your Database server does not support logging to table, "
19590 #~ "which is a requirement for analyzing the database logs with phpMyAdmin. "
19591 #~ "Logging to table is supported by MySQL 5.1.6 and onwards. You may still "
19592 #~ "use the server charting features however."
19593 #~ msgstr ""
19594 #~ "Unfortunately your Database server does not support logging to table, "
19595 #~ "which is a requirement for analysing the database logs with phpMyAdmin. "
19596 #~ "Logging to table is supported by MySQL 5.1.6 and onwards. You may still "
19597 #~ "use the server charting features however."
19599 #, fuzzy
19600 #~| msgid "Click to sort"
19601 #~ msgid "Click to sort"
19602 #~ msgstr "Click to sort"
19604 #, fuzzy
19605 #~| msgid "Total"
19606 #~ msgid "Total "
19607 #~ msgstr "Total"
19609 #, fuzzy
19610 #~| msgid "Delete relation"
19611 #~ msgid " bookmarks, "
19612 #~ msgstr "Delete relation"
19614 #, fuzzy
19615 #~| msgid "Select two columns"
19616 #~ msgid "Select one ..."
19617 #~ msgstr "Select two columns"
19619 #, fuzzy
19620 #~| msgid "Add unique index"
19621 #~ msgid "Add unique/primary index"
19622 #~ msgstr "Add unique index"
19624 #, fuzzy
19625 #~| msgid "Move columns"
19626 #~ msgid "Have unique columns"
19627 #~ msgstr "Move columns"
19629 #, fuzzy
19630 #~| msgid "The user %s already exists!"
19631 #~ msgid "Unique column(s) already exist"
19632 #~ msgstr "The user %s already exists!"
19634 #~ msgid "Edit or export relational schema"
19635 #~ msgstr "Edit or export relational schema"
19637 #~ msgid "Create a page"
19638 #~ msgstr "Create a page"
19640 #~ msgid "Automatic layout based on"
19641 #~ msgstr "Automatic layout based on"
19643 #~ msgid "FOREIGN KEY"
19644 #~ msgstr "FOREIGN KEY"
19646 #~ msgid "Please choose a page to edit"
19647 #~ msgstr "Please choose a page to edit"
19649 #~ msgid "Select Tables"
19650 #~ msgstr "Select Tables"
19652 #~ msgid ""
19653 #~ "The current page has references to tables that no longer exist. Would you "
19654 #~ "like to delete those references?"
19655 #~ msgstr ""
19656 #~ "The current page has references to tables that no longer exist. Would you "
19657 #~ "like to delete those references?"
19659 #~ msgid "Toggle scratchboard"
19660 #~ msgstr "Toggle scratchboard"
19662 #~ msgid "<b>%s</b> table not found or not set in %s"
19663 #~ msgstr "<b>%s</b> table not found or not set in %s"
19665 #, fuzzy
19666 #~| msgid ""
19667 #~| "Disable the default warning that is displayed if mcrypt is missing for "
19668 #~| "cookie authentication."
19669 #~ msgid ""
19670 #~ "Disable the default warning that is displayed if mcrypt is missing for "
19671 #~ "[kbd]cookie[/kbd] authentication."
19672 #~ msgstr ""
19673 #~ "Disable the default warning that is displayed if mcrypt is missing for "
19674 #~ "cookie authentication."
19676 #~ msgid "mcrypt warning"
19677 #~ msgstr "mcrypt warning"
19679 #~ msgid "Designer table"
19680 #~ msgstr "Designer table"
19682 #~| msgid "Import/Export coordinates for PDF schema"
19683 #~ msgid "Import/Export coordinates for relational schema"
19684 #~ msgstr "Import/Export coordinates for relational schema"
19686 #~ msgid "Page has been created."
19687 #~ msgstr "Page has been created."
19689 #~| msgid "Page creation failed"
19690 #~ msgid "Page creation has failed!"
19691 #~ msgstr "Page creation has failed!"
19693 #~ msgid "Page:"
19694 #~ msgstr "Page:"
19696 #~| msgid "Import from selected page"
19697 #~ msgid "Import from selected page."
19698 #~ msgstr "Import from selected page."
19700 #~ msgid "Export/Import to scale:"
19701 #~ msgstr "Export/Import to scale:"
19703 #~ msgid "recommended"
19704 #~ msgstr "recommended"
19706 #~ msgid "Failed to use Blowfish from mcrypt!"
19707 #~ msgstr "Failed to use Blowfish from mcrypt!"
19709 #~ msgid "Unfortunately the submission failed."
19710 #~ msgstr "Unfortunately the submission failed."
19712 #~ msgid "Show binary contents as HEX"
19713 #~ msgstr "Show binary contents as HEX"
19715 #~ msgid ""
19716 #~ "The target browser window could not be updated. Maybe you have closed the "
19717 #~ "parent window, or your browser's security settings are configured to "
19718 #~ "block cross-window updates."
19719 #~ msgstr ""
19720 #~ "The target browser window could not be updated. Maybe you have closed the "
19721 #~ "parent window, or your browser's security settings are configured to "
19722 #~ "block cross-window updates."
19724 #~| msgid "Show binary contents as HEX by default"
19725 #~ msgid "Show binary contents as HEX by default."
19726 #~ msgstr "Show binary contents as HEX by default."
19728 #~ msgid "Failed to connect to SQL validator!"
19729 #~ msgstr "Failed to connect to SQL validator!"
19731 #~ msgid "Skip Validate SQL"
19732 #~ msgstr "Skip Validate SQL"
19734 #~ msgid "Validate SQL"
19735 #~ msgstr "Validate SQL"
19737 #~ msgid "SQL Validator is disabled"
19738 #~ msgstr "SQL Validator is disabled"
19740 #~ msgid "SQL Validator"
19741 #~ msgstr "SQL Validator"
19743 #~ msgid ""
19744 #~ "If you wish to use the SQL Validator service, you should be aware that "
19745 #~ "[strong]all SQL statements are stored anonymously for statistical "
19746 #~ "purposes[/strong].[br][em][a@https://sqlvalidator.mimer.com/]Mimer SQL "
19747 #~ "Validator[/a], Copyright 2002 Upright Database Technology. All rights "
19748 #~ "reserved.[/em]"
19749 #~ msgstr ""
19750 #~ "If you wish to use the SQL Validator service, you should be aware that "
19751 #~ "[strong]all SQL statements are stored anonymously for statistical "
19752 #~ "purposes[/strong].[br][em][a@https://sqlvalidator.mimer.com/]Mimer SQL "
19753 #~ "Validator[/a], Copyright 2002 Upright Database Technology. All rights "
19754 #~ "reserved.[/em]"
19756 #, fuzzy
19757 #~| msgid "Requires SQL Validator to be enabled"
19758 #~ msgid "Requires SQL Validator to be enabled."
19759 #~ msgstr "Requires SQL Validator to be enabled"
19761 #, fuzzy
19762 #~| msgid ""
19763 #~| "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be "
19764 #~| "installed"
19765 #~ msgid ""
19766 #~ "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be "
19767 #~ "installed."
19768 #~ msgstr ""
19769 #~ "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be "
19770 #~ "installed"
19772 #, fuzzy
19773 #~| msgid ""
19774 #~| "If you have a custom username, specify it here (defaults to "
19775 #~| "[kbd]anonymous[/kbd])"
19776 #~ msgid ""
19777 #~ "If you have a custom username, specify it here (defaults to "
19778 #~ "[kbd]anonymous[/kbd])."
19779 #~ msgstr ""
19780 #~ "If you have a custom username, specify it here (defaults to "
19781 #~ "[kbd]anonymous[/kbd])"
19783 #~ msgid "Validated SQL"
19784 #~ msgstr "Validated SQL"
19786 #~ msgid ""
19787 #~ "The SQL validator could not be initialized. Please check if you have "
19788 #~ "installed the necessary PHP extensions as described in the %sdocumentation"
19789 #~ "%s."
19790 #~ msgstr ""
19791 #~ "The SQL validator could not be initialised. Please check if you have "
19792 #~ "installed the necessary PHP extensions as described in the %sdocumentation"
19793 #~ "%s."
19795 #, fuzzy
19796 #~| msgid "Error: Relation not added."
19797 #~ msgid "Error: Relation could not be added."
19798 #~ msgstr "Error: Relation not added."
19800 #, fuzzy
19801 #~| msgid ""
19802 #~| "<b>One or more errors have occured while processing your request:</b>"
19803 #~ msgid ""
19804 #~ "<b>One or more errors have occurred while processing your request:</b>"
19805 #~ msgstr ""
19806 #~ "<b>One or more errors have occurred while processing your request:</b>"
19808 #, fuzzy
19809 #~| msgid ""
19810 #~| "Leave blank to disable configurable menus feature, suggested: "
19811 #~| "[kbd]pma__users[/kbd]"
19812 #~ msgid ""
19813 #~ "Leave blank to disable configurable menus feature, suggested: "
19814 #~ "[kbd]pma__users[/kbd]."
19815 #~ msgstr ""
19816 #~ "Leave blank to disable configurable menus feature, suggested: "
19817 #~ "[kbd]pma__users[/kbd]"
19819 #, fuzzy
19820 #~| msgid ""
19821 #~| "Leave blank to disable configurable menus feature, suggested: "
19822 #~| "[kbd]pma__usergroups[/kbd]"
19823 #~ msgid ""
19824 #~ "Leave blank to disable configurable menus feature, suggested: "
19825 #~ "[kbd]pma__usergroups[/kbd]."
19826 #~ msgstr ""
19827 #~ "Leave blank to disable configurable menus feature, suggested: "
19828 #~ "[kbd]pma__usergroups[/kbd]"
19830 #~ msgid "ENUM or SET data too long?"
19831 #~ msgstr "ENUM or SET data too long?"
19833 #~ msgid "Get more editing space"
19834 #~ msgstr "Get more editing space"
19836 #~ msgid "Could not connect to Drizzle server"
19837 #~ msgstr "Could not connect to Drizzle server"
19839 #~ msgid "Could not connect to MySQL server"
19840 #~ msgstr "Could not connect to MySQL server"
19842 #~ msgid "Query took %01.4f sec"
19843 #~ msgstr "Query took %01.4f sec"
19845 #~ msgid "Edit title and labels"
19846 #~ msgstr "Edit title and labels"
19848 #~ msgid "Edit chart"
19849 #~ msgstr "Edit chart"
19851 #~ msgid "Series"
19852 #~ msgstr "Series"
19854 #~ msgid "Reload Database"
19855 #~ msgstr "Reload Database"
19857 #~ msgid "Table must have at least one column"
19858 #~ msgstr "Table must have at least one column"
19860 #~ msgid "Insert Table"
19861 #~ msgstr "Insert Table"
19863 #~ msgid "Hide indexes"
19864 #~ msgstr "Hide indexes"
19866 #~ msgid "Show indexes"
19867 #~ msgstr "Show indexes"
19869 #~ msgid "Add columns"
19870 #~ msgstr "Add columns"
19872 #~ msgid "Skip next"
19873 #~ msgstr "Skip next"
19875 #~ msgid "bzipped"
19876 #~ msgstr "bzipped"
19878 #~ msgid "Selected export type has to be saved in file!"
19879 #~ msgstr "Selected export type has to be saved in file!"
19881 #~ msgid "Number of rows to skip, starting from the first row:"
19882 #~ msgstr "Number of rows to skip, starting from the first row:"
19884 #~ msgid "What PHP extension to use; you should use mysqli if supported"
19885 #~ msgstr "What PHP extension to use; you should use mysqli if supported"
19887 #~ msgid "PHP extension to use"
19888 #~ msgstr "PHP extension to use"
19890 #~ msgid "You should use mysqli for performance reasons."
19891 #~ msgstr "You should use mysqli for performance reasons."
19893 #~ msgid ""
19894 #~ "Appends text to a string. The only option is the text to be appended "
19895 #~ "(enclosed in single quotes, default empty string)."
19896 #~ msgstr ""
19897 #~ "Appends text to a string. The only option is the text to be appended "
19898 #~ "(enclosed in single quotes, default empty string)."
19900 #~ msgid ""
19901 #~ "For a list of available transformation options and their MIME type "
19902 #~ "transformations, click on %stransformation descriptions%s"
19903 #~ msgstr ""
19904 #~ "For a list of available transformation options and their MIME type "
19905 #~ "transformations, click on %stransformation descriptions%s"
19907 #~ msgid "SQL command to fetch available databases"
19908 #~ msgstr "SQL command to fetch available databases"
19910 #~ msgid "SHOW DATABASES command"
19911 #~ msgstr "SHOW DATABASES command"
19913 #~ msgid "Version check proxy url"
19914 #~ msgstr "Version check proxy url"
19916 #~ msgid "Version check proxy username"
19917 #~ msgstr "Version check proxy username"
19919 #~ msgid "Version check proxy password"
19920 #~ msgstr "Version check proxy password"
19922 #~ msgid "Display table comments in tooltips"
19923 #~ msgstr "Display table comments in tooltips"
19925 #~ msgid "Table %1$s has been created."
19926 #~ msgstr "Table %1$s has been created."
19928 #~ msgid "This is not a number!"
19929 #~ msgstr "This is not a number!"
19931 #~ msgid "Inline edit of this query"
19932 #~ msgstr "Inline edit of this query"
19934 #~ msgid ""
19935 #~ "Neither URL wrapper nor CURL is available. Version check is not possible."
19936 #~ msgstr ""
19937 #~ "Neither URL wrapper nor CURL is available. Version check is not possible."
19939 #, fuzzy
19940 #~| msgid "Find:"
19941 #~ msgid "Find"
19942 #~ msgstr "Find:"
19944 #~ msgid "Display all tables with the same width"
19945 #~ msgstr "Display all tables with the same width"
19947 #~ msgid "Headers every %s rows"
19948 #~ msgstr "Headers every %s rows"
19950 #, fuzzy
19951 #~| msgid "Table Search"
19952 #~ msgid "Enable reCaptcha"
19953 #~ msgstr "Table Search"
19955 #~ msgid "Cookies must be enabled past this point."
19956 #~ msgstr "Cookies must be enabled past this point."
19958 #~ msgid "Rearrange/edit charts"
19959 #~ msgstr "Rearrange/edit charts"
19961 #~ msgid "Open Document"
19962 #~ msgstr "Open Document"
19964 #~ msgid "Count tables when showing database list"
19965 #~ msgstr "Count tables when showing database list"
19967 #~ msgid "Count tables"
19968 #~ msgstr "Count tables"
19970 #~ msgid ""
19971 #~ "For further information about replication status on the server, please "
19972 #~ "visit the <a href=\"#replication\">replication section</a>."
19973 #~ msgstr ""
19974 #~ "For further information about replication status on the server, please "
19975 #~ "visit the <a href=\"#replication\">replication section</a>."
19977 #~ msgid "Table seems to be empty!"
19978 #~ msgstr "Table seems to be empty!"
19980 #, fuzzy
19981 #~| msgid "General relation features"
19982 #~ msgid "General relation features:"
19983 #~ msgstr "General relation features"
19985 #~ msgid "Live traffic chart"
19986 #~ msgstr "Live traffic chart"
19988 #~ msgid "Live conn./process chart"
19989 #~ msgstr "Live conn./process chart"
19991 #~ msgid "Live query chart"
19992 #~ msgstr "Live query chart"
19994 #~ msgid "Number of rows"
19995 #~ msgstr "Number of rows"
19997 #~ msgid "Columns enclosed by"
19998 #~ msgstr "Columns enclosed by"
20000 #~ msgid "Columns escaped by"
20001 #~ msgstr "Columns escaped by"
20003 #~ msgid "Replace NULL by"
20004 #~ msgstr "Replace NULL by"
20006 #~ msgid "Lines terminated by"
20007 #~ msgstr "Lines terminated by"
20009 #~ msgid "ltr"
20010 #~ msgstr "ltr"
20012 #~ msgid "Software"
20013 #~ msgstr "Software"
20015 #~ msgid "Software version"
20016 #~ msgstr "Software version"
20018 #~ msgid "Width"
20019 #~ msgstr "Width"
20021 #~ msgid "Save to file"
20022 #~ msgstr "Save to file"
20024 #~ msgid "Total count"
20025 #~ msgstr "Total count"
20027 #~ msgid ""
20028 #~ "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored "
20029 #~ "with a four-byte prefix indicating the length of the value"
20030 #~ msgstr ""
20031 #~ "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored "
20032 #~ "with a four-byte prefix indicating the length of the value"
20034 #~ msgid "Improves efficiency of screen refresh"
20035 #~ msgstr "Improves efficiency of screen refresh"
20037 #~ msgid "Enable Ajax"
20038 #~ msgstr "Enable Ajax"
20040 #~ msgid "KiB sent since last refresh"
20041 #~ msgstr "KiB sent since last refresh"
20043 #~ msgid "KiB received since last refresh"
20044 #~ msgstr "KiB received since last refresh"
20046 #~ msgid "Server traffic (in KiB)"
20047 #~ msgstr "Server traffic (in KiB)"
20049 #~ msgid "Connections since last refresh"
20050 #~ msgstr "Connections since last refresh"
20052 #~ msgid "Questions since last refresh"
20053 #~ msgstr "Questions since last refresh"
20055 #~ msgid "Questions (executed statements by the server)"
20056 #~ msgstr "Questions (executed statements by the server)"
20058 #~ msgid "Runtime Information"
20059 #~ msgstr "Runtime Information"
20061 #~ msgid "Number of data points: "
20062 #~ msgstr "Number of data points: "
20064 #~ msgid "Refresh rate: "
20065 #~ msgstr "Refresh rate: "
20067 #~ msgid "Run analyzer"
20068 #~ msgstr "Run analyser"
20070 #~ msgid "Show more actions"
20071 #~ msgstr "Show more actions"
20073 #~ msgid "Add to index &nbsp;%s&nbsp;column(s)"
20074 #~ msgstr "Add to index &nbsp;%s&nbsp;column(s)"
20076 #~ msgid "Synchronize"
20077 #~ msgstr "Synchronise"
20079 #~ msgid "Source database"
20080 #~ msgstr "Source database"
20082 #~ msgid "Difference"
20083 #~ msgstr "Difference"
20085 #~ msgid "Click to select"
20086 #~ msgstr "Click to select"
20088 #~ msgid "Synchronize databases with master"
20089 #~ msgstr "Synchronise databases with master"
20091 #~ msgid "Could not connect to the source"
20092 #~ msgstr "Could not connect to the source"
20094 #~ msgid "Structure Synchronization"
20095 #~ msgstr "Structure Synchronisation"
20097 #~ msgid "Data Synchronization"
20098 #~ msgstr "Data Synchronisation"
20100 #~ msgid "not present"
20101 #~ msgstr "not present"
20103 #~ msgid "Structure Difference"
20104 #~ msgstr "Structure Difference"
20106 #~ msgid "Data Difference"
20107 #~ msgstr "Data Difference"
20109 #~ msgid "Apply index(s)"
20110 #~ msgstr "Apply index(s)"
20112 #~ msgid "Update row(s)"
20113 #~ msgstr "Update row(s)"
20115 #~ msgid "Insert row(s)"
20116 #~ msgstr "Insert row(s)"
20118 #~ msgid "Would you like to delete all the previous rows from target tables?"
20119 #~ msgstr "Would you like to delete all the previous rows from target tables?"
20121 #~ msgid "Apply Selected Changes"
20122 #~ msgstr "Apply Selected Changes"
20124 #~ msgid "Synchronize Databases"
20125 #~ msgstr "Synchronise Databases"
20127 #~ msgid "Target database has been synchronized with source database."
20128 #~ msgstr "Target database has been synchronised with source database"
20130 #~ msgid "Enter manually"
20131 #~ msgstr "Enter manually"
20133 #~ msgid "Current connection"
20134 #~ msgstr "Current connection"
20136 #~ msgid "Socket"
20137 #~ msgstr "Socket"
20139 #~ msgid ""
20140 #~ "Target database will be completely synchronized with source database. "
20141 #~ "Source database will remain unchanged."
20142 #~ msgstr ""
20143 #~ "Target database will be completely synchronised with source database. "
20144 #~ "Source database will remain unchanged."
20146 #, fuzzy
20147 #~| msgid "New"
20148 #~ msgctxt "Crate new trigger"
20149 #~ msgid "New"
20150 #~ msgstr "New"
20152 #~ msgid "phpMyAdmin is more friendly with a <b>frames-capable</b> browser."
20153 #~ msgstr "phpMyAdmin is more friendly with a <b>frames-capable</b> browser."
20155 #~ msgid "Show database listing as a list instead of a drop down."
20156 #~ msgstr "Show database listing as a list instead of a drop down."
20158 #~ msgid "Display databases in a tree"
20159 #~ msgstr "Display databases in a tree"
20161 #~ msgid "Disable this if you want to see all databases at once"
20162 #~ msgstr "Disable this if you want to see all databases at once"
20164 #~ msgid "Use light version"
20165 #~ msgstr "Use light version"
20167 #~ msgid ""
20168 #~ "Maximum number of databases displayed in left frame and database list"
20169 #~ msgstr ""
20170 #~ "Maximum number of databases displayed in left frame and database list"
20172 #~ msgid ""
20173 #~ "If tooltips are enabled and a database comment is set, this will flip the "
20174 #~ "comment and the real name"
20175 #~ msgstr ""
20176 #~ "If tooltips are enabled and a database comment is set, this will flip the "
20177 #~ "comment and the real name"
20179 #~ msgid "Display database comment instead of its name"
20180 #~ msgstr "Display database comment instead of its name"
20182 #~ msgid ""
20183 #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is "
20184 #~ "only used to split/nest the tables according to the "
20185 #~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called "
20186 #~ "like the alias, the table name itself stays unchanged"
20187 #~ msgstr ""
20188 #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is "
20189 #~ "only used to split/nest the tables according to the "
20190 #~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called "
20191 #~ "like the alias, the table name itself stays unchanged"
20193 #~ msgid "Display table comment instead of its name"
20194 #~ msgstr "Display table comment instead of its name"
20196 #~ msgctxt "short form"
20197 #~ msgid "Create table"
20198 #~ msgstr "Create table"
20200 #~ msgctxt "MySQL 5.5 documentation language"
20201 #~ msgid "en"
20202 #~ msgstr "en"
20204 #~ msgctxt "MySQL 5.1 documentation language"
20205 #~ msgid "en"
20206 #~ msgstr "en"
20208 #~ msgctxt "MySQL 5.0 documentation language"
20209 #~ msgid "en"
20210 #~ msgstr "en"
20212 #~ msgctxt "PHP documentation language"
20213 #~ msgid "en"
20214 #~ msgstr "en"
20216 #~ msgid "Do you really want to execute following query?"
20217 #~ msgstr "Do you really want to execute following query?"
20219 #~ msgid "DocSQL"
20220 #~ msgstr "DocSQL"
20222 #~ msgid "Privileges for all users"
20223 #~ msgstr "Privileges for all users"
20225 #~ msgid "PDF"
20226 #~ msgstr "PDF"
20228 #~ msgid "PHP array"
20229 #~ msgstr "PHP array"
20231 #~ msgid ""
20232 #~ "No description is available for this transformation.<br />Please ask the "
20233 #~ "author what %s does."
20234 #~ msgstr ""
20235 #~ "No description is available for this transformation.<br />Please ask the "
20236 #~ "author what %s does."
20238 #~ msgid ""
20239 #~ "MIME types printed in italics do not have a separate transformation "
20240 #~ "function"
20241 #~ msgstr ""
20242 #~ "MIME types printed in italics do not have a separate transformation "
20243 #~ "function"
20245 #~ msgid "Usage"
20246 #~ msgstr "Usage"
20248 #~ msgid "Use mousewheel to zoom in or out of the plot."
20249 #~ msgstr "Use mouse-wheel to zoom in or out of the plot."
20251 #~ msgid "Click and drag the mouse to navigate the plot."
20252 #~ msgstr "Click and drag the mouse to navigate the plot."
20254 #~ msgid "Strings are converted into integer for plotting"
20255 #~ msgstr "Strings are converted into integer for plotting"
20257 #, fuzzy
20258 #~| msgid "Linestring"
20259 #~ msgid "String"
20260 #~ msgstr "Linestring"
20262 #~ msgid "Remove \"./config\" directory before using phpMyAdmin!"
20263 #~ msgstr "Remove \"./config\" directory before using phpMyAdmin!"
20265 #~ msgid "Show help button instead of Documentation text"
20266 #~ msgstr "Show help button instead of Documentation text"
20268 #~ msgid "Show help button"
20269 #~ msgstr "Show help button"
20271 #~ msgid "The remaining columns"
20272 #~ msgstr "The remaining columns"
20274 #~ msgid ""
20275 #~ "Show affected rows of each statement on multiple-statement queries. See "
20276 #~ "libraries/import.lib.php for defaults on how many queries a statement may "
20277 #~ "contain."
20278 #~ msgstr ""
20279 #~ "Show affected rows of each statement on multiple-statement queries. See "
20280 #~ "libraries/import.lib.php for defaults on how many queries a statement may "
20281 #~ "contain."
20283 #~ msgid "Verbose multiple statements"
20284 #~ msgstr "Verbose multiple statements"
20286 #, fuzzy
20287 #~| msgid "Data only"
20288 #~ msgid "Dates only."
20289 #~ msgstr "Data only"
20291 #~ msgid ""
20292 #~ "Suggest a database name on the \"Create Database\" form (if possible) or "
20293 #~ "keep the text field empty"
20294 #~ msgstr ""
20295 #~ "Suggest a database name on the \"Create Database\" form (if possible) or "
20296 #~ "keep the text field empty"
20298 #~ msgid "Suggest new database name"
20299 #~ msgstr "Suggest new database name"
20301 #~ msgid "Show icons for warning, error and information messages"
20302 #~ msgstr "Show icons for warning, error and information messages"
20304 #~ msgid "Iconic errors"
20305 #~ msgstr "Iconic errors"
20307 #~ msgid "Use less graphically intense tabs"
20308 #~ msgstr "Use less graphically intense tabs"
20310 #~ msgid "Light tabs"
20311 #~ msgstr "Light tabs"
20313 #~ msgid "Use icons on main page"
20314 #~ msgstr "Use icons on main page"
20316 #~ msgid ""
20317 #~ "Disable if you know that your pma_* tables are up to date. This prevents "
20318 #~ "compatibility checks and thereby increases performance"
20319 #~ msgstr ""
20320 #~ "Disable if you know that your pma_* tables are up to date. This prevents "
20321 #~ "compatibility checks and thereby increases performance"
20323 #~ msgid "Verbose check"
20324 #~ msgstr "Verbose check"
20326 #~ msgid ""
20327 #~ "Javascript support is missing or disabled in your browser, some "
20328 #~ "phpMyAdmin functionality will be missing. For example navigation frame "
20329 #~ "will not refresh automatically."
20330 #~ msgstr ""
20331 #~ "Javascript support is missing or disabled in your browser, some "
20332 #~ "phpMyAdmin functionality will be missing. For example navigation frame "
20333 #~ "will not refresh automatically."
20335 #~ msgid "Add a value"
20336 #~ msgstr "Add a value"
20338 #~ msgid "Copy and paste the joined values into the \"Length/Values\" field"
20339 #~ msgstr "Copy and paste the joined values into the \"Length/Values\" field"
20341 #, fuzzy
20342 #~ msgid "Tracking for %1$s, version %2$s is deactivated."
20343 #~ msgstr "Tracking for %s.%s , version %s is deactivated."
20345 #, fuzzy
20346 #~ msgid "Tracking for %1$s, version %2$s is activated."
20347 #~ msgstr "Tracking for %s.%s , version %s is activated."
20349 #, fuzzy
20350 #~ msgctxt "Correctly setup"
20351 #~ msgid "OK"
20352 #~ msgstr "OK"
20354 #, fuzzy
20355 #~ msgid "All users"
20356 #~ msgstr "Add user"
20358 #, fuzzy
20359 #~ msgid "All hosts"
20360 #~ msgstr "Any host"
20362 #~ msgid "No blob streaming server configured!"
20363 #~ msgstr "No blob streaming server configured!"
20365 #~ msgid "Failed to open remote URL"
20366 #~ msgstr "Failed to open remote URL"
20368 #~ msgid "You are about to DISABLE a BLOB Repository!"
20369 #~ msgstr "You are about to DISABLE a BLOB Repository!"
20371 #~ msgid ""
20372 #~ "Are you sure you want to disable all BLOB references for database %s?"
20373 #~ msgstr ""
20374 #~ "Are you sure you want to disable all BLOB references for database %s?"
20376 #~ msgid "Unknown error while uploading."
20377 #~ msgstr "Unknown error while uploading."
20379 #~ msgid "PBMS error"
20380 #~ msgstr "PBMS error"
20382 #~ msgid "PBMS connection failed:"
20383 #~ msgstr "PBMS connection failed:"
20385 #~ msgid "PBMS get BLOB info failed:"
20386 #~ msgstr "PBMS get BLOB info failed:"
20388 #~ msgid "PBMS get BLOB Content-Type failed"
20389 #~ msgstr "PBMS get BLOB Content-Type failed"
20391 #~ msgid "View image"
20392 #~ msgstr "View image"
20394 #~ msgid "Play audio"
20395 #~ msgstr "Play audio"
20397 #~ msgid "View video"
20398 #~ msgstr "View video"
20400 #~ msgid "Download file"
20401 #~ msgstr "Download file"
20403 #~ msgid "Could not open file: %s"
20404 #~ msgstr "Could not open file: %s"
20406 #~ msgid "Garbage Threshold"
20407 #~ msgstr "Garbage Threshold"
20409 #~ msgid ""
20410 #~ "The percentage of garbage in a repository file before it is compacted."
20411 #~ msgstr ""
20412 #~ "The percentage of garbage in a repository file before it is compacted."
20414 #~ msgid ""
20415 #~ "The port for the PBMS stream-based communications. Setting this value to "
20416 #~ "0 will disable HTTP communication with the daemon."
20417 #~ msgstr ""
20418 #~ "The port for the PBMS stream-based communications. Setting this value to "
20419 #~ "0 will disable HTTP communication with the daemon."
20421 #~ msgid "Repository Threshold"
20422 #~ msgstr "Repository Threshold"
20424 #~ msgid ""
20425 #~ "The maximum size of a BLOB repository file. You may use Kb, MB or GB to "
20426 #~ "indicate the unit of the value. A value in bytes is assumed when no unit "
20427 #~ "is specified."
20428 #~ msgstr ""
20429 #~ "The maximum size of a BLOB repository file. You may use Kb, MB or GB to "
20430 #~ "indicate the unit of the value. A value in bytes is assumed when no unit "
20431 #~ "is specified."
20433 #~ msgid "Temp Blob Timeout"
20434 #~ msgstr "Temp Blob Timeout"
20436 #~ msgid ""
20437 #~ "The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is "
20438 #~ "removed after this time, unless they are referenced by a record in the "
20439 #~ "database."
20440 #~ msgstr ""
20441 #~ "The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is "
20442 #~ "removed after this time, unless they are referenced by a record in the "
20443 #~ "database."
20445 #~ msgid "Temp Log Threshold"
20446 #~ msgstr "Temp Log Threshold"
20448 #~ msgid ""
20449 #~ "The maximum size of a temporary BLOB log file. You may use Kb, MB or GB "
20450 #~ "to indicate the unit of the value. A value in bytes is assumed when no "
20451 #~ "unit is specified."
20452 #~ msgstr ""
20453 #~ "The maximum size of a temporary BLOB log file. You may use Kb, MB or GB "
20454 #~ "to indicate the unit of the value. A value in bytes is assumed when no "
20455 #~ "unit is specified."
20457 #~ msgid "Max Keep Alive"
20458 #~ msgstr "Max Keep Alive"
20460 #~ msgid ""
20461 #~ "The timeout for inactive connection with the keep-alive flag set. After "
20462 #~ "this time the connection will be closed. The time-out is in milliseconds "
20463 #~ "(1/1000)."
20464 #~ msgstr ""
20465 #~ "The timeout for inactive connection with the keep-alive flag set. After "
20466 #~ "this time the connection will be closed. The time-out is in milliseconds "
20467 #~ "(1/1000)."
20469 #~ msgid ""
20470 #~ "A \":\" delimited list of metadata headers to be used to initialize the "
20471 #~ "pbms_metadata_header table when a database is created."
20472 #~ msgstr ""
20473 #~ "A \":\" delimited list of metadata headers to be used to initialise the "
20474 #~ "pbms_metadata_header table when a database is created."
20476 #~ msgid ""
20477 #~ "Documentation and further information about PBMS can be found on %sThe "
20478 #~ "PrimeBase Media Streaming home page%s."
20479 #~ msgstr ""
20480 #~ "Documentation and further information about PBMS can be found on %sThe "
20481 #~ "PrimeBase Media Streaming home page%s."
20483 #~ msgid "The PrimeBase Media Streaming Blog by Barry Leslie"
20484 #~ msgstr "The PrimeBase Media Streaming Blog by Barry Leslie"
20486 #~ msgid "PrimeBase XT Home Page"
20487 #~ msgstr "PrimeBase XT Home Page"
20489 #~ msgid "The PrimeBase Media Streaming (PBMS) home page"
20490 #~ msgstr "The PrimeBase Media Streaming (PBMS) home page"
20492 #~ msgctxt "Create none database for user"
20493 #~ msgid "None"
20494 #~ msgstr "None"
20496 #~ msgid "Remove BLOB Repository Reference"
20497 #~ msgstr "Remove BLOB Repository Reference"
20499 #~ msgid "Upload to BLOB repository"
20500 #~ msgstr "Upload to BLOB repository"
20502 #~ msgid ""
20503 #~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
20504 #~ "newest record in \"table_uiprefs\" and automatically delete older records"
20505 #~ msgstr ""
20506 #~ "This configuration make sure that we only keep N (N = MaxTableUiprefs) "
20507 #~ "newest record in \"table_uiprefs\" and automatically delete older records"
20509 #~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
20510 #~ msgstr "Maximum number of records saved in \"table_uiprefs\" table"
20512 #~ msgid "Click to unselect"
20513 #~ msgstr "Click to unselect"
20515 #~ msgid "Modify an index"
20516 #~ msgstr "Modify an index"
20518 #~ msgid "Column count has to be larger than zero."
20519 #~ msgstr "Column count has to be larger than zero."
20521 #~ msgid "+ Restart insertion and add a new value"
20522 #~ msgstr "+ Restart insertion and add a new value"
20524 #~ msgid "Create Table"
20525 #~ msgstr "Create Table"
20527 #~ msgid "(or the local Drizzle server's socket is not correctly configured)"
20528 #~ msgstr "(or the local Drizzle server's socket is not correctly configured)"
20530 #~ msgid ""
20531 #~ "[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates "
20532 #~ "maximum number for which vertical model is used"
20533 #~ msgstr ""
20534 #~ "[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates "
20535 #~ "maximum number for which vertical model is used"
20537 #~ msgid "Display direction for altering/creating columns"
20538 #~ msgstr "Display direction for altering/creating columns"
20540 #~ msgid "Create table on database %s"
20541 #~ msgstr "Create table on database %s"
20543 #~ msgid "Data Label"
20544 #~ msgstr "Label"
20546 #~ msgid "Location of the text file"
20547 #~ msgstr "Location of the text file"
20549 #~ msgid "MySQL charset"
20550 #~ msgstr "MySQL charset"
20552 #~ msgid "MySQL client version"
20553 #~ msgstr "MySQL client version"
20555 #~ msgid ""
20556 #~ "The display column is shown in pink. To set/unset a column as the display "
20557 #~ "column, click the \"Choose column to display\" icon, then click on the "
20558 #~ "appropriate column name."
20559 #~ msgstr ""
20560 #~ "The display column is shown in pink. To set/unset a column as the display "
20561 #~ "column, click the \"Choose column to display\" icon, then click on the "
20562 #~ "appropriate column name."
20564 #~ msgid "memcached usage"
20565 #~ msgstr "Space usage"
20567 #~ msgid "% open files"
20568 #~ msgstr "Show open tables"
20570 #~ msgid "% connections used"
20571 #~ msgstr "Connections"
20573 #~ msgid "% aborted connections"
20574 #~ msgstr "Compress connection"
20576 #~ msgid "CPU Usage"
20577 #~ msgstr "CPU Usage"
20579 #~ msgid "Memory Usage"
20580 #~ msgstr "Memory Usage"
20582 #~ msgid "Swap Usage"
20583 #~ msgstr "Swap Usage"
20585 #~ msgid "Excel 97-2003 XLS Workbook"
20586 #~ msgstr "Excel 97-2003 XLS Workbook"
20588 #~ msgid "Excel 2007 XLSX Workbook"
20589 #~ msgstr "Excel 2007 XLSX Workbook"
20591 #~ msgctxt "PDF"
20592 #~ msgid "page"
20593 #~ msgstr "pages"
20595 #~ msgid "Inline Edit"
20596 #~ msgstr "Inline Edit"
20598 #~ msgid "Previous"
20599 #~ msgstr "Previous"
20601 #~ msgid ""
20602 #~ "No themes support; please check your configuration and/or your themes in "
20603 #~ "directory %s."
20604 #~ msgstr ""
20605 #~ "No themes support; please check your configuration and/or your themes in "
20606 #~ "directory %s."
20608 #~ msgid "Switch to"
20609 #~ msgstr "Switch to"
20611 #~ msgid "settings"
20612 #~ msgstr "settings"
20614 #~ msgid "Refresh rate:"
20615 #~ msgstr "Refresh rate:"
20617 #~ msgid "Clear monitor config"
20618 #~ msgstr "Clear monitor config"
20620 #~ msgid "Group together INSERTs into same table"
20621 #~ msgstr "Group together INSERTs into same table"
20623 #~ msgid "Server traffic"
20624 #~ msgstr "Server traffic"
20626 #~ msgid "Issued queries since last refresh"
20627 #~ msgstr "Issued queries since last refresh"
20629 #~ msgid "Value too long in the form!"
20630 #~ msgstr "Value too long in the form!"
20632 #~ msgid "Export of event \"%s\""
20633 #~ msgstr "Export of event \"%s\""
20635 #~ msgid "The event scheduler is disabled"
20636 #~ msgstr "The event scheduler is disabled"
20638 #~ msgid "Turn it on"
20639 #~ msgstr "Turn it on"
20641 #~ msgid "Turn it off"
20642 #~ msgstr "Turn it off"
20644 #~ msgid "Export of trigger \"%s\""
20645 #~ msgstr "Export of trigger \"%s\""
20647 #~ msgid "No trigger with name %s found"
20648 #~ msgstr "No trigger with name %s found"
20650 #~ msgid "row(s) starting from row #"
20651 #~ msgstr "row(s) starting from row #"
20653 #~ msgid "in %s mode and repeat headers after %s cells"
20654 #~ msgstr "in %s mode and repeat headers after %s cells"
20656 #~ msgid ""
20657 #~ "phpMyAdmin was unable to read your configuration file!<br />This might "
20658 #~ "happen if PHP finds a parse error in it or PHP cannot find the file.<br /"
20659 #~ ">Please call the configuration file directly using the link below and "
20660 #~ "read the PHP error message(s) that you receive. In most cases a quote or "
20661 #~ "a semicolon is missing somewhere.<br />If you receive a blank page, "
20662 #~ "everything is fine."
20663 #~ msgstr ""
20664 #~ "phpMyAdmin was unable to read your configuration file!<br />This might "
20665 #~ "happen if PHP finds a parse error in it or PHP cannot find the file.<br /"
20666 #~ ">Please call the configuration file directly using the link below and "
20667 #~ "read the PHP error message(s) that you receive. In most cases a quote or "
20668 #~ "a semicolon is missing somewhere.<br />If you receive a blank page, "
20669 #~ "everything is fine."
20671 #~ msgid "Dropping Event"
20672 #~ msgstr "Dropping Event"
20674 #~ msgid "Dropping Procedure"
20675 #~ msgstr "Dropping Procedure"
20677 #~ msgid "Theme / Style"
20678 #~ msgstr "Theme / Style"
20680 #~ msgid "seconds"
20681 #~ msgstr "seconds"
20683 #~ msgid "Query execution time comparison (in microseconds)"
20684 #~ msgstr "Query execution time comparison (in microseconds)"
20686 #~ msgid "GD extension is needed for charts."
20687 #~ msgstr "GD extension is needed for charts."
20689 #~ msgid "JSON encoder is needed for chart tooltips."
20690 #~ msgstr "JSON encoder is needed for chart tooltips."
20692 #~ msgid "The number of free memory blocks in query cache."
20693 #~ msgstr "The number of free memory blocks in query cache."
20695 #~ msgctxt "$strShowStatusReset"
20696 #~ msgid "Reset"
20697 #~ msgstr "Reset"
20699 #~ msgctxt "for Show status"
20700 #~ msgid "Reset"
20701 #~ msgstr "Reset"
20703 #~ msgid ""
20704 #~ "<b>Server traffic</b>: These tables show the network traffic statistics "
20705 #~ "of this MySQL server since its startup."
20706 #~ msgstr ""
20707 #~ "<b>Server traffic</b>: These tables show the network traffic statistics "
20708 #~ "of this MySQL server since its startup."
20710 #~ msgid ""
20711 #~ "<b>Query statistics</b>: Since its startup, %s queries have been sent to "
20712 #~ "the server."
20713 #~ msgstr ""
20714 #~ "<b>Query statistics</b>: Since its startup, %s queries have been sent to "
20715 #~ "the server."
20717 #~ msgid "Note: Generating the query chart can take a long time."
20718 #~ msgstr "Note: Generating the query chart can take a long time."
20720 #~ msgid ""
20721 #~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ "
20722 #~ "6.29[/doc]"
20723 #~ msgstr ""
20724 #~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ "
20725 #~ "6.29[/doc]"
20727 #~ msgid "Title"
20728 #~ msgstr "Title"
20730 #~ msgid "Area margins"
20731 #~ msgstr "Area margins"
20733 #~ msgid "Legend margins"
20734 #~ msgstr "Legend margins"
20736 #~ msgid "Radar"
20737 #~ msgstr "Radar"
20739 #~ msgid "Multi"
20740 #~ msgstr "Multi"
20742 #~ msgid "Continuous image"
20743 #~ msgstr "Continuous image"
20745 #~ msgid ""
20746 #~ "For compatibility reasons the chart image is segmented by default, select "
20747 #~ "this to draw the whole chart in one image."
20748 #~ msgstr ""
20749 #~ "For compatibility reasons the chart image is segmented by default, select "
20750 #~ "this to draw the whole chart in one image."
20752 #~ msgid ""
20753 #~ "When drawing a radar chart all values are normalized to a range [0..10]."
20754 #~ msgstr ""
20755 #~ "When drawing a radar chart all values are normalised to a range [0..10]."
20757 #~ msgid ""
20758 #~ "Note that not every result table can be put to the chart. See <a href=\"./"
20759 #~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29</a>"
20760 #~ msgstr ""
20761 #~ "Note that not every result table can be put to the chart. See <a href=\"./"
20762 #~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29</a>"
20764 #~ msgid "Add a New User"
20765 #~ msgstr "Add a New User"
20767 #~ msgid "Show table row links on left side"
20768 #~ msgstr "Show table row links on left side"
20770 #~ msgid "Show table row links on right side"
20771 #~ msgstr "Show table row links on right side"
20773 #~ msgid "Background color"
20774 #~ msgstr "Background colour"
20776 #~ msgid "Choose…"
20777 #~ msgstr "Choose…"
20779 #~ msgid "Delete the matches for the "
20780 #~ msgstr "Delete the matches for the %s table?"
20782 #~ msgid "Show left delete link"
20783 #~ msgstr "Show left delete link"
20785 #~ msgid "Show right delete link"
20786 #~ msgstr "Show right delete link"
20788 #~ msgid "Mailing lists"
20789 #~ msgstr "Mailing lists"